<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_ANNOTATION_BASE</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#types">Types</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_ANNOTATION_BASE</span></h2><p>public abstract create protected global friends ZIF_AAP_ANNOTATION_RESOLVER</p><h4>Documentation</h4><span class="abapDocComment"> Annotation base class</span><h4 id="types">Types</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public</td><td><span class="identifier fieldName">gty_target_list</span> TYPE HASHED TABLE OF REF TO zcl_aap_annotation_target WITH UNIQUE KEY table_line</td><td>&#160;</td></tr><tr ><td>protected</td><td><span class="identifier fieldName">gty_attribute_ref</span> type ref to DATA</td><td>&#160;</td></tr><tr ><td>protected</td><td><span class="identifier fieldName">gty_attribute_ref_tab</span> TYPE HASHED TABLE OF gty_attribute_ref WITH UNIQUE KEY table_line</td><td>&#160;</td></tr><tr ><td>protected</td><td><span class="identifier fieldName">gty_attribute_tab</span> TYPE SORTED TABLE OF abap_attrname WITH UNIQUE KEY table_line</td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private instance</td><td><span class="identifier fieldName">mt_targets</span> type GTY_TARGET_LIST  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_targets</span> final</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_targets</span>)</td><td>type GTY_TARGET_LIST</td></tr></table></td><td><span class="abapDocComment"> Get possible targets of this annotation
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rt_targets</span></td><td><span class="abapDocComment"> Targets</span></td></tr></table></td></tr><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">build_attribute_list</span> final</td></tr><tr><td>importing</td><td><span class="identifier parameterName">it_attribute_refs</span></td><td>type GTY_ATTRIBUTE_REF_TAB</td></tr><tr><td></td><td><span class="identifier parameterName">io_instance</span></td><td>type ref to ZCL_AAP_ANNOTATION_BASE</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_attributes</span>)</td><td>type GTY_ATTRIBUTE_TAB</td></tr></table></td><td><span class="abapDocComment"> Build a bindable attributes list by data references
 <p>
 Ensures that refactoring of member variable names also works here as the attributes are
 not defined as literals. However, performance will be slower.
 </p>
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">it_attribute_refs</span></td><td><span class="abapDocComment"> References to attributes
 </span></td></tr><tr ><td><span class="identifier parameterName">io_instance</span></td><td><span class="abapDocComment"> Self reference of the concrete annotation class
 </span></td></tr><tr ><td><span class="identifier parameterName">rt_attributes</span></td><td><span class="abapDocComment"> Built bindable attributes table</span></td></tr></table></td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">constructor</span> </td><td>&#160;</td></tr><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_bindable_attributes</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_attributes</span>)</td><td>type GTY_ATTRIBUTE_TAB</td></tr></table></td><td><span class="abapDocComment"> Get all attributes that should be bindable
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rt_attributes</span></td><td><span class="abapDocComment"> Bindable attributes</span></td></tr></table></td></tr><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_targets_internal</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_targets</span>)</td><td>type GTY_TARGET_LIST</td></tr></table></td><td><span class="abapDocComment"> Internal definition of possible annotation targets
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rt_targets</span></td><td><span class="abapDocComment"> Targets</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_ANNOTATION_TARGET</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_ANNOTATION_TARGET</span></h2><p>public final create private</p><h4>Documentation</h4><span class="abapDocComment"> Targets enumeration with targets for annotations or annotation processors</span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">go_attribute</span> type ref to ZCL_AAP_ANNOTATION_TARGET read only </td><td><span class="abapDocComment"> Attribute</span></td></tr><tr ><td>public static</td><td><span class="identifier fieldName">go_method</span> type ref to ZCL_AAP_ANNOTATION_TARGET read only </td><td><span class="abapDocComment"> Method</span></td></tr><tr ><td>public static</td><td><span class="identifier fieldName">go_object</span> type ref to ZCL_AAP_ANNOTATION_TARGET read only </td><td><span class="abapDocComment"> Class / interface</span></td></tr><tr ><td>public static</td><td><span class="identifier fieldName">go_parameter</span> type ref to ZCL_AAP_ANNOTATION_TARGET read only </td><td><span class="abapDocComment"> Method parameter</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_key</span> type CHAR01 read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier methodName">class_constructor</span> </td><td>&#160;</td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_key</span></td><td>type CHAR01</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_DEPENDENCY_INJECTOR</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_DEPENDENCY_INJECTOR</span></h2><p>public final create private global friends ZTCL_AAP_TEST_DEP_SWITCHER</p><h4>Documentation</h4><span class="abapDocComment"> Dependency injector</span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private static</td><td><span class="identifier fieldName">gi_changer</span> type ref to ZIF_AAP_ANNOTATION_CHANGER  </td><td>&#160;</td></tr><tr ><td>private static</td><td><span class="identifier fieldName">gi_resolver</span> type ref to ZIF_AAP_ANNOTATION_RESOLVER  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier methodName">class_constructor</span> </td><td>&#160;</td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_changer</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ri_changer</span>)</td><td>type ref to ZIF_AAP_ANNOTATION_CHANGER</td></tr></table></td><td><span class="abapDocComment"> Get the configured changer instance
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ri_changer</span></td><td><span class="abapDocComment"> Changer</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_resolver</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ri_resolver</span>)</td><td>type ref to ZIF_AAP_ANNOTATION_RESOLVER</td></tr></table></td><td><span class="abapDocComment"> Get the configured resolver instance
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ri_resolver</span></td><td><span class="abapDocComment"> Resolver</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_TOOLS</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#types">Types</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_TOOLS</span></h2><p>public final create private</p><h4>Documentation</h4><span class="abapDocComment"> Static help methods</span><h4 id="types">Types</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public</td><td><span class="identifier fieldName">gty_class_tab</span> TYPE SORTED TABLE OF abap_classname WITH UNIQUE KEY table_line</td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_classes_implementing_intf</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_intf_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_classes</span>)</td><td>type GTY_CLASS_TAB</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Get all (global) classes implementing the given interface
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_intf_name</span></td><td><span class="abapDocComment"> Interface name
 </span></td></tr><tr ><td><span class="identifier parameterName">rt_classes</span></td><td><span class="abapDocComment"> Implementing classes
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> iv_intf_name is invalid</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_devclass_for_class</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_class_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_devclass</span>)</td><td>type DEVCLASS</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Get package name for a class
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_class_name</span></td><td><span class="abapDocComment"> Name of the class
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_devclass</span></td><td><span class="abapDocComment"> Package name
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> iv_class_name invalid</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_objectdescr_from_data</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ig_data</span></td><td>type ANY</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_descriptor</span>)</td><td>type ref to CL_ABAP_OBJECTDESCR</td></tr></table></td><td><span class="abapDocComment"> Get objectdescriptor from data variable
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ig_data</span></td><td><span class="abapDocComment"> Variable typed as REF TO interface/class
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_descriptor</span></td><td><span class="abapDocComment"> Object descriptor</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_parent_devclass</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_devclass</span></td><td>type DEVCLASS</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_parent_devclass</span>)</td><td>type DEVCLASS</td></tr></table></td><td><span class="abapDocComment"> Get parent package for a package
 <p>
 If the child package does not exist or there is not parent package the result will be
 empty.
 </p>
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_devclass</span></td><td><span class="abapDocComment"> Child devclass
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_parent_devclass</span></td><td><span class="abapDocComment"> Parent devclass</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_subclasses_of_class</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_base_class_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_subclasses</span>)</td><td>type GTY_CLASS_TAB</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Get all child classes for a given class
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_base_class_name</span></td><td><span class="abapDocComment"> Name of the base class
 </span></td></tr><tr ><td><span class="identifier parameterName">rt_subclasses</span></td><td><span class="abapDocComment"> Found child classes
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> Base class does not exist</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_VERSION</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_VERSION</span></h2><p>public final create private</p><h4>Documentation</h4><span class="abapDocComment"> Version constants for AAP</span><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_version</span> type STRING value&#x20;&#x27;0.1.0-SNAPSHOT&#x27;</td><td><span class="abapDocComment"> Version of AAP library in major.minor.revision format</span></td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">mv_is_snapshot</span> type ABAP_BOOL read only </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">mv_major</span> type I read only </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">mv_minor</span> type I read only </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">mv_revision</span> type I read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier methodName">class_constructor</span> </td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_ANNOTATION_NOT_PRESENT</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_ANNOTATION_NOT_PRESENT</span></h2><p>public inheriting from ZCX_AAP_CALL_ERROR final create public</p><h4>Documentation</h4><span class="abapDocComment"> Annotation is not present</span><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_not_present</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_name</span> type ABAP_CLASSNAME read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_name</span></td><td>type ABAP_CLASSNAME optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_name</span></td><td><span class="abapDocComment"> Annotation class name</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_ANNOT_CHANGE_FAILURE</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#types">Types</a> | <a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_ANNOT_CHANGE_FAILURE</span></h2><p>public inheriting from ZCX_AAP_ERROR final create public</p><h4>Documentation</h4><span class="abapDocComment"> Failure in annotation association modification</span><h4 id="types">Types</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public</td><td><span class="identifier fieldName">gty_operation</span> type CHAR6</td><td>&#160;</td></tr></table><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_locked</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_operations</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_operation</span> type GTY_OPERATION read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_reason</span> type STRING read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_reason</span></td><td>type CSEQUENCE optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_operation</span></td><td>type GTY_OPERATION optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_reason</span></td><td><span class="abapDocComment"> Reason</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_CALL_ERROR</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#constants">Constants</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_CALL_ERROR</span></h2><p>public inheriting from CX_DYNAMIC_CHECK abstract create public</p><h4>Documentation</h4><span class="abapDocComment"> AAP dynamic check exception base class
 <p>
 Exceptions of this type should occur if the method caller is responsible for the error because
 of API missusage and can be expected to use it in the intended way.
 </p>
 <p>
 This exception should generally <strong>not be caught</strong> in a try-catch block because it
 indicates a programming error by the API user and thus it should create a dump in ST22 with a
 <em>CX_SY_NO_HANDLER</em> exception.
 </p></span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_call_error</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_textid</span></td><td>like IF_T100_MESSAGE=>T100KEY optional</td></tr><tr><td></td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">is_textid</span></td><td><span class="abapDocComment"> Textid
 </span></td></tr><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_CLASS_NOT_ANNOTATABLE</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_CLASS_NOT_ANNOTATABLE</span></h2><p>public inheriting from ZCX_AAP_ILLEGAL_ARGUMENT final create public</p><h4>Documentation</h4><span class="abapDocComment"> Class does not implement interface ZIF_AAP_ANNOTATABLE</span><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_not_annotatable</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_classname</span> type STRING  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_name</span></td><td>type CSEQUENCE optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_classname</span></td><td>type ABAP_CLASSNAME optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_name</span></td><td><span class="abapDocComment"> Parameter name
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_classname</span></td><td><span class="abapDocComment"> Name of the class that does not implement the interface</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_ERROR</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#constants">Constants</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_ERROR</span></h2><p>public inheriting from CX_STATIC_CHECK abstract create public</p><h4>Documentation</h4><span class="abapDocComment"> AAP static check exception base class
 <p>
 Exceptions of this type should be expected and either be <strong>handled or propagated</strong>
 by the caller.
 </p></span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_error</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_textid</span></td><td>like IF_T100_MESSAGE=>T100KEY optional</td></tr><tr><td></td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">is_textid</span></td><td><span class="abapDocComment"> Textid
 </span></td></tr><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_ILLEGAL_ARGUMENT</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_ILLEGAL_ARGUMENT</span></h2><p>public inheriting from ZCX_AAP_CALL_ERROR create public</p><h4>Documentation</h4><span class="abapDocComment"> Illegal argument exception</span><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_not_in_range</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_not_in_range_with_value</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_not_in_range_with_valuename</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_no_arguments</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_nullpointer</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_nullpointer_with_name</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_with_name</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_with_name_and_reason</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_name</span> type STRING read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_reason</span> type STRING read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_value</span> type STRING read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">raise_if_nullpointer</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_ref</span></td><td>type ref to OBJECT</td></tr><tr><td></td><td><span class="identifier parameterName">iv_name</span></td><td>type ABAP_PARMNAME optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Raise exception if parameter value is a null reference
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_ref</span></td><td><span class="abapDocComment"> Reference to check
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_name</span></td><td><span class="abapDocComment"> Name of the parameter
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> Value is null</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_textid</span></td><td>like IF_T100_MESSAGE=>T100KEY optional</td></tr><tr><td></td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_name</span></td><td>type CSEQUENCE optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_reason</span></td><td>type CSEQUENCE optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_value</span></td><td>type CSEQUENCE optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">is_textid</span></td><td><span class="abapDocComment"> Textid
 </span></td></tr><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_name</span></td><td><span class="abapDocComment"> Parameter name
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_reason</span></td><td><span class="abapDocComment"> Reason
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_value</span></td><td><span class="abapDocComment"> Value</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_ILLEGAL_STATE</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#constants">Constants</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_ILLEGAL_STATE</span></h2><p>public inheriting from ZCX_AAP_CALL_ERROR final create public</p><h4>Documentation</h4><span class="abapDocComment"> Illegal state exception</span><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_no_arguments</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_textid</span></td><td>like IF_T100_MESSAGE=>T100KEY optional</td></tr><tr><td></td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">is_textid</span></td><td><span class="abapDocComment"> Textid
 </span></td></tr><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_INCONS_CUSTOMIZING</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#constants">Constants</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_INCONS_CUSTOMIZING</span></h2><p>public inheriting from CX_STATIC_CHECK final create public</p><h4>Documentation</h4><span class="abapDocComment"> Exception class for inconsistent customizing</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_no_arguments</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_textid</span></td><td>like IF_T100_MESSAGE=>T100KEY optional</td></tr><tr><td></td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">is_textid</span></td><td><span class="abapDocComment"> Textid
 </span></td></tr><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_NOT_IMPLEMENTED</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#constants">Constants</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_NOT_IMPLEMENTED</span></h2><p>public inheriting from ZCX_AAP_SYSTEM_ERROR final create public</p><h4>Documentation</h4><span class="abapDocComment"> Not implemented exception</span><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_no_arguments</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_textid</span></td><td>like IF_T100_MESSAGE=>T100KEY optional</td></tr><tr><td></td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">is_textid</span></td><td><span class="abapDocComment"> Textid
 </span></td></tr><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_OBJECT_LOCKED</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_OBJECT_LOCKED</span></h2><p>public inheriting from ZCX_AAP_ERROR final create public</p><h4>Documentation</h4><span class="abapDocComment"> Lock exception</span><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_locked</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_locked_by</span> type USERNAME read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_table_key</span> type STRING read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_table_name</span> type TABNAME16 read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_table_name</span></td><td>type TABNAME16 optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_table_key</span></td><td>type CSEQUENCE optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_locked_by</span></td><td>type USERNAME optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_table_name</span></td><td><span class="abapDocComment"> Database table name
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_table_key</span></td><td><span class="abapDocComment"> Key of the locked entry
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_locked_by</span></td><td><span class="abapDocComment"> Locked by user</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_AAP_SYSTEM_ERROR</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_AAP_SYSTEM_ERROR</span></h2><p>public inheriting from CX_NO_CHECK create public</p><h4>Documentation</h4><span class="abapDocComment"> AAP no check exception base class
 <p>
 Exceptions of this type indicate one of the following scenarios:
 </p>
 <ul>
   <li>Internal error in the library</li>
   <li>Inconsistent customizing state which prohibits further processing</li>
 </ul>
 <p>
 These exceptions should either <strong>not be caught / handled at all or handled at a high level
 in the callstack</strong> (they will not be wrapped into <em>CX_SY_NO_HANDLER</em> because of
 <em>CX_NO_CHECK</em>-base). To prevent these exceptions tooling should be used to check integrity
 before releasing transports to productive systems.
 </p></span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_system_error</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_with_text</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_text</span> type STRING read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier methodName">raise_from_sy</span> </td><td><span class="abapDocComment"> Raise this exception using sy-msg... fields</span></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_textid</span></td><td>like IF_T100_MESSAGE=>T100KEY optional</td></tr><tr><td></td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">is_textid</span></td><td><span class="abapDocComment"> Textid
 </span></td></tr><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Error text</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Interface ZIF_AAP_ANNOTATABLE</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"></div></div><div id="content"><h2>Interface <span class="identifier objectName">ZIF_AAP_ANNOTATABLE</span></h2><p>public</p><h4>Documentation</h4><span class="abapDocComment"> Marks an object or an interface as relevant for annotation processing</span></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Interface ZIF_AAP_ANNOTATION_CHANGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#types">Types</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Interface <span class="identifier objectName">ZIF_AAP_ANNOTATION_CHANGER</span></h2><p>public</p><h4>Documentation</h4><span class="abapDocComment"> Annotation changer
 <p>
 Allows for adding annotations to objectes / methods / attributes / parameters or remove / change
 them. Parameter values can also be modified.
 </p>
 <p>
 Implementations of this interface should not be used in productive systems, this is for
 customizing only.
 </p></span><h4 id="types">Types</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public</td><td><span class="identifier fieldName">gty_parameter</span> (structured type)</td><td>&#160;</td></tr><tr ><td>public</td><td><span class="identifier fieldName">gty_parameter_tab</span> TYPE HASHED TABLE OF gty_parameter WITH UNIQUE KEY name</td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">add_to_attribute</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_attributename</span></td><td>type ABAP_ATTRNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">it_parameters</span></td><td>type GTY_PARAMETER_TAB optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Add an annotation to an attribute
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_attributename</span></td><td><span class="abapDocComment"> Name of the to be added annotation
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the attribute
 </span></td></tr><tr ><td><span class="identifier parameterName">it_parameters</span></td><td><span class="abapDocComment"> Annotation parameters
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Adding the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">add_to_method</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_methodname</span></td><td>type ABAP_METHNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">it_parameters</span></td><td>type GTY_PARAMETER_TAB optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Add an annotation to a method
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_methodname</span></td><td><span class="abapDocComment"> Name of the method
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the to be added annotation
 </span></td></tr><tr ><td><span class="identifier parameterName">it_parameters</span></td><td><span class="abapDocComment"> Annotation parameters
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Adding the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">add_to_object</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">it_parameters</span></td><td>type GTY_PARAMETER_TAB optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Add an annotation to a class or interface
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the to be added annotation
 </span></td></tr><tr ><td><span class="identifier parameterName">it_parameters</span></td><td><span class="abapDocComment"> Annotation parameters
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Adding the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">add_to_parameter</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_methodname</span></td><td>type ABAP_METHNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_parametername</span></td><td>type ABAP_PARMNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">it_parameters</span></td><td>type GTY_PARAMETER_TAB optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Add an annotation to a parameter
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_methodname</span></td><td><span class="abapDocComment"> Name of the method
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_parametername</span></td><td><span class="abapDocComment"> Name of the parameter
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the to be added annotation
 </span></td></tr><tr ><td><span class="identifier parameterName">it_parameters</span></td><td><span class="abapDocComment"> Annotation parameters
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Adding the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">change_for_attribute</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_attributename</span></td><td>type ABAP_ATTRNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">it_parameters</span></td><td>type GTY_PARAMETER_TAB optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Change parameters for an annotation of an attribute
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_attributename</span></td><td><span class="abapDocComment"> Name of the attribute
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the annotation to be changed
 </span></td></tr><tr ><td><span class="identifier parameterName">it_parameters</span></td><td><span class="abapDocComment"> New annotation parameters
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Changing the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">change_for_method</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_methodname</span></td><td>type ABAP_METHNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">it_parameters</span></td><td>type GTY_PARAMETER_TAB optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Change parameters for an annotation of a method
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_methodname</span></td><td><span class="abapDocComment"> Name of the method
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the annotation to be changed
 </span></td></tr><tr ><td><span class="identifier parameterName">it_parameters</span></td><td><span class="abapDocComment"> New annotation parameters
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Changing the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">change_for_object</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">it_parameters</span></td><td>type GTY_PARAMETER_TAB optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Change parameters for an annotation of a class / interface
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the annotation to be changed
 </span></td></tr><tr ><td><span class="identifier parameterName">it_parameters</span></td><td><span class="abapDocComment"> New annotation parameters
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Changing the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">change_for_parameter</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_methodname</span></td><td>type ABAP_METHNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_parametername</span></td><td>type ABAP_PARMNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">it_parameters</span></td><td>type GTY_PARAMETER_TAB optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Change parameters for an annotation of a parameter
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_methodname</span></td><td><span class="abapDocComment"> Name of the method
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_parametername</span></td><td><span class="abapDocComment"> Name of the parameter
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the annotation to be changed
 </span></td></tr><tr ><td><span class="identifier parameterName">it_parameters</span></td><td><span class="abapDocComment"> New annotation parameters
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Changing the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">remove_from_attribute</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_attributename</span></td><td>type ABAP_ATTRNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Remove an annotation from an attribute
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_attributename</span></td><td><span class="abapDocComment"> Name of the attribute
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the to be removed annotation
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Removing the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">remove_from_method</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_methodname</span></td><td>type ABAP_METHNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Remove an annotation from a method
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_methodname</span></td><td><span class="abapDocComment"> Name of the method
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the to be removed annotation
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Removing the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">remove_from_object</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Remove an annotation from a class / interface
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the to be removed annotation
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Removing the annotation failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">remove_from_parameter</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_methodname</span></td><td>type ABAP_METHNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_parametername</span></td><td>type ABAP_PARMNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_annotationname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td><span class="abapDocComment"> Remove an annotation from a parameter
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interface name which implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_methodname</span></td><td><span class="abapDocComment"> Name of the method
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_parametername</span></td><td><span class="abapDocComment"> Name of the parameter
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_annotationname</span></td><td><span class="abapDocComment"> Name of the to be removed annotation
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td><td><span class="abapDocComment"> Removing the annotation failed</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Interface ZIF_AAP_ANNOTATION_RESOLVER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#types">Types</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Interface <span class="identifier objectName">ZIF_AAP_ANNOTATION_RESOLVER</span></h2><p>public</p><h4>Documentation</h4><span title="Short Text">Annotation&#x20;resolver</span><h4 id="types">Types</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public</td><td><span class="identifier fieldName">gty_annotation</span> (structured type)</td><td>&#160;</td></tr><tr ><td>public</td><td><span class="identifier fieldName">gty_annotation_tab</span> TYPE SORTED TABLE OF gty_annotation WITH UNIQUE KEY classname</td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_annotations_for_attribute</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_containing_object_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_attribute_name</span></td><td>type ABAP_ATTRNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_annotations</span>)</td><td>type GTY_ANNOTATION_TAB</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_incons_customizing</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Retrieve all annotations for an attribute
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_containing_object_name</span></td><td><span class="abapDocComment"> Containing class or interface name
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_attribute_name</span></td><td><span class="abapDocComment"> Attribute name
 </span></td></tr><tr ><td><span class="identifier parameterName">rt_annotations</span></td><td><span class="abapDocComment"> Found annotations
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_incons_customizing</span></td><td><span class="abapDocComment"> Customizing is not consistent with annotation objects
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> Attribute / class not found</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_annotations_for_method</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_containing_object_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_method_name</span></td><td>type ABAP_METHNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_annotations</span>)</td><td>type GTY_ANNOTATION_TAB</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_incons_customizing</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Retrieve all annotations for a method
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_containing_object_name</span></td><td><span class="abapDocComment"> Containing class or interface name
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_method_name</span></td><td><span class="abapDocComment"> Name of the method
 </span></td></tr><tr ><td><span class="identifier parameterName">rt_annotations</span></td><td><span class="abapDocComment"> Found annotations
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_incons_customizing</span></td><td><span class="abapDocComment"> Customizing is not consistent with annotation objects
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> Method / class not found</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_annotations_for_object</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_annotations</span>)</td><td>type GTY_ANNOTATION_TAB</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_incons_customizing</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Retrieve all annotations for a class / an interface
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_name</span></td><td><span class="abapDocComment"> Class / interface name
 </span></td></tr><tr ><td><span class="identifier parameterName">rt_annotations</span></td><td><span class="abapDocComment"> Found annotations
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_incons_customizing</span></td><td><span class="abapDocComment"> Customizing is not consistent with annotation objects
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> Class not found</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_annotations_for_parameter</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_containing_object_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_containing_method_name</span></td><td>type ABAP_METHNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_parameter_name</span></td><td>type ABAP_PARMNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_annotations</span>)</td><td>type GTY_ANNOTATION_TAB</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_incons_customizing</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Retrieve all annotations for a parameter of a method
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_containing_object_name</span></td><td><span class="abapDocComment"> Containing class or interface name
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_containing_method_name</span></td><td><span class="abapDocComment"> Containing method name
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_parameter_name</span></td><td><span class="abapDocComment"> Parameter name
 </span></td></tr><tr ><td><span class="identifier parameterName">rt_annotations</span></td><td><span class="abapDocComment"> Found annotations
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_incons_customizing</span></td><td><span class="abapDocComment"> Customizing is not consistent with annotation objects
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> Parameter / method / class not found</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_DANN_DEPRECATED</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_DANN_DEPRECATED</span></h2><p>public inheriting from ZCL_AAP_ANNOTATION_BASE final create private global friends ZIF_AAP_ANNOTATION_RESOLVER</p><h4>Documentation</h4><span class="abapDocComment"> Deprecated annotation</span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_comment</span> type STRING read only </td><td><span class="abapDocComment"> Comment on the deprecation (reason, alternative)</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_since</span> type STRING read only </td><td><span class="abapDocComment"> Since when is the class or method deprecated (version / date / release)</span></td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>protected instance</td><td><span class="identifier methodName">get_bindable_attributes</span> redefinition</td><td>&#160;</td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">get_targets_internal</span> redefinition</td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_EXAMPLE_ANNOTATION</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_EXAMPLE_ANNOTATION</span></h2><p>public inheriting from ZCL_AAP_ANNOTATION_BASE final create public global friends ZIF_AAP_ANNOTATION_RESOLVER</p><h4>Documentation</h4><span class="abapDocComment"> Example annotation with one attribute</span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_attribute</span> type STRING read only value&#x20;&#x60;Initial&#x20;value&#x60;</td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>protected instance</td><td><span class="identifier methodName">get_bindable_attributes</span> redefinition</td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_EXAMPLE_CLASS</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_EXAMPLE_CLASS</span></h2><p>public final create public</p><h4>Documentation</h4><span class="abapDocComment"> Annotated class for examples</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">zif_aap_annotatable</span><br/><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_not_annotated_inst_attr</span> type STRING  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">annotated_method</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_annotated_parameter</span></td><td>type STRING</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_PERS_DB_CHANGER</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#aliases">Aliases</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_PERS_DB_CHANGER</span></h2><p>public final create public</p><h4>Documentation</h4><span class="abapDocComment"> Database annotation changer</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">zif_aap_annotation_changer</span><br/><h4 id="aliases">Aliases</h4><table><thead><tr><th>Visibility and Level</th><th>Alias</th><th>Component</th></tr></thead><tr><td>public</td><td><strong>add_to_attribute</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~ADD_TO_ATTRIBUTE</td></tr><tr><td>public</td><td><strong>add_to_method</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~ADD_TO_METHOD</td></tr><tr><td>public</td><td><strong>add_to_object</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~ADD_TO_OBJECT</td></tr><tr><td>public</td><td><strong>add_to_parameter</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~ADD_TO_PARAMETER</td></tr><tr><td>public</td><td><strong>change_for_attribute</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~CHANGE_FOR_ATTRIBUTE</td></tr><tr><td>public</td><td><strong>change_for_method</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~CHANGE_FOR_METHOD</td></tr><tr><td>public</td><td><strong>change_for_object</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~CHANGE_FOR_OBJECT</td></tr><tr><td>public</td><td><strong>change_for_parameter</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~CHANGE_FOR_PARAMETER</td></tr><tr><td>public</td><td><strong>remove_from_attribute</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~REMOVE_FROM_ATTRIBUTE</td></tr><tr><td>public</td><td><strong>remove_from_method</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~REMOVE_FROM_METHOD</td></tr><tr><td>public</td><td><strong>remove_from_object</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~REMOVE_FROM_OBJECT</td></tr><tr><td>public</td><td><strong>remove_from_parameter</strong></td><td>ZIF_AAP_ANNOTATION_CHANGER~REMOVE_FROM_PARAMETER</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">lock</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_object_locked</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_class_not_annotatable</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Lock an annotatable class or interface
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interfacename
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_object_locked</span></td><td><span class="abapDocComment"> Object is already locked by someone else
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_class_not_annotatable</span></td><td><span class="abapDocComment"> Object does not implement ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> iv_objectname does not resolve to a class or interface</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">unlock</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_objectname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_class_not_annotatable</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Lock an annotatable class or interface
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_objectname</span></td><td><span class="abapDocComment"> Class / interfacename
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_class_not_annotatable</span></td><td><span class="abapDocComment"> Object does not implement ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> iv_objectname does not resolve to a class or interface</span></td></tr></table></td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">add_to_any</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_key</span></td><td>type ZAAP_TCASSOCIAT</td></tr><tr><td></td><td><span class="identifier parameterName">it_parameters</span></td><td>type ZIF_AAP_ANNOTATION_CHANGER=>GTY_PARAMETER_TAB optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td>&#160;</td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">change_for_any</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_key</span></td><td>type ZAAP_TCASSOCIAT</td></tr><tr><td></td><td><span class="identifier parameterName">it_parameters</span></td><td>type ZIF_AAP_ANNOTATION_CHANGER=>GTY_PARAMETER_TAB</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td>&#160;</td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">remove_from_any</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_key</span></td><td>type ZAAP_TCASSOCIAT</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annot_change_failure</span></td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_PERS_DB_RESOLVER</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#aliases">Aliases</a> | <a href="#types">Types</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_PERS_DB_RESOLVER</span></h2><p>public final create public</p><h4>Documentation</h4><span class="abapDocComment"> Default annotation resolver (using database tables)</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">zif_aap_annotation_resolver</span><br/><h4 id="aliases">Aliases</h4><table><thead><tr><th>Visibility and Level</th><th>Alias</th><th>Component</th></tr></thead><tr><td>public</td><td><strong>get_annotations_for_attribute</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_ATTRIBUTE</td></tr><tr><td>public</td><td><strong>get_annotations_for_method</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_METHOD</td></tr><tr><td>public</td><td><strong>get_annotations_for_object</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_OBJECT</td></tr><tr><td>public</td><td><strong>get_annotations_for_parameter</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_PARAMETER</td></tr></table><h4 id="types">Types</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private</td><td><span class="identifier fieldName">gty_mapping</span> (structured type)</td><td>&#160;</td></tr><tr ><td>private</td><td><span class="identifier fieldName">gty_mapping_result</span> (structured type)</td><td>&#160;</td></tr><tr ><td>private</td><td><span class="identifier fieldName">gty_mapping_result_tab</span> TYPE STANDARD TABLE OF gty_mapping_result WITH DEFAULT KEY</td><td>&#160;</td></tr><tr ><td>private</td><td><span class="identifier fieldName">gty_parameter</span> (structured type)</td><td>&#160;</td></tr><tr ><td>private</td><td><span class="identifier fieldName">gty_query_cache</span> (structured type)</td><td>&#160;</td></tr><tr ><td>private</td><td><span class="identifier fieldName">gty_query_cache_tab</span> TYPE HASHED TABLE OF gty_query_cache WITH UNIQUE KEY query</td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private static</td><td><span class="identifier fieldName">gt_query_cache</span> type GTY_QUERY_CACHE_TAB  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">build_annotation_tab</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">it_entries</span></td><td>type GTY_MAPPING_RESULT_TAB</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_annotations</span>)</td><td>type ZIF_AAP_ANNOTATION_RESOLVER=>GTY_ANNOTATION_TAB</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_incons_customizing</span></td></tr></table></td><td>&#160;</td></tr><tr ><td>private static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">select_entries</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_key</span></td><td>type GTY_MAPPING</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_entries</span>)</td><td>type GTY_MAPPING_RESULT_TAB</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_PERS_PRAGMA_RESOLVER</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#aliases">Aliases</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_PERS_PRAGMA_RESOLVER</span></h2><p>public final create public</p><h4>Documentation</h4><span class="abapDocComment"> Pragma annotation resolver</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">zif_aap_annotation_resolver</span><br/><h4 id="aliases">Aliases</h4><table><thead><tr><th>Visibility and Level</th><th>Alias</th><th>Component</th></tr></thead><tr><td>public</td><td><strong>get_annotations_for_attribute</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_ATTRIBUTE</td></tr><tr><td>public</td><td><strong>get_annotations_for_method</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_METHOD</td></tr><tr><td>public</td><td><strong>get_annotations_for_object</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_OBJECT</td></tr><tr><td>public</td><td><strong>get_annotations_for_parameter</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_PARAMETER</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_PROC_ATTRIBUTE</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_PROC_ATTRIBUTE</span></h2><p>public inheriting from ZCL_AAP_PROC_BASE final create private global friends ZCL_AAP_PROC_OBJECT</p><h4>Documentation</h4><span class="abapDocComment"> Attribute processor</span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mo_object_processor</span> type ref to ZCL_AAP_PROC_OBJECT read only </td><td><span class="abapDocComment"> Object processor</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">ms_attribute_description</span> type ABAP_ATTRDESCR read only </td><td><span class="abapDocComment"> Attribute description</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_attribute_name</span> type ABAP_ATTRNAME read only </td><td><span class="abapDocComment"> Attribute name in its containing object</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_containing_object_name</span> type ABAP_CLASSNAME read only </td><td><span class="abapDocComment"> Name of the containing class or interface</span></td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier methodName">get_annotations</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier methodName">get_target</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier methodName">is_annotatable</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier methodName">load_all</span> redefinition</td><td>&#160;</td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_attribute_description</span></td><td>type ABAP_ATTRDESCR</td></tr><tr><td></td><td><span class="identifier parameterName">iv_containing_object_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">io_object_processor</span></td><td>type ref to ZCL_AAP_PROC_OBJECT</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_PROC_BASE</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_PROC_BASE</span></h2><p>public abstract create protected</p><h4>Documentation</h4><span class="abapDocComment"> Processor base class</span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private instance</td><td><span class="identifier fieldName">mi_resolver</span> type ref to ZIF_AAP_ANNOTATION_RESOLVER  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_annotations</span> abstract</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_annotations</span>)</td><td>type ZIF_AAP_ANNOTATION_RESOLVER=>GTY_ANNOTATION_TAB</td></tr></table></td><td><span class="abapDocComment"> Get all annotations directly associated to this processor
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rt_annotations</span></td><td><span class="abapDocComment"> Associated annotations</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_annotation_by_data</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ig_data</span></td><td>type ANY</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_annotation</span>)</td><td>type ref to ZCL_AAP_ANNOTATION_BASE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annotation_not_present</span></td></tr></table></td><td><span class="abapDocComment"> Get an annotation instance by data variable
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ig_data</span></td><td><span class="abapDocComment"> Variable typed as REF TO annotation class
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_annotation</span></td><td><span class="abapDocComment"> Found annotation class instance
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> ig_data is not a reference variable to an annotation
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_annotation_not_present</span></td><td><span class="abapDocComment"> Annotation is not present</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_annotation_by_descr</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_descr</span></td><td>type ref to CL_ABAP_CLASSDESCR</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_annotation</span>)</td><td>type ref to ZCL_AAP_ANNOTATION_BASE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annotation_not_present</span></td></tr></table></td><td><span class="abapDocComment"> Get an annotation instance by descriptor
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_descr</span></td><td><span class="abapDocComment"> Descriptor instance
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_annotation</span></td><td><span class="abapDocComment"> Found annotation class instance
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> io_descr cannot be null
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_annotation_not_present</span></td><td><span class="abapDocComment"> Annotation is not present</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_annotation_by_name</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_classname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_annotation</span>)</td><td>type ref to ZCL_AAP_ANNOTATION_BASE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_annotation_not_present</span></td></tr></table></td><td><span class="abapDocComment"> Get an annotation instance by its name
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_classname</span></td><td><span class="abapDocComment"> Annotation class name
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_annotation</span></td><td><span class="abapDocComment"> Found annotation class instance
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_annotation_not_present</span></td><td><span class="abapDocComment"> Annotation is not present</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_annotation_count</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_count</span>)</td><td>type I</td></tr></table></td><td><span class="abapDocComment"> How many annotations are present
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rv_count</span></td><td><span class="abapDocComment"> Annotation count</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_target</span> abstract</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_target</span>)</td><td>type ref to ZCL_AAP_ANNOTATION_TARGET</td></tr></table></td><td><span class="abapDocComment"> Get the target for this processor
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ro_target</span></td><td><span class="abapDocComment"> Target enumeration instance</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">has_annotations</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_has_annotations</span>)</td><td>type ABAP_BOOL</td></tr></table></td><td><span class="abapDocComment"> Are annnotations present?
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rv_has_annotations</span></td><td><span class="abapDocComment"> Annotations are present</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">is_annotatable</span> abstract</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_annotatable</span>)</td><td>type ABAP_BOOL</td></tr></table></td><td><span class="abapDocComment"> Can this class / interface / method / parameter / attribute be annotated
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rv_annotatable</span></td><td><span class="abapDocComment"> Annotatable</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">is_annotation_present_by_data</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ig_data</span></td><td>type ANY</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_present</span>)</td><td>type ABAP_BOOL</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Check if an annotation is present by data variable
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ig_data</span></td><td><span class="abapDocComment"> Variable typed as REF TO annotation class
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_present</span></td><td><span class="abapDocComment"> Annotation is present
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> ig_data is not a reference variable to an annotation</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">is_annotation_present_by_descr</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_descr</span></td><td>type ref to CL_ABAP_CLASSDESCR</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_present</span>)</td><td>type ABAP_BOOL</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Check if an annotation is present by descriptor
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_descr</span></td><td><span class="abapDocComment"> Descriptor instance
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_present</span></td><td><span class="abapDocComment"> Annotation is present
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> io_descr cannot be null</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">is_annotation_present_by_name</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_classname</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_present</span>)</td><td>type ABAP_BOOL</td></tr></table></td><td><span class="abapDocComment"> Check if an annotation is present by classname
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_classname</span></td><td><span class="abapDocComment"> Annotation class name
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_present</span></td><td><span class="abapDocComment"> Annotation is present</span></td></tr></table></td></tr><tr ><td>public instance</td><td><span class="identifier methodName">load_all</span> abstract</td><td><span class="abapDocComment"> Force populate internal caches recursively (disables loading on demand)</span></td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">constructor</span> </td><td>&#160;</td></tr><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_resolver</span> final</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ri_resolver</span>)</td><td>type ref to ZIF_AAP_ANNOTATION_RESOLVER</td></tr></table></td><td><span class="abapDocComment"> Get the annotation resolver
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ri_resolver</span></td><td><span class="abapDocComment"> Resolver instance</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_PROC_METHOD</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#types">Types</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_PROC_METHOD</span></h2><p>public inheriting from ZCL_AAP_PROC_BASE final create private global friends ZCL_AAP_PROC_OBJECT</p><h4>Documentation</h4><span class="abapDocComment"> Method processor</span><h4 id="types">Types</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public</td><td><span class="identifier fieldName">gty_parameter_proc</span> (structured type)</td><td>&#160;</td></tr><tr ><td>public</td><td><span class="identifier fieldName">gty_parameter_proc_tab</span> TYPE SORTED TABLE OF gty_parameter_proc WITH UNIQUE KEY parameter_name</td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mo_object_processor</span> type ref to ZCL_AAP_PROC_OBJECT read only </td><td><span class="abapDocComment"> Object processor</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">ms_method_description</span> type ABAP_METHDESCR read only </td><td><span class="abapDocComment"> Method description</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_containing_object_name</span> type ABAP_CLASSNAME read only </td><td><span class="abapDocComment"> Name of the containing class or interface</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_method_name</span> type ABAP_METHNAME read only </td><td><span class="abapDocComment"> Name of the method in its containing object</span></td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mt_parameter_processor_cache</span> type GTY_PARAMETER_PROC_TAB  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier methodName">get_annotations</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_parameter_processor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_parameter_name</span></td><td>type ABAP_PARMNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_processor</span>)</td><td>type ref to ZCL_AAP_PROC_PARAMETER</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Get parameter processor by name
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_parameter_name</span></td><td><span class="abapDocComment"> Parameter name
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_processor</span></td><td><span class="abapDocComment"> Found parameter processor
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> Parameter does not exist</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_parameter_processors</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_processors</span>)</td><td>type GTY_PARAMETER_PROC_TAB</td></tr></table></td><td><span class="abapDocComment"> Get all parameter processors
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rt_processors</span></td><td><span class="abapDocComment"> Parameter processors</span></td></tr></table></td></tr><tr ><td>public instance</td><td><span class="identifier methodName">get_target</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier methodName">is_annotatable</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier methodName">load_all</span> redefinition</td><td>&#160;</td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_methdescr</span></td><td>type ABAP_METHDESCR</td></tr><tr><td></td><td><span class="identifier parameterName">iv_containing_object_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">io_object_processor</span></td><td>type ref to ZCL_AAP_PROC_OBJECT</td></tr></table></td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier methodName">load_parameters</span> </td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_PROC_OBJECT</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#types">Types</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_PROC_OBJECT</span></h2><p>public inheriting from ZCL_AAP_PROC_BASE final create private</p><h4>Documentation</h4><span class="abapDocComment"> Object processor
 <p>
 Entry point to get annotations processor intances. Use <em>from_...</em>-factory-methods to
 obtain an instance.
 </p></span><h4 id="types">Types</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public</td><td><span class="identifier fieldName">gty_attribute_proc</span> (structured type)</td><td>&#160;</td></tr><tr ><td>public</td><td><span class="identifier fieldName">gty_attribute_proc_tab</span> TYPE SORTED TABLE OF gty_attribute_proc WITH UNIQUE KEY attribute_name</td><td>&#160;</td></tr><tr ><td>public</td><td><span class="identifier fieldName">gty_method_proc</span> (structured type)</td><td>&#160;</td></tr><tr ><td>public</td><td><span class="identifier fieldName">gty_method_proc_tab</span> TYPE SORTED TABLE OF gty_method_proc WITH UNIQUE KEY method_name</td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mo_object_descr</span> type ref to CL_ABAP_OBJECTDESCR read only </td><td><span class="abapDocComment"> Object descriptor</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_classname_absolute</span> type STRING read only </td><td><span class="abapDocComment"> Absolute classname</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_classname_relative</span> type ABAP_CLASSNAME read only </td><td><span class="abapDocComment"> Relative classname</span></td></tr><tr ><td>private static</td><td><span class="identifier fieldName">gt_object_kind_range</span> TYPE RANGE OF abap_typecategory  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mt_attribute_processor_cache</span> type GTY_ATTRIBUTE_PROC_TAB  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mt_method_processor_cache</span> type GTY_METHOD_PROC_TAB  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier methodName">class_constructor</span> </td><td>&#160;</td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">from_descriptor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_descr</span></td><td>type ref to CL_ABAP_OBJECTDESCR</td></tr><tr><td></td><td><span class="identifier parameterName">iv_skip_relevance_check</span></td><td>type ABAP_BOOL default ABAP_FALSE</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_processor</span>)</td><td>type ref to ZCL_AAP_PROC_OBJECT</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_class_not_annotatable</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Create from object descriptor
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_descr</span></td><td><span class="abapDocComment"> Object descriptor describing a class or interface that implements
                       ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_skip_relevance_check</span></td><td><span class="abapDocComment"> Do not check if the object implements interface
                                      ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_processor</span></td><td><span class="abapDocComment"> Processor instance
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_class_not_annotatable</span></td><td><span class="abapDocComment"> io_descr does not describe a class or
                                          interface that implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> io_descr is null</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">from_name</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_skip_relevance_check</span></td><td>type ABAP_BOOL default ABAP_FALSE</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_processor</span>)</td><td>type ref to ZCL_AAP_PROC_OBJECT</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_class_not_annotatable</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Create from class or interface name
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_name</span></td><td><span class="abapDocComment"> Class / interface name
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_skip_relevance_check</span></td><td><span class="abapDocComment"> Do not check if the object implements interface
                                      ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_processor</span></td><td><span class="abapDocComment"> Processor instance
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_class_not_annotatable</span></td><td><span class="abapDocComment"> iv_name does not resolve to a class or an
                                          interface that implements ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> iv_name does not resolve to a class or an interface</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">from_object</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ii_annotatable</span></td><td>type ref to ZIF_AAP_ANNOTATABLE</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_processor</span>)</td><td>type ref to ZCL_AAP_PROC_OBJECT</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Create from object reference
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ii_annotatable</span></td><td><span class="abapDocComment"> Object implementing ZIF_AAP_ANNOTATABLE
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_processor</span></td><td><span class="abapDocComment"> Processor instance
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> ii_annotatable cannot be null</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">is_object_relevant_by_descr</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_descr</span></td><td>type ref to CL_ABAP_OBJECTDESCR</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_relevant</span>)</td><td>type ABAP_BOOL</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Check if object is relevant for annotation processing
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_descr</span></td><td><span class="abapDocComment"> Object descriptor
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_relevant</span></td><td><span class="abapDocComment"> Object is relevant
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> io_descr cannot be null</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">is_object_relevant_by_name</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_relevant</span>)</td><td>type ABAP_BOOL</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Check if object is relevant for annotation processing
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_name</span></td><td><span class="abapDocComment"> Class / interface name
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_relevant</span></td><td><span class="abapDocComment"> Object is relevant
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> iv_name does not resolve to a class or interface</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">is_object_relevant_by_ref</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_object</span></td><td>type ref to OBJECT</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_relevant</span>)</td><td>type ABAP_BOOL</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Check if object is relevant for annotation processing
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_object</span></td><td><span class="abapDocComment"> Object reference
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_relevant</span></td><td><span class="abapDocComment"> Object is relevant
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> io_object cannot be null</span></td></tr></table></td></tr><tr ><td>public instance</td><td><span class="identifier methodName">get_annotations</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_attribute_processor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_attribute_name</span></td><td>type ABAP_ATTRNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_processor</span>)</td><td>type ref to ZCL_AAP_PROC_ATTRIBUTE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Get attribute processor by name
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_attribute_name</span></td><td><span class="abapDocComment"> Attribute name
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_processor</span></td><td><span class="abapDocComment"> Found attribute processor
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> Attribute does not exist</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_attribute_processors</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_processors</span>)</td><td>type GTY_ATTRIBUTE_PROC_TAB</td></tr></table></td><td><span class="abapDocComment"> Get all attribute processors
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rt_processors</span></td><td><span class="abapDocComment"> Attribute processors</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_method_processor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_method_name</span></td><td>type ABAP_METHNAME</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_processor</span>)</td><td>type ref to ZCL_AAP_PROC_METHOD</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Get method processor by name
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_method_name</span></td><td><span class="abapDocComment"> Method name
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_processor</span></td><td><span class="abapDocComment"> Found method processor
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_aap_illegal_argument</span></td><td><span class="abapDocComment"> Method does not exist</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_method_processors</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_processors</span>)</td><td>type GTY_METHOD_PROC_TAB</td></tr></table></td><td><span class="abapDocComment"> Get all method processors
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rt_processors</span></td><td><span class="abapDocComment"> Method processors</span></td></tr></table></td></tr><tr ><td>public instance</td><td><span class="identifier methodName">get_target</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier methodName">is_annotatable</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier methodName">load_all</span> redefinition</td><td>&#160;</td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_descriptor</span></td><td>type ref to CL_ABAP_OBJECTDESCR</td></tr></table></td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier methodName">load_attributes</span> </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier methodName">load_methods</span> </td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_AAP_PROC_PARAMETER</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_AAP_PROC_PARAMETER</span></h2><p>public inheriting from ZCL_AAP_PROC_BASE final create private global friends ZCL_AAP_PROC_METHOD</p><h4>Documentation</h4><span class="abapDocComment"> Parameter processor</span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mo_method_processor</span> type ref to ZCL_AAP_PROC_METHOD read only </td><td><span class="abapDocComment"> Method processor</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">ms_parameter_description</span> type ABAP_PARMDESCR read only </td><td><span class="abapDocComment"> Parameter description</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_containing_method_name</span> type ABAP_METHNAME read only </td><td><span class="abapDocComment"> Name of the containing method</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_containing_object_name</span> type ABAP_CLASSNAME read only </td><td><span class="abapDocComment"> Name of the containing class or interface</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_parameter_name</span> type ABAP_PARMNAME read only </td><td><span class="abapDocComment"> Name of the parameter in its containing method</span></td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier methodName">get_annotations</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier methodName">get_target</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier methodName">is_annotatable</span> redefinition</td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier methodName">load_all</span> redefinition</td><td>&#160;</td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_parameter_description</span></td><td>type ABAP_PARMDESCR</td></tr><tr><td></td><td><span class="identifier parameterName">iv_containing_object_name</span></td><td>type ABAP_CLASSNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_containing_method_name</span></td><td>type ABAP_METHNAME</td></tr><tr><td></td><td><span class="identifier parameterName">io_method_processor</span></td><td>type ref to ZCL_AAP_PROC_METHOD</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZTCL_AAP_TEST_DEP_SWITCHER</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZTCL_AAP_TEST_DEP_SWITCHER</span></h2><p>public final create private for testing</p><h4>Documentation</h4><span class="abapDocComment"> Dependency switcher for test scenarios</span><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">switch_default_changer</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ii_changer</span></td><td>type ref to ZIF_AAP_ANNOTATION_CHANGER</td></tr></table></td><td><span class="abapDocComment"> Switch default changer for testing
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ii_changer</span></td><td><span class="abapDocComment"> New default changer</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">switch_default_resolver</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ii_resolver</span></td><td>type ref to ZIF_AAP_ANNOTATION_RESOLVER</td></tr></table></td><td><span class="abapDocComment"> Switch default resolver for testing
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ii_resolver</span></td><td><span class="abapDocComment"> New default resolver</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZTCL_AAP_TEST_MEM_AN_RESOLVER</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#aliases">Aliases</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZTCL_AAP_TEST_MEM_AN_RESOLVER</span></h2><p>public final create public for testing</p><h4>Documentation</h4><span class="abapDocComment"> Resolve annotations from memory for testing</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">zif_aap_annotation_resolver</span><br/><h4 id="aliases">Aliases</h4><table><thead><tr><th>Visibility and Level</th><th>Alias</th><th>Component</th></tr></thead><tr><td>public</td><td><strong>get_annotations_for_attribute</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_ATTRIBUTE</td></tr><tr><td>public</td><td><strong>get_annotations_for_method</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_METHOD</td></tr><tr><td>public</td><td><strong>get_annotations_for_object</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_OBJECT</td></tr><tr><td>public</td><td><strong>get_annotations_for_parameter</strong></td><td>ZIF_AAP_ANNOTATION_RESOLVER~GET_ANNOTATIONS_FOR_PARAMETER</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">set_source</span> </td></tr><tr><td>changing</td><td><span class="identifier parameterName">ct_source</span></td><td>type ANY TABLE</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <style>
    [ng-cloak] {
      display: none;
    }
  </style>
  <script>
    // include angular loader, which allows the files to load in any order
    
/*
 AngularJS v1.2.15
 (c) 2010-2014 Google, Inc. http://angularjs.org
 License: MIT
*/
(function(){'use strict';function d(a){return function(){var c=arguments[0],b,c="["+(a?a+":":"")+c+"] http://errors.angularjs.org/1.2.15/"+(a?a+"/":"")+c;for(b=1;b<arguments.length;b++)c=c+(1==b?"?":"&")+"p"+(b-1)+"="+encodeURIComponent("function"==typeof arguments[b]?arguments[b].toString().replace(/ \{[\s\S]*$/,""):"undefined"==typeof arguments[b]?"undefined":"string"!=typeof arguments[b]?JSON.stringify(arguments[b]):arguments[b]);return Error(c)}}(function(a){var c=d("$injector"),b=d("ng");a=a.angular||
(a.angular={});a.$$minErr=a.$$minErr||d;return a.module||(a.module=function(){var a={};return function(e,d,f){if("hasOwnProperty"===e)throw b("badname","module");d&&a.hasOwnProperty(e)&&(a[e]=null);return a[e]||(a[e]=function(){function a(c,d,e){return function(){b[e||"push"]([c,d,arguments]);return g}}if(!d)throw c("nomod",e);var b=[],h=[],k=a("$injector","invoke"),g={_invokeQueue:b,_runBlocks:h,requires:d,name:e,provider:a("$provide","provider"),factory:a("$provide","factory"),service:a("$provide",
"service"),value:a("$provide","value"),constant:a("$provide","constant","unshift"),animation:a("$animateProvider","register"),filter:a("$filterProvider","register"),controller:a("$controllerProvider","register"),directive:a("$compileProvider","directive"),config:k,run:function(a){h.push(a);return this}};f&&k(f);return g}())}}())})(window)})(window);
//# sourceMappingURL=angular-loader.min.js.map

    // include a third-party async loader library
    /*!
     * $script.js v1.3
     * https://github.com/ded/script.js
     * Copyright: @ded & @fat - Dustin Diaz, Jacob Thornton 2011
     * Follow our software http://twitter.com/dedfat
     * License: MIT
     */
    !function(a,b,c){function t(a,c){var e=b.createElement("script"),f=j;e.onload=e.onerror=e[o]=function(){e[m]&&!/^c|loade/.test(e[m])||f||(e.onload=e[o]=null,f=1,c())},e.async=1,e.src=a,d.insertBefore(e,d.firstChild)}function q(a,b){p(a,function(a){return!b(a)})}var d=b.getElementsByTagName("head")[0],e={},f={},g={},h={},i="string",j=!1,k="push",l="DOMContentLoaded",m="readyState",n="addEventListener",o="onreadystatechange",p=function(a,b){for(var c=0,d=a.length;c<d;++c)if(!b(a[c]))return j;return 1};!b[m]&&b[n]&&(b[n](l,function r(){b.removeEventListener(l,r,j),b[m]="complete"},j),b[m]="loading");var s=function(a,b,d){function o(){if(!--m){e[l]=1,j&&j();for(var a in g)p(a.split("|"),n)&&!q(g[a],n)&&(g[a]=[])}}function n(a){return a.call?a():e[a]}a=a[k]?a:[a];var i=b&&b.call,j=i?b:d,l=i?a.join(""):b,m=a.length;c(function(){q(a,function(a){h[a]?(l&&(f[l]=1),o()):(h[a]=1,l&&(f[l]=1),t(s.path?s.path+a+".js":a,o))})},0);return s};s.get=t,s.ready=function(a,b,c){a=a[k]?a:[a];var d=[];!q(a,function(a){e[a]||d[k](a)})&&p(a,function(a){return e[a]})?b():!function(a){g[a]=g[a]||[],g[a][k](b),c&&c(d)}(a.join("|"));return s};var u=a.$script;s.noConflict=function(){a.$script=u;return this},typeof module!="undefined"&&module.exports?module.exports=s:a.$script=s}(this,document,setTimeout)

    // load all of the dependencies asynchronously.
    $script([
      'lib/angular/angular.js',
      'lib/angular/angular-route.js',
      'js/app.js',
      'js/services.js',
      'js/controllers.js',
      'js/filters.js',
      'js/directives.js'
    ], function() {
      // when all is done, execute bootstrap angular application
      angular.bootstrap(document, ['myApp']);
    });
  </script>
  <title>My AngularJS App</title>
  <link rel="stylesheet" href="css/app.css">
</head>
<body ng-cloak>
  <ul class="menu">
    <li><a href="#/view1">view1</a></li>
    <li><a href="#/view2">view2</a></li>
  </ul>

  <div ng-view></div>

  <div>Angular seed app: v<span app-version></span></div>

</body>
</html>
<!doctype html>
<html lang="en" ng-app="myApp">

<head>
    <meta charset="utf-8">
    <title>Abap Helper</title>
    <link rel="stylesheet" href="css/app.css" />
    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
</head>

<body>
    <div class="navbar navbar-inverse navbar-static-top" role="navigation">
        <div class="container">
            <ul class="nav navbar-nav">
                <li>
                    <a href="#/alv_app">ALV Application</a>
                </li>
                <li>
                    <a href="#/test">Test</a>
                </li>
            </ul>
        </div>
    </div>

    <div ng-view class="container"></div>

    <div>Angular seed app: v
        <span app-version></span>
    </div>

    <!-- In production use:
  <script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
  -->

    <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
    <script src="lib/ace/ace.js" type="text/javascript" charset="utf-8"></script>
    <script src="lib/angular/angular.js"></script>
    <script src="lib/angular/angular-route.js"></script>
    <script src="lib/angular/angular-resource.js"></script>
    <script src="js/app.js"></script>
    <script src="js/services.js"></script>
    <script src="js/controllers.js"></script>
    <script src="js/filters.js"></script>
    <script src="js/directives.js"></script>
    <script src="lib/ui-ace/ui-ace.js" type="text/javascript" charset="utf-8"></script>
</body>

</html>
<!-- Input                                -->
<form role="form" name="alv_app" class="form">
    <div class="form-group" ng-class="{'has-error': alv_app.reportName.$invalid && !alv_app.reportName.$pristine, 'has-success': alv_app.reportName.$valid && !alv_app.reportName.$pristine}">
        <label class="control-label" for="reportName">Report</label>
        <input type="text" class="form-control" id="report.name" name="reportName" placeholder="ZTEST1" ng-model="report.name" ng-change="generate()" ng-Pattern="/^[zZ]\w+/" required/>

        <span class="glyphicon glyphicon-remove form-control-feedback" ng-show="alv_app.reportName.$error.required && !alv_app.reportName.$pristine"></span>
        <div class="alert alert-danger" ng-show="alv_app.reportName.$error.required && !alv_app.reportName.$pristine">El nombre del Report es obligatorio</div>
    </div>


    <!-- Global libraries -->
    <div class="form-group">
        <label>
            <input type="checkbox" ng-model="zcl_util_alv.inDictionary" ng-change="generate()">Usar zcl_util_alv de diccionario
        </label>
    </div>
    <div class="form-group">
        <label>
            <input type="checkbox" ng-model="zcl_util_ctx.inDictionary" ng-change="generate()">Usar zcl_util_ctx de diccionario
        </label>
    </div>


    <!-- Data types -->
    <div class="form-group">
        <label for="tableType">Tipo de tabla</label>
        <input type="text" class="form-control" id="tableType" placeholder="BAPIRET2_TAB" ng-model="types.table" ng-change="generate()" />
    </div>
    <div class="form-group">
        <label for="lineType">Tipo de linea</label>
        <input type="text" class="form-control" id="lineType" placeholder="BAPIRET2" ng-model="types.line" ng-change="generate()" />
    </div>

    <!-- Column names -->
    <div class="form-group">
        <label for="lineType">Columnas</label>
        <textarea class="form-control" rows="3" id="lineElements" placeholder="TYPE MESSAGE" ng-model="columnsRaw" ng-change="generate()"></textarea>
    </div>


    <!-- Data Input -->
    <label for="container-ace-dataInput">Carga de datos</label>
    <div id="container-ace-dataInput " class="panel panel-default container-ace container-ace-small">
        <div class="panel-heading ">
            <pre>
method get_data
    exporting et_data type {{types.table}}</pre>
        </div>
        <div class="panel-body " ui-ace="{ useWrapMode : true, showGutter: true, theme: 'eclipse', mode: 'abap', onLoad: aceLoaded, onChange: aceChanged }" ng-model="dataInput.source">
        </div>
    </div>
</form>

<div
    <h1>Código generado</h1>
    <!-- Code generation -->
    <!-- All in One -->
    <div id="container-ace-allInOne " class="panel panel-default container-ace container-ace-large">
        <div class="panel-heading ">Report {{report.name}}</div>
        <div class="panel-body " ui-ace="{ useWrapMode : true, showGutter: true, theme: 'eclipse', mode: 'abap', onLoad: aceLoaded, onChange: aceChanged }" ng-model="result">
        </div>
    </div>

    <!-- DynPro 9000 -->
    <div id="container-ace-screen9000 " class="panel panel-default container-ace container-ace-medium">
        <div class="panel-heading ">Dynpro 9000</div>
        <div class="panel-body " ui-ace="{ useWrapMode : true, showGutter: true, theme: 'eclipse', mode: 'abap', onLoad: aceLoaded, onChange: aceChanged }" ng-model="screen9000.gen">
        </div>
    </div>
</div>Test<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>abapOpenFix</title>
    <link rel="icon" href="data:;base64,iVBORw0KGgo=">
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.4.2/react.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.23.1/babel.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.4.2/react-dom.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react-router/3.0.2/ReactRouter.js"></script>    
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/history/2.1.2/History.min.js"></script>
    <link rel=stylesheet href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.23.0/codemirror.css">
    <link rel=stylesheet href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.23.0/addon/merge/merge.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.23.0/theme/seti.css" />
    <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.23.0/codemirror.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/diff_match_patch/20121119/diff_match_patch.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.23.0/addon/merge/merge.js"></script>
    <script type="text/javascript" src="/sap/zabapopenfix/static/abap.js"></script>
    <style>
    body {
      font-family: sans-serif;
    }
    a, a:visited {
      color:           #4078c0;
      text-decoration: none;
    }
    a:hover, a:active {
      cursor:          pointer;
      text-decoration: underline;
    }
    table, th, td {
      border: 1px solid black;
    }
    .CodeMirror {
      line-height: 1.2;
    }
    .CodeMirror-merge-l-chunk {
      background: #303030;
    }
    .right {
      text-align: right;
    }
    .errors {
      color: red;
      font-weight: bold;
    }
    .topright{
      position:absolute;
      top:0;
      right:0;
    }
    h1 {
      margin: 0px;
      padding: 0px;
    }
    </style>
  </head>
  <body>
    <div id="app"></div>
    <script type="text/babel" src="/sap/zabapopenfix/static/script.js"></script>
  </body>
</html><!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>abapOpenTest</title>
    <link rel="icon" href="data:;base64,iVBORw0KGgo=">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.25.0/babel.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react-dom.min.js"></script>
    <style>
    body {
      font-family: sans-serif;
    }
    table, th, td {
      border: 1px solid black;
    }
    a, a:visited {
      color:           #4078c0;
      text-decoration: none;
    }
    a:hover, a:active {
      cursor:          pointer;
      text-decoration: underline;
    }
    </style>
  </head>
  <body>
    <div id="app"></div>
    <script type="text/babel" src="/sap/zabapopentest/static/script.js"></script>
  </body>
</html><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]-->
<!DOCTYPE html>
<html>
<head>
<title>Arquitetura PoC - BRF</title>
</head>
<body style="background-color:#FFFFFF;">
<div class="mxgraph" style="position:relative;overflow:auto;width:100%;">
<div style="width:1px;height:1px;overflow:hidden;">7Vttb+I4EP41/VgU4pCEj223vT3pVlddpduPK5O4ENXBnEn69ut3DONg54UNG7PHVoCEYBK/5Hke2zNjc0Fu8tc/JF0tvoiU8QvfS18vyKcL3/fJOB4F8EXZ3ra2MIxHYbS1zWWWbq3jneEhe2do9NBaZilbWzcWQvAiW9nGRCyXLCks26PgdhMrOtfV7wwPCeVN69csLRZoHYfT3YXPLJsvsJ3YD7cXZjR5mktRLrG9C5/cbV7by+viTTeRskda8uJyY4Jr6nJOdVP40K/e9ucl3vCGv4OqH0urw+9C5JZBsnWFJNb5mGGn8fdMyJRJ5AptPFs+mbCSW+BXCgEl1bf89YZxxbFmDosZj3dBrhdFzuHHGL5uLt91FMau7i8MjyrZ0up5V30RgvNMeakrrLewoYipAqqFl0VWsIcVTdTVFxCx3YGUrhfVvetCiid2I7hQmC3FEsqgUUtF9f8x41zfBCK4DdVb2cWyuKN5xtVI+JfJlC4pmlHz401x+G0U97zr2zt8ChMIhO6ZyYLhcNvxBeORiZwV8k0paXuVxCgkvFkz97JTuT9B28IQeBihkaIs5lXVOybgC5LRQXSI04AzZlpwH4IvuZ5tOmaxpyle0FS8wG8YgijJBuwt5HQyMZlYTARxCxOaHZMJf4IUDmEixsbPQ6RliHiI+r4xEh5rjMS4kJyZaRkyGuD/hZkp1mEw81AmCVuv72hSCLlu8HR8ZgiZTsG3qDHzmfFnVmRJnZu4yQ06J3gfdr1rLvslC40LpnRvDaau7sFw/+eZIycznQuScEZokPT55suZJSeznguXDR61TtOV/K8EOopSUjWmBFRSowueDPpgMkR5NlehSgI4qGDjWj0/4Mqv8EKepakq3rqcCbj7kW+8rwXcx6CAzbnBDdELVRc33eRWpHWro1VcLoaiDvCQ8ybFsR6sJsX6vkEUBz28ciqlgt+klC3Tq63104yL5GlrugPg+g/EoOeAayf1moQbu81VZRcgoqxQtY41di0csdRKBTQZMjio6jE5qIyScVpkz3YKoY0ZbONeZNCXSgJjHdSjBojOfOgq1qKUCcNSZvz7g4oaKimonLOiUdFGKNWD99POpDmLfwjtnL5cIi0PHUD+rFzqFRG9vhxDLj2iG70y/EVnjN+LdVZkQq0QM1EUKrtl6qi+ihRCLRet4qkxXUX8ENevVMv561xlL0f0vZRslNKCzuh6N7sPivXHtend1xowxEKiEQblzid4nTE4edQBc86U5+AEc1vWEw/zzQbmOgVtIY4SHYZ4jxTkSSCei1m2cbscIB4TG3ANgilyhMECHN2PYZnFZnB+moBzutrW5ULiU9SvRjzEhzYQ18GDiXiAxYYh3gyyTxPxROSrcht0uMB8bGMeQsarjrmmxcRcp3eHYd70tm7zFRdvjN1A/yWFu0+SAi7K9NuayedMhXUueJh2OMuW+4UTknseeqTPP0jEVPN3DxoqE2/khbBXia/IHjmBhyj29pgPiKUm2Nv67srBsVS9omM6xyjXj6aqlp2zUw6sfO23aGe9Tnlf7RDtvHdV5FA72pM1tPOVzR5wxj3JReFFyCcmv0nB1bEOF2sC0aO8SnzgiDLTaBgL2dtDLtaE38XlV8uwwh1OqjiCXe+M6TmSYBVmpNUCe+Qi0tL+7Xkp3kdR4PvWUmxvzpFxc5y4WomhZbutoHZ8oe9sqh6BkHgaE2/ixUEU1M5P+LV6HU6u0e8S6pQwth3F8ja61Qa6oZDgeAmrqOkJXSWMMwmOhFRbhP/Ax4PgpQK5ue9+ElzQEtoCP0S17IKRUAfce2ZZvf5ZsyxiOYyQ5hbRZpvW+3t5eS9ZnkGm9DRZUJ/fEposHMWdoT5dWDl1zSgmbIk7I7xtGA090ucfJEIYsNgRLxp5xquWe2/ZPne12PVs+dClzyfhSK/cLYH0MeMK3dTH3N8b5lHZfo2H/sev8KG0//YTPpRdkT6ldQzl9Nh0Os9Vk6AWO0XNdLIrGXW2daiMQj3hdFXkUkY9wuqzjCbRdM/Cc1RR9Wv5UIlBiGcteXbAekzBaR/6nFDYJzg4NLI3oXC81H7juIraZTBetXzvAadg7PRCLdg6nosV98guNA9U/jA2QtPvdfByeHx2aUfJcGpyBAdmg3g89SPguHkkIdb4D8xiwM/dH+S2Otj9G5Lcfgc=</div>
</div>
<script type="text/javascript" src="https://www.draw.io/embed.js?s=azure"></script>
</body>
</html>
<img src="http://imgur.com/poFT2Zt"/><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]-->
<!DOCTYPE html>
<html>
<head>
<title>Arquitetura PoC - BRF</title>
</head>
<body style="background-color:#FFFFFF;">
<div class="mxgraph" style="position:relative;overflow:auto;width:100%;">
<div style="width:1px;height:1px;overflow:hidden;">7Vttb+I4EP41/VgU4pCEj223vT3pVlddpduPK5O4ENXBnEn69ut3DONg54UNG7PHVoCEYBK/5Hke2zNjc0Fu8tc/JF0tvoiU8QvfS18vyKcL3/fJOB4F8EXZ3ra2MIxHYbS1zWWWbq3jneEhe2do9NBaZilbWzcWQvAiW9nGRCyXLCks26PgdhMrOtfV7wwPCeVN69csLRZoHYfT3YXPLJsvsJ3YD7cXZjR5mktRLrG9C5/cbV7by+viTTeRskda8uJyY4Jr6nJOdVP40K/e9ucl3vCGv4OqH0urw+9C5JZBsnWFJNb5mGGn8fdMyJRJ5AptPFs+mbCSW+BXCgEl1bf89YZxxbFmDosZj3dBrhdFzuHHGL5uLt91FMau7i8MjyrZ0up5V30RgvNMeakrrLewoYipAqqFl0VWsIcVTdTVFxCx3YGUrhfVvetCiid2I7hQmC3FEsqgUUtF9f8x41zfBCK4DdVb2cWyuKN5xtVI+JfJlC4pmlHz401x+G0U97zr2zt8ChMIhO6ZyYLhcNvxBeORiZwV8k0paXuVxCgkvFkz97JTuT9B28IQeBihkaIs5lXVOybgC5LRQXSI04AzZlpwH4IvuZ5tOmaxpyle0FS8wG8YgijJBuwt5HQyMZlYTARxCxOaHZMJf4IUDmEixsbPQ6RliHiI+r4xEh5rjMS4kJyZaRkyGuD/hZkp1mEw81AmCVuv72hSCLlu8HR8ZgiZTsG3qDHzmfFnVmRJnZu4yQ06J3gfdr1rLvslC40LpnRvDaau7sFw/+eZIycznQuScEZokPT55suZJSeznguXDR61TtOV/K8EOopSUjWmBFRSowueDPpgMkR5NlehSgI4qGDjWj0/4Mqv8EKepakq3rqcCbj7kW+8rwXcx6CAzbnBDdELVRc33eRWpHWro1VcLoaiDvCQ8ybFsR6sJsX6vkEUBz28ciqlgt+klC3Tq63104yL5GlrugPg+g/EoOeAayf1moQbu81VZRcgoqxQtY41di0csdRKBTQZMjio6jE5qIyScVpkz3YKoY0ZbONeZNCXSgJjHdSjBojOfOgq1qKUCcNSZvz7g4oaKimonLOiUdFGKNWD99POpDmLfwjtnL5cIi0PHUD+rFzqFRG9vhxDLj2iG70y/EVnjN+LdVZkQq0QM1EUKrtl6qi+ihRCLRet4qkxXUX8ENevVMv561xlL0f0vZRslNKCzuh6N7sPivXHtend1xowxEKiEQblzid4nTE4edQBc86U5+AEc1vWEw/zzQbmOgVtIY4SHYZ4jxTkSSCei1m2cbscIB4TG3ANgilyhMECHN2PYZnFZnB+moBzutrW5ULiU9SvRjzEhzYQ18GDiXiAxYYh3gyyTxPxROSrcht0uMB8bGMeQsarjrmmxcRcp3eHYd70tm7zFRdvjN1A/yWFu0+SAi7K9NuayedMhXUueJh2OMuW+4UTknseeqTPP0jEVPN3DxoqE2/khbBXia/IHjmBhyj29pgPiKUm2Nv67srBsVS9omM6xyjXj6aqlp2zUw6sfO23aGe9Tnlf7RDtvHdV5FA72pM1tPOVzR5wxj3JReFFyCcmv0nB1bEOF2sC0aO8SnzgiDLTaBgL2dtDLtaE38XlV8uwwh1OqjiCXe+M6TmSYBVmpNUCe+Qi0tL+7Xkp3kdR4PvWUmxvzpFxc5y4WomhZbutoHZ8oe9sqh6BkHgaE2/ixUEU1M5P+LV6HU6u0e8S6pQwth3F8ja61Qa6oZDgeAmrqOkJXSWMMwmOhFRbhP/Ax4PgpQK5ue9+ElzQEtoCP0S17IKRUAfce2ZZvf5ZsyxiOYyQ5hbRZpvW+3t5eS9ZnkGm9DRZUJ/fEposHMWdoT5dWDl1zSgmbIk7I7xtGA090ucfJEIYsNgRLxp5xquWe2/ZPne12PVs+dClzyfhSK/cLYH0MeMK3dTH3N8b5lHZfo2H/sev8KG0//YTPpRdkT6ldQzl9Nh0Os9Vk6AWO0XNdLIrGXW2daiMQj3hdFXkUkY9wuqzjCbRdM/Cc1RR9Wv5UIlBiGcteXbAekzBaR/6nFDYJzg4NLI3oXC81H7juIraZTBetXzvAadg7PRCLdg6nosV98guNA9U/jA2QtPvdfByeHx2aUfJcGpyBAdmg3g89SPguHkkIdb4D8xiwM/dH+S2Otj9G5Lcfgc=</div>
</div>
<script type="text/javascript" src="https://www.draw.io/embed.js?s=azure"></script>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZBCES0005</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZBCES0005</h2>
  <h3>Description: Data base access location</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>TABNAME</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>TABNAME</td>
  <td>AS4TAB</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Table Name</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>FIELDNAME</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>FIELDNAME_TAB</td>
  <td>&nbsp;</td>
  <td>TTYP</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Table of field names</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZBCES0006</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZBCES0006</h2>
  <h3>Description: Secondary Indexes use tracking</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>PGMID</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>PGMID</td>
  <td>PGMID</td>
  <td>CHAR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Program ID in Requests and Tasks</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>OBJECT</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>TROBJTYPE</td>
  <td>OBJECT</td>
  <td>CHAR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Object Type</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>OBJ_NAME</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>TROBJ_NAME</td>
  <td>TROBJ_NAME</td>
  <td>CHAR</td>
  <td>120</td>
  <td>&nbsp;</td>
  <td>Object Name in Object List</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>ZRESULT</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>ZBCTT0008</td>
  <td>&nbsp;</td>
  <td>TTYP</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>SELECT Analysis result</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZBCES0007</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZBCES0007</h2>
  <h3>Description: Secondary Indexes in tables</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>TABNAME</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>TABNAME</td>
  <td>AS4TAB</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Table Name</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>DD03P</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>DD03TTYP</td>
  <td>&nbsp;</td>
  <td>TTYP</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Table Type for Structure DD03P</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>DD12V</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>DML_TT_DD12V</td>
  <td>&nbsp;</td>
  <td>TTYP</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Table Type for Structure DD12V</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>DD17V</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>DD17V_TAB</td>
  <td>&nbsp;</td>
  <td>TTYP</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>List of Fields in DDIC Format</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZBCES0008</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZBCES0008</h2>
  <h3>Description: SELECT Analysis result</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>SENTENCE</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>RSLINE</td>
  <td>&nbsp;</td>
  <td>STRG</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>ABAP Source Line</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>LINE</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>INT2</td>
  <td>INT2</td>
  <td>INT2</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>2 byte integer (signed)</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>DBMATCHES</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>ZBCTT0005</td>
  <td>&nbsp;</td>
  <td>TTYP</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Data base access location</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZBCTM0000</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZBCTM0000</h2>
  <h3>Description: ZBCPRR0002 program run</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>OBJ_NAME</td>
  <td>2</td>
  <td>X</td>
  <td>TROBJ_NAME</td>
  <td>TROBJ_NAME</td>
  <td>CHAR</td>
  <td>120</td>
  <td>&nbsp;</td>
  <td>Object Name in Object List</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>ID_EJECTION</td>
  <td>3</td>
  <td>X</td>
  <td>ZBCDE0009</td>
  <td>ZBCDO0009</td>
  <td>NUMC</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>ZBCTM0000 run ID</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>ADATE</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>ADATE</td>
  <td>DATUM</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Processing date</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>ATIME</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>CCIHE_TIMPROC</td>
  <td>TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Execution Time</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>AUSER</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>CACS_USER</td>
  <td>USNAM</td>
  <td>CHAR</td>
  <td>12</td>
  <td>&nbsp;</td>
  <td>User Who Triggered the Run (User ID)</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZBCTM0001</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZBCTM0001</h2>
  <h3>Description: ZBCPRR0002 program run result</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>OBJ_NAME</td>
  <td>2</td>
  <td>X</td>
  <td>TROBJ_NAME</td>
  <td>TROBJ_NAME</td>
  <td>CHAR</td>
  <td>120</td>
  <td>&nbsp;</td>
  <td>Object Name in Object List</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>ID_EJECTION</td>
  <td>3</td>
  <td>X</td>
  <td>ZBCDE0009</td>
  <td>ZBCDO0009</td>
  <td>NUMC</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>ZBCTM0000 run ID</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>COUNTER</td>
  <td>4</td>
  <td>X</td>
  <td>BP_COUNTER</td>
  <td>BP_COUNTER</td>
  <td>NUMC</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Counter</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>TABNAME</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>TABNAME</td>
  <td>AS4TAB</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Table Name</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>LINE</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>ZBCDE0012</td>
  <td>&nbsp;</td>
  <td>NUMC</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Source code line</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>INDEXNAME</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>INDEXID</td>
  <td>INDEXID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Unique Index ID in a Table</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZBCTM0000</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZBCTM0000</h2>
  <h3>Description: ZBCPRR0002 program run</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>OBJ_NAME</td>
  <td>2</td>
  <td>X</td>
  <td>TROBJ_NAME</td>
  <td>TROBJ_NAME</td>
  <td>CHAR</td>
  <td>120</td>
  <td>&nbsp;</td>
  <td>Object Name in Object List</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>ID_EJECTION</td>
  <td>3</td>
  <td>X</td>
  <td>ZBCDE0009</td>
  <td>ZBCDO0009</td>
  <td>NUMC</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>ZBCTM0000 run ID</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>ADATE</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>ADATE</td>
  <td>DATUM</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Processing date</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>ATIME</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>CCIHE_TIMPROC</td>
  <td>TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Execution Time</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>AUSER</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>CACS_USER</td>
  <td>USNAM</td>
  <td>CHAR</td>
  <td>12</td>
  <td>&nbsp;</td>
  <td>User Who Triggered the Run (User ID)</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZBCTM0001</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZBCTM0001</h2>
  <h3>Description: ZBCPRR0002 program run result</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>OBJ_NAME</td>
  <td>2</td>
  <td>X</td>
  <td>TROBJ_NAME</td>
  <td>TROBJ_NAME</td>
  <td>CHAR</td>
  <td>120</td>
  <td>&nbsp;</td>
  <td>Object Name in Object List</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>ID_EJECTION</td>
  <td>3</td>
  <td>X</td>
  <td>ZBCDE0009</td>
  <td>ZBCDO0009</td>
  <td>NUMC</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>ZBCTM0000 run ID</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>COUNTER</td>
  <td>4</td>
  <td>X</td>
  <td>BP_COUNTER</td>
  <td>BP_COUNTER</td>
  <td>NUMC</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Counter</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>TABNAME</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>TABNAME</td>
  <td>AS4TAB</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Table Name</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>LINE</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>ZBCDE0012</td>
  <td>&nbsp;</td>
  <td>NUMC</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Source code line</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>INDEXNAME</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>INDEXID</td>
  <td>INDEXID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Unique Index ID in a Table</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZEXCEL_DRAWING_LOCATION</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZEXCEL_DRAWING_LOCATION</h2>
  <h3>Description: Drawing location for Excel</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>COL</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>INT4</td>
  <td>INT4</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Natural Number</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>COL_OFFSET</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>INT4</td>
  <td>INT4</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Natural Number</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>ROW</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>INT4</td>
  <td>INT4</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Natural Number</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>ROW_OFFSET</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>INT4</td>
  <td>INT4</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Natural Number</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZBCSFILES</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZBCSFILES</h2>
  <h3>Description: File List Structure</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>FILE_NAME</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>ESEFTAPPL</td>
  <td>PATHEXTERN</td>
  <td>CHAR</td>
  <td>200</td>
  <td>X</td>
  <td>File Name on the Application Server</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>FILE_NAME_IN_ZIP</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>ESEFTAPPL</td>
  <td>PATHEXTERN</td>
  <td>CHAR</td>
  <td>200</td>
  <td>X</td>
  <td>File Name on the Application Server</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object (Table Type)- ZBCTPFILES</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table:ZBCTPFILES</h2>
  <h3>Description:File List</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Name of table type</th>
  <th>Name of row type for table types</th>
  <th>Category of table type (range or general table type)</th>
  <th>Elem. type of LOW and HIGH components of a Ranges type</th>
  <th>Type of Object Referenced</th>
  <th>Initial Line Number for Table Types</th>
  <th>Description</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>ZBCTPFILES</td>
  <td>ZBCSFILES</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>00000</td>
  <td>File List</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.5 - E.G.Mellodew. 1998-2016. Sap Release 700</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZBCSFILES</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZBCSFILES</h2>
  <h3>Description: File List Structure</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>FILE_NAME</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>ESEFTAPPL</td>
  <td>PATHEXTERN</td>
  <td>CHAR</td>
  <td>200</td>
  <td>X</td>
  <td>File Name on the Application Server</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>FILE_NAME_IN_ZIP</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>ESEFTAPPL</td>
  <td>PATHEXTERN</td>
  <td>CHAR</td>
  <td>200</td>
  <td>X</td>
  <td>File Name on the Application Server</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.4.3 - E.G.Mellodew. 1998-2017. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=11,10,9,8" />
    <title>abapGitServer</title>
    <style>
    body {
      font-family: sans-serif;
      background: #eee9e9;
    }
    h1 {
      margin: 0px;
      padding: 0px;
    }
    a, a:visited {
      color:           #4078c0;
      text-decoration: none;
    }
    a:hover, a:active {
      cursor:          pointer;
      text-decoration: underline;
    }     
    .inline {
      display: inline-block;
    }
    .italic {
      font-style: italic;
    }
    .bold {
      font-weight: bold;
    }     
    .topright {
      position: absolute; 
      top: 0; 
      right: 0; 
      border: 0;
    }  
    .right {
      text-align: right;
    }
    .tile {
      vertical-align: top;
      width: 220px;
      background: #F4A460;
      display: inline-block;
      margin: 2px;
      padding: 2px;
      border: 5px solid rgba(0,0,0,.4);
    }
    </style>    
    <link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAYcSURBVFhH7Zb5U9R1GMf7CzqmJrtNy0orLDWd8ShTk24VNTy5bd2AFRQoWFdgOeJKvAgVFQHlEFA5XW52QZAlkkMgwAw8EFBrUMdbX32+X7ZJAjGoqR/qPbOzM9/j87y+z/N+ns/nAf5l/Q8wJIBbt27R3X2Rc+fOc+PGDdPVoWlIANeuX6ezs4ua2nqOHWsUEDdNdwavQQNcvHiJtpOnOXGilRM/tVJVVcPVa9dMdwevQQP8+GMrdXUNNP7QTGfXOS78/At37twx3R28BgVwTXxpU9NxKoxVVH1fQ0dHp+nO0PWnAaTgzc0tFBQUU1RkICc3n+rq2n/GhG1tbZSUHqZYX4JOpyMtPZNDOXkUFOmprqnh5MmTwhsXuXTpEjdvDs6Q9wU4fvw4ekMJOZnpHAr3JGutJbGrLYjwsCcyLIitEVsoLCoWJanm+6NHMVZW0tDQwJkzZ7h8+fJ9/TEgQPvZs5SUlJKcnMz+tdYYXCeRYvcC+2xHkOYyhYNu5iSt+YjUDWp2BqmJ3rGd9Rs3E5+4j+xDOpExvQzU0tIiZ6c/3RNASunhw2VkZusId1dwKnQxJWsmkWw/ijjrkexVTSXf5S30HlPJcJlElud77POcj9b+UzwcLFntpMTbx5fIbVGiZBkUF+vlrPxR/QJIdawU5HpDKX5e7lT4fMYvG5fQtd6SU8HzKPScRZziDfJV46j3nk3pl2+T7PYOMVbDyf7CjGyn8SQoJhJiOwNHm0U4Oa8iPiFRrGfgypUrpig96hegsbGRI0cqCAkJE/VeyNmwhbQFzaVWM4tjImB18FLK186mztucHwI+pTrcmhSlGVGWj/PtgsfYbjmM3UueItFmBDG2r+JtNQM3Vxe5LO3t7aYoPeoDcFbUvaLCSEzcHrQrLclymkCZ+2RqNDMxfjmNvFUTyF5nQb7HdHJ9FlAZbktLrBeV6hkYvGaSZDeK2GXPCpBH2TTvYQE1jD3Lh+NrO5uExCSxf5wzRepRLwCp16XU5+YX8JWzQgQxJ2PlGFLsXyJdMYZyjym0BM7BuNGRcq2AEAC5XrNoyttNa9Ee2sv2U7fLXXhjIqniHQkkwXoEccueI1S1kDyx7u3bt03RetQLoLOzk++qqggLW882x4+pVr8rf3m9jzmNvu/TIP7rfT+gMMiGXPWHlH/jQONWJ+oTAzihT+JU2QH0ocuJE1+cIsx6cMUrctdE2IwjctM3Irsdpki/qw9AhbGSYK0Gnet0cpzGkurwEnnCbFIZqrymc1Sk+pB2MXt9rMiJWEPrkXTqEv35bpsrhsCFZDqPE236Aknit1+8G2U1Gq37F3wbubXfqdkL4OrVqxypqGBX5GYOqt6h8qupFLlMIEGYSVpQakFp8bQ176ILWYlOMwedz1zSvOcQbT+aCGHALRaPyCZMtnuRZPFs0ApzfLT+7Ny5q9+h1MeEHR0dZGVlE+ypYpvSXGRimmi38eQ6maFzNJMBti96kmjHyaS6zSTP+U0yFKPl61GLniB8zoNsFhBS/XdYvUKg2hX/gEDKyspMEXqrD4AkqVebmpvx8/PD2W4Jvp9bEKn8gDTVNAyrJ5GtfI0dItiW+Y+ye+nT7F/xsjDrqyJTIwmf+5AcPF6YL1A5Fz//AHZFR3PhwgXT6r3VL8BvkmZ6+IaNaP0DcVKpcHawIsDhE/Yop4mBM1bUeJQozUhilj4jQJ5hn0h73PLnSLR+ni3LX0er8SQkNAyj0Whasa8GBJDOfkfFBpOXn096RiZRO3ai8fbBxVFBwEoLopQzxMQbT8qKMaLtRsmOTxJ+2WpthmaVPWqNhsSkJHms30sDAkiSjHP+/HlxCjomb0wFhYUcFLM9QrharfZildIeN9t5+Nq8R4jddAIUn+ChUrB2nTcxsXFyFgfSfQHultQlbWLv79knSgRMEakHDrBh02Y54DqRna+DQ4kVU1Q6P0jA18UBdiANCuA3SVnp7u4Wx7MmysrL0esNlIqds6a2Tp4jBhE4JzeX06dPm964t4YEcLeknbOrq4taEbyouJi98fGi7QLE15eYnhhYfxngbkl7SWtrq3wA+bNHs78VYCj6rwPAr+zPCcib6bdZAAAAAElFTkSuQmCC">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/spinkit/1.2.5/spinkit.css">  
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react.min.js"></script>
    <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.23.1/babel.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.23.0/polyfill.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react-dom.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react-router/2.5.2/ReactRouter.js"></script>    
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/history/2.1.2/History.min.js"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/themes/prism.min.css">
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/prism.min.js"></script>    
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/components/prism-abap.min.js"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css">
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jsdiff/2.2.3/diff.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"></script>    
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/diff2html/2.3.0/diff2html.min.css">
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/diff2html/2.3.0/diff2html.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/diff2html/2.3.0/diff2html-ui.min.js"></script>
  </head>
  <body>
    <div id="app"></div>
    <script type="text/javascript">
      var cookie = document.cookie.replace(/(?:(?:^|.*;\s*)jsmodified\s*\=\s*([^;]*).*$)|^.*$/, "$1");
      
      function callback(evt) {      
        if (typeof Babel === "undefined") {
          setTimeout(function() {callback(evt);},50);
          return;
        }
      
        var compiled = Babel.transform(evt.target.response, {
          presets: ['es2015', 'react', 'stage-0']
          }).code;
     
        localStorage.setItem('compiled', compiled);
        localStorage.setItem('modified', cookie);
      
        eval(compiled);
      }
      
      function run() {
        var modified = localStorage.getItem('modified');
        
        var compiled = localStorage.getItem('compiled');
        if (modified === cookie && compiled) {  
          eval(compiled);
          return;
        }

        var oReq = new XMLHttpRequest();
        oReq.addEventListener("load", callback);
        oReq.open("GET", "/sap/zabapgitserver/static/script.js");
        oReq.send();
      }
      
      run();
    </script>
  </body>
</html>
<html>
<head>
<title>Tennis Test</title>
</head>
<body>
  <div id="total">Tests incomplete</div>
  <table id="results">
    <tr><th>Case</th><th>Result</th></tr>
  </table>

  <script src="./TennisGame1.js"></script>
  <script src="./TennisGame2.js"></script>
  <script src="./TennisGame3.js"></script>
  <script src="./TennisTest.js"></script>
</body>
</html><html>
<head>
<title>Tennis Test</title>
</head>
<body>
  <div id="total">Tests incomplete</div>
  <table id="results">
    <tr><th>Case</th><th>Result</th></tr>
  </table>

  <script src="./TennisGame1.js"></script>
  <script src="./TennisGame2.js"></script>
  <script src="./TennisGame3.js"></script>
  <script src="./TennisTest.js"></script>
</body>
</html><html>
<head>
<title>Tennis Test</title>
</head>
<body>
  <div id="total">Tests incomplete</div>
  <table id="results">
    <tr><th>Case</th><th>Result</th></tr>
  </table>

  <script src="./TennisGame1.js"></script>
  <script src="./TennisGame2.js"></script>
  <script src="./TennisGame3.js"></script>
  <script src="./TennisTest.js"></script>
</body>
</html><html>
<head>
<title>Tennis Test</title>
</head>
<body>
  <div id="total">Tests incomplete</div>
  <table id="results">
    <tr><th>Case</th><th>Result</th></tr>
  </table>

  <script src="./TennisGame1.js"></script>
  <script src="./TennisGame2.js"></script>
  <script src="./TennisGame3.js"></script>
  <script src="./TennisTest.js"></script>
</body>
</html><html>
<head>
<title>Tennis Test</title>
</head>
<body>
  <div id="total">Tests incomplete</div>
  <table id="results">
    <tr><th>Case</th><th>Result</th></tr>
  </table>

  <script src="./TennisGame1.js"></script>
  <script src="./TennisGame2.js"></script>
  <script src="./TennisGame3.js"></script>
  <script src="./TennisTest.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en-US">
  <head>
    <meta charset="UTF-8">

<title>Building SAP Gateway Services | building_gateway_services</title>
<meta property="og:title" content="Building SAP Gateway Services" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Slide decks associated with Building Gateway Service presentation" />
<meta property="og:description" content="Slide decks associated with Building Gateway Service presentation" />
<link rel="canonical" href="https://grahamrobbo.github.io/building_gateway_services/" />
<meta property="og:url" content="https://grahamrobbo.github.io/building_gateway_services/" />
<meta property="og:site_name" content="building_gateway_services" />
<script type="application/ld+json">
{"@context":"http://schema.org","@type":"WebSite","name":"building_gateway_services","headline":"Building SAP Gateway Services","description":"Slide decks associated with Building Gateway Service presentation","url":"https://grahamrobbo.github.io/building_gateway_services/"}</script>
<!-- End Jekyll SEO tag -->

    <meta name="description" content="Slide decks associated with Building Gateway Service presentation"/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#157878">
    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" href="https://grahamrobbo.github.io/building_gateway_services/assets/css/style.css?v=612de7129b68e779429beaf0eac99d669f0e22b3">
  </head>
  <body>
    <section class="page-header">
      <h1 class="project-name">building_gateway_services</h1>
      <h2 class="project-tagline">Slide decks associated with Building Gateway Services presentations</h2>
      
        <a href="https://grahamrobbo.github.io/building_gateway_services/" class="btn">Back to Doco</a>
        <a href="https://github.com/grahamrobbo/building_gateway_services" class="btn">View on GitHub</a>
      
      
    </section>

    <section class="main-content">
      <h2 id="building-sap-gateway-services">Building SAP Gateway Services</h2>

<p>Thanks for your interest in my presentation “Building SAP Gateway Services”.</p>
<p>You can find various versions of the slides here.</p>
<hr>
<p><img src="../img/saug_logo.png" alt="Image" /></p>

<p><a href="./html/SAUG2017" target="_blank">2017 SAUG Sydney Summit.</a></p>
<hr>

<p><img src="../img/SAPTECHED_LV16.png" alt="Image" style="background-color:gray"/></p>

<p><a href="./html/UX202" target="_blank">2016 SAP TechEd Las Vegas</a></p>
<hr>

<p><img src="../img/asug_webcast.jpg" alt="Image" /></p>

<p><a href="./html/ASUG2017" target="_blank">2017 ASUG Webcast</a></p>
<hr>

<p>Enjoy!</p>


      <footer class="site-footer">
        
          <span class="site-footer-owner"><a href="https://github.com/grahamrobbo/building_gateway_services">building_gateway_services</a> is maintained by <a href="https://github.com/grahamrobbo">grahamrobbo</a>.</span>
        
      </footer>
    </section>

    
  </body>
</html>
<html>

<script type="text/javascript">

function detectBrowser()
{
    var slashIndex = window.location.href.lastIndexOf("/");
    var cropped = window.location.href.slice(0,slashIndex+1);

    window.location.replace(cropped + "assets/player/KeynoteDHTMLPlayer.html");
}

</script>

<body bgcolor="black" onload="detectBrowser()">
</body>

</html><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Keynote</title>
        <link href="KeynoteDHTMLPlayer.css" rel="stylesheet" type="text/css" media="screen"/>
        <meta name="viewport" content="initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <script type="text/javascript" src="prototype.js"></script>
        <script type="text/javascript" src="DebuggingSupport.js"></script>
        <script type="text/javascript" src="./pdfjs/bcmaps.js"></script>
        <script type="text/javascript" src="./pdfjs/web/compatibility.js"></script>
        <script type="text/javascript" src="./pdfjs/pdf.js"></script>
        <script type="text/javascript" src="string.js"></script>
        <script type="text/javascript" src="Utilities.js"></script>
        <script type="text/javascript" src="KeynoteDHTMLPlayer.js"></script>
        <script type="text/javascript" src="ShowController.js"></script>
        <script type="text/javascript" src="TouchController.js"></script>
        <script type="text/javascript" src="DisplayManager.js"></script>
        <script type="text/javascript" src="StageManager.js"></script>
        <script type="text/javascript" src="AnimationManager.js"></script>
        <script type="text/javascript" src="TextureManager.js"></script>
        <script type="text/javascript" src="ScriptManager.js"></script>
        <script type="text/javascript" src="OrientationController.js"></script>
        <script type="text/javascript" src="KPFObjects.js"></script>
        <script type="text/javascript" src="SlideManager.js"></script>
        <script type="text/javascript" src="NavigatorController.js"></script>
        <script type="text/javascript" src="SlideNumberController.js"></script>
        <script type="text/javascript" src="HelpPlacardController.js"></script>
        <script type="text/javascript" src="NarrationManager.js"></script>
        <script type="text/javascript" src="TSDAnimation.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLShader.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLUtil.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLObjects.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLParticleObjects.js"></script>
    </head>
    <body id="body" bgcolor="black">
        <div id="background" class="bigBlackSquare">
        </div>
        <div id="previousButton" class="PreviousButtonDisabled">
        </div>
        <div id="nextButton" class="nextButtonDisabled">
        </div>
        <div id="slideCounter">
        </div>
        <span id="helpText"></span>
        <div id="stageArea">
            <div id="stage" class="stage">
            </div>
            <div id="hyperlinkPlane" class="stage">
            </div>
        </div>
        <div id="slideshowNavigator">
        </div>
        <div id="slideNumberControl">
        </div>
        <div id="slideNumberDisplay">
        </div>
        <div id="helpPlacard">
        </div>
        <div id="waitingIndicator">
        	<div id="waitingSpinner">
        	</div>
        </div>
	</body>
</html><html>

<script type="text/javascript">

function detectBrowser()
{
    var slashIndex = window.location.href.lastIndexOf("/");
    var cropped = window.location.href.slice(0,slashIndex+1);

    window.location.replace(cropped + "assets/player/KeynoteDHTMLPlayer.html");
}

</script>

<body bgcolor="black" onload="detectBrowser()">
</body>

</html><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Keynote</title>
        <link href="KeynoteDHTMLPlayer.css" rel="stylesheet" type="text/css" media="screen"/>
        <meta name="viewport" content="initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <script type="text/javascript" src="prototype.js"></script>
        <script type="text/javascript" src="DebuggingSupport.js"></script>
        <script type="text/javascript" src="./pdfjs/bcmaps.js"></script>
        <script type="text/javascript" src="./pdfjs/web/compatibility.js"></script>
        <script type="text/javascript" src="./pdfjs/pdf.js"></script>
        <script type="text/javascript" src="string.js"></script>
        <script type="text/javascript" src="Utilities.js"></script>
        <script type="text/javascript" src="KeynoteDHTMLPlayer.js"></script>
        <script type="text/javascript" src="ShowController.js"></script>
        <script type="text/javascript" src="TouchController.js"></script>
        <script type="text/javascript" src="DisplayManager.js"></script>
        <script type="text/javascript" src="StageManager.js"></script>
        <script type="text/javascript" src="AnimationManager.js"></script>
        <script type="text/javascript" src="TextureManager.js"></script>
        <script type="text/javascript" src="ScriptManager.js"></script>
        <script type="text/javascript" src="OrientationController.js"></script>
        <script type="text/javascript" src="KPFObjects.js"></script>
        <script type="text/javascript" src="SlideManager.js"></script>
        <script type="text/javascript" src="NavigatorController.js"></script>
        <script type="text/javascript" src="SlideNumberController.js"></script>
        <script type="text/javascript" src="HelpPlacardController.js"></script>
        <script type="text/javascript" src="NarrationManager.js"></script>
        <script type="text/javascript" src="TSDAnimation.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLShader.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLUtil.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLObjects.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLParticleObjects.js"></script>
    </head>
    <body id="body" bgcolor="black">
        <div id="background" class="bigBlackSquare">
        </div>
        <div id="previousButton" class="PreviousButtonDisabled">
        </div>
        <div id="nextButton" class="nextButtonDisabled">
        </div>
        <div id="slideCounter">
        </div>
        <span id="helpText"></span>
        <div id="stageArea">
            <div id="stage" class="stage">
            </div>
            <div id="hyperlinkPlane" class="stage">
            </div>
        </div>
        <div id="slideshowNavigator">
        </div>
        <div id="slideNumberControl">
        </div>
        <div id="slideNumberDisplay">
        </div>
        <div id="helpPlacard">
        </div>
        <div id="waitingIndicator">
        	<div id="waitingSpinner">
        	</div>
        </div>
	</body>
</html><html>

<script type="text/javascript">

function detectBrowser()
{
    var slashIndex = window.location.href.lastIndexOf("/");
    var cropped = window.location.href.slice(0,slashIndex+1);

    window.location.replace(cropped + "assets/player/KeynoteDHTMLPlayer.html");
}

</script>

<body bgcolor="black" onload="detectBrowser()">
</body>

</html><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Keynote</title>
        <link href="KeynoteDHTMLPlayer.css" rel="stylesheet" type="text/css" media="screen"/>
        <meta name="viewport" content="initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <script type="text/javascript" src="prototype.js"></script>
        <script type="text/javascript" src="DebuggingSupport.js"></script>
        <script type="text/javascript" src="./pdfjs/bcmaps.js"></script>
        <script type="text/javascript" src="./pdfjs/web/compatibility.js"></script>
        <script type="text/javascript" src="./pdfjs/pdf.js"></script>
        <script type="text/javascript" src="string.js"></script>
        <script type="text/javascript" src="Utilities.js"></script>
        <script type="text/javascript" src="KeynoteDHTMLPlayer.js"></script>
        <script type="text/javascript" src="ShowController.js"></script>
        <script type="text/javascript" src="TouchController.js"></script>
        <script type="text/javascript" src="DisplayManager.js"></script>
        <script type="text/javascript" src="StageManager.js"></script>
        <script type="text/javascript" src="AnimationManager.js"></script>
        <script type="text/javascript" src="TextureManager.js"></script>
        <script type="text/javascript" src="ScriptManager.js"></script>
        <script type="text/javascript" src="OrientationController.js"></script>
        <script type="text/javascript" src="KPFObjects.js"></script>
        <script type="text/javascript" src="SlideManager.js"></script>
        <script type="text/javascript" src="NavigatorController.js"></script>
        <script type="text/javascript" src="SlideNumberController.js"></script>
        <script type="text/javascript" src="HelpPlacardController.js"></script>
        <script type="text/javascript" src="NarrationManager.js"></script>
        <script type="text/javascript" src="TSDAnimation.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLShader.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLUtil.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLObjects.js"></script>
        <script type="text/javascript" src="./gl/KNWebGLParticleObjects.js"></script>
    </head>
    <body id="body" bgcolor="black">
        <div id="background" class="bigBlackSquare">
        </div>
        <div id="previousButton" class="PreviousButtonDisabled">
        </div>
        <div id="nextButton" class="nextButtonDisabled">
        </div>
        <div id="slideCounter">
        </div>
        <span id="helpText"></span>
        <div id="stageArea">
            <div id="stage" class="stage">
            </div>
            <div id="hyperlinkPlane" class="stage">
            </div>
        </div>
        <div id="slideshowNavigator">
        </div>
        <div id="slideNumberControl">
        </div>
        <div id="slideNumberDisplay">
        </div>
        <div id="helpPlacard">
        </div>
        <div id="waitingIndicator">
        	<div id="waitingSpinner">
        	</div>
        </div>
	</body>
</html><!DOCTYPE html>                                                                                                                                                                                                                                                
<!-- EasyServerPages example -->                                                                                                                                                                                                                               
<html name="aExample" data-eezz-action="{'eezzAgent.assign':{'EasyTest/module.easytest/TDirView':{}}}">                                                                                                                                                        
<script src="websocket.js" type="text/javascript"></script>                                                                                                                                                                                                    
<head>                                                                                                                                                                                                                                                         
    <style type="text/css">                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                               
        table.easyView {                                                                                                                                                                                                                                       
            border          : 1px solid black;                                                                                                                                                                                                                 
            cursor          : pointer;                                                                                                                                                                                                                         
            vertical-align  : top;                                                                                                                                                                                                                             
            border-collapse : collapse;                                                                                                                                                                                                                        
            font-family     : "Times New Roman", Times, serif;                                                                                                                                                                                                 
            font-size       : 12px;                                                                                                                                                                                                                            
            font-style      : italic;                                                                                                                                                                                                                          
        }                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                               
        table.easyView tbody {                                                                                                                                                                                                                                 
            display   : block;                                                                                                                                                                                                                                 
            overflow-x: auto;                                                                                                                                                                                                                                  
            overflow  : auto;                                                                                                                                                                                                                                  
        }                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                               
        table.TblDescription td {                                                                                                                                                                                                                              
            padding-left: 20px;                                                                                                                                                                                                                                
            padding-bottom: 10px;                                                                                                                                                                                                                              
            border: 0px solid black;                                                                                                                                                                                                                           
        }                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                               
        button {                                                                                                                                                                                                                                               
            background-color: #ff9900;                                                                                                                                                                                                                         
        }                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                               
        body {                                                                                                                                                                                                                                                 
            background-color:  white;                                                                                                                                                                                                                          
            background-attachment:fixed;                                                                                                                                                                                                                       
            background-size: 100% 100%;                                                                                                                                                                                                                        
            background-position:right top;                                                                                                                                                                                                                     
            }                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                               
        hr.clHrThick {                                                                                                                                                                                                                                         
            color: #e8662b;                                                                                                                                                                                                                                    
            height:5px;                                                                                                                                                                                                                                        
            border:1px inset silver;                                                                                                                                                                                                                           
            margin-bottom: 0px;                                                                                                                                                                                                                                
            background-color:#e8662b                                                                                                                                                                                                                           
        }                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                               
        hr.clHrThin {                                                                                                                                                                                                                                          
            color: #e8662b;                                                                                                                                                                                                                                    
            height:3px;                                                                                                                                                                                                                                        
            border:0px;                                                                                                                                                                                                                                        
            margin-top: 4px;                                                                                                                                                                                                                                   
            background-color:#e8662b                                                                                                                                                                                                                           
        }                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                               
    </style>                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                               
    <script data-eezz-action = "{'eezzAgent.assign': {'eezzAgent.get_websocket':{}} }">                                                                                                                                                                        
                                                                                                                                                                                                                                                               
    </script>                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                               
</head>                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                               
<body name = "BodySection">                                                                                                                                                                                                                                    
    <!-- The eezz header -->                                                                                                                                                                                                                                   
    <table style="width:100%; ">                                                                                                                                                                                                                               
        <tr>                                                                                                                                                                                                                                                   
            <td style="width:5%"><hr class="clHrThick"/><hr class="clHrThin"/></td>                                                                                                                                                                            
            <td style="width:0"><h1 style="color:#e8662b; white-space:nowrap">eezz master-detail view example</h1></td>                                                                                                                                        
            <td style="width:75%"><hr class="clHrThick"/><hr class="clHrThin"/></td>                                                                                                                                                                           
            <td style="width:0px"></td>                                                                                                                                                                                                                        
            <td style="width:5%"><hr class="clHrThick"/><hr class="clHrThin"/></td>                                                                                                                                                                            
        </tr>                                                                                                                                                                                                                                                  
    </table>                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                               
    <ul>                                                                                                                                                                                                                                                       
      <li>Fast flicker free change of data</li>                                                                                                                                                                                                                
      <li>Sort by click on header ("directories" an "files")</li>                                                                                                                                                                                              
      <li>Change scroll strategy from scroll to block navigation for big data</li>                                                                                                                                                                             
      <li>Managed error output as part of the view (605 with translatable text)</li></ul>                                                                                                                                                                      
                                                                                                                                                                                                                                                               
    <!-- Content -->                                                                                                                                                                                                                                           
    <table style="margin-top:10pt; width:100%" class="easyTbl">                                                                                                                                                                                                
        <tr>                                                                                                                                                                                                                                                   
            <td style="width:30%; height:150px; vertical-align:top">                                                                                                                                                                                           
                <!-- Directories -->                                                                                                                                                                                                                           
                <table style="width:100%; height:100%" name="aDirList" class="easyView"                                                                                                                                                                        
                    data-eezz-action = "{'eezzAgent.assign'   :{'aExample.get_selected_obj':{'index':'-1', 'visible_items':'40', 'visible_block':'10'}},                                                                                                       
                                         'eezzAgent.dictionary':'aDirList.get_dictionary',                                                                                                                                                                     
                                         'update': {'aFileList.innerHTML':'*', 'aDirList.innerHTML':'*', 'aEezzFile.value':'aDirList.data-cwd'} }"                                                                                                             
                    data-cwd         = "{selected_entry}"                                                                                                                                                                                                      
                    data-nav-prev    = "{table_prev}"                                                                                                                                                                                                          
                    data-nav-pos     = "{table_pos}"                                                                                                                                                                                                           
                    data-nav-next    = "{table_next}"                                                                                                                                                                                                          
                    data-nav-last    = "{table_last}"                                                                                                                                                                                                          
                    data-nav-top     = "{table_top}"                                                                                                                                                                                                           
                    data-nav-current = "{table_current}">                                                                                                                                                                                                      
                    <thead>                                                                                                                                                                                                                                    
                        <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                         
                            <th data-eezz-template="{'table-columns':['1:']}">{}</th></tr></thead>                                                                                                                                                             
                    <tbody style="height:150pt">                                                                                                                                                                                                               
                        <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                         
                            <td data-eezz-template="{'table-columns':['1:']}"><img src="dir.png"/>{}</td></tr></tbody>                                                                                                                                         
                    <tfoot>                                                                                                                                                                                                                                    
                        <tr data-eezz-template ="{'display':{'table_nav_type':'block'}}">                                                                                                                                                                      
                            <td style="text-align:center">                                                                                                                                                                                                     
                                <img src ="navbar.jpg" style="height:20px; width:160px" usemap="#aDirListNavMap"/>                                                                                                                                             
                                    <map name="aDirListNavMap">                                                                                                                                                                                                
                                        <area shape="rect" coords="  0, 0,  40, 20" data-eezz-event="{'callback': {'aDirList.do_navigate': {'where':'aDirList.data-nav-top'}}, 'update'  : {'aDirList.innerHTML':'*'} }"/>                                     
                                        <area shape="rect" coords=" 40, 0,  80, 20" data-eezz-event="{'callback': {'aDirList.do_navigate': {'where':'aDirList.data-nav-prev'}},'update'  : {'aDirList.innerHTML':'*'} }"/>                                     
                                        <area shape="rect" coords=" 80, 0, 120, 20" data-eezz-event="{'callback': {'aDirList.do_navigate': {'where':'aDirList.data-nav-next'}},'update'  : {'aDirList.innerHTML':'*'} }"/>                                     
                                        <area shape="rect" coords="120, 0, 160, 20" data-eezz-event="{'callback': {'aDirList.do_navigate': {'where':'aDirList.data-nav-last'}},'update'  : {'aDirList.innerHTML':'*'} }"/></map></td></tr></tfoot></table></td>
            <td rowspan="2" style="width:70%; vertical-align:top;">                                                                                                                                                                                            
        </td></tr>                                                                                                                                                                                                                                             
        <tr>                                                                                                                                                                                                                                                   
            <td style="width:30%; height:300px; vertical-align:top">                                                                                                                                                                                           
                                                                                                                                                                                                                                                               
                <!-- Files -->                                                                                                                                                                                                                                 
                <table style="width:100%; height:100%" name="aFileList" class="easyView"                                                                                                                                                                       
                    data-eezz-action = "{'eezzAgent.assign'    :{'aDirList.get_selected_obj':{'index':'0', 'visible_items':'50', 'visible_block':'40'}},                                                                                                       
                                         'eezzAgent.dictionary':'aFileList.get_dictionary',                                                                                                                                                                    
                                         'update'              :{'aEezzFile.value':'aFileList.data-current-file', 'aFileList.innerHTML':'*'} }"                                                                                                                
                        data-current-file = "{selected_entry}"                                                                                                                                                                                                 
                        data-nav-prev     = "{table_prev}"                                                                                                                                                                                                     
                        data-nav-pos      = "{table_pos}"                                                                                                                                                                                                      
                        data-nav-next     = "{table_next}"                                                                                                                                                                                                     
                        data-nav-last     = "{table_last}"                                                                                                                                                                                                     
                        data-nav-top      = "{table_top}"                                                                                                                                                                                                      
                        data-nav-current  = "{table_current}">                                                                                                                                                                                                 
                                                                                                                                                                                                                                                               
                    <thead>                                                                                                                                                                                                                                    
                        <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                         
                            <th data-eezz-template="{'table-columns':['1:']}">{}</th></tr></thead>                                                                                                                                                             
                                                                                                                                                                                                                                                               
                    <tbody style="height:300pt;width:300pt;">                                                                                                                                                                                                  
                        <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                         
                            <td data-eezz-template="{'table-columns':['1:']}">{}</td></tr></tbody>                                                                                                                                                             
                                                                                                                                                                                                                                                               
                    <tfoot>                                                                                                                                                                                                                                    
                        <tr data-eezz-template ="{'display':{'table_nav_type':'block'}}">                                                                                                                                                                      
                            <td style="text-align:center">                                                                                                                                                                                                     
                                <img src ="navbar.jpg" style="height:20px; width:160px" usemap="#aFileListNavMap"/>                                                                                                                                            
                                <map name="aFileListNavMap">                                                                                                                                                                                                   
                                    <area shape="rect" coords="  0, 0,  40, 20" data-eezz-event="{'callback': {'aFileList.do_navigate': {'where':'aFileList.data-nav-top'}}, 'update'  : {'aFileList.innerHTML':'*'} }"/>                                      
                                    <area shape="rect" coords=" 40, 0,  80, 20" data-eezz-event="{'callback': {'aFileList.do_navigate': {'where':'aFileList.data-nav-prev'}},'update'  : {'aFileList.innerHTML':'*'} }"/>                                      
                                    <area shape="rect" coords=" 80, 0, 120, 20" data-eezz-event="{'callback': {'aFileList.do_navigate': {'where':'aFileList.data-nav-next'}},'update'  : {'aFileList.innerHTML':'*'} }"/>                                      
                                    <area shape="rect" coords="120, 0, 160, 20" data-eezz-event="{'callback': {'aFileList.do_navigate': {'where':'aFileList.data-nav-last'}},'update'  : {'aFileList.innerHTML':'*'} }"/></map></td></tr></tfoot>              
                </table>                                                                                                                                                                                                                                       
            </td></tr>                                                                                                                                                                                                                                         
        <tr>                                                                                                                                                                                                                                                   
              <td colspan="2"><input style="width:50%" name="aEezzFile" type="text" value="URI" readonly="readonly" /></td></tr>                                                                                                                               
    </table>                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                               
    <!-- Texte Database -->                                                                                                                                                                                                                                    
    <table name="aTexteDB" data-eezz-template = "database">                                                                                                                                                                                                    
        <tr data-eezz-template="{'display':{'type':400}}"> <td>_("Invalid Request: {0}")</td></tr>                                                                                                                                                             
        <tr data-eezz-template="{'display':{'type':601}}"> <td>_("601 - Json Parser Error at [{0}:{1}]: {2} = {3}")  </td></tr>                                                                                                                                
        <tr data-eezz-template="{'display':{'type':602}}"> <td>_("602 - Path not found    at [{0}:{1}]: {2}")  </td></tr>                                                                                                                                      
        <tr data-eezz-template="{'display':{'type':605}}"> <td>_("605 - HTML Parser Error at [{0}:{1}]: {3} != {2}") </td></tr>                                                                                                                                
        <tr data-eezz-template="{'display':{'type':610}}"> <td>_("610 - Class/Method not found {0}:{1}")      </td></tr>                                                                                                                                       
                                                                                                                                                                                                                                                               
        <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                                         
            <td  data-eezz-template="{'table-columns':[':']}">{}</td></tr>                                                                                                                                                                                     
                                                                                                                                                                                                                                                               
    </table>                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                               
</body>                                                                                                                                                                                                                                                        
</html>                                                                                                                                                                                                                                                        <!DOCTYPE html>                                                                                                                                                                                                                                                
<html xmlns="http://www.w3.org/1999/xhtml">                                                                                                                                                                                                                    
  <head>                                                                                                                                                                                                                                                       
    <title>EEZZ - SFLIGHT</title>                                                                                                                                                                                                                              
    <script language="Javascript">                                                                                                                                                                                                                             
        var gSocketAddr = "<%=zcl_eezz_helper=>create_apc_url( ) %>";                                                                                                                                                                                          
    </script>                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                               
    <script src="websocket.js" type="text/javascript"></script>                                                                                                                                                                                                
                                                                                                                                                                                                                                                               
    <!-- link rel="stylesheet" type="text/css" href="EEZZ.css"/ -->                                                                                                                                                                                            
    <script>                                                                                                                                                                                                                                                   
        function HandleKey(e) {                                                                                                                                                                                                                                
           if (e.keyCode === 13){                                                                                                                                                                                                                              
               e.preventDefault();                                                                                                                                                                                                                             
           }                                                                                                                                                                                                                                                   
        }                                                                                                                                                                                                                                                      
    </script>                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                               
    <style>                                                                                                                                                                                                                                                    
      table {                                                                                                                                                                                                                                                  
          font-family: arial, sans-serif;                                                                                                                                                                                                                      
          border-collapse: collapse;                                                                                                                                                                                                                           
      }                                                                                                                                                                                                                                                        
      tr.eezzFilter {                                                                                                                                                                                                                                          
          display:none;                                                                                                                                                                                                                                        
      }                                                                                                                                                                                                                                                        
      th {                                                                                                                                                                                                                                                     
          color:darkslategray;                                                                                                                                                                                                                                 
          font-size: 0.8em;                                                                                                                                                                                                                                    
          font-family: arial;                                                                                                                                                                                                                                  
          font-style: normal;                                                                                                                                                                                                                                  
          font-weight: bold;                                                                                                                                                                                                                                   
          /* background:lightgrey; */                                                                                                                                                                                                                          
          background: linear-gradient(to right, white , lightgrey);                                                                                                                                                                                            
          text-align:center;                                                                                                                                                                                                                                   
          padding-top: 7px;                                                                                                                                                                                                                                    
          padding-bottom: 7px;                                                                                                                                                                                                                                 
          padding-left: 5px;                                                                                                                                                                                                                                   
          padding-right: 5px;                                                                                                                                                                                                                                  
          border-bottom: 0.25px solid #dddddd;                                                                                                                                                                                                                 
      }                                                                                                                                                                                                                                                        
      td {                                                                                                                                                                                                                                                     
          color:black;                                                                                                                                                                                                                                         
          text-align: center;                                                                                                                                                                                                                                  
          /* font-size: 0.8em; */                                                                                                                                                                                                                              
          /* background:white; */                                                                                                                                                                                                                              
          /* background-color  : #DDDDDD; */                                                                                                                                                                                                                   
          padding: 5px;                                                                                                                                                                                                                                        
          border-bottom: 0.25px solid #dddddd;                                                                                                                                                                                                                 
      }                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                               
      tr.eezzSelected {                                                                                                                                                                                                                                        
          background-color  : #DDDDDD;                                                                                                                                                                                                                         
      }                                                                                                                                                                                                                                                        
    </style>                                                                                                                                                                                                                                                   
  </head>                                                                                                                                                                                                                                                      
  <body name="aExample" bgcolor="ffffff" data-eezz-action="{'eezzAgent.assign':{'ZCL_EEZZ_TABLE':{'table_name':'SFLIGHT'}}}">                                                                                                                                  
                                                                                                                                                                                                                                                               
    <span name="eezz-i18n-002">translate</span>                                                                                                                                                                                                                
    <table name="aFlightList"                                                                                                                                                                                                                                  
       data-eezz-action = "{'eezzAgent.assign' :{'aExample.get_selected_obj':{'visible_block':'5'}},'noupdate': {'aFlightList.innerHTML':'*'}}"                                                                                                                
       data-current-file = "{selected_entry}"                                                                                                                                                                                                                  
       data-nav-prev     = "{table_prev}"                                                                                                                                                                                                                      
       data-nav-pos      = "{table_pos}"                                                                                                                                                                                                                       
       data-nav-next     = "{table_next}"                                                                                                                                                                                                                      
       data-nav-last     = "{table_last}"                                                                                                                                                                                                                      
       data-nav-top      = "{table_top}"                                                                                                                                                                                                                       
       data-nav-current  = "{table_current}">                                                                                                                                                                                                                  
       <caption>Flights</caption>                                                                                                                                                                                                                              
       <thead contenteditable="true">                                                                                                                                                                                                                          
           <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                                      
              <th  data-eezz-template="{'table-columns':[2,3,4,5,6]}">{}</th>                                                                                                                                                                                  
           </tr>                                                                                                                                                                                                                                               
       </thead>                                                                                                                                                                                                                                                
       <tbody>                                                                                                                                                                                                                                                 
           <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                                      
              <td style="text-align:right"  data-eezz-template="{'display': {'type': 'relprice'}}">                                                                                                                                                            
                 <div style="width:100%; background-color:lightgreen">                                                                                                                                                                                         
                 <div name="colordiv" style="width:20%; background-color:" data-eezz-attributes="{'style':'height:100%; width:{priceppc}%; background-color:wheat'}">{}</div></div></td>                                                                       
              <td style="text-align:right"  data-eezz-template="{'display': {'type': 'numbers'}}">{}</td>                                                                                                                                                      
                                                                                                                                                                                                                                                               
              <td data-eezz-template="{'display': {'type': 'status'}}"><img src="" data-eezz-attributes="src:{}"/></td>                                                                                                                                        
                                                                                                                                                                                                                                                               
              <!--<td data-eezz-template="{'display': {'type': 'status'}}"><img src="" data-eezz-attributes="src:{}"/></td>-->                                                                                                                                 
                                                                                                                                                                                                                                                               
              <td onkeypress="HandleKey(event)" contenteditable="true" style="text-align:center" data-eezz-template="{'table-columns':[':']}"><span contenteditable="true">{}</span></td>                                                                      
            </tr>                                                                                                                                                                                                                                              
        </tbody>                                                                                                                                                                                                                                               
        <tfoot>                                                                                                                                                                                                                                                
            <tr data-eezz-template ="{'display':{'table_nav_type':'block'}}">                                                                                                                                                                                  
                <td style="text-align:center">                                                                                                                                                                                                                 
                  <img src="navbar.jpg" alt="Navigation" usemap="#aFlightListNavMap"/>                                                                                                                                                                         
                     <map name="aFlightListNavMap">                                                                                                                                                                                                            
                       <area shape="rect" coords="  0, 0,  40, 20" data-eezz-event="{'callback': {'aFlightList.do_navigate': {'where':'aFlightList.data-nav-top'}}, 'update'  : {'aFlightList.innerHTML':'*'} }"/>                                             
                       <area shape="rect" coords=" 40, 0,  80, 20" data-eezz-event="{'callback': {'aFlightList.do_navigate': {'where':'aFlightList.data-nav-prev'}},'update'  : {'aFlightList.innerHTML':'*'} }"/>                                             
                       <area shape="rect" coords=" 80, 0, 120, 20" data-eezz-event="{'callback': {'aFlightList.do_navigate': {'where':'aFlightList.data-nav-next'}},'update'  : {'aFlightList.innerHTML':'*'} }"/>                                             
                       <area shape="rect" coords="120, 0, 160, 20" data-eezz-event="{'callback': {'aFlightList.do_navigate': {'where':'aFlightList.data-nav-last'}},'update'  : {'aFlightList.innerHTML':'*'} }"/>                                             
                     </map>                                                                                                                                                                                                                                    
                </td>                                                                                                                                                                                                                                          
           </tr>                                                                                                                                                                                                                                               
       </tfoot>                                                                                                                                                                                                                                                
    </table>                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                               
    <table style="border: 0px solid black; margin-top:2em; width:100%" name="aTexteDB" data-eezz-template="database">                                                                                                                                          
        <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                                         
            <td data-eezz-template="{'table-columns':[':']}">{}</td></tr></table>                                                                                                                                                                              
                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                               
  </body>                                                                                                                                                                                                                                                      
</html>                                                                                                                                                                                                                                                        <html>                                                                                                                                                                                                                                                         
  <head>                                                                                                                                                                                                                                                       
    <title>EEZZ - SFLIGHT</title>                                                                                                                                                                                                                              
    <script language="Javascript">                                                                                                                                                                                                                             
    var gSocketAddr = "<%=zcl_eezz_helper=>create_apc_url( ) %>";                                                                                                                                                                                              
    </script>                                                                                                                                                                                                                                                  
    <script src="websocket2.js" type="text/javascript"></script>                                                                                                                                                                                               
    <style>                                                                                                                                                                                                                                                    
    table {                                                                                                                                                                                                                                                    
          font-family: arial, sans-serif;                                                                                                                                                                                                                      
          border-collapse: collapse; margin: 0; padding: 0; border: 0;                                                                                                                                                                                         
      }                                                                                                                                                                                                                                                        
      th {                                                                                                                                                                                                                                                     
          background: lightgrey;                                                                                                                                                                                                                               
          color: darkslategray;                                                                                                                                                                                                                                
          font-size: 0.8em;                                                                                                                                                                                                                                    
          font-family: arial;                                                                                                                                                                                                                                  
          font-style: normal;                                                                                                                                                                                                                                  
          font-weight: bold;                                                                                                                                                                                                                                   
          text-align: center;                                                                                                                                                                                                                                  
          padding-top: 7px;                                                                                                                                                                                                                                    
          padding-bottom: 7px;                                                                                                                                                                                                                                 
          padding-left: 5px;                                                                                                                                                                                                                                   
          padding-right: 5px;                                                                                                                                                                                                                                  
          border-bottom: 0.25px solid #dddddd;                                                                                                                                                                                                                 
          height: 45px;                                                                                                                                                                                                                                        
      }                                                                                                                                                                                                                                                        
      td {                                                                                                                                                                                                                                                     
          color:black;                                                                                                                                                                                                                                         
          text-align: center;                                                                                                                                                                                                                                  
          font-size: 0.8em;                                                                                                                                                                                                                                    
          padding-top: 5px;                                                                                                                                                                                                                                    
          border-bottom: 0.25px solid #dddddd;                                                                                                                                                                                                                 
      }                                                                                                                                                                                                                                                        
      tr.eezzSelected {                                                                                                                                                                                                                                        
          background-color  : lightgrey;                                                                                                                                                                                                                       
      }                                                                                                                                                                                                                                                        
    </style>                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                               
    <script>                                                                                                                                                                                                                                                   
      function generateFilter(aName) {                                                                                                                                                                                                                         
        var xArray  = {};                                                                                                                                                                                                                                      
        var xFilter = document.getElementsByName(aName + ".filter");                                                                                                                                                                                           
        if (xFilter == null || xFilter.length == 0) {                                                                                                                                                                                                          
          return;                                                                                                                                                                                                                                              
        }                                                                                                                                                                                                                                                      
        var xInputFilters = xFilter[0].getElementsByTagName("input");                                                                                                                                                                                          
        var xElem;                                                                                                                                                                                                                                             
        for (var i = 0; i < xInputFilters.length; i++) {                                                                                                                                                                                                       
           xElem = xInputFilters[i];                                                                                                                                                                                                                           
           var xColName = xElem.getAttribute("data-eezz-column");                                                                                                                                                                                              
           var xColVal  = xElem.value;                                                                                                                                                                                                                         
           if (xColName != null || xColVal != null) {                                                                                                                                                                                                          
             xArray[xColName] = xColVal;                                                                                                                                                                                                                       
           }                                                                                                                                                                                                                                                   
        }                                                                                                                                                                                                                                                      
        var xRes = JSON.stringify(xArray);                                                                                                                                                                                                                     
      }                                                                                                                                                                                                                                                        
    </script>                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                               
  </head>                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                               
  <body name="aExample" bgcolor="ffffff" data-eezz-action="{'eezzAgent.assign':{'ZCL_EEZZ_TABLE':{'table_name':'SFLIGHT'}}}">                                                                                                                                  
                                                                                                                                                                                                                                                               
    <button onclick="generateFilter('aFlightList')"                                                                                                                                                                                                            
            type="button"                                                                                                                                                                                                                                      
            data-no-event="{'callback': 'aFlightList.do_filter', 'update':{'aFlightList.innerHTML':'*'}}"/>Filter</button>                                                                                                                                     
                                                                                                                                                                                                                                                               
    <table>                                                                                                                                                                                                                                                    
      <tr>                                                                                                                                                                                                                                                     
        <td width="70%" style="border-bottom:0" valign="top">                                                                                                                                                                                                  
           <table name="aFlightList"                                                                                                                                                                                                                           
              data-eezz-action = "{'eezzAgent.assign' :{'aExample.get_selected_obj':{'index':'-1', 'visible_items':'16', 'visible_block':'10'}},                                                                                                               
                                   'update': {                                                                                                                                                                                                                 
                                    'cityFrom.value':'*','airpFrom.value':'*','carrid.value':'*','connid.value':'*','countryfr.value':'*',                                                                                                                     
                                    'countryto.value':'*','cityto.value':'*','airpto.value':'*','fltime.value':'*','deptime.value':'*','arrtime.value':'*',                                                                                                    
                                    'distance.value':'*','distid.value':'*','fltype.value':'*','period.value':'*' }}"                                                                                                                                          
              data-current-file = "{selected_entry}"                                                                                                                                                                                                           
              data-nav-prev     = "{table_prev}"                                                                                                                                                                                                               
              data-nav-pos      = "{table_pos}"                                                                                                                                                                                                                
              data-nav-next     = "{table_next}"                                                                                                                                                                                                               
              data-nav-last     = "{table_last}"                                                                                                                                                                                                               
              data-nav-top      = "{table_top}"                                                                                                                                                                                                                
              data-nav-current  = "{table_current}">                                                                                                                                                                                                           
              <thead>                                                                                                                                                                                                                                          
                  <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                               
                     <th data-eezz-template="{'table-columns':[2,3,4,5,6,7,8,9,10,11,14]}">{}</th>                                                                                                                                                             
                  </tr>                                                                                                                                                                                                                                        
              </thead>                                                                                                                                                                                                                                         
              <tbody>                                                                                                                                                                                                                                          
                  <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                               
                     <td style="text-align:right" data-eezz-template="{'display': {'type': 'numbers'}}">{}</td>                                                                                                                                                
                     <td data-eezz-template="{'table-columns':[':']}">{}</td>                                                                                                                                                                                  
                   </tr>                                                                                                                                                                                                                                       
               </tbody>                                                                                                                                                                                                                                        
               <tfoot>                                                                                                                                                                                                                                         
                   <tr>                                                                                                                                                                                                                                        
                       <td style="text-align:center;border-bottom:0">                                                                                                                                                                                          
                         <img src="navbar.jpg" alt="Navigation" usemap="#aFlightListNavMap"/>                                                                                                                                                                  
                            <map name="aFlightListNavMap">                                                                                                                                                                                                     
                              <area shape="rect" coords="  0, 0,  40, 20" data-eezz-event="{'callback': {'aFlightList.do_navigate': {'where':'aFlightList.data-nav-top'}}, 'update'  : {'aFlightList.innerHTML':'*'} }"/>                                      
                              <area shape="rect" coords=" 40, 0,  80, 20" data-eezz-event="{'callback': {'aFlightList.do_navigate': {'where':'aFlightList.data-nav-prev'}},'update'  : {'aFlightList.innerHTML':'*'} }"/>                                      
                              <area shape="rect" coords=" 80, 0, 120, 20" data-eezz-event="{'callback': {'aFlightList.do_navigate': {'where':'aFlightList.data-nav-next'}},'update'  : {'aFlightList.innerHTML':'*'} }"/>                                      
                              <area shape="rect" coords="120, 0, 160, 20" data-eezz-event="{'callback': {'aFlightList.do_navigate': {'where':'aFlightList.data-nav-last'}},'update'  : {'aFlightList.innerHTML':'*'} }"/>                                      
                            </map>                                                                                                                                                                                                                             
                       </td>                                                                                                                                                                                                                                   
                  </tr>                                                                                                                                                                                                                                        
              </tfoot>                                                                                                                                                                                                                                         
           </table>                                                                                                                                                                                                                                            
         </td>                                                                                                                                                                                                                                                 
         <td valign="top" padding-left="20px" style="border-bottom:0">                                                                                                                                                                                         
         <!--                                                                                                                                                                                                                                                  
           <table width="30%">                                                                                                                                                                                                                                 
             <thead>                                                                                                                                                                                                                                           
                <tr><th colspan="2">Flugdetails</th></tr>                                                                                                                                                                                                      
             </thead>                                                                                                                                                                                                                                          
           <tbody>                                                                                                                                                                                                                                             
             <tr>                                                                                                                                                                                                                                              
               <td> Airline Code:</td><td><input type="text" name="carrid"></td>                                                                                                                                                                               
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           Flight Connection:</td><td><input type="text" name="connid"></td>                                                                                                                                                                                   
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           Country Key:</td><td><input type="text" name="countryfr"></td>                                                                                                                                                                                      
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           City From:</td><td><input type="text" name="cityFrom"></td>                                                                                                                                                                                         
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           Airport From:</td><td><input type="text" name="airpFrom"></td>                                                                                                                                                                                      
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           Country To:</td><td><input type="text" name="countryto"></td>                                                                                                                                                                                       
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           City To:</td><td><input type="text" name="cityto"></td>                                                                                                                                                                                             
             </tr>                                                                                                                                                                                                                                             
             <tr>                                                                                                                                                                                                                                              
               <td>                                                                                                                                                                                                                                            
           Airport To:</td><td><input type="text" name="airpto"></td>                                                                                                                                                                                          
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           Flight Time:</td><td><input type="text" name="fltime"></td>                                                                                                                                                                                         
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           Dept. Time:</td><td><input type="text" name="deptime"></td>                                                                                                                                                                                         
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           Arrival time:</td><td><input type="text" name="arrtime"></td>                                                                                                                                                                                       
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           Distance:</td><td><input type="text" name="distance"></td>                                                                                                                                                                                          
             </tr>                                                                                                                                                                                                                                             
             <tr>                                                                                                                                                                                                                                              
               <td>                                                                                                                                                                                                                                            
           Unit of distance (kms, miles):</td><td><input type="text" name="distid"></td>                                                                                                                                                                       
             </tr><tr>                                                                                                                                                                                                                                         
               <td>                                                                                                                                                                                                                                            
           Flight type:</td><td><input type="text" name="fltype"></td>                                                                                                                                                                                         
             </tr>                                                                                                                                                                                                                                             
             <tr>                                                                                                                                                                                                                                              
               <td>                                                                                                                                                                                                                                            
           Arrival n day(s) later:</td><td><input type="text" name="period"></td>                                                                                                                                                                              
             </tr>                                                                                                                                                                                                                                             
             </tbody>                                                                                                                                                                                                                                          
         </table>-->                                                                                                                                                                                                                                           
       </td>                                                                                                                                                                                                                                                   
     </tr>                                                                                                                                                                                                                                                     
    <tr>                                                                                                                                                                                                                                                       
      <td style="border-bottom:0" colspan="2">                                                                                                                                                                                                                 
        <table name="eezz_errors" data-eezz-template="database">                                                                                                                                                                                               
          <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                                       
            <td data-eezz-template="{'table-columns':[1]}">{}</td>                                                                                                                                                                                             
          </tr>                                                                                                                                                                                                                                                
        </table>                                                                                                                                                                                                                                               
      </td>                                                                                                                                                                                                                                                    
    </tr>                                                                                                                                                                                                                                                      
    </table>                                                                                                                                                                                                                                                   
  </body>                                                                                                                                                                                                                                                      
</html>                                                                                                                                                                                                                                                        <html>                                                                                                                                                                                                                                                         
  <head>                                                                                                                                                                                                                                                       
    <title>EEZZ - Dummy</title>                                                                                                                                                                                                                                
  </head>                                                                                                                                                                                                                                                      
  <script type="text/javascript">                                                                                                                                                                                                                              
     var gSocketAddr     = "wss://ldcixp1.mo.sap.corp:44311/sap/bc/apc/sap/z_eezz_ws_push_channel";                                                                                                                                                            
     var eezzWebSocket;                                                                                                                                                                                                                                        
     window.onload = eezzConnect();                                                                                                                                                                                                                            
     function eezzConnect() {                                                                                                                                                                                                                                  
      eezzWebSocket   = new WebSocket(gSocketAddr);                                                                                                                                                                                                            
      eezzWebSocket.onopen = function() {                                                                                                                                                                                                                      
      }                                                                                                                                                                                                                                                        
      eezzWebSocket.onerror = function(aError) {                                                                                                                                                                                                               
      }                                                                                                                                                                                                                                                        
      eezzWebSocket.onmessage = function(aEvent) {                                                                                                                                                                                                             
       console.log(event.data);                                                                                                                                                                                                                                
       var textArea = document.getElementById("ta_messages");                                                                                                                                                                                                  
       if(textArea) {                                                                                                                                                                                                                                          
        textArea.value += "\n";                                                                                                                                                                                                                                
        textArea.value += event.data;                                                                                                                                                                                                                          
       }                                                                                                                                                                                                                                                       
      }                                                                                                                                                                                                                                                        
     }                                                                                                                                                                                                                                                         
                                                                                                                                                                                                                                                               
     function clearLog() {                                                                                                                                                                                                                                     
      document.getElementById("ta_messages").value = "";                                                                                                                                                                                                       
     }                                                                                                                                                                                                                                                         
  </script>                                                                                                                                                                                                                                                    
  <body bgcolor="ffffff">                                                                                                                                                                                                                                      
    <h2>============== EEZZ - Simple WS Client ==============</h2>                                                                                                                                                                                             
    <form name="f_messages">                                                                                                                                                                                                                                   
    <textarea id="ta_messages" name="ta_messages" rows="10" cols="60">                                                                                                                                                                                         
    ----- Messages from Server -----                                                                                                                                                                                                                           
    </textarea><br><br>                                                                                                                                                                                                                                        
    <button onclick="clearLog()" type="button">Clear Log</button>                                                                                                                                                                                              
    </form>                                                                                                                                                                                                                                                    
  </body>                                                                                                                                                                                                                                                      
</html>                                                                                                                                                                                                                                                        <html>                                                                                                                                                                                                                                                         
  <head>                                                                                                                                                                                                                                                       
    <title>Status Monitor</title>                                                                                                                                                                                                                              
    <script language="Javascript">                                                                                                                                                                                                                             
    var gSocketAddr = "<%= zcl_eezz_helper=>create_apc_url( ) %>";                                                                                                                                                                                             
    </script>                                                                                                                                                                                                                                                  
    <script src="websocket.js" type="text/javascript"></script>                                                                                                                                                                                                
    <style>                                                                                                                                                                                                                                                    
    table {                                                                                                                                                                                                                                                    
          font-family: arial, sans-serif;                                                                                                                                                                                                                      
          border-collapse: collapse; margin: 0; padding: 0; border: 0;                                                                                                                                                                                         
      }                                                                                                                                                                                                                                                        
      th {                                                                                                                                                                                                                                                     
          background: lightgrey;                                                                                                                                                                                                                               
          color: darkslategray;                                                                                                                                                                                                                                
          font-size: 0.8em;                                                                                                                                                                                                                                    
          font-family: arial;                                                                                                                                                                                                                                  
          font-style: normal;                                                                                                                                                                                                                                  
          font-weight: bold;                                                                                                                                                                                                                                   
          text-align: center;                                                                                                                                                                                                                                  
          padding-top: 7px;                                                                                                                                                                                                                                    
          padding-bottom: 7px;                                                                                                                                                                                                                                 
          padding-left: 5px;                                                                                                                                                                                                                                   
          padding-right: 5px;                                                                                                                                                                                                                                  
          border-bottom: 0.25px solid #dddddd;                                                                                                                                                                                                                 
          height: 45px;                                                                                                                                                                                                                                        
      }                                                                                                                                                                                                                                                        
      td {                                                                                                                                                                                                                                                     
          color:black;                                                                                                                                                                                                                                         
          text-align: center;                                                                                                                                                                                                                                  
          font-size: 0.8em;                                                                                                                                                                                                                                    
          padding-top: 5px;                                                                                                                                                                                                                                    
          border-bottom: 0.25px solid #dddddd;                                                                                                                                                                                                                 
      }                                                                                                                                                                                                                                                        
      tr.eezzSelected {                                                                                                                                                                                                                                        
          background-color  : lightgrey;                                                                                                                                                                                                                       
      }                                                                                                                                                                                                                                                        
    </style>                                                                                                                                                                                                                                                   
  </head>                                                                                                                                                                                                                                                      
  <body name="aStatusMonitor" bgcolor="ffffff" data-eezz-action="{'eezzAgent.assign':{'ZCL_EEZZ_STATUS_MONITOR':{'table_name':'/ISDFPS/LMEQEXT'}}}">                                                                                                           
   <table name="aStatusMonitorList"                                                                                                                                                                                                                            
              data-eezz-action = "{'eezzAgent.assign':{'aStatusMonitor.get_selected_obj': {'index':'-1', 'visible_items':'16', 'visible_block':'10'},'callback': {'aStatusMonitor.check':{'message':'this.message'}}, 'async':{'timeout':'100', 'event':       
'*'}}}"                                                                                                                                                                                                                                                        
              data-current-file = "{selected_entry}"                                                                                                                                                                                                           
              data-nav-prev     = "{table_prev}"                                                                                                                                                                                                               
              data-nav-pos      = "{table_pos}"                                                                                                                                                                                                                
              data-nav-next     = "{table_next}"                                                                                                                                                                                                               
              data-nav-last     = "{table_last}"                                                                                                                                                                                                               
              data-nav-top      = "{table_top}"                                                                                                                                                                                                                
              data-nav-current  = "{table_current}">                                                                                                                                                                                                           
              <thead>                                                                                                                                                                                                                                          
                  <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                               
                     <th data-eezz-template="{'table-columns':[':']}">{}</th>                                                                                                                                                                                  
                  </tr>                                                                                                                                                                                                                                        
              </thead>                                                                                                                                                                                                                                         
              <tbody>                                                                                                                                                                                                                                          
                  <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                               
                     <td style="text-align:right" data-eezz-template="{'display': {'type': 'numbers'}}">{}</td>                                                                                                                                                
                     <td data-eezz-template="{'table-columns':[':']}">{}</td>                                                                                                                                                                                  
                     <td data-eezz-template="{'display': {'type': 'status'}}"><img src="" data-eezz-attributes="src:{}"/></td>                                                                                                                                 
                   </tr>                                                                                                                                                                                                                                       
               </tbody>                                                                                                                                                                                                                                        
               <tfoot>                                                                                                                                                                                                                                         
                   <tr>                                                                                                                                                                                                                                        
                       <td style="text-align:center;border-bottom:0">                                                                                                                                                                                          
                         <img src="navbar.jpg" alt="Navigation" usemap="#aStatusMonitorListNavMap"/>                                                                                                                                                           
                            <map name="aStatusMonitorListNavMap">                                                                                                                                                                                              
                              <area shape="rect" coords="  0, 0,  40, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-top'}}, 'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                              <area shape="rect" coords=" 40, 0,  80, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-prev'}},'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                              <area shape="rect" coords=" 80, 0, 120, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-next'}},'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                              <area shape="rect" coords="120, 0, 160, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-last'}},'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                            </map>                                                                                                                                                                                                                             
                       </td>                                                                                                                                                                                                                                   
                  </tr>                                                                                                                                                                                                                                        
              </tfoot>                                                                                                                                                                                                                                         
           </table>                                                                                                                                                                                                                                            
  </body>                                                                                                                                                                                                                                                      
</html>                                                                                                                                                                                                                                                        <html>                                                                                                                                                                                                                                                         
  <head>                                                                                                                                                                                                                                                       
    <title>Status Monitor</title>                                                                                                                                                                                                                              
    <script language="Javascript">                                                                                                                                                                                                                             
    var gSocketAddr = "<%= zcl_eezz_helper=>create_apc_url( ) %>";                                                                                                                                                                                             
    </script>                                                                                                                                                                                                                                                  
    <script src="websocket.js" type="text/javascript"></script>                                                                                                                                                                                                
    <style>                                                                                                                                                                                                                                                    
    table {                                                                                                                                                                                                                                                    
          font-family: arial, sans-serif;                                                                                                                                                                                                                      
          border-collapse: collapse; margin: 0; padding: 0; border: 0;                                                                                                                                                                                         
      }                                                                                                                                                                                                                                                        
      th {                                                                                                                                                                                                                                                     
          /* background: lightgrey; */                                                                                                                                                                                                                         
          background: linear-gradient(to right, white , lightgrey);                                                                                                                                                                                            
                                                                                                                                                                                                                                                               
          color: darkslategray;                                                                                                                                                                                                                                
          font-size: 0.8em;                                                                                                                                                                                                                                    
          font-family: arial;                                                                                                                                                                                                                                  
          font-style: normal;                                                                                                                                                                                                                                  
          font-weight: bold;                                                                                                                                                                                                                                   
          text-align: center;                                                                                                                                                                                                                                  
          padding-top: 7px;                                                                                                                                                                                                                                    
          padding-bottom: 7px;                                                                                                                                                                                                                                 
          padding-left: 5px;                                                                                                                                                                                                                                   
          padding-right: 5px;                                                                                                                                                                                                                                  
          border-bottom: 0.25px solid #dddddd;                                                                                                                                                                                                                 
          height: 45px;                                                                                                                                                                                                                                        
      }                                                                                                                                                                                                                                                        
      td {                                                                                                                                                                                                                                                     
          color:black;                                                                                                                                                                                                                                         
          text-align: center;                                                                                                                                                                                                                                  
          font-size: 0.8em;                                                                                                                                                                                                                                    
          padding-top: 5px;                                                                                                                                                                                                                                    
          border-bottom: 0.25px solid #dddddd;                                                                                                                                                                                                                 
      }                                                                                                                                                                                                                                                        
      tr.eezzSelected {                                                                                                                                                                                                                                        
          background-color  : lightgrey;                                                                                                                                                                                                                       
      }                                                                                                                                                                                                                                                        
      tr.eezzChanged {                                                                                                                                                                                                                                         
        transition: background-color 15s ease;                                                                                                                                                                                                                 
        background-color: #98AFC7;                                                                                                                                                                                                                             
      }                                                                                                                                                                                                                                                        
      tr.onchange{                                                                                                                                                                                                                                             
        background-color: #AD310B;                                                                                                                                                                                                                             
        transition: background-color 1000ms linear;                                                                                                                                                                                                            
      }                                                                                                                                                                                                                                                        
    </style>                                                                                                                                                                                                                                                   
  </head>                                                                                                                                                                                                                                                      
  <body name="aStatusMonitor" bgcolor="ffffff" data-eezz-action="{'eezzAgent.assign':{'ZCL_EEZZ_STATUS_MONITOR':{'table_name':'ZMR_MEQ_ST'}}}">                                                                                                                
      <table name="aStatusMonitorList"                                                                                                                                                                                                                         
             data-eezz-action = "{'eezzAgent.assign':{                                                                                                                                                                                                         
                   'aStatusMonitor.get_selected_obj': {'visible_block':'15'},                                                                                                                                                                                  
                   'async': {                                                                                                                                                                                                                                  
                       'callback': {'aStatusMonitor.check':{'message':'this.message'}},                                                                                                                                                                        
                       'update'  : {'this.innerHTML':'*', 'this.class':'eezzChanged'},                                                                                                                                                                         
                       'timeout' :'100',                                                                                                                                                                                                                       
                       'event'   :'*'}}}"                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                               
              data-current-file = "{selected_entry}"                                                                                                                                                                                                           
              data-nav-prev     = "{table_prev}"                                                                                                                                                                                                               
              data-nav-pos      = "{table_pos}"                                                                                                                                                                                                                
              data-nav-next     = "{table_next}"                                                                                                                                                                                                               
              data-nav-last     = "{table_last}"                                                                                                                                                                                                               
              data-nav-top      = "{table_top}"                                                                                                                                                                                                                
              data-nav-current  = "{table_current}">                                                                                                                                                                                                           
              <thead>                                                                                                                                                                                                                                          
                  <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                               
                     <th data-eezz-template="{'table-columns':['ICON','EQUNR','EQKTX','IDENT','REMARK','SETUP','FOREIGN_OBJ','PRIO_TYPE','PRIO','SITE_ID','D_OBJNR','T_OBJNR','MODEL_ID']}">{}</th>                                                            
                  </tr>                                                                                                                                                                                                                                        
              </thead>                                                                                                                                                                                                                                         
              <tbody>                                                                                                                                                                                                                                          
                  <tr data-eezz-template="{'table-rows':[':']}" data-eezz-attributes="{'name':'row_name'}">                                                                                                                                                    
                     <td style="text-align:right" data-eezz-template="{'display': {'type': 'numbers'}}">{}</td>                                                                                                                                                
                     <td data-eezz-template="{'display': {'type': 'status'}}"><img src="" height="15px" data-eezz-attributes="{'src':'{}'}"/></td>                                                                                                             
                     <td data-eezz-template="{'table-columns':[':']}">{}</td>                                                                                                                                                                                  
                   </tr>                                                                                                                                                                                                                                       
               </tbody>                                                                                                                                                                                                                                        
               <tfoot>                                                                                                                                                                                                                                         
                   <tr>                                                                                                                                                                                                                                        
                       <td style="text-align:center;border-bottom:0">                                                                                                                                                                                          
                         <img src="navbar.jpg" alt="Navigation" usemap="#aStatusMonitorListNavMap"/>                                                                                                                                                           
                            <map name="aStatusMonitorListNavMap">                                                                                                                                                                                              
                              <area shape="rect" coords="  0, 0,  40, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-top'}}, 'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                              <area shape="rect" coords=" 40, 0,  80, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-prev'}},'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                              <area shape="rect" coords=" 80, 0, 120, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-next'}},'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                              <area shape="rect" coords="120, 0, 160, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-last'}},'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                            </map>                                                                                                                                                                                                                             
                       </td>                                                                                                                                                                                                                                   
                  </tr>                                                                                                                                                                                                                                        
              </tfoot>                                                                                                                                                                                                                                         
           </table>                                                                                                                                                                                                                                            
  </body>                                                                                                                                                                                                                                                      
</html>                                                                                                                                                                                                                                                        <html>                                                                                                                                                                                                                                                         
  <head>                                                                                                                                                                                                                                                       
    <title>Status Monitor</title>                                                                                                                                                                                                                              
    <script language="Javascript">                                                                                                                                                                                                                             
    var gSocketAddr = "<%= zcl_eezz_helper=>create_apc_url( ) %>";                                                                                                                                                                                             
    </script>                                                                                                                                                                                                                                                  
    <script src="websocket.js" type="text/javascript"></script>                                                                                                                                                                                                
    <style>                                                                                                                                                                                                                                                    
    table {                                                                                                                                                                                                                                                    
          font-family: arial, sans-serif;                                                                                                                                                                                                                      
          border-collapse: collapse; margin: 0; padding: 0; border: 0;                                                                                                                                                                                         
      }                                                                                                                                                                                                                                                        
      th {                                                                                                                                                                                                                                                     
          /* background: lightgrey; */                                                                                                                                                                                                                         
          background: linear-gradient(to right, white , lightgrey);                                                                                                                                                                                            
                                                                                                                                                                                                                                                               
          color: darkslategray;                                                                                                                                                                                                                                
          font-size: 0.8em;                                                                                                                                                                                                                                    
          font-family: arial;                                                                                                                                                                                                                                  
          font-style: normal;                                                                                                                                                                                                                                  
          font-weight: bold;                                                                                                                                                                                                                                   
          text-align: center;                                                                                                                                                                                                                                  
          padding-top: 7px;                                                                                                                                                                                                                                    
          padding-bottom: 7px;                                                                                                                                                                                                                                 
          padding-left: 5px;                                                                                                                                                                                                                                   
          padding-right: 5px;                                                                                                                                                                                                                                  
          border-bottom: 0.25px solid #dddddd;                                                                                                                                                                                                                 
          height: 45px;                                                                                                                                                                                                                                        
      }                                                                                                                                                                                                                                                        
      td {                                                                                                                                                                                                                                                     
          color:black;                                                                                                                                                                                                                                         
          text-align: center;                                                                                                                                                                                                                                  
          font-size: 0.8em;                                                                                                                                                                                                                                    
          padding-top: 5px;                                                                                                                                                                                                                                    
          border-bottom: 0.25px solid #dddddd;                                                                                                                                                                                                                 
      }                                                                                                                                                                                                                                                        
      tr.eezzSelected {                                                                                                                                                                                                                                        
          background-color  : lightgrey;                                                                                                                                                                                                                       
      }                                                                                                                                                                                                                                                        
    </style>                                                                                                                                                                                                                                                   
  </head>                                                                                                                                                                                                                                                      
  <body name="aStatusMonitor" bgcolor="ffffff" data-eezz-action="{'eezzAgent.assign':{'ZCL_EEZZ_STATUS_MONITOR':{'table_name':'ZMR_MEQ_ST'}}}">                                                                                                                
   <table name="aStatusMonitorList"                                                                                                                                                                                                                            
              data-eezz-action = "{'eezzAgent.assign':                                                                                                                                                                                                         
                  {'aStatusMonitor.get_selected_obj': {'visible_block':'15'},                                                                                                                                                                                  
                   'callback': {'aStatusMonitor.check':{'message':'this.message'}},                                                                                                                                                                            
                   'async'   : {'timeout':'100', 'event':'*'}}}"                                                                                                                                                                                               
                                                                                                                                                                                                                                                               
              data-current-file = "{selected_entry}"                                                                                                                                                                                                           
              data-nav-prev     = "{table_prev}"                                                                                                                                                                                                               
              data-nav-pos      = "{table_pos}"                                                                                                                                                                                                                
              data-nav-next     = "{table_next}"                                                                                                                                                                                                               
              data-nav-last     = "{table_last}"                                                                                                                                                                                                               
              data-nav-top      = "{table_top}"                                                                                                                                                                                                                
              data-nav-current  = "{table_current}">                                                                                                                                                                                                           
              <thead>                                                                                                                                                                                                                                          
                  <tr data-eezz-template="{'table-rows':[':']}">                                                                                                                                                                                               
                     <th data-eezz-template="{'table-columns':['ICON','EQUNR','EQKTX','IDENT','REMARK','SETUP','FOREIGN_OBJ','PRIO_TYPE','PRIO','SITE_ID','D_OBJNR','T_OBJNR','MODEL_ID']}">{}</th>                                                            
                  </tr>                                                                                                                                                                                                                                        
              </thead>                                                                                                                                                                                                                                         
              <tbody>                                                                                                                                                                                                                                          
                  <tr name="" data-eezz-template="{'table-rows':[':']}" data-eezz-attributes="{'name':'row_name'}">                                                                                                                                            
                     <td style="text-align:right" data-eezz-template="{'display': {'type': 'numbers'}}">{}</td>                                                                                                                                                
                     <td data-eezz-template="{'display': {'type': 'status'}}"><img src="" height="15px" data-eezz-attributes="{'src':'{}'}"/></td>                                                                                                             
                     <td data-eezz-template="{'table-columns':[':']}">{}</td>                                                                                                                                                                                  
                   </tr>                                                                                                                                                                                                                                       
               </tbody>                                                                                                                                                                                                                                        
               <tfoot>                                                                                                                                                                                                                                         
                   <tr>                                                                                                                                                                                                                                        
                       <td style="text-align:center;border-bottom:0">                                                                                                                                                                                          
                         <img src="navbar.jpg" alt="Navigation" usemap="#aStatusMonitorListNavMap"/>                                                                                                                                                           
                            <map name="aStatusMonitorListNavMap">                                                                                                                                                                                              
                              <area shape="rect" coords="  0, 0,  40, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-top'}}, 'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                              <area shape="rect" coords=" 40, 0,  80, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-prev'}},'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                              <area shape="rect" coords=" 80, 0, 120, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-next'}},'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                              <area shape="rect" coords="120, 0, 160, 20" data-eezz-event="{'callback': {'aStatusMonitorList.do_navigate': {'where':'aStatusMonitorList.data-nav-last'}},'update'  : {'aStatusMonitorList.innerHTML':'*'} }"/>                 
                            </map>                                                                                                                                                                                                                             
                       </td>                                                                                                                                                                                                                                   
                  </tr>                                                                                                                                                                                                                                        
              </tfoot>                                                                                                                                                                                                                                         
           </table>                                                                                                                                                                                                                                            
  </body>                                                                                                                                                                                                                                                      
</html>                                                                                                                                                                                                                                                        <!DOCTYPE html>                                                                                                                                                                                                                                                
<head>                                                                                                                                                                                                                                                         
    <style>                                                                                                                                                                                                                                                    
        tbody.eezzTreeNode {                                                                                                                                                                                                                                   
          display         : block;                                                                                                                                                                                                                             
          position        : relative;                                                                                                                                                                                                                          
          left            : 40px;                                                                                                                                                                                                                              
        }                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                               
        thead.eezzTreeNode {                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                               
        }                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                               
    </style>                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                               
    <script language="Javascript">                                                                                                                                                                                                                             
        var gSocketAddr = "<%=zcl_eezz_helper=>create_apc_url( ) %>";                                                                                                                                                                                          
    </script>                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                               
    <script src="websocket.js" type="text/javascript"></script>                                                                                                                                                                                                
</head>                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                               
<html>                                                                                                                                                                                                                                                         
    <body name="aExample" data-eezz-action="{'eezzAgent.assign':{'ZCL_EEZZ_TREE':{}}}">                                                                                                                                                                        
<p>                                                                                                                                                                                                                                                            
image:                                                                                                                                                                                                                                                         
 <img src="<%= CL_BSP_MIMES=>SAP_ICON('ICON_LED_GREEN') %>"/>                                                                                                                                                                                                  
                                                                                                                                                                                                                                                               
</p>                                                                                                                                                                                                                                                           
        <table name="aDirList" class="eezzTreeNode" id='id000000'                                                                                                                                                                                              
            data-eezz-action  = "{'eezzAgent.assign': {'aExample.get_selected_obj':{'path':'this.id', 'visible_items':'20'}}}">                                                                                                                                
                                                                                                                                                                                                                                                               
             <tbody class="eezzTreeNode" style="position:absolute; left:100px;">                                                                                                                                                                               
                 <tr class="eezzTreeNode"                                                                                                                                                                                                                      
                     data-eezz-template = "{'display':{'type':'directory'}}"                                                                                                                                                                                   
                     data-eezz-event    = "{'callback':{'aExample.do_select':{'path':'this.id'}}, 'update':{'this.innerHTML':'*'}}">                                                                                                                           
                     <td>dir:</td><td data-eezz-template="{'table-columns':[':']}">{}</td></tr>                                                                                                                                                                
                                                                                                                                                                                                                                                               
                 <tr class="eezzTreeLeaf"                                                                                                                                                                                                                      
                     data-eezz-template = "{'display':{'type':'file'}}"                                                                                                                                                                                        
                     data-eezz-event    = "{'callback':{'aExample.do_select':{'path':'this.id'}}, 'update':{}}">                                                                                                                                               
                                                                                                                                                                                                                                                               
                     <td>file:</td><td data-eezz-template="{'table-columns':[':']}">{}</td></tr>                                                                                                                                                               
                                                                                                                                                                                                                                                               
                 <tr class="eezzTreeLeaf" data-eezz-template = "{'table-rows':[':']}">                                                                                                                                                                         
                     <td>default:</td><td data-eezz-template="{'table-columns':[':']}">{}</td></tr></tbody>                                                                                                                                                    
                                                                                                                                                                                                                                                               
        </table>                                                                                                                                                                                                                                               
    </body>                                                                                                                                                                                                                                                    
</html>                                                                                                                                                                                                                                                        ﻿<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta http-equiv='Content-Type' content='text/html;charset=UTF-8' />
    <title>FeatureToggles</title>
    <link rel="icon" href="FeatureToggles/img/switch24.png">
    <!--src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js" -->
    <script src="resources/sap-ui-core.js"
            id="sap-ui-bootstrap"
            data-sap-ui-language="DE"
            data-sap-ui-preload="sync"
            data-sap-ui-theme="sap_bluecrystal"
            data-sap-ui-xx-bindingsyntax="complex"
            data-sap-ui-libs="sap.m"
            data-sap-ui-resourceroots='{
                                         "FeatureToggles": "./FeatureToggles"
                                       }'>
    </script>
    <script src="FeatureToggles/view/Root.controller.js"></script>
    <script>
        if ($.sap.getUriParameters().get("mock")) {
            $.sap.require("sap.ui.core.util.MockServer");
            var oMockServer = new sap.ui.core.util.MockServer({
                rootUri: "",
                requests: [
                    { method: "GET", path: "/sap/bc/sy_feature/featurelist\.json.*", response: function (xhr) { xhr.respondFile(200, {}, "FeatureToggles/testdata/featurelist.json"); } },
                ]
            }).start();
        }

        var oComponent = new sap.ui.core.ComponentContainer({
            name: "FeatureToggles",
            settings: {}
        });
        oComponent.placeAt("body");
    </script>
</head>
<body class="sapUiBody" id="body" role="application">
</body>
</html>
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>gantt</title>
    <style>
    body {
      font-family: sans-serif;
    }
    a, a:visited {
      color:           #4078c0;
      text-decoration: none;
    }
    a:hover, a:active {
      cursor:          pointer;
      text-decoration: underline;
    }     
    .inline {
      display: inline-block;
    }
    .bold {
      font-weight: bold;
    }      
    </style>    
    <link rel="icon" href="data:;base64,iVBORw0KGgo=">
    <link href="//fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700|Material+Icons" rel="stylesheet">
    <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/spinkit/1.2.5/spinkit.css">  
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.10.3/babel.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react-dom.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react-router/2.5.2/ReactRouter.js"></script>    
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/history/2.1.2/History.min.js"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css">
  </head>
  <body>
    <div id="app"></div>
    <script type="text/javascript">
    google.charts.load('current', {'packages':['gantt']});
    </script>    
    <script type="text/babel" src="/sap/zgantt/static/script.js"></script>
  </body>
</html><html>
  <body>
    Hello world!
  </body>
  <!-- padding -->
  <!-- padding -->
  <!-- padding12 -->
  <!-- 67 -->
  <!-- 67 -->
  <!-- 67 -->
  <!-- 67 -->
  <!-- 67 -->
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>ZB2BSTARTCONTENT</title>
</head>
<body bgcolor="#FFFFE0">
<font size="3" face = "Arial" color="#000000"><b>Code listing for: ZB2BSTARTCONTENT</b></font>
<br>
<font size="3" face = "Arial" color="#000000"><b>Description:  Program ZB2BSTARTCONTENT</b></font>
<hr>
<pre width="100">
<font color ="#0000FF">*&-------------------------------------------------------------------*</font>
<font color ="#0000FF">*& Report ZB2BSTARTCONTENT</font>
<font color ="#0000FF">*&</font>
<font color ="#0000FF">*& Utility for maintaining table ZB2BDEFSTARTCONT</font>
<font color ="#0000FF">*&-------------------------------------------------------------------*</font>
<font color ="#0000FF">*& Created: kevins 3/19/13</font>
<font color ="#0000FF">*&</font>
<font color ="#0000FF">*&-------------------------------------------------------------------*</font>

report zb2bstartcontent.

<font color ="#0000FF">*--------------------------------------------------------------------*</font>
<font color ="#0000FF">* Class lcl_content definition</font>
<font color ="#0000FF">*--------------------------------------------------------------------*</font>
class lcl_content definition.
  public section.

    data: t_content type standard table of zb2bdefstartcont,
          g_wa_content type zb2bdefstartcont.

    methods:
      get_data,
      display_alv,
      refresh_alv,
      event_handler importing im_action type string,
      update_table importing im_action type string.

  private section.
    data:
      l_functions type ref to cl_salv_functions_list,
      l_columns   type ref to cl_salv_columns_table,
      l_one_col   type ref to cl_salv_column_table,
      l_display   type ref to cl_salv_display_settings,
      l_col_tab   type salv_t_column_ref,
      l_sort      type ref to cl_salv_sorts,
      l_key       type salv_s_layout_key,
      l_layout    type ref to cl_salv_layout,
      l_oref      type ref to cx_root,
      l_text      type string,
      l_ltext     type scrtext_l,
      l_mtext     type scrtext_m,
      l_stext     type scrtext_s,
      l_mhtml     type xstring,
      l_stream    type etxml_xline_tabtype,
      l_select    type ref to cl_salv_selections,
      l_size      type i,
      l_table     type ref to cl_salv_table,
      o_container type ref to cl_gui_custom_container,
      wa_rows     type int4.

endclass.                    "lcl_content DEFINITION

<font color ="#0000FF">*--------------------------------------------------------------------*</font>
<font color ="#0000FF">* Class lcl_content implementation</font>
<font color ="#0000FF">*--------------------------------------------------------------------*</font>
class lcl_content implementation.

  method get_data.

    select * from zb2bdefstartcont
      into table t_content.

  endmethod.                    "get_data

  method display_alv.

    field-symbols: &lt;l_wa_col&gt; type salv_s_column_ref.

    create object o_container
      exporting
        container_name              = 'ALV_DISPLAY'
      exceptions
        cntl_error                  = 1
        cntl_system_error           = 2
        create_error                = 3
        lifetime_error              = 4
        lifetime_dynpro_dynpro_link = 5.

    clear l_text.
    try.
        cl_salv_table=&gt;factory(
          exporting
            r_container = o_container
          importing
            r_salv_table = l_table
          changing
            t_table      = t_content ).
      catch cx_salv_msg into l_oref.
        l_text = l_oref-&gt;get_text( ).
    endtry.

    l_functions = l_table-&gt;get_functions( ).
    l_functions-&gt;set_all( ).
    l_columns = l_table-&gt;get_columns( ).
    l_columns-&gt;set_optimize( if_salv_c_bool_sap=&gt;true ).
    l_col_tab = l_columns-&gt;get( ).
    l_display = l_table-&gt;get_display_settings( ).
    l_display-&gt;set_striped_pattern( if_salv_c_bool_sap=&gt;true ).

    l_layout = l_table-&gt;get_layout( ).
    l_key-report = sy-repid.
    l_layout-&gt;set_key( l_key ).
    l_layout-&gt;set_default( abap_true ).
    l_layout-&gt;set_save_restriction( if_salv_c_layout=&gt;restrict_none ).
    l_select = l_table-&gt;get_selections( ).
    l_select-&gt;set_selection_mode( if_salv_c_selection_mode=&gt;single ).

    l_sort = l_table-&gt;get_sorts( ).
    try.
        l_sort-&gt;add_sort( columnname = 'WEB_SHOP'
                            sequence = if_salv_c_sort=&gt;sort_up ).
      catch cx_salv_data_error into l_oref.
      catch cx_salv_existing into l_oref.
      catch cx_salv_not_found into l_oref.
    endtry.

    try.
        l_sort-&gt;add_sort( columnname = 'CAMPAIGN'
                            sequence = if_salv_c_sort=&gt;sort_up ).
      catch cx_salv_data_error into l_oref.
      catch cx_salv_existing into l_oref.
      catch cx_salv_not_found into l_oref.
    endtry.

    l_table-&gt;display( ).

    call screen 100.

  endmethod.                    "display

  method refresh_alv.
    o_container-&gt;free( ).
    me-&gt;get_data( ).
    me-&gt;display_alv( ).

    call screen 100.
  endmethod.                    "refresh_alv

  method event_handler.
    data: l_select type ref to cl_salv_selections,
      l_rows type salv_t_row.

    if im_action = 'MODIFY'.
      l_table-&gt;get_metadata( ).
      l_select = l_table-&gt;get_selections( ).
      l_rows = l_select-&gt;get_selected_rows( ).

      clear wa_rows.
      read table l_rows into wa_rows index 1.
      if sy-subrc = 0.
        clear g_wa_content.
        read table t_content into g_wa_content index wa_rows.
        call screen 200.
      else.
        message 'Please select a row.' type 'I'.
      endif.

    elseif im_action = 'COPY'.
      l_table-&gt;get_metadata( ).
      l_select = l_table-&gt;get_selections( ).
      l_rows = l_select-&gt;get_selected_rows( ).

      clear wa_rows.
      read table l_rows into wa_rows index 1.
      if sy-subrc = 0.
        clear g_wa_content.
        read table t_content into g_wa_content index wa_rows.
        call screen 200.
      else.
        message 'Please select a row.' type 'I'.
      endif.

    elseif im_action = 'ADD'.
      clear wa_rows.
      clear g_wa_content.
      call screen 200.

    elseif im_action = 'DELETE'.
      l_table-&gt;get_metadata( ).
      l_select = l_table-&gt;get_selections( ).
      l_rows = l_select-&gt;get_selected_rows( ).

      clear wa_rows.
      read table l_rows into wa_rows index 1.
      if sy-subrc = 0.
        clear g_wa_content.
        read table t_content into g_wa_content index wa_rows.
        call screen 200.
      else.
        message 'Please select a row.' type 'I'.
      endif.
    endif.
  endmethod.                    "event_handler

  method update_table.
    if im_action = 'MODIFY'.
      modify t_content index wa_rows from g_wa_content.
      update zb2bdefstartcont from table t_content.
      commit work and wait.
      message 'Record saved successfully.' type 'S'.

    elseif im_action = 'COPY'.
      g_wa_content-client = 100.
      read table t_content with key client         = g_wa_content-client
                                    web_shop       = g_wa_content-web_shop
                                    langu          = g_wa_content-langu
                                    campaign       = g_wa_content-campaign
                                    startpage_slot = g_wa_content-startpage_slot transporting no fields.
      if sy-subrc = 0.
        message 'A record with these key fields already exists.' type 'S'.
        me-&gt;event_handler( im_action = 'COPY' ).
      else.
        modify zb2bdefstartcont from g_wa_content.
        commit work and wait.
        message 'Record saved successfully.' type 'S'.
      endif.

    elseif im_action = 'ADD'.
      g_wa_content-client = 100.
      read table t_content with key client         = g_wa_content-client
                                    web_shop       = g_wa_content-web_shop
                                    langu          = g_wa_content-langu
                                    campaign       = g_wa_content-campaign
                                    startpage_slot = g_wa_content-startpage_slot transporting no fields.
      if sy-subrc = 0.
        message 'A record with these key fields already exists.' type 'S'.
        me-&gt;event_handler( im_action = 'ADD' ).
      else.
        modify zb2bdefstartcont from g_wa_content.
        commit work and wait.
        message 'Record saved successfully.' type 'S'.
      endif.

    elseif im_action = 'DELETE'.
      delete zb2bdefstartcont from g_wa_content.
      message 'Record deleted.' type 'S'.
    endif.

  endmethod.                    "update_table

endclass.                    "lcl_tcontent IMPLEMENTATION

data: o_content type ref to lcl_content,
      g_action type string.

start-of-selection.
  create object o_content.
  o_content-&gt;get_data( ).
  o_content-&gt;display_alv( ).

<font color ="#0000FF">*&---------------------------------------------------------------------*</font>
<font color ="#0000FF">*& Module  initialize_100  OUTPUT</font>
<font color ="#0000FF">*&---------------------------------------------------------------------*</font>
module initialize_100 output.
  set pf-status '100'.
  set titlebar '100'.
endmodule.                 " initialize_100  OUTPUT

<font color ="#0000FF">*&---------------------------------------------------------------------*</font>
<font color ="#0000FF">*&      Module  INITIALIZE_200  OUTPUT</font>
<font color ="#0000FF">*&---------------------------------------------------------------------*</font>
module initialize_200 output.
  set pf-status '200'.
  set titlebar '100'.
  loop at screen.
    if screen-name = 'DELETION_ALERT'.
      screen-invisible = '0'.
    endif.
  endloop.
endmodule.                 " INITIALIZE_200  OUTPUT

<font color ="#0000FF">*&---------------------------------------------------------------------*</font>
<font color ="#0000FF">*&      Module  MODIFY_200  OUTPUT</font>
<font color ="#0000FF">*&---------------------------------------------------------------------*</font>
module modify_200 output.
  if g_action = 'MODIFY'.
    loop at screen.
      if screen-group1 = 'ADD'.
        screen-input = 0.
      endif.
      if screen-name = 'DELETION_ALERT'.
        screen-active = 0.
        screen-invisible = 0.
      endif.
      if screen-group3 = 'KEY'.
        screen-active = 0.
        screen-invisible = 0.
        screen-intensified = 0.
      endif.
      modify screen.
    endloop.
  elseif g_action = 'COPY'.
    loop at screen.
      if screen-group1 = 'ADD'.
        screen-input = 1.
      endif.
      if screen-name = 'DELETION_ALERT'.
        screen-active = 0.
        screen-invisible = 0.
      endif.
      if screen-group3 = 'KEY'.
        screen-active = 1.
        screen-invisible = 0.
        screen-intensified = 1.
      endif.
      modify screen.
    endloop.
  elseif g_action = 'ADD'.
    loop at screen.
      if screen-group1 = 'ADD'.
        screen-input = 1.
      endif.
      if screen-name = 'DELETION_ALERT'.
        screen-active = 0.
        screen-invisible = 0.
      endif.
      if screen-group3 = 'KEY'.
        screen-active = 1.
        screen-invisible = 0.
        screen-intensified = 1.
      endif.
      modify screen.
    endloop.
  elseif g_action = 'DELETE'.
    loop at screen.
      if screen-group2 = 'DEL'.
        screen-input = 0.
      endif.
      if screen-name = 'DELETION_ALERT'.
        screen-active = 1.
        screen-invisible = 0.
      endif.
      if screen-group3 = 'KEY'.
        screen-active = 0.
        screen-invisible = 0.
        screen-intensified = 0.
      endif.
      modify screen.
    endloop.

  endif.
endmodule.                 " MODIFY_200  OUTPUT

<font color ="#0000FF">*&---------------------------------------------------------------------*</font>
<font color ="#0000FF">*& Module  user_command_100  INPUT</font>
<font color ="#0000FF">*&---------------------------------------------------------------------*</font>
module user_command_100 input.
  data: ok_code  type sy-ucomm,
        save_ok  type sy-ucomm,
        output   type sy-ucomm.

  ok_code = sy-ucomm.
  save_ok = ok_code.
  clear ok_code.
  case save_ok.
    when '&F03' or '&F15' or '&F12'.
      leave program.
    when 'MODIFY'.
      clear g_action.
      g_action = 'MODIFY'.
      o_content-&gt;event_handler( im_action = g_action ).
    when 'COPY'.
      clear g_action.
      g_action = 'COPY'.
      o_content-&gt;event_handler( im_action = g_action ).
    when 'ADD'.
      clear g_action.
      g_action = 'ADD'.
      o_content-&gt;event_handler( im_action = g_action ).
    when 'DELETE'.
      clear g_action.
      g_action = 'DELETE'.
      o_content-&gt;event_handler( im_action = g_action ).
    when others.
      output = save_ok.
  endcase.
endmodule.                 " user_command_100  INPUT

<font color ="#0000FF">*&---------------------------------------------------------------------*</font>
<font color ="#0000FF">*&      Module  user_command_200  INPUT</font>
<font color ="#0000FF">*&---------------------------------------------------------------------*</font>
module user_command_200 input.
  data l_answer type string.
  ok_code = sy-ucomm.
  save_ok = ok_code.
  clear ok_code.
  case save_ok.
    when '&F15' or '&F12'.
      leave program.

    when '&F03'.
      if sy-datar = abap_true.
        call function 'POPUP_TO_CONFIRM'
          exporting
            titlebar              = 'Data has been changed'
            text_question         = 'Data has been changed. Do you want to save?'
            text_button_1         = 'Yes'(001)
            text_button_2         = 'No'(002)
            default_button        = '1'
            display_cancel_button = 'X'
          importing
            answer                = l_answer
          exceptions
            text_not_found        = 1
            others                = 2.
        case l_answer.
          when '1'.
            g_action = 'MODIFY'.
            o_content-&gt;update_table( g_action ).
            o_content-&gt;refresh_alv( ).
          when '2'.
            o_content-&gt;refresh_alv( ).
          when 'A'.
            message 'Operation canceled by user.' type 'S'.
        endcase.
      else.
        o_content-&gt;refresh_alv( ).
      endif.

    when 'SAVE'.
      o_content-&gt;update_table( g_action ).
      o_content-&gt;refresh_alv( ).
    when others.
      output = save_ok.
  endcase.
endmodule.                 " user_command_200  INPUT

<font color ="#0000FF">*GUI Texts</font>
<font color ="#0000FF">*----------------------------------------------------------</font>
<font color ="#0000FF">* 100 --&gt; B2B Start Content Maintenance</font>


<font color ="#0000FF">*Messages</font>
<font color ="#0000FF">*----------------------------------------------------------</font>
<font color ="#0000FF">*</font>
<font color ="#0000FF">* Message class: Hard coded</font>
<font color ="#0000FF">*   Please select a row.</font>
</pre>
</body>
</html>
<html>
<head>
<title>abapGit</title>
<style type="text/css">
body {
  font-family: Arial,Helvetica,sans-serif;
  background: #E8E8E8;
}
a, a:visited {
  color:            #4078c0;
  text-decoration:  none;
}
a:hover, a:active {
  text-decoration:  underline;
}
div#header {
  display:          block;
  margin-top:       0.5em;
  padding-bottom:   0.5em;
  border-bottom:    3px double lightgrey;
}
div#toc {
  display:          block;
  background-color: #f2f2f2;
  padding:          1em;
}
div#footer {
  display:          block;
  margin-bottom:    1em;
  padding-top:      0.5em;
  border-top:       3px double lightgrey;
  color:            grey;
  text-align:       center;
}
h1 {
  display: inline;
}
h2 {
  display: inline;
}
h3 {
  display: inline;
  color: grey;
  font-weight:normal;
  font-size: smaller;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
function goBack() {
    window.history.back();
}

function shuffle(sourceArray) {

    for (var n = 0; n < sourceArray.length - 1; n++) {
        var k = n + Math.floor(Math.random() * (sourceArray.length - n));

        var temp = sourceArray[k];
        sourceArray[k] = sourceArray[n];
        sourceArray[n] = temp;
    }
}

function run() {
  /* global $ */
  $.getJSON( "repos.json", function( data ) {
  var items = [];

  $.each( data, function( key, val ) {
    items.push( "<h2>" +
      val.title +
      "</h2>&nbsp;<a href='sapevent:install?" +
      key +
      "'>Clone</a><br><h3>" +
      key +
      "</h3><br>" +
      val.description );
  });

  shuffle(items);

  $('#content').html( items.join("<br><br>") );

  });
}
</script>
</head>
<body onload="run()">
<div id="header">
<h1>Explore</h1>
</div>
<div id="toc">
<div id="content"></div>
</div>
<div id="footer">
<h3>Add your project? Create an issue in the <a href="https://github.com/larshp/abapGit/issues">tracker</a></h3>
</div>
</body>
</html>
<footer class="nav-footer wrap">
	<div class="nav-refs">
		<a href="https://github.com/larshp/abapGit">
			<span class="mega-octicon octicon-mark-github"></span>
		</a>
	</div>
<footer>

<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/4.4.0/font/octicons.min.css">
<title>{% if page.title %}{{ site.title }} - {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.title %}{{ site.title }} - {{ page.title }}{% else %}{{ site.title }} - Home{% endif %}" />
<meta name="keywords" content="abapGit,abapGit documentation" />
</head>
<div class="page-head">
	<div class="wrap">
		<a href="./"><img class="head-logo" src="img/logo.svg" height="40" alt="abapGit"></a>
		<span class="head-title"> &#x25BA; documentation</span>
	</div>
</div>
<!-- Navigation -->
<h3>Getting Started</h3>
<ul>
    {% assign pages = site.pages | sort: 'order' %}
    {% for doc in pages %}
      {% if doc.category == "getting-started" %}
        <li><a href=".{{ doc.url }}">{{ doc.title }}</a></li>
      {% endif %}
    {% endfor %}
</ul>

<h3>Online Projects</h3>
<ul>
    {% assign pages = site.pages | sort: 'order' %}
    {% for doc in pages %}
      {% if doc.category == "online projects" %}
        <li><a href=".{{ doc.url }}">{{ doc.title }}</a></li>
      {% endif %}
    {% endfor %}
</ul>

<h3>Offline Projects</h3>
<ul>
    {% assign pages = site.pages | sort: 'order' %}
    {% for doc in pages %}
      {% if doc.category == "offline projects" %}
        <li><a href=".{{ doc.url }}">{{ doc.title }}</a></li>
      {% endif %}
    {% endfor %}
</ul>

<h3>Reference</h3>
<ul>
    {% assign pages = site.pages | sort: 'order' %}
    {% for doc in pages %}
      {% if doc.category == "reference" %}
        <li><a href=".{{ doc.url }}">{{ doc.title }}</a></li>
      {% endif %}
    {% endfor %}
</ul>

<h3>Other</h3>
<ul>
    {% assign pages = site.pages | sort: 'order' %}
    {% for doc in pages %}
      {% if doc.category == "other" %}
        <li><a href=".{{ doc.url }}">{{ doc.title }}</a></li>
      {% endif %}
    {% endfor %}
</ul><!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="container wrap">
  <div class="nav">
  {% include navigation.html %}
  </div>
  <div class="content">
  <h1>{{ page.title }}</h1>
  {{ content }}
  </div>
</div>
{% include footer.html %}
</body>
</html>
<%@page language="abap" %>                                                                                                                                                                                                                                     
<html>                                                                                                                                                                                                                                                         
  <head>                                                                                                                                                                                                                                                       
    <meta http-equiv="content-type" content="text/html; charset=utf-8">                                                                                                                                                                                        
    <meta http-equiv="X-UA-Compatible" content="IE=11,10,9,8" />                                                                                                                                                                                               
    <script>                                                                                                                                                                                                                                                   
        window.onload = function() {                                                                                                                                                                                                                           
          if (!window.WebSocket){                                                                                                                                                                                                                              
              alert("BROWSER NOT SUPPORTED");                                                                                                                                                                                                                  
              return;                                                                                                                                                                                                                                          
          }                                                                                                                                                                                                                                                    
          var ws_url = window.location.origin + '/sap/bc/apc/sap/zapc_wakeup';                                                                                                                                                                                 
          var ws_url = ws_url.replace('http','ws');                                                                                                                                                                                                            
          try {                                                                                                                                                                                                                                                
            ws = new WebSocket(ws_url);                                                                                                                                                                                                                        
          } catch (err) {                                                                                                                                                                                                                                      
            alert(err);                                                                                                                                                                                                                                        
          }                                                                                                                                                                                                                                                    
          ws.onopen = function(){                                                                                                                                                                                                                              
          }                                                                                                                                                                                                                                                    
          ws.onmessage = function(msg){                                                                                                                                                                                                                        
            if (msg.data == '__CLOSE__') {                                                                                                                                                                                                                     
              ws.close();                                                                                                                                                                                                                                      
              return;                                                                                                                                                                                                                                          
            }                                                                                                                                                                                                                                                  
            document.getElementById('text').innerHTML = msg.data;                                                                                                                                                                                              
            var form = document.createElement("form");                                                                                                                                                                                                         
            form.setAttribute("method", "post");                                                                                                                                                                                                               
            form.setAttribute("action", "sapevent:123" );                                                                                                                                                                                                      
            var hiddenField = document.createElement("input");                                                                                                                                                                                                 
            hiddenField.setAttribute("type", "hidden");                                                                                                                                                                                                        
            hiddenField.setAttribute("name", "text");                                                                                                                                                                                                          
            hiddenField.setAttribute("value", msg.data);                                                                                                                                                                                                       
            form.appendChild(hiddenField);                                                                                                                                                                                                                     
            document.body.appendChild(form);                                                                                                                                                                                                                   
            form.submit();                                                                                                                                                                                                                                     
          }                                                                                                                                                                                                                                                    
          ws.onclose = function(msg){                                                                                                                                                                                                                          
          }                                                                                                                                                                                                                                                    
        }                                                                                                                                                                                                                                                      
    </script>                                                                                                                                                                                                                                                  
  </head>                                                                                                                                                                                                                                                      
  <body>                                                                                                                                                                                                                                                       
    <b id='text'></b>                                                                                                                                                                                                                                          
  </body>                                                                                                                                                                                                                                                      
</html>                                                                                                                                                                                                                                                        <!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_ADT_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_ADT_LOGGER</span></h2><p>public inheriting from ZCL_ALOG_MSG_LOGGER_BASE create public</p><h4>Documentation</h4><span class="abapDocComment"> Logger for ADT console applications
 <p>
 This logger dynamically uses the <em>OUT</em>-parameter of <em>IF_OO_ADT_CLASSRUN~MAIN</em> for
 log output. Static usage is intentionally avoided because the interface is only available as of
 ABAP 7.51.
 </p>
 Unfortunately there are some limitations if you expect Java-style console output. These seem to
 be 'by design':
 <ul>
   <li>Logged output is only transmitted after the <em>main</em>-method has finished
       execution</li>
   <li>Logged output is not transmitted at all if the application fails with a short dump</li>
   <li>Log entries are always separated by an empty line</li>
 </ul></span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private instance</td><td><span class="identifier fieldName">mi_console_adapter</span> type ref to LCL_ADAPTER  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_out</span></td><td>type ref to OBJECT</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_out</span></td><td><span class="abapDocComment"> Reference to <em>IF_OO_ADT_INTRNL_CLASSRUN</em> as found in
                     <em>IF_OO_ADT_CLASSRUN~MAIN</em>-OUT
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> <em>io_out</em> cannot be null
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td><td><span class="abapDocComment"> <em>io_out</em> does not implement
                                      <em>IF_OO_ADT_INTRNL_CLASSRUN</em></span></td></tr></table></td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">entry_internal</span> redefinition</td><td>&#160;</td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">format_entry</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td></td><td><span class="identifier parameterName">io_type</span></td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_formatted</span>)</td><td>type STRING</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_BAL_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_BAL_LOGGER</span></h2><p>public inheriting from ZCL_ALOG_MSG_LOGGER_BASE create public</p><h4>Documentation</h4><span class="abapDocComment"> Application log logger
 <p>
 Logger that uses BC-SRV-BAL for logging (transaction SLG1, SLG0, ...).
 </p></span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private instance</td><td><span class="identifier fieldName">ms_context</span> type BAL_S_CONT  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mv_log_handle</span> type BALLOGHNDL  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_object</span></td><td>type BALOBJ_D optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_subobject</span></td><td>type BALSUBOBJ optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_ext_id</span></td><td>type BALNREXT optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_object</span></td><td><span class="abapDocComment"> BAL object
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_subobject</span></td><td><span class="abapDocComment"> BAL suboject
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_ext_id</span></td><td><span class="abapDocComment"> External id for the logs
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td><td><span class="abapDocComment"> Object or subobject do not exist</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_docking_container</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_container</span>)</td><td>type ref to CL_GUI_DOCKING_CONTAINER</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_bal_error</span></td></tr></table></td><td><span class="abapDocComment"> Get docking container instance
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ro_container</span></td><td><span class="abapDocComment"> Docking container
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_bal_error</span></td><td><span class="abapDocComment"> BAL error</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_log_handle</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_handle</span>)</td><td>type BALLOGHNDL</td></tr></table></td><td><span class="abapDocComment"> Get the log handle of this logger instance
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rv_handle</span></td><td><span class="abapDocComment"> Log handle</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">prepare_context</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_context</span></td><td>type BAL_S_CONT</td></tr></table></td><td><span class="abapDocComment"> Prepare context for the next entry
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">is_context</span></td><td><span class="abapDocComment"> Context</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">save</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_in_update_task</span></td><td>type ABAP_BOOL default ABAP_FALSE</td></tr><tr><td></td><td><span class="identifier parameterName">iv_in_secondary_conn</span></td><td>type ABAP_BOOL default ABAP_TRUE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_bal_error</span></td></tr></table></td><td><span class="abapDocComment"> Save log to db
 <p>
 Only possible if object / subobject were specified correctly in the constructor.
 </p>
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_in_update_task</span></td><td><span class="abapDocComment"> Use update task for saving
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_in_secondary_conn</span></td><td><span class="abapDocComment"> Use secondary database connection
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_bal_error</span></td><td><span class="abapDocComment"> BAL error</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">show_log_entries</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_profile</span></td><td>type BAL_S_PROF optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_amodal</span></td><td>type ABAP_BOOL optional</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_bal_error</span></td></tr></table></td><td><span class="abapDocComment"> Show log entries
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">is_profile</span></td><td><span class="abapDocComment"> Display profile
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_amodal</span></td><td><span class="abapDocComment"> Amodal dialog
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_bal_error</span></td><td><span class="abapDocComment"> BAL error</span></td></tr></table></td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">entry_internal</span> redefinition</td><td>&#160;</td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">entry_msg_internal</span> redefinition</td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_DBTAB_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#types">Types</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_DBTAB_LOGGER</span></h2><p>public inheriting from ZCL_ALOG_MSG_LOGGER_BASE abstract create public</p><h4>Documentation</h4><span class="abapDocComment"> Database table logger
 <p>
 This logger class is designed as an abstract base class to inherit from to define concrete
 logger classes, that can log to custom database tables with a compatible structure definition.
 </p>
 Features:
 <ul>
   <li>Mapping of log entry text / type / username / timestamp</li>
   <li>Custom key configuration (e. g. using UUIDs or number range objects)</li>
   <li>Support for secondary database connections</li>
 </ul></span><h4 id="types">Types</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public</td><td><span class="identifier fieldName">gty_key_component_tab</span> TYPE STANDARD TABLE OF fieldname</td><td>&#160;</td></tr><tr ><td>public</td><td><span class="identifier fieldName">gty_mapping</span> (structured type)</td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private instance</td><td><span class="identifier fieldName">mo_descr</span> type ref to CL_ABAP_STRUCTDESCR  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mo_key_descr</span> type ref to CL_ABAP_STRUCTDESCR  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">ms_mapping</span> type GTY_MAPPING  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mt_key_components</span> type GTY_KEY_COMPONENT_TAB  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mv_always_implicit_commit</span> type ABAP_BOOL  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mv_connection_key</span> type STRING  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mv_tabname</span> type TABNAME  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mv_use_secondary_connection</span> type ABAP_BOOL  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_tabname</span></td><td>type TABNAME</td></tr><tr><td></td><td><span class="identifier parameterName">is_mapping</span></td><td>type GTY_MAPPING</td></tr><tr><td></td><td><span class="identifier parameterName">it_key_components</span></td><td>type GTY_KEY_COMPONENT_TAB</td></tr><tr><td></td><td><span class="identifier parameterName">iv_secondary_conn_key</span></td><td>type STRING optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_use_secondary_connection</span></td><td>type ABAP_BOOL default ABAP_FALSE</td></tr><tr><td></td><td><span class="identifier parameterName">iv_always_implicit_commit</span></td><td>type ABAP_BOOL default ABAP_FALSE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_tabname</span></td><td><span class="abapDocComment"> Name of the database table
 </span></td></tr><tr ><td><span class="identifier parameterName">is_mapping</span></td><td><span class="abapDocComment"> Mapping configuration
 </span></td></tr><tr ><td><span class="identifier parameterName">it_key_components</span></td><td><span class="abapDocComment"> Key columns
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_secondary_conn_key</span></td><td><span class="abapDocComment"> Key for secondary database connection
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_use_secondary_connection</span></td><td><span class="abapDocComment"> Use secondary database connection
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_always_implicit_commit</span></td><td><span class="abapDocComment"> Always commit after adding a log entry
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td><td><span class="abapDocComment"> Illegal argument</span></td></tr></table></td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">entry_internal</span> redefinition</td><td>&#160;</td></tr><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_next_key</span> abstract</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_key</span>)</td><td>type STRING</td></tr></table></td><td>&#160;</td></tr><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">insert_entry_in_db</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ig_row</span></td><td>type ANY</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Persist the new log entry
 <p>
 The default implementation of this method uses a dynamic OpenSQL db insert based on the
 current configuration regarding target table and secondary connection settings. If other
 logic should be used by the logger you may override this method and instead for example
 call an update function module to make use of update tasks.
 </p>
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ig_row</span></td><td><span class="abapDocComment"> New log entry (type is the structure type of the db table)
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>private static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">validate_key</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">it_key</span></td><td>type GTY_KEY_COMPONENT_TAB</td></tr><tr><td></td><td><span class="identifier parameterName">io_descr</span></td><td>type ref to CL_ABAP_STRUCTDESCR</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td></tr></table></td><td>&#160;</td></tr><tr ><td>private static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">validate_mapping</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">is_mapping</span></td><td>type GTY_MAPPING</td></tr><tr><td></td><td><span class="identifier parameterName">io_descr</span></td><td>type ref to CL_ABAP_STRUCTDESCR</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td></tr></table></td><td>&#160;</td></tr><tr ><td>private static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">write_to_component</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_component_name</span></td><td>type ABAP_COMPNAME</td></tr><tr><td></td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td>changing</td><td><span class="identifier parameterName">cg_structure</span></td><td>type DATA</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_DUMMY_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_DUMMY_LOGGER</span></h2><p>public inheriting from ZCL_ALOG_MSG_LOGGER_BASE create public</p><h4>Documentation</h4><span class="abapDocComment"> Dummy logger
 <p>
 The main use of the class is to use <em>ZIF_ALOG_ATTACHABLE</em> to attach loggers to it that
 actually to something.
 </p></span><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>protected instance</td><td><span class="identifier methodName">entry_internal</span> redefinition</td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_ENTRY_TYPE</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_ENTRY_TYPE</span></h2><p>public final create private</p><h4>Documentation</h4><span class="abapDocComment"> Log entry type enumeration</span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">go_debug</span> type ref to ZCL_ALOG_ENTRY_TYPE read only </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">go_error</span> type ref to ZCL_ALOG_ENTRY_TYPE read only </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">go_info</span> type ref to ZCL_ALOG_ENTRY_TYPE read only </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">go_warning</span> type ref to ZCL_ALOG_ENTRY_TYPE read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_bal_probclass</span> type BALPROBCL read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_description</span> type STRING read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_icon</span> type ICON_D read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_message_type</span> type SYST_MSGTY read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_priority</span> type I read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier methodName">class_constructor</span> </td><td>&#160;</td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">compare_priority</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_type_a</span></td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td></td><td><span class="identifier parameterName">io_type_b</span></td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_result</span>)</td><td>type I</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Compare two log entry type priorities
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_type_a</span></td><td><span class="abapDocComment"> Entry type A
 </span></td></tr><tr ><td><span class="identifier parameterName">io_type_b</span></td><td><span class="abapDocComment"> Entry type B
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_result</span></td><td><span class="abapDocComment"> <ul>
                          <li>Less than 0 = priority A is lower than priority B</li>
                          <li>Greater than 0 = priority A is higher than priority B</li>
                          <li>Equal to 0 = priorities are identical</li>
                        </ul>
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> io_type_a and io_type_b cannot be null</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">from_msgty</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_msgty</span></td><td>type SYST_MSGTY</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_entry_type</span>)</td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td></tr></table></td><td><span class="abapDocComment"> Get an entry type instance from message type
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgty</span></td><td><span class="abapDocComment"> Message type
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_entry_type</span></td><td><span class="abapDocComment"> Entry type instance
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td><td><span class="abapDocComment"> Unsupported message type</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">compare_priority_to</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_comparison</span></td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_result</span>)</td><td>type I</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Compare priority of this instance to another one
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_comparison</span></td><td><span class="abapDocComment"> The entry type to compare this instance to
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_result</span></td><td><span class="abapDocComment"> See <em>compare_priority</em>
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> io_comparison cannot be null</span></td></tr></table></td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_message_type</span></td><td>type SYST_MSGTY</td></tr><tr><td></td><td><span class="identifier parameterName">iv_description</span></td><td>type CSEQUENCE</td></tr><tr><td></td><td><span class="identifier parameterName">iv_icon</span></td><td>type ICON_D</td></tr><tr><td></td><td><span class="identifier parameterName">iv_bal_probclass</span></td><td>type BALPROBCL</td></tr><tr><td></td><td><span class="identifier parameterName">iv_priority</span></td><td>type I</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_FILE_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_FILE_LOGGER</span></h2><p>public inheriting from ZCL_ALOG_MSG_LOGGER_BASE create public</p><h4>Documentation</h4><span class="abapDocComment"> File logger
 <p>
 Allow logging to a file on the application server. The file handle will be opened and closed
 for each logged message. The file will be created if it does not exist. If it does exists the new
 entries will be appended. Logical paths are supported.
 </p></span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private instance</td><td><span class="identifier fieldName">mv_path</span> type STRING  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">from_logical_path</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_logpath</span></td><td>type PATHINTERN</td></tr><tr><td></td><td><span class="identifier parameterName">iv_filename</span></td><td>type STRING</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_logger</span>)</td><td>type ref to ZCL_ALOG_FILE_LOGGER</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Get an instance using a logical path
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_logpath</span></td><td><span class="abapDocComment"> Logical path name
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_filename</span></td><td><span class="abapDocComment"> File name
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_logger</span></td><td><span class="abapDocComment"> Logger instance
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td><td><span class="abapDocComment"> Logical path cannot be used</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_path</span></td><td>type CSEQUENCE</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_path</span></td><td><span class="abapDocComment"> Physical file path on application server</span></td></tr></table></td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">entry_internal</span> redefinition</td><td>&#160;</td></tr><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_formatted_text</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td></td><td><span class="identifier parameterName">io_type</span></td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_formatted_text</span>)</td><td>type STRING</td></tr></table></td><td><span class="abapDocComment"> Get a formatted log message
 <p>
 Override this method in a subclass for custom formatting.
 </p>
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr><tr ><td><span class="identifier parameterName">io_type</span></td><td><span class="abapDocComment"> Message type
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_formatted_text</span></td><td><span class="abapDocComment"> Formatted text</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_ITAB_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#types">Types</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_ITAB_LOGGER</span></h2><p>public inheriting from ZCL_ALOG_MSG_LOGGER_BASE create public</p><h4>Documentation</h4><span class="abapDocComment"> Internal table logger</span><h4 id="types">Types</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public</td><td><span class="identifier fieldName">gty_log_tab</span> TYPE STANDARD TABLE OF zalog_s_logentry WITH DEFAULT KEY</td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>protected instance</td><td><span class="identifier fieldName">mt_log</span> type GTY_LOG_TAB  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">display_as_alv</span> </td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">cx_salv_msg</span></td></tr></table></td><td><span class="abapDocComment"> Display the current log entries as ALV
 </span><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">cx_salv_msg</span></td><td><span class="abapDocComment"> SALV message</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">display_as_alv_popup</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_start_column</span></td><td>type I default 5</td></tr><tr><td></td><td><span class="identifier parameterName">iv_start_line</span></td><td>type I default 5</td></tr><tr><td></td><td><span class="identifier parameterName">iv_end_column</span></td><td>type I default 120</td></tr><tr><td></td><td><span class="identifier parameterName">iv_end_line</span></td><td>type I default 25</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">cx_salv_msg</span></td></tr></table></td><td><span class="abapDocComment"> Display the current log entries als ALV in popup mode
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_start_column</span></td><td><span class="abapDocComment"> Start column
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_start_line</span></td><td><span class="abapDocComment"> Start line
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_end_column</span></td><td><span class="abapDocComment"> End column
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_end_line</span></td><td><span class="abapDocComment"> End line
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">cx_salv_msg</span></td><td><span class="abapDocComment"> SALV message</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_alv</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_container</span></td><td>type ref to CL_GUI_CONTAINER optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_container_name</span></td><td>type STRING optional</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_alv</span>)</td><td>type ref to CL_SALV_TABLE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">cx_salv_msg</span></td></tr></table></td><td><span class="abapDocComment"> Get an ALV instance
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_container</span></td><td><span class="abapDocComment"> Custom container
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_container_name</span></td><td><span class="abapDocComment"> Container name
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_alv</span></td><td><span class="abapDocComment"> Created instance
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">cx_salv_msg</span></td><td><span class="abapDocComment"> SALV message</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_log_table</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rt_log</span>)</td><td>type GTY_LOG_TAB</td></tr></table></td><td><span class="abapDocComment"> Get a copy of the internal log table
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rt_log</span></td><td><span class="abapDocComment"> Log table</span></td></tr></table></td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">entry_internal</span> redefinition</td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_LOGGER_BASE</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_LOGGER_BASE</span></h2><p>public abstract create public</p><h4>Documentation</h4><span class="abapDocComment"> Logger base class
 <p>
 Inherit from this class and implement <em>entry_internal</em> for the logging logic.
 </p></span><h4 id="interfaces">Interfaces</h4> <span class="identifier interfaceName">zif_alog_attachable</span><br/><span class="identifier interfaceName">zif_alog_logger</span> final methods ENTRY<br/><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>protected instance</td><td><span class="identifier fieldName">mt_attached_loggers</span> TYPE HASHED TABLE OF REF TO zif_alog_logger WITH UNIQUE KEY table_line  </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier fieldName">mo_minimal_log_level</span> type ref to ZCL_ALOG_ENTRY_TYPE  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier methodName">constructor</span> </td><td>&#160;</td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_minimal_log_level</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_type</span>)</td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr></table></td><td><span class="abapDocComment"> Gets the minimal log level
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ro_type</span></td><td><span class="abapDocComment"> Entry type with the current minimal priority</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">set_minimal_log_level</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_type</span></td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Sets the minimal log level
 <p>
 If a new log entry's entry type does not have at least the priority of the entry type set
 by this method the new entry will not be logged by this logger. It will however be
 propagated to all attached loggers that will evaluate the relevance of the new log entry
 based on their configured minimal log level.
 </p>
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_type</span></td><td><span class="abapDocComment"> Entry type with the new minimal priority
 </span></td></tr></table></td></tr><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">entry_internal</span> abstract</td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td></td><td><span class="identifier parameterName">io_type</span></td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td></tr></table></td><td><span class="abapDocComment"> Internal implementation of <em>zif_alog_logger-&gtentry_msg( )</em> to do the logging
 <p>
 Implement in non abstract subclasses.
 </p>
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr><tr ><td><span class="identifier parameterName">io_type</span></td><td><span class="abapDocComment"> Type of the message
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td><td><span class="abapDocComment"> Message type unsupported</span></td></tr></table></td></tr><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">inform_attached_loggers</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td></td><td><span class="identifier parameterName">io_type</span></td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Inform attached loggers
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr><tr ><td><span class="identifier parameterName">io_type</span></td><td><span class="abapDocComment"> Message type
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td><td><span class="abapDocComment"> Unsupported message type
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> io_type cannot be null</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_MESSAGE_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_MESSAGE_LOGGER</span></h2><p>public inheriting from ZCL_ALOG_MSG_LOGGER_BASE create public</p><h4>Documentation</h4><span class="abapDocComment"> Logger using MESSAGE statements for batch processing</span><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>protected instance</td><td><span class="identifier methodName">entry_internal</span> redefinition</td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_MSG_LOGGER_BASE</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_MSG_LOGGER_BASE</span></h2><p>public inheriting from ZCL_ALOG_LOGGER_BASE abstract create public</p><h4>Documentation</h4><span class="abapDocComment"> Message logger base class
 <p>
 Inherit from this class and implement <em>entry_internal</em> and ideally overwrite
 <em>entry_msg_internal</em> for the logging logic.
 </p></span><h4 id="interfaces">Interfaces</h4> <span class="identifier interfaceName">zif_alog_msg_logger</span> final methods ENTRY_MSG<br/><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private instance</td><td><span class="identifier fieldName">mv_block_entry_inform</span> type ABAP_BOOL  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">entry_msg_internal</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgty</span>)</td><td>type SYST_MSGTY default SY-MSGTY</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td></tr></table></td><td><span class="abapDocComment"> Internal implementation of <em>zif_alog_msg_logger-&gtentry_msg( )</em> to do the logging
 <p>
 Default implementation redirects the message to <em>entry( )</em>, overwrite in subclasses
 to provide message class specific logic.
 </p>
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgty</span></td><td><span class="abapDocComment"> Message type
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td><td><span class="abapDocComment"> Message type unsupported</span></td></tr></table></td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">inform_attached_loggers</span> redefinition</td><td>&#160;</td></tr><tr ><td>protected instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">inform_attached_loggers_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgty</span>)</td><td>type SYST_MSGTY default SY-MSGTY</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td></tr></table></td><td><span class="abapDocComment"> Inform attached loggers using a message class message
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgty</span></td><td><span class="abapDocComment"> Message type
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td><td><span class="abapDocComment"> Message type unsupported</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_PROGRESS_REP_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_PROGRESS_REP_LOGGER</span></h2><p>public inheriting from ZCL_ALOG_MSG_LOGGER_BASE create public</p><h4>Documentation</h4><span class="abapDocComment"> Progress reporter logger
 <p>
 This logger shows all log entries in the SAP GUI progress indicator (status bar), using
 <em>CL_PROGRESS_INDICATOR</em> internally (which itself is a wrapper class for function module
 <em>SAPGUI_PROGRESS_INDICATOR</em>.
 </p>
 <p>
 Keep in mind that sending status messages using the progress indicator to the front end may cause
 severe performance problems. If that is a concern supply <em>IV_OUTPUT_IMMEDIATELY</em> in the
 constructor with <em>ABAP_FALSE</em>.
 </p></span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private instance</td><td><span class="identifier fieldName">mv_output_immediately</span> type ABAP_BOOL  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_output_immediately</span></td><td>type ABAP_BOOL default ABAP_TRUE</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_output_immediately</span></td><td><span class="abapDocComment"> Output log entries immediately / always</span></td></tr></table></td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">entry_internal</span> redefinition</td><td>&#160;</td></tr><tr ><td>protected instance</td><td><span class="identifier methodName">entry_msg_internal</span> redefinition</td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_STATIC_CONFIGURATION</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_STATIC_CONFIGURATION</span></h2><p>public final create public</p><h4>Documentation</h4><span class="abapDocComment"> Configuration for <em>ZCL_ALOG_STATIC_LOGGER</em></span><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mi_logger</span> type ref to ZIF_ALOG_LOGGER read only </td><td><span class="abapDocComment"> Logger reference</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mo_logger_descr</span> type ref to CL_ABAP_CLASSDESCR read only </td><td><span class="abapDocComment"> Class descriptor for the logger</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_supports_t100_msg</span> type ABAP_BOOL read only </td><td><span class="abapDocComment"> The logger supports message class based logging (<em>ZIF_ALOG_MSG_LOGGER</em>)</span></td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_with_prefix</span> type ABAP_BOOL read only </td><td><span class="abapDocComment"> The logger should use entry prefixes if possible</span></td></tr><tr ><td>private static</td><td><span class="identifier fieldName">go_active_configuration</span> type ref to ZCL_ALOG_STATIC_CONFIGURATION  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier methodName">class_constructor</span> </td><td>&#160;</td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_active_configuration</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_config</span>)</td><td>type ref to ZCL_ALOG_STATIC_CONFIGURATION</td></tr></table></td><td><span class="abapDocComment"> Get the currently active configuration
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ro_config</span></td><td><span class="abapDocComment"> Active configuration instance</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">set_configuration</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ii_logger</span></td><td>type ref to ZIF_ALOG_LOGGER</td></tr><tr><td></td><td><span class="identifier parameterName">iv_with_prefix</span></td><td>type ABAP_BOOL default ABAP_TRUE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Set the current configuration
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ii_logger</span></td><td><span class="abapDocComment"> Logger to use
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_with_prefix</span></td><td><span class="abapDocComment"> Prefix log entries if possible
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> ii_logger cannot be null</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">set_configuration_instance</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_config</span></td><td>type ref to ZCL_ALOG_STATIC_CONFIGURATION</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Set the current configuration using a configuration instance
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_config</span></td><td><span class="abapDocComment"> The configuration to use
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> io_config cannot be null</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ii_logger</span></td><td>type ref to ZIF_ALOG_LOGGER</td></tr><tr><td></td><td><span class="identifier parameterName">iv_with_prefix</span></td><td>type ABAP_BOOL default ABAP_TRUE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ii_logger</span></td><td><span class="abapDocComment"> Logger instance
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_with_prefix</span></td><td><span class="abapDocComment"> Prefix log entries if possible
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> ii_logger cannot be null</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_STATIC_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_STATIC_LOGGER</span></h2><p>public final create public</p><h4>Documentation</h4><span class="abapDocComment"> Statically accessible logger
 <p>
 This is a static facade interface for <em>ZIF_ALOG_LOGGER</em> and <em>ZIF_ALOG_MSG_LOGGER</em>.
 The logger used is specified by using <em>ZCL_ALOG_STATIC_CONFIGURATION</em>.
 </p></span><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">debug</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log a debug message
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">debug_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td></tr></table></td><td><span class="abapDocComment"> Log a debug message using message classes
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td><td><span class="abapDocComment"> Configured logger does not support message
                                           classes</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">entry</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td></td><td><span class="identifier parameterName">io_type</span></td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Log a message of the specified type
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr><tr ><td><span class="identifier parameterName">io_type</span></td><td><span class="abapDocComment"> Type of the message
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td><td><span class="abapDocComment"> Unsupported message type
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> io_type cannot be null</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">entry_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgty</span>)</td><td>type SYST_MSGTY default SY-MSGTY</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td></tr></table></td><td><span class="abapDocComment"> Log a message of the specified type using message classes
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgty</span></td><td><span class="abapDocComment"> Message type
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td><td><span class="abapDocComment"> Message type unsupported
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td><td><span class="abapDocComment"> Configured logger does not support message
                                           classes</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">error</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log an error
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">error_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td></tr></table></td><td><span class="abapDocComment"> Log an error using message classes
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td><td><span class="abapDocComment"> Configured logger does not support message
                                           classes</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">exception</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_ex</span></td><td>type ref to CX_ROOT</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Log an exception (as an error)
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_ex</span></td><td><span class="abapDocComment"> The exception to log
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> ix_ex cannot be null</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_logger</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_prefix</span></td><td>type CSEQUENCE optional</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ri_logger</span>)</td><td>type ref to ZIF_ALOG_LOGGER</td></tr></table></td><td><span class="abapDocComment"> Get a (prefixed) logger instance
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_prefix</span></td><td><span class="abapDocComment"> Prefix to use (e. g. class name)
 </span></td></tr><tr ><td><span class="identifier parameterName">ri_logger</span></td><td><span class="abapDocComment"> Logger instance</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_logger_for_any</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ig_any</span></td><td>type ANY</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ri_logger</span>)</td><td>type ref to ZIF_ALOG_LOGGER</td></tr></table></td><td><span class="abapDocComment"> Get a (prefixed) logger instance
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ig_any</span></td><td><span class="abapDocComment"> Variable whose relative type name will be the logger prefix
 </span></td></tr><tr ><td><span class="identifier parameterName">ri_logger</span></td><td><span class="abapDocComment"> Logger instance</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_msg_logger</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_prefix</span></td><td>type CSEQUENCE optional</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ri_msg_logger</span>)</td><td>type ref to ZIF_ALOG_MSG_LOGGER</td></tr></table></td><td><span class="abapDocComment"> Get a (prefixed) message logger instance
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_prefix</span></td><td><span class="abapDocComment"> Prefix to use (e. g. class name)
 </span></td></tr><tr ><td><span class="identifier parameterName">ri_msg_logger</span></td><td><span class="abapDocComment"> Logger instance</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_msg_logger_for_any</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ig_any</span></td><td>type ANY</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ri_msg_logger</span>)</td><td>type ref to ZIF_ALOG_MSG_LOGGER</td></tr></table></td><td><span class="abapDocComment"> Get a prefixed logger for a variable
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ig_any</span></td><td><span class="abapDocComment"> Variable whose relative type name will be the logger prefix
 </span></td></tr><tr ><td><span class="identifier parameterName">ri_msg_logger</span></td><td><span class="abapDocComment"> Message logger instance</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">info</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log an informational message
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">info_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td></tr></table></td><td><span class="abapDocComment"> Log an informational message using message classes
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td><td><span class="abapDocComment"> Configured logger does not support message
                                           classes</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">warning</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log a warning
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">warning_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td></tr></table></td><td><span class="abapDocComment"> Log a warning using message classes
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td><td><span class="abapDocComment"> Configured logger does not support message
                                           classes</span></td></tr></table></td></tr><tr ><td>private static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_logger_internal</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ri_logger</span>)</td><td>type ref to ZIF_ALOG_LOGGER</td></tr></table></td><td>&#160;</td></tr><tr ><td>private static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_msg_logger_internal</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ri_msg_logger</span>)</td><td>type ref to ZIF_ALOG_MSG_LOGGER</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_operation</span></td></tr></table></td><td>&#160;</td></tr><tr ><td>private static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">resolve_type_name</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ig_any</span></td><td>type ANY</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_type</span>)</td><td>type STRING</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_VERSION</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_VERSION</span></h2><p>public final create private</p><h4>Documentation</h4><span class="abapDocComment"> Version constants for abap-log</span><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_version</span> type STRING value&#x20;&#x27;0.2.0&#x27;</td><td><span class="abapDocComment"> Version of abap-log library in major.minor.revision format</span></td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">go_current</span> type ref to ZCL_ALOG_VERSION read only </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gv_is_snapshot</span> type ABAP_BOOL read only </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gv_major</span> type I read only </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gv_minor</span> type I read only </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gv_revision</span> type I read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_is_snapshot</span> type ABAP_BOOL read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_major</span> type I read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_minor</span> type I read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_revision</span> type I read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_version</span> type STRING read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier methodName">class_constructor</span> </td><td>&#160;</td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">compare</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_version_a</span></td><td>type ref to ZCL_ALOG_VERSION</td></tr><tr><td></td><td><span class="identifier parameterName">io_version_b</span></td><td>type ref to ZCL_ALOG_VERSION</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_result</span>)</td><td>type I</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Compare two version instances
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_version_a</span></td><td><span class="abapDocComment"> Version A
 </span></td></tr><tr ><td><span class="identifier parameterName">io_version_b</span></td><td><span class="abapDocComment"> Version B
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_result</span></td><td><span class="abapDocComment"> <ul>
                          <li>Less than 0 = version A is lower than version B</li>
                          <li>Greater than 0 = version A is higher than version B</li>
                          <li>Equal to 0 = versions are identical</li>
                        </ul>
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> io_version_a and io_version_b cannot be null</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">of</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_version</span></td><td>type STRING</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_version</span>)</td><td>type ref to ZCL_ALOG_VERSION</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td></tr></table></td><td><span class="abapDocComment"> Factory method
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_version</span></td><td><span class="abapDocComment"> Version string
 </span></td></tr><tr ><td><span class="identifier parameterName">ro_version</span></td><td><span class="abapDocComment"> Created instance
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_illegal_argument</span></td><td><span class="abapDocComment"> iv_version does not have the required format</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">compare_to</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">io_version</span></td><td>type ref to ZCL_ALOG_VERSION</td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_result</span>)</td><td>type I</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Compare this version to another one
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">io_version</span></td><td><span class="abapDocComment"> The version to compare this instance to
 </span></td></tr><tr ><td><span class="identifier parameterName">rv_result</span></td><td><span class="abapDocComment"> See <em>compare</em>
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> io_version cannot be null</span></td></tr></table></td></tr><tr ><td>private instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_version</span></td><td>type STRING</td></tr></table></td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_ALOG_ALREADY_ATTACHED</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#constants">Constants</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_ALOG_ALREADY_ATTACHED</span></h2><p>public inheriting from CX_DYNAMIC_CHECK final create public</p><h4>Documentation</h4><span class="abapDocComment"> Logger already attached exception</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_already_attached</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_ALOG_ARGUMENT_NULL</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_ALOG_ARGUMENT_NULL</span></h2><p>public inheriting from ZCX_ALOG_ILLEGAL_ARGUMENT final create public</p><h4>Documentation</h4><span class="abapDocComment"> Nullpointer exception</span><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_nullpointer</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_nullpointer_with_name</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_variable_name</span> type STRING read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_variable_name</span></td><td>type CSEQUENCE optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_variable_name</span></td><td><span class="abapDocComment"> Name of the nullpointer variable</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_ALOG_BAL_ERROR</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_ALOG_BAL_ERROR</span></h2><p>public inheriting from CX_DYNAMIC_CHECK create public</p><h4>Documentation</h4><span class="abapDocComment"> BAL exception</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_attr1</span> type SYST_MSGV read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_attr2</span> type SYST_MSGV read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_attr3</span> type SYST_MSGV read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_attr4</span> type SYST_MSGV read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_msgid</span></td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td><span class="identifier parameterName">iv_msgno</span></td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td><span class="identifier parameterName">iv_msgv1</span></td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td><span class="identifier parameterName">iv_msgv2</span></td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td><span class="identifier parameterName">iv_msgv3</span></td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td><span class="identifier parameterName">iv_msgv4</span></td><td>type SYST_MSGV default SY-MSGV4</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_ALOG_ILLEGAL_ARGUMENT</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_ALOG_ILLEGAL_ARGUMENT</span></h2><p>public inheriting from CX_DYNAMIC_CHECK create public</p><h4>Documentation</h4><span class="abapDocComment"> Illegal argument exception</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_illegal_argument</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_reason</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_reason</span> type STRING read only </td><td>&#160;</td></tr><tr ><td>public instance</td><td><span class="identifier fieldName">mv_value</span> type STRING read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_reason</span></td><td>type CSEQUENCE optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_value</span></td><td>type CSEQUENCE optional</td></tr><tr><td colspan="3">preferred parameter <span class="identifier parameterName">iv_reason</span></td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_reason</span></td><td><span class="abapDocComment"> Reason
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_value</span></td><td><span class="abapDocComment"> Value</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_ALOG_LOGGING_FAILED</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_ALOG_LOGGING_FAILED</span></h2><p>public inheriting from CX_DYNAMIC_CHECK final create public</p><h4>Documentation</h4><span class="abapDocComment"> Logging failed exception</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_no_arguments</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_with_reason</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_reason</span> type STRING  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_reason</span></td><td>type CSEQUENCE optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_reason</span></td><td><span class="abapDocComment"> Reason</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_ALOG_NOT_ATTACHED</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#constants">Constants</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_ALOG_NOT_ATTACHED</span></h2><p>public inheriting from CX_DYNAMIC_CHECK final create public</p><h4>Documentation</h4><span class="abapDocComment"> Logger not attached exception</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_not_attached</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_ALOG_UNSUPPORTED_MSGTY</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_ALOG_UNSUPPORTED_MSGTY</span></h2><p>public inheriting from CX_DYNAMIC_CHECK final create public</p><h4>Documentation</h4><span class="abapDocComment"> Unsupported message type exception</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_msgty_unknown</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_msgty</span> type SYST_MSGTY read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_msgty</span></td><td>type SYST_MSGTY optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgty</span></td><td><span class="abapDocComment"> Message type</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCX_ALOG_UNSUPPORTED_OPERATION</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#constants">Constants</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCX_ALOG_UNSUPPORTED_OPERATION</span></h2><p>public inheriting from CX_DYNAMIC_CHECK final create public</p><h4>Documentation</h4><span class="abapDocComment"> Unsupported operation exception</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_t100_message</span><br/><h4 id="constants">Constants</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier fieldName">gc_no_arguments</span> (structured type) </td><td>&#160;</td></tr><tr ><td>public static</td><td><span class="identifier fieldName">gc_with_operation</span> (structured type) </td><td>&#160;</td></tr></table><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><span class="identifier fieldName">mv_operation</span> type STRING read only </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">constructor</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_previous</span></td><td>like PREVIOUS optional</td></tr><tr><td></td><td><span class="identifier parameterName">iv_operation</span></td><td>type CSEQUENCE optional</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_previous</span></td><td><span class="abapDocComment"> Previous exception
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_operation</span></td><td><span class="abapDocComment"> Operation that is unsupported</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Interface ZIF_ALOG_ATTACHABLE</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#methods">Methods</a></div></div><div id="content"><h2>Interface <span class="identifier objectName">ZIF_ALOG_ATTACHABLE</span></h2><p>public</p><h4>Documentation</h4><span class="abapDocComment"> Object where loggers can be attached to</span><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">attach</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ii_logger</span></td><td>type ref to ZIF_ALOG_LOGGER</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_already_attached</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Attach a logger to this object
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ii_logger</span></td><td><span class="abapDocComment"> Logger
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_already_attached</span></td><td><span class="abapDocComment"> The logger is already attached
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> ii_logger cannot be null</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">detach</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ii_logger</span></td><td>type ref to ZIF_ALOG_LOGGER</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_not_attached</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Detach an attached logger from this object
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ii_logger</span></td><td><span class="abapDocComment"> Logger
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_not_attached</span></td><td><span class="abapDocComment"> Logger is not attached
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> ii_logger cannot be null</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Interface ZIF_ALOG_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#methods">Methods</a></div></div><div id="content"><h2>Interface <span class="identifier objectName">ZIF_ALOG_LOGGER</span></h2><p>public</p><h4>Documentation</h4><span class="abapDocComment"> Logger</span><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">debug</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log a debug message
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">entry</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td></td><td><span class="identifier parameterName">io_type</span></td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Log a message of the specified type
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr><tr ><td><span class="identifier parameterName">io_type</span></td><td><span class="abapDocComment"> Type of the message
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td><td><span class="abapDocComment"> Unsupported message type
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> io_type cannot be null</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">error</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log an error
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">exception</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">ix_ex</span></td><td>type ref to CX_ROOT</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_argument_null</span></td></tr></table></td><td><span class="abapDocComment"> Log an exception (as an error)
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ix_ex</span></td><td><span class="abapDocComment"> The exception to log
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_argument_null</span></td><td><span class="abapDocComment"> ix_ex cannot be null</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">info</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log an informational message
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">warning</span> </td></tr><tr><td>importing</td><td><span class="identifier parameterName">iv_text</span></td><td>type CSEQUENCE</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log a warning
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_text</span></td><td><span class="abapDocComment"> Message text
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Interface ZIF_ALOG_MSG_LOGGER</title><link rel="stylesheet" href="../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#aliases">Aliases</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Interface <span class="identifier objectName">ZIF_ALOG_MSG_LOGGER</span></h2><p>public</p><h4>Documentation</h4><span class="abapDocComment"> Logger with message class support</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">zif_alog_logger</span><br/><h4 id="aliases">Aliases</h4><table><thead><tr><th>Visibility and Level</th><th>Alias</th><th>Component</th></tr></thead><tr><td>public</td><td><strong>debug</strong></td><td>ZIF_ALOG_LOGGER~DEBUG</td></tr><tr><td>public</td><td><strong>entry</strong></td><td>ZIF_ALOG_LOGGER~ENTRY</td></tr><tr><td>public</td><td><strong>error</strong></td><td>ZIF_ALOG_LOGGER~ERROR</td></tr><tr><td>public</td><td><strong>exception</strong></td><td>ZIF_ALOG_LOGGER~EXCEPTION</td></tr><tr><td>public</td><td><strong>info</strong></td><td>ZIF_ALOG_LOGGER~INFO</td></tr><tr><td>public</td><td><strong>warning</strong></td><td>ZIF_ALOG_LOGGER~WARNING</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">debug_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log a debug message using message classes
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">entry_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgty</span>)</td><td>type SYST_MSGTY default SY-MSGTY</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td></tr></table></td><td><span class="abapDocComment"> Log a message of the specified type using message classes
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgty</span></td><td><span class="abapDocComment"> Message type
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed
 </span></td></tr><tr ><td><span class="identifier exceptionName">zcx_alog_unsupported_msgty</span></td><td><span class="abapDocComment"> Message type unsupported</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">error_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log an error using message classes
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">info_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log an informational message using message classes
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr><tr ><td>public instance</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">warning_msg</span> </td></tr><tr><td>importing</td><td>value(<span class="identifier parameterName">iv_msgid</span>)</td><td>type SYST_MSGID default SY-MSGID</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgno</span>)</td><td>type SYST_MSGNO default SY-MSGNO</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv1</span>)</td><td>type SYST_MSGV default SY-MSGV1</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv2</span>)</td><td>type SYST_MSGV default SY-MSGV2</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv3</span>)</td><td>type SYST_MSGV default SY-MSGV3</td></tr><tr><td></td><td>value(<span class="identifier parameterName">iv_msgv4</span>)</td><td>type SYST_MSGV default SY-MSGV4</td></tr><tr><td>raising</td><td colspan="2"><span class="identifier exceptionName">zcx_alog_logging_failed</span></td></tr></table></td><td><span class="abapDocComment"> Log a warning using message classes
 </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">iv_msgid</span></td><td><span class="abapDocComment"> Message id
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgno</span></td><td><span class="abapDocComment"> Message number
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv1</span></td><td><span class="abapDocComment"> Message variable 1
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv2</span></td><td><span class="abapDocComment"> Message variable 2
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv3</span></td><td><span class="abapDocComment"> Message variable 3
 </span></td></tr><tr ><td><span class="identifier parameterName">iv_msgv4</span></td><td><span class="abapDocComment"> Message variable 4
 </span></td></tr></table><h5>Class-based Exceptions</h5><table class="exceptions"><tr ><td><span class="identifier exceptionName">zcx_alog_logging_failed</span></td><td><span class="abapDocComment"> Logging failed</span></td></tr></table></td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_EXAMPLE_ADT_CLASSRUN</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_EXAMPLE_ADT_CLASSRUN</span></h2><p>public final create public</p><h4>Documentation</h4><span class="abapDocComment"> Example class for ADT console logging</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_oo_adt_classrun</span><br/></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZCL_ALOG_EXAMPLE_ADT_CLASSRUN2</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#interfaces">Interfaces</a> | <a href="#attributes">Attributes</a> | <a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZCL_ALOG_EXAMPLE_ADT_CLASSRUN2</span></h2><p>public final create public</p><h4>Documentation</h4><span class="abapDocComment"> Example class for ADT console logging 2</span><h4 id="interfaces">Interfaces</h4><span class="identifier interfaceName">if_oo_adt_classrun</span><br/><h4 id="attributes">Attributes</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>private static</td><td><span class="identifier fieldName">gi_logger</span> type ref to ZIF_ALOG_MSG_LOGGER  </td><td>&#160;</td></tr></table><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><span class="identifier methodName">class_constructor</span> </td><td>&#160;</td></tr><tr ><td>private instance</td><td><span class="identifier methodName">do_stuff</span> </td><td>&#160;</td></tr></table></div></body></html><!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>Class ZTCL_ALOG_TEST_UTL</title><link rel="stylesheet" href="../../../../htmldesign/stylesheet.css" type="text/css"></head><body><div id="header"><div id="navigationMenu"><a href="#methods">Methods</a></div></div><div id="content"><h2>Class <span class="identifier objectName">ZTCL_ALOG_TEST_UTL</span></h2><p>public final create private for testing</p><h4>Documentation</h4><span class="abapDocComment"> ABAP Unit test utilities</span><h4 id="methods">Methods</h4><table><thead><tr><th>Visibility and Level</th><th>Name</th><th>Documentation</th></tr></thead><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_random_log_text</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">rv_text</span>)</td><td>type STRING</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">rv_text</span></td><td><span class="abapDocComment"> Random text between 1 and 200 characters long</span></td></tr></table></td></tr><tr ><td>public static</td><td><table class="methodSignature"><tr><td colspan="3"><span class="identifier methodName">get_random_log_type</span> </td></tr><tr><td>returning</td><td>value(<span class="identifier parameterName">ro_type</span>)</td><td>type ref to ZCL_ALOG_ENTRY_TYPE</td></tr></table></td><td><span class="abapDocComment"> </span><h5>Parameters</h5><table class="methodParametersDocumentation"><tr ><td><span class="identifier parameterName">ro_type</span></td><td><span class="abapDocComment"> Random log entry type</span></td></tr></table></td></tr></table></div></body></html><table>
<thead>
<tr>
<th>header 1</th>
<th>header 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>cell 1.1</td>
<td>cell 1.2</td>
</tr>
<tr>
<td>cell 2.1</td>
<td>cell 2.2</td>
</tr>
</tbody>
</table><table>
<thead>
<tr>
<th style="text-align: left;">header 1</th>
<th style="text-align: center;">header 2</th>
<th style="text-align: right;">header 2</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">cell 1.1</td>
<td style="text-align: center;">cell 1.2</td>
<td style="text-align: right;">cell 1.3</td>
</tr>
<tr>
<td style="text-align: left;">cell 2.1</td>
<td style="text-align: center;">cell 2.2</td>
<td style="text-align: right;">cell 2.3</td>
</tr>
</tbody>
</table><h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>
<h5>h5</h5>
<h6>h6</h6>
<p>####### not a heading</p>
<h1>closed h1</h1>
<p>#</p><p><a href="http://example.com">http://example.com</a></p><div>_content_</div>
<p>paragraph</p>
<div>
  <div class="inner">
    _content_
  </div>
</div>
<style type="text/css">
  p {color: #789;}
</style>
<div>
  <a href="/">home</a></div><pre><code>&lt;?php

$message = 'Hello World!';
echo $message;</code></pre>
<hr />
<pre><code>&gt; not a quote
- not a list item
[not a reference]: http://foo.com</code></pre><p>a <code>code span</code></p>
<p><code>this is also a codespan</code> trailing text</p>
<p><code>and look at this one!</code></p>
<p>single backtick in a code span: <code>`</code></p>
<p>backtick-delimited string in a code span: <code>`foo`</code></p>
<p><code>sth `` sth</code></p><blockquote>
<h2>header</h2>
<p>paragraph</p>
<ul>
<li>li</li>
</ul>
<hr />
<p>paragraph</p>
</blockquote><ul>
<li>
<p>paragraph</p>
<p>paragraph</p>
</li>
<li>
<p>paragraph</p>
<blockquote>
<p>quote</p>
</blockquote>
</li>
</ul><ul>
<li>li
<ul>
<li>li
<ul>
<li>li</li>
<li>li</li>
</ul></li>
<li>li</li>
</ul></li>
<li>li</li>
</ul><p>my email is <a href="mailto:me@example.com">me@example.com</a></p><p><em>underscore</em>, <em>asterisk</em>, <em>one two</em>, <em>three four</em>, <em>a</em>, <em>b</em></p>
<p><strong>strong</strong> and <em>em</em> and <strong>strong</strong> and <em>em</em></p>
<p><em>line
line
line</em></p>
<p>this_is_not_an_emphasis</p>
<p>an empty emphasis __ ** is not an emphasis</p>
<p>*mixed *<em>double and</em> single asterisk** spans</p><p><strong><em>em strong</em></strong></p>
<p><strong><em>em strong</em> strong</strong></p>
<p><strong>strong <em>em strong</em></strong></p>
<p><strong>strong <em>em strong</em> strong</strong></p>
<p><strong><em>em strong</em></strong></p>
<p><strong><em>em strong</em> strong</strong></p>
<p><strong>strong <em>em strong</em></strong></p>
<p><strong>strong <em>em strong</em> strong</strong></p><p>escaped *emphasis*.</p>
<p><code>escaped \*emphasis\* in a code span</code></p>
<pre><code>escaped \*emphasis\* in a code block</code></pre>
<p>\ ` * _ { } [ ] ( ) > # + - . !</p>
<p><em>one_two</em> <strong>one_two</strong></p>
<p><em>one*two</em> <strong>one*two</strong></p><pre><code>&lt;?php

$message = 'fenced code block';
echo $message;</code></pre>
<pre><code>tilde</code></pre>
<pre><code class="language-php">echo 'language identifier';</code></pre><hr />
<hr />
<hr />
<hr />
<hr /><!-- single line -->
<p>paragraph</p>
<!-- 
  multiline -->
<p>paragraph</p><p>&amp; &copy; &#123;</p><p><img src="/md.png" alt="Markdown Logo" /></p>
<p>![missing reference]</p><p><img src="/md.png" alt="alt" title="title" /></p>
<p><img src="/md.png" alt="blank title" title="" /></p><p>an <a href="http://example.com">implicit</a> reference link</p>
<p>an <a href="http://example.com">implicit</a> reference link with an empty link definition</p>
<p>an <a href="http://example.com">implicit</a> reference link followed by <a href="http://cnn.com">another</a></p>
<p>an <a href="http://example.com" title="Example">explicit</a> reference link with a title</p><p><a href="http://example.com">link</a></p>
<p><a href="/url-(parentheses)">link</a> with parentheses in URL </p>
<p>(<a href="/index.php">link</a>) in parentheses</p>
<p><a href="http://example.com"><code>link</code></a></p>
<p><a href="http://example.com"><img src="http://parsedown.org/md.png" alt="MD Logo" /></a></p>
<p><a href="http://example.com"><img src="http://parsedown.org/md.png" alt="MD Logo" /> and text</a></p><p><a href="http://example.com" title="Title">single quotes</a></p>
<p><a href="http://example.com" title="Title">double quotes</a></p>
<p><a href="http://example.com" title="">single quotes blank</a></p>
<p><a href="http://example.com" title="">double quotes blank</a></p>
<p><a href="http://example.com" title="2 Words">space</a></p>
<p><a href="http://example.com/url-(parentheses)" title="Title">parentheses</a></p><p><a href="http://example.com" title="Example">single quotes</a> and <a href="http://example.com" title="Example">double quotes</a></p><ul>
<li>li
the rest of it</li>
</ul><p>line<br />
line</p><ul>
<li>
<p>li</p>
<p>line
line</p>
</li>
</ul><div>
_parent_
<div>
_child_
</div>
<pre>
_adopted child_
</pre>
</div>
<p><em>outside</em></p><ol>
<li>one</li>
<li>two</li>
</ol>
<p>repeating numbers:</p>
<ol>
<li>one</li>
<li>two</li>
</ol>
<p>large numbers:</p>
<ol>
<li>one</li>
</ol><p>paragraph</p>
<ul>
<li>li</li>
<li>li</li>
</ul>
<p>paragraph</p>
<ul>
<li>
<p>li</p>
</li>
<li>li</li>
</ul><p><a href="http://example.com" title="example title">double quotes</a> and <a href="http://example.com" title="example title">single quotes</a> and <a href="http://example.com" title="example title">parentheses</a></p>
<p>[invalid title]: <a href="http://example.com">http://example.com</a> example title</p><hr>
<p>paragraph</p>
<hr/>
<p>paragraph</p>
<hr />
<p>paragraph</p>
<hr class="foo" id="bar" />
<p>paragraph</p>
<hr class="foo" id="bar"/>
<p>paragraph</p>
<hr class="foo" id="bar" >
<p>paragraph</p><p><em><code>code</code></em> <strong><code>code</code></strong></p>
<p><em><code>code</code><strong><code>code</code></strong><code>code</code></em></p><blockquote>
<p>quote
the rest of it</p>
<p>another paragraph
the rest of it</p>
</blockquote><p>AT&amp;T has an ampersand in their name</p>
<p>this &amp; that</p>
<p>4 &lt; 5 and 6 &gt; 5</p>
<p><a href="http://example.com/autolink?a=1&amp;b=2">http://example.com/autolink?a=1&amp;b=2</a></p>
<p><a href="/script?a=1&amp;b=2">inline link</a></p>
<p><a href="http://example.com/?a=1&amp;b=2">reference link</a></p><ul>
<li>
<p>li</p>
<ul>
<li>li</li>
<li>li</li>
</ul>
</li>
</ul><h1>h1</h1>
<h2>h2</h2>
<h2>single character</h2>
<p>not a header</p>
<hr /><blockquote>
<p>quote</p>
</blockquote>
<p>indented:</p>
<blockquote>
<p>quote</p>
</blockquote>
<p>no space after <code>&gt;</code>:</p>
<blockquote>
<p>quote</p>
</blockquote><table>
<thead>
<tr>
<th>header 1</th>
<th>header 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>cell 1.1</td>
<td>cell 1.2</td>
</tr>
<tr>
<td>cell 2.1</td>
<td>cell 2.2</td>
</tr>
</tbody>
</table>
<hr />
<table>
<thead>
<tr>
<th style="text-align: left;">header 1</th>
<th>header 2</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">cell 1.1</td>
<td>cell 1.2</td>
</tr>
<tr>
<td style="text-align: left;">cell 2.1</td>
<td>cell 2.2</td>
</tr>
</tbody>
</table><p>an <b>important</b> <a href=''>link</a></p>
<p>broken<br/>
line</p>
<p><b>inline tag</b> at the beginning</p>
<p><span><a href="http://example.com">http://example.com</a></span></p><ul>
<li>
<p>li</p>
</li>
<li>li</li>
<li>li</li>
</ul><div>
line 1

line 2
line 3

line 4
</div><ul>
<li>
<p>li</p>
</li>
<li>li</li>
</ul>
<hr />
<ul>
<li>
<p>li</p>
<ul>
<li>indented li</li>
</ul>
</li>
</ul><p><del>strikethrough</del></p>
<p>here's <del>one</del> followed by <del>another one</del></p>
<p>~~ this ~~ is not one neither is ~this~</p><p><em>em <strong>strong em</strong></em></p>
<p><em><strong>strong em</strong> em</em></p>
<p><em>em <strong>strong em</strong> em</em></p>
<p><em>em <strong>strong em</strong></em></p>
<p><em><strong>strong em</strong> em</em></p>
<p><em>em <strong>strong em</strong> em</em></p><pre><code>&lt;?php

$message = 'Hello World!';
echo $message;

echo "following a blank line";</code></pre><table>
<thead>
<tr>
<th><em>header</em> 1</th>
<th>header 2</th>
</tr>
</thead>
<tbody>
<tr>
<td><em>cell</em> 1.1</td>
<td><del>cell</del> 1.2</td>
</tr>
<tr>
<td><code>|</code> 2.1</td>
<td>| 2.2</td>
</tr>
<tr>
<td><code>\|</code> 2.1</td>
<td><a href="/">link</a></td>
</tr>
</tbody>
</table><p><a href="http://example.com">reference link</a></p>
<p><a href="http://example.com">one</a> with a semantic name</p>
<p>[one][404] with no definition</p>
<p><a href="http://example.com">multiline
one</a> defined on 2 lines</p>
<p><a href="http://example.com">one</a> with a mixed case label and an upper case definition</p>
<p><a href="http://example.com">one</a> with the a label on the next line</p>
<p><a href="http://example.com"><code>link</code></a></p><ul>
<li>li</li>
<li>li</li>
</ul>
<p>mixed markers:</p>
<ul>
<li>li</li>
<li>li</li>
<li>li</li>
</ul><table>
<thead>
<tr>
<th>header 1</th>
<th>header 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>cell 1.1</td>
<td>cell 1.2</td>
</tr>
<tr>
<td>cell 2.1</td>
<td>cell 2.2</td>
</tr>
</tbody>
</table><p>an autolink <a href="http://example.com">http://example.com</a></p>
<p>inside of brackets [<a href="http://example.com">http://example.com</a>], inside of braces {<a href="http://example.com">http://example.com</a>},  inside of parentheses (<a href="http://example.com">http://example.com</a>)</p>
<p>trailing slash <a href="http://example.com/">http://example.com/</a> and <a href="http://example.com/path/">http://example.com/path/</a></p><pre><code>code</code></pre><!DOCTYPE HTML>                                                                                                                                                                                                                                                
<html>                                                                                                                                                                                                                                                         
<head>                                                                                                                                                                                                                                                         
<meta http-equiv="X-UA-Compatible" content="IE=edge">                                                                                                                                                                                                          
<script src="resources/sap-ui-core.js" id="sap-ui-bootstrap"                                                                                                                                                                                                   
	data-sap-ui-libs="sap.m, sap.me, sap.ui.layout"                                                                                                                                                                                                               
	data-sap-ui-xx-bindingSyntax="complex"                                                                                                                                                                                                                        
	data-sap-ui-theme="sap_bluecrystal">                                                                                                                                                                                                                          
</script>                                                                                                                                                                                                                                                      
<script>                                                                                                                                                                                                                                                       
// Define path of the OData backend service                                                                                                                                                                                                                    
var sODataServiceUrl =                                                                                                                                                                                                                                         
 "/sap/opu/odata/sap/zze2e_cust_info_srv";                                                                                                                                                                                                                     
var oODataModel =                                                                                                                                                                                                                                              
 sap.ui.model.odata.ODataModel(sODataServiceUrl);                                                                                                                                                                                                              
oODataModel.attachRequestFailed(function() {                                                                                                                                                                                                                   
alert("OData Request Failed!");                                                                                                                                                                                                                                
});                                                                                                                                                                                                                                                            
sap.ui.getCore().setModel(oODataModel);                                                                                                                                                                                                                        
// Tell the Application where to find the                                                                                                                                                                                                                      
 // local resources                                                                                                                                                                                                                                            
sap.ui.localResources("zze2e_fiori");                                                                                                                                                                                                                          
// Master & Detail pages                                                                                                                                                                                                                                       
var oMasterPage = sap.ui.view({                                                                                                                                                                                                                                
id : "idMaster1",                                                                                                                                                                                                                                              
viewName : "zze2e_fiori.Master",                                                                                                                                                                                                                               
type : sap.ui.core.mvc.ViewType.XML                                                                                                                                                                                                                            
});                                                                                                                                                                                                                                                            
var oDetailPage = sap.ui.view({                                                                                                                                                                                                                                
id : "idDetail1",                                                                                                                                                                                                                                              
viewName : "zze2e_fiori.Detail",                                                                                                                                                                                                                               
type : sap.ui.core.mvc.ViewType.XML                                                                                                                                                                                                                            
});                                                                                                                                                                                                                                                            
// Split Application                                                                                                                                                                                                                                           
var oSplitApp = new sap.m.SplitApp();                                                                                                                                                                                                                          
oSplitApp.addMasterPage(oMasterPage);                                                                                                                                                                                                                          
oSplitApp.addDetailPage(oDetailPage);                                                                                                                                                                                                                          
oSplitApp.placeAt("content");                                                                                                                                                                                                                                  
</script>                                                                                                                                                                                                                                                      
</head>                                                                                                                                                                                                                                                        
<body class="sapUiBody" role="application">                                                                                                                                                                                                                    
	<div id="content"></div>                                                                                                                                                                                                                                      
</body>                                                                                                                                                                                                                                                        
</html>                                                                                                                                                                                                                                                        Is this tracked?
<html>
<head>
<title>Tennis Test</title>
</head>
<body>
  <div id="total">Tests incomplete</div>
  <table id="results">
    <tr><th>Case</th><th>Result</th></tr>
  </table>

  <script src="./TennisGame1.js"></script>
  <script src="./TennisGame2.js"></script>
  <script src="./TennisGame3.js"></script>
  <script src="./TennisTest.js"></script>
</body>
</html><!--

    Mule Anypoint Template
    Copyright (c) MuleSoft, Inc.
    All rights reserved.  http://www.mulesoft.com

-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head/>
<body>
	<h3>Migration Report</h3>
	
	<table>
		<tbody>
			<tr>
				<td><b>Batch ID:</b></td><td>#[message.payload.getBatchJobInstanceId()]</td>				
			</tr>	
			<tr>
				<td><b>Time [milliseconds]:</b></td><td>#[message.payload.getElapsedTimeInMillis()]</td>
			</tr>
			<tr>
				<td><b>Total Records: </b></td><td>#[message.payload.getTotalRecords()]</td>
			</tr>
			<tr>
				<td><b>Successful Records:</b></td><td>#[message.payload.getSuccessfulRecords()]</td>
			</tr>
			<tr>
				<td><b>Failed Records:</b></td><td>#[message.payload.getFailedRecords()]</td>
			</tr>			
			<tr>
				<td><b>Loaded Records:</b></td><td>#[message.payload.getLoadedRecords()]</td>
			</tr>
			<tr>
				<td><b>Processed Records:</b></td><td>#[message.payload.getProcessedRecords()]</td>
			</tr>
			<tr>
				<td><b>Failed on Input Phase:</b></td><td>#[message.payload.isFailedOnInputPhase() ? "Yes" : "No"]</td>
			</tr>
			<tr>
				<td><b>Failed on Loading Phase:</b></td><td>#[message.payload.isFailedOnLoadingPhase() ? "Yes" : "No"]</td>
			</tr>
			<tr>
				<td><b>Execution started on:</b></td><td>#[new java.util.Date()]</td>
			</tr>
		</tbody>
	</table>
</body>
</html><html>
<head>
<title>Tennis Test</title>
</head>
<body>
  <div id="total">Tests incomplete</div>
  <table id="results">
    <tr><th>Case</th><th>Result</th></tr>
  </table>

  <script src="./TennisGame1.js"></script>
  <script src="./TennisGame2.js"></script>
  <script src="./TennisGame3.js"></script>
  <script src="./TennisTest.js"></script>
</body>
</html><html>

  <head>
    <title>JS | Alert</title>
  </head>

  <body>
    <script type="text/javascript">
      // document.write("Hello World");
      alert("Hello World");
    </script>
  </body>

</html>
<html>

  <head>
    <title>JS | Arrays</title>
  </head>

  <body>
    <script type="text/javascript">

      var i;
      var array = new Array("10", "20", "30", "40", "50"); //MUST BE CAPITAL 'A'

      // array[0] = 10;
      // array[1] = 20;
      // array[2] = 30;
      // array[3] = 40;
      // array[4] = 50;

      for (i = 0; i < 5; i++) {
        document.write(array[i]);
        document.write("<br>");
      }

    </script>
  </body>

</html>
<html>

  <head>
    <title>JS | Console</title>
  </head>

  <body>
    <script type="text/javascript">

      console.log("Log :o");
      console.log("Log 2 :o");
      console.log("Log 3 :o");

    </script>
  </body>

</html>
<html>

  <head>
    <title>JS | Do While Loop</title>
  </head>

  <body>
    <script type="text/javascript">

      var i = 0;

      do {
        document.write("Less than 10 <br>");
        i++;
      } while(i < 10);

    </script>
  </body>

</html>
<html>

  <head>
    <title>JS | For Loop</title>
  </head>

  <body>
    <script type="text/javascript">

      var x;

      for (x = 0; x < 10; x++) {
        document.write("YOLO<br>");
      }

    </script>
  </body>

</html>
<html>

  <head>
    <title>JS | Function</title>
  </head>

  <body>
    <script type="text/javascript">

      function yolo() {
        alert("yolo :o");
        console.log("user was yolo'd");
      }

      yolo();

    </script>
  </body>

</html>
<html>

  <head>
    <title>JS | If Statment</title>
  </head>

  <body>
    <script type="text/javascript">

      var x = 6;
      var y = 7;

      if(x == y) {
        document.write("They are equal <br>");
      }
      else {
        document.write("They are not equal <br>");
      }

      if(x < y) {
        document.write("y is bigger");
      }
      else {
        document.write("x is bigger");
      }

    </script>
  </body>

</html>
<html>

  <head>
    <title>JS | Math Functions</title>
  </head>

  <body>
    <script type="text/javascript">

      var x = 69;
      var y = 31;
      var z;

      z = x + y;

      document.write(z);
      document.write("<br>");

      z = x - y;

      document.write(z);
      document.write("<br>");

      z = x * y;

      document.write(z);
      document.write("<br>");

      z = x / y;

      document.write(z);
      document.write("<br>");

    </script>
  </body>

</html>
<html>

  <head>
    <title>JS | Template</title>
  </head>

  <body>
    <script type="text/javascript">
      
    </script>
  </body>

</html>
<html>

  <head>
    <title>JS | Variables</title>
  </head>

  <body>
    <script type="text/javascript">
      // var string;
      // string = "Wassap";

      var string = "Wassap";

      document.write(string);

      var string = "Hella"

      document.write("<br>");

      document.write(string);
    </script>
  </body>

</html>
<html>

  <head>
    <title>JS | While Loop</title>
  </head>

  <body>
    <script type="text/javascript">

      var i = 0;

      while(i < 10) {
        document.write("Less than 10 <br>");
        i++;
      }

    </script>
  </body>

</html>
<input type="checkbox" name="checkvaliditems" id="checkvaliditems" />
<label for="checkvaliditems">Check for valid squares</label>

<div class="crossword-board-container">

	<div class="crossword-board">
		<!-- ROW 1 -->
		<input id="item1-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[sS]{1}$" required="required" value="" />
		<input id="item1-2" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[hH]{1}$" required="required" value="" />
		<input id="item1-3" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[rR]{1}$" required="required" value="" />
		<input id="item1-4" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[oO]{1}$" required="required" value="" />
		<input id="item1-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[uU]{1}$" required="required" value="" />
		<input id="item1-6" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[dD]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item1-7"></span>
		<span class="crossword-board__item--blank" id="item1-8"></span>
		<input id="item1-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item1-10"></span>
		<input id="item1-11" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[lL]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item1-12"></span>
		<input id="item1-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[fF]{1}$" required="required" value="" />
		<!-- ROW 1 -->

		<!-- ROW 2 -->
		<input id="item2-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[lL]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item2-2"></span>
		<span class="crossword-board__item--blank" id="item2-3"></span>
		<input id="item2-4" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[rR]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item2-5"></span>
		<input id="item2-6" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item2-7" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[dD]{1}$" required="required" value="" />
		<input id="item2-8" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item2-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[mM]{1}$" required="required" value="" />
		<input id="item2-10" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[sS]{1}$" required="required" value="" />
		<input id="item2-11" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item2-12" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[lL]{1}$" required="required" value="" />
		<input id="item2-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<!-- ROW 2 -->

		<!-- ROW 3 -->
		<input id="item3-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[iI]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item3-2"></span>
		<input id="item3-3" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[sS]{1}$" required="required" value="" />
		<input id="item3-4" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item3-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[rR]{1}$" required="required" value="" />
		<input id="item3-6" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[iI]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item3-7"></span>
		<span class="crossword-board__item--blank" id="item3-8"></span>
		<input id="item3-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item3-10"></span>
		<input id="item3-11" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item3-12"></span>
		<input id="item3-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[iI]{1}$" required="required" value="" />
		<!-- ROW 3 -->

		<!-- ROW 4 -->
		<input id="item4-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[gG]{1}$" required="required" value="" />
		<input id="item4-2" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[rR]{1}$" required="required" value="" />
		<input id="item4-3" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item4-4" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<input id="item4-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[iI]{1}$" required="required" value="" />
		<input id="item4-6" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[sS]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item4-7"></span>
		<input id="item4-8" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[oO]{1}$" required="required" value="" />
		<input id="item4-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[rR]{1}$" required="required" value="" />
		<input id="item4-10" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[pP]{1}$" required="required" value="" />
		<input id="item4-11" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[hH]{1}$" required="required" value="" />
		<input id="item4-12" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item4-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[nN]{1}$" required="required" value="" />
		<!-- ROW 4 -->

		<!-- ROW 5 -->
		<input id="item5-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[hH]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item5-2"></span>
		<input id="item5-3" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[nN]{1}$" required="required" value="" />
		<input id="item5-4" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[oO]{1}$" required="required" value="" />
		<input id="item5-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[dD]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item5-6"></span>
		<input id="item5-7" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[fF]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item5-8"></span>
		<input id="item5-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item5-10" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[lL]{1}$" required="required" value="" />
		<input id="item5-11" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<input id="item5-12" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[rR]{1}$" required="required" value="" />
		<input id="item5-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<!-- ROW 5 -->

		<!-- ROW 6 -->
		<input id="item6-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<input id="item6-2" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[iI]{1}$" required="required" value="" />
		<input id="item6-3" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<input id="item6-4" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[rR]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item6-5"></span>
		<input id="item6-6" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[jJ]{1}$" required="required" value="" />
		<input id="item6-7" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<input id="item6-8" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[lL]{1}$" required="required" value="" />
		<input id="item6-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[lL]{1}$" required="required" value="" />
		<input id="item6-10" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[yY]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item6-11"></span>
		<input id="item6-12" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item6-13"></span>
		<!-- ROW 6 -->

		<!-- ROW 7 -->
		<span class="crossword-board__item--blank" id="item7-1"></span>
		<input id="item7-2" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[nN]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item7-3"></span>
		<span class="crossword-board__item--blank" id="item7-4"></span>
		<input id="item7-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[dD]{1}$" required="required" value="" />
		<input id="item7-6" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item7-7" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<input id="item7-8" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<input id="item7-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[dD]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item7-10"></span>
		<span class="crossword-board__item--blank" id="item7-11"></span>
		<input id="item7-12" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item7-13"></span>
		<!-- ROW 7 -->

		<!-- ROW 8 -->
		<span class="crossword-board__item--blank" id="item8-1"></span>
		<input id="item8-2" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item8-3"></span>
		<input id="item8-4" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[hH]{1}$" required="required" value="" />
		<input id="item8-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item8-6" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[bB]{1}$" required="required" value="" />
		<input id="item8-7" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[iI]{1}$" required="required" value="" />
		<input id="item8-8" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item8-9"></span>
		<input id="item8-10" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[vV]{1}$" required="required" value="" />
		<input id="item8-11" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<input id="item8-12" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[sS]{1}$" required="required" value="" />
		<input id="item8-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<!-- ROW 8 -->

		<!-- ROW 9 -->
		<input id="item9-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[iI]{1}$" required="required" value="" />
		<input id="item9-2" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[nN]{1}$" required="required" value="" />
		<input id="item9-3" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[fF]{1}$" required="required" value="" />
		<input id="item9-4" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[uU]{1}$" required="required" value="" />
		<input id="item9-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[nN]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item9-6"></span>
		<input id="item9-7" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[dD]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item9-8"></span>
		<input id="item9-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[bB]{1}$" required="required" value="" />
		<input id="item9-10" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[iI]{1}$" required="required" value="" />
		<input id="item9-11" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[dD]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item9-12"></span>
		<input id="item9-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[wW]{1}$" required="required" value="" />
		<!-- ROW 9 -->

		<!-- ROW 10 -->
		<input id="item10-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[sS]{1}$" required="required" value="" />
		<input id="item10-2" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<input id="item10-3" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[lL]{1}$" required="required" value="" />
		<input id="item10-4" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<input id="item10-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[cC]{1}$" required="required" value="" />
		<input id="item10-6" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item10-7"></span>
		<input id="item10-8" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[nN]{1}$" required="required" value="" />
		<input id="item10-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<input id="item10-10" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[gG]{1}$" required="required" value="" />
		<input id="item10-11" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item10-12" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<input id="item10-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<!-- ROW 10 -->

		<!-- ROW 11 -->
		<input id="item11-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[lL]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item11-2"></span>
		<input id="item11-3" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[oO]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item11-4"></span>
		<input id="item11-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item11-6"></span>
		<span class="crossword-board__item--blank" id="item11-7"></span>
		<input id="item11-8" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item11-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<input id="item11-10" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[oO]{1}$" required="required" value="" />
		<input id="item11-11" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[mM]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item11-12"></span>
		<input id="item11-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[lL]{1}$" required="required" value="" />
		<!-- ROW 11 -->

		<!-- ROW 12 -->
		<input id="item12-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item12-2" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[cC]{1}$" required="required" value="" />
		<input id="item12-3" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[cC]{1}$" required="required" value="" />
		<input id="item12-4" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[uU]{1}$" required="required" value="" />
		<input id="item12-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[rR]{1}$" required="required" value="" />
		<input id="item12-6" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[aA]{1}$" required="required" value="" />
		<input id="item12-7" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[cC]{1}$" required="required" value="" />
		<input id="item12-8" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[yY]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item12-9"></span>
		<input id="item12-10" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[uU]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item12-11"></span>
		<span class="crossword-board__item--blank" id="item12-12"></span>
		<input id="item12-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[vV]{1}$" required="required" value="" />
		<!-- ROW 12 -->

		<!-- ROW 13 -->
		<input id="item13-1" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[mM]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item13-2"></span>
		<input id="item13-3" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[kK]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item13-4"></span>
		<input id="item13-5" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[sS]{1}$" required="required" value="" />
		<span class="crossword-board__item--blank" id="item13-6"></span>
		<span class="crossword-board__item--blank" id="item13-7"></span>
		<input id="item13-8" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[sS]{1}$" required="required" value="" />
		<input id="item13-9" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[oO]{1}$" required="required" value="" />
		<input id="item13-10" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[rR]{1}$" required="required" value="" />
		<input id="item13-11" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[tT]{1}$" required="required" value="" />
		<input id="item13-12" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[iI]{1}$" required="required" value="" />
		<input id="item13-13" class="crossword-board__item" type="text" minlength="1" maxlength="1" pattern="^[eE]{1}$" required="required" value="" />

		<div class="crossword-board crossword-board--highlight crossword-board--highlight--across">
			<span id="across-1" class="crossword-board__item-highlight crossword-board__item-highlight--across-1"></span>
			<span id="across-7" class="crossword-board__item-highlight crossword-board__item-highlight--across-7"></span>
			<span id="across-8" class="crossword-board__item-highlight crossword-board__item-highlight--across-8"></span>
			<span id="across-10" class="crossword-board__item-highlight crossword-board__item-highlight--across-10"></span>
			<span id="across-11" class="crossword-board__item-highlight crossword-board__item-highlight--across-11"></span>
			<span id="across-14" class="crossword-board__item-highlight crossword-board__item-highlight--across-14"></span>
			<span id="across-16" class="crossword-board__item-highlight crossword-board__item-highlight--across-16"></span>
			<span id="across-17" class="crossword-board__item-highlight crossword-board__item-highlight--across-17"></span>
			<span id="across-19" class="crossword-board__item-highlight crossword-board__item-highlight--across-19"></span>
			<span id="across-21" class="crossword-board__item-highlight crossword-board__item-highlight--across-21"></span>
			<span id="across-22" class="crossword-board__item-highlight crossword-board__item-highlight--across-22"></span>
			<span id="across-23" class="crossword-board__item-highlight crossword-board__item-highlight--across-23"></span>
			<span id="across-26" class="crossword-board__item-highlight crossword-board__item-highlight--across-26"></span>
			<span id="across-28" class="crossword-board__item-highlight crossword-board__item-highlight--across-28"></span>
			<span id="across-29" class="crossword-board__item-highlight crossword-board__item-highlight--across-29"></span>
			<span id="across-30" class="crossword-board__item-highlight crossword-board__item-highlight--across-30"></span>
			<span id="across-31" class="crossword-board__item-highlight crossword-board__item-highlight--across-31"></span>
			<span id="across-32" class="crossword-board__item-highlight crossword-board__item-highlight--across-32"></span>
			<span id="across-33" class="crossword-board__item-highlight crossword-board__item-highlight--across-33"></span>
		</div>

		<div class="crossword-board crossword-board--highlight crossword-board--highlight-down">
			<span id="down-1" class="crossword-board__item-highlight crossword-board__item-highlight--down-1"></span>
			<span id="down-2" class="crossword-board__item-highlight crossword-board__item-highlight--down-2"></span>
			<span id="down-3" class="crossword-board__item-highlight crossword-board__item-highlight--down-3"></span>
			<span id="down-4" class="crossword-board__item-highlight crossword-board__item-highlight--down-4"></span>
			<span id="down-5" class="crossword-board__item-highlight crossword-board__item-highlight--down-5"></span>
			<span id="down-6" class="crossword-board__item-highlight crossword-board__item-highlight--down-6"></span>
			<span id="down-8" class="crossword-board__item-highlight crossword-board__item-highlight--down-8"></span>
			<span id="down-9" class="crossword-board__item-highlight crossword-board__item-highlight--down-9"></span>
			<span id="down-12" class="crossword-board__item-highlight crossword-board__item-highlight--down-12"></span>
			<span id="down-13" class="crossword-board__item-highlight crossword-board__item-highlight--down-13"></span>
			<span id="down-15" class="crossword-board__item-highlight crossword-board__item-highlight--down-15"></span>
			<span id="down-18" class="crossword-board__item-highlight crossword-board__item-highlight--down-18"></span>
			<span id="down-19" class="crossword-board__item-highlight crossword-board__item-highlight--down-19"></span>
			<span id="down-20" class="crossword-board__item-highlight crossword-board__item-highlight--down-20"></span>
			<span id="down-21" class="crossword-board__item-highlight crossword-board__item-highlight--down-21"></span>
			<span id="down-22" class="crossword-board__item-highlight crossword-board__item-highlight--down-22"></span>
			<span id="down-23" class="crossword-board__item-highlight crossword-board__item-highlight--down-23"></span>
			<span id="down-24" class="crossword-board__item-highlight crossword-board__item-highlight--down-24"></span>
			<span id="down-25" class="crossword-board__item-highlight crossword-board__item-highlight--down-25"></span>
			<span id="down-26" class="crossword-board__item-highlight crossword-board__item-highlight--down-26"></span>
			<span id="down-27" class="crossword-board__item-highlight crossword-board__item-highlight--down-27"></span>
			<span id="down-28" class="crossword-board__item-highlight crossword-board__item-highlight--down-28"></span>
			<span id="down-30" class="crossword-board__item-highlight crossword-board__item-highlight--down-30"></span>
		</div>

		<div class="crossword-board crossword-board--labels">
			<span id="label-1" class="crossword-board__item-label crossword-board__item-label--1"><span class="crossword-board__item-label-text">1</span></span>
			<span id="label-2" class="crossword-board__item-label crossword-board__item-label--2"><span class="crossword-board__item-label-text">2</span></span>
			<span id="label-3" class="crossword-board__item-label crossword-board__item-label--3"><span class="crossword-board__item-label-text">3</span></span>
			<span id="label-4" class="crossword-board__item-label crossword-board__item-label--4"><span class="crossword-board__item-label-text">4</span></span>
			<span id="label-5" class="crossword-board__item-label crossword-board__item-label--5"><span class="crossword-board__item-label-text">5</span></span>
			<span id="label-6" class="crossword-board__item-label crossword-board__item-label--6"><span class="crossword-board__item-label-text">6</span></span>
			<span id="label-7" class="crossword-board__item-label crossword-board__item-label--7"><span class="crossword-board__item-label-text">7</span></span>
			<span id="label-8" class="crossword-board__item-label crossword-board__item-label--8"><span class="crossword-board__item-label-text">8</span></span>
			<span id="label-9" class="crossword-board__item-label crossword-board__item-label--9"><span class="crossword-board__item-label-text">9</span></span>
			<span id="label-10" class="crossword-board__item-label crossword-board__item-label--10"><span class="crossword-board__item-label-text">10</span></span>
			<span id="label-11" class="crossword-board__item-label crossword-board__item-label--11"><span class="crossword-board__item-label-text">11</span></span>
			<span id="label-12" class="crossword-board__item-label crossword-board__item-label--12"><span class="crossword-board__item-label-text">12</span></span>
			<span id="label-13" class="crossword-board__item-label crossword-board__item-label--13"><span class="crossword-board__item-label-text">13</span></span>
			<span id="label-14" class="crossword-board__item-label crossword-board__item-label--14"><span class="crossword-board__item-label-text">14</span></span>
			<span id="label-15" class="crossword-board__item-label crossword-board__item-label--15"><span class="crossword-board__item-label-text">15</span></span>
			<span id="label-16" class="crossword-board__item-label crossword-board__item-label--16"><span class="crossword-board__item-label-text">16</span></span>
			<span id="label-17" class="crossword-board__item-label crossword-board__item-label--17"><span class="crossword-board__item-label-text">17</span></span>
			<span id="label-18" class="crossword-board__item-label crossword-board__item-label--18"><span class="crossword-board__item-label-text">18</span></span>
			<span id="label-19" class="crossword-board__item-label crossword-board__item-label--19"><span class="crossword-board__item-label-text">19</span></span>
			<span id="label-20" class="crossword-board__item-label crossword-board__item-label--20"><span class="crossword-board__item-label-text">20</span></span>
			<span id="label-21" class="crossword-board__item-label crossword-board__item-label--21"><span class="crossword-board__item-label-text">21</span></span>
			<span id="label-22" class="crossword-board__item-label crossword-board__item-label--22"><span class="crossword-board__item-label-text">22</span></span>
			<span id="label-23" class="crossword-board__item-label crossword-board__item-label--23"><span class="crossword-board__item-label-text">23</span></span>
			<span id="label-24" class="crossword-board__item-label crossword-board__item-label--24"><span class="crossword-board__item-label-text">24</span></span>
			<span id="label-25" class="crossword-board__item-label crossword-board__item-label--25"><span class="crossword-board__item-label-text">25</span></span>
			<span id="label-26" class="crossword-board__item-label crossword-board__item-label--26"><span class="crossword-board__item-label-text">26</span></span>
			<span id="label-27" class="crossword-board__item-label crossword-board__item-label--27"><span class="crossword-board__item-label-text">27</span></span>
			<span id="label-28" class="crossword-board__item-label crossword-board__item-label--28"><span class="crossword-board__item-label-text">28</span></span>
			<span id="label-29" class="crossword-board__item-label crossword-board__item-label--29"><span class="crossword-board__item-label-text">29</span></span>
			<span id="label-30" class="crossword-board__item-label crossword-board__item-label--30"><span class="crossword-board__item-label-text">30</span></span>
			<span id="label-31" class="crossword-board__item-label crossword-board__item-label--31"><span class="crossword-board__item-label-text">31</span></span>
			<span id="label-32" class="crossword-board__item-label crossword-board__item-label--32"><span class="crossword-board__item-label-text">32</span></span>
			<span id="label-33" class="crossword-board__item-label crossword-board__item-label--33"><span class="crossword-board__item-label-text">33</span></span>

		</div>

		<div class="crossword-clues">

			<dl class="crossword-clues__list crossword-clues__list--across">
				<dt class="crossword-clues__list-title">Across</dt>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-1" data-number="1">Cover (6)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-7" data-number="7">Water (5,3)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-8" data-number="8">Indian Dress (4)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-10" data-number="10">Without payment (6)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-11" data-number="11">Parentless child (6)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-14" data-number="14">Signal agreement (3)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-16" data-number="16">Vigilant (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-17" data-number="17">Row (4)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-19" data-number="19">Wobbly dessert (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-21" data-number="21">Unfashionable (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-22" data-number="22">Nun's outfit (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-23" data-number="23">Singlet (4)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-26" data-number="26">As a joke (2,3)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-28" data-number="28">Offer (3)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-29" data-number="29">Choose (6)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-30" data-number="30">Nullify (6)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-31" data-number="31">Particle of matter (4)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-32" data-number="32">Precision (8)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--across-33" data-number="33">A sally (6)</dd>
			</dl>

			<dl class="crossword-clues__list crossword-clues__list--down">
				<dt class="crossword-clues__list-title">Down</dt>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-1" data-number="1">Slim (6)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-2" data-number="2">Public speaker (6)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-3" data-number="3">Podium (4)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-4" data-number="4">Gemstone (7)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-5" data-number="5">Turning tool (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-6" data-number="6">Mock attack (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-8" data-number="8">Sound of mind (4)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-9" data-number="9">To free (3)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-12" data-number="12">Fold (3)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-13" data-number="13">Regions (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-15" data-number="15">Stinking (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-18" data-number="18">Senseless (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-19" data-number="19">Quick short punch (3)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-20" data-number="20">Permit (3)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-21" data-number="21">Ballerinas (7)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-22" data-number="22">Shade (3)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-23" data-number="23">Vitality (6)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-24" data-number="24">Dutch cheese (4)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-25" data-number="25">Dozen (6)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-26" data-number="26">Muslim religion (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-27" data-number="27">Group of sheep (5)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-28" data-number="28">Wager (3)</dd>
				<dd class="crossword-clues__list-item crossword-clues__list-item--down-30" data-number="30">No votes (4)</dd>
			</dl>

		</div>

		<div class="crossword-complete">
		well done, champ!
		</div>

	</div>

</div>
<!DOCTYPE html>
<html lang='en' class="no-js" xmlns:mso="urn:schemas-microsoft-com:office:office"
xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
  <head>
    <meta name="generator"
    content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39" />
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Spreadsheet via fiddle.js</title>

	</script>
    <link rel="stylesheet" href="css/QL-theme.css" />
<style>	
 li {  list-style: none; }

li:before {
    position: relative;
    content: "✓";
    width: 0;
    display: inline-block;
    left: -2ch;
}

input {
    border: none;
    width: 80px;
    font-size: 14px;
    padding: 2px;
}

input:hover { background-color: #eee; }
input:focus { background-color: #ccf; }

input:not(:focus) {
    text-align: right;
}

table { border-collapse: collapse; }

td {
    border: 1px solid #999;
    padding: 0;
}

tr:first-child td, td:first-child {
    background-color: #ccc;
    padding: 1px 3px;
    font-weight: bold;
    text-align: center;
}

footer { font-size: 80%; }
</style>
</head>

<p>This is an updated version of <a href="http://jsfiddle.net/ondras/hYfN3/">http://jsfiddle.net/ondras/hYfN3/</a>. Some people argued that the original approach was too hacky and incompatible with strict/ES2015, so here we go again <strong>without <code>with</code>:</strong></p>

<ul>
    <li>25 lines of vanilla ES2015: arrow functions, destructuring, template literals, spread</li>
    <li>No libraries or frameworks</li>
    <li>Excel-like syntax (formulas start with "=")</li>
    <li>Support for arbitrary expressions (=A1+B2*C3)</li>
    <li>Circular reference prevention</li>
    <li>Automatic localStorage persistence</li>
</ul>

<table></table>
<script type="text/javascript">
for (let i=0; i<6; i++) { /* build the table */
	let row = document.querySelector("table").insertRow()
	for (let j=0; j<6; j++) {
		let letter = String.fromCharCode("A".charCodeAt(0)+j-1)
		row.insertCell().innerHTML = i&&j ? `<input id=${letter}${i} />` : i||letter
	}
}
let keys = Array.from(document.querySelectorAll("input")).map(i => i.id) // spread not in Edge

function valueOf(key) { /* recursively compute a value */
	let val = localStorage[key] || ""
	if (val[0] == "=") {
		let f = new Function(...keys, `return eval("${val.substr(1)}")`)
		return f(...keys.map(key => ({valueOf: _ => valueOf(key)}))).valueOf()
	} else {
		return isNaN(parseFloat(val)) ? val : parseFloat(val)
	}
}

(window.update = _ => keys.forEach(key => { /* update all fields */
	try { document.getElementById(key).value = valueOf(key) } catch (e) {}
}))()

window.addEventListener("focus", e => e.target.value = localStorage[e.target.id] || "", true)
window.addEventListener("blur", e => (localStorage[e.target.id] = e.target.value, update()), true)
</script>    
<html>
  <head>
    <title>quipqiup - cryptoquip and cryptogram solver</title>
    <link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
    <link rel="icon" type="image/png" sizes="192x192"  href="/android-icon-192x192.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/manifest.json">
    <meta name="msapplication-TileColor" content="#ffffff">
    <meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
    <meta name="theme-color" content="#ffffff">
    <link href=styles.css rel=stylesheet type="text/css">
    <meta name="keywords" content="cryptogram, cryptoquip, quippiuq, quipquip, quippiuq">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <script src="./quippiuq.js"></script>
    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <script>
      (adsbygoogle = window.adsbygoogle || []).push({
      google_ad_client: "ca-pub-3771981690256100",
      enable_page_level_ads: true
      });
    </script>
  </head>

  <body style="font-family: sans-serif;">
    <div>
      <img style="display: block; margin: auto; max-width: 65%;" src="quipqiup_beta.png">
    </div>

    <div style="width: 80%; margin: auto; margin-bottom: 20px; text-align: center; font-size: 8pt;">
      <i>quipqiup</I> is a fast and automated cryptogram solver
      by <a href="http://april.eecs.umich.edu/people/ebolson">Edwin
	Olson</a>. It can solve simple substitution ciphers often found
      in newspapers, including puzzles like cryptoquips (in which word
      boundaries are preserved) and patristocrats (inwhi chwor dboun
      darie saren t).
    </div>

<!--    <div style="width: 80%; margin: auto; margin-top: 30px;">This is a development version
      of <a href="http://quipqiup.com">quipqiup.com</a>. This
      site <B>probably does NOT work</B>. You probably want to go
	there instead.
      </span>
    </div>
-->

    <div style="width: 80%; margin: auto;">
      Puzzle:
      <textarea style="width:100%;height:100px;" id="ciphertext"></textarea>
      Clues: <span style="font-size: 10px">For example G=R QVW=THE</span>

      <div style="height: 30px; overflow: visible; white-space: nowrap;"><textarea style="width:80%;height:30px;resize:none;" id="clues"></textarea><span style="width:1%">&nbsp;</span><span style="width: 19%; display: inline-block; margin:auto; text-align:center"><span id=mode_value_span class=mode onclick=on_mode()>statistics</span></span></div>
    </div>
      <br>

    <div style="width: 80%; margin: auto;">
      <div style="display: inline-block; position: relative; width:80%; padding: 0px;">
	<span class=progressbar_fg id=progressbar_fg></span>
	<span class=progressbar_bg>&nbsp;</span>
      </div><div style="display: inline-block; width: 1%"></div><div id=solve-button class=solve_button onclick=on_solve_button()>Solve</div>
    </div>

    <div><center>
	<br>
	<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
	<!-- quipqiup2-bordergray -->
	<ins class="adsbygoogle"
	     style="display:block"
	     data-ad-client="ca-pub-3771981690256100"
	     data-ad-slot="3045581279"
	     data-ad-format="auto"></ins>
	<script>
	  (adsbygoogle = window.adsbygoogle || []).push({});
	</script>
	<br>
    </center></div>

    <div style="margin: auto; max-height: 75%; max-width: 80%; overflow: auto;">
      <center><table id=soltable></table></center>
      <Center><I style="font-size: 10pt; color: #888; "><br>Don't like the solutions you got? Try changing the 'solve' mode (click above the 'solve' button)!</I></center>
    </div>


    <div style="width: 80%; margin: auto;">
      <br>
      <center style="font-size: 10pt; color: #888;">Thanks for using quipqiup.com! The code and website are (C) 2014-2016 by Edwin Olson, <a href="mailto:ebolson@umich.edu">ebolson@umich.edu</a></center>
    </div>
  </body>
</html>
<html>
<head>
<title>Tennis Test</title>
</head>
<body>
  <div id="total">Tests incomplete</div>
  <table id="results">
    <tr><th>Case</th><th>Result</th></tr>
  </table>

  <script src="./TennisGame1.js"></script>
  <script src="./TennisGame2.js"></script>
  <script src="./TennisGame3.js"></script>
  <script src="./TennisTest.js"></script>
</body>
</html><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZADDRESS10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZADDRESS10</h2>
  <h3>Description: Address Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>STREET</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>S_STREET</td>
  <td>S_STREET</td>
  <td>CHAR</td>
  <td>30</td>
  <td>X</td>
  <td>Street</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>NR</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>S_NO</td>
  <td>S_NUMBER</td>
  <td>DEC</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Number</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>ZIP</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>POSTCODE</td>
  <td>POSTCODE</td>
  <td>CHAR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Postal Code</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>CITY</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>S_CITY</td>
  <td>S_CITY</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>City</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZAPPEND10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZAPPEND10</h2>
  <h3>Description: Append a la tabla ZEMPLOY10 Alumn 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>ZZAIRPORT</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>S_AIRPORT</td>
  <td>S_AIRPID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airport Code</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>ZZOFFICE_NUMBER</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>S_BUREAUNO</td>
  <td>S_BUREAUNO</td>
  <td>NUMC</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Employee office number</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>ZZTELEPHONE_NUMBER</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>S_TELNO</td>
  <td>S_PHONE</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Telephone number of a department</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZASFLIGHT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZASFLIGHT10</h2>
  <h3>Description: Append Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>YYPILOT</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>S_PILNAME</td>
  <td>S_CUSTNAME</td>
  <td>CHAR</td>
  <td>25</td>
  <td>X</td>
  <td>Name of pilot</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>YYMEAL</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>S_MEAL</td>
  <td>CHAR20S</td>
  <td>CHAR</td>
  <td>20</td>
  <td>X</td>
  <td>Main meal of a flight</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZCARR10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZCARR10</h2>
  <h3>Description: Airline</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CARRNAME</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>S_CARRNAME</td>
  <td>S_NAME20</td>
  <td>CHAR</td>
  <td>20</td>
  <td>X</td>
  <td>Airline name</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>CURRCODE</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>S_CURRCODE</td>
  <td>S_CURR</td>
  <td>CUKY</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Local currency of airline</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>URL</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_CARRURL</td>
  <td>S_URL</td>
  <td>CHAR</td>
  <td>255</td>
  <td>X</td>
  <td>Airline URL</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZCHANGE10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZCHANGE10</h2>
  <h3>Description: Last changed by Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>ZPERNUM10</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>Z_EMPNUM</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Employee Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>ZDATECHANGED</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>S_CHDATE</td>
  <td>DATUM</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Last changed on</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CHANGED_AT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>S_TIME</td>
  <td>S_TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Time last change was made</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZDEPMENT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZDEPMENT10</h2>
  <h3>Description: Departaments Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>CLIENT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRIER</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>DEPARTMENT</td>
  <td>3</td>
  <td>X</td>
  <td>Z_DEPAR</td>
  <td>ZCHAR4_10</td>
  <td>CHAR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Departament Alumno 10</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>TELNR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Z_TEL10</td>
  <td>S_PHONE</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Telephone Alumno 10</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>FAXNR</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Z_FAX10</td>
  <td>S_PHONE</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Fax Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>.INCLUDE</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>ZCHANGE10</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Last changed by Alumno 10</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>ZPERNUM10</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>Z_EMPNUM</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Employee Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 8</td>
  <td>ZDATECHANGED</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_CHDATE</td>
  <td>DATUM</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Last changed on</td>
</tr>
<tr class="cell">
  <td> 9</td>
  <td>CHANGED_AT</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>S_TIME</td>
  <td>S_TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Time last change was made</td>
</tr>
<tr class="cell">
  <td>10</td>
  <td>DEPHEAD</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Z_DEPHD</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Header Departament Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZDEPMENTT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZDEPMENTT10</h2>
  <h3>Description: Tabla de textos para ZDEPMENT10 Alumn 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>CLIENT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRIER</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>DEPARTMENT</td>
  <td>3</td>
  <td>X</td>
  <td>Z_DEPAR</td>
  <td>ZCHAR4_10</td>
  <td>CHAR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Departament Alumno 10</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>LANG</td>
  <td>4</td>
  <td>X</td>
  <td>SPRAS</td>
  <td>SPRAS</td>
  <td>LANG</td>
  <td>1</td>
  <td>X</td>
  <td>Language Key</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>TEXT</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_TEXT</td>
  <td>CHAR40</td>
  <td>CHAR</td>
  <td>40</td>
  <td>&nbsp;</td>
  <td>Description</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZEMPLOY10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZEMPLOY10</h2>
  <h3>Description: Employee Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>CLIENT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>EMP_NUM</td>
  <td>3</td>
  <td>X</td>
  <td>Z_EMPNUM</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Employee Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>FIRST_NAME</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>S_FNAME</td>
  <td>S_FNAME</td>
  <td>CHAR</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>Employee first name</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>LAST_NAME</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_LNAME</td>
  <td>S_NNAME</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>Last name of employee</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>DEPARTMENT</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Z_DEPAR</td>
  <td>ZCHAR4_10</td>
  <td>CHAR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Departament Alumno 10</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>AREA</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>Z_AREA_10</td>
  <td>ZAREA10</td>
  <td>CHAR</td>
  <td>1</td>
  <td>X</td>
  <td>Area Alumno 10</td>
</tr>
<tr class="cell">
  <td> 8</td>
  <td>SALARY</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>MTANT</td>
  <td>P12_WERTV7</td>
  <td>CURR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Annual salary</td>
</tr>
<tr class="cell">
  <td> 9</td>
  <td>CURRENCY</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>S_CURRCODE</td>
  <td>S_CURR</td>
  <td>CUKY</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Local currency of airline</td>
</tr>
<tr class="cell">
  <td>10</td>
  <td>.INCLUDE</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>ZCHANGE10</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Last changed by Alumno 10</td>
</tr>
<tr class="cell">
  <td>11</td>
  <td>ZPERNUM10</td>
  <td>11</td>
  <td>&nbsp;</td>
  <td>Z_EMPNUM</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Employee Number Alumno 10</td>
</tr>
<tr class="cell">
  <td>12</td>
  <td>ZDATECHANGED</td>
  <td>12</td>
  <td>&nbsp;</td>
  <td>S_CHDATE</td>
  <td>DATUM</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Last changed on</td>
</tr>
<tr class="cell">
  <td>13</td>
  <td>CHANGED_AT</td>
  <td>13</td>
  <td>&nbsp;</td>
  <td>S_TIME</td>
  <td>S_TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Time last change was made</td>
</tr>
<tr class="cell">
  <td>14</td>
  <td>AGENCY</td>
  <td>14</td>
  <td>&nbsp;</td>
  <td>S_AGNCYNUM</td>
  <td>S_BUSPANUM</td>
  <td>NUMC</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Travel Agency Number</td>
</tr>
<tr class="cell">
  <td>15</td>
  <td>.APPEND</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>ZAPPEND10</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Append a la tabla ZEMPLOY10 Alumn 10</td>
</tr>
<tr class="cell">
  <td>16</td>
  <td>ZZAIRPORT</td>
  <td>16</td>
  <td>&nbsp;</td>
  <td>S_AIRPORT</td>
  <td>S_AIRPID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airport Code</td>
</tr>
<tr class="cell">
  <td>17</td>
  <td>ZZOFFICE_NUMBER</td>
  <td>17</td>
  <td>&nbsp;</td>
  <td>S_BUREAUNO</td>
  <td>S_BUREAUNO</td>
  <td>NUMC</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Employee office number</td>
</tr>
<tr class="cell">
  <td>18</td>
  <td>ZZTELEPHONE_NUMBER</td>
  <td>18</td>
  <td>&nbsp;</td>
  <td>S_TELNO</td>
  <td>S_PHONE</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Telephone number of a department</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
  <table class="outerTable">
    <tr>
      <td><h2>Fixed Domain Values </h2>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Domain Name</th>
  <th>Value Low</th>
  <th>Value High</th>
  <th>Text</th>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZFLCREW10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZFLCREW10</h2>
  <h3>Description: Flight crew: Starting Situation</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>CLIENT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CONNID</td>
  <td>3</td>
  <td>X</td>
  <td>S_CONN_ID</td>
  <td>S_CONN_ID</td>
  <td>NUMC</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Flight Connection Number</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>FLDATE</td>
  <td>4</td>
  <td>X</td>
  <td>S_DATE</td>
  <td>S_DATE</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Flight date</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>EMP_NUM</td>
  <td>5</td>
  <td>X</td>
  <td>Z_EMPNUM</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Employee Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>ROLE</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>ZROLE10</td>
  <td>&nbsp;</td>
  <td>CHAR</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>Perfil Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZFLIGHT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZFLIGHT10</h2>
  <h3>Description: Flight</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CONNID</td>
  <td>3</td>
  <td>X</td>
  <td>S_CONN_ID</td>
  <td>S_CONN_ID</td>
  <td>NUMC</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Flight Connection Number</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>FLDATE</td>
  <td>4</td>
  <td>X</td>
  <td>S_DATE</td>
  <td>S_DATE</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Flight date</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>PRICE</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_PRICE</td>
  <td>S_PRICE</td>
  <td>CURR</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>Airfare</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>CURRENCY</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>S_CURRCODE</td>
  <td>S_CURR</td>
  <td>CUKY</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Local currency of airline</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>PLANETYPE</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>S_PLANETYE</td>
  <td>S_PLANE</td>
  <td>CHAR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Aircraft Type</td>
</tr>
<tr class="cell">
  <td> 8</td>
  <td>SEATSMAX</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_SEATSMAX</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Maximum capacity in economy class</td>
</tr>
<tr class="cell">
  <td> 9</td>
  <td>SEATSOCC</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>S_SEATSOCC</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Occupied seats in economy class</td>
</tr>
<tr class="cell">
  <td>10</td>
  <td>PAYMENTSUM</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>S_SUM</td>
  <td>S_SUM</td>
  <td>CURR</td>
  <td>17</td>
  <td>&nbsp;</td>
  <td>Total of current bookings</td>
</tr>
<tr class="cell">
  <td>11</td>
  <td>SEATSMAX_B</td>
  <td>11</td>
  <td>&nbsp;</td>
  <td>S_SMAX_B</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Maximum capacity in business class</td>
</tr>
<tr class="cell">
  <td>12</td>
  <td>SEATSOCC_B</td>
  <td>12</td>
  <td>&nbsp;</td>
  <td>S_SOCC_B</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Occupied seats in business class</td>
</tr>
<tr class="cell">
  <td>13</td>
  <td>SEATSMAX_F</td>
  <td>13</td>
  <td>&nbsp;</td>
  <td>S_SMAX_F</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Maximum capacity in first class</td>
</tr>
<tr class="cell">
  <td>14</td>
  <td>SEATSOCC_F</td>
  <td>14</td>
  <td>&nbsp;</td>
  <td>S_SOCC_F</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Occupied seats in first class</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
  <table class="outerTable">
    <tr>
      <td><h2>Fixed Domain Values </h2>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Domain Name</th>
  <th>Value Low</th>
  <th>Value High</th>
  <th>Text</th>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object (Table Type)- ZIT_PHONE_NUMBER10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table:ZIT_PHONE_NUMBER10</h2>
  <h3>Description:Phone Number Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Name of table type</th>
  <th>Name of row type for table types</th>
  <th>Category of table type (range or general table type)</th>
  <th>Elem. type of LOW and HIGH components of a Ranges type</th>
  <th>Type of Object Referenced</th>
  <th>Initial Line Number for Table Types</th>
  <th>Description</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>ZIT_PHONE_NUMBER10</td>
  <td>STR_PHONE</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>00000</td>
  <td>Phone Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>ZIT_SFLIGHT10</td>
  <td>SFLIGHT</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>00000</td>
  <td>Table flights Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object (Table Type)- ZIT_SFLIGHT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table:ZIT_SFLIGHT10</h2>
  <h3>Description:Table flights Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Name of table type</th>
  <th>Name of row type for table types</th>
  <th>Category of table type (range or general table type)</th>
  <th>Elem. type of LOW and HIGH components of a Ranges type</th>
  <th>Type of Object Referenced</th>
  <th>Initial Line Number for Table Types</th>
  <th>Description</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>ZIT_PHONE_NUMBER10</td>
  <td>STR_PHONE</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>00000</td>
  <td>Phone Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>ZIT_SFLIGHT10</td>
  <td>SFLIGHT</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>00000</td>
  <td>Table flights Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZNAME10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZNAME10</h2>
  <h3>Description: Name Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>FIRSTNAME</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>ZFIRSTNAME10</td>
  <td>ZDO_30CHAR_10</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>First Name Alumno 10</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>LASTNAME</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>ZLASTNAME10</td>
  <td>ZDO_30CHAR_10</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Last name Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZPERSON10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZPERSON10</h2>
  <h3>Description: Person Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>NAME</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>ZNAME10</td>
  <td>&nbsp;</td>
  <td>STRU</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Name Alumno 10</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>.INCLUDE</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>ZADDRESS10</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Address Alumno 10</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>STREET</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_STREET</td>
  <td>S_STREET</td>
  <td>CHAR</td>
  <td>30</td>
  <td>X</td>
  <td>Street</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>NR</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>S_NO</td>
  <td>S_NUMBER</td>
  <td>DEC</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Number</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>ZIP</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>POSTCODE</td>
  <td>POSTCODE</td>
  <td>CHAR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Postal Code</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>CITY</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_CITY</td>
  <td>S_CITY</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>City</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>PHONE</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>ZIT_PHONE_NUMBER10</td>
  <td>&nbsp;</td>
  <td>TTYP</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Phone Number Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZPFLI10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZPFLI10</h2>
  <h3>Description: Flight schedule</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CONNID</td>
  <td>3</td>
  <td>X</td>
  <td>S_CONN_ID</td>
  <td>S_CONN_ID</td>
  <td>NUMC</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Flight Connection Number</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>COUNTRYFR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>LAND1</td>
  <td>LAND1</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Country Key</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>CITYFROM</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_FROM_CIT</td>
  <td>S_CITY</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>Departure city</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>AIRPFROM</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>S_FROMAIRP</td>
  <td>S_AIRPID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Departure airport</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>COUNTRYTO</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>LAND1</td>
  <td>LAND1</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Country Key</td>
</tr>
<tr class="cell">
  <td> 8</td>
  <td>CITYTO</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_TO_CITY</td>
  <td>S_CITY</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>Arrival city</td>
</tr>
<tr class="cell">
  <td> 9</td>
  <td>AIRPTO</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>S_TOAIRP</td>
  <td>S_AIRPID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Destination airport</td>
</tr>
<tr class="cell">
  <td>10</td>
  <td>FLTIME</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>S_FLTIME</td>
  <td>S_DURA</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Flight time</td>
</tr>
<tr class="cell">
  <td>11</td>
  <td>DEPTIME</td>
  <td>11</td>
  <td>&nbsp;</td>
  <td>S_DEP_TIME</td>
  <td>S_TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Departure time</td>
</tr>
<tr class="cell">
  <td>12</td>
  <td>ARRTIME</td>
  <td>12</td>
  <td>&nbsp;</td>
  <td>S_ARR_TIME</td>
  <td>S_TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Arrival time</td>
</tr>
<tr class="cell">
  <td>13</td>
  <td>DISTANCE</td>
  <td>13</td>
  <td>&nbsp;</td>
  <td>S_DISTANCE</td>
  <td>S_DISTANCE</td>
  <td>QUAN</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>Distance</td>
</tr>
<tr class="cell">
  <td>14</td>
  <td>DISTID</td>
  <td>14</td>
  <td>&nbsp;</td>
  <td>S_DISTID</td>
  <td>MEINS</td>
  <td>UNIT</td>
  <td>3</td>
  <td>X</td>
  <td>Mass unit of distance (kms, miles)</td>
</tr>
<tr class="cell">
  <td>15</td>
  <td>FLTYPE</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>S_FLTYPE</td>
  <td>S_FLTYPE</td>
  <td>CHAR</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>Flight type</td>
</tr>
<tr class="cell">
  <td>16</td>
  <td>PERIOD</td>
  <td>16</td>
  <td>&nbsp;</td>
  <td>S_PERIOD</td>
  <td>INT1</td>
  <td>INT1</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Arrival n day(s) later</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
  <table class="outerTable">
    <tr>
      <td><h2>Fixed Domain Values </h2>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Domain Name</th>
  <th>Value Low</th>
  <th>Value High</th>
  <th>Text</th>
</tr>
<tr class="cell">
  <td>S_FLTYPE</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>Scheduled</td>
</tr>
<tr class="cell">
  <td>S_FLTYPE</td>
  <td>X</td>
  <td>&nbsp;</td>
  <td>Charter</td>
</tr>
<tr class="cell">
  <td>S_FLTYPE</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>Scheduled</td>
</tr>
<tr class="cell">
  <td>S_FLTYPE</td>
  <td>X</td>
  <td>&nbsp;</td>
  <td>Charter</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZADDRESS10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZADDRESS10</h2>
  <h3>Description: Address Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>STREET</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>S_STREET</td>
  <td>S_STREET</td>
  <td>CHAR</td>
  <td>30</td>
  <td>X</td>
  <td>Street</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>NR</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>S_NO</td>
  <td>S_NUMBER</td>
  <td>DEC</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Number</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>ZIP</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>POSTCODE</td>
  <td>POSTCODE</td>
  <td>CHAR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Postal Code</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>CITY</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>S_CITY</td>
  <td>S_CITY</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>City</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZAPPEND10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZAPPEND10</h2>
  <h3>Description: Append a la tabla ZEMPLOY10 Alumn 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>ZZAIRPORT</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>S_AIRPORT</td>
  <td>S_AIRPID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airport Code</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>ZZOFFICE_NUMBER</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>S_BUREAUNO</td>
  <td>S_BUREAUNO</td>
  <td>NUMC</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Employee office number</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>ZZTELEPHONE_NUMBER</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>S_TELNO</td>
  <td>S_PHONE</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Telephone number of a department</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZASFLIGHT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZASFLIGHT10</h2>
  <h3>Description: Append Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>YYPILOT</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>S_PILNAME</td>
  <td>S_CUSTNAME</td>
  <td>CHAR</td>
  <td>25</td>
  <td>X</td>
  <td>Name of pilot</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>YYMEAL</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>S_MEAL</td>
  <td>CHAR20S</td>
  <td>CHAR</td>
  <td>20</td>
  <td>X</td>
  <td>Main meal of a flight</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZCARR10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZCARR10</h2>
  <h3>Description: Airline</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CARRNAME</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>S_CARRNAME</td>
  <td>S_NAME20</td>
  <td>CHAR</td>
  <td>20</td>
  <td>X</td>
  <td>Airline name</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>CURRCODE</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>S_CURRCODE</td>
  <td>S_CURR</td>
  <td>CUKY</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Local currency of airline</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>URL</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_CARRURL</td>
  <td>S_URL</td>
  <td>CHAR</td>
  <td>255</td>
  <td>X</td>
  <td>Airline URL</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZCHANGE10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZCHANGE10</h2>
  <h3>Description: Last changed by Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>ZPERNUM10</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>Z_EMPNUM</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Employee Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>ZDATECHANGED</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>S_CHDATE</td>
  <td>DATUM</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Last changed on</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CHANGED_AT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>S_TIME</td>
  <td>S_TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Time last change was made</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZDEPMENT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZDEPMENT10</h2>
  <h3>Description: Departaments Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>CLIENT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRIER</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>DEPARTMENT</td>
  <td>3</td>
  <td>X</td>
  <td>Z_DEPAR</td>
  <td>ZCHAR4_10</td>
  <td>CHAR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Departament Alumno 10</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>TELNR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Z_TEL10</td>
  <td>S_PHONE</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Telephone Alumno 10</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>FAXNR</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Z_FAX10</td>
  <td>S_PHONE</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Fax Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>.INCLUDE</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>ZCHANGE10</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Last changed by Alumno 10</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>ZPERNUM10</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>Z_EMPNUM</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Employee Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 8</td>
  <td>ZDATECHANGED</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_CHDATE</td>
  <td>DATUM</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Last changed on</td>
</tr>
<tr class="cell">
  <td> 9</td>
  <td>CHANGED_AT</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>S_TIME</td>
  <td>S_TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Time last change was made</td>
</tr>
<tr class="cell">
  <td>10</td>
  <td>DEPHEAD</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Z_DEPHD</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Header Departament Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZDEPMENTT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZDEPMENTT10</h2>
  <h3>Description: Tabla de textos para ZDEPMENT10 Alumn 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>CLIENT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRIER</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>DEPARTMENT</td>
  <td>3</td>
  <td>X</td>
  <td>Z_DEPAR</td>
  <td>ZCHAR4_10</td>
  <td>CHAR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Departament Alumno 10</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>LANG</td>
  <td>4</td>
  <td>X</td>
  <td>SPRAS</td>
  <td>SPRAS</td>
  <td>LANG</td>
  <td>1</td>
  <td>X</td>
  <td>Language Key</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>TEXT</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_TEXT</td>
  <td>CHAR40</td>
  <td>CHAR</td>
  <td>40</td>
  <td>&nbsp;</td>
  <td>Description</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZEMPLOY10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZEMPLOY10</h2>
  <h3>Description: Employee Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>CLIENT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>EMP_NUM</td>
  <td>3</td>
  <td>X</td>
  <td>Z_EMPNUM</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Employee Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>FIRST_NAME</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>S_FNAME</td>
  <td>S_FNAME</td>
  <td>CHAR</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>Employee first name</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>LAST_NAME</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_LNAME</td>
  <td>S_NNAME</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>Last name of employee</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>DEPARTMENT</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Z_DEPAR</td>
  <td>ZCHAR4_10</td>
  <td>CHAR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Departament Alumno 10</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>AREA</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>Z_AREA_10</td>
  <td>ZAREA10</td>
  <td>CHAR</td>
  <td>1</td>
  <td>X</td>
  <td>Area Alumno 10</td>
</tr>
<tr class="cell">
  <td> 8</td>
  <td>SALARY</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>MTANT</td>
  <td>P12_WERTV7</td>
  <td>CURR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Annual salary</td>
</tr>
<tr class="cell">
  <td> 9</td>
  <td>CURRENCY</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>S_CURRCODE</td>
  <td>S_CURR</td>
  <td>CUKY</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Local currency of airline</td>
</tr>
<tr class="cell">
  <td>10</td>
  <td>.INCLUDE</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>ZCHANGE10</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Last changed by Alumno 10</td>
</tr>
<tr class="cell">
  <td>11</td>
  <td>ZPERNUM10</td>
  <td>11</td>
  <td>&nbsp;</td>
  <td>Z_EMPNUM</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Employee Number Alumno 10</td>
</tr>
<tr class="cell">
  <td>12</td>
  <td>ZDATECHANGED</td>
  <td>12</td>
  <td>&nbsp;</td>
  <td>S_CHDATE</td>
  <td>DATUM</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Last changed on</td>
</tr>
<tr class="cell">
  <td>13</td>
  <td>CHANGED_AT</td>
  <td>13</td>
  <td>&nbsp;</td>
  <td>S_TIME</td>
  <td>S_TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Time last change was made</td>
</tr>
<tr class="cell">
  <td>14</td>
  <td>AGENCY</td>
  <td>14</td>
  <td>&nbsp;</td>
  <td>S_AGNCYNUM</td>
  <td>S_BUSPANUM</td>
  <td>NUMC</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Travel Agency Number</td>
</tr>
<tr class="cell">
  <td>15</td>
  <td>.APPEND</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>ZAPPEND10</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Append a la tabla ZEMPLOY10 Alumn 10</td>
</tr>
<tr class="cell">
  <td>16</td>
  <td>ZZAIRPORT</td>
  <td>16</td>
  <td>&nbsp;</td>
  <td>S_AIRPORT</td>
  <td>S_AIRPID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airport Code</td>
</tr>
<tr class="cell">
  <td>17</td>
  <td>ZZOFFICE_NUMBER</td>
  <td>17</td>
  <td>&nbsp;</td>
  <td>S_BUREAUNO</td>
  <td>S_BUREAUNO</td>
  <td>NUMC</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Employee office number</td>
</tr>
<tr class="cell">
  <td>18</td>
  <td>ZZTELEPHONE_NUMBER</td>
  <td>18</td>
  <td>&nbsp;</td>
  <td>S_TELNO</td>
  <td>S_PHONE</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Telephone number of a department</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
  <table class="outerTable">
    <tr>
      <td><h2>Fixed Domain Values </h2>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Domain Name</th>
  <th>Value Low</th>
  <th>Value High</th>
  <th>Text</th>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>A</td>
  <td>&nbsp;</td>
  <td>Administration personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>F</td>
  <td>&nbsp;</td>
  <td>Flight personnel</td>
</tr>
<tr class="cell">
  <td>ZAREA10</td>
  <td>S</td>
  <td>&nbsp;</td>
  <td>Service personnel</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZFLCREW10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZFLCREW10</h2>
  <h3>Description: Flight crew: Starting Situation</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>CLIENT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CONNID</td>
  <td>3</td>
  <td>X</td>
  <td>S_CONN_ID</td>
  <td>S_CONN_ID</td>
  <td>NUMC</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Flight Connection Number</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>FLDATE</td>
  <td>4</td>
  <td>X</td>
  <td>S_DATE</td>
  <td>S_DATE</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Flight date</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>EMP_NUM</td>
  <td>5</td>
  <td>X</td>
  <td>Z_EMPNUM</td>
  <td>ZCHAR10_10</td>
  <td>NUMC</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Employee Number Alumno 10</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>ROLE</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>ZROLE10</td>
  <td>&nbsp;</td>
  <td>CHAR</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>Perfil Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZFLIGHT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZFLIGHT10</h2>
  <h3>Description: Flight</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CONNID</td>
  <td>3</td>
  <td>X</td>
  <td>S_CONN_ID</td>
  <td>S_CONN_ID</td>
  <td>NUMC</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Flight Connection Number</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>FLDATE</td>
  <td>4</td>
  <td>X</td>
  <td>S_DATE</td>
  <td>S_DATE</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Flight date</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>PRICE</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_PRICE</td>
  <td>S_PRICE</td>
  <td>CURR</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>Airfare</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>CURRENCY</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>S_CURRCODE</td>
  <td>S_CURR</td>
  <td>CUKY</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Local currency of airline</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>PLANETYPE</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>S_PLANETYE</td>
  <td>S_PLANE</td>
  <td>CHAR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Aircraft Type</td>
</tr>
<tr class="cell">
  <td> 8</td>
  <td>SEATSMAX</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_SEATSMAX</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Maximum capacity in economy class</td>
</tr>
<tr class="cell">
  <td> 9</td>
  <td>SEATSOCC</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>S_SEATSOCC</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Occupied seats in economy class</td>
</tr>
<tr class="cell">
  <td>10</td>
  <td>PAYMENTSUM</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>S_SUM</td>
  <td>S_SUM</td>
  <td>CURR</td>
  <td>17</td>
  <td>&nbsp;</td>
  <td>Total of current bookings</td>
</tr>
<tr class="cell">
  <td>11</td>
  <td>SEATSMAX_B</td>
  <td>11</td>
  <td>&nbsp;</td>
  <td>S_SMAX_B</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Maximum capacity in business class</td>
</tr>
<tr class="cell">
  <td>12</td>
  <td>SEATSOCC_B</td>
  <td>12</td>
  <td>&nbsp;</td>
  <td>S_SOCC_B</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Occupied seats in business class</td>
</tr>
<tr class="cell">
  <td>13</td>
  <td>SEATSMAX_F</td>
  <td>13</td>
  <td>&nbsp;</td>
  <td>S_SMAX_F</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Maximum capacity in first class</td>
</tr>
<tr class="cell">
  <td>14</td>
  <td>SEATSOCC_F</td>
  <td>14</td>
  <td>&nbsp;</td>
  <td>S_SOCC_F</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Occupied seats in first class</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
  <table class="outerTable">
    <tr>
      <td><h2>Fixed Domain Values </h2>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Domain Name</th>
  <th>Value Low</th>
  <th>Value High</th>
  <th>Text</th>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZNAME10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZNAME10</h2>
  <h3>Description: Name Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>FIRSTNAME</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>ZFIRSTNAME10</td>
  <td>ZDO_30CHAR_10</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>First Name Alumno 10</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>LASTNAME</td>
  <td>2</td>
  <td>&nbsp;</td>
  <td>ZLASTNAME10</td>
  <td>ZDO_30CHAR_10</td>
  <td>CHAR</td>
  <td>30</td>
  <td>&nbsp;</td>
  <td>Last name Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZPERSON10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZPERSON10</h2>
  <h3>Description: Person Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>NAME</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>ZNAME10</td>
  <td>&nbsp;</td>
  <td>STRU</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Name Alumno 10</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>.INCLUDE</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>ZADDRESS10</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Address Alumno 10</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>STREET</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_STREET</td>
  <td>S_STREET</td>
  <td>CHAR</td>
  <td>30</td>
  <td>X</td>
  <td>Street</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>NR</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>S_NO</td>
  <td>S_NUMBER</td>
  <td>DEC</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Number</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>ZIP</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>POSTCODE</td>
  <td>POSTCODE</td>
  <td>CHAR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Postal Code</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>CITY</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_CITY</td>
  <td>S_CITY</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>City</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>PHONE</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>ZIT_PHONE_NUMBER10</td>
  <td>&nbsp;</td>
  <td>TTYP</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Phone Number Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZPFLI10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZPFLI10</h2>
  <h3>Description: Flight schedule</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CONNID</td>
  <td>3</td>
  <td>X</td>
  <td>S_CONN_ID</td>
  <td>S_CONN_ID</td>
  <td>NUMC</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Flight Connection Number</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>COUNTRYFR</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>LAND1</td>
  <td>LAND1</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Country Key</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>CITYFROM</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_FROM_CIT</td>
  <td>S_CITY</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>Departure city</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>AIRPFROM</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>S_FROMAIRP</td>
  <td>S_AIRPID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Departure airport</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>COUNTRYTO</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>LAND1</td>
  <td>LAND1</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Country Key</td>
</tr>
<tr class="cell">
  <td> 8</td>
  <td>CITYTO</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_TO_CITY</td>
  <td>S_CITY</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>Arrival city</td>
</tr>
<tr class="cell">
  <td> 9</td>
  <td>AIRPTO</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>S_TOAIRP</td>
  <td>S_AIRPID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Destination airport</td>
</tr>
<tr class="cell">
  <td>10</td>
  <td>FLTIME</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>S_FLTIME</td>
  <td>S_DURA</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Flight time</td>
</tr>
<tr class="cell">
  <td>11</td>
  <td>DEPTIME</td>
  <td>11</td>
  <td>&nbsp;</td>
  <td>S_DEP_TIME</td>
  <td>S_TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Departure time</td>
</tr>
<tr class="cell">
  <td>12</td>
  <td>ARRTIME</td>
  <td>12</td>
  <td>&nbsp;</td>
  <td>S_ARR_TIME</td>
  <td>S_TIME</td>
  <td>TIMS</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Arrival time</td>
</tr>
<tr class="cell">
  <td>13</td>
  <td>DISTANCE</td>
  <td>13</td>
  <td>&nbsp;</td>
  <td>S_DISTANCE</td>
  <td>S_DISTANCE</td>
  <td>QUAN</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>Distance</td>
</tr>
<tr class="cell">
  <td>14</td>
  <td>DISTID</td>
  <td>14</td>
  <td>&nbsp;</td>
  <td>S_DISTID</td>
  <td>MEINS</td>
  <td>UNIT</td>
  <td>3</td>
  <td>X</td>
  <td>Mass unit of distance (kms, miles)</td>
</tr>
<tr class="cell">
  <td>15</td>
  <td>FLTYPE</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>S_FLTYPE</td>
  <td>S_FLTYPE</td>
  <td>CHAR</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>Flight type</td>
</tr>
<tr class="cell">
  <td>16</td>
  <td>PERIOD</td>
  <td>16</td>
  <td>&nbsp;</td>
  <td>S_PERIOD</td>
  <td>INT1</td>
  <td>INT1</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Arrival n day(s) later</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
  <table class="outerTable">
    <tr>
      <td><h2>Fixed Domain Values </h2>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Domain Name</th>
  <th>Value Low</th>
  <th>Value High</th>
  <th>Text</th>
</tr>
<tr class="cell">
  <td>S_FLTYPE</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>Scheduled</td>
</tr>
<tr class="cell">
  <td>S_FLTYPE</td>
  <td>X</td>
  <td>&nbsp;</td>
  <td>Charter</td>
</tr>
<tr class="cell">
  <td>S_FLTYPE</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>Scheduled</td>
</tr>
<tr class="cell">
  <td>S_FLTYPE</td>
  <td>X</td>
  <td>&nbsp;</td>
  <td>Charter</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>LZSCREEN_EXIT_10TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: LZSCREEN_EXIT_10TOP</h2>
<h3> Description: Display scarr badi screen Alumno 10</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION-POOL zscreen_exit_10.              "MESSAGE-ID ..<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;INCLUDE&nbsp;LZSCREEN_EXIT_10D...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;Local&nbsp;class&nbsp;definition<br />
   </div>
   <div class="code">
TABLES scarr.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>SAPLZSCREEN_EXIT_10</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for function SAPLZSCREEN_EXIT_10</h2>
<h3> Description: Display scarr badi screen Alumno 10</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION SAPLZSCREEN_EXIT_10 .<br />
   </div>
   <div class="codeComment">
*"----------------------------------------------------------------------<br />
*"*"Local Interface:<br />
*"  IMPORTING<br />
*"     REFERENCE(IM_SCARR) TYPE  SCARR<br />
*"----------------------------------------------------------------------<br />

<div class="codeComment">*       <a href ="global-saplzscreen_exit_10.html">Global data declarations</a></div><br />
   </div>
   <div class="code">
&nbsp;&nbsp;MOVE-CORRESPONDING&nbsp;im_scarr&nbsp;to&nbsp;scarr.<br />
<br />
<br />
<br />
<br />
ENDFUNCTION.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>MZ10BC410_RADIOBUTTONI01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: MZ10BC410_RADIOBUTTONI01</h2>
<h3> Description: Include MBC410ADIAS_DYNPROI01</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
***INCLUDE&nbsp;MBC410ADIAS_DYNPROI01&nbsp;.<br />
*----------------------------------------------------------------------*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;check_sflight&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;flight&nbsp;record&nbsp;from&nbsp;database<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE check_sflight INPUT.<br />
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*<br />
&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;sflight<br />
   </div>
   <div class="codeComment">
*&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF&nbsp;sdyn_conn&nbsp;	"&nbsp;direct&nbsp;read<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;wa_sflight&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;Read&nbsp;into&nbsp;internal&nbsp;structure<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;sdyn_conn-carrid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;=&nbsp;sdyn_conn-connid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fldate&nbsp;=&nbsp;sdyn_conn-fldate.<br />
&nbsp;&nbsp;CHECK&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;CLEAR&nbsp;wa_sflight.<br />
&nbsp;&nbsp;MESSAGE&nbsp;e007(bc410).<br />
<br />
ENDMODULE.                 " check_sflight  INPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;user_command_0100&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;process&nbsp;user&nbsp;command<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE user_command_0100 INPUT.<br />
&nbsp;&nbsp;CASE&nbsp;ok_code.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'BACK'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;TO&nbsp;SCREEN&nbsp;0.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;display&nbsp;time&nbsp;on&nbsp;add'l&nbsp;screen<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'TIME'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;SCREEN&nbsp;150<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STARTING&nbsp;AT&nbsp;10&nbsp;10<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDING&nbsp;&nbsp;&nbsp;AT&nbsp;50&nbsp;20.<br />
<br />
&nbsp;&nbsp;ENDCASE.<br />
ENDMODULE.                 " user_command_0100  INPUT<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>MZ10BC410_RADIOBUTTONO01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: MZ10BC410_RADIOBUTTONO01</h2>
<h3> Description: Include MBC410ADIAS_DYNPROO01</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
***INCLUDE&nbsp;MBC410ADIAS_DYNPROO01&nbsp;.<br />
*----------------------------------------------------------------------*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;move_to_dynp&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;copy&nbsp;data&nbsp;to&nbsp;screen&nbsp;structure<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE move_to_dynp OUTPUT.<br />
&nbsp;&nbsp;MOVE-CORRESPONDING&nbsp;wa_sflight&nbsp;TO&nbsp;sdyn_conn.<br />
ENDMODULE.                 " move_to_dynp  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;status_0100&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set&nbsp;status&nbsp;and&nbsp;title&nbsp;for&nbsp;screen&nbsp;100<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0100 OUTPUT.<br />
&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'STATUS_100'.<br />
&nbsp;&nbsp;CASE&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;view.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;'TITLE_100'&nbsp;WITH&nbsp;'Anzeige'(vie).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;maintain_flights.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;'TITLE_100'&nbsp;WITH&nbsp;'Flug&nbsp;pflegen'(fli).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;maintain_bookings.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;'TITLE_100'&nbsp;WITH&nbsp;'Maintain&nbsp;Bookings'(boo).<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
ENDMODULE.                 " status_0100  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;status_0150&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set&nbsp;status&nbsp;and&nbsp;title&nbsp;for&nbsp;screen&nbsp;150<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0150 OUTPUT.<br />
&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'STATUS_150'.<br />
&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITLE_150'&nbsp;WITH&nbsp;text-vie.<br />
ENDMODULE.                 " status_0150  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;clear_ok_code&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;initialize&nbsp;ok_code<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE clear_ok_code OUTPUT.<br />
&nbsp;&nbsp;CLEAR&nbsp;ok_code.<br />
ENDMODULE.                 " clear_ok_code  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;modify_screen&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;change&nbsp;elements&nbsp;dynamically<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE modify_screen OUTPUT.<br />
&nbsp;&nbsp;IF&nbsp;maintain_flights&nbsp;=&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;SCREEN.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;screen-name&nbsp;=&nbsp;'SDYN_CONN-PLANETYPE'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-input&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
ENDMODULE.                 " modify_screen  OUTPUT<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>MZ10BC410_RADIOBUTTONTOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: MZ10BC410_RADIOBUTTONTOP</h2>
<h3> Description: Include MBC410ADIAS_DYNPROTOP</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Include&nbsp;MBC410ADIAS_DYNPROTOP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
PROGRAM  sapmbc410adias_dynpro.<br />
   </div>
   <div class="codeComment">
*&nbsp;screen&nbsp;structure<br />
   </div>
   <div class="code">
TABLES: sdyn_conn.<br />
<br />
DATA:<br />
   </div>
   <div class="codeComment">
*&nbsp;workarea&nbsp;for&nbsp;database&nbsp;read<br />
   </div>
   <div class="code">
&nbsp;&nbsp;wa_sflight&nbsp;TYPE&nbsp;sflight,<br />
   </div>
   <div class="codeComment">
*&nbsp;function&nbsp;code&nbsp;at&nbsp;PAI<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ok_code&nbsp;&nbsp;&nbsp;&nbsp;LIKE&nbsp;sy-ucomm,<br />
   </div>
   <div class="codeComment">
*&nbsp;radio&nbsp;buttons<br />
   </div>
   <div class="code">
&nbsp;&nbsp;view&nbsp;VALUE&nbsp;'X',<br />
&nbsp;&nbsp;maintain_flights,<br />
&nbsp;&nbsp;maintain_bookings.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>SAPMZ10BC410_RADIOBUTTON</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: SAPMZ10BC410_RADIOBUTTON</h2>
<h3> Description: Model Solution: Radiobuttons and Input Checks</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Module&nbsp;pool&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SAPMBC410AINPS_RADIOBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
include <a href ="mz10bc410_radiobuttontop.html">MZ10BC410_RADIOBUTTONTOP</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;mbc410ainps_radiobuttontop.<br />
   </div>
   <div class="code">
include <a href ="mz10bc410_radiobuttoni01.html">MZ10BC410_RADIOBUTTONI01</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;mbc410ainps_radiobuttoni01.<br />
   </div>
   <div class="code">
include <a href ="mz10bc410_radiobuttono01.html">MZ10BC410_RADIOBUTTONO01</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;mbc410ainps_radiobuttono01.<br />
<br />
*GUI&nbsp;Texts<br />
*----------------------------------------------------------<br />
*&nbsp;TITLE_100&nbsp;--&gt;&nbsp;Flugdaten&nbsp;(&1)<br />
*&nbsp;TITLE_150&nbsp;--&gt;&nbsp;Time<br />
*&nbsp;TITLE_100&nbsp;--&gt;&nbsp;Flight&nbsp;Data&nbsp;(&1)<br />
*&nbsp;TITLE_150&nbsp;--&gt;&nbsp;Time<br />
<br />
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;BOO&nbsp;Maintain&nbsp;bookings<br />
*&nbsp;FLI&nbsp;Maintain&nbsp;flight<br />
*&nbsp;PLT&nbsp;Plane&nbsp;type&nbsp;needed<br />
*&nbsp;T01&nbsp;Flight:<br />
*&nbsp;T02&nbsp;Date:<br />
*&nbsp;TI1&nbsp;View<br />
*&nbsp;TI2&nbsp;Maintain&nbsp;flight<br />
*&nbsp;TI3&nbsp;Maintain&nbsp;bookings<br />
*&nbsp;VIE&nbsp;Display<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC410<br />
*007&nbsp;&nbsp;&nbsp;Table&nbsp;entry&nbsp;for&nbsp;specified&nbsp;key&nbsp;does&nbsp;not&nbsp;exist<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>MZ10BC410_SOLUTIONI01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: MZ10BC410_SOLUTIONI01</h2>
<h3> Description: Include MBC410ADIAS_DYNPROI01</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
***INCLUDE&nbsp;MBC410ADIAS_DYNPROI01&nbsp;.<br />
*----------------------------------------------------------------------*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;check_sflight&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;flight&nbsp;record&nbsp;from&nbsp;database<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE check_sflight INPUT.<br />
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*<br />
&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;sflight<br />
   </div>
   <div class="codeComment">
*&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF&nbsp;sdyn_conn&nbsp;	"&nbsp;direct&nbsp;read<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;wa_sflight&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;Read&nbsp;into&nbsp;internal&nbsp;structure<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;sdyn_conn-carrid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;=&nbsp;sdyn_conn-connid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fldate&nbsp;=&nbsp;sdyn_conn-fldate.<br />
&nbsp;&nbsp;CHECK&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;CLEAR&nbsp;wa_sflight.<br />
&nbsp;&nbsp;MESSAGE&nbsp;i007(bc410).<br />
<br />
ENDMODULE.                 " check_sflight  INPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;user_command_0100&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;process&nbsp;user&nbsp;command<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE user_command_0100 INPUT.<br />
&nbsp;&nbsp;CASE&nbsp;ok_code.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'BACK'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;TO&nbsp;SCREEN&nbsp;0.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;display&nbsp;time&nbsp;on&nbsp;add'l&nbsp;screen<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'TIME'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;SCREEN&nbsp;150<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STARTING&nbsp;AT&nbsp;10&nbsp;10<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDING&nbsp;&nbsp;&nbsp;AT&nbsp;50&nbsp;20.<br />
<br />
&nbsp;&nbsp;ENDCASE.<br />
ENDMODULE.                 " user_command_0100  INPUT<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>MZ10BC410_SOLUTIONO01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: MZ10BC410_SOLUTIONO01</h2>
<h3> Description: Include MBC410ADIAS_DYNPROO01</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
***INCLUDE&nbsp;MBC410ADIAS_DYNPROO01&nbsp;.<br />
*----------------------------------------------------------------------*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;move_to_dynp&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;copy&nbsp;data&nbsp;to&nbsp;screen&nbsp;structure<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE move_to_dynp OUTPUT.<br />
&nbsp;&nbsp;MOVE-CORRESPONDING&nbsp;wa_sflight&nbsp;TO&nbsp;sdyn_conn.<br />
ENDMODULE.                 " move_to_dynp  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;status_0100&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set&nbsp;status&nbsp;and&nbsp;title&nbsp;for&nbsp;screen&nbsp;100<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0100 OUTPUT.<br />
&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'STATUS_100'.<br />
&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITLE_100'&nbsp;WITH&nbsp;text-vie.<br />
ENDMODULE.                 " status_0100  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;status_0150&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set&nbsp;status&nbsp;and&nbsp;title&nbsp;for&nbsp;screen&nbsp;150<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0150 OUTPUT.<br />
&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'STATUS_150'.<br />
&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITLE_150'&nbsp;WITH&nbsp;text-vie.<br />
ENDMODULE.                 " status_0150  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;clear_ok_code&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;initialize&nbsp;ok_code<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE clear_ok_code OUTPUT.<br />
&nbsp;&nbsp;CLEAR&nbsp;ok_code.<br />
ENDMODULE.                 " clear_ok_code  OUTPUT<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>MZ10BC410_SOLUTIONTOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: MZ10BC410_SOLUTIONTOP</h2>
<h3> Description: Include MBC410ADIAS_DYNPROTOP</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Include&nbsp;MBC410ADIAS_DYNPROTOP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
PROGRAM  sapmbc410adias_dynpro.<br />
   </div>
   <div class="codeComment">
*&nbsp;screen&nbsp;structure<br />
   </div>
   <div class="code">
TABLES: sdyn_conn.<br />
<br />
DATA:<br />
   </div>
   <div class="codeComment">
*&nbsp;workarea&nbsp;for&nbsp;database&nbsp;read<br />
   </div>
   <div class="code">
&nbsp;&nbsp;wa_sflight&nbsp;TYPE&nbsp;sflight,<br />
   </div>
   <div class="codeComment">
*&nbsp;function&nbsp;code&nbsp;at&nbsp;PAI<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ok_code&nbsp;&nbsp;&nbsp;&nbsp;LIKE&nbsp;sy-ucomm.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>SAPMZ10BC410_SOLUTION</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: SAPMZ10BC410_SOLUTION</h2>
<h3> Description: Model Solution: Screen Programming</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Module&nbsp;pool&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SAPMBC410ADIAS_GUI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
include <a href ="mz10bc410_solutiontop.html">MZ10BC410_SOLUTIONTOP</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;mbc410adias_guitop.<br />
   </div>
   <div class="code">
include <a href ="mz10bc410_solutioni01.html">MZ10BC410_SOLUTIONI01</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;mbc410adias_guii01.<br />
   </div>
   <div class="code">
include <a href ="mz10bc410_solutiono01.html">MZ10BC410_SOLUTIONO01</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;mbc410adias_guio01.<br />
<br />
*GUI&nbsp;Texts<br />
*----------------------------------------------------------<br />
*&nbsp;TITLE_100&nbsp;--&gt;&nbsp;Flugdaten<br />
*&nbsp;TITLE_150&nbsp;--&gt;&nbsp;Time&nbsp;(&1)<br />
*&nbsp;TITLE_100&nbsp;--&gt;&nbsp;Flight&nbsp;Data&nbsp;(&1)<br />
*&nbsp;TITLE_150&nbsp;--&gt;&nbsp;Time<br />
*&nbsp;TITLE_100&nbsp;--&gt;&nbsp;Flight&nbsp;Data&nbsp;(&1)<br />
*&nbsp;TITLE_150&nbsp;--&gt;&nbsp;Time<br />
<br />
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;VIE&nbsp;Display<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC410<br />
*007&nbsp;&nbsp;&nbsp;Table&nbsp;entry&nbsp;for&nbsp;specified&nbsp;key&nbsp;does&nbsp;not&nbsp;exist<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC400_10_COMPUTE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC400_10_COMPUTE</h2>
<h3> Description: Little calculator</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC400_10_COMPUTE<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc400_10_compute MESSAGE-ID bc400.<br />
PARAMETERS: pa_int1 TYPE i,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_int2&nbsp;TYPE&nbsp;i,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_op&nbsp;&nbsp;&nbsp;TYPE&nbsp;c.<br />
<br />
DATA: gv_result TYPE p DECIMALS 3.<br />
<br />
CASE pa_op.<br />
&nbsp;&nbsp;WHEN&nbsp;'+'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;gv_result&nbsp;=&nbsp;pa_int1&nbsp;+&nbsp;pa_int2.<br />
&nbsp;&nbsp;WHEN&nbsp;'-'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;gv_result&nbsp;=&nbsp;pa_int1&nbsp;-&nbsp;pa_int2.<br />
&nbsp;&nbsp;WHEN&nbsp;'*'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;gv_result&nbsp;=&nbsp;pa_int1&nbsp;*&nbsp;pa_int2.<br />
&nbsp;&nbsp;WHEN&nbsp;'/'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;pa_int2&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;i001.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;text-001.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sy-subrc&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NEW-LINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_result&nbsp;=&nbsp;pa_int1&nbsp;/&nbsp;pa_int2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
ENDCASE.<br />
<br />
PERFORM mio USING gv_result.<br />
<br />
IF sy-subrc = 0.<br />
&nbsp;&nbsp;WRITE:&nbsp;text-002,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_int1,&nbsp;pa_op,&nbsp;pa_int2,&nbsp;'&nbsp;=&nbsp;',&nbsp;gv_result.<br />
ELSE.<br />
&nbsp;&nbsp;WRITE:&nbsp;text-003.<br />
ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form&nbsp;&nbsp;MIO<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--&gt;P_GV_RESULT&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
FORM mio  USING    value(p_gv_result).<br />
   </div>
   <div class="codeComment">
*FORM&nbsp;mio&nbsp;&nbsp;USING&nbsp;&nbsp;&nbsp;&nbsp;p_gv_result.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;p_gv_result&nbsp;=&nbsp;99999.<br />
ENDFORM.                    " MIO<br />
<br />
   </div>
   <div class="codeComment">
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;001&nbsp;Error:&nbsp;Division&nbsp;by&nbsp;zero.<br />
*&nbsp;002&nbsp;Result:<br />
*&nbsp;003&nbsp;Error&nbsp;at&nbsp;the&nbsp;operation<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_INT1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First&nbsp;parameter<br />
*&nbsp;PA_INT2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Second&nbsp;parameter<br />
*&nbsp;PA_OP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Operation&nbsp;(+&nbsp;-&nbsp;*&nbsp;/)<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC400<br />
*001&nbsp;&nbsp;&nbsp;Internal&nbsp;table&nbsp;has&nbsp;entry&nbsp;in&nbsp;row&nbsp;&1<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC400_10_HELLO</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC400_10_HELLO</h2>
<h3> Description: Programa ZBC400_10_HELLO</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC400_10_HELLO<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc400_10_hello.<br />
PARAMETERS pa_name TYPE string.<br />
<br />
WRITE 'Hello World!'.<br />
<br />
NEW-LINE.<br />
<br />
WRITE: 'Hello', pa_name.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Escribe&nbsp;tu&nbsp;nombre:<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC400_10_HELLO_1</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC400_10_HELLO_1</h2>
<h3> Description: Dos preguntas y tres writes</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC400_10_HELLO_1<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc400_10_hello_1.<br />
PARAMETERS: pa_name TYPE string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_num&nbsp;&nbsp;TYPE&nbsp;i.<br />
<br />
DATA ls_resultado TYPE i.<br />
<br />
MOVE pa_num TO ls_resultado.<br />
ADD 1 TO ls_resultado.<br />
WRITE 'Hello World!'.<br />
NEW-LINE.<br />
WRITE: 'Hello',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_name.<br />
NEW-LINE.<br />
WRITE: 'Dato introducido',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_num.<br />
NEW-LINE.<br />
WRITE: 'Resultado',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_resultado.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC400_10_LOOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC400_10_LOOP</h2>
<h3> Description: Tablas Internas LOOPs</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC400_10_LOOP<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc400_10_loop.<br />
<br />
PARAMETERS: pa_car  TYPE bc400_s_flight-carrid.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_con&nbsp;&nbsp;TYPE&nbsp;bc400_s_flight-connid,<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_date&nbsp;TYPE&nbsp;bc400_s_flight-fldate.<br />
<br />
   </div>
   <div class="code">
DATA: gt_connections TYPE bc400_t_connections,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_connection&nbsp;&nbsp;TYPE&nbsp;bc400_s_connection.<br />
<br />
TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_bc400_flightmodel=&gt;get_connections<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_carrid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;pa_car<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;et_connections&nbsp;=&nbsp;gt_connections.<br />
&nbsp;&nbsp;CATCH&nbsp;cx_bc400_no_data&nbsp;.<br />
&nbsp;&nbsp;CATCH&nbsp;cx_bc400_no_auth&nbsp;.<br />
ENDTRY.<br />
<br />
IF sy-subrc = 0.<br />
&nbsp;&nbsp;SORT&nbsp;gt_connections&nbsp;BY&nbsp;deptime.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;gt_connections&nbsp;INTO&nbsp;gs_connection.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;gs_connection-airpfrom,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_connection-airpto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_connection-deptime,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_connection-cityfrom,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_connection-cityto.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;NEW-LINE.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ENDLOOP.<br />
ENDIF.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC400_10_REP_A</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC400_10_REP_A</h2>
<h3> Description: Template: Report with Select Options and Classic List</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;zbc400_10_rep_a<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
REPORT  zbc400_10_rep_a.<br />
<br />
TYPE-POOLS: icon, col.<br />
DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_flights&nbsp;TYPE&nbsp;bc400_t_flights,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight&nbsp;&nbsp;TYPE&nbsp;bc400_s_flight.<br />
CONSTANTS:<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;c_limite&nbsp;TYPE&nbsp;i&nbsp;VALUE&nbsp;50,<br />
   </div>
   <div class="code">
&nbsp;&nbsp;c_limite_roj&nbsp;&nbsp;TYPE&nbsp;s_flghtocc&nbsp;VALUE&nbsp;97,<br />
&nbsp;&nbsp;c_limite_ama&nbsp;&nbsp;TYPE&nbsp;s_flghtocc&nbsp;VALUE&nbsp;75.<br />
<br />
   </div>
   <div class="codeComment">
*data:&nbsp;zicono&nbsp;type&nbsp;z.<br />
   </div>
   <div class="code">
PARAMETERS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_car&nbsp;TYPE&nbsp;bc400_s_flight-carrid.<br />
SELECT-OPTIONS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;so_con&nbsp;FOR&nbsp;gs_flight-connid.<br />
<br />
TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_bc400_flightmodel=&gt;get_flights_range<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_carrid&nbsp;&nbsp;=&nbsp;pa_car<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it_connid&nbsp;&nbsp;=&nbsp;so_con[]<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;et_flights&nbsp;=&nbsp;gt_flights.<br />
<br />
&nbsp;&nbsp;CATCH&nbsp;cx_bc400_no_data.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;/&nbsp;'No&nbsp;flights&nbsp;for&nbsp;the&nbsp;specified&nbsp;connection'(cbr).<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_bc400_no_auth&nbsp;.<br />
   </div>
   <div class="code">
ENDTRY.<br />
<br />
LOOP AT gt_flights INTO gs_flight.<br />
&nbsp;&nbsp;NEW-LINE.<br />
&nbsp;&nbsp;IF&nbsp;gs_flight-percentage&nbsp;&gt;=&nbsp;c_limite_roj.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;icon_red_light&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;ELSEIF&nbsp;gs_flight-percentage&nbsp;&gt;=&nbsp;c_limite_ama.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;icon_yellow_light&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;icon_green_light&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;WRITE:&nbsp;&nbsp;&nbsp;gs_flight-carrid&nbsp;COLOR&nbsp;COL_KEY&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-connid&nbsp;COLOR&nbsp;COL_POSITIVE&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-fldate&nbsp;COLOR&nbsp;COL_KEY&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsmax,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsocc,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-percentage.<br />
<br />
ENDLOOP.<br />
<br />
   </div>
   <div class="codeComment">
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;CBR&nbsp;No&nbsp;flights&nbsp;for&nbsp;the&nbsp;specified&nbsp;connection<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_CAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Company&nbsp;name<br />
*&nbsp;SO_CON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fly&nbsp;connection&nbsp;number<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC400_10_REP_B</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC400_10_REP_B</h2>
<h3> Description: Template: Report with Select Options and Classic List</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;zbc400_10_rep_a<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
REPORT  zbc400_10_rep_b.<br />
<br />
TYPE-POOLS: icon, col.<br />
DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_flights&nbsp;TYPE&nbsp;bc400_t_flights,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight&nbsp;&nbsp;TYPE&nbsp;bc400_s_flight,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_actvt&nbsp;&nbsp;&nbsp;TYPE&nbsp;activ_auth&nbsp;VALUE&nbsp;'03'.<br />
CONSTANTS:<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;c_limite&nbsp;TYPE&nbsp;i&nbsp;VALUE&nbsp;50,<br />
   </div>
   <div class="code">
&nbsp;&nbsp;c_limite_roj&nbsp;&nbsp;TYPE&nbsp;s_flghtocc&nbsp;VALUE&nbsp;97,<br />
&nbsp;&nbsp;c_limite_ama&nbsp;&nbsp;TYPE&nbsp;s_flghtocc&nbsp;VALUE&nbsp;75.<br />
<br />
   </div>
   <div class="codeComment">
*data:&nbsp;zicono&nbsp;type&nbsp;z.<br />
   </div>
   <div class="code">
PARAMETERS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_car&nbsp;TYPE&nbsp;bc400_s_flight-carrid.<br />
SELECT-OPTIONS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;so_con&nbsp;FOR&nbsp;gs_flight-connid.<br />
<br />
INITIALIZATION.<br />
&nbsp;&nbsp;pa_car&nbsp;=&nbsp;'LH'.<br />
<br />
AT SELECTION-SCREEN.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;AUTHORITY-CHECK&nbsp;OBJECT&nbsp;'S_CARRID'<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ID&nbsp;'CARRID'&nbsp;FIELD&nbsp;pa_car<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ID&nbsp;'ACTVT'&nbsp;&nbsp;FIELD&nbsp;gv_actvt.<br />
*&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
**&nbsp;Implement&nbsp;a&nbsp;suitable&nbsp;exception&nbsp;handling&nbsp;here<br />
*&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e046(bc400)&nbsp;WITH&nbsp;pa_car.<br />
*&nbsp;&nbsp;ENDIF.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_bc400_flightmodel=&gt;check_authority<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_carrid&nbsp;&nbsp;&nbsp;=&nbsp;pa_car<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_activity&nbsp;=&nbsp;gv_actvt.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_bc400_no_auth&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e046(bc400)&nbsp;WITH&nbsp;pa_car.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_bc400_wrong_activity.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e051(bc400)&nbsp;WITH&nbsp;gv_actvt.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ENDTRY.<br />
<br />
<br />
START-OF-SELECTION.<br />
<br />
&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_bc400_flightmodel=&gt;get_flights_range<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_carrid&nbsp;&nbsp;=&nbsp;pa_car<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it_connid&nbsp;&nbsp;=&nbsp;so_con[]<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;et_flights&nbsp;=&nbsp;gt_flights.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_bc400_no_data.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;/&nbsp;'No&nbsp;flights&nbsp;for&nbsp;the&nbsp;specified&nbsp;connection'(cbr).<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_bc400_no_auth&nbsp;.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ENDTRY.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;gt_flights&nbsp;INTO&nbsp;gs_flight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;NEW-LINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;gs_flight-percentage&nbsp;&gt;=&nbsp;c_limite_roj.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;icon_red_light&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSEIF&nbsp;gs_flight-percentage&nbsp;&gt;=&nbsp;c_limite_ama.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;icon_yellow_light&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;icon_green_light&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;&nbsp;&nbsp;gs_flight-carrid&nbsp;COLOR&nbsp;COL_KEY&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-connid&nbsp;COLOR&nbsp;COL_POSITIVE&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-fldate&nbsp;COLOR&nbsp;COL_KEY&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsmax,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsocc,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-percentage.<br />
<br />
&nbsp;&nbsp;ENDLOOP.<br />
<br />
   </div>
   <div class="codeComment">
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;CBR&nbsp;No&nbsp;flights&nbsp;for&nbsp;the&nbsp;specified&nbsp;connection<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_CAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Company&nbsp;name<br />
*&nbsp;SO_CON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fly&nbsp;connection&nbsp;number<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC400<br />
*046&nbsp;&nbsp;&nbsp;No&nbsp;display&nbsp;authorization&nbsp;for&nbsp;airline&nbsp;&1<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_ALV</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_ALV</h2>
<h3> Description: Model Solution: Using a Global Class</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;SAPBC401_ALV_T1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;Template&nbsp;for&nbsp;first&nbsp;excercise&nbsp;on&nbsp;ALV-Grid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc401_10_alv.<br />
<br />
   </div>
   <div class="codeComment">
**************&nbsp;Types&nbsp;and&nbsp;Data&nbsp;Definitions&nbsp;************************<br />
   </div>
   <div class="code">
TYPES: ty_spfli TYPE STANDARD TABLE OF spfli<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;KEY&nbsp;carrid&nbsp;connid.<br />
<br />
DATA ok_code TYPE sy-ucomm.<br />
<br />
DATA: gt_spfli TYPE ty_spfli.<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_event_handler&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_event_handler DEFINITION.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on_double_click<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FOR&nbsp;EVENT&nbsp;double_click<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OF&nbsp;cl_gui_alv_grid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;es_row_no<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;e_column,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on_close<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FOR&nbsp;EVENT&nbsp;close<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OF&nbsp;cl_gui_dialogbox_container.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES:&nbsp;ty_sflight&nbsp;TYPE&nbsp;STANDARD&nbsp;TABLE&nbsp;OF&nbsp;sflight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;KEY&nbsp;carrid&nbsp;connid&nbsp;fldate.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;mt_sflight&nbsp;TYPE&nbsp;ty_sflight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;mo_cont_popup&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_gui_dialogbox_container,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mo_alv_popup&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_gui_alv_grid.<br />
<br />
ENDCLASS.                    "lcl_event_handler DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_event_handler&nbsp;IMPLEMENTATION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_event_handler IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;on_double_click.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;ls_spfli&nbsp;TYPE&nbsp;spfli.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;READ&nbsp;TABLE&nbsp;gt_spfli&nbsp;INTO&nbsp;ls_spfli&nbsp;INDEX&nbsp;es_row_no-row_id.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;sflight&nbsp;INTO&nbsp;TABLE&nbsp;mt_sflight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;=&nbsp;ls_spfli-carrid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;=&nbsp;ls_spfli-connid.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;NOT&nbsp;mo_cont_popup&nbsp;IS&nbsp;BOUND.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;mo_cont_popup<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;parent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;30<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;30<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;style&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;repid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lifetime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;lifetime_default<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;top&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;0<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;0<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;caption&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no_autodef_progid_dynnr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;metric&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;0<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cntl_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;1<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cntl_system_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;2<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;3<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lifetime_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;4<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lifetime_dynpro_dynpro_link&nbsp;=&nbsp;5<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;event_already_registered&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;6<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;error_regist_event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;7<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;others&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;8<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;ID&nbsp;SY-MSGID&nbsp;TYPE&nbsp;SY-MSGTY&nbsp;NUMBER&nbsp;SY-MSGNO<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;SY-MSGV1&nbsp;SY-MSGV2&nbsp;SY-MSGV3&nbsp;SY-MSGV4.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;mo_alv_popup<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;i_shellstyle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;0<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_lifetime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i_parent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;mo_cont_popup<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;i_appl_events&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;space<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_parentdbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_applogparent&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_graphicsparent&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_fcat_complete&nbsp;&nbsp;&nbsp;=&nbsp;SPACE<br />
*&nbsp;&nbsp;EXCEPTIONS<br />
*&nbsp;&nbsp;&nbsp;&nbsp;error_cntl_create&nbsp;=&nbsp;1<br />
*&nbsp;&nbsp;&nbsp;&nbsp;error_cntl_init&nbsp;&nbsp;&nbsp;=&nbsp;2<br />
*&nbsp;&nbsp;&nbsp;&nbsp;error_cntl_link&nbsp;&nbsp;&nbsp;=&nbsp;3<br />
*&nbsp;&nbsp;&nbsp;&nbsp;error_dp_create&nbsp;&nbsp;&nbsp;=&nbsp;4<br />
*&nbsp;&nbsp;&nbsp;&nbsp;others&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;5<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
   </div>
   <div class="codeComment">
*&nbsp;MESSAGE&nbsp;ID&nbsp;SY-MSGID&nbsp;TYPE&nbsp;SY-MSGTY&nbsp;NUMBER&nbsp;SY-MSGNO<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;SY-MSGV1&nbsp;SY-MSGV2&nbsp;SY-MSGV3&nbsp;SY-MSGV4.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;mo_alv_popup-&gt;set_table_for_first_display<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;i_buffer_active&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_bypassing_buffer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_consistency_check&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i_structure_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;'SFLIGHT'<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;is_variant&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_save&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_default&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;'X'<br />
*&nbsp;&nbsp;&nbsp;&nbsp;is_layout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;is_print&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;it_special_groups&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;it_toolbar_excluding&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;it_hyperlink&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;it_alv_graphics&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;it_except_qinfo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;ir_salv_adapter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it_outtab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;mt_sflight<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;it_fieldcatalog&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;it_sort&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;it_filter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;EXCEPTIONS<br />
*&nbsp;&nbsp;&nbsp;&nbsp;invalid_parameter_combination&nbsp;=&nbsp;1<br />
*&nbsp;&nbsp;&nbsp;&nbsp;program_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;2<br />
*&nbsp;&nbsp;&nbsp;&nbsp;too_many_lines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;3<br />
*&nbsp;&nbsp;&nbsp;&nbsp;others&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;4<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
   </div>
   <div class="codeComment">
*&nbsp;Implement&nbsp;suitable&nbsp;error&nbsp;handling&nbsp;here<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;i010(bc401)&nbsp;WITH&nbsp;es_row_no-row_id&nbsp;e_column-fieldname.<br />
*&nbsp;&nbsp;&nbsp;Double&nbsp;click&nbsp;on&nbsp;row&nbsp;&1&nbsp;and&nbsp;column&nbsp;&2<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"on_double_click<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;on_close.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mo_cont_popup-&gt;free(&nbsp;).<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ON_CLOSE<br />
<br />
ENDCLASS.                    "lcl_event_handler IMPLEMENTATION<br />
<br />
START-OF-SELECTION.<br />
   </div>
   <div class="codeComment">
*********************<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;spfli&nbsp;INTO&nbsp;TABLE&nbsp;gt_spfli.<br />
<br />
&nbsp;&nbsp;CALL&nbsp;SCREEN&nbsp;'0100'.<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;STATUS_0100&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0100 OUTPUT.<br />
&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'DYNPROSTATUS'.<br />
&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITLE1'.<br />
ENDMODULE.                 " STATUS_0100  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;ALV_GRID&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE alv_grid OUTPUT.<br />
&nbsp;&nbsp;DATA:&nbsp;go_container&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_gui_custom_container,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_alv_grid&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_gui_alv_grid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_handler&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_event_handler.<br />
<br />
   </div>
   <div class="codeComment">
***&nbsp;Create&nbsp;object&nbsp;of&nbsp;class&nbsp;CL_GUI_CUSTOM_CAONTAINER&nbsp;to&nbsp;manage&nbsp;data&nbsp;!<br />
   </div>
   <div class="code">
&nbsp;&nbsp;IF&nbsp;go_container&nbsp;IS&nbsp;NOT&nbsp;BOUND.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_container<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;parent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;container_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;'CONTAINER_1'<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;style&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;lifetime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;lifetime_default<br />
*&nbsp;&nbsp;&nbsp;&nbsp;repid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;no_autodef_progid_dynnr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;EXCEPTIONS<br />
*&nbsp;&nbsp;&nbsp;&nbsp;cntl_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;1<br />
*&nbsp;&nbsp;&nbsp;&nbsp;cntl_system_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;2<br />
*&nbsp;&nbsp;&nbsp;&nbsp;create_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;3<br />
*&nbsp;&nbsp;&nbsp;&nbsp;lifetime_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;4<br />
*&nbsp;&nbsp;&nbsp;&nbsp;lifetime_dynpro_dynpro_link&nbsp;=&nbsp;5<br />
*&nbsp;&nbsp;&nbsp;&nbsp;others&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;6<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
   </div>
   <div class="codeComment">
*&nbsp;MESSAGE&nbsp;ID&nbsp;SY-MSGID&nbsp;TYPE&nbsp;SY-MSGTY&nbsp;NUMBER&nbsp;SY-MSGNO<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;SY-MSGV1&nbsp;SY-MSGV2&nbsp;SY-MSGV3&nbsp;SY-MSGV4.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
***&nbsp;create&nbsp;object&nbsp;of&nbsp;class&nbsp;cl_gui_alv_grid&nbsp;to&nbsp;visualize&nbsp;data&nbsp;!<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_alv_grid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;i_shellstyle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;0<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_lifetime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i_parent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;go_container<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;i_appl_events&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;space<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_parentdbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_applogparent&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_graphicsparent&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=<br />
*&nbsp;&nbsp;&nbsp;&nbsp;i_fcat_complete&nbsp;&nbsp;&nbsp;=&nbsp;SPACE<br />
*&nbsp;&nbsp;EXCEPTIONS<br />
*&nbsp;&nbsp;&nbsp;&nbsp;error_cntl_create&nbsp;=&nbsp;1<br />
*&nbsp;&nbsp;&nbsp;&nbsp;error_cntl_init&nbsp;&nbsp;&nbsp;=&nbsp;2<br />
*&nbsp;&nbsp;&nbsp;&nbsp;error_cntl_link&nbsp;&nbsp;&nbsp;=&nbsp;3<br />
*&nbsp;&nbsp;&nbsp;&nbsp;error_dp_create&nbsp;&nbsp;&nbsp;=&nbsp;4<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN</h2>
<h3> Description: Program ZBC401_10_MAIN</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC401_10_MAIN<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc401_10_main.<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;LCL_AIRPLANE&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
*TYPE-POOLS&nbsp;icon.<br />
   </div>
   <div class="code">
TYPES: ty_fuel  TYPE p DECIMALS 2,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ty_cargo&nbsp;TYPE&nbsp;p&nbsp;DECIMALS&nbsp;2.<br />
<br />
include <a href ="zbc401_10_main_interf_par.html">zbc401_10_main_interf_par</a>.<br />
include <a href ="zbc401_10_main_clases_air.html">zbc401_10_main_clases_air</a>.<br />
include <a href ="zbc401_10_main_clases_veh.html">zbc401_10_main_clases_veh</a>.<br />
include <a href ="zbc401_10_main_top.html">zbc401_10_main_top</a>.<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_10_MAIN_E01<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
START-OF-SELECTION.<br />
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_hotel<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_name&nbsp;=&nbsp;'El&nbsp;super&nbsp;Hotel'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_beds&nbsp;=&nbsp;300.<br />
<br />
&nbsp;&nbsp;go_hotel-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;go_hotel-&gt;display_n_o_hotels(&nbsp;).<br />
<br />
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_agency<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'Viajes&nbsp;&lt;&lt;&nbsp;La&nbsp;Plana&nbsp;&gt;&gt;'.<br />
<br />
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_carrier<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'Iberia'.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_agency-&gt;add_partner(&nbsp;go_carrier&nbsp;).<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;lcl_airplane=&gt;display_n_o_airplanes(&nbsp;).<br />
<br />
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_airp<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_airp-&gt;set_attributes(<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'boing'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;'146-200'<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;go_airp&nbsp;TO&nbsp;gt_airp.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_carrier-&gt;add_airplane(&nbsp;go_airp&nbsp;).<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_airpass<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_airp-&gt;set_attributes(<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'airbus'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;'146-300'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_seats&nbsp;&nbsp;=&nbsp;300<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;go_airpass&nbsp;TO&nbsp;gt_airp.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_carrier-&gt;add_airplane(&nbsp;go_airpass&nbsp;).<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_aircarg<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_airp-&gt;set_attributes(<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'airbus'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;'146-200'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_cargo&nbsp;&nbsp;=&nbsp;200<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;go_aircarg&nbsp;TO&nbsp;gt_airp.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_carrier-&gt;add_airplane(&nbsp;go_aircarg&nbsp;).<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_aircarg<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_airp-&gt;set_attributes(<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'airbus'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;'146-200'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_cargo&nbsp;&nbsp;=&nbsp;500<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;go_aircarg&nbsp;TO&nbsp;gt_airp.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_carrier-&gt;add_airplane(&nbsp;go_aircarg&nbsp;).<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_airmixt<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_airp-&gt;set_attributes(<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN_CLASES_AIR</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN_CLASES_AIR</h2>
<h3> Description: Include ZBC401_10_MAIN_CLASES</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_10_MAIN_CLASES<br />
*&---------------------------------------------------------------------*<br />
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_airplane&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
   </div>
   <div class="code">
CLASS lcl_airplane DEFINITION.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;class_constructor,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_n_o_airplanes,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_n_o_airplanes&nbsp;RETURNING&nbsp;value(rv_count)&nbsp;TYPE&nbsp;i.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;EVENTS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;airplane_created<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(ev_name)&nbsp;TYPE&nbsp;string<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
<br />
&nbsp;&nbsp;PROTECTED&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CONSTANTS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c_pos_1&nbsp;TYPE&nbsp;i&nbsp;VALUE&nbsp;30.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ty_planetypes&nbsp;TYPE&nbsp;STANDARD&nbsp;TABLE&nbsp;OF&nbsp;saplane<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;KEY&nbsp;planetype.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_planetype&nbsp;TYPE&nbsp;saplane-planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_weight&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;saplane-weight,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_tankcap&nbsp;&nbsp;&nbsp;TYPE&nbsp;saplane-tankcap.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_n_o_airplanes&nbsp;TYPE&nbsp;i,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_planetype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_planetypes.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;METHODS:&nbsp;.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_technical_attributes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ev_weight&nbsp;&nbsp;TYPE&nbsp;saplane-weight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ev_tankcap&nbsp;TYPE&nbsp;saplane-tankcap<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype.<br />
ENDCLASS.                    "lcl_airplane DEFINITION<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class&nbsp;(Implementation)&nbsp;&nbsp;lcl_airplane<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_airplane IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;class_constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;saplane&nbsp;INTO&nbsp;TABLE&nbsp;gt_planetype.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"class_constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;ls_planetype&nbsp;TYPE&nbsp;saplane.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;=&nbsp;iv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_planetype&nbsp;=&nbsp;iv_planetype.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*&nbsp;FROM&nbsp;saplane&nbsp;INTO&nbsp;ls_planetype<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;planetype&nbsp;=&nbsp;iv_planetype.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;get_technical_attributes(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;iv_planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ev_weight&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;mv_weight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ev_tankcap&nbsp;&nbsp;&nbsp;=&nbsp;mv_tankcap<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;airplane_created<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;ev_name&nbsp;=&nbsp;mv_name<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_n_o_airplanes&nbsp;=&nbsp;gv_n_o_airplanes&nbsp;+&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;HANDLER&nbsp;me-&gt;on_airplane_created&nbsp;FOR&nbsp;ALL&nbsp;INSTANCES.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"set_attributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_n_o_airplanes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SKIP.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Number&nbsp;of&nbsp;airplanes'(noa),<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;gv_n_o_airplanes&nbsp;&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_n_o_airplanes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;icon_ws_plane&nbsp;AS&nbsp;ICON,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Name&nbsp;of&nbsp;Airplane'(001)&nbsp;,&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_name,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Type&nbsp;of&nbsp;Airplane:'(002),&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Weight:'(003),&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_weight&nbsp;&nbsp;LEFT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Tank&nbsp;Capability'(004),&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_tankcap&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_atributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_n_o_airplanes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;rv_count&nbsp;=&nbsp;gv_n_o_airplanes.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_n_o_airplanes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_technical_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;ls_planetype&nbsp;TYPE&nbsp;saplane.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;READ&nbsp;TABLE&nbsp;gt_planetype&nbsp;INTO&nbsp;ls_planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;TABLE&nbsp;KEY&nbsp;planetype&nbsp;=&nbsp;iv_planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TRANSPORTING&nbsp;weight&nbsp;tankcap.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MOVE&nbsp;ls_planetype-weight&nbsp;&nbsp;TO&nbsp;ev_weight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MOVE&nbsp;ls_planetype-tankcap&nbsp;TO&nbsp;ev_tankcap.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_technical_attributes<br />
<br />
ENDCLASS.               "lcl_airplane<br />
<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;LCL_PASSENGER_PLANE&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_passenger_plane DEFINITION INHERITING FROM lcl_airplane.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_seats&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sflight-seatsmax<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;mv_seats&nbsp;TYPE&nbsp;sflight-seatsmax.<br />
ENDCLASS.                    "LCL_PASSENGER_PLANE DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class&nbsp;(Implementation)&nbsp;&nbsp;LCL_PASSENGER_PLANE<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_passenger_plane IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;iv_planetype&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_seats&nbsp;=&nbsp;iv_seats.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Number&nbsp;max&nbsp;of&nbsp;seats'(003)&nbsp;,&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_seats&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
ENDCLASS.                    "LCL_PASSENGER_PLANE IMPLEMENTATION<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;LCL_CARGO_PLANE&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_cargo_plane DEFINITION INHERITING FROM lcl_airplane.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_cargo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;scplane-cargomax<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_cargo<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RETURNING&nbsp;value(rv_cargo)&nbsp;TYPE&nbsp;scplane-cargomax.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;mv_cargo&nbsp;TYPE&nbsp;scplane-cargomax.<br />
ENDCLASS.                    "LCL_CARGO_PLANE DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class&nbsp;(Implementation)&nbsp;&nbsp;LCL_CARGO_PLANE<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_cargo_plane IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;iv_planetype&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_cargo&nbsp;=&nbsp;iv_cargo.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Number&nbsp;max&nbsp;of&nbsp;cargo'(004)&nbsp;,&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_cargo&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_cargo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;rv_cargo&nbsp;=&nbsp;mv_cargo.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_cargo<br />
ENDCLASS.                    "LCL_CARGO_PLANE IMPLEMENTATION<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;LCL_mixta_PLANE&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_mixta_plane DEFINITION INHERITING FROM lcl_airplane.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_mixta&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;scplane-cargomax<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;mv_mixta&nbsp;TYPE&nbsp;scplane-cargomax.<br />
ENDCLASS.                    "LCL_mixta_PLANE DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class&nbsp;(Implementation)&nbsp;&nbsp;LCL_mixta_PLANE<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_mixta_plane IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;iv_planetype&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_mixta&nbsp;=&nbsp;iv_mixta.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Number&nbsp;max&nbsp;of&nbsp;mixta'(005)&nbsp;,&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_mixta&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
ENDCLASS.                    "LCL_mixta_PLANE IMPLEMENTATION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_carrier&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_carrier DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTERFACES<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;zif_10_partner.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lif_partner.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor&nbsp;IMPORTING&nbsp;iv_name&nbsp;TYPE&nbsp;string,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;on_airplane_created&nbsp;FOR&nbsp;EVENT&nbsp;airplane_created&nbsp;OF&nbsp;lcl_airplane<br />
*&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;sender.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;EVENTS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrier_created.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mt_airplanes&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;REF&nbsp;TO&nbsp;lcl_airplane.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on_airplane_created&nbsp;FOR&nbsp;EVENT&nbsp;airplane_created&nbsp;OF&nbsp;lcl_airplane<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;sender,<br />
&nbsp;&nbsp;&nbsp;&nbsp;display_airplanes,<br />
&nbsp;&nbsp;&nbsp;&nbsp;get_max_cargo&nbsp;RETURNING&nbsp;value(rv_cargo)&nbsp;TYPE&nbsp;scplane-cargomax.<br />
<br />
ENDCLASS.                    "lcl_carrier DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_carrier&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_carrier IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;=&nbsp;iv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;zif_10_partner~partner_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;HANDLER&nbsp;on_airplane_created&nbsp;FOR&nbsp;ALL&nbsp;INSTANCES.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;on_airplane_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;sender&nbsp;TO&nbsp;mt_airplanes.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"on_airplane_created<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lv_max_cargo&nbsp;TYPE&nbsp;s_plan_car.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;SKIP&nbsp;2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;icon_flight&nbsp;AS&nbsp;ICON,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;me-&gt;display_airplanes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;lv_max_cargo&nbsp;=&nbsp;me-&gt;get_max_cargo(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;'Capacity&nbsp;of&nbsp;biggest&nbsp;cargo&nbsp;plane:'(max),<br />
lv_max_cargo LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;METHOD&nbsp;add_airplane.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;io_plane&nbsp;TO&nbsp;mt_airplanes.<br />
*&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"add_airplane<br />
*<br />
   </div>
   <div class="code">
&nbsp;&nbsp;METHOD&nbsp;display_airplanes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;lo_plane&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_airplane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;mt_airplanes&nbsp;INTO&nbsp;lo_plane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_plane-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_airplanes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_max_cargo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_plane&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_airplane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_cargo&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_cargo_plane.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;lo_maxc&nbsp;TYPE&nbsp;scplane-cargomax.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;mt_airplanes&nbsp;INTO&nbsp;lo_plane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_cargo&nbsp;?=&nbsp;lo_plane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;rv_cargo&nbsp;&lt;&nbsp;lo_cargo-&gt;get_cargo(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rv_cargo&nbsp;=&nbsp;lo_cargo-&gt;get_cargo(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_move_cast_error.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_max_cargo<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;&nbsp;zif_10_partner~display_partner.<br />
&nbsp;&nbsp;&nbsp;&nbsp;me-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lif_partner~display_partner<br />
ENDCLASS.                    "lcl_carrier IMPLEMENTATION<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN_CLASES_VEH</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN_CLASES_VEH</h2>
<h3> Description: Include ZBC401_10_MAIN_CLASES_VH</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_10_MAIN_CLASES_VH<br />
*&---------------------------------------------------------------------*<br />
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_vehicle&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_vehicle DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_make&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_vehicletype,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;EVENTS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vehicle_created.<br />
<br />
&nbsp;&nbsp;PROTECTED&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CONSTANTS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c_pos_1&nbsp;TYPE&nbsp;i&nbsp;VALUE&nbsp;30.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_make&nbsp;TYPE&nbsp;string.<br />
<br />
ENDCLASS.                    "lcl_vehicle DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_vehicle&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_vehicle IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_make&nbsp;=&nbsp;iv_make.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_vehicletype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;vehicle_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;mv_make.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Name&nbsp;of&nbsp;Vehicle'(011)&nbsp;,&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_make.<br />
<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
ENDCLASS.                    "lcl_vehicle IMPLEMENTATION<br />
<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_truck&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_truck DEFINITION INHERITING FROM lcl_vehicle.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_make&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_cargo&nbsp;TYPE&nbsp;s_plan_car<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_distancia&nbsp;TYPE&nbsp;s_distance<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_fuel&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_fuel<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_vehicletype,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_cargo&nbsp;TYPE&nbsp;s_plan_car,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_distancia&nbsp;TYPE&nbsp;s_distance,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_fuel&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_fuel.<br />
<br />
ENDCLASS.                    "lcl_truck DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_truck&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_truck IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;iv_make&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_cargo&nbsp;=&nbsp;iv_cargo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_distancia&nbsp;=&nbsp;iv_distancia.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_fuel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_fuel.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_vehicletype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;/&nbsp;icon_ws_truck&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20&nbsp;'Max.&nbsp;Cargo:'(005),<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_cargo.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Max.&nbsp;Cargo:'(011)&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_cargo&nbsp;LEFT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Distancia'(012)&nbsp;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_distancia&nbsp;LEFT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Fuel'(013)&nbsp;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_fuel&nbsp;LEFT-JUSTIFIED.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
ENDCLASS.                    "lcl_truck DEFINITION<br />
<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_bus&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_bus DEFINITION INHERITING FROM lcl_vehicle.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;iv_make&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_passengers&nbsp;TYPE&nbsp;i<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_distancia&nbsp;&nbsp;TYPE&nbsp;s_distance<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_fuel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_fuel<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_vehicletype,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_passengers&nbsp;TYPE&nbsp;i,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_distancia&nbsp;&nbsp;TYPE&nbsp;s_distance,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_fuel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_fuel.<br />
<br />
ENDCLASS.                    "lcl_bus DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_bus&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_bus IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;iv_make&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_passengers&nbsp;=&nbsp;iv_passengers.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_distancia&nbsp;=&nbsp;iv_distancia.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_fuel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_fuel.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_vehicletype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;icon_transportation_mode&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20&nbsp;'Max.&nbsp;Passengers:&nbsp;'(006),<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_passengers.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Max.&nbsp;Passengers:'(012)&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_passengers&nbsp;LEFT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Distancia'(012)&nbsp;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_distancia&nbsp;LEFT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Fuel'(013)&nbsp;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_fuel&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
ENDCLASS.                    "lcl_bus IMPLEMENTATION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_rental&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_rental DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTERFACES:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;zif_10_partner.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lif_partner.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor&nbsp;IMPORTING&nbsp;iv_name&nbsp;TYPE&nbsp;string,<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add_vehicle&nbsp;IMPORTING&nbsp;io_vehicle&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_vehicle,<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mt_vehicles&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;REF&nbsp;TO&nbsp;lcl_vehicle.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on_vehicle_created&nbsp;FOR&nbsp;EVENT&nbsp;vehicle_created&nbsp;OF&nbsp;lcl_vehicle<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;sender.<br />
<br />
ENDCLASS.                    "lcl_rental DEFINITION<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_rental&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_rental IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;=&nbsp;iv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;HANDLER&nbsp;on_vehicle_created&nbsp;FOR&nbsp;ALL&nbsp;INSTANCES.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;zif_10_partner~partner_created.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;on_vehicle_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;sender&nbsp;TO&nbsp;mt_vehicles.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"on_airplane_created<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;METHOD&nbsp;&nbsp;add_vehicle.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;io_vehicle&nbsp;TO&nbsp;mt_vehicles.<br />
*&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"add_vehicle<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;METHOD&nbsp;&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_vehicle&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_vehicle.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;icon_transport_proposal&nbsp;AS&nbsp;ICON,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;mt_vehicles&nbsp;INTO&nbsp;lo_vehicle.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_vehicle-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;zif_10_partner~display_partner.<br />
&nbsp;&nbsp;&nbsp;&nbsp;me-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lif_partner~display_partner<br />
<br />
ENDCLASS.                    "lcl_rental IMPLEMENTATION<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN_INTERF_PAR</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN_INTERF_PAR</h2>
<h3> Description: Include ZBC401_10_MAIN_INTERFACES</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_10_MAIN_INTERFACES<br />
*&---------------------------------------------------------------------*<br />
*INTERFACE&nbsp;lif_partner.<br />
*&nbsp;&nbsp;METHODS&nbsp;display_partner.<br />
*&nbsp;&nbsp;EVENTS:<br />
*&nbsp;&nbsp;&nbsp;&nbsp;partner_created.<br />
*ENDINTERFACE.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"LIF_PARTNER<br />
<br />
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_travel_agency&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_travel_agency DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor&nbsp;IMPORTING&nbsp;iv_name&nbsp;TYPE&nbsp;string,<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add_partner&nbsp;IMPORTING&nbsp;io_partner&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lif_partner,<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_agency_partners,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mt_partners&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;REF&nbsp;TO&nbsp;zif_10_partner.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on_partner_created&nbsp;FOR&nbsp;EVENT&nbsp;partner_created&nbsp;OF&nbsp;zif_10_partner<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;sender.<br />
<br />
ENDCLASS.                    "lcl_travel_agency DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_travel_agency&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_travel_agency IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;icon_private_files&nbsp;AS&nbsp;ICON,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Travel&nbsp;Agency:'(007),&nbsp;mv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SKIP.<br />
&nbsp;&nbsp;&nbsp;&nbsp;display_agency_partners(&nbsp;).<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_agency_partners.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_partner&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;zif_10_partner.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;'Here&nbsp;are&nbsp;the&nbsp;partners&nbsp;of&nbsp;the&nbsp;travel&nbsp;agency:'(008).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;mt_partners&nbsp;INTO&nbsp;lo_partner.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_partner-&gt;display_partner(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_agency_partners<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;=&nbsp;iv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;HANDLER&nbsp;on_partner_created&nbsp;FOR&nbsp;ALL&nbsp;INSTANCES.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;on_partner_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;sender&nbsp;TO&nbsp;mt_partners.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"on_airplane_created<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;METHOD&nbsp;&nbsp;add_partner.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;io_partner&nbsp;TO&nbsp;mt_partners.<br />
*&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"add_partner<br />
<br />
   </div>
   <div class="code">
ENDCLASS.                    "lcl_travel_agency IMPLEMENTATION<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN_TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN_TOP</h2>
<h3> Description: Include ZBC401_10_MAIN_TOP</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_10_MAIN_TOP<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
DATA: go_airp    TYPE REF TO          lcl_airplane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_airpass&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_passenger_plane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_aircarg&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_cargo_plane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_airmixt&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_mixta_plane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_airp&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;REF&nbsp;TO&nbsp;lcl_airplane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_carrier&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_carrier,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_agency&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_travel_agency,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_vehicle&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_vehicle,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_bus&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_bus,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_truck&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_truck,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_rental&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_rental,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_hotel&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;zcl_10_hotel.<br />
<br />
DATA: gv_cuenta TYPE i.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN17</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN17</h2>
<h3> Description: Program ZBC401_00_MAIN</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC401_00_MAIN<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc401_10_main17.<br />
   </div>
   <div class="codeComment">
**&nbsp;definimos&nbsp;aqui&nbsp;las&nbsp;variables,&nbsp;para&nbsp;que&nbsp;las&nbsp;podamos&nbsp;ver&nbsp;desde&nbsp;todos&nbsp;los&nbsp;sitios<br />
   </div>
   <div class="code">
TYPES: ty_fuel TYPE p DECIMALS 2,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ty_cargo&nbsp;TYPE&nbsp;p&nbsp;DECIMALS&nbsp;2.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;Cualquier&nbsp;interface&nbsp;que&nbsp;se&nbsp;vaya&nbsp;a&nbsp;implementar&nbsp;debe&nbsp;ponerse&nbsp;el&nbsp;INCLUDE<br />
*&nbsp;antes&nbsp;que&nbsp;la&nbsp;clase&nbsp;que&nbsp;lo&nbsp;vaya&nbsp;a&nbsp;implementar.<br />
<br />
<br />
   </div>
   <div class="code">
include <a href ="zbc401_10_main17_int.html">zbc401_10_main17_int</a>.<br />
<br />
include <a href ="zbc401_10_main17_class.html">zbc401_10_main17_class</a>.<br />
<br />
include <a href ="zbc401_10_main17_classveh.html">zbc401_10_main17_classveh</a>.<br />
<br />
include <a href ="zbc401_10_main17_top.html">zbc401_10_main17_top</a>.<br />
<br />
include <a href ="zbc401_10_main17_e01.html">zbc401_10_main17_e01</a>.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN17_CLASS</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN17_CLASS</h2>
<h3> Description: Include ZBC401_00_MAIN5_CLASS</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_00_MAIN5_CLASS<br />
*&---------------------------------------------------------------------*<br />
<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class&nbsp;(Def)&nbsp;&nbsp;lcl_airplane<br />
*&---------------------------------------------------------------------*<br />
<br />
<br />
*------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_airplane&nbsp;DEFINITION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
CLASS lcl_airplane DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;"---------------------------------------------<br />
&nbsp;&nbsp;&nbsp;&nbsp;CONSTANTS:&nbsp;pos_1&nbsp;TYPE&nbsp;i&nbsp;VALUE&nbsp;30.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cx_invalid_value,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS:&nbsp;display_n_o_airplanes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS:&nbsp;class_constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;EVENTS&nbsp;airplane_created.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;"----------------------------------------------<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:&nbsp;get_technical_attributes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;im_type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;ex_weight&nbsp;&nbsp;&nbsp;TYPE&nbsp;s_plan_wei<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ex_tankcap&nbsp;&nbsp;TYPE&nbsp;s_capacity<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISING&nbsp;&nbsp;&nbsp;zcx_10_invalid_planetype.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;planetype&nbsp;TYPE&nbsp;saplane-planetype.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-DATA:&nbsp;n_o_airplanes&nbsp;TYPE&nbsp;i.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-DATA:&nbsp;gt_planetypes&nbsp;TYPE&nbsp;ty_planetypes.<br />
<br />
ENDCLASS. "lcl_airplane DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_airplane&nbsp;IMPLEMENTATION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*------------------------------------------------------------------*<br />
<br />
<br />
   </div>
   <div class="code">
CLASS lcl_airplane IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;weight&nbsp;TYPE&nbsp;saplane-weight,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cap&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;saplane-tankcap,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_inv_planetype&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;zcx_10_invalid_planetype.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;im_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;planetype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;im_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_technical_attributes(&nbsp;EXPORTING&nbsp;im_type&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;ex_weight&nbsp;&nbsp;=&nbsp;weight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ex_tankcap&nbsp;=&nbsp;cap&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;n_o_airplanes&nbsp;=&nbsp;n_o_airplanes&nbsp;+&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;airplane_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;zcx_10_invalid_planetype&nbsp;INTO&nbsp;go_inv_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR:&nbsp;name,&nbsp;planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EXCEPTION&nbsp;TYPE&nbsp;cx_invalid_value<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN17_CLASSVEH</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN17_CLASSVEH</h2>
<h3> Description: Include ZBC401_00_MAIN13_CLASSVEH</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_00_MAIN13_CLASSVEH<br />
*&---------------------------------------------------------------------*<br />
<br />
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_vehicle&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
CLASS lcl_vehicle DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;"-------------------<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:&nbsp;get_average_fuel&nbsp;IMPORTING&nbsp;im_distance&nbsp;TYPE&nbsp;s_distance<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_fuel&nbsp;TYPE&nbsp;ty_fuel<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RETURNING&nbsp;value(re_avgfuel)&nbsp;TYPE&nbsp;ty_fuel.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor&nbsp;IMPORTING&nbsp;im_make&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_distance&nbsp;&nbsp;&nbsp;TYPE&nbsp;s_distance<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_fuel&nbsp;TYPE&nbsp;ty_fuel.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set_make&nbsp;IMPORTING&nbsp;im_make&nbsp;TYPE&nbsp;string.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_make&nbsp;EXPORTING&nbsp;ex_make&nbsp;TYPE&nbsp;string.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS&nbsp;get_count&nbsp;EXPORTING&nbsp;re_count&nbsp;TYPE&nbsp;i.<br />
&nbsp;&nbsp;&nbsp;&nbsp;EVENTS:&nbsp;vehicle_created.<br />
<br />
&nbsp;&nbsp;PROTECTED&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;iv_distance&nbsp;TYPE&nbsp;s_distance,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_fuel&nbsp;TYPE&nbsp;ty_fuel.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CONSTANTS:&nbsp;linea&nbsp;TYPE&nbsp;i&nbsp;VALUE&nbsp;130.<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;"-------------------<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;make&nbsp;&nbsp;&nbsp;TYPE&nbsp;string.<br />
<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;init_make.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-DATA:&nbsp;&nbsp;n_o_vehicles&nbsp;TYPE&nbsp;i.<br />
<br />
ENDCLASS. "lcl_vehicle DEFINITION<br />
<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_vehicle&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
<br />
*---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
CLASS lcl_vehicle IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;get_average_fuel.<br />
&nbsp;&nbsp;&nbsp;&nbsp;re_avgfuel&nbsp;=&nbsp;im_distance&nbsp;/&nbsp;im_fuel.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;100&nbsp;'Media&nbsp;km&nbsp;',&nbsp;re_avgfuel&nbsp;DECIMALS&nbsp;2&nbsp;LEFT-JUSTIFIED&nbsp;.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;AT&nbsp;linea&nbsp;'Media&nbsp;km&nbsp;',&nbsp;re_avgfuel&nbsp;DECIMALS&nbsp;2&nbsp;LEFT-JUSTIFIED&nbsp;&nbsp;.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_average_fuel<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;make&nbsp;=&nbsp;im_make.<br />
&nbsp;&nbsp;&nbsp;&nbsp;iv_distance&nbsp;=&nbsp;im_distance.<br />
&nbsp;&nbsp;&nbsp;&nbsp;iv_fuel&nbsp;=&nbsp;im_fuel.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ADD&nbsp;1&nbsp;TO&nbsp;n_o_vehicles.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;vehicle_created.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;set_make.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;im_make&nbsp;IS&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;init_make(&nbsp;).&nbsp;&nbsp;&nbsp;"&nbsp;me-&gt;init_make(&nbsp;).&nbsp;also&nbsp;possible<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;make&nbsp;=&nbsp;im_make.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"set_make<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;init_make.<br />
&nbsp;&nbsp;&nbsp;&nbsp;make&nbsp;=&nbsp;'default&nbsp;make'.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"init_make<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_make.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ex_make&nbsp;=&nbsp;make.<br />
<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_make<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;make.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;data&nbsp;iv_med&nbsp;&nbsp;type&nbsp;s_consum.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;20&nbsp;'Distancia&nbsp;',&nbsp;iv_distance&nbsp;DECIMALS&nbsp;2&nbsp;LEFT-JUSTIFIED,&nbsp;'en&nbsp;km',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;58&nbsp;&nbsp;'Deposito&nbsp;',&nbsp;iv_fuel&nbsp;DECIMALS&nbsp;2&nbsp;LEFT-JUSTIFIED,&nbsp;'en&nbsp;litros'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;get_average_fuel(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_distance&nbsp;=&nbsp;iv_distance&nbsp;im_fuel&nbsp;=&nbsp;iv_fuel&nbsp;).<br />
<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;iv_med&nbsp;=&nbsp;get_average_fuel(<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_distance&nbsp;=&nbsp;iv_distance&nbsp;im_fuel&nbsp;=&nbsp;iv_fuel&nbsp;).<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_count.<br />
&nbsp;&nbsp;&nbsp;&nbsp;re_count&nbsp;=&nbsp;n_o_vehicles.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_count<br />
<br />
ENDCLASS. "lcl_vehicle IMPLEMENTATION<br />
<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_truck&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
*<br />
*---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
CLASS lcl_truck DEFINITION INHERITING FROM lcl_vehicle.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;"-------------------<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor&nbsp;IMPORTING&nbsp;im_make&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_cargo&nbsp;TYPE&nbsp;ty_cargo<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_distance&nbsp;TYPE&nbsp;s_distance<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_fuel&nbsp;TYPE&nbsp;ty_fuel.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_cargo&nbsp;RETURNING&nbsp;value(re_cargo)&nbsp;TYPE&nbsp;ty_cargo.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;"-------------------<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;max_cargo&nbsp;TYPE&nbsp;ty_cargo.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;data:&nbsp;iv_distance&nbsp;TYPE&nbsp;s_distance,<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_fuel&nbsp;type&nbsp;ty_fuel,<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_consum&nbsp;TYPE&nbsp;i.<br />
<br />
   </div>
   <div class="code">
ENDCLASS. "lcl_truck DEFINITION<br />
<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_truck&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
*<br />
*---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
CLASS lcl_truck IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;im_make&nbsp;=&nbsp;im_make<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_distance&nbsp;=&nbsp;im_distance<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_fuel&nbsp;=&nbsp;im_fuel&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;max_cargo&nbsp;=&nbsp;im_cargo.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;icon_ws_truck&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/,&nbsp;20&nbsp;'&nbsp;Cargo&nbsp;=&nbsp;',&nbsp;max_cargo.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_cargo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;re_cargo&nbsp;=&nbsp;max_cargo.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_cargo<br />
<br />
ENDCLASS. "lcl_truck DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_bus&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
*<br />
*---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
CLASS lcl_bus DEFINITION INHERITING FROM lcl_vehicle.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;"-------------------<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor&nbsp;IMPORTING&nbsp;im_make&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_passengers&nbsp;TYPE&nbsp;i<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_distance&nbsp;&nbsp;&nbsp;TYPE&nbsp;s_distance<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_fuel&nbsp;TYPE&nbsp;ty_fuel.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;"-------------------<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;max_passengers&nbsp;TYPE&nbsp;i.<br />
<br />
ENDCLASS. "lcl_bus DEFINITION<br />
<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_bus&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
*<br />
*---------------------------------------------------------------------*<br />
<br />
<br />
   </div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN17_INT</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN17_INT</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_00_MAIN11_INT<br />
*&---------------------------------------------------------------------*<br />
*INTERFACE&nbsp;zif_00_partner.<br />
*&nbsp;&nbsp;METHODS&nbsp;display_partner.<br />
*&nbsp;&nbsp;EVENTS:&nbsp;partner_created.<br />
*<br />
*ENDINTERFACE.&nbsp;"zif_00_partner<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN17_TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN17_TOP</h2>
<h3> Description: Include ZBC401_00_MAIN5_TOP</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_00_MAIN5_TOP<br />
*&---------------------------------------------------------------------*<br />
<br />
<br />
*TYPES:&nbsp;ty_fuel&nbsp;TYPE&nbsp;p&nbsp;DECIMALS&nbsp;2,<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ty_cargo&nbsp;TYPE&nbsp;p&nbsp;DECIMALS&nbsp;2.<br />
<br />
<br />
   </div>
   <div class="code">
DATA:  r_airplane TYPE REF TO lcl_airplane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_vehicle&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_vehicle,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_truck&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_truck,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_bus&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_bus,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_passenger&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_passenger_plane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_cargo&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_cargo_plane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_carrier&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_carrier,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_rental&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_rental,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_agency&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_travel_agency,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_hotel&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;zcl_10_hotel,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_text&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_inv_planetype&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;zcx_10_invalid_planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_inv_value&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cx_invalid_value.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN_01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN_01</h2>
<h3> Description: Program ZBC401_10_MAIN</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC401_10_MAIN<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc401_10_main_01.<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;LCL_AIRPLANE&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
*TYPE-POOLS&nbsp;icon.<br />
   </div>
   <div class="code">
TYPES: ty_fuel  TYPE p DECIMALS 2,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ty_cargo&nbsp;TYPE&nbsp;p&nbsp;DECIMALS&nbsp;2.<br />
<br />
include <a href ="zbc401_10_main_01_interf_par.html">zbc401_10_main_01_interf_par</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;zbc401_10_main_interf_par.<br />
   </div>
   <div class="code">
include <a href ="zbc401_10_main_01_clases_air.html">zbc401_10_main_01_clases_air</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;zbc401_10_main_clases_air.<br />
   </div>
   <div class="code">
include <a href ="zbc401_10_main_01_clases_veh.html">zbc401_10_main_01_clases_veh</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;zbc401_10_main_clases_veh.<br />
   </div>
   <div class="code">
include <a href ="zbc401_10_main_01_top.html">zbc401_10_main_01_top</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;zbc401_10_main_top.<br />
<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_10_MAIN_E01<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
START-OF-SELECTION.<br />
&nbsp;&nbsp;go_agency&nbsp;=&nbsp;lcl_travel_agency=&gt;get_instance(&nbsp;).<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_agency<br />
*&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'Viajes&nbsp;&lt;&lt;&nbsp;La&nbsp;Plana&nbsp;&gt;&gt;'.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_hotel<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_name&nbsp;=&nbsp;'El&nbsp;super&nbsp;Hotel'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_beds&nbsp;=&nbsp;300.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_hotel-&gt;display_attributes(&nbsp;).<br />
*&nbsp;&nbsp;go_hotel-&gt;display_n_o_hotels(&nbsp;).<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_carrier<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'Iberia'.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_agency-&gt;add_partner(&nbsp;go_carrier&nbsp;).<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;lcl_airplane=&gt;display_n_o_airplanes(&nbsp;).<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_airp<br />
*&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
**&nbsp;&nbsp;go_airp-&gt;set_attributes(<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'boing'<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;'146-200'<br />
*&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1.<br />
*&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;=&nbsp;0.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;go_airp&nbsp;TO&nbsp;gt_airp.<br />
*&nbsp;&nbsp;ENDIF.<br />
*<br />
*&nbsp;&nbsp;go_carrier-&gt;add_airplane(&nbsp;go_airp&nbsp;).<br />
<br />
*&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_airpass<br />
   </div>
   <div class="code">
&nbsp;&nbsp;lcl_airplane_factory=&gt;create_airplane(<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_airp-&gt;set_attributes(<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'airbus'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;'146-300'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_seats&nbsp;&nbsp;=&nbsp;300<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_param_combination&nbsp;=&nbsp;2&nbsp;).<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;go_airpass&nbsp;TO&nbsp;gt_airp.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_carrier-&gt;add_airplane(&nbsp;go_airpass&nbsp;).<br />
<br />
*&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_aircarg<br />
   </div>
   <div class="code">
&nbsp;&nbsp;lcl_airplane_factory=&gt;create_airplane(<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_airp-&gt;set_attributes(<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'airbus'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;'146-200'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_cargo&nbsp;&nbsp;=&nbsp;200<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_param_combination&nbsp;=&nbsp;2&nbsp;).<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;go_aircarg&nbsp;TO&nbsp;gt_airp.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_carrier-&gt;add_airplane(&nbsp;go_aircarg&nbsp;).<br />
<br />
*&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_aircarg<br />
   </div>
   <div class="code">
&nbsp;&nbsp;lcl_airplane_factory=&gt;create_airplane(<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN_01_CLASES_AIR</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN_01_CLASES_AIR</h2>
<h3> Description: Include ZBC401_10_MAIN_CLASES</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_10_MAIN_CLASES<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
CLASS lcl_airplane_factory DEFINITION DEFERRED.<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_airplane&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
   </div>
   <div class="code">
CLASS lcl_airplane DEFINITION ABSTRACT.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;class_constructor,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_n_o_airplanes,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_n_o_airplanes&nbsp;RETURNING&nbsp;value(rv_count)&nbsp;TYPE&nbsp;i.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.&nbsp;"FINAL&nbsp;no&nbsp;puede&nbsp;ser&nbsp;porque&nbsp;se&nbsp;redefine.<br />
&nbsp;&nbsp;&nbsp;&nbsp;EVENTS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;airplane_created<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(ev_name)&nbsp;TYPE&nbsp;string<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
<br />
&nbsp;&nbsp;PROTECTED&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CONSTANTS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c_pos_1&nbsp;TYPE&nbsp;i&nbsp;VALUE&nbsp;30.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ty_planetypes&nbsp;TYPE&nbsp;STANDARD&nbsp;TABLE&nbsp;OF&nbsp;saplane<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;KEY&nbsp;planetype.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_planetype&nbsp;TYPE&nbsp;saplane-planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_weight&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;saplane-weight,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_tankcap&nbsp;&nbsp;&nbsp;TYPE&nbsp;saplane-tankcap.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_n_o_airplanes&nbsp;TYPE&nbsp;i,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_planetype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_planetypes.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;METHODS:&nbsp;.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_technical_attributes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ev_weight&nbsp;&nbsp;TYPE&nbsp;saplane-weight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ev_tankcap&nbsp;TYPE&nbsp;saplane-tankcap<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype.<br />
ENDCLASS.                    "lcl_airplane DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class&nbsp;(Implementation)&nbsp;&nbsp;lcl_airplane<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_airplane IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;class_constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;saplane&nbsp;INTO&nbsp;TABLE&nbsp;gt_planetype.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"class_constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;ls_planetype&nbsp;TYPE&nbsp;saplane.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;=&nbsp;iv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_planetype&nbsp;=&nbsp;iv_planetype.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*&nbsp;FROM&nbsp;saplane&nbsp;INTO&nbsp;ls_planetype<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;planetype&nbsp;=&nbsp;iv_planetype.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;get_technical_attributes(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;iv_planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ev_weight&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;mv_weight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ev_tankcap&nbsp;&nbsp;&nbsp;=&nbsp;mv_tankcap<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;airplane_created<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;ev_name&nbsp;=&nbsp;mv_name<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_n_o_airplanes&nbsp;=&nbsp;gv_n_o_airplanes&nbsp;+&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;HANDLER&nbsp;me-&gt;on_airplane_created&nbsp;FOR&nbsp;ALL&nbsp;INSTANCES.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"set_attributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_n_o_airplanes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SKIP.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Number&nbsp;of&nbsp;airplanes'(noa),<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;gv_n_o_airplanes&nbsp;&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_n_o_airplanes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;icon_ws_plane&nbsp;AS&nbsp;ICON,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Name&nbsp;of&nbsp;Airplane'(001)&nbsp;,&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_name,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Type&nbsp;of&nbsp;Airplane:'(002),&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Weight:'(003),&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_weight&nbsp;&nbsp;LEFT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Tank&nbsp;Capability'(004),&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_tankcap&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_atributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_n_o_airplanes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;rv_count&nbsp;=&nbsp;gv_n_o_airplanes.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_n_o_airplanes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_technical_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;ls_planetype&nbsp;TYPE&nbsp;saplane.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;READ&nbsp;TABLE&nbsp;gt_planetype&nbsp;INTO&nbsp;ls_planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;TABLE&nbsp;KEY&nbsp;planetype&nbsp;=&nbsp;iv_planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TRANSPORTING&nbsp;weight&nbsp;tankcap.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MOVE&nbsp;ls_planetype-weight&nbsp;&nbsp;TO&nbsp;ev_weight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MOVE&nbsp;ls_planetype-tankcap&nbsp;TO&nbsp;ev_tankcap.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_technical_attributes<br />
<br />
ENDCLASS.               "lcl_airplane<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
<br />
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;LCL_PASSENGER_PLANE&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_passenger_plane DEFINITION<br />
&nbsp;&nbsp;INHERITING&nbsp;FROM&nbsp;lcl_airplane&nbsp;FINAL&nbsp;CREATE&nbsp;PRIVATE<br />
&nbsp;&nbsp;FRIENDS&nbsp;lcl_airplane_factory.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_seats&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sflight-seatsmax<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;mv_seats&nbsp;TYPE&nbsp;sflight-seatsmax.<br />
ENDCLASS.                    "LCL_PASSENGER_PLANE DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class&nbsp;(Implementation)&nbsp;&nbsp;LCL_PASSENGER_PLANE<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_passenger_plane IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;iv_planetype&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_seats&nbsp;=&nbsp;iv_seats.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Number&nbsp;max&nbsp;of&nbsp;seats'(003)&nbsp;,&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_seats&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
ENDCLASS.                    "LCL_PASSENGER_PLANE IMPLEMENTATION<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;LCL_CARGO_PLANE&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_cargo_plane DEFINITION<br />
&nbsp;&nbsp;INHERITING&nbsp;FROM&nbsp;lcl_airplane&nbsp;FINAL&nbsp;CREATE&nbsp;PRIVATE<br />
&nbsp;&nbsp;FRIENDS&nbsp;lcl_airplane_factory.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_cargo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;scplane-cargomax<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_cargo<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RETURNING&nbsp;value(rv_cargo)&nbsp;TYPE&nbsp;scplane-cargomax.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;mv_cargo&nbsp;TYPE&nbsp;scplane-cargomax.<br />
ENDCLASS.                    "LCL_CARGO_PLANE DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class&nbsp;(Implementation)&nbsp;&nbsp;LCL_CARGO_PLANE<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_cargo_plane IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;iv_planetype&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_cargo&nbsp;=&nbsp;iv_cargo.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Number&nbsp;max&nbsp;of&nbsp;cargo'(004)&nbsp;,&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_cargo&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_cargo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;rv_cargo&nbsp;=&nbsp;mv_cargo.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_cargo<br />
ENDCLASS.                    "LCL_CARGO_PLANE IMPLEMENTATION<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;LCL_mixta_PLANE&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_mixta_plane DEFINITION INHERITING FROM lcl_airplane.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_mixta&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;scplane-cargomax<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;mv_mixta&nbsp;TYPE&nbsp;scplane-cargomax.<br />
ENDCLASS.                    "LCL_mixta_PLANE DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class&nbsp;(Implementation)&nbsp;&nbsp;LCL_mixta_PLANE<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_mixta_plane IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;=&nbsp;iv_planetype&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_planetype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_mixta&nbsp;=&nbsp;iv_mixta.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Number&nbsp;max&nbsp;of&nbsp;mixta'(005)&nbsp;,&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_mixta&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
ENDCLASS.                    "LCL_mixta_PLANE IMPLEMENTATION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_carrier&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_carrier DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTERFACES<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;zif_10_partner.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lif_partner.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor&nbsp;IMPORTING&nbsp;iv_name&nbsp;TYPE&nbsp;string,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;on_airplane_created&nbsp;FOR&nbsp;EVENT&nbsp;airplane_created&nbsp;OF&nbsp;lcl_airplane<br />
*&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;sender.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;EVENTS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrier_created.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mt_airplanes&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;REF&nbsp;TO&nbsp;lcl_airplane.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on_airplane_created&nbsp;FOR&nbsp;EVENT&nbsp;airplane_created&nbsp;OF&nbsp;lcl_airplane<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;sender,<br />
&nbsp;&nbsp;&nbsp;&nbsp;display_airplanes,<br />
&nbsp;&nbsp;&nbsp;&nbsp;get_max_cargo&nbsp;RETURNING&nbsp;value(rv_cargo)&nbsp;TYPE&nbsp;scplane-cargomax.<br />
<br />
ENDCLASS.                    "lcl_carrier DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_carrier&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_carrier IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;=&nbsp;iv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;zif_10_partner~partner_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;HANDLER&nbsp;on_airplane_created&nbsp;FOR&nbsp;ALL&nbsp;INSTANCES.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;on_airplane_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;sender&nbsp;TO&nbsp;mt_airplanes.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"on_airplane_created<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lv_max_cargo&nbsp;TYPE&nbsp;s_plan_car.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;SKIP&nbsp;2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;icon_flight&nbsp;AS&nbsp;ICON,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;me-&gt;display_airplanes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;lv_max_cargo&nbsp;=&nbsp;me-&gt;get_max_cargo(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;'Capacity&nbsp;of&nbsp;biggest&nbsp;cargo&nbsp;plane:'(max),<br />
lv_max_cargo LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;METHOD&nbsp;add_airplane.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;io_plane&nbsp;TO&nbsp;mt_airplanes.<br />
*&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"add_airplane<br />
*<br />
   </div>
   <div class="code">
&nbsp;&nbsp;METHOD&nbsp;display_airplanes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;lo_plane&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_airplane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;mt_airplanes&nbsp;INTO&nbsp;lo_plane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_plane-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_airplanes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;get_max_cargo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_plane&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_airplane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_cargo&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_cargo_plane.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;lo_maxc&nbsp;TYPE&nbsp;scplane-cargomax.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;mt_airplanes&nbsp;INTO&nbsp;lo_plane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_cargo&nbsp;?=&nbsp;lo_plane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;rv_cargo&nbsp;&lt;&nbsp;lo_cargo-&gt;get_cargo(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rv_cargo&nbsp;=&nbsp;lo_cargo-&gt;get_cargo(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_move_cast_error.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"get_max_cargo<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;&nbsp;zif_10_partner~display_partner.<br />
&nbsp;&nbsp;&nbsp;&nbsp;me-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lif_partner~display_partner<br />
ENDCLASS.                    "lcl_carrier IMPLEMENTATION<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_airplane_factory&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_airplane_factory DEFINITION.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create_airplane<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;&nbsp;TYPE&nbsp;saplane-planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_cargo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;scplane-cargomax&nbsp;OPTIONAL<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_seats&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sflight-seatsmax&nbsp;OPTIONAL<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RETURNING&nbsp;value(ro_airplane)&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_airplane<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_param_combination.<br />
&nbsp;&nbsp;PROTECTED&nbsp;SECTION.<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_cargo&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_cargo_plane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_passa&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_passenger_plane.<br />
ENDCLASS.                    "lcl_airplane_factory DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_airplane_factory&nbsp;IMPLEMENTATION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_airplane_factory IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;create_airplane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;NOT&nbsp;iv_cargo&nbsp;IS&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_cargo<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_cargo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_cargo<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSEIF&nbsp;NOT&nbsp;iv_seats&nbsp;IS&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_passa<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_planetype&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_planetype<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_seats&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_seats<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_planetype&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_param_combination.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"create_airplane<br />
ENDCLASS.                    "lcl_airplane_factory IMPLEMENTATION<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN_01_CLASES_VEH</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN_01_CLASES_VEH</h2>
<h3> Description: Include ZBC401_10_MAIN_CLASES_VH</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_10_MAIN_CLASES_VH<br />
*&---------------------------------------------------------------------*<br />
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_vehicle&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_vehicle DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_make&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_vehicletype,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;EVENTS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vehicle_created.<br />
<br />
&nbsp;&nbsp;PROTECTED&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CONSTANTS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c_pos_1&nbsp;TYPE&nbsp;i&nbsp;VALUE&nbsp;30.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_make&nbsp;TYPE&nbsp;string.<br />
<br />
ENDCLASS.                    "lcl_vehicle DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_vehicle&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_vehicle IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_make&nbsp;=&nbsp;iv_make.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_vehicletype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;vehicle_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;mv_make.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Name&nbsp;of&nbsp;Vehicle'(011)&nbsp;,&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_make.<br />
<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
ENDCLASS.                    "lcl_vehicle IMPLEMENTATION<br />
<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_truck&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_truck DEFINITION INHERITING FROM lcl_vehicle.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_make&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_cargo&nbsp;TYPE&nbsp;s_plan_car<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_distancia&nbsp;TYPE&nbsp;s_distance<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_fuel&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_fuel<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_vehicletype,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_cargo&nbsp;TYPE&nbsp;s_plan_car,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_distancia&nbsp;TYPE&nbsp;s_distance,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_fuel&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_fuel.<br />
<br />
ENDCLASS.                    "lcl_truck DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_truck&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_truck IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;iv_make&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_cargo&nbsp;=&nbsp;iv_cargo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_distancia&nbsp;=&nbsp;iv_distancia.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_fuel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_fuel.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_vehicletype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;/&nbsp;icon_ws_truck&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20&nbsp;'Max.&nbsp;Cargo:'(005),<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_cargo.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Max.&nbsp;Cargo:'(011)&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_cargo&nbsp;LEFT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Distancia'(012)&nbsp;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_distancia&nbsp;LEFT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Fuel'(013)&nbsp;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_fuel&nbsp;LEFT-JUSTIFIED.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
ENDCLASS.                    "lcl_truck DEFINITION<br />
<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_bus&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_bus DEFINITION INHERITING FROM lcl_vehicle.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;iv_make&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_passengers&nbsp;TYPE&nbsp;i<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_distancia&nbsp;&nbsp;TYPE&nbsp;s_distance<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_fuel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_fuel<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wrong_vehicletype,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes&nbsp;REDEFINITION.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_passengers&nbsp;TYPE&nbsp;i,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_distancia&nbsp;&nbsp;TYPE&nbsp;s_distance,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_fuel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_fuel.<br />
<br />
ENDCLASS.                    "lcl_bus DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_bus&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_bus IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;constructor(&nbsp;iv_make&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_passengers&nbsp;=&nbsp;iv_passengers.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_distancia&nbsp;=&nbsp;iv_distancia.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_fuel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_fuel.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_vehicletype.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;icon_transportation_mode&nbsp;AS&nbsp;ICON.<br />
&nbsp;&nbsp;&nbsp;&nbsp;super-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20&nbsp;'Max.&nbsp;Passengers:&nbsp;'(006),<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_passengers.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Max.&nbsp;Passengers:'(012)&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_passengers&nbsp;LEFT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Distancia'(012)&nbsp;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_distancia&nbsp;LEFT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Fuel'(013)&nbsp;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AT&nbsp;c_pos_1&nbsp;mv_fuel&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
ENDCLASS.                    "lcl_bus IMPLEMENTATION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_rental&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_rental DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTERFACES:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;zif_10_partner.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lif_partner.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor&nbsp;IMPORTING&nbsp;iv_name&nbsp;TYPE&nbsp;string,<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add_vehicle&nbsp;IMPORTING&nbsp;io_vehicle&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_vehicle,<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mt_vehicles&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;REF&nbsp;TO&nbsp;lcl_vehicle.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on_vehicle_created&nbsp;FOR&nbsp;EVENT&nbsp;vehicle_created&nbsp;OF&nbsp;lcl_vehicle<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;sender.<br />
<br />
ENDCLASS.                    "lcl_rental DEFINITION<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_rental&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_rental IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;=&nbsp;iv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;HANDLER&nbsp;on_vehicle_created&nbsp;FOR&nbsp;ALL&nbsp;INSTANCES.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;zif_10_partner~partner_created.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;on_vehicle_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;sender&nbsp;TO&nbsp;mt_vehicles.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"on_airplane_created<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;METHOD&nbsp;&nbsp;add_vehicle.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;io_vehicle&nbsp;TO&nbsp;mt_vehicles.<br />
*&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"add_vehicle<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;METHOD&nbsp;&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_vehicle&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_vehicle.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;icon_transport_proposal&nbsp;AS&nbsp;ICON,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;mt_vehicles&nbsp;INTO&nbsp;lo_vehicle.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_vehicle-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;zif_10_partner~display_partner.<br />
&nbsp;&nbsp;&nbsp;&nbsp;me-&gt;display_attributes(&nbsp;).<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lif_partner~display_partner<br />
<br />
ENDCLASS.                    "lcl_rental IMPLEMENTATION<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN_01_INTERF_PAR</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN_01_INTERF_PAR</h2>
<h3> Description: Include ZBC401_10_MAIN_INTERFACES</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_10_MAIN_INTERFACES<br />
*&---------------------------------------------------------------------*<br />
*INTERFACE&nbsp;lif_partner.<br />
*&nbsp;&nbsp;METHODS&nbsp;display_partner.<br />
*&nbsp;&nbsp;EVENTS:<br />
*&nbsp;&nbsp;&nbsp;&nbsp;partner_created.<br />
*ENDINTERFACE.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"LIF_PARTNER<br />
<br />
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_travel_agency&nbsp;DEFINITION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_travel_agency DEFINITION FINAL CREATE PRIVATE.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor&nbsp;IMPORTING&nbsp;iv_name&nbsp;TYPE&nbsp;string,<br />
<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add_partner&nbsp;IMPORTING&nbsp;io_partner&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lif_partner,<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_agency_partners,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_instance&nbsp;RETURNING&nbsp;value(ro_instance)&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_travel_agency.<br />
<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_instance&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lcl_travel_agency.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mt_partners&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;REF&nbsp;TO&nbsp;zif_10_partner.<br />
&nbsp;&nbsp;&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructor&nbsp;IMPORTING&nbsp;iv_name&nbsp;TYPE&nbsp;string,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on_partner_created&nbsp;FOR&nbsp;EVENT&nbsp;partner_created&nbsp;OF&nbsp;zif_10_partner<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;sender.<br />
<br />
ENDCLASS.                    "lcl_travel_agency DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_travel_agency&nbsp;IMPLEMENTATION<br />
*---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_travel_agency IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;get_instance.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;go_instance&nbsp;IS&nbsp;NOT&nbsp;BOUND.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_instance<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_name&nbsp;=&nbsp;'hola&nbsp;caracola'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ro_instance&nbsp;=&nbsp;go_instance.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"GET_INSTANCE<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;icon_private_files&nbsp;AS&nbsp;ICON,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Travel&nbsp;Agency:'(007),&nbsp;mv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SKIP.<br />
&nbsp;&nbsp;&nbsp;&nbsp;display_agency_partners(&nbsp;).<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;display_agency_partners.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_partner&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;zif_10_partner.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;'Here&nbsp;are&nbsp;the&nbsp;partners&nbsp;of&nbsp;the&nbsp;travel&nbsp;agency:'(008).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;mt_partners&nbsp;INTO&nbsp;lo_partner.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lo_partner-&gt;display_partner(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_agency_partners<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;=&nbsp;iv_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;HANDLER&nbsp;on_partner_created&nbsp;FOR&nbsp;ALL&nbsp;INSTANCES.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;on_partner_created.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;sender&nbsp;TO&nbsp;mt_partners.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"on_airplane_created<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;METHOD&nbsp;&nbsp;add_partner.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;io_partner&nbsp;TO&nbsp;mt_partners.<br />
*&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"add_partner<br />
<br />
   </div>
   <div class="code">
ENDCLASS.                    "lcl_travel_agency IMPLEMENTATION<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_MAIN_01_TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_MAIN_01_TOP</h2>
<h3> Description: Include ZBC401_10_MAIN_TOP</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC401_10_MAIN_TOP<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
DATA: go_airp    TYPE REF TO          lcl_airplane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_airpass&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_passenger_plane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_aircarg&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_cargo_plane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_airmixt&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_mixta_plane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_airp&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;REF&nbsp;TO&nbsp;lcl_airplane,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_carrier&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_carrier,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_agency&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_travel_agency,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_vehicle&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_vehicle,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_bus&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_bus,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_truck&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_truck,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_rental&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcl_rental,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_hotel&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;zcl_10_hotel.<br />
<br />
DATA: gv_cuenta TYPE i.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_SOL</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_SOL</h2>
<h3> Description: Solution: Main program with Includes and flight list</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;BC405_INTRO_S1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
REPORT  zbc401_10_sol.<br />
<br />
include <a href ="zbc401_10_sol_top.html">ZBC401_10_SOL_TOP</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;bc405_intro_s1_top.<br />
   </div>
   <div class="code">
include <a href ="zbc401_10_sol_e01.html">ZBC401_10_SOL_E01</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;bc405_intro_s1_e01.<br />
<br />
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;S11&nbsp;Flight&nbsp;connection<br />
*&nbsp;S12&nbsp;Radio&nbsp;button<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_LIM_1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;all&nbsp;flights<br />
*&nbsp;PA_LIM_2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;only&nbsp;domestic&nbsp;flights<br />
*&nbsp;PA_LIM_3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;only&nbsp;international&nbsp;flight<br />
*&nbsp;SO_CARR&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;SO_CONN&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;SO_FLD&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_SOL_E01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_SOL_E01</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;BC405_INTRO_S_E01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
INITIALIZATION.<br />
&nbsp;&nbsp;CLEAR&nbsp;so_carr.<br />
<br />
&nbsp;&nbsp;so_carr-sign&nbsp;&nbsp;&nbsp;=&nbsp;'I'.<br />
&nbsp;&nbsp;so_carr-option&nbsp;=&nbsp;'BT'.<br />
&nbsp;&nbsp;so_carr-low&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;'AA'.<br />
&nbsp;&nbsp;so_carr-high&nbsp;&nbsp;&nbsp;=&nbsp;'QF'.<br />
&nbsp;&nbsp;APPEND&nbsp;so_carr.<br />
<br />
&nbsp;&nbsp;CLEAR&nbsp;so_carr.<br />
&nbsp;&nbsp;so_carr-sign&nbsp;&nbsp;&nbsp;=&nbsp;'E'.<br />
&nbsp;&nbsp;so_carr-option&nbsp;=&nbsp;'EQ'.<br />
&nbsp;&nbsp;so_carr-low&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;'AZ'.<br />
&nbsp;&nbsp;APPEND&nbsp;so_carr.<br />
<br />
START-OF-SELECTION.<br />
<br />
&nbsp;&nbsp;CASE&nbsp;gc_sele.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_lim_1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;&nbsp;dv_flights&nbsp;INTO&nbsp;TABLE&nbsp;gt_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~connid&nbsp;IN&nbsp;so_conn&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~fldate&nbsp;IN&nbsp;so_fld.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_lim_2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;&nbsp;dv_flights&nbsp;INTO&nbsp;TABLE&nbsp;gt_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~connid&nbsp;IN&nbsp;so_conn&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~fldate&nbsp;IN&nbsp;so_fld&nbsp;&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~countryfr&nbsp;=&nbsp;&nbsp;dv_flights~countryto.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_lim_3.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;&nbsp;dv_flights&nbsp;INTO&nbsp;TABLE&nbsp;gt_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~connid&nbsp;IN&nbsp;so_conn&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~fldate&nbsp;IN&nbsp;so_fld&nbsp;&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~countryfr&nbsp;&lt;&gt;&nbsp;dv_flights~countryto.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;gt_flight&nbsp;INTO&nbsp;gs_flight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;gs_flight-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-fldate,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-countryfr,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-cityfrom,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-airpfrom,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-countryto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-cityto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-airpto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsmax,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsocc.<br />
&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;'Registros:',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sy-dbcnt.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_SOL_TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_SOL_TOP</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;BC405_INTRO_S1_TOP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
DATA: gs_flight TYPE dv_flights,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_flight&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;dv_flights.<br />
CONSTANTS gc_sele VALUE 'X'.<br />
<br />
   </div>
   <div class="codeComment">
*SELECTION-SCREEN&nbsp;BEGIN&nbsp;OF&nbsp;SCREEN&nbsp;1000.<br />
   </div>
   <div class="code">
SELECTION-SCREEN BEGIN OF BLOCK g01 WITH FRAME TITLE text-s11.<br />
SELECT-OPTIONS: so_carr FOR gs_flight-carrid MEMORY ID car,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;so_conn&nbsp;FOR&nbsp;gs_flight-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;so_fld&nbsp;&nbsp;FOR&nbsp;gs_flight-fldate.<br />
<br />
SELECTION-SCREEN END   OF BLOCK g01.<br />
<br />
SELECTION-SCREEN BEGIN OF BLOCK g02 WITH FRAME TITLE text-s12.<br />
PARAMETERS: pa_lim_1 RADIOBUTTON GROUP rad1,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_lim_2&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;rad1,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_lim_3&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;rad1&nbsp;DEFAULT&nbsp;'X'.<br />
SELECTION-SCREEN END   OF BLOCK g02.<br />
   </div>
   <div class="codeComment">
*SELECTION-SCREEN&nbsp;END&nbsp;&nbsp;&nbsp;OF&nbsp;SCREEN&nbsp;1000.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_SOL1</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_SOL1</h2>
<h3> Description: Solution: Main program with Includes and flight list</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;BC405_INTRO_S1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
REPORT  zbc401_10_sol1.<br />
<br />
include <a href ="zbc401_10_sol1_top.html">ZBC401_10_SOL1_TOP</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;ZBC401_10_SOL_TOP.<br />
*INCLUDE&nbsp;bc405_intro_s1_top.<br />
   </div>
   <div class="code">
include <a href ="zbc401_10_sol1_e01.html">ZBC401_10_SOL1_E01</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;ZBC401_10_SOL_E01.<br />
*INCLUDE&nbsp;bc405_intro_s1_e01.<br />
<br />
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;001&nbsp;Connection<br />
*&nbsp;002&nbsp;Flight<br />
*&nbsp;003&nbsp;Booking<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_LIM_1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;all&nbsp;flights<br />
*&nbsp;PA_LIM_2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;only&nbsp;domestic&nbsp;flights<br />
*&nbsp;PA_LIM_3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;only&nbsp;international&nbsp;flight<br />
*&nbsp;SO_CARR&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;SO_CONN&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;SO_FLD&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_SOL1_E01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_SOL1_E01</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;BC405_INTRO_S_E01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
INITIALIZATION.<br />
&nbsp;&nbsp;CLEAR&nbsp;so_carr.<br />
<br />
&nbsp;&nbsp;so_carr-sign&nbsp;&nbsp;&nbsp;=&nbsp;'I'.<br />
&nbsp;&nbsp;so_carr-option&nbsp;=&nbsp;'BT'.<br />
&nbsp;&nbsp;so_carr-low&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;'AA'.<br />
&nbsp;&nbsp;so_carr-high&nbsp;&nbsp;&nbsp;=&nbsp;'QF'.<br />
&nbsp;&nbsp;APPEND&nbsp;so_carr.<br />
<br />
&nbsp;&nbsp;CLEAR&nbsp;so_carr.<br />
&nbsp;&nbsp;so_carr-sign&nbsp;&nbsp;&nbsp;=&nbsp;'E'.<br />
&nbsp;&nbsp;so_carr-option&nbsp;=&nbsp;'EQ'.<br />
&nbsp;&nbsp;so_carr-low&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;'AZ'.<br />
&nbsp;&nbsp;APPEND&nbsp;so_carr.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;Setting&nbsp;texts&nbsp;for&nbsp;pushbuttons<br />
   </div>
   <div class="code">
&nbsp;&nbsp;tab1&nbsp;=&nbsp;'Connection'(001).<br />
&nbsp;&nbsp;tab2&nbsp;=&nbsp;'Flight'(002).<br />
&nbsp;&nbsp;tab3&nbsp;=&nbsp;'Booking'(003).<br />
   </div>
   <div class="codeComment">
*&nbsp;Optional:&nbsp;setting&nbsp;incitial&nbsp;active&nbsp;tab<br />
   </div>
   <div class="code">
&nbsp;&nbsp;tab_block-activetab&nbsp;=&nbsp;'COMM2'.<br />
&nbsp;&nbsp;tab_block-dynnr&nbsp;=&nbsp;1200.<br />
<br />
START-OF-SELECTION.<br />
<br />
&nbsp;&nbsp;CASE&nbsp;gc_sele.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_lim_1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;&nbsp;dv_flights&nbsp;INTO&nbsp;TABLE&nbsp;gt_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~connid&nbsp;IN&nbsp;so_conn&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~fldate&nbsp;IN&nbsp;so_fld.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_lim_2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;&nbsp;dv_flights&nbsp;INTO&nbsp;TABLE&nbsp;gt_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~connid&nbsp;IN&nbsp;so_conn&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~fldate&nbsp;IN&nbsp;so_fld&nbsp;&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~countryfr&nbsp;=&nbsp;&nbsp;dv_flights~countryto.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_lim_3.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;&nbsp;dv_flights&nbsp;INTO&nbsp;TABLE&nbsp;gt_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~connid&nbsp;IN&nbsp;so_conn&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~fldate&nbsp;IN&nbsp;so_fld&nbsp;&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~countryfr&nbsp;&lt;&gt;&nbsp;dv_flights~countryto.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;gt_flight&nbsp;INTO&nbsp;gs_flight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;gs_flight-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-fldate,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-countryfr,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-cityfrom,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-airpfrom,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-countryto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-cityto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-airpto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsmax,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsocc.<br />
&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;'Registros:',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sy-dbcnt.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_SOL1_TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_SOL1_TOP</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;BC405_INTRO_S1_TOP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
DATA: gs_flight TYPE dv_flights,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_flight&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;dv_flights.<br />
CONSTANTS gc_sele VALUE 'X'.<br />
<br />
SELECTION-SCREEN BEGIN OF TABBED BLOCK tab_block FOR 5 LINES.<br />
SELECTION-SCREEN TAB (10) tab1 USER-COMMAND comm1 DEFAULT SCREEN 1100.<br />
SELECTION-SCREEN TAB (10) tab2 USER-COMMAND comm2 DEFAULT SCREEN 1200.<br />
SELECTION-SCREEN TAB (10) tab3 USER-COMMAND comm3 DEFAULT SCREEN 1300.<br />
SELECTION-SCREEN END OF BLOCK tab_block.<br />
<br />
SELECTION-SCREEN BEGIN OF SCREEN 1100 AS SUBSCREEN.<br />
SELECTION-SCREEN BEGIN OF BLOCK g01 WITH FRAME TITLE text-s11.<br />
SELECT-OPTIONS: so_carr FOR gs_flight-carrid MEMORY ID car,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;so_conn&nbsp;FOR&nbsp;gs_flight-connid.<br />
SELECTION-SCREEN END   OF BLOCK g01.<br />
SELECTION-SCREEN END   OF SCREEN 1100.<br />
<br />
SELECTION-SCREEN BEGIN OF SCREEN 1200 AS SUBSCREEN.<br />
SELECTION-SCREEN BEGIN OF BLOCK g02 WITH FRAME TITLE text-s12.<br />
SELECT-OPTIONS: so_fld  FOR gs_flight-fldate.<br />
<br />
SELECTION-SCREEN END   OF BLOCK g02.<br />
SELECTION-SCREEN END   OF SCREEN 1200.<br />
<br />
SELECTION-SCREEN BEGIN OF SCREEN 1300 AS SUBSCREEN.<br />
SELECTION-SCREEN BEGIN OF BLOCK g03 WITH FRAME TITLE text-s13.<br />
PARAMETERS: pa_lim_1 RADIOBUTTON GROUP rad1,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_lim_2&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;rad1,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_lim_3&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;rad1&nbsp;DEFAULT&nbsp;'X'.<br />
SELECTION-SCREEN END   OF BLOCK g03.<br />
SELECTION-SCREEN END   OF SCREEN 1300.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_SOL2</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_SOL2</h2>
<h3> Description: Solution: Main program with Includes and flight list</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;BC405_INTRO_S1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
REPORT  zbc401_10_sol2.<br />
<br />
include <a href ="zbc401_10_sol2_top.html">ZBC401_10_SOL2_TOP</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;ZBC401_10_SOL1_TOP.<br />
*INCLUDE&nbsp;ZBC401_10_SOL_TOP.<br />
*INCLUDE&nbsp;bc405_intro_s1_top.<br />
   </div>
   <div class="code">
include <a href ="zbc401_10_sol2_e01.html">ZBC401_10_SOL2_E01</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;ZBC401_10_SOL1_E01.<br />
*INCLUDE&nbsp;ZBC401_10_SOL_E01.<br />
*INCLUDE&nbsp;bc405_intro_s1_e01.<br />
<br />
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;001&nbsp;Connection<br />
*&nbsp;002&nbsp;Flight<br />
*&nbsp;003&nbsp;Booking<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_COTFR&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;PA_LIM_1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;all&nbsp;flights<br />
*&nbsp;PA_LIM_2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;only&nbsp;domestic&nbsp;flights<br />
*&nbsp;PA_LIM_3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read&nbsp;only&nbsp;international&nbsp;flight<br />
*&nbsp;SO_CARR&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;SO_CONN&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;SO_FLD&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC405<br />
*003&nbsp;&nbsp;&nbsp;Enter&nbsp;country<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_SOL2_E01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_SOL2_E01</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;BC405_INTRO_S_E01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
INITIALIZATION.<br />
&nbsp;&nbsp;CLEAR&nbsp;so_carr.<br />
<br />
&nbsp;&nbsp;so_carr-sign&nbsp;&nbsp;&nbsp;=&nbsp;'I'.<br />
&nbsp;&nbsp;so_carr-option&nbsp;=&nbsp;'BT'.<br />
&nbsp;&nbsp;so_carr-low&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;'AA'.<br />
&nbsp;&nbsp;so_carr-high&nbsp;&nbsp;&nbsp;=&nbsp;'QF'.<br />
&nbsp;&nbsp;APPEND&nbsp;so_carr.<br />
<br />
&nbsp;&nbsp;CLEAR&nbsp;so_carr.<br />
&nbsp;&nbsp;so_carr-sign&nbsp;&nbsp;&nbsp;=&nbsp;'E'.<br />
&nbsp;&nbsp;so_carr-option&nbsp;=&nbsp;'EQ'.<br />
&nbsp;&nbsp;so_carr-low&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;'AZ'.<br />
&nbsp;&nbsp;APPEND&nbsp;so_carr.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;Setting&nbsp;texts&nbsp;for&nbsp;pushbuttons<br />
   </div>
   <div class="code">
&nbsp;&nbsp;tab1&nbsp;=&nbsp;'Connection'(001).<br />
&nbsp;&nbsp;tab2&nbsp;=&nbsp;'Flight'(002).<br />
&nbsp;&nbsp;tab3&nbsp;=&nbsp;'Booking'(003).<br />
   </div>
   <div class="codeComment">
*&nbsp;Optional:&nbsp;setting&nbsp;incitial&nbsp;active&nbsp;tab<br />
   </div>
   <div class="code">
&nbsp;&nbsp;tab_block-activetab&nbsp;=&nbsp;'COMM2'.<br />
&nbsp;&nbsp;tab_block-dynnr&nbsp;=&nbsp;1200.<br />
<br />
   </div>
   <div class="codeComment">
*AT&nbsp;SELECTION-SCREEN&nbsp;ON&nbsp;END&nbsp;OF&nbsp;so_carr.<br />
   </div>
   <div class="code">
AT SELECTION-SCREEN ON BLOCK param.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;IF&nbsp;pa_lim_3&nbsp;EQ&nbsp;gc_sele&nbsp;AND<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_cotfr&nbsp;IS&nbsp;INITIAL.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CHECK&nbsp;pa_lim_3&nbsp;EQ&nbsp;gc_sele&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_cotfr&nbsp;IS&nbsp;INITIAL.<br />
&nbsp;&nbsp;MESSAGE&nbsp;e003(bc405).<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="code">
START-OF-SELECTION.<br />
<br />
&nbsp;&nbsp;CASE&nbsp;gc_sele.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_lim_1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;&nbsp;dv_flights&nbsp;INTO&nbsp;TABLE&nbsp;gt_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~connid&nbsp;IN&nbsp;so_conn&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~fldate&nbsp;IN&nbsp;so_fld.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_lim_2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;&nbsp;dv_flights&nbsp;INTO&nbsp;TABLE&nbsp;gt_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~connid&nbsp;IN&nbsp;so_conn&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~fldate&nbsp;IN&nbsp;so_fld&nbsp;&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~countryfr&nbsp;=&nbsp;&nbsp;dv_flights~countryto.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_lim_3.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;&nbsp;dv_flights&nbsp;INTO&nbsp;TABLE&nbsp;gt_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~connid&nbsp;IN&nbsp;so_conn&nbsp;&nbsp;&nbsp;&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~fldate&nbsp;IN&nbsp;so_fld&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~countryfr&nbsp;=&nbsp;pa_cotfr&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dv_flights~countryfr&nbsp;&lt;&gt;&nbsp;dv_flights~countryto.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;gt_flight&nbsp;INTO&nbsp;gs_flight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;gs_flight-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-fldate,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-countryfr,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-cityfrom,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-airpfrom,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-countryto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-cityto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-airpto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsmax,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsocc.<br />
&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;'Registros:',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sy-dbcnt.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC401_10_SOL2_TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC401_10_SOL2_TOP</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;BC405_INTRO_S1_TOP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
DATA: gs_flight TYPE dv_flights,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_flight&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;dv_flights.<br />
CONSTANTS gc_sele VALUE 'X'.<br />
<br />
SELECTION-SCREEN BEGIN OF TABBED BLOCK tab_block FOR 6 LINES.<br />
SELECTION-SCREEN TAB (10) tab1 USER-COMMAND comm1 DEFAULT SCREEN 1100.<br />
SELECTION-SCREEN TAB (10) tab2 USER-COMMAND comm2 DEFAULT SCREEN 1200.<br />
SELECTION-SCREEN TAB (10) tab3 USER-COMMAND comm3 DEFAULT SCREEN 1300.<br />
SELECTION-SCREEN END OF BLOCK tab_block.<br />
<br />
SELECTION-SCREEN BEGIN OF SCREEN 1100 AS SUBSCREEN.<br />
SELECTION-SCREEN BEGIN OF BLOCK g01 WITH FRAME TITLE text-s11.<br />
SELECT-OPTIONS: so_carr FOR gs_flight-carrid MEMORY ID car,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;so_conn&nbsp;FOR&nbsp;gs_flight-connid.<br />
SELECTION-SCREEN END   OF BLOCK g01.<br />
SELECTION-SCREEN END   OF SCREEN 1100.<br />
<br />
SELECTION-SCREEN BEGIN OF SCREEN 1200 AS SUBSCREEN.<br />
SELECTION-SCREEN BEGIN OF BLOCK g02 WITH FRAME TITLE text-s12.<br />
SELECT-OPTIONS: so_fld  FOR gs_flight-fldate.<br />
<br />
SELECTION-SCREEN END   OF BLOCK g02.<br />
SELECTION-SCREEN END   OF SCREEN 1200.<br />
<br />
SELECTION-SCREEN BEGIN OF SCREEN 1300 AS SUBSCREEN.<br />
SELECTION-SCREEN BEGIN OF BLOCK param.<br />
SELECTION-SCREEN BEGIN OF BLOCK g03 WITH FRAME TITLE text-s13.<br />
PARAMETERS: pa_lim_1 RADIOBUTTON GROUP rad1,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_lim_2&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;rad1,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pa_lim_3&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;rad1&nbsp;DEFAULT&nbsp;'X'.<br />
SELECTION-SCREEN END   OF BLOCK g03.<br />
PARAMETERS: pa_cotfr TYPE dv_flights-countryfr.<br />
SELECTION-SCREEN END OF BLOCK param.<br />
SELECTION-SCREEN END   OF SCREEN 1300.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_3JOIN</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_3JOIN</h2>
<h3> Description: Template: Triple Join</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_DBT_3JOIN<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_3join.<br />
<br />
TYPES: BEGIN OF gty_s_booking,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sbook-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sbook-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fldate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sbook-fldate,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bookid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sbook-bookid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;customid&nbsp;&nbsp;&nbsp;TYPE&nbsp;sbook-customid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;agencynum&nbsp;&nbsp;TYPE&nbsp;sbook-agencynum,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrname&nbsp;&nbsp;&nbsp;TYPE&nbsp;scarr-carrname,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;agencyname&nbsp;TYPE&nbsp;stravelag-name,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;agencycity&nbsp;TYPE&nbsp;stravelag-city,<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;gty_s_booking.<br />
<br />
TYPES:<br />
&nbsp;&nbsp;&nbsp;gty_t_bookings&nbsp;TYPE&nbsp;STANDARD&nbsp;TABLE&nbsp;OF&nbsp;gty_s_booking<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;KEY<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;connid&nbsp;fldate&nbsp;bookid.<br />
<br />
DATA:<br />
&nbsp;&nbsp;gt_bookings&nbsp;TYPE&nbsp;gty_t_bookings,<br />
&nbsp;&nbsp;gs_booking&nbsp;&nbsp;TYPE&nbsp;gty_s_booking.<br />
<br />
DATA:<br />
&nbsp;&nbsp;gv_custname&nbsp;&nbsp;&nbsp;TYPE&nbsp;scustom-name,<br />
&nbsp;&nbsp;gv_carrname&nbsp;&nbsp;&nbsp;TYPE&nbsp;scarr-carrname,<br />
&nbsp;&nbsp;gv_agencyname&nbsp;TYPE&nbsp;stravelag-name,<br />
&nbsp;&nbsp;gv_agencycity&nbsp;TYPE&nbsp;stravelag-city.<br />
<br />
FIELD-SYMBOLS:<br />
&nbsp;&nbsp;&lt;fs_booking&gt;&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;gt_bookings.<br />
<br />
SELECT-OPTIONS :<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;so_agy&nbsp;FOR&nbsp;gs_booking-agencynum&nbsp;DEFAULT&nbsp;'100',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;so_cus&nbsp;FOR&nbsp;gs_booking-customid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;so_fld&nbsp;FOR&nbsp;gs_booking-fldate.<br />
<br />
<br />
START-OF-SELECTION.<br />
<br />
&nbsp;&nbsp;SELECT<br />
&nbsp;&nbsp;&nbsp;&nbsp;b~carrid<br />
&nbsp;&nbsp;&nbsp;&nbsp;b~connid<br />
&nbsp;&nbsp;&nbsp;&nbsp;b~fldate<br />
&nbsp;&nbsp;&nbsp;&nbsp;b~bookid<br />
&nbsp;&nbsp;&nbsp;&nbsp;b~customid<br />
&nbsp;&nbsp;&nbsp;&nbsp;b~agencynum<br />
&nbsp;&nbsp;&nbsp;&nbsp;a~carrname<br />
&nbsp;&nbsp;&nbsp;&nbsp;t~name<br />
&nbsp;&nbsp;&nbsp;&nbsp;t~city<br />
&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;sbook&nbsp;AS&nbsp;b<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;scustom&nbsp;AS&nbsp;c<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ON&nbsp;c~id&nbsp;=&nbsp;b~customid<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;scarr&nbsp;AS&nbsp;a<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ON&nbsp;a~carrid&nbsp;=&nbsp;b~carrid<br />
&nbsp;&nbsp;&nbsp;&nbsp;LEFT&nbsp;JOIN&nbsp;stravelag&nbsp;AS&nbsp;t<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ON&nbsp;t~agencynum&nbsp;=&nbsp;b~agencynum<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;gt_bookings<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b~agencynum&nbsp;IN&nbsp;so_agy&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b~customid&nbsp;&nbsp;IN&nbsp;so_cus&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b~fldate&nbsp;&nbsp;&nbsp;&nbsp;IN&nbsp;so_fld&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b~cancelled&nbsp;&lt;&gt;&nbsp;'X'.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;SELECT&nbsp;carrid&nbsp;connid&nbsp;fldate&nbsp;bookid<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;customid&nbsp;agencynum<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;sbook<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;gt_bookings<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;agencynum&nbsp;IN&nbsp;so_agy&nbsp;AND<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;customid&nbsp;&nbsp;IN&nbsp;so_cus&nbsp;AND<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fldate&nbsp;&nbsp;&nbsp;&nbsp;IN&nbsp;so_fld&nbsp;AND<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cancelled&nbsp;&lt;&gt;&nbsp;'X'.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;gt_bookings&nbsp;ASSIGNING&nbsp;&lt;fs_booking&gt;.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;name&nbsp;FROM&nbsp;scustom&nbsp;INTO&nbsp;gv_custname<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;id&nbsp;=&nbsp;&lt;fs_booking&gt;-customid.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;carrname&nbsp;FROM&nbsp;scarr<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;gv_carrname<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;&lt;fs_booking&gt;-carrid.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;name&nbsp;city&nbsp;FROM&nbsp;stravelag<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;(gv_agencyname,&nbsp;gv_agencycity)<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;agencynum&nbsp;=&nbsp;&lt;fs_booking&gt;-agencynum.<br />
*<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_agencyname,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_agencycity.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;fs_booking&gt;-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_carrname,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;fs_booking&gt;-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;fs_booking&gt;-fldate,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;fs_booking&gt;-bookid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_custname,<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_agencyname,<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_agencycity.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;fs_booking&gt;-agencyname,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;fs_booking&gt;-agencycity.<br />
<br />
&nbsp;&nbsp;ENDLOOP.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;SO_AGY&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;SO_CUS&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;SO_FLD&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_BUFFER</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_BUFFER</h2>
<h3> Description: Template: Extend Display of Bookings</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_DBT_BUFFER<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_buffer.<br />
<br />
TYPES:<br />
&nbsp;&nbsp;&nbsp;gty_t_bookings&nbsp;TYPE&nbsp;STANDARD&nbsp;TABLE&nbsp;OF&nbsp;bc402_s_booking<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;KEY<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;connid&nbsp;fldate&nbsp;bookid.<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTERFACE&nbsp;lif_badi<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
INTERFACE lif_badi.<br />
&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add_data<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cs_booking&nbsp;TYPE&nbsp;bc402_s_booking.<br />
ENDINTERFACE.                    "lif_badi<br />
<br />
DATA:<br />
&nbsp;&nbsp;gt_bookings&nbsp;&nbsp;TYPE&nbsp;gty_t_bookings.<br />
<br />
DATA:<br />
&nbsp;&nbsp;go_badi&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lif_badi.<br />
<br />
FIELD-SYMBOLS:<br />
&nbsp;&nbsp;&lt;fs_booking&gt;&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;gt_bookings.<br />
<br />
PARAMETERS:<br />
&nbsp;&nbsp;pa_cust&nbsp;TYPE&nbsp;sbook-customid&nbsp;DEFAULT&nbsp;'00000001'.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_im_badi&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_im_badi DEFINITION.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTERFACES&nbsp;lif_badi.<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES:&nbsp;BEGIN&nbsp;OF&nbsp;ty_s_scarr,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;TYPE&nbsp;scarr-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrname&nbsp;TYPE&nbsp;scarr-carrname,<br />
&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;ty_s_scarr.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES:&nbsp;ty_t_scarr&nbsp;TYPE&nbsp;HASHED&nbsp;TABLE&nbsp;OF&nbsp;ty_s_scarr<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;UNIQUE&nbsp;KEY&nbsp;carrid.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;mt_carriers&nbsp;TYPE&nbsp;ty_t_scarr.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES:&nbsp;BEGIN&nbsp;OF&nbsp;ty_s_stravelag,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;agencynum&nbsp;&nbsp;TYPE&nbsp;stravelag-agencynum,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name&nbsp;TYPE&nbsp;stravelag-name,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;city&nbsp;TYPE&nbsp;stravelag-city,<br />
&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;ty_s_stravelag.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES:&nbsp;ty_t_stravelag&nbsp;TYPE&nbsp;HASHED&nbsp;TABLE&nbsp;OF&nbsp;ty_s_stravelag<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;UNIQUE&nbsp;KEY&nbsp;agencynum.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;mt_travelags&nbsp;TYPE&nbsp;ty_t_stravelag.<br />
<br />
ENDCLASS.                    "lcl_im_badi DEFINITION<br />
<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_im_badi&nbsp;IMPLEMENTATION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_im_badi IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;lif_badi~add_data..<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_carrier&nbsp;&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;mt_carriers,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_travelag&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;mt_travelags.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;carrname&nbsp;FROM&nbsp;scarr<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;cs_booking-carrname<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;cs_booking-carrid.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;mt_carriers&nbsp;IS&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;carrid&nbsp;carrname&nbsp;FROM&nbsp;scarr<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;mt_carriers.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;READ&nbsp;TABLE&nbsp;mt_carriers&nbsp;INTO&nbsp;ls_carrier<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;TABLE&nbsp;KEY&nbsp;carrid&nbsp;=&nbsp;cs_booking-carrid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;cs_booking-carrname&nbsp;=&nbsp;ls_carrier-carrname.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;name&nbsp;city&nbsp;FROM&nbsp;stravelag<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;(cs_booking-agencyname,<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cs_booking-agencycity)<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;agencynum&nbsp;=&nbsp;cs_booking-agencynum.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;cs_booking-agencynum&nbsp;IS&nbsp;NOT&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;READ&nbsp;TABLE&nbsp;mt_travelags&nbsp;INTO&nbsp;ls_travelag<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;TABLE&nbsp;KEY&nbsp;agencynum&nbsp;=&nbsp;cs_booking-agencynum.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;agencynum&nbsp;name&nbsp;city<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;stravelag<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;ls_travelag<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;agencynum&nbsp;=&nbsp;cs_booking-agencynum.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT&nbsp;ls_travelag&nbsp;INTO&nbsp;TABLE&nbsp;mt_travelags.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cs_booking-agencyname&nbsp;=&nbsp;ls_travelag-name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cs_booking-agencycity&nbsp;=&nbsp;ls_travelag-city.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lif_badi~add_data<br />
ENDCLASS.                    "lcl_im_badi IMPLEMENTATION<br />
<br />
<br />
START-OF-SELECTION.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;get&nbsp;Instanz&nbsp;of&nbsp;'BAdI-Implementation'<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_badi&nbsp;TYPE&nbsp;lcl_im_badi.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;carrid&nbsp;connid&nbsp;fldate&nbsp;bookid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;forcuram&nbsp;forcurkey&nbsp;agencynum<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;sbook<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;gt_bookings<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;customid&nbsp;&nbsp;&nbsp;=&nbsp;pa_cust&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cancelled&nbsp;&lt;&gt;&nbsp;'X'.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;gt_bookings&nbsp;ASSIGNING&nbsp;&lt;fs_booking&gt;.<br />
   </div>
   <div class="codeComment">
*&nbsp;call&nbsp;Method&nbsp;of&nbsp;'BAdI'-Implementation<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;go_badi-&gt;add_data<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cs_booking&nbsp;=&nbsp;&lt;fs_booking&gt;.<br />
&nbsp;&nbsp;ENDLOOP.<br />
<br />
&nbsp;&nbsp;CALL&nbsp;FUNCTION&nbsp;'BC402_DISPLAY_TABLE'<br />
&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ct_table&nbsp;=&nbsp;gt_bookings.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_CUST&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_CONDENSE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_CONDENSE</h2>
<h3> Description: Template: SELECT Instruction - Cumulate Value Sets</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_DBT_SQL_CONDENSE<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_condense.<br />
<br />
TYPES: BEGIN OF gty_s_sums,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;forcuram&nbsp;&nbsp;TYPE&nbsp;sbook-forcuram,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;forcurkey&nbsp;TYPE&nbsp;sbook-forcurkey,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;gty_s_sums.<br />
<br />
TYPES: BEGIN OF gty_s_travelags,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;agencynum&nbsp;&nbsp;TYPE&nbsp;bc402_scus_book-agencynum,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;bc402_scus_book-name,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;city&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;bc402_scus_book-city,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;gty_s_travelags.<br />
<br />
<br />
TYPES:<br />
&nbsp;&nbsp;&nbsp;gty_t_sums&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;SORTED&nbsp;TABLE&nbsp;OF&nbsp;gty_s_sums<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;UNIQUE&nbsp;KEY&nbsp;forcurkey,<br />
<br />
&nbsp;&nbsp;&nbsp;gty_t_bookings&nbsp;&nbsp;TYPE&nbsp;STANDARD&nbsp;TABLE&nbsp;OF&nbsp;scus_book<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;KEY<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;connid&nbsp;fldate&nbsp;bookid,<br />
<br />
&nbsp;&nbsp;&nbsp;gty_t_travelags&nbsp;TYPE&nbsp;STANDARD&nbsp;TABLE&nbsp;OF&nbsp;gty_s_travelags<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;KEY&nbsp;agencynum.<br />
<br />
DATA:<br />
&nbsp;&nbsp;gs_customer&nbsp;&nbsp;TYPE&nbsp;scustom,<br />
&nbsp;&nbsp;gt_bookings&nbsp;&nbsp;TYPE&nbsp;gty_t_bookings,<br />
&nbsp;&nbsp;gt_sums&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;gty_t_sums,<br />
&nbsp;&nbsp;gt_travelags&nbsp;TYPE&nbsp;gty_t_travelags.<br />
<br />
PARAMETERS:<br />
&nbsp;&nbsp;pa_cust&nbsp;TYPE&nbsp;sbook-customid&nbsp;DEFAULT&nbsp;'00000001'.<br />
<br />
START-OF-SELECTION.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*&nbsp;FROM&nbsp;scustom&nbsp;INTO&nbsp;gs_customer<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;id&nbsp;=&nbsp;pa_cust.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;scus_book<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;gt_bookings<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;customid&nbsp;=&nbsp;pa_cust<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;cancelled&nbsp;&lt;&gt;&nbsp;'X'.<br />
<br />
&nbsp;&nbsp;PERFORM&nbsp;get_sums&nbsp;USING&nbsp;pa_cust<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;gt_sums.<br />
<br />
&nbsp;&nbsp;PERFORM&nbsp;get_travelags&nbsp;USING&nbsp;pa_cust<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;gt_travelags.<br />
<br />
&nbsp;&nbsp;PERFORM&nbsp;output_list&nbsp;USING&nbsp;gs_customer<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_bookings<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_sums<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_travelags.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form&nbsp;&nbsp;GET_SUMS<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
FORM get_sums  USING    pv_customid TYPE sbook-customid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;ct_sums&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;gty_t_sums.<br />
&nbsp;&nbsp;SELECT<br />
&nbsp;&nbsp;&nbsp;&nbsp;SUM(&nbsp;forcuram&nbsp;)<br />
&nbsp;&nbsp;&nbsp;&nbsp;forcurkey<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;ct_sums<br />
&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;sbook<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;customid&nbsp;=&nbsp;pv_customid<br />
&nbsp;&nbsp;&nbsp;&nbsp;GROUP&nbsp;BY&nbsp;forcurkey.<br />
ENDFORM.                    " GET_SUMS<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form&nbsp;&nbsp;GET_TRAVELAGS<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
FORM get_travelags  USING     pv_customid TYPE sbook-customid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;ct_travelags&nbsp;TYPE&nbsp;gty_t_travelags.<br />
&nbsp;&nbsp;SELECT&nbsp;DISTINCT<br />
&nbsp;&nbsp;&nbsp;&nbsp;agencynum<br />
&nbsp;&nbsp;&nbsp;&nbsp;name<br />
&nbsp;&nbsp;&nbsp;&nbsp;city<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;ct_travelags<br />
&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;bc402_scus_book<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;customid&nbsp;=&nbsp;pv_customid<br />
&nbsp;&nbsp;&nbsp;&nbsp;ORDER&nbsp;BY&nbsp;name.<br />
<br />
ENDFORM.                    " GET_TRAVELAGS<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form&nbsp;&nbsp;OUTPUT_LIST<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
FORM output_list  USING    ps_customer  TYPE scustom<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pt_bookings&nbsp;&nbsp;TYPE&nbsp;gty_t_bookings<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pt_sums&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;gty_t_sums<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pt_travelags&nbsp;TYPE&nbsp;gty_t_travelags.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;ls_bookings&nbsp;&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;pt_bookings,<br />
&nbsp;&nbsp;&nbsp;&nbsp;ls_sums&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;pt_sums,<br />
&nbsp;&nbsp;&nbsp;&nbsp;ls_travelags&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;pt_travelags.<br />
<br />
&nbsp;&nbsp;DATA&nbsp;lv_text&nbsp;TYPE&nbsp;string.<br />
<br />
&nbsp;&nbsp;CONCATENATE&nbsp;text-wcm<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ps_customer-form<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ps_customer-name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;lv_text<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SEPARATED&nbsp;BY&nbsp;space.<br />
&nbsp;&nbsp;CONDENSE&nbsp;lv_text.<br />
<br />
&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;lv_text.<br />
&nbsp;&nbsp;SKIP.<br />
<br />
&nbsp;&nbsp;WRITE&nbsp;/&nbsp;text-lob.<br />
&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;SKIP.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;pt_bookings&nbsp;INTO&nbsp;ls_bookings.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bookings-bookid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bookings-carrid&nbsp;RIGHT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bookings-connid&nbsp;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bookings-fldate,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bookings-cityfrom&nbsp;RIGHT-JUSTIFIED,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'-&gt;',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bookings-cityto.<br />
&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;SKIP&nbsp;2.<br />
<br />
&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;text-sum.<br />
&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;SKIP.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;pt_sums&nbsp;INTO&nbsp;ls_sums.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_sums-forcuram&nbsp;CURRENCY&nbsp;ls_sums-forcurkey,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_sums-forcurkey.<br />
&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;SKIP&nbsp;2.<br />
<br />
&nbsp;&nbsp;WRITE&nbsp;/&nbsp;text-tag.<br />
&nbsp;&nbsp;ULINE.<br />
&nbsp;&nbsp;SKIP.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;pt_travelags&nbsp;INTO&nbsp;ls_travelags.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_travelags-name,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_travelags-city.<br />
&nbsp;&nbsp;ENDLOOP.<br />
<br />
ENDFORM.                    " OUTPUT_LIST<br />
<br />
   </div>
   <div class="codeComment">
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;LOB&nbsp;A&nbsp;complete&nbsp;list&nbsp;of&nbsp;your&nbsp;bookings:<br />
*&nbsp;SUM&nbsp;Sum&nbsp;of&nbsp;bookings&nbsp;(organized&nbsp;by&nbsp;currency):<br />
*&nbsp;TAG&nbsp;You&nbsp;have&nbsp;booked&nbsp;with&nbsp;the&nbsp;following&nbsp;travel&nbsp;agencies:<br />
*&nbsp;WCM&nbsp;Welcome<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_CUST&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_CONN_LIST</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_CONN_LIST</h2>
<h3> Description: Template: Call Programs</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_PCt_CONN_LIST<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_conn_list MESSAGE-ID bc402.<br />
<br />
TYPES: BEGIN OF gty_s_conn,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;TYPE&nbsp;spfli-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;TYPE&nbsp;spfli-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cityfrom&nbsp;TYPE&nbsp;spfli-cityfrom,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cityto&nbsp;TYPE&nbsp;spfli-cityto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;deptime&nbsp;TYPE&nbsp;spfli-deptime,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arrtime&nbsp;TYPE&nbsp;spfli-arrtime,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;period&nbsp;TYPE&nbsp;spfli-period,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;gty_s_conn.<br />
<br />
TYPES gty_t_conn TYPE STANDARD TABLE OF gty_s_conn<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;DEFAULT&nbsp;KEY.<br />
<br />
DATA gt_conn TYPE gty_t_conn.<br />
<br />
DATA gv_msg TYPE string.<br />
<br />
DATA: go_alv TYPE REF TO cl_salv_table,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_evt&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_salv_events_table,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gx_msg&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cx_salv_msg.<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_handler&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_handler DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on_double_click&nbsp;FOR&nbsp;EVENT&nbsp;double_click<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OF&nbsp;if_salv_events_actions_table<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;row&nbsp;column.<br />
<br />
ENDCLASS.                    "lcl_handler DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_handler&nbsp;IMPLEMENTATION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_handler IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;on_double_click.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;ls_conn&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;gt_conn.<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;lt_tab&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;bdcdata,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_tab&nbsp;TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bdcdata.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;READ&nbsp;TABLE&nbsp;gt_conn&nbsp;INTO&nbsp;ls_conn&nbsp;INDEX&nbsp;row.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CASE&nbsp;column.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'CARRID'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR&nbsp;ls_tab.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_tab-program&nbsp;=&nbsp;'SAPMBC402_IND_CARRIER'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_tab-dynpro&nbsp;=&nbsp;'0100'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_tab-dynbegin&nbsp;=&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;ls_tab&nbsp;TO&nbsp;lt_tab.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR&nbsp;ls_tab.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_tab-fnam&nbsp;=&nbsp;'BC402_S_CARRIER-CARRID'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_tab-fval&nbsp;=&nbsp;ls_conn-carrid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;ls_tab&nbsp;TO&nbsp;lt_tab.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR&nbsp;ls_tab.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_tab-fnam&nbsp;=&nbsp;'BDC_OKCODE'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_tab-fval&nbsp;=&nbsp;'=GO'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;ls_tab&nbsp;TO&nbsp;lt_tab.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;TRANSACTION&nbsp;'BC402MCAR'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;USING&nbsp;lt_tab<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODE&nbsp;'E'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;OTHERS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUBMIT&nbsp;bc402_ins_flight_list<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;pa_car&nbsp;EQ&nbsp;ls_conn-carrid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;so_con&nbsp;EQ&nbsp;ls_conn-connid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;RETURN.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"on_double_click<br />
<br />
ENDCLASS.                    "lcl_handler IMPLEMENTATION<br />
<br />
<br />
START-OF-SELECTION.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;carrid&nbsp;connid&nbsp;cityfrom&nbsp;cityto<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;deptime&nbsp;arrtime&nbsp;period<br />
&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;spfli<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;gt_conn.<br />
<br />
&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_salv_table=&gt;factory<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_salv_table&nbsp;=&nbsp;go_alv<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;t_table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;gt_conn.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_salv_msg&nbsp;INTO&nbsp;gx_msg.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_msg&nbsp;=&nbsp;gx_msg-&gt;get_text(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;gv_msg&nbsp;TYPE&nbsp;'E'.<br />
&nbsp;&nbsp;ENDTRY.<br />
<br />
&nbsp;&nbsp;go_evt&nbsp;=&nbsp;go_alv-&gt;get_event(&nbsp;).<br />
<br />
&nbsp;&nbsp;SET&nbsp;HANDLER&nbsp;lcl_handler=&gt;on_double_click<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FOR&nbsp;go_evt.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;go_alv-&gt;set_screen_status().<br />
   </div>
   <div class="code">
&nbsp;&nbsp;go_alv-&gt;display(&nbsp;).<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_CONN_LIST_MEM</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_CONN_LIST_MEM</h2>
<h3> Description: Solution: Call Programs - Calling Program</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_PCt_CONN_LIST<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_conn_list_mem MESSAGE-ID bc402.<br />
<br />
TYPES: BEGIN OF gty_s_conn,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;TYPE&nbsp;spfli-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;TYPE&nbsp;spfli-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cityfrom&nbsp;TYPE&nbsp;spfli-cityfrom,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cityto&nbsp;TYPE&nbsp;spfli-cityto,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;deptime&nbsp;TYPE&nbsp;spfli-deptime,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arrtime&nbsp;TYPE&nbsp;spfli-arrtime,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;period&nbsp;TYPE&nbsp;spfli-period,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;gty_s_conn.<br />
<br />
TYPES gty_t_conn TYPE STANDARD TABLE OF gty_s_conn<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;DEFAULT&nbsp;KEY.<br />
<br />
DATA gt_conn TYPE gty_t_conn.<br />
<br />
DATA gv_msg TYPE string.<br />
<br />
DATA: go_alv TYPE REF TO cl_salv_table,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_evt&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_salv_events_table,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gx_msg&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cx_salv_msg.<br />
<br />
DATA: gt_flight TYPE TABLE OF sflight.<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_handler&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_handler DEFINITION.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLASS-METHODS:<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on_double_click&nbsp;FOR&nbsp;EVENT&nbsp;double_click<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OF&nbsp;if_salv_events_actions_table<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;row&nbsp;column.<br />
<br />
ENDCLASS.                    "lcl_handler DEFINITION<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_handler&nbsp;IMPLEMENTATION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_handler IMPLEMENTATION.<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;on_double_click.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;lt_bdc&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;bdcdata,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bdc&nbsp;TYPE&nbsp;bdcdata.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;ls_conn&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;gt_conn.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;READ&nbsp;TABLE&nbsp;gt_conn&nbsp;INTO&nbsp;ls_conn&nbsp;INDEX&nbsp;row.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CASE&nbsp;column.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'CARRID'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;PARAMETER&nbsp;ID&nbsp;'CAR'&nbsp;FIELD&nbsp;ls_conn-carrid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;TRANSACTION&nbsp;'BC402MCAR'&nbsp;AND&nbsp;SKIP&nbsp;FIRST&nbsp;SCREEN.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bdc-program&nbsp;=&nbsp;'SAPMBC402_IND_CARRIER'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bdc-dynpro&nbsp;&nbsp;=&nbsp;'0100'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bdc-dynbegin&nbsp;=&nbsp;'X'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;ls_bdc&nbsp;TO&nbsp;lt_bdc.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR&nbsp;ls_bdc.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bdc-fnam&nbsp;=&nbsp;'BC402_S_CARRIER-CARRID'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bdc-fval&nbsp;=&nbsp;ls_conn-carrid.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;ls_bdc&nbsp;TO&nbsp;lt_bdc.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR&nbsp;ls_bdc.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bdc-fnam&nbsp;=&nbsp;'BDC_OKCODE'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_bdc-fval&nbsp;=&nbsp;'GO'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;ls_bdc&nbsp;TO&nbsp;lt_bdc.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;TRANSACTION&nbsp;'BC402MCAR'<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;USING&nbsp;lt_bdc<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODE&nbsp;&nbsp;'E'.<br />
*<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;OTHERS.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUBMIT&nbsp;zbc402_10_flight_list_mem<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;RETURN<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;pa_car&nbsp;EQ&nbsp;ls_conn-carrid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;so_con&nbsp;EQ&nbsp;ls_conn-connid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;pa_list&nbsp;EQ&nbsp;space.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORT&nbsp;gt_flight&nbsp;FROM&nbsp;MEMORY&nbsp;ID&nbsp;'BC402_10_FLIGHTS'.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PERFORM&nbsp;recupera_mi.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;FUNCTION&nbsp;'BC402_DISPLAY_TABLE'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ct_table&nbsp;=&nbsp;gt_flight.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"on_double_click<br />
<br />
ENDCLASS.                    "lcl_handler IMPLEMENTATION<br />
<br />
<br />
START-OF-SELECTION.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;carrid&nbsp;connid&nbsp;cityfrom&nbsp;cityto<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;deptime&nbsp;arrtime&nbsp;period<br />
&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;spfli<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;gt_conn.<br />
<br />
&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_salv_table=&gt;factory<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r_salv_table&nbsp;=&nbsp;go_alv<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;t_table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;gt_conn.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_salv_msg&nbsp;INTO&nbsp;gx_msg.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_msg&nbsp;=&nbsp;gx_msg-&gt;get_text(&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;gv_msg&nbsp;TYPE&nbsp;'E'.<br />
&nbsp;&nbsp;ENDTRY.<br />
<br />
&nbsp;&nbsp;go_evt&nbsp;=&nbsp;go_alv-&gt;get_event(&nbsp;).<br />
<br />
&nbsp;&nbsp;SET&nbsp;HANDLER&nbsp;lcl_handler=&gt;on_double_click<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FOR&nbsp;go_evt.<br />
<br />
&nbsp;&nbsp;go_alv-&gt;display(&nbsp;).<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form&nbsp;&nbsp;recupera_mi<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
FORM recupera_mi.<br />
&nbsp;&nbsp;IMPORT&nbsp;gt_flight&nbsp;FROM&nbsp;MEMORY&nbsp;ID&nbsp;'BC402_10_FLIGHTS'.<br />
&nbsp;&nbsp;FREE&nbsp;MEMORY&nbsp;ID&nbsp;'BC402_10_FLIGHTS'.<br />
<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e361.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
ENDFORM.                    "recupera_mi<br />
<br />
<br />
   </div>
   <div class="codeComment">
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC402<br />
*361&nbsp;&nbsp;&nbsp;Error&nbsp;in&nbsp;import&nbsp;from&nbsp;ABAP&nbsp;Memory<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_DYN_SQL</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_DYN_SQL</h2>
<h3> Description: Solution: Dynamic Method Call</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_DYS_DYN_CALL<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_dyn_sql MESSAGE-ID bc402.<br />
<br />
   </div>
   <div class="codeComment">
*TYPE-POOLS:<br />
*&nbsp;&nbsp;&nbsp;abap.<br />
<br />
   </div>
   <div class="code">
DATA: gt_cust    TYPE ty_customers,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_conn&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_connections.<br />
<br />
DATA: gv_methname TYPE string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_parmbind&nbsp;TYPE&nbsp;abap_parmbind_tab,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_parmbind&nbsp;TYPE&nbsp;abap_parmbind.<br />
<br />
DATA: gv_tabname  TYPE string.<br />
FIELD-SYMBOLS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;fs_table&gt;&nbsp;TYPE&nbsp;ANY&nbsp;TABLE.<br />
<br />
SELECTION-SCREEN COMMENT 1(80) text-sel.<br />
PARAMETERS:<br />
&nbsp;&nbsp;&nbsp;pa_xconn&nbsp;&nbsp;TYPE&nbsp;xfeld&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;tab&nbsp;DEFAULT&nbsp;'X',<br />
&nbsp;&nbsp;&nbsp;pa_xcust&nbsp;&nbsp;TYPE&nbsp;xfeld&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;tab&nbsp;.<br />
PARAMETERS:<br />
&nbsp;&nbsp;&nbsp;pa_nol&nbsp;&nbsp;&nbsp;TYPE&nbsp;i&nbsp;DEFAULT&nbsp;'100'.<br />
<br />
START-OF-SELECTION.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;specific&nbsp;part<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CASE&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_xconn.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;spfli&nbsp;INTO&nbsp;TABLE&nbsp;gt_conn<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UP&nbsp;TO&nbsp;pa_nol&nbsp;ROWS.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_tabname&nbsp;=&nbsp;'SPFLI'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSIGN&nbsp;gt_conn&nbsp;TO&nbsp;&lt;fs_table&gt;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_methname&nbsp;=&nbsp;'WRITE_CONNECTIONS'.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_parmbind-name&nbsp;=&nbsp;'IT_CONN'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GET&nbsp;REFERENCE&nbsp;OF&nbsp;gt_conn&nbsp;INTO&nbsp;gs_parmbind-value.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT&nbsp;gs_parmbind&nbsp;INTO&nbsp;TABLE&nbsp;gt_parmbind.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_xcust.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;scustom&nbsp;INTO&nbsp;TABLE&nbsp;gt_cust<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UP&nbsp;TO&nbsp;pa_nol&nbsp;ROWS.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_tabname&nbsp;=&nbsp;'SCUSTOM'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSIGN&nbsp;gt_cust&nbsp;TO&nbsp;&lt;fs_table&gt;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_methname&nbsp;=&nbsp;'WRITE_CUSTOMERS'.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_parmbind-name&nbsp;=&nbsp;'IT_CUST'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GET&nbsp;REFERENCE&nbsp;OF&nbsp;gt_cust&nbsp;INTO&nbsp;gs_parmbind-value.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT&nbsp;gs_parmbind&nbsp;INTO&nbsp;TABLE&nbsp;gt_parmbind.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;IF&nbsp;&lt;fs_table&gt;&nbsp;IS&nbsp;ASSIGNED.<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;(gv_tabname)&nbsp;INTO&nbsp;TABLE&nbsp;&lt;fs_table&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UP&nbsp;TO&nbsp;pa_nol&nbsp;ROWS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_dynamic_osql_error.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e061(bc402).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;GET&nbsp;REFERENCE&nbsp;OF&nbsp;&lt;fs_table&gt;&nbsp;INTO&nbsp;gs_parmbind-value.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;INSERT&nbsp;gs_parmbind&nbsp;INTO&nbsp;TABLE&nbsp;gt_parmbind.<br />
<br />
*&nbsp;dynamic&nbsp;part<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_bc402_utilities=&gt;(gv_methname)<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;zcl_bc402_10_gen_types=&gt;write_any_table<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;parameter-table<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it_table&nbsp;=&nbsp;&lt;fs_table&gt;.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_dyn_call_error.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e060.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;SEL&nbsp;Which&nbsp;database&nbsp;table&nbsp;should&nbsp;be&nbsp;read?<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_NOL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maximum&nbsp;Number&nbsp;of&nbsp;Lines<br />
*&nbsp;PA_XCONN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SPFLI<br />
*&nbsp;PA_XCUST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SCUSTOM<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC402<br />
*060&nbsp;&nbsp;&nbsp;Error&nbsp;during&nbsp;dynamic&nbsp;method&nbsp;call<br />
*061&nbsp;&nbsp;&nbsp;Error&nbsp;during&nbsp;dynamic&nbsp;database&nbsp;access<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_DYN_SQL1</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_DYN_SQL1</h2>
<h3> Description: Solution: Dynamic Method Call</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_DYS_DYN_CALL<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_dyn_sql1 MESSAGE-ID bc402.<br />
<br />
TYPE-POOLS:<br />
&nbsp;&nbsp;&nbsp;abap.<br />
<br />
DATA: gt_cust    TYPE ty_customers,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_conn&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_connections.<br />
<br />
DATA: gv_methname TYPE string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_parmbind&nbsp;TYPE&nbsp;abap_parmbind_tab,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_parmbind&nbsp;TYPE&nbsp;abap_parmbind.<br />
<br />
DATA: gv_tablename TYPE string.<br />
<br />
FIELD-SYMBOLS: &lt;fs_table&gt; TYPE ANY TABLE.<br />
<br />
SELECTION-SCREEN COMMENT 1(80) text-sel.<br />
PARAMETERS:<br />
&nbsp;&nbsp;&nbsp;pa_xconn&nbsp;&nbsp;TYPE&nbsp;xfeld&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;tab&nbsp;DEFAULT&nbsp;'X',<br />
&nbsp;&nbsp;&nbsp;pa_xcust&nbsp;&nbsp;TYPE&nbsp;xfeld&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;tab&nbsp;.<br />
PARAMETERS:<br />
&nbsp;&nbsp;&nbsp;pa_nol&nbsp;&nbsp;&nbsp;TYPE&nbsp;i&nbsp;DEFAULT&nbsp;'100'.<br />
<br />
START-OF-SELECTION.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;specific&nbsp;part<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CASE&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_xconn.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_tablename&nbsp;=&nbsp;'SPFLI'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSIGN&nbsp;gt_conn&nbsp;TO&nbsp;&lt;fs_table&gt;.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;spfli&nbsp;INTO&nbsp;TABLE&nbsp;gt_conn<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UP&nbsp;TO&nbsp;pa_nol&nbsp;ROWS.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_methname&nbsp;=&nbsp;'WRITE_CONNECTIONS'.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_parmbind-name&nbsp;=&nbsp;'IT_CONN'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GET&nbsp;REFERENCE&nbsp;OF&nbsp;gt_conn&nbsp;INTO&nbsp;gs_parmbind-value.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT&nbsp;gs_parmbind&nbsp;INTO&nbsp;TABLE&nbsp;gt_parmbind.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_xcust.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_tablename&nbsp;=&nbsp;'SCUSTOM'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSIGN&nbsp;gt_cust&nbsp;TO&nbsp;&lt;fs_table&gt;.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;scustom&nbsp;INTO&nbsp;TABLE&nbsp;gt_cust<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UP&nbsp;TO&nbsp;pa_nol&nbsp;ROWS.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_methname&nbsp;=&nbsp;'WRITE_CUSTOMERS'.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_parmbind-name&nbsp;=&nbsp;'IT_CUST'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GET&nbsp;REFERENCE&nbsp;OF&nbsp;gt_cust&nbsp;INTO&nbsp;gs_parmbind-value.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT&nbsp;gs_parmbind&nbsp;INTO&nbsp;TABLE&nbsp;gt_parmbind.<br />
<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;IF&nbsp;&lt;fs_table&gt;&nbsp;IS&nbsp;ASSIGNED.<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;(gv_tablename)&nbsp;INTO&nbsp;TABLE&nbsp;&lt;fs_table&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UP&nbsp;TO&nbsp;pa_nol&nbsp;ROWS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_dynamic_osql_error.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e061(bc402).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
   </div>
   <div class="codeComment">
*&nbsp;dynamic&nbsp;part<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_bc402_utilities=&gt;(gv_methname)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PARAMETER-TABLE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_parmbind.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_dyn_call_error.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e060.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;SEL&nbsp;Which&nbsp;database&nbsp;table&nbsp;should&nbsp;be&nbsp;read?<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_NOL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maximum&nbsp;Number&nbsp;of&nbsp;Lines<br />
*&nbsp;PA_XCONN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SPFLI<br />
*&nbsp;PA_XCUST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SCUSTOM<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC402<br />
*060&nbsp;&nbsp;&nbsp;Error&nbsp;during&nbsp;dynamic&nbsp;method&nbsp;call<br />
*061&nbsp;&nbsp;&nbsp;Error&nbsp;during&nbsp;dynamic&nbsp;database&nbsp;access<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_FOR_ALL_ENTRIES</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_FOR_ALL_ENTRIES</h2>
<h3> Description: Template: Extend Display of Bookings</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_DBT_FOR_ALL_ENTRIES<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_for_all_entries.<br />
<br />
TYPES:<br />
&nbsp;&nbsp;&nbsp;gty_t_bookings&nbsp;TYPE&nbsp;STANDARD&nbsp;TABLE&nbsp;OF&nbsp;bc402_s_booking<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;NON-UNIQUE&nbsp;KEY<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;connid&nbsp;fldate&nbsp;bookid.<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTERFACE&nbsp;lif_badi<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
INTERFACE lif_badi.<br />
&nbsp;&nbsp;METHODS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;prepare<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;it_bookings&nbsp;TYPE&nbsp;bc402_t_bookings,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add_data<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;cs_booking&nbsp;TYPE&nbsp;bc402_s_booking.<br />
ENDINTERFACE.                    "lif_badi<br />
<br />
DATA:<br />
&nbsp;&nbsp;gt_bookings&nbsp;TYPE&nbsp;gty_t_bookings.<br />
<br />
DATA:<br />
&nbsp;&nbsp;go_badi&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;lif_badi.<br />
<br />
FIELD-SYMBOLS:<br />
&nbsp;&nbsp;&lt;fs_booking&gt;&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;gt_bookings.<br />
<br />
PARAMETERS:<br />
&nbsp;&nbsp;pa_cust&nbsp;TYPE&nbsp;sbook-customid&nbsp;DEFAULT&nbsp;'00000001'.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_im_badi&nbsp;DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_im_badi DEFINITION.<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTERFACES&nbsp;lif_badi.<br />
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES:&nbsp;BEGIN&nbsp;OF&nbsp;ty_s_scarr,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;&nbsp;&nbsp;TYPE&nbsp;scarr-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrname&nbsp;TYPE&nbsp;scarr-carrname,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;ty_s_scarr.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES:&nbsp;ty_t_scarr&nbsp;TYPE&nbsp;HASHED&nbsp;TABLE&nbsp;OF&nbsp;ty_s_scarr<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;UNIQUE&nbsp;KEY&nbsp;carrid.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES:&nbsp;BEGIN&nbsp;OF&nbsp;ty_s_stravelag,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;agencynum&nbsp;&nbsp;TYPE&nbsp;stravelag-agencynum,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;stravelag-name,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;city&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;stravelag-city,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;ty_s_stravelag.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TYPES&nbsp;ty_t_stravelag&nbsp;TYPE&nbsp;HASHED&nbsp;TABLE&nbsp;OF&nbsp;ty_s_stravelag<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;UNIQUE&nbsp;KEY&nbsp;agencynum.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:&nbsp;mt_carriers&nbsp;&nbsp;TYPE&nbsp;ty_t_scarr,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mt_travelags&nbsp;TYPE&nbsp;ty_t_stravelag.<br />
<br />
ENDCLASS.                    "lcl_im_badi DEFINITION<br />
<br />
<br />
   </div>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS&nbsp;lcl_im_badi&nbsp;IMPLEMENTATION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS lcl_im_badi IMPLEMENTATION.<br />
&nbsp;&nbsp;METHOD&nbsp;lif_badi~prepare.<br />
   </div>
   <div class="codeComment">
*&nbsp;carrname&nbsp;-&nbsp;Buffer&nbsp;full<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;carrid&nbsp;carrname&nbsp;FROM&nbsp;scarr<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;mt_carriers.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;agencyname&nbsp;agencycity&nbsp;-&nbsp;buffer&nbsp;for&nbsp;all&nbsp;entries<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;it_bookings&nbsp;IS&nbsp;NOT&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;agencynum&nbsp;name&nbsp;city<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;stravelag<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;mt_travelags<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FOR&nbsp;ALL&nbsp;ENTRIES&nbsp;IN&nbsp;it_bookings<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;agencynum&nbsp;=&nbsp;it_bookings-agencynum.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lif_badi~prepare<br />
<br />
&nbsp;&nbsp;METHOD&nbsp;lif_badi~add_data.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_carrier&nbsp;&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;mt_carriers,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_travelag&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;mt_travelags.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;carrname&nbsp;-&nbsp;Buffer&nbsp;full<br />
*&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;mt_carriers&nbsp;IS&nbsp;INITIAL.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;carrid&nbsp;carrname&nbsp;FROM&nbsp;scarr<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;mt_carriers.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;READ&nbsp;TABLE&nbsp;mt_carriers&nbsp;INTO&nbsp;ls_carrier<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;TABLE&nbsp;KEY&nbsp;carrid&nbsp;=&nbsp;cs_booking-carrid.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;cs_booking-carrname&nbsp;=&nbsp;ls_carrier-carrname.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;agencyname&nbsp;and&nbsp;agencycity&nbsp;-&nbsp;buffer&nbsp;on&nbsp;demand<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;cs_booking-agencynum&nbsp;IS&nbsp;NOT&nbsp;INITIAL.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;READ&nbsp;TABLE&nbsp;mt_travelags&nbsp;INTO&nbsp;ls_travelag<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;TABLE&nbsp;KEY&nbsp;agencynum&nbsp;=&nbsp;cs_booking-agencynum.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;agencynum&nbsp;name&nbsp;city<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;stravelag<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;ls_travelag<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;agencynum&nbsp;=&nbsp;cs_booking-agencynum.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT&nbsp;ls_travelag&nbsp;INTO&nbsp;TABLE&nbsp;mt_travelags.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cs_booking-agencyname&nbsp;=&nbsp;ls_travelag-name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cs_booking-agencycity&nbsp;=&nbsp;ls_travelag-city.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lif_badi~add_data<br />
ENDCLASS.                    "lcl_im_badi IMPLEMENTATION<br />
<br />
<br />
START-OF-SELECTION.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;get&nbsp;Instanz&nbsp;of&nbsp;'BAdI'-Implementation<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_badi&nbsp;TYPE&nbsp;lcl_im_badi.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;carrid&nbsp;connid&nbsp;fldate&nbsp;bookid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;forcuram&nbsp;forcurkey&nbsp;agencynum<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;sbook<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;TABLE&nbsp;gt_bookings<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;customid&nbsp;&nbsp;&nbsp;=&nbsp;pa_cust&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cancelled&nbsp;&lt;&gt;&nbsp;'X'.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;call&nbsp;first&nbsp;method&nbsp;of&nbsp;'BAdI'-Implementation<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;go_badi-&gt;prepare<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it_bookings&nbsp;=&nbsp;gt_bookings.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;gt_bookings&nbsp;ASSIGNING&nbsp;&lt;fs_booking&gt;.<br />
   </div>
   <div class="codeComment">
*&nbsp;call&nbsp;second&nbsp;Method&nbsp;of&nbsp;'BAdI'-Implementation<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;go_badi-&gt;add_data<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cs_booking&nbsp;=&nbsp;&lt;fs_booking&gt;.<br />
&nbsp;&nbsp;ENDLOOP.<br />
<br />
&nbsp;&nbsp;CALL&nbsp;FUNCTION&nbsp;'BC402_DISPLAY_TABLE'<br />
&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ct_table&nbsp;=&nbsp;gt_bookings.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_CUST&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_READ_CATALOG</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_READ_CATALOG</h2>
<h3> Description: Memory Area Lectura Alumno 10</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC402_10_READ_CATALOG<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_read_catalog.<br />
<br />
DATA: go_handle  TYPE REF TO zcl_bc402_10_area,<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_catalog&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;zcl_bc402_10_catalog,<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;go_root&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;zcl_bc402_10_root,<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_flights&nbsp;&nbsp;&nbsp;TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bc402_t_sdynconn.<br />
<br />
PARAMETER:<br />
&nbsp;&nbsp;pa_frcit&nbsp;TYPE&nbsp;s_from_cit,<br />
&nbsp;&nbsp;pa_tocit&nbsp;TYPE&nbsp;s_to_city,<br />
&nbsp;&nbsp;pa_earli&nbsp;TYPE&nbsp;s_date,<br />
&nbsp;&nbsp;pa_lates&nbsp;TYPE&nbsp;s_date.<br />
<br />
START-OF-SELECTION.<br />
&nbsp;&nbsp;go_handle&nbsp;=&nbsp;zcl_bc402_10_area=&gt;attach_for_read(&nbsp;).<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_catalog<br />
*&nbsp;&nbsp;&nbsp;&nbsp;AREA&nbsp;HANDLE&nbsp;go_handle.<br />
*<br />
*&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_root<br />
*&nbsp;&nbsp;&nbsp;&nbsp;AREA&nbsp;HANDLE&nbsp;go_handle.<br />
<br />
*&nbsp;&nbsp;go_root-&gt;mo_catalog&nbsp;=&nbsp;go_catalog.<br />
*&nbsp;&nbsp;go_handle-&gt;set_root(&nbsp;root&nbsp;=&nbsp;go_root&nbsp;).<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;go_handle-&gt;root-&gt;mo_catalog-&gt;get_flights(<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_from_city&nbsp;=&nbsp;pa_frcit<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_to_city&nbsp;&nbsp;&nbsp;=&nbsp;pa_tocit<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_earliest&nbsp;&nbsp;=&nbsp;pa_earli<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_latest&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;pa_lates<br />
&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;et_flights&nbsp;&nbsp;&nbsp;=&nbsp;gt_flights&nbsp;).<br />
<br />
&nbsp;&nbsp;go_handle-&gt;detach(&nbsp;).<br />
<br />
&nbsp;&nbsp;CALL&nbsp;FUNCTION&nbsp;'BC402_DISPLAY_TABLE'<br />
&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ct_table&nbsp;=&nbsp;gt_flights.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_RTTC</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_RTTC</h2>
<h3> Description: Solution: Dynamic Creation of Data Object</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_DYS_CREATE_DATA<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_rttc MESSAGE-ID bc402.<br />
<br />
   </div>
   <div class="codeComment">
*DATA:<br />
*&nbsp;&nbsp;gt_cust&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_customers,<br />
*&nbsp;&nbsp;gt_conn&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_connections.<br />
<br />
   </div>
   <div class="code">
DATA:<br />
&nbsp;&nbsp;gr_data&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;data.<br />
<br />
DATA:<br />
&nbsp;&nbsp;gv_tabname&nbsp;&nbsp;TYPE&nbsp;string.<br />
<br />
DATA:<br />
&nbsp;&nbsp;gt_comp_names&nbsp;TYPE&nbsp;&nbsp;string_table,<br />
&nbsp;&nbsp;go_table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_abap_tabledescr.<br />
<br />
DATA:<br />
&nbsp;&nbsp;lo_struct&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_abap_structdescr.<br />
<br />
FIELD-SYMBOLS:<br />
&nbsp;&nbsp;&lt;fs_table&gt;&nbsp;TYPE&nbsp;ANY&nbsp;TABLE.<br />
<br />
SELECTION-SCREEN COMMENT 1(80) text-sel.<br />
<br />
   </div>
   <div class="codeComment">
*PARAMETERS:<br />
*&nbsp;&nbsp;&nbsp;pa_xconn&nbsp;&nbsp;TYPE&nbsp;xfeld&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;tab&nbsp;DEFAULT&nbsp;'X',<br />
*&nbsp;&nbsp;&nbsp;pa_xcust&nbsp;&nbsp;TYPE&nbsp;xfeld&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;tab&nbsp;.<br />
   </div>
   <div class="code">
PARAMETERS pa_tab TYPE dd02l-tabname DEFAULT 'SPFLI'.<br />
<br />
PARAMETERS:<br />
&nbsp;&nbsp;&nbsp;pa_nol&nbsp;&nbsp;&nbsp;TYPE&nbsp;i&nbsp;DEFAULT&nbsp;'100'.<br />
<br />
START-OF-SELECTION.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;specific&nbsp;part<br />
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;CASE&nbsp;'X'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_xconn.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_tabname&nbsp;=&nbsp;'SPFLI'.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSIGN&nbsp;gt_conn&nbsp;TO&nbsp;&lt;fs_table&gt;.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_xcust.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_tabname&nbsp;=&nbsp;'SCUSTOM'.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSIGN&nbsp;gt_cust&nbsp;TO&nbsp;&lt;fs_table&gt;.<br />
*<br />
*&nbsp;&nbsp;ENDCASE.<br />
<br />
*&nbsp;dynamic&nbsp;part<br />
*----------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;gv_tabname&nbsp;=&nbsp;pa_tab.<br />
<br />
&nbsp;&nbsp;CALL&nbsp;FUNCTION&nbsp;'BC402_SELECT_COMPONENTS'<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_tabname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;gv_tabname<br />
&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;et_comp_names&nbsp;&nbsp;=&nbsp;gt_comp_names<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type_not_found&nbsp;=&nbsp;1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no_structure&nbsp;&nbsp;&nbsp;=&nbsp;2<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no_ddic_type&nbsp;&nbsp;&nbsp;=&nbsp;3<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OTHERS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;CASE&nbsp;sy-subrc.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e050&nbsp;WITH&nbsp;gv_tabname.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e051&nbsp;WITH&nbsp;gv_tabname.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;3.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e052&nbsp;WITH&nbsp;gv_tabname.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;zcl_bc402_10_rttc=&gt;create_table_type<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_tabname&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;gv_tabname<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it_comp_names&nbsp;=&nbsp;gt_comp_names<br />
&nbsp;&nbsp;&nbsp;&nbsp;RECEIVING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ro_tabledescr&nbsp;=&nbsp;go_table.<br />
<br />
&nbsp;&nbsp;CREATE&nbsp;DATA&nbsp;gr_data&nbsp;TYPE&nbsp;HANDLE&nbsp;go_table.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;CREATE&nbsp;DATA&nbsp;gr_data&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;(gv_tabname).<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ASSIGN&nbsp;gr_data-&gt;*&nbsp;TO&nbsp;&lt;fs_table&gt;.<br />
<br />
&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;(gt_comp_names)&nbsp;FROM&nbsp;(gv_tabname)&nbsp;INTO&nbsp;TABLE&nbsp;&lt;fs_table&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UP&nbsp;TO&nbsp;pa_nol&nbsp;ROWS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_dynamic_osql_error.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e061.<br />
&nbsp;&nbsp;ENDTRY.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_bc402_dys_rtti_headers=&gt;write_headers_by_data<br />
*&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it_table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;gt_comp_names<br />
**&nbsp;&nbsp;EXCEPTIONS<br />
**&nbsp;&nbsp;&nbsp;&nbsp;no_structure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;1<br />
**&nbsp;&nbsp;&nbsp;&nbsp;no_ddic_type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;2<br />
**&nbsp;&nbsp;&nbsp;&nbsp;component_not_elem&nbsp;=&nbsp;3<br />
**&nbsp;&nbsp;&nbsp;&nbsp;others&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;4<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
**&nbsp;Implement&nbsp;suitable&nbsp;error&nbsp;handling&nbsp;here<br />
*&nbsp;&nbsp;ENDIF.<br />
*<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;zcl_bc402_10_rtti_headers=&gt;write_headers<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_tabname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;gv_tabname<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it_comp_names&nbsp;&nbsp;=&nbsp;gt_comp_names<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type_not_found&nbsp;=&nbsp;1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no_structure&nbsp;&nbsp;&nbsp;=&nbsp;2<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no_ddic_type&nbsp;&nbsp;&nbsp;=&nbsp;3<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;others&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;.<br />
<br />
&nbsp;&nbsp;CASE&nbsp;sy-subrc.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e050&nbsp;WITH&nbsp;gv_tabname.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e051&nbsp;WITH&nbsp;gv_tabname.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;3.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e052&nbsp;WITH&nbsp;gv_tabname.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;cl_bc402_dys_gen_types=&gt;write_any_table(&nbsp;&lt;fs_table&gt;&nbsp;).<br />
<br />
   </div>
   <div class="codeComment">
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;SEL&nbsp;Which&nbsp;database&nbsp;table&nbsp;should&nbsp;be&nbsp;read?<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_NOL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maximum&nbsp;Number&nbsp;of&nbsp;Lines<br />
*&nbsp;PA_TAB&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC402<br />
*050&nbsp;&nbsp;&nbsp;Type&nbsp;&1&nbsp;does&nbsp;not&nbsp;exist<br />
*051&nbsp;&nbsp;&nbsp;Type&nbsp;&1&nbsp;is&nbsp;not&nbsp;a&nbsp;structure&nbsp;type<br />
*052&nbsp;&nbsp;&nbsp;Type&nbsp;&1&nbsp;is&nbsp;not&nbsp;a&nbsp;type&nbsp;from&nbsp;ABAP&nbsp;Dictionary<br />
*061&nbsp;&nbsp;&nbsp;Error&nbsp;during&nbsp;dynamic&nbsp;database&nbsp;access<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_RTTI_HEADERS</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_RTTI_HEADERS</h2>
<h3> Description: Solution: Generic data types</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_DYS_GEN_TYPES<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_rtti_headers MESSAGE-ID bc402.<br />
<br />
   </div>
   <div class="codeComment">
*TYPE-POOLS:<br />
*&nbsp;&nbsp;&nbsp;abap.<br />
<br />
   </div>
   <div class="code">
DATA:<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;gt_cust&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_customers,<br />
*&nbsp;&nbsp;gt_conn&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;ty_connections,<br />
   </div>
   <div class="code">
&nbsp;&nbsp;gr_data&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;data.<br />
<br />
   </div>
   <div class="codeComment">
*DATA:<br />
*&nbsp;&nbsp;gv_methname&nbsp;TYPE&nbsp;string,<br />
*&nbsp;&nbsp;gt_parmbind&nbsp;TYPE&nbsp;abap_parmbind_tab,<br />
*&nbsp;&nbsp;gs_parmbind&nbsp;TYPE&nbsp;abap_parmbind.<br />
<br />
   </div>
   <div class="code">
DATA:<br />
&nbsp;&nbsp;gv_tabname&nbsp;&nbsp;TYPE&nbsp;string.<br />
<br />
FIELD-SYMBOLS:<br />
&nbsp;&nbsp;&lt;fs_table&gt;&nbsp;TYPE&nbsp;ANY&nbsp;TABLE.<br />
<br />
<br />
SELECTION-SCREEN COMMENT 1(80) text-sel.<br />
   </div>
   <div class="codeComment">
*PARAMETERS:<br />
*&nbsp;&nbsp;&nbsp;pa_xconn&nbsp;&nbsp;TYPE&nbsp;xfeld&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;tab&nbsp;DEFAULT&nbsp;'X',<br />
*&nbsp;&nbsp;&nbsp;pa_xcust&nbsp;&nbsp;TYPE&nbsp;xfeld&nbsp;RADIOBUTTON&nbsp;GROUP&nbsp;tab&nbsp;.<br />
   </div>
   <div class="code">
PARAMETERS:<br />
&nbsp;&nbsp;pa_tab&nbsp;TYPE&nbsp;dd02l-tabname&nbsp;DEFAULT&nbsp;'SPFLI'.<br />
PARAMETERS:<br />
&nbsp;&nbsp;&nbsp;pa_nol&nbsp;&nbsp;&nbsp;TYPE&nbsp;i&nbsp;DEFAULT&nbsp;'100'.<br />
<br />
START-OF-SELECTION.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;specific&nbsp;part<br />
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;CASE&nbsp;'X'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_xconn.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_tabname&nbsp;=&nbsp;'SPFLI'.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSIGN&nbsp;gt_conn&nbsp;TO&nbsp;&lt;fs_table&gt;.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;pa_xcust.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_tabname&nbsp;=&nbsp;'SCUSTOM'.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSIGN&nbsp;gt_cust&nbsp;TO&nbsp;&lt;fs_table&gt;.<br />
*<br />
*&nbsp;&nbsp;ENDCASE.<br />
<br />
*&nbsp;dynamic&nbsp;part<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
&nbsp;&nbsp;gv_tabname&nbsp;=&nbsp;pa_tab.<br />
&nbsp;&nbsp;TRY&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;DATA&nbsp;gr_data&nbsp;TYPE&nbsp;TABLE&nbsp;OF&nbsp;(gv_tabname).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSIGN&nbsp;gr_data-&gt;*&nbsp;TO&nbsp;&lt;fs_table&gt;&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;(gv_tabname)&nbsp;INTO&nbsp;TABLE&nbsp;&lt;fs_table&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UP&nbsp;TO&nbsp;pa_nol&nbsp;ROWS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_dynamic_osql_error.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e061.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_create_data_error.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;i806(bc402).<br />
&nbsp;&nbsp;ENDTRY.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;TRY.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_bc402_utilities=&gt;(gv_methname)<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PARAMETER-TABLE<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gt_parmbind.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_dyn_call_error.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e060.<br />
*&nbsp;&nbsp;ENDTRY.<br />
<br />
*&nbsp;&nbsp;TRY&nbsp;.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;zcl_bc402_10_rtti_headers=&gt;write_headers<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iv_tabname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;gv_tabname<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type_not_found&nbsp;=&nbsp;1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no_structure&nbsp;&nbsp;&nbsp;=&nbsp;2<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no_ddic_type&nbsp;&nbsp;&nbsp;=&nbsp;3<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;others&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;CASE&nbsp;sy-subrc.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e050&nbsp;WITH&nbsp;gv_tabname.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e051&nbsp;WITH&nbsp;gv_tabname.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;3.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e052&nbsp;WITH&nbsp;gv_tabname.<br />
&nbsp;&nbsp;ENDCASE.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_range_out_of_bounds.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;i654(bc402).<br />
*&nbsp;&nbsp;ENDTRY.<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;cl_bc402_dys_gen_types=&gt;write_any_table(&nbsp;&lt;fs_table&gt;&nbsp;).<br />
<br />
   </div>
   <div class="codeComment">
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;SEL&nbsp;From&nbsp;which&nbsp;database&nbsp;table&nbsp;is&nbsp;to&nbsp;be&nbsp;read?<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_NOL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;lines<br />
*&nbsp;PA_XCONN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SPFLI<br />
*&nbsp;PA_XCUST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SCUSTOM<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC402<br />
*050&nbsp;&nbsp;&nbsp;Type&nbsp;&1&nbsp;does&nbsp;not&nbsp;exist<br />
*051&nbsp;&nbsp;&nbsp;Type&nbsp;&1&nbsp;is&nbsp;not&nbsp;a&nbsp;structure&nbsp;type<br />
*052&nbsp;&nbsp;&nbsp;Type&nbsp;&1&nbsp;is&nbsp;not&nbsp;a&nbsp;type&nbsp;from&nbsp;ABAP&nbsp;Dictionary<br />
*061&nbsp;&nbsp;&nbsp;Error&nbsp;during&nbsp;dynamic&nbsp;database&nbsp;access<br />
*806&nbsp;&nbsp;&nbsp;&1&nbsp;is&nbsp;not&nbsp;a&nbsp;class<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_WRITE_CATALOG</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_WRITE_CATALOG</h2>
<h3> Description: Program ZBC402_10_WRITE_CATALOG</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC402_10_WRITE_CATALOG<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_write_catalog.<br />
<br />
DATA:<br />
&nbsp;&nbsp;go_handle&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;zcl_bc402_10_area,<br />
&nbsp;&nbsp;go_catalog&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;zcl_bc402_10_catalog,<br />
&nbsp;&nbsp;go_root&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;zcl_bc402_10_root,<br />
<br />
&nbsp;&nbsp;gt_flights&nbsp;&nbsp;&nbsp;TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bc402_t_sdynconn.<br />
<br />
START-OF-SELECTION.<br />
&nbsp;&nbsp;go_handle&nbsp;=&nbsp;zcl_bc402_10_area=&gt;attach_for_write(&nbsp;).<br />
<br />
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_root<br />
&nbsp;&nbsp;&nbsp;&nbsp;AREA&nbsp;HANDLE&nbsp;go_handle.<br />
<br />
&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;go_catalog<br />
&nbsp;&nbsp;&nbsp;&nbsp;AREA&nbsp;HANDLE&nbsp;go_handle.<br />
<br />
&nbsp;&nbsp;go_root-&gt;mo_catalog&nbsp;=&nbsp;go_catalog.<br />
&nbsp;&nbsp;go_handle-&gt;set_root(&nbsp;root&nbsp;=&nbsp;go_root&nbsp;).<br />
<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;*<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;spfli&nbsp;JOIN&nbsp;sflight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ON&nbsp;&nbsp;&nbsp;spfli~carrid&nbsp;=&nbsp;sflight~carrid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;spfli~connid&nbsp;=&nbsp;sflight~connid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF&nbsp;TABLE&nbsp;gt_flights.<br />
<br />
&nbsp;&nbsp;go_handle-&gt;root-&gt;mo_catalog-&gt;fill_catalog(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it_catalog&nbsp;=&nbsp;gt_flights&nbsp;).<br />
<br />
&nbsp;&nbsp;go_handle-&gt;detach_commit(&nbsp;).<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC410_SOLUTION_10_E01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC410_SOLUTION_10_E01</h2>
<h3> Description: Include ZBC410_SOLUTION_10_E01</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC410_SOLUTION_10_E01<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
LOAD-OF-PROGRAM.<br />
   </div>
   <div class="codeComment">
*&nbsp;get&nbsp;stored&nbsp;values&nbsp;from&nbsp;SAP&nbsp;memory<br />
   </div>
   <div class="code">
&nbsp;&nbsp;GET&nbsp;PARAMETER&nbsp;ID:<br />
&nbsp;&nbsp;'CAR'&nbsp;FIELD&nbsp;sdyn_conn-carrid,<br />
&nbsp;&nbsp;'CON'&nbsp;FIELD&nbsp;sdyn_conn-connid,<br />
&nbsp;&nbsp;'DAY'&nbsp;FIELD&nbsp;sdyn_conn-fldate.<br />
   </div>
   <div class="codeComment">
*&nbsp;retrieve&nbsp;detail&nbsp;data&nbsp;of&nbsp;flight<br />
   </div>
   <div class="code">
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*<br />
&nbsp;&nbsp;FROM&nbsp;sflight<br />
&nbsp;&nbsp;INTO&nbsp;ws_sflight<br />
&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;sdyn_conn-carrid&nbsp;AND<br />
&nbsp;&nbsp;connid&nbsp;=&nbsp;sdyn_conn-connid&nbsp;AND<br />
&nbsp;&nbsp;fldate&nbsp;=&nbsp;sdyn_conn-fldate.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC410_SOLUTION_10_I01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC410_SOLUTION_10_I01</h2>
<h3> Description: Include ZBC410_SOLUTION_10_I01</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
***INCLUDE&nbsp;ZBC410_SOLUTION_10_I01&nbsp;.<br />
*----------------------------------------------------------------------*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;CHECK_SFLIGHT&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE check_sflight INPUT.<br />
&nbsp;&nbsp;CLEAR&nbsp;ws_sflight.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*&nbsp;FROM&nbsp;sflight&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF&nbsp;ws_sflight<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;sdyn_conn-carrid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;=&nbsp;sdyn_conn-connid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fldate&nbsp;=&nbsp;sdyn_conn-fldate.<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e007(bc410).<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
ENDMODULE.                 " CHECK_SFLIGHT  INPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;USER_COMMAND_0100&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE user_command_0100 INPUT.<br />
&nbsp;&nbsp;CASE&nbsp;gv_salir.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'X'.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;IF&nbsp;sdyn_conn-mark&nbsp;=&nbsp;'X'.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;TO&nbsp;SCREEN&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'T'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;SCREEN&nbsp;150&nbsp;STARTING&nbsp;AT&nbsp;10&nbsp;10&nbsp;ENDING&nbsp;AT&nbsp;42&nbsp;11.<br />
&nbsp;&nbsp;ENDCASE.<br />
&nbsp;&nbsp;CASE&nbsp;ok_code.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'BACK'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;TO&nbsp;SCREEN&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'TIME'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;SCREEN&nbsp;150&nbsp;STARTING&nbsp;AT&nbsp;10&nbsp;10&nbsp;ENDING&nbsp;AT&nbsp;42&nbsp;11.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'MODE'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'SAVE'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UPDATE&nbsp;sflight&nbsp;FROM&nbsp;ws_sflight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;NE&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;a008(bc410).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;s009(bc410).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_ver&nbsp;=&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR:&nbsp;gv_mantfly,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantboo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;my_tabstrip-activetab&nbsp;=&nbsp;'FC1'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'FC1'&nbsp;OR&nbsp;'FC2'&nbsp;OR&nbsp;'FC3'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;my_tabstrip-activetab&nbsp;=&nbsp;ok_code.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'BACK'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;TO&nbsp;SCREEN&nbsp;0.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;CLEAR&nbsp;ok_code.<br />
ENDMODULE.                 " USER_COMMAND_0100  INPUT<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;salir_0100&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE salir_0100 INPUT.<br />
&nbsp;&nbsp;CASE&nbsp;ok_code.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'BACK'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;TO&nbsp;SCREEN&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'EXIT'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;PROGRAM.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'CANCEL'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR:&nbsp;sdyn_conn-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sdyn_conn-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sdyn_conn-fldate.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;PARAMETER&nbsp;ID:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'CAR'&nbsp;FIELD&nbsp;ws_sflight-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'CON'&nbsp;FIELD&nbsp;ws_sflight-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'DAY'&nbsp;FIELD&nbsp;ws_sflight-fldate.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR:&nbsp;ws_sflight,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;saplane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_ver&nbsp;=&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR:&nbsp;gv_mantfly,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantboo,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sdyn_conn.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;my_tabstrip-activetab&nbsp;=&nbsp;'FC1'.<br />
&nbsp;&nbsp;ENDCASE.<br />
ENDMODULE.                 " salir_0100  INPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;CHECK_PLANETYPE&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE check_planetype INPUT.<br />
&nbsp;&nbsp;IF&nbsp;sdyn_conn-planetype&nbsp;IS&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e555(bc410)&nbsp;WITH&nbsp;'Plane&nbsp;type&nbsp;needed'(plt).<br />
&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;seatsmax<br />
&nbsp;&nbsp;FROM&nbsp;saplane<br />
&nbsp;&nbsp;INTO&nbsp;sdyn_conn-seatsmax<br />
&nbsp;&nbsp;WHERE&nbsp;planetype&nbsp;=&nbsp;sdyn_conn-planetype.<br />
&nbsp;&nbsp;IF&nbsp;sdyn_conn-seatsocc&nbsp;&gt;&nbsp;sdyn_conn-seatsmax.<br />
&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e109(bc410).<br />
   </div>
   <div class="codeComment">
*&nbsp;number&nbsp;of&nbsp;seats&nbsp;booked&nbsp;exceeds&nbsp;aircraft&nbsp;capacity<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;MOVE-CORRESPONDING&nbsp;sdyn_conn&nbsp;TO&nbsp;ws_sflight.<br />
&nbsp;&nbsp;ENDIF.<br />
ENDMODULE.                 " CHECK_PLANETYPE  INPUT<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC410_SOLUTION_10_O01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC410_SOLUTION_10_O01</h2>
<h3> Description: Include ZBC410_SOLUTION_10_O01</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
***INCLUDE&nbsp;ZBC410_SOLUTION_10_O01&nbsp;.<br />
*----------------------------------------------------------------------*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;RELLENA_SDYN&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE rellena_sdyn OUTPUT.<br />
&nbsp;&nbsp;CLEAR&nbsp;ok_code.<br />
&nbsp;&nbsp;MOVE-CORRESPONDING&nbsp;ws_sflight&nbsp;TO&nbsp;sdyn_conn.<br />
&nbsp;&nbsp;gv_hora&nbsp;=&nbsp;sy-uzeit.<br />
&nbsp;&nbsp;IF&nbsp;gv_salir&nbsp;IS&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;CURSOR&nbsp;FIELD&nbsp;'SDYN_CONN-FLDATE'.<br />
&nbsp;&nbsp;ENDIF.<br />
ENDMODULE.                 " RELLENA_SDYN  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;STATUS_0100&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0100 OUTPUT.<br />
&nbsp;&nbsp;IF&nbsp;gv_mantfly&nbsp;=&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'STATUS-100'.<br />
&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'STATUS-100'&nbsp;EXCLUDING&nbsp;'SAVE'.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;CASE&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;gv_ver.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'VER'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;'110'.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;gv_mantfly.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'Mantener&nbsp;vuelo'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;'120'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;gv_mantboo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'Mantener&nbsp;reservas'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;'130'.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;my_tabstrip-activetab&nbsp;=&nbsp;'P1'.<br />
   </div>
   <div class="code">
ENDMODULE.                 " STATUS_0100  OUTPUT<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;STATUS_0150&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0150 OUTPUT.<br />
&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'STATUS-150'.<br />
&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-150'&nbsp;WITH&nbsp;ws_sflight-fldate.<br />
ENDMODULE.                 " STATUS_0150  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;modifica_0100&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE modifica_0100 OUTPUT.<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;SCREEN.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;screen-group1&nbsp;=&nbsp;'FLY'&nbsp;AND<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantfly&nbsp;=&nbsp;'&nbsp;'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-input&nbsp;=&nbsp;1.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;screen-group1&nbsp;=&nbsp;'BOK'&nbsp;AND<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantboo&nbsp;=&nbsp;'&nbsp;'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-input&nbsp;=&nbsp;1.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;screen-group2&nbsp;=&nbsp;'MOD'&nbsp;AND<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_ver&nbsp;=&nbsp;'X'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-input&nbsp;=&nbsp;0.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
*<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;gv_mantfly&nbsp;=&nbsp;'X'&nbsp;AND&nbsp;screen-name&nbsp;=&nbsp;'SDYN_CONN-PLANETYPE'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-input&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDLOOP.<br />
<br />
ENDMODULE.                 " modifica_0100  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;GET_SPFLI&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE get_spfli OUTPUT.<br />
&nbsp;&nbsp;ON&nbsp;CHANGE&nbsp;OF&nbsp;ws_sflight-carrid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OR&nbsp;ws_sflight-connid.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;CLEAR&nbsp;spfli.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF<br />
&nbsp;&nbsp;&nbsp;&nbsp;sdyn_conn&nbsp;FROM&nbsp;spfli<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;ws_sflight-carrid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;connid&nbsp;=&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;ENDON.<br />
ENDMODULE.                 " GET_SPFLI  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;GET_SPLANE&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE get_splane OUTPUT.<br />
&nbsp;&nbsp;CLEAR&nbsp;saplane.<br />
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*<br />
&nbsp;&nbsp;FROM&nbsp;saplane<br />
&nbsp;&nbsp;INTO&nbsp;saplane<br />
&nbsp;&nbsp;WHERE&nbsp;planetype&nbsp;=&nbsp;sdyn_conn-planetype.<br />
<br />
ENDMODULE.                 " GET_SPLANE  OUTPUT<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;FILL_DYNNR&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE fill_dynnr OUTPUT.<br />
&nbsp;&nbsp;CASE&nbsp;my_tabstrip-activetab.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'FC1'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;110.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'VER'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'FC2'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;120.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'Mantener&nbsp;vuelo'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'FC3'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'Mantener&nbsp;reservas'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;130.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;OTHERS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'VER'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;my_tabstrip-activetab&nbsp;=&nbsp;'FC1'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;110.<br />
&nbsp;&nbsp;ENDCASE.<br />
ENDMODULE.                 " FILL_DYNNR  OUTPUT<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC410_SOLUTION_10_TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC410_SOLUTION_10_TOP</h2>
<h3> Description: Include Modul pool</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Include&nbsp;ZBC410_SOLUTION_10_TOP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;Pool&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC410_SOLUTION_09<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
PROGRAM  zbc410_solution_10.<br />
<br />
TABLES: sdyn_conn,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;saplane.<br />
<br />
DATA: ws_sflight TYPE sflight,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_salir&nbsp;&nbsp;&nbsp;TYPE&nbsp;c,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_hora&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;syst-uzeit,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ok_code&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sy-ucomm,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sy-dynnr.<br />
<br />
DATA: gv_ver     TYPE c VALUE 'X',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantfly&nbsp;TYPE&nbsp;c,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantboo&nbsp;TYPE&nbsp;c.<br />
<br />
CONTROLS my_tabstrip TYPE TABSTRIP.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC410_SOLUTION_10B_E01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC410_SOLUTION_10B_E01</h2>
<h3> Description: Include ZBC410_SOLUTION_10_E01</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;Include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC410_SOLUTION_10_E01<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
LOAD-OF-PROGRAM.<br />
   </div>
   <div class="codeComment">
*&nbsp;get&nbsp;stored&nbsp;values&nbsp;from&nbsp;SAP&nbsp;memory<br />
   </div>
   <div class="code">
&nbsp;&nbsp;GET&nbsp;PARAMETER&nbsp;ID:<br />
&nbsp;&nbsp;'CAR'&nbsp;FIELD&nbsp;sdyn_conn-carrid,<br />
&nbsp;&nbsp;'CON'&nbsp;FIELD&nbsp;sdyn_conn-connid,<br />
&nbsp;&nbsp;'DAY'&nbsp;FIELD&nbsp;sdyn_conn-fldate.<br />
   </div>
   <div class="codeComment">
*&nbsp;retrieve&nbsp;detail&nbsp;data&nbsp;of&nbsp;flight<br />
   </div>
   <div class="code">
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*<br />
&nbsp;&nbsp;FROM&nbsp;sflight<br />
&nbsp;&nbsp;INTO&nbsp;ws_sflight<br />
&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;sdyn_conn-carrid&nbsp;AND<br />
&nbsp;&nbsp;connid&nbsp;=&nbsp;sdyn_conn-connid&nbsp;AND<br />
&nbsp;&nbsp;fldate&nbsp;=&nbsp;sdyn_conn-fldate.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC410_SOLUTION_10B_I01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC410_SOLUTION_10B_I01</h2>
<h3> Description: Include ZBC410_SOLUTION_10_I01</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
***INCLUDE&nbsp;ZBC410_SOLUTION_10_I01&nbsp;.<br />
*----------------------------------------------------------------------*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;CHECK_SFLIGHT&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE check_sflight INPUT.<br />
&nbsp;&nbsp;CLEAR&nbsp;ws_sflight.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*&nbsp;FROM&nbsp;sflight&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF&nbsp;ws_sflight<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;sdyn_conn-carrid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;=&nbsp;sdyn_conn-connid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fldate&nbsp;=&nbsp;sdyn_conn-fldate.<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e007(bc410).<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
ENDMODULE.                 " CHECK_SFLIGHT  INPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;USER_COMMAND_0100&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE user_command_0100 INPUT.<br />
&nbsp;&nbsp;CASE&nbsp;gv_salir.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'X'.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;IF&nbsp;sdyn_conn-mark&nbsp;=&nbsp;'X'.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;TO&nbsp;SCREEN&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'T'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;SCREEN&nbsp;150&nbsp;STARTING&nbsp;AT&nbsp;10&nbsp;10&nbsp;ENDING&nbsp;AT&nbsp;42&nbsp;11.<br />
&nbsp;&nbsp;ENDCASE.<br />
&nbsp;&nbsp;CASE&nbsp;ok_code.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'BACK'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;TO&nbsp;SCREEN&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'TIME'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;SCREEN&nbsp;150&nbsp;STARTING&nbsp;AT&nbsp;10&nbsp;10&nbsp;ENDING&nbsp;AT&nbsp;42&nbsp;11.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'MODE'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'SAVE'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UPDATE&nbsp;sflight&nbsp;FROM&nbsp;ws_sflight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;NE&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;a008(bc410).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;s009(bc410).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_ver&nbsp;=&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR:&nbsp;gv_mantfly,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantboo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;my_tabstrip-activetab&nbsp;=&nbsp;'FC1'.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'FC1'&nbsp;OR&nbsp;'FC2'&nbsp;OR&nbsp;'FC3'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;my_tabstrip-activetab&nbsp;=&nbsp;ok_code.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'BACK'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;TO&nbsp;SCREEN&nbsp;0.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
&nbsp;&nbsp;CLEAR&nbsp;ok_code.<br />
ENDMODULE.                 " USER_COMMAND_0100  INPUT<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;salir_0100&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE salir_0100 INPUT.<br />
&nbsp;&nbsp;CASE&nbsp;ok_code.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'BACK'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;TO&nbsp;SCREEN&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'EXIT'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LEAVE&nbsp;PROGRAM.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'CANCEL'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR:&nbsp;sdyn_conn-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sdyn_conn-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sdyn_conn-fldate.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;PARAMETER&nbsp;ID:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'CAR'&nbsp;FIELD&nbsp;ws_sflight-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'CON'&nbsp;FIELD&nbsp;ws_sflight-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'DAY'&nbsp;FIELD&nbsp;ws_sflight-fldate.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR:&nbsp;ws_sflight,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;saplane.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_ver&nbsp;=&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR:&nbsp;gv_mantfly,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantboo,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sdyn_conn.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;my_tabstrip-activetab&nbsp;=&nbsp;'FC1'.<br />
&nbsp;&nbsp;ENDCASE.<br />
ENDMODULE.                 " salir_0100  INPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;CHECK_PLANETYPE&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE check_planetype INPUT.<br />
&nbsp;&nbsp;IF&nbsp;sdyn_conn-planetype&nbsp;IS&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e555(bc410)&nbsp;WITH&nbsp;'Plane&nbsp;type&nbsp;needed'(plt).<br />
&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;seatsmax<br />
&nbsp;&nbsp;FROM&nbsp;saplane<br />
&nbsp;&nbsp;INTO&nbsp;sdyn_conn-seatsmax<br />
&nbsp;&nbsp;WHERE&nbsp;planetype&nbsp;=&nbsp;sdyn_conn-planetype.<br />
&nbsp;&nbsp;IF&nbsp;sdyn_conn-seatsocc&nbsp;&gt;&nbsp;sdyn_conn-seatsmax.<br />
&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e109(bc410).<br />
   </div>
   <div class="codeComment">
*&nbsp;number&nbsp;of&nbsp;seats&nbsp;booked&nbsp;exceeds&nbsp;aircraft&nbsp;capacity<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;MOVE-CORRESPONDING&nbsp;sdyn_conn&nbsp;TO&nbsp;ws_sflight.<br />
&nbsp;&nbsp;ENDIF.<br />
ENDMODULE.                 " CHECK_PLANETYPE  INPUT<br />
<br />
   </div>
   <div class="codeComment">
*&SPWIZARD:&nbsp;INPUT&nbsp;MODULE&nbsp;FOR&nbsp;TS&nbsp;'MY_TABSTRIP'.&nbsp;DO&nbsp;NOT&nbsp;CHANGE&nbsp;THIS&nbsp;LINE!<br />
*&SPWIZARD:&nbsp;GETS&nbsp;ACTIVE&nbsp;TAB<br />
   </div>
   <div class="code">
MODULE MY_TABSTRIP_ACTIVE_TAB_GET INPUT.<br />
&nbsp;&nbsp;OK_CODE&nbsp;=&nbsp;SY-UCOMM.<br />
&nbsp;&nbsp;CASE&nbsp;OK_CODE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;C_MY_TABSTRIP-TAB1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G_MY_TABSTRIP-PRESSED_TAB&nbsp;=&nbsp;C_MY_TABSTRIP-TAB1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;C_MY_TABSTRIP-TAB2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G_MY_TABSTRIP-PRESSED_TAB&nbsp;=&nbsp;C_MY_TABSTRIP-TAB2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;C_MY_TABSTRIP-TAB3.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G_MY_TABSTRIP-PRESSED_TAB&nbsp;=&nbsp;C_MY_TABSTRIP-TAB3.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;OTHERS.<br />
   </div>
   <div class="codeComment">
*&SPWIZARD:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DO&nbsp;NOTHING<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ENDCASE.<br />
ENDMODULE.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC410_SOLUTION_10B_O01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC410_SOLUTION_10B_O01</h2>
<h3> Description: Include ZBC410_SOLUTION_10_O01</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
***INCLUDE&nbsp;ZBC410_SOLUTION_10_O01&nbsp;.<br />
*----------------------------------------------------------------------*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;RELLENA_SDYN&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE rellena_sdyn OUTPUT.<br />
&nbsp;&nbsp;CLEAR&nbsp;ok_code.<br />
&nbsp;&nbsp;MOVE-CORRESPONDING&nbsp;ws_sflight&nbsp;TO&nbsp;sdyn_conn.<br />
&nbsp;&nbsp;gv_hora&nbsp;=&nbsp;sy-uzeit.<br />
&nbsp;&nbsp;IF&nbsp;gv_salir&nbsp;IS&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;CURSOR&nbsp;FIELD&nbsp;'SDYN_CONN-FLDATE'.<br />
&nbsp;&nbsp;ENDIF.<br />
ENDMODULE.                 " RELLENA_SDYN  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;STATUS_0100&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0100 OUTPUT.<br />
&nbsp;&nbsp;IF&nbsp;gv_mantfly&nbsp;=&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'STATUS-100'.<br />
&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'STATUS-100'&nbsp;EXCLUDING&nbsp;'SAVE'.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;CASE&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;gv_ver.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'VER'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;'110'.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;gv_mantfly.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'Mantener&nbsp;vuelo'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;'120'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;gv_mantboo.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'Mantener&nbsp;reservas'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;'130'.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;my_tabstrip-activetab&nbsp;=&nbsp;'P1'.<br />
   </div>
   <div class="code">
ENDMODULE.                 " STATUS_0100  OUTPUT<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;STATUS_0150&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0150 OUTPUT.<br />
&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'STATUS-150'.<br />
&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-150'&nbsp;WITH&nbsp;ws_sflight-fldate.<br />
ENDMODULE.                 " STATUS_0150  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;modifica_0100&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE modifica_0100 OUTPUT.<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;SCREEN.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;screen-group1&nbsp;=&nbsp;'FLY'&nbsp;AND<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantfly&nbsp;=&nbsp;'&nbsp;'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-input&nbsp;=&nbsp;1.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;screen-group1&nbsp;=&nbsp;'BOK'&nbsp;AND<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantboo&nbsp;=&nbsp;'&nbsp;'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-input&nbsp;=&nbsp;1.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;screen-group2&nbsp;=&nbsp;'MOD'&nbsp;AND<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_ver&nbsp;=&nbsp;'X'.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-input&nbsp;=&nbsp;0.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
*<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;gv_mantfly&nbsp;=&nbsp;'X'&nbsp;AND&nbsp;screen-name&nbsp;=&nbsp;'SDYN_CONN-PLANETYPE'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-input&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDLOOP.<br />
<br />
ENDMODULE.                 " modifica_0100  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;GET_SPFLI&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE get_spfli OUTPUT.<br />
&nbsp;&nbsp;ON&nbsp;CHANGE&nbsp;OF&nbsp;ws_sflight-carrid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OR&nbsp;ws_sflight-connid.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;CLEAR&nbsp;spfli.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF<br />
&nbsp;&nbsp;&nbsp;&nbsp;sdyn_conn&nbsp;FROM&nbsp;spfli<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;ws_sflight-carrid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;connid&nbsp;=&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;ENDON.<br />
ENDMODULE.                 " GET_SPFLI  OUTPUT<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;GET_SPLANE&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE get_splane OUTPUT.<br />
&nbsp;&nbsp;CLEAR&nbsp;saplane.<br />
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*<br />
&nbsp;&nbsp;FROM&nbsp;saplane<br />
&nbsp;&nbsp;INTO&nbsp;saplane<br />
&nbsp;&nbsp;WHERE&nbsp;planetype&nbsp;=&nbsp;sdyn_conn-planetype.<br />
<br />
ENDMODULE.                 " GET_SPLANE  OUTPUT<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;FILL_DYNNR&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE fill_dynnr OUTPUT.<br />
&nbsp;&nbsp;CASE&nbsp;my_tabstrip-activetab.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'FC1'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;110.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'VER'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'FC2'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;120.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'Mantener&nbsp;vuelo'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'FC3'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'Mantener&nbsp;reservas'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;130.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;OTHERS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;&nbsp;'TITULO-100'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;'VER'&nbsp;ws_sflight-carrid&nbsp;ws_sflight-connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;my_tabstrip-activetab&nbsp;=&nbsp;'FC1'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;=&nbsp;110.<br />
&nbsp;&nbsp;ENDCASE.<br />
ENDMODULE.                 " FILL_DYNNR  OUTPUT<br />
<br />
   </div>
   <div class="codeComment">
*&SPWIZARD:&nbsp;OUTPUT&nbsp;MODULE&nbsp;FOR&nbsp;TS&nbsp;'MY_TABSTRIP'.&nbsp;DO&nbsp;NOT&nbsp;CHANGE&nbsp;THIS&nbsp;LINE!<br />
*&SPWIZARD:&nbsp;SETS&nbsp;ACTIVE&nbsp;TAB<br />
   </div>
   <div class="code">
MODULE MY_TABSTRIP_ACTIVE_TAB_SET OUTPUT.<br />
&nbsp;&nbsp;MY_TABSTRIP-ACTIVETAB&nbsp;=&nbsp;G_MY_TABSTRIP-PRESSED_TAB.<br />
&nbsp;&nbsp;CASE&nbsp;G_MY_TABSTRIP-PRESSED_TAB.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;C_MY_TABSTRIP-TAB1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G_MY_TABSTRIP-SUBSCREEN&nbsp;=&nbsp;'0110'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;C_MY_TABSTRIP-TAB2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G_MY_TABSTRIP-SUBSCREEN&nbsp;=&nbsp;'0120'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;C_MY_TABSTRIP-TAB3.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G_MY_TABSTRIP-SUBSCREEN&nbsp;=&nbsp;'0130'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;OTHERS.<br />
   </div>
   <div class="codeComment">
*&SPWIZARD:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DO&nbsp;NOTHING<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ENDCASE.<br />
ENDMODULE.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC410_SOLUTION_10B_TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC410_SOLUTION_10B_TOP</h2>
<h3> Description: Include Modul pool</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Include&nbsp;ZBC410_SOLUTION_10_TOP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;Pool&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZBC410_SOLUTION_09<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
PROGRAM  zbc410_solution_10.<br />
<br />
TABLES: sdyn_conn,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;saplane.<br />
<br />
DATA: ws_sflight TYPE sflight,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_salir&nbsp;&nbsp;&nbsp;TYPE&nbsp;c,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_hora&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;syst-uzeit,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ok_code&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sy-ucomm,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dynnr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;sy-dynnr.<br />
<br />
DATA: gv_ver     TYPE c VALUE 'X',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantfly&nbsp;TYPE&nbsp;c,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_mantboo&nbsp;TYPE&nbsp;c.<br />
<br />
   </div>
   <div class="codeComment">
*CONTROLS&nbsp;my_tabstrip&nbsp;TYPE&nbsp;TABSTRIP.<br />
<br />
*&SPWIZARD:&nbsp;FUNCTION&nbsp;CODES&nbsp;FOR&nbsp;TABSTRIP&nbsp;'MY_TABSTRIP'<br />
   </div>
   <div class="code">
CONSTANTS: BEGIN OF C_MY_TABSTRIP,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TAB1&nbsp;LIKE&nbsp;SY-UCOMM&nbsp;VALUE&nbsp;'FC1',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TAB2&nbsp;LIKE&nbsp;SY-UCOMM&nbsp;VALUE&nbsp;'FC2',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TAB3&nbsp;LIKE&nbsp;SY-UCOMM&nbsp;VALUE&nbsp;'FC3',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;C_MY_TABSTRIP.<br />
   </div>
   <div class="codeComment">
*&SPWIZARD:&nbsp;DATA&nbsp;FOR&nbsp;TABSTRIP&nbsp;'MY_TABSTRIP'<br />
   </div>
   <div class="code">
CONTROLS:  MY_TABSTRIP TYPE TABSTRIP.<br />
DATA:      BEGIN OF G_MY_TABSTRIP,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUBSCREEN&nbsp;&nbsp;&nbsp;LIKE&nbsp;SY-DYNNR,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PROG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LIKE&nbsp;SY-REPID&nbsp;VALUE&nbsp;'ZBC410_SOLUTION_10_B',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRESSED_TAB&nbsp;LIKE&nbsp;SY-UCOMM&nbsp;VALUE&nbsp;C_MY_TABSTRIP-TAB1,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END&nbsp;OF&nbsp;G_MY_TABSTRIP.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC427_10_IEP_FM</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC427_10_IEP_FM</h2>
<h3> Description: Template Program for the "Enhancement SAP Function Module" Exercise</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
REPORT  zbc427_10_iep_fm.<br />
<br />
PARAMETERS: netprice  TYPE bc427_price,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;discount&nbsp;&nbsp;TYPE&nbsp;i.<br />
<br />
DATA: fullprice  TYPE bc427_price,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;discprice&nbsp;&nbsp;TYPE&nbsp;bc427_price.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;Calling&nbsp;the&nbsp;enhanced&nbsp;function&nbsp;module<br />
   </div>
   <div class="code">
...<br />
CALL FUNCTION 'BC427_10_CALC_PRICE'<br />
&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;im_netprice&nbsp;&nbsp;=&nbsp;netprice<br />
&nbsp;&nbsp;&nbsp;&nbsp;im_discount&nbsp;&nbsp;=&nbsp;discount<br />
&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;ex_fullprice&nbsp;=&nbsp;fullprice<br />
&nbsp;&nbsp;&nbsp;&nbsp;ex_discprice&nbsp;=&nbsp;discprice.<br />
<br />
<br />
WRITE: / 'Full price :',     18 fullprice,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Discount&nbsp;price&nbsp;:',&nbsp;18&nbsp;discprice.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;DISCOUNT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Discount&nbsp;in&nbsp;%<br />
*&nbsp;NETPRICE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Net&nbsp;Price<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC427_IEP_CLASS_10</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC427_IEP_CLASS_10</h2>
<h3> Description: Template Program for the "Enhance global SAP Class" Exercise</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
REPORT  zbc427_iep_class_10.<br />
<br />
PARAMETERS: p_name TYPE string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p_age&nbsp;TYPE&nbsp;i.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;Create&nbsp;object&nbsp;using&nbsp;the&nbsp;enhanced&nbsp;instance&nbsp;constructor<br />
   </div>
   <div class="code">
...<br />
DATA r_person TYPE REF TO cl_bc427_person_10.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;Call&nbsp;method&nbsp;DISPLAY_ATTRIBUTES<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;DISCOUNT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Discount&nbsp;in&nbsp;%<br />
*&nbsp;NETPRICE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Net&nbsp;Price<br />
*&nbsp;P_AGE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Age<br />
*&nbsp;P_NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZFLIGHT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZFLIGHT10</h2>
  <h3>Description: Flight</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>MANDT</td>
  <td>1</td>
  <td>X</td>
  <td>S_MANDT</td>
  <td>MANDT</td>
  <td>CLNT</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Client</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>CARRID</td>
  <td>2</td>
  <td>X</td>
  <td>S_CARR_ID</td>
  <td>S_CARR_ID</td>
  <td>CHAR</td>
  <td>3</td>
  <td>&nbsp;</td>
  <td>Airline Code</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>CONNID</td>
  <td>3</td>
  <td>X</td>
  <td>S_CONN_ID</td>
  <td>S_CONN_ID</td>
  <td>NUMC</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>Flight Connection Number</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>FLDATE</td>
  <td>4</td>
  <td>X</td>
  <td>S_DATE</td>
  <td>S_DATE</td>
  <td>DATS</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>Flight date</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>PRICE</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_PRICE</td>
  <td>S_PRICE</td>
  <td>CURR</td>
  <td>15</td>
  <td>&nbsp;</td>
  <td>Airfare</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>CURRENCY</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>S_CURRCODE</td>
  <td>S_CURR</td>
  <td>CUKY</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>Local currency of airline</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>PLANETYPE</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>S_PLANETYE</td>
  <td>S_PLANE</td>
  <td>CHAR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Aircraft Type</td>
</tr>
<tr class="cell">
  <td> 8</td>
  <td>SEATSMAX</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_SEATSMAX</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Maximum capacity in economy class</td>
</tr>
<tr class="cell">
  <td> 9</td>
  <td>SEATSOCC</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>S_SEATSOCC</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Occupied seats in economy class</td>
</tr>
<tr class="cell">
  <td>10</td>
  <td>PAYMENTSUM</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>S_SUM</td>
  <td>S_SUM</td>
  <td>CURR</td>
  <td>17</td>
  <td>&nbsp;</td>
  <td>Total of current bookings</td>
</tr>
<tr class="cell">
  <td>11</td>
  <td>SEATSMAX_B</td>
  <td>11</td>
  <td>&nbsp;</td>
  <td>S_SMAX_B</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Maximum capacity in business class</td>
</tr>
<tr class="cell">
  <td>12</td>
  <td>SEATSOCC_B</td>
  <td>12</td>
  <td>&nbsp;</td>
  <td>S_SOCC_B</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Occupied seats in business class</td>
</tr>
<tr class="cell">
  <td>13</td>
  <td>SEATSMAX_F</td>
  <td>13</td>
  <td>&nbsp;</td>
  <td>S_SMAX_F</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Maximum capacity in first class</td>
</tr>
<tr class="cell">
  <td>14</td>
  <td>SEATSOCC_F</td>
  <td>14</td>
  <td>&nbsp;</td>
  <td>S_SOCC_F</td>
  <td>S_SEATS</td>
  <td>INT4</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Occupied seats in first class</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
  <table class="outerTable">
    <tr>
      <td><h2>Fixed Domain Values </h2>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Domain Name</th>
  <th>Value Low</th>
  <th>Value High</th>
  <th>Text</th>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
<tr class="cell">
  <td>S_SEATS</td>
  <td>0</td>
  <td>10000</td>
  <td>Whole numbers</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC430_10_DATA_ELEMENTS</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC430_10_DATA_ELEMENTS</h2>
<h3> Description: Program ZBC430_10_DATA_ELEMENTS</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC430_10_DATA_ELEMENTS<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc430_10_data_elements.<br />
PARAMETERS:<br />
&nbsp;&nbsp;pa_fname&nbsp;TYPE&nbsp;zfirstname10,<br />
&nbsp;&nbsp;pa_lname&nbsp;TYPE&nbsp;zlastname10,<br />
&nbsp;&nbsp;pa_activ&nbsp;TYPE&nbsp;zassets10,<br />
&nbsp;&nbsp;pa_liabs&nbsp;TYPE&nbsp;zliabilities10.<br />
<br />
DATA: result TYPE zassets10.<br />
<br />
START-OF-SELECTION.<br />
&nbsp;&nbsp;NEW-LINE.<br />
&nbsp;&nbsp;WRITE:&nbsp;'Client:'(cli),&nbsp;pa_fname,&nbsp;pa_lname.<br />
&nbsp;&nbsp;result&nbsp;=&nbsp;pa_activ&nbsp;-&nbsp;pa_liabs.<br />
&nbsp;&nbsp;NEW-LINE.<br />
&nbsp;&nbsp;WRITE:&nbsp;'Finance:'(fin),&nbsp;pa_activ,&nbsp;pa_liabs,&nbsp;result.<br />
<br />
   </div>
   <div class="codeComment">
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;CLI&nbsp;Client:<br />
*&nbsp;FIN&nbsp;Finance:<br />
<br />
<br />
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_ACTIV&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;PA_FNAME&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;PA_LIABS&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;PA_LNAME&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC430_10_ITAB_SORTED</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC430_10_ITAB_SORTED</h2>
<h3> Description: Report ZBC430_10_ITAB_SORTED</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC430_10_ITAB_SORTED<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc430_10_itab_sorted.<br />
<br />
DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight&nbsp;TYPE&nbsp;sflight,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it_flight&nbsp;&nbsp;TYPE&nbsp;zit_sflight10.<br />
<br />
WRITE / 'Printout in tableorder of Database:'.<br />
<br />
SELECT * FROM sflight<br />
INTO wa_sflight<br />
WHERE carrid = 'JL'.<br />
&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;wa_sflight-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight-fldate,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight-price,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight-currency,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight-planetype.<br />
ENDSELECT.<br />
<br />
ULINE.<br />
<br />
SELECT * FROM sflight<br />
INTO TABLE it_flight<br />
WHERE carrid = 'JL'.<br />
<br />
WRITE / 'Printout in tableorder of sorted ITAB:'.<br />
<br />
LOOP AT it_flight INTO wa_sflight.<br />
&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;wa_sflight-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight-fldate,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight-price,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight-currency,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_sflight-planetype.<br />
ENDLOOP.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object (Table Type)- ZIT_SFLIGHT10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table:ZIT_SFLIGHT10</h2>
  <h3>Description:Table flights Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Name of table type</th>
  <th>Name of row type for table types</th>
  <th>Category of table type (range or general table type)</th>
  <th>Elem. type of LOW and HIGH components of a Ranges type</th>
  <th>Type of Object Referenced</th>
  <th>Initial Line Number for Table Types</th>
  <th>Description</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>ZIT_SFLIGHT10</td>
  <td>SFLIGHT</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>00000</td>
  <td>Table flights Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC430_10_STRUCT_DEEP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC430_10_STRUCT_DEEP</h2>
<h3> Description: Program ZBC430_10_STRUCT_NESTED</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC430_10_STRUCT_NESTED<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc430_10_struct_deep.<br />
<br />
DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_person&nbsp;TYPE&nbsp;zperson10,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_phone&nbsp;&nbsp;TYPE&nbsp;str_phone.<br />
<br />
START-OF-SELECTION.<br />
&nbsp;&nbsp;wa_person-name-firstname&nbsp;=&nbsp;'Harry'.<br />
&nbsp;&nbsp;wa_person-name-lastname&nbsp;=&nbsp;'Potter'.<br />
&nbsp;&nbsp;wa_person-street&nbsp;=&nbsp;'Privet&nbsp;Drive'.<br />
&nbsp;&nbsp;wa_person-nr&nbsp;=&nbsp;'3'.<br />
&nbsp;&nbsp;wa_person-zip&nbsp;=&nbsp;'GB-10889'.<br />
&nbsp;&nbsp;wa_person-city&nbsp;=&nbsp;'London'.<br />
&nbsp;&nbsp;CLEAR&nbsp;wa_phone.<br />
&nbsp;&nbsp;wa_phone-p_type&nbsp;=&nbsp;'MOV'.<br />
&nbsp;&nbsp;wa_phone-p_number&nbsp;=&nbsp;'644469792'.<br />
&nbsp;&nbsp;INSERT&nbsp;wa_phone&nbsp;INTO&nbsp;TABLE&nbsp;wa_person-phone.<br />
&nbsp;&nbsp;CLEAR&nbsp;wa_phone.<br />
&nbsp;&nbsp;wa_phone-p_type&nbsp;=&nbsp;'CAS'.<br />
&nbsp;&nbsp;wa_phone-p_number&nbsp;=&nbsp;'644469793'.<br />
&nbsp;&nbsp;INSERT&nbsp;wa_phone&nbsp;INTO&nbsp;TABLE&nbsp;wa_person-phone.<br />
&nbsp;&nbsp;CLEAR&nbsp;wa_phone.<br />
&nbsp;&nbsp;wa_phone-p_type&nbsp;=&nbsp;'TRA'.<br />
&nbsp;&nbsp;wa_phone-p_number&nbsp;=&nbsp;'644469794'.<br />
&nbsp;&nbsp;INSERT&nbsp;wa_phone&nbsp;INTO&nbsp;TABLE&nbsp;wa_person-phone.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;wa_person-phone&nbsp;=&nbsp;'644469792'.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;wa_person-name-firstname&nbsp;,<br />
&nbsp;&nbsp;wa_person-name-lastname&nbsp;,<br />
&nbsp;&nbsp;wa_person-street&nbsp;,<br />
&nbsp;&nbsp;wa_person-nr&nbsp;,<br />
&nbsp;&nbsp;wa_person-zip&nbsp;,<br />
&nbsp;&nbsp;wa_person-city&nbsp;.<br />
&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;'Phone-Numbers:'.<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;wa_person-phone&nbsp;INTO&nbsp;wa_phone.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;AT&nbsp;20&nbsp;wa_phone-p_type,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wa_phone-p_number.<br />
&nbsp;&nbsp;&nbsp;&nbsp;NEW-LINE.<br />
&nbsp;&nbsp;ENDLOOP.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZPERSON10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZPERSON10</h2>
  <h3>Description: Person Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>NAME</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>ZNAME10</td>
  <td>&nbsp;</td>
  <td>STRU</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Name Alumno 10</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>.INCLUDE</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>ZADDRESS10</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Address Alumno 10</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>STREET</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_STREET</td>
  <td>S_STREET</td>
  <td>CHAR</td>
  <td>30</td>
  <td>X</td>
  <td>Street</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>NR</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>S_NO</td>
  <td>S_NUMBER</td>
  <td>DEC</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Number</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>ZIP</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>POSTCODE</td>
  <td>POSTCODE</td>
  <td>CHAR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Postal Code</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>CITY</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_CITY</td>
  <td>S_CITY</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>City</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>PHONE</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>ZIT_PHONE_NUMBER10</td>
  <td>&nbsp;</td>
  <td>TTYP</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Phone Number Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_10_COMPUTE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_10_COMPUTE</h2>
<h3> Description: Clase Compute</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: X<br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_10_COMPUTE definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;final<br />
&nbsp;&nbsp;create&nbsp;public&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/get_percentage.html">GET_PERCENTAGE</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IV_MAX&nbsp;type&nbsp;BC400_MAX<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IV_ACT&nbsp;type&nbsp;BC400_ACT<br />
&nbsp;&nbsp;&nbsp;&nbsp;exporting<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EV_PERCENTAGE&nbsp;type&nbsp;BC400_PERC&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
private section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_10_COMPUTE and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>GET_PERCENTAGE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: GET_PERCENTAGE</h2>
<h3> Description: Calcula el porcentaje</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD get_percentage.<br />
&nbsp;&nbsp;IF&nbsp;NOT&nbsp;iv_max&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ev_percentage&nbsp;=&nbsp;iv_act&nbsp;*&nbsp;iv_max&nbsp;/&nbsp;100.<br />
&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ev_percentage&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;ENDIF.<br />
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_10_HOTEL</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_10_HOTEL</h2>
<h3> Description: Clase global Hotel Alumno 10</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: <br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_10_HOTEL definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;inheriting&nbsp;from&nbsp;ZCL_10_HOUSES<br />
&nbsp;&nbsp;create&nbsp;public&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/constructor.html">CONSTRUCTOR</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IM_NAME&nbsp;type&nbsp;STRING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IM_BEDS&nbsp;type&nbsp;I&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/display_n_o_hotels&nbsp;..html">DISPLAY_N_O_HOTELS&nbsp;.</a><br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/display_attributes.html">DISPLAY_ATTRIBUTES</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;redefinition&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
private section.<br />
<br />
&nbsp;&nbsp;data&nbsp;MV_BEDS&nbsp;type&nbsp;I&nbsp;.<br />
&nbsp;&nbsp;class-data&nbsp;GV_N_O_HOTELS&nbsp;type&nbsp;I&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_10_HOTEL and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>CONSTRUCTOR</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: CONSTRUCTOR</h2>
<h3> Description: CONSTRUCTOR</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD constructor.<br />
&nbsp;&nbsp;super-&gt;constructor(&nbsp;im_name&nbsp;).<br />
&nbsp;&nbsp;mv_beds&nbsp;=&nbsp;im_beds.<br />
<br />
&nbsp;&nbsp;ADD&nbsp;1&nbsp;TO&nbsp;gv_n_o_hotels.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;zif_10_partner~partner_created.<br />
<br />
   </div>
   <div class="code">
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>DISPLAY_ATTRIBUTES</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: DISPLAY_ATTRIBUTES</h2>
<h3> Description: Redefined: Muestra atributos</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD display_attributes.<br />
&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;super-&gt;display_attributes<br />
&nbsp;&nbsp;&nbsp;&nbsp;.<br />
&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Num.&nbsp;Camas:'(022),&nbsp;AT&nbsp;c_pos_1&nbsp;mv_beds&nbsp;LEFT-JUSTIFIED.<br />
<br />
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>DISPLAY_N_O_HOTELS</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: DISPLAY_N_O_HOTELS</h2>
<h3> Description: Muestra numero de hoteles</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;METHOD&nbsp;display_n_o_hotels.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Numero&nbsp;de&nbsp;hoteles:'(023),&nbsp;AT&nbsp;c_pos_1&nbsp;gv_n_o_hotels&nbsp;LEFT-JUSTIFIED.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_n_o_hotels<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_10_HOUSES</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_10_HOUSES</h2>
<h3> Description: Casas alumno 10</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: <br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_10_HOUSES definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;create&nbsp;public&nbsp;.<br />
<br />
public section.<br />
<br />
include structure <a href ="zif_10_partner /dictionary-zif_10_partner .html">ZIF_10_PARTNER </a>.<br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/constructor.html">CONSTRUCTOR</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IM_NAME&nbsp;type&nbsp;STRING&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/display_attributes&nbsp;..html">DISPLAY_ATTRIBUTES&nbsp;.</a><br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
private section.<br />
<br />
&nbsp;&nbsp;data&nbsp;MV_NAME&nbsp;type&nbsp;STRING&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
protected section.<br />
<br />
&nbsp;&nbsp;constants&nbsp;C_POS_1&nbsp;type&nbsp;I&nbsp;value&nbsp;30.&nbsp;"#EC&nbsp;NOTEXT<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_10_HOUSES and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>CONSTRUCTOR</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: CONSTRUCTOR</h2>
<h3> Description: Constructor</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;METHOD&nbsp;constructor.<br />
&nbsp;&nbsp;&nbsp;&nbsp;mv_name&nbsp;=&nbsp;im_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EVENT&nbsp;zif_10_partner~partner_created.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"constructor<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>DISPLAY_ATTRIBUTES</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: DISPLAY_ATTRIBUTES</h2>
<h3> Description: Muestra atributos</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;METHOD&nbsp;display_attributes.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WRITE:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;'Nombre:'(021),&nbsp;AT&nbsp;c_pos_1&nbsp;mv_name.<br />
&nbsp;&nbsp;ENDMETHOD.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display_attributes<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZIF_10_PARTNER~DISPLAY_PARTNER</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZIF_10_PARTNER~DISPLAY_PARTNER</h2>
<h3> Description: Muestra los atributos</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD zif_10_partner~display_partner.<br />
&nbsp;&nbsp;display_attributes(&nbsp;).<br />
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_BC402_10_AREA</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_BC402_10_AREA</h2>
<h3> Description: Memory Area Alumno 10</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Private<br />
Message class: <br />
State: Implemented<br />
Final Indicator: X<br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_BC402_10_AREA definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;inheriting&nbsp;from&nbsp;CL_SHM_AREA<br />
&nbsp;&nbsp;final<br />
&nbsp;&nbsp;create&nbsp;private<br />
<br />
&nbsp;&nbsp;global&nbsp;friends&nbsp;CL_SHM_AREA&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;constants&nbsp;AREA_NAME&nbsp;type&nbsp;SHM_AREA_NAME&nbsp;value&nbsp;'ZCL_BC402_10_AREA'.&nbsp;"#EC&nbsp;NOTEXT<br />
&nbsp;&nbsp;data&nbsp;ROOT&nbsp;type&nbsp;ref&nbsp;to&nbsp;ZCL_BC402_10_ROOT&nbsp;read-only&nbsp;.<br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/class_constructor&nbsp;..html">CLASS_CONSTRUCTOR&nbsp;.</a><br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/get_generator_version.html">GET_GENERATOR_VERSION</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(GENERATOR_VERSION)&nbsp;type&nbsp;I&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/attach_for_read.html">ATTACH_FOR_READ</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLIENT&nbsp;type&nbsp;SHM_CLIENT&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INST_NAME&nbsp;type&nbsp;SHM_INST_NAME&nbsp;default&nbsp;CL_SHM_AREA=&gt;DEFAULT_INSTANCE<br />
&nbsp;&nbsp;&nbsp;&nbsp;preferred&nbsp;parameter&nbsp;INST_NAME<br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(HANDLE)&nbsp;type&nbsp;ref&nbsp;to&nbsp;ZCL_BC402_10_AREA<br />
&nbsp;&nbsp;&nbsp;&nbsp;raising<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_INCONSISTENT<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_NO_ACTIVE_VERSION<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_READ_LOCK_ACTIVE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_EXCLUSIVE_LOCK_ACTIVE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_PARAMETER_ERROR<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_CHANGE_LOCK_ACTIVE&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/attach_for_write.html">ATTACH_FOR_WRITE</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLIENT&nbsp;type&nbsp;SHM_CLIENT&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INST_NAME&nbsp;type&nbsp;SHM_INST_NAME&nbsp;default&nbsp;CL_SHM_AREA=&gt;DEFAULT_INSTANCE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ATTACH_MODE&nbsp;type&nbsp;SHM_ATTACH_MODE&nbsp;default&nbsp;CL_SHM_AREA=&gt;ATTACH_MODE_DEFAULT<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WAIT_TIME&nbsp;type&nbsp;I&nbsp;default&nbsp;0<br />
&nbsp;&nbsp;&nbsp;&nbsp;preferred&nbsp;parameter&nbsp;INST_NAME<br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(HANDLE)&nbsp;type&nbsp;ref&nbsp;to&nbsp;ZCL_BC402_10_AREA<br />
&nbsp;&nbsp;&nbsp;&nbsp;raising<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_EXCLUSIVE_LOCK_ACTIVE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_VERSION_LIMIT_EXCEEDED<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_CHANGE_LOCK_ACTIVE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_PARAMETER_ERROR<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_PENDING_LOCK_REMOVED&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/attach_for_update.html">ATTACH_FOR_UPDATE</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLIENT&nbsp;type&nbsp;SHM_CLIENT&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INST_NAME&nbsp;type&nbsp;SHM_INST_NAME&nbsp;default&nbsp;CL_SHM_AREA=&gt;DEFAULT_INSTANCE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ATTACH_MODE&nbsp;type&nbsp;SHM_ATTACH_MODE&nbsp;default&nbsp;CL_SHM_AREA=&gt;ATTACH_MODE_DEFAULT<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WAIT_TIME&nbsp;type&nbsp;I&nbsp;default&nbsp;0<br />
&nbsp;&nbsp;&nbsp;&nbsp;preferred&nbsp;parameter&nbsp;INST_NAME<br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(HANDLE)&nbsp;type&nbsp;ref&nbsp;to&nbsp;ZCL_BC402_10_AREA<br />
&nbsp;&nbsp;&nbsp;&nbsp;raising<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_INCONSISTENT<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_NO_ACTIVE_VERSION<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_EXCLUSIVE_LOCK_ACTIVE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_VERSION_LIMIT_EXCEEDED<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_CHANGE_LOCK_ACTIVE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_PARAMETER_ERROR<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_PENDING_LOCK_REMOVED&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/detach_area.html">DETACH_AREA</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLIENT&nbsp;type&nbsp;SHM_CLIENT&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(RC)&nbsp;type&nbsp;SHM_RC&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/invalidate_instance.html">INVALIDATE_INSTANCE</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLIENT&nbsp;type&nbsp;SHM_CLIENT&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INST_NAME&nbsp;type&nbsp;SHM_INST_NAME&nbsp;default&nbsp;CL_SHM_AREA=&gt;DEFAULT_INSTANCE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TERMINATE_CHANGER&nbsp;type&nbsp;ABAP_BOOL&nbsp;default&nbsp;ABAP_TRUE<br />
&nbsp;&nbsp;&nbsp;&nbsp;preferred&nbsp;parameter&nbsp;INST_NAME<br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(RC)&nbsp;type&nbsp;SHM_RC<br />
&nbsp;&nbsp;&nbsp;&nbsp;raising<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_PARAMETER_ERROR&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/invalidate_area.html">INVALIDATE_AREA</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLIENT&nbsp;type&nbsp;SHM_CLIENT&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TERMINATE_CHANGER&nbsp;type&nbsp;ABAP_BOOL&nbsp;default&nbsp;ABAP_TRUE<br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(RC)&nbsp;type&nbsp;SHM_RC<br />
&nbsp;&nbsp;&nbsp;&nbsp;raising<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_PARAMETER_ERROR&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/free_instance.html">FREE_INSTANCE</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLIENT&nbsp;type&nbsp;SHM_CLIENT&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INST_NAME&nbsp;type&nbsp;SHM_INST_NAME&nbsp;default&nbsp;CL_SHM_AREA=&gt;DEFAULT_INSTANCE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TERMINATE_CHANGER&nbsp;type&nbsp;ABAP_BOOL&nbsp;default&nbsp;ABAP_TRUE<br />
&nbsp;&nbsp;&nbsp;&nbsp;preferred&nbsp;parameter&nbsp;INST_NAME<br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(RC)&nbsp;type&nbsp;SHM_RC<br />
&nbsp;&nbsp;&nbsp;&nbsp;raising<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_PARAMETER_ERROR&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/free_area.html">FREE_AREA</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLIENT&nbsp;type&nbsp;SHM_CLIENT&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TERMINATE_CHANGER&nbsp;type&nbsp;ABAP_BOOL&nbsp;default&nbsp;ABAP_TRUE<br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(RC)&nbsp;type&nbsp;SHM_RC<br />
&nbsp;&nbsp;&nbsp;&nbsp;raising<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_PARAMETER_ERROR&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/get_instance_infos.html">GET_INSTANCE_INFOS</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INST_NAME&nbsp;type&nbsp;SHM_INST_NAME&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLIENT&nbsp;type&nbsp;SHM_CLIENT&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(INFOS)&nbsp;type&nbsp;SHM_INST_INFOS&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/build.html">BUILD</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INST_NAME&nbsp;type&nbsp;SHM_INST_NAME&nbsp;default&nbsp;CL_SHM_AREA=&gt;DEFAULT_INSTANCE<br />
&nbsp;&nbsp;&nbsp;&nbsp;raising<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHMA_NOT_CONFIGURED<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHMA_INCONSISTENT<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_BUILD_FAILED&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/set_root.html">SET_ROOT</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ROOT&nbsp;type&nbsp;ref&nbsp;to&nbsp;ZCL_BC402_10_ROOT<br />
&nbsp;&nbsp;&nbsp;&nbsp;raising<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_INITIAL_REFERENCE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CX_SHM_WRONG_HANDLE&nbsp;.<br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/get_root.html">GET_ROOT</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;redefinition&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
private section.<br />
<br />
&nbsp;&nbsp;constants&nbsp;_VERSION_&nbsp;type&nbsp;I&nbsp;value&nbsp;20.&nbsp;"#EC&nbsp;NOTEXT<br />
&nbsp;&nbsp;class-data&nbsp;_TRACE_SERVICE&nbsp;type&nbsp;ref&nbsp;to&nbsp;IF_SHM_TRACE&nbsp;.<br />
&nbsp;&nbsp;class-data&nbsp;_TRACE_ACTIVE&nbsp;type&nbsp;ABAP_BOOL&nbsp;value&nbsp;ABAP_FALSE.&nbsp;"#EC&nbsp;NOTEXT&nbsp;.<br />
&nbsp;&nbsp;constants&nbsp;_TRANSACTIONAL&nbsp;type&nbsp;ABAP_BOOL&nbsp;value&nbsp;ABAP_FALSE.&nbsp;"#EC&nbsp;NOTEXT<br />
&nbsp;&nbsp;constants&nbsp;_CLIENT_DEPENDENT&nbsp;type&nbsp;ABAP_BOOL&nbsp;value&nbsp;ABAP_TRUE.&nbsp;"#EC&nbsp;NOTEXT<br />
&nbsp;&nbsp;constants&nbsp;_LIFE_CONTEXT&nbsp;type&nbsp;SHM_LIFE_CONTEXT&nbsp;value&nbsp;CL_SHM_AREA=&gt;LIFE_CONTEXT_APPSERVER.&nbsp;"#EC&nbsp;NOTEXT<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_BC402_10_AREA and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ATTACH_FOR_READ</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ATTACH_FOR_READ</h2>
<h3> Description: Request a Read Lock</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method ATTACH_FOR_READ.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_attributes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;shma_attributes,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;object,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cx_root,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;shm_client,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client_supplied&nbsp;&nbsp;TYPE&nbsp;abap_bool.&nbsp;"#EC&nbsp;NEEDED<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;check&nbsp;if&nbsp;tracing&nbsp;should&nbsp;be&nbsp;activated/de-activated<br />
   </div>
   <div class="code">
&nbsp;&nbsp;IF&nbsp;&nbsp;(&nbsp;NOT&nbsp;_trace_service&nbsp;IS&nbsp;INITIAL&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_active&nbsp;=<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;trace_is_variant_active(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;variant-def_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_root.&nbsp;"#EC&nbsp;NO_HANDLER<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"#EC&nbsp;CATCH_ALL<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;mc_set_shm_client.<br />
<br />
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_false&nbsp;OR<br />
&nbsp;&nbsp;_trace_service-&gt;variant-attach_for_read&nbsp;=&nbsp;abap_false.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&gt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;handle.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client.<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;inst_name&nbsp;=&nbsp;inst_name.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;try&nbsp;sneak&nbsp;mode&nbsp;first<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_read71(&nbsp;EXPORTING&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sneak_mode&nbsp;&nbsp;&nbsp;=&nbsp;abap_true<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;=&nbsp;_life_context<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;l_root&nbsp;IS&nbsp;INITIAL.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no&nbsp;root&nbsp;object&nbsp;returned,&nbsp;sneak&nbsp;mode&nbsp;was&nbsp;not&nbsp;successful.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&gt;&nbsp;read&nbsp;area&nbsp;properties&nbsp;from&nbsp;database&nbsp;and&nbsp;try&nbsp;again.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;initialize(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;attributes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_attributes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;properties&nbsp;=&nbsp;l_attributes-properties.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_read71(&nbsp;EXPORTING&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sneak_mode&nbsp;&nbsp;&nbsp;=&nbsp;abap_false<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;=&nbsp;_life_context<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;root&nbsp;?=&nbsp;l_root.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ELSE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;handle.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;inst_name&nbsp;=&nbsp;inst_name.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_read71(&nbsp;EXPORTING&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sneak_mode&nbsp;&nbsp;&nbsp;=&nbsp;abap_true<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;=&nbsp;_life_context<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;l_root&nbsp;IS&nbsp;INITIAL.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no&nbsp;root&nbsp;object&nbsp;returned,&nbsp;sneak&nbsp;mode&nbsp;was&nbsp;not&nbsp;successful.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&gt;&nbsp;read&nbsp;area&nbsp;properties&nbsp;from&nbsp;database&nbsp;and&nbsp;try&nbsp;again.<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;initialize(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;attributes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_attributes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;properties&nbsp;=&nbsp;l_attributes-properties.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_read71(&nbsp;EXPORTING&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sneak_mode&nbsp;&nbsp;&nbsp;=&nbsp;abap_false<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;=&nbsp;_life_context<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;root&nbsp;?=&nbsp;l_root.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_attach_for_read(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEANUP&nbsp;INTO&nbsp;l_cx.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trcx_attach_for_read(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_cx<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;handle-&gt;inst_trace_service&nbsp;=&nbsp;_trace_service.<br />
&nbsp;&nbsp;handle-&gt;inst_trace_active&nbsp;&nbsp;=&nbsp;_trace_active.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ATTACH_FOR_UPDATE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ATTACH_FOR_UPDATE</h2>
<h3> Description: Request a Change Lock</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method ATTACH_FOR_UPDATE.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_attributes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;shma_attributes,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;object,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cx_root,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;shm_client,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client_supplied&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;abap_bool,&nbsp;"#EC&nbsp;NEEDED<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;i,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;i,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop_sec&nbsp;TYPE&nbsp;f.<br />
<br />
&nbsp;&nbsp;l_wait_time&nbsp;=&nbsp;wait_time.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;check&nbsp;if&nbsp;tracing&nbsp;should&nbsp;be&nbsp;activated/de-activated<br />
   </div>
   <div class="code">
&nbsp;&nbsp;IF&nbsp;&nbsp;(&nbsp;NOT&nbsp;_trace_service&nbsp;IS&nbsp;INITIAL&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_active&nbsp;=<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;trace_is_variant_active(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;variant-def_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_root.&nbsp;"#EC&nbsp;NO_HANDLER<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"#EC&nbsp;CATCH_ALL<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;mc_set_shm_client.<br />
<br />
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_false&nbsp;OR<br />
&nbsp;&nbsp;_trace_service-&gt;variant-attach_for_upd&nbsp;=&nbsp;abap_false.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&gt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;handle.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client.<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;inst_name&nbsp;=&nbsp;inst_name.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;initialize(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;attributes&nbsp;&nbsp;&nbsp;=&nbsp;l_attributes<br />
&nbsp;&nbsp;&nbsp;&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;properties&nbsp;=&nbsp;l_attributes-properties.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_update70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;attach_mode<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;abap_true&nbsp;=&nbsp;l_attributes-properties-has_versions&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;NOT&nbsp;INITIAL.<br />
   </div>
   <div class="codeComment">
*&nbsp;we&nbsp;may&nbsp;need&nbsp;a&nbsp;second&nbsp;try&nbsp;in&nbsp;case&nbsp;of&nbsp;class&nbsp;constructors<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_update70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;attach_mode<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;attach_mode&nbsp;=&nbsp;cl_shm_area=&gt;attach_mode_wait&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;INITIAL.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;l_wait_time&nbsp;/&nbsp;10.<br />
   </div>
   <div class="codeComment">
*&nbsp;wait_time_per_loop&nbsp;should&nbsp;be&nbsp;at&nbsp;least&nbsp;2&nbsp;*&nbsp;SHMATTACHWRITE_MAXACTIVEWAIT<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;l_wait_time_per_loop&nbsp;&lt;&nbsp;2000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;2000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ELSEIF&nbsp;l_wait_time_per_loop&nbsp;&gt;&nbsp;300000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;300000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop_sec&nbsp;=&nbsp;l_wait_time_per_loop&nbsp;/&nbsp;1000.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHILE&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;INITIAL.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;l_wait_time_per_loop&nbsp;&gt;&nbsp;l_wait_time.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;l_wait_time.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop_sec&nbsp;=&nbsp;l_wait_time_per_loop&nbsp;/&nbsp;1000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WAIT&nbsp;UP&nbsp;TO&nbsp;l_wait_time_per_loop_sec&nbsp;SECONDS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time&nbsp;=&nbsp;l_wait_time&nbsp;-&nbsp;l_wait_time_per_loop.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_update70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;cl_shm_area=&gt;attach_mode_wait_2nd_try<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;abap_true&nbsp;=&nbsp;l_attributes-properties-has_versions&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;NOT&nbsp;INITIAL.<br />
   </div>
   <div class="codeComment">
*&nbsp;we&nbsp;may&nbsp;need&nbsp;a&nbsp;second&nbsp;try&nbsp;in&nbsp;case&nbsp;of&nbsp;class&nbsp;constructors<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_update70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;cl_shm_area=&gt;attach_mode_wait_2nd_try<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDWHILE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;root&nbsp;?=&nbsp;l_root.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ELSE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;handle.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;inst_name&nbsp;=&nbsp;inst_name.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;initialize(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;attributes&nbsp;&nbsp;&nbsp;=&nbsp;l_attributes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;properties&nbsp;=&nbsp;l_attributes-properties.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_update70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;attach_mode<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;abap_true&nbsp;=&nbsp;l_attributes-properties-has_versions&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;NOT&nbsp;INITIAL.<br />
   </div>
   <div class="codeComment">
*&nbsp;we&nbsp;may&nbsp;need&nbsp;a&nbsp;second&nbsp;try&nbsp;in&nbsp;case&nbsp;of&nbsp;class&nbsp;constructors<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_update70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;attach_mode<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;attach_mode&nbsp;=&nbsp;cl_shm_area=&gt;attach_mode_wait&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;INITIAL.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;l_wait_time&nbsp;/&nbsp;10.<br />
   </div>
   <div class="codeComment">
*&nbsp;wait_time_per_loop&nbsp;should&nbsp;be&nbsp;at&nbsp;least&nbsp;2&nbsp;*&nbsp;SHMATTACHWRITE_MAXACTIVEWAIT<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;l_wait_time_per_loop&nbsp;&lt;&nbsp;2000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;2000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ELSEIF&nbsp;l_wait_time_per_loop&nbsp;&gt;&nbsp;300000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;300000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop_sec&nbsp;=&nbsp;l_wait_time_per_loop&nbsp;/&nbsp;1000.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHILE&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;INITIAL.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;l_wait_time_per_loop&nbsp;&gt;&nbsp;l_wait_time.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;l_wait_time.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop_sec&nbsp;=&nbsp;l_wait_time_per_loop&nbsp;/&nbsp;1000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WAIT&nbsp;UP&nbsp;TO&nbsp;l_wait_time_per_loop_sec&nbsp;SECONDS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time&nbsp;=&nbsp;l_wait_time&nbsp;-&nbsp;l_wait_time_per_loop.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_update70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;cl_shm_area=&gt;attach_mode_wait_2nd_try<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;abap_true&nbsp;=&nbsp;l_attributes-properties-has_versions&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;NOT&nbsp;INITIAL.<br />
   </div>
   <div class="codeComment">
*&nbsp;we&nbsp;may&nbsp;need&nbsp;a&nbsp;second&nbsp;try&nbsp;in&nbsp;case&nbsp;of&nbsp;class&nbsp;constructors<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_update70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;cl_shm_area=&gt;attach_mode_wait_2nd_try<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_root<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDWHILE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;root&nbsp;?=&nbsp;l_root.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_attach_for_update(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;attach_mode<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait_time&nbsp;=&nbsp;wait_time<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEANUP&nbsp;INTO&nbsp;l_cx.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trcx_attach_for_update(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;attach_mode<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait_time&nbsp;=&nbsp;wait_time<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_cx<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;handle-&gt;inst_trace_service&nbsp;=&nbsp;_trace_service.<br />
&nbsp;&nbsp;handle-&gt;inst_trace_active&nbsp;&nbsp;=&nbsp;_trace_active.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ATTACH_FOR_WRITE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ATTACH_FOR_WRITE</h2>
<h3> Description: Request a Write Lock</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method ATTACH_FOR_WRITE.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_attributes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;shma_attributes,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cx_root,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;shm_client,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client_supplied&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;abap_bool,&nbsp;"#EC&nbsp;NEEDED<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;i,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;i,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop_sec&nbsp;TYPE&nbsp;f.<br />
<br />
&nbsp;&nbsp;l_wait_time&nbsp;=&nbsp;wait_time.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;check&nbsp;if&nbsp;tracing&nbsp;should&nbsp;be&nbsp;activated/de-activated<br />
   </div>
   <div class="code">
&nbsp;&nbsp;IF&nbsp;&nbsp;(&nbsp;NOT&nbsp;_trace_service&nbsp;IS&nbsp;INITIAL&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_active&nbsp;=<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;trace_is_variant_active(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;variant-def_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_root.&nbsp;"#EC&nbsp;NO_HANDLER<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"#EC&nbsp;CATCH_ALL<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;mc_set_shm_client.<br />
<br />
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_false&nbsp;OR<br />
&nbsp;&nbsp;_trace_service-&gt;variant-attach_for_write&nbsp;=&nbsp;abap_false.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&gt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;handle.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client.<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;inst_name&nbsp;=&nbsp;inst_name.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;initialize(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;attributes&nbsp;&nbsp;&nbsp;=&nbsp;l_attributes<br />
&nbsp;&nbsp;&nbsp;&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;properties&nbsp;=&nbsp;l_attributes-properties.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_write70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;attach_mode<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;attach_mode&nbsp;=&nbsp;cl_shm_area=&gt;attach_mode_wait&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;INITIAL.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;l_wait_time&nbsp;/&nbsp;10.<br />
   </div>
   <div class="codeComment">
*&nbsp;wait_time_per_loop&nbsp;should&nbsp;be&nbsp;at&nbsp;least&nbsp;2&nbsp;*&nbsp;SHMATTACHWRITE_MAXACTIVEWAIT<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;l_wait_time_per_loop&nbsp;&lt;&nbsp;2000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;2000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ELSEIF&nbsp;l_wait_time_per_loop&nbsp;&gt;&nbsp;300000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;300000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop_sec&nbsp;=&nbsp;l_wait_time_per_loop&nbsp;/&nbsp;1000.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHILE&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;INITIAL.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;l_wait_time_per_loop&nbsp;&gt;&nbsp;l_wait_time.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;l_wait_time.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop_sec&nbsp;=&nbsp;l_wait_time_per_loop&nbsp;/&nbsp;1000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WAIT&nbsp;UP&nbsp;TO&nbsp;l_wait_time_per_loop_sec&nbsp;SECONDS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time&nbsp;=&nbsp;l_wait_time&nbsp;-&nbsp;l_wait_time_per_loop.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_write70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;cl_shm_area=&gt;attach_mode_wait_2nd_try<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDWHILE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ELSE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE&nbsp;OBJECT&nbsp;handle.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;inst_name&nbsp;=&nbsp;inst_name.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;initialize(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING&nbsp;attributes&nbsp;&nbsp;&nbsp;=&nbsp;l_attributes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;properties&nbsp;=&nbsp;l_attributes-properties.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_write70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;attach_mode<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;attach_mode&nbsp;=&nbsp;cl_shm_area=&gt;attach_mode_wait&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;INITIAL.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;l_wait_time&nbsp;/&nbsp;10.<br />
   </div>
   <div class="codeComment">
*&nbsp;wait_time_per_loop&nbsp;should&nbsp;be&nbsp;at&nbsp;least&nbsp;2&nbsp;*&nbsp;SHMATTACHWRITE_MAXACTIVEWAIT<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;l_wait_time_per_loop&nbsp;&lt;&nbsp;2000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;2000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ELSEIF&nbsp;l_wait_time_per_loop&nbsp;&gt;&nbsp;300000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;300000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop_sec&nbsp;=&nbsp;l_wait_time_per_loop&nbsp;/&nbsp;1000.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHILE&nbsp;handle-&gt;_lock&nbsp;IS&nbsp;INITIAL.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;l_wait_time_per_loop&nbsp;&gt;&nbsp;l_wait_time.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop&nbsp;=&nbsp;l_wait_time.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time_per_loop_sec&nbsp;=&nbsp;l_wait_time_per_loop&nbsp;/&nbsp;1000.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WAIT&nbsp;UP&nbsp;TO&nbsp;l_wait_time_per_loop_sec&nbsp;SECONDS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_wait_time&nbsp;=&nbsp;l_wait_time&nbsp;-&nbsp;l_wait_time_per_loop.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;handle-&gt;_attach_write70(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;handle-&gt;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;cl_shm_area=&gt;attach_mode_wait_2nd_try<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait_time&nbsp;=&nbsp;l_wait_time&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDWHILE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_attach_for_write(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;attach_mode<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait_time&nbsp;=&nbsp;wait_time<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEANUP&nbsp;INTO&nbsp;l_cx.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trcx_attach_for_write(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;attach_mode<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait_time&nbsp;=&nbsp;wait_time<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_cx<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;handle-&gt;inst_trace_service&nbsp;=&nbsp;_trace_service.<br />
&nbsp;&nbsp;handle-&gt;inst_trace_active&nbsp;&nbsp;=&nbsp;_trace_active.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>BUILD</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: BUILD</h2>
<h3> Description: Direct Call of Area Constructor</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method BUILD.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_cls_name&nbsp;TYPE&nbsp;shm_auto_build_class_name,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_cx&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cx_root.<br />
<br />
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_false&nbsp;OR<br />
&nbsp;&nbsp;_trace_service-&gt;variant-build&nbsp;=&nbsp;abap_false.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;l_cls_name&nbsp;=<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;get_auto_build_class_name(&nbsp;area_name&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;(l_cls_name)=&gt;if_shm_build_instance~build<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;=&nbsp;inst_name.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ELSE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_cls_name&nbsp;=<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;get_auto_build_class_name(&nbsp;area_name&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;(l_cls_name)=&gt;if_shm_build_instance~build<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;=&nbsp;inst_name.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_build(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEANUP&nbsp;INTO&nbsp;l_cx.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trcx_build(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_cx<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>CLASS_CONSTRUCTOR</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: CLASS_CONSTRUCTOR</h2>
<h3> Description: CLASS_CONSTRUCTOR</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method CLASS_CONSTRUCTOR.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;TRACE&nbsp;{&nbsp;DO&nbsp;NOT&nbsp;REMOVE&nbsp;THIS&nbsp;LINE&nbsp;!<br />
   </div>
   <div class="code">
&nbsp;&nbsp;_trace_active&nbsp;=&nbsp;abap_false.<br />
&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service&nbsp;=<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;trace_get_service(&nbsp;area_name&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;NOT&nbsp;_trace_service&nbsp;IS&nbsp;INITIAL.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_active&nbsp;=<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl_shm_service=&gt;trace_is_variant_active(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;variant-def_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_root.&nbsp;"#EC&nbsp;NO_HANDLER<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"#EC&nbsp;CATCH_ALL<br />
&nbsp;&nbsp;ENDTRY.<br />
   </div>
   <div class="codeComment">
*&nbsp;TRACE&nbsp;}&nbsp;DO&nbsp;NOT&nbsp;REMOVE&nbsp;THIS&nbsp;LINE&nbsp;!<br />
<br />
   </div>
   <div class="code">
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>DETACH_AREA</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: DETACH_AREA</h2>
<h3> Description: Release all locks on all instances</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method DETACH_AREA.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;TYPE&nbsp;shm_client,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client_supplied&nbsp;TYPE&nbsp;abap_bool&nbsp;VALUE&nbsp;abap_false.<br />
<br />
&nbsp;&nbsp;mc_set_shm_client.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;rc&nbsp;=&nbsp;_detach_area71(&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_supplied&nbsp;&nbsp;=&nbsp;l_client_supplied<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_dependent&nbsp;=&nbsp;_client_dependent<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_life_context<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
   </div>
   <div class="codeComment">
*&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;_trace_service-&gt;variant-detach_area&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_detach_area(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;rc<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>FREE_AREA</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: FREE_AREA</h2>
<h3> Description: Delete all instances</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method FREE_AREA.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;TYPE&nbsp;shm_client,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client_supplied&nbsp;TYPE&nbsp;abap_bool&nbsp;VALUE&nbsp;abap_false.<br />
<br />
&nbsp;&nbsp;CONSTANTS:&nbsp;affect_server&nbsp;TYPE&nbsp;shm_affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VALUE&nbsp;cl_shm_area=&gt;affect_local_server.<br />
<br />
&nbsp;&nbsp;mc_set_shm_client.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;rc&nbsp;=&nbsp;_free_area71(&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_supplied&nbsp;&nbsp;&nbsp;=&nbsp;l_client_supplied<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_dependent&nbsp;&nbsp;=&nbsp;_client_dependent<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;transactional&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_transactional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;terminate_changer&nbsp;=&nbsp;terminate_changer<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;affect_server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_life_context&nbsp;).<br />
   </div>
   <div class="codeComment">
*&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;_trace_service-&gt;variant-free_area&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_free_area(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;terminate_changer&nbsp;=&nbsp;terminate_changer<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;affect_server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;rc<br />
&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>FREE_INSTANCE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: FREE_INSTANCE</h2>
<h3> Description: Deletion of an Instance</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method FREE_INSTANCE.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;TYPE&nbsp;shm_client,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client_supplied&nbsp;TYPE&nbsp;abap_bool&nbsp;VALUE&nbsp;abap_false.<br />
<br />
&nbsp;&nbsp;CONSTANTS:&nbsp;affect_server&nbsp;TYPE&nbsp;shm_affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VALUE&nbsp;cl_shm_area=&gt;affect_local_server.<br />
<br />
&nbsp;&nbsp;mc_set_shm_client.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;rc&nbsp;=&nbsp;_free_instance71(&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_supplied&nbsp;&nbsp;&nbsp;=&nbsp;l_client_supplied<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_dependent&nbsp;&nbsp;=&nbsp;_client_dependent<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;transactional&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_transactional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;terminate_changer&nbsp;=&nbsp;terminate_changer<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;affect_server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_life_context&nbsp;).<br />
   </div>
   <div class="codeComment">
*&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;_trace_service-&gt;variant-free_instance&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_free_instance(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;terminate_changer&nbsp;=&nbsp;terminate_changer<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;affect_server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;rc<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>GET_GENERATOR_VERSION</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: GET_GENERATOR_VERSION</h2>
<h3> Description: Query Generator Version</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method GET_GENERATOR_VERSION.<br />
&nbsp;&nbsp;generator_version&nbsp;=&nbsp;_version_.<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>GET_INSTANCE_INFOS</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: GET_INSTANCE_INFOS</h2>
<h3> Description: Returns the names of all instances</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method GET_INSTANCE_INFOS.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;shm_client,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client_supplied&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;abap_bool&nbsp;VALUE&nbsp;abap_false,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_inst_name_supplied&nbsp;TYPE&nbsp;abap_bool&nbsp;VALUE&nbsp;abap_false.<br />
<br />
&nbsp;&nbsp;mc_set_shm_client.<br />
<br />
&nbsp;&nbsp;IF&nbsp;inst_name&nbsp;IS&nbsp;SUPPLIED.<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_inst_name_supplied&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;('_GET_INSTANCE_INFOS804')<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_supplied&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client_supplied<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_dependent&nbsp;&nbsp;&nbsp;=&nbsp;_client_dependent<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_life_context<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name_supplied&nbsp;=&nbsp;l_inst_name_supplied<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RECEIVING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;infos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;infos.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_dyn_call_illegal_method.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;New&nbsp;kernel&nbsp;and/or&nbsp;new&nbsp;basis&nbsp;SP&nbsp;missing&nbsp;-&gt;&nbsp;use&nbsp;slow&nbsp;fallback<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;infos&nbsp;=&nbsp;_get_instance_infos71(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_supplied&nbsp;&nbsp;=&nbsp;l_client_supplied<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_dependent&nbsp;=&nbsp;_client_dependent<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_life_context<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;abap_true&nbsp;=&nbsp;l_inst_name_supplied.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DELETE&nbsp;infos&nbsp;WHERE&nbsp;name&nbsp;&lt;&gt;&nbsp;inst_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDTRY.<br />
   </div>
   <div class="codeComment">
*&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;_trace_service-&gt;variant-get_instance_inf&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_get_instance_infos(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;infos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;infos<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>GET_ROOT</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: GET_ROOT</h2>
<h3> Description: Redefined: Returns a Reference to the Root Object</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method GET_ROOT.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cx_root,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_area_name&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_inst_name&nbsp;TYPE&nbsp;string,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;string.<br />
<br />
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_false&nbsp;OR<br />
&nbsp;&nbsp;_trace_service-&gt;variant-get_root&nbsp;=&nbsp;abap_false.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;is_valid(&nbsp;)&nbsp;=&nbsp;abap_false.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_area_name&nbsp;=&nbsp;me-&gt;area_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_inst_name&nbsp;=&nbsp;me-&gt;inst_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;me-&gt;client.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EXCEPTION&nbsp;TYPE&nbsp;cx_shm_already_detached<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;l_area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;=&nbsp;l_inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;root&nbsp;=&nbsp;me-&gt;root.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ELSE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;is_valid(&nbsp;)&nbsp;=&nbsp;abap_false.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_area_name&nbsp;=&nbsp;me-&gt;area_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_inst_name&nbsp;=&nbsp;me-&gt;inst_name.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;me-&gt;client.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;EXCEPTION&nbsp;TYPE&nbsp;cx_shm_already_detached<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;l_area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;=&nbsp;l_inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;root&nbsp;=&nbsp;me-&gt;root.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_get_root(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEANUP&nbsp;INTO&nbsp;l_cx.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trcx_get_root(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_cx<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>INVALIDATE_AREA</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: INVALIDATE_AREA</h2>
<h3> Description: Active versions of all instances will be set to obsolete</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method INVALIDATE_AREA.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;TYPE&nbsp;shm_client,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client_supplied&nbsp;TYPE&nbsp;abap_bool&nbsp;VALUE&nbsp;abap_false.<br />
<br />
&nbsp;&nbsp;CONSTANTS:&nbsp;affect_server&nbsp;TYPE&nbsp;shm_affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VALUE&nbsp;cl_shm_area=&gt;affect_local_server.<br />
<br />
&nbsp;&nbsp;mc_set_shm_client.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;rc&nbsp;=&nbsp;_invalidate_area71(&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_supplied&nbsp;&nbsp;&nbsp;=&nbsp;l_client_supplied<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client_dependent&nbsp;&nbsp;=&nbsp;_client_dependent<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;transactional&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_transactional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;terminate_changer&nbsp;=&nbsp;terminate_changer<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;affect_server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_life_context&nbsp;).<br />
   </div>
   <div class="codeComment">
*&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;_trace_service-&gt;variant-invalidate_area&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_invalidate_area(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;terminate_changer&nbsp;=&nbsp;terminate_changer<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;affect_server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;rc<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>INVALIDATE_INSTANCE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: INVALIDATE_INSTANCE</h2>
<h3> Description: Active version of one instance will be set to obsolete</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method INVALIDATE_INSTANCE.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client&nbsp;TYPE&nbsp;shm_client,<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_client_supplied&nbsp;TYPE&nbsp;abap_bool&nbsp;value&nbsp;abap_false.<br />
<br />
&nbsp;&nbsp;CONSTANTS:&nbsp;affect_server&nbsp;TYPE&nbsp;shm_affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VALUE&nbsp;cl_shm_area=&gt;affect_local_server.<br />
<br />
&nbsp;&nbsp;mc_set_shm_client.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;rc&nbsp;=&nbsp;_invalidate_instance71(<br />
&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;client_supplied&nbsp;&nbsp;&nbsp;=&nbsp;l_client_supplied<br />
&nbsp;&nbsp;&nbsp;&nbsp;client_dependent&nbsp;&nbsp;=&nbsp;_client_dependent<br />
&nbsp;&nbsp;&nbsp;&nbsp;transactional&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_transactional<br />
&nbsp;&nbsp;&nbsp;&nbsp;terminate_changer&nbsp;=&nbsp;terminate_changer<br />
&nbsp;&nbsp;&nbsp;&nbsp;affect_server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;life_context&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;_life_context<br />
&nbsp;&nbsp;).<br />
   </div>
   <div class="codeComment">
*&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;_trace_service-&gt;variant-invalidate_inst&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_invalidate_instance(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_client<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;terminate_changer&nbsp;=&nbsp;terminate_changer<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;affect_server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;affect_server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;rc<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>SET_ROOT</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: SET_ROOT</h2>
<h3> Description: Sets Root Objects</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
method SET_ROOT.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;l_cx&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cx_root.<br />
<br />
&nbsp;&nbsp;IF&nbsp;_trace_active&nbsp;=&nbsp;abap_false&nbsp;OR<br />
&nbsp;&nbsp;_trace_service-&gt;variant-set_root&nbsp;=&nbsp;abap_false.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;_set_root(&nbsp;root&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;me-&gt;root&nbsp;=&nbsp;root.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&lt;<br />
<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ELSE.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;TRY.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_set_root(&nbsp;root&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;me-&gt;root&nbsp;=&nbsp;root.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trin_set_root(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;root<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEANUP&nbsp;INTO&nbsp;l_cx.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_trace_service-&gt;trcx_set_root(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;area_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;area_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inst_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;inst_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;root<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;l_cx<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;).<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDTRY.<br />
<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
endmethod.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_BC402_10_CATALOG</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_BC402_10_CATALOG</h2>
<h3> Description: catalogo alumno 10</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: X<br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_BC402_10_CATALOG definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;final<br />
&nbsp;&nbsp;create&nbsp;public<br />
&nbsp;&nbsp;shared&nbsp;memory&nbsp;enabled&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/fill_catalog.html">FILL_CATALOG</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IT_CATALOG&nbsp;type&nbsp;BC402_T_SDYNCONN&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/get_flights.html">GET_FLIGHTS</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IV_FROM_CITY&nbsp;type&nbsp;S_FROM_CIT<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IV_TO_CITY&nbsp;type&nbsp;S_TO_CITY<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IV_EARLIEST&nbsp;type&nbsp;S_DATE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IV_LATEST&nbsp;type&nbsp;S_DATE<br />
&nbsp;&nbsp;&nbsp;&nbsp;exporting<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ET_FLIGHTS&nbsp;type&nbsp;BC402_T_SDYNCONN&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
&nbsp;&nbsp;PRIVATE&nbsp;SECTION.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;DATA&nbsp;gt_catalog&nbsp;TYPE&nbsp;bc402_t_sdynconn&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
&nbsp;&nbsp;PROTECTED&nbsp;SECTION.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_BC402_10_CATALOG and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_BC402_10_GEN_TYPES</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_BC402_10_GEN_TYPES</h2>
<h3> Description: Template: Generic types - output structures and tables</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: <br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_BC402_10_GEN_TYPES definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;create&nbsp;public&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/write_any_struct.html">WRITE_ANY_STRUCT</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IS_STRUCT&nbsp;type&nbsp;ANY&nbsp;.<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/write_any_table.html">WRITE_ANY_TABLE</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IT_TABLE&nbsp;type&nbsp;ANY&nbsp;TABLE&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
*"* private components of class CL_BC402_DYS_GENERIC_WRITE<br />
*"* do not include other source files here!!<br />
   </div>
   <div class="code">
private section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
*"* protected components of class CL_BC402_DYS_GENERIC_WRITE<br />
*"* do not include other source files here!!<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_BC402_10_GEN_TYPES and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>WRITE_ANY_STRUCT</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: WRITE_ANY_STRUCT</h2>
<h3> Description: List Output for Any Flat Structure</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD write_any_struct.<br />
&nbsp;&nbsp;FIELD-SYMBOLS:&nbsp;&lt;fs_comp&gt;&nbsp;TYPE&nbsp;simple.<br />
<br />
&nbsp;&nbsp;WRITE&nbsp;/.<br />
&nbsp;&nbsp;DO.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ASSIGN&nbsp;COMPONENT&nbsp;sy-index&nbsp;OF&nbsp;STRUCTURE&nbsp;is_struct<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TO&nbsp;&lt;fs_comp&gt;.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXIT.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;&lt;fs_comp&gt;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDDO.<br />
<br />
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>WRITE_ANY_TABLE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: WRITE_ANY_TABLE</h2>
<h3> Description: List Output for Any Internal Table (Flat Row Type)</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD write_any_table.<br />
&nbsp;&nbsp;FIELD-SYMBOLS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;fs_line&gt;&nbsp;TYPE&nbsp;any.<br />
<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;it_table&nbsp;ASSIGNING&nbsp;&lt;fs_line&gt;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;write_any_struct(&nbsp;&lt;fs_line&gt;&nbsp;).<br />
&nbsp;&nbsp;ENDLOOP.<br />
<br />
<br />
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_BC402_10_ROOT</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_BC402_10_ROOT</h2>
<h3> Description: Clase root area alumno 10</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: X<br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_BC402_10_ROOT definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;final<br />
&nbsp;&nbsp;create&nbsp;public<br />
&nbsp;&nbsp;shared&nbsp;memory&nbsp;enabled&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;data&nbsp;MO_CATALOG&nbsp;type&nbsp;ref&nbsp;to&nbsp;ZCL_BC402_10_CATALOG&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
private section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_BC402_10_ROOT and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_BC402_10_ROOT READ-ONLY</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_BC402_10_ROOT READ-ONLY</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Private<br />
Message class: <br />
State: Only Modelled<br />
Final Indicator: <br />
R/3 Release: <br />
<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_BC402_10_RTTC</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_BC402_10_RTTC</h2>
<h3> Description: Template: RTTC - create table type</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: X<br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_BC402_10_RTTC definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;final<br />
&nbsp;&nbsp;create&nbsp;public&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/create_table_type.html">CREATE_TABLE_TYPE</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IV_TABNAME&nbsp;type&nbsp;CSEQUENCE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IT_COMP_NAMES&nbsp;type&nbsp;STRING_TABLE<br />
&nbsp;&nbsp;&nbsp;&nbsp;returning<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value(RO_TABLEDESCR)&nbsp;type&nbsp;ref&nbsp;to&nbsp;CL_ABAP_TABLEDESCR&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
*"* private components of class CL_BC402_DYS_RTTC<br />
*"* do not include other source files here!!<br />
   </div>
   <div class="code">
private section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
*"* protected components of class CL_BC402_DYS_RTTC<br />
*"* do not include other source files here!!<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_BC402_10_RTTC and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>CREATE_TABLE_TYPE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: CREATE_TABLE_TYPE</h2>
<h3> Description: Creates Table Type from DDIC Structure and Component List</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD create_table_type.<br />
<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;lo_struct&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_abap_structdescr,<br />
&nbsp;&nbsp;&nbsp;&nbsp;lo_struct_new&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_abap_structdescr.<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;lt_comps&nbsp;TYPE&nbsp;cl_abap_structdescr=&gt;component_table.<br />
<br />
&nbsp;&nbsp;FIELD-SYMBOLS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;fs_comp&gt;&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;lt_comps.<br />
   </div>
   <div class="codeComment">
*&nbsp;get&nbsp;description&nbsp;of&nbsp;transparent&nbsp;table&nbsp;(=structure&nbsp;type)<br />
   </div>
   <div class="code">
&nbsp;&nbsp;lo_struct&nbsp;?=<br />
&nbsp;&nbsp;&nbsp;&nbsp;cl_abap_typedescr=&gt;describe_by_name(&nbsp;iv_tabname&nbsp;).<br />
   </div>
   <div class="codeComment">
*&nbsp;get&nbsp;list&nbsp;of&nbsp;components&nbsp;(including&nbsp;component&nbsp;types)<br />
   </div>
   <div class="code">
&nbsp;&nbsp;lt_comps&nbsp;=&nbsp;lo_struct-&gt;get_components(&nbsp;).<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;lt_comps&nbsp;ASSIGNING&nbsp;&lt;fs_comp&gt;&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;FIND&nbsp;&lt;fs_comp&gt;-name&nbsp;IN&nbsp;TABLE&nbsp;it_comp_names.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DELETE&nbsp;lt_comps.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;ENDLOOP.<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;alternatve&nbsp;solution&nbsp;with&nbsp;read&nbsp;table<br />
*&nbsp;remove&nbsp;all&nbsp;components&nbsp;but&nbsp;the&nbsp;requested&nbsp;ones<br />
*&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;lt_comps&nbsp;ASSIGNING&nbsp;&lt;fs_comp&gt;&nbsp;.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;READ&nbsp;TABLE&nbsp;it_comp_names<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TRANSPORTING&nbsp;NO&nbsp;FIELDS<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;TABLE&nbsp;KEY&nbsp;table_line&nbsp;=&nbsp;&lt;fs_comp&gt;&nbsp;-name.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DELETE&nbsp;lt_comps&nbsp;.<br />
*&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
*<br />
*&nbsp;&nbsp;ENDLOOP.<br />
*&nbsp;create&nbsp;new&nbsp;structure&nbsp;type&nbsp;with&nbsp;the&nbsp;remaining&nbsp;components<br />
   </div>
   <div class="code">
&nbsp;&nbsp;lo_struct_new&nbsp;=&nbsp;cl_abap_structdescr=&gt;create(<br />
&nbsp;&nbsp;&nbsp;&nbsp;p_components&nbsp;=&nbsp;lt_comps&nbsp;).<br />
   </div>
   <div class="codeComment">
*&nbsp;create&nbsp;table&nbsp;type&nbsp;with&nbsp;this&nbsp;new&nbsp;structure&nbsp;type&nbsp;as&nbsp;line&nbsp;type<br />
   </div>
   <div class="code">
&nbsp;&nbsp;ro_tabledescr&nbsp;=&nbsp;cl_abap_tabledescr=&gt;create(<br />
&nbsp;&nbsp;&nbsp;&nbsp;p_line_type&nbsp;&nbsp;=&nbsp;lo_struct_new&nbsp;).<br />
<br />
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_BC402_10_RTTI_HEADERS</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_BC402_10_RTTI_HEADERS</h2>
<h3> Description: Template: RTTI - headers</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: <br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_BC402_10_RTTI_HEADERS definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;create&nbsp;public&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/write_headers.html">WRITE_HEADERS</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IV_TABNAME&nbsp;type&nbsp;CSEQUENCE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IT_COMP_NAMES&nbsp;type&nbsp;STRING_TABLE&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;exceptions<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE_NOT_FOUND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NO_STRUCTURE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NO_DDIC_TYPE&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
*"* private components of class CL_BC402_DYS_RTTI_HEADERS<br />
*"* do not include other source files here!!<br />
   </div>
   <div class="code">
private section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
*"* protected components of class CL_BC402_DYS_GENERIC_WRITE<br />
*"* do not include other source files here!!<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_BC402_10_RTTI_HEADERS and it's users.<br />
*"* touched if any type reference has been changed<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
* Message class: BC402<br />
*654   Printing canceled: List will be displayed on screen<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>WRITE_HEADERS</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: WRITE_HEADERS</h2>
<h3> Description: Dynamic Column Headers According to DDIC Structure Type</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD write_headers.<br />
&nbsp;&nbsp;DATA:<br />
&nbsp;&nbsp;&nbsp;&nbsp;lo_type&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_abap_typedescr,<br />
&nbsp;&nbsp;&nbsp;&nbsp;lo_struct&nbsp;TYPE&nbsp;REF&nbsp;TO&nbsp;cl_abap_structdescr,<br />
&nbsp;&nbsp;&nbsp;&nbsp;lt_flist&nbsp;TYPE&nbsp;ddfields.<br />
&nbsp;&nbsp;FIELD-SYMBOLS:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;fs_flist&gt;&nbsp;LIKE&nbsp;LINE&nbsp;OF&nbsp;lt_flist.<br />
<br />
&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;cl_abap_typedescr=&gt;describe_by_name<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;iv_tabname<br />
&nbsp;&nbsp;&nbsp;&nbsp;RECEIVING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p_descr_ref&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;lo_type<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type_not_found&nbsp;=&nbsp;1.<br />
<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;type_not_found.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;IF&nbsp;lo_type-&gt;kind&nbsp;&lt;&gt;&nbsp;cl_abap_typedescr=&gt;kind_struct.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;no_structure.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;lo_struct&nbsp;?=&nbsp;lo_type.<br />
<br />
&nbsp;&nbsp;CALL&nbsp;METHOD&nbsp;lo_struct-&gt;get_ddic_field_list<br />
&nbsp;&nbsp;&nbsp;&nbsp;RECEIVING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p_field_list&nbsp;=&nbsp;lt_flist<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;not_found&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no_ddic_type&nbsp;=&nbsp;2.<br />
&nbsp;&nbsp;CASE&nbsp;sy-subrc.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;type_not_found.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;2.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;no_ddic_type.<br />
&nbsp;&nbsp;ENDCASE.<br />
&nbsp;&nbsp;NEW-LINE.<br />
&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;lt_flist&nbsp;ASSIGNING&nbsp;&lt;fs_flist&gt;&nbsp;.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FIND&nbsp;&lt;fs_flist&gt;-fieldname&nbsp;IN&nbsp;TABLE&nbsp;it_comp_names.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WRITE&nbsp;&lt;fs_flist&gt;-reptext(&lt;fs_flist&gt;-outputlen)&nbsp;COLOR<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COL_HEADING.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_range_out_of_bounds.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;i654(bc402).<br />
&nbsp;&nbsp;ENDTRY.<br />
&nbsp;&nbsp;ULINE.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*LOOP&nbsp;AT&nbsp;lt_comps&nbsp;ASSIGNING&nbsp;&lt;fs_comp&gt;&nbsp;.<br />
*FIND&nbsp;&lt;fs_comp&gt;-name&nbsp;IN&nbsp;TABLE&nbsp;it_comp_names.<br />
*IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
*DELETE&nbsp;lt_comps.<br />
*ENDIF.<br />
*ENDLOOP.<br />
<br />
   </div>
   <div class="code">
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_BC427_10_NBD_MX</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_BC427_10_NBD_MX</h2>
<h3> Description: Class for BAdI Impl.: ZBC427_10_NBD_MX</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: X<br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_BC427_10_NBD_MX definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;final<br />
&nbsp;&nbsp;create&nbsp;public&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;interfaces&nbsp;IF_BADI_INTERFACE&nbsp;.<br />
&nbsp;&nbsp;interfaces&nbsp;IF_EX_BC427_10_MX_BADI&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
private section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_BC427_10_NBD_MX and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>IF_EX_BC427_10_MX_BADI~SHOW_ADDITIONAL_CUSTOMER_DATA</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: IF_EX_BC427_10_MX_BADI~SHOW_ADDITIONAL_CUSTOMER_DATA</h2>
<h3> Description: Additional Data and Individual Customers Display</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD if_ex_bc427_10_mx_badi~show_additional_customer_data.<br />
&nbsp;&nbsp;SUBMIT&nbsp;bc427_customer_bookings<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WITH&nbsp;customid&nbsp;=&nbsp;im_customid.<br />
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_BC427_10_NBD_PX</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_BC427_10_NBD_PX</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: X<br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_BC427_10_NBD_PX definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;final<br />
&nbsp;&nbsp;create&nbsp;public&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;interfaces&nbsp;IF_BADI_INTERFACE&nbsp;.<br />
&nbsp;&nbsp;interfaces&nbsp;IF_EX_BC427_10_PX_BADI&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
private section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_BC427_10_NBD_PX and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>IF_EX_BC427_10_PX_BADI~WRITE_ADDITIONAL_COLS</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: IF_EX_BC427_10_PX_BADI~WRITE_ADDITIONAL_COLS</h2>
<h3> Description: Additional Columns Display in Flight Connection Display</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD if_ex_bc427_10_px_badi~write_additional_cols.<br />
   </div>
   <div class="codeComment">
*&nbsp;comentario<br />
   </div>
   <div class="code">
&nbsp;&nbsp;WRITE:&nbsp;i_wa_spfli-distance,&nbsp;i_wa_spfli-distid.<br />
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCL_BC427_10_NBD_SX</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCL_BC427_10_NBD_SX</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: X<br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCL_BC427_10_NBD_SX definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;final<br />
&nbsp;&nbsp;create&nbsp;public&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;interfaces&nbsp;IF_BADI_INTERFACE&nbsp;.<br />
&nbsp;&nbsp;interfaces&nbsp;IF_EX_BC427_10_SX_BADI&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
private section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCL_BC427_10_NBD_SX and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>IF_EX_BC427_10_SX_BADI~PUT_DATA</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: IF_EX_BC427_10_SX_BADI~PUT_DATA</h2>
<h3> Description: Method for Data Delivery</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*&nbsp;&nbsp;&nbsp;Method&nbsp;attributes.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
<br />
   </div>
   <div class="code">
METHOD if_ex_bc427_10_sx_badi~put_data.<br />
&nbsp;&nbsp;CALL&nbsp;FUNCTION&nbsp;'SAPLZSCREEN_EXIT_10'<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;im_scarr&nbsp;=&nbsp;im_wa_scarr.<br />
<br />
ENDMETHOD.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCX_10_INVALID_PLANETYPE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCX_10_INVALID_PLANETYPE</h2>
<h3> Description: Exception plane type alumn 10</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: X<br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
   </div>
   <div class="code">
class ZCX_10_INVALID_PLANETYPE definition<br />
&nbsp;&nbsp;public<br />
&nbsp;&nbsp;inheriting&nbsp;from&nbsp;CX_STATIC_CHECK<br />
&nbsp;&nbsp;final<br />
&nbsp;&nbsp;create&nbsp;public&nbsp;.<br />
<br />
public section.<br />
<br />
&nbsp;&nbsp;interfaces&nbsp;IF_T100_MESSAGE&nbsp;.<br />
<br />
&nbsp;&nbsp;constants:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;begin&nbsp;of&nbsp;ZCX_10_INVALID_PLANETYPE,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;msgid&nbsp;type&nbsp;symsgid&nbsp;value&nbsp;'BC401',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;msgno&nbsp;type&nbsp;symsgno&nbsp;value&nbsp;'020',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attr1&nbsp;type&nbsp;scx_attrname&nbsp;value&nbsp;'PLANETYPE',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attr2&nbsp;type&nbsp;scx_attrname&nbsp;value&nbsp;'',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attr3&nbsp;type&nbsp;scx_attrname&nbsp;value&nbsp;'',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attr4&nbsp;type&nbsp;scx_attrname&nbsp;value&nbsp;'',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end&nbsp;of&nbsp;ZCX_10_INVALID_PLANETYPE&nbsp;.<br />
&nbsp;&nbsp;data&nbsp;PLANETYPE&nbsp;type&nbsp;S_PLANETYE&nbsp;read-only&nbsp;.<br />
<br />
&nbsp;&nbsp;methods&nbsp;<a&nbsp;href="public_methods/constructor.html">CONSTRUCTOR</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;importing<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TEXTID&nbsp;like&nbsp;IF_T100_MESSAGE=&gt;T100KEY&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PREVIOUS&nbsp;like&nbsp;PREVIOUS&nbsp;optional<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PLANETYPE&nbsp;type&nbsp;S_PLANETYE&nbsp;optional&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
private section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCX_10_INVALID_PLANETYPE and it's users.<br />
*"* touched if any type reference has been changed<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZCX_STATIC_CHECK_10</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for class: ZCX_STATIC_CHECK_10</h2>
<h3> Description: Exceptions with Static and Dynamic Check of RAISING Clause</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
**************************************************************************<br />
*   Class attributes.                                                    *<br />
**************************************************************************<br />
   </div>
   <div class="code">
Instantiation: Public<br />
Message class: <br />
State: Implemented<br />
Final Indicator: <br />
R/3 Release: 731<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Public section of class.                                             *<br />
**************************************************************************<br />
*----------------------------------------------------------------------*<br />
*       CLASS ZCX_STATIC_CHECK_10 DEFINITION<br />
*----------------------------------------------------------------------*<br />
*<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
CLASS zcx_static_check_10 DEFINITION<br />
&nbsp;&nbsp;PUBLIC<br />
&nbsp;&nbsp;INHERITING&nbsp;FROM&nbsp;cx_static_check<br />
&nbsp;&nbsp;ABSTRACT<br />
&nbsp;&nbsp;CREATE&nbsp;PUBLIC&nbsp;.<br />
<br />
&nbsp;&nbsp;PUBLIC&nbsp;SECTION.<br />
<br />
include structure <a href ="zcx_static_check_10 type sotr_conc value '0a5d24fe47391ed480d4d074c8d742e9'/dictionary-zcx_static_check_10 type sotr_conc value '0a5d24fe47391ed480d4d074c8d742e9'.html">zcx_static_check_10 TYPE sotr_conc VALUE '0A5D24FE47391ED480D4D074C8D742E9'</a>. "#EC NOTEXT<br />
<br />
&nbsp;&nbsp;METHODS&nbsp;<a&nbsp;href="public_methods/constructor.html">constructor</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;textid&nbsp;LIKE&nbsp;textid&nbsp;OPTIONAL<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;previous&nbsp;LIKE&nbsp;previous&nbsp;OPTIONAL&nbsp;.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Private section of class.                                            *<br />
**************************************************************************<br />
   </div>
   <div class="code">
private section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Protected section of class.                                          *<br />
**************************************************************************<br />
   </div>
   <div class="code">
protected section.<br />
<br />
   </div>
   <div class="codeComment">
**************************************************************************<br />
*   Types section of class.                                              *<br />
**************************************************************************<br />
*"* dummy include to reduce generation dependencies between<br />
*"* class ZCX_STATIC_CHECK_10 and it's users.<br />
*"* touched if any type reference has been changed<br />
<br />
*Exception texts<br />
*----------------------------------------------------------<br />
* ZCX_STATIC_CHECK_10 - sdfgsdfg<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Documentation - ZCX_STATIC_CHECK_10</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: Documentation - ZCX_STATIC_CHECK_10</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
&nbsp;Functionality<br />
&nbsp;See&nbsp;&lt;DS:ABEN.EXCEPTIONS&gt;Class-Based&nbsp;Exceptions&lt;/&gt;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZMBC410INPD_G_PRE_SPECIAL10</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZMBC410INPD_G_PRE_SPECIAL10</h2>
<h3> Description: BC410 Demonstration: Template for Special Input Fields</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Modulpool&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SAPMBC410DIAD_MODIFY_SCREEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
<br />
<br />
   </div>
   <div class="code">
include <a href ="zmbc410inpd_g_pre_special10top.html">ZMBC410INPD_G_PRE_SPECIAL10TOP</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;MBC410INPD_G_PRE_SPECIALTOP.<br />
   </div>
   <div class="code">
include <a href ="zmbc410inpd_g_pre_special10o01.html">ZMBC410INPD_G_PRE_SPECIAL10O01</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;MBC410INPD_G_PRE_SPECIALO01.<br />
   </div>
   <div class="code">
include <a href ="zmbc410inpd_g_pre_special10i01.html">ZMBC410INPD_G_PRE_SPECIAL10I01</a>.<br />
   </div>
   <div class="codeComment">
*INCLUDE&nbsp;MBC410INPD_G_PRE_SPECIALI01.<br />
<br />
*Text&nbsp;elements<br />
*----------------------------------------------------------<br />
*&nbsp;M01&nbsp;View<br />
*&nbsp;M02&nbsp;Maint.<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC410<br />
*171&nbsp;&nbsp;&nbsp;No&nbsp;corresponding&nbsp;connections&nbsp;found<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZMBC410INPD_G_PRE_SPECIAL10I01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZMBC410INPD_G_PRE_SPECIAL10I01</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;INCLUDE&nbsp;MBC410DIAD_MODIFY_SCREENI01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*----------------------------------------------------------------------*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;TRANS_FROM_100&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE trans_from_100 INPUT.<br />
&nbsp;&nbsp;MOVE-CORRESPONDING&nbsp;sdyn_conn&nbsp;TO&nbsp;wa_spfli.<br />
ENDMODULE.                             " TRANS_FROM_100  INPUT<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;CHECK_SPFLI&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE check_spfli INPUT.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;SINGLE&nbsp;*&nbsp;FROM&nbsp;spfli<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF&nbsp;sdyn_conn<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;sdyn_conn-carrid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;connid&nbsp;=&nbsp;sdyn_conn-connid&nbsp;.<br />
&nbsp;&nbsp;CHECK&nbsp;sy-subrc&nbsp;NE&nbsp;0.<br />
&nbsp;&nbsp;MESSAGE&nbsp;e171(bc410).<br />
<br />
ENDMODULE.                             " CHECK_SPFLI  INPUT<br />
<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;USER_COMMAND_0200&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE user_command_0200 INPUT.<br />
<br />
&nbsp;&nbsp;CASE&nbsp;ok_code.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'BACK'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;SCREEN&nbsp;100.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
ENDMODULE.                             " USER_COMMAND_0200  INPUT<br />
<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;USER_COMMAND_0100&nbsp;&nbsp;INPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE user_command_0100 INPUT.<br />
<br />
&nbsp;&nbsp;CASE&nbsp;ok_code.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'BACK'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SET&nbsp;SCREEN&nbsp;0.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
ENDMODULE.                             " USER_COMMAND_0100  INPUT<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZMBC410INPD_G_PRE_SPECIAL10O01</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZMBC410INPD_G_PRE_SPECIAL10O01</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*----------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;INCLUDE&nbsp;MBC410DIAD_MODIFY_SCREENO01&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*----------------------------------------------------------------------*<br />
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;TRANS_TO_200&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE trans_to_200 OUTPUT.<br />
<br />
&nbsp;&nbsp;MOVE-CORRESPONDING&nbsp;wa_spfli&nbsp;TO&nbsp;sdyn_conn.<br />
<br />
ENDMODULE.                             " GET_SPFLI_DATA  OUTPUT<br />
<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;STATUS_0200&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0200 OUTPUT.<br />
<br />
&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'DYNPRO'.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;'xxx'.<br />
<br />
   </div>
   <div class="code">
ENDMODULE.                             " STATUS_0200  OUTPUT<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;STATUS_0100&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE status_0100 OUTPUT.<br />
<br />
&nbsp;&nbsp;SET&nbsp;PF-STATUS&nbsp;'DYNPRO'.<br />
   </div>
   <div class="codeComment">
*&nbsp;&nbsp;SET&nbsp;TITLEBAR&nbsp;'xxx'.<br />
<br />
   </div>
   <div class="code">
ENDMODULE.                             " STATUS_0100  OUTPUT<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;clear_ok_code&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE clear_ok_code OUTPUT.<br />
&nbsp;&nbsp;CLEAR&nbsp;ok_code.<br />
ENDMODULE.                             " clear_ok_code  OUTPUT<br />
<br />
   </div>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module&nbsp;&nbsp;modify_screen_200&nbsp;&nbsp;OUTPUT<br />
*&---------------------------------------------------------------------*<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text<br />
*----------------------------------------------------------------------*<br />
   </div>
   <div class="code">
MODULE modify_screen_200 OUTPUT.<br />
&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;SCREEN.<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;screen-group1&nbsp;=&nbsp;'ARR'&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_llegada&nbsp;=&nbsp;'&nbsp;'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-active&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;screen-group1&nbsp;=&nbsp;'DEP'&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_salida&nbsp;=&nbsp;'&nbsp;'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-active&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;screen-group2&nbsp;=&nbsp;'MOD'&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_editar&nbsp;=&nbsp;'X'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;screen-input&nbsp;=&nbsp;1.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;SCREEN.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;ENDLOOP.<br />
ENDMODULE.                 " modify_screen_200  OUTPUT<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZMBC410INPD_G_PRE_SPECIAL10TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZMBC410INPD_G_PRE_SPECIAL10TOP</h2>
<h3> Description: </h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Include&nbsp;MBC410DIAD_MODIFY_SCREENTOP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
PROGRAM  sapmbc410diad_modify_screen   .<br />
<br />
DATA wa_spfli TYPE spfli.<br />
TABLES sdyn_conn.<br />
<br />
<br />
DATA: ok_code LIKE sy-ucomm,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_llegada&nbsp;TYPE&nbsp;c,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_salida&nbsp;&nbsp;TYPE&nbsp;c,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_editar&nbsp;&nbsp;TYPE&nbsp;c,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gv_ver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE&nbsp;c&nbsp;VALUE&nbsp;'X'.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>LZBC400_10TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: LZBC400_10TOP</h2>
<h3> Description: Autority Check</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION-POOL ZBC400_10.                    "MESSAGE-ID ..<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;INCLUDE&nbsp;LZBC400_10D...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;Local&nbsp;class&nbsp;definition<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Z_BC400_10_AUTH_CHECK</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for function Z_BC400_10_AUTH_CHECK</h2>
<h3> Description: Autority Check</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION z_bc400_10_auth_check.<br />
   </div>
   <div class="codeComment">
*"----------------------------------------------------------------------<br />
*"*"Local Interface:<br />
*"  IMPORTING<br />
*"     REFERENCE(IV_CARRID) TYPE  S_CARR_ID<br />
*"     REFERENCE(IV_ACTIVITY) TYPE  ACTIV_AUTH<br />
*"  EXCEPTIONS<br />
*"      NO_AUTH<br />
*"      WRONG_ACTIVITY<br />
*"----------------------------------------------------------------------<br />
<br />

<div class="codeComment">*       <a href ="global-z_bc400_10_auth_check.html">Global data declarations</a></div><br />
   </div>
   <div class="code">
&nbsp;&nbsp;CASE&nbsp;iv_activity.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;'01'&nbsp;OR&nbsp;&nbsp;'02'&nbsp;OR&nbsp;'03'.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AUTHORITY-CHECK&nbsp;OBJECT&nbsp;'S_CARRID'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ID&nbsp;'CARRID'&nbsp;FIELD&nbsp;iv_carrid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ID&nbsp;'ACTVT'&nbsp;&nbsp;FIELD&nbsp;iv_carrid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
   </div>
   <div class="codeComment">
* Implement a suitable exception handling here<br />
   </div>
   <div class="code">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;no_auth.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHEN&nbsp;OTHERS.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;wrong_activity.<br />
&nbsp;&nbsp;ENDCASE.<br />
<br />
<br />
<br />
ENDFUNCTION.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>LZBC400_10_COMPTOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: LZBC400_10_COMPTOP</h2>
<h3> Description: Calcular porcentage</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION-POOL ZBC400_10_COMP.               "MESSAGE-ID ..<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;INCLUDE&nbsp;LZBC400_10_COMPD...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;Local&nbsp;class&nbsp;definition<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Z_BC400_10_COMP_PERCENTAGE</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for function Z_BC400_10_COMP_PERCENTAGE</h2>
<h3> Description: Calcular porcentage</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION z_bc400_10_comp_percentage.<br />
   </div>
   <div class="codeComment">
*"----------------------------------------------------------------------<br />
*"*"Local Interface:<br />
*"  IMPORTING<br />
*"     REFERENCE(IV_MAX) TYPE  BC400_MAX<br />
*"     REFERENCE(IV_ACT) TYPE  BC400_ACT<br />
*"  EXPORTING<br />
*"     REFERENCE(EV_PERCENTAGE) TYPE  BC400_PERC<br />
*"  EXCEPTIONS<br />
*"      DIVISION_BY_ZERO<br />
*"----------------------------------------------------------------------<br />
<br />

<div class="codeComment">*       <a href ="global-z_bc400_10_comp_percentage.html">Global data declarations</a></div><br />
   </div>
   <div class="code">
&nbsp;&nbsp;TRY.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF&nbsp;NOT&nbsp;iv_max&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ev_percentage&nbsp;=&nbsp;iv_act&nbsp;*&nbsp;iv_max&nbsp;/&nbsp;100.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;division_by_zero.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ENDIF.<br />
&nbsp;&nbsp;&nbsp;&nbsp;CATCH&nbsp;cx_sy_arithmetic_overflow.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ev_percentage&nbsp;=&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;division_by_zero.<br />
&nbsp;&nbsp;ENDTRY.<br />
ENDFUNCTION.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>LZBC400_10TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: LZBC400_10TOP</h2>
<h3> Description: Coger conexion de vuelo</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION-POOL ZBC400_10.                    "MESSAGE-ID ..<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;INCLUDE&nbsp;LZBC400_10D...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;Local&nbsp;class&nbsp;definition<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Z_BC400_10_CONNECTION_GET</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for function Z_BC400_10_CONNECTION_GET</h2>
<h3> Description: Coger conexion de vuelo</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION z_bc400_10_connection_get.<br />
   </div>
   <div class="codeComment">
*"----------------------------------------------------------------------<br />
*"*"Local Interface:<br />
*"  IMPORTING<br />
*"     REFERENCE(IV_CARRID) TYPE  BC400_S_CONNECTION-CARRID<br />
*"     REFERENCE(IV_CONNID) TYPE  BC400_S_CONNECTION-CONNID<br />
*"  EXPORTING<br />
*"     REFERENCE(ES_CONNECTION) TYPE  BC400_S_CONNECTION<br />
*"  EXCEPTIONS<br />
*"      NO_DATA<br />
*"----------------------------------------------------------------------<br />
<br />

<div class="codeComment">*       <a href ="global-z_bc400_10_connection_get.html">Global data declarations</a></div><br />
   </div>
   <div class="code">
&nbsp;&nbsp;SELECT&nbsp;SINGLE<br />
&nbsp;&nbsp;&nbsp;&nbsp;*<br />
&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;spfli<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF&nbsp;es_connection<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;=&nbsp;iv_carrid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;=&nbsp;iv_connid.<br />
<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;no_data.<br />
&nbsp;&nbsp;ENDIF.<br />
ENDFUNCTION.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>LZBC400_10TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: LZBC400_10TOP</h2>
<h3> Description: Uso de Select EndSelect</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION-POOL ZBC400_10.                    "MESSAGE-ID ..<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;INCLUDE&nbsp;LZBC400_10D...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;Local&nbsp;class&nbsp;definition<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Z_BC400_10_FLIGHTLIST_GET</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for function Z_BC400_10_FLIGHTLIST_GET</h2>
<h3> Description: Uso de Select EndSelect</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION z_bc400_10_flightlist_get.<br />
   </div>
   <div class="codeComment">
*"----------------------------------------------------------------------<br />
*"*"Local Interface:<br />
*"  IMPORTING<br />
*"     REFERENCE(IV_CARRID) TYPE  BC400_S_FLIGHT-CARRID<br />
*"     REFERENCE(IV_CONNID) TYPE  BC400_S_FLIGHT-CONNID<br />
*"  EXPORTING<br />
*"     REFERENCE(ET_FLIGHTS) TYPE  BC400_T_FLIGHTS<br />
*"  EXCEPTIONS<br />
*"      NO_DATA<br />
*"----------------------------------------------------------------------<br />
<br />

<div class="codeComment">*       <a href ="global-z_bc400_10_flightlist_get.html">Global data declarations</a></div><br />
   </div>
   <div class="code">
&nbsp;&nbsp;DATA&nbsp;&nbsp;ls_flight&nbsp;TYPE&nbsp;bc400_s_flight.<br />
<br />
&nbsp;&nbsp;REFRESH&nbsp;et_flights.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;*<br />
&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;sflight<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF&nbsp;ls_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;=&nbsp;iv_carrid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;=&nbsp;iv_connid.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ls_flight-percentage&nbsp;=&nbsp;ls_flight-seatsocc&nbsp;/&nbsp;ls_flight-seatsmax&nbsp;*&nbsp;100.<br />
&nbsp;&nbsp;&nbsp;&nbsp;APPEND&nbsp;ls_flight&nbsp;TO&nbsp;et_flights.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;CLEAR&nbsp;ls_flight.<br />
&nbsp;&nbsp;ENDSELECT.<br />
<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;no_data.<br />
&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;SORT&nbsp;et_flights&nbsp;BY&nbsp;percentage&nbsp;DESCENDING.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
ENDFUNCTION.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>LZBC400_10TOP</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: LZBC400_10TOP</h2>
<h3> Description: Uso de Array Fetch (select a tabla)</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION-POOL ZBC400_10.                    "MESSAGE-ID ..<br />
<br />
   </div>
   <div class="codeComment">
*&nbsp;INCLUDE&nbsp;LZBC400_10D...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;Local&nbsp;class&nbsp;definition<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Z_BC400_10_FLIGHTLIST_GET_OPT</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for function Z_BC400_10_FLIGHTLIST_GET_OPT</h2>
<h3> Description: Uso de Array Fetch (select a tabla)</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="code">
FUNCTION z_bc400_10_flightlist_get_opt.<br />
   </div>
   <div class="codeComment">
*"----------------------------------------------------------------------<br />
*"*"Local Interface:<br />
*"  IMPORTING<br />
*"     REFERENCE(IV_CARRID) TYPE  BC400_S_FLIGHT-CARRID<br />
*"     REFERENCE(IV_CONNID) TYPE  BC400_S_FLIGHT-CONNID<br />
*"  EXPORTING<br />
*"     REFERENCE(ET_FLIGHTS) TYPE  BC400_T_FLIGHTS<br />
*"  EXCEPTIONS<br />
*"      NO_DATA<br />
*"----------------------------------------------------------------------<br />
<br />

<div class="codeComment">*       <a href ="global-z_bc400_10_flightlist_get_opt.html">Global data declarations</a></div><br />
   </div>
   <div class="code">
&nbsp;&nbsp;DATA:&nbsp;ls_flight&nbsp;&nbsp;TYPE&nbsp;bc400_s_flight.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;*<br />
&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;sflight<br />
&nbsp;&nbsp;&nbsp;&nbsp;INTO&nbsp;CORRESPONDING&nbsp;FIELDS&nbsp;OF&nbsp;TABLE&nbsp;et_flights<br />
&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;carrid&nbsp;=&nbsp;iv_carrid&nbsp;AND<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;connid&nbsp;=&nbsp;iv_connid.<br />
<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;RAISE&nbsp;no_data.<br />
&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;et_flights&nbsp;INTO&nbsp;ls_flight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ls_flight-percentage&nbsp;=&nbsp;ls_flight-seatsocc&nbsp;/&nbsp;ls_flight-seatsmax&nbsp;*&nbsp;100.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODIFY&nbsp;et_flights&nbsp;FROM&nbsp;ls_flight&nbsp;INDEX&nbsp;sy-tabix<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TRANSPORTING&nbsp;percentage.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLEAR&nbsp;ls_flight.<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;SORT&nbsp;et_flights&nbsp;BY&nbsp;percentage&nbsp;DESCENDING.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
ENDFUNCTION.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC402_10_FLIGHT_LIST_MEM</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC402_10_FLIGHT_LIST_MEM</h2>
<h3> Description: Solution: Simple Report for Listing Flight Departure Times</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;BC402_INS_FLIGHT_LIST<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc402_10_flight_list_mem MESSAGE-ID bc402.<br />
TYPE-POOLS: abap.<br />
<br />
DATA: gt_flight TYPE TABLE OF sflight,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight&nbsp;TYPE&nbsp;sflight.<br />
<br />
PARAMETERS pa_car TYPE sflight-carrid.<br />
SELECT-OPTIONS so_con FOR gs_flight-connid.<br />
PARAMETERS pa_list TYPE abap_bool DEFAULT abap_true NO-DISPLAY.<br />
<br />
<br />
START-OF-SELECTION.<br />
<br />
&nbsp;&nbsp;SELECT&nbsp;*&nbsp;FROM&nbsp;sflight&nbsp;INTO&nbsp;TABLE&nbsp;gt_flight<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;carrid&nbsp;=&nbsp;pa_car<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;connid&nbsp;IN&nbsp;so_con.<br />
<br />
&nbsp;&nbsp;IF&nbsp;sy-subrc&nbsp;&lt;&gt;&nbsp;0.<br />
&nbsp;&nbsp;&nbsp;&nbsp;MESSAGE&nbsp;e038.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
&nbsp;&nbsp;IF&nbsp;pa_list&nbsp;=&nbsp;abap_true.<br />
&nbsp;&nbsp;&nbsp;&nbsp;LOOP&nbsp;AT&nbsp;gt_flight&nbsp;INTO&nbsp;gs_flight.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WRITE:&nbsp;/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-carrid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-connid,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-fldate,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-price&nbsp;&nbsp;&nbsp;&nbsp;CURRENCY&nbsp;gs_flight-currency,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-currency,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-planetype,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsmax,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gs_flight-seatsocc.<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;ENDLOOP.<br />
&nbsp;&nbsp;ELSE.<br />
&nbsp;&nbsp;&nbsp;&nbsp;EXPORT&nbsp;gt_flight&nbsp;TO&nbsp;MEMORY&nbsp;ID&nbsp;'BC402_10_FLIGHTS'.<br />
&nbsp;&nbsp;ENDIF.<br />
<br />
<br />
   </div>
   <div class="codeComment">
*Selection&nbsp;texts<br />
*----------------------------------------------------------<br />
*&nbsp;PA_CAR&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
*&nbsp;SO_CON&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<br />
<br />
<br />
*Messages<br />
*----------------------------------------------------------<br />
*<br />
*&nbsp;Message&nbsp;class:&nbsp;BC402<br />
*038&nbsp;&nbsp;&nbsp;No&nbsp;data&nbsp;to&nbsp;match&nbsp;this&nbsp;selection&nbsp;-&nbsp;make&nbsp;a&nbsp;new&nbsp;entry<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>ZBC430_10_STRUCT_NESTED</title>
<style type="text/css">
.code{ font-family:"Courier New", Courier, monospace; color:#000; font-size:14px; background-color:#F2F4F7 }
  .codeComment {font-family:"Courier New", Courier, monospace; color:#0000F0; font-size:14px; background-color:#F2F4F7 }
  .normalBold{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:800 }
  .normalBoldLarge{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
<table class="outerTable">
  <tr class="normalBoldLarge">
     <td><h2>Code listing for: ZBC430_10_STRUCT_NESTED</h2>
<h3> Description: Program ZBC430_10_STRUCT_NESTED</h3></td>
   </tr>
  <tr>
     <td>
     <table class="innerTable">
       <tr>
          <td>
   <div class="codeComment">
*&---------------------------------------------------------------------*<br />
*&&nbsp;Report&nbsp;&nbsp;ZBC430_10_STRUCT_NESTED<br />
*&<br />
*&---------------------------------------------------------------------*<br />
*&<br />
*&<br />
*&---------------------------------------------------------------------*<br />
<br />
   </div>
   <div class="code">
REPORT  zbc430_10_struct_nested.<br />
<br />
DATA wa_person TYPE zperson10.<br />
<br />
START-OF-SELECTION.<br />
&nbsp;&nbsp;wa_person-name-firstname&nbsp;=&nbsp;'Harry'.<br />
&nbsp;&nbsp;wa_person-name-lastname&nbsp;=&nbsp;'Potter'.<br />
&nbsp;&nbsp;wa_person-street&nbsp;=&nbsp;'Privet&nbsp;Drive'.<br />
&nbsp;&nbsp;wa_person-nr&nbsp;=&nbsp;'3'.<br />
&nbsp;&nbsp;wa_person-zip&nbsp;=&nbsp;'GB-10889'.<br />
&nbsp;&nbsp;wa_person-city&nbsp;=&nbsp;'London'.<br />
&nbsp;&nbsp;WRITE:&nbsp;/&nbsp;wa_person-name-firstname&nbsp;,<br />
&nbsp;&nbsp;wa_person-name-lastname&nbsp;,<br />
&nbsp;&nbsp;wa_person-street&nbsp;,<br />
&nbsp;&nbsp;wa_person-nr&nbsp;,<br />
&nbsp;&nbsp;wa_person-zip&nbsp;,<br />
&nbsp;&nbsp;wa_person-city&nbsp;.<br />
            </div>
          </td>
        </tr>
      </table>
      </td>
      </tr>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
<title>Dictionary object- ZPERSON10</title>
<style type="text/css">
  th{text-align:left}
  .cell{
     font-family:"Courier New", Courier, monospace;
     color:#000;
     font-size:12px;
     background-color:#F2F4F7;
  }
  .cell td { border: thin solid #ccc; }
</style>
<style type="text/css">
  .normal{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px }
  .footer{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; text-align: center }
  h2{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:800 }
  h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; font-weight:800 }
  .outerTable{
   background-color:#E0E7ED;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-right-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
  .innerTable{
   background-color:#F2F4F7;
   width:100%;
   border-top-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-left-width: thin;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
  }
</style>
</head>
<body>
  <table class="outerTable">
    <tr>
      <td><h2>Table: ZPERSON10</h2>
  <h3>Description: Person Alumno 10</h3></td>
    </tr>
    <tr>
      <td><!--This is where our main table begins  -->
<table class="innerTable">
<tr>
  <th>Row</th>
  <th>Field name</th>
  <th>Position</th>
  <th>Key</th>
  <th>Data element</th>
  <th>Domain</th>
  <th>Datatype</th>
  <th>Length</th>
  <th>Lowercase</th>
  <th>Domain text</th>
</tr>
<tr class="cell">
  <td> 1</td>
  <td>NAME</td>
  <td>1</td>
  <td>&nbsp;</td>
  <td>ZNAME10</td>
  <td>&nbsp;</td>
  <td>STRU</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Name Alumno 10</td>
</tr>
<tr class="cell">
  <td> 2</td>
  <td>.INCLUDE</td>
  <td>4</td>
  <td>&nbsp;</td>
  <td>ZADDRESS10</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Address Alumno 10</td>
</tr>
<tr class="cell">
  <td> 3</td>
  <td>STREET</td>
  <td>5</td>
  <td>&nbsp;</td>
  <td>S_STREET</td>
  <td>S_STREET</td>
  <td>CHAR</td>
  <td>30</td>
  <td>X</td>
  <td>Street</td>
</tr>
<tr class="cell">
  <td> 4</td>
  <td>NR</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>S_NO</td>
  <td>S_NUMBER</td>
  <td>DEC</td>
  <td>6</td>
  <td>&nbsp;</td>
  <td>Number</td>
</tr>
<tr class="cell">
  <td> 5</td>
  <td>ZIP</td>
  <td>7</td>
  <td>&nbsp;</td>
  <td>POSTCODE</td>
  <td>POSTCODE</td>
  <td>CHAR</td>
  <td>10</td>
  <td>&nbsp;</td>
  <td>Postal Code</td>
</tr>
<tr class="cell">
  <td> 6</td>
  <td>CITY</td>
  <td>8</td>
  <td>&nbsp;</td>
  <td>S_CITY</td>
  <td>S_CITY</td>
  <td>CHAR</td>
  <td>20</td>
  <td>&nbsp;</td>
  <td>City</td>
</tr>
<tr class="cell">
  <td> 7</td>
  <td>PHONE</td>
  <td>9</td>
  <td>&nbsp;</td>
  <td>ZIT_PHONE_NUMBER10</td>
  <td>&nbsp;</td>
  <td>TTYP</td>
  <td>0</td>
  <td>&nbsp;</td>
  <td>Phone Number Alumno 10</td>
</tr>
      </table>
     </td>
   </tr>
<br/>
   <tr>
<td class="footer">Extracted by Mass Download version 1.5.2 - E.G.Mellodew. 1998-2014. Sap Release 731</td>
   </tr>
</table>
</body>
</html>
<!--
*
* Copyright (c) 2011-2013 Servicecenter for Medical Informatics,
* Wuerzburg University Hospital, Germany. All rights reserved.
* Use is subject to license terms.
* http://www.smi.ukw.de
*
* Author: Frithjof Eckhardt
*
-->
<html>
<head>
  <style type="text/css">
    body {
      margin:3em;
    }
    pre { font-family: monospace; color: #ffffff; background-color: #262626; padding-top:10px;}
    .lnr { color: #7f7f7f; }
    .Identifier { color: #fa8072; }
    .String { color: #87ceeb; }
    .Type { color: #6495ed; font-weight: bold; }
    .Statement { color: #6495ed; font-weight: bold; }
    .Comment { color: #666666; }
    .Special { color: #bdb76b; }
    .Function { color: #ffdead; }
    #footer {
      margin-top:2em;
      color:#777;
    }
  </style>
</head>
<body>
  <h1>AdSaDi - Advanced SAP Dialog based on CL_GUI_HTML_VIEWER</h1>
  <div>
    AdSaDi - Advanced SAP Dialog is a smal ABAP package to make the SAP 
    HTML Viewer (CL_GUI_HTML_VIEWER) ready to use along with dynamically 
    created HTML content an runtime by using XSL transformations.
  </div>

  <div>
    Here is a simple "Hello, World!" dialog:
  </div>

    <h2>1. Create an XSL stylesheet ZADSADI_HELLO_WORLD.XSL</h2>
    <pre>
    <span class="lnr"> 1 </span><span class="Function">&lt;</span><span class="Special">xsl</span><span class="Comment">:</span><span class="Statement">transform</span><span class="Function"> </span><span class="Type">version</span>=<span class="String">&quot;1.0&quot;</span>
    <span class="lnr"> 2 </span><span class="Function">  </span><span class="Type">xmlns</span><span class="Comment">:</span><span class="Type">xsl</span>=<span class="String">&quot;<a href="http://www.w3.org/1999/XSL/Transform">http://www.w3.org/1999/XSL/Transform</a>&quot;</span>
    <span class="lnr"> 3 </span><span class="Function">  </span><span class="Type">xmlns</span><span class="Comment">:</span><span class="Type">sap</span>=<span class="String">&quot;<a href="http://www.sap.com/sapxsl">http://www.sap.com/sapxsl</a>&quot;</span>
    <span class="lnr"> 4 </span><span class="Function">&gt;</span>
    <span class="lnr"> 5 </span><span class="Function">&lt;</span><span class="Special">xsl</span><span class="Comment">:</span><span class="Statement">template</span><span class="Function"> </span><span class="Type">match</span>=<span class="String">&quot;/&quot;</span><span class="Function">&gt;</span>
    <span class="lnr"> 6 </span><span class="Function">&lt;</span><span class="Function">html</span><span class="Function">&gt;</span>
    <span class="lnr"> 7 </span>  <span class="Function">&lt;</span><span class="Function">body</span><span class="Function">&gt;</span>
    <span class="lnr"> 8 </span>    <span class="Function">&lt;</span><span class="Function">div</span><span class="Function">&gt;</span>Hello, <span class="Function">&lt;</span><span class="Function">b</span><span class="Function">&gt;</span>World<span class="Identifier">&lt;/b&gt;</span>!<span class="Identifier">&lt;/div&gt;</span>
    <span class="lnr"> 9 </span>  <span class="Identifier">&lt;/body&gt;</span>
    <span class="lnr">10 </span><span class="Identifier">&lt;/html&gt;</span>
    <span class="lnr">11 </span><span class="Identifier">&lt;/</span><span class="Special">xsl</span><span class="Comment">:</span><span class="Statement">template</span><span class="Identifier">&gt;</span>
    <span class="lnr">12 </span>
    <span class="lnr">13 </span><span class="Identifier">&lt;/</span><span class="Special">xsl</span><span class="Comment">:</span><span class="Statement">transform</span><span class="Identifier">&gt;</span>
    </pre>

    <h2>2. Create a program</h2>
    </pre>
    <pre>
    <span class="lnr"> 1 </span><span class="Statement">data</span><span class="Operator">:</span> dlg <span class="Statement">type</span> <span class="Statement">ref to</span> /ukw/adsadi_dialog<span class="Operator">.</span>
    <span class="lnr"> 2 </span>
    <span class="lnr"> 3 </span><span class="Statement">create</span> <span class="Statement">object</span> dlg
    <span class="lnr"> 4 </span>  <span class="Statement">exporting</span>
    <span class="lnr"> 5 </span>    i_xslt <span class="Operator">=</span> <span class="String">'ZADSADI_HELLO_WORLD.XSL'</span><span class="Operator">.</span>
    <span class="lnr"> 6 </span>
    <span class="lnr"> 7 </span><span class="Statement">if</span> dlg<span class="Operator">-&gt;</span>render<span class="Operator">(</span> <span class="Operator">)</span> <span class="Operator">ne</span> /ukw/adsadi_dialog<span class="Operator">=&gt;</span>dlg_cancel<span class="Operator">.</span>
    <span class="lnr"> 8 </span>  <span class="Statement">write</span><span class="Operator">:</span> <span class="Operator">/</span> `success...`<span class="Operator">.</span>
    <span class="lnr"> 9 </span><span class="Statement">else</span><span class="Operator">.</span>
    <span class="lnr">10 </span>  <span class="Statement">write</span><span class="Operator">:</span> <span class="Operator">/</span> `cancel...`<span class="Operator">.</span>
    <span class="lnr">11 </span><span class="Statement">endif</span><span class="Operator">.</span>
    </pre>

    <div id="footer">
      Copyright (c) 2011-2013 Servicecenter for Medical Informatics,
      Wuerzburg University Hospital, Germany. All rights reserved.
      Use is subject to license terms.
      Author: Frithjof Eckhardt
    </div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title>${title}</title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: ${bgcolor}; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
            #flashTop{ margin:0 auto; width:900px; height:12px; } 
			#flashTop2{ margin:0 auto; width:900px; height:28px; text-align:left; } 
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf?id_sql=@2&session=@debug42f6697&pwd=@iui2006@qq.com&email=@wdmir@qq.com&gender=@1&hico=@http://pic.qqtouxiang.com.cn/file/allimg/130104/1-130104040Z6.jpg&color=@dushen", "flashContent", 
                "${width}", "${height}", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
    
   
    	<div id="flashTop">
	    </div> 
		
		<div id="flashTop2"> 
		<a href='/'>首页</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href='/cz.php'>转入与转出</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href='/find_password.php'>找回密码</a>
		</div> 
		
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                ${version_major}.${version_minor}.${version_revision} or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf?id_sql=@2&session=@debug42f6697&pwd=@iui2006@qq.com&email=@wdmir@qq.com&gender=@1&hico=@http://pic.qqtouxiang.com.cn/file/allimg/130104/1-130104040Z6.jpg&color=@dushen" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf?id_sql=@2&session=@debug42f6697&pwd=@iui2006@qq.com&email=@wdmir@qq.com&gender=@1&hico=@http://pic.qqtouxiang.com.cn/file/allimg/130104/1-130104040Z6.jpg&color=@dushen" width="${width}" height="${height}">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        ${version_major}.${version_minor}.${version_revision} or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
        
        <!-- JiaThis Button BEGIN -->
        <!--
		<script type="text/javascript" src="http://v3.jiathis.com/code/jiathis_r.js?move=0&amp;btn=r5.gif" charset="utf-8"></script>
		-->
		<!-- JiaThis Button END -->

   </body>
</html>
<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">	
    <!-- 
    Smart developers always View Source. 
    
    This application was builut applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title>${title}</title>         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
		     the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
			 the percentage of the height of its parent container, which has to be set explicitly.  Initially, 
			 don't display flashContent div so it won't show if JavaScript disabled.
		-->
        <style type="text/css" media="screen"> 
			html, body	{ height:100%; }
			body { margin:0; padding:0; overflow:auto; text-align:center; 
			       background-color: ${bgcolor}; }   
			#flashContent { display:none; }
        </style>
		
		<!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section -->  
		    
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            <!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. --> 
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            <!-- To use express install, set to playerProductInstall.swf, otherwise the empty string. -->
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf?id_sql=@10&session=@debug42f6697&color=@dushen", "flashContent", 
                "${width}", "${height}", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
			<!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. -->
			swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
			 JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
			 when JavaScript is disabled.
		-->
        <div id="flashContent">
        	<p>
	        	To view this page ensure that Adobe Flash Player version 
				${version_major}.${version_minor}.${version_revision} or greater is installed. 
			</p>
			<script type="text/javascript"> 
				var pageHost = ((document.location.protocol == "https:") ? "https://" :	"http://"); 
				document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
								+ pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
			</script> 
        </div>
	   	
       	<noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf?id_sql=@10&session=@debug42f6697&color=@dushen" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf?id_sql=@10&session=@debug42f6697&color=@dushen">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                	<p> 
                		Either scripts and active content are not permitted to run or Adobe Flash Player version
                		${version_major}.${version_minor}.${version_revision} or greater is not installed.
                	</p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
	    </noscript>		
   </body>
</html>
<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">	
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title>Happy Dou di zhu</title>         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
		     the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
			 the percentage of the height of its parent container, which has to be set explicitly.  Initially, 
			 don't display flashContent div so it won't show if JavaScript disabled.
		-->
        <style type="text/css" media="screen"> 
			html, body	{ height:100%; }
			body { margin:0; padding:0; overflow:auto; text-align:center; 
			       background-color: #333333; }   
			#flashContent { display:none; }
        </style>
		
		<!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section -->
        <link rel="stylesheet" type="text/css" href="/template/default/ddz/history/history.css" />
        <script type="text/javascript" src="/template/default/ddz/history/history.js"></script>
        <!-- END Browser History required section -->  
		    
        <script type="text/javascript" src="/template/default/ddz/swfobject.js"></script>
        <script type="text/javascript">
            <!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. --> 
            var swfVersionStr = "10.0.0";
            <!-- To use express install, set to playerProductInstall.swf, otherwise the empty string. -->
            var xiSwfUrlStr = "playerProductInstall.swf";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "#333333";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            var attributes = {};
            attributes.id = "client_ddz";
            attributes.name = "client_ddz";
            attributes.align = "middle";
            swfobject.embedSWF(
                "/template/default/ddz/client_ddz.swf?id_sql=@{$_G['uid']}&session=@{$_G['sid']}&gender=@{$gender}&color=@dushen", "flashContent", 
                "900", "680", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
			<!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. -->
			swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
			 JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
			 when JavaScript is disabled.
		-->
        <div id="flashContent">
        	<p>
	        	To view this page ensure that Adobe Flash Player version 
				10.0.0 or greater is installed. 
			</p>
			<script type="text/javascript"> 
				var pageHost = ((document.location.protocol == "https:") ? "https://" :	"http://"); 
				document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
								+ pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
			</script> 
        </div>
	   	
       	<noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="680" id="client_ddz">
                <param name="movie" value="client_ddz.swf?id_sql=@{$_G['uid']}&session=@{$_G['sid']}&gender=@{$gender}&color=@dushen" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#333333" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="client_ddz.swf?id_sql=@{$_G['uid']}&session=@{$_G['sid']}&gender=@{$gender}&color=@dushen" width="900" height="680">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#333333" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                	<p> 
                		Either scripts and active content are not permitted to run or Adobe Flash Player version
                		10.0.0 or greater is not installed.
                	</p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
	    </noscript>		
   </body>
</html>
<!-- saved from url=(0014)about:internet -->
<html lang="en">

<!-- 
Smart developers always View Source. 

This application was built using Adobe Flex, an open source framework
for building rich Internet applications that get delivered via the
Flash Player or to desktops via Adobe AIR. 

Learn more about Flex at http://flex.org 
// -->

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<!--  BEGIN Browser History required section -->
<link rel="stylesheet" type="text/css" href="history/history.css" />
<!--  END Browser History required section -->

<title>${title}</title>
<script src="AC_OETags.js" language="javascript"></script>

<!--  BEGIN Browser History required section -->
<script src="history/history.js" language="javascript"></script>
<!--  END Browser History required section -->

<style>
body { margin: 0px; overflow:hidden }
</style>
<script language="JavaScript" type="text/javascript">
<!--
// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = ${version_major};
// Minor version of Flash required
var requiredMinorVersion = ${version_minor};
// Minor version of Flash required
var requiredRevision = ${version_revision};
// -----------------------------------------------------------------------------
// -->
</script>
</head>

<body scroll="no">
<script language="JavaScript" type="text/javascript">
<!--
// Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
var hasProductInstall = DetectFlashVer(6, 0, 65);

// Version check based upon the values defined in globals
var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

if ( hasProductInstall && !hasRequestedVersion ) {
	// DO NOT MODIFY THE FOLLOWING FOUR LINES
	// Location visited after installation is complete if installation is required
	var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
	var MMredirectURL = window.location;
    document.title = document.title.slice(0, 47) + " - Flash Player Installation";
    var MMdoctitle = document.title;

	AC_FL_RunContent(
		"src", "playerProductInstall",
		"FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
		"width", "${width}",
		"height", "${height}",
		"align", "middle",
		"id", "${application}",
		"quality", "high",
		"bgcolor", "${bgcolor}",
		"name", "${application}",
		"allowScriptAccess","sameDomain",
		"type", "application/x-shockwave-flash",
		"pluginspage", "http://www.adobe.com/go/getflashplayer"
	);
} else if (hasRequestedVersion) {
	// if we've detected an acceptable version
	// embed the Flash Content SWF when all tests are passed
	AC_FL_RunContent(
			"src", "${swf}",
			"width", "${width}",
			"height", "${height}",
			"align", "middle",
			"id", "${application}",
			"quality", "high",
			"bgcolor", "${bgcolor}",
			"name", "${application}",
			"allowFullScreen",'true',
			"allowScriptAccess","sameDomain",
			"flashVars","send=http://127.0.0.1/wp3/wp-admin/admin-ajax.php",
			"type", "application/x-shockwave-flash",
			"pluginspage", "http://www.adobe.com/go/getflashplayer"
	);
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Alternate HTML content should be placed here. '
  	+ 'This content requires the Adobe Flash Player. '
   	+ '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
    document.write(alternateContent);  // insert non-flash content
  }
// -->
</script>
<noscript>
  	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="${application}" width="${width}" height="${height}"
			codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
			<param name="movie" value="${swf}.swf" />
			<param name="quality" value="high" />
			<param name="bgcolor" value="${bgcolor}" />
			<param name="allowScriptAccess" value="sameDomain" />
			<embed src="${swf}.swf" quality="high" bgcolor="${bgcolor}"
				width="${width}" height="${height}" name="${application}" align="middle"
				play="true"
				loop="false"
				quality="high"
				allowScriptAccess="sameDomain"
				type="application/x-shockwave-flash"
				pluginspage="http://www.adobe.com/go/getflashplayer">
			</embed>
	</object>
</noscript>
</body>
</html>
<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>O </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'O Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-O.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">O&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("O Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="O"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">O</font>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#onDoubleTap()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">onDoubleTap</a>(value:Object) &mdash; method,  class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td>
		 Double tap gesture config object, recommend to use DoubleTapGesture class
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#onHold()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">onHold</a>(value:Object) &mdash; method,  class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td>
		 Hold gesture config object, recommend to use HoldGesture class
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#onPan()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">onPan</a>(value:Object) &mdash; method,  class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td>
		 Pan gesture config object, recommend to use PanGesture class
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#onPinch()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">onPinch</a>(value:Object) &mdash; method,  class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td>
		 Pinch gesture config object, recommend to use PinchGesture class
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#onSwipe()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">onSwipe</a>(value:Object) &mdash; method,  class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td>
		 Swipe gesture config object, recommend to use SwipeGesture class
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#onTap()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">onTap</a>(value:Object) &mdash; method,  class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td>
		 Tap gesture config object, recommend to use TapGesture class
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#onTouch()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">onTouch</a>(value:Function) &mdash; method,  class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td>
		 When GestureManager receive touch event from the target display object, it will call this callback function.</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#onTrigger()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">onTrigger</a>(value:Function) &mdash; method,  class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">O</font>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>All Classes - API Documentation</title>
      <base target="classFrame">
      <link rel="stylesheet" href="style.css" type="text/css" media="screen">
      <link rel="stylesheet" href="print.css" type="text/css" media="print">
      <link rel="stylesheet" href="override.css" type="text/css">
   </head>
   <body class="classFrameContent">
      <h3><a href="class-summary.html" target="classFrame" style="color:black">All Classes</a></h3>
      <table cellpadding="0" cellspacing="0">
         <tr>
            <td><a href="acheGesture/events/AcheGestureEvent.html" title="acheGesture.events.AcheGestureEvent">AcheGestureEvent</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/data/DoubleTapGesture.html" title="acheGesture.data.DoubleTapGesture">DoubleTapGesture</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/utils/GestureConfigKey.html" title="acheGesture.utils.GestureConfigKey">GestureConfigKey</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/GestureManager.html" title="acheGesture.GestureManager">GestureManager</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/gestures/GestureRecognizerPlugin.html" title="acheGesture.gestures.GestureRecognizerPlugin">GestureRecognizerPlugin</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/utils/GestureState.html" title="acheGesture.utils.GestureState">GestureState</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/utils/GestureType.html" title="acheGesture.utils.GestureType">GestureType</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/data/GestureVars.html" title="acheGesture.data.GestureVars">GestureVars</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/data/HoldGesture.html" title="acheGesture.data.HoldGesture">HoldGesture</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/data/PanGesture.html" title="acheGesture.data.PanGesture">PanGesture</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/data/PinchGesture.html" title="acheGesture.data.PinchGesture">PinchGesture</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/data/SwipeGesture.html" title="acheGesture.data.SwipeGesture">SwipeGesture</a></td>
         </tr>
         <tr>
            <td><a href="acheGesture/data/TapGesture.html" title="acheGesture.data.TapGesture">TapGesture</a></td>
         </tr>
      </table>
   </body>
</html>
<!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>A </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'A Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-A.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">A&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("A Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="A"></a><font color="black" size="10px" style="bold">A</font>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">acheGesture</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/events/AcheGestureEvent.html#ACHE_GESTURE" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">ACHE_GESTURE</a> &mdash; Constant Static Property, class acheGesture.events.<a href="acheGesture/events/AcheGestureEvent.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">AcheGestureEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/events/AcheGestureEvent.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">AcheGestureEvent</a> &mdash; class, package <a href="acheGesture/events/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">acheGesture.events</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/events/AcheGestureEvent.html#AcheGestureEvent()" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">AcheGestureEvent</a>(type:String, gm:<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture./class-list.html');">acheGesture:GestureManager</a>, state:String) &mdash; Constructor, class acheGesture.events.<a href="acheGesture/events/AcheGestureEvent.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">AcheGestureEvent</a></td></tr><tr><td width="20"></td><td>
		 Constroctor
		  
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/events/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">acheGesture.events</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/gestures/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/gestures/class-list.html');">acheGesture.gestures</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">acheGesture.utils</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/gestures/GestureRecognizerPlugin.html#activate()" onclick="javascript:loadClassListFrame('acheGesture/gestures/class-list.html');">activate</a>(gestures:Vector$acheGesture.gestures:GestureRecognizerPlugin) &mdash; Static Method                  ,  class acheGesture.gestures.<a href="acheGesture/gestures/GestureRecognizerPlugin.html" onclick="javascript:loadClassListFrame('acheGesture/gestures/class-list.html');">GestureRecognizerPlugin</a></td></tr><tr><td width="20"></td><td>
		 Inject custom gesture-recognizers which extend this class.</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#add()" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">add</a>(vars:Object, replaceExist:Boolean) &mdash; method,  class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 Add some gesutres to this gesture-recognizers' chain after the GestureManger instance created.</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#add()" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">add</a>(target:starling.display:DisplayObject, vars:Object, allowSimultaneous:Boolean) &mdash; Static Method                  ,  class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#allowSimultaneous" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">allowSimultaneous</a> &mdash; Property, class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 if all gesture behave simultaneously 
		 </td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><font color="black" size="10px" style="bold">A</font>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>B </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'B Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-B.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">B&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("B Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="B"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">B</font>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureState.html#BEGAN" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">BEGAN</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureState.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureState</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">B</font>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>C </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'C Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-C.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">C&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("C Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="C"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">C</font>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureState.html#CANCELLED" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">CANCELLED</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureState.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureState</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureState.html#CHANGED" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">CHANGED</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureState.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureState</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">C</font>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>D </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'D Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-D.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">D&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("D Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="D"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">D</font>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#dispatchEvent()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">dispatchEvent</a>(value:Boolean) &mdash; method,  class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#dispose()" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">dispose</a>() &mdash; method,  class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 TO DO
		 dispose all the gestures managed by this instance
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureType.html#DOUBLE_TAP" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">DOUBLE_TAP</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureType.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureType</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/DoubleTapGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">DoubleTapGesture</a> &mdash; class, package <a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td></tr><tr><td width="20"></td><td>
	 Double tap gesture gonfig class
	  
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/DoubleTapGesture.html#DoubleTapGesture()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">DoubleTapGesture</a>(recognized:Function, failed:Function) &mdash; Constructor, class acheGesture.data.<a href="acheGesture/data/DoubleTapGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">DoubleTapGesture</a></td></tr><tr><td width="20"></td><td>
		 Constroctor function
		 For double tap only have two state for call back, which is recognized and failed
		 call back function should receive one and only one parameter use AcheGestureEvent as data type
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/events/AcheGestureEvent.html#dx" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">dx</a> &mdash; Property, class acheGesture.events.<a href="acheGesture/events/AcheGestureEvent.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">AcheGestureEvent</a></td></tr><tr><td width="20"></td><td>
		 delta x value
		 Pan gesture for example, dx is the delta x value updated every time user's finger moves 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/events/AcheGestureEvent.html#dy" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">dy</a> &mdash; Property, class acheGesture.events.<a href="acheGesture/events/AcheGestureEvent.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">AcheGestureEvent</a></td></tr><tr><td width="20"></td><td>
		 delta y value
		 Pan gesture for example, dy is the delta y value updated every time user's finger moves 
		 </td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">D</font>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>E </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'E Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-E.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">E&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("E Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="E"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">E</font>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureState.html#ENDED" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">ENDED</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureState.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureState</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">E</font>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>F </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'F Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-F.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">F&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("F Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="F"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">F</font>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureState.html#FAILED" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">FAILED</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureState.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureState</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">F</font>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>G </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'G Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-G.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">G&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("G Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="G"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">G</font>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureConfigKey.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureConfigKey</a> &mdash; class, package <a href="acheGesture/utils/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">acheGesture.utils</a></td></tr><tr><td width="20"></td><td>
	 All the keys for configuring of all the gestures
	 
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a> &mdash; class, package <a href="acheGesture/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">acheGesture</a></td></tr><tr><td width="20"></td><td>
	 Main class for the AcheGesture framework.</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#GestureManager()" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a>(target:starling.display:DisplayObject, vars:Object, allowSimultaneous:Boolean) &mdash; Constructor, class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 Constructor
		 
		 Creates a GestureManager instance
		  
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/gestures/GestureRecognizerPlugin.html" onclick="javascript:loadClassListFrame('acheGesture/gestures/class-list.html');">GestureRecognizerPlugin</a> &mdash; class, package <a href="acheGesture/gestures/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/gestures/class-list.html');">acheGesture.gestures</a></td></tr><tr><td width="20"></td><td>
	 Base class of all the gesture recognizers
	  
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureState.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureState</a> &mdash; class, package <a href="acheGesture/utils/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">acheGesture.utils</a></td></tr><tr><td width="20"></td><td>
	 	 All the possbile states of the gestures include both discrete gestures and continuous gestures
	 
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureType.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureType</a> &mdash; class, package <a href="acheGesture/utils/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">acheGesture.utils</a></td></tr><tr><td width="20"></td><td>
	 all the gesture types 
	 
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a> &mdash; class, package <a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td></tr><tr><td width="20"></td><td>
	 Config class for GestureManager.add method
	  
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#GestureVars()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a>(vars:Object) &mdash; Constructor, class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#getTouch()" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">getTouch</a>() &mdash; method,  class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 Get the Touch object from the Starling 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#getTouches()" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">getTouches</a>() &mdash; method,  class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 Get the Touch objects from the Starling
		  
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/events/AcheGestureEvent.html#gm" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">gm</a> &mdash; Property, class acheGesture.events.<a href="acheGesture/events/AcheGestureEvent.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">AcheGestureEvent</a></td></tr><tr><td width="20"></td><td>
		  GestureManager instance that related to this object
		 </td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">G</font>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>H </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'H Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-H.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">H&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("H Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="H"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">H</font>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureType.html#HOLD" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">HOLD</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureType.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureType</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/HoldGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">HoldGesture</a> &mdash; class, package <a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td></tr><tr><td width="20"></td><td>
	 Hold(Long press) Gesture Config Class
	  
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/HoldGesture.html#HoldGesture()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">HoldGesture</a>(recognized:Function) &mdash; Constructor, class acheGesture.data.<a href="acheGesture/data/HoldGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">HoldGesture</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">H</font>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>I </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'I Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-I.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">I&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("I Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="I"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">I</font>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/events/AcheGestureEvent.html#interval" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">interval</a> &mdash; Property, class acheGesture.events.<a href="acheGesture/events/AcheGestureEvent.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">AcheGestureEvent</a></td></tr><tr><td width="20"></td><td>
		 time interval for some specific gesture
		 Swipe gesture for example, interval is the time interval when swip happen 
		 </td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">I</font>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>J </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'J Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-J.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">J&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("J Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="J"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">J</font>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">J</font>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>K </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'K Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-K.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">K&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("K Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="K"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">K</font>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">K</font>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>L </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'L Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-L.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">L&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("L Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="L"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">L</font>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">L</font>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>M </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'M Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-M.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">M&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("M Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="M"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">M</font>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureConfigKey.html#MAX_DIST" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">MAX_DIST</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureConfigKey.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureConfigKey</a></td></tr><tr><td width="20"></td><td>
		 Max extended area size (pixel), used by Tap Gesture
		 </td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">M</font>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>N </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'N Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-N.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">N&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("N Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="N"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">N</font>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">N</font>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>P </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'P Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-P.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">P&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("P Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="P"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">P</font>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureType.html#PAN" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">PAN</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureType.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureType</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/PanGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">PanGesture</a> &mdash; class, package <a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td></tr><tr><td width="20"></td><td>
	 Pan(drag) Gesture Config Class
	  
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/PanGesture.html#PanGesture()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">PanGesture</a>(began:Function, changed:Function, ended:Function) &mdash; Constructor, class acheGesture.data.<a href="acheGesture/data/PanGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">PanGesture</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureType.html#PINCH" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">PINCH</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureType.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureType</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/PinchGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">PinchGesture</a> &mdash; class, package <a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td></tr><tr><td width="20"></td><td>
	 Pinch Gesture Config Class
	  
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/PinchGesture.html#PinchGesture()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">PinchGesture</a>(changed:Function) &mdash; Constructor, class acheGesture.data.<a href="acheGesture/data/PinchGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">PinchGesture</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureConfigKey.html#POINT_MODE" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">POINT_MODE</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureConfigKey.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureConfigKey</a></td></tr><tr><td width="20"></td><td>
		 Point mode for tap gesture
		 Boolean type, to config if use the "point type mode" for the tap gesture
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/events/AcheGestureEvent.html#possible" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">possible</a> &mdash; Property, class acheGesture.events.<a href="acheGesture/events/AcheGestureEvent.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">AcheGestureEvent</a></td></tr><tr><td width="20"></td><td>
		 possible state of some speicfic gesture
		 Tap gesture for example, before touch end, the possilbe value will come along with this object to indicate that if the tap gesture is possible to recognize 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureState.html#POSSIBLE" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">POSSIBLE</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureState.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureState</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#prop()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">prop</a>(property:String, value:any) &mdash; method,  class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">P</font>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Q </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Q Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-Q.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Q&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Q Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="Q"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Q</font>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Q</font>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>R </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'R Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-R.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">R&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("R Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="R"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">R</font>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureState.html#RECOGNIZED" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">RECOGNIZED</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureState.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureState</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#remove()" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">remove</a>(gestureType:String) &mdash; method,  class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 remove certain type of gesture-recognizer
		  
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#removeAll()" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">removeAll</a>(target:starling.display:DisplayObject) &mdash; Static Method                  ,  class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 Remove all of the gesture-managers linked to this target display object
		  
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureType.html#ROTATE" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">ROTATE</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureType.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureType</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">R</font>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>S </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'S Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-S.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">S&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("S Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="S"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">S</font>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#startGlobalX" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">startGlobalX</a> &mdash; Property, class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 global x position when receive TouchPhase.BEGAN event from Starling
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#startGlobalY" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">startGlobalY</a> &mdash; Property, class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 global y position when receive TouchPhase.BEGAN event from Starling
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/events/AcheGestureEvent.html#state" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">state</a> &mdash; Property, class acheGesture.events.<a href="acheGesture/events/AcheGestureEvent.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">AcheGestureEvent</a></td></tr><tr><td width="20"></td><td>
		 gesture state, all types of state is defined in acheGesture.utils.GestureState
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureType.html#SWIPE" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">SWIPE</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureType.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureType</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/SwipeGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">SwipeGesture</a> &mdash; class, package <a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td></tr><tr><td width="20"></td><td>
	 Swipe Gesture Config Class
	  
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/SwipeGesture.html#SwipeGesture()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">SwipeGesture</a>(recognized:Function) &mdash; Constructor, class acheGesture.data.<a href="acheGesture/data/SwipeGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">SwipeGesture</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">S</font>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>T </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'T Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-T.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">T&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("T Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="T"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">T</font>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureType.html#TAP" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">TAP</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureType.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureType</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/TapGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">TapGesture</a> &mdash; class, package <a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td></tr><tr><td width="20"></td><td>
	 Tap Gesture Config Class
	  
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/TapGesture.html#TapGesture()" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">TapGesture</a>(recognized:Function, possible:Function) &mdash; Constructor, class acheGesture.data.<a href="acheGesture/data/TapGesture.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">TapGesture</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/GestureManager.html#target" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">target</a> &mdash; Property, class acheGesture.<a href="acheGesture/GestureManager.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">GestureManager</a></td></tr><tr><td width="20"></td><td>
		 display object linked to this gesure manager instance
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/utils/GestureConfigKey.html#TIME_THRESHOLD" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">TIME_THRESHOLD</a> &mdash; Constant Static Property, class acheGesture.utils.<a href="acheGesture/utils/GestureConfigKey.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">GestureConfigKey</a></td></tr><tr><td width="20"></td><td>
		 Time threshold for recognizing hold gesture (long press gesture)
		 </td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">T</font>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>U </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'U Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-U.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">U&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("U Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="U"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">U</font>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">U</font>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>V </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'V Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-V.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">V&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("V Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="V"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">V</font>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="acheGesture/data/GestureVars.html#vars" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">vars</a> &mdash; Property, class acheGesture.data.<a href="acheGesture/data/GestureVars.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">GestureVars</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">V</font>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>W </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'W Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-W.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">W&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("W Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="W"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">W</font>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">W</font>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>X </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'X Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-X.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">X&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("X Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="X"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">X</font>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">X</font>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Y </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Y Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-Y.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Y&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Y Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="Y"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Y</font>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Y</font>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Z </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Z Index - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-Z.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Z&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Z Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="Z"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Z</font>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Z</font>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>All Classes</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'All Classes - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="all-index-A.html" onclick="loadClassListFrame('index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?class-summary.html&amp;all-classes.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">All&nbsp;Classes</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("All Classes"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><p>Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.</p><br><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="20%">Class</th><th width="20%">Package</th><th width="60%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/events/AcheGestureEvent.html">AcheGestureEvent</a><br></td><td class="summaryTableCol"><a href="acheGesture/events/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">acheGesture.events</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/data/DoubleTapGesture.html">DoubleTapGesture</a><br></td><td class="summaryTableCol"><a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td><td class="summaryTableLastCol">
	 Double tap gesture gonfig class
	  
	 </td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/utils/GestureConfigKey.html">GestureConfigKey</a><br></td><td class="summaryTableCol"><a href="acheGesture/utils/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">acheGesture.utils</a></td><td class="summaryTableLastCol">
	 All the keys for configuring of all the gestures
	 
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/GestureManager.html">GestureManager</a><br></td><td class="summaryTableCol"><a href="acheGesture/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">acheGesture</a></td><td class="summaryTableLastCol">
	 Main class for the AcheGesture framework.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/gestures/GestureRecognizerPlugin.html">GestureRecognizerPlugin</a><br></td><td class="summaryTableCol"><a href="acheGesture/gestures/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/gestures/class-list.html');">acheGesture.gestures</a></td><td class="summaryTableLastCol">
	 Base class of all the gesture recognizers
	  
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/utils/GestureState.html">GestureState</a><br></td><td class="summaryTableCol"><a href="acheGesture/utils/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">acheGesture.utils</a></td><td class="summaryTableLastCol">
	 	 All the possbile states of the gestures include both discrete gestures and continuous gestures
	 
	 </td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/utils/GestureType.html">GestureType</a><br></td><td class="summaryTableCol"><a href="acheGesture/utils/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">acheGesture.utils</a></td><td class="summaryTableLastCol">
	 all the gesture types 
	 
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/data/GestureVars.html">GestureVars</a><br></td><td class="summaryTableCol"><a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td><td class="summaryTableLastCol">
	 Config class for GestureManager.add method
	  
	 </td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/data/HoldGesture.html">HoldGesture</a><br></td><td class="summaryTableCol"><a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td><td class="summaryTableLastCol">
	 Hold(Long press) Gesture Config Class
	  
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/data/PanGesture.html">PanGesture</a><br></td><td class="summaryTableCol"><a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td><td class="summaryTableLastCol">
	 Pan(drag) Gesture Config Class
	  
	 </td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/data/PinchGesture.html">PinchGesture</a><br></td><td class="summaryTableCol"><a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td><td class="summaryTableLastCol">
	 Pinch Gesture Config Class
	  
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/data/SwipeGesture.html">SwipeGesture</a><br></td><td class="summaryTableCol"><a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td><td class="summaryTableLastCol">
	 Swipe Gesture Config Class
	  
	 </td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/data/TapGesture.html">TapGesture</a><br></td><td class="summaryTableCol"><a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td><td class="summaryTableLastCol">
	 Tap Gesture Config Class
	  
	 </td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>API Documentation</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
	
	<base target="classFrame">
</head>

<body class="classFrameContent">
<h3> Index </h3>
<table cellpadding="0" cellspacing="5" width="100%">
<tbody>
<!--
<tr>
	<td colspan="2"><a href="all-index-Symbols.html">Symbols</a></td>
</tr>
-->
<tr>
<td><a href="all-index-A.html">A</a></td>
<td><a href="all-index-N.html">N</a></td>
</tr>
<tr>
<td><a href="all-index-B.html">B</a></td>
<td><a href="all-index-O.html">O</a></td>
</tr>
<tr>
<td><a href="all-index-C.html">C</a></td>
<td><a href="all-index-P.html">P</a></td>
</tr>
<tr>
<td><a href="all-index-D.html">D</a></td>
<td><a href="all-index-Q.html">Q</a></td>
</tr>
<tr>
<td><a href="all-index-E.html">E</a></td>
<td><a href="all-index-R.html">R</a></td>
</tr>
<tr>
<td><a href="all-index-F.html">F</a></td>
<td><a href="all-index-S.html">S</a></td>
</tr>
<tr>
<td><a href="all-index-G.html">G</a></td>
<td><a href="all-index-T.html">T</a></td>
</tr>
<tr>
<td><a href="all-index-H.html">H</a></td>
<td><a href="all-index-U.html">U</a></td>
</tr>
<tr>
<td><a href="all-index-I.html">I</a></td>
<td><a href="all-index-V.html">V</a></td>
</tr>
<tr>
<td><a href="all-index-J.html">J</a></td>
<td><a href="all-index-W.html">W</a></td>
</tr>
<tr>
<td><a href="all-index-K.html">K</a></td>
<td><a href="all-index-X.html">X</a></td>
</tr>
<tr>
<td><a href="all-index-L.html">L</a></td>
<td><a href="all-index-Y.html">Y</a></td>
</tr>
<tr>
<td><a href="all-index-M.html">M</a></td>
<td><a href="all-index-Z.html">Z</a></td>
</tr>
</tbody></table>
</body><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --></html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><!-- saved from url=(0014)about:internet --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>API Documentation</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
    <script language="javascript" type="text/javascript">
    	<!--
        window.onload=function(){
            var d=document.location.search;
			var args=d.substring(d.lastIndexOf('?')+1,d.length);
			var classFrameContent=args;
			var classListFrameContent='';
			if (args.indexOf('&') != -1) {
				classFrameContent = args.substring(0,args.indexOf('&'));
				classListFrameContent = args.substring(args.indexOf('&')+1,args.length);
			}
            if(classFrameContent!='')
            	top.frames['classFrame'].document.location.href=classFrameContent;
			if(classListFrameContent!='')
				top.frames['packageFrame'].frames['classListFrame'].document.location.href=classListFrameContent;
        }
        -->
    </script>
</head>
<frameset cols="175,*" border="2" bordercolor="#AAAAAA" framespacing="1">
       <frame src="package-frame.html" name="packageFrame" scrolling="no">
       <frameset rows="80,*" border="0" bordercolor="#AAAAAA">
       		<frame src="title-bar.html" name="titlebar" scrolling="no" frameborder="0">
       		<frame src="package-summary.html" name="classFrame" frameborder="0">
    	</frameset>
    <noframes>
	<body>
        <h2>Frame Alert</h2>
        <p>
        This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
        <br>
        Link to <a href="package-summary.html">Non-frame version.</a>
        </p>
        </body>
    </noframes>
</frameset>
<!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --></html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><!-- saved from url=(0014)about:internet --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>API Documentation</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
</head>
<frameset rows="40%,60%" border="2" framespacing="1" bordercolor="#AAAAAA">
    <frame src="package-list.html" name="packageListFrame" scrolling="yes">
    <frame src="all-classes.html" name="classListFrame" scrolling="yes">
    <noframes>
        <body>
            <h2>Frame Alert</h2>
            <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
                <br>
                Link to<a href="package-summary.html">Non-frame version.</a>
            </p>
        </body>
    </noframes>
</frameset>
<!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --></html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Package List - API Documentation</title><base target="classFrame"><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"><script language="javascript" src="asdoc.js" type="text/javascript"></script></head><body class="classFrameContent"><h3><a href="package-summary.html" onclick="javascript:loadClassListFrame('all-classes.html');" style="color:black">Packages</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="acheGesture/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">acheGesture</a></td></tr><tr><td><a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td></tr><tr><td><a href="acheGesture/events/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">acheGesture.events</a></td></tr><tr><td><a href="acheGesture/gestures/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/gestures/class-list.html');">acheGesture.gestures</a></td></tr><tr><td><a href="acheGesture/utils/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">acheGesture.utils</a></td></tr></table></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>All Packages</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'All Packages - API Documentation';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="all-index-A.html" onclick="loadClassListFrame('index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?package-summary.html&amp;all-classes.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">All&nbsp;Packages</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("All Packages"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><p></p><br><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">package</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/class-list.html');">acheGesture</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/data/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/data/class-list.html');">acheGesture.data</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/events/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/events/class-list.html');">acheGesture.events</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/gestures/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/gestures/class-list.html');">acheGesture.gestures</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="acheGesture/utils/package-detail.html" onclick="javascript:loadClassListFrame('acheGesture/utils/class-list.html');">acheGesture.utils</a></td><td class="summaryTableLastCol"></td></tr></table><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html>
	<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title>API Documentation</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
		
		
		<script language="javascript" type="text/javascript" src="asdoc.js"></script>
	</head>
	<body>
		<a name="top"></a>
		<table class="titleTable" cellpadding="0" cellspacing="0">
		  <tr>
			<td>
			  <table class="titleTable" cellpadding="0" cellspacing="0">
				<tr>
				  <td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableSearch" align="center">&nbsp;</td>
				  <td class="titleTableTopNav" align="right">
					<a target="classFrame" href="package-summary.html" onclick="loadClassListFrame('all-classes.html')"> All Packages </a>&nbsp;|&nbsp;<a target="classFrame" href="class-summary.html" onclick="loadClassListFrame('all-classes.html')"> All Classes </a>&nbsp;|&nbsp;<a target="classFrame" href="all-index-A.html" onclick="loadClassListFrame('index-list.html')"> Index </a>&nbsp;|&nbsp;<a href="" onclick="top.location=top.classFrame.location"> No Frames </a>
				  </td>
				</tr>
			  </table>
			</td>
			<td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" title="Adobe Logo" alt="Adobe Logo"></td>
		  </tr>
		  <tr>
			<td>
			  <table class="titleTable" cellpadding="0" cellspacing="0">
				<tr class="titleTableRow2">
				  <td class="titleTableSubTitle" id="subTitle" align="left" colspan="2">&nbsp;</td>
				  <td class="titleTableSubNav" id="subNav" align="right">
					<a id="propertiesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('propertySummary');" style="display:none"> Properties </a><span id="propertiesBar" style="display:none"> | </span><a id="packagePropertiesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('propertySummary');" style="display:none"> Properties </a><span id="packagePropertiesBar" style="display:none"> | </span><a id="constructorLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('constructorSummary');" style="display:none"> Constructor </a><span id="constructorBar" style="display:none"> | </span><a id="methodsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('methodSummary');" style="display:none"> Methods </a><span id="methodsBar" style="display:none"> | </span><a id="packageFunctionsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('methodSummary');" style="display:none"> Functions </a><span id="packageFunctionsBar" style="display:none"> | </span><a id="eventsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('eventSummary');" style="display:none"> Events </a><span id="eventsBar" style="display:none"> | </span><a id="stylesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('styleSummary');" style="display:none"> Styles </a><span id="stylesBar" style="display:none"> | </span><a id="SkinPartLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('SkinPartSummary');" style="display:none"> Skin Parts </a><span id="SkinPartBar" style="display:none"> | </span><a id="SkinStateLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('SkinStateSummary');" style="display:none"> Skin States </a><span id="SkinStateBar" style="display:none"> | </span><a id="effectsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('effectSummary');" style="display:none"> Effects </a><span id="effectsBar" style="display:none"> | </span><a id="constantsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('constantSummary');" style="display:none"> Constants </a><span id="constantsBar" style="display:none"> | </span><a id="packageConstantsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('constantSummary');" style="display:none"> Constants </a><span id="packageConstantsBar" style="display:none"> | </span><a id="interfacesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('interfaceSummary');" style="display:none"> Interfaces </a><span id="interfacesBar" style="display:none"> | </span><a id="classesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('classSummary');" style="display:none"> Classes </a><span id="classesBar" style="display:none"> | </span><a id="packageUseLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('package-use.html');" style="display:none">Use</a><span id="packageUseBar" style="display:none"> | </span><a id="examplesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('includeExamplesSummary');" style="display:none"> Examples </a>
				  </td>
				</tr>
				<tr class="titleTableRow3">
				  <td colspan="3">&nbsp;</td>
				</tr>
			  </table>
			</td>
		  </tr>
		</table>
	</body>
<!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --></html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>acheGesture - API Documentation</title><base target="classFrame"><link rel="stylesheet" href="../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../print.css" type="text/css" media="print"><link rel="stylesheet" href="../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package acheGesture</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="GestureManager.html">GestureManager</a></td></tr></table></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../print.css" type="text/css" media="print"><link rel="stylesheet" href="../override.css" type="text/css"><meta name="keywords" content="GestureManager,acheGesture.GestureManager,allowSimultaneous,startGlobalX,startGlobalY,target,add,add,dispose,getTouch,getTouches,remove,removeAll"><title>acheGesture.GestureManager</title></head><body><script language="javascript" type="text/javascript" src="../asdoc.js"></script><script language="javascript" type="text/javascript" src="../help.js"></script><script language="javascript" type="text/javascript" src="../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'GestureManager - API Documentation';
				var baseRef = '../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../package-summary.html" onclick="loadClassListFrame('../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../class-summary.html" onclick="loadClassListFrame('../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../all-index-A.html" onclick="loadClassListFrame('../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../index.html?acheGesture/GestureManager.html&amp;acheGesture/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">GestureManager</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("GestureManager"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  GestureManager</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">GestureManager  <img src="../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Main class for the AcheGesture framework. Use the GestureManager to link all the gestures to the target display object.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#allowSimultaneous" class="signatureLink">allowSimultaneous</a> : Boolean<div class="summaryTableDescription">
		 if all gesture behave simultaneously 
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#startGlobalX" class="signatureLink">startGlobalX</a> : Number<div class="summaryTableDescription">
		 global x position when receive TouchPhase.BEGAN event from Starling
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#startGlobalY" class="signatureLink">startGlobalY</a> : Number<div class="summaryTableDescription">
		 global y position when receive TouchPhase.BEGAN event from Starling
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#target" class="signatureLink">target</a> : DisplayObject<div class="summaryTableDescription">
		 display object linked to this gesure manager instance
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#GestureManager()" class="signatureLink">GestureManager</a>(target:DisplayObject, vars:Object = null, allowSimultaneous:Boolean = false)</div><div class="summaryTableDescription">
		 Constructor
		 
		 Creates a GestureManager instance
		  
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#add()" class="signatureLink">add</a>(vars:Object, replaceExist:Boolean = false):void</div><div class="summaryTableDescription">
		 Add some gesutres to this gesture-recognizers' chain after the GestureManger instance created.</div></td><td class="summaryTableOwnerCol">GestureManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#add()" class="signatureLink">add</a>(target:DisplayObject, vars:Object = null, allowSimultaneous:Boolean = false):<a href="../acheGesture:GestureManager.html">GestureManager</a></div><div class="summaryTableDescription">[static] 
		  
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#dispose()" class="signatureLink">dispose</a>():void</div><div class="summaryTableDescription">
		 TO DO
		 dispose all the gestures managed by this instance
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getTouch()" class="signatureLink">getTouch</a>():Touch</div><div class="summaryTableDescription">
		 Get the Touch object from the Starling 
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getTouches()" class="signatureLink">getTouches</a>():Vector.&lt;Touch&gt;</div><div class="summaryTableDescription">
		 Get the Touch objects from the Starling
		  
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#remove()" class="signatureLink">remove</a>(gestureType:String):Boolean</div><div class="summaryTableDescription">
		 remove certain type of gesture-recognizer
		  
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeAll()" class="signatureLink">removeAll</a>(target:DisplayObject):void</div><div class="summaryTableDescription">[static] 
		 Remove all of the gesture-managers linked to this target display object
		  
		 </div></td><td class="summaryTableOwnerCol">GestureManager</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="allowSimultaneous"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">allowSimultaneous</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>allowSimultaneous:Boolean</code><p></p><p></p><p>
		 if all gesture behave simultaneously 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get allowSimultaneous():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set allowSimultaneous(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="startGlobalX"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">startGlobalX</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var startGlobalX:Number</code><p></p><p></p><p>
		 global x position when receive TouchPhase.BEGAN event from Starling
		 </p></div><a name="propertyDetail"></a><a name="startGlobalY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">startGlobalY</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var startGlobalY:Number</code><p></p><p></p><p>
		 global y position when receive TouchPhase.BEGAN event from Starling
		 </p></div><a name="propertyDetail"></a><a name="target"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">target</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var target:DisplayObject</code><p></p><p></p><p>
		 display object linked to this gesure manager instance
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="GestureManager()"></a><a name="GestureManager(starling.display.DisplayObject,Object,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">GestureManager</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function GestureManager(target:DisplayObject, vars:Object = null, allowSimultaneous:Boolean = false)</code><p></p><p>
		 Constructor
		 
		 Creates a GestureManager instance
		  
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">target</span>:DisplayObject</code> &mdash; 			Display object linked to this gesture manager instance
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">vars</span>:Object</code> (default = <code>null</code>)<code></code> &mdash; 				Config object, using acheGesture.data.GestureVars is recommended
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">allowSimultaneous</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; 	Allow the gesture-manager behave simultaneously
		 
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="add()"></a><a name="add(Object,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">add</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function add(vars:Object, replaceExist:Boolean = false):void</code><p></p><p></p><p>
		 Add some gesutres to this gesture-recognizers' chain after the GestureManger instance created.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">vars</span>:Object</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">replaceExist</span>:Boolean</code> (default = <code>false</code>)<code></code></td></tr></table></p></div><a name="add()"></a><a name="add(starling.display.DisplayObject,Object,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">add</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function add(target:DisplayObject, vars:Object = null, allowSimultaneous:Boolean = false):<a href="../acheGesture:GestureManager.html">GestureManager</a></code><p></p><p></p><p>
		  
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">target</span>:DisplayObject</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">vars</span>:Object</code> (default = <code>null</code>)<code></code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">allowSimultaneous</span>:Boolean</code> (default = <code>false</code>)<code></code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../acheGesture:GestureManager.html">GestureManager</a></code> &mdash; 
		 
		 </td></tr></table></div><a name="dispose()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dispose</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function dispose():void</code><p></p><p></p><p>
		 TO DO
		 dispose all the gestures managed by this instance
		 </p></div><a name="getTouch()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getTouch</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getTouch():Touch</code><p></p><p></p><p>
		 Get the Touch object from the Starling 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Touch</code> &mdash; 
		 
		 </td></tr></table></div><a name="getTouches()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getTouches</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getTouches():Vector.&lt;Touch&gt;</code><p></p><p></p><p>
		 Get the Touch objects from the Starling
		  
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Vector.&lt;Touch&gt;</code> &mdash; 
		 
		 </td></tr></table></div><a name="remove()"></a><a name="remove(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">remove</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function remove(gestureType:String):Boolean</code><p></p><p></p><p>
		 remove certain type of gesture-recognizer
		  
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">gestureType</span>:String</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code></td></tr></table></div><a name="removeAll()"></a><a name="removeAll(starling.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeAll</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function removeAll(target:DisplayObject):void</code><p></p><p></p><p>
		 Remove all of the gesture-managers linked to this target display object
		  
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">target</span>:DisplayObject</code></td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../print.css" type="text/css" media="print"><link rel="stylesheet" href="../override.css" type="text/css"><title>acheGesture Summary</title></head><body><script language="javascript" type="text/javascript" src="../asdoc.js"></script><script language="javascript" type="text/javascript" src="../help.js"></script><script language="javascript" type="text/javascript" src="../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'acheGesture package - API Documentation';
				var baseRef = '../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../package-summary.html" onclick="loadClassListFrame('../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../class-summary.html" onclick="loadClassListFrame('../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../all-index-A.html" onclick="loadClassListFrame('../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../index.html?acheGesture/package-detail.html&amp;acheGesture/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">acheGesture</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("acheGesture"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="GestureManager.html">GestureManager</a></td><td class="summaryTableLastCol">
	 Main class for the AcheGesture framework.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>acheGesture.data - API Documentation</title><base target="classFrame"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package acheGesture.data</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="DoubleTapGesture.html">DoubleTapGesture</a></td></tr><tr><td><a href="GestureVars.html">GestureVars</a></td></tr><tr><td><a href="HoldGesture.html">HoldGesture</a></td></tr><tr><td><a href="PanGesture.html">PanGesture</a></td></tr><tr><td><a href="PinchGesture.html">PinchGesture</a></td></tr><tr><td><a href="SwipeGesture.html">SwipeGesture</a></td></tr><tr><td><a href="TapGesture.html">TapGesture</a></td></tr></table></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="DoubleTapGesture,acheGesture.data.DoubleTapGesture"><title>acheGesture.data.DoubleTapGesture</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DoubleTapGesture - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/data/DoubleTapGesture.html&amp;acheGesture/data/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DoubleTapGesture</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DoubleTapGesture"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.data</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DoubleTapGesture</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DoubleTapGesture  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> acheGesture.data.Gesture</td></tr></table><p></p><p></p><p></p>
	 Double tap gesture gonfig class
	  
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#DoubleTapGesture()" class="signatureLink">DoubleTapGesture</a>(recognized:Function, failed:Function = null)</div><div class="summaryTableDescription">
		 Constroctor function
		 For double tap only have two state for call back, which is recognized and failed
		 call back function should receive one and only one parameter use AcheGestureEvent as data type
		 
		 </div></td><td class="summaryTableOwnerCol">DoubleTapGesture</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="DoubleTapGesture()"></a><a name="DoubleTapGesture(Function,Function)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DoubleTapGesture</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function DoubleTapGesture(recognized:Function, failed:Function = null)</code><p></p><p>
		 Constroctor function
		 For double tap only have two state for call back, which is recognized and failed
		 <b>call back function should receive one and only one parameter use AcheGestureEvent as data type</b>
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">recognized</span>:Function</code> &mdash; callback function to run when this gesture recognized.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">failed</span>:Function</code> (default = <code>null</code>)<code></code> &mdash; 	callback function to run when this gesture recognize failed.
		 
		 </td></tr></table><p><span class="label">See also</span></p><div class="seeAlso"><a href="../../acheGesture/utils/GestureState.html" target="">acheGesture.utils.GestureState</a><br/><a href="../../acheGesture/events/AcheGestureEvent.html" target="">acheGesture.events.AcheGestureEvent</a></div></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="GestureVars,acheGesture.data.GestureVars,vars,dispatchEvent,onDoubleTap,onHold,onPan,onPinch,onSwipe,onTap,onTouch,onTrigger,prop"><title>acheGesture.data.GestureVars</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'GestureVars - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/data/GestureVars.html&amp;acheGesture/data/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">GestureVars</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("GestureVars"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.data</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  GestureVars</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">GestureVars  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Config class for GestureManager.add method
	  
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#vars" class="signatureLink">vars</a> : Object<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">GestureVars</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#GestureVars()" class="signatureLink">GestureVars</a>(vars:Object = null)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">GestureVars</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#dispatchEvent()" class="signatureLink">dispatchEvent</a>(value:Boolean):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">GestureVars</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onDoubleTap()" class="signatureLink">onDoubleTap</a>(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></div><div class="summaryTableDescription">
		 Double tap gesture config object, recommend to use DoubleTapGesture class
		 </div></td><td class="summaryTableOwnerCol">GestureVars</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onHold()" class="signatureLink">onHold</a>(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></div><div class="summaryTableDescription">
		 Hold gesture config object, recommend to use HoldGesture class
		 </div></td><td class="summaryTableOwnerCol">GestureVars</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onPan()" class="signatureLink">onPan</a>(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></div><div class="summaryTableDescription">
		 Pan gesture config object, recommend to use PanGesture class
		 </div></td><td class="summaryTableOwnerCol">GestureVars</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onPinch()" class="signatureLink">onPinch</a>(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></div><div class="summaryTableDescription">
		 Pinch gesture config object, recommend to use PinchGesture class
		 </div></td><td class="summaryTableOwnerCol">GestureVars</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onSwipe()" class="signatureLink">onSwipe</a>(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></div><div class="summaryTableDescription">
		 Swipe gesture config object, recommend to use SwipeGesture class
		 </div></td><td class="summaryTableOwnerCol">GestureVars</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onTap()" class="signatureLink">onTap</a>(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></div><div class="summaryTableDescription">
		 Tap gesture config object, recommend to use TapGesture class
		 </div></td><td class="summaryTableOwnerCol">GestureVars</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onTouch()" class="signatureLink">onTouch</a>(value:Function):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></div><div class="summaryTableDescription">
		 When GestureManager receive touch event from the target display object, it will call this callback function.</div></td><td class="summaryTableOwnerCol">GestureVars</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onTrigger()" class="signatureLink">onTrigger</a>(value:Function):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">GestureVars</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#prop()" class="signatureLink">prop</a>(property:String, value:*):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">GestureVars</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="vars"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">vars</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>vars:Object</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get vars():Object</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="GestureVars()"></a><a name="GestureVars(Object)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">GestureVars</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function GestureVars(vars:Object = null)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">vars</span>:Object</code> (default = <code>null</code>)<code></code></td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="dispatchEvent()"></a><a name="dispatchEvent(Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dispatchEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function dispatchEvent(value:Boolean):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">value</span>:Boolean</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code></td></tr></table></div><a name="onDoubleTap()"></a><a name="onDoubleTap(Object)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onDoubleTap</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function onDoubleTap(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code><p></p><p></p><p>
		 Double tap gesture config object, recommend to use DoubleTapGesture class
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">value</span>:Object</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code></td></tr></table><p><span class="label">See also</span></p><div class="seeAlso">acheGesture.DoubleTapGesture</div></div><a name="onHold()"></a><a name="onHold(Object)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onHold</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function onHold(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code><p></p><p></p><p>
		 Hold gesture config object, recommend to use HoldGesture class
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">value</span>:Object</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code></td></tr></table><p><span class="label">See also</span></p><div class="seeAlso">acheGesture.HoldGesture</div></div><a name="onPan()"></a><a name="onPan(Object)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onPan</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function onPan(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code><p></p><p></p><p>
		 Pan gesture config object, recommend to use PanGesture class
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">value</span>:Object</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code></td></tr></table><p><span class="label">See also</span></p><div class="seeAlso">acheGesture.PanGesture</div></div><a name="onPinch()"></a><a name="onPinch(Object)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onPinch</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function onPinch(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code><p></p><p></p><p>
		 Pinch gesture config object, recommend to use PinchGesture class
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">value</span>:Object</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code></td></tr></table><p><span class="label">See also</span></p><div class="seeAlso">acheGesture.PinchGesture</div></div><a name="onSwipe()"></a><a name="onSwipe(Object)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onSwipe</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function onSwipe(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code><p></p><p></p><p>
		 Swipe gesture config object, recommend to use SwipeGesture class
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">value</span>:Object</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code></td></tr></table><p><span class="label">See also</span></p><div class="seeAlso">acheGesture.SwipeGesture</div></div><a name="onTap()"></a><a name="onTap(Object)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onTap</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function onTap(value:Object):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code><p></p><p></p><p>
		 Tap gesture config object, recommend to use TapGesture class
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">value</span>:Object</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code></td></tr></table><p><span class="label">See also</span></p><div class="seeAlso">acheGesture.TapGesture</div></div><a name="onTouch()"></a><a name="onTouch(Function)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onTouch</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function onTouch(value:Function):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code><p></p><p></p><p>
		 When GestureManager receive touch event from the target display object, it will call this callback function.
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">value</span>:Function</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code></td></tr></table></div><a name="onTrigger()"></a><a name="onTrigger(Function)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onTrigger</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function onTrigger(value:Function):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">value</span>:Function</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code></td></tr></table></div><a name="prop()"></a><a name="prop(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">prop</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function prop(property:String, value:*):<a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../acheGesture/data/GestureVars.html">GestureVars</a></code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="HoldGesture,acheGesture.data.HoldGesture"><title>acheGesture.data.HoldGesture</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'HoldGesture - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/data/HoldGesture.html&amp;acheGesture/data/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">HoldGesture</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("HoldGesture"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.data</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  HoldGesture</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">HoldGesture  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> acheGesture.data.Gesture</td></tr></table><p></p><p></p><p></p>
	 Hold(Long press) Gesture Config Class
	  
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#HoldGesture()" class="signatureLink">HoldGesture</a>(recognized:Function)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">HoldGesture</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="HoldGesture()"></a><a name="HoldGesture(Function)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">HoldGesture</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function HoldGesture(recognized:Function)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">recognized</span>:Function</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><title>acheGesture.data Summary</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'acheGesture.data package - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/data/package-detail.html&amp;acheGesture/data/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">acheGesture.data</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("acheGesture.data"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DoubleTapGesture.html">DoubleTapGesture</a></td><td class="summaryTableLastCol">
	 Double tap gesture gonfig class
	  
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="GestureVars.html">GestureVars</a></td><td class="summaryTableLastCol">
	 Config class for GestureManager.add method
	  
	 </td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="HoldGesture.html">HoldGesture</a></td><td class="summaryTableLastCol">
	 Hold(Long press) Gesture Config Class
	  
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="PanGesture.html">PanGesture</a></td><td class="summaryTableLastCol">
	 Pan(drag) Gesture Config Class
	  
	 </td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="PinchGesture.html">PinchGesture</a></td><td class="summaryTableLastCol">
	 Pinch Gesture Config Class
	  
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SwipeGesture.html">SwipeGesture</a></td><td class="summaryTableLastCol">
	 Swipe Gesture Config Class
	  
	 </td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TapGesture.html">TapGesture</a></td><td class="summaryTableLastCol">
	 Tap Gesture Config Class
	  
	 </td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="PanGesture,acheGesture.data.PanGesture"><title>acheGesture.data.PanGesture</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'PanGesture - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/data/PanGesture.html&amp;acheGesture/data/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">PanGesture</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("PanGesture"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.data</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  PanGesture</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">PanGesture  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> acheGesture.data.Gesture</td></tr></table><p></p><p></p><p></p>
	 Pan(drag) Gesture Config Class
	  
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#PanGesture()" class="signatureLink">PanGesture</a>(began:Function, changed:Function, ended:Function = null)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">PanGesture</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="PanGesture()"></a><a name="PanGesture(Function,Function,Function)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">PanGesture</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function PanGesture(began:Function, changed:Function, ended:Function = null)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">began</span>:Function</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">changed</span>:Function</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">ended</span>:Function</code> (default = <code>null</code>)<code></code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="PinchGesture,acheGesture.data.PinchGesture"><title>acheGesture.data.PinchGesture</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'PinchGesture - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/data/PinchGesture.html&amp;acheGesture/data/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">PinchGesture</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("PinchGesture"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.data</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  PinchGesture</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">PinchGesture  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> acheGesture.data.Gesture</td></tr></table><p></p><p></p><p></p>
	 Pinch Gesture Config Class
	  
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#PinchGesture()" class="signatureLink">PinchGesture</a>(changed:Function)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">PinchGesture</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="PinchGesture()"></a><a name="PinchGesture(Function)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">PinchGesture</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function PinchGesture(changed:Function)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">changed</span>:Function</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="SwipeGesture,acheGesture.data.SwipeGesture"><title>acheGesture.data.SwipeGesture</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SwipeGesture - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/data/SwipeGesture.html&amp;acheGesture/data/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SwipeGesture</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SwipeGesture"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.data</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SwipeGesture</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SwipeGesture  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> acheGesture.data.Gesture</td></tr></table><p></p><p></p><p></p>
	 Swipe Gesture Config Class
	  
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SwipeGesture()" class="signatureLink">SwipeGesture</a>(recognized:Function)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SwipeGesture</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SwipeGesture()"></a><a name="SwipeGesture(Function)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SwipeGesture</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SwipeGesture(recognized:Function)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">recognized</span>:Function</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="TapGesture,acheGesture.data.TapGesture"><title>acheGesture.data.TapGesture</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TapGesture - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/data/TapGesture.html&amp;acheGesture/data/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TapGesture</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TapGesture"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.data</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TapGesture</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TapGesture  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> acheGesture.data.Gesture</td></tr></table><p></p><p></p><p></p>
	 Tap Gesture Config Class
	  
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TapGesture()" class="signatureLink">TapGesture</a>(recognized:Function, possible:Function = null)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TapGesture</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TapGesture()"></a><a name="TapGesture(Function,Function)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TapGesture</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TapGesture(recognized:Function, possible:Function = null)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">recognized</span>:Function</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">possible</span>:Function</code> (default = <code>null</code>)<code></code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="AcheGestureEvent,acheGesture.events.AcheGestureEvent,ACHE_GESTURE,dx,dy,gm,interval,possible,state"><title>acheGesture.events.AcheGestureEvent</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'AcheGestureEvent - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/events/AcheGestureEvent.html&amp;acheGesture/events/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">AcheGestureEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("AcheGestureEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.events</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  AcheGestureEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">AcheGestureEvent  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> starling.events.Event</td></tr></table><p></p><p></p><p></p>
	  
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dx" class="signatureLink">dx</a> : Number<div class="summaryTableDescription">
		 delta x value
		 Pan gesture for example, dx is the delta x value updated every time user's finger moves 
		 </div></td><td class="summaryTableOwnerCol">AcheGestureEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dy" class="signatureLink">dy</a> : Number<div class="summaryTableDescription">
		 delta y value
		 Pan gesture for example, dy is the delta y value updated every time user's finger moves 
		 </div></td><td class="summaryTableOwnerCol">AcheGestureEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#gm" class="signatureLink">gm</a> : <a href="../../acheGesture/GestureManager.html">GestureManager</a><div class="summaryTableDescription">
		  GestureManager instance that related to this object
		 </div></td><td class="summaryTableOwnerCol">AcheGestureEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#interval" class="signatureLink">interval</a> : Number<div class="summaryTableDescription">
		 time interval for some specific gesture
		 Swipe gesture for example, interval is the time interval when swip happen 
		 </div></td><td class="summaryTableOwnerCol">AcheGestureEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#possible" class="signatureLink">possible</a> : Boolean<div class="summaryTableDescription">
		 possible state of some speicfic gesture
		 Tap gesture for example, before touch end, the possilbe value will come along with this object to indicate that if the tap gesture is possible to recognize 
		 </div></td><td class="summaryTableOwnerCol">AcheGestureEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#state" class="signatureLink">state</a> : String<div class="summaryTableDescription">
		 gesture state, all types of state is defined in acheGesture.utils.GestureState
		 
		 </div></td><td class="summaryTableOwnerCol">AcheGestureEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#AcheGestureEvent()" class="signatureLink">AcheGestureEvent</a>(type:String, gm:<a href="../../acheGesture:GestureManager.html">GestureManager</a>, state:String)</div><div class="summaryTableDescription">
		 Constroctor
		  
		 </div></td><td class="summaryTableOwnerCol">AcheGestureEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ACHE_GESTURE" class="signatureLink">ACHE_GESTURE</a> : String = acheGesture<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">AcheGestureEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dx"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dx</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var dx:Number</code><p></p><p></p><p>
		 delta x value
		 Pan gesture for example, dx is the delta x value updated every time user's finger moves 
		 </p></div><a name="propertyDetail"></a><a name="dy"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dy</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var dy:Number</code><p></p><p></p><p>
		 delta y value
		 Pan gesture for example, dy is the delta y value updated every time user's finger moves 
		 </p></div><a name="propertyDetail"></a><a name="gm"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">gm</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var gm:<a href="../../acheGesture/GestureManager.html">GestureManager</a></code><p></p><p></p><p>
		  GestureManager instance that related to this object
		 </p></div><a name="propertyDetail"></a><a name="interval"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">interval</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var interval:Number</code><p></p><p></p><p>
		 time interval for some specific gesture
		 Swipe gesture for example, interval is the time interval when swip happen 
		 </p></div><a name="propertyDetail"></a><a name="possible"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">possible</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var possible:Boolean</code><p></p><p></p><p>
		 possible state of some speicfic gesture
		 Tap gesture for example, before touch end, the possilbe value will come along with this object to indicate that if the tap gesture is possible to recognize 
		 </p></div><a name="propertyDetail"></a><a name="state"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">state</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var state:String</code><p></p><p></p><p>
		 gesture state, all types of state is defined in acheGesture.utils.GestureState
		 
		 </p><p><span class="label">See also</span></p><div class="seeAlso">acheGestrue.utils.GestureState</div></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="AcheGestureEvent()"></a><a name="AcheGestureEvent(String,acheGesture.GestureManager,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">AcheGestureEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function AcheGestureEvent(type:String, gm:<a href="../../acheGesture:GestureManager.html">GestureManager</a>, state:String)</code><p></p><p>
		 Constroctor
		  
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; 	Event type, use AcheGestureEvent.ACHE_GESTURE
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">gm</span>:<a href="../../acheGesture:GestureManager.html">GestureManager</a></code> &mdash; 	GestureManager instance that related to this object
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">state</span>:String</code> &mdash; 	What state of the gesture when this happen, see ache.Gestrue.utils.GestureState
		 
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="ACHE_GESTURE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ACHE_GESTURE</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const ACHE_GESTURE:String = acheGesture</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>acheGesture.events - API Documentation</title><base target="classFrame"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package acheGesture.events</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="AcheGestureEvent.html">AcheGestureEvent</a></td></tr></table></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><title>acheGesture.events Summary</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'acheGesture.events package - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/events/package-detail.html&amp;acheGesture/events/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">acheGesture.events</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("acheGesture.events"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="AcheGestureEvent.html">AcheGestureEvent</a></td><td class="summaryTableLastCol">
	  
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>acheGesture.gestures - API Documentation</title><base target="classFrame"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package acheGesture.gestures</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="GestureRecognizerPlugin.html">GestureRecognizerPlugin</a></td></tr></table></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="GestureRecognizerPlugin,acheGesture.gestures.GestureRecognizerPlugin,activate"><title>acheGesture.gestures.GestureRecognizerPlugin</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'GestureRecognizerPlugin - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/gestures/GestureRecognizerPlugin.html&amp;acheGesture/gestures/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">GestureRecognizerPlugin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("GestureRecognizerPlugin"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.gestures</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  GestureRecognizerPlugin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">GestureRecognizerPlugin  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Base class of all the gesture recognizers
	  
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#activate()" class="signatureLink">activate</a>(gestures:Vector.&lt;<a href="../../acheGesture/gestures/GestureRecognizerPlugin.html">GestureRecognizerPlugin</a>&gt;):void</div><div class="summaryTableDescription">[static] 
		 Inject custom gesture-recognizers which extend this class.</div></td><td class="summaryTableOwnerCol">GestureRecognizerPlugin</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="activate()"></a><a name="activate(Vector$acheGesture.gestures.GestureRecognizerPlugin)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">activate</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public static function activate(gestures:Vector.&lt;<a href="../../acheGesture/gestures/GestureRecognizerPlugin.html">GestureRecognizerPlugin</a>&gt;):void</code><p></p><p></p><p>
		 Inject custom gesture-recognizers which extend this class.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">gestures</span>:Vector.&lt;<a href="../../acheGesture/gestures/GestureRecognizerPlugin.html">GestureRecognizerPlugin</a>&gt;</code></td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><title>acheGesture.gestures Summary</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'acheGesture.gestures package - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/gestures/package-detail.html&amp;acheGesture/gestures/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">acheGesture.gestures</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("acheGesture.gestures"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="GestureRecognizerPlugin.html">GestureRecognizerPlugin</a></td><td class="summaryTableLastCol">
	 Base class of all the gesture recognizers
	  
	 </td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>acheGesture.utils - API Documentation</title><base target="classFrame"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package acheGesture.utils</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="GestureConfigKey.html">GestureConfigKey</a></td></tr><tr><td><a href="GestureState.html">GestureState</a></td></tr><tr><td><a href="GestureType.html">GestureType</a></td></tr></table></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="GestureConfigKey,acheGesture.utils.GestureConfigKey,BEGAN,CANCELLED,CHANGED,DOUBLE_TAP,ENDED,FAILED,HOLD,MAX_DIST,PAN,PINCH,POINT_MODE,POSSIBLE,RECOGNIZED,ROTATE,SWIPE,TAP,TIME_THRESHOLD"><title>acheGesture.utils.GestureConfigKey</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'GestureConfigKey - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/utils/GestureConfigKey.html&amp;acheGesture/utils/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">GestureConfigKey</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("GestureConfigKey"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.utils</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  GestureConfigKey</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">GestureConfigKey  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 All the keys for configuring of all the gestures
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#MAX_DIST" class="signatureLink">MAX_DIST</a> : String = max_dist<div class="summaryTableDescription">[static] 
		 Max extended area size (pixel), used by Tap Gesture
		 </div></td><td class="summaryTableOwnerCol">GestureConfigKey</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#POINT_MODE" class="signatureLink">POINT_MODE</a> : String = pointMode<div class="summaryTableDescription">[static] 
		 Point mode for tap gesture
		 Boolean type, to config if use the "point type mode" for the tap gesture
		 </div></td><td class="summaryTableOwnerCol">GestureConfigKey</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TIME_THRESHOLD" class="signatureLink">TIME_THRESHOLD</a> : String = timeThreshold<div class="summaryTableDescription">[static] 
		 Time threshold for recognizing hold gesture (long press gesture)
		 </div></td><td class="summaryTableOwnerCol">GestureConfigKey</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="MAX_DIST"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">MAX_DIST</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const MAX_DIST:String = max_dist</code><p></p><p></p><p>
		 Max extended area size (pixel), used by Tap Gesture
		 </p><p><span class="label">See also</span></p><div class="seeAlso"><a href="../../acheGesture/data/TapGesture.html" target="">acheGesture.data.TapGesture</a></div></div><a name="constantDetail"></a><a name="POINT_MODE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">POINT_MODE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const POINT_MODE:String = pointMode</code><p></p><p></p><p>
		 Point mode for tap gesture
		 Boolean type, to config if use the "point type mode" for the tap gesture
		 </p></div><a name="constantDetail"></a><a name="TIME_THRESHOLD"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TIME_THRESHOLD</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TIME_THRESHOLD:String = timeThreshold</code><p></p><p></p><p>
		 Time threshold for recognizing hold gesture (long press gesture)
		 </p><p><span class="label">See also</span></p><div class="seeAlso"><a href="../../acheGesture/data/HoldGesture.html" target="">acheGesture.data.HoldGesture</a></div></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="GestureState,acheGesture.utils.GestureState,BEGAN,CANCELLED,CHANGED,DOUBLE_TAP,ENDED,FAILED,HOLD,MAX_DIST,PAN,PINCH,POINT_MODE,POSSIBLE,RECOGNIZED,ROTATE,SWIPE,TAP,TIME_THRESHOLD"><title>acheGesture.utils.GestureState</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'GestureState - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/utils/GestureState.html&amp;acheGesture/utils/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">GestureState</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("GestureState"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.utils</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  GestureState</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">GestureState  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 	 All the possbile states of the gestures include both discrete gestures and continuous gestures
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BEGAN" class="signatureLink">BEGAN</a> : String = began<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureState</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CANCELLED" class="signatureLink">CANCELLED</a> : String = cancelled<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureState</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CHANGED" class="signatureLink">CHANGED</a> : String = changed<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureState</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ENDED" class="signatureLink">ENDED</a> : String = ended<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureState</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#FAILED" class="signatureLink">FAILED</a> : String = failed<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureState</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#POSSIBLE" class="signatureLink">POSSIBLE</a> : String = possible<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureState</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#RECOGNIZED" class="signatureLink">RECOGNIZED</a> : String = recognized<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureState</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BEGAN"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BEGAN</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BEGAN:String = began</code><p></p></div><a name="constantDetail"></a><a name="CANCELLED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CANCELLED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const CANCELLED:String = cancelled</code><p></p></div><a name="constantDetail"></a><a name="CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const CHANGED:String = changed</code><p></p></div><a name="constantDetail"></a><a name="ENDED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ENDED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ENDED:String = ended</code><p></p></div><a name="constantDetail"></a><a name="FAILED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">FAILED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const FAILED:String = failed</code><p></p></div><a name="constantDetail"></a><a name="POSSIBLE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">POSSIBLE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const POSSIBLE:String = possible</code><p></p></div><a name="constantDetail"></a><a name="RECOGNIZED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RECOGNIZED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const RECOGNIZED:String = recognized</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="GestureType,acheGesture.utils.GestureType,BEGAN,CANCELLED,CHANGED,DOUBLE_TAP,ENDED,FAILED,HOLD,MAX_DIST,PAN,PINCH,POINT_MODE,POSSIBLE,RECOGNIZED,ROTATE,SWIPE,TAP,TIME_THRESHOLD"><title>acheGesture.utils.GestureType</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'GestureType - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/utils/GestureType.html&amp;acheGesture/utils/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">GestureType</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("GestureType"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">acheGesture.utils</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  GestureType</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">GestureType  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 all the gesture types 
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DOUBLE_TAP" class="signatureLink">DOUBLE_TAP</a> : String = doubleTap<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureType</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#HOLD" class="signatureLink">HOLD</a> : String = hold<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureType</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#PAN" class="signatureLink">PAN</a> : String = pan<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureType</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#PINCH" class="signatureLink">PINCH</a> : String = pinch<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureType</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROTATE" class="signatureLink">ROTATE</a> : String = rotate<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureType</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SWIPE" class="signatureLink">SWIPE</a> : String = swipe<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureType</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TAP" class="signatureLink">TAP</a> : String = tap<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GestureType</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="DOUBLE_TAP"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DOUBLE_TAP</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const DOUBLE_TAP:String = doubleTap</code><p></p></div><a name="constantDetail"></a><a name="HOLD"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">HOLD</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const HOLD:String = hold</code><p></p></div><a name="constantDetail"></a><a name="PAN"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">PAN</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const PAN:String = pan</code><p></p></div><a name="constantDetail"></a><a name="PINCH"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">PINCH</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const PINCH:String = pinch</code><p></p></div><a name="constantDetail"></a><a name="ROTATE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROTATE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROTATE:String = rotate</code><p></p></div><a name="constantDetail"></a><a name="SWIPE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SWIPE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SWIPE:String = swipe</code><p></p></div><a name="constantDetail"></a><a name="TAP"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TAP</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TAP:String = tap</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><title>acheGesture.utils Summary</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'acheGesture.utils package - API Documentation';
				var baseRef = '../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?acheGesture/utils/package-detail.html&amp;acheGesture/utils/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">acheGesture.utils</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("acheGesture.utils"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="GestureConfigKey.html">GestureConfigKey</a></td><td class="summaryTableLastCol">
	 All the keys for configuring of all the gestures
	 
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="GestureState.html">GestureState</a></td><td class="summaryTableLastCol">
	 	 All the possbile states of the gestures include both discrete gestures and continuous gestures
	 
	 </td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="GestureType.html">GestureType</a></td><td class="summaryTableLastCol">
	 all the gesture types 
	 
	 </td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Thu Dec 20 2012, 12:09 AM +08:00  </center></div></div></body></html><!--<br/>Thu Dec 20 2012, 12:09 AM +08:00  --><html>
<head>
	<title></title>
</head>
<body>

	<object width="400" height="600">
	<param name="movie" value="Bubble_Sort.swf">
	<embed src="Bubble_Sort.swf" width="400" height="600">
	</embed>
	</object>

</body>
</html>
<html>
<head>
	<title></title>
</head>
<body>

	<object width="400" height="600">
	<param name="movie" value="Bubble_Sort_Obfs.swf">
	<embed src="Bubble_Sort_Obfs.swf" width="400" height="600">
	</embed>
	</object>

</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>P </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'P Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-P.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">P&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("P Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="P"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">P</font>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#padding" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">padding</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html#palette()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">palette</a>() &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">Palette</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">Palette</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#_paletteButton" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">_paletteButton</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">parent</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObjectContainer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#parentItem" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">parentItem</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 The item's containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#parentItem" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">parentItem</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 The item's containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#parentItem" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">parentItem</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 The item's containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeData.html#parentItem" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">parentItem</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeData</a></td></tr><tr><td width="20"></td><td>
		 
		 The item's containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#parentNode" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">parentNode</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 The parent node or null, if called for the root node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#parentNode" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">parentNode</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 The parent node or null, if called for the root node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html#parentTreeNodeRendererData" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">parentTreeNodeRendererData</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererData</a></td></tr><tr><td width="20"></td><td>
		 The renderer data for the parent treenode.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/WindowPosition.html#point" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">point</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/WindowPosition.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">WindowPosition</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#poolSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">poolSize</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Sets a new pool size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/IPopUpControl.html#popUp" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">popUp</a> &mdash; Property, interface com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/IPopUpControl.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">IPopUpControl</a></td></tr><tr><td width="20"></td><td>
		 The popup of an IPopUpControl view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#_popUp" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">_popUp</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#popUp" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">popUp</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StageProxy.html#popUpContainer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">popUpContainer</a> &mdash; Static Property, class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/StageProxy.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StageProxy</a></td></tr><tr><td width="20"></td><td>
		 Returns the sole popup container instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html#popUpControl" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">popUpControl</a> &mdash; Property, interface com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">IPopUpControlPopUp</a></td></tr><tr><td width="20"></td><td>
		 The owner of an IPopUpControlPopUp popup.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html#popUpControl" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">popUpControl</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.core.<a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">SelectBoxWindow</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">PopUpManager</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">com.sibirjak.asdpcbeta.core.managers</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html#PopUpManager()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">PopUpManager</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.core.managers.<a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">PopUpManager</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#popUpSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">popUpSize</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#position" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">position</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 Sets or returns the current thumb position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html#position" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">position</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.core.<a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Position.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Position</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">com.sibirjak.asdpc.core.constants</a></td></tr><tr><td width="20"></td><td>
	 Positions constants.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#_preview" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">_preview</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#previewColor()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">previewColor</a>(color:uint) &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">P</font>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>All Classes - ActionScript DataProvider Controls 0.4.1-snapshot</title>
      <base target="classFrame">
      <link rel="stylesheet" href="style.css" type="text/css" media="screen">
      <link rel="stylesheet" href="print.css" type="text/css" media="print">
      <link rel="stylesheet" href="override.css" type="text/css">
   </head>
   <body class="classFrameContent">
      <h3><a href="class-summary.html" target="classFrame" style="color:black">All Classes</a></h3>
      <table cellpadding="0" cellspacing="0">
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" title="com.sibirjak.asdpcbeta.layout.AbstractLayout">AbstractLayout</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html" title="com.sibirjak.asdpc.core.dataprovider.adapter.ArrayAdapter">ArrayAdapter</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" title="com.sibirjak.asdpc.core.skins.BackgroundSkin">BackgroundSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html" title="com.sibirjak.asdpc.treeview.renderer.skins.BaseConnectorSkin">BaseConnectorSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/BindableView.html" title="com.sibirjak.asdpc.core.BindableView">BindableView</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/managers/BindingManager.html" title="com.sibirjak.asdpc.core.managers.BindingManager">BindingManager</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/button/Button.html" title="com.sibirjak.asdpc.button.Button">Button</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/button/ButtonEvent.html" title="com.sibirjak.asdpc.button.ButtonEvent">ButtonEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" title="com.sibirjak.asdpc.button.skins.ButtonSkin">ButtonSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/button/ButtonStyles.html" title="com.sibirjak.asdpc.button.ButtonStyles">ButtonStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" title="com.sibirjak.asdpcbeta.checkbox.CheckBox">CheckBox</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html" title="com.sibirjak.asdpcbeta.checkbox.skins.CheckBoxIconSkin">CheckBoxIconSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html" title="com.sibirjak.asdpcbeta.checkbox.skins.CheckBoxSkin">CheckBoxSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" title="com.sibirjak.asdpcbeta.colorpicker.ColorPicker">ColorPicker</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html" title="com.sibirjak.asdpcbeta.colorpicker.ColorPickerEvent">ColorPickerEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html" title="com.sibirjak.asdpcbeta.colorpicker.skins.ColorPickerIconSkin">ColorPickerIconSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html" title="com.sibirjak.asdpcbeta.colorpicker.core.ColorPickerWindow">ColorPickerWindow</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" title="com.sibirjak.asdpcbeta.colorpicker.core.ColorPickerWindowContent">ColorPickerWindowContent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html" title="com.sibirjak.asdpcbeta.colorpicker.core.ColorPreview">ColorPreview</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html" title="com.sibirjak.asdpcbeta.colorpicker.core.ColorSwatch">ColorSwatch</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatchBorder.html" title="com.sibirjak.asdpcbeta.colorpicker.core.ColorSwatchBorder">ColorSwatchBorder</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" title="com.sibirjak.asdpcbeta.colorpicker.core.ColorUtil">ColorUtil</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" title="com.sibirjak.asdpc.treeview.renderer.Connector">Connector</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" title="com.sibirjak.asdpc.treeview.renderer.ConnectorContainer">ConnectorContainer</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/Container.html" title="com.sibirjak.asdpc.core.Container">Container</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html" title="com.sibirjak.asdpc.core.dataprovider.DataProviderEvent">DataProviderEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html" title="com.sibirjak.asdpc.core.dataprovider.DataProviderEventDispatcher">DataProviderEventDispatcher</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/DataSourceAdapterFactory.html" title="com.sibirjak.asdpc.core.dataprovider.DataSourceAdapterFactory">DataSourceAdapterFactory</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/constants/Direction.html" title="com.sibirjak.asdpc.core.constants.Direction">Direction</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" title="com.sibirjak.asdpc.treeview.renderer.DirectoryIcon">DirectoryIcon</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html" title="com.sibirjak.asdpc.treeview.renderer.DirectoryIconStyles">DirectoryIconStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" title="com.sibirjak.asdpc.treeview.renderer.DisclosureButton">DisclosureButton</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html" title="com.sibirjak.asdpc.treeview.renderer.skins.DisclosureButtonArrowIconSkin">DisclosureButtonArrowIconSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html" title="com.sibirjak.asdpc.treeview.renderer.skins.DisclosureButtonBoxIconSkin">DisclosureButtonBoxIconSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html" title="com.sibirjak.asdpc.core.DisplayObjectAdapter">DisplayObjectAdapter</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html" title="com.sibirjak.asdpc.treeview.renderer.skins.DottedConnectorSkin">DottedConnectorSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html" title="com.sibirjak.asdpc.core.dataprovider.adapter.GenericAdapter">GenericAdapter</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/skins/GlassFrame.html" title="com.sibirjak.asdpc.core.skins.GlassFrame">GlassFrame</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/layout/GridLayout.html" title="com.sibirjak.asdpcbeta.layout.GridLayout">GridLayout</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html" title="com.sibirjak.asdpcbeta.layout.GridLayoutStyles">GridLayoutStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/layout/HLayout.html" title="com.sibirjak.asdpcbeta.layout.HLayout">HLayout</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/layout/HLayoutStyles.html" title="com.sibirjak.asdpcbeta.layout.HLayoutStyles">HLayoutStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/IBindableView.html" title="com.sibirjak.asdpc.core.IBindableView"><i>IBindableView</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/button/IButton.html" title="com.sibirjak.asdpc.button.IButton"><i>IButton</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/IConnectorSkin.html" title="com.sibirjak.asdpc.treeview.renderer.IConnectorSkin"><i>IConnectorSkin</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/IControl.html" title="com.sibirjak.asdpc.core.IControl"><i>IControl</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/IDataRendererSkin.html" title="com.sibirjak.asdpc.core.IDataRendererSkin"><i>IDataRendererSkin</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html" title="com.sibirjak.asdpc.core.dataprovider.IDataSourceAdapter"><i>IDataSourceAdapter</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/IDisplayObject.html" title="com.sibirjak.asdpc.core.IDisplayObject"><i>IDisplayObject</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" title="com.sibirjak.asdpc.core.IDisplayObjectContainer"><i>IDisplayObjectContainer</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/ILabel.html" title="com.sibirjak.asdpc.textfield.ILabel"><i>ILabel</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" title="com.sibirjak.asdpc.treeview.core.IListDataProvider"><i>IListDataProvider</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/renderer/IListItemContent.html" title="com.sibirjak.asdpc.listview.renderer.IListItemContent"><i>IListItemContent</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" title="com.sibirjak.asdpc.listview.core.IListItemRenderer"><i>IListItemRenderer</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/IListView.html" title="com.sibirjak.asdpc.listview.IListView"><i>IListView</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/IMapAdapter.html" title="com.sibirjak.asdpc.core.dataprovider.IMapAdapter"><i>IMapAdapter</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/Index.html" title="com.sibirjak.asdpc.core.dataprovider.Index">Index</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/managers/IPopUpControl.html" title="com.sibirjak.asdpc.core.managers.IPopUpControl"><i>IPopUpControl</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html" title="com.sibirjak.asdpc.core.managers.IPopUpControlPopUp"><i>IPopUpControlPopUp</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html" title="com.sibirjak.asdpcbeta.radiobutton.IRadioButton"><i>IRadioButton</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html" title="com.sibirjak.asdpc.scrollbar.IScrollBar"><i>IScrollBar</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html" title="com.sibirjak.asdpcbeta.scrollbar.IScrollPane"><i>IScrollPane</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/ISkin.html" title="com.sibirjak.asdpc.core.ISkin"><i>ISkin</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/managers/IStyleManagerClient.html" title="com.sibirjak.asdpc.core.managers.IStyleManagerClient"><i>IStyleManagerClient</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" title="com.sibirjak.asdpc.listview.core.ItemIndexManager">ItemIndexManager</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/core/ITextField.html" title="com.sibirjak.asdpc.textfield.core.ITextField"><i>ITextField</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/ITextInput.html" title="com.sibirjak.asdpc.textfield.ITextInput"><i>ITextInput</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/window/core/ITitleBar.html" title="com.sibirjak.asdpcbeta.window.core.ITitleBar"><i>ITitleBar</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" title="com.sibirjak.asdpc.treeview.core.ITreeNode"><i>ITreeNode</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/core/ITreeNodeRenderer.html" title="com.sibirjak.asdpc.treeview.core.ITreeNodeRenderer"><i>ITreeNodeRenderer</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/ITreeView.html" title="com.sibirjak.asdpc.treeview.ITreeView"><i>ITreeView</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/IView.html" title="com.sibirjak.asdpc.core.IView"><i>IView</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html" title="com.sibirjak.asdpc.core.managers.IViewPropertyManagerClient"><i>IViewPropertyManagerClient</i></a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/Label.html" title="com.sibirjak.asdpc.textfield.Label">Label</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/LabelEvent.html" title="com.sibirjak.asdpc.textfield.LabelEvent">LabelEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/LabelStyles.html" title="com.sibirjak.asdpc.textfield.LabelStyles">LabelStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/layout/LayoutStyles.html" title="com.sibirjak.asdpcbeta.layout.LayoutStyles">LayoutStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html" title="com.sibirjak.asdpc.core.dataprovider.adapter.ListAdapter">ListAdapter</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" title="com.sibirjak.asdpc.treeview.core.ListDataProvider">ListDataProvider</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" title="com.sibirjak.asdpc.listview.renderer.skins.ListItemBackgroundSkin">ListItemBackgroundSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" title="com.sibirjak.asdpc.listview.renderer.ListItemContent">ListItemContent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html" title="com.sibirjak.asdpc.listview.renderer.ListItemContentStyles">ListItemContentStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/ListItemData.html" title="com.sibirjak.asdpc.listview.ListItemData">ListItemData</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/ListItemEvent.html" title="com.sibirjak.asdpc.listview.ListItemEvent">ListItemEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" title="com.sibirjak.asdpc.listview.renderer.ListItemIcon">ListItemIcon</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html" title="com.sibirjak.asdpc.listview.renderer.ListItemIconStyles">ListItemIconStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" title="com.sibirjak.asdpc.listview.renderer.ListItemRenderer">ListItemRenderer</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" title="com.sibirjak.asdpc.listview.core.ListItemRendererData">ListItemRendererData</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html" title="com.sibirjak.asdpc.listview.core.ListItemRendererEvent">ListItemRendererEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" title="com.sibirjak.asdpc.listview.core.ListItemRendererPool">ListItemRendererPool</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" title="com.sibirjak.asdpc.listview.renderer.ListItemRendererStyles">ListItemRendererStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/ListView.html" title="com.sibirjak.asdpc.listview.ListView">ListView</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/ListViewEvent.html" title="com.sibirjak.asdpc.listview.ListViewEvent">ListViewEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/listview/ListViewStyles.html" title="com.sibirjak.asdpc.listview.ListViewStyles">ListViewStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html" title="com.sibirjak.asdpc.core.dataprovider.adapter.MapAdapter">MapAdapter</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html" title="com.sibirjak.asdpcbeta.window.skins.MinimiseIconSkin">MinimiseIconSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html" title="com.sibirjak.asdpcbeta.colorpicker.core.Palette">Palette</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html" title="com.sibirjak.asdpcbeta.core.managers.PopUpManager">PopUpManager</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/constants/Position.html" title="com.sibirjak.asdpc.core.constants.Position">Position</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/radiobutton/RadioButton.html" title="com.sibirjak.asdpcbeta.radiobutton.RadioButton">RadioButton</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html" title="com.sibirjak.asdpcbeta.radiobutton.skins.RadioButtonIconSkin">RadioButtonIconSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html" title="com.sibirjak.asdpcbeta.radiobutton.skins.RadioButtonSkin">RadioButtonSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" title="com.sibirjak.asdpcbeta.radiobutton.RadioGroup">RadioGroup</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroupEvent.html" title="com.sibirjak.asdpcbeta.radiobutton.RadioGroupEvent">RadioGroupEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" title="com.sibirjak.asdpc.scrollbar.ScrollBar">ScrollBar</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/scrollbar/ScrollBarStyles.html" title="com.sibirjak.asdpc.scrollbar.ScrollBarStyles">ScrollBarStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html" title="com.sibirjak.asdpc.scrollbar.skins.ScrollButtonIconSkin">ScrollButtonIconSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/scrollbar/ScrollEvent.html" title="com.sibirjak.asdpc.scrollbar.ScrollEvent">ScrollEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" title="com.sibirjak.asdpcbeta.scrollbar.ScrollPane">ScrollPane</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html" title="com.sibirjak.asdpcbeta.scrollbar.ScrollPaneStyles">ScrollPaneStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html" title="com.sibirjak.asdpc.scrollbar.skins.ScrollThumbIconSkin">ScrollThumbIconSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html" title="com.sibirjak.asdpc.scrollbar.skins.ScrollTrackSkin">ScrollTrackSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" title="com.sibirjak.asdpcbeta.selectbox.SelectBox">SelectBox</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxEvent.html" title="com.sibirjak.asdpcbeta.selectbox.SelectBoxEvent">SelectBoxEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html" title="com.sibirjak.asdpcbeta.selectbox.skins.SelectBoxListSkin">SelectBoxListSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" title="com.sibirjak.asdpcbeta.selectbox.SelectBoxStyles">SelectBoxStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html" title="com.sibirjak.asdpcbeta.selectbox.core.SelectBoxWindow">SelectBoxWindow</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html" title="com.sibirjak.asdpc.core.dataprovider.adapter.SetAdapter">SetAdapter</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/Skin.html" title="com.sibirjak.asdpc.core.Skin">Skin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/slider/Slider.html" title="com.sibirjak.asdpcbeta.slider.Slider">Slider</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html" title="com.sibirjak.asdpcbeta.slider.SliderEvent">SliderEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/slider/SliderStyles.html" title="com.sibirjak.asdpcbeta.slider.SliderStyles">SliderStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" title="com.sibirjak.asdpcbeta.slider.core.SliderThumb">SliderThumb</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" title="com.sibirjak.asdpcbeta.slider.skins.SliderThumbSkin">SliderThumbSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html" title="com.sibirjak.asdpcbeta.slider.skins.SliderTrackSkin">SliderTrackSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html" title="com.sibirjak.asdpc.treeview.renderer.skins.SolidConnectorSkin">SolidConnectorSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/managers/StageProxy.html" title="com.sibirjak.asdpc.core.managers.StageProxy">StageProxy</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/managers/StyleManager.html" title="com.sibirjak.asdpc.core.managers.StyleManager">StyleManager</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" title="com.sibirjak.asdpcbeta.colorpicker.core.SwatchChart">SwatchChart</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" title="com.sibirjak.asdpcbeta.tabbar.TabBar">TabBar</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/tabbar/TabBarStyles.html" title="com.sibirjak.asdpcbeta.tabbar.TabBarStyles">TabBarStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html" title="com.sibirjak.asdpcbeta.tabbar.TabItem">TabItem</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/tabbar/skins/TabItemSkin.html" title="com.sibirjak.asdpcbeta.tabbar.skins.TabItemSkin">TabItemSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" title="com.sibirjak.asdpc.textfield.core.TextFieldBase">TextFieldBase</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" title="com.sibirjak.asdpc.textfield.core.TextFieldBaseStyles">TextFieldBaseStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/TextInput.html" title="com.sibirjak.asdpc.textfield.TextInput">TextInput</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/TextInputEvent.html" title="com.sibirjak.asdpc.textfield.TextInputEvent">TextInputEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/textfield/TextInputStyles.html" title="com.sibirjak.asdpc.textfield.TextInputStyles">TextInputStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" title="com.sibirjak.asdpc.scrollbar.core.Thumb">Thumb</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" title="com.sibirjak.asdpcbeta.window.core.TitleBar">TitleBar</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" title="com.sibirjak.asdpcbeta.window.skins.TitleBarSkin">TitleBarSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/tooltip/ToolTip.html" title="com.sibirjak.asdpc.tooltip.ToolTip">ToolTip</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html" title="com.sibirjak.asdpc.tooltip.core.ToolTipLabel">ToolTipLabel</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" title="com.sibirjak.asdpc.tooltip.skins.ToolTipSkin">ToolTipSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" title="com.sibirjak.asdpc.treeview.core.TreeNode">TreeNode</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/TreeNodeData.html" title="com.sibirjak.asdpc.treeview.TreeNodeData">TreeNodeData</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" title="com.sibirjak.asdpc.treeview.TreeNodeEvent">TreeNodeEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" title="com.sibirjak.asdpc.treeview.renderer.TreeNodeRenderer">TreeNodeRenderer</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" title="com.sibirjak.asdpc.treeview.core.TreeNodeRendererData">TreeNodeRendererData</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" title="com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent">TreeNodeRendererEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html" title="com.sibirjak.asdpc.treeview.renderer.TreeNodeRendererStyles">TreeNodeRendererStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/constants/TreeNodeState.html" title="com.sibirjak.asdpc.treeview.constants.TreeNodeState">TreeNodeState</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/TreeView.html" title="com.sibirjak.asdpc.treeview.TreeView">TreeView</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" title="com.sibirjak.asdpc.treeview.TreeViewEvent">TreeViewEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/treeview/TreeViewStyles.html" title="com.sibirjak.asdpc.treeview.TreeViewStyles">TreeViewStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/View.html" title="com.sibirjak.asdpc.core.View">View</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html" title="com.sibirjak.asdpc.core.managers.ViewPropertyManager">ViewPropertyManager</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/constants/Visibility.html" title="com.sibirjak.asdpc.core.constants.Visibility">Visibility</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/layout/VLayout.html" title="com.sibirjak.asdpcbeta.layout.VLayout">VLayout</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/layout/VLayoutStyles.html" title="com.sibirjak.asdpcbeta.layout.VLayoutStyles">VLayoutStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/window/Window.html" title="com.sibirjak.asdpcbeta.window.Window">Window</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" title="com.sibirjak.asdpcbeta.window.WindowEvent">WindowEvent</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/window/core/WindowPosition.html" title="com.sibirjak.asdpcbeta.window.core.WindowPosition">WindowPosition</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" title="com.sibirjak.asdpcbeta.window.skins.WindowSkin">WindowSkin</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" title="com.sibirjak.asdpcbeta.window.WindowStyles">WindowStyles</a></td>
         </tr>
         <tr>
            <td><a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html" title="com.sibirjak.asdpc.core.dataprovider.adapter.XMLAdapter">XMLAdapter</a></td>
         </tr>
      </table>
   </body>
</html>
<!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>A </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'A Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-A.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">A&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("A Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="A"></a><font color="black" size="10px" style="bold">A</font>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#AbstractLayout()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html#addChild()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">addChild</a>(displayObject:flash.display:DisplayObject, container:flash.display:DisplayObjectContainer) &mdash; Static Method                  ,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">DisplayObjectAdapter</a></td></tr><tr><td width="20"></td><td>
		 Adds a displayObject as the topmost child to the display list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">addChild</a>(child:flash.display:DisplayObject) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObjectContainer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#addChild()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">addChild</a>(child:flash.display:DisplayObject) &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html#addChildAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">addChildAt</a>(displayObject:flash.display:DisplayObject, container:flash.display:DisplayObjectContainer, index:uint) &mdash; Static Method                  ,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">DisplayObjectAdapter</a></td></tr><tr><td width="20"></td><td>
		 Adds a display object at the given position to the display list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">addChildAt</a>(child:flash.display:DisplayObject, index:int) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObjectContainer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#addChildren()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">addChildren</a>() &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#addedToStage" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">addedToStage</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 True, if the View is included in the display list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#addedToStage" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">addedToStage</a> &mdash; Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 
		 True, if the View is included in the display list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html#addEventListener()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">addEventListener</a>(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">MapAdapter</a></td></tr><tr><td width="20"></td><td>
		 Creates the Map item to index map at the point the first listener is registered to the adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html#addEventListener()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">addEventListener</a>(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">SetAdapter</a></td></tr><tr><td width="20"></td><td>
		 Creates the Set item to index map at the point the first listener is registered to the adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#addEventListener()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">addEventListener</a>(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html#addIndex()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">addIndex</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a></td></tr><tr><td width="20"></td><td>
		 Adds an index to the list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#addItemsAfter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">addItemsAfter</a>(itemBefore:any, items:Array) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Adds a list of items after the given one.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#addItemsAtEnd()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">addItemsAtEnd</a>(items:Array) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Adds a list of items at end.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#addItemsAtStart()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">addItemsAtStart</a>(items:Array) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Adds a list of items at start.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#ALL_BORDER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">ALL_BORDER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Name constant for all borders.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#allItemsRemoved()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">allItemsRemoved</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Notifies the pool, that all items have been removed from the data provider.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#allowedToChangeSelection()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">allowedToChangeSelection</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Template method to enable toggle button sub classes the
		 control of the selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioButton.html#allowedToChangeSelection()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">allowedToChangeSelection</a>() &mdash; method,  class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioButton</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#alpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">alpha</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#alwaysExpanded" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">alwaysExpanded</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 Sets a node to be always expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#alwaysExpanded" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">alwaysExpanded</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets a node to be always expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#antiAliasType" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">antiAliasType</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the anti alias type.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#applyToRenderers()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">applyToRenderers</a>(applyFunction:Function, onlyVisibles:Boolean) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Applies a function to all renderers.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ArrayAdapter</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td width="20"></td><td>
	 Array to IDataProvider adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html#ArrayAdapter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ArrayAdapter</a>(array:Array) &mdash; Constructor, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ArrayAdapter</a></td></tr><tr><td width="20"></td><td>
		 ArrayAdapter constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Visibility.html#AUTO" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">AUTO</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Visibility.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Visibility</a></td></tr><tr><td width="20"></td><td>
		 Name constant for an automatically calculated visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html#AUTO_MINIMISE_START" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">AUTO_MINIMISE_START</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#autoRepeat" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">autoRepeat</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns true, if the button has auto repeat enabled.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/IButton.html#autoRepeat" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">autoRepeat</a> &mdash; Property, interface com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/IButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">IButton</a></td></tr><tr><td width="20"></td><td>
		 Returns true, if the button has auto repeat enabled.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#autoRepeatDelay" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">autoRepeatDelay</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the auto repeat delay for auto repeat buttons.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#autoRepeatRate" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">autoRepeatRate</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the auto repeat rate for auto repeat buttons.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><font color="black" size="10px" style="bold">A</font>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>B </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'B Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-B.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">B&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("B Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="B"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">B</font>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#background()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">background</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Returns the background visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#background" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">background</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_background" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">_background</a> &mdash; Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 The background.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#background" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">background</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#backgroundAlpha()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">backgroundAlpha</a>() &mdash; method,  class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the background alpha value.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#backgroundAlpha()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">backgroundAlpha</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Returns the background alpha value.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#backgroundAlpha()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">backgroundAlpha</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#backgroundAlpha()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">backgroundAlpha</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#backgroundColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">backgroundColor</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#backgroundColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">backgroundColors</a>() &mdash; method,  class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the background colors.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#backgroundColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">backgroundColors</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Returns the background colors.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#backgroundColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">backgroundColors</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the background colors.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html#backgroundColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">backgroundColors</a>() &mdash; method,  class com.sibirjak.asdpcbeta.selectbox.skins.<a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">SelectBoxListSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html#backgroundColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">backgroundColors</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderTrackSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#backgroundColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">backgroundColors</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#backgroundColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">backgroundColors</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#BACKGROUND_CONTENT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">BACKGROUND_CONTENT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for a background only behind the list item content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#BACKGROUND_LIST_ITEM" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">BACKGROUND_LIST_ITEM</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for a background behind the entire item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#backgroundRotation()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">backgroundRotation</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Returns the background gradient fill rotation.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#backgroundRotation()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">backgroundRotation</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the background gradient fill rotation.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#backgroundRotation()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">backgroundRotation</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_backgroundSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_backgroundSkin</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Background skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_backgroundSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_backgroundSkin</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">com.sibirjak.asdpc.core.skins</a></td></tr><tr><td width="20"></td><td>
	 BackgroundSkin base implementation.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#backgroundType" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">backgroundType</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background type.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">BaseConnectorSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td width="20"></td><td>
	 Base connector skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#BINDABLE_PROPERTY_SELECTED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">BINDABLE_PROPERTY_SELECTED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the bindable property Button.selected.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#BINDABLE_PROPERTY_SELECTED_COLOR" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">BINDABLE_PROPERTY_SELECTED_COLOR</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#BINDABLE_PROPERTY_SELECTED_INDEX" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">BINDABLE_PROPERTY_SELECTED_INDEX</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the bindable property ListView.selectedIndex.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#BINDABLE_PROPERTY_SELECTED_INDICES" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">BINDABLE_PROPERTY_SELECTED_INDICES</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the bindable property ListView.selectedIndices.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#BINDABLE_PROPERTY_SELECTED_ITEM" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">BINDABLE_PROPERTY_SELECTED_ITEM</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html#BINDABLE_PROPERTY_SELECTED_TAB_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">BINDABLE_PROPERTY_SELECTED_TAB_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html#BINDABLE_PROPERTY_SELECTED_VALUE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">BINDABLE_PROPERTY_SELECTED_VALUE</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#BINDABLE_PROPERTY_VALUE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">BINDABLE_PROPERTY_VALUE</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/BindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">BindableView</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 View with binding capabilities.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/BindableView.html#BindableView()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">BindableView</a>() &mdash; Constructor, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/BindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">BindableView</a></td></tr><tr><td width="20"></td><td>
		 BindableView constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/BindingManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">BindingManager</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td width="20"></td><td>
	 Data binding manager.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/BindingManager.html#BindingManager()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">BindingManager</a>(client:Object) &mdash; Constructor, class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/BindingManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">BindingManager</a></td></tr><tr><td width="20"></td><td>
		 BindingManager constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/BindableView.html#bindProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/BindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">BindableView</a></td></tr><tr><td width="20"></td><td>
		 Binds a listener (bound listener) to a bindable property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IBindableView.html#bindProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IBindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IBindableView</a></td></tr><tr><td width="20"></td><td>
		 Binds a listener (bound listener) to a bindable property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/BindingManager.html#bindProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/BindingManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">BindingManager</a></td></tr><tr><td width="20"></td><td>
		 Binds a listener (bound listener) to a bindable property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html#bindProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String) &mdash; method,  class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#bold" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">bold</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the text font weight.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#border()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">border</a>() &mdash; method,  class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the border visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#border()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">border</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Returns the border visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#border()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">border</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the border visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_border" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">_border</a> &mdash; Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 The text field borders.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#border" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">border</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the border visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#border()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">border</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#borderAlias()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">borderAlias</a>() &mdash; method,  class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the border alias.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAlias()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">borderAlias</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Returns the border alias.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#borderAliasAlpha()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">borderAliasAlpha</a>() &mdash; method,  class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the border alias alpha value.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAliasAlpha()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">borderAliasAlpha</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Returns the border alias alpha value.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#borderColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">borderColors</a>() &mdash; method,  class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the border colors.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">borderColors</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Returns the border colors.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#borderColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">borderColors</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the border colors.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html#borderColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">borderColors</a>() &mdash; method,  class com.sibirjak.asdpcbeta.selectbox.skins.<a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">SelectBoxListSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html#borderColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">borderColors</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderTrackSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#borderColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">borderColors</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#borderColors()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">borderColors</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#borderDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">borderDarkColor</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the border dark color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#borderDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">borderDarkColor</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#borderLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">borderLightColor</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the border light color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#borderLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">borderLightColor</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderSides()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">borderSides</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Returns the visible border sides.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#borderSides()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">borderSides</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the visible border sides.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/LabelStyles.html#borderType" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">borderType</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/LabelStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">LabelStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the label border type.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#BORDER_TYPE_LABEL" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">BORDER_TYPE_LABEL</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the the border type label.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#BORDER_TYPE_TEXT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">BORDER_TYPE_TEXT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the border type text.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Position.html#BOTTOM" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">BOTTOM</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Position.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Position</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the vertical bottom position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#BOTTOM" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">BOTTOM</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining a bottom connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#BOTTOM_BORDER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BOTTOM_BORDER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the bottom border.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#BOTTOM_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">BOTTOM_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the bottom connection name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#bottomY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">bottomY</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 If this value is set, the bottom connector should start
		 at the specified position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/IConnectorSkin.html#bottomY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">bottomY</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/IConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">IConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 If this value is set, the bottom connector should start
		 at the specified position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#_bottomY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">_bottomY</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">BaseConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 The y position of the bottom connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#bottomY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">bottomY</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">BaseConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 If this value is set, the bottom connector should start
		 at the specified position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html#boundaryRect" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">boundaryRect</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.core.<a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/constants/TreeNodeState.html#BRANCH_CLOSED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">BRANCH_CLOSED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.constants.<a href="com/sibirjak/asdpc/treeview/constants/TreeNodeState.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">TreeNodeState</a></td></tr><tr><td width="20"></td><td>
		 Name constant for closed branch node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html#branchClosedIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">branchClosedIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIconStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the closed branch node icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html#branchClosedIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">branchClosedIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIconStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the closed branch node icon skin name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#BRANCH_CLOSED_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">BRANCH_CLOSED_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the closed branch icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/constants/TreeNodeState.html#BRANCH_OPEN" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">BRANCH_OPEN</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.constants.<a href="com/sibirjak/asdpc/treeview/constants/TreeNodeState.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">TreeNodeState</a></td></tr><tr><td width="20"></td><td>
		 Name constant for an open branch node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html#branchOpenIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">branchOpenIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIconStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the open branch node icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html#branchOpenIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">branchOpenIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIconStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the open branch node icon skin name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#BRANCH_OPEN_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">BRANCH_OPEN_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the open branch icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html#bringToFront()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">bringToFront</a>(popUp:flash.display:DisplayObject) &mdash; method,  class com.sibirjak.asdpcbeta.core.managers.<a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">PopUpManager</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#_button" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">_button</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#button" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">button</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a> &mdash; class, package <a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a></td></tr><tr><td width="20"></td><td>
	 Button component.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#Button()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a>() &mdash; Constructor, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Button constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatDelay" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_autoRepeatDelay</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the auto repeat delay for auto repeat buttons.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatRate" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_autoRepeatRate</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the auto repeat rate for auto repeat buttons.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#buttonClass" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">buttonClass</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#event:button_click" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_click</a> &mdash; Event, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_coloriseIcon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_coloriseIcon</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the coloration of the icon.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_disabledIconAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_disabledIconAlpha</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the opacity of the icon for the disabled state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_disabledIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the disabled icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_disabledIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the icon skin name used for the disabled state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_disabledSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_disabledSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the disabled skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_disabledSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_disabledSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the skin name used for the disabled state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_downIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_downIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the down icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_downIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_downIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the icon skin name used for the down state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_downSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_downSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the down skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_downSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_downSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the skin name used for the down state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a></td></tr><tr><td width="20"></td><td>
	 Button event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonEvent.html#ButtonEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonEvent</a>(type:String) &mdash; Constructor, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonEvent</a></td></tr><tr><td width="20"></td><td>
		 ButtonEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#buttonHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">buttonHeight</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Returns a value for the actual button height.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#buttonHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">buttonHeight</a> &mdash; Property, class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_iconColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_iconColor</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the color of icon coloration.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_labelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_labelStyles</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the label default styles.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#event:button_mouseDown" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_mouseDown</a> &mdash; Event, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#event:button_mouseUpOutside" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_mouseUpOutside</a> &mdash; Event, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_overIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_overIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the over icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_overIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_overIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the icon skin name used for the over state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_overLabelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_overLabelStyles</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the label styles for the over state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_overSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_overSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the over skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_overSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_overSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the skin name used for the over state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#event:button_rollOut" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_rollOut</a> &mdash; Event, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#event:button_rollOver" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_rollOver</a> &mdash; Event, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedDisabledIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the selected disabled icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedDisabledIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the icon skin name used for the selected disabled state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedDisabledSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the selected disabled skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedDisabledSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the skin name used for the selected disabled state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedDownIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the selected down icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedDownIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the icon skin name used for the selected down state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedDownSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the selected down skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedDownSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the skin name used for the selected down state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedLabelStyles</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the label styles for the disabled state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedLabelStyles</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the label styles for the selected state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedOverIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the selected over icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedOverIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the icon skin name used for the selected over state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedOverSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the selected over skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedOverSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the skin name used for the selected over state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedUpIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the selected up icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedUpIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the icon skin name used for the selected up state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedUpSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the selected up skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectedUpSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the skin name used for the selected up state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#event:button_selectionChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_selectionChanged</a> &mdash; Event, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#buttonSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">buttonSize</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/button/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">com.sibirjak.asdpc.button.skins</a></td></tr><tr><td width="20"></td><td>
	 The default button skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#ButtonSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a>() &mdash; Constructor, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 ButtonSkin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style:buttonSkin_backgroundAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">buttonSkin_backgroundAlpha</a> &mdash; Style, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a><tr><td width="20"></td><td>Style property defining the opacity of the background.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style:buttonSkin_backgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">buttonSkin_backgroundColors</a> &mdash; Style, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a><tr><td width="20"></td><td>Style property defining the background colors for the default state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style:buttonSkin_border" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">buttonSkin_border</a> &mdash; Style, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a><tr><td width="20"></td><td>Style property defining the visibility of borders.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style:buttonSkin_borderAlias" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">buttonSkin_borderAlias</a> &mdash; Style, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a><tr><td width="20"></td><td>Style property defining the border alias.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style:buttonSkin_borderAliasAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">buttonSkin_borderAliasAlpha</a> &mdash; Style, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a><tr><td width="20"></td><td>Style property defining the border alias opacity.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style:buttonSkin_borderColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">buttonSkin_borderColors</a> &mdash; Style, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a><tr><td width="20"></td><td>Style property defining the border colors.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style:buttonSkin_cornerRadius" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">buttonSkin_cornerRadius</a> &mdash; Style, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a><tr><td width="20"></td><td>Style property defining the radius of all 4 button corners.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style:buttonSkin_disabledBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">buttonSkin_disabledBackgroundColors</a> &mdash; Style, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a><tr><td width="20"></td><td>Style property defining the background colors for the disabled state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style:buttonSkin_overBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">buttonSkin_overBackgroundColors</a> &mdash; Style, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a><tr><td width="20"></td><td>Style property defining the background colors for the over state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a></td></tr><tr><td width="20"></td><td>
	 Button style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetX" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_toolTipOffsetX</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the x position of the tool tip.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_toolTipOffsetY</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the y position of the tool tip.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_upIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_upIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the up icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_upIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_upIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the icon skin name used for the up state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_upSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_upSkin</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the up skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style:button_upSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">button_upSkinName</a> &mdash; Style, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a><tr><td width="20"></td><td>Style property defining the skin name used for the up state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#buttonWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">buttonWidth</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Returns a value for the actual button width.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#buttonWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">buttonWidth</a> &mdash; Property, class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">B</font>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>C </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'C Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-C.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">C&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("C Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="C"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">C</font>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputEvent.html#CANCEL" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">CANCEL</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInputEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type CANCEL.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Position.html#CENTER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">CENTER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Position.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Position</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the horizontal center position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroupEvent.html#CHANGE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">CHANGE</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroupEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroupEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html#CHANGE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">CHANGE</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">SliderEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputEvent.html#CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInputEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type CHANGED
		 
		 Dispatched, after the text of the inner text field has changed.
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/checkbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">com.sibirjak.asdpcbeta.checkbox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#CheckBox()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxIconSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/checkbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">com.sibirjak.asdpcbeta.checkbox.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html#CheckBoxIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxIconSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.checkbox.skins.<a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/checkbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">com.sibirjak.asdpcbeta.checkbox.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html#CheckBoxSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.checkbox.skins.<a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#_childrenToAdd" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">_childrenToAdd</a> &mdash; Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#childSizeChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">childSizeChanged</a>() &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/LabelEvent.html#chopped" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">chopped</a> &mdash; Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/LabelEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">LabelEvent</a></td></tr><tr><td width="20"></td><td>
		 True, if the text has been chopped in order to fit the label boundaries.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">cleanUp</a>(displayObject:flash.display:DisplayObject) &mdash; Static Method                  ,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">DisplayObjectAdapter</a></td></tr><tr><td width="20"></td><td>
		 Cleans up the given display object.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">cleanUp</a>() &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Commands a view to immediately clean up all of its content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">cleanUp</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 
		 Commands a view to immediately clean up all of its content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">cleanUp</a>() &mdash; method,  interface com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">IDataSourceAdapter</a></td></tr><tr><td width="20"></td><td>
		 Cleans up all listeners to the adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">cleanUp</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ArrayAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 Cleans up all listeners to the adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">cleanUp</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">GenericAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 Cleans up all listeners to the adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">cleanUp</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ListAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 Cleans up all listeners to the adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">cleanUp</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">MapAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 Cleans up all listeners to the adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">cleanUp</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">SetAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 Cleans up all listeners to the adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">cleanUp</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">XMLAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 Cleans up all listeners to the adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">cleanUp</a>() &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 Cleans up all event listener references recursively.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">cleanUp</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">cleanUp</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 Cleans up all event listener references recursively.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html#cleanUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">cleanUp</a>() &mdash; method,  class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/BindableView.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/BindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">BindableView</a></td></tr><tr><td width="20"></td><td>
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 
		 Called after cleanup is invoked for the view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.core.<a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#cleanUpCalled()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">cleanUpCalled</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#clear()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">clear</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Clears the Index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#clear()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">clear</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Clears the pool.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/ITextInput.html#clearFocus()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">clearFocus</a>() &mdash; method,  interface com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/ITextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">ITextInput</a></td></tr><tr><td width="20"></td><td>
		 Removes the focus from the TextInput instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#clearFocus()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">clearFocus</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 Removes the focus from the TextInput instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonEvent.html#CLICK" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">CLICK</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type CLICK
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#CLICK" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">CLICK</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type CLICK
		 
		 Dispatched if the user clicks a list item.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html#CLICK" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">CLICK</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type CLICK
		 
		 Dispatched if the user clicks a list item.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#_clickArea" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_clickArea</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Mouse sensitive area filling out the entire content dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#_clickArea" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">_clickArea</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#clickSelection" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">clickSelection</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selection mode.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#collapse()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">collapse</a>(collapseAll:Boolean) &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 Collapses the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#collapse()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">collapse</a>(collapseAll:Boolean) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 Collapses the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html#collapse()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">collapse</a>(collapseAll:Boolean) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererData</a></td></tr><tr><td width="20"></td><td>
		 Notifies the treeView, that the item is to collapse.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html#collapseAll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">collapseAll</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a></td></tr><tr><td width="20"></td><td>
		 Indicates, if the node has been recursively collapsed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#collapseAll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">collapseAll</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Indicates, if a node has been recursively collapsed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#collapseAll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">collapseAll</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Indicates, if a node has been recursively collapsed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html#COLLAPSED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">COLLAPSED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type COLLAPSED
		 
		 Dispatched, after the user has collapsed a node.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#COLLAPSED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">COLLAPSED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type COLLAPSED
		 
		 Dispatched after a node has been collapsed, both manually or programmatically.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#COLLAPSED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">COLLAPSED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type COLLAPSED
		 
		 Dispatched, if the item has been collapsed.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#COLLAPSED_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">COLLAPSED_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the collapsed icon skin name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/ITreeView.html#collapseNodeAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">collapseNodeAt</a>(listIndex:uint, collapseAll:Boolean) &mdash; method,  interface com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/ITreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">ITreeView</a></td></tr><tr><td width="20"></td><td>
		 Collapses the node at the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#collapseNodeAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">collapseNodeAt</a>(listIndex:uint, collapseAll:Boolean) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Collapses the node at the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#collapseNodeAt_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">collapseNodeAt_internal</a>(listIndex:uint, collapseAll:Boolean) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 Collapses a node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">color</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the text color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html#color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">color</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPreview</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html#color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">color</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorSwatch</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatchBorder.html#color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">color</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatchBorder.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorSwatchBorder</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#_colorChart" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">_colorChart</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#_colorChartItemsPerRow" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">_colorChartItemsPerRow</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#_colorChartSwatchHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">_colorChartSwatchHeight</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#_colorChartSwatchWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">_colorChartSwatchWidth</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html#colorise()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">colorise</a>(displayObject:flash.display:DisplayObject, color:uint) &mdash; Static Method                  ,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">DisplayObjectAdapter</a></td></tr><tr><td width="20"></td><td>
		 Colorises a display object using color transform.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#coloriseIcon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">coloriseIcon</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the coloration of the icon.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html#colorPicker" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">colorPicker</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindow</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">com.sibirjak.asdpcbeta.colorpicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#ColorPicker()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPickerEvent</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">com.sibirjak.asdpcbeta.colorpicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html#ColorPickerEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPickerEvent</a>(type:String) &mdash; Constructor, class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPickerEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">ColorPickerIconSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html#ColorPickerIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">ColorPickerIconSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.colorpicker.skins.<a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">ColorPickerIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#_colorPickerWindow" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">_colorPickerWindow</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindow</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html#ColorPickerWindow()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindow</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindow</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#colorPickerWindowContent" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">colorPickerWindowContent</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#ColorPickerWindowContent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a>(colorPickerWindow:<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core./class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core:ColorPickerWindow</a>) &mdash; Constructor, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPreview</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html#ColorPreview()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPreview</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPreview</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html#COLOR_ROLL_OVER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">COLOR_ROLL_OVER</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPickerEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html#COLOR_SELECTED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">COLOR_SELECTED</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPickerEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorSwatch</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html#ColorSwatch()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorSwatch</a>(theColor:int, width:uint, height:uint, theIndex:uint) &mdash; Constructor, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorSwatch</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatchBorder.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorSwatchBorder</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatchBorder.html#ColorSwatchBorder()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorSwatchBorder</a>(width:uint, height:uint, borderColor:uint) &mdash; Constructor, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatchBorder.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorSwatchBorder</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#COMMIT_PROPERTY_BACKGROUND" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">COMMIT_PROPERTY_BACKGROUND</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the background update property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_BACKGROUND" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">COMMIT_PROPERTY_BACKGROUND</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the background update property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_BORDER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">COMMIT_PROPERTY_BORDER</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the border update property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#COMMIT_PROPERTY_BUTTON_GEOMETRY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">COMMIT_PROPERTY_BUTTON_GEOMETRY</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the button geometry update property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#COMMIT_PROPERTY_CONNECTOR_GEOMETRY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">COMMIT_PROPERTY_CONNECTOR_GEOMETRY</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the connector geometry update property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#COMMIT_PROPERTY_CONTENT_GEOMETRY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">COMMIT_PROPERTY_CONTENT_GEOMETRY</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the content geometry update property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#COMMIT_PROPERTY_ICON_GEOMETRY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">COMMIT_PROPERTY_ICON_GEOMETRY</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the icon geometry update property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selected content geometry update property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_TEXT_FIELD_SIZE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">COMMIT_PROPERTY_TEXT_FIELD_SIZE</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the text field size update property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_TEXT_SIZE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">COMMIT_PROPERTY_TEXT_SIZE</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the text size update property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#commitUpdate()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">commitUpdate</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Finalises an update process.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#commitUpdate()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">commitUpdate</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Finalises an update process.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#commitUpdate()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">commitUpdate</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 
		 Finalises an update process.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#commitUpdate()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">commitUpdate</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Finalises an update process.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">com.sibirjak.asdpcbeta.checkbox</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">com.sibirjak.asdpcbeta.checkbox.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">com.sibirjak.asdpcbeta.colorpicker</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">com.sibirjak.asdpcbeta.core.managers</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">com.sibirjak.asdpcbeta.radiobutton.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">com.sibirjak.asdpcbeta.scrollbar</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">com.sibirjak.asdpcbeta.selectbox</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">com.sibirjak.asdpcbeta.selectbox.core</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">com.sibirjak.asdpcbeta.selectbox.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">com.sibirjak.asdpcbeta.slider</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">com.sibirjak.asdpcbeta.slider.core</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">com.sibirjak.asdpcbeta.slider.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">com.sibirjak.asdpcbeta.tabbar</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/skins/class-list.html');">com.sibirjak.asdpcbeta.tabbar.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">com.sibirjak.asdpcbeta.window</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">com.sibirjak.asdpcbeta.window.core</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">com.sibirjak.asdpcbeta.window.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">com.sibirjak.asdpc.button.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">com.sibirjak.asdpc.core.constants</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">com.sibirjak.asdpc.core.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">com.sibirjak.asdpc.listview.renderer.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">com.sibirjak.asdpc.scrollbar.core</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">com.sibirjak.asdpc.scrollbar.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">com.sibirjak.asdpc.textfield.core</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">com.sibirjak.asdpc.tooltip</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">com.sibirjak.asdpc.tooltip.core</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">com.sibirjak.asdpc.tooltip.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">com.sibirjak.asdpc.treeview.constants</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#connectionChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">connectionChanged</a>(node:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>, affectsChildren:Boolean) &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 Notifies the ListDataProvider that the connection structure of a node
		 has been changed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#connectionChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">connectionChanged</a>(node:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>, affectsChildren:Boolean) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the ListDataProvider that the connection structure of a node
		 has been changed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#CONNECTION_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">CONNECTION_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type CONNECTION_CHANGED
		 
		 Dispatched, if connection of a node has changed and should be refreshed.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td width="20"></td><td>
	 Connector.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#Connector()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a>() &mdash; Constructor, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Connector constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td width="20"></td><td>
	 Container for the tree node connectors.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#ConnectorContainer()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a>() &mdash; Constructor, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 ConnectorContainer constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#style:connectorContainer_connectorAtButton" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">connectorContainer_connectorAtButton</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a><tr><td width="20"></td><td>Style property defining the visibility of the connectors at button level.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#style:connectorContainer_connectorAtIcon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">connectorContainer_connectorAtIcon</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a><tr><td width="20"></td><td>Style property defining the visibility of the connectors at icon level.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#style:connectorContainer_connectorAtRootLevel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">connectorContainer_connectorAtRootLevel</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a><tr><td width="20"></td><td>Style property defining the visibility of the connectors at root level.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#style:connectorContainer_connectorSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">connectorContainer_connectorSkin</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a><tr><td width="20"></td><td>Style property defining the connector skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html#connectors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">connectors</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the connector visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Container.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Container</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 Sprite with style inheritance support.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Container.html#Container()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Container</a>() &mdash; Constructor, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Container.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Container</a></td></tr><tr><td width="20"></td><td>
		 Container constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">contains</a>(child:flash.display:DisplayObject) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObjectContainer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_contentRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_contentRenderer</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Content renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#contentRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">contentRenderer</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the content renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#cornerRadius()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">cornerRadius</a>() &mdash; method,  class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the corner radius.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#cornerRadius()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">cornerRadius</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Returns the corner radius.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#cornerRadius()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">cornerRadius</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the corner radius.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html#cornerRadius()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">cornerRadius</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderTrackSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#cornerRadius()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">cornerRadius</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#cornerRadius()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">cornerRadius</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#createButtons()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">createButtons</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#createLabel()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">createLabel</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#createListItemData()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">createListItemData</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Creates the item data for the item at the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#createListItemEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">createListItemEvent</a>(type:String, listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Creates a ListItemEvent.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#createListItemRendererData()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">createListItemRendererData</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Creates the item renderer data for the item at the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#createListItemRendererEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">createListItemRendererEvent</a>(type:String) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Creates a ListItemRendererEvent.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#createListViewEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">createListViewEvent</a>(type:String) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Creates a ListViewEvent.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#createNewDataSourceAdapter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">createNewDataSourceAdapter</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Creates a new data source adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#createNewDataSourceAdapter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">createNewDataSourceAdapter</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates a new data source adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#createNewListItemRenderer_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">createNewListItemRenderer_internal</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Creates a new renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html#createPopUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">createPopUp</a>(popUp:flash.display:DisplayObject, modal:Boolean) &mdash; method,  class com.sibirjak.asdpcbeta.core.managers.<a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">PopUpManager</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#createTreeNodeRendererData_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">createTreeNodeRendererData_internal</a>(treeNode:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 Creates a TreeNodeRendererData for a given TreeNode.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html#createWindowContent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">createWindowContent</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindow</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#ctrlKeyDeselection" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ctrlKeyDeselection</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the deselection mode.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBarStyles.html#ctrlKeyWheel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ctrlKeyWheel</a> &mdash; Constant Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBarStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBarStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the mouse wheel mode.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">C</font>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>D </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'D Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-D.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">D&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("D Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="D"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">D</font>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDataRendererSkin.html#data" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">data</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDataRendererSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDataRendererSkin</a></td></tr><tr><td width="20"></td><td>
		 Sets the data to the skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#_data" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">_data</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 The list item data of the affected list item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html#data" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">data</a> &mdash; Property, interface com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">IListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Sets or gets the list item renderer data.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#data" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">data</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Shortcut to the list item renderers data property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#data" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">data</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Shortcut to the list item renderers data property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_data" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_data</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 The list item renderer data.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#data" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">data</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets or gets the list item renderer data.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#DATA_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">DATA_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type DATA_CHANGED
		 
		 Dispatched, if the renderer was assigned a new item.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#DATA_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">DATA_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type DATA_CHANGED
		 
		 Dispatched, if the renderer was assigned a new item.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#DATA_PROPERTY_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">DATA_PROPERTY_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type DATA_PROPERTY_CHANGED
		 
		 Dispatched, if properties of the assigned item have changed.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#DATA_PROPERTY_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">DATA_PROPERTY_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type DATA_PROPERTY_CHANGED
		 
		 Dispatched, if properties of the assigned item have changed.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html#DATA_PROVIDER_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DATA_PROVIDER_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type of all data provider events.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td width="20"></td><td>
	 DataProvider event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html#DataProviderEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEvent</a>(theKind:String, theIndex:int, theNumItems:uint) &mdash; Constructor, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEvent</a></td></tr><tr><td width="20"></td><td>
		 DataProviderEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEventDispatcher</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td width="20"></td><td>
	 Convenient base class for event dispatching data source adapters.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html#DATA_RESET" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">DATA_RESET</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type DATA_RESET
		 
		 Dispatched after the list data source has been changed drastically.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#DATA_RESET" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">DATA_RESET</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type DATA_RESET
		 
		 Dispatched after the list data source has been changed drastically.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">dataSource</a> &mdash; Property, interface com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">IDataSourceAdapter</a></td></tr><tr><td width="20"></td><td>
		 The adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">dataSource</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ArrayAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 The adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">dataSource</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">GenericAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 The adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">dataSource</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ListAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 The adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">dataSource</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">MapAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 The adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">dataSource</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">SetAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 The adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">dataSource</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">XMLAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 The adapted data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">dataSource</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Sets or returns the list data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#_dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">_dataSource</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 The data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">dataSource</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets or returns the list data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">dataSource</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 The associated data source of the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">dataSource</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 The associated data source of the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">dataSource</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#dataSource" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">dataSource</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#_dataSourceAdapter" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">_dataSourceAdapter</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 The data source adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataSourceAdapterFactory.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataSourceAdapterFactory</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td width="20"></td><td>
	 Factory to create an adapter to a non IDataProvider data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#dataSourceAdapterFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">dataSourceAdapterFunction</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Sets or returns a custom data source adapter function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#_dataSourceAdapterFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">_dataSourceAdapterFunction</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 An optional data source adapter function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#dataSourceAdapterFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">dataSourceAdapterFunction</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets or returns a custom data source adapter function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#dataSourceAdapterFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">dataSourceAdapterFunction</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 A custom data source adapter factory function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#dataSourceAdapterFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">dataSourceAdapterFunction</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 A custom data source adapter factory function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/ITextInput.html#defaultText" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">defaultText</a> &mdash; Property, interface com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/ITextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">ITextInput</a></td></tr><tr><td width="20"></td><td>
		 Sets or returns the text that is displayed if the use has not added text yet.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#_defaultText" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">_defaultText</a> &mdash; Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 The default textfield content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#defaultText" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">defaultText</a> &mdash; Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets or returns the text that is displayed if the use has not added text yet.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputStyles.html#defaultTextColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">defaultTextColor</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInputStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the default text color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#deselect" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">deselect</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Defines or returns the list deselection behaviour.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#deselect" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">deselect</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Defines or returns the list deselection behaviour.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#deselect()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">deselect</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Notifies the listView, that the item is to deselect.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#deselectItemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">deselectItemAt</a>(listIndex:uint) &mdash; method,  interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Deselects the item at the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#deselectItemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">deselectItemAt</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Deselects the item at the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#deselectItemAt_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">deselectItemAt_internal</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Deselects the item at the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_diffPosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_diffPosition</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#direction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">direction</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Sets or gets the list direction.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#direction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">direction</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets or gets the list direction.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html#direction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">direction</a> &mdash; Property, interface com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">IScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Sets or returns the scrollbar direction.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#direction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">direction</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets or returns the scrollbar direction.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#direction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">direction</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 Sets the scrollbar direction.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#direction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">direction</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Direction.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Direction</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">com.sibirjak.asdpc.core.constants</a></td></tr><tr><td width="20"></td><td>
	 Direction constants.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td width="20"></td><td>
	 Tree node icon.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#DirectoryIcon()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a>() &mdash; Constructor, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a></td></tr><tr><td width="20"></td><td>
		 DirectoryIcon constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#style:directoryIcon_branchClosedIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">directoryIcon_branchClosedIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a><tr><td width="20"></td><td>Style property defining the closed branch node icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#style:directoryIcon_branchClosedIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">directoryIcon_branchClosedIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a><tr><td width="20"></td><td>Style property defining the closed branch node icon skin name.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#style:directoryIcon_branchOpenIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">directoryIcon_branchOpenIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a><tr><td width="20"></td><td>Style property defining the open branch node icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#style:directoryIcon_branchOpenIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">directoryIcon_branchOpenIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a><tr><td width="20"></td><td>Style property defining the open branch node icon skin name.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#style:directoryIcon_leafIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">directoryIcon_leafIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a><tr><td width="20"></td><td>Style property defining the leaf node icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#style:directoryIcon_leafIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">directoryIcon_leafIconSkinName</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a><tr><td width="20"></td><td>Style property defining the leaf node icon skin name.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIconStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td width="20"></td><td>
	 DirectoryIcon style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#disabledBorderDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">disabledBorderDarkColor</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#disabledBorderLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">disabledBorderLightColor</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#disabledIconAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">disabledIconAlpha</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the opacity of the icon for the disabled state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#disabledIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">disabledIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the disabled icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#disabledIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">disabledIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin name used for the disabled state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#DISABLED_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">DISABLED_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the disabled icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#disabledLabelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">disabledLabelStyles</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the label styles for the disabled state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#disabledSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">disabledSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the disabled skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#disabledSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">disabledSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the skin name used for the disabled state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#DISABLED_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">DISABLED_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the disabled skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#disclosureButton" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">disclosureButton</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 Sets the disclosure button visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html#disclosureButton" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">disclosureButton</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the disclosure button visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td width="20"></td><td>
	 Disclosure button.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#DisclosureButton()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a>() &mdash; Constructor, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 DisclosureButton constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonArrowIconSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td width="20"></td><td>
	 Arrow shaped disclosure button icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html#DisclosureButtonArrowIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonArrowIconSkin</a>() &mdash; Constructor, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonArrowIconSkin</a></td></tr><tr><td width="20"></td><td>
		 DisclosureButtonArrowIconSkin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html#style:disclosureButtonArrowIconSkin_iconColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">disclosureButtonArrowIconSkin_iconColor</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonArrowIconSkin</a><tr><td width="20"></td><td>Style property defining the icon color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonBoxIconSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td width="20"></td><td>
	 Box shaped disclosure button icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html#DisclosureButtonBoxIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonBoxIconSkin</a>() &mdash; Constructor, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonBoxIconSkin</a></td></tr><tr><td width="20"></td><td>
		 DisclosureButtonBoxIconSkin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html#style:disclosureButtonBoxIconSkin_fillColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">disclosureButtonBoxIconSkin_fillColor</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonBoxIconSkin</a><tr><td width="20"></td><td>Style property defining the fill color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html#style:disclosureButtonBoxIconSkin_iconColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">disclosureButtonBoxIconSkin_iconColor</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonBoxIconSkin</a><tr><td width="20"></td><td>Style property defining the icon color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style:disclosureButton_collapseAllEffect" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">disclosureButton_collapseAllEffect</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a><tr><td width="20"></td><td>Style property defining the application of the collapse all effect.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style:disclosureButton_collapsedIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">disclosureButton_collapsedIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a><tr><td width="20"></td><td>Style property defining the icon skin for the collapsed state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style:disclosureButton_expandAll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">disclosureButton_expandAll</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a><tr><td width="20"></td><td>Style property defining the expand all functionality availability.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style:disclosureButton_expandAllDelay" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">disclosureButton_expandAllDelay</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a><tr><td width="20"></td><td>Style property defining the delay between mouse down and expand all.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style:disclosureButton_expandedIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">disclosureButton_expandedIconSkin</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a><tr><td width="20"></td><td>Style property defining the icon skin for the expanded state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style:disclosureButton_size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">disclosureButton_size</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a><tr><td width="20"></td><td>Style property defining the button size.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#dispatchEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">dispatchEvent</a>(event:flash.events:Event) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchItemsAdded()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">dispatchItemsAdded</a>(index:uint, numItems:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEventDispatcher</a></td></tr><tr><td width="20"></td><td>
		 Dispatches a DataProviderEvent event of kind ITEM_ADDED.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchItemsRemoved()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">dispatchItemsRemoved</a>(index:uint, numItems:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEventDispatcher</a></td></tr><tr><td width="20"></td><td>
		 Dispatches a DataProviderEvent event of kind ITEM_REMOVED.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchReset()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">dispatchReset</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEventDispatcher</a></td></tr><tr><td width="20"></td><td>
		 Dispatches a DataProviderEvent event of kind RESET.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">DisplayObjectAdapter</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 Generic adapter to several display object types.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html#document" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">document</a> &mdash; Property, interface com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">IScrollPane</a></td></tr><tr><td width="20"></td><td>
		 Sets or returns the document assigned to this ScrollPane.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#document" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">document</a> &mdash; Property, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets or returns the document assigned to this ScrollPane.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_document" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_document</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#document" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">document</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html#documentPosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">documentPosition</a> &mdash; Property, interface com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">IScrollBar</a></td></tr><tr><td width="20"></td><td>
		 The current document position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#documentPosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">documentPosition</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 The current document position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollEvent.html#documentPosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">documentPosition</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollEvent</a></td></tr><tr><td width="20"></td><td>
		 Returns the current document position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_documents" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_documents</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#documents" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">documents</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html#documentSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">documentSize</a> &mdash; Property, interface com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">IScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Sets or returns the document size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#documentSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">documentSize</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets or returns the document size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html#documentSizeChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">documentSizeChanged</a>() &mdash; method,  interface com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">IScrollPane</a></td></tr><tr><td width="20"></td><td>
		 Nofifies the ScrollPane that its document size has changed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#documentSizeChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">documentSizeChanged</a>() &mdash; method,  class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 
		 Nofifies the ScrollPane that its document size has changed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DottedConnectorSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td width="20"></td><td>
	 Dotted connector skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html#DottedConnectorSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DottedConnectorSkin</a>() &mdash; Constructor, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DottedConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 DottedConnectorSkin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html#style:dottedConnectorSkin_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">dottedConnectorSkin_color</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DottedConnectorSkin</a><tr><td width="20"></td><td>Style property defining the connector color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#DOWN_BUTTON_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">DOWN_BUTTON_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the scroll down button name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#downIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">downIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the down icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#downIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">downIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin name used for the down state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#DOWN_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">DOWN_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the down icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#downSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">downSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the down skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#downSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">downSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the skin name used for the down state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#DOWN_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">DOWN_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the down skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollButtonIconSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollThumbIconSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollTrackSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.tooltip.<a href="com/sibirjak/asdpc/tooltip/ToolTip.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.tooltip.skins.<a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">BaseConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonArrowIconSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonBoxIconSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.checkbox.skins.<a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.checkbox.skins.<a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPreview</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.skins.<a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">ColorPickerIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.radiobutton.skins.<a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.radiobutton.skins.<a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 
		 Creates, draws and layouts sub views initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabItem</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/skins/TabItemSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.tabbar.skins.<a href="com/sibirjak/asdpcbeta/tabbar/skins/TabItemSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/skins/class-list.html');">TabItemSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html#draw()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">draw</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">MinimiseIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#drawAdditionalElements()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">drawAdditionalElements</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#drawBackground()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">drawBackground</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Draws or redraws the background.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#drawBackground()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">drawBackground</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 
		 Draws the text field background.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#drawBackground()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">drawBackground</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Draws the text field background.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#drawBorder()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">drawBorder</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 
		 Draws the text field borders.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#drawBorder()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">drawBorder</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Draws the text field borders.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/IListItemContent.html#drawContent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">drawContent</a>() &mdash; method,  interface com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/IListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">IListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Draws the content initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#drawContent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">drawContent</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 
		 Draws the content initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#drawHorizontal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">drawHorizontal</a>(x:int, y:int, width:int) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">BaseConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 Draws a horizontal connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html#drawHorizontal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">drawHorizontal</a>(x:int, y:int, width:int) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DottedConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Draws a horizontal connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html#drawHorizontal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">drawHorizontal</a>(x:int, y:int, width:int) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">SolidConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Draws a horizontal connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html#drawListItem()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">drawListItem</a>() &mdash; method,  interface com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">IListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Draws the list item initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#drawListItem()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">drawListItem</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Draws the list item initially.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/ISkin.html#drawSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">drawSkin</a>() &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/ISkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">ISkin</a></td></tr><tr><td width="20"></td><td>
		 Commands the skin to draw its content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Skin.html#drawSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">drawSkin</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Skin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Skin</a></td></tr><tr><td width="20"></td><td>
		 Implements an empty body for the drawSkin interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#drawVertical()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">drawVertical</a>(x:int, y:int, height:int) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">BaseConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 Draws a vertical connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html#drawVertical()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">drawVertical</a>(x:int, y:int, height:int) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DottedConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Draws a vertical connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html#drawVertical()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">drawVertical</a>(x:int, y:int, height:int) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">SolidConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 Draws a vertical connection.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">D</font>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>E </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'E Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-E.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">E&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("E Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="E"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">E</font>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#embedFont" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">embedFont</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining that an embed font is to use.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#enabled" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">enabled</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Enables or disables a button.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/IButton.html#enabled" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">enabled</a> &mdash; Property, interface com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/IButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">IButton</a></td></tr><tr><td width="20"></td><td>
		 Enables or disables a button.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html#enabled" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">enabled</a> &mdash; Property, interface com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">IScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Enables or disables the scrollbar.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#enabled" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">enabled</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Enables or disables the scrollbar.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html#enabled" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">enabled</a> &mdash; Static Property, class com.sibirjak.asdpc.tooltip.<a href="com/sibirjak/asdpc/tooltip/ToolTip.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a></td></tr><tr><td width="20"></td><td>
		 Flag, indicates if tooltips are enabled or not.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html#enabled" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">enabled</a> &mdash; Property, class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#enabled" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">enabled</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#enabled" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">enabled</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#evenIndexBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">evenIndexBackgroundColors</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background colors for items at an even position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html#EVENT_THUMB_MOVE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">EVENT_THUMB_MOVE</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.core.<a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html#EVENT_THUMB_RELEASED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">EVENT_THUMB_RELEASED</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.core.<a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#EVENT_THUMB_SCROLL" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">EVENT_THUMB_SCROLL</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the thumb scroll event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#excludeFromLayout()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">excludeFromLayout</a>(child:flash.display:DisplayObject, hide:Boolean) &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#_excludeList" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">_excludeList</a> &mdash; Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#expand()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">expand</a>(expandAll:Boolean, expandToLevel:int) &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 Expands the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#expand()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">expand</a>(expandAll:Boolean, expandToLevel:int) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 Expands the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html#expand()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">expand</a>(expandAll:Boolean) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererData</a></td></tr><tr><td width="20"></td><td>
		 Notifies the treeView, that the item is to expand.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html#expandAll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">expandAll</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a></td></tr><tr><td width="20"></td><td>
		 Indicates, if the node has been recursively expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#expandAll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">expandAll</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Indicates, if a node has been recursively expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#expandAll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">expandAll</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Indicates, if a node has been recursively expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html#expandCollapseOnDoubleClick" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">expandCollapseOnDoubleClick</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the double click behaviour.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html#EXPANDED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">EXPANDED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type EXPANDED
		 
		 Dispatched, after the user has expanded a node.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#EXPANDED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">EXPANDED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type EXPANDED
		 
		 Dispatched after a node has been expanded, both manually or programmatically.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#EXPANDED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">EXPANDED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type EXPANDED
		 
		 Dispatched, if the item has been expanded.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#EXPANDED_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">EXPANDED_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the expanded icon skin name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/ITreeView.html#expandNodeAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">expandNodeAt</a>(listIndex:uint, expandAll:Boolean) &mdash; method,  interface com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/ITreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">ITreeView</a></td></tr><tr><td width="20"></td><td>
		 Expands the node at the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#expandNodeAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">expandNodeAt</a>(listIndex:uint, expandAll:Boolean) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Expands the node at the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#expandNodeAt_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">expandNodeAt_internal</a>(listIndex:uint, expandAll:Boolean) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 Expands a node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#extendedHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">extendedHeight</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#extendedHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">extendedHeight</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/IConnectorSkin.html#extendedHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">extendedHeight</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/IConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">IConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#_extendedHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">_extendedHeight</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">BaseConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 The bottom position of the bottom connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#extendedHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">extendedHeight</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">BaseConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">E</font>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>F </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'F Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-F.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">F&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("F Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="F"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">F</font>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html#firstIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">firstIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a></td></tr><tr><td width="20"></td><td>
		 Returns the first stored index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#firstVisibleIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">firstVisibleIndex</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 The current scroll postion of the list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#firstVisibleIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">firstVisibleIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 The current scroll postion of the list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#firstVisibleIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">firstVisibleIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Sets a new first visible index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/LabelStyles.html#fittingMode" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">fittingMode</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/LabelStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">LabelStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the text fitting mode.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#FITTING_MODE_CHOP_CENTER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">FITTING_MODE_CHOP_CENTER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the fitting mode chop center.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#FITTING_MODE_CHOP_FIRST" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">FITTING_MODE_CHOP_FIRST</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the fitting mode chop first.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#FITTING_MODE_CHOP_LAST" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">FITTING_MODE_CHOP_LAST</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the fitting mode chop last.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#FITTING_MODE_NONE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">FITTING_MODE_NONE</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the fitting mode none.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#FITTING_MODE_SCALE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">FITTING_MODE_SCALE</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the fitting mode scale.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputEvent.html#FOCUS_IN" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">FOCUS_IN</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInputEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type FOCUS_IN
		 
		 Dispatched, if the user focuses the text input.
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputEvent.html#FOCUS_OUT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">FOCUS_OUT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInputEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type FOCUS_OUT
		 
		 Dispatched, if the text input has lost the focus.
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#font" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">font</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the text font.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html#freeModalWindow()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">freeModalWindow</a>(popUp:flash.display:DisplayObject) &mdash; method,  class com.sibirjak.asdpcbeta.core.managers.<a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">PopUpManager</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">F</font>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>G </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'G Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-G.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">G&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("G Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="G"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">G</font>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">GenericAdapter</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td width="20"></td><td>
	 Generic IDataProvider adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html#GenericAdapter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">GenericAdapter</a>(dataSource:any) &mdash; Constructor, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">GenericAdapter</a></td></tr><tr><td width="20"></td><td>
		 GenericAdapter constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/package.html#genericToStringFunction()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">genericToStringFunction</a>(item:any) &mdash; Package Function, <a href="com/sibirjak/asdpc/core/dataprovider/package.html" onclick="loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html')">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td width="20"></td><td>
	 A generic toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataSourceAdapterFactory.html#getAdapter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">getAdapter</a>(dataSource:any, dataSourceAdapterFunction:Function) &mdash; Static Method                  ,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataSourceAdapterFactory.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataSourceAdapterFactory</a></td></tr><tr><td width="20"></td><td>
		 Creates an adapter to a non IDataProvider data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">getChildAt</a>(index:int) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObjectContainer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#getColorPickerWindow()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">getColorPickerWindow</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#getContentX()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">getContentX</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Returns the content x position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#getContentX()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">getContentX</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the content x position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getDefaultListItemRenderer()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getDefaultListItemRenderer</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Returns the concrete default item renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#getDefaultListItemRenderer()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">getDefaultListItemRenderer</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the concrete default item renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">getDefaultStyles</a>() &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Returns a list of all default style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#getDefaultStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">getDefaultStyles</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Returns a list of all default style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StyleManager.html#getDefaultStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">getDefaultStyles</a>() &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/StyleManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StyleManager</a></td></tr><tr><td width="20"></td><td>
		 Returns a list of all default style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#getExpandedNodesRecursiveIterator()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">getExpandedNodesRecursiveIterator</a>() &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 Returns a recursive iterator over all child nodes, which
		 are reachable following the parent.expanded property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#getExpandedNodesRecursiveIterator()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">getExpandedNodesRecursiveIterator</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns a recursive iterator over all child nodes, which
		 are reachable following the parent.expanded property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#getIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">getIconSkin</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Returns the icon skin that is to apply.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#getIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">getIconSkin</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the icon skin that is to apply.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#getIconX()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">getIconX</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Returns the x postion of the icon.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#getIconX()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">getIconX</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the x postion of the icon.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html#getInstance()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">getInstance</a>() &mdash; Static Method                  ,  class com.sibirjak.asdpc.tooltip.<a href="com/sibirjak/asdpc/tooltip/ToolTip.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a></td></tr><tr><td width="20"></td><td>
		 Returns the sole ToolTip instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html#getInstance()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">getInstance</a>() &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindow</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html#getInstance()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">getInstance</a>() &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.core.managers.<a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">PopUpManager</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#getItemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">getItemAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Returns the renderer at the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getItemIndex()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getItemIndex</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Returns the position of the item in the containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#getItemIndex()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">getItemIndex</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the position of the item in the containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getItemKey()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getItemKey</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Returns the key of the item if the containing collection is an IMap.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#getItemKey()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">getItemKey</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the key of the item if the containing collection is an IMap.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/IMapAdapter.html#getKeyAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">getKeyAt</a>(index:uint) &mdash; method,  interface com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/IMapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">IMapAdapter</a></td></tr><tr><td width="20"></td><td>
		 Returns the key for the item at the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html#getKeyAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">getKeyAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">MapAdapter</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the key for the item at the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#getListIndexOf()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">getListIndexOf</a>(node:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>) &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 Returns the list position of a given tree node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#getListIndexOf()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">getListIndexOf</a>(node:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the list position of a given tree node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#getListItemDataAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getListItemDataAt</a>(listIndex:uint) &mdash; method,  interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Returns a ListItemData object for the item at the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getListItemDataAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getListItemDataAt</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns a ListItemData object for the item at the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getListItemDataClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getListItemDataClass</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Returns the concrete ListItemData class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#getListItemDataClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">getListItemDataClass</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the concrete ListItemData class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getListItemEventClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getListItemEventClass</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Returns the concrete ListItemEvent class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#getListItemEventClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">getListItemEventClass</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the concrete ListItemEvent class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#getListItemIconClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">getListItemIconClass</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Returns the icon container class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#getListItemIconClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">getListItemIconClass</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the icon container class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getListItemRendererDataClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getListItemRendererDataClass</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Returns the concrete ListItemRendererData class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#getListItemRendererDataClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">getListItemRendererDataClass</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the concrete ListItemRendererData class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getListItemRendererEventClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getListItemRendererEventClass</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Returns the concrete ListItemRendererEvent class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#getListItemRendererEventClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">getListItemRendererEventClass</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the concrete ListItemRendererEvent class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getListViewEventClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getListViewEventClass</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Returns the concrete ListViewEvent class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#getListViewEventClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">getListViewEventClass</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the concrete ListViewEvent class.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#getNodeAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">getNodeAt</a>(listIndex:uint) &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 Returns the tree node at the given list position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#getNodeAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">getNodeAt</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the tree node at the given list position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#getPalette()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">getPalette</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getParentItem()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getParentItem</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Returns the containing collection of the item at the given list index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#getParentItem()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">getParentItem</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the containing collection of the item at the given list index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#getPoolSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">getPoolSize</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Return the current pool size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#getRecursiveIterator()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">getRecursiveIterator</a>() &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 Returns a recursive iterator over all initialised children.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#getRecursiveIterator()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">getRecursiveIterator</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns a recursive iterator over all initialised children.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#getRendererAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">getRendererAt</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Returns the renderer at the given list index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#getStyle()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">getStyle</a>(property:String) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Returns a style value for a given style property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#getStyle()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">getStyle</a>(property:String) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Returns a style value for a given style property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StyleManager.html#getStyle()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">getStyle</a>(property:String) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/StyleManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StyleManager</a></td></tr><tr><td width="20"></td><td>
		 Returns a style value for a given style property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#getTitleBarClass()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">getTitleBarClass</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#getTitleBarDimensions()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">getTitleBarDimensions</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#getToolTip()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">getToolTip</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Returns the tool tip.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#getToolTip()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">getToolTip</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#getToolTipOffsetX()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">getToolTipOffsetX</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Returns the position of the tooltip.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#getToolTipOffsetX()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">getToolTipOffsetX</a>() &mdash; method,  class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#getViewProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">getViewProperty</a>(property:String) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Gets a property value.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#getViewProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">getViewProperty</a>(property:String) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html#getViewProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">getViewProperty</a>(property:String) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">ViewPropertyManager</a></td></tr><tr><td width="20"></td><td>
		 Gets a property value.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html#getViewProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">getViewProperty</a>(displayObject:flash.display:DisplayObject, property:String) &mdash; Static Method                  ,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">ViewPropertyManager</a></td></tr><tr><td width="20"></td><td>
		 Gets a property value via the static interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#getVisibleRenderers()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">getVisibleRenderers</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Return the array of currently visible renderers.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/GlassFrame.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">GlassFrame</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">com.sibirjak.asdpc.core.skins</a></td></tr><tr><td width="20"></td><td>
	 Mouse sensitive transparent rectangular area.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/GlassFrame.html#GlassFrame()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">GlassFrame</a>(color:uint, alpha:Number) &mdash; Constructor, class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/GlassFrame.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">GlassFrame</a></td></tr><tr><td width="20"></td><td>
		 GlassFrame constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html#greyPalette()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">greyPalette</a>() &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">Palette</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html#greyWebPalette()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">greyWebPalette</a>() &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">Palette</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayout</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayout.html#GridLayout()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayout</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/GridLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayoutStyles</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">G</font>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>H </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'H Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-H.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">H&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("H Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="H"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">H</font>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#hasEventListener()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">hasEventListener</a>(type:String) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html#hasIndex()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">hasIndex</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a></td></tr><tr><td width="20"></td><td>
		 Tests, if an index is contained.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#hasItem()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">hasItem</a>(item:any) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Returns true, if the item is in the Index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html#hasPopUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">hasPopUp</a>() &mdash; method,  class com.sibirjak.asdpcbeta.core.managers.<a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">PopUpManager</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#height" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">height</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#_height" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">_height</a> &mdash; Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 View height.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#height" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">height</a> &mdash; Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html#hex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">hex</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorSwatch</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#hex2Hsb()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">hex2Hsb</a>(hex:Number) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#hex2Hsl()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">hex2Hsl</a>(hex:uint) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#hex2Rgb()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">hex2Rgb</a>(hex:Number) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#hexToString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">hexToString</a>(hex:Number, addHash:Boolean) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Visibility.html#HIDDEN" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">HIDDEN</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Visibility.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Visibility</a></td></tr><tr><td width="20"></td><td>
		 Name constant for hidden.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html#hide()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">hide</a>(owner:flash.display:DisplayObject) &mdash; method,  class com.sibirjak.asdpc.tooltip.<a href="com/sibirjak/asdpc/tooltip/ToolTip.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a></td></tr><tr><td width="20"></td><td>
		 Hides a tooltip.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#hideListItemRenderer_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">hideListItemRenderer_internal</a>(renderer:<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core./class-list.html');">com.sibirjak.asdpc.listview.core:IListItemRenderer</a>) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Hides the given renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/HLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">HLayout</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/HLayout.html#HLayout()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">HLayout</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/HLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">HLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/HLayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">HLayoutStyles</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Direction.html#HORIZONTAL" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">HORIZONTAL</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Direction.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Direction</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the horizontal direction.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/LabelStyles.html#horizontalAlign" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">horizontalAlign</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/LabelStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">LabelStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the horizontal align of the text within the label dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html#horizontalAlign" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">horizontalAlign</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayoutStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/VLayoutStyles.html#horizontalAlign" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">horizontalAlign</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/VLayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">VLayoutStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#hsb2Hex()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">hsb2Hex</a>(h:Number, s:Number, br:Number) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#hsbToRgb()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">hsbToRgb</a>(h:Number, s:Number, br:Number) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html#hScrollBar" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">hScrollBar</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPaneStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the horizontal scrollbar availability.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#H_SCROLLBAR_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">H_SCROLLBAR_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the horizontal scrollbar name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#hsl2Hex()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">hsl2Hex</a>(hsl:Object) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#hslToRgb()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">hslToRgb</a>(h:Number, s:Number, l:Number) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">H</font>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>I </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'I Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-I.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">I&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("I Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="I"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">I</font>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IBindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');"><i>IBindableView</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 BindableView public interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/IButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');"><i>IButton</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a></td></tr><tr><td width="20"></td><td>
	 Button public interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#_icon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">_icon</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 The currently displayed icon.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_icon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_icon</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Currently visible icon.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_icon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_icon</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Icon container.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#icon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">icon</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#icon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">icon</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 Sets the disclosure icon visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#icon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">icon</a> &mdash; Property, class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#_icon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">_icon</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#iconColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">iconColor</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the color of icon coloration.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/IConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');"><i>IConnectorSkin</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td width="20"></td><td>
	 Connector skin interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#iconPadding" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">iconPadding</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the space between icon and content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_icons" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_icons</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Icon skin class to icon map.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_iconSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_iconSize</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Icon size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_iconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_iconSkin</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html#iconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">iconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIconStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_iconSkinFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_iconSkinFunction</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Icon skin function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html#iconSkinFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">iconSkinFunction</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIconStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IControl.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');"><i>IControl</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 Marker interface for ADPDC components.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDataRendererSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');"><i>IDataRendererSkin</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 Data accepting programmatic skin interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');"><i>IDataSourceAdapter</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td width="20"></td><td>
	 DataSourceAdapter interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');"><i>IDisplayObject</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 Interface to many of the native Flash DisplayObject methods.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');"><i>IDisplayObjectContainer</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 Interface to many of the native Flash DisplayObjectContainer methods.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/ILabel.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');"><i>ILabel</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td></tr><tr><td width="20"></td><td>
	 Label public interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');"><i>IListDataProvider</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td width="20"></td><td>
	 ListDataProvider interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/IListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');"><i>IListItemContent</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td width="20"></td><td>
	 ListItemContent interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');"><i>IListItemRenderer</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td width="20"></td><td>
	 ListItemRenderer interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');"><i>IListView</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td></tr><tr><td width="20"></td><td>
	 ListView public interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/IMapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');"><i>IMapAdapter</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td width="20"></td><td>
	 Interface for map data providers.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#includeInLayout()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">includeInLayout</a>(child:flash.display:DisplayObject, show:Boolean) &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_indent" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_indent</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Label indent when icon visible.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#indent" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">indent</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the indent of the content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#indent" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">indent</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 Sets the level indention size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html#index" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">index</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEvent</a></td></tr><tr><td width="20"></td><td>
		 The affected index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#_index" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">_index</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 The item to index map.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html#index" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">index</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorSwatch</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td width="20"></td><td>
	 Maintains a data source index for not index based collections.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#Index()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a>() &mdash; Constructor, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Index constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#indexOf()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">indexOf</a>(item:any) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Returns the index for a given item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html#indices" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">indices</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a></td></tr><tr><td width="20"></td><td>
		 Returns an array of all stored indices.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Skin.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Skin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Skin</a></td></tr><tr><td width="20"></td><td>
		 Breaks the inheritance chain for the init() method.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">init</a>(source:any) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Initialises the Index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayout.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/GridLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 
		 Initialises view styles and properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#init()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">init</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#initDataSource()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">initDataSource</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Initialises the data source.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#initialised()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">initialised</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies a view after it has been fully initialised.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#initialised()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">initialised</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Notifies a view after it has been fully initialised.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#_initialised" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">_initialised</a> &mdash; Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Initialisation flag.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#initialised()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">initialised</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies a view after it has been fully initialised.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#initialised()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">initialised</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Notifies a view after it has been fully initialised.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#initialised()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">initialised</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#initialised()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">initialised</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#initialised()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">initialised</a>() &mdash; method,  class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#initialised()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">initialised</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html#initialised()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">initialised</a>() &mdash; method,  class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/ILabel.html#innerHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">innerHeight</a> &mdash; Property, interface com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/ILabel.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">ILabel</a></td></tr><tr><td width="20"></td><td>
		 The height of the inner text field.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#innerHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">innerHeight</a> &mdash; Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 
		 The height of the inner text field.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/LabelEvent.html#INNER_SIZE_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">INNER_SIZE_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/LabelEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">LabelEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type INNER_SIZE_CHANGED
		 
		 Dispatched, if the size of the inner text field has changed.
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/ILabel.html#innerWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">innerWidth</a> &mdash; Property, interface com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/ILabel.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">ILabel</a></td></tr><tr><td width="20"></td><td>
		 he width of the inner text field.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#innerWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">innerWidth</a> &mdash; Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 
		 he width of the inner text field.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#invalidate()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">invalidate</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Starts a property independent validation cycle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#invalidateProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">invalidateProperty</a>(property:String) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Starts a property dependent validation cycle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/IPopUpControl.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');"><i>IPopUpControl</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td width="20"></td><td>
	 PopUpControl interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');"><i>IPopUpControlPopUp</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td width="20"></td><td>
	 PopUpControlPopUp interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');"><i>IRadioButton</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#isBranch" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isBranch</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 True, if the node contains children.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#isBranch" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isBranch</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 True, if the node contains children.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');"><i>IScrollBar</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a></td></tr><tr><td width="20"></td><td>
	 ScrollBar public interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');"><i>IScrollPane</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpcbeta/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">com.sibirjak.asdpcbeta.scrollbar</a></td></tr><tr><td width="20"></td><td>
	 ScrollPane public interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeData.html#isExpanded" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">isExpanded</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeData</a></td></tr><tr><td width="20"></td><td>
		 True, if the node is expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html#isExpanded" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">isExpanded</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a></td></tr><tr><td width="20"></td><td>
		 True, if the node is expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#isExpanded" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isExpanded</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 True, if the node contains children and is expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#isExpanded" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isExpanded</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 True, if the node contains children and is expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#_isFirst" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">_isFirst</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Flag to indicate, if the item is the first item of the listView.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#isFirst" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">isFirst</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 True, if the item is the first item of the listView.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#isFirstItemInBranch" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isFirstItemInBranch</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 True, if the node has no previous sibling.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#isFirstItemInBranch" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isFirstItemInBranch</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 True, if the node has no previous sibling.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html#isFirstItemInBranch" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isFirstItemInBranch</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererData</a></td></tr><tr><td width="20"></td><td>
		 True, if the node has no previous sibling.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#isInvalid()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">isInvalid</a>(property:String) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Returns true if the given property has been marked
		 to be invalid beforehand.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/ISkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');"><i>ISkin</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 Programmatic skin interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#_isLast" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">_isLast</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Flag to indicate, if the item is the last item of the listView.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#isLast" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">isLast</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 True, if the item is the last item of the listView.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#isLastItemInBranch" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isLastItemInBranch</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 True, if the node has no next sibling.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#isLastItemInBranch" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isLastItemInBranch</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 True, if the node has no next sibling.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html#isLastItemInBranch" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isLastItemInBranch</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererData</a></td></tr><tr><td width="20"></td><td>
		 True, if the node has no next sibling.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_isMoving" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_isMoving</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#isRoot" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isRoot</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 True, if the node is the root node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#isRoot" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isRoot</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 True, if the node is the root node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html#isRoot" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">isRoot</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererData</a></td></tr><tr><td width="20"></td><td>
		 True, if the node is the root node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/IStyleManagerClient.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');"><i>IStyleManagerClient</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td width="20"></td><td>
	 StyleManagerClient interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#item" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">item</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 The item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#item" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">item</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 The item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#item" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">item</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 The item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html#ITEM_ADDED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">ITEM_ADDED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEvent</a></td></tr><tr><td width="20"></td><td>
		 Event kind ITEM_ADDED
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html#ITEM_ADDED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ITEM_ADDED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ITEM_ADDED
		 
		 Dispatched if items have been added to the list.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#ITEM_ADDED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">ITEM_ADDED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ITEM_ADDED
		 
		 Dispatched if items have been added to the list.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#itemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">itemAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Returns the item at the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html#itemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">itemAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ArrayAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html#itemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">itemAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">GenericAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html#itemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">itemAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ListAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html#itemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">itemAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">MapAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html#itemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">itemAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">SetAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html#itemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">itemAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">XMLAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#itemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">itemAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 Returns the item at the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html#itemHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">itemHeight</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayoutStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#itemIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">itemIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 The position of the item in the containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#itemIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">itemIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 The position of the item in the containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#itemIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">itemIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 The position of the item in the containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeData.html#itemIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">itemIndex</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeData</a></td></tr><tr><td width="20"></td><td>
		 
		 The position of the item in the containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#itemIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">itemIndex</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 The index position of the item within its containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#itemIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">itemIndex</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 The index position of the item within its containing collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td width="20"></td><td>
	 Manager for item indices.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html#ItemIndexManager()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a>() &mdash; Constructor, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a></td></tr><tr><td width="20"></td><td>
		 ItemIndexManager constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#itemKey" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">itemKey</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 The key of the item if the containing collection is an IMap.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#itemKey" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">itemKey</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 The key of the item if the containing collection is an IMap.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#itemKey" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">itemKey</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 The key of the item if the containing collection is an IMap.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#itemKey" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">itemKey</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 The key with that the item was added to its IMap container.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#itemKey" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">itemKey</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 The key with that the item was added to its IMap container.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/LayoutStyles.html#itemPadding" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">itemPadding</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/LayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">LayoutStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html#ITEM_REMOVED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">ITEM_REMOVED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEvent</a></td></tr><tr><td width="20"></td><td>
		 Event kind ITEM_REMOVED
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html#ITEM_REMOVED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ITEM_REMOVED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ITEM_REMOVED
		 
		 Dispatched if items have been removed from the list.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#ITEM_REMOVED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">ITEM_REMOVED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ITEM_REMOVED
		 
		 Dispatched if items have been removed from the list.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#itemRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">itemRenderer</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Sets an item renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#itemRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">itemRenderer</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets an item renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#_items" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">_items</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 The indexed items.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html#itemsAddedAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">itemsAddedAt</a>(index:uint, numItems:uint) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a></td></tr><tr><td width="20"></td><td>
		 Updates the index of all succeeding items.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#itemsAddedAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">itemsAddedAt</a>(index:uint, numItems:uint) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Notifies the pool, that items have been added to the list's data provider.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewStyles.html#itemSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">itemSize</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the list item size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html#itemsRemovedAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">itemsRemovedAt</a>(index:uint, numItems:uint) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a></td></tr><tr><td width="20"></td><td>
		 Updates the index of all succeeding items.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#itemsRemovedAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">itemsRemovedAt</a>(index:uint, numItems:uint) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Notifies the pool, that items have been removed from the list's data provider.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html#itemWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">itemWidth</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayoutStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/ITextField.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');"><i>ITextField</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/textfield/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">com.sibirjak.asdpc.textfield.core</a></td></tr><tr><td width="20"></td><td>
	 Base interface for all text fields.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/ITextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');"><i>ITextInput</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td></tr><tr><td width="20"></td><td>
	 TextInput public interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/ITitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');"><i>ITitleBar</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpcbeta/window/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">com.sibirjak.asdpcbeta.window.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');"><i>ITreeNode</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td width="20"></td><td>
	 TreeNode public interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');"><i>ITreeNodeRenderer</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td width="20"></td><td>
	 TreeNodeRenderer interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/ITreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');"><i>ITreeView</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td></tr><tr><td width="20"></td><td>
	 TreeView public interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');"><i>IView</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 View public interface.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');"><i>IViewPropertyManagerClient</i></a> &mdash; Interface, package <a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td width="20"></td><td>
	 ViewPropertyManagerClient interface.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">I</font>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>J </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'J Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-J.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">J&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("J Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="J"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">J</font>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">J</font>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>K </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'K Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-K.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">K&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("K Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="K"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">K</font>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html#kind" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">kind</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEvent</a></td></tr><tr><td width="20"></td><td>
		 The event kind.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">K</font>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>L </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'L Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-L.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">L&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("L Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="L"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">L</font>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#_label" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">_label</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 The label.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#label" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">label</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 The label displayed within the button.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/IButton.html#label" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">label</a> &mdash; Property, interface com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/IButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">IButton</a></td></tr><tr><td width="20"></td><td>
		 The label displayed within the button.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#_label" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_label</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Label.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#_label" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">_label</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html#label" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">label</a> &mdash; Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabItem</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#_label" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">_label</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a> &mdash; class, package <a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td></tr><tr><td width="20"></td><td>
	 Label component.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#Label()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a>() &mdash; Constructor, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 Label constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#labelBackground" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">labelBackground</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#labelBorder" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">labelBorder</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#style:label_borderType" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">label_borderType</a> &mdash; Style, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a><tr><td width="20"></td><td>Style property defining the label border type.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/LabelEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">LabelEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td></tr><tr><td width="20"></td><td>
	 Label event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/LabelEvent.html#LabelEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">LabelEvent</a>(type:String) &mdash; Constructor, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/LabelEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">LabelEvent</a></td></tr><tr><td width="20"></td><td>
		 LabelEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#style:label_fittingMode" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">label_fittingMode</a> &mdash; Style, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a><tr><td width="20"></td><td>Style property defining the text fitting mode.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#_labelFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_labelFunction</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Label function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html#labelFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">labelFunction</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContentStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the label function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#labelFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">labelFunction</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#style:label_horizontalAlign" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">label_horizontalAlign</a> &mdash; Style, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a><tr><td width="20"></td><td>Style property defining the horizontal align of the text within the label dimensions.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#event:label_sizeChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">label_sizeChanged</a> &mdash; Event, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#labelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">labelStyles</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the label default styles.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html#labelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">labelStyles</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContentStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the default label styles.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/LabelStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">LabelStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td></tr><tr><td width="20"></td><td>
	 Label style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#_labelText" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">_labelText</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 The text displayed on the button.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#style:label_verticalAlign" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">label_verticalAlign</a> &mdash; Style, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a><tr><td width="20"></td><td>Style property defining the vertical align of the text within the label dimensions.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#_lastMouseDownTime" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">_lastMouseDownTime</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 Elapsed time since the last mouse down event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#layoutButtons()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">layoutButtons</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#layoutChildren()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">layoutChildren</a>() &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayout.html#layoutChildren()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">layoutChildren</a>() &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/GridLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/HLayout.html#layoutChildren()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">layoutChildren</a>() &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/HLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">HLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/VLayout.html#layoutChildren()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">layoutChildren</a>() &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/VLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">VLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#layoutIconAndLabel()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">layoutIconAndLabel</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/LayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">LayoutStyles</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#layoutTextField()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">layoutTextField</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 
		 Template method to layout and size the internal text field.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#layoutTextField()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">layoutTextField</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 Template method to layout and size the internal text field.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#layoutTextField()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">layoutTextField</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Template method to layout and size the internal text field.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html#layoutTextField()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">layoutTextField</a>() &mdash; method,  class com.sibirjak.asdpc.tooltip.core.<a href="com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">ToolTipLabel</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Template method to layout and size the internal text field.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/constants/TreeNodeState.html#LEAF" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">LEAF</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.constants.<a href="com/sibirjak/asdpc/treeview/constants/TreeNodeState.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">TreeNodeState</a></td></tr><tr><td width="20"></td><td>
		 Name constant for a leaf node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html#leafIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">leafIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIconStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the leaf node icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html#leafIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">leafIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIconStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the leaf node icon skin name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#LEAF_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">LEAF_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the leaf node icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Position.html#LEFT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">LEFT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Position.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Position</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the horizontal left position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#LEFT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">LEFT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining a left connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#LEFT_BORDER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">LEFT_BORDER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the left border.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#LEFT_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">LEFT_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the left connection name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#letterSpacing" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">letterSpacing</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the letter spacing.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#level" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">level</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 The recursion depth of the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#level" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">level</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 The recursion depth of the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html#level" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">level</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererData</a></td></tr><tr><td width="20"></td><td>
		 The recursion depth of the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#LEVEL_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">LEVEL_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type LEVEL_CHANGED
		 
		 Dispatched, if the level of the item has changed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html#list" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">list</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.core.<a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">SelectBoxWindow</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ListAdapter</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td width="20"></td><td>
	 ArrayList to IDataProvider adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html#ListAdapter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ListAdapter</a>(list:org.as3commons.collections.framework:IList) &mdash; Constructor, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ListAdapter</a></td></tr><tr><td width="20"></td><td>
		 ArrayListAdapter constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td width="20"></td><td>
	 List data provider for hierarchical data.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#ListDataProvider()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a>(treeView:<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview./class-list.html');">com.sibirjak.asdpc.treeview:TreeView</a>) &mdash; Constructor, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 ListDataProvider constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#listIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 The position of the item in the listView.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#listIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 The position of the item in the listView.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html#listIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a></td></tr><tr><td width="20"></td><td>
		 The list index of a insertion or removal operation.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#listIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">listIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 The position of the item in the listView.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#LIST_INDEX_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">LIST_INDEX_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type LIST_INDEX_CHANGED
		 
		 Dispatched, if the current item's list index has changed.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#LIST_INDEX_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">LIST_INDEX_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type LIST_INDEX_CHANGED
		 
		 Dispatched, if the current item's list index has changed.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">com.sibirjak.asdpc.listview.renderer.skins</a></td></tr><tr><td width="20"></td><td>
	 Background skin of a ListItemRenderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#ListItemBackgroundSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a>() &mdash; Constructor, class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 ListItemBackgroundSkin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#style:listItemBackgroundSkin_backgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">listItemBackgroundSkin_backgroundColors</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a><tr><td width="20"></td><td>Style property defining the background colors.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#style:listItemBackgroundSkin_border" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">listItemBackgroundSkin_border</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a><tr><td width="20"></td><td>Style property defining the border visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#style:listItemBackgroundSkin_borderColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">listItemBackgroundSkin_borderColor</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a><tr><td width="20"></td><td>Style property defining the border color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listItem_click" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listItem_click</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td width="20"></td><td>
	 Default list item content renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#ListItemContent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a>() &mdash; Constructor, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 ListItemContent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#style:listItemContent_labelFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemContent_labelFunction</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a><tr><td width="20"></td><td>Style property defining the label function.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#style:listItemContent_labelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemContent_labelStyles</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a><tr><td width="20"></td><td>Style property defining the default label styles.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#style:listItemContent_overLabelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemContent_overLabelStyles</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a><tr><td width="20"></td><td>Style property defining the label styles for the roll over state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#style:listItemContent_selectedLabelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemContent_selectedLabelStyles</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a><tr><td width="20"></td><td>Style property defining the label styles for the selected state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContentStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td width="20"></td><td>
	 ListItemContent style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#_listItemData" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">_listItemData</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 ListItemData instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#listItemData" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">listItemData</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 The internal ListItemData object.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td></tr><tr><td width="20"></td><td>
	 Plain data object representing list item data and list item state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td></tr><tr><td width="20"></td><td>
	 ListItem event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#ListItemEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a>(type:String, data:<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview./class-list.html');">com.sibirjak.asdpc.listview:ListItemData</a>) &mdash; Constructor, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 ListItemRendererEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td width="20"></td><td>
	 List item icon.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#ListItemIcon()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a>() &mdash; Constructor, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 ListItemIcon constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#style:listItemIcon_iconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemIcon_iconSkin</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a><tr><td width="20"></td><td>Style property defining the icon skin.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#style:listItemIcon_iconSkinFunction" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemIcon_iconSkinFunction</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a><tr><td width="20"></td><td>Style property defining the icon skin function.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#style:listItemIcon_size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemIcon_size</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a><tr><td width="20"></td><td>Style property defining the icon size.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIconStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td width="20"></td><td>
	 ListItemIcon style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listItem_mouseDown" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listItem_mouseDown</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/IListItemContent.html#listItemRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer</a> &mdash; Property, interface com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/IListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">IListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Sets the containing list item renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#_listItemRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_listItemRenderer</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 The IListItemRenderer instance, that owns the content renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#listItemRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets the containing list item renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_listItemRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_listItemRenderer</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 The IListItemRenderer instance, that owns the content renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#listItemRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#listItemRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">listItemRenderer</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#listItemRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">listItemRenderer</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td width="20"></td><td>
	 Default list item renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#ListItemRenderer()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a>() &mdash; Constructor, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 ListItemRenderer constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_background" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_background</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the background visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_backgroundType" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_backgroundType</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the background type.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_clickSelection" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_clickSelection</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the selection mode.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_contentRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_contentRenderer</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the content renderer.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_ctrlKeyDeselection" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_ctrlKeyDeselection</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the deselection mode.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td width="20"></td><td>
	 Data object passed to a IListItemRenderer and representing the item to render.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_dataChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_dataChanged</a> &mdash; Event, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_dataPropertyChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_dataPropertyChanged</a> &mdash; Event, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_evenIndexBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_evenIndexBackgroundColors</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the background colors for items at an even position.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td width="20"></td><td>
	 ListItemRenderer event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#ListItemRendererEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererEvent</a>(type:String) &mdash; Constructor, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 ListItemRendererEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_icon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_icon</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the icon visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_iconPadding" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_iconPadding</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the space between icon and content.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_indent" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_indent</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the indent of the content.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_listIndexChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_listIndexChanged</a> &mdash; Event, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_oddIndexBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_oddIndexBackgroundColors</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the background colors for items at an odd position.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_overBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_overBackgroundColors</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the background colors in the roll over state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td width="20"></td><td>
	 Pool of IListItemRenderer instances.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#ListItemRendererPool()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a>(listView:<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview./class-list.html');">com.sibirjak.asdpc.listview:ListView</a>, numItems:uint, poolSize:uint) &mdash; Constructor, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 ListItemRendererPool constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_rollOut" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_rollOut</a> &mdash; Event, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_rollOver" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_rollOver</a> &mdash; Event, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_selectedBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_selectedBackgroundColors</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the background colors in the selected state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_selectedItemContentRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_selectedItemContentRenderer</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the content renderer additional visible in the selected state.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_selectionChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_selectionChanged</a> &mdash; Event, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_separator" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_separator</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the separator visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_separatorColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_separatorColor</a> &mdash; Style, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a><tr><td width="20"></td><td>Style property defining the separator color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td width="20"></td><td>
	 ListItemRenderer style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_visibilityChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">listItemRenderer_visibilityChanged</a> &mdash; Event, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listItem_rollOut" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listItem_rollOut</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listItem_rollOver" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listItem_rollOver</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listItem_selectionChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listItem_selectionChanged</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#listItemSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">listItemSize</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#listPadding" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">listPadding</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#_listView" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">_listView</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 ListView reference.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td></tr><tr><td width="20"></td><td>
	 ListView component.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#ListView()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a>() &mdash; Constructor, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 ListView constructor
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listView_dataReset" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listView_dataReset</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td></tr><tr><td width="20"></td><td>
	 ListView event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html#ListViewEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a>(type:String) &mdash; Constructor, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a></td></tr><tr><td width="20"></td><td>
		 ListViewEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listView_itemAdded" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listView_itemAdded</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listView_itemRemoved" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listView_itemRemoved</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#style:listView_itemSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listView_itemSize</a> &mdash; Style, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a><tr><td width="20"></td><td>Style property defining the list item size.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listView_refresh" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listView_refresh</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listView_scroll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listView_scroll</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#style:listView_scrollBarSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listView_scrollBarSize</a> &mdash; Style, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a><tr><td width="20"></td><td>Style property defining the scrollbar size.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#style:listView_scrollBarVisibility" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listView_scrollBarVisibility</a> &mdash; Style, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a><tr><td width="20"></td><td>Style property defining the scrollbar visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#style:listView_selectedItemSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listView_selectedItemSize</a> &mdash; Style, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a><tr><td width="20"></td><td>Style property defining the selected item size.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#event:listView_selectionChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">listView_selectionChanged</a> &mdash; Event, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td></tr><tr><td width="20"></td><td>
	 ListView style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#liveChoosing" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">liveChoosing</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#liveDragging" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">liveDragging</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#liveSelecting" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">liveSelecting</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">L</font>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>M </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'M Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-M.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">M&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("M Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="M"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">M</font>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">MapAdapter</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td width="20"></td><td>
	 Map to IDataProvider adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html#MapAdapter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">MapAdapter</a>(map:org.as3commons.collections.framework:IMap) &mdash; Constructor, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">MapAdapter</a></td></tr><tr><td width="20"></td><td>
		 MapAdapter constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#mask" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">mask</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html#master" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">master</a> &mdash; Static Property, class com.sibirjak.asdpc.tooltip.<a href="com/sibirjak/asdpc/tooltip/ToolTip.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a></td></tr><tr><td width="20"></td><td>
		 ToolTip activation/deactivation button, if any.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputStyles.html#maxChars" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">maxChars</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInputStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the maximum number of chars
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewStyles.html#maxExpandAllLevel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">maxExpandAllLevel</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the max level for a recursive expansion.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#maxExpandAllLevel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">maxExpandAllLevel</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 The max level of auto expanding.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#maxExpandAllLevel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">maxExpandAllLevel</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 The max level of auto expanding.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#maxExpandAllLevel_internal" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">maxExpandAllLevel_internal</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 The max expand level in a recursive expansion.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#maxPosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">maxPosition</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 Sets the maximal thumb position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#maxScrollIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">maxScrollIndex</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 The max scroll postion of the list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#maxScrollIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">maxScrollIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 The max scroll postion of the list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#maxValue" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">maxValue</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#maxVisibleItems" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">maxVisibleItems</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Position.html#MIDDLE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">MIDDLE</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Position.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Position</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the vertical center position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#minimise()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">minimise</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#minimiseButton" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">minimiseButton</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#_minimiseButton" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">_minimiseButton</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_minimised" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_minimised</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#minimised" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">minimised</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html#MINIMISED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">MINIMISED</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#minimiseDuration" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">minimiseDuration</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#minimiseIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">minimiseIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">MinimiseIconSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/window/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">com.sibirjak.asdpcbeta.window.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html#MinimiseIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">MinimiseIconSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">MinimiseIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_minimiseOnClickOutside" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_minimiseOnClickOutside</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#minimiseOnClickOutside" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">minimiseOnClickOutside</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#minimiseOnDoubleClick" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">minimiseOnDoubleClick</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_minimisePosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_minimisePosition</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#minimisePosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">minimisePosition</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html#MINIMISE_START" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">MINIMISE_START</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_minimiseTriggerButton" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_minimiseTriggerButton</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#minimiseTriggerButton" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">minimiseTriggerButton</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_minimiseTween" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_minimiseTween</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#minimiseTweenProperties" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">minimiseTweenProperties</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#minPosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">minPosition</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 Sets the minimal thumb position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#minValue" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">minValue</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">mouseChildren</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObjectContainer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonEvent.html#MOUSE_DOWN" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">MOUSE_DOWN</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type MOUSE_DOWN
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#MOUSE_DOWN" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">MOUSE_DOWN</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type MOUSE_DOWN
		 
		 Dispatched if the user presses the mouse over a list item.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#mouseDownHandler()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">mouseDownHandler</a>(event:flash.events:MouseEvent) &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Content mouse down handler.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#mouseDownHandler()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">mouseDownHandler</a>(event:flash.events:MouseEvent) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Content mouse down handler.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#mouseEnabled" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">mouseEnabled</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonEvent.html#MOUSE_UP_OUTSIDE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">MOUSE_UP_OUTSIDE</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type MOUSE_UP_OUTSIDE
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#mouseWheelDelta" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">mouseWheelDelta</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_moveable" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_moveable</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#moveable" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">moveable</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html#moveTo()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">moveTo</a>(displayObject:flash.display:DisplayObject, x:int, y:int) &mdash; Static Method                  ,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">DisplayObjectAdapter</a></td></tr><tr><td width="20"></td><td>
		 Moves a display object.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#moveTo()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">moveTo</a>(x:int, y:int) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Moves a view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#moveTo()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">moveTo</a>(x:int, y:int) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 
		 Moves a view.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#multiselect" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">multiselect</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Sets or returns the list to be a multiselect list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#multiselect" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">multiselect</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets or returns the list to be a multiselect list.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">M</font>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>N </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'N Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-N.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">N&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("N Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="N"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">N</font>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#name" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">name</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#nodeCollapsed()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">nodeCollapsed</a>(node:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>) &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 Notifies the ListDataProvider that a node has been collapsed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#nodeCollapsed()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">nodeCollapsed</a>(node:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the ListDataProvider that a node has been collapsed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#nodeExpanded()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">nodeExpanded</a>(node:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>) &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 Notifies the ListDataProvider that a node has been expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#nodeExpanded()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">nodeExpanded</a>(node:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the ListDataProvider that a node has been expanded.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#nodesAddedAfter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">nodesAddedAfter</a>(parentNode:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>, nodeBefore:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>, nodes:Array) &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 Notifies the ListDataProvider that nodes have been added after a node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#nodesAddedAfter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">nodesAddedAfter</a>(parentNode:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>, nodeBefore:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>, nodes:Array) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the ListDataProvider that nodes have been added after a node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#nodesRemovedAfter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">nodesRemovedAfter</a>(parentNode:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>, nodeBefore:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>, nodes:Array) &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 Notifies the ListDataProvider that nodes have been removed after a node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#nodesRemovedAfter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">nodesRemovedAfter</a>(parentNode:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>, nodeBefore:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>, nodes:Array) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the ListDataProvider that nodes have been removed after a node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#notifyClick()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">notifyClick</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Notifies the listView about a click event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#notifyClickRendererAt_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">notifyClickRendererAt_internal</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Dispatchs item mouse down event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#notifyColorClick()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">notifyColorClick</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#notifyColorReset()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">notifyColorReset</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#notifyColorRollOver()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">notifyColorRollOver</a>(color:uint) &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#notifyColorRollOver()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">notifyColorRollOver</a>(color:uint) &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#notifyColorSelected()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">notifyColorSelected</a>(color:uint) &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#notifyMouseDown()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">notifyMouseDown</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Notifies the listView about a mouse down event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#notifyMouseDownRendererAt_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">notifyMouseDownRendererAt_internal</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Dispatchs item mouse down event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#notifyPopUpOwnerChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">notifyPopUpOwnerChanged</a>(colorPicker:<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker./class-list.html');">com.sibirjak.asdpcbeta.colorpicker:ColorPicker</a>) &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#notifyRendererForConnectionChange_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">notifyRendererForConnectionChange_internal</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 Notifies the renderer at the given position about a connection change.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#notifyRendererForTreeNodeStateChange_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">notifyRendererForTreeNodeStateChange_internal</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 Notifies the renderer at the given position about a node state change.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#notifyRollOut()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">notifyRollOut</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Notifies the listView about a roll out event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#notifyRollOutRendererAt_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">notifyRollOutRendererAt_internal</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Dispatchs renderer and item roll out events.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#notifyRollOver()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">notifyRollOver</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Notifies the listView about a roll over event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#notifyRollOverRendererAt_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">notifyRollOverRendererAt_internal</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Dispatchs renderer and item roll over events.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">numChildren</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObjectContainer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html#numItems" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">numItems</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEvent</a></td></tr><tr><td width="20"></td><td>
		 The number of affected items.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#numItems" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">numItems</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 The number of items currently displayed in the listView.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#numItems" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">numItems</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 The number of items currently displayed in the listView.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html#numItems" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">numItems</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a></td></tr><tr><td width="20"></td><td>
		 The number of items removed or added.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#numItems" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">numItems</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#numItems" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">numItems</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html#numItemsBefore()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">numItemsBefore</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a></td></tr><tr><td width="20"></td><td>
		 Returns the number of items before the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html#numItemsPerRow" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">numItemsPerRow</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayoutStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">N</font>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>O </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'O Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-O.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">O&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("O Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="O"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">O</font>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#oddIndexBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">oddIndexBackgroundColors</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background colors for items at an odd position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#onClick()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">onClick</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Template method for the click event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#onClick()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">onClick</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 
		 Template method for the click event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html#onClick()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">onClick</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.core.<a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html#onMinimise()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">onMinimise</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindow</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#onMinimise()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">onMinimise</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#onMouseDown()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">onMouseDown</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Template method for the mouse down event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#onMouseDown()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">onMouseDown</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 
		 Template method for the mouse down event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html#onMouseDown()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">onMouseDown</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.core.<a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#onMouseUpOutside()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">onMouseUpOutside</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Template method for the mouse up outside event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#onMouseUpOutside()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">onMouseUpOutside</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 
		 Template method for the mouse up outside event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html#onMouseUpOutside()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">onMouseUpOutside</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.core.<a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#onRestore()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">onRestore</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#onRollOut()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">onRollOut</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Template method for the roll out event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#onRollOver()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">onRollOver</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Template method for the roll over event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#onSelectionChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">onSelectionChanged</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Template method for the selection changed event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#onSelectionChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">onSelectionChanged</a>() &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#onWillSetColor()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">onWillSetColor</a>(color:uint) &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#_openIcon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">_openIcon</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#openIcon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">openIcon</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#_over" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_over</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Flag to indicate if the mouse is currently over the list item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_over" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_over</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Flag to indicate if the mouse is currently over the list item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#overBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">overBackgroundColors</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background colors in the roll over state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#overIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">overIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the over icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#overIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">overIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin name used for the over state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#OVER_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">OVER_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the over icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#overLabelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">overLabelStyles</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the label styles for the over state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html#overLabelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">overLabelStyles</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContentStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the label styles for the roll over state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#overSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">overSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the over skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#overSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">overSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the skin name used for the over state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#OVER_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">OVER_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the over skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html#owner" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">owner</a> &mdash; Property, interface com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">IScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Sets the scrollbar owner.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#owner" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">owner</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets the scrollbar owner.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">O</font>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Q </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Q Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-Q.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Q&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Q Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="Q"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Q</font>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Q</font>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>R </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'R Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-R.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">R&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("R Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="R"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">R</font>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioButton</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioButton.html#RadioButton()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioButton</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioButton</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonIconSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/radiobutton/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">com.sibirjak.asdpcbeta.radiobutton.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html#RadioButtonIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonIconSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.radiobutton.skins.<a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/radiobutton/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">com.sibirjak.asdpcbeta.radiobutton.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html#RadioButtonSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.radiobutton.skins.<a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html#RadioGroup()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a>(target:flash.events:IEventDispatcher) &mdash; Constructor, class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroupEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroupEvent</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroupEvent.html#RadioGroupEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroupEvent</a>(type:String, value:any) &mdash; Constructor, class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroupEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroupEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#refresh()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">refresh</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Refreshs the listView.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html#REFRESH" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">REFRESH</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type REFRESH
		 
		 Dispatched every time the list is refreshed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#REFRESH" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">REFRESH</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type REFRESH
		 
		 Dispatched every time the list is refreshed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html#RELEASE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">RELEASE</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">SliderEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">removeAllBindings</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/BindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">BindableView</a></td></tr><tr><td width="20"></td><td>
		 Removes all bindings.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/BindingManager.html#removeAllBindings()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">removeAllBindings</a>() &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/BindingManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">BindingManager</a></td></tr><tr><td width="20"></td><td>
		 Removes all bindings.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html#removeAllIndices()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">removeAllIndices</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a></td></tr><tr><td width="20"></td><td>
		 Empties the index list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">removeChild</a>(child:flash.display:DisplayObject) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObjectContainer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#removeChild()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">removeChild</a>(child:flash.display:DisplayObject) &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">removeChildAt</a>(index:int) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObjectContainer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#removeEventListener()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">removeEventListener</a>(type:String, listener:Function, useCapture:Boolean) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">removeFromAutoUpdate</a>(subView:flash.display:DisplayObject) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Removes a sub view from the auto update list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html#removeIndex()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">removeIndex</a>(index:uint) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ItemIndexManager</a></td></tr><tr><td width="20"></td><td>
		 Removes an index from the list.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#removeItemsAfter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">removeItemsAfter</a>(itemBefore:any, numItems:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Removes a number of items after the given one.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#removeItemsAtEnd()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">removeItemsAtEnd</a>(numItems:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Removes a number of items at end.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#removeItemsAtStart()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">removeItemsAtStart</a>(numItems:uint) &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Removes a number of items at start.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#removeListItemRenderer_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">removeListItemRenderer_internal</a>(renderer:<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core./class-list.html');">com.sibirjak.asdpc.listview.core:IListItemRenderer</a>) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Removes the given renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html#removePopUp()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">removePopUp</a>(popUp:flash.display:DisplayObject) &mdash; method,  class com.sibirjak.asdpcbeta.core.managers.<a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">PopUpManager</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#rendererOutOfVisibleArea()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">rendererOutOfVisibleArea</a>(renderer:<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core./class-list.html');">com.sibirjak.asdpc.listview.core:IListItemRenderer</a>) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Notifies the pool that a renderer moved out of the visible area.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html#RESET" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">RESET</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">DataProviderEvent</a></td></tr><tr><td width="20"></td><td>
		 Event kind RESET
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#restore()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">restore</a>(tween:Boolean, position:<a href="com/sibirjak/asdpcbeta/window/core/WindowPosition.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core./class-list.html');">com.sibirjak.asdpcbeta.window.core:WindowPosition</a>) &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html#RESTORED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">RESTORED</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#restoreDuration" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">restoreDuration</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_restorePosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_restorePosition</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#restorePosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">restorePosition</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html#restorePosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">restorePosition</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html#RESTORE_START" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">RESTORE_START</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#restoreTweenProperties" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">restoreTweenProperties</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputStyles.html#restrict" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">restrict</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInputStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the restricted chars.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#rgb2Hex()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">rgb2Hex</a>(r:Number, g:Number, b:Number) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#rgb2Hsb()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">rgb2Hsb</a>(r:Number, g:Number, b:Number) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html#rgbToHsl()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">rgbToHsl</a>(r:Number, g:Number, b:Number) &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorUtil</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Position.html#RIGHT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">RIGHT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Position.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Position</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the horizontal right position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#RIGHT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">RIGHT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining a right connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#RIGHT_BORDER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">RIGHT_BORDER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the right border.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#RIGHT_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">RIGHT_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the right connection name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonEvent.html#ROLL_OUT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ROLL_OUT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ROLL_OUT
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#ROLL_OUT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ROLL_OUT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ROLL_OUT
		 
		 Dispatched if the mouse leaves the list item area.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#ROLL_OUT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ROLL_OUT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ROLL_OUT
		 
		 Dispatched, if the mouse leaves the renderer area.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html#ROLL_OUT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">ROLL_OUT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ROLL_OUT
		 
		 Dispatched if the mouse leaves the list item area.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#ROLL_OUT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ROLL_OUT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ROLL_OUT
		 
		 Dispatched, if the mouse leaves the renderer area.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonEvent.html#ROLL_OVER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ROLL_OVER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ROLL_OVER
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#ROLL_OVER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ROLL_OVER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ROLL_OVER
		 
		 Dispatched if the mouse enters the list item area.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#ROLL_OVER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ROLL_OVER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ROLL_OVER
		 
		 Dispatched, if the mouse enters the renderer area.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html#ROLL_OVER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">ROLL_OVER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ROLL_OVER
		 
		 Dispatched if the mouse enters the list item area.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#ROLL_OVER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ROLL_OVER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type ROLL_OVER
		 
		 Dispatched, if the mouse enters the renderer area.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#rootLevel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">rootLevel</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 The level of the root node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#rootLevel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">rootLevel</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 The level of the root node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#rootNode" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">rootNode</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">R</font>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>S </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'S Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-S.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">S&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("S Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="S"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">S</font>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#scaleX" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">scaleX</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#scaleY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">scaleY</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#scroll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">scroll</a> &mdash; Property, class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 Sets or returns the current scroll ratio.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html#SCROLL" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">SCROLL</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SCROLL
		 
		 Dispatched if the user scrolls the list by mouse.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollEvent.html#SCROLL" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">SCROLL</a> &mdash; Static Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SCROLL.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#SCROLL" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">SCROLL</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SCROLL
		 
		 Dispatched if the user scrolls the list by mouse.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a> &mdash; class, package <a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a></td></tr><tr><td width="20"></td><td>
	 ScrollBar component.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#ScrollBar()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a>() &mdash; Constructor, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 ScrollBar constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#style:scrollBar_ctrlKeyWheel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">scrollBar_ctrlKeyWheel</a> &mdash; Style, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a><tr><td width="20"></td><td>Style property defining the mouse wheel mode.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#event:scrollBar_scroll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">scrollBar_scroll</a> &mdash; Event, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#style:scrollBar_scrollButtonVisibility" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">scrollBar_scrollButtonVisibility</a> &mdash; Style, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a><tr><td width="20"></td><td>Style property defining the scroll button visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewStyles.html#scrollBarSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">scrollBarSize</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the scrollbar size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html#scrollBarSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">scrollBarSize</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPaneStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the vertical scrollbar size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBarStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBarStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a></td></tr><tr><td width="20"></td><td>
	 ScrollBar style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewStyles.html#scrollBarVisibility" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">scrollBarVisibility</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the scrollbar visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html#scrollBarVisibility" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">scrollBarVisibility</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPaneStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the scrollbar visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html#style:scrollButtonIcon_disabledIconColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">scrollButtonIcon_disabledIconColor</a> &mdash; Style, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollButtonIconSkin</a><tr><td width="20"></td><td>Style property defining the disabled icon color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html#style:scrollButtonIcon_iconColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">scrollButtonIcon_iconColor</a> &mdash; Style, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollButtonIconSkin</a><tr><td width="20"></td><td>Style property defining the icon color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html#style:scrollButtonIcon_iconSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">scrollButtonIcon_iconSize</a> &mdash; Style, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollButtonIconSkin</a><tr><td width="20"></td><td>Style property defining the icon size.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollButtonIconSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/scrollbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">com.sibirjak.asdpc.scrollbar.skins</a></td></tr><tr><td width="20"></td><td>
	 Scrollbar scroll button icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html#ScrollButtonIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollButtonIconSkin</a>() &mdash; Constructor, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollButtonIconSkin</a></td></tr><tr><td width="20"></td><td>
		 ScrollButtonIconSkin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBarStyles.html#scrollButtonVisibility" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">scrollButtonVisibility</a> &mdash; Constant Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBarStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBarStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the scroll button visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a></td></tr><tr><td width="20"></td><td>
	 ScrollBar event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollEvent.html#ScrollEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollEvent</a>(documentPosition:int) &mdash; Constructor, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollEvent</a></td></tr><tr><td width="20"></td><td>
		 ScrollEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">com.sibirjak.asdpcbeta.scrollbar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#ScrollPane()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 ScrollPane constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#style:scrollPane_hScrollBar" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">scrollPane_hScrollBar</a> &mdash; Style, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a><tr><td width="20"></td><td>Style property defining the horizontal scrollbar availability.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#style:scrollPane_scrollBarSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">scrollPane_scrollBarSize</a> &mdash; Style, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a><tr><td width="20"></td><td>Style property defining the vertical scrollbar size.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#style:scrollPane_scrollBarVisibility" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">scrollPane_scrollBarVisibility</a> &mdash; Style, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a><tr><td width="20"></td><td>Style property defining the scrollbar visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPaneStyles</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">com.sibirjak.asdpcbeta.scrollbar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#style:scrollPane_vScrollBar" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">scrollPane_vScrollBar</a> &mdash; Style, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a><tr><td width="20"></td><td>Style property defining the vertical scrollbar availability.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html#style:scrollThumbIcon_iconDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">scrollThumbIcon_iconDarkColor</a> &mdash; Style, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollThumbIconSkin</a><tr><td width="20"></td><td>Style property defining the icon dark color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html#style:scrollThumbIcon_iconLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">scrollThumbIcon_iconLightColor</a> &mdash; Style, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollThumbIconSkin</a><tr><td width="20"></td><td>Style property defining the icon light color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollThumbIconSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/scrollbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">com.sibirjak.asdpc.scrollbar.skins</a></td></tr><tr><td width="20"></td><td>
	 Scrollbar thumb icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html#ScrollThumbIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollThumbIconSkin</a>() &mdash; Constructor, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollThumbIconSkin</a></td></tr><tr><td width="20"></td><td>
		 ScrollThumbIconSkin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html#scrollTo()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">scrollTo</a>(documentPosition:int) &mdash; method,  interface com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">IScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Scrolls to the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#scrollTo()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">scrollTo</a>(documentPosition:int) &mdash; method,  class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Scrolls to the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/ITextInput.html#scrollTo()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">scrollTo</a>(scrollPosition:uint) &mdash; method,  interface com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/ITextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">ITextInput</a></td></tr><tr><td width="20"></td><td>
		 Scrolls the text of the internal text field horizontally.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#scrollTo()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">scrollTo</a>(scrollPosition:uint) &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 Scrolls the text of the internal text field horizontally.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#scrollToItemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">scrollToItemAt</a>(listIndex:uint) &mdash; method,  interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Scrolls to the specified item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#scrollToItemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">scrollToItemAt</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Scrolls to the specified item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#scrollToItemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">scrollToItemAt</a>(index:uint) &mdash; method,  class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollTrackSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/scrollbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">com.sibirjak.asdpc.scrollbar.skins</a></td></tr><tr><td width="20"></td><td>
	 Scrollbar track skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html#ScrollTrackSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollTrackSkin</a>() &mdash; Constructor, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollTrackSkin</a></td></tr><tr><td width="20"></td><td>
		 ScrollTrackSkin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html#style:scrollTrackSkin_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">scrollTrackSkin_color</a> &mdash; Style, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollTrackSkin</a><tr><td width="20"></td><td>Style property defining the track color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#select" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">select</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Defines or returns the list selection behaviour.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#select" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">select</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Defines or returns the list selection behaviour.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#select()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">select</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Notifies the listView, that the item is to select.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#selectable" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">selectable</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selectability.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html#selectBox" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">selectBox</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.core.<a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">SelectBoxWindow</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/selectbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">com.sibirjak.asdpcbeta.selectbox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#SelectBox()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxEvent</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/selectbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">com.sibirjak.asdpcbeta.selectbox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxEvent.html#SelectBoxEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxEvent</a>(type:String) &mdash; Constructor, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">SelectBoxListSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/selectbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">com.sibirjak.asdpcbeta.selectbox.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html#SelectBoxListSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">SelectBoxListSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.selectbox.skins.<a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">SelectBoxListSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/selectbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">com.sibirjak.asdpcbeta.selectbox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">SelectBoxWindow</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/selectbox/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">com.sibirjak.asdpcbeta.selectbox.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html#SelectBoxWindow()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">SelectBoxWindow</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.selectbox.core.<a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">SelectBoxWindow</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html#selectColor()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">selectColor</a>(color:uint) &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">ColorPickerWindowContent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#selectColor()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">selectColor</a>(color:uint) &mdash; method,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#selected" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selected</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Selectes or deselects a toggle button.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/IButton.html#selected" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selected</a> &mdash; Property, interface com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/IButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">IButton</a></td></tr><tr><td width="20"></td><td>
		 Selectes or deselects a toggle button.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#selected" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selected</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 True if the list item is selected.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#selected" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selected</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 True if the list item is selected.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#selected" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">selected</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 True if the list item is selected.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html#selected" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">selected</a> &mdash; Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabItem</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#selectedBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">selectedBackgroundColors</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background colors in the selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html#selectedColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">selectedColor</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPicker</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html#selectedColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">selectedColor</a> &mdash; Property, class com.sibirjak.asdpcbeta.colorpicker.<a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">ColorPickerEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_selectedContentRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_selectedContentRenderer</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Additional content renderer for the selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedDisabledIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedDisabledIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selected disabled icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedDisabledIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedDisabledIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin name used for the selected disabled state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">SELECTED_DISABLED_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selected disabled icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedDisabledSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedDisabledSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selected disabled skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedDisabledSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedDisabledSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the skin name used for the selected disabled state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">SELECTED_DISABLED_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selected disabled skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedDownIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedDownIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selected down icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedDownIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedDownIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin name used for the selected down state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">SELECTED_DOWN_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selected down icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedDownSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedDownSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selected down skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedDownSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedDownSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the skin name used for the selected down state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">SELECTED_DOWN_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selected down skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_selectedHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_selectedHeight</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 The selected content height.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#selectedIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectedIndex</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 The list index of the first selected item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#selectedIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectedIndex</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 The list index of the first selected item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#selectedIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">selectedIndex</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxEvent.html#selectedIndex" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">selectedIndex</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#selectedIndices" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectedIndices</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 An array of all selected indices.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#selectedIndices" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectedIndices</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 An array of all selected indices.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#selectedItem" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">selectedItem</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#selectedItemContentRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">selectedItemContentRenderer</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the content renderer additional visible in the selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#selectedItemData" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectedItemData</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 The first selected item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#selectedItemData" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectedItemData</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 The first selected item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#selectedItemsData" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectedItemsData</a> &mdash; Property, interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 An array of all selected items data.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#selectedItemsData" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectedItemsData</a> &mdash; Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 An array of all selected items data.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewStyles.html#selectedItemSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectedItemSize</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selected item size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#selectedLabel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedLabel</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 The label text for the selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/IButton.html#selectedLabel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedLabel</a> &mdash; Property, interface com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/IButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">IButton</a></td></tr><tr><td width="20"></td><td>
		 The label text for the selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedLabelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedLabelStyles</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the label styles for the selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html#selectedLabelStyles" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">selectedLabelStyles</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContentStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the label styles for the selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedOverIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedOverIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selected over icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedOverIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedOverIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin name used for the selected over state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">SELECTED_OVER_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selected over icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedOverSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedOverSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selected over skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedOverSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedOverSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the skin name used for the selected over state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">SELECTED_OVER_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selected over skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html#SELECTED_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">SELECTED_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabItem</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBarStyles.html#selectedTabItemSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">selectedTabItemSkin</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBarStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBarStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html#selectedTabName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">selectedTabName</a> &mdash; Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#selectedTabName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">selectedTabName</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#selectedToolTip" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedToolTip</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets a tool tip displayed in selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/IButton.html#selectedToolTip" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedToolTip</a> &mdash; Property, interface com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/IButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">IButton</a></td></tr><tr><td width="20"></td><td>
		 Sets a tool tip displayed in selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedUpIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedUpIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selected up icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedUpIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedUpIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin name used for the selected up state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#SELECTED_UP_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">SELECTED_UP_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selected up icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedUpSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedUpSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the selected up skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#selectedUpSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">selectedUpSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the skin name used for the selected up state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#SELECTED_UP_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">SELECTED_UP_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selected up skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html#selectedValue" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">selectedValue</a> &mdash; Property, class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_selectedWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_selectedWidth</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 The selected content width.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonEvent.html#SELECTION_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">SELECTION_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SELECTION_CHANGED
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html#SELECTION_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">SELECTION_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SELECTION_CHANGED
		 
		 Dispatched if the user has selected or deselected a list item.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html#SELECTION_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">SELECTION_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SELECTION_CHANGED
		 
		 Dispatched if an item has been selected or deselected, both manually
		 or programmatically.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#SELECTION_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">SELECTION_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SELECTION_CHANGED
		 
		 Dispatched, if the currently assigned item has been selected or deselected.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html#SELECTION_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">SELECTION_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SELECTION_CHANGED
		 
		 Dispatched if the user has selected or deselected a list item.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#SELECTION_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">SELECTION_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SELECTION_CHANGED
		 
		 Dispatched if an item has been selected or deselected, both manually
		 or programmatically.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#SELECTION_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">SELECTION_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SELECTION_CHANGED
		 
		 Dispatched, if the currently assigned item has been selected or deselected.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxEvent.html#SELECTION_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SELECTION_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/IListView.html#selectItemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectItemAt</a>(listIndex:uint) &mdash; method,  interface com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/IListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">IListView</a></td></tr><tr><td width="20"></td><td>
		 Selects the item at the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#selectItemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectItemAt</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Selects the item at the given position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#selectItemAt()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">selectItemAt</a>(selectedIndex:uint) &mdash; method,  class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#selectItemAt_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">selectItemAt_internal</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Selects the item at the given index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#separator" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">separator</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the separator visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#separatorColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">separatorColor</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRendererStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the separator color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">SetAdapter</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td width="20"></td><td>
	 Set to IDataProvider adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html#SetAdapter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">SetAdapter</a>(theSet:org.as3commons.collections.framework:ISet) &mdash; Constructor, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">SetAdapter</a></td></tr><tr><td width="20"></td><td>
		 SetAdapter constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#setAdditionalListItemDataProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">setAdditionalListItemDataProperties</a>(data:<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview./class-list.html');">com.sibirjak.asdpc.listview:ListItemData</a>) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Sets additional list item data properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#setAdditionalListItemDataProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">setAdditionalListItemDataProperties</a>(data:<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview./class-list.html');">com.sibirjak.asdpc.listview:ListItemData</a>) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets additional list item data properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setBindableProperties</a>(properties:Array) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/BindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">BindableView</a></td></tr><tr><td width="20"></td><td>
		 Sets a list of bindable properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/BindingManager.html#setBindableProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">setBindableProperties</a>(properties:Array) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/BindingManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">BindingManager</a></td></tr><tr><td width="20"></td><td>
		 Sets a list of bindable properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html#setButtons()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">setButtons</a>(buttons:Array) &mdash; method,  class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#setDefaultSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setDefaultSize</a>(width:int, height:int) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Defines a default size if no size is set else.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setDefaultStyles</a>(defaultStyles:Array) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#setDefaultStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setDefaultStyles</a>(defaultStyles:Array) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StyleManager.html#setDefaultStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">setDefaultStyles</a>(defaultStyles:Array) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/StyleManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StyleManager</a></td></tr><tr><td width="20"></td><td>
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/ITextInput.html#setFocus()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">setFocus</a>() &mdash; method,  interface com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/ITextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">ITextInput</a></td></tr><tr><td width="20"></td><td>
		 Sets the focus into the TextInput instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#setFocus()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">setFocus</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets the focus into the TextInput instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#setIsFirst_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">setIsFirst_internal</a>(isFirst:Boolean) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Sets the isFirst flag.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#setIsLast_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">setIsLast_internal</a>(isLast:Boolean) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Sets the isLast flag.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#setItemIndex_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">setItemIndex_internal</a>(itemIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 Sets the item index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#setItem_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">setItem_internal</a>(item:any) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 Sets the item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#setItemKey_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">setItemKey_internal</a>(itemKey:any) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 Sets the item key.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#setLabelBaseStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">setLabelBaseStyles</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 The place where the label styles are set.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#setLabelBaseStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">setLabelBaseStyles</a>() &mdash; method,  class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#setLabelSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">setLabelSize</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 The place where the label size is set.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#setLabelSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">setLabelSize</a>() &mdash; method,  class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#setListIndex_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">setListIndex_internal</a>(listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 Sets the list index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#setListItemData_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">setListItemData_internal</a>(listItemData:<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview./class-list.html');">com.sibirjak.asdpc.listview:ListItemData</a>) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Sets the ListItemData object.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#setListItemRendererData_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">setListItemRendererData_internal</a>(renderer:<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core./class-list.html');">com.sibirjak.asdpc.listview.core:IListItemRenderer</a>, listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Sets new data to an existing renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#setListItemRendererPosition_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">setListItemRendererPosition_internal</a>(renderer:<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core./class-list.html');">com.sibirjak.asdpc.listview.core:IListItemRenderer</a>, visibleIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Positions the given renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#setListView_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">setListView_internal</a>(list:<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview./class-list.html');">com.sibirjak.asdpc.listview:ListView</a>) &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 Sets the ListView reference.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#setParentItem_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">setParentItem_internal</a>(parentItem:any) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 Sets the parent collection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html#setScrollProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">setScrollProperties</a>(buttonScroll:uint, thumbScroll:uint, trackScroll:uint) &mdash; method,  interface com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">IScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Sets button, thumb and track scroll amounts.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#setScrollProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">setScrollProperties</a>(buttonScroll:uint, thumbScroll:uint, trackScroll:uint) &mdash; method,  class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets button, thumb and track scroll amounts.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html#setScrollProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">setScrollProperties</a>(buttonScroll:uint, thumbScroll:uint, trackScroll:uint) &mdash; method,  interface com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">IScrollPane</a></td></tr><tr><td width="20"></td><td>
		 Sets button, thumb and track scroll amounts.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#setScrollProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">setScrollProperties</a>(buttonScroll:uint, thumbScroll:uint, trackScroll:uint) &mdash; method,  class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets button, thumb and track scroll amounts.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListItemData.html#setSelected_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">setSelected_internal</a>(selected:Boolean) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListItemData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListItemData</a></td></tr><tr><td width="20"></td><td>
		 Sets the selected flag.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html#setSelectedSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">setSelectedSize</a>(width:int, height:int) &mdash; method,  interface com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">IListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Sets the renderer dimensions for the selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#setSelectedSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">setSelectedSize</a>(width:int, height:int) &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets the renderer dimensions for the selected state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/ITextInput.html#setSelection()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">setSelection</a>(startIndex:uint, endIndex:uint) &mdash; method,  interface com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/ITextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">ITextInput</a></td></tr><tr><td width="20"></td><td>
		 Preselects the text within the given range.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#setSelection()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">setSelection</a>(startIndex:uint, endIndex:uint) &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 Preselects the text within the given range.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html#setSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setSize</a>(displayObject:flash.display:DisplayObject, width:uint, height:uint, fitBitmapToSize:Boolean) &mdash; Static Method                  ,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">DisplayObjectAdapter</a></td></tr><tr><td width="20"></td><td>
		 Resizes a display object.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/ISkin.html#setSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setSize</a>(width:int, height:int) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/ISkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">ISkin</a></td></tr><tr><td width="20"></td><td>
		 Sets the skin dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#setSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setSize</a>(width:int, height:int) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Sets the view dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#setSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setSize</a>(width:int, height:int) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets the view dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/GlassFrame.html#setSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">setSize</a>(width:uint, height:uint) &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/GlassFrame.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">GlassFrame</a></td></tr><tr><td width="20"></td><td>
		 Draws or redraws the GlassFrame with the specified dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html#setSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">setSize</a>(width:int, height:int) &mdash; method,  interface com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">IListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Sets the renderer dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/IListItemContent.html#setSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">setSize</a>(width:int, height:int) &mdash; method,  interface com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/IListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">IListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Sets the content dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#setStyle()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setStyle</a>(property:String, value:any, selectorChain:Array, excludeChain:Array) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Sets a style to a client.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#setStyle()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setStyle</a>(property:String, value:any, selectorChain:Array, excludeChain:Array) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Sets a style to a client.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StyleManager.html#setStyle()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">setStyle</a>(property:String, value:any, selectorChain:Array, excludeChain:Array) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/StyleManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StyleManager</a></td></tr><tr><td width="20"></td><td>
		 Sets a style to a client.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#setStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setStyles</a>(styles:Array, selectorChain:Array, excludeChain:Array) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Convenience method to set a number of styles values at once.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#setStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setStyles</a>(styles:Array, selectorChain:Array, excludeChain:Array) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Convenience method to set a number of styles values at once.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StyleManager.html#setStyles()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">setStyles</a>(styles:Array, selectorChain:Array, excludeChain:Array) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/StyleManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StyleManager</a></td></tr><tr><td width="20"></td><td>
		 Convenience method to set a number of styles values at once.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#setTextFieldProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">setTextFieldProperties</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 
		 Template method to set custom text field properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#setTextFieldProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">setTextFieldProperties</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 Template method to set custom text field properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#setTextFieldProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">setTextFieldProperties</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Template method to set custom text field properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html#setTextFieldProperties()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">setTextFieldProperties</a>() &mdash; method,  class com.sibirjak.asdpc.tooltip.core.<a href="com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">ToolTipLabel</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Template method to set custom text field properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeData.html#setTreeNode_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">setTreeNode_internal</a>(treeNode:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeData</a></td></tr><tr><td width="20"></td><td>
		 Sets the tree node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#setViewProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setViewProperty</a>(property:String, value:any) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Sets a property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#setViewProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">setViewProperty</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html#setViewProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">setViewProperty</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">ViewPropertyManager</a></td></tr><tr><td width="20"></td><td>
		 Sets a property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#shadow" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">shadow</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_shadowSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_shadowSkin</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#shouldUpdate()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">shouldUpdate</a>(property:String) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Returns true if the given property has been marked
		 to be updated beforehand.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html#show()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">show</a>(owner:flash.display:DisplayObject, text:String, offset:flash.geom:Point) &mdash; method,  class com.sibirjak.asdpc.tooltip.<a href="com/sibirjak/asdpc/tooltip/ToolTip.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a></td></tr><tr><td width="20"></td><td>
		 Shows a tooltip.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#show()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">show</a>(visibleConnections:uint) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Updates the connections visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#showIcon()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">showIcon</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Shows the icon depending on the current state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_showIcon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">_showIcon</a> &mdash; Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Flag to indicate if the icon should be shown.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#showIcon()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">showIcon</a>() &mdash; method,  class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#showIconSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">showIconSkin</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Adds and shows the icon of the current icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#showListItemRenderer_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">showListItemRenderer_internal</a>(renderer:<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core./class-list.html');">com.sibirjak.asdpc.listview.core:IListItemRenderer</a>) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Shows the given renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#showRoot" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">showRoot</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 True, if the root node is visible.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewStyles.html#showRoot" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">showRoot</a> &mdash; Constant Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the root node visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#showRootChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">showRootChanged</a>() &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 Notifies the ListDataProvider after the showRoot property has been changed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#showRootChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">showRootChanged</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the ListDataProvider after the showRoot property has been changed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#showSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">showSkin</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Shows the skin depending on the current state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#showSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">showSkin</a>() &mdash; method,  class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#_size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">_size</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 The number of indexed items.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html#size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">size</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.<a href="com/sibirjak/asdpc/core/dataprovider/Index.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">Index</a></td></tr><tr><td width="20"></td><td>
		 Returns the number of indexed items.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html#size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">size</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ArrayAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html#size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">size</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">GenericAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html#size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">size</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ListAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html#size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">size</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">MapAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html#size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">size</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">SetAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html#size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">size</a> &mdash; Property, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">XMLAdapter</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html#size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">size</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIconStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">size</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the text size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#_skin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">_skin</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 The currently displayed skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#_skin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">_skin</a> &mdash; Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#_skin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">_skin</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Skin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Skin</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 Programmatic skin base implementation.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Skin.html#Skin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Skin</a>() &mdash; Constructor, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Skin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Skin</a></td></tr><tr><td width="20"></td><td>
		 Skin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#skinClass" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">skinClass</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Sets a connection skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html#SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabItem</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/slider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">com.sibirjak.asdpcbeta.slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#Slider()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">SliderEvent</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/slider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">com.sibirjak.asdpcbeta.slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html#SliderEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">SliderEvent</a>(type:String, value:Number) &mdash; Constructor, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">SliderEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/SliderStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">SliderStyles</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/slider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">com.sibirjak.asdpcbeta.slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/slider/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">com.sibirjak.asdpcbeta.slider.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html#SliderThumb()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.slider.core.<a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/slider/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">com.sibirjak.asdpcbeta.slider.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#SliderThumbSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderTrackSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/slider/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">com.sibirjak.asdpcbeta.slider.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html#SliderTrackSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderTrackSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderTrackSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#snapInterval" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">snapInterval</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">SolidConnectorSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td width="20"></td><td>
	 Solid connector skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html#SolidConnectorSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">SolidConnectorSkin</a>() &mdash; Constructor, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">SolidConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 SolidConnectorSkin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html#style:solidConnectorSkin_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">solidConnectorSkin_color</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">SolidConnectorSkin</a><tr><td width="20"></td><td>Style property defining the connector color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#stage" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">stage</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#stage" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">stage</a> &mdash; Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Overrides the stage property to use the StageProxy instead.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StageProxy.html#stage" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">stage</a> &mdash; Static Property, class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/StageProxy.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StageProxy</a></td></tr><tr><td width="20"></td><td>
		 Returns the sole Stage instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StageProxy.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StageProxy</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td width="20"></td><td>
	 Stage manager.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html#START_DRAG" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">START_DRAG</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#startMoving()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">startMoving</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html#STOP_DRAG" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">STOP_DRAG</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all Button style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all ListView style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all ListItemContent style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all ListItemIcon style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all ListItemRenderer style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all ScrollBar style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all Label style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all TextInput style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all TextFieldBase style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all TreeView style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all ListItemIcon style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all TreeNodeRenderer style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayout.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/GridLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/HLayout.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/HLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">HLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/VLayout.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/VLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">VLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 Central accessor to all ScrollPane style property definitions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#style" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">style</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style_backgroundAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">style_backgroundAlpha</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the opacity of the background.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html#style_backgroundAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">style_backgroundAlpha</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.checkbox.skins.<a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html#style_backgroundAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">style_backgroundAlpha</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.radiobutton.skins.<a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#style_backgroundAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_backgroundAlpha</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#style_backgroundAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_backgroundAlpha</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#style_backgroundAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_backgroundAlpha</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html#style_backgroundColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">style_backgroundColor</a> &mdash; Static Property, class com.sibirjak.asdpc.tooltip.skins.<a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html#style_backgroundColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">style_backgroundColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.checkbox.skins.<a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html#style_backgroundColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">style_backgroundColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.radiobutton.skins.<a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style_backgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">style_backgroundColors</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background colors for the default state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#style_backgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">style_backgroundColors</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background colors.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html#style_backgroundDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">style_backgroundDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.selectbox.skins.<a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">SelectBoxListSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#style_backgroundDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_backgroundDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html#style_backgroundDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_backgroundDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderTrackSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#style_backgroundDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_backgroundDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#style_backgroundDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_backgroundDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html#style_backgroundLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">style_backgroundLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.selectbox.skins.<a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">SelectBoxListSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#style_backgroundLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_backgroundLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html#style_backgroundLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_backgroundLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderTrackSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#style_backgroundLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_backgroundLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#style_backgroundLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_backgroundLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#style_backgroundRotation" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_backgroundRotation</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style_border" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">style_border</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the visibility of borders.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#style_border" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">style_border</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the border visibility.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#style_border" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_border</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style_borderAlias" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">style_borderAlias</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the border alias.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style_borderAliasAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">style_borderAliasAlpha</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the border alias opacity.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html#style_borderAliasAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">style_borderAliasAlpha</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.checkbox.skins.<a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html#style_borderAliasAlpha" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">style_borderAliasAlpha</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.radiobutton.skins.<a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html#style_borderColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">style_borderColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.renderer.skins.<a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">ListItemBackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the border color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html#style_borderColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">style_borderColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.checkbox.skins.<a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html#style_borderColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">style_borderColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.radiobutton.skins.<a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html#style_borderColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_borderColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderTrackSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html#style_borderColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_borderColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">MinimiseIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style_borderColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">style_borderColors</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the border colors.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#style_borderCornerGap" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_borderCornerGap</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html#style_borderDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">style_borderDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.selectbox.skins.<a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">SelectBoxListSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#style_borderDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_borderDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#style_borderDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_borderDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#style_borderDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_borderDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html#style_borderLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">style_borderLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.selectbox.skins.<a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">SelectBoxListSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#style_borderLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_borderLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#style_borderLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_borderLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#style_borderLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_borderLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#style_buttonHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">style_buttonHeight</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#style_buttonWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">style_buttonWidth</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Skin.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Skin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Skin</a></td></tr><tr><td width="20"></td><td>
		 Calls invalidate() automatically after a style change
		 notification has been received.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DirectoryIcon</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#styleChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">styleChanged</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style_collapseAllEffect" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style_collapseAllEffect</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the application of the collapse all effect.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style_collapsedIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style_collapsedIconSkin</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin for the collapsed state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html#style_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">style_color</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollTrackSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the track color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html#style_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">style_color</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DottedConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the connector color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html#style_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">style_color</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">SolidConnectorSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the connector color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html#style_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">style_color</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.checkbox.skins.<a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html#style_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">style_color</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.colorpicker.skins.<a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">ColorPickerIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html#style_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">style_color</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.radiobutton.skins.<a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html#style_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_color</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">MinimiseIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#style_connectorAtButton" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style_connectorAtButton</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the visibility of the connectors at button level.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#style_connectorAtIcon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style_connectorAtIcon</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the visibility of the connectors at icon level.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#style_connectorAtRootLevel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style_connectorAtRootLevel</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the visibility of the connectors at root level.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#style_connectorSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style_connectorSkin</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the connector skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style_cornerRadius" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">style_cornerRadius</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the radius of all 4 button corners.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html#style_cornerRadius" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">style_cornerRadius</a> &mdash; Static Property, class com.sibirjak.asdpc.tooltip.skins.<a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the corner radius.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#style_cornerRadius" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_cornerRadius</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#style_cornerRadius" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">style_cornerRadius</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style_disabledBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">style_disabledBackgroundColors</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background colors for the disabled state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#style_disabledBackgroundDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_disabledBackgroundDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#style_disabledBackgroundLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_disabledBackgroundLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html#style_disabledIconColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">style_disabledIconColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollButtonIconSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the disabled icon color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style_expandAll" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style_expandAll</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the expand all functionality availability.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style_expandAllDelay" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style_expandAllDelay</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the delay between mouse down and expand all.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style_expandedIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style_expandedIconSkin</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin for the expanded state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html#style_fillColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">style_fillColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonBoxIconSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the fill color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html#style_iconColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">style_iconColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollButtonIconSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html#style_iconColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">style_iconColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonArrowIconSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html#style_iconColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">style_iconColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.skins.<a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">DisclosureButtonBoxIconSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html#style_iconDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">style_iconDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollThumbIconSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon dark color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html#style_iconLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">style_iconLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollThumbIconSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon light color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html#style_iconSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">style_iconSize</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollButtonIconSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#style_itemHeight" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">style_itemHeight</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#style_itemWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">style_itemWidth</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#style_labelPadding" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">style_labelPadding</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#style_labelPosition" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">style_labelPosition</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Container.html#_styleManager" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">_styleManager</a> &mdash; Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Container.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Container</a></td></tr><tr><td width="20"></td><td>
		 StyleManager instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Container.html#styleManager" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">styleManager</a> &mdash; Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Container.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Container</a></td></tr><tr><td width="20"></td><td>
		 
		 The clients StyleManager instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">styleManager</a> &mdash; Property, interface com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/IStyleManagerClient.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">IStyleManagerClient</a></td></tr><tr><td width="20"></td><td>
		 The clients StyleManager instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StyleManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StyleManager</a> &mdash; final class, package <a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td width="20"></td><td>
	 ActionScript display object style manager.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StyleManager.html#StyleManager()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StyleManager</a>(client:<a href="com/sibirjak/asdpc/core/managers/IStyleManagerClient.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers./class-list.html');">com.sibirjak.asdpc.core.managers:IStyleManagerClient</a>) &mdash; Constructor, class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/StyleManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StyleManager</a></td></tr><tr><td width="20"></td><td>
		 StyleManager constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Container.html#styleManagerStyleChangeHandler()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">styleManagerStyleChangeHandler</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Container.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Container</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">styleManagerStyleChangeHandler</a>(property:String, value:any) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">styleManagerStyleChangeHandler</a>(property:String, value:any) &mdash; method,  interface com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/IStyleManagerClient.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">IStyleManagerClient</a></td></tr><tr><td width="20"></td><td>
		 Notifies the client about a change of a style value for that it
		 defines a default style.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html#style_maxWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">style_maxWidth</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.tooltip.<a href="com/sibirjak/asdpc/tooltip/ToolTip.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the max tooltip width.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html#style_noseSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">style_noseSize</a> &mdash; Static Property, class com.sibirjak.asdpc.tooltip.skins.<a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the nose size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#style_numItemsPerRow" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">style_numItemsPerRow</a> &mdash; Static Property, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html#style_overBackgroundColors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">style_overBackgroundColors</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.skins.<a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">ButtonSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the background colors for the over state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#style_overBackgroundDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_overBackgroundDarkColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html#style_overBackgroundLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">style_overBackgroundLightColor</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.skins.<a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">SliderThumbSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html#style_raster" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">style_raster</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.skins.<a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">ScrollTrackSkin</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the track color.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#style_size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">style_size</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the button size.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html#style_size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">style_size</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.checkbox.skins.<a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">CheckBoxIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html#style_size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">style_size</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.colorpicker.skins.<a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">ColorPickerIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html#style_size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">style_size</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.radiobutton.skins.<a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">RadioButtonIconSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputEvent.html#SUBMIT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">SUBMIT</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInputEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type SUBMIT.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html#SwatchChart()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">SwatchChart</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">S</font>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>T </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'T Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-T.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">T&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("T Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="T"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">T</font>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html#tabBar" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">tabBar</a> &mdash; Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabItem</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_tabBar" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_tabBar</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/tabbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">com.sibirjak.asdpcbeta.tabbar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html#TabBar()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBarStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBarStyles</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/tabbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">com.sibirjak.asdpcbeta.tabbar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabItem</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/tabbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">com.sibirjak.asdpcbeta.tabbar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html#TabItem()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabItem</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabItem</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBarStyles.html#tabItemSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">tabItemSkin</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBarStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBarStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/skins/TabItemSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/skins/class-list.html');">TabItemSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/tabbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/skins/class-list.html');">com.sibirjak.asdpcbeta.tabbar.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_tabNameToSelect" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_tabNameToSelect</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html#tabs" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">tabs</a> &mdash; Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/ITextField.html#text" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">text</a> &mdash; Property, interface com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/ITextField.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">ITextField</a></td></tr><tr><td width="20"></td><td>
		 Sets or returns the current content of the internal text field.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_text" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">_text</a> &mdash; Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 The textfield content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#text" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">text</a> &mdash; Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/ILabel.html#textChopped" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">textChopped</a> &mdash; Property, interface com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/ILabel.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">ILabel</a></td></tr><tr><td width="20"></td><td>
		 True, if the text has been chopped to fit the boundaries.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#textChopped" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">textChopped</a> &mdash; Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a> &mdash; class, package <a href="com/sibirjak/asdpc/textfield/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">com.sibirjak.asdpc.textfield.core</a></td></tr><tr><td width="20"></td><td>
	 Base class for all text fields.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#TextFieldBase()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a>() &mdash; Constructor, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 TextFieldBase constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_antiAliasType" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_antiAliasType</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the anti alias type.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_background" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_background</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the background visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_backgroundColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_backgroundColor</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the background color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_bold" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_bold</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the text font weight.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_border" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_border</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the border visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_borderDarkColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_borderDarkColor</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the border dark color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_borderLightColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_borderLightColor</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the border light color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_color" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_color</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the text color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_embedFont" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_embedFont</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining that an embed font is to use.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_embedFont" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_embedFont</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining that an embed font is to use.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_font" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_font</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the text font.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_letterSpacing" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_letterSpacing</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the letter spacing.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_selectable" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_selectable</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the selectability.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_size" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_size</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining the text size.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/textfield/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">com.sibirjak.asdpc.textfield.core</a></td></tr><tr><td width="20"></td><td>
	 TextFieldBase style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_underline" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">textFieldBase_underline</a> &mdash; Style, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a><tr><td width="20"></td><td>Style property defining underlined text.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a> &mdash; class, package <a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td></tr><tr><td width="20"></td><td>
	 TextInput component.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#TextInput()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a>() &mdash; Constructor, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 TextInput constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#event:textInput_cancel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">textInput_cancel</a> &mdash; Event, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#event:textInput_changed" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">textInput_changed</a> &mdash; Event, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#style:textInput_defaultTextColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">textInput_defaultTextColor</a> &mdash; Style, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a><tr><td width="20"></td><td>Style property defining the default text color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td></tr><tr><td width="20"></td><td>
	 TextInput event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputEvent.html#TextInputEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputEvent</a>(type:String) &mdash; Constructor, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInputEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputEvent</a></td></tr><tr><td width="20"></td><td>
		 TextInputEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#event:textInput_focusIn" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">textInput_focusIn</a> &mdash; Event, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#event:textInput_focusOut" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">textInput_focusOut</a> &mdash; Event, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#style:textInput_maxChars" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">textInput_maxChars</a> &mdash; Style, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a><tr><td width="20"></td><td>Style property defining the maximum number of chars.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#style:textInput_restrict" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">textInput_restrict</a> &mdash; Style, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a><tr><td width="20"></td><td>Style property defining the restricted chars.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInputStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInputStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td></tr><tr><td width="20"></td><td>
	 TextInput style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#event:textInput_submit" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">textInput_submit</a> &mdash; Event, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_tf" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">_tf</a> &mdash; Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 The internal TextField instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a> &mdash; class, package <a href="com/sibirjak/asdpc/scrollbar/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">com.sibirjak.asdpc.scrollbar.core</a></td></tr><tr><td width="20"></td><td>
	 ScrollBar thumb.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html#Thumb()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a>() &mdash; Constructor, class com.sibirjak.asdpc.scrollbar.core.<a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">Thumb</a></td></tr><tr><td width="20"></td><td>
		 Thumb constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#THUMB_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">THUMB_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the scroll thumb name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#THUMB_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">THUMB_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/SliderStyles.html#thumbPadding" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">thumbPadding</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/SliderStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">SliderStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/SliderStyles.html#thumbSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">thumbSize</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/SliderStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">SliderStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_title" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_title</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#title" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">title</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_titleBar" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_titleBar</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#titleBar" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">titleBar</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/window/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">com.sibirjak.asdpcbeta.window.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#TitleBar()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#titleBarAlphaMoving" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">titleBarAlphaMoving</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#titleBarSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">titleBarSize</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/window/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">com.sibirjak.asdpcbeta.window.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html#TitleBarSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">TitleBarSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#toggle" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">toggle</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Converts a click button into a toggle button.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/IButton.html#toggle" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">toggle</a> &mdash; Property, interface com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/IButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">IButton</a></td></tr><tr><td width="20"></td><td>
		 Converts a click button into a toggle button.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#toolTip" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">toolTip</a> &mdash; Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Sets a tool tip.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/IButton.html#toolTip" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">toolTip</a> &mdash; Property, interface com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/IButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">IButton</a></td></tr><tr><td width="20"></td><td>
		 Sets a tool tip.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a> &mdash; class, package <a href="com/sibirjak/asdpc/tooltip/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">com.sibirjak.asdpc.tooltip</a></td></tr><tr><td width="20"></td><td>
	 ToolTip component.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html#ToolTip()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a>() &mdash; Constructor, class com.sibirjak.asdpc.tooltip.<a href="com/sibirjak/asdpc/tooltip/ToolTip.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a></td></tr><tr><td width="20"></td><td>
		 ToolTip constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/StageProxy.html#toolTipContainer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">toolTipContainer</a> &mdash; Static Property, class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/StageProxy.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">StageProxy</a></td></tr><tr><td width="20"></td><td>
		 Returns the sole tooltip container instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">ToolTipLabel</a> &mdash; class, package <a href="com/sibirjak/asdpc/tooltip/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">com.sibirjak.asdpc.tooltip.core</a></td></tr><tr><td width="20"></td><td>
	 Self resizing label for the ToolTip component.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html#ToolTipLabel()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">ToolTipLabel</a>() &mdash; Constructor, class com.sibirjak.asdpc.tooltip.core.<a href="com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">ToolTipLabel</a></td></tr><tr><td width="20"></td><td>
		 ToolTipLabel constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html#style:toolTip_maxWidth" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">toolTip_maxWidth</a> &mdash; Style, class com.sibirjak.asdpc.tooltip.<a href="com/sibirjak/asdpc/tooltip/ToolTip.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">ToolTip</a><tr><td width="20"></td><td>Style property defining the max tooltip width.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#toolTipOffsetX" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">toolTipOffsetX</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the x position of the tool tip.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#toolTipOffsetY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">toolTipOffsetY</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the y position of the tool tip.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html#toolTips" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">toolTips</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContentStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the appearance of a tooltip over the item.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html#toolTips" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">toolTips</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBoxStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a> &mdash; class, package <a href="com/sibirjak/asdpc/tooltip/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">com.sibirjak.asdpc.tooltip.skins</a></td></tr><tr><td width="20"></td><td>
	 ToolTip skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html#ToolTipSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a>() &mdash; Constructor, class com.sibirjak.asdpc.tooltip.skins.<a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a></td></tr><tr><td width="20"></td><td>
		 ToolTipSkin constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html#style:toolTipSkin_backgroundColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">toolTipSkin_backgroundColor</a> &mdash; Style, class com.sibirjak.asdpc.tooltip.skins.<a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a><tr><td width="20"></td><td>Style property defining the background color.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html#style:toolTipSkin_borderColor" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">toolTipSkin_borderColor</a> &mdash; Style, class com.sibirjak.asdpc.tooltip.skins.<a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a><tr><td width="20"></td><td></td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html#style:toolTipSkin_cornerRadius" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">toolTipSkin_cornerRadius</a> &mdash; Style, class com.sibirjak.asdpc.tooltip.skins.<a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a><tr><td width="20"></td><td>Style property defining the corner radius.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html#style:toolTipSkin_noseSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">toolTipSkin_noseSize</a> &mdash; Style, class com.sibirjak.asdpc.tooltip.skins.<a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a><tr><td width="20"></td><td>Style property defining the nose size.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Position.html#TOP" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">TOP</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Position.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Position</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the vertical top position.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#TOP" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TOP</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining a top connection.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#TOP_BORDER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">TOP_BORDER</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the top border.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#TOP_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TOP_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the top connection name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ArrayAdapter</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">GenericAdapter</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">ListAdapter</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">MapAdapter</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">SetAdapter</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">XMLAdapter</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererData</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererData</a></td></tr><tr><td width="20"></td><td>
		 toString() function.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/WindowPosition.html#toString()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">toString</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/WindowPosition.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">WindowPosition</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#TRACK_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">TRACK_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the scroll track name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#TRACK_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">TRACK_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/SliderStyles.html#trackSize" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">trackSize</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/SliderStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">SliderStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td width="20"></td><td>
	 TreeNode
	 
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#TreeNode()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a>(listDataProvider:<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:IListDataProvider</a>, parentNode:<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:TreeNode</a>, dataSource:any, dataSourceIndex:int) &mdash; Constructor, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 TreeNode constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#event:treeNode_collapsed" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">treeNode_collapsed</a> &mdash; Event, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeData</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td></tr><tr><td width="20"></td><td>
	 Plain data object representing tree node data and tree node state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td></tr><tr><td width="20"></td><td>
	 TreeNode event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html#TreeNodeEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a>(type:String, data:<a href="com/sibirjak/asdpc/treeview/TreeNodeData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview./class-list.html');">com.sibirjak.asdpc.treeview:TreeNodeData</a>) &mdash; Constructor, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeEvent</a></td></tr><tr><td width="20"></td><td>
		 TreeNodeRendererEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#event:treeNode_expanded" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">treeNode_expanded</a> &mdash; Event, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeNodeData.html#treeNode_internal" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">treeNode_internal</a> &mdash; Property, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeNodeData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeNodeData</a></td></tr><tr><td width="20"></td><td>
		 Returns the tree node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#treeNodeRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">treeNodeRenderer</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 Sets the containing tree node renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#treeNodeRenderer" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">treeNodeRenderer</a> &mdash; Property, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 Sets the containing tree node renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td width="20"></td><td>
	 Default tree node renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#TreeNodeRenderer()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a>() &mdash; Constructor, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 TreeNodeRenderer constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#event:treeNodeRenderer_collapsed" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">treeNodeRenderer_collapsed</a> &mdash; Event, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#event:treeNodeRenderer_connectionChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">treeNodeRenderer_connectionChanged</a> &mdash; Event, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#style:treeNodeRenderer_connectors" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">treeNodeRenderer_connectors</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a><tr><td width="20"></td><td>Style property defining the connector visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererData</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td width="20"></td><td>
	 Data object passed to a ITreeNodeRenderer and representing the item to render.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#style:treeNodeRenderer_disclosureButton" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">treeNodeRenderer_disclosureButton</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a><tr><td width="20"></td><td>Style property defining the disclosure button visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td width="20"></td><td>
	 TreeNodeRenderer event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#TreeNodeRendererEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a>(type:String) &mdash; Constructor, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 TreeNodeRendererEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#style:treeNodeRenderer_expandCollapseOnDoubleClick" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">treeNodeRenderer_expandCollapseOnDoubleClick</a> &mdash; Style, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a><tr><td width="20"></td><td>Style property defining the double click behaviour.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#event:treeNodeRenderer_expanded" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">treeNodeRenderer_expanded</a> &mdash; Event, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#event:treeNodeRenderer_levelChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">treeNodeRenderer_levelChanged</a> &mdash; Event, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#event:treeNodeRenderer_stateChanged" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">treeNodeRenderer_stateChanged</a> &mdash; Event, class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRendererStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td width="20"></td><td>
	 TreeNodeRenderer style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html#treeNodeState" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">treeNodeState</a> &mdash; Property, interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ITreeNode</a></td></tr><tr><td width="20"></td><td>
		 The current state of the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html#treeNodeState" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">treeNodeState</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNode</a></td></tr><tr><td width="20"></td><td>
		 
		 The current state of the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html#treeNodeState" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">treeNodeState</a> &mdash; Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererData</a></td></tr><tr><td width="20"></td><td>
		 The current state of the node.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/constants/TreeNodeState.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">TreeNodeState</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">com.sibirjak.asdpc.treeview.constants</a></td></tr><tr><td width="20"></td><td>
	 TreeNodeState contants.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html#treeNodeStateChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">treeNodeStateChanged</a>(node:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>) &mdash; method,  interface com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">IListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 Notifies the ListDataProvider that a node state has changed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#treeNodeStateChanged()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">treeNodeStateChanged</a>(node:<a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core./class-list.html');">com.sibirjak.asdpc.treeview.core:ITreeNode</a>) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td>
		 
		 Notifies the ListDataProvider that a node state has changed.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#TREE_NODE_STATE_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TREE_NODE_STATE_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">TreeNodeRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type TREE_NODE_STATE_CHANGED
		 
		 Dispatched, if the node state changed (leaf, open branch, closed branch).
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td></tr><tr><td width="20"></td><td>
	 TreeView component.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#TreeView()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a>() &mdash; Constructor, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td>
		 TreeView constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#event:treeView_collapsed" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">treeView_collapsed</a> &mdash; Event, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td></tr><tr><td width="20"></td><td>
	 TreeView event.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html#TreeViewEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a>(type:String) &mdash; Constructor, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewEvent</a></td></tr><tr><td width="20"></td><td>
		 TreeViewEvent constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#event:treeView_expanded" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">treeView_expanded</a> &mdash; Event, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#style:treeView_maxExpandAllLevel" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">treeView_maxExpandAllLevel</a> &mdash; Style, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a><tr><td width="20"></td><td>Style property defining the max level for a recursive expansion.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeView.html#style:treeView_showRoot" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">treeView_showRoot</a> &mdash; Style, class com.sibirjak.asdpc.treeview.<a href="com/sibirjak/asdpc/treeview/TreeView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeView</a><tr><td width="20"></td><td>Style property defining the root node visibility.</td></tr></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/TreeViewStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">TreeViewStyles</a> &mdash; class, package <a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td></tr><tr><td width="20"></td><td>
	 TreeView style properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#TWEEN_ALPHA" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">TWEEN_ALPHA</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#TWEEN_POSITION" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">TWEEN_POSITION</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html#tweenToPosition()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">tweenToPosition</a>(position:flash.geom:Point) &mdash; method,  class com.sibirjak.asdpcbeta.slider.core.<a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">SliderThumb</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">T</font>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>U </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'U Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-U.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">U&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("U Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="U"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">U</font>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/BindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">BindableView</a></td></tr><tr><td width="20"></td><td>
		 Unbinds a formerly bound listener from a bindable property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IBindableView.html#unbindProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String) &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IBindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IBindableView</a></td></tr><tr><td width="20"></td><td>
		 Unbinds a formerly bound listener from a bindable property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/BindingManager.html#unbindProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/BindingManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">BindingManager</a></td></tr><tr><td width="20"></td><td>
		 Unbinds a formerly bound listener from a bindable property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html#unbindProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String) &mdash; method,  class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#underline" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">underline</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBaseStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining underlined text.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html#unregisterButton()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">unregisterButton</a>(button:<a href="com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton./class-list.html');">com.sibirjak.asdpcbeta.radiobutton:IRadioButton</a>) &mdash; method,  class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroup</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#UP_BUTTON_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">UP_BUTTON_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the scroll up button name.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Skin.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Skin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Skin</a></td></tr><tr><td width="20"></td><td>
		 If a style changes, the skins is redrawn completely.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/Label.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/Label.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">Label</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/Connector.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">Connector</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">ConnectorContainer</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">DisclosureButton</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpc.treeview.renderer.<a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">TreeNodeRenderer</a></td></tr><tr><td width="20"></td><td>
		 
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">AbstractLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 
		 Updates, redraws and layouts sub views.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#update()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">update</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">updateAllBindings</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/BindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">BindableView</a></td></tr><tr><td width="20"></td><td>
		 Commands the BindingManager to update all bound listeners of a all properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/BindingManager.html#updateAllBindings()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">updateAllBindings</a>() &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/BindingManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">BindingManager</a></td></tr><tr><td width="20"></td><td>
		 Commands the BindingManager to update all bound listeners of a all properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#updateAutomatically()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">updateAutomatically</a>(subView:flash.display:DisplayObject) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Marks a sub view to be updated automatically after an
		 update has been finished.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/BindingManager.html#updateBinding()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">updateBinding</a>(propertyName:String, listener:Object, listenerProperty:String) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/BindingManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">BindingManager</a></td></tr><tr><td width="20"></td><td>
		 Commands the BindingManager to update a bound listeners of a certain properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">updateBindingsForProperty</a>(propertyName:String) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/BindableView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">BindableView</a></td></tr><tr><td width="20"></td><td>
		 Updates all listeners of a certain property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/BindingManager.html#updateBindingsForProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">updateBindingsForProperty</a>(propertyName:String, listeners:org.as3commons.collections:LinkedMap) &mdash; method,  class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/BindingManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">BindingManager</a></td></tr><tr><td width="20"></td><td>
		 Commands the BindingManager to update all bound listeners of a certain property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/ListView.html#updateListItemRendererListIndex_internal()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">updateListItemRendererListIndex_internal</a>(renderer:<a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core./class-list.html');">com.sibirjak.asdpc.listview.core:IListItemRenderer</a>, listIndex:uint) &mdash; method,  class com.sibirjak.asdpc.listview.<a href="com/sibirjak/asdpc/listview/ListView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">ListView</a></td></tr><tr><td width="20"></td><td>
		 Sets a new list index to an existing renderer.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#updateProperty()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">updateProperty</a>(property:String) &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Marks a property to be updated in commitProperties().</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#UPDATE_PROPERTY_BACKGROUND" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_BACKGROUND</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the background invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BACKGROUND" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">UPDATE_PROPERTY_BACKGROUND</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the background invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BACKGROUND_COLOR" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">UPDATE_PROPERTY_BACKGROUND_COLOR</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the background color invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BORDER" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">UPDATE_PROPERTY_BORDER</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the border invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BORDER_COLOR" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">UPDATE_PROPERTY_BORDER_COLOR</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the border color invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_COLOR" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">UPDATE_PROPERTY_COLOR</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the color invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#UPDATE_PROPERTY_DATA" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_DATA</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the data invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#UPDATE_PROPERTY_DATA" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_DATA</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the data invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#UPDATE_PROPERTY_DATA" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_DATA</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the data invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#UPDATE_PROPERTY_DATA_PROPERTY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_DATA_PROPERTY</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the data property invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#UPDATE_PROPERTY_DATA_SOURCE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">UPDATE_PROPERTY_DATA_SOURCE</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/TextInput.html#UPDATE_PROPERTY_DEFAULT_TEXT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">UPDATE_PROPERTY_DEFAULT_TEXT</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/TextInput.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">TextInput</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the default text invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html#UPDATE_PROPERTY_ENABLED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">UPDATE_PROPERTY_ENABLED</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.selectbox.<a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">SelectBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">UPDATE_PROPERTY_HEIGHT</a> &mdash; Constant Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the height invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#UPDATE_PROPERTY_ICON" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_ICON</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the icon invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#UPDATE_PROPERTY_ICON_SIZE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_ICON_SIZE</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemIcon</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the icon size invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#UPDATE_PROPERTY_ICON_VISIBILTIY" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_ICON_VISIBILTIY</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the icon visibility invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#UPDATE_PROPERTY_INDENT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_INDENT</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the indent invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html#UPDATE_PROPERTY_LABEL_STYLE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_LABEL_STYLE</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemContent</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the label color invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_SELECTABLE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">UPDATE_PROPERTY_SELECTABLE</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selectable invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#UPDATE_PROPERTY_SELECTED_SIZE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">UPDATE_PROPERTY_SELECTED_SIZE</a> &mdash; Constant Property, class com.sibirjak.asdpc.listview.renderer.<a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">ListItemRenderer</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the selected size invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">UPDATE_PROPERTY_SIZE</a> &mdash; Constant Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the size invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">UPDATE_PROPERTY_STYLE</a> &mdash; Constant Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Skin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Skin</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the style invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_TEXT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">UPDATE_PROPERTY_TEXT</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the text invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_TEXT_FORMAT" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">UPDATE_PROPERTY_TEXT_FORMAT</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.core.<a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">TextFieldBase</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the text format invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">UPDATE_PROPERTY_WIDTH</a> &mdash; Constant Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the width invalidation property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/Skin.html#updateSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">updateSize</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/Skin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">Skin</a></td></tr><tr><td width="20"></td><td>
		 If not overridden, this method redraws all content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html#updateSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">updateSize</a>() &mdash; method,  class com.sibirjak.asdpc.core.skins.<a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">BackgroundSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 If not overridden, this method redraws all content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html#updateSize()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">updateSize</a>() &mdash; method,  class com.sibirjak.asdpc.tooltip.skins.<a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">ToolTipSkin</a></td></tr><tr><td width="20"></td><td>
		 
		 If not overridden, this method redraws all content.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#upIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">upIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the up icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#upIconSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">upIconSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the icon skin name used for the up state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#UP_ICON_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">UP_ICON_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the up icon skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#upSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">upSkin</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the up skin.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/ButtonStyles.html#upSkinName" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">upSkinName</a> &mdash; Constant Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/ButtonStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">ButtonStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the skin name used for the up state.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/button/Button.html#UP_SKIN_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">UP_SKIN_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.button.<a href="com/sibirjak/asdpc/button/Button.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">Button</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the up skin.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">U</font>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>V </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'V Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-V.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">V&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("V Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="V"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">V</font>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html#validateNow()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">validateNow</a>(displayObject:flash.display:DisplayObject) &mdash; Static Method                  ,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">DisplayObjectAdapter</a></td></tr><tr><td width="20"></td><td>
		 Validates the given display object.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IView.html#validateNow()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">validateNow</a>() &mdash; method,  interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IView.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IView</a></td></tr><tr><td width="20"></td><td>
		 Commands a view to immediately validate all of its
		 invalidate properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#validateNow()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">validateNow</a>() &mdash; method,  class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html#value" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">value</a> &mdash; Property, class com.sibirjak.asdpcbeta.checkbox.<a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">CheckBox</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html#value" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">value</a> &mdash; Property, interface com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">IRadioButton</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroupEvent.html#value" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">value</a> &mdash; Property, class com.sibirjak.asdpcbeta.radiobutton.<a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroupEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">RadioGroupEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#value" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">value</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html#value" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">value</a> &mdash; Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">SliderEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Direction.html#VERTICAL" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">VERTICAL</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Direction.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Direction</a></td></tr><tr><td width="20"></td><td>
		 Name constant for the vertical direction.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/textfield/LabelStyles.html#verticalAlign" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">verticalAlign</a> &mdash; Constant Property, class com.sibirjak.asdpc.textfield.<a href="com/sibirjak/asdpc/textfield/LabelStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">LabelStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the vertical align of the text within the label dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html#verticalAlign" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">verticalAlign</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">GridLayoutStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/HLayoutStyles.html#verticalAlign" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">verticalAlign</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/HLayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">HLayoutStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td width="20"></td><td>
	 Base class for all ASDPC components.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#View()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a>() &mdash; Constructor, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 View constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html#VIEW_PROPERTY_FIRST_ITEM" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">VIEW_PROPERTY_FIRST_ITEM</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html#VIEW_PROPERTY_LAST_ITEM" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">VIEW_PROPERTY_LAST_ITEM</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.tabbar.<a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">TabBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#viewPropertyManager" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">viewPropertyManager</a> &mdash; Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 
		 The clients ViewPropertyManager instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">viewPropertyManager</a> &mdash; Property, interface com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">IViewPropertyManagerClient</a></td></tr><tr><td width="20"></td><td>
		 The clients ViewPropertyManager instance.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">ViewPropertyManager</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td width="20"></td><td>
	 Generic property manager for display objects.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html#ViewPropertyManager()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">ViewPropertyManager</a>(client:<a href="com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers./class-list.html');">com.sibirjak.asdpc.core.managers:IViewPropertyManagerClient</a>) &mdash; Constructor, class com.sibirjak.asdpc.core.managers.<a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">ViewPropertyManager</a></td></tr><tr><td width="20"></td><td>
		 ViewPropertyManager constructor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#VIEW_PROPERTY_SCROLLBAR_BUTTON" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">VIEW_PROPERTY_SCROLLBAR_BUTTON</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the view scrollbar button view property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html#VIEW_PROPERTY_SCROLLBAR_DIRECTION" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">VIEW_PROPERTY_SCROLLBAR_DIRECTION</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.scrollbar.<a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">ScrollBar</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the scrollbar direction view property.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/slider/Slider.html#VIEW_PROPERTY_SLIDER_DIRECTION" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">VIEW_PROPERTY_SLIDER_DIRECTION</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.slider.<a href="com/sibirjak/asdpcbeta/slider/Slider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">Slider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Visibility.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Visibility</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">com.sibirjak.asdpc.core.constants</a></td></tr><tr><td width="20"></td><td>
	 Visibility constants.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#VISIBILITY_CHANGED" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">VISIBILITY_CHANGED</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererEvent</a></td></tr><tr><td width="20"></td><td>
		 Event type VISIBILITY_CHANGED
		 
		 Dispatched, if a renderer became hidden or visible as a result of
		 scrolling, insertion or deletion operations.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#visible" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">visible</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/constants/Visibility.html#VISIBLE" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">VISIBLE</a> &mdash; Constant Static Property, class com.sibirjak.asdpc.core.constants.<a href="com/sibirjak/asdpc/core/constants/Visibility.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">Visibility</a></td></tr><tr><td width="20"></td><td>
		 Name constant for visible.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html#_visibleRenderers" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">_visibleRenderers</a> &mdash; Property, class com.sibirjak.asdpc.listview.core.<a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">ListItemRendererPool</a></td></tr><tr><td width="20"></td><td>
		 Currently visible renderers.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/VLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">VLayout</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/VLayout.html#VLayout()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">VLayout</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.layout.<a href="com/sibirjak/asdpcbeta/layout/VLayout.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">VLayout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/layout/VLayoutStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">VLayoutStyles</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html#vScrollBar" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">vScrollBar</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPaneStyles</a></td></tr><tr><td width="20"></td><td>
		 Style property defining the vertical scrollbar availability.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html#V_SCROLLBAR_NAME" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">V_SCROLLBAR_NAME</a> &mdash; Constant Static Property, class com.sibirjak.asdpcbeta.scrollbar.<a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">ScrollPane</a></td></tr><tr><td width="20"></td><td>
		 Name constant defining the vertical scrollbar name.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">V</font>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>W </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'W Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-W.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">W&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("W Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="W"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">W</font>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html#webPalette()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">webPalette</a>() &mdash; Static Method                  ,  class com.sibirjak.asdpcbeta.colorpicker.core.<a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">Palette</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#width" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">width</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#_width" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">_width</a> &mdash; Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td>
		 View width.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/View.html#width" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">width</a> &mdash; Property, class com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/View.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">View</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html#willTrigger()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">willTrigger</a>(type:String) &mdash; method,  class com.sibirjak.asdpc.treeview.core.<a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">ListDataProvider</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/ITitleBar.html#window" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">window</a> &mdash; Property, interface com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/ITitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">ITitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#_window" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">_window</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html#window" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">window</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">TitleBar</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/window/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">com.sibirjak.asdpcbeta.window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#Window()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/window/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">com.sibirjak.asdpcbeta.window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html#WindowEvent()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a>(type:String) &mdash; Constructor, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowEvent.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowEvent</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#windowIcon" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">windowIcon</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#_windowIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">_windowIconSkin</a> &mdash; Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html#windowIconSkin" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">windowIconSkin</a> &mdash; Constant Property, class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#windowMoves()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">windowMoves</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/WindowPosition.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">WindowPosition</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/window/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">com.sibirjak.asdpcbeta.window.core</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/core/WindowPosition.html#WindowPosition()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">WindowPosition</a>(... rest) &mdash; Constructor, class com.sibirjak.asdpcbeta.window.core.<a href="com/sibirjak/asdpcbeta/window/core/WindowPosition.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">WindowPosition</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/window/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">com.sibirjak.asdpcbeta.window.skins</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html#WindowSkin()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a>() &mdash; Constructor, class com.sibirjak.asdpcbeta.window.skins.<a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">WindowSkin</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#windowStartsMoving()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">windowStartsMoving</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/Window.html#windowStopsMoving()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">windowStopsMoving</a>() &mdash; method,  class com.sibirjak.asdpcbeta.window.<a href="com/sibirjak/asdpcbeta/window/Window.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">Window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">WindowStyles</a> &mdash; class, package <a href="com/sibirjak/asdpcbeta/window/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">com.sibirjak.asdpcbeta.window</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">W</font>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>X </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'X Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-X.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">X&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("X Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="X"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">X</font>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#x" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">x</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">XMLAdapter</a> &mdash; class, package <a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td width="20"></td><td>
	 XML to IDataProvider adapter.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html#XMLAdapter()" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">XMLAdapter</a>(xml:XML) &mdash; Constructor, class com.sibirjak.asdpc.core.dataprovider.adapter.<a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">XMLAdapter</a></td></tr><tr><td width="20"></td><td>
		 XMLAdapter constructor.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">X</font>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Y </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Y Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-Y.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Y&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Y Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="Y"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Y</font>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/sibirjak/asdpc/core/IDisplayObject.html#y" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">y</a> &mdash; Property, interface com.sibirjak.asdpc.core.<a href="com/sibirjak/asdpc/core/IDisplayObject.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">IDisplayObject</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Y</font>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Z </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Z Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-Z.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Z&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Z Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="Z"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Z</font>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Z</font>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>All Classes</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'All Classes - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="all-index-A.html" onclick="loadClassListFrame('index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?class-summary.html&amp;all-classes.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">All&nbsp;Classes</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("All Classes"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><p>Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.</p><br><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="20%">Class</th><th width="20%">Package</th><th width="60%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html">ArrayAdapter</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td><td class="summaryTableLastCol">
	 Array to IDataProvider adapter.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">com.sibirjak.asdpc.core.skins</a></td><td class="summaryTableLastCol">
	 BackgroundSkin base implementation.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td><td class="summaryTableLastCol">
	 Base connector skin.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/BindableView.html">BindableView</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 View with binding capabilities.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/managers/BindingManager.html">BindingManager</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td><td class="summaryTableLastCol">
	 Data binding manager.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/button/Button.html">Button</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a></td><td class="summaryTableLastCol">
	 Button component.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/button/ButtonEvent.html">ButtonEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a></td><td class="summaryTableLastCol">
	 Button event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/button/skins/ButtonSkin.html">ButtonSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/button/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">com.sibirjak.asdpc.button.skins</a></td><td class="summaryTableLastCol">
	 The default button skin.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/button/ButtonStyles.html">ButtonStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a></td><td class="summaryTableLastCol">
	 Button style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/checkbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">com.sibirjak.asdpcbeta.checkbox</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html">CheckBoxIconSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/checkbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">com.sibirjak.asdpcbeta.checkbox.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html">CheckBoxSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/checkbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">com.sibirjak.asdpcbeta.checkbox.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html">ColorPicker</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">com.sibirjak.asdpcbeta.colorpicker</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html">ColorPickerEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">com.sibirjak.asdpcbeta.colorpicker</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html">ColorPickerIconSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html">ColorPickerWindowContent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html">ColorPreview</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html">ColorSwatch</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatchBorder.html">ColorSwatchBorder</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html">ColorUtil</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/Connector.html">Connector</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td><td class="summaryTableLastCol">
	 Connector.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html">ConnectorContainer</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td><td class="summaryTableLastCol">
	 Container for the tree node connectors.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/Container.html">Container</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 Sprite with style inheritance support.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html">DataProviderEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td><td class="summaryTableLastCol">
	 DataProvider event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td><td class="summaryTableLastCol">
	 Convenient base class for event dispatching data source adapters.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/DataSourceAdapterFactory.html">DataSourceAdapterFactory</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td><td class="summaryTableLastCol">
	 Factory to create an adapter to a non IDataProvider data source.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/constants/Direction.html">Direction</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">com.sibirjak.asdpc.core.constants</a></td><td class="summaryTableLastCol">
	 Direction constants.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html">DirectoryIcon</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td><td class="summaryTableLastCol">
	 Tree node icon.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html">DirectoryIconStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td><td class="summaryTableLastCol">
	 DirectoryIcon style properties.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html">DisclosureButton</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td><td class="summaryTableLastCol">
	 Disclosure button.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html">DisclosureButtonArrowIconSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td><td class="summaryTableLastCol">
	 Arrow shaped disclosure button icon skin.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html">DisclosureButtonBoxIconSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td><td class="summaryTableLastCol">
	 Box shaped disclosure button icon skin.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/DisplayObjectAdapter.html">DisplayObjectAdapter</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 Generic adapter to several display object types.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html">DottedConnectorSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td><td class="summaryTableLastCol">
	 Dotted connector skin.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html">GenericAdapter</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td><td class="summaryTableLastCol">
	 Generic IDataProvider adapter.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/skins/GlassFrame.html">GlassFrame</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">com.sibirjak.asdpc.core.skins</a></td><td class="summaryTableLastCol">
	 Mouse sensitive transparent rectangular area.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/layout/GridLayout.html">GridLayout</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html">GridLayoutStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/layout/HLayout.html">HLayout</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/layout/HLayoutStyles.html">HLayoutStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/IBindableView.html"><i>IBindableView</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 BindableView public interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/button/IButton.html"><i>IButton</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a></td><td class="summaryTableLastCol">
	 Button public interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/IConnectorSkin.html"><i>IConnectorSkin</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td><td class="summaryTableLastCol">
	 Connector skin interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/IControl.html"><i>IControl</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 Marker interface for ADPDC components.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/IDataRendererSkin.html"><i>IDataRendererSkin</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 Data accepting programmatic skin interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html"><i>IDataSourceAdapter</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td><td class="summaryTableLastCol">
	 DataSourceAdapter interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/IDisplayObject.html"><i>IDisplayObject</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 Interface to many of the native Flash DisplayObject methods.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/IDisplayObjectContainer.html"><i>IDisplayObjectContainer</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 Interface to many of the native Flash DisplayObjectContainer methods.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/ILabel.html"><i>ILabel</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td><td class="summaryTableLastCol">
	 Label public interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/core/IListDataProvider.html"><i>IListDataProvider</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td><td class="summaryTableLastCol">
	 ListDataProvider interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/renderer/IListItemContent.html"><i>IListItemContent</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td><td class="summaryTableLastCol">
	 ListItemContent interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/core/IListItemRenderer.html"><i>IListItemRenderer</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td><td class="summaryTableLastCol">
	 ListItemRenderer interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/IListView.html"><i>IListView</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td><td class="summaryTableLastCol">
	 ListView public interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/IMapAdapter.html"><i>IMapAdapter</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td><td class="summaryTableLastCol">
	 Interface for map data providers.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td><td class="summaryTableLastCol">
	 Maintains a data source index for not index based collections.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/managers/IPopUpControl.html"><i>IPopUpControl</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td><td class="summaryTableLastCol">
	 PopUpControl interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html"><i>IPopUpControlPopUp</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td><td class="summaryTableLastCol">
	 PopUpControlPopUp interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html"><i>IRadioButton</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/IScrollBar.html"><i>IScrollBar</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a></td><td class="summaryTableLastCol">
	 ScrollBar public interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html"><i>IScrollPane</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">com.sibirjak.asdpcbeta.scrollbar</a></td><td class="summaryTableLastCol">
	 ScrollPane public interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/ISkin.html"><i>ISkin</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 Programmatic skin interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/managers/IStyleManagerClient.html"><i>IStyleManagerClient</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td><td class="summaryTableLastCol">
	 StyleManagerClient interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/core/ItemIndexManager.html">ItemIndexManager</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td><td class="summaryTableLastCol">
	 Manager for item indices.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/core/ITextField.html"><i>ITextField</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">com.sibirjak.asdpc.textfield.core</a></td><td class="summaryTableLastCol">
	 Base interface for all text fields.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/ITextInput.html"><i>ITextInput</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td><td class="summaryTableLastCol">
	 TextInput public interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/core/ITitleBar.html"><i>ITitleBar</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/window/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">com.sibirjak.asdpcbeta.window.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/core/ITreeNode.html"><i>ITreeNode</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td><td class="summaryTableLastCol">
	 TreeNode public interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/core/ITreeNodeRenderer.html"><i>ITreeNodeRenderer</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td><td class="summaryTableLastCol">
	 TreeNodeRenderer interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/ITreeView.html"><i>ITreeView</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td><td class="summaryTableLastCol">
	 TreeView public interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/IView.html"><i>IView</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 View public interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html"><i>IViewPropertyManagerClient</i></a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td><td class="summaryTableLastCol">
	 ViewPropertyManagerClient interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/Label.html">Label</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td><td class="summaryTableLastCol">
	 Label component.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/LabelEvent.html">LabelEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td><td class="summaryTableLastCol">
	 Label event.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/LabelStyles.html">LabelStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td><td class="summaryTableLastCol">
	 Label style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/layout/LayoutStyles.html">LayoutStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html">ListAdapter</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td><td class="summaryTableLastCol">
	 ArrayList to IDataProvider adapter.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/core/ListDataProvider.html">ListDataProvider</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td><td class="summaryTableLastCol">
	 List data provider for hierarchical data.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html">ListItemBackgroundSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">com.sibirjak.asdpc.listview.renderer.skins</a></td><td class="summaryTableLastCol">
	 Background skin of a ListItemRenderer.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContent.html">ListItemContent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td><td class="summaryTableLastCol">
	 Default list item content renderer.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html">ListItemContentStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td><td class="summaryTableLastCol">
	 ListItemContent style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td><td class="summaryTableLastCol">
	 Plain data object representing list item data and list item state.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td><td class="summaryTableLastCol">
	 ListItem event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td><td class="summaryTableLastCol">
	 List item icon.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html">ListItemIconStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td><td class="summaryTableLastCol">
	 ListItemIcon style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td><td class="summaryTableLastCol">
	 Default list item renderer.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td><td class="summaryTableLastCol">
	 Data object passed to a IListItemRenderer and representing the item to render.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html">ListItemRendererEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td><td class="summaryTableLastCol">
	 ListItemRenderer event.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/core/ListItemRendererPool.html">ListItemRendererPool</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td><td class="summaryTableLastCol">
	 Pool of IListItemRenderer instances.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td><td class="summaryTableLastCol">
	 ListItemRenderer style properties.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/ListView.html">ListView</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td><td class="summaryTableLastCol">
	 ListView component.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/ListViewEvent.html">ListViewEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td><td class="summaryTableLastCol">
	 ListView event.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/ListViewStyles.html">ListViewStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td><td class="summaryTableLastCol">
	 ListView style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html">MapAdapter</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td><td class="summaryTableLastCol">
	 Map to IDataProvider adapter.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html">MinimiseIconSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/window/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">com.sibirjak.asdpcbeta.window.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/Palette.html">Palette</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/core/managers/PopUpManager.html">PopUpManager</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">com.sibirjak.asdpcbeta.core.managers</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/constants/Position.html">Position</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">com.sibirjak.asdpc.core.constants</a></td><td class="summaryTableLastCol">
	 Positions constants.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioButton.html">RadioButton</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html">RadioButtonIconSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">com.sibirjak.asdpcbeta.radiobutton.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html">RadioButtonSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">com.sibirjak.asdpcbeta.radiobutton.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html">RadioGroup</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/radiobutton/RadioGroupEvent.html">RadioGroupEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/ScrollBar.html">ScrollBar</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a></td><td class="summaryTableLastCol">
	 ScrollBar component.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/ScrollBarStyles.html">ScrollBarStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a></td><td class="summaryTableLastCol">
	 ScrollBar style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html">ScrollButtonIconSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/scrollbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">com.sibirjak.asdpc.scrollbar.skins</a></td><td class="summaryTableLastCol">
	 Scrollbar scroll button icon skin.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/ScrollEvent.html">ScrollEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a></td><td class="summaryTableLastCol">
	 ScrollBar event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html">ScrollPane</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">com.sibirjak.asdpcbeta.scrollbar</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html">ScrollPaneStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">com.sibirjak.asdpcbeta.scrollbar</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html">ScrollThumbIconSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/scrollbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">com.sibirjak.asdpc.scrollbar.skins</a></td><td class="summaryTableLastCol">
	 Scrollbar thumb icon skin.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html">ScrollTrackSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/scrollbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">com.sibirjak.asdpc.scrollbar.skins</a></td><td class="summaryTableLastCol">
	 Scrollbar track skin.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBox.html">SelectBox</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/selectbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">com.sibirjak.asdpcbeta.selectbox</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxEvent.html">SelectBoxEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/selectbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">com.sibirjak.asdpcbeta.selectbox</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html">SelectBoxListSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/selectbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">com.sibirjak.asdpcbeta.selectbox.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html">SelectBoxStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/selectbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">com.sibirjak.asdpcbeta.selectbox</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html">SelectBoxWindow</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/selectbox/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">com.sibirjak.asdpcbeta.selectbox.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html">SetAdapter</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td><td class="summaryTableLastCol">
	 Set to IDataProvider adapter.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/Skin.html">Skin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 Programmatic skin base implementation.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/slider/Slider.html">Slider</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/slider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">com.sibirjak.asdpcbeta.slider</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/slider/SliderEvent.html">SliderEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/slider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">com.sibirjak.asdpcbeta.slider</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/slider/SliderStyles.html">SliderStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/slider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">com.sibirjak.asdpcbeta.slider</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/slider/core/SliderThumb.html">SliderThumb</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/slider/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">com.sibirjak.asdpcbeta.slider.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html">SliderThumbSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/slider/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">com.sibirjak.asdpcbeta.slider.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html">SliderTrackSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/slider/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">com.sibirjak.asdpcbeta.slider.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html">SolidConnectorSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td><td class="summaryTableLastCol">
	 Solid connector skin.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/managers/StageProxy.html">StageProxy</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td><td class="summaryTableLastCol">
	 Stage manager.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td><td class="summaryTableLastCol">
	 ActionScript display object style manager.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html">SwatchChart</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/tabbar/TabBar.html">TabBar</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/tabbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">com.sibirjak.asdpcbeta.tabbar</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/tabbar/TabBarStyles.html">TabBarStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/tabbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">com.sibirjak.asdpcbeta.tabbar</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/tabbar/TabItem.html">TabItem</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/tabbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">com.sibirjak.asdpcbeta.tabbar</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/tabbar/skins/TabItemSkin.html">TabItemSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/tabbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/skins/class-list.html');">com.sibirjak.asdpcbeta.tabbar.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">com.sibirjak.asdpc.textfield.core</a></td><td class="summaryTableLastCol">
	 Base class for all text fields.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">com.sibirjak.asdpc.textfield.core</a></td><td class="summaryTableLastCol">
	 TextFieldBase style properties.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/TextInput.html">TextInput</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td><td class="summaryTableLastCol">
	 TextInput component.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/TextInputEvent.html">TextInputEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td><td class="summaryTableLastCol">
	 TextInput event.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/TextInputStyles.html">TextInputStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td><td class="summaryTableLastCol">
	 TextInput style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/core/Thumb.html">Thumb</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/scrollbar/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">com.sibirjak.asdpc.scrollbar.core</a></td><td class="summaryTableLastCol">
	 ScrollBar thumb.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/core/TitleBar.html">TitleBar</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/window/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">com.sibirjak.asdpcbeta.window.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html">TitleBarSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/window/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">com.sibirjak.asdpcbeta.window.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/tooltip/ToolTip.html">ToolTip</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/tooltip/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">com.sibirjak.asdpc.tooltip</a></td><td class="summaryTableLastCol">
	 ToolTip component.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html">ToolTipLabel</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/tooltip/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">com.sibirjak.asdpc.tooltip.core</a></td><td class="summaryTableLastCol">
	 Self resizing label for the ToolTip component.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html">ToolTipSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/tooltip/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">com.sibirjak.asdpc.tooltip.skins</a></td><td class="summaryTableLastCol">
	 ToolTip skin.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/core/TreeNode.html">TreeNode</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td><td class="summaryTableLastCol">
	 TreeNode
	 
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/TreeNodeData.html">TreeNodeData</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td><td class="summaryTableLastCol">
	 Plain data object representing tree node data and tree node state.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/TreeNodeEvent.html">TreeNodeEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td><td class="summaryTableLastCol">
	 TreeNode event.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html">TreeNodeRenderer</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td><td class="summaryTableLastCol">
	 Default tree node renderer.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html">TreeNodeRendererData</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td><td class="summaryTableLastCol">
	 Data object passed to a ITreeNodeRenderer and representing the item to render.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html">TreeNodeRendererEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td><td class="summaryTableLastCol">
	 TreeNodeRenderer event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html">TreeNodeRendererStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td><td class="summaryTableLastCol">
	 TreeNodeRenderer style properties.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/constants/TreeNodeState.html">TreeNodeState</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">com.sibirjak.asdpc.treeview.constants</a></td><td class="summaryTableLastCol">
	 TreeNodeState contants.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/TreeView.html">TreeView</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td><td class="summaryTableLastCol">
	 TreeView component.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/TreeViewEvent.html">TreeViewEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td><td class="summaryTableLastCol">
	 TreeView event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/TreeViewStyles.html">TreeViewStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td><td class="summaryTableLastCol">
	 TreeView style properties.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/View.html">View</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol">
	 Base class for all ASDPC components.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td><td class="summaryTableLastCol">
	 Generic property manager for display objects.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/constants/Visibility.html">Visibility</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">com.sibirjak.asdpc.core.constants</a></td><td class="summaryTableLastCol">
	 Visibility constants.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/layout/VLayout.html">VLayout</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/layout/VLayoutStyles.html">VLayoutStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/Window.html">Window</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/window/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">com.sibirjak.asdpcbeta.window</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/WindowEvent.html">WindowEvent</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/window/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">com.sibirjak.asdpcbeta.window</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/window/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">com.sibirjak.asdpcbeta.window.core</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/skins/WindowSkin.html">WindowSkin</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/window/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">com.sibirjak.asdpcbeta.window.skins</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/WindowStyles.html">WindowStyles</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpcbeta/window/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">com.sibirjak.asdpcbeta.window</a></td><td class="summaryTableLastCol">&nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html">XMLAdapter</a><br></td><td class="summaryTableCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td><td class="summaryTableLastCol">
	 XML to IDataProvider adapter.</td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>API Documentation</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
	
	<base target="classFrame">
</head>

<body class="classFrameContent">
<h3> Index </h3>
<table cellpadding="0" cellspacing="5" width="100%">
<tbody>
<!--
<tr>
	<td colspan="2"><a href="all-index-Symbols.html">Symbols</a></td>
</tr>
-->
<tr>
<td><a href="all-index-A.html">A</a></td>
<td><a href="all-index-N.html">N</a></td>
</tr>
<tr>
<td><a href="all-index-B.html">B</a></td>
<td><a href="all-index-O.html">O</a></td>
</tr>
<tr>
<td><a href="all-index-C.html">C</a></td>
<td><a href="all-index-P.html">P</a></td>
</tr>
<tr>
<td><a href="all-index-D.html">D</a></td>
<td><a href="all-index-Q.html">Q</a></td>
</tr>
<tr>
<td><a href="all-index-E.html">E</a></td>
<td><a href="all-index-R.html">R</a></td>
</tr>
<tr>
<td><a href="all-index-F.html">F</a></td>
<td><a href="all-index-S.html">S</a></td>
</tr>
<tr>
<td><a href="all-index-G.html">G</a></td>
<td><a href="all-index-T.html">T</a></td>
</tr>
<tr>
<td><a href="all-index-H.html">H</a></td>
<td><a href="all-index-U.html">U</a></td>
</tr>
<tr>
<td><a href="all-index-I.html">I</a></td>
<td><a href="all-index-V.html">V</a></td>
</tr>
<tr>
<td><a href="all-index-J.html">J</a></td>
<td><a href="all-index-W.html">W</a></td>
</tr>
<tr>
<td><a href="all-index-K.html">K</a></td>
<td><a href="all-index-X.html">X</a></td>
</tr>
<tr>
<td><a href="all-index-L.html">L</a></td>
<td><a href="all-index-Y.html">Y</a></td>
</tr>
<tr>
<td><a href="all-index-M.html">M</a></td>
<td><a href="all-index-Z.html">Z</a></td>
</tr>
</tbody></table>
</body><!--<br/>Mittwoch Dezember 21 2011, 11:30 PM +01:00  --></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><!-- saved from url=(0014)about:internet --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>ActionScript DataProvider Controls 0.4.1-snapshot</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
    <script language="javascript" type="text/javascript">
    	<!--
        window.onload=function(){
            var d=document.location.search;
			var args=d.substring(d.lastIndexOf('?')+1,d.length);
			var classFrameContent=args;
			var classListFrameContent='';
			if (args.indexOf('&') != -1) {
				classFrameContent = args.substring(0,args.indexOf('&'));
				classListFrameContent = args.substring(args.indexOf('&')+1,args.length);
			}
            if(classFrameContent!='')
            	top.frames['classFrame'].document.location.href=classFrameContent;
			if(classListFrameContent!='')
				top.frames['packageFrame'].frames['classListFrame'].document.location.href=classListFrameContent;
        }
        -->
    </script>
</head>
<frameset cols="175,*" border="2" bordercolor="#AAAAAA" framespacing="1">
       <frame src="package-frame.html" name="packageFrame" scrolling="no">
       <frameset rows="80,*" border="0" bordercolor="#AAAAAA">
       		<frame src="title-bar.html" name="titlebar" scrolling="no" frameborder="0">
       		<frame src="package-summary.html" name="classFrame" frameborder="0">
    	</frameset>
    <noframes>
	<body>
        <h2>Frame Alert</h2>
        <p>
        This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
        <br>
        Link to <a href="package-summary.html">Non-frame version.</a>
        </p>
        </body>
    </noframes>
</frameset>
<!--<br/>Mittwoch Dezember 21 2011, 11:30 PM +01:00  --></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><!-- saved from url=(0014)about:internet --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>API Documentation</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
</head>
<frameset rows="40%,60%" border="2" framespacing="1" bordercolor="#AAAAAA">
    <frame src="package-list.html" name="packageListFrame" scrolling="yes">
    <frame src="all-classes.html" name="classListFrame" scrolling="yes">
    <noframes>
        <body>
            <h2>Frame Alert</h2>
            <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
                <br>
                Link to<a href="package-summary.html">Non-frame version.</a>
            </p>
        </body>
    </noframes>
</frameset>
<!--<br/>Mittwoch Dezember 21 2011, 11:30 PM +01:00  --></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Package List - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"><script language="javascript" src="asdoc.js" type="text/javascript"></script></head><body class="classFrameContent"><h3><a href="package-summary.html" onclick="javascript:loadClassListFrame('all-classes.html');" style="color:black">Packages</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a></td></tr><tr><td><a href="com/sibirjak/asdpc/button/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">com.sibirjak.asdpc.button.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td></tr><tr><td><a href="com/sibirjak/asdpc/core/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">com.sibirjak.asdpc.core.constants</a></td></tr><tr><td><a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td><a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td><a href="com/sibirjak/asdpc/core/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">com.sibirjak.asdpc.core.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td></tr><tr><td><a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td><a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td><a href="com/sibirjak/asdpc/listview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">com.sibirjak.asdpc.listview.renderer.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a></td></tr><tr><td><a href="com/sibirjak/asdpc/scrollbar/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">com.sibirjak.asdpc.scrollbar.core</a></td></tr><tr><td><a href="com/sibirjak/asdpc/scrollbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">com.sibirjak.asdpc.scrollbar.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td></tr><tr><td><a href="com/sibirjak/asdpc/textfield/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">com.sibirjak.asdpc.textfield.core</a></td></tr><tr><td><a href="com/sibirjak/asdpc/tooltip/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">com.sibirjak.asdpc.tooltip</a></td></tr><tr><td><a href="com/sibirjak/asdpc/tooltip/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">com.sibirjak.asdpc.tooltip.core</a></td></tr><tr><td><a href="com/sibirjak/asdpc/tooltip/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">com.sibirjak.asdpc.tooltip.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td></tr><tr><td><a href="com/sibirjak/asdpc/treeview/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">com.sibirjak.asdpc.treeview.constants</a></td></tr><tr><td><a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td><a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/checkbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">com.sibirjak.asdpcbeta.checkbox</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/checkbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">com.sibirjak.asdpcbeta.checkbox.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/colorpicker/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">com.sibirjak.asdpcbeta.colorpicker</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/colorpicker/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">com.sibirjak.asdpcbeta.core.managers</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/radiobutton/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">com.sibirjak.asdpcbeta.radiobutton.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">com.sibirjak.asdpcbeta.scrollbar</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/selectbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">com.sibirjak.asdpcbeta.selectbox</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/selectbox/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">com.sibirjak.asdpcbeta.selectbox.core</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/selectbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">com.sibirjak.asdpcbeta.selectbox.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/slider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">com.sibirjak.asdpcbeta.slider</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/slider/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">com.sibirjak.asdpcbeta.slider.core</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/slider/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">com.sibirjak.asdpcbeta.slider.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/tabbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">com.sibirjak.asdpcbeta.tabbar</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/tabbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/skins/class-list.html');">com.sibirjak.asdpcbeta.tabbar.skins</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/window/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">com.sibirjak.asdpcbeta.window</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/window/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">com.sibirjak.asdpcbeta.window.core</a></td></tr><tr><td><a href="com/sibirjak/asdpcbeta/window/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">com.sibirjak.asdpcbeta.window.skins</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>All Packages</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'All Packages - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="all-index-A.html" onclick="loadClassListFrame('index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?package-summary.html&amp;all-classes.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">All&nbsp;Packages</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("All Packages"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><p></p><br><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">package</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/button/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/class-list.html');">com.sibirjak.asdpc.button</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/button/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/button/skins/class-list.html');">com.sibirjak.asdpc.button.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/class-list.html');">com.sibirjak.asdpc.core</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/constants/class-list.html');">com.sibirjak.asdpc.core.constants</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/class-list.html');">com.sibirjak.asdpc.core.dataprovider</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html');">com.sibirjak.asdpc.core.dataprovider.adapter</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/managers/class-list.html');">com.sibirjak.asdpc.core.managers</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/core/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/core/skins/class-list.html');">com.sibirjak.asdpc.core.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/class-list.html');">com.sibirjak.asdpc.listview</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/core/class-list.html');">com.sibirjak.asdpc.listview.core</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/class-list.html');">com.sibirjak.asdpc.listview.renderer</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/listview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/listview/renderer/skins/class-list.html');">com.sibirjak.asdpc.listview.renderer.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/class-list.html');">com.sibirjak.asdpc.scrollbar</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/core/class-list.html');">com.sibirjak.asdpc.scrollbar.core</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/scrollbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/scrollbar/skins/class-list.html');">com.sibirjak.asdpc.scrollbar.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/class-list.html');">com.sibirjak.asdpc.textfield</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/textfield/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/textfield/core/class-list.html');">com.sibirjak.asdpc.textfield.core</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/tooltip/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/class-list.html');">com.sibirjak.asdpc.tooltip</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/tooltip/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/core/class-list.html');">com.sibirjak.asdpc.tooltip.core</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/tooltip/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/tooltip/skins/class-list.html');">com.sibirjak.asdpc.tooltip.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/class-list.html');">com.sibirjak.asdpc.treeview</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/constants/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/constants/class-list.html');">com.sibirjak.asdpc.treeview.constants</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/core/class-list.html');">com.sibirjak.asdpc.treeview.core</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/class-list.html');">com.sibirjak.asdpc.treeview.renderer</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpc/treeview/renderer/skins/class-list.html');">com.sibirjak.asdpc.treeview.renderer.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/checkbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/class-list.html');">com.sibirjak.asdpcbeta.checkbox</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/checkbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/checkbox/skins/class-list.html');">com.sibirjak.asdpcbeta.checkbox.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/class-list.html');">com.sibirjak.asdpcbeta.colorpicker</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/core/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.core</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/colorpicker/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html');">com.sibirjak.asdpcbeta.colorpicker.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/core/managers/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/core/managers/class-list.html');">com.sibirjak.asdpcbeta.core.managers</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/layout/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/layout/class-list.html');">com.sibirjak.asdpcbeta.layout</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/radiobutton/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/class-list.html');">com.sibirjak.asdpcbeta.radiobutton</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/radiobutton/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html');">com.sibirjak.asdpcbeta.radiobutton.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/scrollbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/scrollbar/class-list.html');">com.sibirjak.asdpcbeta.scrollbar</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/selectbox/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/class-list.html');">com.sibirjak.asdpcbeta.selectbox</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/selectbox/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/core/class-list.html');">com.sibirjak.asdpcbeta.selectbox.core</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/selectbox/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/selectbox/skins/class-list.html');">com.sibirjak.asdpcbeta.selectbox.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/slider/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/class-list.html');">com.sibirjak.asdpcbeta.slider</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/slider/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/core/class-list.html');">com.sibirjak.asdpcbeta.slider.core</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/slider/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/slider/skins/class-list.html');">com.sibirjak.asdpcbeta.slider.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/tabbar/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/class-list.html');">com.sibirjak.asdpcbeta.tabbar</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/tabbar/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/tabbar/skins/class-list.html');">com.sibirjak.asdpcbeta.tabbar.skins</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/class-list.html');">com.sibirjak.asdpcbeta.window</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/core/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/core/class-list.html');">com.sibirjak.asdpcbeta.window.core</a></td><td class="summaryTableLastCol"></td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/sibirjak/asdpcbeta/window/skins/package-detail.html" onclick="javascript:loadClassListFrame('com/sibirjak/asdpcbeta/window/skins/class-list.html');">com.sibirjak.asdpcbeta.window.skins</a></td><td class="summaryTableLastCol"></td></tr></table><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html>
	<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title>API Documentation</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
		
		
		<script language="javascript" type="text/javascript" src="asdoc.js"></script>
	</head>
	<body>
		<a name="top"></a>
		<table class="titleTable" cellpadding="0" cellspacing="0">
		  <tr>
			<td>
			  <table class="titleTable" cellpadding="0" cellspacing="0">
				<tr>
				  <td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableSearch" align="center">&nbsp;</td>
				  <td class="titleTableTopNav" align="right">
					<a target="classFrame" href="package-summary.html" onclick="loadClassListFrame('all-classes.html')"> All Packages </a>&nbsp;|&nbsp;<a target="classFrame" href="class-summary.html" onclick="loadClassListFrame('all-classes.html')"> All Classes </a>&nbsp;|&nbsp;<a target="classFrame" href="all-index-A.html" onclick="loadClassListFrame('index-list.html')"> Index </a>&nbsp;|&nbsp;<a href="" onclick="top.location=top.classFrame.location"> No Frames </a>
				  </td>
				</tr>
			  </table>
			</td>
			<td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" title="Adobe Logo" alt="Adobe Logo"></td>
		  </tr>
		  <tr>
			<td>
			  <table class="titleTable" cellpadding="0" cellspacing="0">
				<tr class="titleTableRow2">
				  <td class="titleTableSubTitle" id="subTitle" align="left" colspan="2">&nbsp;</td>
				  <td class="titleTableSubNav" id="subNav" align="right">
					<a id="propertiesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('propertySummary');" style="display:none"> Properties </a><span id="propertiesBar" style="display:none"> | </span><a id="packagePropertiesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('propertySummary');" style="display:none"> Properties </a><span id="packagePropertiesBar" style="display:none"> | </span><a id="constructorLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('constructorSummary');" style="display:none"> Constructor </a><span id="constructorBar" style="display:none"> | </span><a id="methodsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('methodSummary');" style="display:none"> Methods </a><span id="methodsBar" style="display:none"> | </span><a id="packageFunctionsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('methodSummary');" style="display:none"> Functions </a><span id="packageFunctionsBar" style="display:none"> | </span><a id="eventsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('eventSummary');" style="display:none"> Events </a><span id="eventsBar" style="display:none"> | </span><a id="stylesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('styleSummary');" style="display:none"> Styles </a><span id="stylesBar" style="display:none"> | </span><a id="SkinPartLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('SkinPartSummary');" style="display:none"> Skin Parts </a><span id="SkinPartBar" style="display:none"> | </span><a id="SkinStateLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('SkinStateSummary');" style="display:none"> Skin States </a><span id="SkinStateBar" style="display:none"> | </span><a id="effectsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('effectSummary');" style="display:none"> Effects </a><span id="effectsBar" style="display:none"> | </span><a id="constantsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('constantSummary');" style="display:none"> Constants </a><span id="constantsBar" style="display:none"> | </span><a id="packageConstantsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('constantSummary');" style="display:none"> Constants </a><span id="packageConstantsBar" style="display:none"> | </span><a id="interfacesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('interfaceSummary');" style="display:none"> Interfaces </a><span id="interfacesBar" style="display:none"> | </span><a id="classesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('classSummary');" style="display:none"> Classes </a><span id="classesBar" style="display:none"> | </span><a id="packageUseLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('package-use.html');" style="display:none">Use</a><span id="packageUseBar" style="display:none"> | </span><a id="examplesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('includeExamplesSummary');" style="display:none"> Examples </a>
				  </td>
				</tr>
				<tr class="titleTableRow3">
				  <td colspan="3">&nbsp;</td>
				</tr>
			  </table>
			</td>
		  </tr>
		</table>
	</body>
<!--<br/>Mittwoch Dezember 21 2011, 11:30 PM +01:00  --></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="Button,com.sibirjak.asdpc.button.Button,BINDABLE_PROPERTY_SELECTED,CLICK,DISABLED_ICON_SKIN_NAME,DISABLED_SKIN_NAME,DOWN_ICON_SKIN_NAME,DOWN_SKIN_NAME,MOUSE_DOWN,MOUSE_UP_OUTSIDE,OVER_ICON_SKIN_NAME,OVER_SKIN_NAME,ROLL_OUT,ROLL_OVER,SELECTED_DISABLED_ICON_SKIN_NAME,SELECTED_DISABLED_SKIN_NAME,SELECTED_DOWN_ICON_SKIN_NAME,SELECTED_DOWN_SKIN_NAME,SELECTED_OVER_ICON_SKIN_NAME,SELECTED_OVER_SKIN_NAME,SELECTED_UP_ICON_SKIN_NAME,SELECTED_UP_SKIN_NAME,SELECTION_CHANGED,UP_ICON_SKIN_NAME,UP_SKIN_NAME,_icon,_label,_labelText,_skin,autoRepeat,autoRepeat,autoRepeatDelay,autoRepeatRate,buttonHeight,buttonWidth,coloriseIcon,disabledIconAlpha,disabledIconSkin,disabledIconSkinName,disabledLabelStyles,disabledSkin,disabledSkinName,downIconSkin,downIconSkinName,downSkin,downSkinName,enabled,enabled,iconColor,label,label,labelStyles,overIconSkin,overIconSkinName,overLabelStyles,overSkin,overSkinName,selected,selected,selectedDisabledIconSkin,selectedDisabledIconSkinName,selectedDisabledSkin,selectedDisabledSkinName,selectedDownIconSkin,selectedDownIconSkinName,selectedDownSkin,selectedDownSkinName,selectedLabel,selectedLabel,selectedLabelStyles,selectedOverIconSkin,selectedOverIconSkinName,selectedOverSkin,selectedOverSkinName,selectedToolTip,selectedToolTip,selectedUpIconSkin,selectedUpIconSkinName,selectedUpSkin,selectedUpSkinName,style,toggle,toggle,toolTip,toolTip,toolTipOffsetX,toolTipOffsetY,upIconSkin,upIconSkinName,upSkin,upSkinName,allowedToChangeSelection,cleanUpCalled,draw,getToolTip,getToolTipOffsetX,init,initialised,onClick,onMouseDown,onMouseUpOutside,onRollOut,onRollOver,onSelectionChanged,setLabelBaseStyles,setLabelSize,showIcon,showSkin,styleChanged,update"><title>com.sibirjak.asdpc.button.Button</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Button - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/button/Button.html&amp;com/sibirjak/asdpc/button/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Button</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Button"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.button</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Button</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Button  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a>,  <a href="../../../../com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html">ColorPicker</a>,  <a href="../../../../com/sibirjak/asdpcbeta/slider/core/SliderThumb.html">SliderThumb</a>,  <a href="../../../../com/sibirjak/asdpc/scrollbar/core/Thumb.html">Thumb</a></td></tr></table><p></p><p></p><p></p>
	 Button component.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#autoRepeat" class="signatureLink">autoRepeat</a> : Boolean<div class="summaryTableDescription">
		 
		 Returns true, if the button has auto repeat enabled.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">
		 
		 Enables or disables a button.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#label" class="signatureLink">label</a> : String<div class="summaryTableDescription">
		 
		 The label displayed within the button.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">
		 
		 Selectes or deselects a toggle button.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedLabel" class="signatureLink">selectedLabel</a> : String<div class="summaryTableDescription">
		 
		 The label text for the selected state.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedToolTip" class="signatureLink">selectedToolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip displayed in selected state.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpc/button/ButtonStyles.html">ButtonStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all Button style property definitions.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#toggle" class="signatureLink">toggle</a> : Boolean<div class="summaryTableDescription">
		 
		 Converts a click button into a toggle button.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#toolTip" class="signatureLink">toolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#buttonHeight" class="signatureLink">buttonHeight</a> : uint<div class="summaryTableDescription">[read-only] 
		 Returns a value for the actual button height.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#buttonWidth" class="signatureLink">buttonWidth</a> : uint<div class="summaryTableDescription">[read-only] 
		 Returns a value for the actual button width.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_icon" class="signatureLink">_icon</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed icon.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_label" class="signatureLink">_label</a> : <a href="../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a><div class="summaryTableDescription">
		 The label.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_labelText" class="signatureLink">_labelText</a> : String<div class="summaryTableDescription">
		 The text displayed on the button.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_skin" class="signatureLink">_skin</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#Button()" class="signatureLink">Button</a>()</div><div class="summaryTableDescription">
		 Button constructor.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#allowedToChangeSelection()" class="signatureLink">allowedToChangeSelection</a>():Boolean</div><div class="summaryTableDescription">
		 Template method to enable toggle button sub classes the
		 control of the selected state.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getToolTip()" class="signatureLink">getToolTip</a>():String</div><div class="summaryTableDescription">
		 Returns the tool tip.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getToolTipOffsetX()" class="signatureLink">getToolTipOffsetX</a>():int</div><div class="summaryTableDescription">
		 Returns the position of the tooltip.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onClick()" class="signatureLink">onClick</a>():void</div><div class="summaryTableDescription">
		 Template method for the click event.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onMouseDown()" class="signatureLink">onMouseDown</a>():void</div><div class="summaryTableDescription">
		 Template method for the mouse down event.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onMouseUpOutside()" class="signatureLink">onMouseUpOutside</a>():void</div><div class="summaryTableDescription">
		 Template method for the mouse up outside event.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onRollOut()" class="signatureLink">onRollOut</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll out event.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onRollOver()" class="signatureLink">onRollOver</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll over event.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onSelectionChanged()" class="signatureLink">onSelectionChanged</a>():void</div><div class="summaryTableDescription">
		 Template method for the selection changed event.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setLabelBaseStyles()" class="signatureLink">setLabelBaseStyles</a>():void</div><div class="summaryTableDescription">
		 The place where the label styles are set.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setLabelSize()" class="signatureLink">setLabelSize</a>():void</div><div class="summaryTableDescription">
		 The place where the label size is set.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#showIcon()" class="signatureLink">showIcon</a>():void</div><div class="summaryTableDescription">
		 Shows the icon depending on the current state.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#showSkin()" class="signatureLink">showSkin</a>():void</div><div class="summaryTableDescription">
		 Shows the skin depending on the current state.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:button_click" class="signatureLink">button_click</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CLICK
		 
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:button_mouseDown" class="signatureLink">button_mouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_DOWN
		 
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:button_mouseUpOutside" class="signatureLink">button_mouseUpOutside</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_UP_OUTSIDE
		 
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:button_rollOut" class="signatureLink">button_rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OUT
		 
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:button_rollOver" class="signatureLink">button_rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OVER
		 
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:button_selectionChanged" class="signatureLink">button_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 </td><td class="summaryTableOwnerCol">Button</td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_autoRepeatDelay"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_autoRepeatDelay</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/>
		 Style property defining the auto repeat delay for auto repeat buttons.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_autoRepeatRate"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_autoRepeatRate</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/>
		 Style property defining the auto repeat rate for auto repeat buttons.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_coloriseIcon"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_coloriseIcon</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the coloration of the icon.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_disabledIconAlpha"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_disabledIconAlpha</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number&nbsp;<span class="label">Format: </span>Alpha<br/>
		 Style property defining the opacity of the icon for the disabled state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_disabledIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_disabledIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the disabled icon skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_disabledIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_disabledIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/>
		 Style property defining the icon skin name used for the disabled state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_disabledSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_disabledSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the disabled skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_disabledSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_disabledSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/>
		 Style property defining the skin name used for the disabled state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_downIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_downIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the down icon skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_downIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_downIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/>
		 Style property defining the icon skin name used for the down state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_downSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_downSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the down skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_downSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_downSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/>
		 Style property defining the skin name used for the down state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_iconColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_iconColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the color of icon coloration.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_labelStyles"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_labelStyles</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/>
		 Style property defining the label default styles.
		 
		 <div class="listing">
                button.setStyle(Button.style.labelStyles, [
                    Label.style.color, 0xFF0000,
                    Label.style.bold, false,
                    Label.style.size, 10
                ]);
         </div>
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_overIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_overIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the over icon skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_overIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_overIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/>
		 Style property defining the icon skin name used for the over state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_overLabelStyles"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_overLabelStyles</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/>
		 Style property defining the label styles for the over state.
		 
		 <div class="listing">
                button.setStyle(Button.style.overLabelStyles, [
                    Label.style.color, 0x0000FF,
                    Label.style.bold, true,
                    Label.style.size, 10
                ]);
         </div>
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_overSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_overSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the over skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_overSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_overSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/>
		 Style property defining the skin name used for the over state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedDisabledIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedDisabledIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the selected disabled icon skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedDisabledIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedDisabledIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/>
		 Style property defining the icon skin name used for the selected disabled state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedDisabledSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedDisabledSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the selected disabled skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedDisabledSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedDisabledSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/>
		 Style property defining the skin name used for the selected disabled state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedDownIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedDownIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the selected down icon skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedDownIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedDownIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/>
		 Style property defining the icon skin name used for the selected down state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedDownSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedDownSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the selected down skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedDownSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedDownSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/>
		 Style property defining the skin name used for the selected down state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedLabelStyles"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedLabelStyles</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/>
		 Style property defining the label styles for the disabled state.
		 
		 <div class="listing">
                button.setStyle(Button.style.disabledLabelStyles, [
                    Label.style.color, 0xCCCCCC,
                    Label.style.bold, false,
                    Label.style.size, 10
                ]);
         </div>
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedLabelStyles"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedLabelStyles</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/>
		 Style property defining the label styles for the selected state.
		 
		 <div class="listing">
                button.setStyle(Button.style.selectedLabelStyles, [
                    Label.style.color, 0xFF0000,
                    Label.style.bold, true,
                    Label.style.size, 12
                ]);
         </div>
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedOverIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedOverIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the selected over icon skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedOverIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedOverIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/>
		 Style property defining the icon skin name used for the selected over state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedOverSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedOverSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the selected over skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedOverSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedOverSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/>
		 Style property defining the skin name used for the selected over state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedUpIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedUpIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the selected up icon skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedUpIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedUpIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/>
		 Style property defining the icon skin name used for the selected up state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedUpSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedUpSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the selected up skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_selectedUpSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_selectedUpSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/>
		 Style property defining the skin name used for the selected up state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_toolTipOffsetX"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_toolTipOffsetX</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/>
		 Style property defining the x position of the tool tip.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_toolTipOffsetY"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_toolTipOffsetY</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/>
		 Style property defining the y position of the tool tip.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_upIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_upIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the up icon skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_upIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_upIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/>
		 Style property defining the icon skin name used for the up state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_upSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_upSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the up skin.
		 </td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:button_upSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">button_upSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/>
		 Style property defining the skin name used for the up state.
		 </td><td class="summaryTableOwnerCol">Button</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BINDABLE_PROPERTY_SELECTED" class="signatureLink">BINDABLE_PROPERTY_SELECTED</a> : String = selected<div class="summaryTableDescription">[static] 
		 Name constant for the bindable property Button.selected.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DISABLED_ICON_SKIN_NAME" class="signatureLink">DISABLED_ICON_SKIN_NAME</a> : String = disabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled icon skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DISABLED_SKIN_NAME" class="signatureLink">DISABLED_SKIN_NAME</a> : String = disabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DOWN_ICON_SKIN_NAME" class="signatureLink">DOWN_ICON_SKIN_NAME</a> : String = downIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down icon skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DOWN_SKIN_NAME" class="signatureLink">DOWN_SKIN_NAME</a> : String = downSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#OVER_ICON_SKIN_NAME" class="signatureLink">OVER_ICON_SKIN_NAME</a> : String = overIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over icon skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#OVER_SKIN_NAME" class="signatureLink">OVER_SKIN_NAME</a> : String = overSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTED_DISABLED_ICON_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_ICON_SKIN_NAME</a> : String = selectedDisabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled icon skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTED_DISABLED_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_SKIN_NAME</a> : String = selectedDisabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTED_DOWN_ICON_SKIN_NAME" class="signatureLink">SELECTED_DOWN_ICON_SKIN_NAME</a> : String = selectedDownIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down icon skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTED_DOWN_SKIN_NAME" class="signatureLink">SELECTED_DOWN_SKIN_NAME</a> : String = selectedDownSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTED_OVER_ICON_SKIN_NAME" class="signatureLink">SELECTED_OVER_ICON_SKIN_NAME</a> : String = selectedOverIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over icon skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTED_OVER_SKIN_NAME" class="signatureLink">SELECTED_OVER_SKIN_NAME</a> : String = selectedOverSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTED_UP_ICON_SKIN_NAME" class="signatureLink">SELECTED_UP_ICON_SKIN_NAME</a> : String = selectedUpIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up icon skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTED_UP_SKIN_NAME" class="signatureLink">SELECTED_UP_SKIN_NAME</a> : String = selectedUpSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UP_ICON_SKIN_NAME" class="signatureLink">UP_ICON_SKIN_NAME</a> : String = upIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up icon skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UP_SKIN_NAME" class="signatureLink">UP_SKIN_NAME</a> : String = upSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up skin.</div></td><td class="summaryTableOwnerCol">Button</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_icon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_icon</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _icon:DisplayObject</code><p></p><p></p><p>
		 The currently displayed icon.
		 </p></div><a name="propertyDetail"></a><a name="_label"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_label</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _label:<a href="../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a></code><p></p><p></p><p>
		 The label.
		 </p></div><a name="propertyDetail"></a><a name="_labelText"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_labelText</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _labelText:String</code><p></p><p></p><p>
		 The text displayed on the button.
		 </p></div><a name="propertyDetail"></a><a name="_skin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_skin</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _skin:DisplayObject</code><p></p><p></p><p>
		 The currently displayed skin.
		 </p></div><a name="propertyDetail"></a><a name="autoRepeat"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">autoRepeat</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>autoRepeat:Boolean</code><p></p><p></p><p>
		 
		 Returns true, if the button has auto repeat enabled.
		 
		 <p>Setting to true has effect only to click buttons.</p>
		 
		 <p>You may specify repeat delay and rate via button styles.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get autoRepeat():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set autoRepeat(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="buttonHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">buttonHeight</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>buttonHeight:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a value for the actual button height.
		 
		 <p>If not overridden, this is the value the button has been
		 initialised with.</p>
		 
		 <p>Sub classes may display its label left or right to the actual
		 button (such as CheckBox or RadioButton) and have therefore aberrant
		 dimensions.</p>
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;protected function get buttonHeight():uint</code><br/></div><a name="propertyDetail"></a><a name="buttonWidth"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">buttonWidth</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>buttonWidth:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a value for the actual button width.
		 
		 <p>If not overridden, this is the value the button has been
		 initialised with.</p>
		 
		 <p>Sub classes may display its label left or right to the actual
		 button (such as CheckBox or RadioButton) and have therefore aberrant
		 dimensions.</p>
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;protected function get buttonWidth():uint</code><br/></div><a name="propertyDetail"></a><a name="enabled"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enabled</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>enabled:Boolean</code><p></p><p></p><p>
		 
		 Enables or disables a button.
		 
		 <p>True, if the button is currently enabled.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get enabled():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set enabled(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="label"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">label</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>label:String</code><p></p><p></p><p>
		 
		 The label displayed within the button.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get label():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set label(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="selected"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selected</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selected:Boolean</code><p></p><p></p><p>
		 
		 Selectes or deselects a toggle button.
		 
		 <p>True, if a toggle button is currently selected.</p>
		 
		 <p>Setting to true has effect only to toggle buttons.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selected():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selected(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="selectedLabel"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedLabel</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedLabel:String</code><p></p><p></p><p>
		 
		 The label text for the selected state.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedLabel():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectedLabel(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="selectedToolTip"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedToolTip</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedToolTip:String</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 
		 Sets a tool tip displayed in selected state.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectedToolTip(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpc/button/ButtonStyles.html">ButtonStyles</a></code><p></p><p></p><p>
		 Central accessor to all Button style property definitions.
		 </p></div><a name="propertyDetail"></a><a name="toggle"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toggle</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>toggle:Boolean</code><p></p><p></p><p>
		 
		 Converts a click button into a toggle button.
		 
		 <p>True, if the button is a toggle button.</p>
		 
		 <p>Can be set only before the button is added to the display list.</p>
		 
		 <p>If toggle == true, auto repeat is not available.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get toggle():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set toggle(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="toolTip"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toolTip</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>toolTip:String</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 
		 Sets a tool tip.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set toolTip(value:String):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="Button()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">Button</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function Button()</code><p></p><p>
		 Button constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="allowedToChangeSelection()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">allowedToChangeSelection</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> protected function allowedToChangeSelection():Boolean</code><p></p><p></p><p>
		 Template method to enable toggle button sub classes the
		 control of the selected state.
		 
		 <p>E.g. a radio button cannot be deselected manually but
		 only programmatically.</p>
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code></td></tr></table></div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="getToolTip()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getToolTip</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getToolTip():String</code><p></p><p></p><p>
		 Returns the tool tip.
		 
		 <p>A sub class may return a custom tooltip. E.g. a color
		 picker button always adds the currently selected color value
		 to the end of the tip.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code> &mdash; The tooltip for the current button state.
		 </td></tr></table></div><a name="getToolTipOffsetX()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getToolTipOffsetX</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getToolTipOffsetX():int</code><p></p><p></p><p>
		 Returns the position of the tooltip.
		 
		 <p>Sub classes may need a different tool tip position.</p>
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code></td></tr></table></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="initialised()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">initialised</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function initialised():void</code><p></p><p></p><p>
		 
		 Notifies a view after it has been fully initialised.
		 
		 <p>This method is a hook to enable subclasses to perform further
		 operations after the initialisation has been finished and the
		 _initialised property is set to true.</p>
		 
		 <p>You use this method to set or dispatch an initial view state,
		 e.g. to select an item of a ListView instance.</p>
		 
		 <p>The propetected property _initialised is set to true at this point.</p>
		 </p></div><a name="onClick()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onClick</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function onClick():void</code><p></p><p></p><p>
		 Template method for the click event. 
		 </p></div><a name="onMouseDown()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onMouseDown</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function onMouseDown():void</code><p></p><p></p><p>
		 Template method for the mouse down event. 
		 </p></div><a name="onMouseUpOutside()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onMouseUpOutside</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function onMouseUpOutside():void</code><p></p><p></p><p>
		 Template method for the mouse up outside event. 
		 </p></div><a name="onRollOut()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onRollOut</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function onRollOut():void</code><p></p><p></p><p>
		 Template method for the roll out event. 
		 </p></div><a name="onRollOver()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onRollOver</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function onRollOver():void</code><p></p><p></p><p>
		 Template method for the roll over event. 
		 </p></div><a name="onSelectionChanged()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onSelectionChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function onSelectionChanged():void</code><p></p><p></p><p>
		 Template method for the selection changed event. 
		 
		 <p>This method is called only if the selection has been
		 changed by the user and not if changed programmatically.</p>
		 </p></div><a name="setLabelBaseStyles()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setLabelBaseStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function setLabelBaseStyles():void</code><p></p><p></p><p>
		 The place where the label styles are set.
		 
		 <p>Sub classes may need different label styles.</p>
		 </p></div><a name="setLabelSize()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setLabelSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function setLabelSize():void</code><p></p><p></p><p>
		 The place where the label size is set.
		 
		 <p>Sub classes may need different label dimensions.</p>
		 </p></div><a name="showIcon()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">showIcon</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function showIcon():void</code><p></p><p></p><p>
		 Shows the icon depending on the current state.
		 
		 <p>Sub classes may perform additional layout operations.</p>
		 </p></div><a name="showSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">showSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function showSkin():void</code><p></p><p></p><p>
		 Shows the skin depending on the current state.
		 
		 <p>Sub classes may perform additional layout operations.</p>
		 </p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader"> Event Detail </div><a name="event:button_click"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">button_click</td><td class="detailHeaderType"> Event </td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html"><code>com.sibirjak.asdpc.button.ButtonEvent</code></a><br/><span class="label">ButtonEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html#CLICK"><code>com.sibirjak.asdpc.button.ButtonEvent.CLICK</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type CLICK
		 
		 </div><a name="event:button_mouseDown"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">button_mouseDown</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html"><code>com.sibirjak.asdpc.button.ButtonEvent</code></a><br/><span class="label">ButtonEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html#MOUSE_DOWN"><code>com.sibirjak.asdpc.button.ButtonEvent.MOUSE_DOWN</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type MOUSE_DOWN
		 
		 </div><a name="event:button_mouseUpOutside"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">button_mouseUpOutside</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html"><code>com.sibirjak.asdpc.button.ButtonEvent</code></a><br/><span class="label">ButtonEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html#MOUSE_UP_OUTSIDE"><code>com.sibirjak.asdpc.button.ButtonEvent.MOUSE_UP_OUTSIDE</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type MOUSE_UP_OUTSIDE
		 
		 </div><a name="event:button_rollOut"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">button_rollOut</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html"><code>com.sibirjak.asdpc.button.ButtonEvent</code></a><br/><span class="label">ButtonEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html#ROLL_OUT"><code>com.sibirjak.asdpc.button.ButtonEvent.ROLL_OUT</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type ROLL_OUT
		 
		 </div><a name="event:button_rollOver"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">button_rollOver</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html"><code>com.sibirjak.asdpc.button.ButtonEvent</code></a><br/><span class="label">ButtonEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html#ROLL_OVER"><code>com.sibirjak.asdpc.button.ButtonEvent.ROLL_OVER</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type ROLL_OVER
		 
		 </div><a name="event:button_selectionChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">button_selectionChanged</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html"><code>com.sibirjak.asdpc.button.ButtonEvent</code></a><br/><span class="label">ButtonEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/button/ButtonEvent.html#SELECTION_CHANGED"><code>com.sibirjak.asdpc.button.ButtonEvent.SELECTION_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type SELECTION_CHANGED
		 
		 </div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BINDABLE_PROPERTY_SELECTED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BINDABLE_PROPERTY_SELECTED</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BINDABLE_PROPERTY_SELECTED:String = selected</code><p></p><p></p><p>
		 Name constant for the bindable property Button.selected.
		 </p></div><a name="constantDetail"></a><a name="DISABLED_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DISABLED_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const DISABLED_ICON_SKIN_NAME:String = disabledIconSkin</code><p></p><p></p><p>
		 Name constant for the disabled icon skin.
		 </p></div><a name="constantDetail"></a><a name="DISABLED_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DISABLED_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const DISABLED_SKIN_NAME:String = disabledSkin</code><p></p><p></p><p>
		 Name constant for the disabled skin.
		 </p></div><a name="constantDetail"></a><a name="DOWN_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DOWN_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const DOWN_ICON_SKIN_NAME:String = downIconSkin</code><p></p><p></p><p>
		 Name constant for the down icon skin.
		 </p></div><a name="constantDetail"></a><a name="DOWN_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DOWN_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const DOWN_SKIN_NAME:String = downSkin</code><p></p><p></p><p>
		 Name constant for the down skin.
		 </p></div><a name="constantDetail"></a><a name="OVER_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">OVER_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const OVER_ICON_SKIN_NAME:String = overIconSkin</code><p></p><p></p><p>
		 Name constant for the over icon skin.
		 </p></div><a name="constantDetail"></a><a name="OVER_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">OVER_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const OVER_SKIN_NAME:String = overSkin</code><p></p><p></p><p>
		 Name constant for the over skin.
		 </p></div><a name="constantDetail"></a><a name="SELECTED_DISABLED_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTED_DISABLED_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTED_DISABLED_ICON_SKIN_NAME:String = selectedDisabledIconSkin</code><p></p><p></p><p>
		 Name constant for the selected disabled icon skin.
		 </p></div><a name="constantDetail"></a><a name="SELECTED_DISABLED_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTED_DISABLED_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTED_DISABLED_SKIN_NAME:String = selectedDisabledSkin</code><p></p><p></p><p>
		 Name constant for the selected disabled skin.
		 </p></div><a name="constantDetail"></a><a name="SELECTED_DOWN_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTED_DOWN_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTED_DOWN_ICON_SKIN_NAME:String = selectedDownIconSkin</code><p></p><p></p><p>
		 Name constant for the selected down icon skin.
		 </p></div><a name="constantDetail"></a><a name="SELECTED_DOWN_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTED_DOWN_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTED_DOWN_SKIN_NAME:String = selectedDownSkin</code><p></p><p></p><p>
		 Name constant for the selected down skin.
		 </p></div><a name="constantDetail"></a><a name="SELECTED_OVER_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTED_OVER_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTED_OVER_ICON_SKIN_NAME:String = selectedOverIconSkin</code><p></p><p></p><p>
		 Name constant for the selected over icon skin.
		 </p></div><a name="constantDetail"></a><a name="SELECTED_OVER_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTED_OVER_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTED_OVER_SKIN_NAME:String = selectedOverSkin</code><p></p><p></p><p>
		 Name constant for the selected over skin.
		 </p></div><a name="constantDetail"></a><a name="SELECTED_UP_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTED_UP_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTED_UP_ICON_SKIN_NAME:String = selectedUpIconSkin</code><p></p><p></p><p>
		 Name constant for the selected up icon skin.
		 </p></div><a name="constantDetail"></a><a name="SELECTED_UP_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTED_UP_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTED_UP_SKIN_NAME:String = selectedUpSkin</code><p></p><p></p><p>
		 Name constant for the selected up skin.
		 </p></div><a name="constantDetail"></a><a name="UP_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UP_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const UP_ICON_SKIN_NAME:String = upIconSkin</code><p></p><p></p><p>
		 Name constant for the up icon skin.
		 </p></div><a name="constantDetail"></a><a name="UP_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UP_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const UP_SKIN_NAME:String = upSkin</code><p></p><p></p><p>
		 Name constant for the up skin.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ButtonEvent,com.sibirjak.asdpc.button.ButtonEvent,BINDABLE_PROPERTY_SELECTED,CLICK,DISABLED_ICON_SKIN_NAME,DISABLED_SKIN_NAME,DOWN_ICON_SKIN_NAME,DOWN_SKIN_NAME,MOUSE_DOWN,MOUSE_UP_OUTSIDE,OVER_ICON_SKIN_NAME,OVER_SKIN_NAME,ROLL_OUT,ROLL_OVER,SELECTED_DISABLED_ICON_SKIN_NAME,SELECTED_DISABLED_SKIN_NAME,SELECTED_DOWN_ICON_SKIN_NAME,SELECTED_DOWN_SKIN_NAME,SELECTED_OVER_ICON_SKIN_NAME,SELECTED_OVER_SKIN_NAME,SELECTED_UP_ICON_SKIN_NAME,SELECTED_UP_SKIN_NAME,SELECTION_CHANGED,UP_ICON_SKIN_NAME,UP_SKIN_NAME,_icon,_label,_labelText,_skin,autoRepeat,autoRepeat,autoRepeatDelay,autoRepeatRate,buttonHeight,buttonWidth,coloriseIcon,disabledIconAlpha,disabledIconSkin,disabledIconSkinName,disabledLabelStyles,disabledSkin,disabledSkinName,downIconSkin,downIconSkinName,downSkin,downSkinName,enabled,enabled,iconColor,label,label,labelStyles,overIconSkin,overIconSkinName,overLabelStyles,overSkin,overSkinName,selected,selected,selectedDisabledIconSkin,selectedDisabledIconSkinName,selectedDisabledSkin,selectedDisabledSkinName,selectedDownIconSkin,selectedDownIconSkinName,selectedDownSkin,selectedDownSkinName,selectedLabel,selectedLabel,selectedLabelStyles,selectedOverIconSkin,selectedOverIconSkinName,selectedOverSkin,selectedOverSkinName,selectedToolTip,selectedToolTip,selectedUpIconSkin,selectedUpIconSkinName,selectedUpSkin,selectedUpSkinName,style,toggle,toggle,toolTip,toolTip,toolTipOffsetX,toolTipOffsetY,upIconSkin,upIconSkinName,upSkin,upSkinName"><title>com.sibirjak.asdpc.button.ButtonEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ButtonEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/button/ButtonEvent.html&amp;com/sibirjak/asdpc/button/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ButtonEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ButtonEvent"); titleBar_setSubNav(true,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.button</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ButtonEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ButtonEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 Button event.
	 
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ButtonEvent()" class="signatureLink">ButtonEvent</a>(type:String)</div><div class="summaryTableDescription">
		 ButtonEvent constructor.</div></td><td class="summaryTableOwnerCol">ButtonEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CLICK" class="signatureLink">CLICK</a> : String = button_click<div class="summaryTableDescription">[static] 
		 Event type CLICK
		 
		 </div></td><td class="summaryTableOwnerCol">ButtonEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#MOUSE_DOWN" class="signatureLink">MOUSE_DOWN</a> : String = button_mouseDown<div class="summaryTableDescription">[static] 
		 Event type MOUSE_DOWN
		 
		 </div></td><td class="summaryTableOwnerCol">ButtonEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#MOUSE_UP_OUTSIDE" class="signatureLink">MOUSE_UP_OUTSIDE</a> : String = button_mouseUpOutside<div class="summaryTableDescription">[static] 
		 Event type MOUSE_UP_OUTSIDE
		 
		 </div></td><td class="summaryTableOwnerCol">ButtonEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROLL_OUT" class="signatureLink">ROLL_OUT</a> : String = button_rollOut<div class="summaryTableDescription">[static] 
		 Event type ROLL_OUT
		 
		 </div></td><td class="summaryTableOwnerCol">ButtonEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROLL_OVER" class="signatureLink">ROLL_OVER</a> : String = button_rollOver<div class="summaryTableDescription">[static] 
		 Event type ROLL_OVER
		 
		 </div></td><td class="summaryTableOwnerCol">ButtonEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTION_CHANGED" class="signatureLink">SELECTION_CHANGED</a> : String = button_selectionChanged<div class="summaryTableDescription">[static] 
		 Event type SELECTION_CHANGED
		 
		 </div></td><td class="summaryTableOwnerCol">ButtonEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ButtonEvent()"></a><a name="ButtonEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ButtonEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ButtonEvent(type:String)</code><p></p><p>
		 ButtonEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="CLICK"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CLICK</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const CLICK:String = button_click</code><p></p><p></p><p>
		 Event type CLICK
		 
		 </p></div><a name="constantDetail"></a><a name="MOUSE_DOWN"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">MOUSE_DOWN</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const MOUSE_DOWN:String = button_mouseDown</code><p></p><p></p><p>
		 Event type MOUSE_DOWN
		 
		 </p></div><a name="constantDetail"></a><a name="MOUSE_UP_OUTSIDE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">MOUSE_UP_OUTSIDE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const MOUSE_UP_OUTSIDE:String = button_mouseUpOutside</code><p></p><p></p><p>
		 Event type MOUSE_UP_OUTSIDE
		 
		 </p></div><a name="constantDetail"></a><a name="ROLL_OUT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROLL_OUT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROLL_OUT:String = button_rollOut</code><p></p><p></p><p>
		 Event type ROLL_OUT
		 
		 </p></div><a name="constantDetail"></a><a name="ROLL_OVER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROLL_OVER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROLL_OVER:String = button_rollOver</code><p></p><p></p><p>
		 Event type ROLL_OVER
		 
		 </p></div><a name="constantDetail"></a><a name="SELECTION_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTION_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTION_CHANGED:String = button_selectionChanged</code><p></p><p></p><p>
		 Event type SELECTION_CHANGED
		 
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ButtonStyles,com.sibirjak.asdpc.button.ButtonStyles,BINDABLE_PROPERTY_SELECTED,CLICK,DISABLED_ICON_SKIN_NAME,DISABLED_SKIN_NAME,DOWN_ICON_SKIN_NAME,DOWN_SKIN_NAME,MOUSE_DOWN,MOUSE_UP_OUTSIDE,OVER_ICON_SKIN_NAME,OVER_SKIN_NAME,ROLL_OUT,ROLL_OVER,SELECTED_DISABLED_ICON_SKIN_NAME,SELECTED_DISABLED_SKIN_NAME,SELECTED_DOWN_ICON_SKIN_NAME,SELECTED_DOWN_SKIN_NAME,SELECTED_OVER_ICON_SKIN_NAME,SELECTED_OVER_SKIN_NAME,SELECTED_UP_ICON_SKIN_NAME,SELECTED_UP_SKIN_NAME,SELECTION_CHANGED,UP_ICON_SKIN_NAME,UP_SKIN_NAME,_icon,_label,_labelText,_skin,autoRepeat,autoRepeat,autoRepeatDelay,autoRepeatRate,buttonHeight,buttonWidth,coloriseIcon,disabledIconAlpha,disabledIconSkin,disabledIconSkinName,disabledLabelStyles,disabledSkin,disabledSkinName,downIconSkin,downIconSkinName,downSkin,downSkinName,enabled,enabled,iconColor,label,label,labelStyles,overIconSkin,overIconSkinName,overLabelStyles,overSkin,overSkinName,selected,selected,selectedDisabledIconSkin,selectedDisabledIconSkinName,selectedDisabledSkin,selectedDisabledSkinName,selectedDownIconSkin,selectedDownIconSkinName,selectedDownSkin,selectedDownSkinName,selectedLabel,selectedLabel,selectedLabelStyles,selectedOverIconSkin,selectedOverIconSkinName,selectedOverSkin,selectedOverSkinName,selectedToolTip,selectedToolTip,selectedUpIconSkin,selectedUpIconSkinName,selectedUpSkin,selectedUpSkinName,style,toggle,toggle,toolTip,toolTip,toolTipOffsetX,toolTipOffsetY,upIconSkin,upIconSkinName,upSkin,upSkinName"><title>com.sibirjak.asdpc.button.ButtonStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ButtonStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/button/ButtonStyles.html&amp;com/sibirjak/asdpc/button/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ButtonStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ButtonStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.button</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ButtonStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ButtonStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Button style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#autoRepeatDelay" class="signatureLink">autoRepeatDelay</a> : String = button_autoRepeatDelay<div class="summaryTableDescription">
		 Style property defining the auto repeat delay for auto repeat buttons.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#autoRepeatRate" class="signatureLink">autoRepeatRate</a> : String = button_autoRepeatRate<div class="summaryTableDescription">
		 Style property defining the auto repeat rate for auto repeat buttons.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#coloriseIcon" class="signatureLink">coloriseIcon</a> : String = button_coloriseIcon<div class="summaryTableDescription">
		 Style property defining the coloration of the icon.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#disabledIconAlpha" class="signatureLink">disabledIconAlpha</a> : String = button_disabledIconAlpha<div class="summaryTableDescription">
		 Style property defining the opacity of the icon for the disabled state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#disabledIconSkin" class="signatureLink">disabledIconSkin</a> : String = button_disabledIconSkin<div class="summaryTableDescription">
		 Style property defining the disabled icon skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#disabledIconSkinName" class="signatureLink">disabledIconSkinName</a> : String = button_disabledIconSkinName<div class="summaryTableDescription">
		 Style property defining the icon skin name used for the disabled state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#disabledLabelStyles" class="signatureLink">disabledLabelStyles</a> : String = button_disabledLabelStyles<div class="summaryTableDescription">
		 Style property defining the label styles for the disabled state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#disabledSkin" class="signatureLink">disabledSkin</a> : String = button_disabledSkin<div class="summaryTableDescription">
		 Style property defining the disabled skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#disabledSkinName" class="signatureLink">disabledSkinName</a> : String = button_disabledSkinName<div class="summaryTableDescription">
		 Style property defining the skin name used for the disabled state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#downIconSkin" class="signatureLink">downIconSkin</a> : String = button_downIconSkin<div class="summaryTableDescription">
		 Style property defining the down icon skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#downIconSkinName" class="signatureLink">downIconSkinName</a> : String = button_downIconSkinName<div class="summaryTableDescription">
		 Style property defining the icon skin name used for the down state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#downSkin" class="signatureLink">downSkin</a> : String = button_downSkin<div class="summaryTableDescription">
		 Style property defining the down skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#downSkinName" class="signatureLink">downSkinName</a> : String = button_downSkinName<div class="summaryTableDescription">
		 Style property defining the skin name used for the down state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#iconColor" class="signatureLink">iconColor</a> : String = button_iconColor<div class="summaryTableDescription">
		 Style property defining the color of icon coloration.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#labelStyles" class="signatureLink">labelStyles</a> : String = button_labelStyles<div class="summaryTableDescription">
		 Style property defining the label default styles.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#overIconSkin" class="signatureLink">overIconSkin</a> : String = button_overIconSkin<div class="summaryTableDescription">
		 Style property defining the over icon skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#overIconSkinName" class="signatureLink">overIconSkinName</a> : String = button_overIconSkinName<div class="summaryTableDescription">
		 Style property defining the icon skin name used for the over state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#overLabelStyles" class="signatureLink">overLabelStyles</a> : String = button_overLabelStyles<div class="summaryTableDescription">
		 Style property defining the label styles for the over state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#overSkin" class="signatureLink">overSkin</a> : String = button_overSkin<div class="summaryTableDescription">
		 Style property defining the over skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#overSkinName" class="signatureLink">overSkinName</a> : String = button_overSkinName<div class="summaryTableDescription">
		 Style property defining the skin name used for the over state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedDisabledIconSkin" class="signatureLink">selectedDisabledIconSkin</a> : String = button_selectedDisabledIconSkin<div class="summaryTableDescription">
		 Style property defining the selected disabled icon skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedDisabledIconSkinName" class="signatureLink">selectedDisabledIconSkinName</a> : String = button_selectedDisabledIconSkinName<div class="summaryTableDescription">
		 Style property defining the icon skin name used for the selected disabled state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedDisabledSkin" class="signatureLink">selectedDisabledSkin</a> : String = button_selectedDisabledSkin<div class="summaryTableDescription">
		 Style property defining the selected disabled skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedDisabledSkinName" class="signatureLink">selectedDisabledSkinName</a> : String = button_selectedDisabledSkinName<div class="summaryTableDescription">
		 Style property defining the skin name used for the selected disabled state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedDownIconSkin" class="signatureLink">selectedDownIconSkin</a> : String = button_selectedDownIconSkin<div class="summaryTableDescription">
		 Style property defining the selected down icon skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedDownIconSkinName" class="signatureLink">selectedDownIconSkinName</a> : String = button_selectedDownIconSkinName<div class="summaryTableDescription">
		 Style property defining the icon skin name used for the selected down state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedDownSkin" class="signatureLink">selectedDownSkin</a> : String = button_selectedDownSkin<div class="summaryTableDescription">
		 Style property defining the selected down skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedDownSkinName" class="signatureLink">selectedDownSkinName</a> : String = button_selectedDownSkinName<div class="summaryTableDescription">
		 Style property defining the skin name used for the selected down state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedLabelStyles" class="signatureLink">selectedLabelStyles</a> : String = button_selectedLabelStyles<div class="summaryTableDescription">
		 Style property defining the label styles for the selected state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedOverIconSkin" class="signatureLink">selectedOverIconSkin</a> : String = button_selectedOverIconSkin<div class="summaryTableDescription">
		 Style property defining the selected over icon skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedOverIconSkinName" class="signatureLink">selectedOverIconSkinName</a> : String = button_selectedOverIconSkinName<div class="summaryTableDescription">
		 Style property defining the icon skin name used for the selected over state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedOverSkin" class="signatureLink">selectedOverSkin</a> : String = button_selectedOverSkin<div class="summaryTableDescription">
		 Style property defining the selected over skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedOverSkinName" class="signatureLink">selectedOverSkinName</a> : String = button_selectedOverSkinName<div class="summaryTableDescription">
		 Style property defining the skin name used for the selected over state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedUpIconSkin" class="signatureLink">selectedUpIconSkin</a> : String = button_selectedUpIconSkin<div class="summaryTableDescription">
		 Style property defining the selected up icon skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedUpIconSkinName" class="signatureLink">selectedUpIconSkinName</a> : String = button_selectedUpIconSkinName<div class="summaryTableDescription">
		 Style property defining the icon skin name used for the selected up state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedUpSkin" class="signatureLink">selectedUpSkin</a> : String = button_selectedUpSkin<div class="summaryTableDescription">
		 Style property defining the selected up skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedUpSkinName" class="signatureLink">selectedUpSkinName</a> : String = button_selectedUpSkinName<div class="summaryTableDescription">
		 Style property defining the skin name used for the selected up state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#toolTipOffsetX" class="signatureLink">toolTipOffsetX</a> : String = button_toolTipOffsetX<div class="summaryTableDescription">
		 Style property defining the x position of the tool tip.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#toolTipOffsetY" class="signatureLink">toolTipOffsetY</a> : String = button_toolTipOffsetY<div class="summaryTableDescription">
		 Style property defining the y position of the tool tip.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#upIconSkin" class="signatureLink">upIconSkin</a> : String = button_upIconSkin<div class="summaryTableDescription">
		 Style property defining the up icon skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#upIconSkinName" class="signatureLink">upIconSkinName</a> : String = button_upIconSkinName<div class="summaryTableDescription">
		 Style property defining the icon skin name used for the up state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#upSkin" class="signatureLink">upSkin</a> : String = button_upSkin<div class="summaryTableDescription">
		 Style property defining the up skin.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#upSkinName" class="signatureLink">upSkinName</a> : String = button_upSkinName<div class="summaryTableDescription">
		 Style property defining the skin name used for the up state.</div></td><td class="summaryTableOwnerCol">ButtonStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="autoRepeatDelay"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">autoRepeatDelay</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const autoRepeatDelay:String = button_autoRepeatDelay</code><p></p><p></p><p>
		 Style property defining the auto repeat delay for auto repeat buttons.
		 </p></div><a name="constantDetail"></a><a name="autoRepeatRate"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">autoRepeatRate</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const autoRepeatRate:String = button_autoRepeatRate</code><p></p><p></p><p>
		 Style property defining the auto repeat rate for auto repeat buttons.
		 </p></div><a name="constantDetail"></a><a name="coloriseIcon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">coloriseIcon</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const coloriseIcon:String = button_coloriseIcon</code><p></p><p></p><p>
		 Style property defining the coloration of the icon.
		 </p></div><a name="constantDetail"></a><a name="disabledIconAlpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">disabledIconAlpha</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const disabledIconAlpha:String = button_disabledIconAlpha</code><p></p><p></p><p>
		 Style property defining the opacity of the icon for the disabled state.
		 </p></div><a name="constantDetail"></a><a name="disabledIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">disabledIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const disabledIconSkin:String = button_disabledIconSkin</code><p></p><p></p><p>
		 Style property defining the disabled icon skin.
		 </p></div><a name="constantDetail"></a><a name="disabledIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">disabledIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const disabledIconSkinName:String = button_disabledIconSkinName</code><p></p><p></p><p>
		 Style property defining the icon skin name used for the disabled state.
		 </p></div><a name="constantDetail"></a><a name="disabledLabelStyles"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">disabledLabelStyles</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const disabledLabelStyles:String = button_disabledLabelStyles</code><p></p><p></p><p>
		 Style property defining the label styles for the disabled state.
		 
		 <div class="listing"><pre>
                button.setStyle(Button.style.disabledLabelStyles, [
                    Label.style.color, 0xCCCCCC,
                    Label.style.bold, false,
                    Label.style.size, 10
                ]);
         </pre></div>
		 </p></div><a name="constantDetail"></a><a name="disabledSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">disabledSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const disabledSkin:String = button_disabledSkin</code><p></p><p></p><p>
		 Style property defining the disabled skin.
		 </p></div><a name="constantDetail"></a><a name="disabledSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">disabledSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const disabledSkinName:String = button_disabledSkinName</code><p></p><p></p><p>
		 Style property defining the skin name used for the disabled state.
		 </p></div><a name="constantDetail"></a><a name="downIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">downIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const downIconSkin:String = button_downIconSkin</code><p></p><p></p><p>
		 Style property defining the down icon skin.
		 </p></div><a name="constantDetail"></a><a name="downIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">downIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const downIconSkinName:String = button_downIconSkinName</code><p></p><p></p><p>
		 Style property defining the icon skin name used for the down state.
		 </p></div><a name="constantDetail"></a><a name="downSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">downSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const downSkin:String = button_downSkin</code><p></p><p></p><p>
		 Style property defining the down skin.
		 </p></div><a name="constantDetail"></a><a name="downSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">downSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const downSkinName:String = button_downSkinName</code><p></p><p></p><p>
		 Style property defining the skin name used for the down state.
		 </p></div><a name="constantDetail"></a><a name="iconColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">iconColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const iconColor:String = button_iconColor</code><p></p><p></p><p>
		 Style property defining the color of icon coloration.
		 </p></div><a name="constantDetail"></a><a name="labelStyles"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">labelStyles</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const labelStyles:String = button_labelStyles</code><p></p><p></p><p>
		 Style property defining the label default styles.
		 
		 <div class="listing"><pre>
                button.setStyle(Button.style.labelStyles, [
                    Label.style.color, 0xFF0000,
                    Label.style.bold, false,
                    Label.style.size, 10
                ]);
         </pre></div>
		 </p></div><a name="constantDetail"></a><a name="overIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">overIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const overIconSkin:String = button_overIconSkin</code><p></p><p></p><p>
		 Style property defining the over icon skin.
		 </p></div><a name="constantDetail"></a><a name="overIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">overIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const overIconSkinName:String = button_overIconSkinName</code><p></p><p></p><p>
		 Style property defining the icon skin name used for the over state.
		 </p></div><a name="constantDetail"></a><a name="overLabelStyles"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">overLabelStyles</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const overLabelStyles:String = button_overLabelStyles</code><p></p><p></p><p>
		 Style property defining the label styles for the over state.
		 
		 <div class="listing"><pre>
                button.setStyle(Button.style.overLabelStyles, [
                    Label.style.color, 0x0000FF,
                    Label.style.bold, true,
                    Label.style.size, 10
                ]);
         </pre></div>
		 </p></div><a name="constantDetail"></a><a name="overSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">overSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const overSkin:String = button_overSkin</code><p></p><p></p><p>
		 Style property defining the over skin.
		 </p></div><a name="constantDetail"></a><a name="overSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">overSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const overSkinName:String = button_overSkinName</code><p></p><p></p><p>
		 Style property defining the skin name used for the over state.
		 </p></div><a name="constantDetail"></a><a name="selectedDisabledIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedDisabledIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedDisabledIconSkin:String = button_selectedDisabledIconSkin</code><p></p><p></p><p>
		 Style property defining the selected disabled icon skin.
		 </p></div><a name="constantDetail"></a><a name="selectedDisabledIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedDisabledIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedDisabledIconSkinName:String = button_selectedDisabledIconSkinName</code><p></p><p></p><p>
		 Style property defining the icon skin name used for the selected disabled state.
		 </p></div><a name="constantDetail"></a><a name="selectedDisabledSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedDisabledSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedDisabledSkin:String = button_selectedDisabledSkin</code><p></p><p></p><p>
		 Style property defining the selected disabled skin.
		 </p></div><a name="constantDetail"></a><a name="selectedDisabledSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedDisabledSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedDisabledSkinName:String = button_selectedDisabledSkinName</code><p></p><p></p><p>
		 Style property defining the skin name used for the selected disabled state.
		 </p></div><a name="constantDetail"></a><a name="selectedDownIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedDownIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedDownIconSkin:String = button_selectedDownIconSkin</code><p></p><p></p><p>
		 Style property defining the selected down icon skin.
		 </p></div><a name="constantDetail"></a><a name="selectedDownIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedDownIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedDownIconSkinName:String = button_selectedDownIconSkinName</code><p></p><p></p><p>
		 Style property defining the icon skin name used for the selected down state.
		 </p></div><a name="constantDetail"></a><a name="selectedDownSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedDownSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedDownSkin:String = button_selectedDownSkin</code><p></p><p></p><p>
		 Style property defining the selected down skin.
		 </p></div><a name="constantDetail"></a><a name="selectedDownSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedDownSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedDownSkinName:String = button_selectedDownSkinName</code><p></p><p></p><p>
		 Style property defining the skin name used for the selected down state.
		 </p></div><a name="constantDetail"></a><a name="selectedLabelStyles"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedLabelStyles</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedLabelStyles:String = button_selectedLabelStyles</code><p></p><p></p><p>
		 Style property defining the label styles for the selected state.
		 
		 <div class="listing"><pre>
                button.setStyle(Button.style.selectedLabelStyles, [
                    Label.style.color, 0xFF0000,
                    Label.style.bold, true,
                    Label.style.size, 12
                ]);
         </pre></div>
		 </p></div><a name="constantDetail"></a><a name="selectedOverIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedOverIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedOverIconSkin:String = button_selectedOverIconSkin</code><p></p><p></p><p>
		 Style property defining the selected over icon skin.
		 </p></div><a name="constantDetail"></a><a name="selectedOverIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedOverIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedOverIconSkinName:String = button_selectedOverIconSkinName</code><p></p><p></p><p>
		 Style property defining the icon skin name used for the selected over state.
		 </p></div><a name="constantDetail"></a><a name="selectedOverSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedOverSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedOverSkin:String = button_selectedOverSkin</code><p></p><p></p><p>
		 Style property defining the selected over skin.
		 </p></div><a name="constantDetail"></a><a name="selectedOverSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedOverSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedOverSkinName:String = button_selectedOverSkinName</code><p></p><p></p><p>
		 Style property defining the skin name used for the selected over state.
		 </p></div><a name="constantDetail"></a><a name="selectedUpIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedUpIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedUpIconSkin:String = button_selectedUpIconSkin</code><p></p><p></p><p>
		 Style property defining the selected up icon skin.
		 </p></div><a name="constantDetail"></a><a name="selectedUpIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedUpIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedUpIconSkinName:String = button_selectedUpIconSkinName</code><p></p><p></p><p>
		 Style property defining the icon skin name used for the selected up state.
		 </p></div><a name="constantDetail"></a><a name="selectedUpSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedUpSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedUpSkin:String = button_selectedUpSkin</code><p></p><p></p><p>
		 Style property defining the selected up skin.
		 </p></div><a name="constantDetail"></a><a name="selectedUpSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedUpSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedUpSkinName:String = button_selectedUpSkinName</code><p></p><p></p><p>
		 Style property defining the skin name used for the selected up state.
		 </p></div><a name="constantDetail"></a><a name="toolTipOffsetX"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toolTipOffsetX</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const toolTipOffsetX:String = button_toolTipOffsetX</code><p></p><p></p><p>
		 Style property defining the x position of the tool tip.
		 </p></div><a name="constantDetail"></a><a name="toolTipOffsetY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toolTipOffsetY</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const toolTipOffsetY:String = button_toolTipOffsetY</code><p></p><p></p><p>
		 Style property defining the y position of the tool tip.
		 </p></div><a name="constantDetail"></a><a name="upIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">upIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const upIconSkin:String = button_upIconSkin</code><p></p><p></p><p>
		 Style property defining the up icon skin.
		 </p></div><a name="constantDetail"></a><a name="upIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">upIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const upIconSkinName:String = button_upIconSkinName</code><p></p><p></p><p>
		 Style property defining the icon skin name used for the up state.
		 </p></div><a name="constantDetail"></a><a name="upSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">upSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const upSkin:String = button_upSkin</code><p></p><p></p><p>
		 Style property defining the up skin.
		 </p></div><a name="constantDetail"></a><a name="upSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">upSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const upSkinName:String = button_upSkinName</code><p></p><p></p><p>
		 Style property defining the skin name used for the up state.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.button - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.button</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IButton.html"><i>IButton</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="Button.html">Button</a></td></tr><tr><td><a href="ButtonEvent.html">ButtonEvent</a></td></tr><tr><td><a href="ButtonStyles.html">ButtonStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IButton,com.sibirjak.asdpc.button.IButton,BINDABLE_PROPERTY_SELECTED,CLICK,DISABLED_ICON_SKIN_NAME,DISABLED_SKIN_NAME,DOWN_ICON_SKIN_NAME,DOWN_SKIN_NAME,MOUSE_DOWN,MOUSE_UP_OUTSIDE,OVER_ICON_SKIN_NAME,OVER_SKIN_NAME,ROLL_OUT,ROLL_OVER,SELECTED_DISABLED_ICON_SKIN_NAME,SELECTED_DISABLED_SKIN_NAME,SELECTED_DOWN_ICON_SKIN_NAME,SELECTED_DOWN_SKIN_NAME,SELECTED_OVER_ICON_SKIN_NAME,SELECTED_OVER_SKIN_NAME,SELECTED_UP_ICON_SKIN_NAME,SELECTED_UP_SKIN_NAME,SELECTION_CHANGED,UP_ICON_SKIN_NAME,UP_SKIN_NAME,_icon,_label,_labelText,_skin,autoRepeat,autoRepeat,autoRepeatDelay,autoRepeatRate,buttonHeight,buttonWidth,coloriseIcon,disabledIconAlpha,disabledIconSkin,disabledIconSkinName,disabledLabelStyles,disabledSkin,disabledSkinName,downIconSkin,downIconSkinName,downSkin,downSkinName,enabled,enabled,iconColor,label,label,labelStyles,overIconSkin,overIconSkinName,overLabelStyles,overSkin,overSkinName,selected,selected,selectedDisabledIconSkin,selectedDisabledIconSkinName,selectedDisabledSkin,selectedDisabledSkinName,selectedDownIconSkin,selectedDownIconSkinName,selectedDownSkin,selectedDownSkinName,selectedLabel,selectedLabel,selectedLabelStyles,selectedOverIconSkin,selectedOverIconSkinName,selectedOverSkin,selectedOverSkinName,selectedToolTip,selectedToolTip,selectedUpIconSkin,selectedUpIconSkinName,selectedUpSkin,selectedUpSkinName,style,toggle,toggle,toolTip,toolTip,toolTipOffsetX,toolTipOffsetY,upIconSkin,upIconSkinName,upSkin,upSkinName"><title>com.sibirjak.asdpc.button.IButton</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IButton - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/button/IButton.html&amp;com/sibirjak/asdpc/button/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IButton</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IButton"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.button</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IButton extends  <a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IControl.html">IControl</a>,  <a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table><p></p><p></p><p></p>
	 Button public interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#autoRepeat" class="signatureLink">autoRepeat</a> : Boolean<div class="summaryTableDescription">
		 Returns true, if the button has auto repeat enabled.</div></td><td class="summaryTableOwnerCol">IButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">
		 Enables or disables a button.</div></td><td class="summaryTableOwnerCol">IButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#label" class="signatureLink">label</a> : String<div class="summaryTableDescription">
		 The label displayed within the button.</div></td><td class="summaryTableOwnerCol">IButton</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">
		 Selectes or deselects a toggle button.</div></td><td class="summaryTableOwnerCol">IButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedLabel" class="signatureLink">selectedLabel</a> : String<div class="summaryTableDescription">
		 The label text for the selected state.</div></td><td class="summaryTableOwnerCol">IButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedToolTip" class="signatureLink">selectedToolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 Sets a tool tip displayed in selected state.</div></td><td class="summaryTableOwnerCol">IButton</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#toggle" class="signatureLink">toggle</a> : Boolean<div class="summaryTableDescription">
		 Converts a click button into a toggle button.</div></td><td class="summaryTableOwnerCol">IButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#toolTip" class="signatureLink">toolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 Sets a tool tip.</div></td><td class="summaryTableOwnerCol">IButton</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="autoRepeat"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">autoRepeat</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>autoRepeat:Boolean</code><p></p><p></p><p>
		 Returns true, if the button has auto repeat enabled.
		 
		 <p>Setting to true has effect only to click buttons.</p>
		 
		 <p>You may specify repeat delay and rate via button styles.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get autoRepeat():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set autoRepeat(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="enabled"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enabled</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>enabled:Boolean</code><p></p><p></p><p>
		 Enables or disables a button.
		 
		 <p>True, if the button is currently enabled.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get enabled():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set enabled(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="label"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">label</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>label:String</code><p></p><p></p><p>
		 The label displayed within the button.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get label():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set label(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="selected"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selected</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selected:Boolean</code><p></p><p></p><p>
		 Selectes or deselects a toggle button.
		 
		 <p>True, if a toggle button is currently selected.</p>
		 
		 <p>Setting to true has effect only to toggle buttons.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selected():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selected(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="selectedLabel"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedLabel</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedLabel:String</code><p></p><p></p><p>
		 The label text for the selected state.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedLabel():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectedLabel(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="selectedToolTip"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedToolTip</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedToolTip:String</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets a tool tip displayed in selected state.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectedToolTip(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="toggle"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toggle</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>toggle:Boolean</code><p></p><p></p><p>
		 Converts a click button into a toggle button.
		 
		 <p>True, if the button is a toggle button.</p>
		 
		 <p>Can be set only before the button is added to the display list.</p>
		 
		 <p>If toggle == true, auto repeat is not available.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get toggle():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set toggle(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="toolTip"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toolTip</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>toolTip:String</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets a tool tip.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set toolTip(value:String):void</code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.button Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.button package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/button/package-detail.html&amp;com/sibirjak/asdpc/button/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.button</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.button"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IButton.html">IButton</a></i></td><td class="summaryTableLastCol">
	 Button public interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Button.html">Button</a></td><td class="summaryTableLastCol">
	 Button component.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ButtonEvent.html">ButtonEvent</a></td><td class="summaryTableLastCol">
	 Button event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ButtonStyles.html">ButtonStyles</a></td><td class="summaryTableLastCol">
	 Button style properties.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ButtonSkin,com.sibirjak.asdpc.button.skins.ButtonSkin,style_backgroundAlpha,style_backgroundColors,style_border,style_borderAlias,style_borderAliasAlpha,style_borderColors,style_cornerRadius,style_disabledBackgroundColors,style_overBackgroundColors,backgroundAlpha,backgroundColors,border,borderAlias,borderAliasAlpha,borderColors,cornerRadius"><title>com.sibirjak.asdpc.button.skins.ButtonSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ButtonSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/button/skins/ButtonSkin.html&amp;com/sibirjak/asdpc/button/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ButtonSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ButtonSkin"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.button.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ButtonSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ButtonSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 The default button skin.
	 
	 <p>This skin is a statful skin used for all 8 button states.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ButtonSkin()" class="signatureLink">ButtonSkin</a>()</div><div class="summaryTableDescription">
		 ButtonSkin constructor.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#background()" class="signatureLink">background</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the background visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundAlpha()" class="signatureLink">backgroundAlpha</a>():Number</div><div class="summaryTableDescription">[override] 
		 
		 Returns the background alpha value.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundColors()" class="signatureLink">backgroundColors</a>():Array</div><div class="summaryTableDescription">[override] 
		 
		 Returns the background colors.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#backgroundRotation()" class="signatureLink">backgroundRotation</a>():Number</div><div class="summaryTableDescription">
		 Returns the background gradient fill rotation.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#border()" class="signatureLink">border</a>():Boolean</div><div class="summaryTableDescription">[override] 
		 
		 Returns the border visibility.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderAlias()" class="signatureLink">borderAlias</a>():Boolean</div><div class="summaryTableDescription">[override] 
		 
		 Returns the border alias.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderAliasAlpha()" class="signatureLink">borderAliasAlpha</a>():Number</div><div class="summaryTableDescription">[override] 
		 
		 Returns the border alias alpha value.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderColors()" class="signatureLink">borderColors</a>():Array</div><div class="summaryTableDescription">[override] 
		 
		 Returns the border colors.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderSides()" class="signatureLink">borderSides</a>():uint</div><div class="summaryTableDescription">
		 Returns the visible border sides.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cornerRadius()" class="signatureLink">cornerRadius</a>():uint</div><div class="summaryTableDescription">[override] 
		 
		 Returns the corner radius.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:buttonSkin_backgroundAlpha"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">buttonSkin_backgroundAlpha</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number&nbsp;<span class="label">Format: </span>Alpha<br/>
		 Style property defining the opacity of the background.
		 </td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:buttonSkin_backgroundColors"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">buttonSkin_backgroundColors</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the background colors for the default state.
		 </td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:buttonSkin_border"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">buttonSkin_border</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the visibility of borders.
		 </td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:buttonSkin_borderAlias"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">buttonSkin_borderAlias</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the border alias.
		 </td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:buttonSkin_borderAliasAlpha"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">buttonSkin_borderAliasAlpha</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number&nbsp;<span class="label">Format: </span>Alpha<br/>
		 Style property defining the border alias opacity.
		 </td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:buttonSkin_borderColors"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">buttonSkin_borderColors</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the border colors.
		 </td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:buttonSkin_cornerRadius"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">buttonSkin_cornerRadius</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the radius of all 4 button corners.
		 </td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:buttonSkin_disabledBackgroundColors"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">buttonSkin_disabledBackgroundColors</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the background colors for the disabled state.
		 </td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:buttonSkin_overBackgroundColors"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">buttonSkin_overBackgroundColors</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the background colors for the over state.
		 </td><td class="summaryTableOwnerCol">ButtonSkin</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#ALL_BORDER" class="signatureLink">ALL_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for all borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#BOTTOM_BORDER" class="signatureLink">BOTTOM_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the bottom border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#LEFT_BORDER" class="signatureLink">LEFT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the left border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#RIGHT_BORDER" class="signatureLink">RIGHT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the right border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundAlpha" class="signatureLink">style_backgroundAlpha</a> : String = buttonSkin_backgroundAlpha<div class="summaryTableDescription">[static] 
		 Style property defining the opacity of the background.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundColors" class="signatureLink">style_backgroundColors</a> : String = buttonSkin_backgroundColors<div class="summaryTableDescription">[static] 
		 Style property defining the background colors for the default state.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_border" class="signatureLink">style_border</a> : String = buttonSkin_border<div class="summaryTableDescription">[static] 
		 Style property defining the visibility of borders.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderAlias" class="signatureLink">style_borderAlias</a> : String = buttonSkin_borderAlias<div class="summaryTableDescription">[static] 
		 Style property defining the border alias.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderAliasAlpha" class="signatureLink">style_borderAliasAlpha</a> : String = buttonSkin_borderAliasAlpha<div class="summaryTableDescription">[static] 
		 Style property defining the border alias opacity.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderColors" class="signatureLink">style_borderColors</a> : String = buttonSkin_borderColors<div class="summaryTableDescription">[static] 
		 Style property defining the border colors.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_cornerRadius" class="signatureLink">style_cornerRadius</a> : String = buttonSkin_cornerRadius<div class="summaryTableDescription">[static] 
		 Style property defining the radius of all 4 button corners.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_disabledBackgroundColors" class="signatureLink">style_disabledBackgroundColors</a> : String = buttonSkin_disabledBackgroundColors<div class="summaryTableDescription">[static] 
		 Style property defining the background colors for the disabled state.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_overBackgroundColors" class="signatureLink">style_overBackgroundColors</a> : String = buttonSkin_overBackgroundColors<div class="summaryTableDescription">[static] 
		 Style property defining the background colors for the over state.</div></td><td class="summaryTableOwnerCol">ButtonSkin</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#TOP_BORDER" class="signatureLink">TOP_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the top border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ButtonSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ButtonSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ButtonSkin()</code><p></p><p>
		 ButtonSkin constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="backgroundAlpha()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundAlpha</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function backgroundAlpha():Number</code><p></p><p></p><p>
		 
		 Returns the background alpha value.
		 
		 <p>The default value is 1.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code> &mdash; The background alpha value.
		 </td></tr></table></div><a name="backgroundColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function backgroundColors():Array</code><p></p><p></p><p>
		 
		 Returns the background colors.
		 
		 <p>The default values are [0xF8F8F8, 0xE0E0E0].</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; The background colors.
		 </td></tr></table></div><a name="border()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">border</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function border():Boolean</code><p></p><p></p><p>
		 
		 Returns the border visibility.
		 
		 <p>The default value is true.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; The border visibility.
		 </td></tr></table></div><a name="borderAlias()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderAlias</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function borderAlias():Boolean</code><p></p><p></p><p>
		 
		 Returns the border alias.
		 
		 <p>The default value is true.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; The border alias.
		 </td></tr></table></div><a name="borderAliasAlpha()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderAliasAlpha</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function borderAliasAlpha():Number</code><p></p><p></p><p>
		 
		 Returns the border alias alpha value.
		 
		 <p>The default value is .1.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code> &mdash; The border alias alpha value.
		 </td></tr></table></div><a name="borderColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function borderColors():Array</code><p></p><p></p><p>
		 
		 Returns the border colors.
		 
		 <p>The default values are [0xCCCCCC, 0x666666].</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; The border colors.
		 </td></tr></table></div><a name="cornerRadius()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cornerRadius</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function cornerRadius():uint</code><p></p><p></p><p>
		 
		 Returns the corner radius.
		 
		 <p>The default value is 1.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code> &mdash; The corner radius.
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_backgroundAlpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundAlpha</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_backgroundAlpha:String = buttonSkin_backgroundAlpha</code><p></p><p></p><p>
		 Style property defining the opacity of the background.
		 </p></div><a name="constantDetail"></a><a name="style_backgroundColors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundColors</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundColors:String = buttonSkin_backgroundColors</code><p></p><p></p><p>
		 Style property defining the background colors for the default state.
		 </p></div><a name="constantDetail"></a><a name="style_border"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_border</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_border:String = buttonSkin_border</code><p></p><p></p><p>
		 Style property defining the visibility of borders.
		 </p></div><a name="constantDetail"></a><a name="style_borderAlias"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderAlias</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderAlias:String = buttonSkin_borderAlias</code><p></p><p></p><p>
		 Style property defining the border alias.
		 </p></div><a name="constantDetail"></a><a name="style_borderAliasAlpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderAliasAlpha</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderAliasAlpha:String = buttonSkin_borderAliasAlpha</code><p></p><p></p><p>
		 Style property defining the border alias opacity.
		 </p></div><a name="constantDetail"></a><a name="style_borderColors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderColors</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderColors:String = buttonSkin_borderColors</code><p></p><p></p><p>
		 Style property defining the border colors.
		 </p></div><a name="constantDetail"></a><a name="style_cornerRadius"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_cornerRadius</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_cornerRadius:String = buttonSkin_cornerRadius</code><p></p><p></p><p>
		 Style property defining the radius of all 4 button corners.
		 </p></div><a name="constantDetail"></a><a name="style_disabledBackgroundColors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_disabledBackgroundColors</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_disabledBackgroundColors:String = buttonSkin_disabledBackgroundColors</code><p></p><p></p><p>
		 Style property defining the background colors for the disabled state.
		 </p></div><a name="constantDetail"></a><a name="style_overBackgroundColors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_overBackgroundColors</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_overBackgroundColors:String = buttonSkin_overBackgroundColors</code><p></p><p></p><p>
		 Style property defining the background colors for the over state.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.button.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.button.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ButtonSkin.html">ButtonSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.button.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.button.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/button/skins/package-detail.html&amp;com/sibirjak/asdpc/button/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.button.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.button.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ButtonSkin.html">ButtonSkin</a></td><td class="summaryTableLastCol">
	 The default button skin.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="BindableView,com.sibirjak.asdpc.core.BindableView,addChild,addChildAt,addChildAt,addChild,bindProperty,bindProperty,cleanUp,cleanUp,cleanUp,cleanUpCalled,cleanUpCalled,colorise,commitUpdate,contains,draw,drawSkin,drawSkin,getChildAt,getDefaultStyles,getDefaultStyles,getStyle,getStyle,getViewProperty,getViewProperty,init,init,initialised,invalidate,invalidateProperty,isInvalid,moveTo,moveTo,moveTo,removeAllBindings,removeChildAt,removeChild,removeFromAutoUpdate,setBindableProperties,setDefaultSize,setDefaultStyles,setDefaultStyles,setSize,setSize,setSize,setSize,setStyle,setStyle,setStyles,setStyles,setViewProperty,setViewProperty,shouldUpdate,styleChanged,styleChanged,styleManagerStyleChangeHandler,styleManagerStyleChangeHandler,unbindProperty,unbindProperty,update,update,updateAllBindings,updateAutomatically,updateBindingsForProperty,updateProperty,updateSize,validateNow,validateNow,validateNow"><title>com.sibirjak.asdpc.core.BindableView</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'BindableView - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/BindableView.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">BindableView</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("BindableView"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  BindableView</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">BindableView  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a></td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a>,  <a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a>,  <a href="../../../../com/sibirjak/asdpcbeta/selectbox/SelectBox.html">SelectBox</a>,  <a href="../../../../com/sibirjak/asdpcbeta/slider/Slider.html">Slider</a>,  <a href="../../../../com/sibirjak/asdpcbeta/tabbar/TabBar.html">TabBar</a></td></tr></table><p></p><p></p><p></p>
	 View with binding capabilities.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#BindableView()" class="signatureLink">BindableView</a>()</div><div class="summaryTableDescription">
		 BindableView constructor.</div></td><td class="summaryTableOwnerCol">BindableView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol">BindableView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol">BindableView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol">BindableView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">BindableView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol">BindableView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol">BindableView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol">BindableView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="BindableView()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BindableView</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function BindableView()</code><p></p><p>
		 BindableView constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="bindProperty()"></a><a name="bindProperty(String,Object,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bindProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public final function bindProperty(propertyName:String, listener:Object, listenerPropertyName:String = null):void</code><p></p><p></p><p>
		 Binds a listener (bound listener) to a bindable property.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code> &mdash; The name of the property to bind.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Object</code> &mdash; A function reference or the object that hosts the property,
		 that should be updated automatically.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listenerPropertyName</span>:String</code> (default = <code>null</code>)<code></code> &mdash; The listener property, that should be updated automatically.
		 </td></tr></table></p></div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="removeAllBindings()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeAllBindings</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function removeAllBindings():void</code><p></p><p></p><p>
		 Removes all bindings.
		 </p></div><a name="setBindableProperties()"></a><a name="setBindableProperties(Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setBindableProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function setBindableProperties(properties:Array):void</code><p></p><p></p><p>
		 Sets a list of bindable properties.
		 
		 <p>If not enabled by this setter, binding of a property does not work.</p>
		 
		 <p>This list is usually set within the constructor of the client.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">properties</span>:Array</code> &mdash; A list of bindable properties.
		 </td></tr></table></p></div><a name="unbindProperty()"></a><a name="unbindProperty(String,Object,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">unbindProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function unbindProperty(propertyName:String, listener:Object, listenerPropertyName:String = null):void</code><p></p><p></p><p>
		 Unbinds a formerly bound listener from a bindable property.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code> &mdash; The name of the property to unbind.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Object</code> &mdash; A function reference or the object that hosts the property,
		 that was updated automatically.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listenerPropertyName</span>:String</code> (default = <code>null</code>)<code></code> &mdash; The listener property, that was updated automatically.
		 </td></tr></table></p></div><a name="updateAllBindings()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateAllBindings</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function updateAllBindings():void</code><p></p><p></p><p>
		 Commands the BindingManager to update all bound listeners of a all properties.
		 
		 <p>This method is invoked by the binding client usually after is has
		 been fully initialised. A View instance would do this in its initialised()
		 method.</p>
		 </p></div><a name="updateBindingsForProperty()"></a><a name="updateBindingsForProperty(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateBindingsForProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function updateBindingsForProperty(propertyName:String):void</code><p></p><p></p><p>
		 Updates all listeners of a certain property.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code> &mdash; The name of the bound property.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.core - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.core</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IBindableView.html"><i>IBindableView</i></a></td></tr><tr><td><a href="IControl.html"><i>IControl</i></a></td></tr><tr><td><a href="IDataRendererSkin.html"><i>IDataRendererSkin</i></a></td></tr><tr><td><a href="IDisplayObject.html"><i>IDisplayObject</i></a></td></tr><tr><td><a href="IDisplayObjectContainer.html"><i>IDisplayObjectContainer</i></a></td></tr><tr><td><a href="ISkin.html"><i>ISkin</i></a></td></tr><tr><td><a href="IView.html"><i>IView</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="BindableView.html">BindableView</a></td></tr><tr><td><a href="Container.html">Container</a></td></tr><tr><td><a href="DisplayObjectAdapter.html">DisplayObjectAdapter</a></td></tr><tr><td><a href="Skin.html">Skin</a></td></tr><tr><td><a href="View.html">View</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="Container,com.sibirjak.asdpc.core.Container,UPDATE_PROPERTY_HEIGHT,UPDATE_PROPERTY_SIZE,UPDATE_PROPERTY_STYLE,UPDATE_PROPERTY_WIDTH,_height,_initialised,_styleManager,_width,addedToStage,addedToStage,alpha,data,height,height,mask,mouseChildren,mouseEnabled,name,numChildren,parent,scaleX,scaleY,stage,stage,styleManager,viewPropertyManager,visible,width,width,x,y,addChild,addChildAt,addChildAt,addChild,bindProperty,bindProperty,cleanUp,cleanUp,cleanUp,cleanUpCalled,cleanUpCalled,colorise,commitUpdate,contains,draw,drawSkin,drawSkin,getChildAt,getDefaultStyles,getDefaultStyles,getStyle,getStyle,getViewProperty,getViewProperty,init,init,initialised,invalidate,invalidateProperty,isInvalid,moveTo,moveTo,moveTo,removeAllBindings,removeChildAt,removeChild,removeFromAutoUpdate,setBindableProperties,setDefaultSize,setDefaultStyles,setDefaultStyles,setSize,setSize,setSize,setSize,setStyle,setStyle,setStyles,setStyles,setViewProperty,setViewProperty,shouldUpdate,styleChanged,styleChanged,styleManagerStyleChangeHandler,styleManagerStyleChangeHandler,unbindProperty,unbindProperty,update,update,updateAllBindings,updateAutomatically,updateBindingsForProperty,updateProperty,updateSize,validateNow,validateNow,validateNow"><title>com.sibirjak.asdpc.core.Container</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Container - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/Container.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Container</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Container"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Container</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Container  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table><p></p><p></p><p></p>
	 Sprite with style inheritance support.
	 
	 <p>In order of a working style management the display list must not
	 be interrupted by non IStyleManagerClient instances such as Sprite is.
	 In all the cases we only need a lightweight display object container
	 we should use the Container then rather than the more heavy View.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol">Container</td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol">Container</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#Container()" class="signatureLink">Container</a>()</div><div class="summaryTableDescription">
		 Container constructor.</div></td><td class="summaryTableOwnerCol">Container</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">Container</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_styleManager"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_styleManager</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _styleManager:<a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a></code><p></p><p></p><p>
		 StyleManager instance.
		 </p></div><a name="propertyDetail"></a><a name="styleManager"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleManager</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>styleManager:<a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The clients StyleManager instance.
		 
		 <p>This instance is usually set within the client's constructor.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get styleManager():<a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a></code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="Container()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">Container</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function Container()</code><p></p><p>
		 Container constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="styleManagerStyleChangeHandler()"></a><a name="styleManagerStyleChangeHandler(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleManagerStyleChangeHandler</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function styleManagerStyleChangeHandler(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your client to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="DisplayObjectAdapter,com.sibirjak.asdpc.core.DisplayObjectAdapter,addChild,addChildAt,addChildAt,addChild,bindProperty,bindProperty,cleanUp,cleanUp,cleanUp,cleanUpCalled,cleanUpCalled,colorise,commitUpdate,contains,draw,drawSkin,drawSkin,getChildAt,getDefaultStyles,getDefaultStyles,getStyle,getStyle,getViewProperty,getViewProperty,init,init,initialised,invalidate,invalidateProperty,isInvalid,moveTo,moveTo,moveTo,removeAllBindings,removeChildAt,removeChild,removeFromAutoUpdate,setBindableProperties,setDefaultSize,setDefaultStyles,setDefaultStyles,setSize,setSize,setSize,setSize,setStyle,setStyle,setStyles,setStyles,setViewProperty,setViewProperty,shouldUpdate,styleChanged,styleChanged,styleManagerStyleChangeHandler,styleManagerStyleChangeHandler,unbindProperty,unbindProperty,update,update,updateAllBindings,updateAutomatically,updateBindingsForProperty,updateProperty,updateSize,validateNow,validateNow,validateNow"><title>com.sibirjak.asdpc.core.DisplayObjectAdapter</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DisplayObjectAdapter - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/DisplayObjectAdapter.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DisplayObjectAdapter</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DisplayObjectAdapter"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DisplayObjectAdapter</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DisplayObjectAdapter  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Generic adapter to several display object types.
	 
	 <p>A display object generally can be one of the following types:</p>
	 
	              <ul>
	                 <li>IView instance: Use the IView interface to set size and to validate.</li>
	                 <li>ISkin instance: Use the ISkin interface to set size and to validate.
	 Invokes drawSkin after the ISkin has been added to its owner the first time.</li>
	                 <li>Native Flash display object (Sprite, Bitmap): Set size via the native methods
	 (.width, .height). If the display object is a bitmap, bitmap smoothing get
	 enabled after the object has been added to its owner the first time.</li>
	              </ul>
	 
	           <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addChild()" class="signatureLink">addChild</a>(displayObject:DisplayObject, container:DisplayObjectContainer):void</div><div class="summaryTableDescription">[static] 
		 Adds a displayObject as the topmost child to the display list.</div></td><td class="summaryTableOwnerCol">DisplayObjectAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addChildAt()" class="signatureLink">addChildAt</a>(displayObject:DisplayObject, container:DisplayObjectContainer, index:uint):void</div><div class="summaryTableDescription">[static] 
		 Adds a display object at the given position to the display list.</div></td><td class="summaryTableOwnerCol">DisplayObjectAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>(displayObject:DisplayObject):void</div><div class="summaryTableDescription">[static] 
		 Cleans up the given display object.</div></td><td class="summaryTableOwnerCol">DisplayObjectAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#colorise()" class="signatureLink">colorise</a>(displayObject:DisplayObject, color:uint):void</div><div class="summaryTableDescription">[static] 
		 Colorises a display object using color transform.</div></td><td class="summaryTableOwnerCol">DisplayObjectAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#moveTo()" class="signatureLink">moveTo</a>(displayObject:DisplayObject, x:int, y:int):void</div><div class="summaryTableDescription">[static] 
		 Moves a display object.</div></td><td class="summaryTableOwnerCol">DisplayObjectAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSize()" class="signatureLink">setSize</a>(displayObject:DisplayObject, width:uint, height:uint, fitBitmapToSize:Boolean = false):void</div><div class="summaryTableDescription">[static] 
		 Resizes a display object.</div></td><td class="summaryTableOwnerCol">DisplayObjectAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#validateNow()" class="signatureLink">validateNow</a>(displayObject:DisplayObject):void</div><div class="summaryTableDescription">[static] 
		 Validates the given display object.</div></td><td class="summaryTableOwnerCol">DisplayObjectAdapter</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="addChild()"></a><a name="addChild(flash.display.DisplayObject,flash.display.DisplayObjectContainer)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addChild</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public static function addChild(displayObject:DisplayObject, container:DisplayObjectContainer):void</code><p></p><p></p><p>
		 Adds a displayObject as the topmost child to the display list.
		 
		 <p>Utilises the addChildAt() method of this class.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">displayObject</span>:DisplayObject</code> &mdash; The display object.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">container</span>:DisplayObjectContainer</code> &mdash; The owner.
		 </td></tr></table></p></div><a name="addChildAt()"></a><a name="addChildAt(flash.display.DisplayObject,flash.display.DisplayObjectContainer,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addChildAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function addChildAt(displayObject:DisplayObject, container:DisplayObjectContainer, index:uint):void</code><p></p><p></p><p>
		 Adds a display object at the given position to the display list.
		 
		 <p>ISkin instances get their drawSkin() method called. Bitmaps get their
		 bitmap.smoothing property set to true.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">displayObject</span>:DisplayObject</code> &mdash; The display object.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">container</span>:DisplayObjectContainer</code> &mdash; The owner.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; The child z-index position.
		 </td></tr></table></p></div><a name="cleanUp()"></a><a name="cleanUp(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function cleanUp(displayObject:DisplayObject):void</code><p></p><p></p><p>
		 Cleans up the given display object.
		 
		 <p>An IView instance gets its cleanUp() method called, other types are
		 not affected.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">displayObject</span>:DisplayObject</code> &mdash; The display object to clean up.
		 </td></tr></table></p></div><a name="colorise()"></a><a name="colorise(flash.display.DisplayObject,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">colorise</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function colorise(displayObject:DisplayObject, color:uint):void</code><p></p><p></p><p>
		 Colorises a display object using color transform.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">displayObject</span>:DisplayObject</code> &mdash; The display object.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">color</span>:uint</code> &mdash; The color.
		 </td></tr></table></p></div><a name="moveTo()"></a><a name="moveTo(flash.display.DisplayObject,int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">moveTo</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function moveTo(displayObject:DisplayObject, x:int, y:int):void</code><p></p><p></p><p>
		 Moves a display object.
		 
		 <p>This is a convenience method. You may use object.x and object.y instead.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">displayObject</span>:DisplayObject</code> &mdash; The display object.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">x</span>:int</code> &mdash; The x position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">y</span>:int</code> &mdash; The y position.
		 </td></tr></table></p></div><a name="setSize()"></a><a name="setSize(flash.display.DisplayObject,uint,uint,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function setSize(displayObject:DisplayObject, width:uint, height:uint, fitBitmapToSize:Boolean = false):void</code><p></p><p></p><p>
		 Resizes a display object.
		 
		 <p>If the flag fitBitmapToSize is set, a bitmap object that would exceed the
		 given dimensions will be fitted by keeping its aspect ratio. This is useful
		 e.g. with icon skins for buttons.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">displayObject</span>:DisplayObject</code> &mdash; The display object.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">width</span>:uint</code> &mdash; The object width.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:uint</code> &mdash; The object height.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">fitBitmapToSize</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; A flag to fit bitmap object to the dimensions by keeping the aspect ratio.
		 </td></tr></table></p></div><a name="validateNow()"></a><a name="validateNow(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">validateNow</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function validateNow(displayObject:DisplayObject):void</code><p></p><p></p><p>
		 Validates the given display object.
		 
		 <p>An IView instance calls its validateNow() method, an ISkin instance will
		 be redrawn. For an arbitrary DisplayObject will nothing be done.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">displayObject</span>:DisplayObject</code> &mdash; The display object.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IBindableView,com.sibirjak.asdpc.core.IBindableView,addChild,addChildAt,addChildAt,addChild,bindProperty,bindProperty,cleanUp,cleanUp,cleanUp,cleanUpCalled,cleanUpCalled,colorise,commitUpdate,contains,draw,drawSkin,drawSkin,getChildAt,getDefaultStyles,getDefaultStyles,getStyle,getStyle,getViewProperty,getViewProperty,init,init,initialised,invalidate,invalidateProperty,isInvalid,moveTo,moveTo,moveTo,removeAllBindings,removeChildAt,removeChild,removeFromAutoUpdate,setBindableProperties,setDefaultSize,setDefaultStyles,setDefaultStyles,setSize,setSize,setSize,setSize,setStyle,setStyle,setStyles,setStyles,setViewProperty,setViewProperty,shouldUpdate,styleChanged,styleChanged,styleManagerStyleChangeHandler,styleManagerStyleChangeHandler,unbindProperty,unbindProperty,update,update,updateAllBindings,updateAutomatically,updateBindingsForProperty,updateProperty,updateSize,validateNow,validateNow,validateNow"><title>com.sibirjak.asdpc.core.IBindableView</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IBindableView - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/IBindableView.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IBindableView</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IBindableView"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IBindableView extends  <a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr></table><p></p><p></p><p></p>
	 BindableView public interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol">IBindableView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol">IBindableView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="bindProperty()"></a><a name="bindProperty(String,Object,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bindProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function bindProperty(propertyName:String, listener:Object, listenerPropertyName:String = null):void</code><p></p><p></p><p>
		 Binds a listener (bound listener) to a bindable property.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code> &mdash; The name of the property to bind.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Object</code> &mdash; A function reference or the object that hosts the property,
		 that should be updated automatically.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listenerPropertyName</span>:String</code> (default = <code>null</code>)<code></code> &mdash; The listener property, that should be updated automatically.
		 </td></tr></table></p></div><a name="unbindProperty()"></a><a name="unbindProperty(String,Object,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">unbindProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function unbindProperty(propertyName:String, listener:Object, listenerPropertyName:String = null):void</code><p></p><p></p><p>
		 Unbinds a formerly bound listener from a bindable property.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code> &mdash; The name of the property to unbind.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Object</code> &mdash; A function reference or the object that hosts the property,
		 that was updated automatically.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listenerPropertyName</span>:String</code> (default = <code>null</code>)<code></code> &mdash; The listener property, that was updated automatically.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IControl,com.sibirjak.asdpc.core.IControl"><title>com.sibirjak.asdpc.core.IControl</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IControl - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/IControl.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IControl</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IControl"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IControl</td></tr></table><p></p><p></p><p></p>
	 Marker interface for ADPDC components.
	 
	 <p>The interace is solely used to determine, if a View is
	 a main ASDPC control.</p>
	 
	           <p></p><br/><hr></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IDataRendererSkin,com.sibirjak.asdpc.core.IDataRendererSkin,UPDATE_PROPERTY_HEIGHT,UPDATE_PROPERTY_SIZE,UPDATE_PROPERTY_STYLE,UPDATE_PROPERTY_WIDTH,_height,_initialised,_styleManager,_width,addedToStage,addedToStage,alpha,data,height,height,mask,mouseChildren,mouseEnabled,name,numChildren,parent,scaleX,scaleY,stage,stage,styleManager,viewPropertyManager,visible,width,width,x,y"><title>com.sibirjak.asdpc.core.IDataRendererSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IDataRendererSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/IDataRendererSkin.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IDataRendererSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IDataRendererSkin"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IDataRendererSkin extends  <a href="../../../../com/sibirjak/asdpc/core/ISkin.html">ISkin</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  flash.events.IEventDispatcher</td></tr></table><p></p><p></p><p></p>
	 Data accepting programmatic skin interface.
	 
	 <p>Certain views accept skins, whose state depends on the current
	 view data. Such a skin can only be recognised, if it implements
	 this interface.</p> 
	 
	              <p>The skin owner will reset the skin data at any time its own data
	 changes or a data property changes. The skin is then in charge to
	 update its presentation.</p>
	  
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#alpha" class="signatureLink">alpha</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#data" class="signatureLink">data</a> : *<div class="summaryTableDescription">[write-only] 
		 Sets the data to the skin.</div></td><td class="summaryTableOwnerCol">IDataRendererSkin</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#mask" class="signatureLink">mask</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#mouseEnabled" class="signatureLink">mouseEnabled</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#name" class="signatureLink">name</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#scaleX" class="signatureLink">scaleX</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#scaleY" class="signatureLink">scaleY</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#visible" class="signatureLink">visible</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#x" class="signatureLink">x</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#y" class="signatureLink">y</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/ISkin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Commands the skin to draw its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/ISkin.html">ISkin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/ISkin.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the skin dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/ISkin.html">ISkin</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="data"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">data</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>data:*</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the data to the skin.
		 
		 <p>A ListItemRenderer would pass here the ListItemRendererData</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set data(value:any):void</code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IDisplayObject,com.sibirjak.asdpc.core.IDisplayObject,UPDATE_PROPERTY_HEIGHT,UPDATE_PROPERTY_SIZE,UPDATE_PROPERTY_STYLE,UPDATE_PROPERTY_WIDTH,_height,_initialised,_styleManager,_width,addedToStage,addedToStage,alpha,data,height,height,mask,mouseChildren,mouseEnabled,name,numChildren,parent,scaleX,scaleY,stage,stage,styleManager,viewPropertyManager,visible,width,width,x,y"><title>com.sibirjak.asdpc.core.IDisplayObject</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IDisplayObject - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/IDisplayObject.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IDisplayObject</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IDisplayObject"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IDisplayObject extends  flash.events.IEventDispatcher</td></tr></table><p></p><p></p><p></p>
	 Interface to many of the native Flash DisplayObject methods.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#alpha" class="signatureLink">alpha</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#mask" class="signatureLink">mask</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#mouseEnabled" class="signatureLink">mouseEnabled</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#name" class="signatureLink">name</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#scaleX" class="signatureLink">scaleX</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#scaleY" class="signatureLink">scaleY</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#visible" class="signatureLink">visible</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#x" class="signatureLink">x</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#y" class="signatureLink">y</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObject</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="alpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">alpha</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>alpha:Number</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get alpha():Number</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set alpha(value:Number):void</code><br/></div><a name="propertyDetail"></a><a name="height"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">height</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>height:Number</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get height():Number</code><br/></div><a name="propertyDetail"></a><a name="mask"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">mask</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>mask:DisplayObject</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get mask():DisplayObject</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set mask(value:DisplayObject):void</code><br/></div><a name="propertyDetail"></a><a name="mouseEnabled"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">mouseEnabled</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>mouseEnabled:Boolean</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set mouseEnabled(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="name"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">name</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>name:String</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get name():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set name(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="scaleX"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scaleX</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>scaleX:Number</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get scaleX():Number</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set scaleX(value:Number):void</code><br/></div><a name="propertyDetail"></a><a name="scaleY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scaleY</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>scaleY:Number</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get scaleY():Number</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set scaleY(value:Number):void</code><br/></div><a name="propertyDetail"></a><a name="stage"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">stage</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>stage:Stage</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get stage():Stage</code><br/></div><a name="propertyDetail"></a><a name="visible"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">visible</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>visible:Boolean</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get visible():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set visible(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="width"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">width</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>width:Number</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get width():Number</code><br/></div><a name="propertyDetail"></a><a name="x"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">x</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>x:Number</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get x():Number</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set x(value:Number):void</code><br/></div><a name="propertyDetail"></a><a name="y"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">y</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>y:Number</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get y():Number</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set y(value:Number):void</code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IDisplayObjectContainer,com.sibirjak.asdpc.core.IDisplayObjectContainer,UPDATE_PROPERTY_HEIGHT,UPDATE_PROPERTY_SIZE,UPDATE_PROPERTY_STYLE,UPDATE_PROPERTY_WIDTH,_height,_initialised,_styleManager,_width,addedToStage,addedToStage,alpha,data,height,height,mask,mouseChildren,mouseEnabled,name,numChildren,parent,scaleX,scaleY,stage,stage,styleManager,viewPropertyManager,visible,width,width,x,y,addChild,addChildAt,addChildAt,addChild,bindProperty,bindProperty,cleanUp,cleanUp,cleanUp,cleanUpCalled,cleanUpCalled,colorise,commitUpdate,contains,draw,drawSkin,drawSkin,getChildAt,getDefaultStyles,getDefaultStyles,getStyle,getStyle,getViewProperty,getViewProperty,init,init,initialised,invalidate,invalidateProperty,isInvalid,moveTo,moveTo,moveTo,removeAllBindings,removeChildAt,removeChild,removeFromAutoUpdate,setBindableProperties,setDefaultSize,setDefaultStyles,setDefaultStyles,setSize,setSize,setSize,setSize,setStyle,setStyle,setStyles,setStyles,setViewProperty,setViewProperty,shouldUpdate,styleChanged,styleChanged,styleManagerStyleChangeHandler,styleManagerStyleChangeHandler,unbindProperty,unbindProperty,update,update,updateAllBindings,updateAutomatically,updateBindingsForProperty,updateProperty,updateSize,validateNow,validateNow,validateNow"><title>com.sibirjak.asdpc.core.IDisplayObjectContainer</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IDisplayObjectContainer - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/IDisplayObjectContainer.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IDisplayObjectContainer</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IDisplayObjectContainer"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IDisplayObjectContainer extends  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  flash.events.IEventDispatcher</td></tr></table><p></p><p></p><p></p>
	 Interface to many of the native Flash DisplayObjectContainer methods.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#alpha" class="signatureLink">alpha</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#mask" class="signatureLink">mask</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">IDisplayObjectContainer</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#mouseEnabled" class="signatureLink">mouseEnabled</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#name" class="signatureLink">name</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">IDisplayObjectContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">IDisplayObjectContainer</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#scaleX" class="signatureLink">scaleX</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#scaleY" class="signatureLink">scaleY</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#visible" class="signatureLink">visible</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#x" class="signatureLink">x</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#y" class="signatureLink">y</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObjectContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObjectContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObjectContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObjectContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObjectContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IDisplayObjectContainer</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="mouseChildren"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">mouseChildren</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>mouseChildren:Boolean</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set mouseChildren(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="numChildren"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">numChildren</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>numChildren:int</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get numChildren():int</code><br/></div><a name="propertyDetail"></a><a name="parent"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">parent</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>parent:DisplayObjectContainer</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get parent():DisplayObjectContainer</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="addChild()"></a><a name="addChild(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addChild</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function addChild(child:DisplayObject):DisplayObject</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">child</span>:DisplayObject</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>DisplayObject</code></td></tr></table></div><a name="addChildAt()"></a><a name="addChildAt(flash.display.DisplayObject,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addChildAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function addChildAt(child:DisplayObject, index:int):DisplayObject</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">child</span>:DisplayObject</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">index</span>:int</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>DisplayObject</code></td></tr></table></div><a name="contains()"></a><a name="contains(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">contains</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function contains(child:DisplayObject):Boolean</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">child</span>:DisplayObject</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code></td></tr></table></div><a name="getChildAt()"></a><a name="getChildAt(int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getChildAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getChildAt(index:int):DisplayObject</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:int</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>DisplayObject</code></td></tr></table></div><a name="removeChild()"></a><a name="removeChild(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeChild</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function removeChild(child:DisplayObject):DisplayObject</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">child</span>:DisplayObject</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>DisplayObject</code></td></tr></table></div><a name="removeChildAt()"></a><a name="removeChildAt(int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeChildAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function removeChildAt(index:int):DisplayObject</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:int</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>DisplayObject</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ISkin,com.sibirjak.asdpc.core.ISkin,addChild,addChildAt,addChildAt,addChild,bindProperty,bindProperty,cleanUp,cleanUp,cleanUp,cleanUpCalled,cleanUpCalled,colorise,commitUpdate,contains,draw,drawSkin,drawSkin,getChildAt,getDefaultStyles,getDefaultStyles,getStyle,getStyle,getViewProperty,getViewProperty,init,init,initialised,invalidate,invalidateProperty,isInvalid,moveTo,moveTo,moveTo,removeAllBindings,removeChildAt,removeChild,removeFromAutoUpdate,setBindableProperties,setDefaultSize,setDefaultStyles,setDefaultStyles,setSize,setSize,setSize,setSize,setStyle,setStyle,setStyles,setStyles,setViewProperty,setViewProperty,shouldUpdate,styleChanged,styleChanged,styleManagerStyleChangeHandler,styleManagerStyleChangeHandler,unbindProperty,unbindProperty,update,update,updateAllBindings,updateAutomatically,updateBindingsForProperty,updateProperty,updateSize,validateNow,validateNow,validateNow"><title>com.sibirjak.asdpc.core.ISkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ISkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/ISkin.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ISkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ISkin"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  ISkin extends  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  flash.events.IEventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table><p></p><p></p><p></p>
	 Programmatic skin interface.
	 
	 <p>A programmatic skin should implement this interface in order to
	 get its methods invoked in a defined order.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#alpha" class="signatureLink">alpha</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#mask" class="signatureLink">mask</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#mouseEnabled" class="signatureLink">mouseEnabled</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#name" class="signatureLink">name</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#scaleX" class="signatureLink">scaleX</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#scaleY" class="signatureLink">scaleY</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#visible" class="signatureLink">visible</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#x" class="signatureLink">x</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html#y" class="signatureLink">y</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Commands the skin to draw its content.</div></td><td class="summaryTableOwnerCol">ISkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the skin dimensions.</div></td><td class="summaryTableOwnerCol">ISkin</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="drawSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function drawSkin():void</code><p></p><p></p><p>
		 Commands the skin to draw its content.
		 
		 <p>The method is invoked after the skin has been added to the
		 parent display object and every time a skin should be updated,
		 e.g. if its size changed.</p>
		 
		 <p>Updating a skin usually requires a full redraw. The drawSkin() method
		 of an ISkin implementor should therefore remove all content before
		 it redraws.</p>
		 </p></div><a name="setSize()"></a><a name="setSize(int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setSize(width:int, height:int):void</code><p></p><p></p><p>
		 Sets the skin dimensions.
		 
		 <p>The dimensions will initially be set from the owner view before the
		 skin is added to the display hierarchy.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The skin width.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The skin height.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IView,com.sibirjak.asdpc.core.IView,UPDATE_PROPERTY_HEIGHT,UPDATE_PROPERTY_SIZE,UPDATE_PROPERTY_STYLE,UPDATE_PROPERTY_WIDTH,_height,_initialised,_styleManager,_width,addedToStage,addedToStage,alpha,data,height,height,mask,mouseChildren,mouseEnabled,name,numChildren,parent,scaleX,scaleY,stage,stage,styleManager,viewPropertyManager,visible,width,width,x,y,addChild,addChildAt,addChildAt,addChild,bindProperty,bindProperty,cleanUp,cleanUp,cleanUp,cleanUpCalled,cleanUpCalled,colorise,commitUpdate,contains,draw,drawSkin,drawSkin,getChildAt,getDefaultStyles,getDefaultStyles,getStyle,getStyle,getViewProperty,getViewProperty,init,init,initialised,invalidate,invalidateProperty,isInvalid,moveTo,moveTo,moveTo,removeAllBindings,removeChildAt,removeChild,removeFromAutoUpdate,setBindableProperties,setDefaultSize,setDefaultStyles,setDefaultStyles,setSize,setSize,setSize,setSize,setStyle,setStyle,setStyles,setStyles,setViewProperty,setViewProperty,shouldUpdate,styleChanged,styleChanged,styleManagerStyleChangeHandler,styleManagerStyleChangeHandler,unbindProperty,unbindProperty,update,update,updateAllBindings,updateAutomatically,updateBindingsForProperty,updateProperty,updateSize,validateNow,validateNow,validateNow"><title>com.sibirjak.asdpc.core.IView</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IView - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/IView.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IView</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IView"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IView extends  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  flash.events.IEventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table><p></p><p></p><p></p>
	 View public interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol">IView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol">IView</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="addedToStage"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addedToStage</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>addedToStage:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the View is included in the display list.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get addedToStage():Boolean</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 Commands a view to immediately clean up all of its content.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="getDefaultStyles()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getDefaultStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getDefaultStyles():Array</code><p></p><p></p><p>
		 Returns a list of all default style properties.
		 
		 <p>Can be used for a complete style lookup. Returns
		 only the properties not the values.</p> 
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; The default styles.
		 </td></tr></table></div><a name="getStyle()"></a><a name="getStyle(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getStyle</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getStyle(property:String):*</code><p></p><p></p><p>
		 Returns a style value for a given style property.
		 
		 <p>The order, how a style value is determined:</p>
		 
		 <ul>
		 <li>Directly assigned style.</li>
		 <li>Style retrieved from the display ancestor.</li>
		 <li>Default style that has been set.</li>
		 <li><code>undefined</code>.</li>
		 </ul>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style property.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The style value for that property or undefined. 
		 </td></tr></table></div><a name="getViewProperty()"></a><a name="getViewProperty(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getViewProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getViewProperty(property:String):*</code><p></p><p></p><p>
		 Gets a property value.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The name of the property.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The value of the property.
		 </td></tr></table></div><a name="moveTo()"></a><a name="moveTo(int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">moveTo</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function moveTo(x:int, y:int):void</code><p></p><p></p><p>
		 Moves a view.
		 
		 <p>This is rather a convenient method than a reliable access
		 point. You may use view.x and view.y instead.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">x</span>:int</code> &mdash; The x position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">y</span>:int</code> &mdash; The y position.
		 </td></tr></table></p></div><a name="setDefaultStyles()"></a><a name="setDefaultStyles(Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setDefaultStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setDefaultStyles(defaultStyles:Array):void</code><p></p><p></p><p>
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.
		 
		 <p>You need to set a default value for each style property, if
		 you want to get notifications about value changes for that
		 property.</p>
		 
		 <p>Setting default styles to a yet initialised client should
		 not be possible and not offered by the clients implementation.</p>
		 
		 <p>You pass an array to this method of this form: [prop1, value1,
		 prop2, value2, ..., propN, valueN]. The array.length must be a
		 factor of 2 then.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">defaultStyles</span>:Array</code> &mdash; An array of style declarations.
		 </td></tr></table></p></div><a name="setSize()"></a><a name="setSize(int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setSize(width:int, height:int):void</code><p></p><p></p><p>
		 Sets the view dimensions.
		 
		 <p>The dimensions must be set before the view is added to
		 the display list in order to have these value available during
		 the entire view life cycle.</p>
		 
		 <p>The size can be reset at any time of the view life. Setting
		 the size after the view has been added to the display list
		 usually resizes the particular view and all of its children.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The view width.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The view height.
		 </td></tr></table></p></div><a name="setStyle()"></a><a name="setStyle(String,any,Array,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setStyle</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setStyle(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</code><p></p><p></p><p>
		 Sets a style to a client.
		 
		 <p>It is possible to set a contextual style within a parent client.
		 In this case the style value set affects only clients that match
		 the given context.</p>
		 
		 <p>It is also possible to set a contextual exclude style within a
		 parent client. In this case the style value set does not affect
		 clients that match the given context.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The name of the style.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The value of the style.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">selectorChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of selectors.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">excludeChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of exclude selectors.
		 </td></tr></table></p></div><a name="setStyles()"></a><a name="setStyles(Array,Array,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setStyles(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</code><p></p><p></p><p>
		 Convenience method to set a number of styles values at once.
		 
		 <p>You pass an array to this method of this form: [prop1, value1,
		 prop2, value2, ..., propN, valueN]. The array.length must be a
		 factor of 2 then.</p>
		 
		 <p>It is possible to set a contextual style within a parent client.
		 In this case the style value set affects only to clients that match
		 with the given context.</p>
		 
		 <p>It is also possible to set a contextual exclude style within a
		 parent client. In this case the style value set does not affect
		 clients that match the given context.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">styles</span>:Array</code> &mdash; An array of style declarations.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">selectorChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of selectors.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">excludeChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of exclude selectors.
		 </td></tr></table></p></div><a name="setViewProperty()"></a><a name="setViewProperty(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setViewProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setViewProperty(property:String, value:*):void</code><p></p><p></p><p>
		 Sets a property.
		 
		 <p>Properties can be used to enable state distinction by display
		 descendants.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The name of the property.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The value of the property.
		 </td></tr></table></p></div><a name="validateNow()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">validateNow</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function validateNow():void</code><p></p><p></p><p>
		 Commands a view to immediately validate all of its
		 invalidate properties.
		 
		 <p>A good place is after a number of properties has been
		 set to a view, and the view should now update its
		 representation.</p>
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.core Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.core package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/package-detail.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.core</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.core"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IBindableView.html">IBindableView</a></i></td><td class="summaryTableLastCol">
	 BindableView public interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IControl.html">IControl</a></i></td><td class="summaryTableLastCol">
	 Marker interface for ADPDC components.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IDataRendererSkin.html">IDataRendererSkin</a></i></td><td class="summaryTableLastCol">
	 Data accepting programmatic skin interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IDisplayObject.html">IDisplayObject</a></i></td><td class="summaryTableLastCol">
	 Interface to many of the native Flash DisplayObject methods.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IDisplayObjectContainer.html">IDisplayObjectContainer</a></i></td><td class="summaryTableLastCol">
	 Interface to many of the native Flash DisplayObjectContainer methods.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="ISkin.html">ISkin</a></i></td><td class="summaryTableLastCol">
	 Programmatic skin interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IView.html">IView</a></i></td><td class="summaryTableLastCol">
	 View public interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="BindableView.html">BindableView</a></td><td class="summaryTableLastCol">
	 View with binding capabilities.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Container.html">Container</a></td><td class="summaryTableLastCol">
	 Sprite with style inheritance support.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DisplayObjectAdapter.html">DisplayObjectAdapter</a></td><td class="summaryTableLastCol">
	 Generic adapter to several display object types.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Skin.html">Skin</a></td><td class="summaryTableLastCol">
	 Programmatic skin base implementation.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="View.html">View</a></td><td class="summaryTableLastCol">
	 Base class for all ASDPC components.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="Skin,com.sibirjak.asdpc.core.Skin,UPDATE_PROPERTY_HEIGHT,UPDATE_PROPERTY_SIZE,UPDATE_PROPERTY_STYLE,UPDATE_PROPERTY_WIDTH,_height,_initialised,_styleManager,_width,addedToStage,addedToStage,alpha,data,height,height,mask,mouseChildren,mouseEnabled,name,numChildren,parent,scaleX,scaleY,stage,stage,styleManager,viewPropertyManager,visible,width,width,x,y,addChild,addChildAt,addChildAt,addChild,bindProperty,bindProperty,cleanUp,cleanUp,cleanUp,cleanUpCalled,cleanUpCalled,colorise,commitUpdate,contains,draw,drawSkin,drawSkin,getChildAt,getDefaultStyles,getDefaultStyles,getStyle,getStyle,getViewProperty,getViewProperty,init,init,initialised,invalidate,invalidateProperty,isInvalid,moveTo,moveTo,moveTo,removeAllBindings,removeChildAt,removeChild,removeFromAutoUpdate,setBindableProperties,setDefaultSize,setDefaultStyles,setDefaultStyles,setSize,setSize,setSize,setSize,setStyle,setStyle,setStyles,setStyles,setViewProperty,setViewProperty,shouldUpdate,styleChanged,styleChanged,styleManagerStyleChangeHandler,styleManagerStyleChangeHandler,unbindProperty,unbindProperty,update,update,updateAllBindings,updateAutomatically,updateBindingsForProperty,updateProperty,updateSize,validateNow,validateNow,validateNow"><title>com.sibirjak.asdpc.core.Skin</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Skin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/Skin.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Skin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Skin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Skin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Skin  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/core/ISkin.html">ISkin</a></td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a>,  <a href="../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a>,  <a href="../../../../com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html">CheckBoxIconSkin</a>,  <a href="../../../../com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html">CheckBoxSkin</a>,  <a href="../../../../com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html">ColorPickerIconSkin</a>,  <a href="../../../../com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html">DisclosureButtonArrowIconSkin</a>,  <a href="../../../../com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html">DisclosureButtonBoxIconSkin</a>,  <a href="../../../../com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html">MinimiseIconSkin</a>,  <a href="../../../../com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html">RadioButtonIconSkin</a>,  <a href="../../../../com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html">RadioButtonSkin</a>,  <a href="../../../../com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html">ScrollButtonIconSkin</a>,  <a href="../../../../com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html">ScrollThumbIconSkin</a>,  <a href="../../../../com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html">ScrollTrackSkin</a>,  <a href="../../../../com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html">SliderThumbSkin</a>,  <a href="../../../../com/sibirjak/asdpcbeta/tabbar/skins/TabItemSkin.html">TabItemSkin</a>,  <a href="../../../../com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html">ToolTipSkin</a></td></tr></table><p></p><p></p><p></p>
	 Programmatic skin base implementation.
	 
	 <p>The Skin is a View wich automatically removes and redraws
	 all content after its update() method is invoked.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#Skin()" class="signatureLink">Skin</a>()</div><div class="summaryTableDescription">
		 Skin constructor.</div></td><td class="summaryTableOwnerCol">Skin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol">Skin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol">Skin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol">Skin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol">Skin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol">Skin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol">Skin</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="Skin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">Skin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function Skin()</code><p></p><p>
		 Skin constructor.
		 
		 <p>A Skin cannot receive or dispatch mouse events.</p>
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="drawSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public final function drawSkin():void</code><p></p><p></p><p>
		 Implements an empty body for the drawSkin interface.
		 
		 <p>Since the Skin uses the view life cycle, its draw()
		 method is used instead.</p>
		 
		 
		 Commands the skin to draw its content.
		 
		 <p>The method is invoked after the skin has been added to the
		 parent display object and every time a skin should be updated,
		 e.g. if its size changed.</p>
		 
		 <p>Updating a skin usually requires a full redraw. The drawSkin() method
		 of an ISkin implementor should therefore remove all content before
		 it redraws.</p>
		 </p></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected final function init():void</code><p></p><p></p><p>
		 Breaks the inheritance chain for the init() method.
		 
		 <p>Properties for a Skin have to be determined within the 
		 draw method.</p>
		 
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected final function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 Calls invalidate() automatically after a style change
		 notification has been received.
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected final function update():void</code><p></p><p></p><p>
		 If a style changes, the skins is redrawn completely. If only the size
		 has changed, a subclass may implement its custom resize method such as
		 a scale9 scaling.
		 
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><a name="updateSize()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function updateSize():void</code><p></p><p></p><p>
		 If not overridden, this method redraws all content.
		 
		 <p>Override the method to work with scale9grid scaling rather
		 than redrawing all content completely.</p>
		 
		 </p><p><span class="label">See also</span></p><div class="seeAlso">com.sibirjak.asdpc.core.skins.BackgroundSkin.updateSize()</div></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_STYLE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_STYLE</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_STYLE:String = style</code><p></p><p></p><p>
		 Name constant for the style invalidation property.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="View,com.sibirjak.asdpc.core.View,UPDATE_PROPERTY_HEIGHT,UPDATE_PROPERTY_SIZE,UPDATE_PROPERTY_STYLE,UPDATE_PROPERTY_WIDTH,_height,_initialised,_styleManager,_width,addedToStage,addedToStage,alpha,data,height,height,mask,mouseChildren,mouseEnabled,name,numChildren,parent,scaleX,scaleY,stage,stage,styleManager,viewPropertyManager,visible,width,width,x,y,addChild,addChildAt,addChildAt,addChild,bindProperty,bindProperty,cleanUp,cleanUp,cleanUp,cleanUpCalled,cleanUpCalled,colorise,commitUpdate,contains,draw,drawSkin,drawSkin,getChildAt,getDefaultStyles,getDefaultStyles,getStyle,getStyle,getViewProperty,getViewProperty,init,init,initialised,invalidate,invalidateProperty,isInvalid,moveTo,moveTo,moveTo,removeAllBindings,removeChildAt,removeChild,removeFromAutoUpdate,setBindableProperties,setDefaultSize,setDefaultStyles,setDefaultStyles,setSize,setSize,setSize,setSize,setStyle,setStyle,setStyles,setStyles,setViewProperty,setViewProperty,shouldUpdate,styleChanged,styleChanged,styleManagerStyleChangeHandler,styleManagerStyleChangeHandler,unbindProperty,unbindProperty,update,update,updateAllBindings,updateAutomatically,updateBindingsForProperty,updateProperty,updateSize,validateNow,validateNow,validateNow"><title>com.sibirjak.asdpc.core.View</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'View - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/core/View.html&amp;com/sibirjak/asdpc/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">View</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("View"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  View</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">View  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a>,  <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a>,  <a href="../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html">ColorPickerWindowContent</a>,  <a href="../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html">ColorPreview</a>,  <a href="../../../../com/sibirjak/asdpc/treeview/renderer/Connector.html">Connector</a>,  <a href="../../../../com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html">ConnectorContainer</a>,  <a href="../../../../com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html">DisclosureButton</a>,  <a href="../../../../com/sibirjak/asdpc/listview/renderer/ListItemContent.html">ListItemContent</a>,  <a href="../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a>,  <a href="../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a>,  <a href="../../../../com/sibirjak/asdpc/scrollbar/ScrollBar.html">ScrollBar</a>,  <a href="../../../../com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html">ScrollPane</a>,  <a href="../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a>,  <a href="../../../../com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html">SwatchChart</a>,  <a href="../../../../com/sibirjak/asdpcbeta/tabbar/TabItem.html">TabItem</a>,  <a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a>,  <a href="../../../../com/sibirjak/asdpcbeta/window/core/TitleBar.html">TitleBar</a>,  <a href="../../../../com/sibirjak/asdpc/tooltip/ToolTip.html">ToolTip</a>,  <a href="../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr></table><p></p><p></p><p></p>
	 Base class for all ASDPC components.
	 
	 <p>The main task of the View is to provide a performant creation and invalidation
	 life cycle to its subclasses. Such a life cycle has mainly two benefits:</p>
	 
	              <ol>
	                 <li>The location of code and responsibilities in subclasses of View is predetermined
	 by the View life cycle. Subclasses are easier to develop and to understand. E.g. there
	 is an init() method in which a subclass should evaluate initial properties. The
	 update() method is the place where the subclass should apply all previously collected
	 property changes to its representation.</li>
	                 <li>Runtime performance is enhanced by both a strict (and thought) invocation order
	 of all view life cycle methods as well as by the internal property change cache which
	 decouples the change of properties from the actual update of the visual representation
	 of the component.</li>
	              </ol>
	 
	              <p>Besides that life cycle the View owns styling capabilities and a generic property
	 manager, which enables setting and getting of arbitrary properties at runtime.</p>
	 
	              <b>View Life cycle</b>
	 
	              <p>The view life cycle consists of both the initialisation and the invalidation process.
	 The initialisation process is passed through only once for each component. The invalidation
	 process is repeated always if view properties change.</p>
	 
	              <b>Initialisation</b>
	 
 	             <ol>
	                 <li>A View instance is created.</li>
	                 <li>The protected property _initialised is initially set to false. The _initialised
	 property tells the component if it already has passed its init() and draw() methods
	 and thus the visual representation of the component is already established.</li>
	                 <li>Properties and styles are set to the view.</li>
	                 <li>The view gets added to the stage.</li>
	                 <li>The protected method init() will be invoked. Within init() the view should
	 evaluate all properties and styles set.</li>
	                 <li>The protected method draw() will be invoked. Within draw() the view should
	 create its visual representation.</li>
	                 <li>The protected property _initialised is set to true.</li>
	                 <li>The protected method initialised() will be invoked. Within initialised() the
	 component may apply finialising changes or dispatch state information events.
	 E.g. If the view is bindable, all bindings are initially updated in the initialised()
	 method.</li>
	              </ol>
	 
	              <div class="listing"><pre>
        var view : MyView = new MyView();
        view.setSize(200, 200);
        view.setBackgroundColor(0x0000FF);
        view.setSize(50, 50);
        addChild(view);
        // in view
        override protected function init() : void {
            if (_width &lt; 100 || _height &lt; 100) {
                _backgroundColor = 0xFF0000; // warn size too small
            }
        }
        override protected function draw(color : uint) : void {
            drawBackground();
            drawLabel();
        }
     </pre></div>
	 
	              <b>Invalidation</b>
	 
	              <ul>
	                 <li>Properties and styles are set to the view.</li>
	                 <li>The view invokes its protected invalidate() or invalidateProperty() method. Internally,
	 the view sets a listener for the Event.ENTER_FRAME to apply changes in the next frame.</li>
	                 <li>The view receives Event.ENTER_FRAME.</li>
	                 <li>The protected method update() will be invoked. Within update() the view should
	 evaluate all properties and styles changed and collect a list of visual elements that
	 need validation.</li>
	                 <li>The protected method commitUpdate() will be invoked. Within commitUpdate() the
	 previously collected list of visual elements should be updated.</li>
	                 <li>Finally, all sub views added to the protected auto update list via updateAutomatically(subView)
	 will be immediately validated.</li>
	              </ul>
	 
	              <div class="listing"><pre>
        view.setSize(100, 200);
        view.setBackgroundColor(0xFF0000);
        view.setSize(200, 200);
        view.setBackgroundColor(0x0000FF);
        ...
        
        // in view
        public function setSize(width : int, height : int) : void {
            _width = width;
            _height = height;
            invalidateProperty("size");
        }
        public function setBackgroundColor(color : uint) : void {
            _backgroundColor = color;
            invalidateProperty("background");
        }
        override protected function update() : void {
            if (isInvalid("geometry")) {
                updateProperty("label");
                updateProperty("background");
            }
            if (isInvalid("backgroundColor")) {
                updateProperty("background");
            }
        }
        override protected function commitUpdate() : void {
            if (shouldUpdate("background")) {
                drawBackground();
            }
            if (shouldUpdate("label")) {
                _label.setSize(_width, _height);
            }
        }
     </pre></div>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol">View</td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol">View</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#View()" class="signatureLink">View</a>()</div><div class="summaryTableDescription">
		 View constructor.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol">View</td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol">View</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol">View</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol">View</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_height"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_height</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _height:uint</code><p></p><p></p><p>
		 View height.
		 </p></div><a name="propertyDetail"></a><a name="_initialised"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_initialised</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _initialised:Boolean = false</code><p></p><p></p><p>
		 Initialisation flag.
		 
		 <p>This flag is set to true, if the view has finished its
		 initialisation process. The flag is set after draw() and
		 before initialised()</p> 
		 </p></div><a name="propertyDetail"></a><a name="_width"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_width</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _width:uint</code><p></p><p></p><p>
		 View width.
		 </p></div><a name="propertyDetail"></a><a name="addedToStage"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addedToStage</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>addedToStage:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 True, if the View is included in the display list.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get addedToStage():Boolean</code><br/></div><a name="propertyDetail"></a><a name="height"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">height</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>height:Number</code>&nbsp;&nbsp;[read-only] [override] <p></p><p></p><p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get height():Number</code><br/></div><a name="propertyDetail"></a><a name="stage"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">stage</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>stage:Stage</code>&nbsp;&nbsp;[read-only] [override] <p></p><p></p><p>
		 Overrides the stage property to use the StageProxy instead.
		 
		 <p>The StageProxy gives more control over and access to the
		 global stage events and properties.</p>
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get stage():Stage</code><br/></div><a name="propertyDetail"></a><a name="viewPropertyManager"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">viewPropertyManager</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>viewPropertyManager:<a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The clients ViewPropertyManager instance.
		 
		 <p>The ViewPropertyManager instance is usually set
		 within the client's constructor.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get viewPropertyManager():<a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a></code><br/></div><a name="propertyDetail"></a><a name="width"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">width</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>width:Number</code>&nbsp;&nbsp;[read-only] [override] <p></p><p></p><p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get width():Number</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="View()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">View</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function View()</code><p></p><p>
		 View constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public final function cleanUp():void</code><p></p><p></p><p>
		 
		 Commands a view to immediately clean up all of its content.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function cleanUpCalled():void</code><p></p><p></p><p>
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="commitUpdate()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">commitUpdate</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function commitUpdate():void</code><p></p><p></p><p>
		 Finalises an update process.
		 
		 <p>This method is called always after update() and provides a central
		 exit point for updates in inheritance structures. You may collect all
		 properties of your object that need an update within the update() block
		 and execute all updates in commitUpdate() once rather than doing twice
		 in the parent class update() as well as in the sub class update() method.</p>
		 
		 <p>Example: The parent class needs to update a background. The sub class
		 also needs to update a background for different reasons. Implemented in
		 the update() method, the updateBackground() would be called twice.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function draw():void</code><p></p><p></p><p>
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="getDefaultStyles()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getDefaultStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function getDefaultStyles():Array</code><p></p><p></p><p>
		 Returns a list of all default style properties.
		 
		 <p>Can be used for a complete style lookup. Returns
		 only the properties not the values.</p> 
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; The default styles.
		 </td></tr></table></div><a name="getStyle()"></a><a name="getStyle(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getStyle</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function getStyle(property:String):*</code><p></p><p></p><p>
		 Returns a style value for a given style property.
		 
		 <p>The order, how a style value is determined:</p>
		 
		 <ul>
		 <li>Directly assigned style.</li>
		 <li>Style retrieved from the display ancestor.</li>
		 <li>Default style that has been set.</li>
		 <li><code>undefined</code>.</li>
		 </ul>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style property.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The style value for that property or undefined. 
		 </td></tr></table></div><a name="getViewProperty()"></a><a name="getViewProperty(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getViewProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function getViewProperty(property:String):*</code><p></p><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code></td></tr></table></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function init():void</code><p></p><p></p><p>
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="initialised()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">initialised</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function initialised():void</code><p></p><p></p><p>
		 Notifies a view after it has been fully initialised.
		 
		 <p>This method is a hook to enable subclasses to perform further
		 operations after the initialisation has been finished and the
		 _initialised property is set to true.</p>
		 
		 <p>You use this method to set or dispatch an initial view state,
		 e.g. to select an item of a ListView instance.</p>
		 
		 <p>The propetected property _initialised is set to true at this point.</p>
		 </p></div><a name="invalidate()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">invalidate</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function invalidate():void</code><p></p><p></p><p>
		 Starts a property independent validation cycle.
		 
		 <p>Since no property is invalidated, in a subsequent call of
		 update() you cannot distinct the reason of update.</p>
		 
		 <p>Use this method, if you have only one changeable property
		 or if you want to fully update your view regardless of
		 the specific update reason.</p>
		 </p></div><a name="invalidateProperty()"></a><a name="invalidateProperty(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">invalidateProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function invalidateProperty(property:String):void</code><p></p><p></p><p>
		 Starts a property dependent validation cycle.
		 
		 <p>The given property will be set to the internal invalid properties
		 list and can be examined in a subsequent update() call.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The property to invalidate.
		 </td></tr></table></p></div><a name="isInvalid()"></a><a name="isInvalid(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isInvalid</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function isInvalid(property:String):Boolean</code><p></p><p></p><p>
		 Returns true if the given property has been marked
		 to be invalid beforehand.
		 
		 <p>After the size of a view has been reset, a call to
		 isInvalid(UPDATE_PROPERTY_SIZE) will return true.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The property to test.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; True, if the property has been marked invalid.
		 </td></tr></table></div><a name="moveTo()"></a><a name="moveTo(int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">moveTo</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function moveTo(x:int, y:int):void</code><p></p><p></p><p>
		 
		 Moves a view.
		 
		 <p>This is rather a convenient method than a reliable access
		 point. You may use view.x and view.y instead.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">x</span>:int</code> &mdash; The x position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">y</span>:int</code> &mdash; The y position.
		 </td></tr></table></p></div><a name="removeFromAutoUpdate()"></a><a name="removeFromAutoUpdate(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeFromAutoUpdate</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function removeFromAutoUpdate(subView:DisplayObject):void</code><p></p><p></p><p>
		 Removes a sub view from the auto update list.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">subView</span>:DisplayObject</code> &mdash; The sub view.
		 </td></tr></table></p></div><a name="setDefaultSize()"></a><a name="setDefaultSize(int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setDefaultSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function setDefaultSize(width:int, height:int):void</code><p></p><p></p><p>
		 Defines a default size if no size is set else.
		 
		 <p>The default dimensions are used only once after the view is added
		 to the stage the first time.</p>  
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The default width.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The default height.
		 </td></tr></table></p></div><a name="setDefaultStyles()"></a><a name="setDefaultStyles(Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setDefaultStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function setDefaultStyles(defaultStyles:Array):void</code><p></p><p></p><p>
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.
		 
		 <p>You need to set a default value for each style property, if
		 you want to get notifications about value changes for that
		 property.</p>
		 
		 <p>Setting default styles to a yet initialised client should
		 not be possible and not offered by the clients implementation.</p>
		 
		 <p>You pass an array to this method of this form: [prop1, value1,
		 prop2, value2, ..., propN, valueN]. The array.length must be a
		 factor of 2 then.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">defaultStyles</span>:Array</code> &mdash; An array of style declarations.
		 </td></tr></table></p></div><a name="setSize()"></a><a name="setSize(int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function setSize(width:int, height:int):void</code><p></p><p></p><p>
		 
		 Sets the view dimensions.
		 
		 <p>The dimensions must be set before the view is added to
		 the display list in order to have these value available during
		 the entire view life cycle.</p>
		 
		 <p>The size can be reset at any time of the view life. Setting
		 the size after the view has been added to the display list
		 usually resizes the particular view and all of its children.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The view width.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The view height.
		 </td></tr></table></p></div><a name="setStyle()"></a><a name="setStyle(String,any,Array,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setStyle</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function setStyle(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</code><p></p><p></p><p>
		 Sets a style to a client.
		 
		 <p>It is possible to set a contextual style within a parent client.
		 In this case the style value set affects only clients that match
		 the given context.</p>
		 
		 <p>It is also possible to set a contextual exclude style within a
		 parent client. In this case the style value set does not affect
		 clients that match the given context.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The name of the style.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The value of the style.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">selectorChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of selectors.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">excludeChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of exclude selectors.
		 </td></tr></table></p></div><a name="setStyles()"></a><a name="setStyles(Array,Array,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function setStyles(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</code><p></p><p></p><p>
		 Convenience method to set a number of styles values at once.
		 
		 <p>You pass an array to this method of this form: [prop1, value1,
		 prop2, value2, ..., propN, valueN]. The array.length must be a
		 factor of 2 then.</p>
		 
		 <p>It is possible to set a contextual style within a parent client.
		 In this case the style value set affects only to clients that match
		 with the given context.</p>
		 
		 <p>It is also possible to set a contextual exclude style within a
		 parent client. In this case the style value set does not affect
		 clients that match the given context.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">styles</span>:Array</code> &mdash; An array of style declarations.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">selectorChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of selectors.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">excludeChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of exclude selectors.
		 </td></tr></table></p></div><a name="setViewProperty()"></a><a name="setViewProperty(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setViewProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function setViewProperty(property:String, value:*):void</code><p></p><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code></td></tr></table></p></div><a name="shouldUpdate()"></a><a name="shouldUpdate(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">shouldUpdate</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function shouldUpdate(property:String):Boolean</code><p></p><p></p><p>
		 Returns true if the given property has been marked
		 to be updated beforehand.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The property to test.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; True, if the property has been marked to be updated.
		 </td></tr></table></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="styleManagerStyleChangeHandler()"></a><a name="styleManagerStyleChangeHandler(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleManagerStyleChangeHandler</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override public final function styleManagerStyleChangeHandler(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your client to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function update():void</code><p></p><p></p><p>
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><a name="updateAutomatically()"></a><a name="updateAutomatically(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateAutomatically</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function updateAutomatically(subView:DisplayObject):void</code><p></p><p></p><p>
		 Marks a sub view to be updated automatically after an
		 update has been finished.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">subView</span>:DisplayObject</code> &mdash; The sub view.
		 </td></tr></table></p></div><a name="updateProperty()"></a><a name="updateProperty(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function updateProperty(property:String):void</code><p></p><p></p><p>
		 Marks a property to be updated in commitProperties().
		 
		 <p>The given property will be set to the internal update properties
		 list and can be examined in a subsequent commitUpdate() call.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The property to update.
		 </td></tr></table></p></div><a name="validateNow()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">validateNow</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function validateNow():void</code><p></p><p></p><p>
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.
		 
		 <p>A good place is after a number of properties has been
		 set to a view, and the view should now update its
		 representation.</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_HEIGHT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_HEIGHT</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_HEIGHT:String = height</code><p></p><p></p><p>
		 Name constant for the height invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_SIZE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_SIZE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_SIZE:String = size</code><p></p><p></p><p>
		 Name constant for the size invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_WIDTH"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_WIDTH</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_WIDTH:String = width</code><p></p><p></p><p>
		 Name constant for the width invalidation property.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.core.constants - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.core.constants</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="Direction.html">Direction</a></td></tr><tr><td><a href="Position.html">Position</a></td></tr><tr><td><a href="Visibility.html">Visibility</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="Direction,com.sibirjak.asdpc.core.constants.Direction,AUTO,BOTTOM,CENTER,HIDDEN,HORIZONTAL,LEFT,MIDDLE,RIGHT,TOP,VERTICAL,VISIBLE"><title>com.sibirjak.asdpc.core.constants.Direction</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Direction - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/constants/Direction.html&amp;com/sibirjak/asdpc/core/constants/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Direction</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Direction"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.constants</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Direction</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Direction  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Direction constants.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#HORIZONTAL" class="signatureLink">HORIZONTAL</a> : String = horizontal<div class="summaryTableDescription">[static] 
		 Name constant for the horizontal direction.</div></td><td class="summaryTableOwnerCol">Direction</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#VERTICAL" class="signatureLink">VERTICAL</a> : String = vertical<div class="summaryTableDescription">[static] 
		 Name constant for the vertical direction.</div></td><td class="summaryTableOwnerCol">Direction</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="HORIZONTAL"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">HORIZONTAL</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const HORIZONTAL:String = horizontal</code><p></p><p></p><p>
		 Name constant for the horizontal direction.
		 </p></div><a name="constantDetail"></a><a name="VERTICAL"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">VERTICAL</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const VERTICAL:String = vertical</code><p></p><p></p><p>
		 Name constant for the vertical direction.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.core.constants Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.core.constants package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/constants/package-detail.html&amp;com/sibirjak/asdpc/core/constants/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.core.constants</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.core.constants"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Direction.html">Direction</a></td><td class="summaryTableLastCol">
	 Direction constants.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Position.html">Position</a></td><td class="summaryTableLastCol">
	 Positions constants.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Visibility.html">Visibility</a></td><td class="summaryTableLastCol">
	 Visibility constants.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="Position,com.sibirjak.asdpc.core.constants.Position,AUTO,BOTTOM,CENTER,HIDDEN,HORIZONTAL,LEFT,MIDDLE,RIGHT,TOP,VERTICAL,VISIBLE"><title>com.sibirjak.asdpc.core.constants.Position</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Position - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/constants/Position.html&amp;com/sibirjak/asdpc/core/constants/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Position</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Position"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.constants</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Position</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Position  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Positions constants.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BOTTOM" class="signatureLink">BOTTOM</a> : String = bottom<div class="summaryTableDescription">[static] 
		 Name constant for the vertical bottom position.</div></td><td class="summaryTableOwnerCol">Position</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CENTER" class="signatureLink">CENTER</a> : String = center<div class="summaryTableDescription">[static] 
		 Name constant for the horizontal center position.</div></td><td class="summaryTableOwnerCol">Position</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#LEFT" class="signatureLink">LEFT</a> : String = left<div class="summaryTableDescription">[static] 
		 Name constant for the horizontal left position.</div></td><td class="summaryTableOwnerCol">Position</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#MIDDLE" class="signatureLink">MIDDLE</a> : String = middle<div class="summaryTableDescription">[static] 
		 Name constant for the vertical center position.</div></td><td class="summaryTableOwnerCol">Position</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#RIGHT" class="signatureLink">RIGHT</a> : String = right<div class="summaryTableDescription">[static] 
		 Name constant for the horizontal right position.</div></td><td class="summaryTableOwnerCol">Position</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TOP" class="signatureLink">TOP</a> : String = top<div class="summaryTableDescription">[static] 
		 Name constant for the vertical top position.</div></td><td class="summaryTableOwnerCol">Position</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BOTTOM"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BOTTOM</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BOTTOM:String = bottom</code><p></p><p></p><p>
		 Name constant for the vertical bottom position.
		 </p></div><a name="constantDetail"></a><a name="CENTER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CENTER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const CENTER:String = center</code><p></p><p></p><p>
		 Name constant for the horizontal center position.
		 </p></div><a name="constantDetail"></a><a name="LEFT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LEFT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const LEFT:String = left</code><p></p><p></p><p>
		 Name constant for the horizontal left position.
		 </p></div><a name="constantDetail"></a><a name="MIDDLE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">MIDDLE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const MIDDLE:String = middle</code><p></p><p></p><p>
		 Name constant for the vertical center position.
		 </p></div><a name="constantDetail"></a><a name="RIGHT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RIGHT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const RIGHT:String = right</code><p></p><p></p><p>
		 Name constant for the horizontal right position.
		 </p></div><a name="constantDetail"></a><a name="TOP"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TOP</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TOP:String = top</code><p></p><p></p><p>
		 Name constant for the vertical top position.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="Visibility,com.sibirjak.asdpc.core.constants.Visibility,AUTO,BOTTOM,CENTER,HIDDEN,HORIZONTAL,LEFT,MIDDLE,RIGHT,TOP,VERTICAL,VISIBLE"><title>com.sibirjak.asdpc.core.constants.Visibility</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Visibility - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/constants/Visibility.html&amp;com/sibirjak/asdpc/core/constants/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Visibility</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Visibility"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.constants</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Visibility</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Visibility  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Visibility constants.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#AUTO" class="signatureLink">AUTO</a> : String = auto<div class="summaryTableDescription">[static] 
		 Name constant for an automatically calculated visibility.</div></td><td class="summaryTableOwnerCol">Visibility</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#HIDDEN" class="signatureLink">HIDDEN</a> : String = hidden<div class="summaryTableDescription">[static] 
		 Name constant for hidden.</div></td><td class="summaryTableOwnerCol">Visibility</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#VISIBLE" class="signatureLink">VISIBLE</a> : String = visible<div class="summaryTableDescription">[static] 
		 Name constant for visible.</div></td><td class="summaryTableOwnerCol">Visibility</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="AUTO"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">AUTO</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const AUTO:String = auto</code><p></p><p></p><p>
		 Name constant for an automatically calculated visibility.
		 </p></div><a name="constantDetail"></a><a name="HIDDEN"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">HIDDEN</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const HIDDEN:String = hidden</code><p></p><p></p><p>
		 Name constant for hidden.
		 </p></div><a name="constantDetail"></a><a name="VISIBLE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">VISIBLE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const VISIBLE:String = visible</code><p></p><p></p><p>
		 Name constant for visible.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.core.dataprovider - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.core.dataprovider</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package.html#methodSummary" style="color:black"><b>Functions</b></a></td></tr><tr><td><a href="package.html#genericToStringFunction()">genericToStringFunction()</a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IDataSourceAdapter.html"><i>IDataSourceAdapter</i></a></td></tr><tr><td><a href="IMapAdapter.html"><i>IMapAdapter</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="DataProviderEvent.html">DataProviderEvent</a></td></tr><tr><td><a href="DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td></tr><tr><td><a href="DataSourceAdapterFactory.html">DataSourceAdapterFactory</a></td></tr><tr><td><a href="Index.html">Index</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="DataProviderEvent,com.sibirjak.asdpc.core.dataprovider.DataProviderEvent,DATA_PROVIDER_CHANGED,ITEM_ADDED,ITEM_REMOVED,RESET,_index,_items,_size,dataSource,index,kind,numItems,size"><title>com.sibirjak.asdpc.core.dataprovider.DataProviderEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DataProviderEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/DataProviderEvent.html&amp;com/sibirjak/asdpc/core/dataprovider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DataProviderEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DataProviderEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DataProviderEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DataProviderEvent  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 DataProvider event.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#index" class="signatureLink">index</a> : int<div class="summaryTableDescription">
		 The affected index.</div></td><td class="summaryTableOwnerCol">DataProviderEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#kind" class="signatureLink">kind</a> : String<div class="summaryTableDescription">
		 The event kind.</div></td><td class="summaryTableOwnerCol">DataProviderEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#numItems" class="signatureLink">numItems</a> : uint<div class="summaryTableDescription">
		 The number of affected items.</div></td><td class="summaryTableOwnerCol">DataProviderEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#DataProviderEvent()" class="signatureLink">DataProviderEvent</a>(theKind:String, theIndex:int = -1, theNumItems:uint = 0)</div><div class="summaryTableDescription">
		 DataProviderEvent constructor.</div></td><td class="summaryTableOwnerCol">DataProviderEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DATA_PROVIDER_CHANGED" class="signatureLink">DATA_PROVIDER_CHANGED</a> : String = data_provider_changed<div class="summaryTableDescription">[static] 
		 Event type of all data provider events.</div></td><td class="summaryTableOwnerCol">DataProviderEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ITEM_ADDED" class="signatureLink">ITEM_ADDED</a> : String = itemAdded<div class="summaryTableDescription">[static] 
		 Event kind ITEM_ADDED
		 </div></td><td class="summaryTableOwnerCol">DataProviderEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ITEM_REMOVED" class="signatureLink">ITEM_REMOVED</a> : String = itemRemoved<div class="summaryTableDescription">[static] 
		 Event kind ITEM_REMOVED
		 </div></td><td class="summaryTableOwnerCol">DataProviderEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#RESET" class="signatureLink">RESET</a> : String = reset<div class="summaryTableDescription">[static] 
		 Event kind RESET
		 </div></td><td class="summaryTableOwnerCol">DataProviderEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="index"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">index</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var index:int</code><p></p><p></p><p>
		 The affected index.
		 
		 <p>Not set (-1) for the RESET event kind.</p>
		 </p></div><a name="propertyDetail"></a><a name="kind"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">kind</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var kind:String</code><p></p><p></p><p>
		 The event kind.
		 </p></div><a name="propertyDetail"></a><a name="numItems"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">numItems</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var numItems:uint</code><p></p><p></p><p>
		 The number of affected items.
		 
		 <p>Not set (0) for the RESET event kind.</p>
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="DataProviderEvent()"></a><a name="DataProviderEvent(String,int,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DataProviderEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function DataProviderEvent(theKind:String, theIndex:int = -1, theNumItems:uint = 0)</code><p></p><p>
		 DataProviderEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">theKind</span>:String</code> &mdash; The event kind.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">theIndex</span>:int</code> (default = <code>-1</code>)<code></code> &mdash; The affected index.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">theNumItems</span>:uint</code> (default = <code>0</code>)<code></code> &mdash; The number of affected items.
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="DATA_PROVIDER_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DATA_PROVIDER_CHANGED</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const DATA_PROVIDER_CHANGED:String = data_provider_changed</code><p></p><p></p><p>
		 Event type of all data provider events.
		 </p></div><a name="constantDetail"></a><a name="ITEM_ADDED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ITEM_ADDED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ITEM_ADDED:String = itemAdded</code><p></p><p></p><p>
		 Event kind ITEM_ADDED
		 </p></div><a name="constantDetail"></a><a name="ITEM_REMOVED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ITEM_REMOVED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ITEM_REMOVED:String = itemRemoved</code><p></p><p></p><p>
		 Event kind ITEM_REMOVED
		 </p></div><a name="constantDetail"></a><a name="RESET"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RESET</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const RESET:String = reset</code><p></p><p></p><p>
		 Event kind RESET
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="DataProviderEventDispatcher,com.sibirjak.asdpc.core.dataprovider.DataProviderEventDispatcher,addItemsAfter,addItemsAtEnd,addItemsAtStart,cleanUp,clear,dispatchItemsAdded,dispatchItemsRemoved,dispatchReset,genericToStringFunction,getAdapter,getKeyAt,hasItem,indexOf,init,itemAt,removeItemsAfter,removeItemsAtEnd,removeItemsAtStart"><title>com.sibirjak.asdpc.core.dataprovider.DataProviderEventDispatcher</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DataProviderEventDispatcher - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html&amp;com/sibirjak/asdpc/core/dataprovider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DataProviderEventDispatcher</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DataProviderEventDispatcher"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DataProviderEventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DataProviderEventDispatcher  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.EventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html">ListAdapter</a>,  <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html">MapAdapter</a>,  <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html">SetAdapter</a></td></tr></table><p></p><p></p><p></p>
	 Convenient base class for event dispatching data source adapters.
	 
	 <p></p><br/><hr></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#dispatchItemsAdded()" class="signatureLink">dispatchItemsAdded</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind ITEM_ADDED.</div></td><td class="summaryTableOwnerCol">DataProviderEventDispatcher</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#dispatchItemsRemoved()" class="signatureLink">dispatchItemsRemoved</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind ITEM_REMOVED.</div></td><td class="summaryTableOwnerCol">DataProviderEventDispatcher</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#dispatchReset()" class="signatureLink">dispatchReset</a>():void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind RESET.</div></td><td class="summaryTableOwnerCol">DataProviderEventDispatcher</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="dispatchItemsAdded()"></a><a name="dispatchItemsAdded(uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dispatchItemsAdded</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> protected final function dispatchItemsAdded(index:uint, numItems:uint):void</code><p></p><p></p><p>
		 Dispatches a DataProviderEvent event of kind ITEM_ADDED.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; The index where the items have been added.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">numItems</span>:uint</code> &mdash; The number of items added.
		 </td></tr></table></p></div><a name="dispatchItemsRemoved()"></a><a name="dispatchItemsRemoved(uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dispatchItemsRemoved</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function dispatchItemsRemoved(index:uint, numItems:uint):void</code><p></p><p></p><p>
		 Dispatches a DataProviderEvent event of kind ITEM_REMOVED.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; The index where the items have been removed.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">numItems</span>:uint</code> &mdash; The number of items removed.
		 </td></tr></table></p></div><a name="dispatchReset()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dispatchReset</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected final function dispatchReset():void</code><p></p><p></p><p>
		 Dispatches a DataProviderEvent event of kind RESET.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="DataSourceAdapterFactory,com.sibirjak.asdpc.core.dataprovider.DataSourceAdapterFactory,addItemsAfter,addItemsAtEnd,addItemsAtStart,cleanUp,clear,dispatchItemsAdded,dispatchItemsRemoved,dispatchReset,genericToStringFunction,getAdapter,getKeyAt,hasItem,indexOf,init,itemAt,removeItemsAfter,removeItemsAtEnd,removeItemsAtStart"><title>com.sibirjak.asdpc.core.dataprovider.DataSourceAdapterFactory</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DataSourceAdapterFactory - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/DataSourceAdapterFactory.html&amp;com/sibirjak/asdpc/core/dataprovider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DataSourceAdapterFactory</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DataSourceAdapterFactory"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DataSourceAdapterFactory</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DataSourceAdapterFactory  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Factory to create an adapter to a non IDataProvider data source.  
	 
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getAdapter()" class="signatureLink">getAdapter</a>(dataSource:*, dataSourceAdapterFunction:Function = null):IDataProvider</div><div class="summaryTableDescription">[static] 
		 Creates an adapter to a non IDataProvider data source.</div></td><td class="summaryTableOwnerCol">DataSourceAdapterFactory</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="getAdapter()"></a><a name="getAdapter(any,Function)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getAdapter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public static function getAdapter(dataSource:*, dataSourceAdapterFunction:Function = null):IDataProvider</code><p></p><p></p><p>
		 Creates an adapter to a non IDataProvider data source.
		 
		 <p>Supports by default the following types:</p>
		 
		 <ul>
		 <li>IDataProvider - simply returned, no adapter is created.</li>
		 <li>IMap - a MapAdapter is returned. The MapAdapter internally maintains a Map item to index map.</li>
		 <li>ISet - a SetAdapter is returned. The SetAdapter internally maintains a Set item to index map.</li>
		 <li>IList - a ListAdapter is returned.</li>
		 <li>Array - an ArrayAdapter is returned.</li>
		 <li>XML - an XMLAdapter is returned.</li>
		 <li>any other type - a GenericAdapter is returned.</li>
		 </ul>
		 
		 <p>The method accepts and evaluates a custom adapter factory function,
		 which can be passed to create adapters for types not recognised here or
		 to create different adapters for types handled by this method.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">dataSource</span>:*</code> &mdash; The data source to adapt.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">dataSourceAdapterFunction</span>:Function</code> (default = <code>null</code>)<code></code> &mdash; A custom factory function.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>IDataProvider</code> &mdash; An adapter to the given data source or the data source itself, if it already implements IDataProvider.
		 </td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="IDataSourceAdapter,com.sibirjak.asdpc.core.dataprovider.IDataSourceAdapter,DATA_PROVIDER_CHANGED,ITEM_ADDED,ITEM_REMOVED,RESET,_index,_items,_size,dataSource,index,kind,numItems,size,addItemsAfter,addItemsAtEnd,addItemsAtStart,cleanUp,clear,dispatchItemsAdded,dispatchItemsRemoved,dispatchReset,genericToStringFunction,getAdapter,getKeyAt,hasItem,indexOf,init,itemAt,removeItemsAfter,removeItemsAtEnd,removeItemsAtStart"><title>com.sibirjak.asdpc.core.dataprovider.IDataSourceAdapter</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IDataSourceAdapter - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html&amp;com/sibirjak/asdpc/core/dataprovider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IDataSourceAdapter</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IDataSourceAdapter"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IDataSourceAdapter extends  org.as3commons.collections.framework.IDataProvider</td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html">ArrayAdapter</a>,  <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html">GenericAdapter</a>,  <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html">ListAdapter</a>,  <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html">MapAdapter</a>,  <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html">SetAdapter</a>,  <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html">XMLAdapter</a></td></tr></table><p></p><p></p><p></p>
	 DataSourceAdapter interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">[read-only] 
		 The adapted data source.</div></td><td class="summaryTableOwnerCol">IDataSourceAdapter</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Cleans up all listeners to the adapted data source.</div></td><td class="summaryTableOwnerCol">IDataSourceAdapter</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>dataSource:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The adapted data source.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 Cleans up all listeners to the adapted data source.
		 
		 <p>Binding a data source to a view component requires the adapter
		 to create event listeners to changes of the data source. If an item has
		 been removed from the data source, its listeners should also be removed
		 from the adapting object.</p>
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="IMapAdapter,com.sibirjak.asdpc.core.dataprovider.IMapAdapter,addItemsAfter,addItemsAtEnd,addItemsAtStart,cleanUp,clear,dispatchItemsAdded,dispatchItemsRemoved,dispatchReset,genericToStringFunction,getAdapter,getKeyAt,hasItem,indexOf,init,itemAt,removeItemsAfter,removeItemsAtEnd,removeItemsAtStart"><title>com.sibirjak.asdpc.core.dataprovider.IMapAdapter</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IMapAdapter - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/IMapAdapter.html&amp;com/sibirjak/asdpc/core/dataprovider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IMapAdapter</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IMapAdapter"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IMapAdapter</td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html">MapAdapter</a></td></tr></table><p></p><p></p><p></p>
	 Interface for map data providers.
	 
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getKeyAt()" class="signatureLink">getKeyAt</a>(index:uint):*</div><div class="summaryTableDescription">
		 Returns the key for the item at the given position.</div></td><td class="summaryTableOwnerCol">IMapAdapter</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="getKeyAt()"></a><a name="getKeyAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getKeyAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function getKeyAt(index:uint):*</code><p></p><p></p><p>
		 Returns the key for the item at the given position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The key of the item or null, if the position is invalid.
		 </td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="Index,com.sibirjak.asdpc.core.dataprovider.Index,DATA_PROVIDER_CHANGED,ITEM_ADDED,ITEM_REMOVED,RESET,_index,_items,_size,dataSource,index,kind,numItems,size,addItemsAfter,addItemsAtEnd,addItemsAtStart,cleanUp,clear,dispatchItemsAdded,dispatchItemsRemoved,dispatchReset,genericToStringFunction,getAdapter,getKeyAt,hasItem,indexOf,init,itemAt,removeItemsAfter,removeItemsAtEnd,removeItemsAtStart"><title>com.sibirjak.asdpc.core.dataprovider.Index</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Index - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/Index.html&amp;com/sibirjak/asdpc/core/dataprovider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Index</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Index"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Index</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Index  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/core/ListDataProvider.html">ListDataProvider</a></td></tr></table><p></p><p></p><p></p>
	 Maintains a data source index for not index based collections.
	 
	 <p>The Index is technically an ArraySet where items can be accessed
	 via an index or via the item directly. Items have to be unique.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#size" class="signatureLink">size</a> : uint<div class="summaryTableDescription">[read-only] 
		 Returns the number of indexed items.</div></td><td class="summaryTableOwnerCol">Index</td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_index" class="signatureLink">_index</a> : Dictionary<div class="summaryTableDescription">
		 The item to index map.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_items" class="signatureLink">_items</a> : Array<div class="summaryTableDescription">
		 The indexed items.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_size" class="signatureLink">_size</a> : uint<div class="summaryTableDescription">
		 The number of indexed items.</div></td><td class="summaryTableOwnerCol">Index</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#Index()" class="signatureLink">Index</a>()</div><div class="summaryTableDescription">
		 Index constructor.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addItemsAfter()" class="signatureLink">addItemsAfter</a>(itemBefore:*, items:Array):int</div><div class="summaryTableDescription">
		 Adds a list of items after the given one.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addItemsAtEnd()" class="signatureLink">addItemsAtEnd</a>(items:Array):int</div><div class="summaryTableDescription">
		 Adds a list of items at end.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addItemsAtStart()" class="signatureLink">addItemsAtStart</a>(items:Array):int</div><div class="summaryTableDescription">
		 Adds a list of items at start.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#clear()" class="signatureLink">clear</a>():void</div><div class="summaryTableDescription">
		 Clears the Index.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hasItem()" class="signatureLink">hasItem</a>(item:*):Boolean</div><div class="summaryTableDescription">
		 Returns true, if the item is in the Index.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#indexOf()" class="signatureLink">indexOf</a>(item:*):int</div><div class="summaryTableDescription">
		 Returns the index for a given item.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>(source:*):void</div><div class="summaryTableDescription">
		 Initialises the Index.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemAt()" class="signatureLink">itemAt</a>(index:uint):*</div><div class="summaryTableDescription">
		 Returns the item at the given position.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeItemsAfter()" class="signatureLink">removeItemsAfter</a>(itemBefore:*, numItems:uint):int</div><div class="summaryTableDescription">
		 Removes a number of items after the given one.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeItemsAtEnd()" class="signatureLink">removeItemsAtEnd</a>(numItems:uint):int</div><div class="summaryTableDescription">
		 Removes a number of items at end.</div></td><td class="summaryTableOwnerCol">Index</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeItemsAtStart()" class="signatureLink">removeItemsAtStart</a>(numItems:uint):int</div><div class="summaryTableDescription">
		 Removes a number of items at start.</div></td><td class="summaryTableOwnerCol">Index</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_index"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_index</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _index:Dictionary</code><p></p><p></p><p>
		 The item to index map.
		 </p></div><a name="propertyDetail"></a><a name="_items"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_items</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _items:Array</code><p></p><p></p><p>
		 The indexed items.
		 </p></div><a name="propertyDetail"></a><a name="_size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_size</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _size:uint</code><p></p><p></p><p>
		 The number of indexed items.
		 </p></div><a name="propertyDetail"></a><a name="size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">size</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>size:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns the number of indexed items.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get size():uint</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="Index()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">Index</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function Index()</code><p></p><p>
		 Index constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="addItemsAfter()"></a><a name="addItemsAfter(any,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addItemsAfter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function addItemsAfter(itemBefore:*, items:Array):int</code><p></p><p></p><p>
		 Adds a list of items after the given one.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">itemBefore</span>:*</code> &mdash; The item after that the new items should be added.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">items</span>:Array</code> &mdash; The items to add.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code></td></tr></table></div><a name="addItemsAtEnd()"></a><a name="addItemsAtEnd(Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addItemsAtEnd</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function addItemsAtEnd(items:Array):int</code><p></p><p></p><p>
		 Adds a list of items at end.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">items</span>:Array</code> &mdash; The items to add at end.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code></td></tr></table></div><a name="addItemsAtStart()"></a><a name="addItemsAtStart(Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addItemsAtStart</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function addItemsAtStart(items:Array):int</code><p></p><p></p><p>
		 Adds a list of items at start.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">items</span>:Array</code> &mdash; The items to add at start.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code></td></tr></table></div><a name="clear()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">clear</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function clear():void</code><p></p><p></p><p>
		 Clears the Index.
		 </p></div><a name="hasItem()"></a><a name="hasItem(any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hasItem</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function hasItem(item:*):Boolean</code><p></p><p></p><p>
		 Returns true, if the item is in the Index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">item</span>:*</code> &mdash; The item to test.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; true, if the item is contained by the Index.
		 </td></tr></table></div><a name="indexOf()"></a><a name="indexOf(any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">indexOf</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function indexOf(item:*):int</code><p></p><p></p><p>
		 Returns the index for a given item.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">item</span>:*</code> &mdash; The item.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code> &mdash; The item index or -1, if the item is not contained by the Index.
		 </td></tr></table></div><a name="init()"></a><a name="init(any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function init(source:*):void</code><p></p><p></p><p>
		 Initialises the Index.
		 
		 <p>If the index already contains items, new items will be appended.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">source</span>:*</code> &mdash; Either an Array or an IIterator. 
		 </td></tr></table></p></div><a name="itemAt()"></a><a name="itemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemAt(index:uint):*</code><p></p><p></p><p>
		 Returns the item at the given position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; The position.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The item at that position or undefined, if no such item exists.
		 </td></tr></table></div><a name="removeItemsAfter()"></a><a name="removeItemsAfter(any,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeItemsAfter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function removeItemsAfter(itemBefore:*, numItems:uint):int</code><p></p><p></p><p>
		 Removes a number of items after the given one.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">itemBefore</span>:*</code> &mdash; The item after that the items should be removed.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">numItems</span>:uint</code> &mdash; The number of items to remove.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code></td></tr></table></div><a name="removeItemsAtEnd()"></a><a name="removeItemsAtEnd(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeItemsAtEnd</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function removeItemsAtEnd(numItems:uint):int</code><p></p><p></p><p>
		 Removes a number of items at end.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">numItems</span>:uint</code> &mdash; The number of items to remove.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code></td></tr></table></div><a name="removeItemsAtStart()"></a><a name="removeItemsAtStart(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeItemsAtStart</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function removeItemsAtStart(numItems:uint):int</code><p></p><p></p><p>
		 Removes a number of items at start.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">numItems</span>:uint</code> &mdash; The number of items to remove.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.core.dataprovider Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.core.dataprovider package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/package-detail.html&amp;com/sibirjak/asdpc/core/dataprovider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.core.dataprovider</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package.html#methodSummary">Functions</a>&nbsp;| <a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.core.dataprovider"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,true,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="methodSummary"></a><div class="summaryTableTitle">Functions</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Function</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="package.html#genericToStringFunction()">genericToStringFunction</a></td><td class="summaryTableLastCol">
	 A generic toString() function.</td></tr></table><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IDataSourceAdapter.html">IDataSourceAdapter</a></i></td><td class="summaryTableLastCol">
	 DataSourceAdapter interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IMapAdapter.html">IMapAdapter</a></i></td><td class="summaryTableLastCol">
	 Interface for map data providers.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DataProviderEvent.html">DataProviderEvent</a></td><td class="summaryTableLastCol">
	 DataProvider event.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td><td class="summaryTableLastCol">
	 Convenient base class for event dispatching data source adapters.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DataSourceAdapterFactory.html">DataSourceAdapterFactory</a></td><td class="summaryTableLastCol">
	 Factory to create an adapter to a non IDataProvider data source.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Index.html">Index</a></td><td class="summaryTableLastCol">
	 Maintains a data source index for not index based collections.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.core.dataprovider Details</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.core.dataprovider package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/package.html&amp;com/sibirjak/asdpc/core/dataprovider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Package</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package.html#methodSummary">Functions</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Package"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,true,false,false,false);}	
				-->
			</script><div class="MainContent"><br><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Function</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#genericToStringFunction()" class="signatureLink">genericToStringFunction</a>(item:*):String</div><div class="summaryTableDescription">
	 A generic toString() function.</div></td><td class="summaryTableOwnerCol">com.sibirjak.asdpc.core.dataprovider</td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader"> Function detail </div><a name="genericToStringFunction()"></a><a name="genericToStringFunction(any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">genericToStringFunction</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">function</td></tr></table><div class="detailBody"><code> public function genericToStringFunction(item:*):String</code><p></p><p></p><p>
	 A generic toString() function.
	 
	 <p>Returns:</p>
	 
	 <ul>
	 <li>The item - if the item is a primitive type (String, Number, Boolean).</li>
	 <li>The node content - if the item is an XML text node.</li>
	 <li>The value of the label attribute - if the item is an XML node and has a label attribute.</li>
	 <li>The value of the name attribute - if the item is an XML node and has a name attribute.</li>
	 <li>The tag name - if the item is an XML node.</li>
	 <li>The value of the name property - if the item is a DisplayObject and a custom name property is set.</li>
	 <li>The class name - if the item is a DisplayObject.</li>
	 <li>The value of the label property - if the item has a public label property.</li>
	 <li>The value of the name property - if the item has a public name property.</li>
	 <li>The class name - for all other items.</li>
	 </ul>
	 
	 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">item</span>:*</code> &mdash; The item to convert to a String.
	 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code> &mdash; The converted String.
	 
	 </td></tr></table></div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="ArrayAdapter,com.sibirjak.asdpc.core.dataprovider.adapter.ArrayAdapter,dataSource,dataSource,dataSource,dataSource,dataSource,dataSource,size,size,size,size,size,size,addEventListener,addEventListener,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,getKeyAt,itemAt,itemAt,itemAt,itemAt,itemAt,itemAt,toString,toString,toString,toString,toString,toString"><title>com.sibirjak.asdpc.core.dataprovider.adapter.ArrayAdapter</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ArrayAdapter - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/adapter/ArrayAdapter.html&amp;com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ArrayAdapter</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ArrayAdapter"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ArrayAdapter</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ArrayAdapter  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html">IDataSourceAdapter</a></td></tr></table><p></p><p></p><p></p>
	 Array to IDataProvider adapter.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">[read-only] 
		 
		 The adapted data source.</div></td><td class="summaryTableOwnerCol">ArrayAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#size" class="signatureLink">size</a> : uint<div class="summaryTableDescription">[read-only] 
		 </div></td><td class="summaryTableOwnerCol">ArrayAdapter</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ArrayAdapter()" class="signatureLink">ArrayAdapter</a>(array:Array)</div><div class="summaryTableDescription">
		 ArrayAdapter constructor.</div></td><td class="summaryTableOwnerCol">ArrayAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Cleans up all listeners to the adapted data source.</div></td><td class="summaryTableOwnerCol">ArrayAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemAt()" class="signatureLink">itemAt</a>(index:uint):*</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">ArrayAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">
		 toString() function.</div></td><td class="summaryTableOwnerCol">ArrayAdapter</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>dataSource:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The adapted data source.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/></div><a name="propertyDetail"></a><a name="size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">size</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>size:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get size():uint</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ArrayAdapter()"></a><a name="ArrayAdapter(Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ArrayAdapter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ArrayAdapter(array:Array)</code><p></p><p>
		 ArrayAdapter constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">array</span>:Array</code> &mdash; The array to adapt.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 
		 Cleans up all listeners to the adapted data source.
		 
		 <p>Binding a data source to a view component requires the adapter
		 to create event listeners to changes of the data source. If an item has
		 been removed from the data source, its listeners should also be removed
		 from the adapting object.</p>
		 </p></div><a name="itemAt()"></a><a name="itemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemAt(index:uint):*</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code></td></tr></table></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.core.dataprovider.adapter - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.core.dataprovider.adapter</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ArrayAdapter.html">ArrayAdapter</a></td></tr><tr><td><a href="GenericAdapter.html">GenericAdapter</a></td></tr><tr><td><a href="ListAdapter.html">ListAdapter</a></td></tr><tr><td><a href="MapAdapter.html">MapAdapter</a></td></tr><tr><td><a href="SetAdapter.html">SetAdapter</a></td></tr><tr><td><a href="XMLAdapter.html">XMLAdapter</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="GenericAdapter,com.sibirjak.asdpc.core.dataprovider.adapter.GenericAdapter,dataSource,dataSource,dataSource,dataSource,dataSource,dataSource,size,size,size,size,size,size,addEventListener,addEventListener,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,getKeyAt,itemAt,itemAt,itemAt,itemAt,itemAt,itemAt,toString,toString,toString,toString,toString,toString"><title>com.sibirjak.asdpc.core.dataprovider.adapter.GenericAdapter</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'GenericAdapter - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/adapter/GenericAdapter.html&amp;com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">GenericAdapter</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("GenericAdapter"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  GenericAdapter</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">GenericAdapter  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html">IDataSourceAdapter</a></td></tr></table><p></p><p></p><p></p>
	 Generic IDataProvider adapter.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">[read-only] 
		 
		 The adapted data source.</div></td><td class="summaryTableOwnerCol">GenericAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#size" class="signatureLink">size</a> : uint<div class="summaryTableDescription">[read-only] 
		 </div></td><td class="summaryTableOwnerCol">GenericAdapter</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#GenericAdapter()" class="signatureLink">GenericAdapter</a>(dataSource:*)</div><div class="summaryTableDescription">
		 GenericAdapter constructor.</div></td><td class="summaryTableOwnerCol">GenericAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Cleans up all listeners to the adapted data source.</div></td><td class="summaryTableOwnerCol">GenericAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemAt()" class="signatureLink">itemAt</a>(index:uint):*</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">GenericAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">
		 toString() function.</div></td><td class="summaryTableOwnerCol">GenericAdapter</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>dataSource:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The adapted data source.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/></div><a name="propertyDetail"></a><a name="size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">size</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>size:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get size():uint</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="GenericAdapter()"></a><a name="GenericAdapter(any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">GenericAdapter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function GenericAdapter(dataSource:*)</code><p></p><p>
		 GenericAdapter constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">dataSource</span>:*</code> &mdash; The generic object to adapt.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 
		 Cleans up all listeners to the adapted data source.
		 
		 <p>Binding a data source to a view component requires the adapter
		 to create event listeners to changes of the data source. If an item has
		 been removed from the data source, its listeners should also be removed
		 from the adapting object.</p>
		 </p></div><a name="itemAt()"></a><a name="itemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemAt(index:uint):*</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code></td></tr></table></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="ListAdapter,com.sibirjak.asdpc.core.dataprovider.adapter.ListAdapter,dataSource,dataSource,dataSource,dataSource,dataSource,dataSource,size,size,size,size,size,size,addEventListener,addEventListener,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,getKeyAt,itemAt,itemAt,itemAt,itemAt,itemAt,itemAt,toString,toString,toString,toString,toString,toString"><title>com.sibirjak.asdpc.core.dataprovider.adapter.ListAdapter</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListAdapter - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/adapter/ListAdapter.html&amp;com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListAdapter</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListAdapter"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListAdapter</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListAdapter  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.EventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html">IDataSourceAdapter</a></td></tr></table><p></p><p></p><p></p>
	 ArrayList to IDataProvider adapter.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">[read-only] 
		 
		 The adapted data source.</div></td><td class="summaryTableOwnerCol">ListAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#size" class="signatureLink">size</a> : uint<div class="summaryTableDescription">[read-only] 
		 </div></td><td class="summaryTableOwnerCol">ListAdapter</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListAdapter()" class="signatureLink">ListAdapter</a>(list:IList)</div><div class="summaryTableDescription">
		 ArrayListAdapter constructor.</div></td><td class="summaryTableOwnerCol">ListAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Cleans up all listeners to the adapted data source.</div></td><td class="summaryTableOwnerCol">ListAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemAt()" class="signatureLink">itemAt</a>(index:uint):*</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">ListAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">[override] 
		 toString() function.</div></td><td class="summaryTableOwnerCol">ListAdapter</td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedMethod" id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchItemsAdded()" class="signatureLink">dispatchItemsAdded</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind ITEM_ADDED.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchItemsRemoved()" class="signatureLink">dispatchItemsRemoved</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind ITEM_REMOVED.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchReset()" class="signatureLink">dispatchReset</a>():void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind RESET.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>dataSource:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The adapted data source.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/></div><a name="propertyDetail"></a><a name="size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">size</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>size:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get size():uint</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListAdapter()"></a><a name="ListAdapter(org.as3commons.collections.framework.IList)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListAdapter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListAdapter(list:IList)</code><p></p><p>
		 ArrayListAdapter constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">list</span>:IList</code> &mdash; The ArrayList to adapt.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 
		 Cleans up all listeners to the adapted data source.
		 
		 <p>Binding a data source to a view component requires the adapter
		 to create event listeners to changes of the data source. If an item has
		 been removed from the data source, its listeners should also be removed
		 from the adapting object.</p>
		 </p></div><a name="itemAt()"></a><a name="itemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemAt(index:uint):*</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code></td></tr></table></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="MapAdapter,com.sibirjak.asdpc.core.dataprovider.adapter.MapAdapter,dataSource,dataSource,dataSource,dataSource,dataSource,dataSource,size,size,size,size,size,size,addEventListener,addEventListener,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,getKeyAt,itemAt,itemAt,itemAt,itemAt,itemAt,itemAt,toString,toString,toString,toString,toString,toString"><title>com.sibirjak.asdpc.core.dataprovider.adapter.MapAdapter</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'MapAdapter - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/adapter/MapAdapter.html&amp;com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">MapAdapter</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("MapAdapter"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  MapAdapter</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">MapAdapter  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.EventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/IMapAdapter.html">IMapAdapter</a>,  <a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html">IDataSourceAdapter</a></td></tr></table><p></p><p></p><p></p>
	 Map to IDataProvider adapter.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">[read-only] 
		 
		 The adapted data source.</div></td><td class="summaryTableOwnerCol">MapAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#size" class="signatureLink">size</a> : uint<div class="summaryTableDescription">[read-only] 
		 </div></td><td class="summaryTableOwnerCol">MapAdapter</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#MapAdapter()" class="signatureLink">MapAdapter</a>(map:IMap)</div><div class="summaryTableDescription">
		 MapAdapter constructor.</div></td><td class="summaryTableOwnerCol">MapAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addEventListener()" class="signatureLink">addEventListener</a>(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void</div><div class="summaryTableDescription">[override] 
		 Creates the Map item to index map at the point the first listener is registered to the adapter.</div></td><td class="summaryTableOwnerCol">MapAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Cleans up all listeners to the adapted data source.</div></td><td class="summaryTableOwnerCol">MapAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getKeyAt()" class="signatureLink">getKeyAt</a>(index:uint):*</div><div class="summaryTableDescription">
		 
		 Returns the key for the item at the given position.</div></td><td class="summaryTableOwnerCol">MapAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemAt()" class="signatureLink">itemAt</a>(index:uint):*</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">MapAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">[override] 
		 toString() function.</div></td><td class="summaryTableOwnerCol">MapAdapter</td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedMethod" id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchItemsAdded()" class="signatureLink">dispatchItemsAdded</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind ITEM_ADDED.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchItemsRemoved()" class="signatureLink">dispatchItemsRemoved</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind ITEM_REMOVED.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchReset()" class="signatureLink">dispatchReset</a>():void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind RESET.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>dataSource:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The adapted data source.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/></div><a name="propertyDetail"></a><a name="size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">size</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>size:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get size():uint</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="MapAdapter()"></a><a name="MapAdapter(org.as3commons.collections.framework.IMap)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">MapAdapter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function MapAdapter(map:IMap)</code><p></p><p>
		 MapAdapter constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">map</span>:IMap</code> &mdash; The map to adapt.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="addEventListener()"></a><a name="addEventListener(String,Function,Boolean,int,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addEventListener</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void</code><p></p><p></p><p>
		 Creates the Map item to index map at the point the first listener is registered to the adapter.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Function</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">useCapture</span>:Boolean</code> (default = <code>false</code>)<code></code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">priority</span>:int</code> (default = <code>0</code>)<code></code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">useWeakReference</span>:Boolean</code> (default = <code>false</code>)<code></code></td></tr></table></p></div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 
		 Cleans up all listeners to the adapted data source.
		 
		 <p>Binding a data source to a view component requires the adapter
		 to create event listeners to changes of the data source. If an item has
		 been removed from the data source, its listeners should also be removed
		 from the adapting object.</p>
		 </p></div><a name="getKeyAt()"></a><a name="getKeyAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getKeyAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getKeyAt(index:uint):*</code><p></p><p></p><p>
		 
		 Returns the key for the item at the given position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The key of the item or null, if the position is invalid.
		 </td></tr></table></div><a name="itemAt()"></a><a name="itemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemAt(index:uint):*</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code></td></tr></table></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.core.dataprovider.adapter Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.core.dataprovider.adapter package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/adapter/package-detail.html&amp;com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.core.dataprovider.adapter</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.core.dataprovider.adapter"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ArrayAdapter.html">ArrayAdapter</a></td><td class="summaryTableLastCol">
	 Array to IDataProvider adapter.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="GenericAdapter.html">GenericAdapter</a></td><td class="summaryTableLastCol">
	 Generic IDataProvider adapter.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListAdapter.html">ListAdapter</a></td><td class="summaryTableLastCol">
	 ArrayList to IDataProvider adapter.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="MapAdapter.html">MapAdapter</a></td><td class="summaryTableLastCol">
	 Map to IDataProvider adapter.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SetAdapter.html">SetAdapter</a></td><td class="summaryTableLastCol">
	 Set to IDataProvider adapter.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="XMLAdapter.html">XMLAdapter</a></td><td class="summaryTableLastCol">
	 XML to IDataProvider adapter.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="SetAdapter,com.sibirjak.asdpc.core.dataprovider.adapter.SetAdapter,dataSource,dataSource,dataSource,dataSource,dataSource,dataSource,size,size,size,size,size,size,addEventListener,addEventListener,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,getKeyAt,itemAt,itemAt,itemAt,itemAt,itemAt,itemAt,toString,toString,toString,toString,toString,toString"><title>com.sibirjak.asdpc.core.dataprovider.adapter.SetAdapter</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SetAdapter - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/adapter/SetAdapter.html&amp;com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SetAdapter</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SetAdapter"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SetAdapter</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SetAdapter  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.EventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html">IDataSourceAdapter</a></td></tr></table><p></p><p></p><p></p>
	 Set to IDataProvider adapter.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">[read-only] 
		 
		 The adapted data source.</div></td><td class="summaryTableOwnerCol">SetAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#size" class="signatureLink">size</a> : uint<div class="summaryTableDescription">[read-only] 
		 </div></td><td class="summaryTableOwnerCol">SetAdapter</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SetAdapter()" class="signatureLink">SetAdapter</a>(theSet:ISet)</div><div class="summaryTableDescription">
		 SetAdapter constructor.</div></td><td class="summaryTableOwnerCol">SetAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addEventListener()" class="signatureLink">addEventListener</a>(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void</div><div class="summaryTableDescription">[override] 
		 Creates the Set item to index map at the point the first listener is registered to the adapter.</div></td><td class="summaryTableOwnerCol">SetAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Cleans up all listeners to the adapted data source.</div></td><td class="summaryTableOwnerCol">SetAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemAt()" class="signatureLink">itemAt</a>(index:uint):*</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">SetAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">[override] 
		 toString() function.</div></td><td class="summaryTableOwnerCol">SetAdapter</td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedMethod" id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchItemsAdded()" class="signatureLink">dispatchItemsAdded</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind ITEM_ADDED.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchItemsRemoved()" class="signatureLink">dispatchItemsRemoved</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind ITEM_REMOVED.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html#dispatchReset()" class="signatureLink">dispatchReset</a>():void</div><div class="summaryTableDescription">
		 Dispatches a DataProviderEvent event of kind RESET.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/DataProviderEventDispatcher.html">DataProviderEventDispatcher</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>dataSource:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The adapted data source.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/></div><a name="propertyDetail"></a><a name="size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">size</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>size:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get size():uint</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SetAdapter()"></a><a name="SetAdapter(org.as3commons.collections.framework.ISet)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SetAdapter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SetAdapter(theSet:ISet)</code><p></p><p>
		 SetAdapter constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">theSet</span>:ISet</code> &mdash; The set to adapt.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="addEventListener()"></a><a name="addEventListener(String,Function,Boolean,int,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addEventListener</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void</code><p></p><p></p><p>
		 Creates the Set item to index map at the point the first listener is registered to the adapter.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Function</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">useCapture</span>:Boolean</code> (default = <code>false</code>)<code></code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">priority</span>:int</code> (default = <code>0</code>)<code></code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">useWeakReference</span>:Boolean</code> (default = <code>false</code>)<code></code></td></tr></table></p></div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 
		 Cleans up all listeners to the adapted data source.
		 
		 <p>Binding a data source to a view component requires the adapter
		 to create event listeners to changes of the data source. If an item has
		 been removed from the data source, its listeners should also be removed
		 from the adapting object.</p>
		 </p></div><a name="itemAt()"></a><a name="itemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemAt(index:uint):*</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code></td></tr></table></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="XMLAdapter,com.sibirjak.asdpc.core.dataprovider.adapter.XMLAdapter,dataSource,dataSource,dataSource,dataSource,dataSource,dataSource,size,size,size,size,size,size,addEventListener,addEventListener,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,cleanUp,getKeyAt,itemAt,itemAt,itemAt,itemAt,itemAt,itemAt,toString,toString,toString,toString,toString,toString"><title>com.sibirjak.asdpc.core.dataprovider.adapter.XMLAdapter</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'XMLAdapter - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/core/dataprovider/adapter/XMLAdapter.html&amp;com/sibirjak/asdpc/core/dataprovider/adapter/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">XMLAdapter</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("XMLAdapter"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.dataprovider.adapter</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  XMLAdapter</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">XMLAdapter  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../../com/sibirjak/asdpc/core/dataprovider/IDataSourceAdapter.html">IDataSourceAdapter</a></td></tr></table><p></p><p></p><p></p>
	 XML to IDataProvider adapter.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">[read-only] 
		 
		 The adapted data source.</div></td><td class="summaryTableOwnerCol">XMLAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#size" class="signatureLink">size</a> : uint<div class="summaryTableDescription">[read-only] 
		 </div></td><td class="summaryTableOwnerCol">XMLAdapter</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#XMLAdapter()" class="signatureLink">XMLAdapter</a>(xml:XML)</div><div class="summaryTableDescription">
		 XMLAdapter constructor.</div></td><td class="summaryTableOwnerCol">XMLAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Cleans up all listeners to the adapted data source.</div></td><td class="summaryTableOwnerCol">XMLAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemAt()" class="signatureLink">itemAt</a>(index:uint):*</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">XMLAdapter</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">
		 toString() function.</div></td><td class="summaryTableOwnerCol">XMLAdapter</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>dataSource:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The adapted data source.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/></div><a name="propertyDetail"></a><a name="size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">size</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>size:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get size():uint</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="XMLAdapter()"></a><a name="XMLAdapter(XML)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">XMLAdapter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function XMLAdapter(xml:XML)</code><p></p><p>
		 XMLAdapter constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">xml</span>:XML</code> &mdash; The xml to adapt.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 
		 Cleans up all listeners to the adapted data source.
		 
		 <p>Binding a data source to a view component requires the adapter
		 to create event listeners to changes of the data source. If an item has
		 been removed from the data source, its listeners should also be removed
		 from the adapting object.</p>
		 </p></div><a name="itemAt()"></a><a name="itemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemAt(index:uint):*</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code></td></tr></table></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="BindingManager,com.sibirjak.asdpc.core.managers.BindingManager,bindProperty,getDefaultStyles,getStyle,getViewProperty,getViewProperty,removeAllBindings,setBindableProperties,setDefaultStyles,setStyle,setStyles,setViewProperty,styleManagerStyleChangeHandler,unbindProperty,updateAllBindings,updateBinding,updateBindingsForProperty"><title>com.sibirjak.asdpc.core.managers.BindingManager</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'BindingManager - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/managers/BindingManager.html&amp;com/sibirjak/asdpc/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">BindingManager</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("BindingManager"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  BindingManager</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">BindingManager  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> org.as3commons.collections.LinkedMap</td></tr></table><p></p><p></p><p></p>
	 Data binding manager.
	 
	 <p>Any object (display object, data object, ...) may define an unlimited
	 number of bindable properties. A bound listener automatically gets updated
	 if its bindable property changes. E.g. a DisplayObject's visibility can
	 be directly bound to a toggle button's selected property without the need
	 of implementing custom event listeners for the ButtonEvent.SELECTION_CHANGED
	 event.</p>
	 
	              <p>The BindingManager implements all necessary code to maintain listeners
	 and property changes and updates. The class that hosts the bindable
	 property is in charge to trigger updates after the property changes.</p>  
	 
 	             <div class="listing"><pre>
        var label : ILabel = new Label();
        label.text = "I am visible only if the button is selected";
        addChild(DisplayObject(label));
        var button : IButton = new Button();
        button.toggle = true;
        button.label = "Toggle";
        button.bindProperty(Button.BINDABLE_PROPERTY_SELECTED, label, "visible");
        addChild(DisplayObject(button));
     </pre></div>
	 
 	             <div class="listing"><pre>
        private function setVisibility(visible : Boolean) : void {
            trace ("Visible: ", visible);
        }
        var button : IButton = new Button();
        button.toggle = true;
        button.label = "Toggle";
        button.bindProperty(Button.BINDABLE_PROPERTY_SELECTED, setVisibility);
        addChild(DisplayObject(button));
     </pre></div>
	 
	           <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#BindingManager()" class="signatureLink">BindingManager</a>(client:Object)</div><div class="summaryTableDescription">
		 BindingManager constructor.</div></td><td class="summaryTableOwnerCol">BindingManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):Boolean</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol">BindingManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol">BindingManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol">BindingManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol">BindingManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol">BindingManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateBinding()" class="signatureLink">updateBinding</a>(propertyName:String, listener:Object, listenerProperty:String):void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update a bound listeners of a certain properties.</div></td><td class="summaryTableOwnerCol">BindingManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String, listeners:LinkedMap = null):void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a certain property.</div></td><td class="summaryTableOwnerCol">BindingManager</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="BindingManager()"></a><a name="BindingManager(Object)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BindingManager</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function BindingManager(client:Object)</code><p></p><p>
		 BindingManager constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">client</span>:Object</code> &mdash; The instance that defines a bindable property.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="bindProperty()"></a><a name="bindProperty(String,Object,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bindProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function bindProperty(propertyName:String, listener:Object, listenerPropertyName:String = null):Boolean</code><p></p><p></p><p>
		 Binds a listener (bound listener) to a bindable property.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code> &mdash; The name of the property to bind.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Object</code> &mdash; A function reference or the object that hosts the property,
		 that should be updated automatically.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listenerPropertyName</span>:String</code> (default = <code>null</code>)<code></code> &mdash; The listener property, that should be updated automatically.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; True, if the binding could be established.
		 </td></tr></table></div><a name="removeAllBindings()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeAllBindings</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function removeAllBindings():void</code><p></p><p></p><p>
		 Removes all bindings.
		 </p></div><a name="setBindableProperties()"></a><a name="setBindableProperties(Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setBindableProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function setBindableProperties(properties:Array):void</code><p></p><p></p><p>
		 Sets a list of bindable properties.
		 
		 <p>If not enabled by this setter, binding of a property does not work.</p>
		 
		 <p>This list is usually set within the constructor of the client.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">properties</span>:Array</code> &mdash; A list of bindable properties.
		 </td></tr></table></p></div><a name="unbindProperty()"></a><a name="unbindProperty(String,Object,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">unbindProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function unbindProperty(propertyName:String, listener:Object, listenerPropertyName:String = null):void</code><p></p><p></p><p>
		 Unbinds a formerly bound listener from a bindable property.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code> &mdash; The name of the property to unbind.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Object</code> &mdash; A function reference or the object that hosts the property,
		 that was updated automatically.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listenerPropertyName</span>:String</code> (default = <code>null</code>)<code></code> &mdash; The listener property, that was updated automatically.
		 </td></tr></table></p></div><a name="updateAllBindings()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateAllBindings</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function updateAllBindings():void</code><p></p><p></p><p>
		 Commands the BindingManager to update all bound listeners of a all properties.
		 
		 <p>This method is invoked by the binding client usually after is has
		 been fully initialised. A View instance would do this in its initialised()
		 method.</p>
		 </p></div><a name="updateBinding()"></a><a name="updateBinding(String,Object,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateBinding</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function updateBinding(propertyName:String, listener:Object, listenerProperty:String):void</code><p></p><p></p><p>
		 Commands the BindingManager to update a bound listeners of a certain properties.
		 
		 <p>This method is invoked by the binding client usually immediately after a new
		 listener has been bound to a property.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code> &mdash; The name of the bound property.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Object</code> &mdash; A function reference or the object that hosts the property,
		 that shall be updated automatically.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listenerProperty</span>:String</code> &mdash; The listener property, that shall be updated automatically.
		 </td></tr></table></p></div><a name="updateBindingsForProperty()"></a><a name="updateBindingsForProperty(String,org.as3commons.collections.LinkedMap)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateBindingsForProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function updateBindingsForProperty(propertyName:String, listeners:LinkedMap = null):void</code><p></p><p></p><p>
		 Commands the BindingManager to update all bound listeners of a certain property.
		 
		 <p>This method is invoked by the binding client usually after is has
		 been fully initialised.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code> &mdash; The name of the bound property.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listeners</span>:LinkedMap</code> (default = <code>null</code>)<code></code> &mdash; A map of all listeners of that property (only passed internally).
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.core.managers - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.core.managers</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IPopUpControl.html"><i>IPopUpControl</i></a></td></tr><tr><td><a href="IPopUpControlPopUp.html"><i>IPopUpControlPopUp</i></a></td></tr><tr><td><a href="IStyleManagerClient.html"><i>IStyleManagerClient</i></a></td></tr><tr><td><a href="IViewPropertyManagerClient.html"><i>IViewPropertyManagerClient</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="BindingManager.html">BindingManager</a></td></tr><tr><td><a href="StageProxy.html">StageProxy</a></td></tr><tr><td><a href="StyleManager.html">StyleManager</a></td></tr><tr><td><a href="ViewPropertyManager.html">ViewPropertyManager</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="IPopUpControl,com.sibirjak.asdpc.core.managers.IPopUpControl,popUp,popUpContainer,popUpControl,stage,styleManager,toolTipContainer,viewPropertyManager"><title>com.sibirjak.asdpc.core.managers.IPopUpControl</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IPopUpControl - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/managers/IPopUpControl.html&amp;com/sibirjak/asdpc/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IPopUpControl</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IPopUpControl"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IPopUpControl extends  <a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpcbeta/selectbox/SelectBox.html">SelectBox</a></td></tr></table><p></p><p></p><p></p>
	 PopUpControl interface.
	 
	 <p>The IPopUpControl interface became necessary in conjunction with
	 the style management. Styles set to a popup trigger button (e.g. the
	 ColorPicker button or a SelectBox) should be available also to
	 the particular popup (ColorPicker color list, SelectBox list). Since
	 such popups are not direct children of their each trigger button,
	 the interfaces IPopUpControl and IPopUpControlPopUp tell the StyleManager
	 that style inheritance should respect also the trigger-popup relation.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#popUp" class="signatureLink">popUp</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html">IPopUpControlPopUp</a><div class="summaryTableDescription">[read-only] 
		 The popup of an IPopUpControl view.</div></td><td class="summaryTableOwnerCol">IPopUpControl</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="popUp"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">popUp</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>popUp:<a href="../../../../../com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html">IPopUpControlPopUp</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The popup of an IPopUpControl view.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get popUp():<a href="../../../../../com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html">IPopUpControlPopUp</a></code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="IPopUpControlPopUp,com.sibirjak.asdpc.core.managers.IPopUpControlPopUp,popUp,popUpContainer,popUpControl,stage,styleManager,toolTipContainer,viewPropertyManager"><title>com.sibirjak.asdpc.core.managers.IPopUpControlPopUp</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IPopUpControlPopUp - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html&amp;com/sibirjak/asdpc/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IPopUpControlPopUp</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IPopUpControlPopUp"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IPopUpControlPopUp extends  <a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html">SelectBoxWindow</a></td></tr></table><p></p><p></p><p></p>
	 PopUpControlPopUp interface.
	 
	 <p>The IPopUpControlPopUp interface became necessary in conjunction with
	 the style management. Styles set to a popup trigger button (e.g. the
	 ColorPicker button or a SelectBox) should be available also to
	 the particular popup (ColorPicker color list, SelectBox list). Since
	 such popups are not direct children of their each trigger button,
	 the interfaces IPopUpControl and IPopUpControlPopUp tell the StyleManager
	 that style inheritance should respect also the trigger-popup relation.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#popUpControl" class="signatureLink">popUpControl</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/IPopUpControl.html">IPopUpControl</a><div class="summaryTableDescription">[read-only] 
		 The owner of an IPopUpControlPopUp popup.</div></td><td class="summaryTableOwnerCol">IPopUpControlPopUp</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="popUpControl"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">popUpControl</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>popUpControl:<a href="../../../../../com/sibirjak/asdpc/core/managers/IPopUpControl.html">IPopUpControl</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The owner of an IPopUpControlPopUp popup.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get popUpControl():<a href="../../../../../com/sibirjak/asdpc/core/managers/IPopUpControl.html">IPopUpControl</a></code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="IStyleManagerClient,com.sibirjak.asdpc.core.managers.IStyleManagerClient,popUp,popUpContainer,popUpControl,stage,styleManager,toolTipContainer,viewPropertyManager,bindProperty,getDefaultStyles,getStyle,getViewProperty,getViewProperty,removeAllBindings,setBindableProperties,setDefaultStyles,setStyle,setStyles,setViewProperty,styleManagerStyleChangeHandler,unbindProperty,updateAllBindings,updateBinding,updateBindingsForProperty"><title>com.sibirjak.asdpc.core.managers.IStyleManagerClient</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IStyleManagerClient - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/managers/IStyleManagerClient.html&amp;com/sibirjak/asdpc/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IStyleManagerClient</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IStyleManagerClient"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IStyleManagerClient extends  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  flash.events.IEventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr></table><p></p><p></p><p></p>
	 StyleManagerClient interface.
	 
	 <p>Any Flash display object can implement this interface an thus get styling
	 capabilities.</p>
	 
	              <p>Each StyleManagerClient hosts its own distinctive StyleManager instance.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#alpha" class="signatureLink">alpha</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#mask" class="signatureLink">mask</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#mouseEnabled" class="signatureLink">mouseEnabled</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#name" class="signatureLink">name</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#scaleX" class="signatureLink">scaleX</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#scaleY" class="signatureLink">scaleY</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol">IStyleManagerClient</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#visible" class="signatureLink">visible</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#x" class="signatureLink">x</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#y" class="signatureLink">y</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">IStyleManagerClient</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="styleManager"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleManager</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>styleManager:<a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The clients StyleManager instance.
		 
		 <p>This instance is usually set within the client's constructor.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get styleManager():<a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a></code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="styleManagerStyleChangeHandler()"></a><a name="styleManagerStyleChangeHandler(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleManagerStyleChangeHandler</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function styleManagerStyleChangeHandler(property:String, value:*):void</code><p></p><p></p><p>
		 Notifies the client about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your client to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="IViewPropertyManagerClient,com.sibirjak.asdpc.core.managers.IViewPropertyManagerClient,popUp,popUpContainer,popUpControl,stage,styleManager,toolTipContainer,viewPropertyManager"><title>com.sibirjak.asdpc.core.managers.IViewPropertyManagerClient</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IViewPropertyManagerClient - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html&amp;com/sibirjak/asdpc/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IViewPropertyManagerClient</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IViewPropertyManagerClient"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IViewPropertyManagerClient</td></tr></table><p></p><p></p><p></p>
	 ViewPropertyManagerClient interface.
	 
	 <p>An IViewPropertyManagerClient can host an unlimited number of
	 property-value-pairs, which are accessible throughout the entire
	 display list.</p> 
	 
	              <p>Each ViewPropertyManagerClient hosts its own distinctive
	 ViewPropertyManager instance.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol">IViewPropertyManagerClient</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="viewPropertyManager"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">viewPropertyManager</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>viewPropertyManager:<a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The clients ViewPropertyManager instance.
		 
		 <p>The ViewPropertyManager instance is usually set
		 within the client's constructor.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get viewPropertyManager():<a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a></code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.core.managers Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.core.managers package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/managers/package-detail.html&amp;com/sibirjak/asdpc/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.core.managers</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.core.managers"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IPopUpControl.html">IPopUpControl</a></i></td><td class="summaryTableLastCol">
	 PopUpControl interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IPopUpControlPopUp.html">IPopUpControlPopUp</a></i></td><td class="summaryTableLastCol">
	 PopUpControlPopUp interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IStyleManagerClient.html">IStyleManagerClient</a></i></td><td class="summaryTableLastCol">
	 StyleManagerClient interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></i></td><td class="summaryTableLastCol">
	 ViewPropertyManagerClient interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="BindingManager.html">BindingManager</a></td><td class="summaryTableLastCol">
	 Data binding manager.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="StageProxy.html">StageProxy</a></td><td class="summaryTableLastCol">
	 Stage manager.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="StyleManager.html">StyleManager</a></td><td class="summaryTableLastCol">
	 ActionScript display object style manager.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ViewPropertyManager.html">ViewPropertyManager</a></td><td class="summaryTableLastCol">
	 Generic property manager for display objects.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="StageProxy,com.sibirjak.asdpc.core.managers.StageProxy,popUp,popUpContainer,popUpControl,stage,styleManager,toolTipContainer,viewPropertyManager"><title>com.sibirjak.asdpc.core.managers.StageProxy</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'StageProxy - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/managers/StageProxy.html&amp;com/sibirjak/asdpc/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">StageProxy</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("StageProxy"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  StageProxy</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">StageProxy  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Stage manager.
	 
	 <p>The StageProxy provides access to the Stage instance also to
	 non visual objects such as the PopUpManager is.</p>
	 
	              <p>The StageProxy maintains a container for popup windows as well
	 as a container for tooltips, which should be displayed at the very
	 top of the application. If a container does not exist yet, the
	 StateProxy adds it the time it gets initialised.</p>
	 
	              <p>The StageProxy will usually be automatically initialised at the
	 place a View instance is added to the stage. However, in some cases
	 it may be necessary to manually set up the StageProxy. Getting a
	 StageProxy property without a prior initialisation will throw
	 an error.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#popUpContainer" class="signatureLink">popUpContainer</a> : Sprite<div class="summaryTableDescription">[static] 
		 Returns the sole popup container instance.</div></td><td class="summaryTableOwnerCol">StageProxy</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[static] 
		 Returns the sole Stage instance.</div></td><td class="summaryTableOwnerCol">StageProxy</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#toolTipContainer" class="signatureLink">toolTipContainer</a> : Sprite<div class="summaryTableDescription">[static] 
		 Returns the sole tooltip container instance.</div></td><td class="summaryTableOwnerCol">StageProxy</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="popUpContainer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">popUpContainer</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>popUpContainer:Sprite</code><p></p><p></p><p>
		 Returns the sole popup container instance.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public static function get popUpContainer():Sprite</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public static function set popUpContainer(value:Sprite):void</code><br/><br/><span class="label"> Throws </span><br/><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Error </code> &mdash; If the popup container is not set yet.
		 </td></tr></table></div><a name="propertyDetail"></a><a name="stage"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">stage</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>stage:Stage</code><p></p><p></p><p>
		 Returns the sole Stage instance.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public static function get stage():Stage</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public static function set stage(value:Stage):void</code><br/><br/><span class="label"> Throws </span><br/><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Error </code> &mdash; If the stage is not set yet.
		 </td></tr></table></div><a name="propertyDetail"></a><a name="toolTipContainer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toolTipContainer</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>toolTipContainer:Sprite</code><p></p><p></p><p>
		 Returns the sole tooltip container instance.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public static function get toolTipContainer():Sprite</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public static function set toolTipContainer(value:Sprite):void</code><br/><br/><span class="label"> Throws </span><br/><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Error </code> &mdash; If the tooltip container is not set yet.
		 </td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="StyleManager,com.sibirjak.asdpc.core.managers.StyleManager,bindProperty,getDefaultStyles,getStyle,getViewProperty,getViewProperty,removeAllBindings,setBindableProperties,setDefaultStyles,setStyle,setStyles,setViewProperty,styleManagerStyleChangeHandler,unbindProperty,updateAllBindings,updateBinding,updateBindingsForProperty"><title>com.sibirjak.asdpc.core.managers.StyleManager</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'StyleManager - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/managers/StyleManager.html&amp;com/sibirjak/asdpc/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">StyleManager</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("StyleManager"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public final   class  StyleManager</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">StyleManager  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 ActionScript display object style manager.
	 
	 <p>The StyleManager fulfills the following tasks:</p>
	 
	              <ul>
	                 <li>Setting styles to a display object.</li>
	                 <li>Calculating and returning styles for a particular display object.</li>
	                 <li>Notifying display objects, if style values change.</li>
	              </ul>
	 
	              <b>Base concept</b>
	 
	              <p>A distinction between object styles and properties can be made
	 by looking at the object's state. While properties usually switch the
	 object from one state to another, a changed style keeps the objects
	 state but modifies its visualisation or visual behaviour. It is indeed
	 not always obvious whether an entitiy should be modeled as a property
	 or as a style.</p>
	 
	              <p>While a property has to be set directly to an object, a style can
	 also be set to a display ancestor and will be recognised by the object
	 we want to apply the style to.</p>
	 
	              <p>Both setting and getting a style examines the display hierarchy branch
	 from which the particular object is part of. In order to do so, all objects
	 of the display list need to implement the IStyleManagerClient interface.</p>
	 
	              <b>Getting a style</b>
	 
	              <p>A style set to a particular display object is available to this
	 object and all of its children. Getting a style value performs the
	 following lookup throughout the objects parent chain:</p>
	 
	              <ul>
	                 <li>Test for a directly assigned style.</li>
	                 <li>(If undefined:) Test the value returned by parent.getStyle().</li>
	                 <li>(If undefined:) Test for a default style that has been defined for the object.</li>
	                 <li>Return the value found or undefined.</li>
	              </ul>
	 
  	            <div class="listing"><pre>
        var view : ParentView = new ParentView();
        view.setStyle("color", 0x0000FF);
        addChild(view);
        var childView : ChildView = new ChildView();
        view.addChild(childView);
        
        childView.traceStyle();
        
        // in ChildView
        public function traceStyle() : void {
            trace (getStyle("color")); // 0x0000FF
        }
     </pre></div>
	 
	              <b>Setting a style</b>
	 
	              <p>A style can be set to any object without any restriction. If the object
	 already is added to the display list, the entire child tree of that object will be
	 traversed to notify children about a style change. Therefore, setting styles
	 performs best before the object is added to the stage.</p>
	 
 	             <div class="listing"><pre>
        var view : MyView = new MyView();
        view.setStyle("color", 0x0000FF); // setting style before adding to the display list
        addChild(view);
     </pre></div>
	 
	              <b>Setting a default style</b>
	 
	              <p>Default styles are necessary to set up initial values the view
	 can use, if not explicitly set at runtime.</p>
	 
	              <b>Style change notifications</b>
	 
	              <p>To receive notification about a particular style change, the object must
	 declare this style as a default style. Otherwise no notification will be
	 sent to this object. Setting a style to a view will traverse the
	 entire view's child tree and notify any child view who defines
	 the just set or changed style value.</p>
	 
	              <div class="listing"><pre>
        public function MyView() {
            _styleManager = new StyleManager(this);
            _styleManager.setDefaultStyles([
                "color", 0xFF0000
            ]);
        }
        ...
        public function styleManagerStyleChangeHandler(property : String, value : *) : void {
            if (property == "color") {
                trace ("color property has changed to " + value);
            }
        }
     </pre></div>
	 
	              <b>Contextual styles</b>
	 
	              <p>In certain circumstances we want to set different styles for child objects of the
	 same type. E.g. a view contains two labels, and we want the first label appearing
	 in red color and the second in blue. view.setStyle("color", "red") would also
	 be applied to the second label. To address this issue, it is possible to pass a
	 view selector to the setStyle method.</p>
	 
 	             <div class="listing"><pre>
        public function MyView() {
            var label1 : Label = new Label();
            label1.name = "Label1";
            addChild(label1);
            var label2 : Label = new Label();
            label2.name = "Label2";
            addChild(label2);
        }
        ...
        
        // in Main
        var view : MyView = new MyView();
        view.setStyle("color", "red", ["Label1"]);
        view.setStyle("color", "blue", ["Label2"]);
        addChild(view);
     </pre></div>
	 
	              <p>The view selector is an Array of either view names or types
	 and is not restricted in size. The selector items within a selector are
	 ordered from unspecific (left) to specific (right).</p>
	 
 	             <div class="listing"><pre>
        // all Button objects
        // or any child of a Button
        setStyle("color", "red", [Button]);
        // all views with the name "background"
        // or any child of such a view
        setStyle("color", "red", ["background"]);
        // all views with the name "background"
        // which are Button instances or child of a Button
        // of that name
        setStyle("color", "red", [Button, "background"]);
        // all views with the name "selected", which
        // is child of a view with the name "background",
        // or any child of such a view
        setStyle("color", "red", ["background", "selected"]);
        // all Rect objects, which are children of a Rect object
        // or any child of such a Rect
        setStyle("color", "red", [Rect, Rect]);
     </pre></div>
	 
	              <b>Excluding objects via contextual styles</b>
	 
	              <p>Vice versa, it is also possible to exclude objects from being affected
	 by a global style rule, even if they define those style by default.
	 E.g. a view contains two labels, and we want the first label appearing
	 in red color and the second in blue. view.setStyle("color", "red") would also
	 be applied to the second label. To address this issue, it is possible to pass a
	 exclusion selector to the setStyle method.</p>
	 
 	             <div class="listing"><pre>
        public function MyView() {
            var label1 : Label = new Label();
            label1.name = "Label1";
            addChild(label1);
            var label2 : Label = new Label();
            label2.name = "Label2";
            addChild(label2);
        }
        ...
        
        // in Main
        var view : MyView = new MyView();
        view.setStyle("color", "red", null, ["Label2"]);
        view.setStyle("color", "blue", null, ["Label1"]);
        addChild(view);
     </pre></div>
	 
	              <p>The view selector is an Array of either view names or types
	 and is not restricted in size. The selector items within a selector are
	 ordered from unspecific (left) to specific (right).</p>
	 
 	             <div class="listing"><pre>
        // all views that are not Buttons
        // or a child of a Button
        setStyle("color", "red", null, [Button]);
        // all views whose name is not "background" or are
        // that are child of a view of that name
        setStyle("color", "red", null, ["background"]);
     </pre></div>
	 
	              <b>Style cache</b>
	 
	              <p>Styles returned will be cached to enhance the performance of the
	 getStyle() operation.</p>
	 
	           <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#StyleManager()" class="signatureLink">StyleManager</a>(client:<a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>)</div><div class="summaryTableDescription">
		 StyleManager constructor.</div></td><td class="summaryTableOwnerCol">StyleManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol">StyleManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol">StyleManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol">StyleManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol">StyleManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol">StyleManager</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="StyleManager()"></a><a name="StyleManager(com.sibirjak.asdpc.core.managers.IStyleManagerClient)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">StyleManager</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function StyleManager(client:<a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>)</code><p></p><p>
		 StyleManager constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">client</span>:<a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></code> &mdash; The client.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="getDefaultStyles()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getDefaultStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function getDefaultStyles():Array</code><p></p><p></p><p>
		 Returns a list of all default style properties.
		 
		 <p>Can be used for a complete style lookup. Returns
		 only the properties not the values.</p> 
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; The default styles.
		 </td></tr></table></div><a name="getStyle()"></a><a name="getStyle(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getStyle</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getStyle(property:String):*</code><p></p><p></p><p>
		 Returns a style value for a given style property.
		 
		 <p>The order, how a style value is determined:</p>
		 
		 <ul>
		 <li>Directly assigned style.</li>
		 <li>Style retrieved from the display ancestor.</li>
		 <li>Default style that has been set.</li>
		 <li><code>undefined</code>.</li>
		 </ul>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style property.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The style value for that property or undefined. 
		 </td></tr></table></div><a name="setDefaultStyles()"></a><a name="setDefaultStyles(Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setDefaultStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setDefaultStyles(defaultStyles:Array):void</code><p></p><p></p><p>
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.
		 
		 <p>You need to set a default value for each style property, if
		 you want to get notifications about value changes for that
		 property.</p>
		 
		 <p>Setting default styles to a yet initialised client should
		 not be possible and not offered by the clients implementation.</p>
		 
		 <p>You pass an array to this method of this form: [prop1, value1,
		 prop2, value2, ..., propN, valueN]. The array.length must be a
		 factor of 2 then.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">defaultStyles</span>:Array</code> &mdash; An array of style declarations.
		 </td></tr></table></p></div><a name="setStyle()"></a><a name="setStyle(String,any,Array,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setStyle</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setStyle(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</code><p></p><p></p><p>
		 Sets a style to a client.
		 
		 <p>It is possible to set a contextual style within a parent client.
		 In this case the style value set affects only clients that match
		 the given context.</p>
		 
		 <p>It is also possible to set a contextual exclude style within a
		 parent client. In this case the style value set does not affect
		 clients that match the given context.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The name of the style.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The value of the style.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">selectorChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of selectors.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">excludeChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of exclude selectors.
		 </td></tr></table></p></div><a name="setStyles()"></a><a name="setStyles(Array,Array,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setStyles(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</code><p></p><p></p><p>
		 Convenience method to set a number of styles values at once.
		 
		 <p>You pass an array to this method of this form: [prop1, value1,
		 prop2, value2, ..., propN, valueN]. The array.length must be a
		 factor of 2 then.</p>
		 
		 <p>It is possible to set a contextual style within a parent client.
		 In this case the style value set affects only to clients that match
		 with the given context.</p>
		 
		 <p>It is also possible to set a contextual exclude style within a
		 parent client. In this case the style value set does not affect
		 clients that match the given context.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">styles</span>:Array</code> &mdash; An array of style declarations.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">selectorChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of selectors.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">excludeChain</span>:Array</code> (default = <code>null</code>)<code></code> &mdash; An array of exclude selectors.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ViewPropertyManager,com.sibirjak.asdpc.core.managers.ViewPropertyManager,bindProperty,getDefaultStyles,getStyle,getViewProperty,getViewProperty,removeAllBindings,setBindableProperties,setDefaultStyles,setStyle,setStyles,setViewProperty,styleManagerStyleChangeHandler,unbindProperty,updateAllBindings,updateBinding,updateBindingsForProperty"><title>com.sibirjak.asdpc.core.managers.ViewPropertyManager</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ViewPropertyManager - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/managers/ViewPropertyManager.html&amp;com/sibirjak/asdpc/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ViewPropertyManager</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ViewPropertyManager"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.managers</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ViewPropertyManager</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ViewPropertyManager  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Generic property manager for display objects.
	 
	 <p>Often a child display object needs to be consistent to an ancector state.
	 E.g. the rotation of the arrow icon of a ScrollBar button depends on the
	 ScrollBar direction. A ViewPropertyManager simply stores property-value-pairs
	 that can be easily received by a traversal of the parent chain of a child
	 object. This way even custom programmatic skins, who not extend the core
	 View class may obtain information about their parents.</p>
	 
	              <div class="listing"><pre>
        in ScrollBar:
        ----------------------------------
        setViewProperty(VIEW_PROPERTY_SCROLLBAR_DIRECTION, _direction);
        ...
        _upButton.setViewProperty(VIEW_PROPERTY_SCROLLBAR_BUTTON, UP_BUTTON_NAME);
        
        in ScrollButtonIconSkin:
        ----------------------------------
        var direction : String = getViewProperty(ScrollBar.VIEW_PROPERTY_SCROLLBAR_DIRECTION);
        ...
        var buttonName : String = getViewProperty(ScrollBar.VIEW_PROPERTY_SCROLLBAR_BUTTON);
        ...
        if (direction == Direction.VERTICAL && buttonName == ScrollBar.DOWN_BUTTON_NAME) {
            icon.rotation = 180;
        }
        or in CustomSkin:
        ----------------------------------
        var direction : String = ViewPropertyManager.getViewProperty(this, ScrollBar.VIEW_PROPERTY_SCROLLBAR_DIRECTION);
        ...
        var buttonName : String = ViewPropertyManager.getViewProperty(this, ScrollBar.VIEW_PROPERTY_SCROLLBAR_BUTTON);
        ...
        if (direction == Direction.VERTICAL && buttonName == ScrollBar.DOWN_BUTTON_NAME) {
            icon.rotation = 180;
        }
     </pre></div>
	 
	           <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ViewPropertyManager()" class="signatureLink">ViewPropertyManager</a>(client:<a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a>)</div><div class="summaryTableDescription">
		 ViewPropertyManager constructor.</div></td><td class="summaryTableOwnerCol">ViewPropertyManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol">ViewPropertyManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getViewProperty()" class="signatureLink">getViewProperty</a>(displayObject:DisplayObject, property:String):*</div><div class="summaryTableDescription">[static] 
		 Gets a property value via the static interface.</div></td><td class="summaryTableOwnerCol">ViewPropertyManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol">ViewPropertyManager</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ViewPropertyManager()"></a><a name="ViewPropertyManager(com.sibirjak.asdpc.core.managers.IViewPropertyManagerClient)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ViewPropertyManager</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ViewPropertyManager(client:<a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a>)</code><p></p><p>
		 ViewPropertyManager constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">client</span>:<a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></code> &mdash; The property hosting client.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="getViewProperty()"></a><a name="getViewProperty(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getViewProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public final function getViewProperty(property:String):*</code><p></p><p></p><p>
		 Gets a property value.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The name of the property.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The value of the property.
		 </td></tr></table></div><a name="getViewProperty()"></a><a name="getViewProperty(flash.display.DisplayObject,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getViewProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function getViewProperty(displayObject:DisplayObject, property:String):*</code><p></p><p></p><p>
		 Gets a property value via the static interface.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">displayObject</span>:DisplayObject</code> &mdash; The display object from that the lookup starts.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The name of the property.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The value of the property.
		 </td></tr></table></div><a name="setViewProperty()"></a><a name="setViewProperty(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setViewProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function setViewProperty(property:String, value:*):void</code><p></p><p></p><p>
		 Sets a property.
		 
		 <p>Properties can be used to enable state distinction by display
		 descendants.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The name of the property.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The value of the property.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="BackgroundSkin,com.sibirjak.asdpc.core.skins.BackgroundSkin,ALL_BORDER,BOTTOM_BORDER,LEFT_BORDER,RIGHT_BORDER,TOP_BORDER,background,backgroundAlpha,backgroundColors,backgroundRotation,border,borderAlias,borderAliasAlpha,borderColors,borderSides,cornerRadius,draw,setSize,updateSize"><title>com.sibirjak.asdpc.core.skins.BackgroundSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'BackgroundSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/skins/BackgroundSkin.html&amp;com/sibirjak/asdpc/core/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">BackgroundSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("BackgroundSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  BackgroundSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">BackgroundSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/button/skins/ButtonSkin.html">ButtonSkin</a>,  <a href="../../../../../com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html">ListItemBackgroundSkin</a>,  <a href="../../../../../com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html">SelectBoxListSkin</a>,  <a href="../../../../../com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html">SliderTrackSkin</a>,  <a href="../../../../../com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html">TitleBarSkin</a>,  <a href="../../../../../com/sibirjak/asdpcbeta/window/skins/WindowSkin.html">WindowSkin</a></td></tr></table><p></p><p></p><p></p>
	 BackgroundSkin base implementation.
	 
	 <p>The BackgroundSkin draws a rectangular area filled with a gradient of the
	 specified background colors and stuffed with borders. There are several
	 properties available to customise the BackgroundSkin. In order to do so,
	 the BackgroundSkin must be specialised.</p>
	 
	              <p>The BackgroundSkin uses the scale9 scaling algorithm for any resize
	 operation.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#background()" class="signatureLink">background</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the background visibility.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundAlpha()" class="signatureLink">backgroundAlpha</a>():Number</div><div class="summaryTableDescription">
		 Returns the background alpha value.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundColors()" class="signatureLink">backgroundColors</a>():Array</div><div class="summaryTableDescription">
		 Returns the background colors.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundRotation()" class="signatureLink">backgroundRotation</a>():Number</div><div class="summaryTableDescription">
		 Returns the background gradient fill rotation.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#border()" class="signatureLink">border</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the border visibility.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderAlias()" class="signatureLink">borderAlias</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the border alias.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderAliasAlpha()" class="signatureLink">borderAliasAlpha</a>():Number</div><div class="summaryTableDescription">
		 Returns the border alias alpha value.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderColors()" class="signatureLink">borderColors</a>():Array</div><div class="summaryTableDescription">
		 Returns the border colors.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderSides()" class="signatureLink">borderSides</a>():uint</div><div class="summaryTableDescription">
		 Returns the visible border sides.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cornerRadius()" class="signatureLink">cornerRadius</a>():uint</div><div class="summaryTableDescription">
		 Returns the corner radius.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ALL_BORDER" class="signatureLink">ALL_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for all borders.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BOTTOM_BORDER" class="signatureLink">BOTTOM_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the bottom border.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#LEFT_BORDER" class="signatureLink">LEFT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the left border.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#RIGHT_BORDER" class="signatureLink">RIGHT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the right border.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TOP_BORDER" class="signatureLink">TOP_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the top border.</div></td><td class="summaryTableOwnerCol">BackgroundSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="background()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">background</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> protected function background():Boolean</code><p></p><p></p><p>
		 Returns the background visibility.
		 
		 <p>The default value is true.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; The background visibility.
		 </td></tr></table></div><a name="backgroundAlpha()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundAlpha</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function backgroundAlpha():Number</code><p></p><p></p><p>
		 Returns the background alpha value.
		 
		 <p>The default value is 1.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code> &mdash; The background alpha value.
		 </td></tr></table></div><a name="backgroundColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function backgroundColors():Array</code><p></p><p></p><p>
		 Returns the background colors.
		 
		 <p>The default values are [0xF8F8F8, 0xE0E0E0].</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; The background colors.
		 </td></tr></table></div><a name="backgroundRotation()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundRotation</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function backgroundRotation():Number</code><p></p><p></p><p>
		 Returns the background gradient fill rotation.
		 
		 <p>The default value is 45.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code> &mdash; The background gradient fill rotation.
		 </td></tr></table></div><a name="border()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">border</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function border():Boolean</code><p></p><p></p><p>
		 Returns the border visibility.
		 
		 <p>The default value is true.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; The border visibility.
		 </td></tr></table></div><a name="borderAlias()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderAlias</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function borderAlias():Boolean</code><p></p><p></p><p>
		 Returns the border alias.
		 
		 <p>The default value is true.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; The border alias.
		 </td></tr></table></div><a name="borderAliasAlpha()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderAliasAlpha</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function borderAliasAlpha():Number</code><p></p><p></p><p>
		 Returns the border alias alpha value.
		 
		 <p>The default value is .1.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code> &mdash; The border alias alpha value.
		 </td></tr></table></div><a name="borderColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function borderColors():Array</code><p></p><p></p><p>
		 Returns the border colors.
		 
		 <p>The default values are [0xCCCCCC, 0x666666].</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; The border colors.
		 </td></tr></table></div><a name="borderSides()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderSides</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function borderSides():uint</code><p></p><p></p><p>
		 Returns the visible border sides.
		 
		 <p>The default value is ALL_BORDER.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code> &mdash; The visible border sides.
		 </td></tr></table></div><a name="cornerRadius()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cornerRadius</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function cornerRadius():uint</code><p></p><p></p><p>
		 Returns the corner radius.
		 
		 <p>The default value is 1.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code> &mdash; The corner radius.
		 </td></tr></table></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="updateSize()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function updateSize():void</code><p></p><p></p><p>
		 
		 If not overridden, this method redraws all content.
		 
		 <p>Override the method to work with scale9grid scaling rather
		 than redrawing all content completely.</p>
		 
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="ALL_BORDER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ALL_BORDER</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const ALL_BORDER:uint</code><p></p><p></p><p>
		 Name constant for all borders.
		 </p></div><a name="constantDetail"></a><a name="BOTTOM_BORDER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BOTTOM_BORDER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const BOTTOM_BORDER:uint</code><p></p><p></p><p>
		 Name constant for the bottom border.
		 </p></div><a name="constantDetail"></a><a name="LEFT_BORDER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LEFT_BORDER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const LEFT_BORDER:uint</code><p></p><p></p><p>
		 Name constant for the left border.
		 </p></div><a name="constantDetail"></a><a name="RIGHT_BORDER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RIGHT_BORDER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const RIGHT_BORDER:uint</code><p></p><p></p><p>
		 Name constant for the right border.
		 </p></div><a name="constantDetail"></a><a name="TOP_BORDER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TOP_BORDER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TOP_BORDER:uint</code><p></p><p></p><p>
		 Name constant for the top border.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.core.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.core.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="BackgroundSkin.html">BackgroundSkin</a></td></tr><tr><td><a href="GlassFrame.html">GlassFrame</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="GlassFrame,com.sibirjak.asdpc.core.skins.GlassFrame,background,backgroundAlpha,backgroundColors,backgroundRotation,border,borderAlias,borderAliasAlpha,borderColors,borderSides,cornerRadius,draw,setSize,updateSize"><title>com.sibirjak.asdpc.core.skins.GlassFrame</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'GlassFrame - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/skins/GlassFrame.html&amp;com/sibirjak/asdpc/core/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">GlassFrame</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("GlassFrame"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.core.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  GlassFrame</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">GlassFrame  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Mouse sensitive transparent rectangular area.
	 
	 <p>The GlassFrame automatically redraws after each resize operation.</p>
	 
	              <p>The GlassFrame subclasses Sprite rather than Shape in order to be mouse sensitive.</p>
	 
 	             <div class="listing"><pre>
        _disabledFrame = new GlassFrame(0xFFFFFF, .5); // sets color and alpha
        _disabledFrame.setSize(_width, _height); // initially draws the frame
        addChild(_disabledFrame);
        ...
        _disabledFrame.setSize(newWidth, newHeight); // immediately redraws the frame
     </pre></div>
	 
	           <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#GlassFrame()" class="signatureLink">GlassFrame</a>(color:uint = 0, alpha:Number = 0)</div><div class="summaryTableDescription">
		 GlassFrame constructor.</div></td><td class="summaryTableOwnerCol">GlassFrame</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSize()" class="signatureLink">setSize</a>(width:uint, height:uint):void</div><div class="summaryTableDescription">
		 Draws or redraws the GlassFrame with the specified dimensions.</div></td><td class="summaryTableOwnerCol">GlassFrame</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="GlassFrame()"></a><a name="GlassFrame(uint,Number)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">GlassFrame</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function GlassFrame(color:uint = 0, alpha:Number = 0)</code><p></p><p>
		 GlassFrame constructor.
		 
		 <p>If an alpha value != 0 is passed, the GlassFrame becomes visible.</p>
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">color</span>:uint</code> (default = <code>0</code>)<code></code> &mdash; The background color.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">alpha</span>:Number</code> (default = <code>0</code>)<code></code> &mdash; The background alpha.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="setSize()"></a><a name="setSize(uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function setSize(width:uint, height:uint):void</code><p></p><p></p><p>
		 Draws or redraws the GlassFrame with the specified dimensions.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">width</span>:uint</code> &mdash; The frame width.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:uint</code> &mdash; The frame height.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.core.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.core.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/core/skins/package-detail.html&amp;com/sibirjak/asdpc/core/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.core.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.core.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="BackgroundSkin.html">BackgroundSkin</a></td><td class="summaryTableLastCol">
	 BackgroundSkin base implementation.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="GlassFrame.html">GlassFrame</a></td><td class="summaryTableLastCol">
	 Mouse sensitive transparent rectangular area.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.listview - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.listview</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IListView.html"><i>IListView</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ListItemData.html">ListItemData</a></td></tr><tr><td><a href="ListItemEvent.html">ListItemEvent</a></td></tr><tr><td><a href="ListView.html">ListView</a></td></tr><tr><td><a href="ListViewEvent.html">ListViewEvent</a></td></tr><tr><td><a href="ListViewStyles.html">ListViewStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IListView,com.sibirjak.asdpc.listview.IListView,BINDABLE_PROPERTY_SELECTED_INDEX,BINDABLE_PROPERTY_SELECTED_INDICES,CLICK,DATA_RESET,ITEM_ADDED,ITEM_REMOVED,MOUSE_DOWN,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,_data,_dataSource,_dataSourceAdapter,_dataSourceAdapterFunction,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,deselect,deselect,direction,direction,firstVisibleIndex,firstVisibleIndex,item,item,itemIndex,itemIndex,itemKey,itemKey,itemRenderer,itemRenderer,itemSize,listIndex,listIndex,listIndex,maxScrollIndex,maxScrollIndex,multiselect,multiselect,numItems,numItems,numItems,parentItem,parentItem,scrollBarSize,scrollBarVisibility,select,select,selected,selected,selectedIndex,selectedIndex,selectedIndices,selectedIndices,selectedItemData,selectedItemData,selectedItemSize,selectedItemsData,selectedItemsData,style,applyToRenderers,cleanUpCalled,createListItemData,createListItemEvent,createListItemRendererData,createListItemRendererEvent,createListViewEvent,createNewDataSourceAdapter,createNewListItemRenderer_internal,deselectItemAt,deselectItemAt,deselectItemAt_internal,draw,getDefaultListItemRenderer,getItemIndex,getItemKey,getListItemDataAt,getListItemDataAt,getListItemDataClass,getListItemEventClass,getListItemRendererDataClass,getListItemRendererEventClass,getListViewEventClass,getParentItem,getRendererAt,hideListItemRenderer_internal,init,initDataSource,initialised,notifyClickRendererAt_internal,notifyMouseDownRendererAt_internal,notifyRollOutRendererAt_internal,notifyRollOverRendererAt_internal,removeListItemRenderer_internal,scrollToItemAt,scrollToItemAt,selectItemAt,selectItemAt,selectItemAt_internal,setAdditionalListItemDataProperties,setItemIndex_internal,setItemKey_internal,setItem_internal,setListIndex_internal,setListItemRendererData_internal,setListItemRendererPosition_internal,setParentItem_internal,setSelected_internal,showListItemRenderer_internal,styleChanged,update,updateListItemRendererListIndex_internal"><title>com.sibirjak.asdpc.listview.IListView</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IListView - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/listview/IListView.html&amp;com/sibirjak/asdpc/listview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IListView</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IListView"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IListView extends  <a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IControl.html">IControl</a>,  <a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr></table><p></p><p></p><p></p>
	 ListView public interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">
		 Sets or returns the list data source.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSourceAdapterFunction" class="signatureLink">dataSourceAdapterFunction</a> : Function<div class="summaryTableDescription">
		 Sets or returns a custom data source adapter function.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#deselect" class="signatureLink">deselect</a> : Boolean<div class="summaryTableDescription">
		 Defines or returns the list deselection behaviour.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#direction" class="signatureLink">direction</a> : String<div class="summaryTableDescription">
		 Sets or gets the list direction.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#firstVisibleIndex" class="signatureLink">firstVisibleIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The current scroll postion of the list.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemRenderer" class="signatureLink">itemRenderer</a> : Class<div class="summaryTableDescription">[write-only] 
		 Sets an item renderer.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#maxScrollIndex" class="signatureLink">maxScrollIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The max scroll postion of the list.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#multiselect" class="signatureLink">multiselect</a> : Boolean<div class="summaryTableDescription">
		 Sets or returns the list to be a multiselect list.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#numItems" class="signatureLink">numItems</a> : uint<div class="summaryTableDescription">[read-only] 
		 The number of items currently displayed in the listView.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#select" class="signatureLink">select</a> : Boolean<div class="summaryTableDescription">
		 Defines or returns the list selection behaviour.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedIndex" class="signatureLink">selectedIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The list index of the first selected item.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedIndices" class="signatureLink">selectedIndices</a> : Array<div class="summaryTableDescription">[read-only] 
		 An array of all selected indices.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedItemData" class="signatureLink">selectedItemData</a> : <a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><div class="summaryTableDescription">[read-only] 
		 The first selected item.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedItemsData" class="signatureLink">selectedItemsData</a> : Array<div class="summaryTableDescription">[read-only] 
		 An array of all selected items data.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#deselectItemAt()" class="signatureLink">deselectItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 Deselects the item at the given position.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemDataAt()" class="signatureLink">getListItemDataAt</a>(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></div><div class="summaryTableDescription">
		 Returns a ListItemData object for the item at the given index.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#scrollToItemAt()" class="signatureLink">scrollToItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 Scrolls to the specified item.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#selectItemAt()" class="signatureLink">selectItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 Selects the item at the given position.</div></td><td class="summaryTableOwnerCol">IListView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>dataSource:*</code><p></p><p></p><p>
		 Sets or returns the list data source.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set dataSource(value:any):void</code><br/></div><a name="propertyDetail"></a><a name="dataSourceAdapterFunction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSourceAdapterFunction</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>dataSourceAdapterFunction:Function</code><p></p><p></p><p>
		 Sets or returns a custom data source adapter function.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSourceAdapterFunction():Function</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set dataSourceAdapterFunction(value:Function):void</code><br/></div><a name="propertyDetail"></a><a name="deselect"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">deselect</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>deselect:Boolean</code><p></p><p></p><p>
		 Defines or returns the list deselection behaviour.
		 
		 <p>If set to false, selected items won't be deselected.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get deselect():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set deselect(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="direction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">direction</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>direction:String</code><p></p><p></p><p>
		 Sets or gets the list direction.
		 
		 <p>Can only be set before the list ist added to the stage.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get direction():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set direction(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="firstVisibleIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">firstVisibleIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>firstVisibleIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The current scroll postion of the list.
		 
		 <p>Returns -1, if the list is empty.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get firstVisibleIndex():int</code><br/></div><a name="propertyDetail"></a><a name="itemRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemRenderer</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemRenderer:Class</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets an item renderer.
		 
		 <p>Can currently only be set before the list ist added to the stage.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set itemRenderer(value:Class):void</code><br/></div><a name="propertyDetail"></a><a name="maxScrollIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">maxScrollIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>maxScrollIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The max scroll postion of the list.
		 
		 <p>Returns -1, if the list is empty.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get maxScrollIndex():int</code><br/></div><a name="propertyDetail"></a><a name="multiselect"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">multiselect</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>multiselect:Boolean</code><p></p><p></p><p>
		 Sets or returns the list to be a multiselect list.
		 
		 <p>Does not have effects if select is set to false.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get multiselect():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set multiselect(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="numItems"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">numItems</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>numItems:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The number of items currently displayed in the listView.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get numItems():uint</code><br/></div><a name="propertyDetail"></a><a name="select"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">select</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>select:Boolean</code><p></p><p></p><p>
		 Defines or returns the list selection behaviour.
		 
		 <p>If set to false, items clicked by mouse won't be selected.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get select():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set select(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="selectedIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The list index of the first selected item.
		 
		 <p>Always -1, if multiselect is set to true.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedIndex():int</code><br/></div><a name="propertyDetail"></a><a name="selectedIndices"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedIndices</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedIndices:Array</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 An array of all selected indices.
		 
		 <p>Always empty, if multiselect is set to false.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedIndices():Array</code><br/></div><a name="propertyDetail"></a><a name="selectedItemData"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedItemData</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedItemData:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The first selected item.
		 
		 <p>Always null, if multiselect is set to true.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedItemData():<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code><br/></div><a name="propertyDetail"></a><a name="selectedItemsData"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedItemsData</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedItemsData:Array</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 An array of all selected items data.
		 
		 <p>Always empty, if multiselect is set to false.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedItemsData():Array</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="deselectItemAt()"></a><a name="deselectItemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">deselectItemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function deselectItemAt(listIndex:uint):void</code><p></p><p></p><p>
		 Deselects the item at the given position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item to deselect.
		 </td></tr></table></p></div><a name="getListItemDataAt()"></a><a name="getListItemDataAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemDataAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getListItemDataAt(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code><p></p><p></p><p>
		 Returns a ListItemData object for the item at the given index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code> &mdash; A ListItemData object for the item at the given index.
		 </td></tr></table></div><a name="scrollToItemAt()"></a><a name="scrollToItemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollToItemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function scrollToItemAt(listIndex:uint):void</code><p></p><p></p><p>
		 Scrolls to the specified item.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item to scroll to.
		 </td></tr></table></p></div><a name="selectItemAt()"></a><a name="selectItemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectItemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function selectItemAt(listIndex:uint):void</code><p></p><p></p><p>
		 Selects the item at the given position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item to select.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ListItemData,com.sibirjak.asdpc.listview.ListItemData,BINDABLE_PROPERTY_SELECTED_INDEX,BINDABLE_PROPERTY_SELECTED_INDICES,CLICK,DATA_RESET,ITEM_ADDED,ITEM_REMOVED,MOUSE_DOWN,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,_data,_dataSource,_dataSourceAdapter,_dataSourceAdapterFunction,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,deselect,deselect,direction,direction,firstVisibleIndex,firstVisibleIndex,item,item,itemIndex,itemIndex,itemKey,itemKey,itemRenderer,itemRenderer,itemSize,listIndex,listIndex,listIndex,maxScrollIndex,maxScrollIndex,multiselect,multiselect,numItems,numItems,numItems,parentItem,parentItem,scrollBarSize,scrollBarVisibility,select,select,selected,selected,selectedIndex,selectedIndex,selectedIndices,selectedIndices,selectedItemData,selectedItemData,selectedItemSize,selectedItemsData,selectedItemsData,style,applyToRenderers,cleanUpCalled,createListItemData,createListItemEvent,createListItemRendererData,createListItemRendererEvent,createListViewEvent,createNewDataSourceAdapter,createNewListItemRenderer_internal,deselectItemAt,deselectItemAt,deselectItemAt_internal,draw,getDefaultListItemRenderer,getItemIndex,getItemKey,getListItemDataAt,getListItemDataAt,getListItemDataClass,getListItemEventClass,getListItemRendererDataClass,getListItemRendererEventClass,getListViewEventClass,getParentItem,getRendererAt,hideListItemRenderer_internal,init,initDataSource,initialised,notifyClickRendererAt_internal,notifyMouseDownRendererAt_internal,notifyRollOutRendererAt_internal,notifyRollOverRendererAt_internal,removeListItemRenderer_internal,scrollToItemAt,scrollToItemAt,selectItemAt,selectItemAt,selectItemAt_internal,setAdditionalListItemDataProperties,setItemIndex_internal,setItemKey_internal,setItem_internal,setListIndex_internal,setListItemRendererData_internal,setListItemRendererPosition_internal,setParentItem_internal,setSelected_internal,showListItemRenderer_internal,styleChanged,update,updateListItemRendererListIndex_internal"><title>com.sibirjak.asdpc.listview.ListItemData</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemData - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/listview/ListItemData.html&amp;com/sibirjak/asdpc/listview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemData</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemData"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemData</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemData  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpc/treeview/TreeNodeData.html">TreeNodeData</a></td></tr></table><p></p><p></p><p></p>
	 Plain data object representing list item data and list item state.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#item" class="signatureLink">item</a> : *<div class="summaryTableDescription">[read-only] 
		 The item.</div></td><td class="summaryTableOwnerCol">ListItemData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemIndex" class="signatureLink">itemIndex</a> : uint<div class="summaryTableDescription">[read-only] 
		 The position of the item in the containing collection.</div></td><td class="summaryTableOwnerCol">ListItemData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemKey" class="signatureLink">itemKey</a> : *<div class="summaryTableDescription">[read-only] 
		 The key of the item if the containing collection is an IMap.</div></td><td class="summaryTableOwnerCol">ListItemData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listIndex" class="signatureLink">listIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The position of the item in the listView.</div></td><td class="summaryTableOwnerCol">ListItemData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#parentItem" class="signatureLink">parentItem</a> : *<div class="summaryTableDescription">[read-only] 
		 The item's containing collection.</div></td><td class="summaryTableOwnerCol">ListItemData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True if the list item is selected.</div></td><td class="summaryTableOwnerCol">ListItemData</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="item"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">item</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>item:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The item.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get item():*</code><br/></div><a name="propertyDetail"></a><a name="itemIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemIndex:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The position of the item in the containing collection.
		 
		 <p>ListView: Returns the position of the item in the listView's
		 data source.</p>
		 
		 <p>TreeView: Returns the position of the item in the parent
		 nodes data source. The first child of the root node will have
		 a listIndex of 2 and an itemIndex of 1.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemIndex():uint</code><br/></div><a name="propertyDetail"></a><a name="itemKey"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemKey</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemKey:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The key of the item if the containing collection is an IMap.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemKey():*</code><br/></div><a name="propertyDetail"></a><a name="listIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>listIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The position of the item in the listView.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get listIndex():int</code><br/></div><a name="propertyDetail"></a><a name="parentItem"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">parentItem</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>parentItem:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The item's containing collection.
		 
		 <p>ListView: Returns the listView's data source.</p>
		 
		 <p>TreeView: Returns the parent nodes data source.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get parentItem():*</code><br/></div><a name="propertyDetail"></a><a name="selected"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selected</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selected:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True if the list item is selected.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selected():Boolean</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="setItem_internal()"></a><a name="setItem_internal(any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setItem_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> asdpc_internal function setItem_internal(item:*):void</code><p></p><p></p><p>
		 Sets the item.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">item</span>:*</code> &mdash; The item.
		 </td></tr></table></p></div><a name="setItemIndex_internal()"></a><a name="setItemIndex_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setItemIndex_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setItemIndex_internal(itemIndex:uint):void</code><p></p><p></p><p>
		 Sets the item index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">itemIndex</span>:uint</code> &mdash; The item index.
		 </td></tr></table></p></div><a name="setItemKey_internal()"></a><a name="setItemKey_internal(any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setItemKey_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setItemKey_internal(itemKey:*):void</code><p></p><p></p><p>
		 Sets the item key.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">itemKey</span>:*</code> &mdash; The item key.
		 </td></tr></table></p></div><a name="setListIndex_internal()"></a><a name="setListIndex_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setListIndex_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setListIndex_internal(listIndex:uint):void</code><p></p><p></p><p>
		 Sets the list index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The list index.
		 </td></tr></table></p></div><a name="setParentItem_internal()"></a><a name="setParentItem_internal(any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setParentItem_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setParentItem_internal(parentItem:*):void</code><p></p><p></p><p>
		 Sets the parent collection.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">parentItem</span>:*</code> &mdash; The parent collection.
		 </td></tr></table></p></div><a name="setSelected_internal()"></a><a name="setSelected_internal(Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSelected_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setSelected_internal(selected:Boolean):void</code><p></p><p></p><p>
		 Sets the selected flag.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">selected</span>:Boolean</code> &mdash; The selected flag.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ListItemEvent,com.sibirjak.asdpc.listview.ListItemEvent,BINDABLE_PROPERTY_SELECTED_INDEX,BINDABLE_PROPERTY_SELECTED_INDICES,CLICK,DATA_RESET,ITEM_ADDED,ITEM_REMOVED,MOUSE_DOWN,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,_data,_dataSource,_dataSourceAdapter,_dataSourceAdapterFunction,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,deselect,deselect,direction,direction,firstVisibleIndex,firstVisibleIndex,item,item,itemIndex,itemIndex,itemKey,itemKey,itemRenderer,itemRenderer,itemSize,listIndex,listIndex,listIndex,maxScrollIndex,maxScrollIndex,multiselect,multiselect,numItems,numItems,numItems,parentItem,parentItem,scrollBarSize,scrollBarVisibility,select,select,selected,selected,selectedIndex,selectedIndex,selectedIndices,selectedIndices,selectedItemData,selectedItemData,selectedItemSize,selectedItemsData,selectedItemsData,style"><title>com.sibirjak.asdpc.listview.ListItemEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/listview/ListItemEvent.html&amp;com/sibirjak/asdpc/listview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpc/treeview/TreeNodeEvent.html">TreeNodeEvent</a></td></tr></table><p></p><p></p><p></p>
	 ListItem event.
	 
	 <p>This event is dispatched by the listView in response to user
	 interactivity.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#item" class="signatureLink">item</a> : *<div class="summaryTableDescription">[read-only] 
		 The item.</div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemIndex" class="signatureLink">itemIndex</a> : uint<div class="summaryTableDescription">[read-only] 
		 The position of the item in the containing collection.</div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemKey" class="signatureLink">itemKey</a> : *<div class="summaryTableDescription">[read-only] 
		 The key of the item if the containing collection is an IMap.</div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listIndex" class="signatureLink">listIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The position of the item in the listView.</div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#parentItem" class="signatureLink">parentItem</a> : *<div class="summaryTableDescription">[read-only] 
		 The item's containing collection.</div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True if the list item is selected.</div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_data" class="signatureLink">_data</a> : <a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><div class="summaryTableDescription">
		 The list item data of the affected list item.</div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListItemEvent()" class="signatureLink">ListItemEvent</a>(type:String, data:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a>)</div><div class="summaryTableDescription">
		 ListItemRendererEvent constructor.</div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CLICK" class="signatureLink">CLICK</a> : String = listItem_click<div class="summaryTableDescription">[static] 
		 Event type CLICK
		 
		 Dispatched if the user clicks a list item.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#MOUSE_DOWN" class="signatureLink">MOUSE_DOWN</a> : String = listItem_mouseDown<div class="summaryTableDescription">[static] 
		 Event type MOUSE_DOWN
		 
		 Dispatched if the user presses the mouse over a list item.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROLL_OUT" class="signatureLink">ROLL_OUT</a> : String = listItem_rollOut<div class="summaryTableDescription">[static] 
		 Event type ROLL_OUT
		 
		 Dispatched if the mouse leaves the list item area.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROLL_OVER" class="signatureLink">ROLL_OVER</a> : String = listItem_rollOver<div class="summaryTableDescription">[static] 
		 Event type ROLL_OVER
		 
		 Dispatched if the mouse enters the list item area.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTION_CHANGED" class="signatureLink">SELECTION_CHANGED</a> : String = listItem_selectionChanged<div class="summaryTableDescription">[static] 
		 Event type SELECTION_CHANGED
		 
		 Dispatched if the user has selected or deselected a list item.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_data"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_data</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _data:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code><p></p><p></p><p>
		 The list item data of the affected list item. 
		 </p></div><a name="propertyDetail"></a><a name="item"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">item</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>item:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The item.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get item():*</code><br/></div><a name="propertyDetail"></a><a name="itemIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemIndex:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The position of the item in the containing collection.
		 
		 <p>ListView: Returns the position of the item in the listView's
		 data source.</p>
		 
		 <p>TreeView: Returns the position of the item in the parent
		 nodes data source. The first child of the root node will have
		 a listIndex of 2 and an itemIndex of 1.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemIndex():uint</code><br/></div><a name="propertyDetail"></a><a name="itemKey"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemKey</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemKey:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The key of the item if the containing collection is an IMap.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemKey():*</code><br/></div><a name="propertyDetail"></a><a name="listIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>listIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The position of the item in the listView.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get listIndex():int</code><br/></div><a name="propertyDetail"></a><a name="parentItem"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">parentItem</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>parentItem:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The item's containing collection.
		 
		 <p>ListView: Returns the listView's data source.</p>
		 
		 <p>TreeView: Returns the parent nodes data source.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get parentItem():*</code><br/></div><a name="propertyDetail"></a><a name="selected"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selected</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selected:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True if the list item is selected.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selected():Boolean</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListItemEvent()"></a><a name="ListItemEvent(String,com.sibirjak.asdpc.listview.ListItemData)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListItemEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListItemEvent(type:String, data:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a>)</code><p></p><p>
		 ListItemRendererEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">data</span>:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code> &mdash; The list item data of the affected list item. 
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="CLICK"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CLICK</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const CLICK:String = listItem_click</code><p></p><p></p><p>
		 Event type CLICK
		 
		 <p>Dispatched if the user clicks a list item.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="MOUSE_DOWN"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">MOUSE_DOWN</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const MOUSE_DOWN:String = listItem_mouseDown</code><p></p><p></p><p>
		 Event type MOUSE_DOWN
		 
		 <p>Dispatched if the user presses the mouse over a list item.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="ROLL_OUT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROLL_OUT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROLL_OUT:String = listItem_rollOut</code><p></p><p></p><p>
		 Event type ROLL_OUT
		 
		 <p>Dispatched if the mouse leaves the list item area.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="ROLL_OVER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROLL_OVER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROLL_OVER:String = listItem_rollOver</code><p></p><p></p><p>
		 Event type ROLL_OVER
		 
		 <p>Dispatched if the mouse enters the list item area.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="SELECTION_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTION_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTION_CHANGED:String = listItem_selectionChanged</code><p></p><p></p><p>
		 Event type SELECTION_CHANGED
		 
		 <p>Dispatched if the user has selected or deselected a list item.</p>
		 
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ListView,com.sibirjak.asdpc.listview.ListView,BINDABLE_PROPERTY_SELECTED_INDEX,BINDABLE_PROPERTY_SELECTED_INDICES,CLICK,DATA_RESET,ITEM_ADDED,ITEM_REMOVED,MOUSE_DOWN,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,_data,_dataSource,_dataSourceAdapter,_dataSourceAdapterFunction,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,deselect,deselect,direction,direction,firstVisibleIndex,firstVisibleIndex,item,item,itemIndex,itemIndex,itemKey,itemKey,itemRenderer,itemRenderer,itemSize,listIndex,listIndex,listIndex,maxScrollIndex,maxScrollIndex,multiselect,multiselect,numItems,numItems,numItems,parentItem,parentItem,scrollBarSize,scrollBarVisibility,select,select,selected,selected,selectedIndex,selectedIndex,selectedIndices,selectedIndices,selectedItemData,selectedItemData,selectedItemSize,selectedItemsData,selectedItemsData,style,applyToRenderers,cleanUpCalled,createListItemData,createListItemEvent,createListItemRendererData,createListItemRendererEvent,createListViewEvent,createNewDataSourceAdapter,createNewListItemRenderer_internal,deselectItemAt,deselectItemAt,deselectItemAt_internal,draw,getDefaultListItemRenderer,getItemIndex,getItemKey,getListItemDataAt,getListItemDataAt,getListItemDataClass,getListItemEventClass,getListItemRendererDataClass,getListItemRendererEventClass,getListViewEventClass,getParentItem,getRendererAt,hideListItemRenderer_internal,init,initDataSource,initialised,notifyClickRendererAt_internal,notifyMouseDownRendererAt_internal,notifyRollOutRendererAt_internal,notifyRollOverRendererAt_internal,removeListItemRenderer_internal,scrollToItemAt,scrollToItemAt,selectItemAt,selectItemAt,selectItemAt_internal,setAdditionalListItemDataProperties,setItemIndex_internal,setItemKey_internal,setItem_internal,setListIndex_internal,setListItemRendererData_internal,setListItemRendererPosition_internal,setParentItem_internal,setSelected_internal,showListItemRenderer_internal,styleChanged,update,updateListItemRendererListIndex_internal"><title>com.sibirjak.asdpc.listview.ListView</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListView - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/listview/ListView.html&amp;com/sibirjak/asdpc/listview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListView</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListView"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListView</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListView  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpc/treeview/TreeView.html">TreeView</a></td></tr></table><p></p><p></p><p></p>
	 ListView component.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">
		 
		 Sets or returns the list data source.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSourceAdapterFunction" class="signatureLink">dataSourceAdapterFunction</a> : Function<div class="summaryTableDescription">
		 
		 Sets or returns a custom data source adapter function.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#deselect" class="signatureLink">deselect</a> : Boolean<div class="summaryTableDescription">
		 
		 Defines or returns the list deselection behaviour.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#direction" class="signatureLink">direction</a> : String<div class="summaryTableDescription">
		 
		 Sets or gets the list direction.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#firstVisibleIndex" class="signatureLink">firstVisibleIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 
		 The current scroll postion of the list.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemRenderer" class="signatureLink">itemRenderer</a> : Class<div class="summaryTableDescription">[write-only] 
		 
		 Sets an item renderer.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#maxScrollIndex" class="signatureLink">maxScrollIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 
		 The max scroll postion of the list.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#multiselect" class="signatureLink">multiselect</a> : Boolean<div class="summaryTableDescription">
		 
		 Sets or returns the list to be a multiselect list.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#numItems" class="signatureLink">numItems</a> : uint<div class="summaryTableDescription">[read-only] 
		 
		 The number of items currently displayed in the listView.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#select" class="signatureLink">select</a> : Boolean<div class="summaryTableDescription">
		 
		 Defines or returns the list selection behaviour.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedIndex" class="signatureLink">selectedIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 
		 The list index of the first selected item.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedIndices" class="signatureLink">selectedIndices</a> : Array<div class="summaryTableDescription">[read-only] 
		 
		 An array of all selected indices.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedItemData" class="signatureLink">selectedItemData</a> : <a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><div class="summaryTableDescription">[read-only] 
		 
		 The first selected item.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedItemsData" class="signatureLink">selectedItemsData</a> : Array<div class="summaryTableDescription">[read-only] 
		 
		 An array of all selected items data.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html">ListViewStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all ListView style property definitions.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_dataSource" class="signatureLink">_dataSource</a> : *<div class="summaryTableDescription">
		 The data source.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_dataSourceAdapter" class="signatureLink">_dataSourceAdapter</a> : IDataProvider<div class="summaryTableDescription">
		 The data source adapter.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_dataSourceAdapterFunction" class="signatureLink">_dataSourceAdapterFunction</a> : Function<div class="summaryTableDescription">
		 An optional data source adapter function.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListView()" class="signatureLink">ListView</a>()</div><div class="summaryTableDescription">
		 ListView constructor
		 </div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#deselectItemAt()" class="signatureLink">deselectItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 
		 Deselects the item at the given position.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemDataAt()" class="signatureLink">getListItemDataAt</a>(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></div><div class="summaryTableDescription">
		 
		 Returns a ListItemData object for the item at the given index.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#scrollToItemAt()" class="signatureLink">scrollToItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 
		 Scrolls to the specified item.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#selectItemAt()" class="signatureLink">selectItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 
		 Selects the item at the given position.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#applyToRenderers()" class="signatureLink">applyToRenderers</a>(applyFunction:Function, onlyVisibles:Boolean = true):void</div><div class="summaryTableDescription">
		 Applies a function to all renderers.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createListItemData()" class="signatureLink">createListItemData</a>(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></div><div class="summaryTableDescription">
		 Creates the item data for the item at the given index.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createListItemEvent()" class="signatureLink">createListItemEvent</a>(type:String, listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></div><div class="summaryTableDescription">
		 Creates a ListItemEvent.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createListItemRendererData()" class="signatureLink">createListItemRendererData</a>(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></div><div class="summaryTableDescription">
		 Creates the item renderer data for the item at the given index.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createListItemRendererEvent()" class="signatureLink">createListItemRendererEvent</a>(type:String):<a href="../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html">ListItemRendererEvent</a></div><div class="summaryTableDescription">
		 Creates a ListItemRendererEvent.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createListViewEvent()" class="signatureLink">createListViewEvent</a>(type:String):<a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html">ListViewEvent</a></div><div class="summaryTableDescription">
		 Creates a ListViewEvent.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createNewDataSourceAdapter()" class="signatureLink">createNewDataSourceAdapter</a>():IDataProvider</div><div class="summaryTableDescription">
		 Creates a new data source adapter.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getDefaultListItemRenderer()" class="signatureLink">getDefaultListItemRenderer</a>():Class</div><div class="summaryTableDescription">
		 Returns the concrete default item renderer.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getItemIndex()" class="signatureLink">getItemIndex</a>(listIndex:uint):*</div><div class="summaryTableDescription">
		 Returns the position of the item in the containing collection.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getItemKey()" class="signatureLink">getItemKey</a>(listIndex:uint):*</div><div class="summaryTableDescription">
		 Returns the key of the item if the containing collection is an IMap.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemDataClass()" class="signatureLink">getListItemDataClass</a>():Class</div><div class="summaryTableDescription">
		 Returns the concrete ListItemData class.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemEventClass()" class="signatureLink">getListItemEventClass</a>():Class</div><div class="summaryTableDescription">
		 Returns the concrete ListItemEvent class.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemRendererDataClass()" class="signatureLink">getListItemRendererDataClass</a>():Class</div><div class="summaryTableDescription">
		 Returns the concrete ListItemRendererData class.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemRendererEventClass()" class="signatureLink">getListItemRendererEventClass</a>():Class</div><div class="summaryTableDescription">
		 Returns the concrete ListItemRendererEvent class.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListViewEventClass()" class="signatureLink">getListViewEventClass</a>():Class</div><div class="summaryTableDescription">
		 Returns the concrete ListViewEvent class.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getParentItem()" class="signatureLink">getParentItem</a>(listIndex:uint):*</div><div class="summaryTableDescription">
		 Returns the containing collection of the item at the given list index.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getRendererAt()" class="signatureLink">getRendererAt</a>(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></div><div class="summaryTableDescription">
		 Returns the renderer at the given list index.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#initDataSource()" class="signatureLink">initDataSource</a>():void</div><div class="summaryTableDescription">
		 Initialises the data source.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setAdditionalListItemDataProperties()" class="signatureLink">setAdditionalListItemDataProperties</a>(data:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a>):void</div><div class="summaryTableDescription">
		 Sets additional list item data properties.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItem_click" class="signatureLink">listItem_click</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CLICK
		 
		 Dispatched if the user clicks a list item.
		 
		 </td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItem_mouseDown" class="signatureLink">listItem_mouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_DOWN
		 
		 Dispatched if the user presses the mouse over a list item.
		 
		 </td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItem_rollOut" class="signatureLink">listItem_rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OUT
		 
		 Dispatched if the mouse leaves the list item area.
		 
		 </td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItem_rollOver" class="signatureLink">listItem_rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OVER
		 
		 Dispatched if the mouse enters the list item area.
		 
		 </td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItem_selectionChanged" class="signatureLink">listItem_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 Dispatched if the user has selected or deselected a list item.
		 
		 </td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listView_dataReset" class="signatureLink">listView_dataReset</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type DATA_RESET
		 
		 Dispatched after the list data source has been changed drastically.</td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listView_itemAdded" class="signatureLink">listView_itemAdded</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ITEM_ADDED
		 
		 Dispatched if items have been added to the list.
		 
		 </td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listView_itemRemoved" class="signatureLink">listView_itemRemoved</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ITEM_REMOVED
		 
		 Dispatched if items have been removed from the list.
		 
		 </td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listView_refresh" class="signatureLink">listView_refresh</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type REFRESH
		 
		 Dispatched every time the list is refreshed.</td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listView_scroll" class="signatureLink">listView_scroll</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SCROLL
		 
		 Dispatched if the user scrolls the list by mouse.</td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listView_selectionChanged" class="signatureLink">listView_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 Dispatched if an item has been selected or deselected, both manually
		 or programmatically.
		 
		 </td><td class="summaryTableOwnerCol">ListView</td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listView_itemSize"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listView_itemSize</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the list item size.
		 </td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listView_scrollBarSize"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listView_scrollBarSize</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the scrollbar size.
		 </td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listView_scrollBarVisibility"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listView_scrollBarVisibility</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the scrollbar visibility.
		 </td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listView_selectedItemSize"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listView_selectedItemSize</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the selected item size.
		 </td><td class="summaryTableOwnerCol">ListView</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BINDABLE_PROPERTY_SELECTED_INDEX" class="signatureLink">BINDABLE_PROPERTY_SELECTED_INDEX</a> : String = selectedIndex<div class="summaryTableDescription">[static] 
		 Name constant for the bindable property ListView.selectedIndex.</div></td><td class="summaryTableOwnerCol">ListView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BINDABLE_PROPERTY_SELECTED_INDICES" class="signatureLink">BINDABLE_PROPERTY_SELECTED_INDICES</a> : String = selectedIndices<div class="summaryTableDescription">[static] 
		 Name constant for the bindable property ListView.selectedIndices.</div></td><td class="summaryTableOwnerCol">ListView</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_dataSource</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _dataSource:*</code><p></p><p></p><p>
		 The data source.
		 </p></div><a name="propertyDetail"></a><a name="_dataSourceAdapter"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_dataSourceAdapter</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _dataSourceAdapter:IDataProvider</code><p></p><p></p><p>
		 The data source adapter.
		 </p></div><a name="propertyDetail"></a><a name="_dataSourceAdapterFunction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_dataSourceAdapterFunction</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _dataSourceAdapterFunction:Function</code><p></p><p></p><p>
		 An optional data source adapter function.
		 </p></div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>dataSource:*</code><p></p><p></p><p>
		 
		 Sets or returns the list data source.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set dataSource(value:any):void</code><br/></div><a name="propertyDetail"></a><a name="dataSourceAdapterFunction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSourceAdapterFunction</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>dataSourceAdapterFunction:Function</code><p></p><p></p><p>
		 
		 Sets or returns a custom data source adapter function.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSourceAdapterFunction():Function</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set dataSourceAdapterFunction(value:Function):void</code><br/></div><a name="propertyDetail"></a><a name="deselect"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">deselect</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>deselect:Boolean</code><p></p><p></p><p>
		 
		 Defines or returns the list deselection behaviour.
		 
		 <p>If set to false, selected items won't be deselected.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get deselect():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set deselect(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="direction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">direction</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>direction:String</code><p></p><p></p><p>
		 
		 Sets or gets the list direction.
		 
		 <p>Can only be set before the list ist added to the stage.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get direction():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set direction(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="firstVisibleIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">firstVisibleIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>firstVisibleIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The current scroll postion of the list.
		 
		 <p>Returns -1, if the list is empty.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get firstVisibleIndex():int</code><br/></div><a name="propertyDetail"></a><a name="itemRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemRenderer</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemRenderer:Class</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 
		 Sets an item renderer.
		 
		 <p>Can currently only be set before the list ist added to the stage.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set itemRenderer(value:Class):void</code><br/></div><a name="propertyDetail"></a><a name="maxScrollIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">maxScrollIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>maxScrollIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The max scroll postion of the list.
		 
		 <p>Returns -1, if the list is empty.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get maxScrollIndex():int</code><br/></div><a name="propertyDetail"></a><a name="multiselect"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">multiselect</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>multiselect:Boolean</code><p></p><p></p><p>
		 
		 Sets or returns the list to be a multiselect list.
		 
		 <p>Does not have effects if select is set to false.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get multiselect():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set multiselect(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="numItems"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">numItems</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>numItems:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The number of items currently displayed in the listView.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get numItems():uint</code><br/></div><a name="propertyDetail"></a><a name="select"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">select</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>select:Boolean</code><p></p><p></p><p>
		 
		 Defines or returns the list selection behaviour.
		 
		 <p>If set to false, items clicked by mouse won't be selected.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get select():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set select(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="selectedIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The list index of the first selected item.
		 
		 <p>Always -1, if multiselect is set to true.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedIndex():int</code><br/></div><a name="propertyDetail"></a><a name="selectedIndices"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedIndices</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedIndices:Array</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 An array of all selected indices.
		 
		 <p>Always empty, if multiselect is set to false.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedIndices():Array</code><br/></div><a name="propertyDetail"></a><a name="selectedItemData"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedItemData</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedItemData:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The first selected item.
		 
		 <p>Always null, if multiselect is set to true.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedItemData():<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code><br/></div><a name="propertyDetail"></a><a name="selectedItemsData"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedItemsData</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedItemsData:Array</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 An array of all selected items data.
		 
		 <p>Always empty, if multiselect is set to false.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedItemsData():Array</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html">ListViewStyles</a></code><p></p><p></p><p>
		 Central accessor to all ListView style property definitions.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListView()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListView</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListView()</code><p></p><p>
		 ListView constructor
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="applyToRenderers()"></a><a name="applyToRenderers(Function,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">applyToRenderers</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> protected function applyToRenderers(applyFunction:Function, onlyVisibles:Boolean = true):void</code><p></p><p></p><p>
		 Applies a function to all renderers.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">applyFunction</span>:Function</code> &mdash; The function to apply.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">onlyVisibles</span>:Boolean</code> (default = <code>true</code>)<code></code> &mdash; Indicates, if only visible renderers should be affec
		 </td></tr></table></p></div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="createListItemData()"></a><a name="createListItemData(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createListItemData</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function createListItemData(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code><p></p><p></p><p>
		 Creates the item data for the item at the given index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The list index of the item.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code> &mdash; A ListItemData instance.
		 </td></tr></table></div><a name="createListItemEvent()"></a><a name="createListItemEvent(String,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createListItemEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function createListItemEvent(type:String, listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></code><p></p><p></p><p>
		 Creates a ListItemEvent.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></code> &mdash; A ListItemEvent instance.
		 </td></tr></table></div><a name="createListItemRendererData()"></a><a name="createListItemRendererData(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createListItemRendererData</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function createListItemRendererData(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code><p></p><p></p><p>
		 Creates the item renderer data for the item at the given index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The list index of the item.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code> &mdash; A ListItemRendererData instance.
		 </td></tr></table></div><a name="createListItemRendererEvent()"></a><a name="createListItemRendererEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createListItemRendererEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function createListItemRendererEvent(type:String):<a href="../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html">ListItemRendererEvent</a></code><p></p><p></p><p>
		 Creates a ListItemRendererEvent.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html">ListItemRendererEvent</a></code> &mdash; A ListItemRendererEvent instance.
		 </td></tr></table></div><a name="createListViewEvent()"></a><a name="createListViewEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createListViewEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function createListViewEvent(type:String):<a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html">ListViewEvent</a></code><p></p><p></p><p>
		 Creates a ListViewEvent.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html">ListViewEvent</a></code> &mdash; A ListViewEvent instance.
		 </td></tr></table></div><a name="createNewDataSourceAdapter()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createNewDataSourceAdapter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function createNewDataSourceAdapter():IDataProvider</code><p></p><p></p><p>
		 Creates a new data source adapter.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>IDataProvider</code> &mdash; The data source Adapter.
		 </td></tr></table></div><a name="createNewListItemRenderer_internal()"></a><a name="createNewListItemRenderer_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createNewListItemRenderer_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function createNewListItemRenderer_internal(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code><p></p><p></p><p>
		 Creates a new renderer.
		 
		 <p>Invoked only by the internal item renderer pool.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The list index of the renderer.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code></td></tr></table></div><a name="deselectItemAt()"></a><a name="deselectItemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">deselectItemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function deselectItemAt(listIndex:uint):void</code><p></p><p></p><p>
		 
		 Deselects the item at the given position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item to deselect.
		 </td></tr></table></p></div><a name="deselectItemAt_internal()"></a><a name="deselectItemAt_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">deselectItemAt_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function deselectItemAt_internal(listIndex:uint):void</code><p></p><p></p><p>
		 Deselects the item at the given index.
		 
		 <p>Invoked only by a ListItemRendererData instance.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item to deselect.
		 </td></tr></table></p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="getDefaultListItemRenderer()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getDefaultListItemRenderer</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getDefaultListItemRenderer():Class</code><p></p><p></p><p>
		 Returns the concrete default item renderer.
		 
		 <p>ListView: ListItemRenderer</p>
		 
		 <p>TreeView: TreeNodeRenderer</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete item renderer.
		 </td></tr></table></div><a name="getItemIndex()"></a><a name="getItemIndex(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getItemIndex</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getItemIndex(listIndex:uint):*</code><p></p><p></p><p>
		 Returns the position of the item in the containing collection.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The position of the item in the containing collection.
		 </td></tr></table></div><a name="getItemKey()"></a><a name="getItemKey(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getItemKey</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getItemKey(listIndex:uint):*</code><p></p><p></p><p>
		 Returns the key of the item if the containing collection is an IMap.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The key of item or null if the containing collection is not a map.
		 </td></tr></table></div><a name="getListItemDataAt()"></a><a name="getListItemDataAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemDataAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getListItemDataAt(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code><p></p><p></p><p>
		 
		 Returns a ListItemData object for the item at the given index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code> &mdash; A ListItemData object for the item at the given index.
		 </td></tr></table></div><a name="getListItemDataClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemDataClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getListItemDataClass():Class</code><p></p><p></p><p>
		 Returns the concrete ListItemData class.
		 
		 <p>ListView: ListItemData</p>
		 
		 <p>TreeView: TreeNodeData</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete ListItemData class.
		 </td></tr></table></div><a name="getListItemEventClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemEventClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getListItemEventClass():Class</code><p></p><p></p><p>
		 Returns the concrete ListItemEvent class.
		 
		 <p>ListView: ListItemEvent</p>
		 
		 <p>TreeView: TreeNodeEvent</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete ListItemEvent class.
		 </td></tr></table></div><a name="getListItemRendererDataClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemRendererDataClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getListItemRendererDataClass():Class</code><p></p><p></p><p>
		 Returns the concrete ListItemRendererData class.
		 
		 <p>ListView: ListItemRendererData</p>
		 
		 <p>TreeView: TreeNodeRendererData</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete ListItemRendererData class.
		 </td></tr></table></div><a name="getListItemRendererEventClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemRendererEventClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getListItemRendererEventClass():Class</code><p></p><p></p><p>
		 Returns the concrete ListItemRendererEvent class.
		 
		 <p>ListView: ListItemRendererEvent</p>
		 
		 <p>TreeView: TreeNodeRendererEvent</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete ListItemRendererEvent class.
		 </td></tr></table></div><a name="getListViewEventClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListViewEventClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getListViewEventClass():Class</code><p></p><p></p><p>
		 Returns the concrete ListViewEvent class.
		 
		 <p>ListView: ListViewEvent</p>
		 
		 <p>TreeView: TreeViewEvent</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete ListViewEvent class.
		 </td></tr></table></div><a name="getParentItem()"></a><a name="getParentItem(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getParentItem</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getParentItem(listIndex:uint):*</code><p></p><p></p><p>
		 Returns the containing collection of the item at the given list index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The item's containing collection.
		 </td></tr></table></div><a name="getRendererAt()"></a><a name="getRendererAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getRendererAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getRendererAt(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code><p></p><p></p><p>
		 Returns the renderer at the given list index.
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code></td></tr></table></div><a name="hideListItemRenderer_internal()"></a><a name="hideListItemRenderer_internal(com.sibirjak.asdpc.listview.core.IListItemRenderer)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hideListItemRenderer_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function hideListItemRenderer_internal(renderer:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>):void</code><p></p><p></p><p>
		 Hides the given renderer.
		 
		 <p>Invoked only by the internal item renderer pool.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">renderer</span>:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code> &mdash; The renderer.
		 </td></tr></table></p></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="initDataSource()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">initDataSource</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function initDataSource():void</code><p></p><p></p><p>
		 Initialises the data source.
		 </p></div><a name="initialised()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">initialised</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function initialised():void</code><p></p><p></p><p>
		 
		 Notifies a view after it has been fully initialised.
		 
		 <p>This method is a hook to enable subclasses to perform further
		 operations after the initialisation has been finished and the
		 _initialised property is set to true.</p>
		 
		 <p>You use this method to set or dispatch an initial view state,
		 e.g. to select an item of a ListView instance.</p>
		 
		 <p>The propetected property _initialised is set to true at this point.</p>
		 </p></div><a name="notifyClickRendererAt_internal()"></a><a name="notifyClickRendererAt_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyClickRendererAt_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function notifyClickRendererAt_internal(listIndex:uint):void</code><p></p><p></p><p>
		 Dispatchs item mouse down event.
		 
		 <p>Invoked only by a ListItemRendererData instance.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item clicked.
		 </td></tr></table></p></div><a name="notifyMouseDownRendererAt_internal()"></a><a name="notifyMouseDownRendererAt_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyMouseDownRendererAt_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function notifyMouseDownRendererAt_internal(listIndex:uint):void</code><p></p><p></p><p>
		 Dispatchs item mouse down event.
		 
		 <p>Invoked only by a ListItemRendererData instance.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item the mouse is down over.
		 </td></tr></table></p></div><a name="notifyRollOutRendererAt_internal()"></a><a name="notifyRollOutRendererAt_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyRollOutRendererAt_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function notifyRollOutRendererAt_internal(listIndex:uint):void</code><p></p><p></p><p>
		 Dispatchs renderer and item roll out events.
		 
		 <p>Invoked only by a ListItemRendererData instance.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item rolled out.
		 </td></tr></table></p></div><a name="notifyRollOverRendererAt_internal()"></a><a name="notifyRollOverRendererAt_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyRollOverRendererAt_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function notifyRollOverRendererAt_internal(listIndex:uint):void</code><p></p><p></p><p>
		 Dispatchs renderer and item roll over events.
		 
		 <p>Invoked only by a ListItemRendererData instance.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item rolled over.
		 </td></tr></table></p></div><a name="removeListItemRenderer_internal()"></a><a name="removeListItemRenderer_internal(com.sibirjak.asdpc.listview.core.IListItemRenderer)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeListItemRenderer_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function removeListItemRenderer_internal(renderer:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>):void</code><p></p><p></p><p>
		 Removes the given renderer.
		 
		 <p>Invoked only by the internal item renderer pool.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">renderer</span>:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code> &mdash; The renderer.
		 </td></tr></table></p></div><a name="scrollToItemAt()"></a><a name="scrollToItemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollToItemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function scrollToItemAt(listIndex:uint):void</code><p></p><p></p><p>
		 
		 Scrolls to the specified item.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item to scroll to.
		 </td></tr></table></p></div><a name="selectItemAt()"></a><a name="selectItemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectItemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function selectItemAt(listIndex:uint):void</code><p></p><p></p><p>
		 
		 Selects the item at the given position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item to select.
		 </td></tr></table></p></div><a name="selectItemAt_internal()"></a><a name="selectItemAt_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectItemAt_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function selectItemAt_internal(listIndex:uint):void</code><p></p><p></p><p>
		 Selects the item at the given index.
		 
		 <p>Invoked only by a ListItemRendererData instance.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the item to select.
		 </td></tr></table></p></div><a name="setAdditionalListItemDataProperties()"></a><a name="setAdditionalListItemDataProperties(com.sibirjak.asdpc.listview.ListItemData)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setAdditionalListItemDataProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function setAdditionalListItemDataProperties(data:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a>):void</code><p></p><p></p><p>
		 Sets additional list item data properties.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">data</span>:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code> &mdash; The list item data to update.
		 </td></tr></table></p></div><a name="setListItemRendererData_internal()"></a><a name="setListItemRendererData_internal(com.sibirjak.asdpc.listview.core.IListItemRenderer,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setListItemRendererData_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setListItemRendererData_internal(renderer:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>, listIndex:uint):void</code><p></p><p></p><p>
		 Sets new data to an existing renderer.
		 
		 <p>Invoked only by the internal item renderer pool.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">renderer</span>:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code> &mdash; The existing renderer.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The list index of the renderer.
		 </td></tr></table></p></div><a name="setListItemRendererPosition_internal()"></a><a name="setListItemRendererPosition_internal(com.sibirjak.asdpc.listview.core.IListItemRenderer,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setListItemRendererPosition_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setListItemRendererPosition_internal(renderer:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>, visibleIndex:uint):void</code><p></p><p></p><p>
		 Positions the given renderer.
		 
		 <p>Invoked only by the internal item renderer pool.</p>
		 
		 <p>This method is called for each visible renderer after every
		 scroll, insert or remove operation. This is a good place to apply
		 changes to renderers that should become visible soon.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">renderer</span>:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code> &mdash; The renderer.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">visibleIndex</span>:uint</code> &mdash; The visible index of the renderer, where the first visible renderer has
		 a visibleIndex of 0.
		 </td></tr></table></p></div><a name="showListItemRenderer_internal()"></a><a name="showListItemRenderer_internal(com.sibirjak.asdpc.listview.core.IListItemRenderer)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">showListItemRenderer_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function showListItemRenderer_internal(renderer:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>):void</code><p></p><p></p><p>
		 Shows the given renderer.
		 
		 <p>Invoked only by the internal item renderer pool.</p>
		 
		 <p>The renderer has been parked beforehand.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">renderer</span>:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code> &mdash; The renderer.
		 </td></tr></table></p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><a name="updateListItemRendererListIndex_internal()"></a><a name="updateListItemRendererListIndex_internal(com.sibirjak.asdpc.listview.core.IListItemRenderer,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateListItemRendererListIndex_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function updateListItemRendererListIndex_internal(renderer:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>, listIndex:uint):void</code><p></p><p></p><p>
		 Sets a new list index to an existing renderer.
		 
		 <p>Invoked only by the internal item renderer pool.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">renderer</span>:<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code> &mdash; The existing renderer.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The new list index of the renderer.
		 </td></tr></table></p></div><div class="detailSectionHeader"> Event Detail </div><a name="event:listItem_click"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItem_click</td><td class="detailHeaderType"> Event </td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html"><code>com.sibirjak.asdpc.listview.ListItemEvent</code></a><br/><span class="label">ListItemEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#CLICK"><code>com.sibirjak.asdpc.listview.ListItemEvent.CLICK</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type CLICK
		 
		 <p>Dispatched if the user clicks a list item.</p>
		 
		 </div><a name="event:listItem_mouseDown"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItem_mouseDown</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html"><code>com.sibirjak.asdpc.listview.ListItemEvent</code></a><br/><span class="label">ListItemEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#MOUSE_DOWN"><code>com.sibirjak.asdpc.listview.ListItemEvent.MOUSE_DOWN</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type MOUSE_DOWN
		 
		 <p>Dispatched if the user presses the mouse over a list item.</p>
		 
		 </div><a name="event:listItem_rollOut"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItem_rollOut</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html"><code>com.sibirjak.asdpc.listview.ListItemEvent</code></a><br/><span class="label">ListItemEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#ROLL_OUT"><code>com.sibirjak.asdpc.listview.ListItemEvent.ROLL_OUT</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type ROLL_OUT
		 
		 <p>Dispatched if the mouse leaves the list item area.</p>
		 
		 </div><a name="event:listItem_rollOver"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItem_rollOver</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html"><code>com.sibirjak.asdpc.listview.ListItemEvent</code></a><br/><span class="label">ListItemEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#ROLL_OVER"><code>com.sibirjak.asdpc.listview.ListItemEvent.ROLL_OVER</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type ROLL_OVER
		 
		 <p>Dispatched if the mouse enters the list item area.</p>
		 
		 </div><a name="event:listItem_selectionChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItem_selectionChanged</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html"><code>com.sibirjak.asdpc.listview.ListItemEvent</code></a><br/><span class="label">ListItemEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#SELECTION_CHANGED"><code>com.sibirjak.asdpc.listview.ListItemEvent.SELECTION_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type SELECTION_CHANGED
		 
		 <p>Dispatched if the user has selected or deselected a list item.</p>
		 
		 </div><a name="event:listView_dataReset"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listView_dataReset</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html"><code>com.sibirjak.asdpc.listview.ListViewEvent</code></a><br/><span class="label">ListViewEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html#DATA_RESET"><code>com.sibirjak.asdpc.listview.ListViewEvent.DATA_RESET</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type DATA_RESET
		 
		 <p>Dispatched after the list data source has been changed drastically.
		 This is the case, if the data source has been changed drastically
		 (not to handle by singular add or remove operations) or a new data
		 source has been set.</p>
		 
		 </div><a name="event:listView_itemAdded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listView_itemAdded</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html"><code>com.sibirjak.asdpc.listview.ListViewEvent</code></a><br/><span class="label">ListViewEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html#ITEM_ADDED"><code>com.sibirjak.asdpc.listview.ListViewEvent.ITEM_ADDED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type ITEM_ADDED
		 
		 <p>Dispatched if items have been added to the list.</p>
		 
		 </div><a name="event:listView_itemRemoved"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listView_itemRemoved</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html"><code>com.sibirjak.asdpc.listview.ListViewEvent</code></a><br/><span class="label">ListViewEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html#ITEM_REMOVED"><code>com.sibirjak.asdpc.listview.ListViewEvent.ITEM_REMOVED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type ITEM_REMOVED
		 
		 <p>Dispatched if items have been removed from the list.</p>
		 
		 </div><a name="event:listView_refresh"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listView_refresh</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html"><code>com.sibirjak.asdpc.listview.ListViewEvent</code></a><br/><span class="label">ListViewEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html#REFRESH"><code>com.sibirjak.asdpc.listview.ListViewEvent.REFRESH</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type REFRESH
		 
		 <p>Dispatched every time the list is refreshed. The list is always refreshed,
		 if items have been added or removed or the scroll position changes or the list
		 or list item dimensions change. This event can be used to track the scroll
		 position of the list, if changed programmatically.</p>
		 
		 </div><a name="event:listView_scroll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listView_scroll</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html"><code>com.sibirjak.asdpc.listview.ListViewEvent</code></a><br/><span class="label">ListViewEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html#SCROLL"><code>com.sibirjak.asdpc.listview.ListViewEvent.SCROLL</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type SCROLL
		 
		 <p>Dispatched if the user scrolls the list by mouse. The new first visible index
		 can be obtained via listView.firstVisibleIndex. Programmatic scrolling can be watched
		 listening to REFRESH.</p>
		 
		 </div><a name="event:listView_selectionChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listView_selectionChanged</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html"><code>com.sibirjak.asdpc.listview.ListViewEvent</code></a><br/><span class="label">ListViewEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html#SELECTION_CHANGED"><code>com.sibirjak.asdpc.listview.ListViewEvent.SELECTION_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type SELECTION_CHANGED
		 
		 <p>Dispatched if an item has been selected or deselected, both manually
		 or programmatically.</p>
		 
		 </div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BINDABLE_PROPERTY_SELECTED_INDEX"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BINDABLE_PROPERTY_SELECTED_INDEX</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BINDABLE_PROPERTY_SELECTED_INDEX:String = selectedIndex</code><p></p><p></p><p>
		 Name constant for the bindable property ListView.selectedIndex.
		 </p></div><a name="constantDetail"></a><a name="BINDABLE_PROPERTY_SELECTED_INDICES"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BINDABLE_PROPERTY_SELECTED_INDICES</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const BINDABLE_PROPERTY_SELECTED_INDICES:String = selectedIndices</code><p></p><p></p><p>
		 Name constant for the bindable property ListView.selectedIndices.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ListViewEvent,com.sibirjak.asdpc.listview.ListViewEvent,BINDABLE_PROPERTY_SELECTED_INDEX,BINDABLE_PROPERTY_SELECTED_INDICES,CLICK,DATA_RESET,ITEM_ADDED,ITEM_REMOVED,MOUSE_DOWN,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,_data,_dataSource,_dataSourceAdapter,_dataSourceAdapterFunction,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,deselect,deselect,direction,direction,firstVisibleIndex,firstVisibleIndex,item,item,itemIndex,itemIndex,itemKey,itemKey,itemRenderer,itemRenderer,itemSize,listIndex,listIndex,listIndex,maxScrollIndex,maxScrollIndex,multiselect,multiselect,numItems,numItems,numItems,parentItem,parentItem,scrollBarSize,scrollBarVisibility,select,select,selected,selected,selectedIndex,selectedIndex,selectedIndices,selectedIndices,selectedItemData,selectedItemData,selectedItemSize,selectedItemsData,selectedItemsData,style"><title>com.sibirjak.asdpc.listview.ListViewEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListViewEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/listview/ListViewEvent.html&amp;com/sibirjak/asdpc/listview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListViewEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListViewEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListViewEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListViewEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpc/treeview/TreeViewEvent.html">TreeViewEvent</a></td></tr></table><p></p><p></p><p></p>
	 ListView event.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listIndex" class="signatureLink">listIndex</a> : int = -1<div class="summaryTableDescription">
		 The list index of a insertion or removal operation.</div></td><td class="summaryTableOwnerCol">ListViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#numItems" class="signatureLink">numItems</a> : uint<div class="summaryTableDescription">
		 The number of items removed or added.</div></td><td class="summaryTableOwnerCol">ListViewEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListViewEvent()" class="signatureLink">ListViewEvent</a>(type:String)</div><div class="summaryTableDescription">
		 ListViewEvent constructor.</div></td><td class="summaryTableOwnerCol">ListViewEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DATA_RESET" class="signatureLink">DATA_RESET</a> : String = listView_dataReset<div class="summaryTableDescription">[static] 
		 Event type DATA_RESET
		 
		 Dispatched after the list data source has been changed drastically.</div></td><td class="summaryTableOwnerCol">ListViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ITEM_ADDED" class="signatureLink">ITEM_ADDED</a> : String = listView_itemAdded<div class="summaryTableDescription">[static] 
		 Event type ITEM_ADDED
		 
		 Dispatched if items have been added to the list.
		 
		 </div></td><td class="summaryTableOwnerCol">ListViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ITEM_REMOVED" class="signatureLink">ITEM_REMOVED</a> : String = listView_itemRemoved<div class="summaryTableDescription">[static] 
		 Event type ITEM_REMOVED
		 
		 Dispatched if items have been removed from the list.
		 
		 </div></td><td class="summaryTableOwnerCol">ListViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#REFRESH" class="signatureLink">REFRESH</a> : String = listView_refresh<div class="summaryTableDescription">[static] 
		 Event type REFRESH
		 
		 Dispatched every time the list is refreshed.</div></td><td class="summaryTableOwnerCol">ListViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SCROLL" class="signatureLink">SCROLL</a> : String = listView_scroll<div class="summaryTableDescription">[static] 
		 Event type SCROLL
		 
		 Dispatched if the user scrolls the list by mouse.</div></td><td class="summaryTableOwnerCol">ListViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTION_CHANGED" class="signatureLink">SELECTION_CHANGED</a> : String = listView_selectionChanged<div class="summaryTableDescription">[static] 
		 Event type SELECTION_CHANGED
		 
		 Dispatched if an item has been selected or deselected, both manually
		 or programmatically.
		 
		 </div></td><td class="summaryTableOwnerCol">ListViewEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="listIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listIndex</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var listIndex:int = -1</code><p></p><p></p><p>
		 The list index of a insertion or removal operation.
		 
		 <p>Only set for the events ITEM_ADDED, ITEM_REMOVED.</p>
		 </p></div><a name="propertyDetail"></a><a name="numItems"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">numItems</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var numItems:uint</code><p></p><p></p><p>
		 The number of items removed or added.
		 
		 <p>Only set for the events ITEM_ADDED, ITEM_REMOVED.</p>
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListViewEvent()"></a><a name="ListViewEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListViewEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListViewEvent(type:String)</code><p></p><p>
		 ListViewEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="DATA_RESET"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DATA_RESET</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const DATA_RESET:String = listView_dataReset</code><p></p><p></p><p>
		 Event type DATA_RESET
		 
		 <p>Dispatched after the list data source has been changed drastically.
		 This is the case, if the data source has been changed drastically
		 (not to handle by singular add or remove operations) or a new data
		 source has been set.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="ITEM_ADDED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ITEM_ADDED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ITEM_ADDED:String = listView_itemAdded</code><p></p><p></p><p>
		 Event type ITEM_ADDED
		 
		 <p>Dispatched if items have been added to the list.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="ITEM_REMOVED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ITEM_REMOVED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ITEM_REMOVED:String = listView_itemRemoved</code><p></p><p></p><p>
		 Event type ITEM_REMOVED
		 
		 <p>Dispatched if items have been removed from the list.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="REFRESH"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">REFRESH</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const REFRESH:String = listView_refresh</code><p></p><p></p><p>
		 Event type REFRESH
		 
		 <p>Dispatched every time the list is refreshed. The list is always refreshed,
		 if items have been added or removed or the scroll position changes or the list
		 or list item dimensions change. This event can be used to track the scroll
		 position of the list, if changed programmatically.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="SCROLL"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SCROLL</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SCROLL:String = listView_scroll</code><p></p><p></p><p>
		 Event type SCROLL
		 
		 <p>Dispatched if the user scrolls the list by mouse. The new first visible index
		 can be obtained via listView.firstVisibleIndex. Programmatic scrolling can be watched
		 listening to REFRESH.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="SELECTION_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTION_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTION_CHANGED:String = listView_selectionChanged</code><p></p><p></p><p>
		 Event type SELECTION_CHANGED
		 
		 <p>Dispatched if an item has been selected or deselected, both manually
		 or programmatically.</p>
		 
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ListViewStyles,com.sibirjak.asdpc.listview.ListViewStyles,BINDABLE_PROPERTY_SELECTED_INDEX,BINDABLE_PROPERTY_SELECTED_INDICES,CLICK,DATA_RESET,ITEM_ADDED,ITEM_REMOVED,MOUSE_DOWN,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,_data,_dataSource,_dataSourceAdapter,_dataSourceAdapterFunction,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,deselect,deselect,direction,direction,firstVisibleIndex,firstVisibleIndex,item,item,itemIndex,itemIndex,itemKey,itemKey,itemRenderer,itemRenderer,itemSize,listIndex,listIndex,listIndex,maxScrollIndex,maxScrollIndex,multiselect,multiselect,numItems,numItems,numItems,parentItem,parentItem,scrollBarSize,scrollBarVisibility,select,select,selected,selected,selectedIndex,selectedIndex,selectedIndices,selectedIndices,selectedItemData,selectedItemData,selectedItemSize,selectedItemsData,selectedItemsData,style"><title>com.sibirjak.asdpc.listview.ListViewStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListViewStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/listview/ListViewStyles.html&amp;com/sibirjak/asdpc/listview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListViewStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListViewStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListViewStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListViewStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpc/treeview/TreeViewStyles.html">TreeViewStyles</a></td></tr></table><p></p><p></p><p></p>
	 ListView style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemSize" class="signatureLink">itemSize</a> : String = listView_itemSize<div class="summaryTableDescription">
		 Style property defining the list item size.</div></td><td class="summaryTableOwnerCol">ListViewStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#scrollBarSize" class="signatureLink">scrollBarSize</a> : String = listView_scrollBarSize<div class="summaryTableDescription">
		 Style property defining the scrollbar size.</div></td><td class="summaryTableOwnerCol">ListViewStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#scrollBarVisibility" class="signatureLink">scrollBarVisibility</a> : String = listView_scrollBarVisibility<div class="summaryTableDescription">
		 Style property defining the scrollbar visibility.</div></td><td class="summaryTableOwnerCol">ListViewStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedItemSize" class="signatureLink">selectedItemSize</a> : String = listView_selectedItemSize<div class="summaryTableDescription">
		 Style property defining the selected item size.</div></td><td class="summaryTableOwnerCol">ListViewStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="itemSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemSize</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const itemSize:String = listView_itemSize</code><p></p><p></p><p>
		 Style property defining the list item size.
		 </p></div><a name="constantDetail"></a><a name="scrollBarSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollBarSize</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const scrollBarSize:String = listView_scrollBarSize</code><p></p><p></p><p>
		 Style property defining the scrollbar size.
		 </p></div><a name="constantDetail"></a><a name="scrollBarVisibility"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollBarVisibility</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const scrollBarVisibility:String = listView_scrollBarVisibility</code><p></p><p></p><p>
		 Style property defining the scrollbar visibility.
		 </p></div><a name="constantDetail"></a><a name="selectedItemSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedItemSize</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedItemSize:String = listView_selectedItemSize</code><p></p><p></p><p>
		 Style property defining the selected item size.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.listview Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.listview package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/listview/package-detail.html&amp;com/sibirjak/asdpc/listview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.listview</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.listview"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IListView.html">IListView</a></i></td><td class="summaryTableLastCol">
	 ListView public interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemData.html">ListItemData</a></td><td class="summaryTableLastCol">
	 Plain data object representing list item data and list item state.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemEvent.html">ListItemEvent</a></td><td class="summaryTableLastCol">
	 ListItem event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListView.html">ListView</a></td><td class="summaryTableLastCol">
	 ListView component.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListViewEvent.html">ListViewEvent</a></td><td class="summaryTableLastCol">
	 ListView event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListViewStyles.html">ListViewStyles</a></td><td class="summaryTableLastCol">
	 ListView style properties.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.listview.core - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.listview.core</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IListItemRenderer.html"><i>IListItemRenderer</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ItemIndexManager.html">ItemIndexManager</a></td></tr><tr><td><a href="ListItemRendererData.html">ListItemRendererData</a></td></tr><tr><td><a href="ListItemRendererEvent.html">ListItemRendererEvent</a></td></tr><tr><td><a href="ListItemRendererPool.html">ListItemRendererPool</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="IListItemRenderer,com.sibirjak.asdpc.listview.core.IListItemRenderer,DATA_CHANGED,DATA_PROPERTY_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,VISIBILITY_CHANGED,_isFirst,_isLast,_listItemData,_listView,_visibleRenderers,data,firstIndex,firstVisibleIndex,indices,isFirst,isLast,item,itemIndex,itemKey,listIndex,listItemData,parentItem,poolSize,selected,addIndex,allItemsRemoved,clear,deselect,drawListItem,getItemAt,getPoolSize,getVisibleRenderers,hasIndex,itemsAddedAt,itemsAddedAt,itemsRemovedAt,itemsRemovedAt,notifyClick,notifyMouseDown,notifyRollOut,notifyRollOver,numItemsBefore,refresh,removeAllIndices,removeIndex,rendererOutOfVisibleArea,select,setIsFirst_internal,setIsLast_internal,setListItemData_internal,setListView_internal,setSelectedSize,setSize,toString"><title>com.sibirjak.asdpc.listview.core.IListItemRenderer</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IListItemRenderer - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/core/IListItemRenderer.html&amp;com/sibirjak/asdpc/listview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IListItemRenderer</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IListItemRenderer"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IListItemRenderer extends  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  flash.events.IEventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr></table><p></p><p></p><p></p>
	 ListItemRenderer interface.
	 
	 <p>This interface declares the necessary operations a list item
	 renderer should implement. A list item renderer can be a display
	 object of any type such as a View or even a plain Sprite.</p>
	 
	              <p>A ListItemRenderer represents the data of a particular item out of
	 the list's data provider. For performance reasons renderers are pooled
	 and reused. E.g. a list with a height of 200 and an item height of 20
	 maintains only 10 renderers, even if the data provider contains more
	 items. When scrolling the list, renderers with items that become invisible
	 receive new data and will be repositioned to the top or end of the
	 display list of renderers.</p>
	 
	              <b>Example</b>
	 
	              <p>The list's data provider contains 8 items. The list is configured
	 to display 3 items (height = 90, itemheight = 30). The list is scrolled
	 to the item at 2 (item3).</p> 
	 
	              <div class="listing"><pre>
        item1
        item2
        ----------------
        item3 - Renderer1
        item4 - Renderer2
        item5 - Renderer3
        ----------------
        item6
        item7
        item8
     </pre></div>
	 
	              <p>The user scrolls to the item at 3 (item4). The renderer displaying
	 the item at 2 (item3) is removed from the renderer list and parked.</p>
	 
	              <div class="listing"><pre>
        item1
        item2
        item3
        ----------------
        item4 - Renderer2
        item5 - Renderer3
        item6
        ----------------
        item7
        item8
        Renderer1 parked
     </pre></div>
	 
	              <p>The parked renderer now receives the data for the item at 5 (item6)
	 and gets a new position.</p>
	 
	              <div class="listing"><pre>
        item1
        item2
        item3
        ----------------
        item4 - Renderer2
        item5 - Renderer3
        item6 - Renderer1
        ----------------
        item7
        item8
     </pre></div>
	 
	              <b>Note to list item mouse events</b>
	 
	              <p>By default a ListView does not recognise mouse events of ListItemRenderer
	 instances. The renderer is supposed to notify the list about such an event.
	 This approach gives more control over events to the developer of a custom
	 list item renderer.</p>
	 
	              <div class="listing"><pre>
        // in MyRenderer
        public function MyRenderer() {
            addEventListener(MouseEvent.ROLL_OVER, rollOverHandler);
        }
        private function rollOverHandler(event : MouseEvent) : void {
            _listItemRendererData.notifyRollOver();
        }
        
        // in ListView
        asdpc_internal function notifyRollOverRendererAt_internal(listIndex : uint) : void {
            var renderer : IListItemRenderer = getRendererAt(listIndex);
            if (!renderer) return; // renderer might be removed beforehand
            renderer.dispatchEvent(createListItemRendererEvent(ListItemRendererEvent.ROLL_OVER));
            dispatchEvent(createListItemEvent(ListItemEvent.ROLL_OVER, renderer.data.listIndex));
        }
     </pre></div>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#data" class="signatureLink">data</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a><div class="summaryTableDescription">
		 Sets or gets the list item renderer data.</div></td><td class="summaryTableOwnerCol">IListItemRenderer</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawListItem()" class="signatureLink">drawListItem</a>():void</div><div class="summaryTableDescription">
		 Draws the list item initially.</div></td><td class="summaryTableOwnerCol">IListItemRenderer</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSelectedSize()" class="signatureLink">setSelectedSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the renderer dimensions for the selected state.</div></td><td class="summaryTableOwnerCol">IListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the renderer dimensions.</div></td><td class="summaryTableOwnerCol">IListItemRenderer</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="data"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">data</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>data:<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code><p></p><p></p><p>
		 Sets or gets the list item renderer data.
		 
		 <p>Data will be set initially or as a result of scrolling
		 operations throughout the entire listView life cycle.</p>
		 
		 <p>The concrete renderer is supposed to accept and display
		 new data at any time.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get data():<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set data(value:<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a>):void</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="drawListItem()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawListItem</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function drawListItem():void</code><p></p><p></p><p>
		 Draws the list item initially.
		 
		 <p>This method is invoked only once right after the renderer
		 instance has been created and the dimensions have been set.</p> 
		 </p></div><a name="setSelectedSize()"></a><a name="setSelectedSize(int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSelectedSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setSelectedSize(width:int, height:int):void</code><p></p><p></p><p>
		 Sets the renderer dimensions for the selected state.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The selected item width.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The selected item height.
		 </td></tr></table></p></div><a name="setSize()"></a><a name="setSize(int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setSize(width:int, height:int):void</code><p></p><p></p><p>
		 Sets the renderer dimensions.
		 
		 <p>After setting the dimensions the renderer should resize
		 its content.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The item width.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The item height.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ItemIndexManager,com.sibirjak.asdpc.listview.core.ItemIndexManager,DATA_CHANGED,DATA_PROPERTY_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,VISIBILITY_CHANGED,_isFirst,_isLast,_listItemData,_listView,_visibleRenderers,data,firstIndex,firstVisibleIndex,indices,isFirst,isLast,item,itemIndex,itemKey,listIndex,listItemData,parentItem,poolSize,selected,addIndex,allItemsRemoved,clear,deselect,drawListItem,getItemAt,getPoolSize,getVisibleRenderers,hasIndex,itemsAddedAt,itemsAddedAt,itemsRemovedAt,itemsRemovedAt,notifyClick,notifyMouseDown,notifyRollOut,notifyRollOver,numItemsBefore,refresh,removeAllIndices,removeIndex,rendererOutOfVisibleArea,select,setIsFirst_internal,setIsLast_internal,setListItemData_internal,setListView_internal,setSelectedSize,setSize,toString"><title>com.sibirjak.asdpc.listview.core.ItemIndexManager</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ItemIndexManager - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/core/ItemIndexManager.html&amp;com/sibirjak/asdpc/listview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ItemIndexManager</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ItemIndexManager"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ItemIndexManager</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ItemIndexManager  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> org.as3commons.collections.SortedList</td></tr></table><p></p><p></p><p></p>
	 Manager for item indices.
	 
	 <p>The ItemIndexManager maintains a subset of indices of a data provider
	 and modifies the subset after insert or deletion operations.</p>
	 
	              <p>Example: A multiselect list stores its selected indices in an ItemIndexManager
	 instance. If items are removed from or added to the data provider, all selected
	 indices after the removal or insertion point require an update.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#firstIndex" class="signatureLink">firstIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns the first stored index.</div></td><td class="summaryTableOwnerCol">ItemIndexManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#indices" class="signatureLink">indices</a> : Array<div class="summaryTableDescription">[read-only] 
		 Returns an array of all stored indices.</div></td><td class="summaryTableOwnerCol">ItemIndexManager</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ItemIndexManager()" class="signatureLink">ItemIndexManager</a>()</div><div class="summaryTableDescription">
		 ItemIndexManager constructor.</div></td><td class="summaryTableOwnerCol">ItemIndexManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addIndex()" class="signatureLink">addIndex</a>(index:uint):Boolean</div><div class="summaryTableDescription">
		 Adds an index to the list.</div></td><td class="summaryTableOwnerCol">ItemIndexManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hasIndex()" class="signatureLink">hasIndex</a>(index:uint):Boolean</div><div class="summaryTableDescription">
		 Tests, if an index is contained.</div></td><td class="summaryTableOwnerCol">ItemIndexManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemsAddedAt()" class="signatureLink">itemsAddedAt</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Updates the index of all succeeding items.</div></td><td class="summaryTableOwnerCol">ItemIndexManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemsRemovedAt()" class="signatureLink">itemsRemovedAt</a>(index:uint, numItems:uint):Array</div><div class="summaryTableDescription">
		 Updates the index of all succeeding items.</div></td><td class="summaryTableOwnerCol">ItemIndexManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#numItemsBefore()" class="signatureLink">numItemsBefore</a>(index:uint):uint</div><div class="summaryTableDescription">
		 Returns the number of items before the given index.</div></td><td class="summaryTableOwnerCol">ItemIndexManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeAllIndices()" class="signatureLink">removeAllIndices</a>():Array</div><div class="summaryTableDescription">
		 Empties the index list.</div></td><td class="summaryTableOwnerCol">ItemIndexManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeIndex()" class="signatureLink">removeIndex</a>(index:uint):Boolean</div><div class="summaryTableDescription">
		 Removes an index from the list.</div></td><td class="summaryTableOwnerCol">ItemIndexManager</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="firstIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">firstIndex</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>firstIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns the first stored index.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get firstIndex():int</code><br/></div><a name="propertyDetail"></a><a name="indices"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">indices</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>indices:Array</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns an array of all stored indices.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get indices():Array</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ItemIndexManager()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ItemIndexManager</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ItemIndexManager()</code><p></p><p>
		 ItemIndexManager constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="addIndex()"></a><a name="addIndex(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addIndex</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function addIndex(index:uint):Boolean</code><p></p><p></p><p>
		 Adds an index to the list.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; The index to add.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; true, if the index has been added or false, if the index is already contained.
		 </td></tr></table></div><a name="hasIndex()"></a><a name="hasIndex(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hasIndex</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function hasIndex(index:uint):Boolean</code><p></p><p></p><p>
		 Tests, if an index is contained.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; The index to test.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; true, if the index is contained, else false.
		 </td></tr></table></div><a name="itemsAddedAt()"></a><a name="itemsAddedAt(uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemsAddedAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemsAddedAt(index:uint, numItems:uint):void</code><p></p><p></p><p>
		 Updates the index of all succeeding items.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; Index where items have been added.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">numItems</span>:uint</code> &mdash; Number of items added.
		 </td></tr></table></p></div><a name="itemsRemovedAt()"></a><a name="itemsRemovedAt(uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemsRemovedAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemsRemovedAt(index:uint, numItems:uint):Array</code><p></p><p></p><p>
		 Updates the index of all succeeding items.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; Index where items have been removed.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">numItems</span>:uint</code> &mdash; Number of items removed.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; An array of all removed indices.
		 </td></tr></table></div><a name="numItemsBefore()"></a><a name="numItemsBefore(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">numItemsBefore</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function numItemsBefore(index:uint):uint</code><p></p><p></p><p>
		 Returns the number of items before the given index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; Index to test.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code> &mdash; The number of items stored with a lesser index.
		 </td></tr></table></div><a name="removeAllIndices()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeAllIndices</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function removeAllIndices():Array</code><p></p><p></p><p>
		 Empties the index list.
		 
		 <p>Returns an array of all maintained indices before
		 cleaning up.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; An array of all removed indices.
		 </td></tr></table></div><a name="removeIndex()"></a><a name="removeIndex(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeIndex</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function removeIndex(index:uint):Boolean</code><p></p><p></p><p>
		 Removes an index from the list.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; The index to remove.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; true, if the index has been removed or false, if the index was not contained.
		 </td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ListItemRendererData,com.sibirjak.asdpc.listview.core.ListItemRendererData,DATA_CHANGED,DATA_PROPERTY_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,VISIBILITY_CHANGED,_isFirst,_isLast,_listItemData,_listView,_visibleRenderers,data,firstIndex,firstVisibleIndex,indices,isFirst,isLast,item,itemIndex,itemKey,listIndex,listItemData,parentItem,poolSize,selected,addIndex,allItemsRemoved,clear,deselect,drawListItem,getItemAt,getPoolSize,getVisibleRenderers,hasIndex,itemsAddedAt,itemsAddedAt,itemsRemovedAt,itemsRemovedAt,notifyClick,notifyMouseDown,notifyRollOut,notifyRollOver,numItemsBefore,refresh,removeAllIndices,removeIndex,rendererOutOfVisibleArea,select,setIsFirst_internal,setIsLast_internal,setListItemData_internal,setListView_internal,setSelectedSize,setSize,toString"><title>com.sibirjak.asdpc.listview.core.ListItemRendererData</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemRendererData - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/core/ListItemRendererData.html&amp;com/sibirjak/asdpc/listview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemRendererData</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemRendererData"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemRendererData</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemRendererData  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html">TreeNodeRendererData</a></td></tr></table><p></p><p></p><p></p>
	 Data object passed to a IListItemRenderer and representing the item to render.
	 
	 <p>While the ListItemData only describes an item of a data source,
	 the ListItemRendererData provides more information about the visual
	 state of the ListView. The ListItemRendererData object also provides
	 operations to modify the list. A ListItemData object is available outside
	 of the ListView. A ListItemRendererData object is only visble to
	 ListItemRenderer instances and their children.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isFirst" class="signatureLink">isFirst</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the item is the first item of the listView.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isLast" class="signatureLink">isLast</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the item is the last item of the listView.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#item" class="signatureLink">item</a> : *<div class="summaryTableDescription">[read-only] 
		 The item.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemIndex" class="signatureLink">itemIndex</a> : uint<div class="summaryTableDescription">[read-only] 
		 The position of the item in the containing collection.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemKey" class="signatureLink">itemKey</a> : *<div class="summaryTableDescription">[read-only] 
		 The key of the item if the containing collection is an IMap.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listIndex" class="signatureLink">listIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The position of the item in the listView.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listItemData" class="signatureLink">listItemData</a> : <a href="../../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><div class="summaryTableDescription">[read-only] 
		 The internal ListItemData object.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#parentItem" class="signatureLink">parentItem</a> : *<div class="summaryTableDescription">[read-only] 
		 The item's containing collection.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True if the list item is selected.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_isFirst" class="signatureLink">_isFirst</a> : Boolean<div class="summaryTableDescription">
		 Flag to indicate, if the item is the first item of the listView.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_isLast" class="signatureLink">_isLast</a> : Boolean<div class="summaryTableDescription">
		 Flag to indicate, if the item is the last item of the listView.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_listItemData" class="signatureLink">_listItemData</a> : <a href="../../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><div class="summaryTableDescription">
		 ListItemData instance.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_listView" class="signatureLink">_listView</a> : <a href="../../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a><div class="summaryTableDescription">
		 ListView reference.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#deselect()" class="signatureLink">deselect</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView, that the item is to deselect.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#notifyClick()" class="signatureLink">notifyClick</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView about a click event.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#notifyMouseDown()" class="signatureLink">notifyMouseDown</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView about a mouse down event.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#notifyRollOut()" class="signatureLink">notifyRollOut</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView about a roll out event.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#notifyRollOver()" class="signatureLink">notifyRollOver</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView about a roll over event.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#select()" class="signatureLink">select</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView, that the item is to select.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">
		 toString() function.</div></td><td class="summaryTableOwnerCol">ListItemRendererData</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_isFirst"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_isFirst</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _isFirst:Boolean</code><p></p><p></p><p>
		 Flag to indicate, if the item is the first item of the listView.
		 </p></div><a name="propertyDetail"></a><a name="_isLast"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_isLast</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _isLast:Boolean</code><p></p><p></p><p>
		 Flag to indicate, if the item is the last item of the listView.
		 </p></div><a name="propertyDetail"></a><a name="_listItemData"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_listItemData</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _listItemData:<a href="../../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code><p></p><p></p><p>
		 ListItemData instance.
		 </p></div><a name="propertyDetail"></a><a name="_listView"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_listView</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _listView:<a href="../../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></code><p></p><p></p><p>
		 ListView reference.
		 </p></div><a name="propertyDetail"></a><a name="isFirst"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isFirst</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isFirst:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the item is the first item of the listView.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isFirst():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isLast"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isLast</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isLast:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the item is the last item of the listView.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isLast():Boolean</code><br/></div><a name="propertyDetail"></a><a name="item"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">item</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>item:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The item.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get item():*</code><br/></div><a name="propertyDetail"></a><a name="itemIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemIndex:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The position of the item in the containing collection.
		 
		 <p>ListView: Returns the position of the item in the listView's
		 data source.</p>
		 
		 <p>TreeView: Returns the position of the item in the parent
		 nodes data source. The first child of the root node will have
		 a listIndex of 2 and an itemIndex of 1.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemIndex():uint</code><br/></div><a name="propertyDetail"></a><a name="itemKey"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemKey</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemKey:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The key of the item if the containing collection is an IMap.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemKey():*</code><br/></div><a name="propertyDetail"></a><a name="listIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>listIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The position of the item in the listView.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get listIndex():int</code><br/></div><a name="propertyDetail"></a><a name="listItemData"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemData</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>listItemData:<a href="../../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The internal ListItemData object.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get listItemData():<a href="../../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code><br/></div><a name="propertyDetail"></a><a name="parentItem"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">parentItem</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>parentItem:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The item's containing collection.
		 
		 <p>ListView: Returns the listView's data source.</p>
		 
		 <p>TreeView: Returns the parent nodes data source.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get parentItem():*</code><br/></div><a name="propertyDetail"></a><a name="selected"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selected</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selected:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True if the list item is selected.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selected():Boolean</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="deselect()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">deselect</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function deselect():void</code><p></p><p></p><p>
		 Notifies the listView, that the item is to deselect.
		 </p></div><a name="notifyClick()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyClick</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function notifyClick():void</code><p></p><p></p><p>
		 Notifies the listView about a click event.
		 
		 </p></div><a name="notifyMouseDown()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyMouseDown</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function notifyMouseDown():void</code><p></p><p></p><p>
		 Notifies the listView about a mouse down event.
		 
		 </p></div><a name="notifyRollOut()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyRollOut</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function notifyRollOut():void</code><p></p><p></p><p>
		 Notifies the listView about a roll out event.
		 </p></div><a name="notifyRollOver()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyRollOver</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function notifyRollOver():void</code><p></p><p></p><p>
		 Notifies the listView about a roll over event.
		 </p></div><a name="select()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">select</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function select():void</code><p></p><p></p><p>
		 Notifies the listView, that the item is to select.
		 </p></div><a name="setIsFirst_internal()"></a><a name="setIsFirst_internal(Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setIsFirst_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setIsFirst_internal(isFirst:Boolean):void</code><p></p><p></p><p>
		 Sets the isFirst flag.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">isFirst</span>:Boolean</code> &mdash; The isFirst flag.
		 </td></tr></table></p></div><a name="setIsLast_internal()"></a><a name="setIsLast_internal(Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setIsLast_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setIsLast_internal(isLast:Boolean):void</code><p></p><p></p><p>
		 Sets the isLast flag.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">isLast</span>:Boolean</code> &mdash; The isLast flag.
		 </td></tr></table></p></div><a name="setListItemData_internal()"></a><a name="setListItemData_internal(com.sibirjak.asdpc.listview.ListItemData)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setListItemData_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setListItemData_internal(listItemData:<a href="../../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a>):void</code><p></p><p></p><p>
		 Sets the ListItemData object.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listItemData</span>:<a href="../../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code> &mdash; The ListItemData object.
		 </td></tr></table></p></div><a name="setListView_internal()"></a><a name="setListView_internal(com.sibirjak.asdpc.listview.ListView)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setListView_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function setListView_internal(list:<a href="../../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a>):void</code><p></p><p></p><p>
		 Sets the ListView reference.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">list</span>:<a href="../../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></code> &mdash; The ListView reference.
		 </td></tr></table></p></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ListItemRendererEvent,com.sibirjak.asdpc.listview.core.ListItemRendererEvent,DATA_CHANGED,DATA_PROPERTY_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,VISIBILITY_CHANGED,_isFirst,_isLast,_listItemData,_listView,_visibleRenderers,data,firstIndex,firstVisibleIndex,indices,isFirst,isLast,item,itemIndex,itemKey,listIndex,listItemData,parentItem,poolSize,selected"><title>com.sibirjak.asdpc.listview.core.ListItemRendererEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemRendererEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html&amp;com/sibirjak/asdpc/listview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemRendererEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemRendererEvent"); titleBar_setSubNav(true,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemRendererEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemRendererEvent  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html">TreeNodeRendererEvent</a></td></tr></table><p></p><p></p><p></p>
	 ListItemRenderer event.
	 
	 <p>A ListItemRendererEvent is a ListView internal event and only available
	 to IListItemRenderers and their children. The ListItemRendererEvent is
	 dispatched by the ListView in the scope of the renderer.</p>
	 
	              <div class="listing"><pre>
        asdpc_internal function notifyRollOverRendererAt_internal(listIndex : uint) : void {
            var renderer : IListItemRenderer = getRendererAt(listIndex);
            if (!renderer) return; // renderer might be removed beforehand
            renderer.dispatchEvent(createListItemRendererEvent(ListItemRendererEvent.ROLL_OVER));
        }
     </pre></div>
	 
	           <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListItemRendererEvent()" class="signatureLink">ListItemRendererEvent</a>(type:String)</div><div class="summaryTableDescription">
		 ListItemRendererEvent constructor.</div></td><td class="summaryTableOwnerCol">ListItemRendererEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DATA_CHANGED" class="signatureLink">DATA_CHANGED</a> : String = listItemRenderer_dataChanged<div class="summaryTableDescription">[static] 
		 Event type DATA_CHANGED
		 
		 Dispatched, if the renderer was assigned a new item.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DATA_PROPERTY_CHANGED" class="signatureLink">DATA_PROPERTY_CHANGED</a> : String = listItemRenderer_dataPropertyChanged<div class="summaryTableDescription">[static] 
		 Event type DATA_PROPERTY_CHANGED
		 
		 Dispatched, if properties of the assigned item have changed.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#LIST_INDEX_CHANGED" class="signatureLink">LIST_INDEX_CHANGED</a> : String = listItemRenderer_listIndexChanged<div class="summaryTableDescription">[static] 
		 Event type LIST_INDEX_CHANGED
		 
		 Dispatched, if the current item's list index has changed.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROLL_OUT" class="signatureLink">ROLL_OUT</a> : String = listItemRenderer_rollOut<div class="summaryTableDescription">[static] 
		 Event type ROLL_OUT
		 
		 Dispatched, if the mouse leaves the renderer area.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROLL_OVER" class="signatureLink">ROLL_OVER</a> : String = listItemRenderer_rollOver<div class="summaryTableDescription">[static] 
		 Event type ROLL_OVER
		 
		 Dispatched, if the mouse enters the renderer area.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTION_CHANGED" class="signatureLink">SELECTION_CHANGED</a> : String = listItemRenderer_selectionChanged<div class="summaryTableDescription">[static] 
		 Event type SELECTION_CHANGED
		 
		 Dispatched, if the currently assigned item has been selected or deselected.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#VISIBILITY_CHANGED" class="signatureLink">VISIBILITY_CHANGED</a> : String = listItemRenderer_visibilityChanged<div class="summaryTableDescription">[static] 
		 Event type VISIBILITY_CHANGED
		 
		 Dispatched, if a renderer became hidden or visible as a result of
		 scrolling, insertion or deletion operations.
		 
		 </div></td><td class="summaryTableOwnerCol">ListItemRendererEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListItemRendererEvent()"></a><a name="ListItemRendererEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListItemRendererEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListItemRendererEvent(type:String)</code><p></p><p>
		 ListItemRendererEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="DATA_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DATA_CHANGED</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const DATA_CHANGED:String = listItemRenderer_dataChanged</code><p></p><p></p><p>
		 Event type DATA_CHANGED
		 
		 <p>Dispatched, if the renderer was assigned a new item.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="DATA_PROPERTY_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DATA_PROPERTY_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const DATA_PROPERTY_CHANGED:String = listItemRenderer_dataPropertyChanged</code><p></p><p></p><p>
		 Event type DATA_PROPERTY_CHANGED
		 
		 <p>Dispatched, if properties of the assigned item have changed.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="LIST_INDEX_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LIST_INDEX_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const LIST_INDEX_CHANGED:String = listItemRenderer_listIndexChanged</code><p></p><p></p><p>
		 Event type LIST_INDEX_CHANGED
		 
		 <p>Dispatched, if the current item's list index has changed.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="ROLL_OUT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROLL_OUT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROLL_OUT:String = listItemRenderer_rollOut</code><p></p><p></p><p>
		 Event type ROLL_OUT
		 
		 <p>Dispatched, if the mouse leaves the renderer area.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="ROLL_OVER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROLL_OVER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROLL_OVER:String = listItemRenderer_rollOver</code><p></p><p></p><p>
		 Event type ROLL_OVER
		 
		 <p>Dispatched, if the mouse enters the renderer area.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="SELECTION_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTION_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTION_CHANGED:String = listItemRenderer_selectionChanged</code><p></p><p></p><p>
		 Event type SELECTION_CHANGED
		 
		 <p>Dispatched, if the currently assigned item has been selected or deselected.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="VISIBILITY_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">VISIBILITY_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const VISIBILITY_CHANGED:String = listItemRenderer_visibilityChanged</code><p></p><p></p><p>
		 Event type VISIBILITY_CHANGED
		 
		 <p>Dispatched, if a renderer became hidden or visible as a result of
		 scrolling, insertion or deletion operations.</p>
		 
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ListItemRendererPool,com.sibirjak.asdpc.listview.core.ListItemRendererPool,DATA_CHANGED,DATA_PROPERTY_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,VISIBILITY_CHANGED,_isFirst,_isLast,_listItemData,_listView,_visibleRenderers,data,firstIndex,firstVisibleIndex,indices,isFirst,isLast,item,itemIndex,itemKey,listIndex,listItemData,parentItem,poolSize,selected,addIndex,allItemsRemoved,clear,deselect,drawListItem,getItemAt,getPoolSize,getVisibleRenderers,hasIndex,itemsAddedAt,itemsAddedAt,itemsRemovedAt,itemsRemovedAt,notifyClick,notifyMouseDown,notifyRollOut,notifyRollOver,numItemsBefore,refresh,removeAllIndices,removeIndex,rendererOutOfVisibleArea,select,setIsFirst_internal,setIsLast_internal,setListItemData_internal,setListView_internal,setSelectedSize,setSize,toString"><title>com.sibirjak.asdpc.listview.core.ListItemRendererPool</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemRendererPool - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/core/ListItemRendererPool.html&amp;com/sibirjak/asdpc/listview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemRendererPool</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemRendererPool"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemRendererPool</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemRendererPool  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Pool of IListItemRenderer instances.
	 
	 <p>Manages visibility of renderers depending on the number of
	 items in the list, the pool size and the first visible index.</p> 
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#firstVisibleIndex" class="signatureLink">firstVisibleIndex</a> : uint<div class="summaryTableDescription">[write-only] 
		 Sets a new first visible index.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#poolSize" class="signatureLink">poolSize</a> : uint<div class="summaryTableDescription">[write-only] 
		 Sets a new pool size.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_visibleRenderers" class="signatureLink">_visibleRenderers</a> : Array<div class="summaryTableDescription">
		 Currently visible renderers.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListItemRendererPool()" class="signatureLink">ListItemRendererPool</a>(listView:<a href="../../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a>, numItems:uint, poolSize:uint)</div><div class="summaryTableDescription">
		 ListItemRendererPool constructor.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#allItemsRemoved()" class="signatureLink">allItemsRemoved</a>():void</div><div class="summaryTableDescription">
		 Notifies the pool, that all items have been removed from the data provider.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#clear()" class="signatureLink">clear</a>():void</div><div class="summaryTableDescription">
		 Clears the pool.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getItemAt()" class="signatureLink">getItemAt</a>(index:uint):<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></div><div class="summaryTableDescription">
		 Returns the renderer at the given position.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getPoolSize()" class="signatureLink">getPoolSize</a>():uint</div><div class="summaryTableDescription">
		 Return the current pool size.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getVisibleRenderers()" class="signatureLink">getVisibleRenderers</a>():Array</div><div class="summaryTableDescription">
		 Return the array of currently visible renderers.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemsAddedAt()" class="signatureLink">itemsAddedAt</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Notifies the pool, that items have been added to the list's data provider.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemsRemovedAt()" class="signatureLink">itemsRemovedAt</a>(index:uint, numItems:uint):void</div><div class="summaryTableDescription">
		 Notifies the pool, that items have been removed from the list's data provider.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#refresh()" class="signatureLink">refresh</a>():void</div><div class="summaryTableDescription">
		 Refreshs the listView.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#rendererOutOfVisibleArea()" class="signatureLink">rendererOutOfVisibleArea</a>(renderer:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>):void</div><div class="summaryTableDescription">
		 Notifies the pool that a renderer moved out of the visible area.</div></td><td class="summaryTableOwnerCol">ListItemRendererPool</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_visibleRenderers"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_visibleRenderers</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _visibleRenderers:Array</code><p></p><p></p><p>
		 Currently visible renderers.
		 </p></div><a name="propertyDetail"></a><a name="firstVisibleIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">firstVisibleIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>firstVisibleIndex:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets a new first visible index.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set firstVisibleIndex(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="poolSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">poolSize</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>poolSize:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets a new pool size.
		 
		 <p>If the new size is lesser, all exceeding renderers become
		 hidden and marked to be available.</p>
		 
		 <p>If the new size is greater, a corresponding number of
		 empty items will be appended.</p>
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set poolSize(value:uint):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListItemRendererPool()"></a><a name="ListItemRendererPool(com.sibirjak.asdpc.listview.ListView,uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListItemRendererPool</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListItemRendererPool(listView:<a href="../../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a>, numItems:uint, poolSize:uint)</code><p></p><p>
		 ListItemRendererPool constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listView</span>:<a href="../../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></code> &mdash; The owner.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">numItems</span>:uint</code> &mdash; The number of items in the list.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">poolSize</span>:uint</code> &mdash; The number of pooled renderes.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="allItemsRemoved()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">allItemsRemoved</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function allItemsRemoved():void</code><p></p><p></p><p>
		 Notifies the pool, that all items have been removed from the data provider.
		 </p></div><a name="clear()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">clear</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function clear():void</code><p></p><p></p><p>
		 Clears the pool.
		 </p></div><a name="getItemAt()"></a><a name="getItemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getItemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getItemAt(index:uint):<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code><p></p><p></p><p>
		 Returns the renderer at the given position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code> &mdash; The renderer at the given position or undefined, if there is no renderer.
		 </td></tr></table></div><a name="getPoolSize()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getPoolSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getPoolSize():uint</code><p></p><p></p><p>
		 Return the current pool size.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code></td></tr></table></div><a name="getVisibleRenderers()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getVisibleRenderers</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getVisibleRenderers():Array</code><p></p><p></p><p>
		 Return the array of currently visible renderers.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><a name="itemsAddedAt()"></a><a name="itemsAddedAt(uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemsAddedAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemsAddedAt(index:uint, numItems:uint):void</code><p></p><p></p><p>
		 Notifies the pool, that items have been added to the list's data provider.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; Index where items have been added.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">numItems</span>:uint</code> &mdash; Number of items added.
		 </td></tr></table></p></div><a name="itemsRemovedAt()"></a><a name="itemsRemovedAt(uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemsRemovedAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function itemsRemovedAt(index:uint, numItems:uint):void</code><p></p><p></p><p>
		 Notifies the pool, that items have been removed from the list's data provider.
		 
		 <p>Case 1: All items are removed before the visible range.
		 The firstVisibleIndex will be decreased by the number of
		 items removed.</p>
		 
		 <p>Case 2: All items are removed after the visible range.
		 There is nothing to do then.</p>
		 
		 <p>Case 3: Items are removed from within the visible range.
		 All affected renderers will be removed from the visibleRenderers
		 list and the same number of empty items is added to the end. The
		 firstVisibleIndex stays as it is.</p>
		 
		 <p>Case 4: Items are removed before and withing the visible range.
		 The firstVisibleIndex will be decreased by the number of items
		 removed before this range. All affected renderers will be removed
		 from the visibleRenderers list and the same number of empty items
		 is added to the end.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; Index where items have been removed.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">numItems</span>:uint</code> &mdash; Number of items removed.
		 </td></tr></table></p></div><a name="refresh()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">refresh</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function refresh():void</code><p></p><p></p><p>
		 Refreshs the listView.
		 </p></div><a name="rendererOutOfVisibleArea()"></a><a name="rendererOutOfVisibleArea(com.sibirjak.asdpc.listview.core.IListItemRenderer)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">rendererOutOfVisibleArea</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function rendererOutOfVisibleArea(renderer:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>):void</code><p></p><p></p><p>
		 Notifies the pool that a renderer moved out of the visible area.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">renderer</span>:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code> &mdash; The renderer, that moved out of the visible area.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.listview.core Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.listview.core package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/core/package-detail.html&amp;com/sibirjak/asdpc/listview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.listview.core</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.listview.core"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IListItemRenderer.html">IListItemRenderer</a></i></td><td class="summaryTableLastCol">
	 ListItemRenderer interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ItemIndexManager.html">ItemIndexManager</a></td><td class="summaryTableLastCol">
	 Manager for item indices.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemRendererData.html">ListItemRendererData</a></td><td class="summaryTableLastCol">
	 Data object passed to a IListItemRenderer and representing the item to render.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemRendererEvent.html">ListItemRendererEvent</a></td><td class="summaryTableLastCol">
	 ListItemRenderer event.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemRendererPool.html">ListItemRendererPool</a></td><td class="summaryTableLastCol">
	 Pool of IListItemRenderer instances.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.listview.renderer - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.listview.renderer</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IListItemContent.html"><i>IListItemContent</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ListItemContent.html">ListItemContent</a></td></tr><tr><td><a href="ListItemContentStyles.html">ListItemContentStyles</a></td></tr><tr><td><a href="ListItemIcon.html">ListItemIcon</a></td></tr><tr><td><a href="ListItemIconStyles.html">ListItemIconStyles</a></td></tr><tr><td><a href="ListItemRenderer.html">ListItemRenderer</a></td></tr><tr><td><a href="ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="IListItemContent,com.sibirjak.asdpc.listview.renderer.IListItemContent,BACKGROUND_CONTENT,BACKGROUND_LIST_ITEM,COMMIT_PROPERTY_BACKGROUND,COMMIT_PROPERTY_CONTENT_GEOMETRY,COMMIT_PROPERTY_ICON_GEOMETRY,COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY,UPDATE_PROPERTY_BACKGROUND,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA_PROPERTY,UPDATE_PROPERTY_ICON,UPDATE_PROPERTY_ICON_SIZE,UPDATE_PROPERTY_ICON_VISIBILTIY,UPDATE_PROPERTY_INDENT,UPDATE_PROPERTY_LABEL_STYLE,UPDATE_PROPERTY_SELECTED_SIZE,_backgroundSkin,_clickArea,_contentRenderer,_data,_icon,_icon,_iconSize,_iconSkin,_iconSkinFunction,_icons,_indent,_label,_labelFunction,_listItemRenderer,_listItemRenderer,_over,_over,_selectedContentRenderer,_selectedHeight,_selectedWidth,_showIcon,background,backgroundType,clickSelection,contentRenderer,ctrlKeyDeselection,data,data,data,evenIndexBackgroundColors,icon,iconPadding,iconSkin,iconSkinFunction,indent,labelFunction,labelStyles,listItemRenderer,listItemRenderer,listItemRenderer,oddIndexBackgroundColors,overBackgroundColors,overLabelStyles,selectedBackgroundColors,selectedItemContentRenderer,selectedLabelStyles,separator,separatorColor,size,style,style,style,toolTips,cleanUpCalled,cleanUpCalled,cleanUpCalled,commitUpdate,draw,draw,draw,drawBackground,drawContent,drawContent,drawListItem,getContentX,getIconSkin,getIconX,getListItemIconClass,init,init,init,mouseDownHandler,setSelectedSize,setSize,showIconSkin,styleChanged,styleChanged,styleChanged,toString,update,update,update"><title>com.sibirjak.asdpc.listview.renderer.IListItemContent</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IListItemContent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/renderer/IListItemContent.html&amp;com/sibirjak/asdpc/listview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IListItemContent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IListItemContent"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IListItemContent extends  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  flash.events.IEventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemContent.html">ListItemContent</a></td></tr></table><p></p><p></p><p></p>
	 ListItemContent interface.
	 
	 <p>The content area of a default ListItemRenderer is encapsulated into
	 a display object of type IListItemContent, wich makes it very easy to
	 set up custom content renderers by keeping the main ListItemRenderer
	 functionality.</p>
	 
	              <p>This interface declares the necessary operations a content
	 renderer should implement. A content renderer can be a display
	 object of any type such as a View or even a plain Sprite.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listItemRenderer" class="signatureLink">listItemRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a><div class="summaryTableDescription">[write-only] 
		 Sets the containing list item renderer.</div></td><td class="summaryTableOwnerCol">IListItemContent</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawContent()" class="signatureLink">drawContent</a>():void</div><div class="summaryTableDescription">
		 Draws the content initially.</div></td><td class="summaryTableOwnerCol">IListItemContent</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the content dimensions.</div></td><td class="summaryTableOwnerCol">IListItemContent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="listItemRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>listItemRenderer:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the containing list item renderer.
		 
		 <p>If the ListItemRenderer is set, the content renderer may
		 listen to the ListItemRenderer events to be notified for and
		 reflect item state changes.</p>
		 
		 <div class="listing"><pre>
            public function set listItemRenderer(listItemRenderer : IListItemRenderer) : void {
                _listItemRenderer = listItemRenderer;
                _listItemRenderer.addEventListener(ListItemRendererEvent.SELECTION_CHANGED, selectionChangedHandler);
            }
    
            private function selectionChangedHandler(event : ListItemRendererEvent) : void {
                if (_listItemRenderer.data.selected) {
                    _label.setStyle(Label.style.underline, true);
                } else {
                    _label.setStyle(Label.style.underline, false);
                }
            }
         </pre></div>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set listItemRenderer(value:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>):void</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="drawContent()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawContent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function drawContent():void</code><p></p><p></p><p>
		 Draws the content initially.
		 
		 <p>This method is invoked only once right after the renderer
		 instance has been created and the dimensions have been set.</p> 
		 </p></div><a name="setSize()"></a><a name="setSize(int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setSize(width:int, height:int):void</code><p></p><p></p><p>
		 Sets the content dimensions.
		 
		 <p>After setting the dimensions the content renderer should
		 resize all of its content.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The content width.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The content height.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ListItemContent,com.sibirjak.asdpc.listview.renderer.ListItemContent,BACKGROUND_CONTENT,BACKGROUND_LIST_ITEM,COMMIT_PROPERTY_BACKGROUND,COMMIT_PROPERTY_CONTENT_GEOMETRY,COMMIT_PROPERTY_ICON_GEOMETRY,COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY,UPDATE_PROPERTY_BACKGROUND,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA_PROPERTY,UPDATE_PROPERTY_ICON,UPDATE_PROPERTY_ICON_SIZE,UPDATE_PROPERTY_ICON_VISIBILTIY,UPDATE_PROPERTY_INDENT,UPDATE_PROPERTY_LABEL_STYLE,UPDATE_PROPERTY_SELECTED_SIZE,_backgroundSkin,_clickArea,_contentRenderer,_data,_icon,_icon,_iconSize,_iconSkin,_iconSkinFunction,_icons,_indent,_label,_labelFunction,_listItemRenderer,_listItemRenderer,_over,_over,_selectedContentRenderer,_selectedHeight,_selectedWidth,_showIcon,background,backgroundType,clickSelection,contentRenderer,ctrlKeyDeselection,data,data,data,evenIndexBackgroundColors,icon,iconPadding,iconSkin,iconSkinFunction,indent,labelFunction,labelStyles,listItemRenderer,listItemRenderer,listItemRenderer,oddIndexBackgroundColors,overBackgroundColors,overLabelStyles,selectedBackgroundColors,selectedItemContentRenderer,selectedLabelStyles,separator,separatorColor,size,style,style,style,toolTips,cleanUpCalled,cleanUpCalled,cleanUpCalled,commitUpdate,draw,draw,draw,drawBackground,drawContent,drawContent,drawListItem,getContentX,getIconSkin,getIconX,getListItemIconClass,init,init,init,mouseDownHandler,setSelectedSize,setSize,showIconSkin,styleChanged,styleChanged,styleChanged,toString,update,update,update"><title>com.sibirjak.asdpc.listview.renderer.ListItemContent</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemContent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/renderer/ListItemContent.html&amp;com/sibirjak/asdpc/listview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemContent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemContent"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemContent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemContent  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../com/sibirjak/asdpc/listview/renderer/IListItemContent.html">IListItemContent</a></td></tr></table><p></p><p></p><p></p>
	 Default list item content renderer.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listItemRenderer" class="signatureLink">listItemRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a><div class="summaryTableDescription">[write-only] 
		 
		 Sets the containing list item renderer.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html">ListItemContentStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all ListItemContent style property definitions.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_clickArea" class="signatureLink">_clickArea</a> : <a href="../../../../../com/sibirjak/asdpc/core/skins/GlassFrame.html">GlassFrame</a><div class="summaryTableDescription">
		 Mouse sensitive area filling out the entire content dimensions.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#data" class="signatureLink">data</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a><div class="summaryTableDescription">[read-only] 
		 Shortcut to the list item renderers data property.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_label" class="signatureLink">_label</a> : <a href="../../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a><div class="summaryTableDescription">
		 Label.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_labelFunction" class="signatureLink">_labelFunction</a> : Function<div class="summaryTableDescription">
		 Label function.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_listItemRenderer" class="signatureLink">_listItemRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a><div class="summaryTableDescription">
		 The IListItemRenderer instance, that owns the content renderer.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_over" class="signatureLink">_over</a> : Boolean<div class="summaryTableDescription">
		 Flag to indicate if the mouse is currently over the list item.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListItemContent()" class="signatureLink">ListItemContent</a>()</div><div class="summaryTableDescription">
		 ListItemContent constructor.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawContent()" class="signatureLink">drawContent</a>():void</div><div class="summaryTableDescription">
		 
		 Draws the content initially.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemContent_labelFunction"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemContent_labelFunction</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Function&nbsp;<span class="label">Format: </span>String<br/>
		 Style property defining the label function.
		 
		 <p>The label function accepts a ListItemData object and returns a String value.</p>
		 
		 <div class="listing">
                function labelFunction(data : ListItemData) : String {
                    return Person(data.item).name;
                }
         </div>
		 </td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemContent_labelStyles"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemContent_labelStyles</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/>
		 Style property defining the default label styles.
		 
		 <div class="listing">
                listView.setStyle(ListItemContent.style.labelStyles, [
                    Label.style.color, 0xFF0000,
                    Label.style.bold, false,
                    Label.style.size, 10
                ]);
         </div>
		 </td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemContent_overLabelStyles"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemContent_overLabelStyles</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/>
		 Style property defining the label styles for the roll over state.
		 
		 <div class="listing">
                listView.setStyle(ListItemContent.style.overLabelStyles, [
                    Label.style.color, 0x0000FF,
                    Label.style.bold, true,
                    Label.style.size, 10
                ]);
         </div>
		 </td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemContent_selectedLabelStyles"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemContent_selectedLabelStyles</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/>
		 Style property defining the label styles for the selected state.
		 
		 <div class="listing">
                listView.setStyle(ListItemContent.style.selectedLabelStyles, [
                    Label.style.color, 0x00FF00,
                    Label.style.bold, true,
                    Label.style.size, 12
                ]);
         </div>
		 </td><td class="summaryTableOwnerCol">ListItemContent</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_DATA" class="signatureLink">UPDATE_PROPERTY_DATA</a> : String = data<div class="summaryTableDescription">
		 Name constant for the data invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_DATA_PROPERTY" class="signatureLink">UPDATE_PROPERTY_DATA_PROPERTY</a> : String = data_property<div class="summaryTableDescription">
		 Name constant for the data property invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_LABEL_STYLE" class="signatureLink">UPDATE_PROPERTY_LABEL_STYLE</a> : String = color<div class="summaryTableDescription">
		 Name constant for the label color invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemContent</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_clickArea"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_clickArea</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _clickArea:<a href="../../../../../com/sibirjak/asdpc/core/skins/GlassFrame.html">GlassFrame</a></code><p></p><p></p><p>
		 Mouse sensitive area filling out the entire content dimensions.
		 </p></div><a name="propertyDetail"></a><a name="_label"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_label</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _label:<a href="../../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a></code><p></p><p></p><p>
		 Label.
		 </p></div><a name="propertyDetail"></a><a name="_labelFunction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_labelFunction</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _labelFunction:Function</code><p></p><p></p><p>
		 Label function.
		 </p></div><a name="propertyDetail"></a><a name="_listItemRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_listItemRenderer</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _listItemRenderer:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code><p></p><p></p><p>
		 The IListItemRenderer instance, that owns the content renderer.
		 </p></div><a name="propertyDetail"></a><a name="_over"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_over</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _over:Boolean</code><p></p><p></p><p>
		 Flag to indicate if the mouse is currently over the list item.
		 </p></div><a name="propertyDetail"></a><a name="data"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">data</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>data:<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Shortcut to the list item renderers data property.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;protected function get data():<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code><br/></div><a name="propertyDetail"></a><a name="listItemRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>listItemRenderer:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 
		 Sets the containing list item renderer.
		 
		 <p>If the ListItemRenderer is set, the content renderer may
		 listen to the ListItemRenderer events to be notified for and
		 reflect item state changes.</p>
		 
		 <div class="listing"><pre>
            public function set listItemRenderer(listItemRenderer : IListItemRenderer) : void {
                _listItemRenderer = listItemRenderer;
                _listItemRenderer.addEventListener(ListItemRendererEvent.SELECTION_CHANGED, selectionChangedHandler);
            }
    
            private function selectionChangedHandler(event : ListItemRendererEvent) : void {
                if (_listItemRenderer.data.selected) {
                    _label.setStyle(Label.style.underline, true);
                } else {
                    _label.setStyle(Label.style.underline, false);
                }
            }
         </pre></div>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set listItemRenderer(value:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html">ListItemContentStyles</a></code><p></p><p></p><p>
		 Central accessor to all ListItemContent style property definitions.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListItemContent()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListItemContent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListItemContent()</code><p></p><p>
		 ListItemContent constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="drawContent()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawContent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function drawContent():void</code><p></p><p></p><p>
		 
		 Draws the content initially.
		 
		 <p>This method is invoked only once right after the renderer
		 instance has been created and the dimensions have been set.</p> 
		 </p></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_DATA"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_DATA</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_DATA:String = data</code><p></p><p></p><p>
		 Name constant for the data invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_DATA_PROPERTY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_DATA_PROPERTY</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_DATA_PROPERTY:String = data_property</code><p></p><p></p><p>
		 Name constant for the data property invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_LABEL_STYLE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_LABEL_STYLE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_LABEL_STYLE:String = color</code><p></p><p></p><p>
		 Name constant for the label color invalidation property.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ListItemContentStyles,com.sibirjak.asdpc.listview.renderer.ListItemContentStyles,BACKGROUND_CONTENT,BACKGROUND_LIST_ITEM,COMMIT_PROPERTY_BACKGROUND,COMMIT_PROPERTY_CONTENT_GEOMETRY,COMMIT_PROPERTY_ICON_GEOMETRY,COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY,UPDATE_PROPERTY_BACKGROUND,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA_PROPERTY,UPDATE_PROPERTY_ICON,UPDATE_PROPERTY_ICON_SIZE,UPDATE_PROPERTY_ICON_VISIBILTIY,UPDATE_PROPERTY_INDENT,UPDATE_PROPERTY_LABEL_STYLE,UPDATE_PROPERTY_SELECTED_SIZE,_backgroundSkin,_clickArea,_contentRenderer,_data,_icon,_icon,_iconSize,_iconSkin,_iconSkinFunction,_icons,_indent,_label,_labelFunction,_listItemRenderer,_listItemRenderer,_over,_over,_selectedContentRenderer,_selectedHeight,_selectedWidth,_showIcon,background,backgroundType,clickSelection,contentRenderer,ctrlKeyDeselection,data,data,data,evenIndexBackgroundColors,icon,iconPadding,iconSkin,iconSkinFunction,indent,labelFunction,labelStyles,listItemRenderer,listItemRenderer,listItemRenderer,oddIndexBackgroundColors,overBackgroundColors,overLabelStyles,selectedBackgroundColors,selectedItemContentRenderer,selectedLabelStyles,separator,separatorColor,size,style,style,style,toolTips"><title>com.sibirjak.asdpc.listview.renderer.ListItemContentStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemContentStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/renderer/ListItemContentStyles.html&amp;com/sibirjak/asdpc/listview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemContentStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemContentStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemContentStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemContentStyles  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 ListItemContent style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#labelFunction" class="signatureLink">labelFunction</a> : String = listItemContent_labelFunction<div class="summaryTableDescription">
		 Style property defining the label function.</div></td><td class="summaryTableOwnerCol">ListItemContentStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#labelStyles" class="signatureLink">labelStyles</a> : String = listItemContent_labelStyles<div class="summaryTableDescription">
		 Style property defining the default label styles.</div></td><td class="summaryTableOwnerCol">ListItemContentStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#overLabelStyles" class="signatureLink">overLabelStyles</a> : String = listItemContent_overLabelStyles<div class="summaryTableDescription">
		 Style property defining the label styles for the roll over state.</div></td><td class="summaryTableOwnerCol">ListItemContentStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedLabelStyles" class="signatureLink">selectedLabelStyles</a> : String = listItemContent_selectedLabelStyles<div class="summaryTableDescription">
		 Style property defining the label styles for the selected state.</div></td><td class="summaryTableOwnerCol">ListItemContentStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#toolTips" class="signatureLink">toolTips</a> : String = listItemContent_toolTips<div class="summaryTableDescription">
		 Style property defining the appearance of a tooltip over the item.</div></td><td class="summaryTableOwnerCol">ListItemContentStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="labelFunction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">labelFunction</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const labelFunction:String = listItemContent_labelFunction</code><p></p><p></p><p>
		 Style property defining the label function.
		 
		 <p>The label function accepts a ListItemData object and returns a String value.</p>
		 
		 <div class="listing"><pre>
                function labelFunction(data : ListItemData) : String {
                    return Person(data.item).name;
                }
         </pre></div>
		 </p></div><a name="constantDetail"></a><a name="labelStyles"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">labelStyles</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const labelStyles:String = listItemContent_labelStyles</code><p></p><p></p><p>
		 Style property defining the default label styles.
		 
		 <div class="listing"><pre>
                listView.setStyle(ListItemContent.style.labelStyles, [
                    Label.style.color, 0xFF0000,
                    Label.style.bold, false,
                    Label.style.size, 10
                ]);
         </pre></div>
		 </p></div><a name="constantDetail"></a><a name="overLabelStyles"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">overLabelStyles</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const overLabelStyles:String = listItemContent_overLabelStyles</code><p></p><p></p><p>
		 Style property defining the label styles for the roll over state.
		 
		 <div class="listing"><pre>
                listView.setStyle(ListItemContent.style.overLabelStyles, [
                    Label.style.color, 0x0000FF,
                    Label.style.bold, true,
                    Label.style.size, 10
                ]);
         </pre></div>
		 </p></div><a name="constantDetail"></a><a name="selectedLabelStyles"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedLabelStyles</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedLabelStyles:String = listItemContent_selectedLabelStyles</code><p></p><p></p><p>
		 Style property defining the label styles for the selected state.
		 
		 <div class="listing"><pre>
                listView.setStyle(ListItemContent.style.selectedLabelStyles, [
                    Label.style.color, 0x00FF00,
                    Label.style.bold, true,
                    Label.style.size, 12
                ]);
         </pre></div>
		 </p></div><a name="constantDetail"></a><a name="toolTips"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toolTips</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const toolTips:String = listItemContent_toolTips</code><p></p><p></p><p>
		 Style property defining the appearance of a tooltip over the item.
		 
		 <p>The tooltip is only shown if the text has been chopped to fit into
		 the label dimensions.</p>
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ListItemIcon,com.sibirjak.asdpc.listview.renderer.ListItemIcon,BACKGROUND_CONTENT,BACKGROUND_LIST_ITEM,COMMIT_PROPERTY_BACKGROUND,COMMIT_PROPERTY_CONTENT_GEOMETRY,COMMIT_PROPERTY_ICON_GEOMETRY,COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY,UPDATE_PROPERTY_BACKGROUND,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA_PROPERTY,UPDATE_PROPERTY_ICON,UPDATE_PROPERTY_ICON_SIZE,UPDATE_PROPERTY_ICON_VISIBILTIY,UPDATE_PROPERTY_INDENT,UPDATE_PROPERTY_LABEL_STYLE,UPDATE_PROPERTY_SELECTED_SIZE,_backgroundSkin,_clickArea,_contentRenderer,_data,_icon,_icon,_iconSize,_iconSkin,_iconSkinFunction,_icons,_indent,_label,_labelFunction,_listItemRenderer,_listItemRenderer,_over,_over,_selectedContentRenderer,_selectedHeight,_selectedWidth,_showIcon,background,backgroundType,clickSelection,contentRenderer,ctrlKeyDeselection,data,data,data,evenIndexBackgroundColors,icon,iconPadding,iconSkin,iconSkinFunction,indent,labelFunction,labelStyles,listItemRenderer,listItemRenderer,listItemRenderer,oddIndexBackgroundColors,overBackgroundColors,overLabelStyles,selectedBackgroundColors,selectedItemContentRenderer,selectedLabelStyles,separator,separatorColor,size,style,style,style,toolTips,cleanUpCalled,cleanUpCalled,cleanUpCalled,commitUpdate,draw,draw,draw,drawBackground,drawContent,drawContent,drawListItem,getContentX,getIconSkin,getIconX,getListItemIconClass,init,init,init,mouseDownHandler,setSelectedSize,setSize,showIconSkin,styleChanged,styleChanged,styleChanged,toString,update,update,update"><title>com.sibirjak.asdpc.listview.renderer.ListItemIcon</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemIcon - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/renderer/ListItemIcon.html&amp;com/sibirjak/asdpc/listview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemIcon</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemIcon"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemIcon</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemIcon  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html">DirectoryIcon</a></td></tr></table><p></p><p></p><p></p>
	 List item icon.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listItemRenderer" class="signatureLink">listItemRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a><div class="summaryTableDescription">[write-only] 
		 </div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html">ListItemIconStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all ListItemIcon style property definitions.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#data" class="signatureLink">data</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a><div class="summaryTableDescription">[read-only] 
		 Shortcut to the list item renderers data property.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_icon" class="signatureLink">_icon</a> : DisplayObject<div class="summaryTableDescription">
		 Currently visible icon.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_icons" class="signatureLink">_icons</a> : Dictionary<div class="summaryTableDescription">
		 Icon skin class to icon map.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_iconSize" class="signatureLink">_iconSize</a> : uint<div class="summaryTableDescription">
		 Icon size.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_iconSkin" class="signatureLink">_iconSkin</a> : Class<div class="summaryTableDescription">
		 Icon skin.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_iconSkinFunction" class="signatureLink">_iconSkinFunction</a> : Function<div class="summaryTableDescription">
		 Icon skin function.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_listItemRenderer" class="signatureLink">_listItemRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a><div class="summaryTableDescription">
		 The IListItemRenderer instance, that owns the content renderer.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListItemIcon()" class="signatureLink">ListItemIcon</a>()</div><div class="summaryTableDescription">
		 ListItemIcon constructor.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getIconSkin()" class="signatureLink">getIconSkin</a>():Class</div><div class="summaryTableDescription">
		 Returns the icon skin that is to apply.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#showIconSkin()" class="signatureLink">showIconSkin</a>():void</div><div class="summaryTableDescription">
		 Adds and shows the icon of the current icon skin.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemIcon_iconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemIcon_iconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the icon skin.
		 </td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemIcon_iconSkinFunction"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemIcon_iconSkinFunction</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Function&nbsp;<span class="label">Format: </span>Class<br/>
		 Style property defining the icon skin function.
		 
		 <p>The icon skin function accepts ListItemData object and returns a class.</p>
		 
		 <div class="listing">
                [Embed(source="icon.png")]
                private var _icon : Class;
                [Embed(source="icon2.png")]
                private var _icon2 : Class;
                function iconSkinFunction(data : ListItemData) : Class {
                    return Person(data.item).name == "Schmidt" ? _icon : _icon2;
                }
         </div>
		 </td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemIcon_size"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemIcon_size</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the icon size.
		 </td><td class="summaryTableOwnerCol">ListItemIcon</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_DATA" class="signatureLink">UPDATE_PROPERTY_DATA</a> : String = data<div class="summaryTableDescription">
		 Name constant for the data invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_ICON" class="signatureLink">UPDATE_PROPERTY_ICON</a> : String = icon<div class="summaryTableDescription">
		 Name constant for the icon invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_ICON_SIZE" class="signatureLink">UPDATE_PROPERTY_ICON_SIZE</a> : String = icon_size<div class="summaryTableDescription">
		 Name constant for the icon size invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemIcon</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_icon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_icon</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _icon:DisplayObject</code><p></p><p></p><p>
		 Currently visible icon.
		 </p></div><a name="propertyDetail"></a><a name="_icons"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_icons</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _icons:Dictionary</code><p></p><p></p><p>
		 Icon skin class to icon map.
		 </p></div><a name="propertyDetail"></a><a name="_iconSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_iconSize</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _iconSize:uint</code><p></p><p></p><p>
		 Icon size.
		 </p></div><a name="propertyDetail"></a><a name="_iconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_iconSkin</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _iconSkin:Class</code><p></p><p></p><p>
		 Icon skin.
		 </p></div><a name="propertyDetail"></a><a name="_iconSkinFunction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_iconSkinFunction</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _iconSkinFunction:Function</code><p></p><p></p><p>
		 Icon skin function.
		 </p></div><a name="propertyDetail"></a><a name="_listItemRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_listItemRenderer</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _listItemRenderer:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code><p></p><p></p><p>
		 The IListItemRenderer instance, that owns the content renderer.
		 </p></div><a name="propertyDetail"></a><a name="data"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">data</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>data:<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Shortcut to the list item renderers data property.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;protected function get data():<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code><br/></div><a name="propertyDetail"></a><a name="listItemRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>listItemRenderer:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set listItemRenderer(value:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html">ListItemIconStyles</a></code><p></p><p></p><p>
		 Central accessor to all ListItemIcon style property definitions.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListItemIcon()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListItemIcon</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListItemIcon()</code><p></p><p>
		 ListItemIcon constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="getIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getIconSkin():Class</code><p></p><p></p><p>
		 Returns the icon skin that is to apply.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The icon skin to apply.
		 </td></tr></table></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="showIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">showIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function showIconSkin():void</code><p></p><p></p><p>
		 Adds and shows the icon of the current icon skin.
		 </p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_DATA"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_DATA</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_DATA:String = data</code><p></p><p></p><p>
		 Name constant for the data invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_ICON"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_ICON</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_ICON:String = icon</code><p></p><p></p><p>
		 Name constant for the icon invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_ICON_SIZE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_ICON_SIZE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_ICON_SIZE:String = icon_size</code><p></p><p></p><p>
		 Name constant for the icon size invalidation property.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ListItemIconStyles,com.sibirjak.asdpc.listview.renderer.ListItemIconStyles,BACKGROUND_CONTENT,BACKGROUND_LIST_ITEM,COMMIT_PROPERTY_BACKGROUND,COMMIT_PROPERTY_CONTENT_GEOMETRY,COMMIT_PROPERTY_ICON_GEOMETRY,COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY,UPDATE_PROPERTY_BACKGROUND,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA_PROPERTY,UPDATE_PROPERTY_ICON,UPDATE_PROPERTY_ICON_SIZE,UPDATE_PROPERTY_ICON_VISIBILTIY,UPDATE_PROPERTY_INDENT,UPDATE_PROPERTY_LABEL_STYLE,UPDATE_PROPERTY_SELECTED_SIZE,_backgroundSkin,_clickArea,_contentRenderer,_data,_icon,_icon,_iconSize,_iconSkin,_iconSkinFunction,_icons,_indent,_label,_labelFunction,_listItemRenderer,_listItemRenderer,_over,_over,_selectedContentRenderer,_selectedHeight,_selectedWidth,_showIcon,background,backgroundType,clickSelection,contentRenderer,ctrlKeyDeselection,data,data,data,evenIndexBackgroundColors,icon,iconPadding,iconSkin,iconSkinFunction,indent,labelFunction,labelStyles,listItemRenderer,listItemRenderer,listItemRenderer,oddIndexBackgroundColors,overBackgroundColors,overLabelStyles,selectedBackgroundColors,selectedItemContentRenderer,selectedLabelStyles,separator,separatorColor,size,style,style,style,toolTips"><title>com.sibirjak.asdpc.listview.renderer.ListItemIconStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemIconStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html&amp;com/sibirjak/asdpc/listview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemIconStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemIconStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemIconStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemIconStyles  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html">DirectoryIconStyles</a></td></tr></table><p></p><p></p><p></p>
	 ListItemIcon style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#iconSkin" class="signatureLink">iconSkin</a> : String = listItemIcon_iconSkin<div class="summaryTableDescription">
		 Style property defining the icon skin.</div></td><td class="summaryTableOwnerCol">ListItemIconStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#iconSkinFunction" class="signatureLink">iconSkinFunction</a> : String = listItemIcon_iconSkinFunction<div class="summaryTableDescription">
		 Style property defining the icon skin function.</div></td><td class="summaryTableOwnerCol">ListItemIconStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#size" class="signatureLink">size</a> : String = listItemIcon_size<div class="summaryTableDescription">
		 Style property defining the icon size.</div></td><td class="summaryTableOwnerCol">ListItemIconStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="iconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">iconSkin</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const iconSkin:String = listItemIcon_iconSkin</code><p></p><p></p><p>
		 Style property defining the icon skin.
		 </p></div><a name="constantDetail"></a><a name="iconSkinFunction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">iconSkinFunction</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const iconSkinFunction:String = listItemIcon_iconSkinFunction</code><p></p><p></p><p>
		 Style property defining the icon skin function.
		 
		 <p>The icon skin function accepts ListItemData object and returns a class.</p>
		 
		 <div class="listing"><pre>
                [Embed(source="icon.png")]
                private var _icon : Class;
                [Embed(source="icon2.png")]
                private var _icon2 : Class;
                function iconSkinFunction(data : ListItemData) : Class {
                    return Person(data.item).name == "Schmidt" ? _icon : _icon2;
                }
         </pre></div>
		 </p></div><a name="constantDetail"></a><a name="size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">size</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const size:String = listItemIcon_size</code><p></p><p></p><p>
		 Style property defining the icon size.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ListItemRenderer,com.sibirjak.asdpc.listview.renderer.ListItemRenderer,BACKGROUND_CONTENT,BACKGROUND_LIST_ITEM,COMMIT_PROPERTY_BACKGROUND,COMMIT_PROPERTY_CONTENT_GEOMETRY,COMMIT_PROPERTY_ICON_GEOMETRY,COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY,UPDATE_PROPERTY_BACKGROUND,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA_PROPERTY,UPDATE_PROPERTY_ICON,UPDATE_PROPERTY_ICON_SIZE,UPDATE_PROPERTY_ICON_VISIBILTIY,UPDATE_PROPERTY_INDENT,UPDATE_PROPERTY_LABEL_STYLE,UPDATE_PROPERTY_SELECTED_SIZE,_backgroundSkin,_clickArea,_contentRenderer,_data,_icon,_icon,_iconSize,_iconSkin,_iconSkinFunction,_icons,_indent,_label,_labelFunction,_listItemRenderer,_listItemRenderer,_over,_over,_selectedContentRenderer,_selectedHeight,_selectedWidth,_showIcon,background,backgroundType,clickSelection,contentRenderer,ctrlKeyDeselection,data,data,data,evenIndexBackgroundColors,icon,iconPadding,iconSkin,iconSkinFunction,indent,labelFunction,labelStyles,listItemRenderer,listItemRenderer,listItemRenderer,oddIndexBackgroundColors,overBackgroundColors,overLabelStyles,selectedBackgroundColors,selectedItemContentRenderer,selectedLabelStyles,separator,separatorColor,size,style,style,style,toolTips,cleanUpCalled,cleanUpCalled,cleanUpCalled,commitUpdate,draw,draw,draw,drawBackground,drawContent,drawContent,drawListItem,getContentX,getIconSkin,getIconX,getListItemIconClass,init,init,init,mouseDownHandler,setSelectedSize,setSize,showIconSkin,styleChanged,styleChanged,styleChanged,toString,update,update,update"><title>com.sibirjak.asdpc.listview.renderer.ListItemRenderer</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemRenderer - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html&amp;com/sibirjak/asdpc/listview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemRenderer</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemRenderer"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemRenderer</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemRenderer  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html">TreeNodeRenderer</a></td></tr></table><p></p><p></p><p></p>
	 Default list item renderer.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#data" class="signatureLink">data</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a><div class="summaryTableDescription">
		 
		 Sets or gets the list item renderer data.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all ListItemRenderer style property definitions.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_backgroundSkin" class="signatureLink">_backgroundSkin</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html">ListItemBackgroundSkin</a><div class="summaryTableDescription">
		 Background skin.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_contentRenderer" class="signatureLink">_contentRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/IListItemContent.html">IListItemContent</a><div class="summaryTableDescription">
		 Content renderer.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_data" class="signatureLink">_data</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a><div class="summaryTableDescription">
		 The list item renderer data.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_icon" class="signatureLink">_icon</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a><div class="summaryTableDescription">
		 Icon container.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_indent" class="signatureLink">_indent</a> : uint<div class="summaryTableDescription">
		 Label indent when icon visible.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_over" class="signatureLink">_over</a> : Boolean = false<div class="summaryTableDescription">
		 Flag to indicate if the mouse is currently over the list item.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_selectedContentRenderer" class="signatureLink">_selectedContentRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/IListItemContent.html">IListItemContent</a><div class="summaryTableDescription">
		 Additional content renderer for the selected state.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_selectedHeight" class="signatureLink">_selectedHeight</a> : uint<div class="summaryTableDescription">
		 The selected content height.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_selectedWidth" class="signatureLink">_selectedWidth</a> : uint<div class="summaryTableDescription">
		 The selected content width.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_showIcon" class="signatureLink">_showIcon</a> : Boolean<div class="summaryTableDescription">
		 Flag to indicate if the icon should be shown.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListItemRenderer()" class="signatureLink">ListItemRenderer</a>()</div><div class="summaryTableDescription">
		 ListItemRenderer constructor.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawListItem()" class="signatureLink">drawListItem</a>():void</div><div class="summaryTableDescription">
		 
		 Draws the list item initially.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSelectedSize()" class="signatureLink">setSelectedSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the renderer dimensions for the selected state.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">[override] 
		 toString() function.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawBackground()" class="signatureLink">drawBackground</a>():void</div><div class="summaryTableDescription">
		 Draws or redraws the background.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getContentX()" class="signatureLink">getContentX</a>():uint</div><div class="summaryTableDescription">
		 Returns the content x position.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getIconX()" class="signatureLink">getIconX</a>():uint</div><div class="summaryTableDescription">
		 Returns the x postion of the icon.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemIconClass()" class="signatureLink">getListItemIconClass</a>():Class</div><div class="summaryTableDescription">
		 Returns the icon container class.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#mouseDownHandler()" class="signatureLink">mouseDownHandler</a>(event:MouseEvent):void</div><div class="summaryTableDescription">
		 Content mouse down handler.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItemRenderer_dataChanged" class="signatureLink">listItemRenderer_dataChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type DATA_CHANGED
		 
		 Dispatched, if the renderer was assigned a new item.
		 
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItemRenderer_dataPropertyChanged" class="signatureLink">listItemRenderer_dataPropertyChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type DATA_PROPERTY_CHANGED
		 
		 Dispatched, if properties of the assigned item have changed.
		 
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItemRenderer_listIndexChanged" class="signatureLink">listItemRenderer_listIndexChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type LIST_INDEX_CHANGED
		 
		 Dispatched, if the current item's list index has changed.
		 
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItemRenderer_rollOut" class="signatureLink">listItemRenderer_rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OUT
		 
		 Dispatched, if the mouse leaves the renderer area.
		 
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItemRenderer_rollOver" class="signatureLink">listItemRenderer_rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OVER
		 
		 Dispatched, if the mouse enters the renderer area.
		 
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItemRenderer_selectionChanged" class="signatureLink">listItemRenderer_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 Dispatched, if the currently assigned item has been selected or deselected.
		 
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:listItemRenderer_visibilityChanged" class="signatureLink">listItemRenderer_visibilityChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type VISIBILITY_CHANGED
		 
		 Dispatched, if a renderer became hidden or visible as a result of
		 scrolling, insertion or deletion operations.
		 
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_background"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_background</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the background visibility.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_backgroundType"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_backgroundType</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the background type.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_clickSelection"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_clickSelection</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the selection mode.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_contentRenderer"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_contentRenderer</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>com.sibirjak.asdpc.listview.core.IListItemRenderer<br/>
		 Style property defining the content renderer.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_ctrlKeyDeselection"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_ctrlKeyDeselection</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the deselection mode.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_evenIndexBackgroundColors"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_evenIndexBackgroundColors</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the background colors for items at an even position.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_icon"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_icon</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the icon visibility.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_iconPadding"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_iconPadding</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the space between icon and content.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_indent"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_indent</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the indent of the content.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_oddIndexBackgroundColors"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_oddIndexBackgroundColors</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the background colors for items at an odd position.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_overBackgroundColors"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_overBackgroundColors</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the background colors in the roll over state.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_selectedBackgroundColors"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_selectedBackgroundColors</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the background colors in the selected state.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_selectedItemContentRenderer"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_selectedItemContentRenderer</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>com.sibirjak.asdpc.listview.core.IListItemRenderer<br/>
		 Style property defining the content renderer additional visible in the selected state.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_separator"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_separator</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the separator visibility.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemRenderer_separatorColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemRenderer_separatorColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the separator color.
		 </td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BACKGROUND_CONTENT" class="signatureLink">BACKGROUND_CONTENT</a> : String = content<div class="summaryTableDescription">[static] 
		 Name constant for a background only behind the list item content.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BACKGROUND_LIST_ITEM" class="signatureLink">BACKGROUND_LIST_ITEM</a> : String = list_item<div class="summaryTableDescription">[static] 
		 Name constant for a background behind the entire item.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COMMIT_PROPERTY_BACKGROUND" class="signatureLink">COMMIT_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background update property.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COMMIT_PROPERTY_CONTENT_GEOMETRY" class="signatureLink">COMMIT_PROPERTY_CONTENT_GEOMETRY</a> : String = content_geometry<div class="summaryTableDescription">
		 Name constant for the content geometry update property.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COMMIT_PROPERTY_ICON_GEOMETRY" class="signatureLink">COMMIT_PROPERTY_ICON_GEOMETRY</a> : String = icon_geometry<div class="summaryTableDescription">
		 Name constant for the icon geometry update property.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY" class="signatureLink">COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY</a> : String = selected_content_geometry<div class="summaryTableDescription">
		 Name constant for the selected content geometry update property.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_BACKGROUND" class="signatureLink">UPDATE_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_DATA" class="signatureLink">UPDATE_PROPERTY_DATA</a> : String = data<div class="summaryTableDescription">
		 Name constant for the data invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_ICON_VISIBILTIY" class="signatureLink">UPDATE_PROPERTY_ICON_VISIBILTIY</a> : String = icon<div class="summaryTableDescription">
		 Name constant for the icon visibility invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_INDENT" class="signatureLink">UPDATE_PROPERTY_INDENT</a> : String = indent<div class="summaryTableDescription">
		 Name constant for the indent invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_SELECTED_SIZE" class="signatureLink">UPDATE_PROPERTY_SELECTED_SIZE</a> : String = selected_size<div class="summaryTableDescription">
		 Name constant for the selected size invalidation property.</div></td><td class="summaryTableOwnerCol">ListItemRenderer</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_backgroundSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_backgroundSkin</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _backgroundSkin:<a href="../../../../../com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html">ListItemBackgroundSkin</a></code><p></p><p></p><p>
		 Background skin.
		 </p></div><a name="propertyDetail"></a><a name="_contentRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_contentRenderer</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _contentRenderer:<a href="../../../../../com/sibirjak/asdpc/listview/renderer/IListItemContent.html">IListItemContent</a></code><p></p><p></p><p>
		 Content renderer.
		 </p></div><a name="propertyDetail"></a><a name="_data"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_data</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _data:<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code><p></p><p></p><p>
		 The list item renderer data.
		 </p></div><a name="propertyDetail"></a><a name="_icon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_icon</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _icon:<a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></code><p></p><p></p><p>
		 Icon container.
		 </p></div><a name="propertyDetail"></a><a name="_indent"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_indent</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _indent:uint</code><p></p><p></p><p>
		 Label indent when icon visible.
		 </p></div><a name="propertyDetail"></a><a name="_over"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_over</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _over:Boolean = false</code><p></p><p></p><p>
		 Flag to indicate if the mouse is currently over the list item.
		 </p></div><a name="propertyDetail"></a><a name="_selectedContentRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_selectedContentRenderer</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _selectedContentRenderer:<a href="../../../../../com/sibirjak/asdpc/listview/renderer/IListItemContent.html">IListItemContent</a></code><p></p><p></p><p>
		 Additional content renderer for the selected state.
		 </p></div><a name="propertyDetail"></a><a name="_selectedHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_selectedHeight</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _selectedHeight:uint</code><p></p><p></p><p>
		 The selected content height.
		 </p></div><a name="propertyDetail"></a><a name="_selectedWidth"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_selectedWidth</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _selectedWidth:uint</code><p></p><p></p><p>
		 The selected content width.
		 </p></div><a name="propertyDetail"></a><a name="_showIcon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_showIcon</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _showIcon:Boolean</code><p></p><p></p><p>
		 Flag to indicate if the icon should be shown.
		 </p></div><a name="propertyDetail"></a><a name="data"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">data</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>data:<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code><p></p><p></p><p>
		 
		 Sets or gets the list item renderer data.
		 
		 <p>Data will be set initially or as a result of scrolling
		 operations throughout the entire listView life cycle.</p>
		 
		 <p>The concrete renderer is supposed to accept and display
		 new data at any time.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get data():<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set data(value:<a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a>):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></code><p></p><p></p><p>
		 Central accessor to all ListItemRenderer style property definitions.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListItemRenderer()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListItemRenderer</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListItemRenderer()</code><p></p><p>
		 ListItemRenderer constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="commitUpdate()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">commitUpdate</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function commitUpdate():void</code><p></p><p></p><p>
		 
		 Finalises an update process.
		 
		 <p>This method is called always after update() and provides a central
		 exit point for updates in inheritance structures. You may collect all
		 properties of your object that need an update within the update() block
		 and execute all updates in commitUpdate() once rather than doing twice
		 in the parent class update() as well as in the sub class update() method.</p>
		 
		 <p>Example: The parent class needs to update a background. The sub class
		 also needs to update a background for different reasons. Implemented in
		 the update() method, the updateBackground() would be called twice.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="drawBackground()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawBackground</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function drawBackground():void</code><p></p><p></p><p>
		 Draws or redraws the background.
		 </p></div><a name="drawListItem()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawListItem</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function drawListItem():void</code><p></p><p></p><p>
		 
		 Draws the list item initially.
		 
		 <p>This method is invoked only once right after the renderer
		 instance has been created and the dimensions have been set.</p> 
		 </p></div><a name="getContentX()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getContentX</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getContentX():uint</code><p></p><p></p><p>
		 Returns the content x position.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code> &mdash; The content x position.
		 </td></tr></table></div><a name="getIconX()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getIconX</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getIconX():uint</code><p></p><p></p><p>
		 Returns the x postion of the icon.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code> &mdash; The icon x position.
		 </td></tr></table></div><a name="getListItemIconClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemIconClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getListItemIconClass():Class</code><p></p><p></p><p>
		 Returns the icon container class.
		 
		 <p>ListView: ListItemIcon</p>
		 
		 <p>TreeView: DirectoryIcon</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The icon container class.
		 </td></tr></table></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="mouseDownHandler()"></a><a name="mouseDownHandler(flash.events.MouseEvent)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">mouseDownHandler</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function mouseDownHandler(event:MouseEvent):void</code><p></p><p></p><p>
		 Content mouse down handler.
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">event</span>:MouseEvent</code></td></tr></table></p></div><a name="setSelectedSize()"></a><a name="setSelectedSize(int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSelectedSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setSelectedSize(width:int, height:int):void</code><p></p><p></p><p>
		 
		 Sets the renderer dimensions for the selected state.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The selected item width.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The selected item height.
		 </td></tr></table></p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader"> Event Detail </div><a name="event:listItemRenderer_dataChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer_dataChanged</td><td class="detailHeaderType"> Event </td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent</code></a><br/><span class="label">ListItemRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#DATA_CHANGED"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent.DATA_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type DATA_CHANGED
		 
		 <p>Dispatched, if the renderer was assigned a new item.</p>
		 
		 </div><a name="event:listItemRenderer_dataPropertyChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer_dataPropertyChanged</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent</code></a><br/><span class="label">ListItemRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#DATA_PROPERTY_CHANGED"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent.DATA_PROPERTY_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type DATA_PROPERTY_CHANGED
		 
		 <p>Dispatched, if properties of the assigned item have changed.</p>
		 
		 </div><a name="event:listItemRenderer_listIndexChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer_listIndexChanged</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent</code></a><br/><span class="label">ListItemRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#LIST_INDEX_CHANGED"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent.LIST_INDEX_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type LIST_INDEX_CHANGED
		 
		 <p>Dispatched, if the current item's list index has changed.</p>
		 
		 </div><a name="event:listItemRenderer_rollOut"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer_rollOut</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent</code></a><br/><span class="label">ListItemRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#ROLL_OUT"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent.ROLL_OUT</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type ROLL_OUT
		 
		 <p>Dispatched, if the mouse leaves the renderer area.</p>
		 
		 </div><a name="event:listItemRenderer_rollOver"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer_rollOver</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent</code></a><br/><span class="label">ListItemRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#ROLL_OVER"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent.ROLL_OVER</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type ROLL_OVER
		 
		 <p>Dispatched, if the mouse enters the renderer area.</p>
		 
		 </div><a name="event:listItemRenderer_selectionChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer_selectionChanged</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent</code></a><br/><span class="label">ListItemRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#SELECTION_CHANGED"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent.SELECTION_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type SELECTION_CHANGED
		 
		 <p>Dispatched, if the currently assigned item has been selected or deselected.</p>
		 
		 </div><a name="event:listItemRenderer_visibilityChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer_visibilityChanged</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent</code></a><br/><span class="label">ListItemRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#VISIBILITY_CHANGED"><code>com.sibirjak.asdpc.listview.core.ListItemRendererEvent.VISIBILITY_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type VISIBILITY_CHANGED
		 
		 <p>Dispatched, if a renderer became hidden or visible as a result of
		 scrolling, insertion or deletion operations.</p>
		 
		 </div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BACKGROUND_CONTENT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BACKGROUND_CONTENT</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BACKGROUND_CONTENT:String = content</code><p></p><p></p><p>
		 Name constant for a background only behind the list item content.
		 </p></div><a name="constantDetail"></a><a name="BACKGROUND_LIST_ITEM"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BACKGROUND_LIST_ITEM</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const BACKGROUND_LIST_ITEM:String = list_item</code><p></p><p></p><p>
		 Name constant for a background behind the entire item.
		 </p></div><a name="constantDetail"></a><a name="COMMIT_PROPERTY_BACKGROUND"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COMMIT_PROPERTY_BACKGROUND</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const COMMIT_PROPERTY_BACKGROUND:String = background</code><p></p><p></p><p>
		 Name constant for the background update property.
		 </p></div><a name="constantDetail"></a><a name="COMMIT_PROPERTY_CONTENT_GEOMETRY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COMMIT_PROPERTY_CONTENT_GEOMETRY</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const COMMIT_PROPERTY_CONTENT_GEOMETRY:String = content_geometry</code><p></p><p></p><p>
		 Name constant for the content geometry update property.
		 </p></div><a name="constantDetail"></a><a name="COMMIT_PROPERTY_ICON_GEOMETRY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COMMIT_PROPERTY_ICON_GEOMETRY</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const COMMIT_PROPERTY_ICON_GEOMETRY:String = icon_geometry</code><p></p><p></p><p>
		 Name constant for the icon geometry update property.
		 </p></div><a name="constantDetail"></a><a name="COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY:String = selected_content_geometry</code><p></p><p></p><p>
		 Name constant for the selected content geometry update property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_BACKGROUND"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_BACKGROUND</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_BACKGROUND:String = background</code><p></p><p></p><p>
		 Name constant for the background invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_DATA"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_DATA</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_DATA:String = data</code><p></p><p></p><p>
		 Name constant for the data invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_ICON_VISIBILTIY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_ICON_VISIBILTIY</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_ICON_VISIBILTIY:String = icon</code><p></p><p></p><p>
		 Name constant for the icon visibility invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_INDENT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_INDENT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_INDENT:String = indent</code><p></p><p></p><p>
		 Name constant for the indent invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_SELECTED_SIZE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_SELECTED_SIZE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_SELECTED_SIZE:String = selected_size</code><p></p><p></p><p>
		 Name constant for the selected size invalidation property.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ListItemRendererStyles,com.sibirjak.asdpc.listview.renderer.ListItemRendererStyles,BACKGROUND_CONTENT,BACKGROUND_LIST_ITEM,COMMIT_PROPERTY_BACKGROUND,COMMIT_PROPERTY_CONTENT_GEOMETRY,COMMIT_PROPERTY_ICON_GEOMETRY,COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY,UPDATE_PROPERTY_BACKGROUND,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA,UPDATE_PROPERTY_DATA_PROPERTY,UPDATE_PROPERTY_ICON,UPDATE_PROPERTY_ICON_SIZE,UPDATE_PROPERTY_ICON_VISIBILTIY,UPDATE_PROPERTY_INDENT,UPDATE_PROPERTY_LABEL_STYLE,UPDATE_PROPERTY_SELECTED_SIZE,_backgroundSkin,_clickArea,_contentRenderer,_data,_icon,_icon,_iconSize,_iconSkin,_iconSkinFunction,_icons,_indent,_label,_labelFunction,_listItemRenderer,_listItemRenderer,_over,_over,_selectedContentRenderer,_selectedHeight,_selectedWidth,_showIcon,background,backgroundType,clickSelection,contentRenderer,ctrlKeyDeselection,data,data,data,evenIndexBackgroundColors,icon,iconPadding,iconSkin,iconSkinFunction,indent,labelFunction,labelStyles,listItemRenderer,listItemRenderer,listItemRenderer,oddIndexBackgroundColors,overBackgroundColors,overLabelStyles,selectedBackgroundColors,selectedItemContentRenderer,selectedLabelStyles,separator,separatorColor,size,style,style,style,toolTips"><title>com.sibirjak.asdpc.listview.renderer.ListItemRendererStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemRendererStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html&amp;com/sibirjak/asdpc/listview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemRendererStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemRendererStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemRendererStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemRendererStyles  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html">TreeNodeRendererStyles</a></td></tr></table><p></p><p></p><p></p>
	 ListItemRenderer style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#background" class="signatureLink">background</a> : String = listItemRenderer_background<div class="summaryTableDescription">
		 Style property defining the background visibility.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#backgroundType" class="signatureLink">backgroundType</a> : String = listItemRenderer_backgroundType<div class="summaryTableDescription">
		 Style property defining the background type.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#clickSelection" class="signatureLink">clickSelection</a> : String = listItemRenderer_clickSelection<div class="summaryTableDescription">
		 Style property defining the selection mode.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#contentRenderer" class="signatureLink">contentRenderer</a> : String = listItemRenderer_contentRenderer<div class="summaryTableDescription">
		 Style property defining the content renderer.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ctrlKeyDeselection" class="signatureLink">ctrlKeyDeselection</a> : String = listItemRenderer_ctrlKeyDeselection<div class="summaryTableDescription">
		 Style property defining the deselection mode.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#evenIndexBackgroundColors" class="signatureLink">evenIndexBackgroundColors</a> : String = listItemRenderer_evenIndexBackgroundColors<div class="summaryTableDescription">
		 Style property defining the background colors for items at an even position.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#icon" class="signatureLink">icon</a> : String = listItemRenderer_icon<div class="summaryTableDescription">
		 Style property defining the icon visibility.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#iconPadding" class="signatureLink">iconPadding</a> : String = listItemRenderer_iconPadding<div class="summaryTableDescription">
		 Style property defining the space between icon and content.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#indent" class="signatureLink">indent</a> : String = listItemRenderer_indent<div class="summaryTableDescription">
		 Style property defining the indent of the content.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#oddIndexBackgroundColors" class="signatureLink">oddIndexBackgroundColors</a> : String = listItemRenderer_oddIndexBackgroundColors<div class="summaryTableDescription">
		 Style property defining the background colors for items at an odd position.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#overBackgroundColors" class="signatureLink">overBackgroundColors</a> : String = listItemRenderer_overBackgroundColors<div class="summaryTableDescription">
		 Style property defining the background colors in the roll over state.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedBackgroundColors" class="signatureLink">selectedBackgroundColors</a> : String = listItemRenderer_selectedBackgroundColors<div class="summaryTableDescription">
		 Style property defining the background colors in the selected state.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedItemContentRenderer" class="signatureLink">selectedItemContentRenderer</a> : String = listItemRenderer_selectedItemContentRenderer<div class="summaryTableDescription">
		 Style property defining the content renderer additional visible in the selected state.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#separator" class="signatureLink">separator</a> : String = listItemRenderer_separator<div class="summaryTableDescription">
		 Style property defining the separator visibility.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#separatorColor" class="signatureLink">separatorColor</a> : String = listItemRenderer_separatorColor<div class="summaryTableDescription">
		 Style property defining the separator color.</div></td><td class="summaryTableOwnerCol">ListItemRendererStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="background"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">background</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const background:String = listItemRenderer_background</code><p></p><p></p><p>
		 Style property defining the background visibility.
		 </p></div><a name="constantDetail"></a><a name="backgroundType"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundType</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const backgroundType:String = listItemRenderer_backgroundType</code><p></p><p></p><p>
		 Style property defining the background type.
		 </p></div><a name="constantDetail"></a><a name="clickSelection"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">clickSelection</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const clickSelection:String = listItemRenderer_clickSelection</code><p></p><p></p><p>
		 Style property defining the selection mode.
		 </p></div><a name="constantDetail"></a><a name="contentRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">contentRenderer</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const contentRenderer:String = listItemRenderer_contentRenderer</code><p></p><p></p><p>
		 Style property defining the content renderer.
		 </p></div><a name="constantDetail"></a><a name="ctrlKeyDeselection"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ctrlKeyDeselection</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const ctrlKeyDeselection:String = listItemRenderer_ctrlKeyDeselection</code><p></p><p></p><p>
		 Style property defining the deselection mode.
		 </p></div><a name="constantDetail"></a><a name="evenIndexBackgroundColors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">evenIndexBackgroundColors</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const evenIndexBackgroundColors:String = listItemRenderer_evenIndexBackgroundColors</code><p></p><p></p><p>
		 Style property defining the background colors for items at an even position.
		 </p></div><a name="constantDetail"></a><a name="icon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">icon</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const icon:String = listItemRenderer_icon</code><p></p><p></p><p>
		 Style property defining the icon visibility.
		 </p></div><a name="constantDetail"></a><a name="iconPadding"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">iconPadding</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const iconPadding:String = listItemRenderer_iconPadding</code><p></p><p></p><p>
		 Style property defining the space between icon and content.
		 </p></div><a name="constantDetail"></a><a name="indent"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">indent</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const indent:String = listItemRenderer_indent</code><p></p><p></p><p>
		 Style property defining the indent of the content.
		 </p></div><a name="constantDetail"></a><a name="oddIndexBackgroundColors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">oddIndexBackgroundColors</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const oddIndexBackgroundColors:String = listItemRenderer_oddIndexBackgroundColors</code><p></p><p></p><p>
		 Style property defining the background colors for items at an odd position.
		 </p></div><a name="constantDetail"></a><a name="overBackgroundColors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">overBackgroundColors</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const overBackgroundColors:String = listItemRenderer_overBackgroundColors</code><p></p><p></p><p>
		 Style property defining the background colors in the roll over state.
		 </p></div><a name="constantDetail"></a><a name="selectedBackgroundColors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedBackgroundColors</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedBackgroundColors:String = listItemRenderer_selectedBackgroundColors</code><p></p><p></p><p>
		 Style property defining the background colors in the selected state.
		 </p></div><a name="constantDetail"></a><a name="selectedItemContentRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedItemContentRenderer</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectedItemContentRenderer:String = listItemRenderer_selectedItemContentRenderer</code><p></p><p></p><p>
		 Style property defining the content renderer additional visible in the selected state.
		 </p></div><a name="constantDetail"></a><a name="separator"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">separator</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const separator:String = listItemRenderer_separator</code><p></p><p></p><p>
		 Style property defining the separator visibility.
		 </p></div><a name="constantDetail"></a><a name="separatorColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">separatorColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const separatorColor:String = listItemRenderer_separatorColor</code><p></p><p></p><p>
		 Style property defining the separator color.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.listview.renderer Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.listview.renderer package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/listview/renderer/package-detail.html&amp;com/sibirjak/asdpc/listview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.listview.renderer</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.listview.renderer"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IListItemContent.html">IListItemContent</a></i></td><td class="summaryTableLastCol">
	 ListItemContent interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemContent.html">ListItemContent</a></td><td class="summaryTableLastCol">
	 Default list item content renderer.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemContentStyles.html">ListItemContentStyles</a></td><td class="summaryTableLastCol">
	 ListItemContent style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemIcon.html">ListItemIcon</a></td><td class="summaryTableLastCol">
	 List item icon.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemIconStyles.html">ListItemIconStyles</a></td><td class="summaryTableLastCol">
	 ListItemIcon style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemRenderer.html">ListItemRenderer</a></td><td class="summaryTableLastCol">
	 Default list item renderer.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemRendererStyles.html">ListItemRendererStyles</a></td><td class="summaryTableLastCol">
	 ListItemRenderer style properties.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.listview.renderer.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.listview.renderer.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ListItemBackgroundSkin.html">ListItemBackgroundSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="ListItemBackgroundSkin,com.sibirjak.asdpc.listview.renderer.skins.ListItemBackgroundSkin,style_backgroundColors,style_border,style_borderColor,backgroundColors,backgroundRotation,border,borderColors,borderSides,cornerRadius"><title>com.sibirjak.asdpc.listview.renderer.skins.ListItemBackgroundSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListItemBackgroundSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html&amp;com/sibirjak/asdpc/listview/renderer/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListItemBackgroundSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListItemBackgroundSkin"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.listview.renderer.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListItemBackgroundSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListItemBackgroundSkin  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Background skin of a ListItemRenderer.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListItemBackgroundSkin()" class="signatureLink">ListItemBackgroundSkin</a>()</div><div class="summaryTableDescription">
		 ListItemBackgroundSkin constructor.</div></td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#background()" class="signatureLink">background</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the background visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#backgroundAlpha()" class="signatureLink">backgroundAlpha</a>():Number</div><div class="summaryTableDescription">
		 Returns the background alpha value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundColors()" class="signatureLink">backgroundColors</a>():Array</div><div class="summaryTableDescription">[override] 
		 
		 Returns the background colors.</div></td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundRotation()" class="signatureLink">backgroundRotation</a>():Number</div><div class="summaryTableDescription">[override] 
		 
		 Returns the background gradient fill rotation.</div></td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#border()" class="signatureLink">border</a>():Boolean</div><div class="summaryTableDescription">[override] 
		 
		 Returns the border visibility.</div></td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAlias()" class="signatureLink">borderAlias</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the border alias.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAliasAlpha()" class="signatureLink">borderAliasAlpha</a>():Number</div><div class="summaryTableDescription">
		 Returns the border alias alpha value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderColors()" class="signatureLink">borderColors</a>():Array</div><div class="summaryTableDescription">[override] 
		 
		 Returns the border colors.</div></td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderSides()" class="signatureLink">borderSides</a>():uint</div><div class="summaryTableDescription">[override] 
		 
		 Returns the visible border sides.</div></td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cornerRadius()" class="signatureLink">cornerRadius</a>():uint</div><div class="summaryTableDescription">[override] 
		 
		 Returns the corner radius.</div></td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemBackgroundSkin_backgroundColors"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemBackgroundSkin_backgroundColors</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the background colors.
		 </td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemBackgroundSkin_border"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemBackgroundSkin_border</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the border visibility.
		 </td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:listItemBackgroundSkin_borderColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">listItemBackgroundSkin_borderColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the border color.
		 </td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#ALL_BORDER" class="signatureLink">ALL_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for all borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#BOTTOM_BORDER" class="signatureLink">BOTTOM_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the bottom border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#LEFT_BORDER" class="signatureLink">LEFT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the left border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#RIGHT_BORDER" class="signatureLink">RIGHT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the right border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundColors" class="signatureLink">style_backgroundColors</a> : String = listItemBackgroundSkin_backgroundColors<div class="summaryTableDescription">[static] 
		 Style property defining the background colors.</div></td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_border" class="signatureLink">style_border</a> : String = listItemBackgroundSkin_border<div class="summaryTableDescription">[static] 
		 Style property defining the border visibility.</div></td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderColor" class="signatureLink">style_borderColor</a> : String = listItemBackgroundSkin_borderColor<div class="summaryTableDescription">[static] 
		 Style property defining the border color.</div></td><td class="summaryTableOwnerCol">ListItemBackgroundSkin</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#TOP_BORDER" class="signatureLink">TOP_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the top border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListItemBackgroundSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListItemBackgroundSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListItemBackgroundSkin()</code><p></p><p>
		 ListItemBackgroundSkin constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="backgroundColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function backgroundColors():Array</code><p></p><p></p><p>
		 
		 Returns the background colors.
		 
		 <p>The default values are [0xF8F8F8, 0xE0E0E0].</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; The background colors.
		 </td></tr></table></div><a name="backgroundRotation()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundRotation</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function backgroundRotation():Number</code><p></p><p></p><p>
		 
		 Returns the background gradient fill rotation.
		 
		 <p>The default value is 45.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code> &mdash; The background gradient fill rotation.
		 </td></tr></table></div><a name="border()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">border</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function border():Boolean</code><p></p><p></p><p>
		 
		 Returns the border visibility.
		 
		 <p>The default value is true.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; The border visibility.
		 </td></tr></table></div><a name="borderColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function borderColors():Array</code><p></p><p></p><p>
		 
		 Returns the border colors.
		 
		 <p>The default values are [0xCCCCCC, 0x666666].</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code> &mdash; The border colors.
		 </td></tr></table></div><a name="borderSides()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderSides</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function borderSides():uint</code><p></p><p></p><p>
		 
		 Returns the visible border sides.
		 
		 <p>The default value is ALL_BORDER.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code> &mdash; The visible border sides.
		 </td></tr></table></div><a name="cornerRadius()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cornerRadius</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function cornerRadius():uint</code><p></p><p></p><p>
		 
		 Returns the corner radius.
		 
		 <p>The default value is 1.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code> &mdash; The corner radius.
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_backgroundColors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundColors</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_backgroundColors:String = listItemBackgroundSkin_backgroundColors</code><p></p><p></p><p>
		 Style property defining the background colors.
		 </p></div><a name="constantDetail"></a><a name="style_border"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_border</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_border:String = listItemBackgroundSkin_border</code><p></p><p></p><p>
		 Style property defining the border visibility.
		 </p></div><a name="constantDetail"></a><a name="style_borderColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderColor:String = listItemBackgroundSkin_borderColor</code><p></p><p></p><p>
		 Style property defining the border color.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.listview.renderer.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.listview.renderer.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/listview/renderer/skins/package-detail.html&amp;com/sibirjak/asdpc/listview/renderer/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.listview.renderer.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.listview.renderer.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListItemBackgroundSkin.html">ListItemBackgroundSkin</a></td><td class="summaryTableLastCol">
	 Background skin of a ListItemRenderer.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.scrollbar - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.scrollbar</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IScrollBar.html"><i>IScrollBar</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ScrollBar.html">ScrollBar</a></td></tr><tr><td><a href="ScrollBarStyles.html">ScrollBarStyles</a></td></tr><tr><td><a href="ScrollEvent.html">ScrollEvent</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IScrollBar,com.sibirjak.asdpc.scrollbar.IScrollBar,DOWN_BUTTON_NAME,SCROLL,THUMB_NAME,TRACK_NAME,UP_BUTTON_NAME,VIEW_PROPERTY_SCROLLBAR_BUTTON,VIEW_PROPERTY_SCROLLBAR_DIRECTION,ctrlKeyWheel,direction,direction,documentPosition,documentPosition,documentPosition,documentSize,documentSize,enabled,enabled,owner,owner,scrollButtonVisibility,style,cleanUpCalled,draw,init,scrollTo,scrollTo,setScrollProperties,setScrollProperties,styleChanged,update"><title>com.sibirjak.asdpc.scrollbar.IScrollBar</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IScrollBar - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/scrollbar/IScrollBar.html&amp;com/sibirjak/asdpc/scrollbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IScrollBar</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IScrollBar"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.scrollbar</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IScrollBar extends  <a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IControl.html">IControl</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpc/scrollbar/ScrollBar.html">ScrollBar</a></td></tr></table><p></p><p></p><p></p>
	 ScrollBar public interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#direction" class="signatureLink">direction</a> : String<div class="summaryTableDescription">
		 Sets or returns the scrollbar direction.</div></td><td class="summaryTableOwnerCol">IScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#documentPosition" class="signatureLink">documentPosition</a> : int<div class="summaryTableDescription">[read-only] 
		 The current document position.</div></td><td class="summaryTableOwnerCol">IScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#documentSize" class="signatureLink">documentSize</a> : uint<div class="summaryTableDescription">
		 Sets or returns the document size.</div></td><td class="summaryTableOwnerCol">IScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">
		 Enables or disables the scrollbar.</div></td><td class="summaryTableOwnerCol">IScrollBar</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#owner" class="signatureLink">owner</a> : DisplayObject<div class="summaryTableDescription">[write-only] 
		 Sets the scrollbar owner.</div></td><td class="summaryTableOwnerCol">IScrollBar</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#scrollTo()" class="signatureLink">scrollTo</a>(documentPosition:int):int</div><div class="summaryTableDescription">
		 Scrolls to the given position.</div></td><td class="summaryTableOwnerCol">IScrollBar</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setScrollProperties()" class="signatureLink">setScrollProperties</a>(buttonScroll:uint, thumbScroll:uint, trackScroll:uint):void</div><div class="summaryTableDescription">
		 Sets button, thumb and track scroll amounts.</div></td><td class="summaryTableOwnerCol">IScrollBar</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="direction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">direction</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>direction:String</code><p></p><p></p><p>
		 Sets or returns the scrollbar direction.
		 
		 <p>Can only be set before the scrollbar ist added to the stage.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get direction():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set direction(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="documentPosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">documentPosition</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>documentPosition:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The current document position.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get documentPosition():int</code><br/></div><a name="propertyDetail"></a><a name="documentSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">documentSize</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>documentSize:uint</code><p></p><p></p><p>
		 Sets or returns the document size.
		 
		 <p>The document size is the entire height or width of the scrollbar owner.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get documentSize():uint</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set documentSize(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="enabled"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enabled</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>enabled:Boolean</code><p></p><p></p><p>
		 Enables or disables the scrollbar.
		 
		 <p>Returns true, if the scrollbar is currently enabled.</p>
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get enabled():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set enabled(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="owner"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">owner</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>owner:DisplayObject</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the scrollbar owner.
		 
		 <p>The scrollbar listens to the owners mouse wheel events.</p>
		 
		 <p>Can only be set before the scrollbar ist added to the stage.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set owner(value:DisplayObject):void</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="scrollTo()"></a><a name="scrollTo(int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollTo</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function scrollTo(documentPosition:int):int</code><p></p><p></p><p>
		 Scrolls to the given position.
		 
		 <p>The method corrects the passed position and returns the
		 corrected value.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">documentPosition</span>:int</code> &mdash; The pixel position to scroll to.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code> &mdash; The corrected document position.
		 </td></tr></table></div><a name="setScrollProperties()"></a><a name="setScrollProperties(uint,uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setScrollProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setScrollProperties(buttonScroll:uint, thumbScroll:uint, trackScroll:uint):void</code><p></p><p></p><p>
		 Sets button, thumb and track scroll amounts.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">buttonScroll</span>:uint</code> &mdash; The amout of pixels to scroll by a single button click.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">thumbScroll</span>:uint</code> &mdash; The minimal amout of pixels to scroll by moving the thumb.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">trackScroll</span>:uint</code> &mdash; The amout of pixels to scroll by click onto the scroll track.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.scrollbar Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.scrollbar package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/scrollbar/package-detail.html&amp;com/sibirjak/asdpc/scrollbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.scrollbar</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.scrollbar"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IScrollBar.html">IScrollBar</a></i></td><td class="summaryTableLastCol">
	 ScrollBar public interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollBar.html">ScrollBar</a></td><td class="summaryTableLastCol">
	 ScrollBar component.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollBarStyles.html">ScrollBarStyles</a></td><td class="summaryTableLastCol">
	 ScrollBar style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollEvent.html">ScrollEvent</a></td><td class="summaryTableLastCol">
	 ScrollBar event.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ScrollBar,com.sibirjak.asdpc.scrollbar.ScrollBar,DOWN_BUTTON_NAME,SCROLL,THUMB_NAME,TRACK_NAME,UP_BUTTON_NAME,VIEW_PROPERTY_SCROLLBAR_BUTTON,VIEW_PROPERTY_SCROLLBAR_DIRECTION,ctrlKeyWheel,direction,direction,documentPosition,documentPosition,documentPosition,documentSize,documentSize,enabled,enabled,owner,owner,scrollButtonVisibility,style,cleanUpCalled,draw,init,scrollTo,scrollTo,setScrollProperties,setScrollProperties,styleChanged,update"><title>com.sibirjak.asdpc.scrollbar.ScrollBar</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ScrollBar - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/scrollbar/ScrollBar.html&amp;com/sibirjak/asdpc/scrollbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ScrollBar</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ScrollBar"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.scrollbar</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ScrollBar</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ScrollBar  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/scrollbar/IScrollBar.html">IScrollBar</a></td></tr></table><p></p><p></p><p></p>
	 ScrollBar component.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#direction" class="signatureLink">direction</a> : String<div class="summaryTableDescription">
		 
		 Sets or returns the scrollbar direction.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#documentPosition" class="signatureLink">documentPosition</a> : int<div class="summaryTableDescription">[read-only] 
		 
		 The current document position.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#documentSize" class="signatureLink">documentSize</a> : uint<div class="summaryTableDescription">
		 
		 Sets or returns the document size.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">
		 
		 Enables or disables the scrollbar.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#owner" class="signatureLink">owner</a> : DisplayObject<div class="summaryTableDescription">[write-only] 
		 
		 Sets the scrollbar owner.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpc/scrollbar/ScrollBarStyles.html">ScrollBarStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all ScrollBar style property definitions.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ScrollBar()" class="signatureLink">ScrollBar</a>()</div><div class="summaryTableDescription">
		 ScrollBar constructor.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#scrollTo()" class="signatureLink">scrollTo</a>(documentPosition:int):int</div><div class="summaryTableDescription">
		 
		 Scrolls to the given position.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setScrollProperties()" class="signatureLink">setScrollProperties</a>(buttonScroll:uint, thumbScroll:uint, trackScroll:uint):void</div><div class="summaryTableDescription">
		 
		 Sets button, thumb and track scroll amounts.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:scrollBar_scroll" class="signatureLink">scrollBar_scroll</a></div></td><td class="summaryTableDescription summaryTableCol"></td><td class="summaryTableOwnerCol">ScrollBar</td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollBar_ctrlKeyWheel"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollBar_ctrlKeyWheel</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the mouse wheel mode.
		 </td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollBar_scrollButtonVisibility"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollBar_scrollButtonVisibility</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the scroll button visibility.
		 </td><td class="summaryTableOwnerCol">ScrollBar</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DOWN_BUTTON_NAME" class="signatureLink">DOWN_BUTTON_NAME</a> : String = scrollBarDownButton<div class="summaryTableDescription">[static] 
		 Name constant defining the scroll down button name.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#THUMB_NAME" class="signatureLink">THUMB_NAME</a> : String = scrollBarThumb<div class="summaryTableDescription">[static] 
		 Name constant defining the scroll thumb name.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TRACK_NAME" class="signatureLink">TRACK_NAME</a> : String = scrollBarTrack<div class="summaryTableDescription">[static] 
		 Name constant defining the scroll track name.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UP_BUTTON_NAME" class="signatureLink">UP_BUTTON_NAME</a> : String = scrollBarUpButton<div class="summaryTableDescription">[static] 
		 Name constant defining the scroll up button name.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#VIEW_PROPERTY_SCROLLBAR_BUTTON" class="signatureLink">VIEW_PROPERTY_SCROLLBAR_BUTTON</a> : String = scrollBarButton<div class="summaryTableDescription">[static] 
		 Name constant defining the view scrollbar button view property.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#VIEW_PROPERTY_SCROLLBAR_DIRECTION" class="signatureLink">VIEW_PROPERTY_SCROLLBAR_DIRECTION</a> : String = scrollBarDirection<div class="summaryTableDescription">[static] 
		 Name constant defining the scrollbar direction view property.</div></td><td class="summaryTableOwnerCol">ScrollBar</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="direction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">direction</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>direction:String</code><p></p><p></p><p>
		 
		 Sets or returns the scrollbar direction.
		 
		 <p>Can only be set before the scrollbar ist added to the stage.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get direction():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set direction(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="documentPosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">documentPosition</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>documentPosition:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The current document position.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get documentPosition():int</code><br/></div><a name="propertyDetail"></a><a name="documentSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">documentSize</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>documentSize:uint</code><p></p><p></p><p>
		 
		 Sets or returns the document size.
		 
		 <p>The document size is the entire height or width of the scrollbar owner.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get documentSize():uint</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set documentSize(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="enabled"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enabled</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>enabled:Boolean</code><p></p><p></p><p>
		 
		 Enables or disables the scrollbar.
		 
		 <p>Returns true, if the scrollbar is currently enabled.</p>
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get enabled():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set enabled(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="owner"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">owner</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>owner:DisplayObject</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 
		 Sets the scrollbar owner.
		 
		 <p>The scrollbar listens to the owners mouse wheel events.</p>
		 
		 <p>Can only be set before the scrollbar ist added to the stage.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set owner(value:DisplayObject):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpc/scrollbar/ScrollBarStyles.html">ScrollBarStyles</a></code><p></p><p></p><p>
		 Central accessor to all ScrollBar style property definitions.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ScrollBar()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ScrollBar</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ScrollBar()</code><p></p><p>
		 ScrollBar constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="scrollTo()"></a><a name="scrollTo(int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollTo</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function scrollTo(documentPosition:int):int</code><p></p><p></p><p>
		 
		 Scrolls to the given position.
		 
		 <p>The method corrects the passed position and returns the
		 corrected value.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">documentPosition</span>:int</code> &mdash; The pixel position to scroll to.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code> &mdash; The corrected document position.
		 </td></tr></table></div><a name="setScrollProperties()"></a><a name="setScrollProperties(uint,uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setScrollProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setScrollProperties(buttonScroll:uint, thumbScroll:uint, trackScroll:uint):void</code><p></p><p></p><p>
		 
		 Sets button, thumb and track scroll amounts.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">buttonScroll</span>:uint</code> &mdash; The amout of pixels to scroll by a single button click.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">thumbScroll</span>:uint</code> &mdash; The minimal amout of pixels to scroll by moving the thumb.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">trackScroll</span>:uint</code> &mdash; The amout of pixels to scroll by click onto the scroll track.
		 </td></tr></table></p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader"> Event Detail </div><a name="event:scrollBar_scroll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollBar_scroll</td><td class="detailHeaderType"> Event </td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/scrollbar/ScrollEvent.html"><code>com.sibirjak.asdpc.scrollbar.ScrollEvent</code></a><br/><span class="label">ScrollEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/scrollbar/ScrollEvent.html#SCROLL"><code>com.sibirjak.asdpc.scrollbar.ScrollEvent.SCROLL</code></a><br/><p></p><p></p><p>
	 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="DOWN_BUTTON_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DOWN_BUTTON_NAME</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const DOWN_BUTTON_NAME:String = scrollBarDownButton</code><p></p><p></p><p>
		 Name constant defining the scroll down button name.
		 </p></div><a name="constantDetail"></a><a name="THUMB_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">THUMB_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const THUMB_NAME:String = scrollBarThumb</code><p></p><p></p><p>
		 Name constant defining the scroll thumb name.
		 </p></div><a name="constantDetail"></a><a name="TRACK_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TRACK_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TRACK_NAME:String = scrollBarTrack</code><p></p><p></p><p>
		 Name constant defining the scroll track name.
		 </p></div><a name="constantDetail"></a><a name="UP_BUTTON_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UP_BUTTON_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const UP_BUTTON_NAME:String = scrollBarUpButton</code><p></p><p></p><p>
		 Name constant defining the scroll up button name.
		 </p></div><a name="constantDetail"></a><a name="VIEW_PROPERTY_SCROLLBAR_BUTTON"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">VIEW_PROPERTY_SCROLLBAR_BUTTON</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const VIEW_PROPERTY_SCROLLBAR_BUTTON:String = scrollBarButton</code><p></p><p></p><p>
		 Name constant defining the view scrollbar button view property.
		 </p></div><a name="constantDetail"></a><a name="VIEW_PROPERTY_SCROLLBAR_DIRECTION"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">VIEW_PROPERTY_SCROLLBAR_DIRECTION</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const VIEW_PROPERTY_SCROLLBAR_DIRECTION:String = scrollBarDirection</code><p></p><p></p><p>
		 Name constant defining the scrollbar direction view property.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ScrollBarStyles,com.sibirjak.asdpc.scrollbar.ScrollBarStyles,DOWN_BUTTON_NAME,SCROLL,THUMB_NAME,TRACK_NAME,UP_BUTTON_NAME,VIEW_PROPERTY_SCROLLBAR_BUTTON,VIEW_PROPERTY_SCROLLBAR_DIRECTION,ctrlKeyWheel,direction,direction,documentPosition,documentPosition,documentPosition,documentSize,documentSize,enabled,enabled,owner,owner,scrollButtonVisibility,style"><title>com.sibirjak.asdpc.scrollbar.ScrollBarStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ScrollBarStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/scrollbar/ScrollBarStyles.html&amp;com/sibirjak/asdpc/scrollbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ScrollBarStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ScrollBarStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.scrollbar</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ScrollBarStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ScrollBarStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 ScrollBar style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ctrlKeyWheel" class="signatureLink">ctrlKeyWheel</a> : String = scrollBar_ctrlKeyWheel<div class="summaryTableDescription">
		 Style property defining the mouse wheel mode.</div></td><td class="summaryTableOwnerCol">ScrollBarStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#scrollButtonVisibility" class="signatureLink">scrollButtonVisibility</a> : String = scrollBar_scrollButtonVisibility<div class="summaryTableDescription">
		 Style property defining the scroll button visibility.</div></td><td class="summaryTableOwnerCol">ScrollBarStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="ctrlKeyWheel"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ctrlKeyWheel</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const ctrlKeyWheel:String = scrollBar_ctrlKeyWheel</code><p></p><p></p><p>
		 Style property defining the mouse wheel mode.
		 </p></div><a name="constantDetail"></a><a name="scrollButtonVisibility"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollButtonVisibility</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const scrollButtonVisibility:String = scrollBar_scrollButtonVisibility</code><p></p><p></p><p>
		 Style property defining the scroll button visibility.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ScrollEvent,com.sibirjak.asdpc.scrollbar.ScrollEvent,DOWN_BUTTON_NAME,SCROLL,THUMB_NAME,TRACK_NAME,UP_BUTTON_NAME,VIEW_PROPERTY_SCROLLBAR_BUTTON,VIEW_PROPERTY_SCROLLBAR_DIRECTION,ctrlKeyWheel,direction,direction,documentPosition,documentPosition,documentPosition,documentSize,documentSize,enabled,enabled,owner,owner,scrollButtonVisibility,style"><title>com.sibirjak.asdpc.scrollbar.ScrollEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ScrollEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/scrollbar/ScrollEvent.html&amp;com/sibirjak/asdpc/scrollbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ScrollEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ScrollEvent"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.scrollbar</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ScrollEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ScrollEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 ScrollBar event.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#documentPosition" class="signatureLink">documentPosition</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns the current document position.</div></td><td class="summaryTableOwnerCol">ScrollEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SCROLL" class="signatureLink">SCROLL</a> : String = scrollBar_scroll<div class="summaryTableDescription">[static] 
		 Event type SCROLL.</div></td><td class="summaryTableOwnerCol">ScrollEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ScrollEvent()" class="signatureLink">ScrollEvent</a>(documentPosition:int)</div><div class="summaryTableDescription">
		 ScrollEvent constructor.</div></td><td class="summaryTableOwnerCol">ScrollEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="documentPosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">documentPosition</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>documentPosition:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns the current document position.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get documentPosition():int</code><br/></div><a name="propertyDetail"></a><a name="SCROLL"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SCROLL</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var SCROLL:String = scrollBar_scroll</code><p></p><p></p><p>
		 Event type SCROLL.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ScrollEvent()"></a><a name="ScrollEvent(int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ScrollEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ScrollEvent(documentPosition:int)</code><p></p><p>
		 ScrollEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">documentPosition</span>:int</code> &mdash; The current document position.
		 </td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.scrollbar.core - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.scrollbar.core</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="Thumb.html">Thumb</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.scrollbar.core Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.scrollbar.core package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/scrollbar/core/package-detail.html&amp;com/sibirjak/asdpc/scrollbar/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.scrollbar.core</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.scrollbar.core"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Thumb.html">Thumb</a></td><td class="summaryTableLastCol">
	 ScrollBar thumb.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="Thumb,com.sibirjak.asdpc.scrollbar.core.Thumb,EVENT_THUMB_SCROLL,direction,maxPosition,minPosition,position,scroll,cleanUpCalled,onClick,onMouseDown,onMouseUpOutside"><title>com.sibirjak.asdpc.scrollbar.core.Thumb</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Thumb - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/scrollbar/core/Thumb.html&amp;com/sibirjak/asdpc/scrollbar/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Thumb</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Thumb"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.scrollbar.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Thumb</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Thumb  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 ScrollBar thumb.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#autoRepeat" class="signatureLink">autoRepeat</a> : Boolean<div class="summaryTableDescription">
		 
		 Returns true, if the button has auto repeat enabled.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#direction" class="signatureLink">direction</a> : String<div class="summaryTableDescription">[write-only] 
		 Sets the scrollbar direction.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">
		 
		 Enables or disables a button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#label" class="signatureLink">label</a> : String<div class="summaryTableDescription">
		 
		 The label displayed within the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#maxPosition" class="signatureLink">maxPosition</a> : uint<div class="summaryTableDescription">[write-only] 
		 Sets the maximal thumb position.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minPosition" class="signatureLink">minPosition</a> : uint<div class="summaryTableDescription">[write-only] 
		 Sets the minimal thumb position.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#position" class="signatureLink">position</a> : uint<div class="summaryTableDescription">
		 Sets or returns the current thumb position.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#scroll" class="signatureLink">scroll</a> : Number<div class="summaryTableDescription">
		 Sets or returns the current scroll ratio.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">
		 
		 Selectes or deselects a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#selectedLabel" class="signatureLink">selectedLabel</a> : String<div class="summaryTableDescription">
		 
		 The label text for the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#selectedToolTip" class="signatureLink">selectedToolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip displayed in selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpc/button/ButtonStyles.html">ButtonStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all Button style property definitions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#toggle" class="signatureLink">toggle</a> : Boolean<div class="summaryTableDescription">
		 
		 Converts a click button into a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#toolTip" class="signatureLink">toolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#buttonHeight" class="signatureLink">buttonHeight</a> : uint<div class="summaryTableDescription">[read-only] 
		 Returns a value for the actual button height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#buttonWidth" class="signatureLink">buttonWidth</a> : uint<div class="summaryTableDescription">[read-only] 
		 Returns a value for the actual button width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#_icon" class="signatureLink">_icon</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed icon.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#_label" class="signatureLink">_label</a> : <a href="../../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a><div class="summaryTableDescription">
		 The label.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#_labelText" class="signatureLink">_labelText</a> : String<div class="summaryTableDescription">
		 The text displayed on the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#_skin" class="signatureLink">_skin</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#Thumb()" class="signatureLink">Thumb</a>()</div><div class="summaryTableDescription">
		 Thumb constructor.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#allowedToChangeSelection()" class="signatureLink">allowedToChangeSelection</a>():Boolean</div><div class="summaryTableDescription">
		 Template method to enable toggle button sub classes the
		 control of the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#getToolTip()" class="signatureLink">getToolTip</a>():String</div><div class="summaryTableDescription">
		 Returns the tool tip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#getToolTipOffsetX()" class="signatureLink">getToolTipOffsetX</a>():int</div><div class="summaryTableDescription">
		 Returns the position of the tooltip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onClick()" class="signatureLink">onClick</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Template method for the click event.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onMouseDown()" class="signatureLink">onMouseDown</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Template method for the mouse down event.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onMouseUpOutside()" class="signatureLink">onMouseUpOutside</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Template method for the mouse up outside event.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#onRollOut()" class="signatureLink">onRollOut</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll out event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#onRollOver()" class="signatureLink">onRollOver</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll over event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#onSelectionChanged()" class="signatureLink">onSelectionChanged</a>():void</div><div class="summaryTableDescription">
		 Template method for the selection changed event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#setLabelBaseStyles()" class="signatureLink">setLabelBaseStyles</a>():void</div><div class="summaryTableDescription">
		 The place where the label styles are set.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#setLabelSize()" class="signatureLink">setLabelSize</a>():void</div><div class="summaryTableDescription">
		 The place where the label size is set.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#showIcon()" class="signatureLink">showIcon</a>():void</div><div class="summaryTableDescription">
		 Shows the icon depending on the current state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#showSkin()" class="signatureLink">showSkin</a>():void</div><div class="summaryTableDescription">
		 Shows the skin depending on the current state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><div class="showHideLinks"><div id="hideInheritedEvent" class="hideInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(false,'Event');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Events</a></div><div id="showInheritedEvent" class="showInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(true,'Event');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Events</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedEvent" id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_click" class="signatureLink">button_click</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CLICK
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_mouseDown" class="signatureLink">button_mouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_DOWN
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_mouseUpOutside" class="signatureLink">button_mouseUpOutside</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_UP_OUTSIDE
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_rollOut" class="signatureLink">button_rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OUT
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_rollOver" class="signatureLink">button_rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OVER
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_selectionChanged" class="signatureLink">button_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedStyle" id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatDelay" class="signatureLink">button_autoRepeatDelay</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatRate" class="signatureLink">button_autoRepeatRate</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_coloriseIcon" class="signatureLink">button_coloriseIcon</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconAlpha" class="signatureLink">button_disabledIconAlpha</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number&nbsp;<span class="label">Format: </span>Alpha<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkin" class="signatureLink">button_disabledIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkinName" class="signatureLink">button_disabledIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledSkin" class="signatureLink">button_disabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledSkinName" class="signatureLink">button_disabledSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_downIconSkin" class="signatureLink">button_downIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_downIconSkinName" class="signatureLink">button_downIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_downSkin" class="signatureLink">button_downSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_downSkinName" class="signatureLink">button_downSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_iconColor" class="signatureLink">button_iconColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_labelStyles" class="signatureLink">button_labelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_overIconSkin" class="signatureLink">button_overIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_overIconSkinName" class="signatureLink">button_overIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_overLabelStyles" class="signatureLink">button_overLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_overSkin" class="signatureLink">button_overSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_overSkinName" class="signatureLink">button_overSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkin" class="signatureLink">button_selectedDisabledIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkinName" class="signatureLink">button_selectedDisabledIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkin" class="signatureLink">button_selectedDisabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkinName" class="signatureLink">button_selectedDisabledSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkin" class="signatureLink">button_selectedDownIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkinName" class="signatureLink">button_selectedDownIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkin" class="signatureLink">button_selectedDownSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkinName" class="signatureLink">button_selectedDownSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" class="signatureLink">button_selectedLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" class="signatureLink">button_selectedLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkin" class="signatureLink">button_selectedOverIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkinName" class="signatureLink">button_selectedOverIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkin" class="signatureLink">button_selectedOverSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkinName" class="signatureLink">button_selectedOverSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkin" class="signatureLink">button_selectedUpIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkinName" class="signatureLink">button_selectedUpIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkin" class="signatureLink">button_selectedUpSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkinName" class="signatureLink">button_selectedUpSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetX" class="signatureLink">button_toolTipOffsetX</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetY" class="signatureLink">button_toolTipOffsetY</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_upIconSkin" class="signatureLink">button_upIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_upIconSkinName" class="signatureLink">button_upIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_upSkin" class="signatureLink">button_upSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_upSkinName" class="signatureLink">button_upSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#BINDABLE_PROPERTY_SELECTED" class="signatureLink">BINDABLE_PROPERTY_SELECTED</a> : String = selected<div class="summaryTableDescription">[static] 
		 Name constant for the bindable property Button.selected.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#DISABLED_ICON_SKIN_NAME" class="signatureLink">DISABLED_ICON_SKIN_NAME</a> : String = disabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#DISABLED_SKIN_NAME" class="signatureLink">DISABLED_SKIN_NAME</a> : String = disabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#DOWN_ICON_SKIN_NAME" class="signatureLink">DOWN_ICON_SKIN_NAME</a> : String = downIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#DOWN_SKIN_NAME" class="signatureLink">DOWN_SKIN_NAME</a> : String = downSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#EVENT_THUMB_SCROLL" class="signatureLink">EVENT_THUMB_SCROLL</a> : String = thumb_scroll<div class="summaryTableDescription">[static] 
		 Name constant defining the thumb scroll event.</div></td><td class="summaryTableOwnerCol">Thumb</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#OVER_ICON_SKIN_NAME" class="signatureLink">OVER_ICON_SKIN_NAME</a> : String = overIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#OVER_SKIN_NAME" class="signatureLink">OVER_SKIN_NAME</a> : String = overSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_ICON_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_ICON_SKIN_NAME</a> : String = selectedDisabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_SKIN_NAME</a> : String = selectedDisabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_ICON_SKIN_NAME" class="signatureLink">SELECTED_DOWN_ICON_SKIN_NAME</a> : String = selectedDownIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_SKIN_NAME" class="signatureLink">SELECTED_DOWN_SKIN_NAME</a> : String = selectedDownSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_ICON_SKIN_NAME" class="signatureLink">SELECTED_OVER_ICON_SKIN_NAME</a> : String = selectedOverIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_SKIN_NAME" class="signatureLink">SELECTED_OVER_SKIN_NAME</a> : String = selectedOverSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_UP_ICON_SKIN_NAME" class="signatureLink">SELECTED_UP_ICON_SKIN_NAME</a> : String = selectedUpIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_UP_SKIN_NAME" class="signatureLink">SELECTED_UP_SKIN_NAME</a> : String = selectedUpSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#UP_ICON_SKIN_NAME" class="signatureLink">UP_ICON_SKIN_NAME</a> : String = upIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#UP_SKIN_NAME" class="signatureLink">UP_SKIN_NAME</a> : String = upSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="direction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">direction</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>direction:String</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the scrollbar direction.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set direction(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="maxPosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">maxPosition</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>maxPosition:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the maximal thumb position.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set maxPosition(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="minPosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minPosition</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>minPosition:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the minimal thumb position.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set minPosition(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="position"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">position</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>position:uint</code><p></p><p></p><p>
		 Sets or returns the current thumb position.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get position():uint</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set position(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="scroll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scroll</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>scroll:Number</code><p></p><p></p><p>
		 Sets or returns the current scroll ratio.
		 
		 <p>This is a value between 0 and 1.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get scroll():Number</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set scroll(value:Number):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="Thumb()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">Thumb</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function Thumb()</code><p></p><p>
		 Thumb constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="onClick()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onClick</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function onClick():void</code><p></p><p></p><p>
		 
		 Template method for the click event. 
		 </p></div><a name="onMouseDown()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onMouseDown</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function onMouseDown():void</code><p></p><p></p><p>
		 
		 Template method for the mouse down event. 
		 </p></div><a name="onMouseUpOutside()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onMouseUpOutside</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function onMouseUpOutside():void</code><p></p><p></p><p>
		 
		 Template method for the mouse up outside event. 
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="EVENT_THUMB_SCROLL"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">EVENT_THUMB_SCROLL</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const EVENT_THUMB_SCROLL:String = thumb_scroll</code><p></p><p></p><p>
		 Name constant defining the thumb scroll event.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.scrollbar.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.scrollbar.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ScrollButtonIconSkin.html">ScrollButtonIconSkin</a></td></tr><tr><td><a href="ScrollThumbIconSkin.html">ScrollThumbIconSkin</a></td></tr><tr><td><a href="ScrollTrackSkin.html">ScrollTrackSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.scrollbar.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.scrollbar.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/scrollbar/skins/package-detail.html&amp;com/sibirjak/asdpc/scrollbar/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.scrollbar.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.scrollbar.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollButtonIconSkin.html">ScrollButtonIconSkin</a></td><td class="summaryTableLastCol">
	 Scrollbar scroll button icon skin.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollThumbIconSkin.html">ScrollThumbIconSkin</a></td><td class="summaryTableLastCol">
	 Scrollbar thumb icon skin.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollTrackSkin.html">ScrollTrackSkin</a></td><td class="summaryTableLastCol">
	 Scrollbar track skin.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ScrollButtonIconSkin,com.sibirjak.asdpc.scrollbar.skins.ScrollButtonIconSkin,style_color,style_disabledIconColor,style_iconColor,style_iconDarkColor,style_iconLightColor,style_iconSize,style_raster,draw,draw,draw"><title>com.sibirjak.asdpc.scrollbar.skins.ScrollButtonIconSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ScrollButtonIconSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/scrollbar/skins/ScrollButtonIconSkin.html&amp;com/sibirjak/asdpc/scrollbar/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ScrollButtonIconSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ScrollButtonIconSkin"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.scrollbar.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ScrollButtonIconSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ScrollButtonIconSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Scrollbar scroll button icon skin.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ScrollButtonIconSkin()" class="signatureLink">ScrollButtonIconSkin</a>()</div><div class="summaryTableDescription">
		 ScrollButtonIconSkin constructor.</div></td><td class="summaryTableOwnerCol">ScrollButtonIconSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ScrollButtonIconSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollButtonIcon_disabledIconColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollButtonIcon_disabledIconColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the disabled icon color.
		 </td><td class="summaryTableOwnerCol">ScrollButtonIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollButtonIcon_iconColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollButtonIcon_iconColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the icon color.
		 </td><td class="summaryTableOwnerCol">ScrollButtonIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollButtonIcon_iconSize"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollButtonIcon_iconSize</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the icon size.
		 </td><td class="summaryTableOwnerCol">ScrollButtonIconSkin</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_disabledIconColor" class="signatureLink">style_disabledIconColor</a> : String = scrollButtonIcon_disabledIconColor<div class="summaryTableDescription">[static] 
		 Style property defining the disabled icon color.</div></td><td class="summaryTableOwnerCol">ScrollButtonIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_iconColor" class="signatureLink">style_iconColor</a> : String = scrollButtonIcon_iconColor<div class="summaryTableDescription">[static] 
		 Style property defining the icon color.</div></td><td class="summaryTableOwnerCol">ScrollButtonIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_iconSize" class="signatureLink">style_iconSize</a> : String = scrollButtonIcon_iconSize<div class="summaryTableDescription">[static] 
		 Style property defining the icon size.</div></td><td class="summaryTableOwnerCol">ScrollButtonIconSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ScrollButtonIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ScrollButtonIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ScrollButtonIconSkin()</code><p></p><p>
		 ScrollButtonIconSkin constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_disabledIconColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_disabledIconColor</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_disabledIconColor:String = scrollButtonIcon_disabledIconColor</code><p></p><p></p><p>
		 Style property defining the disabled icon color.
		 </p></div><a name="constantDetail"></a><a name="style_iconColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_iconColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_iconColor:String = scrollButtonIcon_iconColor</code><p></p><p></p><p>
		 Style property defining the icon color.
		 </p></div><a name="constantDetail"></a><a name="style_iconSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_iconSize</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_iconSize:String = scrollButtonIcon_iconSize</code><p></p><p></p><p>
		 Style property defining the icon size.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ScrollThumbIconSkin,com.sibirjak.asdpc.scrollbar.skins.ScrollThumbIconSkin,style_color,style_disabledIconColor,style_iconColor,style_iconDarkColor,style_iconLightColor,style_iconSize,style_raster,draw,draw,draw"><title>com.sibirjak.asdpc.scrollbar.skins.ScrollThumbIconSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ScrollThumbIconSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/scrollbar/skins/ScrollThumbIconSkin.html&amp;com/sibirjak/asdpc/scrollbar/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ScrollThumbIconSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ScrollThumbIconSkin"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.scrollbar.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ScrollThumbIconSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ScrollThumbIconSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Scrollbar thumb icon skin.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ScrollThumbIconSkin()" class="signatureLink">ScrollThumbIconSkin</a>()</div><div class="summaryTableDescription">
		 ScrollThumbIconSkin constructor.</div></td><td class="summaryTableOwnerCol">ScrollThumbIconSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ScrollThumbIconSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollThumbIcon_iconDarkColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollThumbIcon_iconDarkColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the icon dark color.
		 </td><td class="summaryTableOwnerCol">ScrollThumbIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollThumbIcon_iconLightColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollThumbIcon_iconLightColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the icon light color.
		 </td><td class="summaryTableOwnerCol">ScrollThumbIconSkin</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_iconDarkColor" class="signatureLink">style_iconDarkColor</a> : String = scrollThumbIcon_iconDarkColor<div class="summaryTableDescription">[static] 
		 Style property defining the icon dark color.</div></td><td class="summaryTableOwnerCol">ScrollThumbIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_iconLightColor" class="signatureLink">style_iconLightColor</a> : String = scrollThumbIcon_iconLightColor<div class="summaryTableDescription">[static] 
		 Style property defining the icon light color.</div></td><td class="summaryTableOwnerCol">ScrollThumbIconSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ScrollThumbIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ScrollThumbIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ScrollThumbIconSkin()</code><p></p><p>
		 ScrollThumbIconSkin constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_iconDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_iconDarkColor</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_iconDarkColor:String = scrollThumbIcon_iconDarkColor</code><p></p><p></p><p>
		 Style property defining the icon dark color.
		 </p></div><a name="constantDetail"></a><a name="style_iconLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_iconLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_iconLightColor:String = scrollThumbIcon_iconLightColor</code><p></p><p></p><p>
		 Style property defining the icon light color.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ScrollTrackSkin,com.sibirjak.asdpc.scrollbar.skins.ScrollTrackSkin,style_color,style_disabledIconColor,style_iconColor,style_iconDarkColor,style_iconLightColor,style_iconSize,style_raster,draw,draw,draw"><title>com.sibirjak.asdpc.scrollbar.skins.ScrollTrackSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ScrollTrackSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/scrollbar/skins/ScrollTrackSkin.html&amp;com/sibirjak/asdpc/scrollbar/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ScrollTrackSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ScrollTrackSkin"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.scrollbar.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ScrollTrackSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ScrollTrackSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Scrollbar track skin.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ScrollTrackSkin()" class="signatureLink">ScrollTrackSkin</a>()</div><div class="summaryTableDescription">
		 ScrollTrackSkin constructor.</div></td><td class="summaryTableOwnerCol">ScrollTrackSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ScrollTrackSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollTrackSkin_color"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollTrackSkin_color</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the track color.
		 </td><td class="summaryTableOwnerCol">ScrollTrackSkin</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_color" class="signatureLink">style_color</a> : String = scrollTrackSkin_color<div class="summaryTableDescription">[static] 
		 Style property defining the track color.</div></td><td class="summaryTableOwnerCol">ScrollTrackSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_raster" class="signatureLink">style_raster</a> : String = scrollTrackSkin_raster<div class="summaryTableDescription">[static] 
		 Style property defining the track color.</div></td><td class="summaryTableOwnerCol">ScrollTrackSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ScrollTrackSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ScrollTrackSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ScrollTrackSkin()</code><p></p><p>
		 ScrollTrackSkin constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_color</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_color:String = scrollTrackSkin_color</code><p></p><p></p><p>
		 Style property defining the track color.
		 </p></div><a name="constantDetail"></a><a name="style_raster"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_raster</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_raster:String = scrollTrackSkin_raster</code><p></p><p></p><p>
		 Style property defining the track color.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.textfield - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.textfield</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="ILabel.html"><i>ILabel</i></a></td></tr><tr><td><a href="ITextInput.html"><i>ITextInput</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="Label.html">Label</a></td></tr><tr><td><a href="LabelEvent.html">LabelEvent</a></td></tr><tr><td><a href="LabelStyles.html">LabelStyles</a></td></tr><tr><td><a href="TextInput.html">TextInput</a></td></tr><tr><td><a href="TextInputEvent.html">TextInputEvent</a></td></tr><tr><td><a href="TextInputStyles.html">TextInputStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ILabel,com.sibirjak.asdpc.textfield.ILabel,BORDER_TYPE_LABEL,BORDER_TYPE_TEXT,CANCEL,CHANGED,FITTING_MODE_CHOP_CENTER,FITTING_MODE_CHOP_FIRST,FITTING_MODE_CHOP_LAST,FITTING_MODE_NONE,FITTING_MODE_SCALE,FOCUS_IN,FOCUS_OUT,INNER_SIZE_CHANGED,SUBMIT,UPDATE_PROPERTY_DEFAULT_TEXT,_defaultText,borderType,chopped,defaultText,defaultText,defaultTextColor,fittingMode,horizontalAlign,innerHeight,innerHeight,innerWidth,innerWidth,maxChars,restrict,style,style,textChopped,textChopped,verticalAlign"><title>com.sibirjak.asdpc.textfield.ILabel</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ILabel - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/textfield/ILabel.html&amp;com/sibirjak/asdpc/textfield/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ILabel</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ILabel"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  ILabel extends  <a href="../../../../com/sibirjak/asdpc/textfield/core/ITextField.html">ITextField</a>,  <a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IControl.html">IControl</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr></table><p></p><p></p><p></p>
	 Label public interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#innerHeight" class="signatureLink">innerHeight</a> : uint<div class="summaryTableDescription">[read-only] 
		 The height of the inner text field.</div></td><td class="summaryTableOwnerCol">ILabel</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#innerWidth" class="signatureLink">innerWidth</a> : uint<div class="summaryTableDescription">[read-only] 
		 he width of the inner text field.</div></td><td class="summaryTableOwnerCol">ILabel</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/ITextField.html#text" class="signatureLink">text</a> : String<div class="summaryTableDescription">
		 Sets or returns the current content of the internal text field.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/ITextField.html">ITextField</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#textChopped" class="signatureLink">textChopped</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the text has been chopped to fit the boundaries.</div></td><td class="summaryTableOwnerCol">ILabel</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="innerHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">innerHeight</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>innerHeight:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The height of the inner text field.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get innerHeight():uint</code><br/></div><a name="propertyDetail"></a><a name="innerWidth"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">innerWidth</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>innerWidth:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 he width of the inner text field.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get innerWidth():uint</code><br/></div><a name="propertyDetail"></a><a name="textChopped"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">textChopped</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>textChopped:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the text has been chopped to fit the boundaries.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get textChopped():Boolean</code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ITextInput,com.sibirjak.asdpc.textfield.ITextInput,BORDER_TYPE_LABEL,BORDER_TYPE_TEXT,CANCEL,CHANGED,FITTING_MODE_CHOP_CENTER,FITTING_MODE_CHOP_FIRST,FITTING_MODE_CHOP_LAST,FITTING_MODE_NONE,FITTING_MODE_SCALE,FOCUS_IN,FOCUS_OUT,INNER_SIZE_CHANGED,SUBMIT,UPDATE_PROPERTY_DEFAULT_TEXT,_defaultText,borderType,chopped,defaultText,defaultText,defaultTextColor,fittingMode,horizontalAlign,innerHeight,innerHeight,innerWidth,innerWidth,maxChars,restrict,style,style,textChopped,textChopped,verticalAlign,cleanUpCalled,clearFocus,clearFocus,draw,drawBackground,drawBorder,layoutTextField,layoutTextField,scrollTo,scrollTo,setFocus,setFocus,setSelection,setSelection,setTextFieldProperties,setTextFieldProperties,styleChanged,toString,toString,update,update"><title>com.sibirjak.asdpc.textfield.ITextInput</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ITextInput - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/textfield/ITextInput.html&amp;com/sibirjak/asdpc/textfield/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ITextInput</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ITextInput"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  ITextInput extends  <a href="../../../../com/sibirjak/asdpc/textfield/core/ITextField.html">ITextField</a>,  <a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IControl.html">IControl</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpc/textfield/TextInput.html">TextInput</a></td></tr></table><p></p><p></p><p></p>
	 TextInput public interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#defaultText" class="signatureLink">defaultText</a> : String<div class="summaryTableDescription">
		 Sets or returns the text that is displayed if the use has not added text yet.</div></td><td class="summaryTableOwnerCol">ITextInput</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/ITextField.html#text" class="signatureLink">text</a> : String<div class="summaryTableDescription">
		 Sets or returns the current content of the internal text field.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/ITextField.html">ITextField</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#clearFocus()" class="signatureLink">clearFocus</a>():void</div><div class="summaryTableDescription">
		 Removes the focus from the TextInput instance.</div></td><td class="summaryTableOwnerCol">ITextInput</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#scrollTo()" class="signatureLink">scrollTo</a>(scrollPosition:uint):void</div><div class="summaryTableDescription">
		 Scrolls the text of the internal text field horizontally.</div></td><td class="summaryTableOwnerCol">ITextInput</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setFocus()" class="signatureLink">setFocus</a>():void</div><div class="summaryTableDescription">
		 Sets the focus into the TextInput instance.</div></td><td class="summaryTableOwnerCol">ITextInput</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSelection()" class="signatureLink">setSelection</a>(startIndex:uint, endIndex:uint):void</div><div class="summaryTableDescription">
		 Preselects the text within the given range.</div></td><td class="summaryTableOwnerCol">ITextInput</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="defaultText"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">defaultText</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>defaultText:String</code><p></p><p></p><p>
		 Sets or returns the text that is displayed if the use has not added text yet.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get defaultText():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set defaultText(value:String):void</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="clearFocus()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">clearFocus</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function clearFocus():void</code><p></p><p></p><p>
		 Removes the focus from the TextInput instance.
		 </p></div><a name="scrollTo()"></a><a name="scrollTo(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollTo</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function scrollTo(scrollPosition:uint):void</code><p></p><p></p><p>
		 Scrolls the text of the internal text field horizontally.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">scrollPosition</span>:uint</code> &mdash; The index of the char to scroll to.
		 </td></tr></table></p></div><a name="setFocus()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setFocus</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setFocus():void</code><p></p><p></p><p>
		 Sets the focus into the TextInput instance.
		 </p></div><a name="setSelection()"></a><a name="setSelection(uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSelection</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setSelection(startIndex:uint, endIndex:uint):void</code><p></p><p></p><p>
		 Preselects the text within the given range.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">startIndex</span>:uint</code> &mdash; The first char index.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">endIndex</span>:uint</code> &mdash; The last char index.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="Label,com.sibirjak.asdpc.textfield.Label,BORDER_TYPE_LABEL,BORDER_TYPE_TEXT,CANCEL,CHANGED,FITTING_MODE_CHOP_CENTER,FITTING_MODE_CHOP_FIRST,FITTING_MODE_CHOP_LAST,FITTING_MODE_NONE,FITTING_MODE_SCALE,FOCUS_IN,FOCUS_OUT,INNER_SIZE_CHANGED,SUBMIT,UPDATE_PROPERTY_DEFAULT_TEXT,_defaultText,borderType,chopped,defaultText,defaultText,defaultTextColor,fittingMode,horizontalAlign,innerHeight,innerHeight,innerWidth,innerWidth,maxChars,restrict,style,style,textChopped,textChopped,verticalAlign,cleanUpCalled,clearFocus,clearFocus,draw,drawBackground,drawBorder,layoutTextField,layoutTextField,scrollTo,scrollTo,setFocus,setFocus,setSelection,setSelection,setTextFieldProperties,setTextFieldProperties,styleChanged,toString,toString,update,update"><title>com.sibirjak.asdpc.textfield.Label</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Label - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/textfield/Label.html&amp;com/sibirjak/asdpc/textfield/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Label</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Label"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Label</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Label  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a></td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html">ToolTipLabel</a></td></tr></table><p></p><p></p><p></p>
	 Label component.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#innerHeight" class="signatureLink">innerHeight</a> : uint<div class="summaryTableDescription">[read-only] 
		 
		 The height of the inner text field.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#innerWidth" class="signatureLink">innerWidth</a> : uint<div class="summaryTableDescription">[read-only] 
		 
		 he width of the inner text field.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html">LabelStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all Label style property definitions.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#text" class="signatureLink">text</a> : String<div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#textChopped" class="signatureLink">textChopped</a> : Boolean<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_background" class="signatureLink">_background</a> : Shape<div class="summaryTableDescription">
		 The background.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_border" class="signatureLink">_border</a> : Shape<div class="summaryTableDescription">
		 The text field borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_text" class="signatureLink">_text</a> : String<div class="summaryTableDescription">
		 The textfield content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_tf" class="signatureLink">_tf</a> : TextField<div class="summaryTableDescription">
		 The internal TextField instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#Label()" class="signatureLink">Label</a>()</div><div class="summaryTableDescription">
		 Label constructor.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">[override] 
		 toString() function.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawBackground()" class="signatureLink">drawBackground</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Draws the text field background.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawBorder()" class="signatureLink">drawBorder</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Draws the text field borders.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#layoutTextField()" class="signatureLink">layoutTextField</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Template method to layout and size the internal text field.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setTextFieldProperties()" class="signatureLink">setTextFieldProperties</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Template method to set custom text field properties.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:label_sizeChanged" class="signatureLink">label_sizeChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type INNER_SIZE_CHANGED
		 
		 Dispatched, if the size of the inner text field has changed.
		 </td><td class="summaryTableOwnerCol">Label</td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:label_borderType"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">label_borderType</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the label border type.
		 </td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:label_fittingMode"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">label_fittingMode</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the text fitting mode.
		 </td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:label_horizontalAlign"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">label_horizontalAlign</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the horizontal align of the text within the label dimensions.
		 </td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:label_verticalAlign"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">label_verticalAlign</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the vertical align of the text within the label dimensions.
		 </td><td class="summaryTableOwnerCol">Label</td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_antiAliasType" class="signatureLink">textFieldBase_antiAliasType</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_background" class="signatureLink">textFieldBase_background</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_backgroundColor" class="signatureLink">textFieldBase_backgroundColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_bold" class="signatureLink">textFieldBase_bold</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_border" class="signatureLink">textFieldBase_border</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_borderDarkColor" class="signatureLink">textFieldBase_borderDarkColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_borderLightColor" class="signatureLink">textFieldBase_borderLightColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_color" class="signatureLink">textFieldBase_color</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_embedFont" class="signatureLink">textFieldBase_embedFont</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_embedFont" class="signatureLink">textFieldBase_embedFont</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_font" class="signatureLink">textFieldBase_font</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Font name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_letterSpacing" class="signatureLink">textFieldBase_letterSpacing</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_selectable" class="signatureLink">textFieldBase_selectable</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_size" class="signatureLink">textFieldBase_size</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_underline" class="signatureLink">textFieldBase_underline</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BORDER_TYPE_LABEL" class="signatureLink">BORDER_TYPE_LABEL</a> : String = label<div class="summaryTableDescription">[static] 
		 Name constant defining the the border type label.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BORDER_TYPE_TEXT" class="signatureLink">BORDER_TYPE_TEXT</a> : String = text<div class="summaryTableDescription">[static] 
		 Name constant defining the border type text.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#FITTING_MODE_CHOP_CENTER" class="signatureLink">FITTING_MODE_CHOP_CENTER</a> : String = chop_center<div class="summaryTableDescription">[static] 
		 Name constant defining the fitting mode chop center.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#FITTING_MODE_CHOP_FIRST" class="signatureLink">FITTING_MODE_CHOP_FIRST</a> : String = chop_first<div class="summaryTableDescription">[static] 
		 Name constant defining the fitting mode chop first.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#FITTING_MODE_CHOP_LAST" class="signatureLink">FITTING_MODE_CHOP_LAST</a> : String = chop_last<div class="summaryTableDescription">[static] 
		 Name constant defining the fitting mode chop last.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#FITTING_MODE_NONE" class="signatureLink">FITTING_MODE_NONE</a> : String = none<div class="summaryTableDescription">[static] 
		 Name constant defining the fitting mode none.</div></td><td class="summaryTableOwnerCol">Label</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#FITTING_MODE_SCALE" class="signatureLink">FITTING_MODE_SCALE</a> : String = scale<div class="summaryTableDescription">[static] 
		 Name constant defining the fitting mode scale.</div></td><td class="summaryTableOwnerCol">Label</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_BACKGROUND" class="signatureLink">COMMIT_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_BORDER" class="signatureLink">COMMIT_PROPERTY_BORDER</a> : String = border<div class="summaryTableDescription">
		 Name constant for the border update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_TEXT_FIELD_SIZE" class="signatureLink">COMMIT_PROPERTY_TEXT_FIELD_SIZE</a> : String = text_field_size<div class="summaryTableDescription">
		 Name constant for the text field size update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_TEXT_SIZE" class="signatureLink">COMMIT_PROPERTY_TEXT_SIZE</a> : String = text_size<div class="summaryTableDescription">
		 Name constant for the text size update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BACKGROUND" class="signatureLink">UPDATE_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BACKGROUND_COLOR" class="signatureLink">UPDATE_PROPERTY_BACKGROUND_COLOR</a> : String = background_color<div class="summaryTableDescription">
		 Name constant for the background color invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BORDER" class="signatureLink">UPDATE_PROPERTY_BORDER</a> : String = border<div class="summaryTableDescription">
		 Name constant for the border invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BORDER_COLOR" class="signatureLink">UPDATE_PROPERTY_BORDER_COLOR</a> : String = border_color<div class="summaryTableDescription">
		 Name constant for the border color invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_COLOR" class="signatureLink">UPDATE_PROPERTY_COLOR</a> : String = color<div class="summaryTableDescription">
		 Name constant for the color invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_SELECTABLE" class="signatureLink">UPDATE_PROPERTY_SELECTABLE</a> : String = selectable<div class="summaryTableDescription">
		 Name constant for the selectable invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_TEXT" class="signatureLink">UPDATE_PROPERTY_TEXT</a> : String = text<div class="summaryTableDescription">
		 Name constant for the text invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_TEXT_FORMAT" class="signatureLink">UPDATE_PROPERTY_TEXT_FORMAT</a> : String = text_format<div class="summaryTableDescription">
		 Name constant for the text format invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="innerHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">innerHeight</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>innerHeight:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The height of the inner text field.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get innerHeight():uint</code><br/></div><a name="propertyDetail"></a><a name="innerWidth"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">innerWidth</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>innerWidth:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 he width of the inner text field.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get innerWidth():uint</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html">LabelStyles</a></code><p></p><p></p><p>
		 Central accessor to all Label style property definitions.
		 </p></div><a name="propertyDetail"></a><a name="textChopped"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">textChopped</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>textChopped:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get textChopped():Boolean</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="Label()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">Label</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function Label()</code><p></p><p>
		 Label constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="drawBackground()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawBackground</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function drawBackground():void</code><p></p><p></p><p>
		 
		 Draws the text field background.
		 </p></div><a name="drawBorder()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawBorder</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function drawBorder():void</code><p></p><p></p><p>
		 
		 Draws the text field borders.
		 </p></div><a name="layoutTextField()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">layoutTextField</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function layoutTextField():void</code><p></p><p></p><p>
		 
		 Template method to layout and size the internal text field.
		 </p></div><a name="setTextFieldProperties()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setTextFieldProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function setTextFieldProperties():void</code><p></p><p></p><p>
		 
		 Template method to set custom text field properties.
		 </p></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader"> Event Detail </div><a name="event:label_sizeChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">label_sizeChanged</td><td class="detailHeaderType"> Event </td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/textfield/LabelEvent.html"><code>com.sibirjak.asdpc.textfield.LabelEvent</code></a><br/><span class="label">LabelEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/textfield/LabelEvent.html#INNER_SIZE_CHANGED"><code>com.sibirjak.asdpc.textfield.LabelEvent.INNER_SIZE_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type INNER_SIZE_CHANGED
		 
		 <p>Dispatched, if the size of the inner text field has changed.</p>
		 </div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BORDER_TYPE_LABEL"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BORDER_TYPE_LABEL</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BORDER_TYPE_LABEL:String = label</code><p></p><p></p><p>
		 Name constant defining the the border type label.
		 </p></div><a name="constantDetail"></a><a name="BORDER_TYPE_TEXT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BORDER_TYPE_TEXT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const BORDER_TYPE_TEXT:String = text</code><p></p><p></p><p>
		 Name constant defining the border type text.
		 </p></div><a name="constantDetail"></a><a name="FITTING_MODE_CHOP_CENTER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">FITTING_MODE_CHOP_CENTER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const FITTING_MODE_CHOP_CENTER:String = chop_center</code><p></p><p></p><p>
		 Name constant defining the fitting mode chop center.
		 </p></div><a name="constantDetail"></a><a name="FITTING_MODE_CHOP_FIRST"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">FITTING_MODE_CHOP_FIRST</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const FITTING_MODE_CHOP_FIRST:String = chop_first</code><p></p><p></p><p>
		 Name constant defining the fitting mode chop first.
		 </p></div><a name="constantDetail"></a><a name="FITTING_MODE_CHOP_LAST"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">FITTING_MODE_CHOP_LAST</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const FITTING_MODE_CHOP_LAST:String = chop_last</code><p></p><p></p><p>
		 Name constant defining the fitting mode chop last.
		 </p></div><a name="constantDetail"></a><a name="FITTING_MODE_NONE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">FITTING_MODE_NONE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const FITTING_MODE_NONE:String = none</code><p></p><p></p><p>
		 Name constant defining the fitting mode none.
		 </p></div><a name="constantDetail"></a><a name="FITTING_MODE_SCALE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">FITTING_MODE_SCALE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const FITTING_MODE_SCALE:String = scale</code><p></p><p></p><p>
		 Name constant defining the fitting mode scale.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="LabelEvent,com.sibirjak.asdpc.textfield.LabelEvent,BORDER_TYPE_LABEL,BORDER_TYPE_TEXT,CANCEL,CHANGED,FITTING_MODE_CHOP_CENTER,FITTING_MODE_CHOP_FIRST,FITTING_MODE_CHOP_LAST,FITTING_MODE_NONE,FITTING_MODE_SCALE,FOCUS_IN,FOCUS_OUT,INNER_SIZE_CHANGED,SUBMIT,UPDATE_PROPERTY_DEFAULT_TEXT,_defaultText,borderType,chopped,defaultText,defaultText,defaultTextColor,fittingMode,horizontalAlign,innerHeight,innerHeight,innerWidth,innerWidth,maxChars,restrict,style,style,textChopped,textChopped,verticalAlign"><title>com.sibirjak.asdpc.textfield.LabelEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'LabelEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/textfield/LabelEvent.html&amp;com/sibirjak/asdpc/textfield/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">LabelEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("LabelEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  LabelEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">LabelEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 Label event.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#chopped" class="signatureLink">chopped</a> : Boolean<div class="summaryTableDescription">
		 True, if the text has been chopped in order to fit the label boundaries.</div></td><td class="summaryTableOwnerCol">LabelEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#LabelEvent()" class="signatureLink">LabelEvent</a>(type:String)</div><div class="summaryTableDescription">
		 LabelEvent constructor.</div></td><td class="summaryTableOwnerCol">LabelEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#INNER_SIZE_CHANGED" class="signatureLink">INNER_SIZE_CHANGED</a> : String = label_sizeChanged<div class="summaryTableDescription">[static] 
		 Event type INNER_SIZE_CHANGED
		 
		 Dispatched, if the size of the inner text field has changed.
		 </div></td><td class="summaryTableOwnerCol">LabelEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="chopped"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">chopped</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var chopped:Boolean</code><p></p><p></p><p>
		 True, if the text has been chopped in order to fit the label boundaries.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="LabelEvent()"></a><a name="LabelEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LabelEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function LabelEvent(type:String)</code><p></p><p>
		 LabelEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="INNER_SIZE_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">INNER_SIZE_CHANGED</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const INNER_SIZE_CHANGED:String = label_sizeChanged</code><p></p><p></p><p>
		 Event type INNER_SIZE_CHANGED
		 
		 <p>Dispatched, if the size of the inner text field has changed.</p>
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="LabelStyles,com.sibirjak.asdpc.textfield.LabelStyles,BORDER_TYPE_LABEL,BORDER_TYPE_TEXT,CANCEL,CHANGED,FITTING_MODE_CHOP_CENTER,FITTING_MODE_CHOP_FIRST,FITTING_MODE_CHOP_LAST,FITTING_MODE_NONE,FITTING_MODE_SCALE,FOCUS_IN,FOCUS_OUT,INNER_SIZE_CHANGED,SUBMIT,UPDATE_PROPERTY_DEFAULT_TEXT,_defaultText,borderType,chopped,defaultText,defaultText,defaultTextColor,fittingMode,horizontalAlign,innerHeight,innerHeight,innerWidth,innerWidth,maxChars,restrict,style,style,textChopped,textChopped,verticalAlign"><title>com.sibirjak.asdpc.textfield.LabelStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'LabelStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/textfield/LabelStyles.html&amp;com/sibirjak/asdpc/textfield/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">LabelStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("LabelStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  LabelStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">LabelStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpc/textfield/TextInputStyles.html">TextInputStyles</a></td></tr></table><p></p><p></p><p></p>
	 Label style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#antiAliasType" class="signatureLink">antiAliasType</a> : String = textFieldBase_antiAliasType<div class="summaryTableDescription">
		 Style property defining the anti alias type.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#background" class="signatureLink">background</a> : String = textFieldBase_background<div class="summaryTableDescription">
		 Style property defining the background visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#backgroundColor" class="signatureLink">backgroundColor</a> : String = textFieldBase_backgroundColor<div class="summaryTableDescription">
		 Style property defining the background color.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#bold" class="signatureLink">bold</a> : String = textFieldBase_bold<div class="summaryTableDescription">
		 Style property defining the text font weight.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#border" class="signatureLink">border</a> : String = textFieldBase_border<div class="summaryTableDescription">
		 Style property defining the border visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#borderDarkColor" class="signatureLink">borderDarkColor</a> : String = textFieldBase_borderDarkColor<div class="summaryTableDescription">
		 Style property defining the border dark color.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#borderLightColor" class="signatureLink">borderLightColor</a> : String = textFieldBase_borderLightColor<div class="summaryTableDescription">
		 Style property defining the border light color.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#borderType" class="signatureLink">borderType</a> : String = label_borderType<div class="summaryTableDescription">
		 Style property defining the label border type.</div></td><td class="summaryTableOwnerCol">LabelStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#color" class="signatureLink">color</a> : String = textFieldBase_color<div class="summaryTableDescription">
		 Style property defining the text color.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#embedFont" class="signatureLink">embedFont</a> : String = textFieldBase_embedFont<div class="summaryTableDescription">
		 Style property defining that an embed font is to use.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#fittingMode" class="signatureLink">fittingMode</a> : String = label_fittingMode<div class="summaryTableDescription">
		 Style property defining the text fitting mode.</div></td><td class="summaryTableOwnerCol">LabelStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#font" class="signatureLink">font</a> : String = textFieldBase_font<div class="summaryTableDescription">
		 Style property defining the text font.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#horizontalAlign" class="signatureLink">horizontalAlign</a> : String = label_horizontalAlign<div class="summaryTableDescription">
		 Style property defining the horizontal align of the text within the label dimensions.</div></td><td class="summaryTableOwnerCol">LabelStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#letterSpacing" class="signatureLink">letterSpacing</a> : String = textFieldBase_letterSpacing<div class="summaryTableDescription">
		 Style property defining the letter spacing.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#selectable" class="signatureLink">selectable</a> : String = textFieldBase_selectable<div class="summaryTableDescription">
		 Style property defining the selectability.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#size" class="signatureLink">size</a> : String = textFieldBase_size<div class="summaryTableDescription">
		 Style property defining the text size.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#underline" class="signatureLink">underline</a> : String = textFieldBase_underline<div class="summaryTableDescription">
		 Style property defining underlined text.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#verticalAlign" class="signatureLink">verticalAlign</a> : String = label_verticalAlign<div class="summaryTableDescription">
		 Style property defining the vertical align of the text within the label dimensions.</div></td><td class="summaryTableOwnerCol">LabelStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="borderType"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderType</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const borderType:String = label_borderType</code><p></p><p></p><p>
		 Style property defining the label border type.
		 </p></div><a name="constantDetail"></a><a name="fittingMode"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">fittingMode</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const fittingMode:String = label_fittingMode</code><p></p><p></p><p>
		 Style property defining the text fitting mode.
		 </p></div><a name="constantDetail"></a><a name="horizontalAlign"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">horizontalAlign</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const horizontalAlign:String = label_horizontalAlign</code><p></p><p></p><p>
		 Style property defining the horizontal align of the text within the label dimensions.
		 </p></div><a name="constantDetail"></a><a name="verticalAlign"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">verticalAlign</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const verticalAlign:String = label_verticalAlign</code><p></p><p></p><p>
		 Style property defining the vertical align of the text within the label dimensions.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.textfield Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.textfield package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/textfield/package-detail.html&amp;com/sibirjak/asdpc/textfield/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.textfield</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.textfield"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="ILabel.html">ILabel</a></i></td><td class="summaryTableLastCol">
	 Label public interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="ITextInput.html">ITextInput</a></i></td><td class="summaryTableLastCol">
	 TextInput public interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Label.html">Label</a></td><td class="summaryTableLastCol">
	 Label component.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="LabelEvent.html">LabelEvent</a></td><td class="summaryTableLastCol">
	 Label event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="LabelStyles.html">LabelStyles</a></td><td class="summaryTableLastCol">
	 Label style properties.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TextInput.html">TextInput</a></td><td class="summaryTableLastCol">
	 TextInput component.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TextInputEvent.html">TextInputEvent</a></td><td class="summaryTableLastCol">
	 TextInput event.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TextInputStyles.html">TextInputStyles</a></td><td class="summaryTableLastCol">
	 TextInput style properties.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TextInput,com.sibirjak.asdpc.textfield.TextInput,BORDER_TYPE_LABEL,BORDER_TYPE_TEXT,CANCEL,CHANGED,FITTING_MODE_CHOP_CENTER,FITTING_MODE_CHOP_FIRST,FITTING_MODE_CHOP_LAST,FITTING_MODE_NONE,FITTING_MODE_SCALE,FOCUS_IN,FOCUS_OUT,INNER_SIZE_CHANGED,SUBMIT,UPDATE_PROPERTY_DEFAULT_TEXT,_defaultText,borderType,chopped,defaultText,defaultText,defaultTextColor,fittingMode,horizontalAlign,innerHeight,innerHeight,innerWidth,innerWidth,maxChars,restrict,style,style,textChopped,textChopped,verticalAlign,cleanUpCalled,clearFocus,clearFocus,draw,drawBackground,drawBorder,layoutTextField,layoutTextField,scrollTo,scrollTo,setFocus,setFocus,setSelection,setSelection,setTextFieldProperties,setTextFieldProperties,styleChanged,toString,toString,update,update"><title>com.sibirjak.asdpc.textfield.TextInput</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TextInput - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/textfield/TextInput.html&amp;com/sibirjak/asdpc/textfield/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TextInput</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TextInput"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TextInput</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TextInput  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/textfield/ITextInput.html">ITextInput</a></td></tr></table><p></p><p></p><p></p>
	 TextInput component.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#defaultText" class="signatureLink">defaultText</a> : String<div class="summaryTableDescription">
		 
		 Sets or returns the text that is displayed if the use has not added text yet.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpc/textfield/TextInputStyles.html">TextInputStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all TextInput style property definitions.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#text" class="signatureLink">text</a> : String<div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_background" class="signatureLink">_background</a> : Shape<div class="summaryTableDescription">
		 The background.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_border" class="signatureLink">_border</a> : Shape<div class="summaryTableDescription">
		 The text field borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_defaultText" class="signatureLink">_defaultText</a> : String<div class="summaryTableDescription">
		 The default textfield content.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_text" class="signatureLink">_text</a> : String<div class="summaryTableDescription">
		 The textfield content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_tf" class="signatureLink">_tf</a> : TextField<div class="summaryTableDescription">
		 The internal TextField instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TextInput()" class="signatureLink">TextInput</a>()</div><div class="summaryTableDescription">
		 TextInput constructor.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#clearFocus()" class="signatureLink">clearFocus</a>():void</div><div class="summaryTableDescription">
		 
		 Removes the focus from the TextInput instance.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#scrollTo()" class="signatureLink">scrollTo</a>(scrollPosition:uint):void</div><div class="summaryTableDescription">
		 
		 Scrolls the text of the internal text field horizontally.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setFocus()" class="signatureLink">setFocus</a>():void</div><div class="summaryTableDescription">
		 
		 Sets the focus into the TextInput instance.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setSelection()" class="signatureLink">setSelection</a>(startIndex:uint, endIndex:uint):void</div><div class="summaryTableDescription">
		 
		 Preselects the text within the given range.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">[override] 
		 toString() function.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#drawBackground()" class="signatureLink">drawBackground</a>():void</div><div class="summaryTableDescription">
		 Draws the text field background.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#drawBorder()" class="signatureLink">drawBorder</a>():void</div><div class="summaryTableDescription">
		 Draws the text field borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#layoutTextField()" class="signatureLink">layoutTextField</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Template method to layout and size the internal text field.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setTextFieldProperties()" class="signatureLink">setTextFieldProperties</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Template method to set custom text field properties.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:textInput_cancel" class="signatureLink">textInput_cancel</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CANCEL.</td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:textInput_changed" class="signatureLink">textInput_changed</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CHANGED
		 
		 Dispatched, after the text of the inner text field has changed.
		 </td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:textInput_focusIn" class="signatureLink">textInput_focusIn</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type FOCUS_IN
		 
		 Dispatched, if the user focuses the text input.
		 </td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:textInput_focusOut" class="signatureLink">textInput_focusOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type FOCUS_OUT
		 
		 Dispatched, if the text input has lost the focus.
		 </td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:textInput_submit" class="signatureLink">textInput_submit</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SUBMIT.</td><td class="summaryTableOwnerCol">TextInput</td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_antiAliasType" class="signatureLink">textFieldBase_antiAliasType</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_background" class="signatureLink">textFieldBase_background</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_backgroundColor" class="signatureLink">textFieldBase_backgroundColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_bold" class="signatureLink">textFieldBase_bold</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_border" class="signatureLink">textFieldBase_border</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_borderDarkColor" class="signatureLink">textFieldBase_borderDarkColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_borderLightColor" class="signatureLink">textFieldBase_borderLightColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_color" class="signatureLink">textFieldBase_color</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_embedFont" class="signatureLink">textFieldBase_embedFont</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_embedFont" class="signatureLink">textFieldBase_embedFont</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_font" class="signatureLink">textFieldBase_font</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Font name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_letterSpacing" class="signatureLink">textFieldBase_letterSpacing</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_selectable" class="signatureLink">textFieldBase_selectable</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_size" class="signatureLink">textFieldBase_size</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_underline" class="signatureLink">textFieldBase_underline</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textInput_defaultTextColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textInput_defaultTextColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the default text color.
		 </td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textInput_maxChars"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textInput_maxChars</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Quantity<br/>
		 Style property defining the maximum number of chars
		 </td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textInput_restrict"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textInput_restrict</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Chars<br/>
		 Style property defining the restricted chars.
		 </td><td class="summaryTableOwnerCol">TextInput</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_BACKGROUND" class="signatureLink">COMMIT_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_BORDER" class="signatureLink">COMMIT_PROPERTY_BORDER</a> : String = border<div class="summaryTableDescription">
		 Name constant for the border update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_TEXT_FIELD_SIZE" class="signatureLink">COMMIT_PROPERTY_TEXT_FIELD_SIZE</a> : String = text_field_size<div class="summaryTableDescription">
		 Name constant for the text field size update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_TEXT_SIZE" class="signatureLink">COMMIT_PROPERTY_TEXT_SIZE</a> : String = text_size<div class="summaryTableDescription">
		 Name constant for the text size update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BACKGROUND" class="signatureLink">UPDATE_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BACKGROUND_COLOR" class="signatureLink">UPDATE_PROPERTY_BACKGROUND_COLOR</a> : String = background_color<div class="summaryTableDescription">
		 Name constant for the background color invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BORDER" class="signatureLink">UPDATE_PROPERTY_BORDER</a> : String = border<div class="summaryTableDescription">
		 Name constant for the border invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BORDER_COLOR" class="signatureLink">UPDATE_PROPERTY_BORDER_COLOR</a> : String = border_color<div class="summaryTableDescription">
		 Name constant for the border color invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_COLOR" class="signatureLink">UPDATE_PROPERTY_COLOR</a> : String = color<div class="summaryTableDescription">
		 Name constant for the color invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_DEFAULT_TEXT" class="signatureLink">UPDATE_PROPERTY_DEFAULT_TEXT</a> : String = default_text<div class="summaryTableDescription">
		 Name constant for the default text invalidation property.</div></td><td class="summaryTableOwnerCol">TextInput</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_SELECTABLE" class="signatureLink">UPDATE_PROPERTY_SELECTABLE</a> : String = selectable<div class="summaryTableDescription">
		 Name constant for the selectable invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_TEXT" class="signatureLink">UPDATE_PROPERTY_TEXT</a> : String = text<div class="summaryTableDescription">
		 Name constant for the text invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_TEXT_FORMAT" class="signatureLink">UPDATE_PROPERTY_TEXT_FORMAT</a> : String = text_format<div class="summaryTableDescription">
		 Name constant for the text format invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_defaultText"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_defaultText</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _defaultText:String</code><p></p><p></p><p>
		 The default textfield content.
		 </p></div><a name="propertyDetail"></a><a name="defaultText"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">defaultText</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>defaultText:String</code><p></p><p></p><p>
		 
		 Sets or returns the text that is displayed if the use has not added text yet.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get defaultText():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set defaultText(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpc/textfield/TextInputStyles.html">TextInputStyles</a></code><p></p><p></p><p>
		 Central accessor to all TextInput style property definitions.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TextInput()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TextInput</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TextInput()</code><p></p><p>
		 TextInput constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="clearFocus()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">clearFocus</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function clearFocus():void</code><p></p><p></p><p>
		 
		 Removes the focus from the TextInput instance.
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="layoutTextField()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">layoutTextField</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function layoutTextField():void</code><p></p><p></p><p>
		 
		 Template method to layout and size the internal text field.
		 </p></div><a name="scrollTo()"></a><a name="scrollTo(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollTo</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function scrollTo(scrollPosition:uint):void</code><p></p><p></p><p>
		 
		 Scrolls the text of the internal text field horizontally.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">scrollPosition</span>:uint</code> &mdash; The index of the char to scroll to.
		 </td></tr></table></p></div><a name="setFocus()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setFocus</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setFocus():void</code><p></p><p></p><p>
		 
		 Sets the focus into the TextInput instance.
		 </p></div><a name="setSelection()"></a><a name="setSelection(uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setSelection</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setSelection(startIndex:uint, endIndex:uint):void</code><p></p><p></p><p>
		 
		 Preselects the text within the given range.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">startIndex</span>:uint</code> &mdash; The first char index.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">endIndex</span>:uint</code> &mdash; The last char index.
		 </td></tr></table></p></div><a name="setTextFieldProperties()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setTextFieldProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function setTextFieldProperties():void</code><p></p><p></p><p>
		 
		 Template method to set custom text field properties.
		 </p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader"> Event Detail </div><a name="event:textInput_cancel"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">textInput_cancel</td><td class="detailHeaderType"> Event </td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/textfield/TextInputEvent.html"><code>com.sibirjak.asdpc.textfield.TextInputEvent</code></a><br/><span class="label">TextInputEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/textfield/TextInputEvent.html#CANCEL"><code>com.sibirjak.asdpc.textfield.TextInputEvent.CANCEL</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type CANCEL.
		 
		 <p>Dispatched, if the user has pressed the ESC key.</p>
		 </div><a name="event:textInput_changed"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">textInput_changed</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/textfield/TextInputEvent.html"><code>com.sibirjak.asdpc.textfield.TextInputEvent</code></a><br/><span class="label">TextInputEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/textfield/TextInputEvent.html#CHANGED"><code>com.sibirjak.asdpc.textfield.TextInputEvent.CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type CHANGED
		 
		 <p>Dispatched, after the text of the inner text field has changed.</p>
		 </div><a name="event:textInput_focusIn"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">textInput_focusIn</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/textfield/TextInputEvent.html"><code>com.sibirjak.asdpc.textfield.TextInputEvent</code></a><br/><span class="label">TextInputEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/textfield/TextInputEvent.html#FOCUS_IN"><code>com.sibirjak.asdpc.textfield.TextInputEvent.FOCUS_IN</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type FOCUS_IN
		 
		 <p>Dispatched, if the user focuses the text input.</p>
		 </div><a name="event:textInput_focusOut"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">textInput_focusOut</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/textfield/TextInputEvent.html"><code>com.sibirjak.asdpc.textfield.TextInputEvent</code></a><br/><span class="label">TextInputEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/textfield/TextInputEvent.html#FOCUS_OUT"><code>com.sibirjak.asdpc.textfield.TextInputEvent.FOCUS_OUT</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type FOCUS_OUT
		 
		 <p>Dispatched, if the text input has lost the focus.</p>
		 </div><a name="event:textInput_submit"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">textInput_submit</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/textfield/TextInputEvent.html"><code>com.sibirjak.asdpc.textfield.TextInputEvent</code></a><br/><span class="label">TextInputEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/textfield/TextInputEvent.html#SUBMIT"><code>com.sibirjak.asdpc.textfield.TextInputEvent.SUBMIT</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type SUBMIT.
		 
		 <p>Dispatched, if the user has pressed the ENTER key.</p>
		 </div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_DEFAULT_TEXT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_DEFAULT_TEXT</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_DEFAULT_TEXT:String = default_text</code><p></p><p></p><p>
		 Name constant for the default text invalidation property.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TextInputEvent,com.sibirjak.asdpc.textfield.TextInputEvent,BORDER_TYPE_LABEL,BORDER_TYPE_TEXT,CANCEL,CHANGED,FITTING_MODE_CHOP_CENTER,FITTING_MODE_CHOP_FIRST,FITTING_MODE_CHOP_LAST,FITTING_MODE_NONE,FITTING_MODE_SCALE,FOCUS_IN,FOCUS_OUT,INNER_SIZE_CHANGED,SUBMIT,UPDATE_PROPERTY_DEFAULT_TEXT,_defaultText,borderType,chopped,defaultText,defaultText,defaultTextColor,fittingMode,horizontalAlign,innerHeight,innerHeight,innerWidth,innerWidth,maxChars,restrict,style,style,textChopped,textChopped,verticalAlign"><title>com.sibirjak.asdpc.textfield.TextInputEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TextInputEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/textfield/TextInputEvent.html&amp;com/sibirjak/asdpc/textfield/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TextInputEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TextInputEvent"); titleBar_setSubNav(true,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TextInputEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TextInputEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 TextInput event.
	 
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TextInputEvent()" class="signatureLink">TextInputEvent</a>(type:String)</div><div class="summaryTableDescription">
		 TextInputEvent constructor.</div></td><td class="summaryTableOwnerCol">TextInputEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CANCEL" class="signatureLink">CANCEL</a> : String = textInput_cancel<div class="summaryTableDescription">[static] 
		 Event type CANCEL.</div></td><td class="summaryTableOwnerCol">TextInputEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CHANGED" class="signatureLink">CHANGED</a> : String = textInput_changed<div class="summaryTableDescription">[static] 
		 Event type CHANGED
		 
		 Dispatched, after the text of the inner text field has changed.
		 </div></td><td class="summaryTableOwnerCol">TextInputEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#FOCUS_IN" class="signatureLink">FOCUS_IN</a> : String = textInput_focusIn<div class="summaryTableDescription">[static] 
		 Event type FOCUS_IN
		 
		 Dispatched, if the user focuses the text input.
		 </div></td><td class="summaryTableOwnerCol">TextInputEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#FOCUS_OUT" class="signatureLink">FOCUS_OUT</a> : String = textInput_focusOut<div class="summaryTableDescription">[static] 
		 Event type FOCUS_OUT
		 
		 Dispatched, if the text input has lost the focus.
		 </div></td><td class="summaryTableOwnerCol">TextInputEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SUBMIT" class="signatureLink">SUBMIT</a> : String = textInput_submit<div class="summaryTableDescription">[static] 
		 Event type SUBMIT.</div></td><td class="summaryTableOwnerCol">TextInputEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TextInputEvent()"></a><a name="TextInputEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TextInputEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TextInputEvent(type:String)</code><p></p><p>
		 TextInputEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="CANCEL"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CANCEL</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const CANCEL:String = textInput_cancel</code><p></p><p></p><p>
		 Event type CANCEL.
		 
		 <p>Dispatched, if the user has pressed the ESC key.</p>
		 </p></div><a name="constantDetail"></a><a name="CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const CHANGED:String = textInput_changed</code><p></p><p></p><p>
		 Event type CHANGED
		 
		 <p>Dispatched, after the text of the inner text field has changed.</p>
		 </p></div><a name="constantDetail"></a><a name="FOCUS_IN"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">FOCUS_IN</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const FOCUS_IN:String = textInput_focusIn</code><p></p><p></p><p>
		 Event type FOCUS_IN
		 
		 <p>Dispatched, if the user focuses the text input.</p>
		 </p></div><a name="constantDetail"></a><a name="FOCUS_OUT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">FOCUS_OUT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const FOCUS_OUT:String = textInput_focusOut</code><p></p><p></p><p>
		 Event type FOCUS_OUT
		 
		 <p>Dispatched, if the text input has lost the focus.</p>
		 </p></div><a name="constantDetail"></a><a name="SUBMIT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SUBMIT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SUBMIT:String = textInput_submit</code><p></p><p></p><p>
		 Event type SUBMIT.
		 
		 <p>Dispatched, if the user has pressed the ENTER key.</p>
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TextInputStyles,com.sibirjak.asdpc.textfield.TextInputStyles,BORDER_TYPE_LABEL,BORDER_TYPE_TEXT,CANCEL,CHANGED,FITTING_MODE_CHOP_CENTER,FITTING_MODE_CHOP_FIRST,FITTING_MODE_CHOP_LAST,FITTING_MODE_NONE,FITTING_MODE_SCALE,FOCUS_IN,FOCUS_OUT,INNER_SIZE_CHANGED,SUBMIT,UPDATE_PROPERTY_DEFAULT_TEXT,_defaultText,borderType,chopped,defaultText,defaultText,defaultTextColor,fittingMode,horizontalAlign,innerHeight,innerHeight,innerWidth,innerWidth,maxChars,restrict,style,style,textChopped,textChopped,verticalAlign"><title>com.sibirjak.asdpc.textfield.TextInputStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TextInputStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/textfield/TextInputStyles.html&amp;com/sibirjak/asdpc/textfield/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TextInputStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TextInputStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TextInputStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TextInputStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html">LabelStyles</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 TextInput style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#antiAliasType" class="signatureLink">antiAliasType</a> : String = textFieldBase_antiAliasType<div class="summaryTableDescription">
		 Style property defining the anti alias type.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#background" class="signatureLink">background</a> : String = textFieldBase_background<div class="summaryTableDescription">
		 Style property defining the background visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#backgroundColor" class="signatureLink">backgroundColor</a> : String = textFieldBase_backgroundColor<div class="summaryTableDescription">
		 Style property defining the background color.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#bold" class="signatureLink">bold</a> : String = textFieldBase_bold<div class="summaryTableDescription">
		 Style property defining the text font weight.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#border" class="signatureLink">border</a> : String = textFieldBase_border<div class="summaryTableDescription">
		 Style property defining the border visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#borderDarkColor" class="signatureLink">borderDarkColor</a> : String = textFieldBase_borderDarkColor<div class="summaryTableDescription">
		 Style property defining the border dark color.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#borderLightColor" class="signatureLink">borderLightColor</a> : String = textFieldBase_borderLightColor<div class="summaryTableDescription">
		 Style property defining the border light color.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html#borderType" class="signatureLink">borderType</a> : String = label_borderType<div class="summaryTableDescription">
		 Style property defining the label border type.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html">LabelStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#color" class="signatureLink">color</a> : String = textFieldBase_color<div class="summaryTableDescription">
		 Style property defining the text color.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#defaultTextColor" class="signatureLink">defaultTextColor</a> : String = textInput_defaultTextColor<div class="summaryTableDescription">
		 Style property defining the default text color.</div></td><td class="summaryTableOwnerCol">TextInputStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#embedFont" class="signatureLink">embedFont</a> : String = textFieldBase_embedFont<div class="summaryTableDescription">
		 Style property defining that an embed font is to use.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html#fittingMode" class="signatureLink">fittingMode</a> : String = label_fittingMode<div class="summaryTableDescription">
		 Style property defining the text fitting mode.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html">LabelStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#font" class="signatureLink">font</a> : String = textFieldBase_font<div class="summaryTableDescription">
		 Style property defining the text font.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html#horizontalAlign" class="signatureLink">horizontalAlign</a> : String = label_horizontalAlign<div class="summaryTableDescription">
		 Style property defining the horizontal align of the text within the label dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html">LabelStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#letterSpacing" class="signatureLink">letterSpacing</a> : String = textFieldBase_letterSpacing<div class="summaryTableDescription">
		 Style property defining the letter spacing.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#maxChars" class="signatureLink">maxChars</a> : String = textInput_maxChars<div class="summaryTableDescription">
		 Style property defining the maximum number of chars
		 </div></td><td class="summaryTableOwnerCol">TextInputStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#restrict" class="signatureLink">restrict</a> : String = textInput_restrict<div class="summaryTableDescription">
		 Style property defining the restricted chars.</div></td><td class="summaryTableOwnerCol">TextInputStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#selectable" class="signatureLink">selectable</a> : String = textFieldBase_selectable<div class="summaryTableDescription">
		 Style property defining the selectability.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#size" class="signatureLink">size</a> : String = textFieldBase_size<div class="summaryTableDescription">
		 Style property defining the text size.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html#underline" class="signatureLink">underline</a> : String = textFieldBase_underline<div class="summaryTableDescription">
		 Style property defining underlined text.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html#verticalAlign" class="signatureLink">verticalAlign</a> : String = label_verticalAlign<div class="summaryTableDescription">
		 Style property defining the vertical align of the text within the label dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/textfield/LabelStyles.html">LabelStyles</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="defaultTextColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">defaultTextColor</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const defaultTextColor:String = textInput_defaultTextColor</code><p></p><p></p><p>
		 Style property defining the default text color.
		 </p></div><a name="constantDetail"></a><a name="maxChars"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">maxChars</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const maxChars:String = textInput_maxChars</code><p></p><p></p><p>
		 Style property defining the maximum number of chars
		 </p></div><a name="constantDetail"></a><a name="restrict"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">restrict</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const restrict:String = textInput_restrict</code><p></p><p></p><p>
		 Style property defining the restricted chars.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.textfield.core - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.textfield.core</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="ITextField.html"><i>ITextField</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="TextFieldBase.html">TextFieldBase</a></td></tr><tr><td><a href="TextFieldBaseStyles.html">TextFieldBaseStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ITextField,com.sibirjak.asdpc.textfield.core.ITextField,COMMIT_PROPERTY_BACKGROUND,COMMIT_PROPERTY_BORDER,COMMIT_PROPERTY_TEXT_FIELD_SIZE,COMMIT_PROPERTY_TEXT_SIZE,UPDATE_PROPERTY_BACKGROUND,UPDATE_PROPERTY_BACKGROUND_COLOR,UPDATE_PROPERTY_BORDER,UPDATE_PROPERTY_BORDER_COLOR,UPDATE_PROPERTY_COLOR,UPDATE_PROPERTY_SELECTABLE,UPDATE_PROPERTY_TEXT,UPDATE_PROPERTY_TEXT_FORMAT,_background,_border,_text,_tf,antiAliasType,background,backgroundColor,bold,border,borderDarkColor,borderLightColor,color,embedFont,font,letterSpacing,selectable,size,style,text,text,underline"><title>com.sibirjak.asdpc.textfield.core.ITextField</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ITextField - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/textfield/core/ITextField.html&amp;com/sibirjak/asdpc/textfield/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ITextField</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ITextField"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  ITextField extends  <a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IControl.html">IControl</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr></table><p></p><p></p><p></p>
	 Base interface for all text fields.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#text" class="signatureLink">text</a> : String<div class="summaryTableDescription">
		 Sets or returns the current content of the internal text field.</div></td><td class="summaryTableOwnerCol">ITextField</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="text"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">text</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>text:String</code><p></p><p></p><p>
		 Sets or returns the current content of the internal text field.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get text():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set text(value:String):void</code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.textfield.core Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.textfield.core package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/textfield/core/package-detail.html&amp;com/sibirjak/asdpc/textfield/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.textfield.core</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.textfield.core"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="ITextField.html">ITextField</a></i></td><td class="summaryTableLastCol">
	 Base interface for all text fields.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TextFieldBase.html">TextFieldBase</a></td><td class="summaryTableLastCol">
	 Base class for all text fields.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TextFieldBaseStyles.html">TextFieldBaseStyles</a></td><td class="summaryTableLastCol">
	 TextFieldBase style properties.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TextFieldBase,com.sibirjak.asdpc.textfield.core.TextFieldBase,COMMIT_PROPERTY_BACKGROUND,COMMIT_PROPERTY_BORDER,COMMIT_PROPERTY_TEXT_FIELD_SIZE,COMMIT_PROPERTY_TEXT_SIZE,UPDATE_PROPERTY_BACKGROUND,UPDATE_PROPERTY_BACKGROUND_COLOR,UPDATE_PROPERTY_BORDER,UPDATE_PROPERTY_BORDER_COLOR,UPDATE_PROPERTY_COLOR,UPDATE_PROPERTY_SELECTABLE,UPDATE_PROPERTY_TEXT,UPDATE_PROPERTY_TEXT_FORMAT,_background,_border,_text,_tf,antiAliasType,background,backgroundColor,bold,border,borderDarkColor,borderLightColor,color,embedFont,font,letterSpacing,selectable,size,style,text,text,underline,commitUpdate,draw,drawBackground,drawBorder,layoutTextField,setTextFieldProperties,styleChanged,update"><title>com.sibirjak.asdpc.textfield.core.TextFieldBase</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TextFieldBase - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/textfield/core/TextFieldBase.html&amp;com/sibirjak/asdpc/textfield/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TextFieldBase</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TextFieldBase"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TextFieldBase</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TextFieldBase  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a>,  <a href="../../../../../com/sibirjak/asdpc/textfield/TextInput.html">TextInput</a></td></tr></table><p></p><p></p><p></p>
	 Base class for all text fields.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all TextFieldBase style property definitions.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#text" class="signatureLink">text</a> : String<div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_background" class="signatureLink">_background</a> : Shape<div class="summaryTableDescription">
		 The background.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_border" class="signatureLink">_border</a> : Shape<div class="summaryTableDescription">
		 The text field borders.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_text" class="signatureLink">_text</a> : String<div class="summaryTableDescription">
		 The textfield content.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_tf" class="signatureLink">_tf</a> : TextField<div class="summaryTableDescription">
		 The internal TextField instance.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TextFieldBase()" class="signatureLink">TextFieldBase</a>()</div><div class="summaryTableDescription">
		 TextFieldBase constructor.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawBackground()" class="signatureLink">drawBackground</a>():void</div><div class="summaryTableDescription">
		 Draws the text field background.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawBorder()" class="signatureLink">drawBorder</a>():void</div><div class="summaryTableDescription">
		 Draws the text field borders.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#layoutTextField()" class="signatureLink">layoutTextField</a>():void</div><div class="summaryTableDescription">
		 Template method to layout and size the internal text field.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setTextFieldProperties()" class="signatureLink">setTextFieldProperties</a>():void</div><div class="summaryTableDescription">
		 Template method to set custom text field properties.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_antiAliasType"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_antiAliasType</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the anti alias type.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_background"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_background</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the background visibility.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_backgroundColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_backgroundColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the background color.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_bold"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_bold</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the text font weight.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_border"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_border</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the border visibility.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_borderDarkColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_borderDarkColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the border dark color.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_borderLightColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_borderLightColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the border light color.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_color"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_color</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the text color.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_embedFont"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_embedFont</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining that an embed font is to use.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_embedFont"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_embedFont</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining that an embed font is to use.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_font"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_font</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Font name<br/>
		 Style property defining the text font.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_letterSpacing"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_letterSpacing</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number<br/>
		 Style property defining the letter spacing.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_selectable"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_selectable</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the selectability.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_size"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_size</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the text size.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:textFieldBase_underline"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">textFieldBase_underline</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining underlined text.
		 </td><td class="summaryTableOwnerCol">TextFieldBase</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COMMIT_PROPERTY_BACKGROUND" class="signatureLink">COMMIT_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background update property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COMMIT_PROPERTY_BORDER" class="signatureLink">COMMIT_PROPERTY_BORDER</a> : String = border<div class="summaryTableDescription">
		 Name constant for the border update property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COMMIT_PROPERTY_TEXT_FIELD_SIZE" class="signatureLink">COMMIT_PROPERTY_TEXT_FIELD_SIZE</a> : String = text_field_size<div class="summaryTableDescription">
		 Name constant for the text field size update property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COMMIT_PROPERTY_TEXT_SIZE" class="signatureLink">COMMIT_PROPERTY_TEXT_SIZE</a> : String = text_size<div class="summaryTableDescription">
		 Name constant for the text size update property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_BACKGROUND" class="signatureLink">UPDATE_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background invalidation property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_BACKGROUND_COLOR" class="signatureLink">UPDATE_PROPERTY_BACKGROUND_COLOR</a> : String = background_color<div class="summaryTableDescription">
		 Name constant for the background color invalidation property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_BORDER" class="signatureLink">UPDATE_PROPERTY_BORDER</a> : String = border<div class="summaryTableDescription">
		 Name constant for the border invalidation property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_BORDER_COLOR" class="signatureLink">UPDATE_PROPERTY_BORDER_COLOR</a> : String = border_color<div class="summaryTableDescription">
		 Name constant for the border color invalidation property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_COLOR" class="signatureLink">UPDATE_PROPERTY_COLOR</a> : String = color<div class="summaryTableDescription">
		 Name constant for the color invalidation property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_SELECTABLE" class="signatureLink">UPDATE_PROPERTY_SELECTABLE</a> : String = selectable<div class="summaryTableDescription">
		 Name constant for the selectable invalidation property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_TEXT" class="signatureLink">UPDATE_PROPERTY_TEXT</a> : String = text<div class="summaryTableDescription">
		 Name constant for the text invalidation property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_TEXT_FORMAT" class="signatureLink">UPDATE_PROPERTY_TEXT_FORMAT</a> : String = text_format<div class="summaryTableDescription">
		 Name constant for the text format invalidation property.</div></td><td class="summaryTableOwnerCol">TextFieldBase</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_background"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_background</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _background:Shape</code><p></p><p></p><p>
		 The background.
		 </p></div><a name="propertyDetail"></a><a name="_border"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_border</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _border:Shape</code><p></p><p></p><p>
		 The text field borders.
		 </p></div><a name="propertyDetail"></a><a name="_text"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_text</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _text:String</code><p></p><p></p><p>
		 The textfield content.
		 </p></div><a name="propertyDetail"></a><a name="_tf"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_tf</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _tf:TextField</code><p></p><p></p><p>
		 The internal TextField instance.
		 </p></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html">TextFieldBaseStyles</a></code><p></p><p></p><p>
		 Central accessor to all TextFieldBase style property definitions.
		 </p></div><a name="propertyDetail"></a><a name="text"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">text</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>text:String</code><p></p><p></p><p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get text():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set text(value:String):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TextFieldBase()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TextFieldBase</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TextFieldBase()</code><p></p><p>
		 TextFieldBase constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="commitUpdate()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">commitUpdate</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function commitUpdate():void</code><p></p><p></p><p>
		 
		 Finalises an update process.
		 
		 <p>This method is called always after update() and provides a central
		 exit point for updates in inheritance structures. You may collect all
		 properties of your object that need an update within the update() block
		 and execute all updates in commitUpdate() once rather than doing twice
		 in the parent class update() as well as in the sub class update() method.</p>
		 
		 <p>Example: The parent class needs to update a background. The sub class
		 also needs to update a background for different reasons. Implemented in
		 the update() method, the updateBackground() would be called twice.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="drawBackground()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawBackground</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function drawBackground():void</code><p></p><p></p><p>
		 Draws the text field background.
		 </p></div><a name="drawBorder()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawBorder</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function drawBorder():void</code><p></p><p></p><p>
		 Draws the text field borders.
		 </p></div><a name="layoutTextField()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">layoutTextField</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function layoutTextField():void</code><p></p><p></p><p>
		 Template method to layout and size the internal text field.
		 </p></div><a name="setTextFieldProperties()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setTextFieldProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function setTextFieldProperties():void</code><p></p><p></p><p>
		 Template method to set custom text field properties.
		 </p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="COMMIT_PROPERTY_BACKGROUND"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COMMIT_PROPERTY_BACKGROUND</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>protected const COMMIT_PROPERTY_BACKGROUND:String = background</code><p></p><p></p><p>
		 Name constant for the background update property.
		 </p></div><a name="constantDetail"></a><a name="COMMIT_PROPERTY_BORDER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COMMIT_PROPERTY_BORDER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const COMMIT_PROPERTY_BORDER:String = border</code><p></p><p></p><p>
		 Name constant for the border update property.
		 </p></div><a name="constantDetail"></a><a name="COMMIT_PROPERTY_TEXT_FIELD_SIZE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COMMIT_PROPERTY_TEXT_FIELD_SIZE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const COMMIT_PROPERTY_TEXT_FIELD_SIZE:String = text_field_size</code><p></p><p></p><p>
		 Name constant for the text field size update property.
		 </p></div><a name="constantDetail"></a><a name="COMMIT_PROPERTY_TEXT_SIZE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COMMIT_PROPERTY_TEXT_SIZE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const COMMIT_PROPERTY_TEXT_SIZE:String = text_size</code><p></p><p></p><p>
		 Name constant for the text size update property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_BACKGROUND"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_BACKGROUND</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_BACKGROUND:String = background</code><p></p><p></p><p>
		 Name constant for the background invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_BACKGROUND_COLOR"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_BACKGROUND_COLOR</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_BACKGROUND_COLOR:String = background_color</code><p></p><p></p><p>
		 Name constant for the background color invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_BORDER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_BORDER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_BORDER:String = border</code><p></p><p></p><p>
		 Name constant for the border invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_BORDER_COLOR"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_BORDER_COLOR</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_BORDER_COLOR:String = border_color</code><p></p><p></p><p>
		 Name constant for the border color invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_COLOR"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_COLOR</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_COLOR:String = color</code><p></p><p></p><p>
		 Name constant for the color invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_SELECTABLE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_SELECTABLE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_SELECTABLE:String = selectable</code><p></p><p></p><p>
		 Name constant for the selectable invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_TEXT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_TEXT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_TEXT:String = text</code><p></p><p></p><p>
		 Name constant for the text invalidation property.
		 </p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_TEXT_FORMAT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_TEXT_FORMAT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const UPDATE_PROPERTY_TEXT_FORMAT:String = text_format</code><p></p><p></p><p>
		 Name constant for the text format invalidation property.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TextFieldBaseStyles,com.sibirjak.asdpc.textfield.core.TextFieldBaseStyles,COMMIT_PROPERTY_BACKGROUND,COMMIT_PROPERTY_BORDER,COMMIT_PROPERTY_TEXT_FIELD_SIZE,COMMIT_PROPERTY_TEXT_SIZE,UPDATE_PROPERTY_BACKGROUND,UPDATE_PROPERTY_BACKGROUND_COLOR,UPDATE_PROPERTY_BORDER,UPDATE_PROPERTY_BORDER_COLOR,UPDATE_PROPERTY_COLOR,UPDATE_PROPERTY_SELECTABLE,UPDATE_PROPERTY_TEXT,UPDATE_PROPERTY_TEXT_FORMAT,_background,_border,_text,_tf,antiAliasType,background,backgroundColor,bold,border,borderDarkColor,borderLightColor,color,embedFont,font,letterSpacing,selectable,size,style,text,text,underline"><title>com.sibirjak.asdpc.textfield.core.TextFieldBaseStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TextFieldBaseStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/textfield/core/TextFieldBaseStyles.html&amp;com/sibirjak/asdpc/textfield/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TextFieldBaseStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TextFieldBaseStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.textfield.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TextFieldBaseStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TextFieldBaseStyles  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../com/sibirjak/asdpc/textfield/LabelStyles.html">LabelStyles</a></td></tr></table><p></p><p></p><p></p>
	 TextFieldBase style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#antiAliasType" class="signatureLink">antiAliasType</a> : String = textFieldBase_antiAliasType<div class="summaryTableDescription">
		 Style property defining the anti alias type.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#background" class="signatureLink">background</a> : String = textFieldBase_background<div class="summaryTableDescription">
		 Style property defining the background visibility.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#backgroundColor" class="signatureLink">backgroundColor</a> : String = textFieldBase_backgroundColor<div class="summaryTableDescription">
		 Style property defining the background color.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bold" class="signatureLink">bold</a> : String = textFieldBase_bold<div class="summaryTableDescription">
		 Style property defining the text font weight.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#border" class="signatureLink">border</a> : String = textFieldBase_border<div class="summaryTableDescription">
		 Style property defining the border visibility.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#borderDarkColor" class="signatureLink">borderDarkColor</a> : String = textFieldBase_borderDarkColor<div class="summaryTableDescription">
		 Style property defining the border dark color.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#borderLightColor" class="signatureLink">borderLightColor</a> : String = textFieldBase_borderLightColor<div class="summaryTableDescription">
		 Style property defining the border light color.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#color" class="signatureLink">color</a> : String = textFieldBase_color<div class="summaryTableDescription">
		 Style property defining the text color.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#embedFont" class="signatureLink">embedFont</a> : String = textFieldBase_embedFont<div class="summaryTableDescription">
		 Style property defining that an embed font is to use.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#font" class="signatureLink">font</a> : String = textFieldBase_font<div class="summaryTableDescription">
		 Style property defining the text font.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#letterSpacing" class="signatureLink">letterSpacing</a> : String = textFieldBase_letterSpacing<div class="summaryTableDescription">
		 Style property defining the letter spacing.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectable" class="signatureLink">selectable</a> : String = textFieldBase_selectable<div class="summaryTableDescription">
		 Style property defining the selectability.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#size" class="signatureLink">size</a> : String = textFieldBase_size<div class="summaryTableDescription">
		 Style property defining the text size.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#underline" class="signatureLink">underline</a> : String = textFieldBase_underline<div class="summaryTableDescription">
		 Style property defining underlined text.</div></td><td class="summaryTableOwnerCol">TextFieldBaseStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="antiAliasType"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">antiAliasType</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const antiAliasType:String = textFieldBase_antiAliasType</code><p></p><p></p><p>
		 Style property defining the anti alias type.
		 </p></div><a name="constantDetail"></a><a name="background"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">background</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const background:String = textFieldBase_background</code><p></p><p></p><p>
		 Style property defining the background visibility.
		 </p></div><a name="constantDetail"></a><a name="backgroundColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const backgroundColor:String = textFieldBase_backgroundColor</code><p></p><p></p><p>
		 Style property defining the background color.
		 </p></div><a name="constantDetail"></a><a name="bold"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bold</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const bold:String = textFieldBase_bold</code><p></p><p></p><p>
		 Style property defining the text font weight.
		 </p></div><a name="constantDetail"></a><a name="border"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">border</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const border:String = textFieldBase_border</code><p></p><p></p><p>
		 Style property defining the border visibility.
		 </p></div><a name="constantDetail"></a><a name="borderDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const borderDarkColor:String = textFieldBase_borderDarkColor</code><p></p><p></p><p>
		 Style property defining the border dark color.
		 </p></div><a name="constantDetail"></a><a name="borderLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const borderLightColor:String = textFieldBase_borderLightColor</code><p></p><p></p><p>
		 Style property defining the border light color.
		 </p></div><a name="constantDetail"></a><a name="color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">color</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const color:String = textFieldBase_color</code><p></p><p></p><p>
		 Style property defining the text color.
		 </p></div><a name="constantDetail"></a><a name="embedFont"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">embedFont</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const embedFont:String = textFieldBase_embedFont</code><p></p><p></p><p>
		 Style property defining that an embed font is to use.
		 </p></div><a name="constantDetail"></a><a name="font"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">font</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const font:String = textFieldBase_font</code><p></p><p></p><p>
		 Style property defining the text font.
		 </p></div><a name="constantDetail"></a><a name="letterSpacing"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">letterSpacing</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const letterSpacing:String = textFieldBase_letterSpacing</code><p></p><p></p><p>
		 Style property defining the letter spacing.
		 </p></div><a name="constantDetail"></a><a name="selectable"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectable</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const selectable:String = textFieldBase_selectable</code><p></p><p></p><p>
		 Style property defining the selectability.
		 </p></div><a name="constantDetail"></a><a name="size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">size</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const size:String = textFieldBase_size</code><p></p><p></p><p>
		 Style property defining the text size.
		 </p></div><a name="constantDetail"></a><a name="underline"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">underline</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const underline:String = textFieldBase_underline</code><p></p><p></p><p>
		 Style property defining underlined text.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.tooltip - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.tooltip</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ToolTip.html">ToolTip</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.tooltip Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.tooltip package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/tooltip/package-detail.html&amp;com/sibirjak/asdpc/tooltip/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.tooltip</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.tooltip"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ToolTip.html">ToolTip</a></td><td class="summaryTableLastCol">
	 ToolTip component.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ToolTip,com.sibirjak.asdpc.tooltip.ToolTip,enabled,master,style_maxWidth,draw,getInstance,hide,show"><title>com.sibirjak.asdpc.tooltip.ToolTip</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ToolTip - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/tooltip/ToolTip.html&amp;com/sibirjak/asdpc/tooltip/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ToolTip</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ToolTip"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.tooltip</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ToolTip</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ToolTip  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 ToolTip component.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enabled" class="signatureLink">enabled</a> : Boolean = true<div class="summaryTableDescription">[static] 
		 Flag, indicates if tooltips are enabled or not.</div></td><td class="summaryTableOwnerCol">ToolTip</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#master" class="signatureLink">master</a> : DisplayObject<div class="summaryTableDescription">[static] 
		 ToolTip activation/deactivation button, if any.</div></td><td class="summaryTableOwnerCol">ToolTip</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ToolTip()" class="signatureLink">ToolTip</a>()</div><div class="summaryTableDescription">
		 ToolTip constructor.</div></td><td class="summaryTableOwnerCol">ToolTip</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getInstance()" class="signatureLink">getInstance</a>():<a href="../../../../com/sibirjak/asdpc/tooltip/ToolTip.html">ToolTip</a></div><div class="summaryTableDescription">[static] 
		 Returns the sole ToolTip instance.</div></td><td class="summaryTableOwnerCol">ToolTip</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hide()" class="signatureLink">hide</a>(owner:DisplayObject):void</div><div class="summaryTableDescription">
		 Hides a tooltip.</div></td><td class="summaryTableOwnerCol">ToolTip</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#show()" class="signatureLink">show</a>(owner:DisplayObject, text:String, offset:Point = null):void</div><div class="summaryTableDescription">
		 Shows a tooltip.</div></td><td class="summaryTableOwnerCol">ToolTip</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ToolTip</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:toolTip_maxWidth"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">toolTip_maxWidth</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the max tooltip width.
		 </td><td class="summaryTableOwnerCol">ToolTip</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_maxWidth" class="signatureLink">style_maxWidth</a> : String = toolTip_maxWidth<div class="summaryTableDescription">[static] 
		 Style property defining the max tooltip width.</div></td><td class="summaryTableOwnerCol">ToolTip</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="enabled"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enabled</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public static var enabled:Boolean = true</code><p></p><p></p><p>
		 Flag, indicates if tooltips are enabled or not.
		 </p></div><a name="propertyDetail"></a><a name="master"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">master</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var master:DisplayObject</code><p></p><p></p><p>
		 ToolTip activation/deactivation button, if any. 
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ToolTip()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ToolTip</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ToolTip()</code><p></p><p>
		 ToolTip constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="getInstance()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getInstance</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function getInstance():<a href="../../../../com/sibirjak/asdpc/tooltip/ToolTip.html">ToolTip</a></code><p></p><p></p><p>
		 Returns the sole ToolTip instance.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/tooltip/ToolTip.html">ToolTip</a></code> &mdash; The sole ToolTip instance.
		 </td></tr></table></div><a name="hide()"></a><a name="hide(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hide</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function hide(owner:DisplayObject):void</code><p></p><p></p><p>
		 Hides a tooltip.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">owner</span>:DisplayObject</code> &mdash; The owner of the tooltip.
		 </td></tr></table></p></div><a name="show()"></a><a name="show(flash.display.DisplayObject,String,flash.geom.Point)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">show</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function show(owner:DisplayObject, text:String, offset:Point = null):void</code><p></p><p></p><p>
		 Shows a tooltip.
		 
		 <p>The left bottom tooltip position is relatively set to the owners
		 top right positioin with a default offset of (x:4, y-4). It is
		 possible to specify a different offset.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">owner</span>:DisplayObject</code> &mdash; The tooltip owner.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">text</span>:String</code> &mdash; The tool text.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">offset</span>:Point</code> (default = <code>null</code>)<code></code> &mdash; The left bottom position offset.
		 </td></tr></table></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_maxWidth"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_maxWidth</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_maxWidth:String = toolTip_maxWidth</code><p></p><p></p><p>
		 Style property defining the max tooltip width.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.tooltip.core - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.tooltip.core</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ToolTipLabel.html">ToolTipLabel</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.tooltip.core Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.tooltip.core package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/tooltip/core/package-detail.html&amp;com/sibirjak/asdpc/tooltip/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.tooltip.core</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.tooltip.core"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ToolTipLabel.html">ToolTipLabel</a></td><td class="summaryTableLastCol">
	 Self resizing label for the ToolTip component.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ToolTipLabel,com.sibirjak.asdpc.tooltip.core.ToolTipLabel,layoutTextField,setTextFieldProperties"><title>com.sibirjak.asdpc.tooltip.core.ToolTipLabel</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ToolTipLabel - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/tooltip/core/ToolTipLabel.html&amp;com/sibirjak/asdpc/tooltip/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ToolTipLabel</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ToolTipLabel"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.tooltip.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ToolTipLabel</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ToolTipLabel  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Self resizing label for the ToolTip component.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#innerHeight" class="signatureLink">innerHeight</a> : uint<div class="summaryTableDescription">[read-only] 
		 
		 The height of the inner text field.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#innerWidth" class="signatureLink">innerWidth</a> : uint<div class="summaryTableDescription">[read-only] 
		 
		 he width of the inner text field.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpc/textfield/LabelStyles.html">LabelStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all Label style property definitions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#text" class="signatureLink">text</a> : String<div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#textChopped" class="signatureLink">textChopped</a> : Boolean<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_background" class="signatureLink">_background</a> : Shape<div class="summaryTableDescription">
		 The background.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_border" class="signatureLink">_border</a> : Shape<div class="summaryTableDescription">
		 The text field borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_text" class="signatureLink">_text</a> : String<div class="summaryTableDescription">
		 The textfield content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#_tf" class="signatureLink">_tf</a> : TextField<div class="summaryTableDescription">
		 The internal TextField instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ToolTipLabel()" class="signatureLink">ToolTipLabel</a>()</div><div class="summaryTableDescription">
		 ToolTipLabel constructor.</div></td><td class="summaryTableOwnerCol">ToolTipLabel</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">[override] 
		 toString() function.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#drawBackground()" class="signatureLink">drawBackground</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Draws the text field background.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#drawBorder()" class="signatureLink">drawBorder</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Draws the text field borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#layoutTextField()" class="signatureLink">layoutTextField</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Template method to layout and size the internal text field.</div></td><td class="summaryTableOwnerCol">ToolTipLabel</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setTextFieldProperties()" class="signatureLink">setTextFieldProperties</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Template method to set custom text field properties.</div></td><td class="summaryTableOwnerCol">ToolTipLabel</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><div class="showHideLinks"><div id="hideInheritedEvent" class="hideInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(false,'Event');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Events</a></div><div id="showInheritedEvent" class="showInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(true,'Event');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Events</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedEvent" id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#event:label_sizeChanged" class="signatureLink">label_sizeChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type INNER_SIZE_CHANGED
		 
		 Dispatched, if the size of the inner text field has changed.
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedStyle" id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#style:label_borderType" class="signatureLink">label_borderType</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#style:label_fittingMode" class="signatureLink">label_fittingMode</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#style:label_horizontalAlign" class="signatureLink">label_horizontalAlign</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#style:label_verticalAlign" class="signatureLink">label_verticalAlign</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_antiAliasType" class="signatureLink">textFieldBase_antiAliasType</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_background" class="signatureLink">textFieldBase_background</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_backgroundColor" class="signatureLink">textFieldBase_backgroundColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_bold" class="signatureLink">textFieldBase_bold</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_border" class="signatureLink">textFieldBase_border</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_borderDarkColor" class="signatureLink">textFieldBase_borderDarkColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_borderLightColor" class="signatureLink">textFieldBase_borderLightColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_color" class="signatureLink">textFieldBase_color</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_embedFont" class="signatureLink">textFieldBase_embedFont</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_embedFont" class="signatureLink">textFieldBase_embedFont</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_font" class="signatureLink">textFieldBase_font</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Font name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_letterSpacing" class="signatureLink">textFieldBase_letterSpacing</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_selectable" class="signatureLink">textFieldBase_selectable</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_size" class="signatureLink">textFieldBase_size</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#style:textFieldBase_underline" class="signatureLink">textFieldBase_underline</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedConstant" id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#BORDER_TYPE_LABEL" class="signatureLink">BORDER_TYPE_LABEL</a> : String = label<div class="summaryTableDescription">[static] 
		 Name constant defining the the border type label.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#BORDER_TYPE_TEXT" class="signatureLink">BORDER_TYPE_TEXT</a> : String = text<div class="summaryTableDescription">[static] 
		 Name constant defining the border type text.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#FITTING_MODE_CHOP_CENTER" class="signatureLink">FITTING_MODE_CHOP_CENTER</a> : String = chop_center<div class="summaryTableDescription">[static] 
		 Name constant defining the fitting mode chop center.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#FITTING_MODE_CHOP_FIRST" class="signatureLink">FITTING_MODE_CHOP_FIRST</a> : String = chop_first<div class="summaryTableDescription">[static] 
		 Name constant defining the fitting mode chop first.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#FITTING_MODE_CHOP_LAST" class="signatureLink">FITTING_MODE_CHOP_LAST</a> : String = chop_last<div class="summaryTableDescription">[static] 
		 Name constant defining the fitting mode chop last.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#FITTING_MODE_NONE" class="signatureLink">FITTING_MODE_NONE</a> : String = none<div class="summaryTableDescription">[static] 
		 Name constant defining the fitting mode none.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html#FITTING_MODE_SCALE" class="signatureLink">FITTING_MODE_SCALE</a> : String = scale<div class="summaryTableDescription">[static] 
		 Name constant defining the fitting mode scale.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/Label.html">Label</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_BACKGROUND" class="signatureLink">COMMIT_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_BORDER" class="signatureLink">COMMIT_PROPERTY_BORDER</a> : String = border<div class="summaryTableDescription">
		 Name constant for the border update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_TEXT_FIELD_SIZE" class="signatureLink">COMMIT_PROPERTY_TEXT_FIELD_SIZE</a> : String = text_field_size<div class="summaryTableDescription">
		 Name constant for the text field size update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#COMMIT_PROPERTY_TEXT_SIZE" class="signatureLink">COMMIT_PROPERTY_TEXT_SIZE</a> : String = text_size<div class="summaryTableDescription">
		 Name constant for the text size update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BACKGROUND" class="signatureLink">UPDATE_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BACKGROUND_COLOR" class="signatureLink">UPDATE_PROPERTY_BACKGROUND_COLOR</a> : String = background_color<div class="summaryTableDescription">
		 Name constant for the background color invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BORDER" class="signatureLink">UPDATE_PROPERTY_BORDER</a> : String = border<div class="summaryTableDescription">
		 Name constant for the border invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_BORDER_COLOR" class="signatureLink">UPDATE_PROPERTY_BORDER_COLOR</a> : String = border_color<div class="summaryTableDescription">
		 Name constant for the border color invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_COLOR" class="signatureLink">UPDATE_PROPERTY_COLOR</a> : String = color<div class="summaryTableDescription">
		 Name constant for the color invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_SELECTABLE" class="signatureLink">UPDATE_PROPERTY_SELECTABLE</a> : String = selectable<div class="summaryTableDescription">
		 Name constant for the selectable invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_TEXT" class="signatureLink">UPDATE_PROPERTY_TEXT</a> : String = text<div class="summaryTableDescription">
		 Name constant for the text invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html#UPDATE_PROPERTY_TEXT_FORMAT" class="signatureLink">UPDATE_PROPERTY_TEXT_FORMAT</a> : String = text_format<div class="summaryTableDescription">
		 Name constant for the text format invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/textfield/core/TextFieldBase.html">TextFieldBase</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ToolTipLabel()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ToolTipLabel</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ToolTipLabel()</code><p></p><p>
		 ToolTipLabel constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="layoutTextField()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">layoutTextField</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function layoutTextField():void</code><p></p><p></p><p>
		 
		 
		 Template method to layout and size the internal text field.
		 </p></div><a name="setTextFieldProperties()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setTextFieldProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function setTextFieldProperties():void</code><p></p><p></p><p>
		 
		 
		 Template method to set custom text field properties.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.tooltip.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.tooltip.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ToolTipSkin.html">ToolTipSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.tooltip.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.tooltip.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/tooltip/skins/package-detail.html&amp;com/sibirjak/asdpc/tooltip/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.tooltip.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.tooltip.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ToolTipSkin.html">ToolTipSkin</a></td><td class="summaryTableLastCol">
	 ToolTip skin.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ToolTipSkin,com.sibirjak.asdpc.tooltip.skins.ToolTipSkin,style_backgroundColor,style_cornerRadius,style_noseSize,draw,updateSize"><title>com.sibirjak.asdpc.tooltip.skins.ToolTipSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ToolTipSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/tooltip/skins/ToolTipSkin.html&amp;com/sibirjak/asdpc/tooltip/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ToolTipSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ToolTipSkin"); titleBar_setSubNav(false,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.tooltip.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ToolTipSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ToolTipSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 ToolTip skin.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundColor" class="signatureLink">style_backgroundColor</a> : String = toolTipSkin_backgroundColor<div class="summaryTableDescription">[static] 
		 Style property defining the background color.</div></td><td class="summaryTableOwnerCol">ToolTipSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_cornerRadius" class="signatureLink">style_cornerRadius</a> : String = toolTipSkin_cornerRadius<div class="summaryTableDescription">[static] 
		 Style property defining the corner radius.</div></td><td class="summaryTableOwnerCol">ToolTipSkin</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_noseSize" class="signatureLink">style_noseSize</a> : String = toolTipSkin_noseSize<div class="summaryTableDescription">[static] 
		 Style property defining the nose size.</div></td><td class="summaryTableOwnerCol">ToolTipSkin</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ToolTipSkin()" class="signatureLink">ToolTipSkin</a>()</div><div class="summaryTableDescription">
		 ToolTipSkin constructor.</div></td><td class="summaryTableOwnerCol">ToolTipSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ToolTipSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol">ToolTipSkin</td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:toolTipSkin_backgroundColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">toolTipSkin_backgroundColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the background color.
		 </td><td class="summaryTableOwnerCol">ToolTipSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:toolTipSkin_borderColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">toolTipSkin_borderColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol">ToolTipSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:toolTipSkin_cornerRadius"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">toolTipSkin_cornerRadius</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the corner radius.
		 </td><td class="summaryTableOwnerCol">ToolTipSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:toolTipSkin_noseSize"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">toolTipSkin_noseSize</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the nose size.
		 </td><td class="summaryTableOwnerCol">ToolTipSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="style_backgroundColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundColor</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public static var style_backgroundColor:String = toolTipSkin_backgroundColor</code><p></p><p></p><p>
		 Style property defining the background color.
		 </p></div><a name="propertyDetail"></a><a name="style_cornerRadius"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_cornerRadius</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style_cornerRadius:String = toolTipSkin_cornerRadius</code><p></p><p></p><p>
		 Style property defining the corner radius.
		 </p></div><a name="propertyDetail"></a><a name="style_noseSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_noseSize</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style_noseSize:String = toolTipSkin_noseSize</code><p></p><p></p><p>
		 Style property defining the nose size.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ToolTipSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ToolTipSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ToolTipSkin()</code><p></p><p>
		 ToolTipSkin constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="updateSize()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function updateSize():void</code><p></p><p></p><p>
		 
		 If not overridden, this method redraws all content.
		 
		 <p>Override the method to work with scale9grid scaling rather
		 than redrawing all content completely.</p>
		 
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.treeview - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.treeview</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="ITreeView.html"><i>ITreeView</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="TreeNodeData.html">TreeNodeData</a></td></tr><tr><td><a href="TreeNodeEvent.html">TreeNodeEvent</a></td></tr><tr><td><a href="TreeView.html">TreeView</a></td></tr><tr><td><a href="TreeViewEvent.html">TreeViewEvent</a></td></tr><tr><td><a href="TreeViewStyles.html">TreeViewStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ITreeView,com.sibirjak.asdpc.treeview.ITreeView,collapseNodeAt,collapseNodeAt,collapseNodeAt_internal,createNewDataSourceAdapter,createTreeNodeRendererData_internal,expandNodeAt,expandNodeAt,expandNodeAt_internal,getDefaultListItemRenderer,getItemIndex,getItemKey,getListItemDataClass,getListItemEventClass,getListItemRendererDataClass,getListItemRendererEventClass,getListViewEventClass,getParentItem,init,initialised,notifyRendererForConnectionChange_internal,notifyRendererForTreeNodeStateChange_internal,setAdditionalListItemDataProperties,setTreeNode_internal,styleChanged"><title>com.sibirjak.asdpc.treeview.ITreeView</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ITreeView - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/treeview/ITreeView.html&amp;com/sibirjak/asdpc/treeview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ITreeView</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ITreeView"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  ITreeView extends  <a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IControl.html">IControl</a>,  <a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpc/treeview/TreeView.html">TreeView</a></td></tr></table><p></p><p></p><p></p>
	 TreeView public interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">
		 Sets or returns the list data source.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#dataSourceAdapterFunction" class="signatureLink">dataSourceAdapterFunction</a> : Function<div class="summaryTableDescription">
		 Sets or returns a custom data source adapter function.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#deselect" class="signatureLink">deselect</a> : Boolean<div class="summaryTableDescription">
		 Defines or returns the list deselection behaviour.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#direction" class="signatureLink">direction</a> : String<div class="summaryTableDescription">
		 Sets or gets the list direction.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#firstVisibleIndex" class="signatureLink">firstVisibleIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The current scroll postion of the list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#itemRenderer" class="signatureLink">itemRenderer</a> : Class<div class="summaryTableDescription">[write-only] 
		 Sets an item renderer.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#maxScrollIndex" class="signatureLink">maxScrollIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The max scroll postion of the list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#multiselect" class="signatureLink">multiselect</a> : Boolean<div class="summaryTableDescription">
		 Sets or returns the list to be a multiselect list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#numItems" class="signatureLink">numItems</a> : uint<div class="summaryTableDescription">[read-only] 
		 The number of items currently displayed in the listView.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#select" class="signatureLink">select</a> : Boolean<div class="summaryTableDescription">
		 Defines or returns the list selection behaviour.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#selectedIndex" class="signatureLink">selectedIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The list index of the first selected item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#selectedIndices" class="signatureLink">selectedIndices</a> : Array<div class="summaryTableDescription">[read-only] 
		 An array of all selected indices.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#selectedItemData" class="signatureLink">selectedItemData</a> : <a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><div class="summaryTableDescription">[read-only] 
		 The first selected item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#selectedItemsData" class="signatureLink">selectedItemsData</a> : Array<div class="summaryTableDescription">[read-only] 
		 An array of all selected items data.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#collapseNodeAt()" class="signatureLink">collapseNodeAt</a>(listIndex:uint, collapseAll:Boolean = false):void</div><div class="summaryTableDescription">
		 Collapses the node at the given index.</div></td><td class="summaryTableOwnerCol">ITreeView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#deselectItemAt()" class="signatureLink">deselectItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 Deselects the item at the given position.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#expandNodeAt()" class="signatureLink">expandNodeAt</a>(listIndex:uint, expandAll:Boolean = false):void</div><div class="summaryTableDescription">
		 Expands the node at the given index.</div></td><td class="summaryTableOwnerCol">ITreeView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#getListItemDataAt()" class="signatureLink">getListItemDataAt</a>(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></div><div class="summaryTableDescription">
		 Returns a ListItemData object for the item at the given index.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#scrollToItemAt()" class="signatureLink">scrollToItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 Scrolls to the specified item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html#selectItemAt()" class="signatureLink">selectItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 Selects the item at the given position.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="collapseNodeAt()"></a><a name="collapseNodeAt(uint,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">collapseNodeAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function collapseNodeAt(listIndex:uint, collapseAll:Boolean = false):void</code><p></p><p></p><p>
		 Collapses the node at the given index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the node.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">collapseAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; True, if the node should be collapsed recursively.
		 </td></tr></table></p></div><a name="expandNodeAt()"></a><a name="expandNodeAt(uint,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">expandNodeAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function expandNodeAt(listIndex:uint, expandAll:Boolean = false):void</code><p></p><p></p><p>
		 Expands the node at the given index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the node.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">expandAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; True, if the node should be expanded recursively.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.treeview Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.treeview package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/treeview/package-detail.html&amp;com/sibirjak/asdpc/treeview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.treeview</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.treeview"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="ITreeView.html">ITreeView</a></i></td><td class="summaryTableLastCol">
	 TreeView public interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeNodeData.html">TreeNodeData</a></td><td class="summaryTableLastCol">
	 Plain data object representing tree node data and tree node state.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeNodeEvent.html">TreeNodeEvent</a></td><td class="summaryTableLastCol">
	 TreeNode event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeView.html">TreeView</a></td><td class="summaryTableLastCol">
	 TreeView component.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeViewEvent.html">TreeViewEvent</a></td><td class="summaryTableLastCol">
	 TreeView event.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeViewStyles.html">TreeViewStyles</a></td><td class="summaryTableLastCol">
	 TreeView style properties.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TreeNodeData,com.sibirjak.asdpc.treeview.TreeNodeData,CLICK,COLLAPSED,COLLAPSED,DATA_RESET,EXPANDED,EXPANDED,ITEM_ADDED,ITEM_REMOVED,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,collapseAll,collapseAll,expandAll,expandAll,isExpanded,isExpanded,itemIndex,maxExpandAllLevel,maxExpandAllLevel_internal,parentItem,showRoot,showRoot,style,treeNode_internal,collapseNodeAt,collapseNodeAt,collapseNodeAt_internal,createNewDataSourceAdapter,createTreeNodeRendererData_internal,expandNodeAt,expandNodeAt,expandNodeAt_internal,getDefaultListItemRenderer,getItemIndex,getItemKey,getListItemDataClass,getListItemEventClass,getListItemRendererDataClass,getListItemRendererEventClass,getListViewEventClass,getParentItem,init,initialised,notifyRendererForConnectionChange_internal,notifyRendererForTreeNodeStateChange_internal,setAdditionalListItemDataProperties,setTreeNode_internal,styleChanged"><title>com.sibirjak.asdpc.treeview.TreeNodeData</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeNodeData - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/treeview/TreeNodeData.html&amp;com/sibirjak/asdpc/treeview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeNodeData</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeNodeData"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeNodeData</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeNodeData  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Plain data object representing tree node data and tree node state.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isExpanded" class="signatureLink">isExpanded</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the node is expanded.</div></td><td class="summaryTableOwnerCol">TreeNodeData</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html#item" class="signatureLink">item</a> : *<div class="summaryTableDescription">[read-only] 
		 The item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemIndex" class="signatureLink">itemIndex</a> : uint<div class="summaryTableDescription">[override] [read-only] 
		 
		 The position of the item in the containing collection.</div></td><td class="summaryTableOwnerCol">TreeNodeData</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html#itemKey" class="signatureLink">itemKey</a> : *<div class="summaryTableDescription">[read-only] 
		 The key of the item if the containing collection is an IMap.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html#listIndex" class="signatureLink">listIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The position of the item in the listView.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#parentItem" class="signatureLink">parentItem</a> : *<div class="summaryTableDescription">[override] [read-only] 
		 
		 The item's containing collection.</div></td><td class="summaryTableOwnerCol">TreeNodeData</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True if the list item is selected.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="isExpanded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isExpanded</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>isExpanded:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the node is expanded.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isExpanded():Boolean</code><br/></div><a name="propertyDetail"></a><a name="itemIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemIndex:uint</code>&nbsp;&nbsp;[read-only] [override] <p></p><p></p><p>
		 
		 The position of the item in the containing collection.
		 
		 <p>ListView: Returns the position of the item in the listView's
		 data source.</p>
		 
		 <p>TreeView: Returns the position of the item in the parent
		 nodes data source. The first child of the root node will have
		 a listIndex of 2 and an itemIndex of 1.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemIndex():uint</code><br/></div><a name="propertyDetail"></a><a name="parentItem"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">parentItem</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>parentItem:*</code>&nbsp;&nbsp;[read-only] [override] <p></p><p></p><p>
		 
		 The item's containing collection.
		 
		 <p>ListView: Returns the listView's data source.</p>
		 
		 <p>TreeView: Returns the parent nodes data source.</p>
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get parentItem():*</code><br/></div><a name="propertyDetail"></a><a name="treeNode_internal"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNode_internal</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>treeNode_internal:<a href="../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns the tree node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;asdpc_internal function get treeNode_internal():<a href="../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="setTreeNode_internal()"></a><a name="setTreeNode_internal(com.sibirjak.asdpc.treeview.core.ITreeNode)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setTreeNode_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> asdpc_internal function setTreeNode_internal(treeNode:<a href="../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</code><p></p><p></p><p>
		 Sets the tree node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">treeNode</span>:<a href="../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The tree node.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TreeNodeEvent,com.sibirjak.asdpc.treeview.TreeNodeEvent,CLICK,COLLAPSED,COLLAPSED,DATA_RESET,EXPANDED,EXPANDED,ITEM_ADDED,ITEM_REMOVED,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,collapseAll,collapseAll,expandAll,expandAll,isExpanded,isExpanded,itemIndex,maxExpandAllLevel,maxExpandAllLevel_internal,parentItem,showRoot,showRoot,style,treeNode_internal"><title>com.sibirjak.asdpc.treeview.TreeNodeEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeNodeEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/treeview/TreeNodeEvent.html&amp;com/sibirjak/asdpc/treeview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeNodeEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeNodeEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeNodeEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeNodeEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 TreeNode event.
	 
	 <p>This event is dispatched by the treeView in response to user
	 interactivity.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#collapseAll" class="signatureLink">collapseAll</a> : Boolean<div class="summaryTableDescription">
		 Indicates, if the node has been recursively collapsed.</div></td><td class="summaryTableOwnerCol">TreeNodeEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#expandAll" class="signatureLink">expandAll</a> : Boolean<div class="summaryTableDescription">
		 Indicates, if the node has been recursively expanded.</div></td><td class="summaryTableOwnerCol">TreeNodeEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isExpanded" class="signatureLink">isExpanded</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the node is expanded.</div></td><td class="summaryTableOwnerCol">TreeNodeEvent</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#item" class="signatureLink">item</a> : *<div class="summaryTableDescription">[read-only] 
		 The item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#itemIndex" class="signatureLink">itemIndex</a> : uint<div class="summaryTableDescription">[read-only] 
		 The position of the item in the containing collection.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#itemKey" class="signatureLink">itemKey</a> : *<div class="summaryTableDescription">[read-only] 
		 The key of the item if the containing collection is an IMap.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#listIndex" class="signatureLink">listIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The position of the item in the listView.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#parentItem" class="signatureLink">parentItem</a> : *<div class="summaryTableDescription">[read-only] 
		 The item's containing collection.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True if the list item is selected.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#_data" class="signatureLink">_data</a> : <a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><div class="summaryTableDescription">
		 The list item data of the affected list item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TreeNodeEvent()" class="signatureLink">TreeNodeEvent</a>(type:String, data:<a href="../../../../com/sibirjak/asdpc/treeview/TreeNodeData.html">TreeNodeData</a>)</div><div class="summaryTableDescription">
		 TreeNodeRendererEvent constructor.</div></td><td class="summaryTableOwnerCol">TreeNodeEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CLICK" class="signatureLink">CLICK</a> : String = listItem_click<div class="summaryTableDescription">[static] 
		 Event type CLICK
		 
		 Dispatched if the user clicks a list item.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COLLAPSED" class="signatureLink">COLLAPSED</a> : String = treeNode_collapsed<div class="summaryTableDescription">[static] 
		 Event type COLLAPSED
		 
		 Dispatched, after the user has collapsed a node.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#EXPANDED" class="signatureLink">EXPANDED</a> : String = treeNode_expanded<div class="summaryTableDescription">[static] 
		 Event type EXPANDED
		 
		 Dispatched, after the user has expanded a node.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeEvent</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html#MOUSE_DOWN" class="signatureLink">MOUSE_DOWN</a> : String = listItem_mouseDown<div class="summaryTableDescription">[static] 
		 Event type MOUSE_DOWN
		 
		 Dispatched if the user presses the mouse over a list item.
		 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROLL_OUT" class="signatureLink">ROLL_OUT</a> : String = listItem_rollOut<div class="summaryTableDescription">[static] 
		 Event type ROLL_OUT
		 
		 Dispatched if the mouse leaves the list item area.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROLL_OVER" class="signatureLink">ROLL_OVER</a> : String = listItem_rollOver<div class="summaryTableDescription">[static] 
		 Event type ROLL_OVER
		 
		 Dispatched if the mouse enters the list item area.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTION_CHANGED" class="signatureLink">SELECTION_CHANGED</a> : String = listItem_selectionChanged<div class="summaryTableDescription">[static] 
		 Event type SELECTION_CHANGED
		 
		 Dispatched if the user has selected or deselected a list item.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="collapseAll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">collapseAll</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var collapseAll:Boolean</code><p></p><p></p><p>
		 Indicates, if the node has been recursively collapsed.
		 
		 <p>This property is set only for the events EXPANDED, COLLAPSED</p>
		 </p></div><a name="propertyDetail"></a><a name="expandAll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">expandAll</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var expandAll:Boolean</code><p></p><p></p><p>
		 Indicates, if the node has been recursively expanded.
		 
		 <p>This property is set only for the events EXPANDED, COLLAPSED</p>
		 </p></div><a name="propertyDetail"></a><a name="isExpanded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isExpanded</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isExpanded:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the node is expanded.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isExpanded():Boolean</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TreeNodeEvent()"></a><a name="TreeNodeEvent(String,com.sibirjak.asdpc.treeview.TreeNodeData)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TreeNodeEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TreeNodeEvent(type:String, data:<a href="../../../../com/sibirjak/asdpc/treeview/TreeNodeData.html">TreeNodeData</a>)</code><p></p><p>
		 TreeNodeRendererEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">data</span>:<a href="../../../../com/sibirjak/asdpc/treeview/TreeNodeData.html">TreeNodeData</a></code></td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="CLICK"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CLICK</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const CLICK:String = listItem_click</code><p></p><p>
		 Event type CLICK
		 
		 <p>Dispatched if the user clicks a list item.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="COLLAPSED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COLLAPSED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const COLLAPSED:String = treeNode_collapsed</code><p></p><p></p><p>
		 Event type COLLAPSED
		 
		 <p>Dispatched, after the user has collapsed a node.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="EXPANDED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">EXPANDED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const EXPANDED:String = treeNode_expanded</code><p></p><p></p><p>
		 Event type EXPANDED
		 
		 <p>Dispatched, after the user has expanded a node.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="ROLL_OUT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROLL_OUT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROLL_OUT:String = listItem_rollOut</code><p></p><p>
		 Event type ROLL_OUT
		 
		 <p>Dispatched if the mouse leaves the list item area.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="ROLL_OVER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROLL_OVER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROLL_OVER:String = listItem_rollOver</code><p></p><p>
		 Event type ROLL_OVER
		 
		 <p>Dispatched if the mouse enters the list item area.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="SELECTION_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTION_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTION_CHANGED:String = listItem_selectionChanged</code><p></p><p>
		 Event type SELECTION_CHANGED
		 
		 <p>Dispatched if the user has selected or deselected a list item.</p>
		 
		 </p><p>
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TreeView,com.sibirjak.asdpc.treeview.TreeView,CLICK,COLLAPSED,COLLAPSED,DATA_RESET,EXPANDED,EXPANDED,ITEM_ADDED,ITEM_REMOVED,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,collapseAll,collapseAll,expandAll,expandAll,isExpanded,isExpanded,itemIndex,maxExpandAllLevel,maxExpandAllLevel_internal,parentItem,showRoot,showRoot,style,treeNode_internal,collapseNodeAt,collapseNodeAt,collapseNodeAt_internal,createNewDataSourceAdapter,createTreeNodeRendererData_internal,expandNodeAt,expandNodeAt,expandNodeAt_internal,getDefaultListItemRenderer,getItemIndex,getItemKey,getListItemDataClass,getListItemEventClass,getListItemRendererDataClass,getListItemRendererEventClass,getListViewEventClass,getParentItem,init,initialised,notifyRendererForConnectionChange_internal,notifyRendererForTreeNodeStateChange_internal,setAdditionalListItemDataProperties,setTreeNode_internal,styleChanged"><title>com.sibirjak.asdpc.treeview.TreeView</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeView - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/treeview/TreeView.html&amp;com/sibirjak/asdpc/treeview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeView</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeView"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeView</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeView  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/treeview/ITreeView.html">ITreeView</a></td></tr></table><p></p><p></p><p></p>
	 TreeView component.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">
		 
		 Sets or returns the list data source.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#dataSourceAdapterFunction" class="signatureLink">dataSourceAdapterFunction</a> : Function<div class="summaryTableDescription">
		 
		 Sets or returns a custom data source adapter function.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#deselect" class="signatureLink">deselect</a> : Boolean<div class="summaryTableDescription">
		 
		 Defines or returns the list deselection behaviour.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#direction" class="signatureLink">direction</a> : String<div class="summaryTableDescription">
		 
		 Sets or gets the list direction.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#firstVisibleIndex" class="signatureLink">firstVisibleIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 
		 The current scroll postion of the list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#itemRenderer" class="signatureLink">itemRenderer</a> : Class<div class="summaryTableDescription">[write-only] 
		 
		 Sets an item renderer.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#maxScrollIndex" class="signatureLink">maxScrollIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 
		 The max scroll postion of the list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#multiselect" class="signatureLink">multiselect</a> : Boolean<div class="summaryTableDescription">
		 
		 Sets or returns the list to be a multiselect list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#numItems" class="signatureLink">numItems</a> : uint<div class="summaryTableDescription">[read-only] 
		 
		 The number of items currently displayed in the listView.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#select" class="signatureLink">select</a> : Boolean<div class="summaryTableDescription">
		 
		 Defines or returns the list selection behaviour.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#selectedIndex" class="signatureLink">selectedIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 
		 The list index of the first selected item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#selectedIndices" class="signatureLink">selectedIndices</a> : Array<div class="summaryTableDescription">[read-only] 
		 
		 An array of all selected indices.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#selectedItemData" class="signatureLink">selectedItemData</a> : <a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><div class="summaryTableDescription">[read-only] 
		 
		 The first selected item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#selectedItemsData" class="signatureLink">selectedItemsData</a> : Array<div class="summaryTableDescription">[read-only] 
		 
		 An array of all selected items data.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpc/treeview/TreeViewStyles.html">TreeViewStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all TreeView style property definitions.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#_dataSource" class="signatureLink">_dataSource</a> : *<div class="summaryTableDescription">
		 The data source.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#_dataSourceAdapter" class="signatureLink">_dataSourceAdapter</a> : IDataProvider<div class="summaryTableDescription">
		 The data source adapter.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#_dataSourceAdapterFunction" class="signatureLink">_dataSourceAdapterFunction</a> : Function<div class="summaryTableDescription">
		 An optional data source adapter function.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TreeView()" class="signatureLink">TreeView</a>()</div><div class="summaryTableDescription">
		 TreeView constructor.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#collapseNodeAt()" class="signatureLink">collapseNodeAt</a>(listIndex:uint, collapseAll:Boolean = false):void</div><div class="summaryTableDescription">
		 
		 Collapses the node at the given index.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#deselectItemAt()" class="signatureLink">deselectItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 
		 Deselects the item at the given position.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#expandNodeAt()" class="signatureLink">expandNodeAt</a>(listIndex:uint, expandAll:Boolean = false):void</div><div class="summaryTableDescription">
		 
		 Expands the node at the given index.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#getListItemDataAt()" class="signatureLink">getListItemDataAt</a>(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></div><div class="summaryTableDescription">
		 
		 Returns a ListItemData object for the item at the given index.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#scrollToItemAt()" class="signatureLink">scrollToItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 
		 Scrolls to the specified item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#selectItemAt()" class="signatureLink">selectItemAt</a>(listIndex:uint):void</div><div class="summaryTableDescription">
		 
		 Selects the item at the given position.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#applyToRenderers()" class="signatureLink">applyToRenderers</a>(applyFunction:Function, onlyVisibles:Boolean = true):void</div><div class="summaryTableDescription">
		 Applies a function to all renderers.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#createListItemData()" class="signatureLink">createListItemData</a>(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></div><div class="summaryTableDescription">
		 Creates the item data for the item at the given index.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#createListItemEvent()" class="signatureLink">createListItemEvent</a>(type:String, listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/ListItemEvent.html">ListItemEvent</a></div><div class="summaryTableDescription">
		 Creates a ListItemEvent.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#createListItemRendererData()" class="signatureLink">createListItemRendererData</a>(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></div><div class="summaryTableDescription">
		 Creates the item renderer data for the item at the given index.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#createListItemRendererEvent()" class="signatureLink">createListItemRendererEvent</a>(type:String):<a href="../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html">ListItemRendererEvent</a></div><div class="summaryTableDescription">
		 Creates a ListItemRendererEvent.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#createListViewEvent()" class="signatureLink">createListViewEvent</a>(type:String):<a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html">ListViewEvent</a></div><div class="summaryTableDescription">
		 Creates a ListViewEvent.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createNewDataSourceAdapter()" class="signatureLink">createNewDataSourceAdapter</a>():IDataProvider</div><div class="summaryTableDescription">[override] 
		 
		 Creates a new data source adapter.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getDefaultListItemRenderer()" class="signatureLink">getDefaultListItemRenderer</a>():Class</div><div class="summaryTableDescription">[override] 
		 
		 Returns the concrete default item renderer.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getItemIndex()" class="signatureLink">getItemIndex</a>(listIndex:uint):*</div><div class="summaryTableDescription">[override] 
		 
		 Returns the position of the item in the containing collection.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getItemKey()" class="signatureLink">getItemKey</a>(listIndex:uint):*</div><div class="summaryTableDescription">[override] 
		 
		 Returns the key of the item if the containing collection is an IMap.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemDataClass()" class="signatureLink">getListItemDataClass</a>():Class</div><div class="summaryTableDescription">[override] 
		 
		 Returns the concrete ListItemData class.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemEventClass()" class="signatureLink">getListItemEventClass</a>():Class</div><div class="summaryTableDescription">[override] 
		 
		 Returns the concrete ListItemEvent class.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemRendererDataClass()" class="signatureLink">getListItemRendererDataClass</a>():Class</div><div class="summaryTableDescription">[override] 
		 
		 Returns the concrete ListItemRendererData class.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemRendererEventClass()" class="signatureLink">getListItemRendererEventClass</a>():Class</div><div class="summaryTableDescription">[override] 
		 
		 Returns the concrete ListItemRendererEvent class.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListViewEventClass()" class="signatureLink">getListViewEventClass</a>():Class</div><div class="summaryTableDescription">[override] 
		 
		 Returns the concrete ListViewEvent class.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getParentItem()" class="signatureLink">getParentItem</a>(listIndex:uint):*</div><div class="summaryTableDescription">[override] 
		 
		 Returns the containing collection of the item at the given list index.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#getRendererAt()" class="signatureLink">getRendererAt</a>(listIndex:uint):<a href="../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></div><div class="summaryTableDescription">
		 Returns the renderer at the given list index.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#initDataSource()" class="signatureLink">initDataSource</a>():void</div><div class="summaryTableDescription">
		 Initialises the data source.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setAdditionalListItemDataProperties()" class="signatureLink">setAdditionalListItemDataProperties</a>(data:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a>):void</div><div class="summaryTableDescription">[override] 
		 
		 Sets additional list item data properties.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><div class="showHideLinks"><div id="hideInheritedEvent" class="hideInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(false,'Event');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Events</a></div><div id="showInheritedEvent" class="showInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(true,'Event');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Events</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listItem_click" class="signatureLink">listItem_click</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CLICK
		 
		 Dispatched if the user clicks a list item.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listItem_mouseDown" class="signatureLink">listItem_mouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_DOWN
		 
		 Dispatched if the user presses the mouse over a list item.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listItem_rollOut" class="signatureLink">listItem_rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OUT
		 
		 Dispatched if the mouse leaves the list item area.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listItem_rollOver" class="signatureLink">listItem_rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OVER
		 
		 Dispatched if the mouse enters the list item area.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listItem_selectionChanged" class="signatureLink">listItem_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 Dispatched if the user has selected or deselected a list item.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listView_dataReset" class="signatureLink">listView_dataReset</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type DATA_RESET
		 
		 Dispatched after the list data source has been changed drastically.</td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listView_itemAdded" class="signatureLink">listView_itemAdded</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ITEM_ADDED
		 
		 Dispatched if items have been added to the list.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listView_itemRemoved" class="signatureLink">listView_itemRemoved</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ITEM_REMOVED
		 
		 Dispatched if items have been removed from the list.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listView_refresh" class="signatureLink">listView_refresh</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type REFRESH
		 
		 Dispatched every time the list is refreshed.</td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listView_scroll" class="signatureLink">listView_scroll</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SCROLL
		 
		 Dispatched if the user scrolls the list by mouse.</td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#event:listView_selectionChanged" class="signatureLink">listView_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 Dispatched if an item has been selected or deselected, both manually
		 or programmatically.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:treeNode_collapsed" class="signatureLink">treeNode_collapsed</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type COLLAPSED
		 
		 Dispatched, after the user has collapsed a node.
		 
		 </td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:treeNode_expanded" class="signatureLink">treeNode_expanded</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type EXPANDED
		 
		 Dispatched, after the user has expanded a node.
		 
		 </td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:treeView_collapsed" class="signatureLink">treeView_collapsed</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type COLLAPSED
		 
		 Dispatched after a node has been collapsed, both manually or programmatically.
		 
		 </td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:treeView_expanded" class="signatureLink">treeView_expanded</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type EXPANDED
		 
		 Dispatched after a node has been expanded, both manually or programmatically.
		 
		 </td><td class="summaryTableOwnerCol">TreeView</td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#style:listView_itemSize" class="signatureLink">listView_itemSize</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#style:listView_scrollBarSize" class="signatureLink">listView_scrollBarSize</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#style:listView_scrollBarVisibility" class="signatureLink">listView_scrollBarVisibility</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#style:listView_selectedItemSize" class="signatureLink">listView_selectedItemSize</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:treeView_maxExpandAllLevel"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">treeView_maxExpandAllLevel</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint<br/>
		 Style property defining the max level for a recursive expansion.
		 </td><td class="summaryTableOwnerCol">TreeView</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:treeView_showRoot"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">treeView_showRoot</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the root node visibility.
		 </td><td class="summaryTableOwnerCol">TreeView</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedConstant" id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#BINDABLE_PROPERTY_SELECTED_INDEX" class="signatureLink">BINDABLE_PROPERTY_SELECTED_INDEX</a> : String = selectedIndex<div class="summaryTableDescription">[static] 
		 Name constant for the bindable property ListView.selectedIndex.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html#BINDABLE_PROPERTY_SELECTED_INDICES" class="signatureLink">BINDABLE_PROPERTY_SELECTED_INDICES</a> : String = selectedIndices<div class="summaryTableDescription">[static] 
		 Name constant for the bindable property ListView.selectedIndices.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="maxExpandAllLevel_internal"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">maxExpandAllLevel_internal</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>maxExpandAllLevel_internal:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The max expand level in a recursive expansion.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;asdpc_internal function get maxExpandAllLevel_internal():uint</code><br/></div><a name="propertyDetail"></a><a name="showRoot"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">showRoot</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>showRoot:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the root node is visible.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;asdpc_internal function get showRoot():Boolean</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpc/treeview/TreeViewStyles.html">TreeViewStyles</a></code><p></p><p></p><p>
		 Central accessor to all TreeView style property definitions.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TreeView()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TreeView</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TreeView()</code><p></p><p>
		 TreeView constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="collapseNodeAt()"></a><a name="collapseNodeAt(uint,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">collapseNodeAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function collapseNodeAt(listIndex:uint, collapseAll:Boolean = false):void</code><p></p><p></p><p>
		 
		 Collapses the node at the given index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the node.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">collapseAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; True, if the node should be collapsed recursively.
		 </td></tr></table></p></div><a name="collapseNodeAt_internal()"></a><a name="collapseNodeAt_internal(uint,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">collapseNodeAt_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function collapseNodeAt_internal(listIndex:uint, collapseAll:Boolean = false):void</code><p></p><p></p><p>
		 Collapses a node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The list index of the node to collaps.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">collapseAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; Flag, indicates if the node is recursively to collaps.
		 </td></tr></table></p></div><a name="createNewDataSourceAdapter()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createNewDataSourceAdapter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function createNewDataSourceAdapter():IDataProvider</code><p></p><p></p><p>
		 
		 Creates a new data source adapter.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>IDataProvider</code> &mdash; The data source Adapter.
		 </td></tr></table></div><a name="createTreeNodeRendererData_internal()"></a><a name="createTreeNodeRendererData_internal(com.sibirjak.asdpc.treeview.core.ITreeNode)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createTreeNodeRendererData_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function createTreeNodeRendererData_internal(treeNode:<a href="../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):<a href="../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code><p></p><p></p><p>
		 Creates a TreeNodeRendererData for a given TreeNode.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">treeNode</span>:<a href="../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node to create the data for.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></code></td></tr></table></div><a name="expandNodeAt()"></a><a name="expandNodeAt(uint,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">expandNodeAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function expandNodeAt(listIndex:uint, expandAll:Boolean = false):void</code><p></p><p></p><p>
		 
		 Expands the node at the given index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the node.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">expandAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; True, if the node should be expanded recursively.
		 </td></tr></table></p></div><a name="expandNodeAt_internal()"></a><a name="expandNodeAt_internal(uint,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">expandNodeAt_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function expandNodeAt_internal(listIndex:uint, expandAll:Boolean = false):void</code><p></p><p></p><p>
		 Expands a node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The list index of the node to expand.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">expandAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; Flag, indicates if the node is recursively to expand.
		 </td></tr></table></p></div><a name="getDefaultListItemRenderer()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getDefaultListItemRenderer</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getDefaultListItemRenderer():Class</code><p></p><p></p><p>
		 
		 Returns the concrete default item renderer.
		 
		 <p>ListView: ListItemRenderer</p>
		 
		 <p>TreeView: TreeNodeRenderer</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete item renderer.
		 </td></tr></table></div><a name="getItemIndex()"></a><a name="getItemIndex(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getItemIndex</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getItemIndex(listIndex:uint):*</code><p></p><p></p><p>
		 
		 Returns the position of the item in the containing collection.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The position of the item in the containing collection.
		 </td></tr></table></div><a name="getItemKey()"></a><a name="getItemKey(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getItemKey</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getItemKey(listIndex:uint):*</code><p></p><p></p><p>
		 
		 Returns the key of the item if the containing collection is an IMap.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The key of item or null if the containing collection is not a map.
		 </td></tr></table></div><a name="getListItemDataClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemDataClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getListItemDataClass():Class</code><p></p><p></p><p>
		 
		 Returns the concrete ListItemData class.
		 
		 <p>ListView: ListItemData</p>
		 
		 <p>TreeView: TreeNodeData</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete ListItemData class.
		 </td></tr></table></div><a name="getListItemEventClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemEventClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getListItemEventClass():Class</code><p></p><p></p><p>
		 
		 Returns the concrete ListItemEvent class.
		 
		 <p>ListView: ListItemEvent</p>
		 
		 <p>TreeView: TreeNodeEvent</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete ListItemEvent class.
		 </td></tr></table></div><a name="getListItemRendererDataClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemRendererDataClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getListItemRendererDataClass():Class</code><p></p><p></p><p>
		 
		 Returns the concrete ListItemRendererData class.
		 
		 <p>ListView: ListItemRendererData</p>
		 
		 <p>TreeView: TreeNodeRendererData</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete ListItemRendererData class.
		 </td></tr></table></div><a name="getListItemRendererEventClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemRendererEventClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getListItemRendererEventClass():Class</code><p></p><p></p><p>
		 
		 Returns the concrete ListItemRendererEvent class.
		 
		 <p>ListView: ListItemRendererEvent</p>
		 
		 <p>TreeView: TreeNodeRendererEvent</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete ListItemRendererEvent class.
		 </td></tr></table></div><a name="getListViewEventClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListViewEventClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getListViewEventClass():Class</code><p></p><p></p><p>
		 
		 Returns the concrete ListViewEvent class.
		 
		 <p>ListView: ListViewEvent</p>
		 
		 <p>TreeView: TreeViewEvent</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The concrete ListViewEvent class.
		 </td></tr></table></div><a name="getParentItem()"></a><a name="getParentItem(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getParentItem</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getParentItem(listIndex:uint):*</code><p></p><p></p><p>
		 
		 Returns the containing collection of the item at the given list index.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The item's containing collection.
		 </td></tr></table></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="initialised()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">initialised</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function initialised():void</code><p></p><p></p><p>
		 
		 
		 Notifies a view after it has been fully initialised.
		 
		 <p>This method is a hook to enable subclasses to perform further
		 operations after the initialisation has been finished and the
		 _initialised property is set to true.</p>
		 
		 <p>You use this method to set or dispatch an initial view state,
		 e.g. to select an item of a ListView instance.</p>
		 
		 <p>The propetected property _initialised is set to true at this point.</p>
		 </p></div><a name="notifyRendererForConnectionChange_internal()"></a><a name="notifyRendererForConnectionChange_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyRendererForConnectionChange_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function notifyRendererForConnectionChange_internal(listIndex:uint):void</code><p></p><p></p><p>
		 Notifies the renderer at the given position about a connection change.
		 
		 <p>This method is called by the ListDataProvider after items have been added
		 or removed. The node at the given position or one of its ancestors either:</p>
		 
		 <ul>
		 <li>Has been the last node of a branch and is it not any longer.</li>
		 <li>Or has been not the last node of a branch and is it now.</li>
		 </ul>
		 
		 <p>In both cases the affected node and all of its children have to
		 show new connections.</p>
		 
		 <p>It is not necessary to perform an immediate validation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The position of the node in the list.
		 </td></tr></table></p></div><a name="notifyRendererForTreeNodeStateChange_internal()"></a><a name="notifyRendererForTreeNodeStateChange_internal(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyRendererForTreeNodeStateChange_internal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> asdpc_internal function notifyRendererForTreeNodeStateChange_internal(listIndex:uint):void</code><p></p><p></p><p>
		 Notifies the renderer at the given position about a node state change.
		 
		 <p>If the state changes due to a expand or collaps operation, we wish the
		 renderer to immediate reflect the changes.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The position of the node in the list.
		 </td></tr></table></p></div><a name="setAdditionalListItemDataProperties()"></a><a name="setAdditionalListItemDataProperties(com.sibirjak.asdpc.listview.ListItemData)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setAdditionalListItemDataProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function setAdditionalListItemDataProperties(data:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a>):void</code><p></p><p></p><p>
		 
		 Sets additional list item data properties.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">data</span>:<a href="../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a></code> &mdash; The list item data to update.
		 </td></tr></table></p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><div class="detailSectionHeader"> Event Detail </div><a name="event:treeNode_collapsed"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNode_collapsed</td><td class="detailHeaderType"> Event </td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/treeview/TreeNodeEvent.html"><code>com.sibirjak.asdpc.treeview.TreeNodeEvent</code></a><br/><span class="label">TreeNodeEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/treeview/TreeNodeEvent.html#COLLAPSED"><code>com.sibirjak.asdpc.treeview.TreeNodeEvent.COLLAPSED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type COLLAPSED
		 
		 <p>Dispatched, after the user has collapsed a node.</p>
		 
		 </div><a name="event:treeNode_expanded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNode_expanded</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/treeview/TreeNodeEvent.html"><code>com.sibirjak.asdpc.treeview.TreeNodeEvent</code></a><br/><span class="label">TreeNodeEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/treeview/TreeNodeEvent.html#EXPANDED"><code>com.sibirjak.asdpc.treeview.TreeNodeEvent.EXPANDED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type EXPANDED
		 
		 <p>Dispatched, after the user has expanded a node.</p>
		 
		 </div><a name="event:treeView_collapsed"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeView_collapsed</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/treeview/TreeViewEvent.html"><code>com.sibirjak.asdpc.treeview.TreeViewEvent</code></a><br/><span class="label">TreeViewEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/treeview/TreeViewEvent.html#COLLAPSED"><code>com.sibirjak.asdpc.treeview.TreeViewEvent.COLLAPSED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type COLLAPSED
		 
		 <p>Dispatched after a node has been collapsed, both manually or programmatically.</p>
		 
		 </div><a name="event:treeView_expanded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeView_expanded</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../com/sibirjak/asdpc/treeview/TreeViewEvent.html"><code>com.sibirjak.asdpc.treeview.TreeViewEvent</code></a><br/><span class="label">TreeViewEvent.type property = </span><a href="../../../../com/sibirjak/asdpc/treeview/TreeViewEvent.html#EXPANDED"><code>com.sibirjak.asdpc.treeview.TreeViewEvent.EXPANDED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type EXPANDED
		 
		 <p>Dispatched after a node has been expanded, both manually or programmatically.</p>
		 
		 </div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TreeViewEvent,com.sibirjak.asdpc.treeview.TreeViewEvent,CLICK,COLLAPSED,COLLAPSED,DATA_RESET,EXPANDED,EXPANDED,ITEM_ADDED,ITEM_REMOVED,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,collapseAll,collapseAll,expandAll,expandAll,isExpanded,isExpanded,itemIndex,maxExpandAllLevel,maxExpandAllLevel_internal,parentItem,showRoot,showRoot,style,treeNode_internal"><title>com.sibirjak.asdpc.treeview.TreeViewEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeViewEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/treeview/TreeViewEvent.html&amp;com/sibirjak/asdpc/treeview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeViewEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeViewEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeViewEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeViewEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html">ListViewEvent</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 TreeView event.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#collapseAll" class="signatureLink">collapseAll</a> : Boolean<div class="summaryTableDescription">
		 Indicates, if a node has been recursively collapsed.</div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#expandAll" class="signatureLink">expandAll</a> : Boolean<div class="summaryTableDescription">
		 Indicates, if a node has been recursively expanded.</div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html#listIndex" class="signatureLink">listIndex</a> : int = -1<div class="summaryTableDescription">
		 The list index of a insertion or removal operation.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html">ListViewEvent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html#numItems" class="signatureLink">numItems</a> : uint<div class="summaryTableDescription">
		 The number of items removed or added.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewEvent.html">ListViewEvent</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TreeViewEvent()" class="signatureLink">TreeViewEvent</a>(type:String)</div><div class="summaryTableDescription">
		 TreeViewEvent constructor.</div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COLLAPSED" class="signatureLink">COLLAPSED</a> : String = treeView_collapsed<div class="summaryTableDescription">[static] 
		 Event type COLLAPSED
		 
		 Dispatched after a node has been collapsed, both manually or programmatically.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DATA_RESET" class="signatureLink">DATA_RESET</a> : String = listView_dataReset<div class="summaryTableDescription">[static] 
		 Event type DATA_RESET
		 
		 Dispatched after the list data source has been changed drastically.</div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#EXPANDED" class="signatureLink">EXPANDED</a> : String = treeView_expanded<div class="summaryTableDescription">[static] 
		 Event type EXPANDED
		 
		 Dispatched after a node has been expanded, both manually or programmatically.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ITEM_ADDED" class="signatureLink">ITEM_ADDED</a> : String = listView_itemAdded<div class="summaryTableDescription">[static] 
		 Event type ITEM_ADDED
		 
		 Dispatched if items have been added to the list.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ITEM_REMOVED" class="signatureLink">ITEM_REMOVED</a> : String = listView_itemRemoved<div class="summaryTableDescription">[static] 
		 Event type ITEM_REMOVED
		 
		 Dispatched if items have been removed from the list.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#REFRESH" class="signatureLink">REFRESH</a> : String = listView_refresh<div class="summaryTableDescription">[static] 
		 Event type REFRESH
		 
		 Dispatched every time the list is refreshed.</div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SCROLL" class="signatureLink">SCROLL</a> : String = listView_scroll<div class="summaryTableDescription">[static] 
		 Event type SCROLL
		 
		 Dispatched if the user scrolls the list by mouse.</div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTION_CHANGED" class="signatureLink">SELECTION_CHANGED</a> : String = listView_selectionChanged<div class="summaryTableDescription">[static] 
		 Event type SELECTION_CHANGED
		 
		 Dispatched if an item has been selected or deselected, both manually
		 or programmatically.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeViewEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="collapseAll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">collapseAll</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var collapseAll:Boolean</code><p></p><p></p><p>
		 Indicates, if a node has been recursively collapsed.
		 
		 <p>This property is set only for the events EXPANDED, COLLAPSED</p>
		 </p></div><a name="propertyDetail"></a><a name="expandAll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">expandAll</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var expandAll:Boolean</code><p></p><p></p><p>
		 Indicates, if a node has been recursively expanded.
		 
		 <p>This property is set only for the events EXPANDED, COLLAPSED</p>
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TreeViewEvent()"></a><a name="TreeViewEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TreeViewEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TreeViewEvent(type:String)</code><p></p><p>
		 TreeViewEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="COLLAPSED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COLLAPSED</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const COLLAPSED:String = treeView_collapsed</code><p></p><p></p><p>
		 Event type COLLAPSED
		 
		 <p>Dispatched after a node has been collapsed, both manually or programmatically.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="DATA_RESET"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DATA_RESET</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const DATA_RESET:String = listView_dataReset</code><p></p><p>
		 Event type DATA_RESET
		 
		 <p>Dispatched after the list data source has been changed drastically.
		 This is the case, if the data source has been changed drastically
		 (not to handle by singular add or remove operations) or a new data
		 source has been set.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="EXPANDED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">EXPANDED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const EXPANDED:String = treeView_expanded</code><p></p><p></p><p>
		 Event type EXPANDED
		 
		 <p>Dispatched after a node has been expanded, both manually or programmatically.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="ITEM_ADDED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ITEM_ADDED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ITEM_ADDED:String = listView_itemAdded</code><p></p><p>
		 Event type ITEM_ADDED
		 
		 <p>Dispatched if items have been added to the list.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="ITEM_REMOVED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ITEM_REMOVED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ITEM_REMOVED:String = listView_itemRemoved</code><p></p><p>
		 Event type ITEM_REMOVED
		 
		 <p>Dispatched if items have been removed from the list.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="REFRESH"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">REFRESH</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const REFRESH:String = listView_refresh</code><p></p><p>
		 Event type REFRESH
		 
		 <p>Dispatched every time the list is refreshed. The list is always refreshed,
		 if items have been added or removed or the scroll position changes or the list
		 or list item dimensions change. This event can be used to track the scroll
		 position of the list, if changed programmatically.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="SCROLL"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SCROLL</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SCROLL:String = listView_scroll</code><p></p><p>
		 Event type SCROLL
		 
		 <p>Dispatched if the user scrolls the list by mouse. The new first visible index
		 can be obtained via listView.firstVisibleIndex. Programmatic scrolling can be watched
		 listening to REFRESH.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="SELECTION_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTION_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTION_CHANGED:String = listView_selectionChanged</code><p></p><p>
		 Event type SELECTION_CHANGED
		 
		 <p>Dispatched if an item has been selected or deselected, both manually
		 or programmatically.</p>
		 
		 </p><p>
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TreeViewStyles,com.sibirjak.asdpc.treeview.TreeViewStyles,CLICK,COLLAPSED,COLLAPSED,DATA_RESET,EXPANDED,EXPANDED,ITEM_ADDED,ITEM_REMOVED,REFRESH,ROLL_OUT,ROLL_OVER,SCROLL,SELECTION_CHANGED,SELECTION_CHANGED,collapseAll,collapseAll,expandAll,expandAll,isExpanded,isExpanded,itemIndex,maxExpandAllLevel,maxExpandAllLevel_internal,parentItem,showRoot,showRoot,style,treeNode_internal"><title>com.sibirjak.asdpc.treeview.TreeViewStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeViewStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpc/treeview/TreeViewStyles.html&amp;com/sibirjak/asdpc/treeview/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeViewStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeViewStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeViewStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeViewStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html">ListViewStyles</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 TreeView style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html#itemSize" class="signatureLink">itemSize</a> : String = listView_itemSize<div class="summaryTableDescription">
		 Style property defining the list item size.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html">ListViewStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#maxExpandAllLevel" class="signatureLink">maxExpandAllLevel</a> : String = treeView_maxExpandAllLevel<div class="summaryTableDescription">
		 Style property defining the max level for a recursive expansion.</div></td><td class="summaryTableOwnerCol">TreeViewStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html#scrollBarSize" class="signatureLink">scrollBarSize</a> : String = listView_scrollBarSize<div class="summaryTableDescription">
		 Style property defining the scrollbar size.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html">ListViewStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html#scrollBarVisibility" class="signatureLink">scrollBarVisibility</a> : String = listView_scrollBarVisibility<div class="summaryTableDescription">
		 Style property defining the scrollbar visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html">ListViewStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html#selectedItemSize" class="signatureLink">selectedItemSize</a> : String = listView_selectedItemSize<div class="summaryTableDescription">
		 Style property defining the selected item size.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/listview/ListViewStyles.html">ListViewStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#showRoot" class="signatureLink">showRoot</a> : String = treeView_showRoot<div class="summaryTableDescription">
		 Style property defining the root node visibility.</div></td><td class="summaryTableOwnerCol">TreeViewStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="maxExpandAllLevel"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">maxExpandAllLevel</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const maxExpandAllLevel:String = treeView_maxExpandAllLevel</code><p></p><p></p><p>
		 Style property defining the max level for a recursive expansion.
		 </p></div><a name="constantDetail"></a><a name="showRoot"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">showRoot</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const showRoot:String = treeView_showRoot</code><p></p><p></p><p>
		 Style property defining the root node visibility.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.treeview.constants - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.treeview.constants</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="TreeNodeState.html">TreeNodeState</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.treeview.constants Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.treeview.constants package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/constants/package-detail.html&amp;com/sibirjak/asdpc/treeview/constants/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.treeview.constants</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.treeview.constants"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeNodeState.html">TreeNodeState</a></td><td class="summaryTableLastCol">
	 TreeNodeState contants.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TreeNodeState,com.sibirjak.asdpc.treeview.constants.TreeNodeState,BRANCH_CLOSED,BRANCH_OPEN,LEAF"><title>com.sibirjak.asdpc.treeview.constants.TreeNodeState</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeNodeState - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/constants/TreeNodeState.html&amp;com/sibirjak/asdpc/treeview/constants/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeNodeState</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeNodeState"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.constants</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeNodeState</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeNodeState  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 TreeNodeState contants.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BRANCH_CLOSED" class="signatureLink">BRANCH_CLOSED</a> : String = branchClosed<div class="summaryTableDescription">[static] 
		 Name constant for closed branch node.</div></td><td class="summaryTableOwnerCol">TreeNodeState</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BRANCH_OPEN" class="signatureLink">BRANCH_OPEN</a> : String = branchOpen<div class="summaryTableDescription">[static] 
		 Name constant for an open branch node.</div></td><td class="summaryTableOwnerCol">TreeNodeState</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#LEAF" class="signatureLink">LEAF</a> : String = leaf<div class="summaryTableDescription">[static] 
		 Name constant for a leaf node.</div></td><td class="summaryTableOwnerCol">TreeNodeState</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BRANCH_CLOSED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BRANCH_CLOSED</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BRANCH_CLOSED:String = branchClosed</code><p></p><p></p><p>
		 Name constant for closed branch node.
		 </p></div><a name="constantDetail"></a><a name="BRANCH_OPEN"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BRANCH_OPEN</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const BRANCH_OPEN:String = branchOpen</code><p></p><p></p><p>
		 Name constant for an open branch node.
		 </p></div><a name="constantDetail"></a><a name="LEAF"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LEAF</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const LEAF:String = leaf</code><p></p><p></p><p>
		 Name constant for a leaf node.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.treeview.core - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.treeview.core</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IListDataProvider.html"><i>IListDataProvider</i></a></td></tr><tr><td><a href="ITreeNode.html"><i>ITreeNode</i></a></td></tr><tr><td><a href="ITreeNodeRenderer.html"><i>ITreeNodeRenderer</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ListDataProvider.html">ListDataProvider</a></td></tr><tr><td><a href="TreeNode.html">TreeNode</a></td></tr><tr><td><a href="TreeNodeRendererData.html">TreeNodeRendererData</a></td></tr><tr><td><a href="TreeNodeRendererEvent.html">TreeNodeRendererEvent</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="IListDataProvider,com.sibirjak.asdpc.treeview.core.IListDataProvider,COLLAPSED,CONNECTION_CHANGED,DATA_CHANGED,DATA_PROPERTY_CHANGED,EXPANDED,LEVEL_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,TREE_NODE_STATE_CHANGED,alwaysExpanded,alwaysExpanded,collapseAll,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,expandAll,isBranch,isBranch,isExpanded,isExpanded,isFirstItemInBranch,isFirstItemInBranch,isFirstItemInBranch,isLastItemInBranch,isLastItemInBranch,isLastItemInBranch,isRoot,isRoot,isRoot,itemIndex,itemIndex,itemKey,itemKey,level,level,level,maxExpandAllLevel,maxExpandAllLevel,parentNode,parentNode,parentTreeNodeRendererData,rootLevel,rootLevel,rootNode,treeNodeState,treeNodeState,treeNodeState,addEventListener,cleanUp,cleanUp,cleanUp,collapse,collapse,collapse,connectionChanged,connectionChanged,dispatchEvent,expand,expand,expand,getExpandedNodesRecursiveIterator,getExpandedNodesRecursiveIterator,getListIndexOf,getListIndexOf,getNodeAt,getNodeAt,getRecursiveIterator,getRecursiveIterator,hasEventListener,itemAt,nodeCollapsed,nodeCollapsed,nodeExpanded,nodeExpanded,nodesAddedAfter,nodesAddedAfter,nodesRemovedAfter,nodesRemovedAfter,removeEventListener,showRootChanged,showRootChanged,toString,toString,toString,treeNodeStateChanged,treeNodeStateChanged,willTrigger"><title>com.sibirjak.asdpc.treeview.core.IListDataProvider</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IListDataProvider - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/core/IListDataProvider.html&amp;com/sibirjak/asdpc/treeview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IListDataProvider</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IListDataProvider"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IListDataProvider extends  org.as3commons.collections.framework.IDataProvider</td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/core/ListDataProvider.html">ListDataProvider</a></td></tr></table><p></p><p></p><p></p>
	 ListDataProvider interface.
	 
	 <p>The ListDataProvider adapts the hierachical tree data source and
	 provides a sequential IDataProvider interface.</p> 
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSourceAdapterFunction" class="signatureLink">dataSourceAdapterFunction</a> : Function<div class="summaryTableDescription">[read-only] 
		 A custom data source adapter factory function.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#maxExpandAllLevel" class="signatureLink">maxExpandAllLevel</a> : uint<div class="summaryTableDescription">[read-only] 
		 The max level of auto expanding.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#rootLevel" class="signatureLink">rootLevel</a> : int<div class="summaryTableDescription">[read-only] 
		 The level of the root node.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#connectionChanged()" class="signatureLink">connectionChanged</a>(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, affectsChildren:Boolean):void</div><div class="summaryTableDescription">
		 Notifies the ListDataProvider that the connection structure of a node
		 has been changed.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListIndexOf()" class="signatureLink">getListIndexOf</a>(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):int</div><div class="summaryTableDescription">
		 Returns the list position of a given tree node.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getNodeAt()" class="signatureLink">getNodeAt</a>(listIndex:uint):<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></div><div class="summaryTableDescription">
		 Returns the tree node at the given list position.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#nodeCollapsed()" class="signatureLink">nodeCollapsed</a>(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</div><div class="summaryTableDescription">
		 Notifies the ListDataProvider that a node has been collapsed.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#nodeExpanded()" class="signatureLink">nodeExpanded</a>(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</div><div class="summaryTableDescription">
		 Notifies the ListDataProvider that a node has been expanded.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#nodesAddedAfter()" class="signatureLink">nodesAddedAfter</a>(parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodeBefore:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodes:Array):void</div><div class="summaryTableDescription">
		 Notifies the ListDataProvider that nodes have been added after a node.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#nodesRemovedAfter()" class="signatureLink">nodesRemovedAfter</a>(parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodeBefore:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodes:Array):void</div><div class="summaryTableDescription">
		 Notifies the ListDataProvider that nodes have been removed after a node.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#showRootChanged()" class="signatureLink">showRootChanged</a>():void</div><div class="summaryTableDescription">
		 Notifies the ListDataProvider after the showRoot property has been changed.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#treeNodeStateChanged()" class="signatureLink">treeNodeStateChanged</a>(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</div><div class="summaryTableDescription">
		 Notifies the ListDataProvider that a node state has changed.</div></td><td class="summaryTableOwnerCol">IListDataProvider</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dataSourceAdapterFunction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSourceAdapterFunction</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>dataSourceAdapterFunction:Function</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 A custom data source adapter factory function.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSourceAdapterFunction():Function</code><br/></div><a name="propertyDetail"></a><a name="maxExpandAllLevel"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">maxExpandAllLevel</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>maxExpandAllLevel:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The max level of auto expanding.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get maxExpandAllLevel():uint</code><br/></div><a name="propertyDetail"></a><a name="rootLevel"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">rootLevel</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>rootLevel:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The level of the root node. If _showRoot
		 is set to false, the level is -1, else 0.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get rootLevel():int</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="connectionChanged()"></a><a name="connectionChanged(com.sibirjak.asdpc.treeview.core.ITreeNode,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">connectionChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function connectionChanged(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, affectsChildren:Boolean):void</code><p></p><p></p><p>
		 Notifies the ListDataProvider that the connection structure of a node
		 has been changed.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">node</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node whose connection has changed.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">affectsChildren</span>:Boolean</code> &mdash; True, if also the node's children have a changed connection.
		 </td></tr></table></p></div><a name="getListIndexOf()"></a><a name="getListIndexOf(com.sibirjak.asdpc.treeview.core.ITreeNode)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListIndexOf</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getListIndexOf(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):int</code><p></p><p></p><p>
		 Returns the list position of a given tree node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">node</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node to get the list index for.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code> &mdash; The list position of the given node or -1 if the node is not contained.
		 </td></tr></table></div><a name="getNodeAt()"></a><a name="getNodeAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getNodeAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getNodeAt(listIndex:uint):<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code><p></p><p></p><p>
		 Returns the tree node at the given list position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the node to get.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node at the given position or null if there is no node.
		 </td></tr></table></div><a name="nodeCollapsed()"></a><a name="nodeCollapsed(com.sibirjak.asdpc.treeview.core.ITreeNode)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">nodeCollapsed</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function nodeCollapsed(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</code><p></p><p></p><p>
		 Notifies the ListDataProvider that a node has been collapsed.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">node</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The collapsed node.
		 </td></tr></table></p></div><a name="nodeExpanded()"></a><a name="nodeExpanded(com.sibirjak.asdpc.treeview.core.ITreeNode)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">nodeExpanded</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function nodeExpanded(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</code><p></p><p></p><p>
		 Notifies the ListDataProvider that a node has been expanded.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">node</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The expanded node.
		 </td></tr></table></p></div><a name="nodesAddedAfter()"></a><a name="nodesAddedAfter(com.sibirjak.asdpc.treeview.core.ITreeNode,com.sibirjak.asdpc.treeview.core.ITreeNode,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">nodesAddedAfter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function nodesAddedAfter(parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodeBefore:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodes:Array):void</code><p></p><p></p><p>
		 Notifies the ListDataProvider that nodes have been added after a node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">parentNode</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The parent node of the node after that new nodes have been added.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">nodeBefore</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node after that new nodes have been added.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">nodes</span>:Array</code> &mdash; An array of all added nodes.
		 </td></tr></table></p></div><a name="nodesRemovedAfter()"></a><a name="nodesRemovedAfter(com.sibirjak.asdpc.treeview.core.ITreeNode,com.sibirjak.asdpc.treeview.core.ITreeNode,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">nodesRemovedAfter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function nodesRemovedAfter(parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodeBefore:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodes:Array):void</code><p></p><p></p><p>
		 Notifies the ListDataProvider that nodes have been removed after a node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">parentNode</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The parent node of the node after that the nodes have been removed.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">nodeBefore</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node after that the nodes have been removed.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">nodes</span>:Array</code> &mdash; An array of all removed nodes.
		 </td></tr></table></p></div><a name="showRootChanged()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">showRootChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function showRootChanged():void</code><p></p><p></p><p>
		 Notifies the ListDataProvider after the showRoot property has been changed.
		 </p></div><a name="treeNodeStateChanged()"></a><a name="treeNodeStateChanged(com.sibirjak.asdpc.treeview.core.ITreeNode)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeStateChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function treeNodeStateChanged(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</code><p></p><p></p><p>
		 Notifies the ListDataProvider that a node state has changed.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">node</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node whose state did change.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ITreeNode,com.sibirjak.asdpc.treeview.core.ITreeNode,COLLAPSED,CONNECTION_CHANGED,DATA_CHANGED,DATA_PROPERTY_CHANGED,EXPANDED,LEVEL_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,TREE_NODE_STATE_CHANGED,alwaysExpanded,alwaysExpanded,collapseAll,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,expandAll,isBranch,isBranch,isExpanded,isExpanded,isFirstItemInBranch,isFirstItemInBranch,isFirstItemInBranch,isLastItemInBranch,isLastItemInBranch,isLastItemInBranch,isRoot,isRoot,isRoot,itemIndex,itemIndex,itemKey,itemKey,level,level,level,maxExpandAllLevel,maxExpandAllLevel,parentNode,parentNode,parentTreeNodeRendererData,rootLevel,rootLevel,rootNode,treeNodeState,treeNodeState,treeNodeState,addEventListener,cleanUp,cleanUp,cleanUp,collapse,collapse,collapse,connectionChanged,connectionChanged,dispatchEvent,expand,expand,expand,getExpandedNodesRecursiveIterator,getExpandedNodesRecursiveIterator,getListIndexOf,getListIndexOf,getNodeAt,getNodeAt,getRecursiveIterator,getRecursiveIterator,hasEventListener,itemAt,nodeCollapsed,nodeCollapsed,nodeExpanded,nodeExpanded,nodesAddedAfter,nodesAddedAfter,nodesRemovedAfter,nodesRemovedAfter,removeEventListener,showRootChanged,showRootChanged,toString,toString,toString,treeNodeStateChanged,treeNodeStateChanged,willTrigger"><title>com.sibirjak.asdpc.treeview.core.ITreeNode</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ITreeNode - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/core/ITreeNode.html&amp;com/sibirjak/asdpc/treeview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ITreeNode</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ITreeNode"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  ITreeNode extends  org.as3commons.collections.framework.IIterable</td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNode.html">TreeNode</a></td></tr></table><p></p><p></p><p></p>
	 TreeNode public interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#alwaysExpanded" class="signatureLink">alwaysExpanded</a> : Boolean<div class="summaryTableDescription">[write-only] 
		 Sets a node to be always expanded.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">[read-only] 
		 The associated data source of the node.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isBranch" class="signatureLink">isBranch</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the node contains children.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isExpanded" class="signatureLink">isExpanded</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the node contains children and is expanded.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isFirstItemInBranch" class="signatureLink">isFirstItemInBranch</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the node has no previous sibling.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isLastItemInBranch" class="signatureLink">isLastItemInBranch</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the node has no next sibling.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isRoot" class="signatureLink">isRoot</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the node is the root node.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemIndex" class="signatureLink">itemIndex</a> : uint<div class="summaryTableDescription">[read-only] 
		 The index position of the item within its containing collection.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemKey" class="signatureLink">itemKey</a> : *<div class="summaryTableDescription">[read-only] 
		 The key with that the item was added to its IMap container.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#level" class="signatureLink">level</a> : int<div class="summaryTableDescription">[read-only] 
		 The recursion depth of the node.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#parentNode" class="signatureLink">parentNode</a> : <a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a><div class="summaryTableDescription">[read-only] 
		 The parent node or null, if called for the root node.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#treeNodeState" class="signatureLink">treeNodeState</a> : String<div class="summaryTableDescription">[read-only] 
		 The current state of the node.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Cleans up all event listener references recursively.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#collapse()" class="signatureLink">collapse</a>(collapseAll:Boolean = false):Boolean</div><div class="summaryTableDescription">
		 Collapses the node.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#expand()" class="signatureLink">expand</a>(expandAll:Boolean = false, expandToLevel:int = -1):Boolean</div><div class="summaryTableDescription">
		 Expands the node.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getExpandedNodesRecursiveIterator()" class="signatureLink">getExpandedNodesRecursiveIterator</a>():IIterator</div><div class="summaryTableDescription">
		 Returns a recursive iterator over all child nodes, which
		 are reachable following the parent.expanded property.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getRecursiveIterator()" class="signatureLink">getRecursiveIterator</a>():IIterator</div><div class="summaryTableDescription">
		 Returns a recursive iterator over all initialised children.</div></td><td class="summaryTableOwnerCol">ITreeNode</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="alwaysExpanded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">alwaysExpanded</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>alwaysExpanded:Boolean</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets a node to be always expanded. This is e.g. the root
		 node if _showRoot is set to false.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set alwaysExpanded(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>dataSource:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The associated data source of the node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/></div><a name="propertyDetail"></a><a name="isBranch"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isBranch</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isBranch:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the node contains children.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isBranch():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isExpanded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isExpanded</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isExpanded:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the node contains children and is expanded.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isExpanded():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isFirstItemInBranch"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isFirstItemInBranch</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isFirstItemInBranch:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the node has no previous sibling.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isFirstItemInBranch():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isLastItemInBranch"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isLastItemInBranch</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isLastItemInBranch:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the node has no next sibling.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isLastItemInBranch():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isRoot"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isRoot</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isRoot:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the node is the root node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isRoot():Boolean</code><br/></div><a name="propertyDetail"></a><a name="itemIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemIndex:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The index position of the item within its containing collection.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemIndex():uint</code><br/></div><a name="propertyDetail"></a><a name="itemKey"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemKey</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemKey:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The key with that the item was added to its IMap container.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemKey():*</code><br/></div><a name="propertyDetail"></a><a name="level"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">level</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>level:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The recursion depth of the node. Calculates
		 its value by adding 1 to the each parent level.
		 Returns _rootLevel, if no parent exists (root node).
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get level():int</code><br/></div><a name="propertyDetail"></a><a name="parentNode"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">parentNode</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The parent node or null, if called for the root node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get parentNode():<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code><br/></div><a name="propertyDetail"></a><a name="treeNodeState"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeState</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>treeNodeState:String</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The current state of the node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get treeNodeState():String</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 Cleans up all event listener references recursively.
		 </p></div><a name="collapse()"></a><a name="collapse(Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">collapse</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function collapse(collapseAll:Boolean = false):Boolean</code><p></p><p></p><p>
		 Collapses the node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">collapseAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; True, if the node should be collapsed recursively.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; True, if the node or any child node has been collapsed.
		 </td></tr></table></div><a name="expand()"></a><a name="expand(Boolean,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">expand</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function expand(expandAll:Boolean = false, expandToLevel:int = -1):Boolean</code><p></p><p></p><p>
		 Expands the node.
		 
		 <p>If expandToLevel is set to -1, the node will be expanded
		 up to the top most level.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">expandAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; True, if the node should be expanded recursively.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">expandToLevel</span>:int</code> (default = <code>-1</code>)<code></code> &mdash; The maximum expand level if expandAll is set to true.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; True, if the node or any child node has been expanded.
		 </td></tr></table></div><a name="getExpandedNodesRecursiveIterator()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getExpandedNodesRecursiveIterator</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getExpandedNodesRecursiveIterator():IIterator</code><p></p><p></p><p>
		 Returns a recursive iterator over all child nodes, which
		 are reachable following the parent.expanded property.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>IIterator</code> &mdash; An iterator over all child nodes that should be visible in list.
		 </td></tr></table></div><a name="getRecursiveIterator()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getRecursiveIterator</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getRecursiveIterator():IIterator</code><p></p><p></p><p>
		 Returns a recursive iterator over all initialised children.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>IIterator</code> &mdash; An iterator over all initialised child nodes.
		 </td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ITreeNodeRenderer,com.sibirjak.asdpc.treeview.core.ITreeNodeRenderer"><title>com.sibirjak.asdpc.treeview.core.ITreeNodeRenderer</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ITreeNodeRenderer - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/core/ITreeNodeRenderer.html&amp;com/sibirjak/asdpc/treeview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ITreeNodeRenderer</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ITreeNodeRenderer"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  ITreeNodeRenderer extends  <a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html">TreeNodeRenderer</a></td></tr></table><p></p><p></p><p></p>
	 TreeNodeRenderer interface.
	 
	 <p>An ITreeNodeRenderer currently does not add functionality
	 to the IListItemRenderer.</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html#data" class="signatureLink">data</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a><div class="summaryTableDescription">
		 Sets or gets the list item renderer data.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html#drawListItem()" class="signatureLink">drawListItem</a>():void</div><div class="summaryTableDescription">
		 Draws the list item initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html#setSelectedSize()" class="signatureLink">setSelectedSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the renderer dimensions for the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the renderer dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ListDataProvider,com.sibirjak.asdpc.treeview.core.ListDataProvider,COLLAPSED,CONNECTION_CHANGED,DATA_CHANGED,DATA_PROPERTY_CHANGED,EXPANDED,LEVEL_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,TREE_NODE_STATE_CHANGED,alwaysExpanded,alwaysExpanded,collapseAll,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,expandAll,isBranch,isBranch,isExpanded,isExpanded,isFirstItemInBranch,isFirstItemInBranch,isFirstItemInBranch,isLastItemInBranch,isLastItemInBranch,isLastItemInBranch,isRoot,isRoot,isRoot,itemIndex,itemIndex,itemKey,itemKey,level,level,level,maxExpandAllLevel,maxExpandAllLevel,parentNode,parentNode,parentTreeNodeRendererData,rootLevel,rootLevel,rootNode,treeNodeState,treeNodeState,treeNodeState,addEventListener,cleanUp,cleanUp,cleanUp,collapse,collapse,collapse,connectionChanged,connectionChanged,dispatchEvent,expand,expand,expand,getExpandedNodesRecursiveIterator,getExpandedNodesRecursiveIterator,getListIndexOf,getListIndexOf,getNodeAt,getNodeAt,getRecursiveIterator,getRecursiveIterator,hasEventListener,itemAt,nodeCollapsed,nodeCollapsed,nodeExpanded,nodeExpanded,nodesAddedAfter,nodesAddedAfter,nodesRemovedAfter,nodesRemovedAfter,removeEventListener,showRootChanged,showRootChanged,toString,toString,toString,treeNodeStateChanged,treeNodeStateChanged,willTrigger"><title>com.sibirjak.asdpc.treeview.core.ListDataProvider</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ListDataProvider - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/core/ListDataProvider.html&amp;com/sibirjak/asdpc/treeview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ListDataProvider</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ListDataProvider"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ListDataProvider</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ListDataProvider  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/core/IListDataProvider.html">IListDataProvider</a>,  org.as3commons.collections.framework.IDataProvider,  flash.events.IEventDispatcher</td></tr></table><p></p><p></p><p></p>
	 List data provider for hierarchical data.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSourceAdapterFunction" class="signatureLink">dataSourceAdapterFunction</a> : Function<div class="summaryTableDescription">[read-only] 
		 
		 A custom data source adapter factory function.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#maxExpandAllLevel" class="signatureLink">maxExpandAllLevel</a> : uint<div class="summaryTableDescription">[read-only] 
		 
		 The max level of auto expanding.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#rootLevel" class="signatureLink">rootLevel</a> : int<div class="summaryTableDescription">[read-only] 
		 
		 The level of the root node.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#rootNode" class="signatureLink">rootNode</a> : <a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a><div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#size" class="signatureLink">size</a> : uint<div class="summaryTableDescription">[read-only] 
		 Returns the number of indexed items.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#_index" class="signatureLink">_index</a> : Dictionary<div class="summaryTableDescription">
		 The item to index map.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#_items" class="signatureLink">_items</a> : Array<div class="summaryTableDescription">
		 The indexed items.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#_size" class="signatureLink">_size</a> : uint<div class="summaryTableDescription">
		 The number of indexed items.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ListDataProvider()" class="signatureLink">ListDataProvider</a>(treeView:<a href="../../../../../com/sibirjak/asdpc/treeview/TreeView.html">TreeView</a>)</div><div class="summaryTableDescription">
		 ListDataProvider constructor.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addEventListener()" class="signatureLink">addEventListener</a>(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#addItemsAfter()" class="signatureLink">addItemsAfter</a>(itemBefore:*, items:Array):int</div><div class="summaryTableDescription">
		 Adds a list of items after the given one.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#addItemsAtEnd()" class="signatureLink">addItemsAtEnd</a>(items:Array):int</div><div class="summaryTableDescription">
		 Adds a list of items at end.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#addItemsAtStart()" class="signatureLink">addItemsAtStart</a>(items:Array):int</div><div class="summaryTableDescription">
		 Adds a list of items at start.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#clear()" class="signatureLink">clear</a>():void</div><div class="summaryTableDescription">
		 Clears the Index.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#connectionChanged()" class="signatureLink">connectionChanged</a>(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, affectsChildren:Boolean):void</div><div class="summaryTableDescription">
		 
		 Notifies the ListDataProvider that the connection structure of a node
		 has been changed.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#dispatchEvent()" class="signatureLink">dispatchEvent</a>(event:Event):Boolean</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListIndexOf()" class="signatureLink">getListIndexOf</a>(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):int</div><div class="summaryTableDescription">
		 
		 Returns the list position of a given tree node.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getNodeAt()" class="signatureLink">getNodeAt</a>(listIndex:uint):<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></div><div class="summaryTableDescription">
		 
		 Returns the tree node at the given list position.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hasEventListener()" class="signatureLink">hasEventListener</a>(type:String):Boolean</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#hasItem()" class="signatureLink">hasItem</a>(item:*):Boolean</div><div class="summaryTableDescription">
		 Returns true, if the item is in the Index.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#indexOf()" class="signatureLink">indexOf</a>(item:*):int</div><div class="summaryTableDescription">
		 Returns the index for a given item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#init()" class="signatureLink">init</a>(source:*):void</div><div class="summaryTableDescription">
		 Initialises the Index.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#itemAt()" class="signatureLink">itemAt</a>(index:uint):*</div><div class="summaryTableDescription">[override] 
		 
		 Returns the item at the given position.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#nodeCollapsed()" class="signatureLink">nodeCollapsed</a>(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</div><div class="summaryTableDescription">
		 
		 Notifies the ListDataProvider that a node has been collapsed.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#nodeExpanded()" class="signatureLink">nodeExpanded</a>(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</div><div class="summaryTableDescription">
		 
		 Notifies the ListDataProvider that a node has been expanded.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#nodesAddedAfter()" class="signatureLink">nodesAddedAfter</a>(parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodeBefore:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodes:Array):void</div><div class="summaryTableDescription">
		 
		 Notifies the ListDataProvider that nodes have been added after a node.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#nodesRemovedAfter()" class="signatureLink">nodesRemovedAfter</a>(parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodeBefore:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodes:Array):void</div><div class="summaryTableDescription">
		 
		 Notifies the ListDataProvider that nodes have been removed after a node.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeEventListener()" class="signatureLink">removeEventListener</a>(type:String, listener:Function, useCapture:Boolean = false):void</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#removeItemsAfter()" class="signatureLink">removeItemsAfter</a>(itemBefore:*, numItems:uint):int</div><div class="summaryTableDescription">
		 Removes a number of items after the given one.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#removeItemsAtEnd()" class="signatureLink">removeItemsAtEnd</a>(numItems:uint):int</div><div class="summaryTableDescription">
		 Removes a number of items at end.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html#removeItemsAtStart()" class="signatureLink">removeItemsAtStart</a>(numItems:uint):int</div><div class="summaryTableDescription">
		 Removes a number of items at start.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/dataprovider/Index.html">Index</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#showRootChanged()" class="signatureLink">showRootChanged</a>():void</div><div class="summaryTableDescription">
		 
		 Notifies the ListDataProvider after the showRoot property has been changed.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">
		 toString() function.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#treeNodeStateChanged()" class="signatureLink">treeNodeStateChanged</a>(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</div><div class="summaryTableDescription">
		 
		 Notifies the ListDataProvider that a node state has changed.</div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#willTrigger()" class="signatureLink">willTrigger</a>(type:String):Boolean</div><div class="summaryTableDescription">
		 </div></td><td class="summaryTableOwnerCol">ListDataProvider</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="dataSourceAdapterFunction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSourceAdapterFunction</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>dataSourceAdapterFunction:Function</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 A custom data source adapter factory function.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSourceAdapterFunction():Function</code><br/></div><a name="propertyDetail"></a><a name="maxExpandAllLevel"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">maxExpandAllLevel</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>maxExpandAllLevel:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The max level of auto expanding.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get maxExpandAllLevel():uint</code><br/></div><a name="propertyDetail"></a><a name="rootLevel"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">rootLevel</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>rootLevel:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The level of the root node. If _showRoot
		 is set to false, the level is -1, else 0.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get rootLevel():int</code><br/></div><a name="propertyDetail"></a><a name="rootNode"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">rootNode</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>rootNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get rootNode():<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ListDataProvider()"></a><a name="ListDataProvider(com.sibirjak.asdpc.treeview.TreeView)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ListDataProvider</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ListDataProvider(treeView:<a href="../../../../../com/sibirjak/asdpc/treeview/TreeView.html">TreeView</a>)</code><p></p><p>
		 ListDataProvider constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">treeView</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/TreeView.html">TreeView</a></code> &mdash; The owning treeView.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="addEventListener()"></a><a name="addEventListener(String,Function,Boolean,int,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addEventListener</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Function</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">useCapture</span>:Boolean</code> (default = <code>false</code>)<code></code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">priority</span>:int</code> (default = <code>0</code>)<code></code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">useWeakReference</span>:Boolean</code> (default = <code>false</code>)<code></code></td></tr></table></p></div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 </p></div><a name="connectionChanged()"></a><a name="connectionChanged(com.sibirjak.asdpc.treeview.core.ITreeNode,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">connectionChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function connectionChanged(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, affectsChildren:Boolean):void</code><p></p><p></p><p>
		 
		 Notifies the ListDataProvider that the connection structure of a node
		 has been changed.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">node</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node whose connection has changed.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">affectsChildren</span>:Boolean</code> &mdash; True, if also the node's children have a changed connection.
		 </td></tr></table></p></div><a name="dispatchEvent()"></a><a name="dispatchEvent(flash.events.Event)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dispatchEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function dispatchEvent(event:Event):Boolean</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">event</span>:Event</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code></td></tr></table></div><a name="getListIndexOf()"></a><a name="getListIndexOf(com.sibirjak.asdpc.treeview.core.ITreeNode)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListIndexOf</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getListIndexOf(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):int</code><p></p><p></p><p>
		 
		 Returns the list position of a given tree node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">node</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node to get the list index for.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code> &mdash; The list position of the given node or -1 if the node is not contained.
		 </td></tr></table></div><a name="getNodeAt()"></a><a name="getNodeAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getNodeAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getNodeAt(listIndex:uint):<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code><p></p><p></p><p>
		 
		 Returns the tree node at the given list position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listIndex</span>:uint</code> &mdash; The index of the node to get.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node at the given position or null if there is no node.
		 </td></tr></table></div><a name="hasEventListener()"></a><a name="hasEventListener(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hasEventListener</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function hasEventListener(type:String):Boolean</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code></td></tr></table></div><a name="itemAt()"></a><a name="itemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override public function itemAt(index:uint):*</code><p></p><p></p><p>
		 
		 Returns the item at the given position.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code> &mdash; The position.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>*</code> &mdash; The item at that position or undefined, if no such item exists.
		 </td></tr></table></div><a name="nodeCollapsed()"></a><a name="nodeCollapsed(com.sibirjak.asdpc.treeview.core.ITreeNode)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">nodeCollapsed</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function nodeCollapsed(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</code><p></p><p></p><p>
		 
		 Notifies the ListDataProvider that a node has been collapsed.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">node</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The collapsed node.
		 </td></tr></table></p></div><a name="nodeExpanded()"></a><a name="nodeExpanded(com.sibirjak.asdpc.treeview.core.ITreeNode)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">nodeExpanded</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function nodeExpanded(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</code><p></p><p></p><p>
		 
		 Notifies the ListDataProvider that a node has been expanded.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">node</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The expanded node.
		 </td></tr></table></p></div><a name="nodesAddedAfter()"></a><a name="nodesAddedAfter(com.sibirjak.asdpc.treeview.core.ITreeNode,com.sibirjak.asdpc.treeview.core.ITreeNode,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">nodesAddedAfter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function nodesAddedAfter(parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodeBefore:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodes:Array):void</code><p></p><p></p><p>
		 
		 Notifies the ListDataProvider that nodes have been added after a node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">parentNode</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The parent node of the node after that new nodes have been added.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">nodeBefore</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node after that new nodes have been added.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">nodes</span>:Array</code> &mdash; An array of all added nodes.
		 </td></tr></table></p></div><a name="nodesRemovedAfter()"></a><a name="nodesRemovedAfter(com.sibirjak.asdpc.treeview.core.ITreeNode,com.sibirjak.asdpc.treeview.core.ITreeNode,Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">nodesRemovedAfter</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function nodesRemovedAfter(parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodeBefore:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>, nodes:Array):void</code><p></p><p></p><p>
		 
		 Notifies the ListDataProvider that nodes have been removed after a node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">parentNode</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The parent node of the node after that the nodes have been removed.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">nodeBefore</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node after that the nodes have been removed.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">nodes</span>:Array</code> &mdash; An array of all removed nodes.
		 </td></tr></table></p></div><a name="removeEventListener()"></a><a name="removeEventListener(String,Function,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeEventListener</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Function</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">useCapture</span>:Boolean</code> (default = <code>false</code>)<code></code></td></tr></table></p></div><a name="showRootChanged()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">showRootChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function showRootChanged():void</code><p></p><p></p><p>
		 
		 Notifies the ListDataProvider after the showRoot property has been changed.
		 </p></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><a name="treeNodeStateChanged()"></a><a name="treeNodeStateChanged(com.sibirjak.asdpc.treeview.core.ITreeNode)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeStateChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function treeNodeStateChanged(node:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a>):void</code><p></p><p></p><p>
		 
		 Notifies the ListDataProvider that a node state has changed.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">node</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code> &mdash; The node whose state did change.
		 </td></tr></table></p></div><a name="willTrigger()"></a><a name="willTrigger(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">willTrigger</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function willTrigger(type:String):Boolean</code><p></p><p></p><p>
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.treeview.core Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.treeview.core package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/core/package-detail.html&amp;com/sibirjak/asdpc/treeview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.treeview.core</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.treeview.core"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IListDataProvider.html">IListDataProvider</a></i></td><td class="summaryTableLastCol">
	 ListDataProvider interface.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="ITreeNode.html">ITreeNode</a></i></td><td class="summaryTableLastCol">
	 TreeNode public interface.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="ITreeNodeRenderer.html">ITreeNodeRenderer</a></i></td><td class="summaryTableLastCol">
	 TreeNodeRenderer interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ListDataProvider.html">ListDataProvider</a></td><td class="summaryTableLastCol">
	 List data provider for hierarchical data.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeNode.html">TreeNode</a></td><td class="summaryTableLastCol">
	 TreeNode
	 
	 </td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeNodeRendererData.html">TreeNodeRendererData</a></td><td class="summaryTableLastCol">
	 Data object passed to a ITreeNodeRenderer and representing the item to render.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeNodeRendererEvent.html">TreeNodeRendererEvent</a></td><td class="summaryTableLastCol">
	 TreeNodeRenderer event.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TreeNode,com.sibirjak.asdpc.treeview.core.TreeNode,COLLAPSED,CONNECTION_CHANGED,DATA_CHANGED,DATA_PROPERTY_CHANGED,EXPANDED,LEVEL_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,TREE_NODE_STATE_CHANGED,alwaysExpanded,alwaysExpanded,collapseAll,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,expandAll,isBranch,isBranch,isExpanded,isExpanded,isFirstItemInBranch,isFirstItemInBranch,isFirstItemInBranch,isLastItemInBranch,isLastItemInBranch,isLastItemInBranch,isRoot,isRoot,isRoot,itemIndex,itemIndex,itemKey,itemKey,level,level,level,maxExpandAllLevel,maxExpandAllLevel,parentNode,parentNode,parentTreeNodeRendererData,rootLevel,rootLevel,rootNode,treeNodeState,treeNodeState,treeNodeState,addEventListener,cleanUp,cleanUp,cleanUp,collapse,collapse,collapse,connectionChanged,connectionChanged,dispatchEvent,expand,expand,expand,getExpandedNodesRecursiveIterator,getExpandedNodesRecursiveIterator,getListIndexOf,getListIndexOf,getNodeAt,getNodeAt,getRecursiveIterator,getRecursiveIterator,hasEventListener,itemAt,nodeCollapsed,nodeCollapsed,nodeExpanded,nodeExpanded,nodesAddedAfter,nodesAddedAfter,nodesRemovedAfter,nodesRemovedAfter,removeEventListener,showRootChanged,showRootChanged,toString,toString,toString,treeNodeStateChanged,treeNodeStateChanged,willTrigger"><title>com.sibirjak.asdpc.treeview.core.TreeNode</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeNode - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/core/TreeNode.html&amp;com/sibirjak/asdpc/treeview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeNode</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeNode"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeNode</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeNode  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> org.as3commons.collections.ArrayList</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></td></tr></table><p></p><p></p><p></p>
	 TreeNode
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#alwaysExpanded" class="signatureLink">alwaysExpanded</a> : Boolean<div class="summaryTableDescription">[write-only] 
		 
		 Sets a node to be always expanded.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription">[read-only] 
		 
		 The associated data source of the node.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isBranch" class="signatureLink">isBranch</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the node contains children.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isExpanded" class="signatureLink">isExpanded</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the node contains children and is expanded.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isFirstItemInBranch" class="signatureLink">isFirstItemInBranch</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the node has no previous sibling.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isLastItemInBranch" class="signatureLink">isLastItemInBranch</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the node has no next sibling.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isRoot" class="signatureLink">isRoot</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the node is the root node.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemIndex" class="signatureLink">itemIndex</a> : uint<div class="summaryTableDescription">[read-only] 
		 
		 The index position of the item within its containing collection.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemKey" class="signatureLink">itemKey</a> : *<div class="summaryTableDescription">[read-only] 
		 
		 The key with that the item was added to its IMap container.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#level" class="signatureLink">level</a> : int<div class="summaryTableDescription">[read-only] 
		 
		 The recursion depth of the node.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#parentNode" class="signatureLink">parentNode</a> : <a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a><div class="summaryTableDescription">[read-only] 
		 
		 The parent node or null, if called for the root node.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#treeNodeState" class="signatureLink">treeNodeState</a> : String<div class="summaryTableDescription">[read-only] 
		 
		 The current state of the node.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TreeNode()" class="signatureLink">TreeNode</a>(listDataProvider:<a href="../../../../../com/sibirjak/asdpc/treeview/core/IListDataProvider.html">IListDataProvider</a>, parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNode.html">TreeNode</a>, dataSource:*, dataSourceIndex:int)</div><div class="summaryTableDescription">
		 TreeNode constructor.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Cleans up all event listener references recursively.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#collapse()" class="signatureLink">collapse</a>(collapseAll:Boolean = false):Boolean</div><div class="summaryTableDescription">
		 
		 Collapses the node.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#expand()" class="signatureLink">expand</a>(expandAll:Boolean = false, expandToLevel:int = -1):Boolean</div><div class="summaryTableDescription">
		 
		 Expands the node.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getExpandedNodesRecursiveIterator()" class="signatureLink">getExpandedNodesRecursiveIterator</a>():IIterator</div><div class="summaryTableDescription">
		 
		 Returns a recursive iterator over all child nodes, which
		 are reachable following the parent.expanded property.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getRecursiveIterator()" class="signatureLink">getRecursiveIterator</a>():IIterator</div><div class="summaryTableDescription">
		 
		 Returns a recursive iterator over all initialised children.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">
		 toString() function.</div></td><td class="summaryTableOwnerCol">TreeNode</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="alwaysExpanded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">alwaysExpanded</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>alwaysExpanded:Boolean</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 
		 Sets a node to be always expanded. This is e.g. the root
		 node if _showRoot is set to false.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set alwaysExpanded(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>dataSource:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The associated data source of the node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/></div><a name="propertyDetail"></a><a name="isBranch"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isBranch</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isBranch:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 True, if the node contains children.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isBranch():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isExpanded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isExpanded</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isExpanded:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 True, if the node contains children and is expanded.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isExpanded():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isFirstItemInBranch"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isFirstItemInBranch</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isFirstItemInBranch:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 True, if the node has no previous sibling.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isFirstItemInBranch():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isLastItemInBranch"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isLastItemInBranch</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isLastItemInBranch:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 True, if the node has no next sibling.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isLastItemInBranch():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isRoot"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isRoot</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isRoot:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 True, if the node is the root node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isRoot():Boolean</code><br/></div><a name="propertyDetail"></a><a name="itemIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemIndex:uint</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The index position of the item within its containing collection.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemIndex():uint</code><br/></div><a name="propertyDetail"></a><a name="itemKey"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemKey</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>itemKey:*</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The key with that the item was added to its IMap container.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get itemKey():*</code><br/></div><a name="propertyDetail"></a><a name="level"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">level</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>level:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The recursion depth of the node. Calculates
		 its value by adding 1 to the each parent level.
		 Returns _rootLevel, if no parent exists (root node).
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get level():int</code><br/></div><a name="propertyDetail"></a><a name="parentNode"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">parentNode</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The parent node or null, if called for the root node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get parentNode():<a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNode.html">ITreeNode</a></code><br/></div><a name="propertyDetail"></a><a name="treeNodeState"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeState</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>treeNodeState:String</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 
		 The current state of the node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get treeNodeState():String</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TreeNode()"></a><a name="TreeNode(com.sibirjak.asdpc.treeview.core.IListDataProvider,com.sibirjak.asdpc.treeview.core.TreeNode,any,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TreeNode</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TreeNode(listDataProvider:<a href="../../../../../com/sibirjak/asdpc/treeview/core/IListDataProvider.html">IListDataProvider</a>, parentNode:<a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNode.html">TreeNode</a>, dataSource:*, dataSourceIndex:int)</code><p></p><p>
		 TreeNode constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">listDataProvider</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/IListDataProvider.html">IListDataProvider</a></code> &mdash; The treeView's list data provider.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">parentNode</span>:<a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNode.html">TreeNode</a></code> &mdash; The parent node.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">dataSource</span>:*</code> &mdash; The data item of the node.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">dataSourceIndex</span>:int</code> &mdash; The position of the item within the parent node's data source.
		 </td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p><p></p><p>
		 Cleans up all event listener references recursively.
		 </p></div><a name="collapse()"></a><a name="collapse(Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">collapse</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function collapse(collapseAll:Boolean = false):Boolean</code><p></p><p></p><p>
		 
		 Collapses the node.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">collapseAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; True, if the node should be collapsed recursively.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; True, if the node or any child node has been collapsed.
		 </td></tr></table></div><a name="expand()"></a><a name="expand(Boolean,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">expand</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function expand(expandAll:Boolean = false, expandToLevel:int = -1):Boolean</code><p></p><p></p><p>
		 
		 Expands the node.
		 
		 <p>If expandToLevel is set to -1, the node will be expanded
		 up to the top most level.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">expandAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; True, if the node should be expanded recursively.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">expandToLevel</span>:int</code> (default = <code>-1</code>)<code></code> &mdash; The maximum expand level if expandAll is set to true.
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code> &mdash; True, if the node or any child node has been expanded.
		 </td></tr></table></div><a name="getExpandedNodesRecursiveIterator()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getExpandedNodesRecursiveIterator</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getExpandedNodesRecursiveIterator():IIterator</code><p></p><p></p><p>
		 
		 Returns a recursive iterator over all child nodes, which
		 are reachable following the parent.expanded property.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>IIterator</code> &mdash; An iterator over all child nodes that should be visible in list.
		 </td></tr></table></div><a name="getRecursiveIterator()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getRecursiveIterator</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function getRecursiveIterator():IIterator</code><p></p><p></p><p>
		 
		 Returns a recursive iterator over all initialised children.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>IIterator</code> &mdash; An iterator over all initialised child nodes.
		 </td></tr></table></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TreeNodeRendererData,com.sibirjak.asdpc.treeview.core.TreeNodeRendererData,COLLAPSED,CONNECTION_CHANGED,DATA_CHANGED,DATA_PROPERTY_CHANGED,EXPANDED,LEVEL_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,TREE_NODE_STATE_CHANGED,alwaysExpanded,alwaysExpanded,collapseAll,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,expandAll,isBranch,isBranch,isExpanded,isExpanded,isFirstItemInBranch,isFirstItemInBranch,isFirstItemInBranch,isLastItemInBranch,isLastItemInBranch,isLastItemInBranch,isRoot,isRoot,isRoot,itemIndex,itemIndex,itemKey,itemKey,level,level,level,maxExpandAllLevel,maxExpandAllLevel,parentNode,parentNode,parentTreeNodeRendererData,rootLevel,rootLevel,rootNode,treeNodeState,treeNodeState,treeNodeState,addEventListener,cleanUp,cleanUp,cleanUp,collapse,collapse,collapse,connectionChanged,connectionChanged,dispatchEvent,expand,expand,expand,getExpandedNodesRecursiveIterator,getExpandedNodesRecursiveIterator,getListIndexOf,getListIndexOf,getNodeAt,getNodeAt,getRecursiveIterator,getRecursiveIterator,hasEventListener,itemAt,nodeCollapsed,nodeCollapsed,nodeExpanded,nodeExpanded,nodesAddedAfter,nodesAddedAfter,nodesRemovedAfter,nodesRemovedAfter,removeEventListener,showRootChanged,showRootChanged,toString,toString,toString,treeNodeStateChanged,treeNodeStateChanged,willTrigger"><title>com.sibirjak.asdpc.treeview.core.TreeNodeRendererData</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeNodeRendererData - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html&amp;com/sibirjak/asdpc/treeview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeNodeRendererData</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeNodeRendererData"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeNodeRendererData</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeNodeRendererData  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Data object passed to a ITreeNodeRenderer and representing the item to render.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#isFirst" class="signatureLink">isFirst</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the item is the first item of the listView.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isFirstItemInBranch" class="signatureLink">isFirstItemInBranch</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the node has no previous sibling.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererData</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#isLast" class="signatureLink">isLast</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the item is the last item of the listView.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isLastItemInBranch" class="signatureLink">isLastItemInBranch</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the node has no next sibling.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererData</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#isRoot" class="signatureLink">isRoot</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the node is the root node.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererData</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#item" class="signatureLink">item</a> : *<div class="summaryTableDescription">[read-only] 
		 The item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#itemIndex" class="signatureLink">itemIndex</a> : uint<div class="summaryTableDescription">[read-only] 
		 The position of the item in the containing collection.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#itemKey" class="signatureLink">itemKey</a> : *<div class="summaryTableDescription">[read-only] 
		 The key of the item if the containing collection is an IMap.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#level" class="signatureLink">level</a> : int<div class="summaryTableDescription">[read-only] 
		 The recursion depth of the node.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererData</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#listIndex" class="signatureLink">listIndex</a> : int<div class="summaryTableDescription">[read-only] 
		 The position of the item in the listView.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#listItemData" class="signatureLink">listItemData</a> : <a href="../../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><div class="summaryTableDescription">[read-only] 
		 The internal ListItemData object.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#parentItem" class="signatureLink">parentItem</a> : *<div class="summaryTableDescription">[read-only] 
		 The item's containing collection.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#parentTreeNodeRendererData" class="signatureLink">parentTreeNodeRendererData</a> : <a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html">TreeNodeRendererData</a><div class="summaryTableDescription">[read-only] 
		 The renderer data for the parent treenode.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererData</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True if the list item is selected.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#treeNodeState" class="signatureLink">treeNodeState</a> : String<div class="summaryTableDescription">[read-only] 
		 The current state of the node.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererData</td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#_isFirst" class="signatureLink">_isFirst</a> : Boolean<div class="summaryTableDescription">
		 Flag to indicate, if the item is the first item of the listView.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#_isLast" class="signatureLink">_isLast</a> : Boolean<div class="summaryTableDescription">
		 Flag to indicate, if the item is the last item of the listView.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#_listItemData" class="signatureLink">_listItemData</a> : <a href="../../../../../com/sibirjak/asdpc/listview/ListItemData.html">ListItemData</a><div class="summaryTableDescription">
		 ListItemData instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#_listView" class="signatureLink">_listView</a> : <a href="../../../../../com/sibirjak/asdpc/listview/ListView.html">ListView</a><div class="summaryTableDescription">
		 ListView reference.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#collapse()" class="signatureLink">collapse</a>(collapseAll:Boolean = false):void</div><div class="summaryTableDescription">
		 Notifies the treeView, that the item is to collapse.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererData</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#deselect()" class="signatureLink">deselect</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView, that the item is to deselect.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#expand()" class="signatureLink">expand</a>(expandAll:Boolean = false):void</div><div class="summaryTableDescription">
		 Notifies the treeView, that the item is to expand.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererData</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#notifyClick()" class="signatureLink">notifyClick</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView about a click event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#notifyMouseDown()" class="signatureLink">notifyMouseDown</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView about a mouse down event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#notifyRollOut()" class="signatureLink">notifyRollOut</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView about a roll out event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#notifyRollOver()" class="signatureLink">notifyRollOver</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView about a roll over event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html#select()" class="signatureLink">select</a>():void</div><div class="summaryTableDescription">
		 Notifies the listView, that the item is to select.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">[override] 
		 toString() function.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererData</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="isFirstItemInBranch"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isFirstItemInBranch</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>isFirstItemInBranch:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the node has no previous sibling.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isFirstItemInBranch():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isLastItemInBranch"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isLastItemInBranch</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isLastItemInBranch:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the node has no next sibling.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isLastItemInBranch():Boolean</code><br/></div><a name="propertyDetail"></a><a name="isRoot"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">isRoot</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>isRoot:Boolean</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 True, if the node is the root node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get isRoot():Boolean</code><br/></div><a name="propertyDetail"></a><a name="level"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">level</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>level:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The recursion depth of the node. Calculates
		 its value by adding 1 to the each parent level.
		 Returns _rootLevel, if no parent exists (root node).
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get level():int</code><br/></div><a name="propertyDetail"></a><a name="parentTreeNodeRendererData"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">parentTreeNodeRendererData</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>parentTreeNodeRendererData:<a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html">TreeNodeRendererData</a></code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The renderer data for the parent treenode.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get parentTreeNodeRendererData():<a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererData.html">TreeNodeRendererData</a></code><br/></div><a name="propertyDetail"></a><a name="treeNodeState"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeState</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>treeNodeState:String</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 The current state of the node.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get treeNodeState():String</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="collapse()"></a><a name="collapse(Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">collapse</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function collapse(collapseAll:Boolean = false):void</code><p></p><p></p><p>
		 Notifies the treeView, that the item is to collapse.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">collapseAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; True, if the item should be recursively collapsed.
		 </td></tr></table></p></div><a name="expand()"></a><a name="expand(Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">expand</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function expand(expandAll:Boolean = false):void</code><p></p><p></p><p>
		 Notifies the treeView, that the item is to expand.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">expandAll</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; True, if the item should be recursively expanded.
		 </td></tr></table></p></div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override public function toString():String</code><p></p><p></p><p>
		 toString() function.
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TreeNodeRendererEvent,com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent,COLLAPSED,CONNECTION_CHANGED,DATA_CHANGED,DATA_PROPERTY_CHANGED,EXPANDED,LEVEL_CHANGED,LIST_INDEX_CHANGED,ROLL_OUT,ROLL_OVER,SELECTION_CHANGED,TREE_NODE_STATE_CHANGED,alwaysExpanded,alwaysExpanded,collapseAll,dataSource,dataSource,dataSourceAdapterFunction,dataSourceAdapterFunction,expandAll,isBranch,isBranch,isExpanded,isExpanded,isFirstItemInBranch,isFirstItemInBranch,isFirstItemInBranch,isLastItemInBranch,isLastItemInBranch,isLastItemInBranch,isRoot,isRoot,isRoot,itemIndex,itemIndex,itemKey,itemKey,level,level,level,maxExpandAllLevel,maxExpandAllLevel,parentNode,parentNode,parentTreeNodeRendererData,rootLevel,rootLevel,rootNode,treeNodeState,treeNodeState,treeNodeState"><title>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeNodeRendererEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html&amp;com/sibirjak/asdpc/treeview/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeNodeRendererEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeNodeRendererEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeNodeRendererEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeNodeRendererEvent  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html">ListItemRendererEvent</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 TreeNodeRenderer event.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#collapseAll" class="signatureLink">collapseAll</a> : Boolean<div class="summaryTableDescription">
		 Indicates, if a node has been recursively collapsed.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#expandAll" class="signatureLink">expandAll</a> : Boolean<div class="summaryTableDescription">
		 Indicates, if a node has been recursively expanded.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TreeNodeRendererEvent()" class="signatureLink">TreeNodeRendererEvent</a>(type:String)</div><div class="summaryTableDescription">
		 TreeNodeRendererEvent constructor.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COLLAPSED" class="signatureLink">COLLAPSED</a> : String = treeNodeRenderer_collapsed<div class="summaryTableDescription">[static] 
		 Event type COLLAPSED
		 
		 Dispatched, if the item has been collapsed.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CONNECTION_CHANGED" class="signatureLink">CONNECTION_CHANGED</a> : String = treeNodeRenderer_connectionChanged<div class="summaryTableDescription">[static] 
		 Event type CONNECTION_CHANGED
		 
		 Dispatched, if connection of a node has changed and should be refreshed.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DATA_CHANGED" class="signatureLink">DATA_CHANGED</a> : String = listItemRenderer_dataChanged<div class="summaryTableDescription">[static] 
		 Event type DATA_CHANGED
		 
		 Dispatched, if the renderer was assigned a new item.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#DATA_PROPERTY_CHANGED" class="signatureLink">DATA_PROPERTY_CHANGED</a> : String = listItemRenderer_dataPropertyChanged<div class="summaryTableDescription">[static] 
		 Event type DATA_PROPERTY_CHANGED
		 
		 Dispatched, if properties of the assigned item have changed.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#EXPANDED" class="signatureLink">EXPANDED</a> : String = treeNodeRenderer_expanded<div class="summaryTableDescription">[static] 
		 Event type EXPANDED
		 
		 Dispatched, if the item has been expanded.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#LEVEL_CHANGED" class="signatureLink">LEVEL_CHANGED</a> : String = treeNodeRenderer_levelChanged<div class="summaryTableDescription">[static] 
		 Event type LEVEL_CHANGED
		 
		 Dispatched, if the level of the item has changed.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#LIST_INDEX_CHANGED" class="signatureLink">LIST_INDEX_CHANGED</a> : String = listItemRenderer_listIndexChanged<div class="summaryTableDescription">[static] 
		 Event type LIST_INDEX_CHANGED
		 
		 Dispatched, if the current item's list index has changed.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROLL_OUT" class="signatureLink">ROLL_OUT</a> : String = listItemRenderer_rollOut<div class="summaryTableDescription">[static] 
		 Event type ROLL_OUT
		 
		 Dispatched, if the mouse leaves the renderer area.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#ROLL_OVER" class="signatureLink">ROLL_OVER</a> : String = listItemRenderer_rollOver<div class="summaryTableDescription">[static] 
		 Event type ROLL_OVER
		 
		 Dispatched, if the mouse enters the renderer area.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTION_CHANGED" class="signatureLink">SELECTION_CHANGED</a> : String = listItemRenderer_selectionChanged<div class="summaryTableDescription">[static] 
		 Event type SELECTION_CHANGED
		 
		 Dispatched, if the currently assigned item has been selected or deselected.
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TREE_NODE_STATE_CHANGED" class="signatureLink">TREE_NODE_STATE_CHANGED</a> : String = treeNodeRenderer_stateChanged<div class="summaryTableDescription">[static] 
		 Event type TREE_NODE_STATE_CHANGED
		 
		 Dispatched, if the node state changed (leaf, open branch, closed branch).
		 
		 </div></td><td class="summaryTableOwnerCol">TreeNodeRendererEvent</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html#VISIBILITY_CHANGED" class="signatureLink">VISIBILITY_CHANGED</a> : String = listItemRenderer_visibilityChanged<div class="summaryTableDescription">[static] 
		 Event type VISIBILITY_CHANGED
		 
		 Dispatched, if a renderer became hidden or visible as a result of
		 scrolling, insertion or deletion operations.
		 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererEvent.html">ListItemRendererEvent</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="collapseAll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">collapseAll</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var collapseAll:Boolean</code><p></p><p></p><p>
		 Indicates, if a node has been recursively collapsed.
		 
		 <p>This property is set only for the events EXPANDED, COLLAPSED</p>
		 </p></div><a name="propertyDetail"></a><a name="expandAll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">expandAll</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var expandAll:Boolean</code><p></p><p></p><p>
		 Indicates, if a node has been recursively expanded.
		 
		 <p>This property is set only for the events EXPANDED, COLLAPSED</p>
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TreeNodeRendererEvent()"></a><a name="TreeNodeRendererEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TreeNodeRendererEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TreeNodeRendererEvent(type:String)</code><p></p><p>
		 TreeNodeRendererEvent constructor.
		 
		 </p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The event type.
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="COLLAPSED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COLLAPSED</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const COLLAPSED:String = treeNodeRenderer_collapsed</code><p></p><p></p><p>
		 Event type COLLAPSED
		 
		 <p>Dispatched, if the item has been collapsed.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="CONNECTION_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CONNECTION_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const CONNECTION_CHANGED:String = treeNodeRenderer_connectionChanged</code><p></p><p></p><p>
		 Event type CONNECTION_CHANGED
		 
		 <p>Dispatched, if connection of a node has changed and should be refreshed.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="DATA_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DATA_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const DATA_CHANGED:String = listItemRenderer_dataChanged</code><p></p><p>
		 Event type DATA_CHANGED
		 
		 <p>Dispatched, if the renderer was assigned a new item.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="DATA_PROPERTY_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DATA_PROPERTY_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const DATA_PROPERTY_CHANGED:String = listItemRenderer_dataPropertyChanged</code><p></p><p>
		 Event type DATA_PROPERTY_CHANGED
		 
		 <p>Dispatched, if properties of the assigned item have changed.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="EXPANDED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">EXPANDED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const EXPANDED:String = treeNodeRenderer_expanded</code><p></p><p></p><p>
		 Event type EXPANDED
		 
		 <p>Dispatched, if the item has been expanded.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="LEVEL_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LEVEL_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const LEVEL_CHANGED:String = treeNodeRenderer_levelChanged</code><p></p><p></p><p>
		 Event type LEVEL_CHANGED
		 
		 <p>Dispatched, if the level of the item has changed. This is the case, if treeView.showRoot
		 is toggled and all visible renderers should reflect this change by a reposition of its contents.</p>
		 
		 </p></div><a name="constantDetail"></a><a name="LIST_INDEX_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LIST_INDEX_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const LIST_INDEX_CHANGED:String = listItemRenderer_listIndexChanged</code><p></p><p>
		 Event type LIST_INDEX_CHANGED
		 
		 <p>Dispatched, if the current item's list index has changed.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="ROLL_OUT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROLL_OUT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROLL_OUT:String = listItemRenderer_rollOut</code><p></p><p>
		 Event type ROLL_OUT
		 
		 <p>Dispatched, if the mouse leaves the renderer area.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="ROLL_OVER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ROLL_OVER</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const ROLL_OVER:String = listItemRenderer_rollOver</code><p></p><p>
		 Event type ROLL_OVER
		 
		 <p>Dispatched, if the mouse enters the renderer area.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="SELECTION_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTION_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SELECTION_CHANGED:String = listItemRenderer_selectionChanged</code><p></p><p>
		 Event type SELECTION_CHANGED
		 
		 <p>Dispatched, if the currently assigned item has been selected or deselected.</p>
		 
		 </p><p>
		 </p></div><a name="constantDetail"></a><a name="TREE_NODE_STATE_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TREE_NODE_STATE_CHANGED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TREE_NODE_STATE_CHANGED:String = treeNodeRenderer_stateChanged</code><p></p><p></p><p>
		 Event type TREE_NODE_STATE_CHANGED
		 
		 <p>Dispatched, if the node state changed (leaf, open branch, closed branch).</p>
		 
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.treeview.renderer - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.treeview.renderer</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IConnectorSkin.html"><i>IConnectorSkin</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="Connector.html">Connector</a></td></tr><tr><td><a href="ConnectorContainer.html">ConnectorContainer</a></td></tr><tr><td><a href="DirectoryIcon.html">DirectoryIcon</a></td></tr><tr><td><a href="DirectoryIconStyles.html">DirectoryIconStyles</a></td></tr><tr><td><a href="DisclosureButton.html">DisclosureButton</a></td></tr><tr><td><a href="TreeNodeRenderer.html">TreeNodeRenderer</a></td></tr><tr><td><a href="TreeNodeRendererStyles.html">TreeNodeRendererStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="Connector,com.sibirjak.asdpc.treeview.renderer.Connector,BOTTOM,BOTTOM_NAME,BRANCH_CLOSED_ICON_SKIN_NAME,BRANCH_OPEN_ICON_SKIN_NAME,COLLAPSED_ICON_SKIN_NAME,COMMIT_PROPERTY_BUTTON_GEOMETRY,COMMIT_PROPERTY_CONNECTOR_GEOMETRY,EXPANDED_ICON_SKIN_NAME,LEAF_ICON_SKIN_NAME,LEFT,LEFT_NAME,RIGHT,RIGHT_NAME,TOP,TOP_NAME,_lastMouseDownTime,bottomY,bottomY,branchClosedIconSkin,branchClosedIconSkinName,branchOpenIconSkin,branchOpenIconSkinName,connectors,disclosureButton,disclosureButton,expandCollapseOnDoubleClick,extendedHeight,extendedHeight,extendedHeight,icon,indent,leafIconSkin,leafIconSkinName,listItemRenderer,skinClass,style,style,style_collapseAllEffect,style_collapsedIconSkin,style_connectorAtButton,style_connectorAtIcon,style_connectorAtRootLevel,style_connectorSkin,style_expandAll,style_expandAllDelay,style_expandedIconSkin,style_size,treeNodeRenderer,treeNodeRenderer,cleanUpCalled,cleanUpCalled,cleanUpCalled,cleanUpCalled,commitUpdate,draw,draw,draw,draw,getContentX,getIconSkin,getIconX,getListItemIconClass,init,init,init,mouseDownHandler,show,styleChanged,styleChanged,styleChanged,styleChanged,update,update,update,update"><title>com.sibirjak.asdpc.treeview.renderer.Connector</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Connector - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/Connector.html&amp;com/sibirjak/asdpc/treeview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Connector</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Connector"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Connector</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Connector  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Connector.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bottomY" class="signatureLink">bottomY</a> : uint<div class="summaryTableDescription">[write-only] 
		 If this value is set, the bottom connector should start
		 at the specified position.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#extendedHeight" class="signatureLink">extendedHeight</a> : uint<div class="summaryTableDescription">[write-only] 
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#skinClass" class="signatureLink">skinClass</a> : Class<div class="summaryTableDescription">[write-only] 
		 Sets a connection skin.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#Connector()" class="signatureLink">Connector</a>()</div><div class="summaryTableDescription">
		 Connector constructor.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#show()" class="signatureLink">show</a>(visibleConnections:uint):void</div><div class="summaryTableDescription">
		 Updates the connections visibility.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BOTTOM" class="signatureLink">BOTTOM</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant defining a bottom connection.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BOTTOM_NAME" class="signatureLink">BOTTOM_NAME</a> : String = bottom<div class="summaryTableDescription">[static] 
		 Name constant defining the bottom connection name.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#LEFT" class="signatureLink">LEFT</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant defining a left connection.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#LEFT_NAME" class="signatureLink">LEFT_NAME</a> : String = left<div class="summaryTableDescription">[static] 
		 Name constant defining the left connection name.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#RIGHT" class="signatureLink">RIGHT</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant defining a right connection.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#RIGHT_NAME" class="signatureLink">RIGHT_NAME</a> : String = right<div class="summaryTableDescription">[static] 
		 Name constant defining the right connection name.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TOP" class="signatureLink">TOP</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant defining a top connection.</div></td><td class="summaryTableOwnerCol">Connector</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TOP_NAME" class="signatureLink">TOP_NAME</a> : String = top<div class="summaryTableDescription">[static] 
		 Name constant defining the top connection name.</div></td><td class="summaryTableOwnerCol">Connector</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="bottomY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bottomY</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>bottomY:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 If this value is set, the bottom connector should start
		 at the specified position. 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set bottomY(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="extendedHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">extendedHeight</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>extendedHeight:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position. 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set extendedHeight(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="skinClass"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">skinClass</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>skinClass:Class</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets a connection skin.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set skinClass(value:Class):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="Connector()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">Connector</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function Connector()</code><p></p><p>
		 Connector constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="show()"></a><a name="show(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">show</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function show(visibleConnections:uint):void</code><p></p><p></p><p>
		 Updates the connections visibility.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">visibleConnections</span>:uint</code> &mdash; A binary sum of all visible connections.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BOTTOM"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BOTTOM</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BOTTOM:uint</code><p></p><p></p><p>
		 Name constant defining a bottom connection.
		 </p></div><a name="constantDetail"></a><a name="BOTTOM_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BOTTOM_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const BOTTOM_NAME:String = bottom</code><p></p><p></p><p>
		 Name constant defining the bottom connection name.
		 </p></div><a name="constantDetail"></a><a name="LEFT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LEFT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const LEFT:uint</code><p></p><p></p><p>
		 Name constant defining a left connection.
		 </p></div><a name="constantDetail"></a><a name="LEFT_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LEFT_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const LEFT_NAME:String = left</code><p></p><p></p><p>
		 Name constant defining the left connection name.
		 </p></div><a name="constantDetail"></a><a name="RIGHT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RIGHT</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const RIGHT:uint</code><p></p><p></p><p>
		 Name constant defining a right connection.
		 </p></div><a name="constantDetail"></a><a name="RIGHT_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RIGHT_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const RIGHT_NAME:String = right</code><p></p><p></p><p>
		 Name constant defining the right connection name.
		 </p></div><a name="constantDetail"></a><a name="TOP"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TOP</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TOP:uint</code><p></p><p></p><p>
		 Name constant defining a top connection.
		 </p></div><a name="constantDetail"></a><a name="TOP_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TOP_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TOP_NAME:String = top</code><p></p><p></p><p>
		 Name constant defining the top connection name.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ConnectorContainer,com.sibirjak.asdpc.treeview.renderer.ConnectorContainer,BOTTOM,BOTTOM_NAME,BRANCH_CLOSED_ICON_SKIN_NAME,BRANCH_OPEN_ICON_SKIN_NAME,COLLAPSED_ICON_SKIN_NAME,COMMIT_PROPERTY_BUTTON_GEOMETRY,COMMIT_PROPERTY_CONNECTOR_GEOMETRY,EXPANDED_ICON_SKIN_NAME,LEAF_ICON_SKIN_NAME,LEFT,LEFT_NAME,RIGHT,RIGHT_NAME,TOP,TOP_NAME,_lastMouseDownTime,bottomY,bottomY,branchClosedIconSkin,branchClosedIconSkinName,branchOpenIconSkin,branchOpenIconSkinName,connectors,disclosureButton,disclosureButton,expandCollapseOnDoubleClick,extendedHeight,extendedHeight,extendedHeight,icon,indent,leafIconSkin,leafIconSkinName,listItemRenderer,skinClass,style,style,style_collapseAllEffect,style_collapsedIconSkin,style_connectorAtButton,style_connectorAtIcon,style_connectorAtRootLevel,style_connectorSkin,style_expandAll,style_expandAllDelay,style_expandedIconSkin,style_size,treeNodeRenderer,treeNodeRenderer,cleanUpCalled,cleanUpCalled,cleanUpCalled,cleanUpCalled,commitUpdate,draw,draw,draw,draw,getContentX,getIconSkin,getIconX,getListItemIconClass,init,init,init,mouseDownHandler,show,styleChanged,styleChanged,styleChanged,styleChanged,update,update,update,update"><title>com.sibirjak.asdpc.treeview.renderer.ConnectorContainer</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ConnectorContainer - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/ConnectorContainer.html&amp;com/sibirjak/asdpc/treeview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ConnectorContainer</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ConnectorContainer"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ConnectorContainer</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ConnectorContainer  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Container for the tree node connectors.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#disclosureButton" class="signatureLink">disclosureButton</a> : Boolean<div class="summaryTableDescription">[write-only] 
		 Sets the disclosure button visibility.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#extendedHeight" class="signatureLink">extendedHeight</a> : uint<div class="summaryTableDescription">[write-only] 
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#icon" class="signatureLink">icon</a> : Boolean<div class="summaryTableDescription">[write-only] 
		 Sets the disclosure icon visibility.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#indent" class="signatureLink">indent</a> : uint<div class="summaryTableDescription">[write-only] 
		 Sets the level indention size.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#treeNodeRenderer" class="signatureLink">treeNodeRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html">TreeNodeRenderer</a><div class="summaryTableDescription">[write-only] 
		 Sets the containing tree node renderer.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ConnectorContainer()" class="signatureLink">ConnectorContainer</a>()</div><div class="summaryTableDescription">
		 ConnectorContainer constructor.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:connectorContainer_connectorAtButton"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">connectorContainer_connectorAtButton</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the visibility of the connectors at button level.
		 </td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:connectorContainer_connectorAtIcon"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">connectorContainer_connectorAtIcon</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the visibility of the connectors at icon level.
		 </td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:connectorContainer_connectorAtRootLevel"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">connectorContainer_connectorAtRootLevel</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the visibility of the connectors at root level.
		 </td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:connectorContainer_connectorSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">connectorContainer_connectorSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>com.sibirjak.asdpc.treeview.renderer.IConnectorSkin<br/>
		 Style property defining the connector skin.
		 </td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_connectorAtButton" class="signatureLink">style_connectorAtButton</a> : String = connectorContainer_connectorAtButton<div class="summaryTableDescription">[static] 
		 Style property defining the visibility of the connectors at button level.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_connectorAtIcon" class="signatureLink">style_connectorAtIcon</a> : String = connectorContainer_connectorAtIcon<div class="summaryTableDescription">[static] 
		 Style property defining the visibility of the connectors at icon level.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_connectorAtRootLevel" class="signatureLink">style_connectorAtRootLevel</a> : String = connectorContainer_connectorAtRootLevel<div class="summaryTableDescription">[static] 
		 Style property defining the visibility of the connectors at root level.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_connectorSkin" class="signatureLink">style_connectorSkin</a> : String = connectorContainer_connectorSkin<div class="summaryTableDescription">[static] 
		 Style property defining the connector skin.</div></td><td class="summaryTableOwnerCol">ConnectorContainer</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="disclosureButton"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">disclosureButton</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>disclosureButton:Boolean</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the disclosure button visibility.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set disclosureButton(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="extendedHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">extendedHeight</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>extendedHeight:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position. 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set extendedHeight(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="icon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">icon</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>icon:Boolean</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the disclosure icon visibility.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set icon(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="indent"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">indent</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>indent:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the level indention size.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set indent(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="treeNodeRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeRenderer</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>treeNodeRenderer:<a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html">TreeNodeRenderer</a></code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the containing tree node renderer.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set treeNodeRenderer(value:<a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html">TreeNodeRenderer</a>):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ConnectorContainer()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ConnectorContainer</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ConnectorContainer()</code><p></p><p>
		 ConnectorContainer constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_connectorAtButton"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_connectorAtButton</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_connectorAtButton:String = connectorContainer_connectorAtButton</code><p></p><p></p><p>
		 Style property defining the visibility of the connectors at button level.
		 </p></div><a name="constantDetail"></a><a name="style_connectorAtIcon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_connectorAtIcon</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_connectorAtIcon:String = connectorContainer_connectorAtIcon</code><p></p><p></p><p>
		 Style property defining the visibility of the connectors at icon level.
		 </p></div><a name="constantDetail"></a><a name="style_connectorAtRootLevel"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_connectorAtRootLevel</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_connectorAtRootLevel:String = connectorContainer_connectorAtRootLevel</code><p></p><p></p><p>
		 Style property defining the visibility of the connectors at root level.
		 </p></div><a name="constantDetail"></a><a name="style_connectorSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_connectorSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_connectorSkin:String = connectorContainer_connectorSkin</code><p></p><p></p><p>
		 Style property defining the connector skin.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="DirectoryIcon,com.sibirjak.asdpc.treeview.renderer.DirectoryIcon,BOTTOM,BOTTOM_NAME,BRANCH_CLOSED_ICON_SKIN_NAME,BRANCH_OPEN_ICON_SKIN_NAME,COLLAPSED_ICON_SKIN_NAME,COMMIT_PROPERTY_BUTTON_GEOMETRY,COMMIT_PROPERTY_CONNECTOR_GEOMETRY,EXPANDED_ICON_SKIN_NAME,LEAF_ICON_SKIN_NAME,LEFT,LEFT_NAME,RIGHT,RIGHT_NAME,TOP,TOP_NAME,_lastMouseDownTime,bottomY,bottomY,branchClosedIconSkin,branchClosedIconSkinName,branchOpenIconSkin,branchOpenIconSkinName,connectors,disclosureButton,disclosureButton,expandCollapseOnDoubleClick,extendedHeight,extendedHeight,extendedHeight,icon,indent,leafIconSkin,leafIconSkinName,listItemRenderer,skinClass,style,style,style_collapseAllEffect,style_collapsedIconSkin,style_connectorAtButton,style_connectorAtIcon,style_connectorAtRootLevel,style_connectorSkin,style_expandAll,style_expandAllDelay,style_expandedIconSkin,style_size,treeNodeRenderer,treeNodeRenderer,cleanUpCalled,cleanUpCalled,cleanUpCalled,cleanUpCalled,commitUpdate,draw,draw,draw,draw,getContentX,getIconSkin,getIconX,getListItemIconClass,init,init,init,mouseDownHandler,show,styleChanged,styleChanged,styleChanged,styleChanged,update,update,update,update"><title>com.sibirjak.asdpc.treeview.renderer.DirectoryIcon</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DirectoryIcon - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/DirectoryIcon.html&amp;com/sibirjak/asdpc/treeview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DirectoryIcon</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DirectoryIcon"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DirectoryIcon</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DirectoryIcon  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Tree node icon.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listItemRenderer" class="signatureLink">listItemRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a><div class="summaryTableDescription">[override] [write-only] 
		 
		 </div></td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html">DirectoryIconStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all ListItemIcon style property definitions.</div></td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#data" class="signatureLink">data</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a><div class="summaryTableDescription">[read-only] 
		 Shortcut to the list item renderers data property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_icon" class="signatureLink">_icon</a> : DisplayObject<div class="summaryTableDescription">
		 Currently visible icon.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_icons" class="signatureLink">_icons</a> : Dictionary<div class="summaryTableDescription">
		 Icon skin class to icon map.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_iconSize" class="signatureLink">_iconSize</a> : uint<div class="summaryTableDescription">
		 Icon size.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_iconSkin" class="signatureLink">_iconSkin</a> : Class<div class="summaryTableDescription">
		 Icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_iconSkinFunction" class="signatureLink">_iconSkinFunction</a> : Function<div class="summaryTableDescription">
		 Icon skin function.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#_listItemRenderer" class="signatureLink">_listItemRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a><div class="summaryTableDescription">
		 The IListItemRenderer instance, that owns the content renderer.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#DirectoryIcon()" class="signatureLink">DirectoryIcon</a>()</div><div class="summaryTableDescription">
		 DirectoryIcon constructor.</div></td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getIconSkin()" class="signatureLink">getIconSkin</a>():Class</div><div class="summaryTableDescription">[override] 
		 
		 Returns the icon skin that is to apply.</div></td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#showIconSkin()" class="signatureLink">showIconSkin</a>():void</div><div class="summaryTableDescription">
		 Adds and shows the icon of the current icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:directoryIcon_branchClosedIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">directoryIcon_branchClosedIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the closed branch node icon skin.
		 </td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:directoryIcon_branchClosedIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">directoryIcon_branchClosedIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the closed branch node icon skin name.
		 </td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:directoryIcon_branchOpenIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">directoryIcon_branchOpenIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the open branch node icon skin.
		 </td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:directoryIcon_branchOpenIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">directoryIcon_branchOpenIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the open branch node icon skin name.
		 </td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:directoryIcon_leafIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">directoryIcon_leafIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the leaf node icon skin.
		 </td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:directoryIcon_leafIconSkinName"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">directoryIcon_leafIconSkinName</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the leaf node icon skin name.
		 </td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#style:listItemIcon_iconSkin" class="signatureLink">listItemIcon_iconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#style:listItemIcon_iconSkinFunction" class="signatureLink">listItemIcon_iconSkinFunction</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Function&nbsp;<span class="label">Format: </span>Class<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#style:listItemIcon_size" class="signatureLink">listItemIcon_size</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BRANCH_CLOSED_ICON_SKIN_NAME" class="signatureLink">BRANCH_CLOSED_ICON_SKIN_NAME</a> : String = branchClosedIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the closed branch icon skin.</div></td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BRANCH_OPEN_ICON_SKIN_NAME" class="signatureLink">BRANCH_OPEN_ICON_SKIN_NAME</a> : String = branchOpenIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the open branch icon skin.</div></td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#LEAF_ICON_SKIN_NAME" class="signatureLink">LEAF_ICON_SKIN_NAME</a> : String = leafIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the leaf node icon skin.</div></td><td class="summaryTableOwnerCol">DirectoryIcon</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#UPDATE_PROPERTY_DATA" class="signatureLink">UPDATE_PROPERTY_DATA</a> : String = data<div class="summaryTableDescription">
		 Name constant for the data invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#UPDATE_PROPERTY_ICON" class="signatureLink">UPDATE_PROPERTY_ICON</a> : String = icon<div class="summaryTableDescription">
		 Name constant for the icon invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html#UPDATE_PROPERTY_ICON_SIZE" class="signatureLink">UPDATE_PROPERTY_ICON_SIZE</a> : String = icon_size<div class="summaryTableDescription">
		 Name constant for the icon size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="listItemRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>listItemRenderer:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a></code>&nbsp;&nbsp;[write-only] [override] <p></p><p></p><p>
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set listItemRenderer(value:<a href="../../../../../com/sibirjak/asdpc/listview/core/IListItemRenderer.html">IListItemRenderer</a>):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../../com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html">DirectoryIconStyles</a></code><p></p><p></p><p>
		 Central accessor to all ListItemIcon style property definitions.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="DirectoryIcon()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DirectoryIcon</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function DirectoryIcon()</code><p></p><p>
		 DirectoryIcon constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="getIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getIconSkin():Class</code><p></p><p></p><p>
		 
		 Returns the icon skin that is to apply.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The icon skin to apply.
		 </td></tr></table></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BRANCH_CLOSED_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BRANCH_CLOSED_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BRANCH_CLOSED_ICON_SKIN_NAME:String = branchClosedIconSkin</code><p></p><p></p><p>
		 Name constant for the closed branch icon skin.
		 </p></div><a name="constantDetail"></a><a name="BRANCH_OPEN_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BRANCH_OPEN_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const BRANCH_OPEN_ICON_SKIN_NAME:String = branchOpenIconSkin</code><p></p><p></p><p>
		 Name constant for the open branch icon skin.
		 </p></div><a name="constantDetail"></a><a name="LEAF_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LEAF_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const LEAF_ICON_SKIN_NAME:String = leafIconSkin</code><p></p><p></p><p>
		 Name constant for the leaf node icon skin.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="DirectoryIconStyles,com.sibirjak.asdpc.treeview.renderer.DirectoryIconStyles,BOTTOM,BOTTOM_NAME,BRANCH_CLOSED_ICON_SKIN_NAME,BRANCH_OPEN_ICON_SKIN_NAME,COLLAPSED_ICON_SKIN_NAME,COMMIT_PROPERTY_BUTTON_GEOMETRY,COMMIT_PROPERTY_CONNECTOR_GEOMETRY,EXPANDED_ICON_SKIN_NAME,LEAF_ICON_SKIN_NAME,LEFT,LEFT_NAME,RIGHT,RIGHT_NAME,TOP,TOP_NAME,_lastMouseDownTime,bottomY,bottomY,branchClosedIconSkin,branchClosedIconSkinName,branchOpenIconSkin,branchOpenIconSkinName,connectors,disclosureButton,disclosureButton,expandCollapseOnDoubleClick,extendedHeight,extendedHeight,extendedHeight,icon,indent,leafIconSkin,leafIconSkinName,listItemRenderer,skinClass,style,style,style_collapseAllEffect,style_collapsedIconSkin,style_connectorAtButton,style_connectorAtIcon,style_connectorAtRootLevel,style_connectorSkin,style_expandAll,style_expandAllDelay,style_expandedIconSkin,style_size,treeNodeRenderer,treeNodeRenderer"><title>com.sibirjak.asdpc.treeview.renderer.DirectoryIconStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DirectoryIconStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/DirectoryIconStyles.html&amp;com/sibirjak/asdpc/treeview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DirectoryIconStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DirectoryIconStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DirectoryIconStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DirectoryIconStyles  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html">ListItemIconStyles</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 DirectoryIcon style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#branchClosedIconSkin" class="signatureLink">branchClosedIconSkin</a> : String = directoryIcon_branchClosedIconSkin<div class="summaryTableDescription">
		 Style property defining the closed branch node icon skin.</div></td><td class="summaryTableOwnerCol">DirectoryIconStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#branchClosedIconSkinName" class="signatureLink">branchClosedIconSkinName</a> : String = directoryIcon_branchClosedIconSkinName<div class="summaryTableDescription">
		 Style property defining the closed branch node icon skin name.</div></td><td class="summaryTableOwnerCol">DirectoryIconStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#branchOpenIconSkin" class="signatureLink">branchOpenIconSkin</a> : String = directoryIcon_branchOpenIconSkin<div class="summaryTableDescription">
		 Style property defining the open branch node icon skin.</div></td><td class="summaryTableOwnerCol">DirectoryIconStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#branchOpenIconSkinName" class="signatureLink">branchOpenIconSkinName</a> : String = directoryIcon_branchOpenIconSkinName<div class="summaryTableDescription">
		 Style property defining the open branch node icon skin name.</div></td><td class="summaryTableOwnerCol">DirectoryIconStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html#iconSkin" class="signatureLink">iconSkin</a> : String = listItemIcon_iconSkin<div class="summaryTableDescription">
		 Style property defining the icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html">ListItemIconStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html#iconSkinFunction" class="signatureLink">iconSkinFunction</a> : String = listItemIcon_iconSkinFunction<div class="summaryTableDescription">
		 Style property defining the icon skin function.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html">ListItemIconStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#leafIconSkin" class="signatureLink">leafIconSkin</a> : String = directoryIcon_leafIconSkin<div class="summaryTableDescription">
		 Style property defining the leaf node icon skin.</div></td><td class="summaryTableOwnerCol">DirectoryIconStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#leafIconSkinName" class="signatureLink">leafIconSkinName</a> : String = directoryIcon_leafIconSkinName<div class="summaryTableDescription">
		 Style property defining the leaf node icon skin name.</div></td><td class="summaryTableOwnerCol">DirectoryIconStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html#size" class="signatureLink">size</a> : String = listItemIcon_size<div class="summaryTableDescription">
		 Style property defining the icon size.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIconStyles.html">ListItemIconStyles</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="branchClosedIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">branchClosedIconSkin</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const branchClosedIconSkin:String = directoryIcon_branchClosedIconSkin</code><p></p><p></p><p>
		 Style property defining the closed branch node icon skin.
		 </p></div><a name="constantDetail"></a><a name="branchClosedIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">branchClosedIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const branchClosedIconSkinName:String = directoryIcon_branchClosedIconSkinName</code><p></p><p></p><p>
		 Style property defining the closed branch node icon skin name.
		 </p></div><a name="constantDetail"></a><a name="branchOpenIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">branchOpenIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const branchOpenIconSkin:String = directoryIcon_branchOpenIconSkin</code><p></p><p></p><p>
		 Style property defining the open branch node icon skin.
		 </p></div><a name="constantDetail"></a><a name="branchOpenIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">branchOpenIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const branchOpenIconSkinName:String = directoryIcon_branchOpenIconSkinName</code><p></p><p></p><p>
		 Style property defining the open branch node icon skin name.
		 </p></div><a name="constantDetail"></a><a name="leafIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">leafIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const leafIconSkin:String = directoryIcon_leafIconSkin</code><p></p><p></p><p>
		 Style property defining the leaf node icon skin.
		 </p></div><a name="constantDetail"></a><a name="leafIconSkinName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">leafIconSkinName</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const leafIconSkinName:String = directoryIcon_leafIconSkinName</code><p></p><p></p><p>
		 Style property defining the leaf node icon skin name.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="DisclosureButton,com.sibirjak.asdpc.treeview.renderer.DisclosureButton,BOTTOM,BOTTOM_NAME,BRANCH_CLOSED_ICON_SKIN_NAME,BRANCH_OPEN_ICON_SKIN_NAME,COLLAPSED_ICON_SKIN_NAME,COMMIT_PROPERTY_BUTTON_GEOMETRY,COMMIT_PROPERTY_CONNECTOR_GEOMETRY,EXPANDED_ICON_SKIN_NAME,LEAF_ICON_SKIN_NAME,LEFT,LEFT_NAME,RIGHT,RIGHT_NAME,TOP,TOP_NAME,_lastMouseDownTime,bottomY,bottomY,branchClosedIconSkin,branchClosedIconSkinName,branchOpenIconSkin,branchOpenIconSkinName,connectors,disclosureButton,disclosureButton,expandCollapseOnDoubleClick,extendedHeight,extendedHeight,extendedHeight,icon,indent,leafIconSkin,leafIconSkinName,listItemRenderer,skinClass,style,style,style_collapseAllEffect,style_collapsedIconSkin,style_connectorAtButton,style_connectorAtIcon,style_connectorAtRootLevel,style_connectorSkin,style_expandAll,style_expandAllDelay,style_expandedIconSkin,style_size,treeNodeRenderer,treeNodeRenderer,cleanUpCalled,cleanUpCalled,cleanUpCalled,cleanUpCalled,commitUpdate,draw,draw,draw,draw,getContentX,getIconSkin,getIconX,getListItemIconClass,init,init,init,mouseDownHandler,show,styleChanged,styleChanged,styleChanged,styleChanged,update,update,update,update"><title>com.sibirjak.asdpc.treeview.renderer.DisclosureButton</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DisclosureButton - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/DisclosureButton.html&amp;com/sibirjak/asdpc/treeview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DisclosureButton</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DisclosureButton"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DisclosureButton</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DisclosureButton  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Disclosure button.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#treeNodeRenderer" class="signatureLink">treeNodeRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html">TreeNodeRenderer</a><div class="summaryTableDescription">[write-only] 
		 Sets the containing tree node renderer.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#DisclosureButton()" class="signatureLink">DisclosureButton</a>()</div><div class="summaryTableDescription">
		 DisclosureButton constructor.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:disclosureButton_collapseAllEffect"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">disclosureButton_collapseAllEffect</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the application of the collapse all effect.
		 </td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:disclosureButton_collapsedIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">disclosureButton_collapsedIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the icon skin for the collapsed state.
		 </td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:disclosureButton_expandAll"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">disclosureButton_expandAll</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the expand all functionality availability.
		 </td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:disclosureButton_expandAllDelay"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">disclosureButton_expandAllDelay</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number&nbsp;<span class="label">Format: </span>Time<br/>
		 Style property defining the delay between mouse down and expand all.
		 </td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:disclosureButton_expandedIconSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">disclosureButton_expandedIconSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/>
		 Style property defining the icon skin for the expanded state.
		 </td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:disclosureButton_size"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">disclosureButton_size</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the button size.
		 </td><td class="summaryTableOwnerCol">DisclosureButton</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COLLAPSED_ICON_SKIN_NAME" class="signatureLink">COLLAPSED_ICON_SKIN_NAME</a> : String = collapsedIcon<div class="summaryTableDescription">[static] 
		 Name constant defining the collapsed icon skin name.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#EXPANDED_ICON_SKIN_NAME" class="signatureLink">EXPANDED_ICON_SKIN_NAME</a> : String = expandedIcon<div class="summaryTableDescription">[static] 
		 Name constant defining the expanded icon skin name.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_collapseAllEffect" class="signatureLink">style_collapseAllEffect</a> : String = disclosureButton_collapseAllEffect<div class="summaryTableDescription">[static] 
		 Style property defining the application of the collapse all effect.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_collapsedIconSkin" class="signatureLink">style_collapsedIconSkin</a> : String = disclosureButton_collapsedIconSkin<div class="summaryTableDescription">[static] 
		 Style property defining the icon skin for the collapsed state.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_expandAll" class="signatureLink">style_expandAll</a> : String = disclosureButton_expandAll<div class="summaryTableDescription">[static] 
		 Style property defining the expand all functionality availability.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_expandAllDelay" class="signatureLink">style_expandAllDelay</a> : String = disclosureButton_expandAllDelay<div class="summaryTableDescription">[static] 
		 Style property defining the delay between mouse down and expand all.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_expandedIconSkin" class="signatureLink">style_expandedIconSkin</a> : String = disclosureButton_expandedIconSkin<div class="summaryTableDescription">[static] 
		 Style property defining the icon skin for the expanded state.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_size" class="signatureLink">style_size</a> : String = disclosureButton_size<div class="summaryTableDescription">[static] 
		 Style property defining the button size.</div></td><td class="summaryTableOwnerCol">DisclosureButton</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="treeNodeRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeRenderer</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>treeNodeRenderer:<a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html">TreeNodeRenderer</a></code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 Sets the containing tree node renderer.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set treeNodeRenderer(value:<a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html">TreeNodeRenderer</a>):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="DisclosureButton()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DisclosureButton</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function DisclosureButton()</code><p></p><p>
		 DisclosureButton constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="COLLAPSED_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COLLAPSED_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const COLLAPSED_ICON_SKIN_NAME:String = collapsedIcon</code><p></p><p></p><p>
		 Name constant defining the collapsed icon skin name.
		 </p></div><a name="constantDetail"></a><a name="EXPANDED_ICON_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">EXPANDED_ICON_SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const EXPANDED_ICON_SKIN_NAME:String = expandedIcon</code><p></p><p></p><p>
		 Name constant defining the expanded icon skin name.
		 </p></div><a name="constantDetail"></a><a name="style_collapseAllEffect"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_collapseAllEffect</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_collapseAllEffect:String = disclosureButton_collapseAllEffect</code><p></p><p></p><p>
		 Style property defining the application of the collapse all effect.
		 </p></div><a name="constantDetail"></a><a name="style_collapsedIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_collapsedIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_collapsedIconSkin:String = disclosureButton_collapsedIconSkin</code><p></p><p></p><p>
		 Style property defining the icon skin for the collapsed state.
		 </p></div><a name="constantDetail"></a><a name="style_expandAll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_expandAll</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_expandAll:String = disclosureButton_expandAll</code><p></p><p></p><p>
		 Style property defining the expand all functionality availability.
		 </p></div><a name="constantDetail"></a><a name="style_expandAllDelay"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_expandAllDelay</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_expandAllDelay:String = disclosureButton_expandAllDelay</code><p></p><p></p><p>
		 Style property defining the delay between mouse down and expand all.
		 </p></div><a name="constantDetail"></a><a name="style_expandedIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_expandedIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_expandedIconSkin:String = disclosureButton_expandedIconSkin</code><p></p><p></p><p>
		 Style property defining the icon skin for the expanded state.
		 </p></div><a name="constantDetail"></a><a name="style_size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_size</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_size:String = disclosureButton_size</code><p></p><p></p><p>
		 Style property defining the button size.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="IConnectorSkin,com.sibirjak.asdpc.treeview.renderer.IConnectorSkin,BOTTOM,BOTTOM_NAME,BRANCH_CLOSED_ICON_SKIN_NAME,BRANCH_OPEN_ICON_SKIN_NAME,COLLAPSED_ICON_SKIN_NAME,COMMIT_PROPERTY_BUTTON_GEOMETRY,COMMIT_PROPERTY_CONNECTOR_GEOMETRY,EXPANDED_ICON_SKIN_NAME,LEAF_ICON_SKIN_NAME,LEFT,LEFT_NAME,RIGHT,RIGHT_NAME,TOP,TOP_NAME,_lastMouseDownTime,bottomY,bottomY,branchClosedIconSkin,branchClosedIconSkinName,branchOpenIconSkin,branchOpenIconSkinName,connectors,disclosureButton,disclosureButton,expandCollapseOnDoubleClick,extendedHeight,extendedHeight,extendedHeight,icon,indent,leafIconSkin,leafIconSkinName,listItemRenderer,skinClass,style,style,style_collapseAllEffect,style_collapsedIconSkin,style_connectorAtButton,style_connectorAtIcon,style_connectorAtRootLevel,style_connectorSkin,style_expandAll,style_expandAllDelay,style_expandedIconSkin,style_size,treeNodeRenderer,treeNodeRenderer"><title>com.sibirjak.asdpc.treeview.renderer.IConnectorSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IConnectorSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/IConnectorSkin.html&amp;com/sibirjak/asdpc/treeview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IConnectorSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IConnectorSkin"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IConnectorSkin extends  <a href="../../../../../com/sibirjak/asdpc/core/ISkin.html">ISkin</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  flash.events.IEventDispatcher</td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr></table><p></p><p></p><p></p>
	 Connector skin interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#alpha" class="signatureLink">alpha</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bottomY" class="signatureLink">bottomY</a> : uint<div class="summaryTableDescription">[write-only] 
		 If this value is set, the bottom connector should start
		 at the specified position.</div></td><td class="summaryTableOwnerCol">IConnectorSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#extendedHeight" class="signatureLink">extendedHeight</a> : uint<div class="summaryTableDescription">[write-only] 
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position.</div></td><td class="summaryTableOwnerCol">IConnectorSkin</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#mask" class="signatureLink">mask</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#mouseEnabled" class="signatureLink">mouseEnabled</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#name" class="signatureLink">name</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#scaleX" class="signatureLink">scaleX</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#scaleY" class="signatureLink">scaleY</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#visible" class="signatureLink">visible</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#x" class="signatureLink">x</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html#y" class="signatureLink">y</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/ISkin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Commands the skin to draw its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/ISkin.html">ISkin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/ISkin.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the skin dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/ISkin.html">ISkin</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="bottomY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bottomY</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>bottomY:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 If this value is set, the bottom connector should start
		 at the specified position. 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set bottomY(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="extendedHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">extendedHeight</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>extendedHeight:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position. 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set extendedHeight(value:uint):void</code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.treeview.renderer Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.treeview.renderer package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/package-detail.html&amp;com/sibirjak/asdpc/treeview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.treeview.renderer</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.treeview.renderer"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IConnectorSkin.html">IConnectorSkin</a></i></td><td class="summaryTableLastCol">
	 Connector skin interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Connector.html">Connector</a></td><td class="summaryTableLastCol">
	 Connector.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ConnectorContainer.html">ConnectorContainer</a></td><td class="summaryTableLastCol">
	 Container for the tree node connectors.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DirectoryIcon.html">DirectoryIcon</a></td><td class="summaryTableLastCol">
	 Tree node icon.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DirectoryIconStyles.html">DirectoryIconStyles</a></td><td class="summaryTableLastCol">
	 DirectoryIcon style properties.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DisclosureButton.html">DisclosureButton</a></td><td class="summaryTableLastCol">
	 Disclosure button.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeNodeRenderer.html">TreeNodeRenderer</a></td><td class="summaryTableLastCol">
	 Default tree node renderer.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TreeNodeRendererStyles.html">TreeNodeRendererStyles</a></td><td class="summaryTableLastCol">
	 TreeNodeRenderer style properties.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TreeNodeRenderer,com.sibirjak.asdpc.treeview.renderer.TreeNodeRenderer,BOTTOM,BOTTOM_NAME,BRANCH_CLOSED_ICON_SKIN_NAME,BRANCH_OPEN_ICON_SKIN_NAME,COLLAPSED_ICON_SKIN_NAME,COMMIT_PROPERTY_BUTTON_GEOMETRY,COMMIT_PROPERTY_CONNECTOR_GEOMETRY,EXPANDED_ICON_SKIN_NAME,LEAF_ICON_SKIN_NAME,LEFT,LEFT_NAME,RIGHT,RIGHT_NAME,TOP,TOP_NAME,_lastMouseDownTime,bottomY,bottomY,branchClosedIconSkin,branchClosedIconSkinName,branchOpenIconSkin,branchOpenIconSkinName,connectors,disclosureButton,disclosureButton,expandCollapseOnDoubleClick,extendedHeight,extendedHeight,extendedHeight,icon,indent,leafIconSkin,leafIconSkinName,listItemRenderer,skinClass,style,style,style_collapseAllEffect,style_collapsedIconSkin,style_connectorAtButton,style_connectorAtIcon,style_connectorAtRootLevel,style_connectorSkin,style_expandAll,style_expandAllDelay,style_expandedIconSkin,style_size,treeNodeRenderer,treeNodeRenderer,cleanUpCalled,cleanUpCalled,cleanUpCalled,cleanUpCalled,commitUpdate,draw,draw,draw,draw,getContentX,getIconSkin,getIconX,getListItemIconClass,init,init,init,mouseDownHandler,show,styleChanged,styleChanged,styleChanged,styleChanged,update,update,update,update"><title>com.sibirjak.asdpc.treeview.renderer.TreeNodeRenderer</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeNodeRenderer - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/TreeNodeRenderer.html&amp;com/sibirjak/asdpc/treeview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeNodeRenderer</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeNodeRenderer"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeNodeRenderer</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeNodeRenderer  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../com/sibirjak/asdpc/treeview/core/ITreeNodeRenderer.html">ITreeNodeRenderer</a></td></tr></table><p></p><p></p><p></p>
	 Default tree node renderer.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#data" class="signatureLink">data</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a><div class="summaryTableDescription">
		 
		 Sets or gets the list item renderer data.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html">TreeNodeRendererStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all TreeNodeRenderer style property definitions.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_backgroundSkin" class="signatureLink">_backgroundSkin</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/skins/ListItemBackgroundSkin.html">ListItemBackgroundSkin</a><div class="summaryTableDescription">
		 Background skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_contentRenderer" class="signatureLink">_contentRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/IListItemContent.html">IListItemContent</a><div class="summaryTableDescription">
		 Content renderer.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_data" class="signatureLink">_data</a> : <a href="../../../../../com/sibirjak/asdpc/listview/core/ListItemRendererData.html">ListItemRendererData</a><div class="summaryTableDescription">
		 The list item renderer data.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_icon" class="signatureLink">_icon</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemIcon.html">ListItemIcon</a><div class="summaryTableDescription">
		 Icon container.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_indent" class="signatureLink">_indent</a> : uint<div class="summaryTableDescription">
		 Label indent when icon visible.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_lastMouseDownTime" class="signatureLink">_lastMouseDownTime</a> : int<div class="summaryTableDescription">
		 Elapsed time since the last mouse down event.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_over" class="signatureLink">_over</a> : Boolean = false<div class="summaryTableDescription">
		 Flag to indicate if the mouse is currently over the list item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_selectedContentRenderer" class="signatureLink">_selectedContentRenderer</a> : <a href="../../../../../com/sibirjak/asdpc/listview/renderer/IListItemContent.html">IListItemContent</a><div class="summaryTableDescription">
		 Additional content renderer for the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_selectedHeight" class="signatureLink">_selectedHeight</a> : uint<div class="summaryTableDescription">
		 The selected content height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_selectedWidth" class="signatureLink">_selectedWidth</a> : uint<div class="summaryTableDescription">
		 The selected content width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#_showIcon" class="signatureLink">_showIcon</a> : Boolean<div class="summaryTableDescription">
		 Flag to indicate if the icon should be shown.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TreeNodeRenderer()" class="signatureLink">TreeNodeRenderer</a>()</div><div class="summaryTableDescription">
		 TreeNodeRenderer constructor.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#drawListItem()" class="signatureLink">drawListItem</a>():void</div><div class="summaryTableDescription">
		 
		 Draws the list item initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#setSelectedSize()" class="signatureLink">setSelectedSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the renderer dimensions for the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription">[override] 
		 toString() function.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#drawBackground()" class="signatureLink">drawBackground</a>():void</div><div class="summaryTableDescription">
		 Draws or redraws the background.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getContentX()" class="signatureLink">getContentX</a>():uint</div><div class="summaryTableDescription">[override] 
		 
		 Returns the content x position.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getIconX()" class="signatureLink">getIconX</a>():uint</div><div class="summaryTableDescription">[override] 
		 
		 Returns the x postion of the icon.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getListItemIconClass()" class="signatureLink">getListItemIconClass</a>():Class</div><div class="summaryTableDescription">[override] 
		 
		 Returns the icon container class.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#mouseDownHandler()" class="signatureLink">mouseDownHandler</a>(event:MouseEvent):void</div><div class="summaryTableDescription">[override] 
		 
		 Content mouse down handler.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><div class="showHideLinks"><div id="hideInheritedEvent" class="hideInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(false,'Event');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Events</a></div><div id="showInheritedEvent" class="showInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(true,'Event');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Events</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_dataChanged" class="signatureLink">listItemRenderer_dataChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type DATA_CHANGED
		 
		 Dispatched, if the renderer was assigned a new item.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_dataPropertyChanged" class="signatureLink">listItemRenderer_dataPropertyChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type DATA_PROPERTY_CHANGED
		 
		 Dispatched, if properties of the assigned item have changed.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_listIndexChanged" class="signatureLink">listItemRenderer_listIndexChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type LIST_INDEX_CHANGED
		 
		 Dispatched, if the current item's list index has changed.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_rollOut" class="signatureLink">listItemRenderer_rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OUT
		 
		 Dispatched, if the mouse leaves the renderer area.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_rollOver" class="signatureLink">listItemRenderer_rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OVER
		 
		 Dispatched, if the mouse enters the renderer area.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_selectionChanged" class="signatureLink">listItemRenderer_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 Dispatched, if the currently assigned item has been selected or deselected.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#event:listItemRenderer_visibilityChanged" class="signatureLink">listItemRenderer_visibilityChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type VISIBILITY_CHANGED
		 
		 Dispatched, if a renderer became hidden or visible as a result of
		 scrolling, insertion or deletion operations.
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:treeNodeRenderer_collapsed" class="signatureLink">treeNodeRenderer_collapsed</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type COLLAPSED
		 
		 Dispatched, if the item has been collapsed.
		 
		 </td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:treeNodeRenderer_connectionChanged" class="signatureLink">treeNodeRenderer_connectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CONNECTION_CHANGED
		 
		 Dispatched, if connection of a node has changed and should be refreshed.
		 
		 </td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:treeNodeRenderer_expanded" class="signatureLink">treeNodeRenderer_expanded</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type EXPANDED
		 
		 Dispatched, if the item has been expanded.
		 
		 </td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:treeNodeRenderer_levelChanged" class="signatureLink">treeNodeRenderer_levelChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type LEVEL_CHANGED
		 
		 Dispatched, if the level of the item has changed.</td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:treeNodeRenderer_stateChanged" class="signatureLink">treeNodeRenderer_stateChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type TREE_NODE_STATE_CHANGED
		 
		 Dispatched, if the node state changed (leaf, open branch, closed branch).
		 
		 </td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_background" class="signatureLink">listItemRenderer_background</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_backgroundType" class="signatureLink">listItemRenderer_backgroundType</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_clickSelection" class="signatureLink">listItemRenderer_clickSelection</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_contentRenderer" class="signatureLink">listItemRenderer_contentRenderer</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>com.sibirjak.asdpc.listview.core.IListItemRenderer<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_ctrlKeyDeselection" class="signatureLink">listItemRenderer_ctrlKeyDeselection</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_evenIndexBackgroundColors" class="signatureLink">listItemRenderer_evenIndexBackgroundColors</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_icon" class="signatureLink">listItemRenderer_icon</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_iconPadding" class="signatureLink">listItemRenderer_iconPadding</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_indent" class="signatureLink">listItemRenderer_indent</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_oddIndexBackgroundColors" class="signatureLink">listItemRenderer_oddIndexBackgroundColors</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_overBackgroundColors" class="signatureLink">listItemRenderer_overBackgroundColors</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_selectedBackgroundColors" class="signatureLink">listItemRenderer_selectedBackgroundColors</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_selectedItemContentRenderer" class="signatureLink">listItemRenderer_selectedItemContentRenderer</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>com.sibirjak.asdpc.listview.core.IListItemRenderer<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_separator" class="signatureLink">listItemRenderer_separator</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#style:listItemRenderer_separatorColor" class="signatureLink">listItemRenderer_separatorColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:treeNodeRenderer_connectors"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">treeNodeRenderer_connectors</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the connector visibility.
		 </td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:treeNodeRenderer_disclosureButton"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">treeNodeRenderer_disclosureButton</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the disclosure button visibility.
		 </td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:treeNodeRenderer_expandCollapseOnDoubleClick"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">treeNodeRenderer_expandCollapseOnDoubleClick</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the double click behaviour.
		 </td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedConstant" id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#BACKGROUND_CONTENT" class="signatureLink">BACKGROUND_CONTENT</a> : String = content<div class="summaryTableDescription">[static] 
		 Name constant for a background only behind the list item content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#BACKGROUND_LIST_ITEM" class="signatureLink">BACKGROUND_LIST_ITEM</a> : String = list_item<div class="summaryTableDescription">[static] 
		 Name constant for a background behind the entire item.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#COMMIT_PROPERTY_BACKGROUND" class="signatureLink">COMMIT_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COMMIT_PROPERTY_BUTTON_GEOMETRY" class="signatureLink">COMMIT_PROPERTY_BUTTON_GEOMETRY</a> : String = button_geometry<div class="summaryTableDescription">
		 Name constant for the button geometry update property.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COMMIT_PROPERTY_CONNECTOR_GEOMETRY" class="signatureLink">COMMIT_PROPERTY_CONNECTOR_GEOMETRY</a> : String = connector_geometry<div class="summaryTableDescription">
		 Name constant for the connector geometry update property.</div></td><td class="summaryTableOwnerCol">TreeNodeRenderer</td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#COMMIT_PROPERTY_CONTENT_GEOMETRY" class="signatureLink">COMMIT_PROPERTY_CONTENT_GEOMETRY</a> : String = content_geometry<div class="summaryTableDescription">
		 Name constant for the content geometry update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#COMMIT_PROPERTY_ICON_GEOMETRY" class="signatureLink">COMMIT_PROPERTY_ICON_GEOMETRY</a> : String = icon_geometry<div class="summaryTableDescription">
		 Name constant for the icon geometry update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY" class="signatureLink">COMMIT_PROPERTY_SELECTED_CONTENT_GEOMETRY</a> : String = selected_content_geometry<div class="summaryTableDescription">
		 Name constant for the selected content geometry update property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#UPDATE_PROPERTY_BACKGROUND" class="signatureLink">UPDATE_PROPERTY_BACKGROUND</a> : String = background<div class="summaryTableDescription">
		 Name constant for the background invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#UPDATE_PROPERTY_DATA" class="signatureLink">UPDATE_PROPERTY_DATA</a> : String = data<div class="summaryTableDescription">
		 Name constant for the data invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#UPDATE_PROPERTY_ICON_VISIBILTIY" class="signatureLink">UPDATE_PROPERTY_ICON_VISIBILTIY</a> : String = icon<div class="summaryTableDescription">
		 Name constant for the icon visibility invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#UPDATE_PROPERTY_INDENT" class="signatureLink">UPDATE_PROPERTY_INDENT</a> : String = indent<div class="summaryTableDescription">
		 Name constant for the indent invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html#UPDATE_PROPERTY_SELECTED_SIZE" class="signatureLink">UPDATE_PROPERTY_SELECTED_SIZE</a> : String = selected_size<div class="summaryTableDescription">
		 Name constant for the selected size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRenderer.html">ListItemRenderer</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_lastMouseDownTime"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_lastMouseDownTime</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _lastMouseDownTime:int</code><p></p><p></p><p>
		 Elapsed time since the last mouse down event.
		 </p></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../../com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html">TreeNodeRendererStyles</a></code><p></p><p></p><p>
		 Central accessor to all TreeNodeRenderer style property definitions.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TreeNodeRenderer()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TreeNodeRenderer</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TreeNodeRenderer()</code><p></p><p>
		 TreeNodeRenderer constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="commitUpdate()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">commitUpdate</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function commitUpdate():void</code><p></p><p></p><p>
		 
		 
		 Finalises an update process.
		 
		 <p>This method is called always after update() and provides a central
		 exit point for updates in inheritance structures. You may collect all
		 properties of your object that need an update within the update() block
		 and execute all updates in commitUpdate() once rather than doing twice
		 in the parent class update() as well as in the sub class update() method.</p>
		 
		 <p>Example: The parent class needs to update a background. The sub class
		 also needs to update a background for different reasons. Implemented in
		 the update() method, the updateBackground() would be called twice.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="getContentX()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getContentX</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getContentX():uint</code><p></p><p></p><p>
		 
		 Returns the content x position.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code> &mdash; The content x position.
		 </td></tr></table></div><a name="getIconX()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getIconX</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getIconX():uint</code><p></p><p></p><p>
		 
		 Returns the x postion of the icon.
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code> &mdash; The icon x position.
		 </td></tr></table></div><a name="getListItemIconClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getListItemIconClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getListItemIconClass():Class</code><p></p><p></p><p>
		 
		 Returns the icon container class.
		 
		 <p>ListView: ListItemIcon</p>
		 
		 <p>TreeView: DirectoryIcon</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code> &mdash; The icon container class.
		 </td></tr></table></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="mouseDownHandler()"></a><a name="mouseDownHandler(flash.events.MouseEvent)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">mouseDownHandler</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function mouseDownHandler(event:MouseEvent):void</code><p></p><p></p><p>
		 
		 Content mouse down handler.
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">event</span>:MouseEvent</code></td></tr></table></p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader"> Event Detail </div><a name="event:treeNodeRenderer_collapsed"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeRenderer_collapsed</td><td class="detailHeaderType"> Event </td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html"><code>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent</code></a><br/><span class="label">TreeNodeRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#COLLAPSED"><code>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent.COLLAPSED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type COLLAPSED
		 
		 <p>Dispatched, if the item has been collapsed.</p>
		 
		 </div><a name="event:treeNodeRenderer_connectionChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeRenderer_connectionChanged</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html"><code>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent</code></a><br/><span class="label">TreeNodeRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#CONNECTION_CHANGED"><code>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent.CONNECTION_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type CONNECTION_CHANGED
		 
		 <p>Dispatched, if connection of a node has changed and should be refreshed.</p>
		 
		 </div><a name="event:treeNodeRenderer_expanded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeRenderer_expanded</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html"><code>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent</code></a><br/><span class="label">TreeNodeRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#EXPANDED"><code>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent.EXPANDED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type EXPANDED
		 
		 <p>Dispatched, if the item has been expanded.</p>
		 
		 </div><a name="event:treeNodeRenderer_levelChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeRenderer_levelChanged</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html"><code>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent</code></a><br/><span class="label">TreeNodeRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#LEVEL_CHANGED"><code>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent.LEVEL_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type LEVEL_CHANGED
		 
		 <p>Dispatched, if the level of the item has changed. This is the case, if treeView.showRoot
		 is toggled and all visible renderers should reflect this change by a reposition of its contents.</p>
		 
		 </div><a name="event:treeNodeRenderer_stateChanged"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">treeNodeRenderer_stateChanged</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html"><code>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent</code></a><br/><span class="label">TreeNodeRendererEvent.type property = </span><a href="../../../../../com/sibirjak/asdpc/treeview/core/TreeNodeRendererEvent.html#TREE_NODE_STATE_CHANGED"><code>com.sibirjak.asdpc.treeview.core.TreeNodeRendererEvent.TREE_NODE_STATE_CHANGED</code></a><br/><p></p><p></p><p>
	 </p>
		 Event type TREE_NODE_STATE_CHANGED
		 
		 <p>Dispatched, if the node state changed (leaf, open branch, closed branch).</p>
		 
		 </div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="COMMIT_PROPERTY_BUTTON_GEOMETRY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COMMIT_PROPERTY_BUTTON_GEOMETRY</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>protected const COMMIT_PROPERTY_BUTTON_GEOMETRY:String = button_geometry</code><p></p><p></p><p>
		 Name constant for the button geometry update property.
		 </p></div><a name="constantDetail"></a><a name="COMMIT_PROPERTY_CONNECTOR_GEOMETRY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COMMIT_PROPERTY_CONNECTOR_GEOMETRY</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected const COMMIT_PROPERTY_CONNECTOR_GEOMETRY:String = connector_geometry</code><p></p><p></p><p>
		 Name constant for the connector geometry update property.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TreeNodeRendererStyles,com.sibirjak.asdpc.treeview.renderer.TreeNodeRendererStyles,BOTTOM,BOTTOM_NAME,BRANCH_CLOSED_ICON_SKIN_NAME,BRANCH_OPEN_ICON_SKIN_NAME,COLLAPSED_ICON_SKIN_NAME,COMMIT_PROPERTY_BUTTON_GEOMETRY,COMMIT_PROPERTY_CONNECTOR_GEOMETRY,EXPANDED_ICON_SKIN_NAME,LEAF_ICON_SKIN_NAME,LEFT,LEFT_NAME,RIGHT,RIGHT_NAME,TOP,TOP_NAME,_lastMouseDownTime,bottomY,bottomY,branchClosedIconSkin,branchClosedIconSkinName,branchOpenIconSkin,branchOpenIconSkinName,connectors,disclosureButton,disclosureButton,expandCollapseOnDoubleClick,extendedHeight,extendedHeight,extendedHeight,icon,indent,leafIconSkin,leafIconSkinName,listItemRenderer,skinClass,style,style,style_collapseAllEffect,style_collapsedIconSkin,style_connectorAtButton,style_connectorAtIcon,style_connectorAtRootLevel,style_connectorSkin,style_expandAll,style_expandAllDelay,style_expandedIconSkin,style_size,treeNodeRenderer,treeNodeRenderer"><title>com.sibirjak.asdpc.treeview.renderer.TreeNodeRendererStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TreeNodeRendererStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/TreeNodeRendererStyles.html&amp;com/sibirjak/asdpc/treeview/renderer/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TreeNodeRendererStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TreeNodeRendererStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TreeNodeRendererStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TreeNodeRendererStyles  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 TreeNodeRenderer style properties.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#background" class="signatureLink">background</a> : String = listItemRenderer_background<div class="summaryTableDescription">
		 Style property defining the background visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#backgroundType" class="signatureLink">backgroundType</a> : String = listItemRenderer_backgroundType<div class="summaryTableDescription">
		 Style property defining the background type.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#clickSelection" class="signatureLink">clickSelection</a> : String = listItemRenderer_clickSelection<div class="summaryTableDescription">
		 Style property defining the selection mode.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#connectors" class="signatureLink">connectors</a> : String = treeNodeRenderer_connectors<div class="summaryTableDescription">
		 Style property defining the connector visibility.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#contentRenderer" class="signatureLink">contentRenderer</a> : String = listItemRenderer_contentRenderer<div class="summaryTableDescription">
		 Style property defining the content renderer.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#ctrlKeyDeselection" class="signatureLink">ctrlKeyDeselection</a> : String = listItemRenderer_ctrlKeyDeselection<div class="summaryTableDescription">
		 Style property defining the deselection mode.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#disclosureButton" class="signatureLink">disclosureButton</a> : String = treeNodeRenderer_disclosureButton<div class="summaryTableDescription">
		 Style property defining the disclosure button visibility.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#evenIndexBackgroundColors" class="signatureLink">evenIndexBackgroundColors</a> : String = listItemRenderer_evenIndexBackgroundColors<div class="summaryTableDescription">
		 Style property defining the background colors for items at an even position.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#expandCollapseOnDoubleClick" class="signatureLink">expandCollapseOnDoubleClick</a> : String = treeNodeRenderer_expandCollapseOnDoubleClick<div class="summaryTableDescription">
		 Style property defining the double click behaviour.</div></td><td class="summaryTableOwnerCol">TreeNodeRendererStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#icon" class="signatureLink">icon</a> : String = listItemRenderer_icon<div class="summaryTableDescription">
		 Style property defining the icon visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#iconPadding" class="signatureLink">iconPadding</a> : String = listItemRenderer_iconPadding<div class="summaryTableDescription">
		 Style property defining the space between icon and content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#indent" class="signatureLink">indent</a> : String = listItemRenderer_indent<div class="summaryTableDescription">
		 Style property defining the indent of the content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#oddIndexBackgroundColors" class="signatureLink">oddIndexBackgroundColors</a> : String = listItemRenderer_oddIndexBackgroundColors<div class="summaryTableDescription">
		 Style property defining the background colors for items at an odd position.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#overBackgroundColors" class="signatureLink">overBackgroundColors</a> : String = listItemRenderer_overBackgroundColors<div class="summaryTableDescription">
		 Style property defining the background colors in the roll over state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#selectedBackgroundColors" class="signatureLink">selectedBackgroundColors</a> : String = listItemRenderer_selectedBackgroundColors<div class="summaryTableDescription">
		 Style property defining the background colors in the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#selectedItemContentRenderer" class="signatureLink">selectedItemContentRenderer</a> : String = listItemRenderer_selectedItemContentRenderer<div class="summaryTableDescription">
		 Style property defining the content renderer additional visible in the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#separator" class="signatureLink">separator</a> : String = listItemRenderer_separator<div class="summaryTableDescription">
		 Style property defining the separator visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html#separatorColor" class="signatureLink">separatorColor</a> : String = listItemRenderer_separatorColor<div class="summaryTableDescription">
		 Style property defining the separator color.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/listview/renderer/ListItemRendererStyles.html">ListItemRendererStyles</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="connectors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">connectors</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const connectors:String = treeNodeRenderer_connectors</code><p></p><p></p><p>
		 Style property defining the connector visibility.
		 </p></div><a name="constantDetail"></a><a name="disclosureButton"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">disclosureButton</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const disclosureButton:String = treeNodeRenderer_disclosureButton</code><p></p><p></p><p>
		 Style property defining the disclosure button visibility.
		 </p></div><a name="constantDetail"></a><a name="expandCollapseOnDoubleClick"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">expandCollapseOnDoubleClick</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const expandCollapseOnDoubleClick:String = treeNodeRenderer_expandCollapseOnDoubleClick</code><p></p><p></p><p>
		 Style property defining the double click behaviour.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="BaseConnectorSkin,com.sibirjak.asdpc.treeview.renderer.skins.BaseConnectorSkin,_bottomY,_extendedHeight,bottomY,extendedHeight,style_color,style_color,style_fillColor,style_iconColor,style_iconColor,draw,draw,draw,drawHorizontal,drawHorizontal,drawHorizontal,drawVertical,drawVertical,drawVertical"><title>com.sibirjak.asdpc.treeview.renderer.skins.BaseConnectorSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'BaseConnectorSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html&amp;com/sibirjak/asdpc/treeview/renderer/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">BaseConnectorSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("BaseConnectorSkin"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  BaseConnectorSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">BaseConnectorSkin  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/IConnectorSkin.html">IConnectorSkin</a></td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html">DottedConnectorSkin</a>,  <a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html">SolidConnectorSkin</a></td></tr></table><p></p><p></p><p></p>
	 Base connector skin.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bottomY" class="signatureLink">bottomY</a> : uint<div class="summaryTableDescription">[write-only] 
		 
		 If this value is set, the bottom connector should start
		 at the specified position.</div></td><td class="summaryTableOwnerCol">BaseConnectorSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#extendedHeight" class="signatureLink">extendedHeight</a> : uint<div class="summaryTableDescription">[write-only] 
		 
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position.</div></td><td class="summaryTableOwnerCol">BaseConnectorSkin</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_bottomY" class="signatureLink">_bottomY</a> : uint<div class="summaryTableDescription">
		 The y position of the bottom connection.</div></td><td class="summaryTableOwnerCol">BaseConnectorSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_extendedHeight" class="signatureLink">_extendedHeight</a> : uint<div class="summaryTableDescription">
		 The bottom position of the bottom connection.</div></td><td class="summaryTableOwnerCol">BaseConnectorSkin</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">BaseConnectorSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawHorizontal()" class="signatureLink">drawHorizontal</a>(x:int, y:int, width:int):void</div><div class="summaryTableDescription">
		 Draws a horizontal connection.</div></td><td class="summaryTableOwnerCol">BaseConnectorSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawVertical()" class="signatureLink">drawVertical</a>(x:int, y:int, height:int):void</div><div class="summaryTableDescription">
		 Draws a vertical connection.</div></td><td class="summaryTableOwnerCol">BaseConnectorSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_bottomY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_bottomY</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _bottomY:uint</code><p></p><p></p><p>
		 The y position of the bottom connection.
		 </p></div><a name="propertyDetail"></a><a name="_extendedHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_extendedHeight</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _extendedHeight:uint</code><p></p><p></p><p>
		 The bottom position of the bottom connection.
		 </p></div><a name="propertyDetail"></a><a name="bottomY"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bottomY</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>bottomY:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 
		 If this value is set, the bottom connector should start
		 at the specified position. 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set bottomY(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="extendedHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">extendedHeight</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>extendedHeight:uint</code>&nbsp;&nbsp;[write-only] <p></p><p></p><p>
		 
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position. 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set extendedHeight(value:uint):void</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="drawHorizontal()"></a><a name="drawHorizontal(int,int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawHorizontal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function drawHorizontal(x:int, y:int, width:int):void</code><p></p><p></p><p>
		 Draws a horizontal connection.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">x</span>:int</code> &mdash; The x position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">y</span>:int</code> &mdash; The y position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The connection width.
		 </td></tr></table></p></div><a name="drawVertical()"></a><a name="drawVertical(int,int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawVertical</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function drawVertical(x:int, y:int, height:int):void</code><p></p><p></p><p>
		 Draws a vertical connection.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">x</span>:int</code> &mdash; The x position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">y</span>:int</code> &mdash; The y position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The connection height.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpc.treeview.renderer.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpc.treeview.renderer.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr><td><a href="DisclosureButtonArrowIconSkin.html">DisclosureButtonArrowIconSkin</a></td></tr><tr><td><a href="DisclosureButtonBoxIconSkin.html">DisclosureButtonBoxIconSkin</a></td></tr><tr><td><a href="DottedConnectorSkin.html">DottedConnectorSkin</a></td></tr><tr><td><a href="SolidConnectorSkin.html">SolidConnectorSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="DisclosureButtonArrowIconSkin,com.sibirjak.asdpc.treeview.renderer.skins.DisclosureButtonArrowIconSkin,_bottomY,_extendedHeight,bottomY,extendedHeight,style_color,style_color,style_fillColor,style_iconColor,style_iconColor,draw,draw,draw,drawHorizontal,drawHorizontal,drawHorizontal,drawVertical,drawVertical,drawVertical"><title>com.sibirjak.asdpc.treeview.renderer.skins.DisclosureButtonArrowIconSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DisclosureButtonArrowIconSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonArrowIconSkin.html&amp;com/sibirjak/asdpc/treeview/renderer/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DisclosureButtonArrowIconSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DisclosureButtonArrowIconSkin"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DisclosureButtonArrowIconSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DisclosureButtonArrowIconSkin  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Arrow shaped disclosure button icon skin.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#DisclosureButtonArrowIconSkin()" class="signatureLink">DisclosureButtonArrowIconSkin</a>()</div><div class="summaryTableDescription">
		 DisclosureButtonArrowIconSkin constructor.</div></td><td class="summaryTableOwnerCol">DisclosureButtonArrowIconSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">DisclosureButtonArrowIconSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:disclosureButtonArrowIconSkin_iconColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">disclosureButtonArrowIconSkin_iconColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the icon color.
		 </td><td class="summaryTableOwnerCol">DisclosureButtonArrowIconSkin</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_iconColor" class="signatureLink">style_iconColor</a> : String = disclosureButtonArrowIconSkin_iconColor<div class="summaryTableDescription">[static] 
		 Style property defining the icon color.</div></td><td class="summaryTableOwnerCol">DisclosureButtonArrowIconSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="DisclosureButtonArrowIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DisclosureButtonArrowIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function DisclosureButtonArrowIconSkin()</code><p></p><p>
		 DisclosureButtonArrowIconSkin constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_iconColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_iconColor</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_iconColor:String = disclosureButtonArrowIconSkin_iconColor</code><p></p><p></p><p>
		 Style property defining the icon color.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="DisclosureButtonBoxIconSkin,com.sibirjak.asdpc.treeview.renderer.skins.DisclosureButtonBoxIconSkin,_bottomY,_extendedHeight,bottomY,extendedHeight,style_color,style_color,style_fillColor,style_iconColor,style_iconColor,draw,draw,draw,drawHorizontal,drawHorizontal,drawHorizontal,drawVertical,drawVertical,drawVertical"><title>com.sibirjak.asdpc.treeview.renderer.skins.DisclosureButtonBoxIconSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DisclosureButtonBoxIconSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/skins/DisclosureButtonBoxIconSkin.html&amp;com/sibirjak/asdpc/treeview/renderer/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DisclosureButtonBoxIconSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DisclosureButtonBoxIconSkin"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DisclosureButtonBoxIconSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DisclosureButtonBoxIconSkin  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Box shaped disclosure button icon skin.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#DisclosureButtonBoxIconSkin()" class="signatureLink">DisclosureButtonBoxIconSkin</a>()</div><div class="summaryTableDescription">
		 DisclosureButtonBoxIconSkin constructor.</div></td><td class="summaryTableOwnerCol">DisclosureButtonBoxIconSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">DisclosureButtonBoxIconSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:disclosureButtonBoxIconSkin_fillColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">disclosureButtonBoxIconSkin_fillColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the fill color.
		 </td><td class="summaryTableOwnerCol">DisclosureButtonBoxIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:disclosureButtonBoxIconSkin_iconColor"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">disclosureButtonBoxIconSkin_iconColor</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the icon color.
		 </td><td class="summaryTableOwnerCol">DisclosureButtonBoxIconSkin</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_fillColor" class="signatureLink">style_fillColor</a> : String = disclosureButtonBoxIconSkin_fillColor<div class="summaryTableDescription">[static] 
		 Style property defining the fill color.</div></td><td class="summaryTableOwnerCol">DisclosureButtonBoxIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_iconColor" class="signatureLink">style_iconColor</a> : String = disclosureButtonBoxIconSkin_iconColor<div class="summaryTableDescription">[static] 
		 Style property defining the icon color.</div></td><td class="summaryTableOwnerCol">DisclosureButtonBoxIconSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="DisclosureButtonBoxIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DisclosureButtonBoxIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function DisclosureButtonBoxIconSkin()</code><p></p><p>
		 DisclosureButtonBoxIconSkin constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_fillColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_fillColor</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_fillColor:String = disclosureButtonBoxIconSkin_fillColor</code><p></p><p></p><p>
		 Style property defining the fill color.
		 </p></div><a name="constantDetail"></a><a name="style_iconColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_iconColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_iconColor:String = disclosureButtonBoxIconSkin_iconColor</code><p></p><p></p><p>
		 Style property defining the icon color.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="DottedConnectorSkin,com.sibirjak.asdpc.treeview.renderer.skins.DottedConnectorSkin,_bottomY,_extendedHeight,bottomY,extendedHeight,style_color,style_color,style_fillColor,style_iconColor,style_iconColor,draw,draw,draw,drawHorizontal,drawHorizontal,drawHorizontal,drawVertical,drawVertical,drawVertical"><title>com.sibirjak.asdpc.treeview.renderer.skins.DottedConnectorSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'DottedConnectorSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/skins/DottedConnectorSkin.html&amp;com/sibirjak/asdpc/treeview/renderer/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">DottedConnectorSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("DottedConnectorSkin"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  DottedConnectorSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">DottedConnectorSkin  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Dotted connector skin.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#bottomY" class="signatureLink">bottomY</a> : uint<div class="summaryTableDescription">[write-only] 
		 
		 If this value is set, the bottom connector should start
		 at the specified position.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#extendedHeight" class="signatureLink">extendedHeight</a> : uint<div class="summaryTableDescription">[write-only] 
		 
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#_bottomY" class="signatureLink">_bottomY</a> : uint<div class="summaryTableDescription">
		 The y position of the bottom connection.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#_extendedHeight" class="signatureLink">_extendedHeight</a> : uint<div class="summaryTableDescription">
		 The bottom position of the bottom connection.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#DottedConnectorSkin()" class="signatureLink">DottedConnectorSkin</a>()</div><div class="summaryTableDescription">
		 DottedConnectorSkin constructor.</div></td><td class="summaryTableOwnerCol">DottedConnectorSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawHorizontal()" class="signatureLink">drawHorizontal</a>(x:int, y:int, width:int):void</div><div class="summaryTableDescription">[override] 
		 
		 Draws a horizontal connection.</div></td><td class="summaryTableOwnerCol">DottedConnectorSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawVertical()" class="signatureLink">drawVertical</a>(x:int, y:int, height:int):void</div><div class="summaryTableDescription">[override] 
		 
		 Draws a vertical connection.</div></td><td class="summaryTableOwnerCol">DottedConnectorSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:dottedConnectorSkin_color"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">dottedConnectorSkin_color</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the connector color.
		 </td><td class="summaryTableOwnerCol">DottedConnectorSkin</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_color" class="signatureLink">style_color</a> : String = dottedConnectorSkin_color<div class="summaryTableDescription">[static] 
		 Style property defining the connector color.</div></td><td class="summaryTableOwnerCol">DottedConnectorSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="DottedConnectorSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">DottedConnectorSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function DottedConnectorSkin()</code><p></p><p>
		 DottedConnectorSkin constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="drawHorizontal()"></a><a name="drawHorizontal(int,int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawHorizontal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function drawHorizontal(x:int, y:int, width:int):void</code><p></p><p></p><p>
		 
		 Draws a horizontal connection.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">x</span>:int</code> &mdash; The x position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">y</span>:int</code> &mdash; The y position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The connection width.
		 </td></tr></table></p></div><a name="drawVertical()"></a><a name="drawVertical(int,int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawVertical</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function drawVertical(x:int, y:int, height:int):void</code><p></p><p></p><p>
		 
		 Draws a vertical connection.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">x</span>:int</code> &mdash; The x position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">y</span>:int</code> &mdash; The y position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The connection height.
		 </td></tr></table></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_color</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_color:String = dottedConnectorSkin_color</code><p></p><p></p><p>
		 Style property defining the connector color.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><title>com.sibirjak.asdpc.treeview.renderer.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpc.treeview.renderer.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/skins/package-detail.html&amp;com/sibirjak/asdpc/treeview/renderer/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpc.treeview.renderer.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpc.treeview.renderer.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="BaseConnectorSkin.html">BaseConnectorSkin</a></td><td class="summaryTableLastCol">
	 Base connector skin.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DisclosureButtonArrowIconSkin.html">DisclosureButtonArrowIconSkin</a></td><td class="summaryTableLastCol">
	 Arrow shaped disclosure button icon skin.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DisclosureButtonBoxIconSkin.html">DisclosureButtonBoxIconSkin</a></td><td class="summaryTableLastCol">
	 Box shaped disclosure button icon skin.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DottedConnectorSkin.html">DottedConnectorSkin</a></td><td class="summaryTableLastCol">
	 Dotted connector skin.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SolidConnectorSkin.html">SolidConnectorSkin</a></td><td class="summaryTableLastCol">
	 Solid connector skin.</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../../override.css" type="text/css"><meta name="keywords" content="SolidConnectorSkin,com.sibirjak.asdpc.treeview.renderer.skins.SolidConnectorSkin,_bottomY,_extendedHeight,bottomY,extendedHeight,style_color,style_color,style_fillColor,style_iconColor,style_iconColor,draw,draw,draw,drawHorizontal,drawHorizontal,drawHorizontal,drawVertical,drawVertical,drawVertical"><title>com.sibirjak.asdpc.treeview.renderer.skins.SolidConnectorSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SolidConnectorSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../../index.html?com/sibirjak/asdpc/treeview/renderer/skins/SolidConnectorSkin.html&amp;com/sibirjak/asdpc/treeview/renderer/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SolidConnectorSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SolidConnectorSkin"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpc.treeview.renderer.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SolidConnectorSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SolidConnectorSkin  <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 Solid connector skin.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#bottomY" class="signatureLink">bottomY</a> : uint<div class="summaryTableDescription">[write-only] 
		 
		 If this value is set, the bottom connector should start
		 at the specified position.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#extendedHeight" class="signatureLink">extendedHeight</a> : uint<div class="summaryTableDescription">[write-only] 
		 
		 If this value is set, the bottom connector should reach
		 the _height + extendedHeight position.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#_bottomY" class="signatureLink">_bottomY</a> : uint<div class="summaryTableDescription">
		 The y position of the bottom connection.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#_extendedHeight" class="signatureLink">_extendedHeight</a> : uint<div class="summaryTableDescription">
		 The bottom position of the bottom connection.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SolidConnectorSkin()" class="signatureLink">SolidConnectorSkin</a>()</div><div class="summaryTableDescription">
		 SolidConnectorSkin constructor.</div></td><td class="summaryTableOwnerCol">SolidConnectorSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/treeview/renderer/skins/BaseConnectorSkin.html">BaseConnectorSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawHorizontal()" class="signatureLink">drawHorizontal</a>(x:int, y:int, width:int):void</div><div class="summaryTableDescription">[override] 
		 
		 Draws a horizontal connection.</div></td><td class="summaryTableOwnerCol">SolidConnectorSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawVertical()" class="signatureLink">drawVertical</a>(x:int, y:int, height:int):void</div><div class="summaryTableDescription">[override] 
		 
		 Draws a vertical connection.</div></td><td class="summaryTableOwnerCol">SolidConnectorSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:solidConnectorSkin_color"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">solidConnectorSkin_color</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/>
		 Style property defining the connector color.
		 </td><td class="summaryTableOwnerCol">SolidConnectorSkin</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_color" class="signatureLink">style_color</a> : String = solidConnectorSkin_color<div class="summaryTableDescription">[static] 
		 Style property defining the connector color.</div></td><td class="summaryTableOwnerCol">SolidConnectorSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SolidConnectorSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SolidConnectorSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SolidConnectorSkin()</code><p></p><p>
		 SolidConnectorSkin constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="drawHorizontal()"></a><a name="drawHorizontal(int,int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawHorizontal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function drawHorizontal(x:int, y:int, width:int):void</code><p></p><p></p><p>
		 
		 Draws a horizontal connection.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">x</span>:int</code> &mdash; The x position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">y</span>:int</code> &mdash; The y position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">width</span>:int</code> &mdash; The connection width.
		 </td></tr></table></p></div><a name="drawVertical()"></a><a name="drawVertical(int,int,int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawVertical</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function drawVertical(x:int, y:int, height:int):void</code><p></p><p></p><p>
		 
		 Draws a vertical connection.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">x</span>:int</code> &mdash; The x position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">y</span>:int</code> &mdash; The y position.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:int</code> &mdash; The connection height.
		 </td></tr></table></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_color</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_color:String = solidConnectorSkin_color</code><p></p><p></p><p>
		 Style property defining the connector color.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="CheckBox,com.sibirjak.asdpcbeta.checkbox.CheckBox,buttonHeight,buttonWidth,icon,style_buttonHeight,style_buttonWidth,style_labelPadding,style_labelPosition,value,draw,getToolTipOffsetX,init,setLabelBaseStyles,setLabelSize,showIcon,showSkin"><title>com.sibirjak.asdpcbeta.checkbox.CheckBox</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'CheckBox - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/checkbox/CheckBox.html&amp;com/sibirjak/asdpcbeta/checkbox/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">CheckBox</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("CheckBox"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.checkbox</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  CheckBox</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">CheckBox  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpcbeta/radiobutton/RadioButton.html">RadioButton</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#autoRepeat" class="signatureLink">autoRepeat</a> : Boolean<div class="summaryTableDescription">
		 
		 Returns true, if the button has auto repeat enabled.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">
		 
		 Enables or disables a button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#icon" class="signatureLink">icon</a> : DisplayObject<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#label" class="signatureLink">label</a> : String<div class="summaryTableDescription">
		 
		 The label displayed within the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">
		 
		 Selectes or deselects a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#selectedLabel" class="signatureLink">selectedLabel</a> : String<div class="summaryTableDescription">
		 
		 The label text for the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#selectedToolTip" class="signatureLink">selectedToolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip displayed in selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpc/button/ButtonStyles.html">ButtonStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all Button style property definitions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#toggle" class="signatureLink">toggle</a> : Boolean<div class="summaryTableDescription">
		 
		 Converts a click button into a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#toolTip" class="signatureLink">toolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#value" class="signatureLink">value</a> : *<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#buttonHeight" class="signatureLink">buttonHeight</a> : uint<div class="summaryTableDescription">[override] [read-only] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#buttonWidth" class="signatureLink">buttonWidth</a> : uint<div class="summaryTableDescription">[override] [read-only] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_icon" class="signatureLink">_icon</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed icon.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_label" class="signatureLink">_label</a> : <a href="../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a><div class="summaryTableDescription">
		 The label.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_labelText" class="signatureLink">_labelText</a> : String<div class="summaryTableDescription">
		 The text displayed on the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_skin" class="signatureLink">_skin</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#CheckBox()" class="signatureLink">CheckBox</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#allowedToChangeSelection()" class="signatureLink">allowedToChangeSelection</a>():Boolean</div><div class="summaryTableDescription">
		 Template method to enable toggle button sub classes the
		 control of the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#getToolTip()" class="signatureLink">getToolTip</a>():String</div><div class="summaryTableDescription">
		 Returns the tool tip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getToolTipOffsetX()" class="signatureLink">getToolTipOffsetX</a>():int</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onClick()" class="signatureLink">onClick</a>():void</div><div class="summaryTableDescription">
		 Template method for the click event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onMouseDown()" class="signatureLink">onMouseDown</a>():void</div><div class="summaryTableDescription">
		 Template method for the mouse down event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onMouseUpOutside()" class="signatureLink">onMouseUpOutside</a>():void</div><div class="summaryTableDescription">
		 Template method for the mouse up outside event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onRollOut()" class="signatureLink">onRollOut</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll out event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onRollOver()" class="signatureLink">onRollOver</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll over event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onSelectionChanged()" class="signatureLink">onSelectionChanged</a>():void</div><div class="summaryTableDescription">
		 Template method for the selection changed event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setLabelBaseStyles()" class="signatureLink">setLabelBaseStyles</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setLabelSize()" class="signatureLink">setLabelSize</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#showIcon()" class="signatureLink">showIcon</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#showSkin()" class="signatureLink">showSkin</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><div class="showHideLinks"><div id="hideInheritedEvent" class="hideInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(false,'Event');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Events</a></div><div id="showInheritedEvent" class="showInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(true,'Event');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Events</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedEvent" id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_click" class="signatureLink">button_click</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CLICK
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_mouseDown" class="signatureLink">button_mouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_DOWN
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_mouseUpOutside" class="signatureLink">button_mouseUpOutside</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_UP_OUTSIDE
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_rollOut" class="signatureLink">button_rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OUT
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_rollOver" class="signatureLink">button_rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OVER
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_selectionChanged" class="signatureLink">button_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedStyle" id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatDelay" class="signatureLink">button_autoRepeatDelay</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatRate" class="signatureLink">button_autoRepeatRate</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_coloriseIcon" class="signatureLink">button_coloriseIcon</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconAlpha" class="signatureLink">button_disabledIconAlpha</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number&nbsp;<span class="label">Format: </span>Alpha<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkin" class="signatureLink">button_disabledIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkinName" class="signatureLink">button_disabledIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledSkin" class="signatureLink">button_disabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledSkinName" class="signatureLink">button_disabledSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downIconSkin" class="signatureLink">button_downIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downIconSkinName" class="signatureLink">button_downIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downSkin" class="signatureLink">button_downSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downSkinName" class="signatureLink">button_downSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_iconColor" class="signatureLink">button_iconColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_labelStyles" class="signatureLink">button_labelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overIconSkin" class="signatureLink">button_overIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overIconSkinName" class="signatureLink">button_overIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overLabelStyles" class="signatureLink">button_overLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overSkin" class="signatureLink">button_overSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overSkinName" class="signatureLink">button_overSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkin" class="signatureLink">button_selectedDisabledIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkinName" class="signatureLink">button_selectedDisabledIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkin" class="signatureLink">button_selectedDisabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkinName" class="signatureLink">button_selectedDisabledSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkin" class="signatureLink">button_selectedDownIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkinName" class="signatureLink">button_selectedDownIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkin" class="signatureLink">button_selectedDownSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkinName" class="signatureLink">button_selectedDownSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" class="signatureLink">button_selectedLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" class="signatureLink">button_selectedLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkin" class="signatureLink">button_selectedOverIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkinName" class="signatureLink">button_selectedOverIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkin" class="signatureLink">button_selectedOverSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkinName" class="signatureLink">button_selectedOverSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkin" class="signatureLink">button_selectedUpIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkinName" class="signatureLink">button_selectedUpIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkin" class="signatureLink">button_selectedUpSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkinName" class="signatureLink">button_selectedUpSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetX" class="signatureLink">button_toolTipOffsetX</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetY" class="signatureLink">button_toolTipOffsetY</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upIconSkin" class="signatureLink">button_upIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upIconSkinName" class="signatureLink">button_upIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upSkin" class="signatureLink">button_upSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upSkinName" class="signatureLink">button_upSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#BINDABLE_PROPERTY_SELECTED" class="signatureLink">BINDABLE_PROPERTY_SELECTED</a> : String = selected<div class="summaryTableDescription">[static] 
		 Name constant for the bindable property Button.selected.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DISABLED_ICON_SKIN_NAME" class="signatureLink">DISABLED_ICON_SKIN_NAME</a> : String = disabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DISABLED_SKIN_NAME" class="signatureLink">DISABLED_SKIN_NAME</a> : String = disabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DOWN_ICON_SKIN_NAME" class="signatureLink">DOWN_ICON_SKIN_NAME</a> : String = downIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DOWN_SKIN_NAME" class="signatureLink">DOWN_SKIN_NAME</a> : String = downSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#OVER_ICON_SKIN_NAME" class="signatureLink">OVER_ICON_SKIN_NAME</a> : String = overIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#OVER_SKIN_NAME" class="signatureLink">OVER_SKIN_NAME</a> : String = overSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_ICON_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_ICON_SKIN_NAME</a> : String = selectedDisabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_SKIN_NAME</a> : String = selectedDisabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_ICON_SKIN_NAME" class="signatureLink">SELECTED_DOWN_ICON_SKIN_NAME</a> : String = selectedDownIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_SKIN_NAME" class="signatureLink">SELECTED_DOWN_SKIN_NAME</a> : String = selectedDownSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_ICON_SKIN_NAME" class="signatureLink">SELECTED_OVER_ICON_SKIN_NAME</a> : String = selectedOverIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_SKIN_NAME" class="signatureLink">SELECTED_OVER_SKIN_NAME</a> : String = selectedOverSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_UP_ICON_SKIN_NAME" class="signatureLink">SELECTED_UP_ICON_SKIN_NAME</a> : String = selectedUpIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_UP_SKIN_NAME" class="signatureLink">SELECTED_UP_SKIN_NAME</a> : String = selectedUpSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_buttonHeight" class="signatureLink">style_buttonHeight</a> : String = checkBox_buttonHeight<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_buttonWidth" class="signatureLink">style_buttonWidth</a> : String = checkBox_buttonWidth<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_labelPadding" class="signatureLink">style_labelPadding</a> : String = checkBox_labelPadding<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_labelPosition" class="signatureLink">style_labelPosition</a> : String = checkBox_labelPosition<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">CheckBox</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#UP_ICON_SKIN_NAME" class="signatureLink">UP_ICON_SKIN_NAME</a> : String = upIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#UP_SKIN_NAME" class="signatureLink">UP_SKIN_NAME</a> : String = upSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="buttonHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">buttonHeight</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>buttonHeight:uint</code>&nbsp;&nbsp;[read-only] [override] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;protected function get buttonHeight():uint</code><br/></div><a name="propertyDetail"></a><a name="buttonWidth"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">buttonWidth</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>buttonWidth:uint</code>&nbsp;&nbsp;[read-only] [override] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;protected function get buttonWidth():uint</code><br/></div><a name="propertyDetail"></a><a name="icon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">icon</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>icon:DisplayObject</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set icon(value:DisplayObject):void</code><br/></div><a name="propertyDetail"></a><a name="value"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">value</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>value:*</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get value():*</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set value(value:any):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="CheckBox()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CheckBox</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function CheckBox()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><a name="getToolTipOffsetX()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getToolTipOffsetX</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getToolTipOffsetX():int</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code></td></tr></table></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p></div><a name="setLabelBaseStyles()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setLabelBaseStyles</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function setLabelBaseStyles():void</code><p></p></div><a name="setLabelSize()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setLabelSize</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function setLabelSize():void</code><p></p></div><a name="showIcon()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">showIcon</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function showIcon():void</code><p></p></div><a name="showSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">showSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function showSkin():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_buttonHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_buttonHeight</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_buttonHeight:String = checkBox_buttonHeight</code><p></p></div><a name="constantDetail"></a><a name="style_buttonWidth"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_buttonWidth</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_buttonWidth:String = checkBox_buttonWidth</code><p></p></div><a name="constantDetail"></a><a name="style_labelPadding"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_labelPadding</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_labelPadding:String = checkBox_labelPadding</code><p></p></div><a name="constantDetail"></a><a name="style_labelPosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_labelPosition</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_labelPosition:String = checkBox_labelPosition</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.checkbox - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.checkbox</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="CheckBox.html">CheckBox</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.checkbox Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.checkbox package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/checkbox/package-detail.html&amp;com/sibirjak/asdpcbeta/checkbox/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.checkbox</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.checkbox"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="CheckBox.html">CheckBox</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="CheckBoxIconSkin,com.sibirjak.asdpcbeta.checkbox.skins.CheckBoxIconSkin,style_backgroundAlpha,style_backgroundColor,style_borderAliasAlpha,style_borderColor,style_color,style_size,draw,draw"><title>com.sibirjak.asdpcbeta.checkbox.skins.CheckBoxIconSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'CheckBoxIconSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxIconSkin.html&amp;com/sibirjak/asdpcbeta/checkbox/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">CheckBoxIconSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("CheckBoxIconSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.checkbox.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  CheckBoxIconSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">CheckBoxIconSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#CheckBoxIconSkin()" class="signatureLink">CheckBoxIconSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">CheckBoxIconSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">CheckBoxIconSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_color" class="signatureLink">style_color</a> : String = checkBoxIconSkin_color<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">CheckBoxIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_size" class="signatureLink">style_size</a> : String = checkBoxIconSkin_size<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">CheckBoxIconSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="CheckBoxIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CheckBoxIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function CheckBoxIconSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_color</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_color:String = checkBoxIconSkin_color</code><p></p></div><a name="constantDetail"></a><a name="style_size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_size</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_size:String = checkBoxIconSkin_size</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="CheckBoxSkin,com.sibirjak.asdpcbeta.checkbox.skins.CheckBoxSkin,style_backgroundAlpha,style_backgroundColor,style_borderAliasAlpha,style_borderColor,style_color,style_size,draw,draw"><title>com.sibirjak.asdpcbeta.checkbox.skins.CheckBoxSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'CheckBoxSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/checkbox/skins/CheckBoxSkin.html&amp;com/sibirjak/asdpcbeta/checkbox/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">CheckBoxSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("CheckBoxSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.checkbox.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  CheckBoxSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">CheckBoxSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#CheckBoxSkin()" class="signatureLink">CheckBoxSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">CheckBoxSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">CheckBoxSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundAlpha" class="signatureLink">style_backgroundAlpha</a> : String = checkBoxSkin_backgroundAlpha<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">CheckBoxSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundColor" class="signatureLink">style_backgroundColor</a> : String = checkBoxSkin_backgroundColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">CheckBoxSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderAliasAlpha" class="signatureLink">style_borderAliasAlpha</a> : String = checkBoxSkin_borderAliasAlpha<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">CheckBoxSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderColor" class="signatureLink">style_borderColor</a> : String = checkBoxSkin_borderColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">CheckBoxSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="CheckBoxSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CheckBoxSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function CheckBoxSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_backgroundAlpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundAlpha</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_backgroundAlpha:String = checkBoxSkin_backgroundAlpha</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundColor:String = checkBoxSkin_backgroundColor</code><p></p></div><a name="constantDetail"></a><a name="style_borderAliasAlpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderAliasAlpha</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderAliasAlpha:String = checkBoxSkin_borderAliasAlpha</code><p></p></div><a name="constantDetail"></a><a name="style_borderColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderColor:String = checkBoxSkin_borderColor</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.checkbox.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.checkbox.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="CheckBoxIconSkin.html">CheckBoxIconSkin</a></td></tr><tr><td><a href="CheckBoxSkin.html">CheckBoxSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.checkbox.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.checkbox.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/checkbox/skins/package-detail.html&amp;com/sibirjak/asdpcbeta/checkbox/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.checkbox.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.checkbox.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="CheckBoxIconSkin.html">CheckBoxIconSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="CheckBoxSkin.html">CheckBoxSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.colorpicker - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.colorpicker</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ColorPicker.html">ColorPicker</a></td></tr><tr><td><a href="ColorPickerEvent.html">ColorPickerEvent</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ColorPicker,com.sibirjak.asdpcbeta.colorpicker.ColorPicker,BINDABLE_PROPERTY_SELECTED_COLOR,COLOR_ROLL_OVER,COLOR_SELECTED,liveChoosing,selectedColor,selectedColor,draw,getColorPickerWindow,getToolTip,init,initialised,notifyColorRollOver,notifyColorSelected,notifyPopUpOwnerChanged,onSelectionChanged"><title>com.sibirjak.asdpcbeta.colorpicker.ColorPicker</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ColorPicker - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html&amp;com/sibirjak/asdpcbeta/colorpicker/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ColorPicker</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ColorPicker"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ColorPicker</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ColorPicker  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#autoRepeat" class="signatureLink">autoRepeat</a> : Boolean<div class="summaryTableDescription">
		 
		 Returns true, if the button has auto repeat enabled.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">
		 
		 Enables or disables a button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#label" class="signatureLink">label</a> : String<div class="summaryTableDescription">
		 
		 The label displayed within the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#liveChoosing" class="signatureLink">liveChoosing</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">
		 
		 Selectes or deselects a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedColor" class="signatureLink">selectedColor</a> : uint<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#selectedLabel" class="signatureLink">selectedLabel</a> : String<div class="summaryTableDescription">
		 
		 The label text for the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#selectedToolTip" class="signatureLink">selectedToolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip displayed in selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpc/button/ButtonStyles.html">ButtonStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all Button style property definitions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#toggle" class="signatureLink">toggle</a> : Boolean<div class="summaryTableDescription">
		 
		 Converts a click button into a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#toolTip" class="signatureLink">toolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#buttonHeight" class="signatureLink">buttonHeight</a> : uint<div class="summaryTableDescription">[read-only] 
		 Returns a value for the actual button height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#buttonWidth" class="signatureLink">buttonWidth</a> : uint<div class="summaryTableDescription">[read-only] 
		 Returns a value for the actual button width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_icon" class="signatureLink">_icon</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed icon.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_label" class="signatureLink">_label</a> : <a href="../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a><div class="summaryTableDescription">
		 The label.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_labelText" class="signatureLink">_labelText</a> : String<div class="summaryTableDescription">
		 The text displayed on the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_skin" class="signatureLink">_skin</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ColorPicker()" class="signatureLink">ColorPicker</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#notifyColorRollOver()" class="signatureLink">notifyColorRollOver</a>(color:uint):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#notifyColorSelected()" class="signatureLink">notifyColorSelected</a>(color:uint):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#notifyPopUpOwnerChanged()" class="signatureLink">notifyPopUpOwnerChanged</a>(colorPicker:<a href="../../../../com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html">ColorPicker</a>):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#allowedToChangeSelection()" class="signatureLink">allowedToChangeSelection</a>():Boolean</div><div class="summaryTableDescription">
		 Template method to enable toggle button sub classes the
		 control of the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getColorPickerWindow()" class="signatureLink">getColorPickerWindow</a>():<a href="../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a></div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getToolTip()" class="signatureLink">getToolTip</a>():String</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#getToolTipOffsetX()" class="signatureLink">getToolTipOffsetX</a>():int</div><div class="summaryTableDescription">
		 Returns the position of the tooltip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onClick()" class="signatureLink">onClick</a>():void</div><div class="summaryTableDescription">
		 Template method for the click event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onMouseDown()" class="signatureLink">onMouseDown</a>():void</div><div class="summaryTableDescription">
		 Template method for the mouse down event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onMouseUpOutside()" class="signatureLink">onMouseUpOutside</a>():void</div><div class="summaryTableDescription">
		 Template method for the mouse up outside event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onRollOut()" class="signatureLink">onRollOut</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll out event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onRollOver()" class="signatureLink">onRollOver</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll over event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onSelectionChanged()" class="signatureLink">onSelectionChanged</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#setLabelBaseStyles()" class="signatureLink">setLabelBaseStyles</a>():void</div><div class="summaryTableDescription">
		 The place where the label styles are set.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#setLabelSize()" class="signatureLink">setLabelSize</a>():void</div><div class="summaryTableDescription">
		 The place where the label size is set.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#showIcon()" class="signatureLink">showIcon</a>():void</div><div class="summaryTableDescription">
		 Shows the icon depending on the current state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#showSkin()" class="signatureLink">showSkin</a>():void</div><div class="summaryTableDescription">
		 Shows the skin depending on the current state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><div class="showHideLinks"><div id="hideInheritedEvent" class="hideInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(false,'Event');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Events</a></div><div id="showInheritedEvent" class="showInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(true,'Event');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Events</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedEvent" id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_click" class="signatureLink">button_click</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CLICK
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_mouseDown" class="signatureLink">button_mouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_DOWN
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_mouseUpOutside" class="signatureLink">button_mouseUpOutside</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_UP_OUTSIDE
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_rollOut" class="signatureLink">button_rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OUT
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_rollOver" class="signatureLink">button_rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OVER
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_selectionChanged" class="signatureLink">button_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedStyle" id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatDelay" class="signatureLink">button_autoRepeatDelay</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatRate" class="signatureLink">button_autoRepeatRate</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_coloriseIcon" class="signatureLink">button_coloriseIcon</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconAlpha" class="signatureLink">button_disabledIconAlpha</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number&nbsp;<span class="label">Format: </span>Alpha<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkin" class="signatureLink">button_disabledIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkinName" class="signatureLink">button_disabledIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledSkin" class="signatureLink">button_disabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledSkinName" class="signatureLink">button_disabledSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downIconSkin" class="signatureLink">button_downIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downIconSkinName" class="signatureLink">button_downIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downSkin" class="signatureLink">button_downSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downSkinName" class="signatureLink">button_downSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_iconColor" class="signatureLink">button_iconColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_labelStyles" class="signatureLink">button_labelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overIconSkin" class="signatureLink">button_overIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overIconSkinName" class="signatureLink">button_overIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overLabelStyles" class="signatureLink">button_overLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overSkin" class="signatureLink">button_overSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overSkinName" class="signatureLink">button_overSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkin" class="signatureLink">button_selectedDisabledIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkinName" class="signatureLink">button_selectedDisabledIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkin" class="signatureLink">button_selectedDisabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkinName" class="signatureLink">button_selectedDisabledSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkin" class="signatureLink">button_selectedDownIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkinName" class="signatureLink">button_selectedDownIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkin" class="signatureLink">button_selectedDownSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkinName" class="signatureLink">button_selectedDownSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" class="signatureLink">button_selectedLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" class="signatureLink">button_selectedLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkin" class="signatureLink">button_selectedOverIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkinName" class="signatureLink">button_selectedOverIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkin" class="signatureLink">button_selectedOverSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkinName" class="signatureLink">button_selectedOverSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkin" class="signatureLink">button_selectedUpIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkinName" class="signatureLink">button_selectedUpIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkin" class="signatureLink">button_selectedUpSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkinName" class="signatureLink">button_selectedUpSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetX" class="signatureLink">button_toolTipOffsetX</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetY" class="signatureLink">button_toolTipOffsetY</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upIconSkin" class="signatureLink">button_upIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upIconSkinName" class="signatureLink">button_upIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upSkin" class="signatureLink">button_upSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upSkinName" class="signatureLink">button_upSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#BINDABLE_PROPERTY_SELECTED" class="signatureLink">BINDABLE_PROPERTY_SELECTED</a> : String = selected<div class="summaryTableDescription">[static] 
		 Name constant for the bindable property Button.selected.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BINDABLE_PROPERTY_SELECTED_COLOR" class="signatureLink">BINDABLE_PROPERTY_SELECTED_COLOR</a> : String = selectedColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorPicker</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DISABLED_ICON_SKIN_NAME" class="signatureLink">DISABLED_ICON_SKIN_NAME</a> : String = disabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DISABLED_SKIN_NAME" class="signatureLink">DISABLED_SKIN_NAME</a> : String = disabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DOWN_ICON_SKIN_NAME" class="signatureLink">DOWN_ICON_SKIN_NAME</a> : String = downIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DOWN_SKIN_NAME" class="signatureLink">DOWN_SKIN_NAME</a> : String = downSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#OVER_ICON_SKIN_NAME" class="signatureLink">OVER_ICON_SKIN_NAME</a> : String = overIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#OVER_SKIN_NAME" class="signatureLink">OVER_SKIN_NAME</a> : String = overSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_ICON_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_ICON_SKIN_NAME</a> : String = selectedDisabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_SKIN_NAME</a> : String = selectedDisabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_ICON_SKIN_NAME" class="signatureLink">SELECTED_DOWN_ICON_SKIN_NAME</a> : String = selectedDownIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_SKIN_NAME" class="signatureLink">SELECTED_DOWN_SKIN_NAME</a> : String = selectedDownSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_ICON_SKIN_NAME" class="signatureLink">SELECTED_OVER_ICON_SKIN_NAME</a> : String = selectedOverIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_SKIN_NAME" class="signatureLink">SELECTED_OVER_SKIN_NAME</a> : String = selectedOverSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_UP_ICON_SKIN_NAME" class="signatureLink">SELECTED_UP_ICON_SKIN_NAME</a> : String = selectedUpIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_UP_SKIN_NAME" class="signatureLink">SELECTED_UP_SKIN_NAME</a> : String = selectedUpSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#UP_ICON_SKIN_NAME" class="signatureLink">UP_ICON_SKIN_NAME</a> : String = upIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#UP_SKIN_NAME" class="signatureLink">UP_SKIN_NAME</a> : String = upSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="liveChoosing"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">liveChoosing</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>liveChoosing:Boolean</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get liveChoosing():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set liveChoosing(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="selectedColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedColor</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedColor:uint</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedColor():uint</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectedColor(value:uint):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ColorPicker()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ColorPicker</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ColorPicker()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><a name="getColorPickerWindow()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getColorPickerWindow</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getColorPickerWindow():<a href="../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a></code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a></code></td></tr></table></div><a name="getToolTip()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getToolTip</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function getToolTip():String</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p></div><a name="initialised()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">initialised</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function initialised():void</code><p></p></div><a name="notifyColorRollOver()"></a><a name="notifyColorRollOver(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyColorRollOver</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function notifyColorRollOver(color:uint):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">color</span>:uint</code></td></tr></table></p></div><a name="notifyColorSelected()"></a><a name="notifyColorSelected(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyColorSelected</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function notifyColorSelected(color:uint):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">color</span>:uint</code></td></tr></table></p></div><a name="notifyPopUpOwnerChanged()"></a><a name="notifyPopUpOwnerChanged(com.sibirjak.asdpcbeta.colorpicker.ColorPicker)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyPopUpOwnerChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function notifyPopUpOwnerChanged(colorPicker:<a href="../../../../com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html">ColorPicker</a>):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">colorPicker</span>:<a href="../../../../com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html">ColorPicker</a></code></td></tr></table></p></div><a name="onSelectionChanged()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onSelectionChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function onSelectionChanged():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BINDABLE_PROPERTY_SELECTED_COLOR"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BINDABLE_PROPERTY_SELECTED_COLOR</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BINDABLE_PROPERTY_SELECTED_COLOR:String = selectedColor</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ColorPickerEvent,com.sibirjak.asdpcbeta.colorpicker.ColorPickerEvent,BINDABLE_PROPERTY_SELECTED_COLOR,COLOR_ROLL_OVER,COLOR_SELECTED,liveChoosing,selectedColor,selectedColor"><title>com.sibirjak.asdpcbeta.colorpicker.ColorPickerEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ColorPickerEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/ColorPickerEvent.html&amp;com/sibirjak/asdpcbeta/colorpicker/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ColorPickerEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ColorPickerEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ColorPickerEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ColorPickerEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedColor" class="signatureLink">selectedColor</a> : uint<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ColorPickerEvent()" class="signatureLink">ColorPickerEvent</a>(type:String)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COLOR_ROLL_OVER" class="signatureLink">COLOR_ROLL_OVER</a> : String = colorPicker_color_rollover<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorPickerEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#COLOR_SELECTED" class="signatureLink">COLOR_SELECTED</a> : String = colorPicker_color_selected<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorPickerEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="selectedColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedColor</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>selectedColor:uint</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedColor():uint</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectedColor(value:uint):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ColorPickerEvent()"></a><a name="ColorPickerEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ColorPickerEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ColorPickerEvent(type:String)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="COLOR_ROLL_OVER"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COLOR_ROLL_OVER</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const COLOR_ROLL_OVER:String = colorPicker_color_rollover</code><p></p></div><a name="constantDetail"></a><a name="COLOR_SELECTED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">COLOR_SELECTED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const COLOR_SELECTED:String = colorPicker_color_selected</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.colorpicker Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.colorpicker package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/package-detail.html&amp;com/sibirjak/asdpcbeta/colorpicker/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.colorpicker</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.colorpicker"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ColorPicker.html">ColorPicker</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ColorPickerEvent.html">ColorPickerEvent</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.colorpicker.core - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.colorpicker.core</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ColorPickerWindow.html">ColorPickerWindow</a></td></tr><tr><td><a href="ColorPickerWindowContent.html">ColorPickerWindowContent</a></td></tr><tr><td><a href="ColorPreview.html">ColorPreview</a></td></tr><tr><td><a href="ColorSwatch.html">ColorSwatch</a></td></tr><tr><td><a href="ColorSwatchBorder.html">ColorSwatchBorder</a></td></tr><tr><td><a href="ColorUtil.html">ColorUtil</a></td></tr><tr><td><a href="Palette.html">Palette</a></td></tr><tr><td><a href="SwatchChart.html">SwatchChart</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ColorPickerWindow,com.sibirjak.asdpcbeta.colorpicker.core.ColorPickerWindow,_colorChartItemsPerRow,_colorChartSwatchHeight,_colorChartSwatchWidth,_colorChart,_colorPickerWindow,_paletteButton,_preview,color,color,color,colorPickerWindowContent,colorPicker,dataSource,hex,index,numItems,style_itemHeight,style_itemWidth,style_numItemsPerRow,cleanUpCalled,cleanUpCalled,createWindowContent,draw,draw,draw,drawAdditionalElements,getInstance,getPalette,greyPalette,greyWebPalette,hex2Hsb,hex2Hsl,hex2Rgb,hexToString,hsb2Hex,hsbToRgb,hsl2Hex,hslToRgb,init,initialised,notifyColorClick,notifyColorReset,notifyColorRollOver,onMinimise,onWillSetColor,palette,previewColor,rgb2Hex,rgb2Hsb,rgbToHsl,selectColor,selectColor,webPalette"><title>com.sibirjak.asdpcbeta.colorpicker.core.ColorPickerWindow</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ColorPickerWindow - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html&amp;com/sibirjak/asdpcbeta/colorpicker/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ColorPickerWindow</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ColorPickerWindow"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ColorPickerWindow</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ColorPickerWindow  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#colorPicker" class="signatureLink">colorPicker</a> : <a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html">ColorPicker</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindow</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#document" class="signatureLink">document</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#documents" class="signatureLink">documents</a> : Array<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#minimised" class="signatureLink">minimised</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#minimiseOnClickOutside" class="signatureLink">minimiseOnClickOutside</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#minimisePosition" class="signatureLink">minimisePosition</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#minimiseTriggerButton" class="signatureLink">minimiseTriggerButton</a> : DisplayObject<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#moveable" class="signatureLink">moveable</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#restorePosition" class="signatureLink">restorePosition</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#selectedTabName" class="signatureLink">selectedTabName</a> : String<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/WindowStyles.html">WindowStyles</a><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#title" class="signatureLink">title</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_backgroundSkin" class="signatureLink">_backgroundSkin</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/skins/WindowSkin.html">WindowSkin</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_diffPosition" class="signatureLink">_diffPosition</a> : Point<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_document" class="signatureLink">_document</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_documents" class="signatureLink">_documents</a> : LinkedMap<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_isMoving" class="signatureLink">_isMoving</a> : Boolean = false<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_minimised" class="signatureLink">_minimised</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_minimiseOnClickOutside" class="signatureLink">_minimiseOnClickOutside</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_minimisePosition" class="signatureLink">_minimisePosition</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_minimiseTriggerButton" class="signatureLink">_minimiseTriggerButton</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_minimiseTween" class="signatureLink">_minimiseTween</a> : GTween<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_moveable" class="signatureLink">_moveable</a> : Boolean = true<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_restorePosition" class="signatureLink">_restorePosition</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_shadowSkin" class="signatureLink">_shadowSkin</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/skins/WindowSkin.html">WindowSkin</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_tabBar" class="signatureLink">_tabBar</a> : <a href="../../../../../com/sibirjak/asdpcbeta/tabbar/TabBar.html">TabBar</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_tabNameToSelect" class="signatureLink">_tabNameToSelect</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_title" class="signatureLink">_title</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_titleBar" class="signatureLink">_titleBar</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/core/ITitleBar.html">ITitleBar</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_windowIconSkin" class="signatureLink">_windowIconSkin</a> : Class<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ColorPickerWindow()" class="signatureLink">ColorPickerWindow</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindow</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getInstance()" class="signatureLink">getInstance</a>():<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a></div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorPickerWindow</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#minimise()" class="signatureLink">minimise</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#restore()" class="signatureLink">restore</a>(tween:Boolean = true, position:<a href="../../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a> = null):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#startMoving()" class="signatureLink">startMoving</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createWindowContent()" class="signatureLink">createWindowContent</a>():<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html">ColorPickerWindowContent</a></div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindow</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#getTitleBarClass()" class="signatureLink">getTitleBarClass</a>():Class</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#getTitleBarDimensions()" class="signatureLink">getTitleBarDimensions</a>():Rectangle</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onMinimise()" class="signatureLink">onMinimise</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">ColorPickerWindow</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#onRestore()" class="signatureLink">onRestore</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#windowMoves()" class="signatureLink">windowMoves</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#windowStartsMoving()" class="signatureLink">windowStartsMoving</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#windowStopsMoving()" class="signatureLink">windowStopsMoving</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedConstant" id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#TWEEN_ALPHA" class="signatureLink">TWEEN_ALPHA</a> : uint<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#TWEEN_POSITION" class="signatureLink">TWEEN_POSITION</a> : uint<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="colorPicker"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">colorPicker</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>colorPicker:<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html">ColorPicker</a></code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get colorPicker():<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html">ColorPicker</a></code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set colorPicker(value:<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/ColorPicker.html">ColorPicker</a>):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ColorPickerWindow()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ColorPickerWindow</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ColorPickerWindow()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="createWindowContent()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createWindowContent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> protected function createWindowContent():<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html">ColorPickerWindowContent</a></code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html">ColorPickerWindowContent</a></code></td></tr></table></div><a name="getInstance()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getInstance</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function getInstance():<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a></code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a></code></td></tr></table></div><a name="onMinimise()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onMinimise</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function onMinimise():void</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ColorPickerWindowContent,com.sibirjak.asdpcbeta.colorpicker.core.ColorPickerWindowContent,_colorChartItemsPerRow,_colorChartSwatchHeight,_colorChartSwatchWidth,_colorChart,_colorPickerWindow,_paletteButton,_preview,color,color,color,colorPickerWindowContent,colorPicker,dataSource,hex,index,numItems,style_itemHeight,style_itemWidth,style_numItemsPerRow,cleanUpCalled,cleanUpCalled,createWindowContent,draw,draw,draw,drawAdditionalElements,getInstance,getPalette,greyPalette,greyWebPalette,hex2Hsb,hex2Hsl,hex2Rgb,hexToString,hsb2Hex,hsbToRgb,hsl2Hex,hslToRgb,init,initialised,notifyColorClick,notifyColorReset,notifyColorRollOver,onMinimise,onWillSetColor,palette,previewColor,rgb2Hex,rgb2Hsb,rgbToHsl,selectColor,selectColor,webPalette"><title>com.sibirjak.asdpcbeta.colorpicker.core.ColorPickerWindowContent</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ColorPickerWindowContent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html&amp;com/sibirjak/asdpcbeta/colorpicker/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ColorPickerWindowContent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ColorPickerWindowContent"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ColorPickerWindowContent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ColorPickerWindowContent  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_colorChart" class="signatureLink">_colorChart</a> : <a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html">SwatchChart</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_colorChartItemsPerRow" class="signatureLink">_colorChartItemsPerRow</a> : uint = 25<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_colorChartSwatchHeight" class="signatureLink">_colorChartSwatchHeight</a> : uint = 10<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_colorChartSwatchWidth" class="signatureLink">_colorChartSwatchWidth</a> : uint = 10<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_colorPickerWindow" class="signatureLink">_colorPickerWindow</a> : <a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_paletteButton" class="signatureLink">_paletteButton</a> : <a href="../../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_preview" class="signatureLink">_preview</a> : <a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html">ColorPreview</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ColorPickerWindowContent()" class="signatureLink">ColorPickerWindowContent</a>(colorPickerWindow:<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a>)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#notifyColorClick()" class="signatureLink">notifyColorClick</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#notifyColorReset()" class="signatureLink">notifyColorReset</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#notifyColorRollOver()" class="signatureLink">notifyColorRollOver</a>(color:uint):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#previewColor()" class="signatureLink">previewColor</a>(color:uint):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#selectColor()" class="signatureLink">selectColor</a>(color:uint):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#drawAdditionalElements()" class="signatureLink">drawAdditionalElements</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getPalette()" class="signatureLink">getPalette</a>():ArrayList</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onWillSetColor()" class="signatureLink">onWillSetColor</a>(color:uint):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerWindowContent</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_colorChart"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_colorChart</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _colorChart:<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html">SwatchChart</a></code><p></p></div><a name="propertyDetail"></a><a name="_colorChartItemsPerRow"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_colorChartItemsPerRow</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _colorChartItemsPerRow:uint = 25</code><p></p></div><a name="propertyDetail"></a><a name="_colorChartSwatchHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_colorChartSwatchHeight</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _colorChartSwatchHeight:uint = 10</code><p></p></div><a name="propertyDetail"></a><a name="_colorChartSwatchWidth"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_colorChartSwatchWidth</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _colorChartSwatchWidth:uint = 10</code><p></p></div><a name="propertyDetail"></a><a name="_colorPickerWindow"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_colorPickerWindow</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _colorPickerWindow:<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a></code><p></p></div><a name="propertyDetail"></a><a name="_paletteButton"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_paletteButton</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _paletteButton:<a href="../../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></code><p></p></div><a name="propertyDetail"></a><a name="_preview"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_preview</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _preview:<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html">ColorPreview</a></code><p></p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ColorPickerWindowContent()"></a><a name="ColorPickerWindowContent(com.sibirjak.asdpcbeta.colorpicker.core.ColorPickerWindow)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ColorPickerWindowContent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ColorPickerWindowContent(colorPickerWindow:<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a>)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">colorPickerWindow</span>:<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a></code></td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><a name="drawAdditionalElements()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">drawAdditionalElements</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function drawAdditionalElements():void</code><p></p></div><a name="getPalette()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getPalette</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getPalette():ArrayList</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>ArrayList</code></td></tr></table></div><a name="notifyColorClick()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyColorClick</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function notifyColorClick():void</code><p></p></div><a name="notifyColorReset()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyColorReset</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function notifyColorReset():void</code><p></p></div><a name="notifyColorRollOver()"></a><a name="notifyColorRollOver(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">notifyColorRollOver</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function notifyColorRollOver(color:uint):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">color</span>:uint</code></td></tr></table></p></div><a name="onWillSetColor()"></a><a name="onWillSetColor(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onWillSetColor</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function onWillSetColor(color:uint):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">color</span>:uint</code></td></tr></table></p></div><a name="previewColor()"></a><a name="previewColor(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">previewColor</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function previewColor(color:uint):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">color</span>:uint</code></td></tr></table></p></div><a name="selectColor()"></a><a name="selectColor(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectColor</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function selectColor(color:uint):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">color</span>:uint</code></td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ColorPreview,com.sibirjak.asdpcbeta.colorpicker.core.ColorPreview,_colorChartItemsPerRow,_colorChartSwatchHeight,_colorChartSwatchWidth,_colorChart,_colorPickerWindow,_paletteButton,_preview,color,color,color,colorPickerWindowContent,colorPicker,dataSource,hex,index,numItems,style_itemHeight,style_itemWidth,style_numItemsPerRow,cleanUpCalled,cleanUpCalled,createWindowContent,draw,draw,draw,drawAdditionalElements,getInstance,getPalette,greyPalette,greyWebPalette,hex2Hsb,hex2Hsl,hex2Rgb,hexToString,hsb2Hex,hsbToRgb,hsl2Hex,hslToRgb,init,initialised,notifyColorClick,notifyColorReset,notifyColorRollOver,onMinimise,onWillSetColor,palette,previewColor,rgb2Hex,rgb2Hsb,rgbToHsl,selectColor,selectColor,webPalette"><title>com.sibirjak.asdpcbeta.colorpicker.core.ColorPreview</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ColorPreview - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/core/ColorPreview.html&amp;com/sibirjak/asdpcbeta/colorpicker/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ColorPreview</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ColorPreview"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ColorPreview</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ColorPreview  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#color" class="signatureLink">color</a> : uint<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPreview</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ColorPreview()" class="signatureLink">ColorPreview</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPreview</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">ColorPreview</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">color</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>color:uint</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get color():uint</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set color(value:uint):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ColorPreview()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ColorPreview</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ColorPreview()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ColorSwatch,com.sibirjak.asdpcbeta.colorpicker.core.ColorSwatch,_colorChartItemsPerRow,_colorChartSwatchHeight,_colorChartSwatchWidth,_colorChart,_colorPickerWindow,_paletteButton,_preview,color,color,color,colorPickerWindowContent,colorPicker,dataSource,hex,index,numItems,style_itemHeight,style_itemWidth,style_numItemsPerRow"><title>com.sibirjak.asdpcbeta.colorpicker.core.ColorSwatch</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ColorSwatch - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatch.html&amp;com/sibirjak/asdpcbeta/colorpicker/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ColorSwatch</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ColorSwatch"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ColorSwatch</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ColorSwatch  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#color" class="signatureLink">color</a> : int<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorSwatch</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#hex" class="signatureLink">hex</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorSwatch</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#index" class="signatureLink">index</a> : int<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorSwatch</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ColorSwatch()" class="signatureLink">ColorSwatch</a>(theColor:int, width:uint, height:uint, theIndex:uint)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorSwatch</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">color</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var color:int</code><p></p></div><a name="propertyDetail"></a><a name="hex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var hex:String</code><p></p></div><a name="propertyDetail"></a><a name="index"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">index</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var index:int</code><p></p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ColorSwatch()"></a><a name="ColorSwatch(int,uint,uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ColorSwatch</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ColorSwatch(theColor:int, width:uint, height:uint, theIndex:uint)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">theColor</span>:int</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">width</span>:uint</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:uint</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">theIndex</span>:uint</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ColorSwatchBorder,com.sibirjak.asdpcbeta.colorpicker.core.ColorSwatchBorder,_colorChartItemsPerRow,_colorChartSwatchHeight,_colorChartSwatchWidth,_colorChart,_colorPickerWindow,_paletteButton,_preview,color,color,color,colorPickerWindowContent,colorPicker,dataSource,hex,index,numItems,style_itemHeight,style_itemWidth,style_numItemsPerRow"><title>com.sibirjak.asdpcbeta.colorpicker.core.ColorSwatchBorder</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ColorSwatchBorder - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/core/ColorSwatchBorder.html&amp;com/sibirjak/asdpcbeta/colorpicker/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ColorSwatchBorder</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ColorSwatchBorder"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ColorSwatchBorder</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ColorSwatchBorder  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#color" class="signatureLink">color</a> : uint<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorSwatchBorder</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ColorSwatchBorder()" class="signatureLink">ColorSwatchBorder</a>(width:uint, height:uint, borderColor:uint = 0xFFFFFF)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorSwatchBorder</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">color</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>color:uint</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get color():uint</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set color(value:uint):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ColorSwatchBorder()"></a><a name="ColorSwatchBorder(uint,uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ColorSwatchBorder</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ColorSwatchBorder(width:uint, height:uint, borderColor:uint = 0xFFFFFF)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">width</span>:uint</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">height</span>:uint</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">borderColor</span>:uint</code> (default = <code>0xFFFFFF</code>)<code></code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ColorUtil,com.sibirjak.asdpcbeta.colorpicker.core.ColorUtil,cleanUpCalled,cleanUpCalled,createWindowContent,draw,draw,draw,drawAdditionalElements,getInstance,getPalette,greyPalette,greyWebPalette,hex2Hsb,hex2Hsl,hex2Rgb,hexToString,hsb2Hex,hsbToRgb,hsl2Hex,hslToRgb,init,initialised,notifyColorClick,notifyColorReset,notifyColorRollOver,onMinimise,onWillSetColor,palette,previewColor,rgb2Hex,rgb2Hsb,rgbToHsl,selectColor,selectColor,webPalette"><title>com.sibirjak.asdpcbeta.colorpicker.core.ColorUtil</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ColorUtil - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/core/ColorUtil.html&amp;com/sibirjak/asdpcbeta/colorpicker/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ColorUtil</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ColorUtil"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ColorUtil</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ColorUtil  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	<p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hex2Hsb()" class="signatureLink">hex2Hsb</a>(hex:Number):Object</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hex2Hsl()" class="signatureLink">hex2Hsl</a>(hex:uint):Object</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hex2Rgb()" class="signatureLink">hex2Rgb</a>(hex:Number):Object</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hexToString()" class="signatureLink">hexToString</a>(hex:Number, addHash:Boolean = true):String</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hsb2Hex()" class="signatureLink">hsb2Hex</a>(h:Number, s:Number, br:Number):Number</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hsbToRgb()" class="signatureLink">hsbToRgb</a>(h:Number, s:Number, br:Number):Object</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hsl2Hex()" class="signatureLink">hsl2Hex</a>(hsl:Object):uint</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hslToRgb()" class="signatureLink">hslToRgb</a>(h:Number, s:Number, l:Number):Array</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#rgb2Hex()" class="signatureLink">rgb2Hex</a>(r:Number, g:Number, b:Number):Number</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#rgb2Hsb()" class="signatureLink">rgb2Hsb</a>(r:Number, g:Number, b:Number):Object</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#rgbToHsl()" class="signatureLink">rgbToHsl</a>(r:Number, g:Number, b:Number):Array</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorUtil</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="hex2Hsb()"></a><a name="hex2Hsb(Number)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hex2Hsb</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public static function hex2Hsb(hex:Number):Object</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">hex</span>:Number</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Object</code></td></tr></table></div><a name="hex2Hsl()"></a><a name="hex2Hsl(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hex2Hsl</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function hex2Hsl(hex:uint):Object</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">hex</span>:uint</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Object</code></td></tr></table></div><a name="hex2Rgb()"></a><a name="hex2Rgb(Number)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hex2Rgb</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function hex2Rgb(hex:Number):Object</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">hex</span>:Number</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Object</code></td></tr></table></div><a name="hexToString()"></a><a name="hexToString(Number,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hexToString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function hexToString(hex:Number, addHash:Boolean = true):String</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">hex</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">addHash</span>:Boolean</code> (default = <code>true</code>)<code></code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><a name="hsb2Hex()"></a><a name="hsb2Hex(Number,Number,Number)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hsb2Hex</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function hsb2Hex(h:Number, s:Number, br:Number):Number</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">h</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">s</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">br</span>:Number</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code></td></tr></table></div><a name="hsbToRgb()"></a><a name="hsbToRgb(Number,Number,Number)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hsbToRgb</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function hsbToRgb(h:Number, s:Number, br:Number):Object</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">h</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">s</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">br</span>:Number</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Object</code></td></tr></table></div><a name="hsl2Hex()"></a><a name="hsl2Hex(Object)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hsl2Hex</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function hsl2Hex(hsl:Object):uint</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">hsl</span>:Object</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code></td></tr></table></div><a name="hslToRgb()"></a><a name="hslToRgb(Number,Number,Number)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hslToRgb</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function hslToRgb(h:Number, s:Number, l:Number):Array</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">h</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">s</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">l</span>:Number</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><a name="rgb2Hex()"></a><a name="rgb2Hex(Number,Number,Number)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">rgb2Hex</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function rgb2Hex(r:Number, g:Number, b:Number):Number</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">r</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">g</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">b</span>:Number</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code></td></tr></table></div><a name="rgb2Hsb()"></a><a name="rgb2Hsb(Number,Number,Number)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">rgb2Hsb</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function rgb2Hsb(r:Number, g:Number, b:Number):Object</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">r</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">g</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">b</span>:Number</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Object</code></td></tr></table></div><a name="rgbToHsl()"></a><a name="rgbToHsl(Number,Number,Number)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">rgbToHsl</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function rgbToHsl(r:Number, g:Number, b:Number):Array</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">r</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">g</span>:Number</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">b</span>:Number</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.colorpicker.core Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.colorpicker.core package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/core/package-detail.html&amp;com/sibirjak/asdpcbeta/colorpicker/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.colorpicker.core</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.colorpicker.core"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ColorPickerWindow.html">ColorPickerWindow</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ColorPickerWindowContent.html">ColorPickerWindowContent</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ColorPreview.html">ColorPreview</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ColorSwatch.html">ColorSwatch</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ColorSwatchBorder.html">ColorSwatchBorder</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ColorUtil.html">ColorUtil</a></td><td class="summaryTableLastCol">
	&nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Palette.html">Palette</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SwatchChart.html">SwatchChart</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="Palette,com.sibirjak.asdpcbeta.colorpicker.core.Palette,cleanUpCalled,cleanUpCalled,createWindowContent,draw,draw,draw,drawAdditionalElements,getInstance,getPalette,greyPalette,greyWebPalette,hex2Hsb,hex2Hsl,hex2Rgb,hexToString,hsb2Hex,hsbToRgb,hsl2Hex,hslToRgb,init,initialised,notifyColorClick,notifyColorReset,notifyColorRollOver,onMinimise,onWillSetColor,palette,previewColor,rgb2Hex,rgb2Hsb,rgbToHsl,selectColor,selectColor,webPalette"><title>com.sibirjak.asdpcbeta.colorpicker.core.Palette</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Palette - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/core/Palette.html&amp;com/sibirjak/asdpcbeta/colorpicker/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Palette</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Palette"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Palette</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Palette  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#greyPalette()" class="signatureLink">greyPalette</a>():ArrayList</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Palette</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#greyWebPalette()" class="signatureLink">greyWebPalette</a>():ArrayList</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Palette</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#palette()" class="signatureLink">palette</a>():ArrayList</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Palette</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#webPalette()" class="signatureLink">webPalette</a>():ArrayList</div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Palette</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="greyPalette()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">greyPalette</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public static function greyPalette():ArrayList</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>ArrayList</code></td></tr></table></div><a name="greyWebPalette()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">greyWebPalette</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function greyWebPalette():ArrayList</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>ArrayList</code></td></tr></table></div><a name="palette()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">palette</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function palette():ArrayList</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>ArrayList</code></td></tr></table></div><a name="webPalette()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">webPalette</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function webPalette():ArrayList</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>ArrayList</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="SwatchChart,com.sibirjak.asdpcbeta.colorpicker.core.SwatchChart,_colorChartItemsPerRow,_colorChartSwatchHeight,_colorChartSwatchWidth,_colorChart,_colorPickerWindow,_paletteButton,_preview,color,color,color,colorPickerWindowContent,colorPicker,dataSource,hex,index,numItems,style_itemHeight,style_itemWidth,style_numItemsPerRow,cleanUpCalled,cleanUpCalled,createWindowContent,draw,draw,draw,drawAdditionalElements,getInstance,getPalette,greyPalette,greyWebPalette,hex2Hsb,hex2Hsl,hex2Rgb,hexToString,hsb2Hex,hsbToRgb,hsl2Hex,hslToRgb,init,initialised,notifyColorClick,notifyColorReset,notifyColorRollOver,onMinimise,onWillSetColor,palette,previewColor,rgb2Hex,rgb2Hsb,rgbToHsl,selectColor,selectColor,webPalette"><title>com.sibirjak.asdpcbeta.colorpicker.core.SwatchChart</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SwatchChart - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/core/SwatchChart.html&amp;com/sibirjak/asdpcbeta/colorpicker/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SwatchChart</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SwatchChart"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SwatchChart</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SwatchChart  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#colorPickerWindowContent" class="signatureLink">colorPickerWindowContent</a> : <a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html">ColorPickerWindowContent</a><div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#numItems" class="signatureLink">numItems</a> : uint<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_itemHeight" class="signatureLink">style_itemHeight</a> : String = swatchChart_itemHeight<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_itemWidth" class="signatureLink">style_itemWidth</a> : String = swatchChart_itemWidth<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_numItemsPerRow" class="signatureLink">style_numItemsPerRow</a> : String = swatchChart_numItemsPerRow<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SwatchChart()" class="signatureLink">SwatchChart</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#selectColor()" class="signatureLink">selectColor</a>(color:uint):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SwatchChart</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="colorPickerWindowContent"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">colorPickerWindowContent</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>colorPickerWindowContent:<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html">ColorPickerWindowContent</a></code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set colorPickerWindowContent(value:<a href="../../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindowContent.html">ColorPickerWindowContent</a>):void</code><br/></div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>dataSource:*</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set dataSource(value:any):void</code><br/></div><a name="propertyDetail"></a><a name="numItems"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">numItems</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>numItems:uint</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set numItems(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="style_itemHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_itemHeight</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style_itemHeight:String = swatchChart_itemHeight</code><p></p></div><a name="propertyDetail"></a><a name="style_itemWidth"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_itemWidth</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style_itemWidth:String = swatchChart_itemWidth</code><p></p></div><a name="propertyDetail"></a><a name="style_numItemsPerRow"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_numItemsPerRow</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style_numItemsPerRow:String = swatchChart_numItemsPerRow</code><p></p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SwatchChart()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SwatchChart</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SwatchChart()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p></div><a name="initialised()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">initialised</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function initialised():void</code><p></p></div><a name="selectColor()"></a><a name="selectColor(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectColor</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function selectColor(color:uint):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">color</span>:uint</code></td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.colorpicker.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.colorpicker.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ColorPickerIconSkin.html">ColorPickerIconSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ColorPickerIconSkin,com.sibirjak.asdpcbeta.colorpicker.skins.ColorPickerIconSkin,style_color,style_size,draw"><title>com.sibirjak.asdpcbeta.colorpicker.skins.ColorPickerIconSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ColorPickerIconSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/skins/ColorPickerIconSkin.html&amp;com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ColorPickerIconSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ColorPickerIconSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.colorpicker.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ColorPickerIconSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ColorPickerIconSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ColorPickerIconSkin()" class="signatureLink">ColorPickerIconSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">ColorPickerIconSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">ColorPickerIconSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_color" class="signatureLink">style_color</a> : String = colorPickerIconSkin_color<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorPickerIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_size" class="signatureLink">style_size</a> : String = colorPickerIconSkin_size<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">ColorPickerIconSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ColorPickerIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ColorPickerIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ColorPickerIconSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_color</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_color:String = colorPickerIconSkin_color</code><p></p></div><a name="constantDetail"></a><a name="style_size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_size</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_size:String = colorPickerIconSkin_size</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.colorpicker.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.colorpicker.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/colorpicker/skins/package-detail.html&amp;com/sibirjak/asdpcbeta/colorpicker/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.colorpicker.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.colorpicker.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ColorPickerIconSkin.html">ColorPickerIconSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.core.managers - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.core.managers</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="PopUpManager.html">PopUpManager</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.core.managers Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.core.managers package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/core/managers/package-detail.html&amp;com/sibirjak/asdpcbeta/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.core.managers</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.core.managers"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="PopUpManager.html">PopUpManager</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="PopUpManager,com.sibirjak.asdpcbeta.core.managers.PopUpManager,bringToFront,createPopUp,freeModalWindow,getInstance,hasPopUp,removePopUp"><title>com.sibirjak.asdpcbeta.core.managers.PopUpManager</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'PopUpManager - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/core/managers/PopUpManager.html&amp;com/sibirjak/asdpcbeta/core/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">PopUpManager</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("PopUpManager"); titleBar_setSubNav(false,false,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.core.managers</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  PopUpManager</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">PopUpManager  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#PopUpManager()" class="signatureLink">PopUpManager</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">PopUpManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#bringToFront()" class="signatureLink">bringToFront</a>(popUp:DisplayObject):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">PopUpManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createPopUp()" class="signatureLink">createPopUp</a>(popUp:DisplayObject, modal:Boolean = false):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">PopUpManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#freeModalWindow()" class="signatureLink">freeModalWindow</a>(popUp:DisplayObject):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">PopUpManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getInstance()" class="signatureLink">getInstance</a>():<a href="../../../../../com/sibirjak/asdpcbeta/core/managers/PopUpManager.html">PopUpManager</a></div><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">PopUpManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#hasPopUp()" class="signatureLink">hasPopUp</a>():Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">PopUpManager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removePopUp()" class="signatureLink">removePopUp</a>(popUp:DisplayObject):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">PopUpManager</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="PopUpManager()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">PopUpManager</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function PopUpManager()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="bringToFront()"></a><a name="bringToFront(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bringToFront</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function bringToFront(popUp:DisplayObject):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">popUp</span>:DisplayObject</code></td></tr></table></p></div><a name="createPopUp()"></a><a name="createPopUp(flash.display.DisplayObject,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createPopUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function createPopUp(popUp:DisplayObject, modal:Boolean = false):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">popUp</span>:DisplayObject</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">modal</span>:Boolean</code> (default = <code>false</code>)<code></code></td></tr></table></p></div><a name="freeModalWindow()"></a><a name="freeModalWindow(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">freeModalWindow</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function freeModalWindow(popUp:DisplayObject):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">popUp</span>:DisplayObject</code></td></tr></table></p></div><a name="getInstance()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getInstance</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public static function getInstance():<a href="../../../../../com/sibirjak/asdpcbeta/core/managers/PopUpManager.html">PopUpManager</a></code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../../../../com/sibirjak/asdpcbeta/core/managers/PopUpManager.html">PopUpManager</a></code></td></tr></table></div><a name="hasPopUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hasPopUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function hasPopUp():Boolean</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code></td></tr></table></div><a name="removePopUp()"></a><a name="removePopUp(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removePopUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function removePopUp(popUp:DisplayObject):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">popUp</span>:DisplayObject</code></td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="AbstractLayout,com.sibirjak.asdpcbeta.layout.AbstractLayout,_childrenToAdd,_excludeList,horizontalAlign,horizontalAlign,itemHeight,itemPadding,itemWidth,numItemsPerRow,style,style,style,style,verticalAlign,verticalAlign,addChild,addChildren,childSizeChanged,draw,excludeFromLayout,includeInLayout,init,init,layoutChildren,layoutChildren,layoutChildren,layoutChildren,removeChild,styleChanged,update"><title>com.sibirjak.asdpcbeta.layout.AbstractLayout</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'AbstractLayout - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/layout/AbstractLayout.html&amp;com/sibirjak/asdpcbeta/layout/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">AbstractLayout</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("AbstractLayout"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  AbstractLayout</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">AbstractLayout  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpcbeta/layout/GridLayout.html">GridLayout</a>,  <a href="../../../../com/sibirjak/asdpcbeta/layout/HLayout.html">HLayout</a>,  <a href="../../../../com/sibirjak/asdpcbeta/layout/VLayout.html">VLayout</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html">LayoutStyles</a><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_childrenToAdd" class="signatureLink">_childrenToAdd</a> : Array<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_excludeList" class="signatureLink">_excludeList</a> : Set<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#AbstractLayout()" class="signatureLink">AbstractLayout</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#childSizeChanged()" class="signatureLink">childSizeChanged</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#excludeFromLayout()" class="signatureLink">excludeFromLayout</a>(child:DisplayObject, hide:Boolean = true):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#includeInLayout()" class="signatureLink">includeInLayout</a>(child:DisplayObject, show:Boolean = true):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#addChildren()" class="signatureLink">addChildren</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#layoutChildren()" class="signatureLink">layoutChildren</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">AbstractLayout</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_childrenToAdd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_childrenToAdd</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _childrenToAdd:Array</code><p></p></div><a name="propertyDetail"></a><a name="_excludeList"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_excludeList</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _excludeList:Set</code><p></p></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html">LayoutStyles</a></code><p></p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="AbstractLayout()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">AbstractLayout</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function AbstractLayout()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="addChild()"></a><a name="addChild(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addChild</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override public function addChild(child:DisplayObject):DisplayObject</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">child</span>:DisplayObject</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>DisplayObject</code></td></tr></table></div><a name="addChildren()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">addChildren</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function addChildren():void</code><p></p></div><a name="childSizeChanged()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">childSizeChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function childSizeChanged():void</code><p></p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><a name="excludeFromLayout()"></a><a name="excludeFromLayout(flash.display.DisplayObject,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">excludeFromLayout</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function excludeFromLayout(child:DisplayObject, hide:Boolean = true):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">child</span>:DisplayObject</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">hide</span>:Boolean</code> (default = <code>true</code>)<code></code></td></tr></table></p></div><a name="includeInLayout()"></a><a name="includeInLayout(flash.display.DisplayObject,Boolean)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">includeInLayout</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function includeInLayout(child:DisplayObject, show:Boolean = true):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">child</span>:DisplayObject</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">show</span>:Boolean</code> (default = <code>true</code>)<code></code></td></tr></table></p></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p></div><a name="layoutChildren()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">layoutChildren</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function layoutChildren():void</code><p></p></div><a name="removeChild()"></a><a name="removeChild(flash.display.DisplayObject)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">removeChild</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override public function removeChild(child:DisplayObject):DisplayObject</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">child</span>:DisplayObject</code></td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>DisplayObject</code></td></tr></table></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code></td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.layout - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.layout</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="AbstractLayout.html">AbstractLayout</a></td></tr><tr><td><a href="GridLayout.html">GridLayout</a></td></tr><tr><td><a href="GridLayoutStyles.html">GridLayoutStyles</a></td></tr><tr><td><a href="HLayout.html">HLayout</a></td></tr><tr><td><a href="HLayoutStyles.html">HLayoutStyles</a></td></tr><tr><td><a href="LayoutStyles.html">LayoutStyles</a></td></tr><tr><td><a href="VLayout.html">VLayout</a></td></tr><tr><td><a href="VLayoutStyles.html">VLayoutStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="GridLayout,com.sibirjak.asdpcbeta.layout.GridLayout,_childrenToAdd,_excludeList,horizontalAlign,horizontalAlign,itemHeight,itemPadding,itemWidth,numItemsPerRow,style,style,style,style,verticalAlign,verticalAlign,addChild,addChildren,childSizeChanged,draw,excludeFromLayout,includeInLayout,init,init,layoutChildren,layoutChildren,layoutChildren,layoutChildren,removeChild,styleChanged,update"><title>com.sibirjak.asdpcbeta.layout.GridLayout</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'GridLayout - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/layout/GridLayout.html&amp;com/sibirjak/asdpcbeta/layout/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">GridLayout</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("GridLayout"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  GridLayout</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">GridLayout  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html">GridLayoutStyles</a><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">GridLayout</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#_childrenToAdd" class="signatureLink">_childrenToAdd</a> : Array<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#_excludeList" class="signatureLink">_excludeList</a> : Set<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#GridLayout()" class="signatureLink">GridLayout</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">GridLayout</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#childSizeChanged()" class="signatureLink">childSizeChanged</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#excludeFromLayout()" class="signatureLink">excludeFromLayout</a>(child:DisplayObject, hide:Boolean = true):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#includeInLayout()" class="signatureLink">includeInLayout</a>(child:DisplayObject, show:Boolean = true):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#addChildren()" class="signatureLink">addChildren</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">GridLayout</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#layoutChildren()" class="signatureLink">layoutChildren</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">GridLayout</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html">GridLayoutStyles</a></code><p></p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="GridLayout()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">GridLayout</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function GridLayout()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p></div><a name="layoutChildren()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">layoutChildren</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function layoutChildren():void</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="GridLayoutStyles,com.sibirjak.asdpcbeta.layout.GridLayoutStyles,_childrenToAdd,_excludeList,horizontalAlign,horizontalAlign,itemHeight,itemPadding,itemWidth,numItemsPerRow,style,style,style,style,verticalAlign,verticalAlign"><title>com.sibirjak.asdpcbeta.layout.GridLayoutStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'GridLayoutStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html&amp;com/sibirjak/asdpcbeta/layout/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">GridLayoutStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("GridLayoutStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  GridLayoutStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">GridLayoutStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html">LayoutStyles</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#horizontalAlign" class="signatureLink">horizontalAlign</a> : String = gridLayout_horizontalAlign<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">GridLayoutStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemHeight" class="signatureLink">itemHeight</a> : String = gridLayout_itemHeight<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">GridLayoutStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html#itemPadding" class="signatureLink">itemPadding</a> : String = layout_itemPadding<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html">LayoutStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemWidth" class="signatureLink">itemWidth</a> : String = gridLayout_itemWidth<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">GridLayoutStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#numItemsPerRow" class="signatureLink">numItemsPerRow</a> : String = gridLayout_numItemsPerRow<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">GridLayoutStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#verticalAlign" class="signatureLink">verticalAlign</a> : String = gridLayout_verticalAlign<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">GridLayoutStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="horizontalAlign"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">horizontalAlign</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const horizontalAlign:String = gridLayout_horizontalAlign</code><p></p></div><a name="constantDetail"></a><a name="itemHeight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemHeight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const itemHeight:String = gridLayout_itemHeight</code><p></p></div><a name="constantDetail"></a><a name="itemWidth"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemWidth</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const itemWidth:String = gridLayout_itemWidth</code><p></p></div><a name="constantDetail"></a><a name="numItemsPerRow"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">numItemsPerRow</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const numItemsPerRow:String = gridLayout_numItemsPerRow</code><p></p></div><a name="constantDetail"></a><a name="verticalAlign"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">verticalAlign</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const verticalAlign:String = gridLayout_verticalAlign</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="HLayout,com.sibirjak.asdpcbeta.layout.HLayout,_childrenToAdd,_excludeList,horizontalAlign,horizontalAlign,itemHeight,itemPadding,itemWidth,numItemsPerRow,style,style,style,style,verticalAlign,verticalAlign,addChild,addChildren,childSizeChanged,draw,excludeFromLayout,includeInLayout,init,init,layoutChildren,layoutChildren,layoutChildren,layoutChildren,removeChild,styleChanged,update"><title>com.sibirjak.asdpcbeta.layout.HLayout</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'HLayout - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/layout/HLayout.html&amp;com/sibirjak/asdpcbeta/layout/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">HLayout</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("HLayout"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  HLayout</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">HLayout  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpcbeta/layout/HLayoutStyles.html">HLayoutStyles</a><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">HLayout</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#_childrenToAdd" class="signatureLink">_childrenToAdd</a> : Array<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#_excludeList" class="signatureLink">_excludeList</a> : Set<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#HLayout()" class="signatureLink">HLayout</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">HLayout</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#childSizeChanged()" class="signatureLink">childSizeChanged</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#excludeFromLayout()" class="signatureLink">excludeFromLayout</a>(child:DisplayObject, hide:Boolean = true):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#includeInLayout()" class="signatureLink">includeInLayout</a>(child:DisplayObject, show:Boolean = true):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#addChildren()" class="signatureLink">addChildren</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#layoutChildren()" class="signatureLink">layoutChildren</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">HLayout</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpcbeta/layout/HLayoutStyles.html">HLayoutStyles</a></code><p></p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="HLayout()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">HLayout</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function HLayout()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="layoutChildren()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">layoutChildren</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function layoutChildren():void</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="HLayoutStyles,com.sibirjak.asdpcbeta.layout.HLayoutStyles,_childrenToAdd,_excludeList,horizontalAlign,horizontalAlign,itemHeight,itemPadding,itemWidth,numItemsPerRow,style,style,style,style,verticalAlign,verticalAlign"><title>com.sibirjak.asdpcbeta.layout.HLayoutStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'HLayoutStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/layout/HLayoutStyles.html&amp;com/sibirjak/asdpcbeta/layout/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">HLayoutStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("HLayoutStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  HLayoutStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">HLayoutStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html">LayoutStyles</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html#itemPadding" class="signatureLink">itemPadding</a> : String = layout_itemPadding<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html">LayoutStyles</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#verticalAlign" class="signatureLink">verticalAlign</a> : String = hLayout_verticalAlign<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">HLayoutStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="verticalAlign"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">verticalAlign</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const verticalAlign:String = hLayout_verticalAlign</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="LayoutStyles,com.sibirjak.asdpcbeta.layout.LayoutStyles,_childrenToAdd,_excludeList,horizontalAlign,horizontalAlign,itemHeight,itemPadding,itemWidth,numItemsPerRow,style,style,style,style,verticalAlign,verticalAlign"><title>com.sibirjak.asdpcbeta.layout.LayoutStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'LayoutStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/layout/LayoutStyles.html&amp;com/sibirjak/asdpcbeta/layout/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">LayoutStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("LayoutStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  LayoutStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">LayoutStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpcbeta/layout/GridLayoutStyles.html">GridLayoutStyles</a>,  <a href="../../../../com/sibirjak/asdpcbeta/layout/HLayoutStyles.html">HLayoutStyles</a>,  <a href="../../../../com/sibirjak/asdpcbeta/layout/VLayoutStyles.html">VLayoutStyles</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#itemPadding" class="signatureLink">itemPadding</a> : String = layout_itemPadding<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">LayoutStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="itemPadding"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">itemPadding</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const itemPadding:String = layout_itemPadding</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.layout Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.layout package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/layout/package-detail.html&amp;com/sibirjak/asdpcbeta/layout/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.layout</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.layout"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="AbstractLayout.html">AbstractLayout</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="GridLayout.html">GridLayout</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="GridLayoutStyles.html">GridLayoutStyles</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="HLayout.html">HLayout</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="HLayoutStyles.html">HLayoutStyles</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="LayoutStyles.html">LayoutStyles</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="VLayout.html">VLayout</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="VLayoutStyles.html">VLayoutStyles</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="VLayout,com.sibirjak.asdpcbeta.layout.VLayout,_childrenToAdd,_excludeList,horizontalAlign,horizontalAlign,itemHeight,itemPadding,itemWidth,numItemsPerRow,style,style,style,style,verticalAlign,verticalAlign,addChild,addChildren,childSizeChanged,draw,excludeFromLayout,includeInLayout,init,init,layoutChildren,layoutChildren,layoutChildren,layoutChildren,removeChild,styleChanged,update"><title>com.sibirjak.asdpcbeta.layout.VLayout</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'VLayout - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/layout/VLayout.html&amp;com/sibirjak/asdpcbeta/layout/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">VLayout</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("VLayout"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  VLayout</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">VLayout  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpcbeta/layout/VLayoutStyles.html">VLayoutStyles</a><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">VLayout</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#_childrenToAdd" class="signatureLink">_childrenToAdd</a> : Array<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#_excludeList" class="signatureLink">_excludeList</a> : Set<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#VLayout()" class="signatureLink">VLayout</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">VLayout</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#childSizeChanged()" class="signatureLink">childSizeChanged</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#excludeFromLayout()" class="signatureLink">excludeFromLayout</a>(child:DisplayObject, hide:Boolean = true):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#includeInLayout()" class="signatureLink">includeInLayout</a>(child:DisplayObject, show:Boolean = true):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#addChildren()" class="signatureLink">addChildren</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#layoutChildren()" class="signatureLink">layoutChildren</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">VLayout</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/AbstractLayout.html">AbstractLayout</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpcbeta/layout/VLayoutStyles.html">VLayoutStyles</a></code><p></p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="VLayout()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">VLayout</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function VLayout()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="layoutChildren()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">layoutChildren</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function layoutChildren():void</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="VLayoutStyles,com.sibirjak.asdpcbeta.layout.VLayoutStyles,_childrenToAdd,_excludeList,horizontalAlign,horizontalAlign,itemHeight,itemPadding,itemWidth,numItemsPerRow,style,style,style,style,verticalAlign,verticalAlign"><title>com.sibirjak.asdpcbeta.layout.VLayoutStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'VLayoutStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/layout/VLayoutStyles.html&amp;com/sibirjak/asdpcbeta/layout/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">VLayoutStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("VLayoutStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.layout</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  VLayoutStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">VLayoutStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html">LayoutStyles</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#horizontalAlign" class="signatureLink">horizontalAlign</a> : String = vLayout_horizontalAlign<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">VLayoutStyles</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html#itemPadding" class="signatureLink">itemPadding</a> : String = layout_itemPadding<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/layout/LayoutStyles.html">LayoutStyles</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="horizontalAlign"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">horizontalAlign</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const horizontalAlign:String = vLayout_horizontalAlign</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.radiobutton - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.radiobutton</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IRadioButton.html"><i>IRadioButton</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="RadioButton.html">RadioButton</a></td></tr><tr><td><a href="RadioGroup.html">RadioGroup</a></td></tr><tr><td><a href="RadioGroupEvent.html">RadioGroupEvent</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IRadioButton,com.sibirjak.asdpcbeta.radiobutton.IRadioButton,BINDABLE_PROPERTY_SELECTED_VALUE,CHANGE,enabled,selectedValue,value,value"><title>com.sibirjak.asdpcbeta.radiobutton.IRadioButton</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IRadioButton - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html&amp;com/sibirjak/asdpcbeta/radiobutton/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IRadioButton</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IRadioButton"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.radiobutton</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IRadioButton extends  <a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a>,  <a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IControl.html">IControl</a>,  <a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpcbeta/radiobutton/RadioButton.html">RadioButton</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html#autoRepeat" class="signatureLink">autoRepeat</a> : Boolean<div class="summaryTableDescription">
		 Returns true, if the button has auto repeat enabled.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">
		 Enables or disables a button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html#label" class="signatureLink">label</a> : String<div class="summaryTableDescription">
		 The label displayed within the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">
		 Selectes or deselects a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html#selectedLabel" class="signatureLink">selectedLabel</a> : String<div class="summaryTableDescription">
		 The label text for the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html#selectedToolTip" class="signatureLink">selectedToolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 Sets a tool tip displayed in selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html#toggle" class="signatureLink">toggle</a> : Boolean<div class="summaryTableDescription">
		 Converts a click button into a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html#toolTip" class="signatureLink">toolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 Sets a tool tip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#value" class="signatureLink">value</a> : *<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">IRadioButton</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IBindableView.html">IBindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="value"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">value</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>value:*</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get value():*</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set value(value:any):void</code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.radiobutton Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.radiobutton package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/radiobutton/package-detail.html&amp;com/sibirjak/asdpcbeta/radiobutton/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.radiobutton</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.radiobutton"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IRadioButton.html">IRadioButton</a></i></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="RadioButton.html">RadioButton</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="RadioGroup.html">RadioGroup</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="RadioGroupEvent.html">RadioGroupEvent</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="RadioButton,com.sibirjak.asdpcbeta.radiobutton.RadioButton,allowedToChangeSelection,bindProperty,cleanUp,setButtons,unbindProperty,unregisterButton"><title>com.sibirjak.asdpcbeta.radiobutton.RadioButton</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'RadioButton - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/radiobutton/RadioButton.html&amp;com/sibirjak/asdpcbeta/radiobutton/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">RadioButton</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("RadioButton"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.radiobutton</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  RadioButton</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">RadioButton  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html">IRadioButton</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#autoRepeat" class="signatureLink">autoRepeat</a> : Boolean<div class="summaryTableDescription">
		 
		 Returns true, if the button has auto repeat enabled.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">
		 
		 Enables or disables a button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#icon" class="signatureLink">icon</a> : DisplayObject<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#label" class="signatureLink">label</a> : String<div class="summaryTableDescription">
		 
		 The label displayed within the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">
		 
		 Selectes or deselects a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#selectedLabel" class="signatureLink">selectedLabel</a> : String<div class="summaryTableDescription">
		 
		 The label text for the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#selectedToolTip" class="signatureLink">selectedToolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip displayed in selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpc/button/ButtonStyles.html">ButtonStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all Button style property definitions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#toggle" class="signatureLink">toggle</a> : Boolean<div class="summaryTableDescription">
		 
		 Converts a click button into a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#toolTip" class="signatureLink">toolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#value" class="signatureLink">value</a> : *<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#buttonHeight" class="signatureLink">buttonHeight</a> : uint<div class="summaryTableDescription">[override] [read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#buttonWidth" class="signatureLink">buttonWidth</a> : uint<div class="summaryTableDescription">[override] [read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_icon" class="signatureLink">_icon</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed icon.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_label" class="signatureLink">_label</a> : <a href="../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a><div class="summaryTableDescription">
		 The label.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_labelText" class="signatureLink">_labelText</a> : String<div class="summaryTableDescription">
		 The text displayed on the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#_skin" class="signatureLink">_skin</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#RadioButton()" class="signatureLink">RadioButton</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioButton</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#allowedToChangeSelection()" class="signatureLink">allowedToChangeSelection</a>():Boolean</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">RadioButton</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#getToolTip()" class="signatureLink">getToolTip</a>():String</div><div class="summaryTableDescription">
		 Returns the tool tip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#getToolTipOffsetX()" class="signatureLink">getToolTipOffsetX</a>():int</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onClick()" class="signatureLink">onClick</a>():void</div><div class="summaryTableDescription">
		 Template method for the click event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onMouseDown()" class="signatureLink">onMouseDown</a>():void</div><div class="summaryTableDescription">
		 Template method for the mouse down event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onMouseUpOutside()" class="signatureLink">onMouseUpOutside</a>():void</div><div class="summaryTableDescription">
		 Template method for the mouse up outside event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onRollOut()" class="signatureLink">onRollOut</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll out event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onRollOver()" class="signatureLink">onRollOver</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll over event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#onSelectionChanged()" class="signatureLink">onSelectionChanged</a>():void</div><div class="summaryTableDescription">
		 Template method for the selection changed event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#setLabelBaseStyles()" class="signatureLink">setLabelBaseStyles</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#setLabelSize()" class="signatureLink">setLabelSize</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#showIcon()" class="signatureLink">showIcon</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#showSkin()" class="signatureLink">showSkin</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><div class="showHideLinks"><div id="hideInheritedEvent" class="hideInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(false,'Event');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Events</a></div><div id="showInheritedEvent" class="showInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(true,'Event');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Events</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedEvent" id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_click" class="signatureLink">button_click</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CLICK
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_mouseDown" class="signatureLink">button_mouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_DOWN
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_mouseUpOutside" class="signatureLink">button_mouseUpOutside</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_UP_OUTSIDE
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_rollOut" class="signatureLink">button_rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OUT
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_rollOver" class="signatureLink">button_rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OVER
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#event:button_selectionChanged" class="signatureLink">button_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedStyle" id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatDelay" class="signatureLink">button_autoRepeatDelay</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatRate" class="signatureLink">button_autoRepeatRate</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_coloriseIcon" class="signatureLink">button_coloriseIcon</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconAlpha" class="signatureLink">button_disabledIconAlpha</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number&nbsp;<span class="label">Format: </span>Alpha<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkin" class="signatureLink">button_disabledIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkinName" class="signatureLink">button_disabledIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledSkin" class="signatureLink">button_disabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledSkinName" class="signatureLink">button_disabledSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downIconSkin" class="signatureLink">button_downIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downIconSkinName" class="signatureLink">button_downIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downSkin" class="signatureLink">button_downSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_downSkinName" class="signatureLink">button_downSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_iconColor" class="signatureLink">button_iconColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_labelStyles" class="signatureLink">button_labelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overIconSkin" class="signatureLink">button_overIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overIconSkinName" class="signatureLink">button_overIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overLabelStyles" class="signatureLink">button_overLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overSkin" class="signatureLink">button_overSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_overSkinName" class="signatureLink">button_overSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkin" class="signatureLink">button_selectedDisabledIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkinName" class="signatureLink">button_selectedDisabledIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkin" class="signatureLink">button_selectedDisabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkinName" class="signatureLink">button_selectedDisabledSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkin" class="signatureLink">button_selectedDownIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkinName" class="signatureLink">button_selectedDownIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkin" class="signatureLink">button_selectedDownSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkinName" class="signatureLink">button_selectedDownSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" class="signatureLink">button_selectedLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" class="signatureLink">button_selectedLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkin" class="signatureLink">button_selectedOverIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkinName" class="signatureLink">button_selectedOverIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkin" class="signatureLink">button_selectedOverSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkinName" class="signatureLink">button_selectedOverSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkin" class="signatureLink">button_selectedUpIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkinName" class="signatureLink">button_selectedUpIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkin" class="signatureLink">button_selectedUpSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkinName" class="signatureLink">button_selectedUpSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetX" class="signatureLink">button_toolTipOffsetX</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetY" class="signatureLink">button_toolTipOffsetY</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upIconSkin" class="signatureLink">button_upIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upIconSkinName" class="signatureLink">button_upIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upSkin" class="signatureLink">button_upSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/button/Button.html#style:button_upSkinName" class="signatureLink">button_upSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedConstant" id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#BINDABLE_PROPERTY_SELECTED" class="signatureLink">BINDABLE_PROPERTY_SELECTED</a> : String = selected<div class="summaryTableDescription">[static] 
		 Name constant for the bindable property Button.selected.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DISABLED_ICON_SKIN_NAME" class="signatureLink">DISABLED_ICON_SKIN_NAME</a> : String = disabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DISABLED_SKIN_NAME" class="signatureLink">DISABLED_SKIN_NAME</a> : String = disabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DOWN_ICON_SKIN_NAME" class="signatureLink">DOWN_ICON_SKIN_NAME</a> : String = downIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#DOWN_SKIN_NAME" class="signatureLink">DOWN_SKIN_NAME</a> : String = downSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#OVER_ICON_SKIN_NAME" class="signatureLink">OVER_ICON_SKIN_NAME</a> : String = overIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#OVER_SKIN_NAME" class="signatureLink">OVER_SKIN_NAME</a> : String = overSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_ICON_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_ICON_SKIN_NAME</a> : String = selectedDisabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_SKIN_NAME</a> : String = selectedDisabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_ICON_SKIN_NAME" class="signatureLink">SELECTED_DOWN_ICON_SKIN_NAME</a> : String = selectedDownIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_SKIN_NAME" class="signatureLink">SELECTED_DOWN_SKIN_NAME</a> : String = selectedDownSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_ICON_SKIN_NAME" class="signatureLink">SELECTED_OVER_ICON_SKIN_NAME</a> : String = selectedOverIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_SKIN_NAME" class="signatureLink">SELECTED_OVER_SKIN_NAME</a> : String = selectedOverSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_UP_ICON_SKIN_NAME" class="signatureLink">SELECTED_UP_ICON_SKIN_NAME</a> : String = selectedUpIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_UP_SKIN_NAME" class="signatureLink">SELECTED_UP_SKIN_NAME</a> : String = selectedUpSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#style_buttonHeight" class="signatureLink">style_buttonHeight</a> : String = checkBox_buttonHeight<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#style_buttonWidth" class="signatureLink">style_buttonWidth</a> : String = checkBox_buttonWidth<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#style_labelPadding" class="signatureLink">style_labelPadding</a> : String = checkBox_labelPadding<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html#style_labelPosition" class="signatureLink">style_labelPosition</a> : String = checkBox_labelPosition<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpcbeta/checkbox/CheckBox.html">CheckBox</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#UP_ICON_SKIN_NAME" class="signatureLink">UP_ICON_SKIN_NAME</a> : String = upIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html#UP_SKIN_NAME" class="signatureLink">UP_SKIN_NAME</a> : String = upSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="RadioButton()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RadioButton</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function RadioButton()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="allowedToChangeSelection()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">allowedToChangeSelection</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function allowedToChangeSelection():Boolean</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="RadioGroup,com.sibirjak.asdpcbeta.radiobutton.RadioGroup,BINDABLE_PROPERTY_SELECTED_VALUE,CHANGE,enabled,selectedValue,value,value,allowedToChangeSelection,bindProperty,cleanUp,setButtons,unbindProperty,unregisterButton"><title>com.sibirjak.asdpcbeta.radiobutton.RadioGroup</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'RadioGroup - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/radiobutton/RadioGroup.html&amp;com/sibirjak/asdpcbeta/radiobutton/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">RadioGroup</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("RadioGroup"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.radiobutton</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  RadioGroup</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">RadioGroup  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.EventDispatcher</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">RadioGroup</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedValue" class="signatureLink">selectedValue</a> : *<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioGroup</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#RadioGroup()" class="signatureLink">RadioGroup</a>(target:IEventDispatcher = null)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioGroup</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioGroup</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioGroup</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setButtons()" class="signatureLink">setButtons</a>(buttons:Array):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioGroup</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioGroup</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#unregisterButton()" class="signatureLink">unregisterButton</a>(button:<a href="../../../../com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html">IRadioButton</a>):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioGroup</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BINDABLE_PROPERTY_SELECTED_VALUE" class="signatureLink">BINDABLE_PROPERTY_SELECTED_VALUE</a> : String = selectedValue<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">RadioGroup</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="enabled"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enabled</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>enabled:Boolean</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set enabled(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="selectedValue"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedValue</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedValue:*</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedValue():*</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectedValue(value:any):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="RadioGroup()"></a><a name="RadioGroup(flash.events.IEventDispatcher)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RadioGroup</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function RadioGroup(target:IEventDispatcher = null)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">target</span>:IEventDispatcher</code> (default = <code>null</code>)<code></code></td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="bindProperty()"></a><a name="bindProperty(String,Object,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bindProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function bindProperty(propertyName:String, listener:Object, listenerPropertyName:String = null):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Object</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listenerPropertyName</span>:String</code> (default = <code>null</code>)<code></code></td></tr></table></p></div><a name="cleanUp()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUp</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function cleanUp():void</code><p></p></div><a name="setButtons()"></a><a name="setButtons(Array)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setButtons</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setButtons(buttons:Array):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">buttons</span>:Array</code></td></tr></table></p></div><a name="unbindProperty()"></a><a name="unbindProperty(String,Object,String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">unbindProperty</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function unbindProperty(propertyName:String, listener:Object, listenerPropertyName:String = null):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">propertyName</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listener</span>:Object</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">listenerPropertyName</span>:String</code> (default = <code>null</code>)<code></code></td></tr></table></p></div><a name="unregisterButton()"></a><a name="unregisterButton(com.sibirjak.asdpcbeta.radiobutton.IRadioButton)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">unregisterButton</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function unregisterButton(button:<a href="../../../../com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html">IRadioButton</a>):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">button</span>:<a href="../../../../com/sibirjak/asdpcbeta/radiobutton/IRadioButton.html">IRadioButton</a></code></td></tr></table></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BINDABLE_PROPERTY_SELECTED_VALUE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BINDABLE_PROPERTY_SELECTED_VALUE</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BINDABLE_PROPERTY_SELECTED_VALUE:String = selectedValue</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="RadioGroupEvent,com.sibirjak.asdpcbeta.radiobutton.RadioGroupEvent,BINDABLE_PROPERTY_SELECTED_VALUE,CHANGE,enabled,selectedValue,value,value"><title>com.sibirjak.asdpcbeta.radiobutton.RadioGroupEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'RadioGroupEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/radiobutton/RadioGroupEvent.html&amp;com/sibirjak/asdpcbeta/radiobutton/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">RadioGroupEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("RadioGroupEvent"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.radiobutton</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  RadioGroupEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">RadioGroupEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CHANGE" class="signatureLink">CHANGE</a> : String = slider_change<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">RadioGroupEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#value" class="signatureLink">value</a> : *<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">RadioGroupEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#RadioGroupEvent()" class="signatureLink">RadioGroupEvent</a>(type:String, value:*)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioGroupEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="CHANGE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CHANGE</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public static var CHANGE:String = slider_change</code><p></p></div><a name="propertyDetail"></a><a name="value"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">value</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>value:*</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get value():*</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="RadioGroupEvent()"></a><a name="RadioGroupEvent(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RadioGroupEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function RadioGroupEvent(type:String, value:*)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.radiobutton.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.radiobutton.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="RadioButtonIconSkin.html">RadioButtonIconSkin</a></td></tr><tr><td><a href="RadioButtonSkin.html">RadioButtonSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.radiobutton.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.radiobutton.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/radiobutton/skins/package-detail.html&amp;com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.radiobutton.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.radiobutton.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="RadioButtonIconSkin.html">RadioButtonIconSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="RadioButtonSkin.html">RadioButtonSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="RadioButtonIconSkin,com.sibirjak.asdpcbeta.radiobutton.skins.RadioButtonIconSkin,style_backgroundAlpha,style_backgroundColor,style_borderAliasAlpha,style_borderColor,style_color,style_size,draw,draw"><title>com.sibirjak.asdpcbeta.radiobutton.skins.RadioButtonIconSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'RadioButtonIconSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonIconSkin.html&amp;com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">RadioButtonIconSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("RadioButtonIconSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.radiobutton.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  RadioButtonIconSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">RadioButtonIconSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#RadioButtonIconSkin()" class="signatureLink">RadioButtonIconSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioButtonIconSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">RadioButtonIconSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_color" class="signatureLink">style_color</a> : String = radioButtonIconSkin_color<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">RadioButtonIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_size" class="signatureLink">style_size</a> : String = radioButtonIconSkin_size<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">RadioButtonIconSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="RadioButtonIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RadioButtonIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function RadioButtonIconSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_color</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_color:String = radioButtonIconSkin_color</code><p></p></div><a name="constantDetail"></a><a name="style_size"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_size</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_size:String = radioButtonIconSkin_size</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="RadioButtonSkin,com.sibirjak.asdpcbeta.radiobutton.skins.RadioButtonSkin,style_backgroundAlpha,style_backgroundColor,style_borderAliasAlpha,style_borderColor,style_color,style_size,draw,draw"><title>com.sibirjak.asdpcbeta.radiobutton.skins.RadioButtonSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'RadioButtonSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/radiobutton/skins/RadioButtonSkin.html&amp;com/sibirjak/asdpcbeta/radiobutton/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">RadioButtonSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("RadioButtonSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.radiobutton.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  RadioButtonSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">RadioButtonSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#RadioButtonSkin()" class="signatureLink">RadioButtonSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">RadioButtonSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">RadioButtonSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundAlpha" class="signatureLink">style_backgroundAlpha</a> : String = radioButtonSkin_backgroundAlpha<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">RadioButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundColor" class="signatureLink">style_backgroundColor</a> : String = radioButtonSkin_backgroundColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">RadioButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderAliasAlpha" class="signatureLink">style_borderAliasAlpha</a> : String = radioButtonSkin_borderAliasAlpha<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">RadioButtonSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderColor" class="signatureLink">style_borderColor</a> : String = radioButtonSkin_borderColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">RadioButtonSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="RadioButtonSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RadioButtonSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function RadioButtonSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_backgroundAlpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundAlpha</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_backgroundAlpha:String = radioButtonSkin_backgroundAlpha</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundColor:String = radioButtonSkin_backgroundColor</code><p></p></div><a name="constantDetail"></a><a name="style_borderAliasAlpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderAliasAlpha</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderAliasAlpha:String = radioButtonSkin_borderAliasAlpha</code><p></p></div><a name="constantDetail"></a><a name="style_borderColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderColor:String = radioButtonSkin_borderColor</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.scrollbar - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.scrollbar</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="IScrollPane.html"><i>IScrollPane</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="ScrollPane.html">ScrollPane</a></td></tr><tr><td><a href="ScrollPaneStyles.html">ScrollPaneStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IScrollPane,com.sibirjak.asdpcbeta.scrollbar.IScrollPane,H_SCROLLBAR_NAME,V_SCROLLBAR_NAME,document,document,hScrollBar,scrollBarSize,scrollBarVisibility,style,vScrollBar,cleanUpCalled,documentSizeChanged,documentSizeChanged,draw,init,setScrollProperties,setScrollProperties,styleChanged,update"><title>com.sibirjak.asdpcbeta.scrollbar.IScrollPane</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'IScrollPane - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html&amp;com/sibirjak/asdpcbeta/scrollbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IScrollPane</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IScrollPane"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.scrollbar</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  IScrollPane extends  <a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  <a href="../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html">ScrollPane</a></td></tr></table><p></p><p></p><p></p>
	 ScrollPane public interface.
	 
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#document" class="signatureLink">document</a> : DisplayObject<div class="summaryTableDescription">
		 Sets or returns the document assigned to this ScrollPane.</div></td><td class="summaryTableOwnerCol">IScrollPane</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#documentSizeChanged()" class="signatureLink">documentSizeChanged</a>():void</div><div class="summaryTableDescription">
		 Nofifies the ScrollPane that its document size has changed.</div></td><td class="summaryTableOwnerCol">IScrollPane</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setScrollProperties()" class="signatureLink">setScrollProperties</a>(buttonScroll:uint, thumbScroll:uint, trackScroll:uint):void</div><div class="summaryTableDescription">
		 Sets button, thumb and track scroll amounts.</div></td><td class="summaryTableOwnerCol">IScrollPane</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="document"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">document</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>document:DisplayObject</code><p></p><p></p><p>
		 Sets or returns the document assigned to this ScrollPane.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get document():DisplayObject</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set document(value:DisplayObject):void</code><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="documentSizeChanged()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">documentSizeChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function documentSizeChanged():void</code><p></p><p></p><p>
		 Nofifies the ScrollPane that its document size has changed.
		 
		 <p>In response the ScrollPane displays or hides the scrollbars.</p>
		 </p></div><a name="setScrollProperties()"></a><a name="setScrollProperties(uint,uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setScrollProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setScrollProperties(buttonScroll:uint, thumbScroll:uint, trackScroll:uint):void</code><p></p><p></p><p>
		 Sets button, thumb and track scroll amounts.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">buttonScroll</span>:uint</code> &mdash; The amout of pixels to scroll by a single button click.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">thumbScroll</span>:uint</code> &mdash; The minimal amout of pixels to scroll by moving the thumb.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">trackScroll</span>:uint</code> &mdash; The amout of pixels to scroll by click onto the scroll track.
		 </td></tr></table></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.scrollbar Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.scrollbar package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/scrollbar/package-detail.html&amp;com/sibirjak/asdpcbeta/scrollbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.scrollbar</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.scrollbar"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IScrollPane.html">IScrollPane</a></i></td><td class="summaryTableLastCol">
	 ScrollPane public interface.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollPane.html">ScrollPane</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollPaneStyles.html">ScrollPaneStyles</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ScrollPane,com.sibirjak.asdpcbeta.scrollbar.ScrollPane,H_SCROLLBAR_NAME,V_SCROLLBAR_NAME,document,document,hScrollBar,scrollBarSize,scrollBarVisibility,style,vScrollBar,cleanUpCalled,documentSizeChanged,documentSizeChanged,draw,init,setScrollProperties,setScrollProperties,styleChanged,update"><title>com.sibirjak.asdpcbeta.scrollbar.ScrollPane</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ScrollPane - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/scrollbar/ScrollPane.html&amp;com/sibirjak/asdpcbeta/scrollbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ScrollPane</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ScrollPane"); titleBar_setSubNav(true,true,true,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.scrollbar</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ScrollPane</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ScrollPane  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpcbeta/scrollbar/IScrollPane.html">IScrollPane</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#document" class="signatureLink">document</a> : DisplayObject<div class="summaryTableDescription">
		 
		 Sets or returns the document assigned to this ScrollPane.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html">ScrollPaneStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all ScrollPane style property definitions.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ScrollPane()" class="signatureLink">ScrollPane</a>()</div><div class="summaryTableDescription">
		 ScrollPane constructor.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#documentSizeChanged()" class="signatureLink">documentSizeChanged</a>():void</div><div class="summaryTableDescription">
		 
		 Nofifies the ScrollPane that its document size has changed.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#setScrollProperties()" class="signatureLink">setScrollProperties</a>(buttonScroll:uint, thumbScroll:uint, trackScroll:uint):void</div><div class="summaryTableDescription">
		 
		 Sets button, thumb and track scroll amounts.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollPane_hScrollBar"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollPane_hScrollBar</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the horizontal scrollbar availability.
		 </td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollPane_scrollBarSize"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollPane_scrollBarSize</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Size<br/>
		 Style property defining the vertical scrollbar size.
		 </td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollPane_scrollBarVisibility"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollPane_scrollBarVisibility</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String<br/>
		 Style property defining the scrollbar visibility.
		 </td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:scrollPane_vScrollBar"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">scrollPane_vScrollBar</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/>
		 Style property defining the vertical scrollbar availability.
		 </td><td class="summaryTableOwnerCol">ScrollPane</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#H_SCROLLBAR_NAME" class="signatureLink">H_SCROLLBAR_NAME</a> : String = hScrollBar<div class="summaryTableDescription">[static] 
		 Name constant defining the horizontal scrollbar name.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#V_SCROLLBAR_NAME" class="signatureLink">V_SCROLLBAR_NAME</a> : String = vScrollBar<div class="summaryTableDescription">[static] 
		 Name constant defining the vertical scrollbar name.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="document"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">document</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>document:DisplayObject</code><p></p><p></p><p>
		 
		 Sets or returns the document assigned to this ScrollPane.
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get document():DisplayObject</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set document(value:DisplayObject):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html">ScrollPaneStyles</a></code><p></p><p></p><p>
		 Central accessor to all ScrollPane style property definitions.
		 </p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ScrollPane()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ScrollPane</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ScrollPane()</code><p></p><p>
		 ScrollPane constructor.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p><p></p><p>
		 
		 Called after cleanup is invoked for the view.
		 
		 <p>The view is supposed to clean up any event listeners,
		 property bindings and all other references.</p>
		 
		 <p>The view is also in charge to clean up its children.</p>
		 </p></div><a name="documentSizeChanged()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">documentSizeChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function documentSizeChanged():void</code><p></p><p></p><p>
		 
		 Nofifies the ScrollPane that its document size has changed.
		 
		 <p>In response the ScrollPane displays or hides the scrollbars.</p>
		 </p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p><p></p><p>
		 
		 Creates, draws and layouts sub views initially.
		 
		 <p>This method is called once right after the init() method
		 has been invoked.</p>
		 
		 <p>You use this method to create, draw and layout all children, who
		 are necessary for the initial view state or should be created
		 once for a later use (e.g. hidden elements).</p>
		 </p></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p><p></p><p>
		 
		 Initialises view styles and properties.
		 
		 <p>This method is called once right after the view has been
		 added to the display list.</p>
		 
		 <p>Here is the first place to access parent style properties. You
		 use this method to perform operations connected with view styles
		 or properties, e.g. caching style values into a local properties
		 or evaluating property consistencies.</p>
		 </p></div><a name="setScrollProperties()"></a><a name="setScrollProperties(uint,uint,uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">setScrollProperties</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function setScrollProperties(buttonScroll:uint, thumbScroll:uint, trackScroll:uint):void</code><p></p><p></p><p>
		 
		 Sets button, thumb and track scroll amounts.
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">buttonScroll</span>:uint</code> &mdash; The amout of pixels to scroll by a single button click.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">thumbScroll</span>:uint</code> &mdash; The minimal amout of pixels to scroll by moving the thumb.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">trackScroll</span>:uint</code> &mdash; The amout of pixels to scroll by click onto the scroll track.
		 </td></tr></table></p></div><a name="styleChanged()"></a><a name="styleChanged(String,any)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">styleChanged</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function styleChanged(property:String, value:*):void</code><p></p><p></p><p>
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.
		 
		 <p>To generally get notifications from the style manager, you need to
		 declare all particular styles via the StyleManager.setDefaultStyles()
		 method. You do this at best in the constructor of the client.</p>
		 
		 <p>If this method has been called, you should update your view to
		 reflect the changes in its visualisation.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">property</span>:String</code> &mdash; The style name.
		 </td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:*</code> &mdash; The style value.
		 </td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p><p></p><p>
		 
		 Updates, redraws and layouts sub views.
		 
		 <p>draw() and update() have the same job to set the view in the right state.
		 While the draw() method gets called only one, the update() method is invoked
		 every time a validation cycle has been passed.</p>
		 
		 <p>If you have started a validation cycle by calling invalidateProperty(property),
		 isInvalid(property) will here return true.</p>
		 
		 <p>After this method has finished, all invalidate properties are nullified.</p>
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="H_SCROLLBAR_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">H_SCROLLBAR_NAME</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const H_SCROLLBAR_NAME:String = hScrollBar</code><p></p><p></p><p>
		 Name constant defining the horizontal scrollbar name.
		 </p></div><a name="constantDetail"></a><a name="V_SCROLLBAR_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">V_SCROLLBAR_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const V_SCROLLBAR_NAME:String = vScrollBar</code><p></p><p></p><p>
		 Name constant defining the vertical scrollbar name.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="ScrollPaneStyles,com.sibirjak.asdpcbeta.scrollbar.ScrollPaneStyles,H_SCROLLBAR_NAME,V_SCROLLBAR_NAME,document,document,hScrollBar,scrollBarSize,scrollBarVisibility,style,vScrollBar"><title>com.sibirjak.asdpcbeta.scrollbar.ScrollPaneStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ScrollPaneStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/scrollbar/ScrollPaneStyles.html&amp;com/sibirjak/asdpcbeta/scrollbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ScrollPaneStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ScrollPaneStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.scrollbar</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ScrollPaneStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ScrollPaneStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#hScrollBar" class="signatureLink">hScrollBar</a> : String = scrollPane_hScrollBar<div class="summaryTableDescription">
		 Style property defining the horizontal scrollbar availability.</div></td><td class="summaryTableOwnerCol">ScrollPaneStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#scrollBarSize" class="signatureLink">scrollBarSize</a> : String = scrollPane_scrollBarSize<div class="summaryTableDescription">
		 Style property defining the vertical scrollbar size.</div></td><td class="summaryTableOwnerCol">ScrollPaneStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#scrollBarVisibility" class="signatureLink">scrollBarVisibility</a> : String = scrollPane_scrollBarVisibility<div class="summaryTableDescription">
		 Style property defining the scrollbar visibility.</div></td><td class="summaryTableOwnerCol">ScrollPaneStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#vScrollBar" class="signatureLink">vScrollBar</a> : String = scrollPane_scrollBarVisibility<div class="summaryTableDescription">
		 Style property defining the vertical scrollbar availability.</div></td><td class="summaryTableOwnerCol">ScrollPaneStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="hScrollBar"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">hScrollBar</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const hScrollBar:String = scrollPane_hScrollBar</code><p></p><p></p><p>
		 Style property defining the horizontal scrollbar availability.
		 </p></div><a name="constantDetail"></a><a name="scrollBarSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollBarSize</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const scrollBarSize:String = scrollPane_scrollBarSize</code><p></p><p></p><p>
		 Style property defining the vertical scrollbar size.
		 </p></div><a name="constantDetail"></a><a name="scrollBarVisibility"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollBarVisibility</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const scrollBarVisibility:String = scrollPane_scrollBarVisibility</code><p></p><p></p><p>
		 Style property defining the scrollbar visibility.
		 </p></div><a name="constantDetail"></a><a name="vScrollBar"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">vScrollBar</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const vScrollBar:String = scrollPane_scrollBarVisibility</code><p></p><p></p><p>
		 Style property defining the vertical scrollbar availability.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.selectbox - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.selectbox</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="SelectBox.html">SelectBox</a></td></tr><tr><td><a href="SelectBoxEvent.html">SelectBoxEvent</a></td></tr><tr><td><a href="SelectBoxStyles.html">SelectBoxStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.selectbox Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.selectbox package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/selectbox/package-detail.html&amp;com/sibirjak/asdpcbeta/selectbox/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.selectbox</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.selectbox"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SelectBox.html">SelectBox</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SelectBoxEvent.html">SelectBoxEvent</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SelectBoxStyles.html">SelectBoxStyles</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="SelectBox,com.sibirjak.asdpcbeta.selectbox.SelectBox,BINDABLE_PROPERTY_SELECTED_ITEM,SELECTION_CHANGED,UPDATE_PROPERTY_DATA_SOURCE,UPDATE_PROPERTY_ENABLED,_button,_label,_openIcon,_popUp,_skin,borderDarkColor,borderLightColor,buttonClass,buttonSize,button,dataSource,disabledBorderDarkColor,disabledBorderLightColor,enabled,labelBackground,labelBorder,labelFunction,listItemRenderer,listItemSize,listPadding,liveSelecting,maxVisibleItems,numItems,openIcon,popUpSize,popUp,selectedIndex,selectedIndex,selectedItem,style,toolTips,cleanUpCalled,draw,init,initialised,scrollToItemAt,selectItemAt,update"><title>com.sibirjak.asdpcbeta.selectbox.SelectBox</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SelectBox - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/selectbox/SelectBox.html&amp;com/sibirjak/asdpcbeta/selectbox/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SelectBox</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SelectBox"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.selectbox</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SelectBox</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SelectBox  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../com/sibirjak/asdpc/core/managers/IPopUpControl.html">IPopUpControl</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#dataSource" class="signatureLink">dataSource</a> : *<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#liveSelecting" class="signatureLink">liveSelecting</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#numItems" class="signatureLink">numItems</a> : uint<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#popUp" class="signatureLink">popUp</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html">IPopUpControlPopUp</a><div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedIndex" class="signatureLink">selectedIndex</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedItem" class="signatureLink">selectedItem</a> : *<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html">SelectBoxStyles</a><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_button" class="signatureLink">_button</a> : <a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_label" class="signatureLink">_label</a> : <a href="../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_openIcon" class="signatureLink">_openIcon</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_popUp" class="signatureLink">_popUp</a> : <a href="../../../../com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html">SelectBoxWindow</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_skin" class="signatureLink">_skin</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SelectBox()" class="signatureLink">SelectBox</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#scrollToItemAt()" class="signatureLink">scrollToItemAt</a>(index:uint):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#selectItemAt()" class="signatureLink">selectItemAt</a>(selectedIndex:uint):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BINDABLE_PROPERTY_SELECTED_ITEM" class="signatureLink">BINDABLE_PROPERTY_SELECTED_ITEM</a> : String = selectedItem<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_DATA_SOURCE" class="signatureLink">UPDATE_PROPERTY_DATA_SOURCE</a> : String = data_source<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#UPDATE_PROPERTY_ENABLED" class="signatureLink">UPDATE_PROPERTY_ENABLED</a> : String = enabled<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SelectBox</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_button"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_button</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _button:<a href="../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></code><p></p></div><a name="propertyDetail"></a><a name="_label"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_label</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _label:<a href="../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a></code><p></p></div><a name="propertyDetail"></a><a name="_openIcon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_openIcon</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _openIcon:DisplayObject</code><p></p></div><a name="propertyDetail"></a><a name="_popUp"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_popUp</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _popUp:<a href="../../../../com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html">SelectBoxWindow</a></code><p></p></div><a name="propertyDetail"></a><a name="_skin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_skin</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _skin:DisplayObject</code><p></p></div><a name="propertyDetail"></a><a name="dataSource"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">dataSource</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>dataSource:*</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get dataSource():*</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set dataSource(value:any):void</code><br/></div><a name="propertyDetail"></a><a name="enabled"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enabled</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>enabled:Boolean</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get enabled():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set enabled(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="liveSelecting"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">liveSelecting</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>liveSelecting:Boolean</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set liveSelecting(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="numItems"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">numItems</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>numItems:uint</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get numItems():uint</code><br/></div><a name="propertyDetail"></a><a name="popUp"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">popUp</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>popUp:<a href="../../../../com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html">IPopUpControlPopUp</a></code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get popUp():<a href="../../../../com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html">IPopUpControlPopUp</a></code><br/></div><a name="propertyDetail"></a><a name="selectedIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedIndex</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedIndex:int</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedIndex():int</code><br/></div><a name="propertyDetail"></a><a name="selectedItem"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedItem</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedItem:*</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedItem():*</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html">SelectBoxStyles</a></code><p></p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SelectBox()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SelectBox</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SelectBox()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p></div><a name="initialised()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">initialised</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function initialised():void</code><p></p></div><a name="scrollToItemAt()"></a><a name="scrollToItemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollToItemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function scrollToItemAt(index:uint):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">index</span>:uint</code></td></tr></table></p></div><a name="selectItemAt()"></a><a name="selectItemAt(uint)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectItemAt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function selectItemAt(selectedIndex:uint):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">selectedIndex</span>:uint</code></td></tr></table></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BINDABLE_PROPERTY_SELECTED_ITEM"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BINDABLE_PROPERTY_SELECTED_ITEM</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BINDABLE_PROPERTY_SELECTED_ITEM:String = selectedItem</code><p></p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_DATA_SOURCE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_DATA_SOURCE</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const UPDATE_PROPERTY_DATA_SOURCE:String = data_source</code><p></p></div><a name="constantDetail"></a><a name="UPDATE_PROPERTY_ENABLED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">UPDATE_PROPERTY_ENABLED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const UPDATE_PROPERTY_ENABLED:String = enabled</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="SelectBoxEvent,com.sibirjak.asdpcbeta.selectbox.SelectBoxEvent,BINDABLE_PROPERTY_SELECTED_ITEM,SELECTION_CHANGED,UPDATE_PROPERTY_DATA_SOURCE,UPDATE_PROPERTY_ENABLED,_button,_label,_openIcon,_popUp,_skin,borderDarkColor,borderLightColor,buttonClass,buttonSize,button,dataSource,disabledBorderDarkColor,disabledBorderLightColor,enabled,labelBackground,labelBorder,labelFunction,listItemRenderer,listItemSize,listPadding,liveSelecting,maxVisibleItems,numItems,openIcon,popUpSize,popUp,selectedIndex,selectedIndex,selectedItem,style,toolTips"><title>com.sibirjak.asdpcbeta.selectbox.SelectBoxEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SelectBoxEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/selectbox/SelectBoxEvent.html&amp;com/sibirjak/asdpcbeta/selectbox/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SelectBoxEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SelectBoxEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.selectbox</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SelectBoxEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SelectBoxEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedIndex" class="signatureLink">selectedIndex</a> : uint<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SelectBoxEvent()" class="signatureLink">SelectBoxEvent</a>(type:String)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTION_CHANGED" class="signatureLink">SELECTION_CHANGED</a> : String = selectBox_selection_changed<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SelectBoxEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="selectedIndex"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedIndex</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>selectedIndex:uint</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedIndex():uint</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectedIndex(value:uint):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SelectBoxEvent()"></a><a name="SelectBoxEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SelectBoxEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SelectBoxEvent(type:String)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="SELECTION_CHANGED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTION_CHANGED</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const SELECTION_CHANGED:String = selectBox_selection_changed</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="SelectBoxStyles,com.sibirjak.asdpcbeta.selectbox.SelectBoxStyles,BINDABLE_PROPERTY_SELECTED_ITEM,SELECTION_CHANGED,UPDATE_PROPERTY_DATA_SOURCE,UPDATE_PROPERTY_ENABLED,_button,_label,_openIcon,_popUp,_skin,borderDarkColor,borderLightColor,buttonClass,buttonSize,button,dataSource,disabledBorderDarkColor,disabledBorderLightColor,enabled,labelBackground,labelBorder,labelFunction,listItemRenderer,listItemSize,listPadding,liveSelecting,maxVisibleItems,numItems,openIcon,popUpSize,popUp,selectedIndex,selectedIndex,selectedItem,style,toolTips"><title>com.sibirjak.asdpcbeta.selectbox.SelectBoxStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SelectBoxStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/selectbox/SelectBoxStyles.html&amp;com/sibirjak/asdpcbeta/selectbox/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SelectBoxStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SelectBoxStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.selectbox</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SelectBoxStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SelectBoxStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#borderDarkColor" class="signatureLink">borderDarkColor</a> : String = selectBox_borderDarkColor<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#borderLightColor" class="signatureLink">borderLightColor</a> : String = selectBox_borderLightColor<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#button" class="signatureLink">button</a> : String = selectBox_button<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#buttonClass" class="signatureLink">buttonClass</a> : String = selectBox_buttonClass<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#buttonSize" class="signatureLink">buttonSize</a> : String = selectBox_buttonSize<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#disabledBorderDarkColor" class="signatureLink">disabledBorderDarkColor</a> : String = selectBox_disabledBorderDarkColor<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#disabledBorderLightColor" class="signatureLink">disabledBorderLightColor</a> : String = selectBox_disabledBorderLightColor<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#labelBackground" class="signatureLink">labelBackground</a> : String = selectBox_labelBackground<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#labelBorder" class="signatureLink">labelBorder</a> : String = selectBox_labelBorder<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#labelFunction" class="signatureLink">labelFunction</a> : String = selectBox_labelFunction<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listItemRenderer" class="signatureLink">listItemRenderer</a> : String = selectBox_listItemRenderer<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listItemSize" class="signatureLink">listItemSize</a> : String = selectBox_listItemSize<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#listPadding" class="signatureLink">listPadding</a> : String = selectBox_listPadding<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#maxVisibleItems" class="signatureLink">maxVisibleItems</a> : String = selectBox_maxVisibleItems<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#openIcon" class="signatureLink">openIcon</a> : String = selectBox_openIcon<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#popUpSize" class="signatureLink">popUpSize</a> : String = selectBox_popUpSize<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#toolTips" class="signatureLink">toolTips</a> : String = selectBox_toolTips<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="borderDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderDarkColor</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const borderDarkColor:String = selectBox_borderDarkColor</code><p></p></div><a name="constantDetail"></a><a name="borderLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const borderLightColor:String = selectBox_borderLightColor</code><p></p></div><a name="constantDetail"></a><a name="button"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">button</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const button:String = selectBox_button</code><p></p></div><a name="constantDetail"></a><a name="buttonClass"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">buttonClass</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const buttonClass:String = selectBox_buttonClass</code><p></p></div><a name="constantDetail"></a><a name="buttonSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">buttonSize</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const buttonSize:String = selectBox_buttonSize</code><p></p></div><a name="constantDetail"></a><a name="disabledBorderDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">disabledBorderDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const disabledBorderDarkColor:String = selectBox_disabledBorderDarkColor</code><p></p></div><a name="constantDetail"></a><a name="disabledBorderLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">disabledBorderLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const disabledBorderLightColor:String = selectBox_disabledBorderLightColor</code><p></p></div><a name="constantDetail"></a><a name="labelBackground"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">labelBackground</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const labelBackground:String = selectBox_labelBackground</code><p></p></div><a name="constantDetail"></a><a name="labelBorder"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">labelBorder</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const labelBorder:String = selectBox_labelBorder</code><p></p></div><a name="constantDetail"></a><a name="labelFunction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">labelFunction</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const labelFunction:String = selectBox_labelFunction</code><p></p></div><a name="constantDetail"></a><a name="listItemRenderer"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemRenderer</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const listItemRenderer:String = selectBox_listItemRenderer</code><p></p></div><a name="constantDetail"></a><a name="listItemSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listItemSize</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const listItemSize:String = selectBox_listItemSize</code><p></p></div><a name="constantDetail"></a><a name="listPadding"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">listPadding</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const listPadding:String = selectBox_listPadding</code><p></p></div><a name="constantDetail"></a><a name="maxVisibleItems"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">maxVisibleItems</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const maxVisibleItems:String = selectBox_maxVisibleItems</code><p></p></div><a name="constantDetail"></a><a name="openIcon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">openIcon</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const openIcon:String = selectBox_openIcon</code><p></p></div><a name="constantDetail"></a><a name="popUpSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">popUpSize</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const popUpSize:String = selectBox_popUpSize</code><p></p></div><a name="constantDetail"></a><a name="toolTips"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toolTips</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const toolTips:String = selectBox_toolTips</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.selectbox.core - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.selectbox.core</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="SelectBoxWindow.html">SelectBoxWindow</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.selectbox.core Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.selectbox.core package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/selectbox/core/package-detail.html&amp;com/sibirjak/asdpcbeta/selectbox/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.selectbox.core</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.selectbox.core"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SelectBoxWindow.html">SelectBoxWindow</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="SelectBoxWindow,com.sibirjak.asdpcbeta.selectbox.core.SelectBoxWindow,list,popUpControl,selectBox"><title>com.sibirjak.asdpcbeta.selectbox.core.SelectBoxWindow</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SelectBoxWindow - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html&amp;com/sibirjak/asdpcbeta/selectbox/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SelectBoxWindow</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SelectBoxWindow"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.selectbox.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SelectBoxWindow</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SelectBoxWindow  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../com/sibirjak/asdpc/core/managers/IPopUpControlPopUp.html">IPopUpControlPopUp</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#document" class="signatureLink">document</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#documents" class="signatureLink">documents</a> : Array<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#list" class="signatureLink">list</a> : <a href="../../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a><div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">SelectBoxWindow</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#minimised" class="signatureLink">minimised</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#minimiseOnClickOutside" class="signatureLink">minimiseOnClickOutside</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#minimisePosition" class="signatureLink">minimisePosition</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#minimiseTriggerButton" class="signatureLink">minimiseTriggerButton</a> : DisplayObject<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#moveable" class="signatureLink">moveable</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#popUpControl" class="signatureLink">popUpControl</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/IPopUpControl.html">IPopUpControl</a><div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">SelectBoxWindow</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#restorePosition" class="signatureLink">restorePosition</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectBox" class="signatureLink">selectBox</a> : <a href="../../../../../com/sibirjak/asdpcbeta/selectbox/SelectBox.html">SelectBox</a><div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">SelectBoxWindow</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#selectedTabName" class="signatureLink">selectedTabName</a> : String<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/WindowStyles.html">WindowStyles</a><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#title" class="signatureLink">title</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_backgroundSkin" class="signatureLink">_backgroundSkin</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/skins/WindowSkin.html">WindowSkin</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_diffPosition" class="signatureLink">_diffPosition</a> : Point<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_document" class="signatureLink">_document</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_documents" class="signatureLink">_documents</a> : LinkedMap<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_isMoving" class="signatureLink">_isMoving</a> : Boolean = false<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_minimised" class="signatureLink">_minimised</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_minimiseOnClickOutside" class="signatureLink">_minimiseOnClickOutside</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_minimisePosition" class="signatureLink">_minimisePosition</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_minimiseTriggerButton" class="signatureLink">_minimiseTriggerButton</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_minimiseTween" class="signatureLink">_minimiseTween</a> : GTween<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_moveable" class="signatureLink">_moveable</a> : Boolean = true<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_restorePosition" class="signatureLink">_restorePosition</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_shadowSkin" class="signatureLink">_shadowSkin</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/skins/WindowSkin.html">WindowSkin</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_tabBar" class="signatureLink">_tabBar</a> : <a href="../../../../../com/sibirjak/asdpcbeta/tabbar/TabBar.html">TabBar</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_tabNameToSelect" class="signatureLink">_tabNameToSelect</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_title" class="signatureLink">_title</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_titleBar" class="signatureLink">_titleBar</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/core/ITitleBar.html">ITitleBar</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#_windowIconSkin" class="signatureLink">_windowIconSkin</a> : Class<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SelectBoxWindow()" class="signatureLink">SelectBoxWindow</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxWindow</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#minimise()" class="signatureLink">minimise</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#restore()" class="signatureLink">restore</a>(tween:Boolean = true, position:<a href="../../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a> = null):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#startMoving()" class="signatureLink">startMoving</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedMethod" id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#getTitleBarClass()" class="signatureLink">getTitleBarClass</a>():Class</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#getTitleBarDimensions()" class="signatureLink">getTitleBarDimensions</a>():Rectangle</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#onMinimise()" class="signatureLink">onMinimise</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#onRestore()" class="signatureLink">onRestore</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#windowMoves()" class="signatureLink">windowMoves</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#windowStartsMoving()" class="signatureLink">windowStartsMoving</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#windowStopsMoving()" class="signatureLink">windowStopsMoving</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedConstant" id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#TWEEN_ALPHA" class="signatureLink">TWEEN_ALPHA</a> : uint<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html#TWEEN_POSITION" class="signatureLink">TWEEN_POSITION</a> : uint<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="list"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">list</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>list:<a href="../../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get list():<a href="../../../../../com/sibirjak/asdpc/listview/IListView.html">IListView</a></code><br/></div><a name="propertyDetail"></a><a name="popUpControl"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">popUpControl</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>popUpControl:<a href="../../../../../com/sibirjak/asdpc/core/managers/IPopUpControl.html">IPopUpControl</a></code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get popUpControl():<a href="../../../../../com/sibirjak/asdpc/core/managers/IPopUpControl.html">IPopUpControl</a></code><br/></div><a name="propertyDetail"></a><a name="selectBox"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectBox</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectBox:<a href="../../../../../com/sibirjak/asdpcbeta/selectbox/SelectBox.html">SelectBox</a></code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectBox(value:<a href="../../../../../com/sibirjak/asdpcbeta/selectbox/SelectBox.html">SelectBox</a>):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SelectBoxWindow()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SelectBoxWindow</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SelectBoxWindow()</code><p></p><br/><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.selectbox.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.selectbox.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="SelectBoxListSkin.html">SelectBoxListSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.selectbox.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.selectbox.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/selectbox/skins/package-detail.html&amp;com/sibirjak/asdpcbeta/selectbox/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.selectbox.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.selectbox.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SelectBoxListSkin.html">SelectBoxListSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="SelectBoxListSkin,com.sibirjak.asdpcbeta.selectbox.skins.SelectBoxListSkin,style_backgroundDarkColor,style_backgroundLightColor,style_borderDarkColor,style_borderLightColor,backgroundColors,borderColors"><title>com.sibirjak.asdpcbeta.selectbox.skins.SelectBoxListSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SelectBoxListSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/selectbox/skins/SelectBoxListSkin.html&amp;com/sibirjak/asdpcbeta/selectbox/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SelectBoxListSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SelectBoxListSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.selectbox.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SelectBoxListSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SelectBoxListSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SelectBoxListSkin()" class="signatureLink">SelectBoxListSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SelectBoxListSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#background()" class="signatureLink">background</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the background visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#backgroundAlpha()" class="signatureLink">backgroundAlpha</a>():Number</div><div class="summaryTableDescription">
		 Returns the background alpha value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundColors()" class="signatureLink">backgroundColors</a>():Array</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SelectBoxListSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#backgroundRotation()" class="signatureLink">backgroundRotation</a>():Number</div><div class="summaryTableDescription">
		 Returns the background gradient fill rotation.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#border()" class="signatureLink">border</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the border visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAlias()" class="signatureLink">borderAlias</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the border alias.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAliasAlpha()" class="signatureLink">borderAliasAlpha</a>():Number</div><div class="summaryTableDescription">
		 Returns the border alias alpha value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderColors()" class="signatureLink">borderColors</a>():Array</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SelectBoxListSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderSides()" class="signatureLink">borderSides</a>():uint</div><div class="summaryTableDescription">
		 Returns the visible border sides.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#cornerRadius()" class="signatureLink">cornerRadius</a>():uint</div><div class="summaryTableDescription">
		 Returns the corner radius.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#ALL_BORDER" class="signatureLink">ALL_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for all borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#BOTTOM_BORDER" class="signatureLink">BOTTOM_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the bottom border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#LEFT_BORDER" class="signatureLink">LEFT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the left border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#RIGHT_BORDER" class="signatureLink">RIGHT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the right border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundDarkColor" class="signatureLink">style_backgroundDarkColor</a> : String = colorPickerSkin_backgroundDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SelectBoxListSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundLightColor" class="signatureLink">style_backgroundLightColor</a> : String = colorPickerSkin_backgroundLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SelectBoxListSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderDarkColor" class="signatureLink">style_borderDarkColor</a> : String = colorPickerSkin_borderDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SelectBoxListSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderLightColor" class="signatureLink">style_borderLightColor</a> : String = colorPickerSkin_borderLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SelectBoxListSkin</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#TOP_BORDER" class="signatureLink">TOP_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the top border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SelectBoxListSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SelectBoxListSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SelectBoxListSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="backgroundColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function backgroundColors():Array</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><a name="borderColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function borderColors():Array</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_backgroundDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundDarkColor</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_backgroundDarkColor:String = colorPickerSkin_backgroundDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundLightColor:String = colorPickerSkin_backgroundLightColor</code><p></p></div><a name="constantDetail"></a><a name="style_borderDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderDarkColor:String = colorPickerSkin_borderDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_borderLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderLightColor:String = colorPickerSkin_borderLightColor</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.slider - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.slider</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="Slider.html">Slider</a></td></tr><tr><td><a href="SliderEvent.html">SliderEvent</a></td></tr><tr><td><a href="SliderStyles.html">SliderStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.slider Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.slider package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/slider/package-detail.html&amp;com/sibirjak/asdpcbeta/slider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.slider</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.slider"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Slider.html">Slider</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SliderEvent.html">SliderEvent</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SliderStyles.html">SliderStyles</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="Slider,com.sibirjak.asdpcbeta.slider.Slider,BINDABLE_PROPERTY_VALUE,CHANGE,RELEASE,THUMB_NAME,TRACK_NAME,VIEW_PROPERTY_SLIDER_DIRECTION,direction,enabled,liveDragging,maxValue,minValue,mouseWheelDelta,snapInterval,style,thumbPadding,thumbSize,trackSize,value,value,cleanUpCalled,draw,init,initialised,update"><title>com.sibirjak.asdpcbeta.slider.Slider</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Slider - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/slider/Slider.html&amp;com/sibirjak/asdpcbeta/slider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Slider</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Slider"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.slider</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Slider</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Slider  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#direction" class="signatureLink">direction</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#liveDragging" class="signatureLink">liveDragging</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#maxValue" class="signatureLink">maxValue</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minValue" class="signatureLink">minValue</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#mouseWheelDelta" class="signatureLink">mouseWheelDelta</a> : uint<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#snapInterval" class="signatureLink">snapInterval</a> : uint<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpcbeta/slider/SliderStyles.html">SliderStyles</a><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#value" class="signatureLink">value</a> : Number<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#Slider()" class="signatureLink">Slider</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BINDABLE_PROPERTY_VALUE" class="signatureLink">BINDABLE_PROPERTY_VALUE</a> : String = value<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#THUMB_NAME" class="signatureLink">THUMB_NAME</a> : String = sliderThumb<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TRACK_NAME" class="signatureLink">TRACK_NAME</a> : String = sliderTrack<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Slider</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#VIEW_PROPERTY_SLIDER_DIRECTION" class="signatureLink">VIEW_PROPERTY_SLIDER_DIRECTION</a> : String = sliderDirection<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Slider</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="direction"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">direction</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>direction:String</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get direction():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set direction(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="enabled"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enabled</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>enabled:Boolean</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get enabled():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set enabled(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="liveDragging"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">liveDragging</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>liveDragging:Boolean</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get liveDragging():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set liveDragging(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="maxValue"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">maxValue</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>maxValue:Number</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get maxValue():Number</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set maxValue(value:Number):void</code><br/></div><a name="propertyDetail"></a><a name="minValue"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minValue</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>minValue:Number</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get minValue():Number</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set minValue(value:Number):void</code><br/></div><a name="propertyDetail"></a><a name="mouseWheelDelta"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">mouseWheelDelta</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>mouseWheelDelta:uint</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get mouseWheelDelta():uint</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set mouseWheelDelta(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="snapInterval"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">snapInterval</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>snapInterval:uint</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get snapInterval():uint</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set snapInterval(value:uint):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpcbeta/slider/SliderStyles.html">SliderStyles</a></code><p></p></div><a name="propertyDetail"></a><a name="value"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">value</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>value:Number</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get value():Number</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set value(value:Number):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="Slider()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">Slider</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function Slider()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p></div><a name="initialised()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">initialised</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function initialised():void</code><p></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BINDABLE_PROPERTY_VALUE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BINDABLE_PROPERTY_VALUE</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BINDABLE_PROPERTY_VALUE:String = value</code><p></p></div><a name="constantDetail"></a><a name="THUMB_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">THUMB_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const THUMB_NAME:String = sliderThumb</code><p></p></div><a name="constantDetail"></a><a name="TRACK_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TRACK_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TRACK_NAME:String = sliderTrack</code><p></p></div><a name="constantDetail"></a><a name="VIEW_PROPERTY_SLIDER_DIRECTION"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">VIEW_PROPERTY_SLIDER_DIRECTION</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const VIEW_PROPERTY_SLIDER_DIRECTION:String = sliderDirection</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="SliderEvent,com.sibirjak.asdpcbeta.slider.SliderEvent,BINDABLE_PROPERTY_VALUE,CHANGE,RELEASE,THUMB_NAME,TRACK_NAME,VIEW_PROPERTY_SLIDER_DIRECTION,direction,enabled,liveDragging,maxValue,minValue,mouseWheelDelta,snapInterval,style,thumbPadding,thumbSize,trackSize,value,value"><title>com.sibirjak.asdpcbeta.slider.SliderEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SliderEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/slider/SliderEvent.html&amp;com/sibirjak/asdpcbeta/slider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SliderEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SliderEvent"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.slider</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SliderEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SliderEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CHANGE" class="signatureLink">CHANGE</a> : String = slider_change<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#RELEASE" class="signatureLink">RELEASE</a> : String = slider_release<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#value" class="signatureLink">value</a> : Number<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">SliderEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SliderEvent()" class="signatureLink">SliderEvent</a>(type:String, value:Number)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SliderEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="CHANGE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CHANGE</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public static var CHANGE:String = slider_change</code><p></p></div><a name="propertyDetail"></a><a name="RELEASE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RELEASE</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var RELEASE:String = slider_release</code><p></p></div><a name="propertyDetail"></a><a name="value"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">value</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>value:Number</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get value():Number</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SliderEvent()"></a><a name="SliderEvent(String,Number)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SliderEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SliderEvent(type:String, value:Number)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">value</span>:Number</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="SliderStyles,com.sibirjak.asdpcbeta.slider.SliderStyles,BINDABLE_PROPERTY_VALUE,CHANGE,RELEASE,THUMB_NAME,TRACK_NAME,VIEW_PROPERTY_SLIDER_DIRECTION,direction,enabled,liveDragging,maxValue,minValue,mouseWheelDelta,snapInterval,style,thumbPadding,thumbSize,trackSize,value,value"><title>com.sibirjak.asdpcbeta.slider.SliderStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SliderStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/slider/SliderStyles.html&amp;com/sibirjak/asdpcbeta/slider/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SliderStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SliderStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.slider</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SliderStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SliderStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#thumbPadding" class="signatureLink">thumbPadding</a> : String = slider_thumbPadding<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SliderStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#thumbSize" class="signatureLink">thumbSize</a> : String = slider_thumbSize<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SliderStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#trackSize" class="signatureLink">trackSize</a> : String = slider_trackSize<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SliderStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="thumbPadding"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">thumbPadding</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const thumbPadding:String = slider_thumbPadding</code><p></p></div><a name="constantDetail"></a><a name="thumbSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">thumbSize</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const thumbSize:String = slider_thumbSize</code><p></p></div><a name="constantDetail"></a><a name="trackSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">trackSize</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const trackSize:String = slider_trackSize</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.slider.core - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.slider.core</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="SliderThumb.html">SliderThumb</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.slider.core Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.slider.core package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/slider/core/package-detail.html&amp;com/sibirjak/asdpcbeta/slider/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.slider.core</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.slider.core"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SliderThumb.html">SliderThumb</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="SliderThumb,com.sibirjak.asdpcbeta.slider.core.SliderThumb,EVENT_THUMB_MOVE,EVENT_THUMB_RELEASED,boundaryRect,position,cleanUpCalled,onClick,onMouseDown,onMouseUpOutside,tweenToPosition"><title>com.sibirjak.asdpcbeta.slider.core.SliderThumb</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SliderThumb - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/slider/core/SliderThumb.html&amp;com/sibirjak/asdpcbeta/slider/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SliderThumb</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SliderThumb"); titleBar_setSubNav(true,true,true,false,false,false,true,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.slider.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SliderThumb</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SliderThumb  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#autoRepeat" class="signatureLink">autoRepeat</a> : Boolean<div class="summaryTableDescription">
		 
		 Returns true, if the button has auto repeat enabled.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#boundaryRect" class="signatureLink">boundaryRect</a> : Rectangle<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SliderThumb</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#enabled" class="signatureLink">enabled</a> : Boolean<div class="summaryTableDescription">
		 
		 Enables or disables a button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#label" class="signatureLink">label</a> : String<div class="summaryTableDescription">
		 
		 The label displayed within the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#position" class="signatureLink">position</a> : Point<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">SliderThumb</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription">
		 
		 Selectes or deselects a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#selectedLabel" class="signatureLink">selectedLabel</a> : String<div class="summaryTableDescription">
		 
		 The label text for the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#selectedToolTip" class="signatureLink">selectedToolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip displayed in selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style" class="signatureLink">style</a> : <a href="../../../../../com/sibirjak/asdpc/button/ButtonStyles.html">ButtonStyles</a><div class="summaryTableDescription">[static] 
		 Central accessor to all Button style property definitions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#toggle" class="signatureLink">toggle</a> : Boolean<div class="summaryTableDescription">
		 
		 Converts a click button into a toggle button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#toolTip" class="signatureLink">toolTip</a> : String<div class="summaryTableDescription">[write-only] 
		 
		 Sets a tool tip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#buttonHeight" class="signatureLink">buttonHeight</a> : uint<div class="summaryTableDescription">[read-only] 
		 Returns a value for the actual button height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#buttonWidth" class="signatureLink">buttonWidth</a> : uint<div class="summaryTableDescription">[read-only] 
		 Returns a value for the actual button width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#_icon" class="signatureLink">_icon</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed icon.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#_label" class="signatureLink">_label</a> : <a href="../../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a><div class="summaryTableDescription">
		 The label.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#_labelText" class="signatureLink">_labelText</a> : String<div class="summaryTableDescription">
		 The text displayed on the button.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#_skin" class="signatureLink">_skin</a> : DisplayObject<div class="summaryTableDescription">
		 The currently displayed skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SliderThumb()" class="signatureLink">SliderThumb</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SliderThumb</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#tweenToPosition()" class="signatureLink">tweenToPosition</a>(position:Point):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SliderThumb</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#allowedToChangeSelection()" class="signatureLink">allowedToChangeSelection</a>():Boolean</div><div class="summaryTableDescription">
		 Template method to enable toggle button sub classes the
		 control of the selected state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SliderThumb</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#getToolTip()" class="signatureLink">getToolTip</a>():String</div><div class="summaryTableDescription">
		 Returns the tool tip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#getToolTipOffsetX()" class="signatureLink">getToolTipOffsetX</a>():int</div><div class="summaryTableDescription">
		 Returns the position of the tooltip.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onClick()" class="signatureLink">onClick</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SliderThumb</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onMouseDown()" class="signatureLink">onMouseDown</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SliderThumb</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onMouseUpOutside()" class="signatureLink">onMouseUpOutside</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SliderThumb</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#onRollOut()" class="signatureLink">onRollOut</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll out event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#onRollOver()" class="signatureLink">onRollOver</a>():void</div><div class="summaryTableDescription">
		 Template method for the roll over event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#onSelectionChanged()" class="signatureLink">onSelectionChanged</a>():void</div><div class="summaryTableDescription">
		 Template method for the selection changed event.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#setLabelBaseStyles()" class="signatureLink">setLabelBaseStyles</a>():void</div><div class="summaryTableDescription">
		 The place where the label styles are set.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#setLabelSize()" class="signatureLink">setLabelSize</a>():void</div><div class="summaryTableDescription">
		 The place where the label size is set.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#showIcon()" class="signatureLink">showIcon</a>():void</div><div class="summaryTableDescription">
		 Shows the icon depending on the current state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#showSkin()" class="signatureLink">showSkin</a>():void</div><div class="summaryTableDescription">
		 Shows the skin depending on the current state.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><div class="showHideLinks"><div id="hideInheritedEvent" class="hideInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(false,'Event');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Events</a></div><div id="showInheritedEvent" class="showInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(true,'Event');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Events</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedEvent" id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_click" class="signatureLink">button_click</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type CLICK
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_mouseDown" class="signatureLink">button_mouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_DOWN
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_mouseUpOutside" class="signatureLink">button_mouseUpOutside</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type MOUSE_UP_OUTSIDE
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_rollOut" class="signatureLink">button_rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OUT
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_rollOver" class="signatureLink">button_rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type ROLL_OVER
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#event:button_selectionChanged" class="signatureLink">button_selectionChanged</a></div></td><td class="summaryTableDescription summaryTableCol">
		 Event type SELECTION_CHANGED
		 
		 </td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedStyle" id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatDelay" class="signatureLink">button_autoRepeatDelay</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_autoRepeatRate" class="signatureLink">button_autoRepeatRate</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Time<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_coloriseIcon" class="signatureLink">button_coloriseIcon</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Boolean<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconAlpha" class="signatureLink">button_disabledIconAlpha</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Number&nbsp;<span class="label">Format: </span>Alpha<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkin" class="signatureLink">button_disabledIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledIconSkinName" class="signatureLink">button_disabledIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledSkin" class="signatureLink">button_disabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_disabledSkinName" class="signatureLink">button_disabledSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_downIconSkin" class="signatureLink">button_downIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_downIconSkinName" class="signatureLink">button_downIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_downSkin" class="signatureLink">button_downSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_downSkinName" class="signatureLink">button_downSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_iconColor" class="signatureLink">button_iconColor</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Color<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_labelStyles" class="signatureLink">button_labelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_overIconSkin" class="signatureLink">button_overIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_overIconSkinName" class="signatureLink">button_overIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_overLabelStyles" class="signatureLink">button_overLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_overSkin" class="signatureLink">button_overSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_overSkinName" class="signatureLink">button_overSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkin" class="signatureLink">button_selectedDisabledIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledIconSkinName" class="signatureLink">button_selectedDisabledIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkin" class="signatureLink">button_selectedDisabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDisabledSkinName" class="signatureLink">button_selectedDisabledSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkin" class="signatureLink">button_selectedDownIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownIconSkinName" class="signatureLink">button_selectedDownIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkin" class="signatureLink">button_selectedDownSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedDownSkinName" class="signatureLink">button_selectedDownSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" class="signatureLink">button_selectedLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedLabelStyles" class="signatureLink">button_selectedLabelStyles</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Array&nbsp;<span class="label">Format: </span>Propery, value, property, value, ...<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkin" class="signatureLink">button_selectedOverIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverIconSkinName" class="signatureLink">button_selectedOverIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkin" class="signatureLink">button_selectedOverSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedOverSkinName" class="signatureLink">button_selectedOverSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkin" class="signatureLink">button_selectedUpIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpIconSkinName" class="signatureLink">button_selectedUpIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkin" class="signatureLink">button_selectedUpSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_selectedUpSkinName" class="signatureLink">button_selectedUpSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetX" class="signatureLink">button_toolTipOffsetX</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_toolTipOffsetY" class="signatureLink">button_toolTipOffsetY</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>uint&nbsp;<span class="label">Format: </span>Position<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_upIconSkin" class="signatureLink">button_upIconSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_upIconSkinName" class="signatureLink">button_upIconSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button IconSkin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_upSkin" class="signatureLink">button_upSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>Class&nbsp;<span class="label">Format: </span>DisplayObject<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#style:button_upSkinName" class="signatureLink">button_upSkinName</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span>String&nbsp;<span class="label">Format: </span>Button skin name<br/></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#BINDABLE_PROPERTY_SELECTED" class="signatureLink">BINDABLE_PROPERTY_SELECTED</a> : String = selected<div class="summaryTableDescription">[static] 
		 Name constant for the bindable property Button.selected.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#DISABLED_ICON_SKIN_NAME" class="signatureLink">DISABLED_ICON_SKIN_NAME</a> : String = disabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#DISABLED_SKIN_NAME" class="signatureLink">DISABLED_SKIN_NAME</a> : String = disabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the disabled skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#DOWN_ICON_SKIN_NAME" class="signatureLink">DOWN_ICON_SKIN_NAME</a> : String = downIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#DOWN_SKIN_NAME" class="signatureLink">DOWN_SKIN_NAME</a> : String = downSkin<div class="summaryTableDescription">[static] 
		 Name constant for the down skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#EVENT_THUMB_MOVE" class="signatureLink">EVENT_THUMB_MOVE</a> : String = sliderThumb_move<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumb</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#EVENT_THUMB_RELEASED" class="signatureLink">EVENT_THUMB_RELEASED</a> : String = sliderThumb_release<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumb</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#OVER_ICON_SKIN_NAME" class="signatureLink">OVER_ICON_SKIN_NAME</a> : String = overIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#OVER_SKIN_NAME" class="signatureLink">OVER_SKIN_NAME</a> : String = overSkin<div class="summaryTableDescription">[static] 
		 Name constant for the over skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_ICON_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_ICON_SKIN_NAME</a> : String = selectedDisabledIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DISABLED_SKIN_NAME" class="signatureLink">SELECTED_DISABLED_SKIN_NAME</a> : String = selectedDisabledSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected disabled skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_ICON_SKIN_NAME" class="signatureLink">SELECTED_DOWN_ICON_SKIN_NAME</a> : String = selectedDownIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_DOWN_SKIN_NAME" class="signatureLink">SELECTED_DOWN_SKIN_NAME</a> : String = selectedDownSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected down skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_ICON_SKIN_NAME" class="signatureLink">SELECTED_OVER_ICON_SKIN_NAME</a> : String = selectedOverIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_OVER_SKIN_NAME" class="signatureLink">SELECTED_OVER_SKIN_NAME</a> : String = selectedOverSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected over skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_UP_ICON_SKIN_NAME" class="signatureLink">SELECTED_UP_ICON_SKIN_NAME</a> : String = selectedUpIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#SELECTED_UP_SKIN_NAME" class="signatureLink">SELECTED_UP_SKIN_NAME</a> : String = selectedUpSkin<div class="summaryTableDescription">[static] 
		 Name constant for the selected up skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#UP_ICON_SKIN_NAME" class="signatureLink">UP_ICON_SKIN_NAME</a> : String = upIconSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up icon skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html#UP_SKIN_NAME" class="signatureLink">UP_SKIN_NAME</a> : String = upSkin<div class="summaryTableDescription">[static] 
		 Name constant for the up skin.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/button/Button.html">Button</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="boundaryRect"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">boundaryRect</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>boundaryRect:Rectangle</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get boundaryRect():Rectangle</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set boundaryRect(value:Rectangle):void</code><br/></div><a name="propertyDetail"></a><a name="position"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">position</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>position:Point</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set position(value:Point):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SliderThumb()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SliderThumb</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SliderThumb()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p></div><a name="onClick()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onClick</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function onClick():void</code><p></p></div><a name="onMouseDown()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onMouseDown</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function onMouseDown():void</code><p></p></div><a name="onMouseUpOutside()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onMouseUpOutside</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function onMouseUpOutside():void</code><p></p></div><a name="tweenToPosition()"></a><a name="tweenToPosition(flash.geom.Point)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">tweenToPosition</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function tweenToPosition(position:Point):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">position</span>:Point</code></td></tr></table></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="EVENT_THUMB_MOVE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">EVENT_THUMB_MOVE</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const EVENT_THUMB_MOVE:String = sliderThumb_move</code><p></p></div><a name="constantDetail"></a><a name="EVENT_THUMB_RELEASED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">EVENT_THUMB_RELEASED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const EVENT_THUMB_RELEASED:String = sliderThumb_release</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.slider.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.slider.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="SliderThumbSkin.html">SliderThumbSkin</a></td></tr><tr><td><a href="SliderTrackSkin.html">SliderTrackSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.slider.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.slider.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/slider/skins/package-detail.html&amp;com/sibirjak/asdpcbeta/slider/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.slider.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.slider.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SliderThumbSkin.html">SliderThumbSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SliderTrackSkin.html">SliderTrackSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="SliderThumbSkin,com.sibirjak.asdpcbeta.slider.skins.SliderThumbSkin,style_backgroundAlpha,style_backgroundDarkColor,style_backgroundDarkColor,style_backgroundLightColor,style_backgroundLightColor,style_borderColor,style_borderCornerGap,style_borderDarkColor,style_borderLightColor,style_disabledBackgroundDarkColor,style_disabledBackgroundLightColor,style_overBackgroundDarkColor,style_overBackgroundLightColor,backgroundColors,borderColors,cornerRadius,draw"><title>com.sibirjak.asdpcbeta.slider.skins.SliderThumbSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SliderThumbSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/slider/skins/SliderThumbSkin.html&amp;com/sibirjak/asdpcbeta/slider/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SliderThumbSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SliderThumbSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.slider.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SliderThumbSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SliderThumbSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SliderThumbSkin()" class="signatureLink">SliderThumbSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundAlpha" class="signatureLink">style_backgroundAlpha</a> : String = sliderThumbSkin_backgroundAlpha<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundDarkColor" class="signatureLink">style_backgroundDarkColor</a> : String = sliderThumbSkin_backgroundDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundLightColor" class="signatureLink">style_backgroundLightColor</a> : String = sliderThumbSkin_backgroundLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderCornerGap" class="signatureLink">style_borderCornerGap</a> : String = sliderThumbSkin_borderCornerGap<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderDarkColor" class="signatureLink">style_borderDarkColor</a> : String = sliderThumbSkin_borderDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderLightColor" class="signatureLink">style_borderLightColor</a> : String = sliderThumbSkin_borderLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_disabledBackgroundDarkColor" class="signatureLink">style_disabledBackgroundDarkColor</a> : String = sliderThumbSkin_disabledBackgroundDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_disabledBackgroundLightColor" class="signatureLink">style_disabledBackgroundLightColor</a> : String = sliderThumbSkin_disabledBackgroundLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_overBackgroundDarkColor" class="signatureLink">style_overBackgroundDarkColor</a> : String = sliderThumbSkin_overBackgroundDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_overBackgroundLightColor" class="signatureLink">style_overBackgroundLightColor</a> : String = sliderThumbSkin_overBackgroundLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderThumbSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SliderThumbSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SliderThumbSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SliderThumbSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_backgroundAlpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundAlpha</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_backgroundAlpha:String = sliderThumbSkin_backgroundAlpha</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundDarkColor:String = sliderThumbSkin_backgroundDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundLightColor:String = sliderThumbSkin_backgroundLightColor</code><p></p></div><a name="constantDetail"></a><a name="style_borderCornerGap"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderCornerGap</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderCornerGap:String = sliderThumbSkin_borderCornerGap</code><p></p></div><a name="constantDetail"></a><a name="style_borderDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderDarkColor:String = sliderThumbSkin_borderDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_borderLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderLightColor:String = sliderThumbSkin_borderLightColor</code><p></p></div><a name="constantDetail"></a><a name="style_disabledBackgroundDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_disabledBackgroundDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_disabledBackgroundDarkColor:String = sliderThumbSkin_disabledBackgroundDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_disabledBackgroundLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_disabledBackgroundLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_disabledBackgroundLightColor:String = sliderThumbSkin_disabledBackgroundLightColor</code><p></p></div><a name="constantDetail"></a><a name="style_overBackgroundDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_overBackgroundDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_overBackgroundDarkColor:String = sliderThumbSkin_overBackgroundDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_overBackgroundLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_overBackgroundLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_overBackgroundLightColor:String = sliderThumbSkin_overBackgroundLightColor</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="SliderTrackSkin,com.sibirjak.asdpcbeta.slider.skins.SliderTrackSkin,style_backgroundAlpha,style_backgroundDarkColor,style_backgroundDarkColor,style_backgroundLightColor,style_backgroundLightColor,style_borderColor,style_borderCornerGap,style_borderDarkColor,style_borderLightColor,style_disabledBackgroundDarkColor,style_disabledBackgroundLightColor,style_overBackgroundDarkColor,style_overBackgroundLightColor,backgroundColors,borderColors,cornerRadius,draw"><title>com.sibirjak.asdpcbeta.slider.skins.SliderTrackSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'SliderTrackSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/slider/skins/SliderTrackSkin.html&amp;com/sibirjak/asdpcbeta/slider/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">SliderTrackSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("SliderTrackSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.slider.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  SliderTrackSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">SliderTrackSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#SliderTrackSkin()" class="signatureLink">SliderTrackSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">SliderTrackSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#background()" class="signatureLink">background</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the background visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#backgroundAlpha()" class="signatureLink">backgroundAlpha</a>():Number</div><div class="summaryTableDescription">
		 Returns the background alpha value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundColors()" class="signatureLink">backgroundColors</a>():Array</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SliderTrackSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#backgroundRotation()" class="signatureLink">backgroundRotation</a>():Number</div><div class="summaryTableDescription">
		 Returns the background gradient fill rotation.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#border()" class="signatureLink">border</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the border visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAlias()" class="signatureLink">borderAlias</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the border alias.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAliasAlpha()" class="signatureLink">borderAliasAlpha</a>():Number</div><div class="summaryTableDescription">
		 Returns the border alias alpha value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderColors()" class="signatureLink">borderColors</a>():Array</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SliderTrackSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderSides()" class="signatureLink">borderSides</a>():uint</div><div class="summaryTableDescription">
		 Returns the visible border sides.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cornerRadius()" class="signatureLink">cornerRadius</a>():uint</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">SliderTrackSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#ALL_BORDER" class="signatureLink">ALL_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for all borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#BOTTOM_BORDER" class="signatureLink">BOTTOM_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the bottom border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#LEFT_BORDER" class="signatureLink">LEFT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the left border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#RIGHT_BORDER" class="signatureLink">RIGHT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the right border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundDarkColor" class="signatureLink">style_backgroundDarkColor</a> : String = sliderTrackSkin_backgroundDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderTrackSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundLightColor" class="signatureLink">style_backgroundLightColor</a> : String = sliderTrackSkin_backgroundLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderTrackSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderColor" class="signatureLink">style_borderColor</a> : String = sliderTrackSkin_borderColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">SliderTrackSkin</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#TOP_BORDER" class="signatureLink">TOP_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the top border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="SliderTrackSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SliderTrackSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function SliderTrackSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="backgroundColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function backgroundColors():Array</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><a name="borderColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function borderColors():Array</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><a name="cornerRadius()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cornerRadius</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function cornerRadius():uint</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code></td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_backgroundDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundDarkColor</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_backgroundDarkColor:String = sliderTrackSkin_backgroundDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundLightColor:String = sliderTrackSkin_backgroundLightColor</code><p></p></div><a name="constantDetail"></a><a name="style_borderColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderColor:String = sliderTrackSkin_borderColor</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.tabbar - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.tabbar</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="TabBar.html">TabBar</a></td></tr><tr><td><a href="TabBarStyles.html">TabBarStyles</a></td></tr><tr><td><a href="TabItem.html">TabItem</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.tabbar Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.tabbar package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/tabbar/package-detail.html&amp;com/sibirjak/asdpcbeta/tabbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.tabbar</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.tabbar"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TabBar.html">TabBar</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TabBarStyles.html">TabBarStyles</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TabItem.html">TabItem</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TabBar,com.sibirjak.asdpcbeta.tabbar.TabBar,BINDABLE_PROPERTY_SELECTED_TAB_NAME,SELECTED_SKIN_NAME,SKIN_NAME,VIEW_PROPERTY_FIRST_ITEM,VIEW_PROPERTY_LAST_ITEM,label,selected,selectedTabItemSkin,selectedTabName,style,tabBar,tabItemSkin,tabs,cleanUpCalled,draw,draw,initialised"><title>com.sibirjak.asdpcbeta.tabbar.TabBar</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TabBar - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/tabbar/TabBar.html&amp;com/sibirjak/asdpcbeta/tabbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TabBar</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TabBar"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.tabbar</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TabBar</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TabBar  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedTabName" class="signatureLink">selectedTabName</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TabBar</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpcbeta/tabbar/TabBarStyles.html">TabBarStyles</a><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TabBar</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#tabs" class="signatureLink">tabs</a> : Array<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">TabBar</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TabBar()" class="signatureLink">TabBar</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TabBar</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#bindProperty()" class="signatureLink">bindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Binds a listener (bound listener) to a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#removeAllBindings()" class="signatureLink">removeAllBindings</a>():void</div><div class="summaryTableDescription">
		 Removes all bindings.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#unbindProperty()" class="signatureLink">unbindProperty</a>(propertyName:String, listener:Object, listenerPropertyName:String = null):void</div><div class="summaryTableDescription">
		 Unbinds a formerly bound listener from a bindable property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TabBar</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TabBar</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TabBar</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#setBindableProperties()" class="signatureLink">setBindableProperties</a>(properties:Array):void</div><div class="summaryTableDescription">
		 Sets a list of bindable properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateAllBindings()" class="signatureLink">updateAllBindings</a>():void</div><div class="summaryTableDescription">
		 Commands the BindingManager to update all bound listeners of a all properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html#updateBindingsForProperty()" class="signatureLink">updateBindingsForProperty</a>(propertyName:String):void</div><div class="summaryTableDescription">
		 Updates all listeners of a certain property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/BindableView.html">BindableView</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BINDABLE_PROPERTY_SELECTED_TAB_NAME" class="signatureLink">BINDABLE_PROPERTY_SELECTED_TAB_NAME</a> : String = selectedTabName<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TabBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#VIEW_PROPERTY_FIRST_ITEM" class="signatureLink">VIEW_PROPERTY_FIRST_ITEM</a> : String = tabBarFirstItem<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TabBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#VIEW_PROPERTY_LAST_ITEM" class="signatureLink">VIEW_PROPERTY_LAST_ITEM</a> : String = tabBarLastItem<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TabBar</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="selectedTabName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedTabName</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>selectedTabName:String</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selectedTabName():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectedTabName(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpcbeta/tabbar/TabBarStyles.html">TabBarStyles</a></code><p></p></div><a name="propertyDetail"></a><a name="tabs"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">tabs</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>tabs:Array</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set tabs(value:Array):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TabBar()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TabBar</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TabBar()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><a name="initialised()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">initialised</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function initialised():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BINDABLE_PROPERTY_SELECTED_TAB_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BINDABLE_PROPERTY_SELECTED_TAB_NAME</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BINDABLE_PROPERTY_SELECTED_TAB_NAME:String = selectedTabName</code><p></p></div><a name="constantDetail"></a><a name="VIEW_PROPERTY_FIRST_ITEM"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">VIEW_PROPERTY_FIRST_ITEM</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const VIEW_PROPERTY_FIRST_ITEM:String = tabBarFirstItem</code><p></p></div><a name="constantDetail"></a><a name="VIEW_PROPERTY_LAST_ITEM"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">VIEW_PROPERTY_LAST_ITEM</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const VIEW_PROPERTY_LAST_ITEM:String = tabBarLastItem</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TabBarStyles,com.sibirjak.asdpcbeta.tabbar.TabBarStyles,BINDABLE_PROPERTY_SELECTED_TAB_NAME,SELECTED_SKIN_NAME,SKIN_NAME,VIEW_PROPERTY_FIRST_ITEM,VIEW_PROPERTY_LAST_ITEM,label,selected,selectedTabItemSkin,selectedTabName,style,tabBar,tabItemSkin,tabs"><title>com.sibirjak.asdpcbeta.tabbar.TabBarStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TabBarStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/tabbar/TabBarStyles.html&amp;com/sibirjak/asdpcbeta/tabbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TabBarStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TabBarStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.tabbar</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TabBarStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TabBarStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedTabItemSkin" class="signatureLink">selectedTabItemSkin</a> : String = tabBar_selectedTabItemSkin<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TabBarStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#tabItemSkin" class="signatureLink">tabItemSkin</a> : String = tabBar_tabItemSkin<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TabBarStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="selectedTabItemSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedTabItemSkin</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const selectedTabItemSkin:String = tabBar_selectedTabItemSkin</code><p></p></div><a name="constantDetail"></a><a name="tabItemSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">tabItemSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const tabItemSkin:String = tabBar_tabItemSkin</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="TabItem,com.sibirjak.asdpcbeta.tabbar.TabItem,BINDABLE_PROPERTY_SELECTED_TAB_NAME,SELECTED_SKIN_NAME,SKIN_NAME,VIEW_PROPERTY_FIRST_ITEM,VIEW_PROPERTY_LAST_ITEM,label,selected,selectedTabItemSkin,selectedTabName,style,tabBar,tabItemSkin,tabs,cleanUpCalled,draw,draw,initialised"><title>com.sibirjak.asdpcbeta.tabbar.TabItem</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TabItem - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/tabbar/TabItem.html&amp;com/sibirjak/asdpcbeta/tabbar/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TabItem</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TabItem"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.tabbar</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TabItem</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TabItem  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#label" class="signatureLink">label</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TabItem</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selected" class="signatureLink">selected</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TabItem</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#tabBar" class="signatureLink">tabBar</a> : <a href="../../../../com/sibirjak/asdpcbeta/tabbar/TabBar.html">TabBar</a><div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">TabItem</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TabItem()" class="signatureLink">TabItem</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TabItem</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TabItem</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">
		 Updates, redraws and layouts sub views.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SELECTED_SKIN_NAME" class="signatureLink">SELECTED_SKIN_NAME</a> : String = selectedSkin<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TabItem</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#SKIN_NAME" class="signatureLink">SKIN_NAME</a> : String = skin<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TabItem</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="label"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">label</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>label:String</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get label():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set label(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="selected"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selected</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selected:Boolean</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get selected():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selected(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="tabBar"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">tabBar</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>tabBar:<a href="../../../../com/sibirjak/asdpcbeta/tabbar/TabBar.html">TabBar</a></code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set tabBar(value:<a href="../../../../com/sibirjak/asdpcbeta/tabbar/TabBar.html">TabBar</a>):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TabItem()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TabItem</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TabItem()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="SELECTED_SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SELECTED_SKIN_NAME</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const SELECTED_SKIN_NAME:String = selectedSkin</code><p></p></div><a name="constantDetail"></a><a name="SKIN_NAME"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">SKIN_NAME</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const SKIN_NAME:String = skin</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.tabbar.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.tabbar.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="TabItemSkin.html">TabItemSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.tabbar.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.tabbar.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/tabbar/skins/package-detail.html&amp;com/sibirjak/asdpcbeta/tabbar/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.tabbar.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.tabbar.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TabItemSkin.html">TabItemSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TabItemSkin,com.sibirjak.asdpcbeta.tabbar.skins.TabItemSkin,draw"><title>com.sibirjak.asdpcbeta.tabbar.skins.TabItemSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TabItemSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/tabbar/skins/TabItemSkin.html&amp;com/sibirjak/asdpcbeta/tabbar/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TabItemSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TabItemSkin"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.tabbar.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TabItemSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TabItemSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TabItemSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.window - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.window</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="Window.html">Window</a></td></tr><tr><td><a href="WindowEvent.html">WindowEvent</a></td></tr><tr><td><a href="WindowStyles.html">WindowStyles</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.window Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.window package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/window/package-detail.html&amp;com/sibirjak/asdpcbeta/window/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.window</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.window"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Window.html">Window</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="WindowEvent.html">WindowEvent</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="WindowStyles.html">WindowStyles</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="Window,com.sibirjak.asdpcbeta.window.Window,AUTO_MINIMISE_START,MINIMISED,MINIMISE_START,RESTORED,RESTORE_START,START_DRAG,STOP_DRAG,TWEEN_ALPHA,TWEEN_POSITION,_backgroundSkin,_diffPosition,_document,_documents,_isMoving,_minimiseOnClickOutside,_minimisePosition,_minimiseTriggerButton,_minimiseTween,_minimised,_moveable,_restorePosition,_shadowSkin,_tabBar,_tabNameToSelect,_title,_titleBar,_windowIconSkin,document,documents,minimiseButton,minimiseDuration,minimiseIconSkin,minimiseOnClickOutside,minimiseOnDoubleClick,minimisePosition,minimiseTriggerButton,minimiseTweenProperties,minimised,moveable,padding,restoreDuration,restorePosition,restorePosition,restoreTweenProperties,selectedTabName,shadow,style,title,titleBarAlphaMoving,titleBarSize,titleBar,windowIconSkin,windowIcon,cleanUpCalled,draw,getTitleBarClass,getTitleBarDimensions,init,minimise,onMinimise,onRestore,restore,startMoving,update,windowMoves,windowStartsMoving,windowStopsMoving"><title>com.sibirjak.asdpcbeta.window.Window</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Window - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/window/Window.html&amp;com/sibirjak/asdpcbeta/window/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Window</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Window"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.window</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  Window</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Window  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Subclasses</td><td> <a href="../../../../com/sibirjak/asdpcbeta/colorpicker/core/ColorPickerWindow.html">ColorPickerWindow</a>,  <a href="../../../../com/sibirjak/asdpcbeta/selectbox/core/SelectBoxWindow.html">SelectBoxWindow</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#document" class="signatureLink">document</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#documents" class="signatureLink">documents</a> : Array<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minimised" class="signatureLink">minimised</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minimiseOnClickOutside" class="signatureLink">minimiseOnClickOutside</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minimisePosition" class="signatureLink">minimisePosition</a> : <a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minimiseTriggerButton" class="signatureLink">minimiseTriggerButton</a> : DisplayObject<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#moveable" class="signatureLink">moveable</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#restorePosition" class="signatureLink">restorePosition</a> : <a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#selectedTabName" class="signatureLink">selectedTabName</a> : String<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style" class="signatureLink">style</a> : <a href="../../../../com/sibirjak/asdpcbeta/window/WindowStyles.html">WindowStyles</a><div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#title" class="signatureLink">title</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_backgroundSkin" class="signatureLink">_backgroundSkin</a> : <a href="../../../../com/sibirjak/asdpcbeta/window/skins/WindowSkin.html">WindowSkin</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_diffPosition" class="signatureLink">_diffPosition</a> : Point<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_document" class="signatureLink">_document</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_documents" class="signatureLink">_documents</a> : LinkedMap<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_isMoving" class="signatureLink">_isMoving</a> : Boolean = false<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_minimised" class="signatureLink">_minimised</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_minimiseOnClickOutside" class="signatureLink">_minimiseOnClickOutside</a> : Boolean<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_minimisePosition" class="signatureLink">_minimisePosition</a> : <a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_minimiseTriggerButton" class="signatureLink">_minimiseTriggerButton</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_minimiseTween" class="signatureLink">_minimiseTween</a> : GTween<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_moveable" class="signatureLink">_moveable</a> : Boolean = true<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_restorePosition" class="signatureLink">_restorePosition</a> : <a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_shadowSkin" class="signatureLink">_shadowSkin</a> : <a href="../../../../com/sibirjak/asdpcbeta/window/skins/WindowSkin.html">WindowSkin</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_tabBar" class="signatureLink">_tabBar</a> : <a href="../../../../com/sibirjak/asdpcbeta/tabbar/TabBar.html">TabBar</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_tabNameToSelect" class="signatureLink">_tabNameToSelect</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_title" class="signatureLink">_title</a> : String<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_titleBar" class="signatureLink">_titleBar</a> : <a href="../../../../com/sibirjak/asdpcbeta/window/core/ITitleBar.html">ITitleBar</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_windowIconSkin" class="signatureLink">_windowIconSkin</a> : Class<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#Window()" class="signatureLink">Window</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#minimise()" class="signatureLink">minimise</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#restore()" class="signatureLink">restore</a>(tween:Boolean = true, position:<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a> = null):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#startMoving()" class="signatureLink">startMoving</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getTitleBarClass()" class="signatureLink">getTitleBarClass</a>():Class</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getTitleBarDimensions()" class="signatureLink">getTitleBarDimensions</a>():Rectangle</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onMinimise()" class="signatureLink">onMinimise</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#onRestore()" class="signatureLink">onRestore</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#windowMoves()" class="signatureLink">windowMoves</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#windowStartsMoving()" class="signatureLink">windowStartsMoving</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#windowStopsMoving()" class="signatureLink">windowStopsMoving</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">Window</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TWEEN_ALPHA" class="signatureLink">TWEEN_ALPHA</a> : uint<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Window</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TWEEN_POSITION" class="signatureLink">TWEEN_POSITION</a> : uint<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">Window</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_backgroundSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_backgroundSkin</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _backgroundSkin:<a href="../../../../com/sibirjak/asdpcbeta/window/skins/WindowSkin.html">WindowSkin</a></code><p></p></div><a name="propertyDetail"></a><a name="_diffPosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_diffPosition</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _diffPosition:Point</code><p></p></div><a name="propertyDetail"></a><a name="_document"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_document</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _document:DisplayObject</code><p></p></div><a name="propertyDetail"></a><a name="_documents"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_documents</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _documents:LinkedMap</code><p></p></div><a name="propertyDetail"></a><a name="_isMoving"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_isMoving</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _isMoving:Boolean = false</code><p></p></div><a name="propertyDetail"></a><a name="_minimised"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_minimised</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _minimised:Boolean</code><p></p></div><a name="propertyDetail"></a><a name="_minimiseOnClickOutside"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_minimiseOnClickOutside</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _minimiseOnClickOutside:Boolean</code><p></p></div><a name="propertyDetail"></a><a name="_minimisePosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_minimisePosition</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _minimisePosition:<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a></code><p></p></div><a name="propertyDetail"></a><a name="_minimiseTriggerButton"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_minimiseTriggerButton</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _minimiseTriggerButton:DisplayObject</code><p></p></div><a name="propertyDetail"></a><a name="_minimiseTween"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_minimiseTween</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _minimiseTween:GTween</code><p></p></div><a name="propertyDetail"></a><a name="_moveable"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_moveable</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _moveable:Boolean = true</code><p></p></div><a name="propertyDetail"></a><a name="_restorePosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_restorePosition</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _restorePosition:<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a></code><p></p></div><a name="propertyDetail"></a><a name="_shadowSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_shadowSkin</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _shadowSkin:<a href="../../../../com/sibirjak/asdpcbeta/window/skins/WindowSkin.html">WindowSkin</a></code><p></p></div><a name="propertyDetail"></a><a name="_tabBar"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_tabBar</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _tabBar:<a href="../../../../com/sibirjak/asdpcbeta/tabbar/TabBar.html">TabBar</a></code><p></p></div><a name="propertyDetail"></a><a name="_tabNameToSelect"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_tabNameToSelect</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _tabNameToSelect:String</code><p></p></div><a name="propertyDetail"></a><a name="_title"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_title</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _title:String</code><p></p></div><a name="propertyDetail"></a><a name="_titleBar"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_titleBar</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _titleBar:<a href="../../../../com/sibirjak/asdpcbeta/window/core/ITitleBar.html">ITitleBar</a></code><p></p></div><a name="propertyDetail"></a><a name="_windowIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_windowIconSkin</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _windowIconSkin:Class</code><p></p></div><a name="propertyDetail"></a><a name="document"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">document</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>document:DisplayObject</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get document():DisplayObject</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set document(value:DisplayObject):void</code><br/></div><a name="propertyDetail"></a><a name="documents"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">documents</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>documents:Array</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get documents():Array</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set documents(value:Array):void</code><br/></div><a name="propertyDetail"></a><a name="minimised"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minimised</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>minimised:Boolean</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get minimised():Boolean</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set minimised(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="minimiseOnClickOutside"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minimiseOnClickOutside</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>minimiseOnClickOutside:Boolean</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set minimiseOnClickOutside(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="minimisePosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minimisePosition</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>minimisePosition:<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a></code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get minimisePosition():<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a></code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set minimisePosition(value:<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a>):void</code><br/></div><a name="propertyDetail"></a><a name="minimiseTriggerButton"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minimiseTriggerButton</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>minimiseTriggerButton:DisplayObject</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set minimiseTriggerButton(value:DisplayObject):void</code><br/></div><a name="propertyDetail"></a><a name="moveable"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">moveable</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>moveable:Boolean</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set moveable(value:Boolean):void</code><br/></div><a name="propertyDetail"></a><a name="restorePosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">restorePosition</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>restorePosition:<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a></code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get restorePosition():<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a></code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set restorePosition(value:<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a>):void</code><br/></div><a name="propertyDetail"></a><a name="selectedTabName"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">selectedTabName</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>selectedTabName:String</code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set selectedTabName(value:String):void</code><br/></div><a name="propertyDetail"></a><a name="style"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static var style:<a href="../../../../com/sibirjak/asdpcbeta/window/WindowStyles.html">WindowStyles</a></code><p></p></div><a name="propertyDetail"></a><a name="title"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">title</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>title:String</code><p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get title():String</code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set title(value:String):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="Window()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">Window</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function Window()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><a name="getTitleBarClass()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getTitleBarClass</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getTitleBarClass():Class</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Class</code></td></tr></table></div><a name="getTitleBarDimensions()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getTitleBarDimensions</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function getTitleBarDimensions():Rectangle</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Rectangle</code></td></tr></table></div><a name="init()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function init():void</code><p></p></div><a name="minimise()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minimise</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function minimise():void</code><p></p></div><a name="onMinimise()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onMinimise</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function onMinimise():void</code><p></p></div><a name="onRestore()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">onRestore</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function onRestore():void</code><p></p></div><a name="restore()"></a><a name="restore(Boolean,com.sibirjak.asdpcbeta.window.core.WindowPosition)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">restore</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function restore(tween:Boolean = true, position:<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a> = null):void</code><p></p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">tween</span>:Boolean</code> (default = <code>true</code>)<code></code></td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">position</span>:<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a></code> (default = <code>null</code>)<code></code></td></tr></table></p></div><a name="startMoving()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">startMoving</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function startMoving():void</code><p></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p></div><a name="windowMoves()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">windowMoves</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function windowMoves():void</code><p></p></div><a name="windowStartsMoving()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">windowStartsMoving</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function windowStartsMoving():void</code><p></p></div><a name="windowStopsMoving()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">windowStopsMoving</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function windowStopsMoving():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="TWEEN_ALPHA"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TWEEN_ALPHA</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const TWEEN_ALPHA:uint</code><p></p></div><a name="constantDetail"></a><a name="TWEEN_POSITION"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TWEEN_POSITION</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TWEEN_POSITION:uint</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="WindowEvent,com.sibirjak.asdpcbeta.window.WindowEvent,AUTO_MINIMISE_START,MINIMISED,MINIMISE_START,RESTORED,RESTORE_START,START_DRAG,STOP_DRAG,TWEEN_ALPHA,TWEEN_POSITION,_backgroundSkin,_diffPosition,_document,_documents,_isMoving,_minimiseOnClickOutside,_minimisePosition,_minimiseTriggerButton,_minimiseTween,_minimised,_moveable,_restorePosition,_shadowSkin,_tabBar,_tabNameToSelect,_title,_titleBar,_windowIconSkin,document,documents,minimiseButton,minimiseDuration,minimiseIconSkin,minimiseOnClickOutside,minimiseOnDoubleClick,minimisePosition,minimiseTriggerButton,minimiseTweenProperties,minimised,moveable,padding,restoreDuration,restorePosition,restorePosition,restoreTweenProperties,selectedTabName,shadow,style,title,titleBarAlphaMoving,titleBarSize,titleBar,windowIconSkin,windowIcon"><title>com.sibirjak.asdpcbeta.window.WindowEvent</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'WindowEvent - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/window/WindowEvent.html&amp;com/sibirjak/asdpcbeta/window/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">WindowEvent</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("WindowEvent"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.window</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  WindowEvent</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">WindowEvent  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.events.Event</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#restorePosition" class="signatureLink">restorePosition</a> : <a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowEvent</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#WindowEvent()" class="signatureLink">WindowEvent</a>(type:String)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowEvent</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#AUTO_MINIMISE_START" class="signatureLink">AUTO_MINIMISE_START</a> : String = window_auto_minimise_start<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#MINIMISED" class="signatureLink">MINIMISED</a> : String = window_minimised<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#MINIMISE_START" class="signatureLink">MINIMISE_START</a> : String = window_minimise_start<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#RESTORED" class="signatureLink">RESTORED</a> : String = window_restored<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#RESTORE_START" class="signatureLink">RESTORE_START</a> : String = window_restore_start<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#START_DRAG" class="signatureLink">START_DRAG</a> : String = window_startDrag<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowEvent</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#STOP_DRAG" class="signatureLink">STOP_DRAG</a> : String = window_stopDrag<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowEvent</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="restorePosition"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">restorePosition</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var restorePosition:<a href="../../../../com/sibirjak/asdpcbeta/window/core/WindowPosition.html">WindowPosition</a></code><p></p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="WindowEvent()"></a><a name="WindowEvent(String)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">WindowEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function WindowEvent(type:String)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">type</span>:String</code></td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="AUTO_MINIMISE_START"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">AUTO_MINIMISE_START</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const AUTO_MINIMISE_START:String = window_auto_minimise_start</code><p></p></div><a name="constantDetail"></a><a name="MINIMISE_START"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">MINIMISE_START</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const MINIMISE_START:String = window_minimise_start</code><p></p></div><a name="constantDetail"></a><a name="MINIMISED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">MINIMISED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const MINIMISED:String = window_minimised</code><p></p></div><a name="constantDetail"></a><a name="RESTORE_START"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RESTORE_START</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const RESTORE_START:String = window_restore_start</code><p></p></div><a name="constantDetail"></a><a name="RESTORED"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">RESTORED</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const RESTORED:String = window_restored</code><p></p></div><a name="constantDetail"></a><a name="START_DRAG"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">START_DRAG</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const START_DRAG:String = window_startDrag</code><p></p></div><a name="constantDetail"></a><a name="STOP_DRAG"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">STOP_DRAG</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const STOP_DRAG:String = window_stopDrag</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="WindowStyles,com.sibirjak.asdpcbeta.window.WindowStyles,AUTO_MINIMISE_START,MINIMISED,MINIMISE_START,RESTORED,RESTORE_START,START_DRAG,STOP_DRAG,TWEEN_ALPHA,TWEEN_POSITION,_backgroundSkin,_diffPosition,_document,_documents,_isMoving,_minimiseOnClickOutside,_minimisePosition,_minimiseTriggerButton,_minimiseTween,_minimised,_moveable,_restorePosition,_shadowSkin,_tabBar,_tabNameToSelect,_title,_titleBar,_windowIconSkin,document,documents,minimiseButton,minimiseDuration,minimiseIconSkin,minimiseOnClickOutside,minimiseOnDoubleClick,minimisePosition,minimiseTriggerButton,minimiseTweenProperties,minimised,moveable,padding,restoreDuration,restorePosition,restorePosition,restoreTweenProperties,selectedTabName,shadow,style,title,titleBarAlphaMoving,titleBarSize,titleBar,windowIconSkin,windowIcon"><title>com.sibirjak.asdpcbeta.window.WindowStyles</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'WindowStyles - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../index.html?com/sibirjak/asdpcbeta/window/WindowStyles.html&amp;com/sibirjak/asdpcbeta/window/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">WindowStyles</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("WindowStyles"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.window</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  WindowStyles</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">WindowStyles  <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minimiseButton" class="signatureLink">minimiseButton</a> : String = window_minimiseButton<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minimiseDuration" class="signatureLink">minimiseDuration</a> : String = window_minimiseDuration<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minimiseIconSkin" class="signatureLink">minimiseIconSkin</a> : String = window_minimiseIconSkin<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minimiseOnDoubleClick" class="signatureLink">minimiseOnDoubleClick</a> : String = window_minimiseOnDoubleClick<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#minimiseTweenProperties" class="signatureLink">minimiseTweenProperties</a> : String = window_minimiseTweenProperties<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#padding" class="signatureLink">padding</a> : String = window_padding<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#restoreDuration" class="signatureLink">restoreDuration</a> : String = window_restoreDuration<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#restoreTweenProperties" class="signatureLink">restoreTweenProperties</a> : String = window_restoreTweenProperties<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#shadow" class="signatureLink">shadow</a> : String = window_shadow<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#titleBar" class="signatureLink">titleBar</a> : String = window_titleBar<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#titleBarAlphaMoving" class="signatureLink">titleBarAlphaMoving</a> : String = window_titleBarAlphaMoving<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#titleBarSize" class="signatureLink">titleBarSize</a> : String = window_titleBarSize<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#windowIcon" class="signatureLink">windowIcon</a> : String = window_windowIcon<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#windowIconSkin" class="signatureLink">windowIconSkin</a> : String = window_windowIconSkin<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowStyles</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="minimiseButton"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minimiseButton</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public const minimiseButton:String = window_minimiseButton</code><p></p></div><a name="constantDetail"></a><a name="minimiseDuration"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minimiseDuration</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const minimiseDuration:String = window_minimiseDuration</code><p></p></div><a name="constantDetail"></a><a name="minimiseIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minimiseIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const minimiseIconSkin:String = window_minimiseIconSkin</code><p></p></div><a name="constantDetail"></a><a name="minimiseOnDoubleClick"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minimiseOnDoubleClick</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const minimiseOnDoubleClick:String = window_minimiseOnDoubleClick</code><p></p></div><a name="constantDetail"></a><a name="minimiseTweenProperties"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">minimiseTweenProperties</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const minimiseTweenProperties:String = window_minimiseTweenProperties</code><p></p></div><a name="constantDetail"></a><a name="padding"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">padding</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const padding:String = window_padding</code><p></p></div><a name="constantDetail"></a><a name="restoreDuration"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">restoreDuration</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const restoreDuration:String = window_restoreDuration</code><p></p></div><a name="constantDetail"></a><a name="restoreTweenProperties"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">restoreTweenProperties</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const restoreTweenProperties:String = window_restoreTweenProperties</code><p></p></div><a name="constantDetail"></a><a name="shadow"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">shadow</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const shadow:String = window_shadow</code><p></p></div><a name="constantDetail"></a><a name="titleBar"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">titleBar</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const titleBar:String = window_titleBar</code><p></p></div><a name="constantDetail"></a><a name="titleBarAlphaMoving"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">titleBarAlphaMoving</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const titleBarAlphaMoving:String = window_titleBarAlphaMoving</code><p></p></div><a name="constantDetail"></a><a name="titleBarSize"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">titleBarSize</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const titleBarSize:String = window_titleBarSize</code><p></p></div><a name="constantDetail"></a><a name="windowIcon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">windowIcon</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const windowIcon:String = window_windowIcon</code><p></p></div><a name="constantDetail"></a><a name="windowIconSkin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">windowIconSkin</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public const windowIconSkin:String = window_windowIconSkin</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.window.core - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.window.core</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#interfaceSummary" style="color:black"><b>Interfaces</b></a></td></tr><tr><td><a href="ITitleBar.html"><i>ITitleBar</i></a></td></tr><tr><td width="10px">&nbsp;</td></tr><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="TitleBar.html">TitleBar</a></td></tr><tr><td><a href="WindowPosition.html">WindowPosition</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="ITitleBar,com.sibirjak.asdpcbeta.window.core.ITitleBar,_clickArea,_icon,_label,_minimiseButton,_skin,_window,point,window,window"><title>com.sibirjak.asdpcbeta.window.core.ITitleBar</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'ITitleBar - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/window/core/ITitleBar.html&amp;com/sibirjak/asdpcbeta/window/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ITitleBar</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ITitleBar"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.window.core</a></td></tr><tr><td class="classHeaderTableLabel">Interface</td><td class="classSignature">public  interface  ITitleBar extends  <a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a>,  <a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a>,  <a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a>,  <a href="../../../../../com/sibirjak/asdpc/core/IDisplayObject.html">IDisplayObject</a></td></tr><tr><td class="classHeaderTableLabel">Implementors</td><td> <a href="../../../../../com/sibirjak/asdpcbeta/window/core/TitleBar.html">TitleBar</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : Boolean<div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : int<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#parent" class="signatureLink">parent</a> : DisplayObjectContainer<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IViewPropertyManagerClient.html">IViewPropertyManagerClient</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#window" class="signatureLink">window</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a><div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">ITitleBar</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:DisplayObject, index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:DisplayObject):Boolean</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription">
		 Gets a property value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:DisplayObject):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:int):DisplayObject</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IDisplayObjectContainer.html">IDisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Sets a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/managers/IStyleManagerClient.html">IStyleManagerClient</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/IView.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/IView.html">IView</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="window"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">window</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>window:<a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set window(value:<a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a>):void</code><br/></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.window.core Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.window.core package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/window/core/package-detail.html&amp;com/sibirjak/asdpcbeta/window/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.window.core</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.window.core"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,true,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="ITitleBar.html">ITitleBar</a></i></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TitleBar.html">TitleBar</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="WindowPosition.html">WindowPosition</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TitleBar,com.sibirjak.asdpcbeta.window.core.TitleBar,_clickArea,_icon,_label,_minimiseButton,_skin,_window,point,window,window,cleanUpCalled,createButtons,createLabel,draw,layoutButtons,layoutIconAndLabel,toString,update"><title>com.sibirjak.asdpcbeta.window.core.TitleBar</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TitleBar - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/window/core/TitleBar.html&amp;com/sibirjak/asdpcbeta/window/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TitleBar</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TitleBar"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.window.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TitleBar</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TitleBar  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../../../../com/sibirjak/asdpcbeta/window/core/ITitleBar.html">ITitleBar</a></td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#window" class="signatureLink">window</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a><div class="summaryTableDescription">[write-only] </div></td><td class="summaryTableOwnerCol">TitleBar</td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_clickArea" class="signatureLink">_clickArea</a> : <a href="../../../../../com/sibirjak/asdpc/core/skins/GlassFrame.html">GlassFrame</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_icon" class="signatureLink">_icon</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_label" class="signatureLink">_label</a> : <a href="../../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_minimiseButton" class="signatureLink">_minimiseButton</a> : <a href="../../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_skin" class="signatureLink">_skin</a> : DisplayObject<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#_window" class="signatureLink">_window</a> : <a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TitleBar()" class="signatureLink">TitleBar</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createButtons()" class="signatureLink">createButtons</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#createLabel()" class="signatureLink">createLabel</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">
		 Initialises view styles and properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#layoutButtons()" class="signatureLink">layoutButtons</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#layoutIconAndLabel()" class="signatureLink">layoutIconAndLabel</a>():void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">
		 Notifies the view about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TitleBar</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="_clickArea"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_clickArea</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>protected var _clickArea:<a href="../../../../../com/sibirjak/asdpc/core/skins/GlassFrame.html">GlassFrame</a></code><p></p></div><a name="propertyDetail"></a><a name="_icon"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_icon</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _icon:DisplayObject</code><p></p></div><a name="propertyDetail"></a><a name="_label"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_label</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _label:<a href="../../../../../com/sibirjak/asdpc/textfield/ILabel.html">ILabel</a></code><p></p></div><a name="propertyDetail"></a><a name="_minimiseButton"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_minimiseButton</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _minimiseButton:<a href="../../../../../com/sibirjak/asdpc/button/IButton.html">IButton</a></code><p></p></div><a name="propertyDetail"></a><a name="_skin"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_skin</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _skin:DisplayObject</code><p></p></div><a name="propertyDetail"></a><a name="_window"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">_window</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>protected var _window:<a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></code><p></p></div><a name="propertyDetail"></a><a name="window"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">window</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>window:<a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a></code>&nbsp;&nbsp;[write-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set window(value:<a href="../../../../../com/sibirjak/asdpcbeta/window/Window.html">Window</a>):void</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TitleBar()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TitleBar</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TitleBar()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="cleanUpCalled()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cleanUpCalled</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function cleanUpCalled():void</code><p></p></div><a name="createButtons()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createButtons</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function createButtons():void</code><p></p></div><a name="createLabel()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">createLabel</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function createLabel():void</code><p></p></div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><a name="layoutButtons()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">layoutButtons</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function layoutButtons():void</code><p></p></div><a name="layoutIconAndLabel()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">layoutIconAndLabel</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> protected function layoutIconAndLabel():void</code><p></p></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function update():void</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="WindowPosition,com.sibirjak.asdpcbeta.window.core.WindowPosition,_clickArea,_icon,_label,_minimiseButton,_skin,_window,point,window,window,cleanUpCalled,createButtons,createLabel,draw,layoutButtons,layoutIconAndLabel,toString,update"><title>com.sibirjak.asdpcbeta.window.core.WindowPosition</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'WindowPosition - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/window/core/WindowPosition.html&amp;com/sibirjak/asdpcbeta/window/core/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">WindowPosition</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("WindowPosition"); titleBar_setSubNav(false,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.window.core</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  WindowPosition</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">WindowPosition  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#point" class="signatureLink">point</a> : Point<div class="summaryTableDescription">[read-only] </div></td><td class="summaryTableOwnerCol">WindowPosition</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#WindowPosition()" class="signatureLink">WindowPosition</a>(... args)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowPosition</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#toString()" class="signatureLink">toString</a>():String</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowPosition</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="point"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">point</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>point:Point</code>&nbsp;&nbsp;[read-only] <p></p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get point():Point</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="WindowPosition()"></a><a name="WindowPosition(restParam)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">WindowPosition</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function WindowPosition(... args)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code>... <span class="label">args</span></code></td></tr></table></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="toString()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public function toString():String</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>String</code></td></tr></table></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.sibirjak.asdpcbeta.window.skins - ActionScript DataProvider Controls 0.4.1-snapshot</title><base target="classFrame"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.sibirjak.asdpcbeta.window.skins</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="MinimiseIconSkin.html">MinimiseIconSkin</a></td></tr><tr><td><a href="TitleBarSkin.html">TitleBarSkin</a></td></tr><tr><td><a href="WindowSkin.html">WindowSkin</a></td></tr></table></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="MinimiseIconSkin,com.sibirjak.asdpcbeta.window.skins.MinimiseIconSkin,style_backgroundAlpha,style_backgroundAlpha,style_backgroundDarkColor,style_backgroundDarkColor,style_backgroundLightColor,style_backgroundLightColor,style_backgroundRotation,style_borderColor,style_borderDarkColor,style_borderDarkColor,style_borderLightColor,style_borderLightColor,style_border,style_color,style_cornerRadius,style_cornerRadius,backgroundAlpha,backgroundAlpha,backgroundColors,backgroundColors,backgroundRotation,border,borderColors,borderColors,cornerRadius,cornerRadius,draw"><title>com.sibirjak.asdpcbeta.window.skins.MinimiseIconSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'MinimiseIconSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/window/skins/MinimiseIconSkin.html&amp;com/sibirjak/asdpcbeta/window/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">MinimiseIconSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("MinimiseIconSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.window.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  MinimiseIconSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">MinimiseIconSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#MinimiseIconSkin()" class="signatureLink">MinimiseIconSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">MinimiseIconSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">MinimiseIconSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderColor" class="signatureLink">style_borderColor</a> : String = minimiseIconSkin_borderColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">MinimiseIconSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_color" class="signatureLink">style_color</a> : String = minimiseIconSkin_color<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">MinimiseIconSkin</td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="MinimiseIconSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">MinimiseIconSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function MinimiseIconSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="draw()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">draw</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function draw():void</code><p></p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_borderColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderColor</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_borderColor:String = minimiseIconSkin_borderColor</code><p></p></div><a name="constantDetail"></a><a name="style_color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_color</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_color:String = minimiseIconSkin_color</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><title>com.sibirjak.asdpcbeta.window.skins Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.sibirjak.asdpcbeta.window.skins package - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/window/skins/package-detail.html&amp;com/sibirjak/asdpcbeta/window/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.sibirjak.asdpcbeta.window.skins</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.sibirjak.asdpcbeta.window.skins"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="MinimiseIconSkin.html">MinimiseIconSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TitleBarSkin.html">TitleBarSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="WindowSkin.html">WindowSkin</a></td><td class="summaryTableLastCol">
	 &nbsp;</td></tr></table><p></p><div><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="TitleBarSkin,com.sibirjak.asdpcbeta.window.skins.TitleBarSkin,style_backgroundAlpha,style_backgroundAlpha,style_backgroundDarkColor,style_backgroundDarkColor,style_backgroundLightColor,style_backgroundLightColor,style_backgroundRotation,style_borderColor,style_borderDarkColor,style_borderDarkColor,style_borderLightColor,style_borderLightColor,style_border,style_color,style_cornerRadius,style_cornerRadius,backgroundAlpha,backgroundAlpha,backgroundColors,backgroundColors,backgroundRotation,border,borderColors,borderColors,cornerRadius,cornerRadius,draw"><title>com.sibirjak.asdpcbeta.window.skins.TitleBarSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'TitleBarSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/window/skins/TitleBarSkin.html&amp;com/sibirjak/asdpcbeta/window/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">TitleBarSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("TitleBarSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.window.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  TitleBarSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">TitleBarSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#TitleBarSkin()" class="signatureLink">TitleBarSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#background()" class="signatureLink">background</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the background visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundAlpha()" class="signatureLink">backgroundAlpha</a>():Number</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundColors()" class="signatureLink">backgroundColors</a>():Array</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundRotation()" class="signatureLink">backgroundRotation</a>():Number</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#border()" class="signatureLink">border</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the border visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAlias()" class="signatureLink">borderAlias</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the border alias.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAliasAlpha()" class="signatureLink">borderAliasAlpha</a>():Number</div><div class="summaryTableDescription">
		 Returns the border alias alpha value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderColors()" class="signatureLink">borderColors</a>():Array</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderSides()" class="signatureLink">borderSides</a>():uint</div><div class="summaryTableDescription">
		 Returns the visible border sides.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cornerRadius()" class="signatureLink">cornerRadius</a>():uint</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#ALL_BORDER" class="signatureLink">ALL_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for all borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#BOTTOM_BORDER" class="signatureLink">BOTTOM_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the bottom border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#LEFT_BORDER" class="signatureLink">LEFT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the left border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#RIGHT_BORDER" class="signatureLink">RIGHT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the right border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundAlpha" class="signatureLink">style_backgroundAlpha</a> : String = titleBarSkin_backgroundAlpha<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundDarkColor" class="signatureLink">style_backgroundDarkColor</a> : String = titleBarSkin_backgroundDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundLightColor" class="signatureLink">style_backgroundLightColor</a> : String = titleBarSkin_backgroundLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundRotation" class="signatureLink">style_backgroundRotation</a> : String = titleBarSkin_backgroundRotation<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderDarkColor" class="signatureLink">style_borderDarkColor</a> : String = titleBarSkin_borderDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderLightColor" class="signatureLink">style_borderLightColor</a> : String = titleBarSkin_borderLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_cornerRadius" class="signatureLink">style_cornerRadius</a> : String = titleBarSkin_cornerRadius<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">TitleBarSkin</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#TOP_BORDER" class="signatureLink">TOP_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the top border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="TitleBarSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TitleBarSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function TitleBarSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="backgroundAlpha()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundAlpha</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function backgroundAlpha():Number</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code></td></tr></table></div><a name="backgroundColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function backgroundColors():Array</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><a name="backgroundRotation()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundRotation</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function backgroundRotation():Number</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code></td></tr></table></div><a name="borderColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function borderColors():Array</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><a name="cornerRadius()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cornerRadius</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function cornerRadius():uint</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code></td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_backgroundAlpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundAlpha</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_backgroundAlpha:String = titleBarSkin_backgroundAlpha</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundDarkColor:String = titleBarSkin_backgroundDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundLightColor:String = titleBarSkin_backgroundLightColor</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundRotation"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundRotation</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundRotation:String = titleBarSkin_backgroundRotation</code><p></p></div><a name="constantDetail"></a><a name="style_borderDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderDarkColor:String = titleBarSkin_borderDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_borderLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderLightColor:String = titleBarSkin_borderLightColor</code><p></p></div><a name="constantDetail"></a><a name="style_cornerRadius"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_cornerRadius</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_cornerRadius:String = titleBarSkin_cornerRadius</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../../override.css" type="text/css"><meta name="keywords" content="WindowSkin,com.sibirjak.asdpcbeta.window.skins.WindowSkin,style_backgroundAlpha,style_backgroundAlpha,style_backgroundDarkColor,style_backgroundDarkColor,style_backgroundLightColor,style_backgroundLightColor,style_backgroundRotation,style_borderColor,style_borderDarkColor,style_borderDarkColor,style_borderLightColor,style_borderLightColor,style_border,style_color,style_cornerRadius,style_cornerRadius,backgroundAlpha,backgroundAlpha,backgroundColors,backgroundColors,backgroundRotation,border,borderColors,borderColors,cornerRadius,cornerRadius,draw"><title>com.sibirjak.asdpcbeta.window.skins.WindowSkin</title></head><body><script language="javascript" type="text/javascript" src="../../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'WindowSkin - ActionScript DataProvider Controls 0.4.1-snapshot';
				var baseRef = '../../../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">API Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../../package-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../../../class-summary.html" onclick="loadClassListFrame('../../../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../../../all-index-A.html" onclick="loadClassListFrame('../../../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../../../index.html?com/sibirjak/asdpcbeta/window/skins/WindowSkin.html&amp;com/sibirjak/asdpcbeta/window/skins/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">WindowSkin</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("WindowSkin"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.sibirjak.asdpcbeta.window.skins</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  WindowSkin</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">WindowSkin  <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a> <img src="../../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> flash.display.Sprite</td></tr></table><p></p><p></p><p></p>
	 <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProperty" id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#addedToStage" class="signatureLink">addedToStage</a> : Boolean<div class="summaryTableDescription">[read-only] 
		 
		 True, if the View is included in the display list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#height" class="signatureLink">height</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#stage" class="signatureLink">stage</a> : Stage<div class="summaryTableDescription">[override] [read-only] 
		 Overrides the stage property to use the StageProxy instead.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#styleManager" class="signatureLink">styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#viewPropertyManager" class="signatureLink">viewPropertyManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/ViewPropertyManager.html">ViewPropertyManager</a><div class="summaryTableDescription">[read-only] 
		 
		 The clients ViewPropertyManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#width" class="signatureLink">width</a> : Number<div class="summaryTableDescription">[override] [read-only] 
		 </div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="protectedPropertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Properties</div><div class="showHideLinks"><div id="hideInheritedProtectedProperty" class="hideInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(false,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Properties</a></div><div id="showInheritedProtectedProperty" class="showInheritedProtectedProperty"><a class="showHideLink" href="#protectedPropertySummary" onclick="javascript:setInheritedVisible(true,'ProtectedProperty');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedProperty" id="summaryTableProtectedProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_height" class="signatureLink">_height</a> : uint<div class="summaryTableDescription">
		 View height.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_initialised" class="signatureLink">_initialised</a> : Boolean = false<div class="summaryTableDescription">
		 Initialisation flag.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html#_styleManager" class="signatureLink">_styleManager</a> : <a href="../../../../../com/sibirjak/asdpc/core/managers/StyleManager.html">StyleManager</a><div class="summaryTableDescription">
		 StyleManager instance.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Container.html">Container</a></td></tr><tr class="hideInheritedProtectedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#_width" class="signatureLink">_width</a> : uint<div class="summaryTableDescription">
		 View width.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#WindowSkin()" class="signatureLink">WindowSkin</a>()</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUp()" class="signatureLink">cleanUp</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately clean up all of its content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#drawSkin()" class="signatureLink">drawSkin</a>():void</div><div class="summaryTableDescription">
		 Implements an empty body for the drawSkin interface.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getDefaultStyles()" class="signatureLink">getDefaultStyles</a>():Array</div><div class="summaryTableDescription">
		 Returns a list of all default style properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getStyle()" class="signatureLink">getStyle</a>(property:String):*</div><div class="summaryTableDescription">
		 Returns a style value for a given style property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#getViewProperty()" class="signatureLink">getViewProperty</a>(property:String):*</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#moveTo()" class="signatureLink">moveTo</a>(x:int, y:int):void</div><div class="summaryTableDescription">
		 
		 Moves a view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultStyles()" class="signatureLink">setDefaultStyles</a>(defaultStyles:Array):void</div><div class="summaryTableDescription">
		 Sets a list of default styles, which are referred to, if no
		 actual style could be found for a property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setSize()" class="signatureLink">setSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 
		 Sets the view dimensions.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyle()" class="signatureLink">setStyle</a>(property:String, value:*, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Sets a style to a client.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setStyles()" class="signatureLink">setStyles</a>(styles:Array, selectorChain:Array = null, excludeChain:Array = null):void</div><div class="summaryTableDescription">
		 Convenience method to set a number of styles values at once.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setViewProperty()" class="signatureLink">setViewProperty</a>(property:String, value:*):void</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#styleManagerStyleChangeHandler()" class="signatureLink">styleManagerStyleChangeHandler</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 
		 Notifies the client about a change of a style value for that it
		 defines a default style.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#validateNow()" class="signatureLink">validateNow</a>():void</div><div class="summaryTableDescription">
		 
		 Commands a view to immediately validate all of its
		 invalidate properties.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><a name="methodSummary"></a><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#background()" class="signatureLink">background</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the background visibility.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundAlpha()" class="signatureLink">backgroundAlpha</a>():Number</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#backgroundColors()" class="signatureLink">backgroundColors</a>():Array</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#backgroundRotation()" class="signatureLink">backgroundRotation</a>():Number</div><div class="summaryTableDescription">
		 Returns the background gradient fill rotation.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#border()" class="signatureLink">border</a>():Boolean</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAlias()" class="signatureLink">borderAlias</a>():Boolean</div><div class="summaryTableDescription">
		 Returns the border alias.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderAliasAlpha()" class="signatureLink">borderAliasAlpha</a>():Number</div><div class="summaryTableDescription">
		 Returns the border alias alpha value.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#borderColors()" class="signatureLink">borderColors</a>():Array</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#borderSides()" class="signatureLink">borderSides</a>():uint</div><div class="summaryTableDescription">
		 Returns the visible border sides.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#cleanUpCalled()" class="signatureLink">cleanUpCalled</a>():void</div><div class="summaryTableDescription">
		 Called after cleanup is invoked for the view.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#commitUpdate()" class="signatureLink">commitUpdate</a>():void</div><div class="summaryTableDescription">
		 Finalises an update process.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#cornerRadius()" class="signatureLink">cornerRadius</a>():uint</div><div class="summaryTableDescription">[override] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#draw()" class="signatureLink">draw</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 Creates, draws and layouts sub views initially.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#init()" class="signatureLink">init</a>():void</div><div class="summaryTableDescription">[override] 
		 Breaks the inheritance chain for the init() method.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#initialised()" class="signatureLink">initialised</a>():void</div><div class="summaryTableDescription">
		 Notifies a view after it has been fully initialised.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidate()" class="signatureLink">invalidate</a>():void</div><div class="summaryTableDescription">
		 Starts a property independent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#invalidateProperty()" class="signatureLink">invalidateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Starts a property dependent validation cycle.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#isInvalid()" class="signatureLink">isInvalid</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be invalid beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#removeFromAutoUpdate()" class="signatureLink">removeFromAutoUpdate</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Removes a sub view from the auto update list.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#setDefaultSize()" class="signatureLink">setDefaultSize</a>(width:int, height:int):void</div><div class="summaryTableDescription">
		 Defines a default size if no size is set else.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#shouldUpdate()" class="signatureLink">shouldUpdate</a>(property:String):Boolean</div><div class="summaryTableDescription">
		 Returns true if the given property has been marked
		 to be updated beforehand.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#styleChanged()" class="signatureLink">styleChanged</a>(property:String, value:*):void</div><div class="summaryTableDescription">[override] 
		 Calls invalidate() automatically after a style change
		 notification has been received.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#update()" class="signatureLink">update</a>():void</div><div class="summaryTableDescription">[override] 
		 If a style changes, the skins is redrawn completely.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateAutomatically()" class="signatureLink">updateAutomatically</a>(subView:DisplayObject):void</div><div class="summaryTableDescription">
		 Marks a sub view to be updated automatically after an
		 update has been finished.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/View.html#updateProperty()" class="signatureLink">updateProperty</a>(property:String):void</div><div class="summaryTableDescription">
		 Marks a property to be updated in commitProperties().</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#updateSize()" class="signatureLink">updateSize</a>():void</div><div class="summaryTableDescription">[override] 
		 
		 If not overridden, this method redraws all content.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><div class="showHideLinks"><div id="hideInheritedConstant" class="hideInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(false,'Constant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Public Constants</a></div><div id="showInheritedConstant" class="showInheritedConstant"><a class="showHideLink" href="#constantSummary" onclick="javascript:setInheritedVisible(true,'Constant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Public Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#ALL_BORDER" class="signatureLink">ALL_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for all borders.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#BOTTOM_BORDER" class="signatureLink">BOTTOM_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the bottom border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#LEFT_BORDER" class="signatureLink">LEFT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the left border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#RIGHT_BORDER" class="signatureLink">RIGHT_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the right border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundAlpha" class="signatureLink">style_backgroundAlpha</a> : String = windowSkin_backgroundAlpha<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundDarkColor" class="signatureLink">style_backgroundDarkColor</a> : String = windowSkin_backgroundDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_backgroundLightColor" class="signatureLink">style_backgroundLightColor</a> : String = windowSkin_backgroundLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_border" class="signatureLink">style_border</a> : String = windowSkin_border<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderDarkColor" class="signatureLink">style_borderDarkColor</a> : String = windowSkin_borderDarkColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_borderLightColor" class="signatureLink">style_borderLightColor</a> : String = windowSkin_borderLightColor<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#style_cornerRadius" class="signatureLink">style_cornerRadius</a> : String = windowSkin_cornerRadius<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">WindowSkin</td></tr><tr class="hideInheritedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html#TOP_BORDER" class="signatureLink">TOP_BORDER</a> : uint<div class="summaryTableDescription">[static] 
		 Name constant for the top border.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/skins/BackgroundSkin.html">BackgroundSkin</a></td></tr></table></div><a name="protectedConstantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Constants</div><div class="showHideLinks"><div id="hideInheritedProtectedConstant" class="hideInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(false,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/expanded.gif"> Hide Inherited Protected Constants</a></div><div id="showInheritedProtectedConstant" class="showInheritedProtectedConstant"><a class="showHideLink" href="#protectedConstantSummary" onclick="javascript:setInheritedVisible(true,'ProtectedConstant');"><img class="showHideLinkImage" src="../../../../../images/collapsed.gif"> Show Inherited Protected Constants</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedConstant" id="summaryTableProtectedConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_HEIGHT" class="signatureLink">UPDATE_PROPERTY_HEIGHT</a> : String = height<div class="summaryTableDescription">
		 Name constant for the height invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_SIZE" class="signatureLink">UPDATE_PROPERTY_SIZE</a> : String = size<div class="summaryTableDescription">
		 Name constant for the size invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html#UPDATE_PROPERTY_STYLE" class="signatureLink">UPDATE_PROPERTY_STYLE</a> : String = style<div class="summaryTableDescription">
		 Name constant for the style invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/Skin.html">Skin</a></td></tr><tr class="hideInheritedProtectedConstant"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../../../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html#UPDATE_PROPERTY_WIDTH" class="signatureLink">UPDATE_PROPERTY_WIDTH</a> : String = width<div class="summaryTableDescription">
		 Name constant for the width invalidation property.</div></td><td class="summaryTableOwnerCol"><a href="../../../../../com/sibirjak/asdpc/core/View.html">View</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="WindowSkin()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">WindowSkin</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function WindowSkin()</code><p></p><br/><br/></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="backgroundAlpha()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundAlpha</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code>override protected function backgroundAlpha():Number</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Number</code></td></tr></table></div><a name="backgroundColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">backgroundColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function backgroundColors():Array</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><a name="border()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">border</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function border():Boolean</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Boolean</code></td></tr></table></div><a name="borderColors()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">borderColors</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function borderColors():Array</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>Array</code></td></tr></table></div><a name="cornerRadius()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cornerRadius</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>override protected function cornerRadius():uint</code><p></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>uint</code></td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="style_backgroundAlpha"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundAlpha</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const style_backgroundAlpha:String = windowSkin_backgroundAlpha</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundDarkColor:String = windowSkin_backgroundDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_backgroundLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_backgroundLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_backgroundLightColor:String = windowSkin_backgroundLightColor</code><p></p></div><a name="constantDetail"></a><a name="style_border"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_border</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_border:String = windowSkin_border</code><p></p></div><a name="constantDetail"></a><a name="style_borderDarkColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderDarkColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderDarkColor:String = windowSkin_borderDarkColor</code><p></p></div><a name="constantDetail"></a><a name="style_borderLightColor"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_borderLightColor</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_borderLightColor:String = windowSkin_borderLightColor</code><p></p></div><a name="constantDetail"></a><a name="style_cornerRadius"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">style_cornerRadius</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const style_cornerRadius:String = windowSkin_cornerRadius</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer></footer><br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  </center></div></body></html><!--<br/>Mittwoch Dezember 21 2011, 11:31 PM +01:00  -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
	<title>${TM_NEW_FILE_BASENAME}</title>
	<script type="text/javascript" src="assets/common/js/swfobject.js"></script>
	<!--script type="text/javascript" src="assets/common/js/swfaddress.js"></script-->
	<style type="text/css" media="screen">@import url(assets/common/css/main.css);</style>
</head>
<body>
	<div id="flash_content">
		You need Flash 9+
	</div>
	<script type="text/javascript">
		var attributes = {};
		var flashvars = {};
		var params = {};
		params.scale =  "noscale";
		params.bgcolor = "#FFFFFF";
		params.allowScriptAccess = "sameDomain";
		swfobject.embedSWF("${TM_NEW_FILE_BASENAME}.swf", "flash_content", "100%", "100%", "9.0.0","", flashvars, params, attributes);
	</script>
</body>
</html><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title></title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: #05164c; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section -->
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!-- END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "11.3.0";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "playerProductInstall.swf";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "#05164c";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.wmode = "direct";
            var attributes = {};
            attributes.id = "FullscreenInteractiveMouseLock";
            attributes.name = "FullscreenInteractiveMouseLock";
            attributes.align = "middle";
            swfobject.embedSWF(
                "FullscreenInteractiveMouseLock.swf", "flashContent", 
                "100%", "100%", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                11.3.0 or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="FullscreenInteractiveMouseLock">
                <param name="movie" value="FullscreenInteractiveMouseLock.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#05164c" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <param name="wmode" value="direct" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="FullscreenInteractiveMouseLock.swf" width="100%" height="100%">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#05164c" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                    <param name="wmode" value="direct" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        11.3.0 or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title></title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: #05164c; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section -->
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!-- END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "11.3.0";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "playerProductInstall.swf";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "#05164c";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.allowfullscreenInteractive = "true";
            var attributes = {};
            attributes.id = "FullscreenInteractiveMouseLock";
            attributes.name = "FullscreenInteractiveMouseLock";
            attributes.align = "middle";
            swfobject.embedSWF(
                "FullscreenInteractiveMouseLock.swf", "flashContent", 
                "100%", "100%", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                11.3.0 or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="FullscreenInteractiveMouseLock">
                <param name="movie" value="FullscreenInteractiveMouseLock.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#05164c" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <param name="allowFullScreenInteractive" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="FullscreenInteractiveMouseLock.swf" width="100%" height="100%">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#05164c" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                	<param name="allowFullScreenInteractive" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        11.3.0 or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>
<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title>${title}</title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: ${bgcolor}; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.wmode = "direct";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf", "flashContent", 
                "${width}", "${height}", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                ${version_major}.${version_minor}.${version_revision} or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <param name="wmode" value="direct" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf" width="${width}" height="${height}">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                    <param name="wmode" value="direct" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        ${version_major}.${version_minor}.${version_revision} or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title>${title}</title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: ${bgcolor}; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.allowfullscreenInteractive = "true";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf", "flashContent", 
                "${width}", "${height}", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                ${version_major}.${version_minor}.${version_revision} or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <param name="allowFullScreenInteractive" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf" width="${width}" height="${height}">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                	<param name="allowFullScreenInteractive" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        ${version_major}.${version_minor}.${version_revision} or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>
<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title></title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: #333333; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section -->
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!-- END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "11.1.0";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "playerProductInstall.swf";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "#333333";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.wmode = "direct";
            var attributes = {};
            attributes.id = "PremiumFeatureCheck";
            attributes.name = "PremiumFeatureCheck";
            attributes.align = "middle";
            swfobject.embedSWF(
                "PremiumFeatureCheck.swf", "flashContent", 
                "400", "160", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                11.1.0 or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="160" id="PremiumFeatureCheck">
                <param name="movie" value="PremiumFeatureCheck.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#333333" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="PremiumFeatureCheck.swf" width="400" height="160">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#333333" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        11.1.0 or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title></title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: #ffffff; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section -->
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!-- END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "11.1.0";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "playerProductInstall.swf";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "#ffffff";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.wmode = "direct";
            var attributes = {};
            attributes.id = "SWFDomainMemory";
            attributes.name = "SWFDomainMemory";
            attributes.align = "middle";
            swfobject.embedSWF(
                "SWFDomainMemory.swf", "flashContent", 
                "100%", "100%", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                11.1.0 or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="SWFDomainMemory">
                <param name="movie" value="SWFDomainMemory.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#ffffff" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="SWFDomainMemory.swf" width="100%" height="100%">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        11.1.0 or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title></title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: #ffffff; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section -->
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!-- END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "11.1.0";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "playerProductInstall.swf";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "#ffffff";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.wmode = "direct";
            var attributes = {};
            attributes.id = "SWFMain";
            attributes.name = "SWFMain";
            attributes.align = "middle";
            swfobject.embedSWF(
                "SWFMain.swf", "flashContent", 
                "100%", "100%", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                11.1.0 or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="SWFMain">
                <param name="movie" value="SWFMain.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#ffffff" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="SWFMain.swf" width="100%" height="100%">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        11.1.0 or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title></title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: #ffffff; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section -->
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!-- END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "11.1.0";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "playerProductInstall.swf";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "#ffffff";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.wmode = "direct";
            var attributes = {};
            attributes.id = "SWFStage3DAPI";
            attributes.name = "SWFStage3DAPI";
            attributes.align = "middle";
            swfobject.embedSWF(
                "SWFStage3DAPI.swf", "flashContent", 
                "100%", "100%", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                11.1.0 or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="SWFStage3DAPI">
                <param name="movie" value="SWFStage3DAPI.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#ffffff" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="SWFStage3DAPI.swf" width="100%" height="100%">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        11.1.0 or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>
<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title>${title}</title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: ${bgcolor}; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.wmode = "direct";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf", "flashContent", 
                "${width}", "${height}", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                ${version_major}.${version_minor}.${version_revision} or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf" width="${width}" height="${height}">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        ${version_major}.${version_minor}.${version_revision} or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>
<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title>${title}</title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: ${bgcolor}; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf", "flashContent", 
                "${width}", "${height}", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                ${version_major}.${version_minor}.${version_revision} or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf" width="${width}" height="${height}">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        ${version_major}.${version_minor}.${version_revision} or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>
<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title>${title}</title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: ${bgcolor}; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.wmode = "direct";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf", "flashContent", 
                "${width}", "${height}", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                ${version_major}.${version_minor}.${version_revision} or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf" width="${width}" height="${height}">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        ${version_major}.${version_minor}.${version_revision} or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>
<html>
	<head>
		<link type="text/css" rel="stylesheet" href="unrelated.css" />
	</head>
<body>

<div id="demo">
<h1>Agile Uploader Demos</h1>
<span class="small">Version 3.0<br />
<a href="http://www.shift8creative.com/projects/agile-uploader/index.html" class="small_link">Project Home Page</a>
</span>
<p>
There are three examples provided, but there are many configuration options. This by no means shows "all" of what Agile Uploader can do, but it does show perhaps the most likely or popular usages.
</p>
<ul>
<li class="demo_link"><a href="single.php">Single Image Upload Demo</a></li>
<li class="demo_link"><a href="multiple.php">Multiple Image Upload Demo</a></li>
<li class="demo_link"><a href="all_files.php">Multiple Files Upload Demo</a></li>
</ul>
<p>
Again, Agile Uploader has many options that you can use to customize it's behavior and there is also a jQuery plugin bundled with the swf. This plugin also contains a few settings that will visually change things and is also where you can specify settings that ultimately get passed to the swf via flashvars. You can of course opt to not use the jQuery plugin at all and still gain all of the same functionality and gain even greater control over what's going on. You may even find that the jQuery plugin isn't at all what you're after. That does not mean you can't still use the Agile Uploader swf to accomplish what you need.
</p>
</div>

</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title>${title}</title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: ${bgcolor}; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf", "flashContent", 
                "${width}", "${height}", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                ${version_major}.${version_minor}.${version_revision} or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf" width="${width}" height="${height}">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        ${version_major}.${version_minor}.${version_revision} or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>
<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
    <!-- 
    Smart developers always View Source. 
    
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR. 
    
    Learn more about Flex at http://flex.org 
    // -->
    <head>
        <title>${title}</title>
        <meta name="google" value="notranslate" />         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show 
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen"> 
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center; 
                   background-color: ${bgcolor}; }   
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section -->  
            
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. 
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string. 
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf", "flashContent", 
                "${width}", "${height}", 
                swfVersionStr, xiSwfUrlStr, 
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version 
                ${version_major}.${version_minor}.${version_revision} or greater is installed. 
            </p>
            <script type="text/javascript"> 
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
            </script> 
        </div>
        
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf" width="${width}" height="${height}">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p> 
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        ${version_major}.${version_minor}.${version_revision} or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>     
   </body>
</html>
<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Websockets test</title>
<style>
	#connect, #connected
	{
		display: none;
	}
	
	textarea
	{
		width: 400px;
		height: 300px;
	}
</style>
<script type="text/javascript" src="json2.js"></script>
<script type="text/javascript" src="jquery-1.6.1.min.js"></script>
<script type="text/javascript">
	
	var socket;

	$(document).ready(init);
	
	function init()
	{
		$("#connect").show();
		$("#connect input[type=submit]").click(connectHandler);
		$("#connected input[type=submit]").click(submitHandler);
	}
	
	function connectHandler()
	{
		try
		{
			socket = new WebSocket("ws://" + $("#ip").val() + ":" + $("#port").val());
			socket.onopen = socketOpenHandler;
			socket.onmessage = socketMessageHandler;
			socket.onclose = socketCloseHandler;
		}
		catch(exception)
		{
			alert("Error: " + exception);
		}
		return false;
	}
	
	function socketOpenHandler()
	{
		$("#connect").hide();
		$("#connected").show();
	}
	
	function socketMessageHandler(msg)
	{
		
		var decoded = JSON.parse(msg.data.replace(/[\u0000\u00ff]/g, ''));
		$("#output").val($("#output").val() + "<client" + decoded.senderId + "> " + decoded.data + "\n").animate({ scrollTop: $("#output").height() }, 0);
	}
	
	function socketCloseHandler()
	{
		alert("close");
		$("#connect").show();
		$("#connected").hide();
	}
	
	function submitHandler()
	{
		try
		{
			var message = {};
			message.command = "MESSAGE";
			message.data = $("#message").val();
			socket.send(JSON.stringify(message));
			$("#message").val("");
		}
		catch(exception)
		{
			alert("Error: " + exception);
		}
		return false;
	}
	
</script>
</head>
<body>

	<div id="connect">
    	<form method="post" action="">
        	<div class="text">
            	<label for="ip">IP:</label>
                <input type="text" id="ip" name="ip" value="127.0.0.1" />
            </div>
            <div class="text">
            	<label for="port">Port:</label>
                <input type="text" id="port" name="port" value="1235" />
            </div>
            <div class="button">
            	<input type="submit" value="connect" />
            </div>
        </form>
    </div>
    
    <div id="connected">
    	<form method="post" action="">
        	<div class="textarea">
            	<textarea id="output"></textarea>
            </div>
            <div class="text">
            	<label for="message">Message:</label>
                <input type="text" id="message" name="message" />
            </div>
            <div class="button">
            	<input type="submit" value="send" />
            </div>
        </form>
    </div>


</body>
</html>
 <!DOCTYPE html>
 <html>
 <head>
     <meta charset="utf-8">
     <title>SpaceShooter</title>

	 <!-- Sencha Touch CSS -->
	 <link rel="stylesheet" href="css/sencha-touch.css" type="text/css">

	 <!-- Custom CSS -->
	 <link rel="stylesheet" href="css/style.css" type="text/css">

	 <!-- JSON JS -->
	 <script type="text/javascript" src="js/json2.js"></script>

     <!-- Sencha Touch JS -->
	 <script type="text/javascript" src="js/sencha-touch-debug.js"></script>

	 <!-- Application JS -->
	 <script type="text/javascript" src="js/index.js"></script>


 </head>
 <body></body>
 </html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>P </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'P Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-P.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">P&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("P Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="P"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">P</font>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">P</font>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>All Classes - AIRKinectv2 ANE v1.0.2</title>
      <base target="classFrame">
      <link rel="stylesheet" href="style.css" type="text/css" media="screen">
      <link rel="stylesheet" href="print.css" type="text/css" media="print">
      <link rel="stylesheet" href="override.css" type="text/css">
   </head>
   <body class="classFrameContent">
      <h3><a href="class-summary.html" target="classFrame" style="color:black">All Classes</a></h3>
      <table cellpadding="0" cellspacing="0">
         <tr>
            <td><a href="com/tastenkunst/airkinectv2/KV2Body.html" title="com.tastenkunst.airkinectv2.KV2Body">KV2Body</a></td>
         </tr>
         <tr>
            <td><a href="com/tastenkunst/airkinectv2/KV2Code.html" title="com.tastenkunst.airkinectv2.KV2Code">KV2Code</a></td>
         </tr>
         <tr>
            <td><a href="com/tastenkunst/airkinectv2/KV2Config.html" title="com.tastenkunst.airkinectv2.KV2Config">KV2Config</a></td>
         </tr>
         <tr>
            <td><a href="com/tastenkunst/airkinectv2/KV2Joint.html" title="com.tastenkunst.airkinectv2.KV2Joint">KV2Joint</a></td>
         </tr>
         <tr>
            <td><a href="com/tastenkunst/airkinectv2/KV2Manager.html" title="com.tastenkunst.airkinectv2.KV2Manager">KV2Manager</a></td>
         </tr>
      </table>
   </body>
</html>
<!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>A </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'A Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-A.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">A&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("A Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="A"></a><font color="black" size="10px" style="bold">A</font>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><font color="black" size="10px" style="bold">A</font>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>B </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'B Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-B.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">B&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("B Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="B"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">B</font>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#bodies" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">bodies</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a Vector of length KV2Body.BODY_COUNT of KV2Body objects.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#BODY_COUNT" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">BODY_COUNT</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 The Kinect sensor will track up to 6 bodies in parallel.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#bodyIndexFrameBmd" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">bodyIndexFrameBmd</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a BitmapData filled with pixel data of the body index frame
		 with the size of the depthSpaceDimension rectangle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#bodyIndexFrameColors" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">bodyIndexFrameColors</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 The BodyIndexFrame returns a colored pixel mask for each body index.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#bodyIndexFrameMappedToColorSpaceBmd" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">bodyIndexFrameMappedToColorSpaceBmd</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a BitmapData filled with pixel data of the body index frame
		 with the size of the colorSpaceDimension rectangle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#bodyIndexFrameMappingToColorSpaceUpdated" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">bodyIndexFrameMappingToColorSpaceUpdated</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns whether the body index frame to color space mapping
		 was updated during the last update cycle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#bodyIndexFrameUpdated" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">bodyIndexFrameUpdated</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns whether the body index frame 
		 was updated during the last update cycle.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">B</font>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>C </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'C Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-C.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">C&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("C Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="C"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">C</font>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#cameraSpacePoint" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">cameraSpacePoint</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#color" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">color</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 This is the color of a certain body index.
		 
		 The default values are:
		 
		 
		 0xFF00FF00
		 0xFFFF0000
		 0xFFFF4000
		 0x40FFFF00
		 0xFF40FF00
		 0xFF808000
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#colorFrameBmd" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">colorFrameBmd</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a BitmapData filled with pixel data of the color frame
		 with the size of the colorSpaceDimension rectangle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#colorFrameMappedToDepthSpaceBmd" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">colorFrameMappedToDepthSpaceBmd</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a BitmapData filled with pixel data of the color frame
		 with the size of the depthSpaceDimension rectangle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#colorFrameMappingToDepthSpaceUpdated" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">colorFrameMappingToDepthSpaceUpdated</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns whether the color frame to depth space mapping
		 was updated during the last update cycle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#colorFrameUpdated" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">colorFrameUpdated</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns whether the color frame 
		 was updated during the last update cycle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#colorSpaceDimensions" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">colorSpaceDimensions</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns the color space dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#colorSpacePoint" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">colorSpacePoint</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a> &mdash; package</td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Code.html#CONTEXT_UNAVAILABLE" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">CONTEXT_UNAVAILABLE</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Code.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Code</a></td></tr><tr><td width="20"></td><td>
		 CONTEXT_UNAVAILABLE means, that the ExtensionContext 
		 is not available at the moment.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">C</font>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>D </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'D Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-D.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">D&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("D Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="D"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">D</font>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#depthFrameBmd" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">depthFrameBmd</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a BitmapData filled with pixel data of the depth frame
		 with the size of the depthSpaceDimension rectangle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#depthFrameMappedToColorSpaceBmd" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">depthFrameMappedToColorSpaceBmd</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a BitmapData filled with pixel data of the depth frame
		 with the size of the colorSpaceDimension rectangle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#depthFrameMappingToColorSpaceUpdated" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">depthFrameMappingToColorSpaceUpdated</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns whether the depth frame to color space mapping
		 was updated during the last update cycle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#depthFrameUpdated" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">depthFrameUpdated</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns whether the depth frame 
		 was updated during the last update cycle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#depthSpaceDimensions" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">depthSpaceDimensions</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns the depth space dimensions.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#depthSpacePoint" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">depthSpacePoint</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">D</font>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>E </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'E Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-E.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">E&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("E Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="E"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">E</font>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableBodyFrame" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableBodyFrame</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the tracking of the BodyFrame (skeleton/joints).</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableBodyIndexFrame" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableBodyIndexFrame</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the BodyIndexFrameReader of the Kinect sensor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableBodyIndexFrameMappingToColorSpace" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableBodyIndexFrameMappingToColorSpace</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the mapping of the BodyIndexFrame to the ColorSpace.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableColorFrame" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableColorFrame</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the ColorFrameReader of the Kinect sensor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableColorFrameMappingToDepthSpace" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableColorFrameMappingToDepthSpace</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the mapping of the ColorFrame to the DepthSpace.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableDepthFrame" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableDepthFrame</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the DepthFrameReader of the Kinect sensor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableDepthFrameMappingToColorSpace" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableDepthFrameMappingToColorSpace</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the mapping of the DepthFrame to the ColorSpace.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableInfraredFrame" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableInfraredFrame</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the InfraredFrameReader of the Kinect sensor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableInfraredFrameMappingToColorSpace" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableInfraredFrameMappingToColorSpace</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the mapping of the InfraredFrame to the ColorSpace.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableLongExposureInfraredFrame" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableLongExposureInfraredFrame</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the LongExposureInfraredFrameReader of the Kinect sensor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableLongExposureInfraredFrameMappingToColorSpace" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableLongExposureInfraredFrameMappingToColorSpace</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the mapping of the LongExposureInfraredFrame to the ColorSpace.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html#enableVisualGestureBuilderFrame" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">enableVisualGestureBuilderFrame</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a></td></tr><tr><td width="20"></td><td>
		 This will enable the tracking of gestures (GBD/GBA files).</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">E</font>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>F </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'F Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-F.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">F&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("F Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="F"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">F</font>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Code.html#FAIL" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">FAIL</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Code.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Code</a></td></tr><tr><td width="20"></td><td>
		 FAIL means, that something went wrong in that function
		 or was not updated in this update cycle.
		 </td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">F</font>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>G </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'G Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-G.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">G&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("G Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="G"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">G</font>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#gestureConfidence" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">gestureConfidence</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 If a GestureType_Discrete was tracked this values will tell
		 you, with which confidence it was tracked.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#gestureProgress" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">gestureProgress</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 If a GestureType_Continuous was tracked this value will be
		 between 0.0 and 1.0.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#gestureTracked" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">gestureTracked</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 If a gesture database was added (GBD/GBA file), this
		 values will state, whether a wanted gesture was tracked
		 or not.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">G</font>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>H </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'H Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-H.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">H&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("H Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="H"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">H</font>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#handLeftConfidence" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">handLeftConfidence</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 This is the tracking confidence of the state of the left hand.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#handLeftState" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">handLeftState</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 This is the tracked state of the left hand.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#handRightConfidence" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">handRightConfidence</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 This is the tracking confidence of the state of the right hand.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#handRightState" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">handRightState</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 This is the tracked state of the right hand.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#HandState_Closed" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">HandState_Closed</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 The sensor could track the hand state (left or right)
		 and found the hand is "closed".</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#HandState_Lasso" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">HandState_Lasso</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 The sensor could track the hand state (left or right)
		 and found the hand is making a "lasso" gesture.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#HandState_NotTracked" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">HandState_NotTracked</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 The sensor could not track the hand (left or right),
		 thus the its tracking state is "not tracked".</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#HandState_Open" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">HandState_Open</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 The sensor could track the hand state (left or right)
		 and found the hand is "open".</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#HandState_Unknown" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">HandState_Unknown</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 The sensor could not track state of the hand (left or right),
		 thus the its tracking state is "unknown".</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">H</font>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>I </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'I Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-I.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">I&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("I Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="I"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">I</font>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#infraredFrameBmd" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">infraredFrameBmd</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a BitmapData filled with pixel data of the infrared frame
		 with the size of the depthSpaceDimension rectangle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#infraredFrameMappedToColorSpaceBmd" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">infraredFrameMappedToColorSpaceBmd</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a BitmapData filled with pixel data of the infrared frame
		 with the size of the colorSpaceDimension rectangle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#infraredFrameMappingToColorSpaceUpdated" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">infraredFrameMappingToColorSpaceUpdated</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns whether the infrared frame to color space mapping
		 was updated during the last update cycle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#infraredFrameUpdated" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">infraredFrameUpdated</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns whether the infrared frame 
		 was updated during the last update cycle.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">I</font>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>J </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'J Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-J.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">J&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("J Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="J"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">J</font>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#joints" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">joints</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 All 25 body joints.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#jointType" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">jointType</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_AnkleLeft" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_AnkleLeft</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_AnkleRight" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_AnkleRight</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_Count" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_Count</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_ElbowLeft" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_ElbowLeft</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_ElbowRight" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_ElbowRight</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_FootLeft" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_FootLeft</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_FootRight" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_FootRight</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_HandLeft" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_HandLeft</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_HandRight" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_HandRight</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_HandTipLeft" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_HandTipLeft</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_HandTipRight" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_HandTipRight</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_Head" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_Head</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_HipLeft" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_HipLeft</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_HipRight" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_HipRight</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_KneeLeft" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_KneeLeft</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_KneeRight" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_KneeRight</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_Neck" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_Neck</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_ShoulderLeft" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_ShoulderLeft</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_ShoulderRight" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_ShoulderRight</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_SpineBase" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_SpineBase</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_SpineMid" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_SpineMid</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_SpineShoulder" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_SpineShoulder</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_ThumbLeft" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_ThumbLeft</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_ThumbRight" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_ThumbRight</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_WristLeft" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_WristLeft</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#JointType_WristRight" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">JointType_WristRight</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">J</font>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>K </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'K Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-K.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">K&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("K Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="K"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">K</font>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a> &mdash; class, package <a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td></tr><tr><td width="20"></td><td>
	 The Kinect is capable of tracking up to 6 bodies in parallel (BODY_COUNT).
	 Every KV2Body object consists of 25 joints, hand states and a color.
	 It will also return whether a certain trained gesture was tracked (GBD/GBA files). 
	 (VisualGestureBuilder libraries are not activated in this build, since further testing is needed.)
	 
	 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Code.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Code</a> &mdash; class, package <a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td></tr><tr><td width="20"></td><td>
	 Methods of the ANE will return one of these codes.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Config</a> &mdash; class, package <a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td></tr><tr><td width="20"></td><td>
	 Use the KV2Config class to set the data streams you want to 
	 retrieve.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a> &mdash; class, package <a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td></tr><tr><td width="20"></td><td>
	 Every KV2Body has 25 body joints in a Vector. 
	 
	 Every KV2Joint has a certain jointType.
	 
	 The const JointType values are mapped to their index in the KV2Body.joints Vector.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#KV2Joint()" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a>(jointType:int) &mdash; Constructor, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a> &mdash; final class, package <a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td></tr><tr><td width="20"></td><td>
	 This class provides a small and simple API to the Kinect sensor.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#KV2Manager()" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a>() &mdash; Constructor, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Initializes internal data structures.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">K</font>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>L </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'L Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-L.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">L&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("L Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="L"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">L</font>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#LICENCE" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">LICENCE</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 The license number with release date and type of license.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#longExposureInfraredFrameBmd" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">longExposureInfraredFrameBmd</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a BitmapData filled with pixel data of the long exposure infrared frame
		 with the size of the depthSpaceDimension rectangle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#longExposureInfraredFrameMappedToColorSpaceBmd" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">longExposureInfraredFrameMappedToColorSpaceBmd</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns a BitmapData filled with pixel data of the long exposure infrared frame
		 with the size of the colorSpaceDimension rectangle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#longExposureInfraredFrameMappingToColorSpaceUpdated" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">longExposureInfraredFrameMappingToColorSpaceUpdated</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns whether the long exposure infrared frame to color space mapping
		 was updated during the last update cycle.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#longExposureInfraredFrameUpdated" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">longExposureInfraredFrameUpdated</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Returns whether the long exposure infrared frame 
		 was updated during the last update cycle.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">L</font>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>M </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'M Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-M.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">M&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("M Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="M"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">M</font>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">M</font>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>N </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'N Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-N.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">N&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("N Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="N"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">N</font>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">N</font>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>O </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'O Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-O.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">O&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("O Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="O"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">O</font>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Code.html#OK" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">OK</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Code.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Code</a></td></tr><tr><td width="20"></td><td>
		 OK means, that this function worked as expected or
		 something updated successfully.
		 </td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">O</font>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Q </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Q Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-Q.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Q&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Q Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="Q"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Q</font>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Q</font>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>R </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'R Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-R.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">R&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("R Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="R"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">R</font>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">R</font>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>S </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'S Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-S.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">S&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("S Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="S"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">S</font>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#start()" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">start</a>(config:<a href="com/tastenkunst/airkinectv2/KV2Config.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2./class-list.html');">com.tastenkunst.airkinectv2:KV2Config</a>) &mdash; method,  class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Starts the Kinect sensor and initializes the data
		 streams according to your settings in KV2Config.
		 
		 If you change a setting in KVConfig, you need to
		 call this method again to restart the Kinect sensor.
		 
		 A currently running instance of the Kinect sensor
		 will be disposed by this call.
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#stop()" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">stop</a>() &mdash; method,  class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Stops all data streams and the Kinect sensor.
		 
		 </td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">S</font>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>T </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'T Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-T.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">T&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("T Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="T"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">T</font>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#tracked" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">tracked</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 Every body, that gets recognized by the sensor
		 will have tracked = true.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#TrackingConfidence_High" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">TrackingConfidence_High</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 The sensor could track the hand (left or right),
		 and is pretty sure about the tracking results.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Body.html#TrackingConfidence_Low" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">TrackingConfidence_Low</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Body.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Body</a></td></tr><tr><td width="20"></td><td>
		 The sensor could track the hand (left or right),
		 but can't say with high confidence, that the tracking
		 returned a certain result.</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#trackingState" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">trackingState</a> &mdash; Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#TrackingState_Inferred" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">TrackingState_Inferred</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#TrackingState_NotTracked" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">TrackingState_NotTracked</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Joint.html#TrackingState_Tracked" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">TrackingState_Tracked</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Joint.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Joint</a></td></tr><tr><td width="20"></td><td></td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">T</font>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>U </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'U Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-U.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">U&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("U Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="U"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">U</font>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#updateBodies()" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">updateBodies</a>() &mdash; method,  class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Updates the Kinect sensor body data:
		 
		 body frame
		 visual gesture builder frame
		 
		 
		 </td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#updateImages()" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">updateImages</a>() &mdash; method,  class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 Updates all Kinect sensor image data streams:
		 
		 
		 color frame
		 depth frame
		 infrared frame
		 long exposure infrared frame
		 body index frame
		 
		 
		 and all their mappings into other coordinate spaces:
		 
		 
		 color to depth
		 depth to color
		 infrared to color
		 long exposure infrared to color
		 body index to color
		 
		 
		 This method will always return OK.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">U</font>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>V </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'V Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-V.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">V&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("V Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="V"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">V</font>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td class="idxrow" colspan="2"><a href="com/tastenkunst/airkinectv2/KV2Manager.html#VERSION" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">VERSION</a> &mdash; Constant Static Property, class com.tastenkunst.airkinectv2.<a href="com/tastenkunst/airkinectv2/KV2Manager.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">KV2Manager</a></td></tr><tr><td width="20"></td><td>
		 The current version of this ANE.</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">V</font>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>W </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'W Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-W.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">W&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("W Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="W"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">W</font>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">W</font>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>X </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'X Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-X.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">X&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("X Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="X"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">X</font>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">X</font>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Y </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Y Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-Y.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Y&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Y Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="Y"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Y</font>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Y</font>&nbsp;&nbsp;<a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Z </title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'Z Index - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?all-index-Z.html&amp;index-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">Z&nbsp;Index</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Z Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><table border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><a name="Z"></a><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Z</font>&nbsp;&nbsp;</td></tr><tr><td colspan="2" style="padding-bottom:20px"></td></tr><tr><td colspan="2"><a href="all-index-A.html" onclick="javascript:loadClassListFrame('index-list.html');">A</a>&nbsp;&nbsp;<a href="all-index-B.html" onclick="javascript:loadClassListFrame('index-list.html');">B</a>&nbsp;&nbsp;<a href="all-index-C.html" onclick="javascript:loadClassListFrame('index-list.html');">C</a>&nbsp;&nbsp;<a href="all-index-D.html" onclick="javascript:loadClassListFrame('index-list.html');">D</a>&nbsp;&nbsp;<a href="all-index-E.html" onclick="javascript:loadClassListFrame('index-list.html');">E</a>&nbsp;&nbsp;<a href="all-index-F.html" onclick="javascript:loadClassListFrame('index-list.html');">F</a>&nbsp;&nbsp;<a href="all-index-G.html" onclick="javascript:loadClassListFrame('index-list.html');">G</a>&nbsp;&nbsp;<a href="all-index-H.html" onclick="javascript:loadClassListFrame('index-list.html');">H</a>&nbsp;&nbsp;<a href="all-index-I.html" onclick="javascript:loadClassListFrame('index-list.html');">I</a>&nbsp;&nbsp;<a href="all-index-J.html" onclick="javascript:loadClassListFrame('index-list.html');">J</a>&nbsp;&nbsp;<a href="all-index-K.html" onclick="javascript:loadClassListFrame('index-list.html');">K</a>&nbsp;&nbsp;<a href="all-index-L.html" onclick="javascript:loadClassListFrame('index-list.html');">L</a>&nbsp;&nbsp;<a href="all-index-M.html" onclick="javascript:loadClassListFrame('index-list.html');">M</a>&nbsp;&nbsp;<a href="all-index-N.html" onclick="javascript:loadClassListFrame('index-list.html');">N</a>&nbsp;&nbsp;<a href="all-index-O.html" onclick="javascript:loadClassListFrame('index-list.html');">O</a>&nbsp;&nbsp;<a href="all-index-P.html" onclick="javascript:loadClassListFrame('index-list.html');">P</a>&nbsp;&nbsp;<a href="all-index-Q.html" onclick="javascript:loadClassListFrame('index-list.html');">Q</a>&nbsp;&nbsp;<a href="all-index-R.html" onclick="javascript:loadClassListFrame('index-list.html');">R</a>&nbsp;&nbsp;<a href="all-index-S.html" onclick="javascript:loadClassListFrame('index-list.html');">S</a>&nbsp;&nbsp;<a href="all-index-T.html" onclick="javascript:loadClassListFrame('index-list.html');">T</a>&nbsp;&nbsp;<a href="all-index-U.html" onclick="javascript:loadClassListFrame('index-list.html');">U</a>&nbsp;&nbsp;<a href="all-index-V.html" onclick="javascript:loadClassListFrame('index-list.html');">V</a>&nbsp;&nbsp;<a href="all-index-W.html" onclick="javascript:loadClassListFrame('index-list.html');">W</a>&nbsp;&nbsp;<a href="all-index-X.html" onclick="javascript:loadClassListFrame('index-list.html');">X</a>&nbsp;&nbsp;<a href="all-index-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a>&nbsp;&nbsp;<font color="black" size="10px" style="bold">Z</font>&nbsp;&nbsp;</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>All Classes</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'All Classes - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="package-summary.html" onclick="loadClassListFrame('all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="all-index-A.html" onclick="loadClassListFrame('index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?class-summary.html&amp;all-classes.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">All&nbsp;Classes</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("All Classes"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><p>Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.</p><br><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="20%">Class</th><th width="20%">Package</th><th width="60%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/tastenkunst/airkinectv2/KV2Body.html">KV2Body</a><br></td><td class="summaryTableCol"><a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td><td class="summaryTableLastCol">
	 The Kinect is capable of tracking up to 6 bodies in parallel (BODY_COUNT).
	 Every KV2Body object consists of 25 joints, hand states and a color.
	 It will also return whether a certain trained gesture was tracked (GBD/GBA files). 
	 (VisualGestureBuilder libraries are not activated in this build, since further testing is needed.)
	 
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/tastenkunst/airkinectv2/KV2Code.html">KV2Code</a><br></td><td class="summaryTableCol"><a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td><td class="summaryTableLastCol">
	 Methods of the ANE will return one of these codes.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/tastenkunst/airkinectv2/KV2Config.html">KV2Config</a><br></td><td class="summaryTableCol"><a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td><td class="summaryTableLastCol">
	 Use the KV2Config class to set the data streams you want to 
	 retrieve.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/tastenkunst/airkinectv2/KV2Joint.html">KV2Joint</a><br></td><td class="summaryTableCol"><a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td><td class="summaryTableLastCol">
	 Every KV2Body has 25 body joints in a Vector. 
	 
	 Every KV2Joint has a certain jointType.
	 
	 The const JointType values are mapped to their index in the KV2Body.joints Vector.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/tastenkunst/airkinectv2/KV2Manager.html">KV2Manager</a><br></td><td class="summaryTableCol"><a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td><td class="summaryTableLastCol">
	 This class provides a small and simple API to the Kinect sensor.</td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>AIRKinectv2 ANE v1.0.2</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
	
	<base target="classFrame">
</head>

<body class="classFrameContent">
<h3> Index </h3>
<table cellpadding="0" cellspacing="5" width="100%">
<tbody>
<!--
<tr>
	<td colspan="2"><a href="all-index-Symbols.html">Symbols</a></td>
</tr>
-->
<tr>
<td><a href="all-index-A.html">A</a></td>
<td><a href="all-index-N.html">N</a></td>
</tr>
<tr>
<td><a href="all-index-B.html">B</a></td>
<td><a href="all-index-O.html">O</a></td>
</tr>
<tr>
<td><a href="all-index-C.html">C</a></td>
<td><a href="all-index-P.html">P</a></td>
</tr>
<tr>
<td><a href="all-index-D.html">D</a></td>
<td><a href="all-index-Q.html">Q</a></td>
</tr>
<tr>
<td><a href="all-index-E.html">E</a></td>
<td><a href="all-index-R.html">R</a></td>
</tr>
<tr>
<td><a href="all-index-F.html">F</a></td>
<td><a href="all-index-S.html">S</a></td>
</tr>
<tr>
<td><a href="all-index-G.html">G</a></td>
<td><a href="all-index-T.html">T</a></td>
</tr>
<tr>
<td><a href="all-index-H.html">H</a></td>
<td><a href="all-index-U.html">U</a></td>
</tr>
<tr>
<td><a href="all-index-I.html">I</a></td>
<td><a href="all-index-V.html">V</a></td>
</tr>
<tr>
<td><a href="all-index-J.html">J</a></td>
<td><a href="all-index-W.html">W</a></td>
</tr>
<tr>
<td><a href="all-index-K.html">K</a></td>
<td><a href="all-index-X.html">X</a></td>
</tr>
<tr>
<td><a href="all-index-L.html">L</a></td>
<td><a href="all-index-Y.html">Y</a></td>
</tr>
<tr>
<td><a href="all-index-M.html">M</a></td>
<td><a href="all-index-Z.html">Z</a></td>
</tr>
</tbody></table>
</body><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --></html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><!-- saved from url=(0014)about:internet --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>AIRKinectv2 ANE v1.0.2</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
    <script language="javascript" type="text/javascript">
    	<!--
        window.onload=function(){
            var d=document.location.search;
			var args=d.substring(d.lastIndexOf('?')+1,d.length);
			var classFrameContent=args;
			var classListFrameContent='';
			if (args.indexOf('&') != -1) {
				classFrameContent = args.substring(0,args.indexOf('&'));
				classListFrameContent = args.substring(args.indexOf('&')+1,args.length);
			}
            if(classFrameContent!='')
            	top.frames['classFrame'].document.location.href=classFrameContent;
			if(classListFrameContent!='')
				top.frames['packageFrame'].frames['classListFrame'].document.location.href=classListFrameContent;
        }
        -->
    </script>
</head>
<frameset cols="245,*" border="2" bordercolor="#AAAAAA" framespacing="1">
       <frame src="package-frame.html" name="packageFrame" scrolling="no">
       <frameset rows="80,*" border="0" bordercolor="#AAAAAA">
       		<frame src="title-bar.html" name="titlebar" scrolling="no" frameborder="0">
       		<frame src="package-summary.html" name="classFrame" frameborder="0">
    	</frameset>
    <noframes>
	<body>
        <h2>Frame Alert</h2>
        <p>
        This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
        <br>
        Link to <a href="package-summary.html">Non-frame version.</a>
        </p>
        </body>
    </noframes>
</frameset>
<!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><!-- saved from url=(0014)about:internet --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>AIRKinectv2 ANE v1.0.2</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
</head>
<frameset rows="40%,60%" border="2" framespacing="1" bordercolor="#AAAAAA">
    <frame src="package-list.html" name="packageListFrame" scrolling="yes">
    <frame src="all-classes.html" name="classListFrame" scrolling="yes">
    <noframes>
        <body>
            <h2>Frame Alert</h2>
            <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
                <br>
                Link to<a href="package-summary.html">Non-frame version.</a>
            </p>
        </body>
    </noframes>
</frameset>
<!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --></html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Package List - AIRKinectv2 ANE v1.0.2</title><base target="classFrame"><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"><script language="javascript" src="asdoc.js" type="text/javascript"></script></head><body class="classFrameContent"><h3><a href="package-summary.html" onclick="javascript:loadClassListFrame('all-classes.html');" style="color:black">Packages</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td></tr></table></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>All Packages</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"></head><body><script language="javascript" type="text/javascript" src="asdoc.js"></script><script language="javascript" type="text/javascript" src="help.js"></script><script language="javascript" type="text/javascript" src="cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'All Packages - AIRKinectv2 ANE v1.0.2';
				var baseRef = '';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="class-summary.html" onclick="loadClassListFrame('all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="all-index-A.html" onclick="loadClassListFrame('index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="index.html?package-summary.html&amp;all-classes.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">All&nbsp;Packages</td><td class="titleTableSubNav" id="subNav" align="right"></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("All Packages"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div class="MainContent"><br><p></p><br><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">package</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="com/tastenkunst/airkinectv2/package-detail.html" onclick="javascript:loadClassListFrame('com/tastenkunst/airkinectv2/class-list.html');">com.tastenkunst.airkinectv2</a></td><td class="summaryTableLastCol"></td></tr></table><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html>
	<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title>AIRKinectv2 ANE v1.0.2</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css">
		
		
		<script language="javascript" type="text/javascript" src="asdoc.js"></script>
	</head>
	<body>
		<a name="top"></a>
		<table class="titleTable" cellpadding="0" cellspacing="0">
		  <tr>
			<td>
			  <table class="titleTable" cellpadding="0" cellspacing="0">
				<tr>
				  <td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableSearch" align="center">&nbsp;</td>
				  <td class="titleTableTopNav" align="right">
					<a target="classFrame" href="package-summary.html" onclick="loadClassListFrame('all-classes.html')"> All Packages </a>&nbsp;|&nbsp;<a target="classFrame" href="class-summary.html" onclick="loadClassListFrame('all-classes.html')"> All Classes </a>&nbsp;|&nbsp;<a target="classFrame" href="all-index-A.html" onclick="loadClassListFrame('index-list.html')"> Index </a>&nbsp;|&nbsp;<a href="" onclick="top.location=top.classFrame.location"> No Frames </a>
				  </td>
				</tr>
			  </table>
			</td>
			<td class="titleTableLogo" align="right" rowspan="3"><img src="images/logo.jpg" class="logoImage" title="Adobe Logo" alt="Adobe Logo"></td>
		  </tr>
		  <tr>
			<td>
			  <table class="titleTable" cellpadding="0" cellspacing="0">
				<tr class="titleTableRow2">
				  <td class="titleTableSubTitle" id="subTitle" align="left" colspan="2">&nbsp;</td>
				  <td class="titleTableSubNav" id="subNav" align="right">
					<a id="propertiesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('propertySummary');" style="display:none"> Properties </a><span id="propertiesBar" style="display:none"> | </span><a id="packagePropertiesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('propertySummary');" style="display:none"> Properties </a><span id="packagePropertiesBar" style="display:none"> | </span><a id="constructorLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('constructorSummary');" style="display:none"> Constructor </a><span id="constructorBar" style="display:none"> | </span><a id="methodsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('methodSummary');" style="display:none"> Methods </a><span id="methodsBar" style="display:none"> | </span><a id="packageFunctionsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('methodSummary');" style="display:none"> Functions </a><span id="packageFunctionsBar" style="display:none"> | </span><a id="eventsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('eventSummary');" style="display:none"> Events </a><span id="eventsBar" style="display:none"> | </span><a id="stylesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('styleSummary');" style="display:none"> Styles </a><span id="stylesBar" style="display:none"> | </span><a id="SkinPartLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('SkinPartSummary');" style="display:none"> Skin Parts </a><span id="SkinPartBar" style="display:none"> | </span><a id="SkinStateLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('SkinStateSummary');" style="display:none"> Skin States </a><span id="SkinStateBar" style="display:none"> | </span><a id="effectsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('effectSummary');" style="display:none"> Effects </a><span id="effectsBar" style="display:none"> | </span><a id="constantsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('constantSummary');" style="display:none"> Constants </a><span id="constantsBar" style="display:none"> | </span><a id="packageConstantsLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('constantSummary');" style="display:none"> Constants </a><span id="packageConstantsBar" style="display:none"> | </span><a id="interfacesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('interfaceSummary');" style="display:none"> Interfaces </a><span id="interfacesBar" style="display:none"> | </span><a id="classesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('classSummary');" style="display:none"> Classes </a><span id="classesBar" style="display:none"> | </span><a id="packageUseLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('package-use.html');" style="display:none">Use</a><span id="packageUseBar" style="display:none"> | </span><a id="examplesLink" href="#top" onclick="javascript:titleBar_gotoClassFrameAnchor('includeExamplesSummary');" style="display:none"> Examples </a>
				  </td>
				</tr>
				<tr class="titleTableRow3">
				  <td colspan="3">&nbsp;</td>
				</tr>
			  </table>
			</td>
		  </tr>
		</table>
	</body>
<!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --></html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>com.tastenkunst.airkinectv2 - AIRKinectv2 ANE v1.0.2</title><base target="classFrame"><link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../override.css" type="text/css"></head><body class="classFrameContent"><h3><a href="package-detail.html" target="classFrame" style="color:black">Package com.tastenkunst.airkinectv2</a></h3><table cellpadding="0" cellspacing="0"><tr><td><a href="package-detail.html#classSummary" style="color:black"><b>Classes</b></a></td></tr><tr><td><a href="KV2Body.html">KV2Body</a></td></tr><tr><td><a href="KV2Code.html">KV2Code</a></td></tr><tr><td><a href="KV2Config.html">KV2Config</a></td></tr><tr><td><a href="KV2Joint.html">KV2Joint</a></td></tr><tr><td><a href="KV2Manager.html">KV2Manager</a></td></tr></table></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../override.css" type="text/css"><meta name="keywords" content="KV2Body,com.tastenkunst.airkinectv2.KV2Body,BODY_COUNT,CONTEXT_UNAVAILABLE,FAIL,HandState_Closed,HandState_Lasso,HandState_NotTracked,HandState_Open,HandState_Unknown,JointType_AnkleLeft,JointType_AnkleRight,JointType_Count,JointType_ElbowLeft,JointType_ElbowRight,JointType_FootLeft,JointType_FootRight,JointType_HandLeft,JointType_HandRight,JointType_HandTipLeft,JointType_HandTipRight,JointType_Head,JointType_HipLeft,JointType_HipRight,JointType_KneeLeft,JointType_KneeRight,JointType_Neck,JointType_ShoulderLeft,JointType_ShoulderRight,JointType_SpineBase,JointType_SpineMid,JointType_SpineShoulder,JointType_ThumbLeft,JointType_ThumbRight,JointType_WristLeft,JointType_WristRight,LICENCE,OK,TrackingConfidence_High,TrackingConfidence_Low,TrackingState_Inferred,TrackingState_NotTracked,TrackingState_Tracked,VERSION,bodies,bodyIndexFrameBmd,bodyIndexFrameColors,bodyIndexFrameMappedToColorSpaceBmd,bodyIndexFrameMappingToColorSpaceUpdated,bodyIndexFrameUpdated,cameraSpacePoint,color,colorFrameBmd,colorFrameMappedToDepthSpaceBmd,colorFrameMappingToDepthSpaceUpdated,colorFrameUpdated,colorSpaceDimensions,colorSpacePoint,depthFrameBmd,depthFrameMappedToColorSpaceBmd,depthFrameMappingToColorSpaceUpdated,depthFrameUpdated,depthSpaceDimensions,depthSpacePoint,enableBodyFrame,enableBodyIndexFrame,enableBodyIndexFrameMappingToColorSpace,enableColorFrame,enableColorFrameMappingToDepthSpace,enableDepthFrame,enableDepthFrameMappingToColorSpace,enableInfraredFrame,enableInfraredFrameMappingToColorSpace,enableLongExposureInfraredFrame,enableLongExposureInfraredFrameMappingToColorSpace,enableVisualGestureBuilderFrame,gestureConfidence,gestureProgress,gestureTracked,handLeftConfidence,handLeftState,handRightConfidence,handRightState,infraredFrameBmd,infraredFrameMappedToColorSpaceBmd,infraredFrameMappingToColorSpaceUpdated,infraredFrameUpdated,jointType,joints,longExposureInfraredFrameBmd,longExposureInfraredFrameMappedToColorSpaceBmd,longExposureInfraredFrameMappingToColorSpaceUpdated,longExposureInfraredFrameUpdated,tracked,trackingState"><title>com.tastenkunst.airkinectv2.KV2Body</title></head><body><script language="javascript" type="text/javascript" src="../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'KV2Body - AIRKinectv2 ANE v1.0.2';
				var baseRef = '../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="../../../package-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../class-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../all-index-A.html" onclick="loadClassListFrame('../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../index.html?com/tastenkunst/airkinectv2/KV2Body.html&amp;com/tastenkunst/airkinectv2/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">KV2Body</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("KV2Body"); titleBar_setSubNav(true,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.tastenkunst.airkinectv2</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  KV2Body</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">KV2Body  <img src="../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	              <p>The Kinect is capable of tracking up to 6 bodies in parallel (BODY_COUNT).</p>
	              <p>Every KV2Body object consists of 25 joints, hand states and a color.</p>
	              <p>It will also return whether a certain trained gesture was tracked (GBD/GBA files).</p> 
	              <p>(VisualGestureBuilder libraries are not activated in this build, since further testing is needed.)</p>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#color" class="signatureLink">color</a> : uint<div class="summaryTableDescription">
		 This is the color of a certain body index.
		 
		 The default values are:
		 
		 
		 0xFF00FF00
		 0xFFFF0000
		 0xFFFF4000
		 0x40FFFF00
		 0xFF40FF00
		 0xFF808000
		 
		 </div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#gestureConfidence" class="signatureLink">gestureConfidence</a> : Number<div class="summaryTableDescription">
		 If a GestureType_Discrete was tracked this values will tell
		 you, with which confidence it was tracked.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#gestureProgress" class="signatureLink">gestureProgress</a> : Number<div class="summaryTableDescription">
		 If a GestureType_Continuous was tracked this value will be
		 between 0.0 and 1.0.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#gestureTracked" class="signatureLink">gestureTracked</a> : Boolean<div class="summaryTableDescription">
		 If a gesture database was added (GBD/GBA file), this
		 values will state, whether a wanted gesture was tracked
		 or not.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#handLeftConfidence" class="signatureLink">handLeftConfidence</a> : int<div class="summaryTableDescription">
		 This is the tracking confidence of the state of the left hand.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#handLeftState" class="signatureLink">handLeftState</a> : int<div class="summaryTableDescription">
		 This is the tracked state of the left hand.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#handRightConfidence" class="signatureLink">handRightConfidence</a> : int<div class="summaryTableDescription">
		 This is the tracking confidence of the state of the right hand.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#handRightState" class="signatureLink">handRightState</a> : int<div class="summaryTableDescription">
		 This is the tracked state of the right hand.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#joints" class="signatureLink">joints</a> : Vector.&lt;<a href="../../../com/tastenkunst/airkinectv2/KV2Joint.html">KV2Joint</a>&gt;<div class="summaryTableDescription">
		 All 25 body joints.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#tracked" class="signatureLink">tracked</a> : Boolean<div class="summaryTableDescription">
		 Every body, that gets recognized by the sensor
		 will have tracked = true.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#BODY_COUNT" class="signatureLink">BODY_COUNT</a> : int = 6<div class="summaryTableDescription">[static] 
		 The Kinect sensor will track up to 6 bodies in parallel.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#HandState_Closed" class="signatureLink">HandState_Closed</a> : int = 3<div class="summaryTableDescription">[static] 
		 The sensor could track the hand state (left or right)
		 and found the hand is "closed".</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#HandState_Lasso" class="signatureLink">HandState_Lasso</a> : int = 4<div class="summaryTableDescription">[static] 
		 The sensor could track the hand state (left or right)
		 and found the hand is making a "lasso" gesture.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#HandState_NotTracked" class="signatureLink">HandState_NotTracked</a> : int = 1<div class="summaryTableDescription">[static] 
		 The sensor could not track the hand (left or right),
		 thus the its tracking state is "not tracked".</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#HandState_Open" class="signatureLink">HandState_Open</a> : int = 2<div class="summaryTableDescription">[static] 
		 The sensor could track the hand state (left or right)
		 and found the hand is "open".</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#HandState_Unknown" class="signatureLink">HandState_Unknown</a> : int = 0<div class="summaryTableDescription">[static] 
		 The sensor could not track state of the hand (left or right),
		 thus the its tracking state is "unknown".</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TrackingConfidence_High" class="signatureLink">TrackingConfidence_High</a> : int = 1<div class="summaryTableDescription">[static] 
		 The sensor could track the hand (left or right),
		 and is pretty sure about the tracking results.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TrackingConfidence_Low" class="signatureLink">TrackingConfidence_Low</a> : int = 0<div class="summaryTableDescription">[static] 
		 The sensor could track the hand (left or right),
		 but can't say with high confidence, that the tracking
		 returned a certain result.</div></td><td class="summaryTableOwnerCol">KV2Body</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="color"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">color</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var color:uint</code><p></p><p></p><p>
		 <p>This is the color of a certain body index.</p>
		 
		 <p>The default values are:</p>
		 
		 <ul>
		 <li>0xFF00FF00</li>
		 <li>0xFFFF0000</li>
		 <li>0xFFFF4000</li>
		 <li>0x40FFFF00</li>
		 <li>0xFF40FF00</li>
		 <li>0xFF808000</li>
		 </ul>
		 </p></div><a name="propertyDetail"></a><a name="gestureConfidence"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">gestureConfidence</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var gestureConfidence:Number</code><p></p><p></p><p>
		 If a GestureType_Discrete was tracked this values will tell
		 you, with which confidence it was tracked.
		 </p></div><a name="propertyDetail"></a><a name="gestureProgress"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">gestureProgress</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var gestureProgress:Number</code><p></p><p></p><p>
		 If a GestureType_Continuous was tracked this value will be
		 between 0.0 and 1.0. This will always return a value, even
		 if it's not wanted. So take GestureType_Discrete gestures
		 as starting points for GestureType_Continuous gestures.
		 </p></div><a name="propertyDetail"></a><a name="gestureTracked"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">gestureTracked</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var gestureTracked:Boolean</code><p></p><p></p><p>
		 If a gesture database was added (GBD/GBA file), this
		 values will state, whether a wanted gesture was tracked
		 or not.
		 </p></div><a name="propertyDetail"></a><a name="handLeftConfidence"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">handLeftConfidence</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var handLeftConfidence:int</code><p></p><p></p><p>
		 This is the tracking confidence of the state of the left hand.
		 </p></div><a name="propertyDetail"></a><a name="handLeftState"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">handLeftState</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var handLeftState:int</code><p></p><p></p><p>
		 This is the tracked state of the left hand.
		 </p></div><a name="propertyDetail"></a><a name="handRightConfidence"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">handRightConfidence</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var handRightConfidence:int</code><p></p><p></p><p>
		 This is the tracking confidence of the state of the right hand.
		 </p></div><a name="propertyDetail"></a><a name="handRightState"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">handRightState</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var handRightState:int</code><p></p><p></p><p>
		 This is the tracked state of the right hand.
		 </p></div><a name="propertyDetail"></a><a name="joints"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">joints</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var joints:Vector.&lt;<a href="../../../com/tastenkunst/airkinectv2/KV2Joint.html">KV2Joint</a>&gt;</code><p></p><p></p><p>
		 All 25 body joints.
		 
		 </p><p><span class="label">See also</span></p><div class="seeAlso"><a href="KV2Joint.html" target="">KV2Joint</a></div></div><a name="propertyDetail"></a><a name="tracked"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">tracked</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var tracked:Boolean</code><p></p><p></p><p>
		 Every body, that gets recognized by the sensor
		 will have tracked = true. Inactive bodies (out
		 of the 6 possible tracked ones) will have
		 tracked = false.
		 </p></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="BODY_COUNT"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">BODY_COUNT</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const BODY_COUNT:int = 6</code><p></p><p></p><p>
		 The Kinect sensor will track up to 6 bodies in parallel.
		 </p></div><a name="constantDetail"></a><a name="HandState_Closed"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">HandState_Closed</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const HandState_Closed:int = 3</code><p></p><p></p><p>
		 The sensor could track the hand state (left or right)
		 and found the hand is "closed".
		 </p></div><a name="constantDetail"></a><a name="HandState_Lasso"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">HandState_Lasso</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const HandState_Lasso:int = 4</code><p></p><p></p><p>
		 The sensor could track the hand state (left or right)
		 and found the hand is making a "lasso" gesture.
		 </p></div><a name="constantDetail"></a><a name="HandState_NotTracked"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">HandState_NotTracked</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const HandState_NotTracked:int = 1</code><p></p><p></p><p>
		 The sensor could not track the hand (left or right),
		 thus the its tracking state is "not tracked".
		 </p></div><a name="constantDetail"></a><a name="HandState_Open"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">HandState_Open</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const HandState_Open:int = 2</code><p></p><p></p><p>
		 The sensor could track the hand state (left or right)
		 and found the hand is "open".
		 </p></div><a name="constantDetail"></a><a name="HandState_Unknown"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">HandState_Unknown</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const HandState_Unknown:int = 0</code><p></p><p></p><p>
		 The sensor could not track state of the hand (left or right),
		 thus the its tracking state is "unknown".
		 </p></div><a name="constantDetail"></a><a name="TrackingConfidence_High"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TrackingConfidence_High</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TrackingConfidence_High:int = 1</code><p></p><p></p><p>
		 The sensor could track the hand (left or right),
		 and is pretty sure about the tracking results.
		 </p></div><a name="constantDetail"></a><a name="TrackingConfidence_Low"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TrackingConfidence_Low</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TrackingConfidence_Low:int = 0</code><p></p><p></p><p>
		 The sensor could track the hand (left or right),
		 but can't say with high confidence, that the tracking
		 returned a certain result.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../override.css" type="text/css"><meta name="keywords" content="KV2Code,com.tastenkunst.airkinectv2.KV2Code,BODY_COUNT,CONTEXT_UNAVAILABLE,FAIL,HandState_Closed,HandState_Lasso,HandState_NotTracked,HandState_Open,HandState_Unknown,JointType_AnkleLeft,JointType_AnkleRight,JointType_Count,JointType_ElbowLeft,JointType_ElbowRight,JointType_FootLeft,JointType_FootRight,JointType_HandLeft,JointType_HandRight,JointType_HandTipLeft,JointType_HandTipRight,JointType_Head,JointType_HipLeft,JointType_HipRight,JointType_KneeLeft,JointType_KneeRight,JointType_Neck,JointType_ShoulderLeft,JointType_ShoulderRight,JointType_SpineBase,JointType_SpineMid,JointType_SpineShoulder,JointType_ThumbLeft,JointType_ThumbRight,JointType_WristLeft,JointType_WristRight,LICENCE,OK,TrackingConfidence_High,TrackingConfidence_Low,TrackingState_Inferred,TrackingState_NotTracked,TrackingState_Tracked,VERSION,bodies,bodyIndexFrameBmd,bodyIndexFrameColors,bodyIndexFrameMappedToColorSpaceBmd,bodyIndexFrameMappingToColorSpaceUpdated,bodyIndexFrameUpdated,cameraSpacePoint,color,colorFrameBmd,colorFrameMappedToDepthSpaceBmd,colorFrameMappingToDepthSpaceUpdated,colorFrameUpdated,colorSpaceDimensions,colorSpacePoint,depthFrameBmd,depthFrameMappedToColorSpaceBmd,depthFrameMappingToColorSpaceUpdated,depthFrameUpdated,depthSpaceDimensions,depthSpacePoint,enableBodyFrame,enableBodyIndexFrame,enableBodyIndexFrameMappingToColorSpace,enableColorFrame,enableColorFrameMappingToDepthSpace,enableDepthFrame,enableDepthFrameMappingToColorSpace,enableInfraredFrame,enableInfraredFrameMappingToColorSpace,enableLongExposureInfraredFrame,enableLongExposureInfraredFrameMappingToColorSpace,enableVisualGestureBuilderFrame,gestureConfidence,gestureProgress,gestureTracked,handLeftConfidence,handLeftState,handRightConfidence,handRightState,infraredFrameBmd,infraredFrameMappedToColorSpaceBmd,infraredFrameMappingToColorSpaceUpdated,infraredFrameUpdated,jointType,joints,longExposureInfraredFrameBmd,longExposureInfraredFrameMappedToColorSpaceBmd,longExposureInfraredFrameMappingToColorSpaceUpdated,longExposureInfraredFrameUpdated,tracked,trackingState"><title>com.tastenkunst.airkinectv2.KV2Code</title></head><body><script language="javascript" type="text/javascript" src="../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'KV2Code - AIRKinectv2 ANE v1.0.2';
				var baseRef = '../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="../../../package-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../class-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../all-index-A.html" onclick="loadClassListFrame('../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../index.html?com/tastenkunst/airkinectv2/KV2Code.html&amp;com/tastenkunst/airkinectv2/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">KV2Code</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("KV2Code"); titleBar_setSubNav(true,false,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.tastenkunst.airkinectv2</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  KV2Code</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">KV2Code  <img src="../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 Methods of the ANE will return one of these codes.
	 
	 <p></p><br/><hr></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#CONTEXT_UNAVAILABLE" class="signatureLink">CONTEXT_UNAVAILABLE</a> : int = -1<div class="summaryTableDescription">[static] 
		 CONTEXT_UNAVAILABLE means, that the ExtensionContext 
		 is not available at the moment.</div></td><td class="summaryTableOwnerCol">KV2Code</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#FAIL" class="signatureLink">FAIL</a> : int = 0<div class="summaryTableDescription">[static] 
		 FAIL means, that something went wrong in that function
		 or was not updated in this update cycle.
		 </div></td><td class="summaryTableOwnerCol">KV2Code</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#OK" class="signatureLink">OK</a> : int = 1<div class="summaryTableDescription">[static] 
		 OK means, that this function worked as expected or
		 something updated successfully.
		 </div></td><td class="summaryTableOwnerCol">KV2Code</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="CONTEXT_UNAVAILABLE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">CONTEXT_UNAVAILABLE</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const CONTEXT_UNAVAILABLE:int = -1</code><p></p><p></p><p>
		 <p>CONTEXT_UNAVAILABLE means, that the ExtensionContext 
		 is not available at the moment. Did you call start() first?</p>
		 </p></div><a name="constantDetail"></a><a name="FAIL"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">FAIL</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const FAIL:int = 0</code><p></p><p></p><p>
		 <p>FAIL means, that something went wrong in that function
		 or was not updated in this update cycle.</p>
		 </p></div><a name="constantDetail"></a><a name="OK"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">OK</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const OK:int = 1</code><p></p><p></p><p>
		 <p>OK means, that this function worked as expected or
		 something updated successfully.</p>
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../override.css" type="text/css"><meta name="keywords" content="KV2Config,com.tastenkunst.airkinectv2.KV2Config,BODY_COUNT,CONTEXT_UNAVAILABLE,FAIL,HandState_Closed,HandState_Lasso,HandState_NotTracked,HandState_Open,HandState_Unknown,JointType_AnkleLeft,JointType_AnkleRight,JointType_Count,JointType_ElbowLeft,JointType_ElbowRight,JointType_FootLeft,JointType_FootRight,JointType_HandLeft,JointType_HandRight,JointType_HandTipLeft,JointType_HandTipRight,JointType_Head,JointType_HipLeft,JointType_HipRight,JointType_KneeLeft,JointType_KneeRight,JointType_Neck,JointType_ShoulderLeft,JointType_ShoulderRight,JointType_SpineBase,JointType_SpineMid,JointType_SpineShoulder,JointType_ThumbLeft,JointType_ThumbRight,JointType_WristLeft,JointType_WristRight,LICENCE,OK,TrackingConfidence_High,TrackingConfidence_Low,TrackingState_Inferred,TrackingState_NotTracked,TrackingState_Tracked,VERSION,bodies,bodyIndexFrameBmd,bodyIndexFrameColors,bodyIndexFrameMappedToColorSpaceBmd,bodyIndexFrameMappingToColorSpaceUpdated,bodyIndexFrameUpdated,cameraSpacePoint,color,colorFrameBmd,colorFrameMappedToDepthSpaceBmd,colorFrameMappingToDepthSpaceUpdated,colorFrameUpdated,colorSpaceDimensions,colorSpacePoint,depthFrameBmd,depthFrameMappedToColorSpaceBmd,depthFrameMappingToColorSpaceUpdated,depthFrameUpdated,depthSpaceDimensions,depthSpacePoint,enableBodyFrame,enableBodyIndexFrame,enableBodyIndexFrameMappingToColorSpace,enableColorFrame,enableColorFrameMappingToDepthSpace,enableDepthFrame,enableDepthFrameMappingToColorSpace,enableInfraredFrame,enableInfraredFrameMappingToColorSpace,enableLongExposureInfraredFrame,enableLongExposureInfraredFrameMappingToColorSpace,enableVisualGestureBuilderFrame,gestureConfidence,gestureProgress,gestureTracked,handLeftConfidence,handLeftState,handRightConfidence,handRightState,infraredFrameBmd,infraredFrameMappedToColorSpaceBmd,infraredFrameMappingToColorSpaceUpdated,infraredFrameUpdated,jointType,joints,longExposureInfraredFrameBmd,longExposureInfraredFrameMappedToColorSpaceBmd,longExposureInfraredFrameMappingToColorSpaceUpdated,longExposureInfraredFrameUpdated,tracked,trackingState"><title>com.tastenkunst.airkinectv2.KV2Config</title></head><body><script language="javascript" type="text/javascript" src="../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'KV2Config - AIRKinectv2 ANE v1.0.2';
				var baseRef = '../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="../../../package-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../class-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../all-index-A.html" onclick="loadClassListFrame('../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../index.html?com/tastenkunst/airkinectv2/KV2Config.html&amp;com/tastenkunst/airkinectv2/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">KV2Config</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("KV2Config"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.tastenkunst.airkinectv2</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  KV2Config</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">KV2Config  <img src="../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	              <p>Use the KV2Config class to set the data streams you want to 
	 retrieve. Every option you add will lower the overall performance
	 of your app. Everytime you change a setting in this config, you
	 will need to use KV2Manager.start to restart the Kinect sensor.</p>
	 
	              <p>There are 3 "coordinate spaces":</p>
	              <ul>
	                 <li>ColorSpace: 1920x1080 pixels</li>
	                 <li>DepthSpace: 512x424 pixels</li>
	                 <li>CameraSpace: in meter (body joints)</li>
	              </ul>
	 
	              <p>The different Kinect data readers have a certain
	 source coordinate space, but can be mapped to other spaces, if needed.
	 Some will be used regulary, like BodyIndexFrame to ColorSpace, but some
	 might not be used at all (eg. LongExposureInfraredFrame to ColorSpace or ColorFrame to DepthSpace)</p>
	 
	              <ul>
	                 <li>ColorFrame: ColorSpace, can be mapped to DepthSpace</li>
	                 <li>DepthFrame: DepthSpace, can be mapped to ColorSpace</li>
	                 <li>InfraredFrame: DepthSpace, can be mapped to ColorSpace</li>
	                 <li>LongExposureInfraredFrame: DepthSpace, can be mapped to ColorSpace</li>
	                 <li>BodyIndexFrame: DepthSpace, can be mapped to ColorSpace</li>
	                 <li>BodyFrame (joints): CameraSpace, can be mapped to ColorSpace and DepthSpace</li>
	              </ul>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bodyIndexFrameColors" class="signatureLink">bodyIndexFrameColors</a> : Vector.&lt;uint&gt; = null<div class="summaryTableDescription">
		 The BodyIndexFrame returns a colored pixel mask for each body index.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableBodyFrame" class="signatureLink">enableBodyFrame</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the tracking of the BodyFrame (skeleton/joints).</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableBodyIndexFrame" class="signatureLink">enableBodyIndexFrame</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the BodyIndexFrameReader of the Kinect sensor.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableBodyIndexFrameMappingToColorSpace" class="signatureLink">enableBodyIndexFrameMappingToColorSpace</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the mapping of the BodyIndexFrame to the ColorSpace.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableColorFrame" class="signatureLink">enableColorFrame</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the ColorFrameReader of the Kinect sensor.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableColorFrameMappingToDepthSpace" class="signatureLink">enableColorFrameMappingToDepthSpace</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the mapping of the ColorFrame to the DepthSpace.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableDepthFrame" class="signatureLink">enableDepthFrame</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the DepthFrameReader of the Kinect sensor.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableDepthFrameMappingToColorSpace" class="signatureLink">enableDepthFrameMappingToColorSpace</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the mapping of the DepthFrame to the ColorSpace.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableInfraredFrame" class="signatureLink">enableInfraredFrame</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the InfraredFrameReader of the Kinect sensor.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableInfraredFrameMappingToColorSpace" class="signatureLink">enableInfraredFrameMappingToColorSpace</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the mapping of the InfraredFrame to the ColorSpace.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableLongExposureInfraredFrame" class="signatureLink">enableLongExposureInfraredFrame</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the LongExposureInfraredFrameReader of the Kinect sensor.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableLongExposureInfraredFrameMappingToColorSpace" class="signatureLink">enableLongExposureInfraredFrameMappingToColorSpace</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the mapping of the LongExposureInfraredFrame to the ColorSpace.</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#enableVisualGestureBuilderFrame" class="signatureLink">enableVisualGestureBuilderFrame</a> : Boolean = false<div class="summaryTableDescription">
		 This will enable the tracking of gestures (GBD/GBA files).</div></td><td class="summaryTableOwnerCol">KV2Config</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="bodyIndexFrameColors"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bodyIndexFrameColors</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var bodyIndexFrameColors:Vector.&lt;uint&gt; = null</code><p></p><p></p><p>
		 <p>The BodyIndexFrame returns a colored pixel mask for each body index.
		 You can specify the colors by changing the default colors in this
		 Vector.</p>
		 
		 <p>The default colors are:</p>
		 <ul>
		 <li>0xffff0000</li>
		 <li>0xff00ff00</li>
		 <li>0xff40ffff</li>
		 <li>0xffffff40</li>
		 <li>0xffff40ff</li>
		 <li>0xff8080ff</li>
		 </ul>
		 
		 <p>The Kinect SDK uses a diffrent color space than AS3. 
		 The ANE will automatically take care of transforming the colors,
		 so use the AS3 ARGB.</p>
		 </p></div><a name="propertyDetail"></a><a name="enableBodyFrame"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableBodyFrame</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableBodyFrame:Boolean = false</code><p></p><p></p><p>
		 This will enable the tracking of the BodyFrame (skeleton/joints).
		 </p></div><a name="propertyDetail"></a><a name="enableBodyIndexFrame"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableBodyIndexFrame</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableBodyIndexFrame:Boolean = false</code><p></p><p></p><p>
		 This will enable the BodyIndexFrameReader of the Kinect sensor.
		 The BodyIndexFrame is a "mask" of pixels in the color of the body, 
		 that is tracked.
		 </p></div><a name="propertyDetail"></a><a name="enableBodyIndexFrameMappingToColorSpace"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableBodyIndexFrameMappingToColorSpace</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableBodyIndexFrameMappingToColorSpace:Boolean = false</code><p></p><p></p><p>
		 This will enable the mapping of the BodyIndexFrame to the ColorSpace.
		 </p></div><a name="propertyDetail"></a><a name="enableColorFrame"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableColorFrame</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableColorFrame:Boolean = false</code><p></p><p></p><p>
		 This will enable the ColorFrameReader of the Kinect sensor.
		 The ColorFrame is the HD colored camera image. 
		 </p></div><a name="propertyDetail"></a><a name="enableColorFrameMappingToDepthSpace"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableColorFrameMappingToDepthSpace</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableColorFrameMappingToDepthSpace:Boolean = false</code><p></p><p></p><p>
		 This will enable the mapping of the ColorFrame to the DepthSpace.
		 </p></div><a name="propertyDetail"></a><a name="enableDepthFrame"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableDepthFrame</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableDepthFrame:Boolean = false</code><p></p><p></p><p>
		 This will enable the DepthFrameReader of the Kinect sensor.
		 The DepthFrame is the image visualizing the tracked depth data.
		 </p></div><a name="propertyDetail"></a><a name="enableDepthFrameMappingToColorSpace"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableDepthFrameMappingToColorSpace</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableDepthFrameMappingToColorSpace:Boolean = false</code><p></p><p></p><p>
		 This will enable the mapping of the DepthFrame to the ColorSpace.
		 </p></div><a name="propertyDetail"></a><a name="enableInfraredFrame"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableInfraredFrame</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableInfraredFrame:Boolean = false</code><p></p><p></p><p>
		 This will enable the InfraredFrameReader of the Kinect sensor.
		 The InfraredFrame is the image visualizing the tracked infrared data.
		 </p></div><a name="propertyDetail"></a><a name="enableInfraredFrameMappingToColorSpace"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableInfraredFrameMappingToColorSpace</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableInfraredFrameMappingToColorSpace:Boolean = false</code><p></p><p></p><p>
		 This will enable the mapping of the InfraredFrame to the ColorSpace.
		 </p></div><a name="propertyDetail"></a><a name="enableLongExposureInfraredFrame"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableLongExposureInfraredFrame</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableLongExposureInfraredFrame:Boolean = false</code><p></p><p></p><p>
		 This will enable the LongExposureInfraredFrameReader of the Kinect sensor.
		 The LongExposureInfraredFrame is the image visualizing the tracked long exposure infrared data.
		 </p></div><a name="propertyDetail"></a><a name="enableLongExposureInfraredFrameMappingToColorSpace"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableLongExposureInfraredFrameMappingToColorSpace</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableLongExposureInfraredFrameMappingToColorSpace:Boolean = false</code><p></p><p></p><p>
		 This will enable the mapping of the LongExposureInfraredFrame to the ColorSpace.
		 </p></div><a name="propertyDetail"></a><a name="enableVisualGestureBuilderFrame"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">enableVisualGestureBuilderFrame</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var enableVisualGestureBuilderFrame:Boolean = false</code><p></p><p></p><p>
		 This will enable the tracking of gestures (GBD/GBA files).
		 Not active at the moment, further testing needed.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../override.css" type="text/css"><meta name="keywords" content="KV2Joint,com.tastenkunst.airkinectv2.KV2Joint,BODY_COUNT,CONTEXT_UNAVAILABLE,FAIL,HandState_Closed,HandState_Lasso,HandState_NotTracked,HandState_Open,HandState_Unknown,JointType_AnkleLeft,JointType_AnkleRight,JointType_Count,JointType_ElbowLeft,JointType_ElbowRight,JointType_FootLeft,JointType_FootRight,JointType_HandLeft,JointType_HandRight,JointType_HandTipLeft,JointType_HandTipRight,JointType_Head,JointType_HipLeft,JointType_HipRight,JointType_KneeLeft,JointType_KneeRight,JointType_Neck,JointType_ShoulderLeft,JointType_ShoulderRight,JointType_SpineBase,JointType_SpineMid,JointType_SpineShoulder,JointType_ThumbLeft,JointType_ThumbRight,JointType_WristLeft,JointType_WristRight,LICENCE,OK,TrackingConfidence_High,TrackingConfidence_Low,TrackingState_Inferred,TrackingState_NotTracked,TrackingState_Tracked,VERSION,bodies,bodyIndexFrameBmd,bodyIndexFrameColors,bodyIndexFrameMappedToColorSpaceBmd,bodyIndexFrameMappingToColorSpaceUpdated,bodyIndexFrameUpdated,cameraSpacePoint,color,colorFrameBmd,colorFrameMappedToDepthSpaceBmd,colorFrameMappingToDepthSpaceUpdated,colorFrameUpdated,colorSpaceDimensions,colorSpacePoint,depthFrameBmd,depthFrameMappedToColorSpaceBmd,depthFrameMappingToColorSpaceUpdated,depthFrameUpdated,depthSpaceDimensions,depthSpacePoint,enableBodyFrame,enableBodyIndexFrame,enableBodyIndexFrameMappingToColorSpace,enableColorFrame,enableColorFrameMappingToDepthSpace,enableDepthFrame,enableDepthFrameMappingToColorSpace,enableInfraredFrame,enableInfraredFrameMappingToColorSpace,enableLongExposureInfraredFrame,enableLongExposureInfraredFrameMappingToColorSpace,enableVisualGestureBuilderFrame,gestureConfidence,gestureProgress,gestureTracked,handLeftConfidence,handLeftState,handRightConfidence,handRightState,infraredFrameBmd,infraredFrameMappedToColorSpaceBmd,infraredFrameMappingToColorSpaceUpdated,infraredFrameUpdated,jointType,joints,longExposureInfraredFrameBmd,longExposureInfraredFrameMappedToColorSpaceBmd,longExposureInfraredFrameMappingToColorSpaceUpdated,longExposureInfraredFrameUpdated,tracked,trackingState"><title>com.tastenkunst.airkinectv2.KV2Joint</title></head><body><script language="javascript" type="text/javascript" src="../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'KV2Joint - AIRKinectv2 ANE v1.0.2';
				var baseRef = '../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="../../../package-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../class-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../all-index-A.html" onclick="loadClassListFrame('../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../index.html?com/tastenkunst/airkinectv2/KV2Joint.html&amp;com/tastenkunst/airkinectv2/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">KV2Joint</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("KV2Joint"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.tastenkunst.airkinectv2</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  KV2Joint</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">KV2Joint  <img src="../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	              <p>Every KV2Body has 25 body joints in a Vector.</p> 
	 
	              <p>Every KV2Joint has a certain jointType.</p>
	 
	              <p>The const JointType values are mapped to their index in the KV2Body.joints Vector.
	 Eg. JointType_HandLeft has the value 7, so can be found in KV2Body.joints[KV2Joint.JointType_HandLeft].</p>
	 
	              <p>The source coordinate space is the CameraSpace, but these values
	 will be automatically mapped to the ColorSpace and DepthSpace and
	 can be retrieved by reading the corresponding point:</p>
	 
	              <ul>
	                 <li>colorSpacePoint</li>
	                 <li>depthSpacePoint</li>
	                 <li>cameraSpacePoint</li>
	              </ul>
	 
	              <p>Every joint has a trackingState of either:</p>
	 
	              <ul>
	                 <li>TrackingState_NotTracked,</li>
	                 <li>TrackingState_Inferred or</li>
	                 <li>TrackingState_Tracked</li>
	              </ul>
	 
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#cameraSpacePoint" class="signatureLink">cameraSpacePoint</a> : Vector3D<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#colorSpacePoint" class="signatureLink">colorSpacePoint</a> : Point<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#depthSpacePoint" class="signatureLink">depthSpacePoint</a> : Point<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#jointType" class="signatureLink">jointType</a> : int = -1<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#trackingState" class="signatureLink">trackingState</a> : int = -1<div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#KV2Joint()" class="signatureLink">KV2Joint</a>(jointType:int)</div><div class="summaryTableDescription"></div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_AnkleLeft" class="signatureLink">JointType_AnkleLeft</a> : int = 14<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_AnkleRight" class="signatureLink">JointType_AnkleRight</a> : int = 18<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_Count" class="signatureLink">JointType_Count</a> : int = 25.0<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_ElbowLeft" class="signatureLink">JointType_ElbowLeft</a> : int = 5<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_ElbowRight" class="signatureLink">JointType_ElbowRight</a> : int = 9<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_FootLeft" class="signatureLink">JointType_FootLeft</a> : int = 15<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_FootRight" class="signatureLink">JointType_FootRight</a> : int = 19<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_HandLeft" class="signatureLink">JointType_HandLeft</a> : int = 7<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_HandRight" class="signatureLink">JointType_HandRight</a> : int = 11<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_HandTipLeft" class="signatureLink">JointType_HandTipLeft</a> : int = 21<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_HandTipRight" class="signatureLink">JointType_HandTipRight</a> : int = 23<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_Head" class="signatureLink">JointType_Head</a> : int = 3<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_HipLeft" class="signatureLink">JointType_HipLeft</a> : int = 12<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_HipRight" class="signatureLink">JointType_HipRight</a> : int = 16<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_KneeLeft" class="signatureLink">JointType_KneeLeft</a> : int = 13<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_KneeRight" class="signatureLink">JointType_KneeRight</a> : int = 17<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_Neck" class="signatureLink">JointType_Neck</a> : int = 2<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_ShoulderLeft" class="signatureLink">JointType_ShoulderLeft</a> : int = 4<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_ShoulderRight" class="signatureLink">JointType_ShoulderRight</a> : int = 8<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_SpineBase" class="signatureLink">JointType_SpineBase</a> : int = 0<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_SpineMid" class="signatureLink">JointType_SpineMid</a> : int = 1<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_SpineShoulder" class="signatureLink">JointType_SpineShoulder</a> : int = 20<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_ThumbLeft" class="signatureLink">JointType_ThumbLeft</a> : int = 22<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_ThumbRight" class="signatureLink">JointType_ThumbRight</a> : int = 24<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_WristLeft" class="signatureLink">JointType_WristLeft</a> : int = 6<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#JointType_WristRight" class="signatureLink">JointType_WristRight</a> : int = 10<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TrackingState_Inferred" class="signatureLink">TrackingState_Inferred</a> : int = 1<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TrackingState_NotTracked" class="signatureLink">TrackingState_NotTracked</a> : int = 0<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#TrackingState_Tracked" class="signatureLink">TrackingState_Tracked</a> : int = 2<div class="summaryTableDescription">[static] </div></td><td class="summaryTableOwnerCol">KV2Joint</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="cameraSpacePoint"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">cameraSpacePoint</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var cameraSpacePoint:Vector3D</code><p></p></div><a name="propertyDetail"></a><a name="colorSpacePoint"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">colorSpacePoint</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var colorSpacePoint:Point</code><p></p></div><a name="propertyDetail"></a><a name="depthSpacePoint"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">depthSpacePoint</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var depthSpacePoint:Point</code><p></p></div><a name="propertyDetail"></a><a name="jointType"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">jointType</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var jointType:int = -1</code><p></p></div><a name="propertyDetail"></a><a name="trackingState"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">trackingState</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var trackingState:int = -1</code><p></p></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="KV2Joint()"></a><a name="KV2Joint(int)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">KV2Joint</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function KV2Joint(jointType:int)</code><p></p><br/><br/><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">jointType</span>:int</code></td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="JointType_AnkleLeft"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_AnkleLeft</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const JointType_AnkleLeft:int = 14</code><p></p></div><a name="constantDetail"></a><a name="JointType_AnkleRight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_AnkleRight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_AnkleRight:int = 18</code><p></p></div><a name="constantDetail"></a><a name="JointType_Count"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_Count</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_Count:int = 25.0</code><p></p></div><a name="constantDetail"></a><a name="JointType_ElbowLeft"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_ElbowLeft</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_ElbowLeft:int = 5</code><p></p></div><a name="constantDetail"></a><a name="JointType_ElbowRight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_ElbowRight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_ElbowRight:int = 9</code><p></p></div><a name="constantDetail"></a><a name="JointType_FootLeft"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_FootLeft</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_FootLeft:int = 15</code><p></p></div><a name="constantDetail"></a><a name="JointType_FootRight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_FootRight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_FootRight:int = 19</code><p></p></div><a name="constantDetail"></a><a name="JointType_HandLeft"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_HandLeft</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_HandLeft:int = 7</code><p></p></div><a name="constantDetail"></a><a name="JointType_HandRight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_HandRight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_HandRight:int = 11</code><p></p></div><a name="constantDetail"></a><a name="JointType_HandTipLeft"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_HandTipLeft</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_HandTipLeft:int = 21</code><p></p></div><a name="constantDetail"></a><a name="JointType_HandTipRight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_HandTipRight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_HandTipRight:int = 23</code><p></p></div><a name="constantDetail"></a><a name="JointType_Head"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_Head</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_Head:int = 3</code><p></p></div><a name="constantDetail"></a><a name="JointType_HipLeft"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_HipLeft</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_HipLeft:int = 12</code><p></p></div><a name="constantDetail"></a><a name="JointType_HipRight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_HipRight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_HipRight:int = 16</code><p></p></div><a name="constantDetail"></a><a name="JointType_KneeLeft"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_KneeLeft</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_KneeLeft:int = 13</code><p></p></div><a name="constantDetail"></a><a name="JointType_KneeRight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_KneeRight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_KneeRight:int = 17</code><p></p></div><a name="constantDetail"></a><a name="JointType_Neck"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_Neck</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_Neck:int = 2</code><p></p></div><a name="constantDetail"></a><a name="JointType_ShoulderLeft"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_ShoulderLeft</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_ShoulderLeft:int = 4</code><p></p></div><a name="constantDetail"></a><a name="JointType_ShoulderRight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_ShoulderRight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_ShoulderRight:int = 8</code><p></p></div><a name="constantDetail"></a><a name="JointType_SpineBase"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_SpineBase</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_SpineBase:int = 0</code><p></p></div><a name="constantDetail"></a><a name="JointType_SpineMid"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_SpineMid</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_SpineMid:int = 1</code><p></p></div><a name="constantDetail"></a><a name="JointType_SpineShoulder"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_SpineShoulder</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_SpineShoulder:int = 20</code><p></p></div><a name="constantDetail"></a><a name="JointType_ThumbLeft"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_ThumbLeft</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_ThumbLeft:int = 22</code><p></p></div><a name="constantDetail"></a><a name="JointType_ThumbRight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_ThumbRight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_ThumbRight:int = 24</code><p></p></div><a name="constantDetail"></a><a name="JointType_WristLeft"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_WristLeft</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_WristLeft:int = 6</code><p></p></div><a name="constantDetail"></a><a name="JointType_WristRight"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">JointType_WristRight</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const JointType_WristRight:int = 10</code><p></p></div><a name="constantDetail"></a><a name="TrackingState_Inferred"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TrackingState_Inferred</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TrackingState_Inferred:int = 1</code><p></p></div><a name="constantDetail"></a><a name="TrackingState_NotTracked"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TrackingState_NotTracked</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TrackingState_NotTracked:int = 0</code><p></p></div><a name="constantDetail"></a><a name="TrackingState_Tracked"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">TrackingState_Tracked</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const TrackingState_Tracked:int = 2</code><p></p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../override.css" type="text/css"><meta name="keywords" content="KV2Manager,com.tastenkunst.airkinectv2.KV2Manager,BODY_COUNT,CONTEXT_UNAVAILABLE,FAIL,HandState_Closed,HandState_Lasso,HandState_NotTracked,HandState_Open,HandState_Unknown,JointType_AnkleLeft,JointType_AnkleRight,JointType_Count,JointType_ElbowLeft,JointType_ElbowRight,JointType_FootLeft,JointType_FootRight,JointType_HandLeft,JointType_HandRight,JointType_HandTipLeft,JointType_HandTipRight,JointType_Head,JointType_HipLeft,JointType_HipRight,JointType_KneeLeft,JointType_KneeRight,JointType_Neck,JointType_ShoulderLeft,JointType_ShoulderRight,JointType_SpineBase,JointType_SpineMid,JointType_SpineShoulder,JointType_ThumbLeft,JointType_ThumbRight,JointType_WristLeft,JointType_WristRight,LICENCE,OK,TrackingConfidence_High,TrackingConfidence_Low,TrackingState_Inferred,TrackingState_NotTracked,TrackingState_Tracked,VERSION,bodies,bodyIndexFrameBmd,bodyIndexFrameColors,bodyIndexFrameMappedToColorSpaceBmd,bodyIndexFrameMappingToColorSpaceUpdated,bodyIndexFrameUpdated,cameraSpacePoint,color,colorFrameBmd,colorFrameMappedToDepthSpaceBmd,colorFrameMappingToDepthSpaceUpdated,colorFrameUpdated,colorSpaceDimensions,colorSpacePoint,depthFrameBmd,depthFrameMappedToColorSpaceBmd,depthFrameMappingToColorSpaceUpdated,depthFrameUpdated,depthSpaceDimensions,depthSpacePoint,enableBodyFrame,enableBodyIndexFrame,enableBodyIndexFrameMappingToColorSpace,enableColorFrame,enableColorFrameMappingToDepthSpace,enableDepthFrame,enableDepthFrameMappingToColorSpace,enableInfraredFrame,enableInfraredFrameMappingToColorSpace,enableLongExposureInfraredFrame,enableLongExposureInfraredFrameMappingToColorSpace,enableVisualGestureBuilderFrame,gestureConfidence,gestureProgress,gestureTracked,handLeftConfidence,handLeftState,handRightConfidence,handRightState,infraredFrameBmd,infraredFrameMappedToColorSpaceBmd,infraredFrameMappingToColorSpaceUpdated,infraredFrameUpdated,jointType,joints,longExposureInfraredFrameBmd,longExposureInfraredFrameMappedToColorSpaceBmd,longExposureInfraredFrameMappingToColorSpaceUpdated,longExposureInfraredFrameUpdated,tracked,trackingState,start,stop,updateBodies,updateImages"><title>com.tastenkunst.airkinectv2.KV2Manager</title></head><body><script language="javascript" type="text/javascript" src="../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'KV2Manager - AIRKinectv2 ANE v1.0.2';
				var baseRef = '../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="../../../package-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../class-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../all-index-A.html" onclick="loadClassListFrame('../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../index.html?com/tastenkunst/airkinectv2/KV2Manager.html&amp;com/tastenkunst/airkinectv2/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">KV2Manager</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("KV2Manager"); titleBar_setSubNav(true,true,false,false,false,false,false,false,true,false,false	,false,false,false,false,false);}	
				-->
			</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.tastenkunst.airkinectv2</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public final   class  KV2Manager</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">KV2Manager  <img src="../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> Object</td></tr></table><p></p><p></p><p></p>
	 This class provides a small and simple API to the Kinect sensor.
	 
	 <p>It will take care of starting, stopping and updating the sensor
	 and its data streams. Just use KV2Config to setup, which data 
	 you actually want to retrieve from the sensor.</p>
	 
	              <p>The SDK comes with several examples, that will walk you
	 through the setup and usage of this ANE.</p>
	 
	              <p>I hope you like it, any feedback is appreciated.
	 If you have any feature request, just let me know and
	 I will add it to the todo list.</p>
	 
	              <p>author: <a href="http://www.tastenkunst.com" target="external">Marcel Klammer, Tastenkunst GmbH, 2015</a>
               </p>
	 
	              <p>And... please be fair and pay for your commercial projects. Thank you mates!</p>
	           <p></p><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bodies" class="signatureLink">bodies</a> : Vector.&lt;<a href="../../../com/tastenkunst/airkinectv2/KV2Body.html">KV2Body</a>&gt;<div class="summaryTableDescription">[read-only] 
		 Returns a Vector of length KV2Body.BODY_COUNT of KV2Body objects.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bodyIndexFrameBmd" class="signatureLink">bodyIndexFrameBmd</a> : BitmapData<div class="summaryTableDescription">[read-only] 
		 Returns a BitmapData filled with pixel data of the body index frame
		 with the size of the depthSpaceDimension rectangle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bodyIndexFrameMappedToColorSpaceBmd" class="signatureLink">bodyIndexFrameMappedToColorSpaceBmd</a> : BitmapData<div class="summaryTableDescription">[read-only] 
		 Returns a BitmapData filled with pixel data of the body index frame
		 with the size of the colorSpaceDimension rectangle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bodyIndexFrameMappingToColorSpaceUpdated" class="signatureLink">bodyIndexFrameMappingToColorSpaceUpdated</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns whether the body index frame to color space mapping
		 was updated during the last update cycle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bodyIndexFrameUpdated" class="signatureLink">bodyIndexFrameUpdated</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns whether the body index frame 
		 was updated during the last update cycle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#colorFrameBmd" class="signatureLink">colorFrameBmd</a> : BitmapData<div class="summaryTableDescription">[read-only] 
		 Returns a BitmapData filled with pixel data of the color frame
		 with the size of the colorSpaceDimension rectangle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#colorFrameMappedToDepthSpaceBmd" class="signatureLink">colorFrameMappedToDepthSpaceBmd</a> : BitmapData<div class="summaryTableDescription">[read-only] 
		 Returns a BitmapData filled with pixel data of the color frame
		 with the size of the depthSpaceDimension rectangle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#colorFrameMappingToDepthSpaceUpdated" class="signatureLink">colorFrameMappingToDepthSpaceUpdated</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns whether the color frame to depth space mapping
		 was updated during the last update cycle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#colorFrameUpdated" class="signatureLink">colorFrameUpdated</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns whether the color frame 
		 was updated during the last update cycle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#colorSpaceDimensions" class="signatureLink">colorSpaceDimensions</a> : Rectangle<div class="summaryTableDescription">[read-only] 
		 Returns the color space dimensions.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#depthFrameBmd" class="signatureLink">depthFrameBmd</a> : BitmapData<div class="summaryTableDescription">[read-only] 
		 Returns a BitmapData filled with pixel data of the depth frame
		 with the size of the depthSpaceDimension rectangle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#depthFrameMappedToColorSpaceBmd" class="signatureLink">depthFrameMappedToColorSpaceBmd</a> : BitmapData<div class="summaryTableDescription">[read-only] 
		 Returns a BitmapData filled with pixel data of the depth frame
		 with the size of the colorSpaceDimension rectangle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#depthFrameMappingToColorSpaceUpdated" class="signatureLink">depthFrameMappingToColorSpaceUpdated</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns whether the depth frame to color space mapping
		 was updated during the last update cycle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#depthFrameUpdated" class="signatureLink">depthFrameUpdated</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns whether the depth frame 
		 was updated during the last update cycle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#depthSpaceDimensions" class="signatureLink">depthSpaceDimensions</a> : Rectangle<div class="summaryTableDescription">[read-only] 
		 Returns the depth space dimensions.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#infraredFrameBmd" class="signatureLink">infraredFrameBmd</a> : BitmapData<div class="summaryTableDescription">[read-only] 
		 Returns a BitmapData filled with pixel data of the infrared frame
		 with the size of the depthSpaceDimension rectangle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#infraredFrameMappedToColorSpaceBmd" class="signatureLink">infraredFrameMappedToColorSpaceBmd</a> : BitmapData<div class="summaryTableDescription">[read-only] 
		 Returns a BitmapData filled with pixel data of the infrared frame
		 with the size of the colorSpaceDimension rectangle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#infraredFrameMappingToColorSpaceUpdated" class="signatureLink">infraredFrameMappingToColorSpaceUpdated</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns whether the infrared frame to color space mapping
		 was updated during the last update cycle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#infraredFrameUpdated" class="signatureLink">infraredFrameUpdated</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns whether the infrared frame 
		 was updated during the last update cycle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#longExposureInfraredFrameBmd" class="signatureLink">longExposureInfraredFrameBmd</a> : BitmapData<div class="summaryTableDescription">[read-only] 
		 Returns a BitmapData filled with pixel data of the long exposure infrared frame
		 with the size of the depthSpaceDimension rectangle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#longExposureInfraredFrameMappedToColorSpaceBmd" class="signatureLink">longExposureInfraredFrameMappedToColorSpaceBmd</a> : BitmapData<div class="summaryTableDescription">[read-only] 
		 Returns a BitmapData filled with pixel data of the long exposure infrared frame
		 with the size of the colorSpaceDimension rectangle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#longExposureInfraredFrameMappingToColorSpaceUpdated" class="signatureLink">longExposureInfraredFrameMappingToColorSpaceUpdated</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns whether the long exposure infrared frame to color space mapping
		 was updated during the last update cycle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#longExposureInfraredFrameUpdated" class="signatureLink">longExposureInfraredFrameUpdated</a> : int<div class="summaryTableDescription">[read-only] 
		 Returns whether the long exposure infrared frame 
		 was updated during the last update cycle.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#KV2Manager()" class="signatureLink">KV2Manager</a>()</div><div class="summaryTableDescription">
		 Initializes internal data structures.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#start()" class="signatureLink">start</a>(config:<a href="../../../com/tastenkunst/airkinectv2/KV2Config.html">KV2Config</a>):int</div><div class="summaryTableDescription">
		 Starts the Kinect sensor and initializes the data
		 streams according to your settings in KV2Config.
		 
		 If you change a setting in KVConfig, you need to
		 call this method again to restart the Kinect sensor.
		 
		 A currently running instance of the Kinect sensor
		 will be disposed by this call.
		 
		 </div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#stop()" class="signatureLink">stop</a>():int</div><div class="summaryTableDescription">
		 Stops all data streams and the Kinect sensor.
		 
		 </div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateBodies()" class="signatureLink">updateBodies</a>():int</div><div class="summaryTableDescription">
		 Updates the Kinect sensor body data:
		 
		 body frame
		 visual gesture builder frame
		 
		 
		 </div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#updateImages()" class="signatureLink">updateImages</a>():int</div><div class="summaryTableDescription">
		 Updates all Kinect sensor image data streams:
		 
		 
		 color frame
		 depth frame
		 infrared frame
		 long exposure infrared frame
		 body index frame
		 
		 
		 and all their mappings into other coordinate spaces:
		 
		 
		 color to depth
		 depth to color
		 infrared to color
		 long exposure infrared to color
		 body index to color
		 
		 
		 This method will always return OK.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr></table></div><a name="constantSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Constants</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableConstant"><tr><th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#LICENCE" class="signatureLink">LICENCE</a> : String = (KV2_ANE_TK060515 trial)<div class="summaryTableDescription">[static] 
		 The license number with release date and type of license.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#VERSION" class="signatureLink">VERSION</a> : String = KV2 v1.0.2<div class="summaryTableDescription">[static] 
		 The current version of this ANE.</div></td><td class="summaryTableOwnerCol">KV2Manager</td></tr></table></div><script language="javascript" type="text/javascript"><!--
										showHideInherited();
										--></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="bodies"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bodies</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>bodies:Vector.&lt;<a href="../../../com/tastenkunst/airkinectv2/KV2Body.html">KV2Body</a>&gt;</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a Vector of length KV2Body.BODY_COUNT of KV2Body objects.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get bodies():Vector.&lt;<a href="../../../com/tastenkunst/airkinectv2/KV2Body.html">KV2Body</a>&gt;</code><br/></div><a name="propertyDetail"></a><a name="bodyIndexFrameBmd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bodyIndexFrameBmd</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>bodyIndexFrameBmd:BitmapData</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a BitmapData filled with pixel data of the body index frame
		 with the size of the depthSpaceDimension rectangle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get bodyIndexFrameBmd():BitmapData</code><br/></div><a name="propertyDetail"></a><a name="bodyIndexFrameMappedToColorSpaceBmd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bodyIndexFrameMappedToColorSpaceBmd</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>bodyIndexFrameMappedToColorSpaceBmd:BitmapData</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a BitmapData filled with pixel data of the body index frame
		 with the size of the colorSpaceDimension rectangle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get bodyIndexFrameMappedToColorSpaceBmd():BitmapData</code><br/></div><a name="propertyDetail"></a><a name="bodyIndexFrameMappingToColorSpaceUpdated"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bodyIndexFrameMappingToColorSpaceUpdated</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>bodyIndexFrameMappingToColorSpaceUpdated:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns whether the body index frame to color space mapping
		 was updated during the last update cycle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get bodyIndexFrameMappingToColorSpaceUpdated():int</code><br/></div><a name="propertyDetail"></a><a name="bodyIndexFrameUpdated"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bodyIndexFrameUpdated</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>bodyIndexFrameUpdated:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns whether the body index frame 
		 was updated during the last update cycle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get bodyIndexFrameUpdated():int</code><br/></div><a name="propertyDetail"></a><a name="colorFrameBmd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">colorFrameBmd</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>colorFrameBmd:BitmapData</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a BitmapData filled with pixel data of the color frame
		 with the size of the colorSpaceDimension rectangle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get colorFrameBmd():BitmapData</code><br/></div><a name="propertyDetail"></a><a name="colorFrameMappedToDepthSpaceBmd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">colorFrameMappedToDepthSpaceBmd</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>colorFrameMappedToDepthSpaceBmd:BitmapData</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a BitmapData filled with pixel data of the color frame
		 with the size of the depthSpaceDimension rectangle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get colorFrameMappedToDepthSpaceBmd():BitmapData</code><br/></div><a name="propertyDetail"></a><a name="colorFrameMappingToDepthSpaceUpdated"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">colorFrameMappingToDepthSpaceUpdated</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>colorFrameMappingToDepthSpaceUpdated:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns whether the color frame to depth space mapping
		 was updated during the last update cycle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get colorFrameMappingToDepthSpaceUpdated():int</code><br/></div><a name="propertyDetail"></a><a name="colorFrameUpdated"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">colorFrameUpdated</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>colorFrameUpdated:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns whether the color frame 
		 was updated during the last update cycle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get colorFrameUpdated():int</code><br/></div><a name="propertyDetail"></a><a name="colorSpaceDimensions"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">colorSpaceDimensions</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>colorSpaceDimensions:Rectangle</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns the color space dimensions. At the time of writing this is
		 full HD (1920x1080) for the colored camera stream.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get colorSpaceDimensions():Rectangle</code><br/></div><a name="propertyDetail"></a><a name="depthFrameBmd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">depthFrameBmd</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>depthFrameBmd:BitmapData</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a BitmapData filled with pixel data of the depth frame
		 with the size of the depthSpaceDimension rectangle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get depthFrameBmd():BitmapData</code><br/></div><a name="propertyDetail"></a><a name="depthFrameMappedToColorSpaceBmd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">depthFrameMappedToColorSpaceBmd</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>depthFrameMappedToColorSpaceBmd:BitmapData</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a BitmapData filled with pixel data of the depth frame
		 with the size of the colorSpaceDimension rectangle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get depthFrameMappedToColorSpaceBmd():BitmapData</code><br/></div><a name="propertyDetail"></a><a name="depthFrameMappingToColorSpaceUpdated"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">depthFrameMappingToColorSpaceUpdated</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>depthFrameMappingToColorSpaceUpdated:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns whether the depth frame to color space mapping
		 was updated during the last update cycle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get depthFrameMappingToColorSpaceUpdated():int</code><br/></div><a name="propertyDetail"></a><a name="depthFrameUpdated"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">depthFrameUpdated</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>depthFrameUpdated:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns whether the depth frame 
		 was updated during the last update cycle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get depthFrameUpdated():int</code><br/></div><a name="propertyDetail"></a><a name="depthSpaceDimensions"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">depthSpaceDimensions</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>depthSpaceDimensions:Rectangle</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns the depth space dimensions. At the time of writing this is
		 full HD (512x424) for all other image data streams:
		 depth, infrared, long exposure infrared, body index.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get depthSpaceDimensions():Rectangle</code><br/></div><a name="propertyDetail"></a><a name="infraredFrameBmd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">infraredFrameBmd</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>infraredFrameBmd:BitmapData</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a BitmapData filled with pixel data of the infrared frame
		 with the size of the depthSpaceDimension rectangle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get infraredFrameBmd():BitmapData</code><br/></div><a name="propertyDetail"></a><a name="infraredFrameMappedToColorSpaceBmd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">infraredFrameMappedToColorSpaceBmd</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>infraredFrameMappedToColorSpaceBmd:BitmapData</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a BitmapData filled with pixel data of the infrared frame
		 with the size of the colorSpaceDimension rectangle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get infraredFrameMappedToColorSpaceBmd():BitmapData</code><br/></div><a name="propertyDetail"></a><a name="infraredFrameMappingToColorSpaceUpdated"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">infraredFrameMappingToColorSpaceUpdated</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>infraredFrameMappingToColorSpaceUpdated:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns whether the infrared frame to color space mapping
		 was updated during the last update cycle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get infraredFrameMappingToColorSpaceUpdated():int</code><br/></div><a name="propertyDetail"></a><a name="infraredFrameUpdated"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">infraredFrameUpdated</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>infraredFrameUpdated:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns whether the infrared frame 
		 was updated during the last update cycle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get infraredFrameUpdated():int</code><br/></div><a name="propertyDetail"></a><a name="longExposureInfraredFrameBmd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">longExposureInfraredFrameBmd</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>longExposureInfraredFrameBmd:BitmapData</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a BitmapData filled with pixel data of the long exposure infrared frame
		 with the size of the depthSpaceDimension rectangle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get longExposureInfraredFrameBmd():BitmapData</code><br/></div><a name="propertyDetail"></a><a name="longExposureInfraredFrameMappedToColorSpaceBmd"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">longExposureInfraredFrameMappedToColorSpaceBmd</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>longExposureInfraredFrameMappedToColorSpaceBmd:BitmapData</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns a BitmapData filled with pixel data of the long exposure infrared frame
		 with the size of the colorSpaceDimension rectangle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get longExposureInfraredFrameMappedToColorSpaceBmd():BitmapData</code><br/></div><a name="propertyDetail"></a><a name="longExposureInfraredFrameMappingToColorSpaceUpdated"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">longExposureInfraredFrameMappingToColorSpaceUpdated</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>longExposureInfraredFrameMappingToColorSpaceUpdated:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns whether the long exposure infrared frame to color space mapping
		 was updated during the last update cycle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get longExposureInfraredFrameMappingToColorSpaceUpdated():int</code><br/></div><a name="propertyDetail"></a><a name="longExposureInfraredFrameUpdated"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">longExposureInfraredFrameUpdated</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>longExposureInfraredFrameUpdated:int</code>&nbsp;&nbsp;[read-only] <p></p><p></p><p>
		 Returns whether the long exposure infrared frame 
		 was updated during the last update cycle.
		 
		 </p><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get longExposureInfraredFrameUpdated():int</code><br/></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="KV2Manager()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">KV2Manager</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function KV2Manager()</code><p></p><p>
		 Initializes internal data structures.
		 </p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="start()"></a><a name="start(com.tastenkunst.airkinectv2.KV2Config)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">start</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public final function start(config:<a href="../../../com/tastenkunst/airkinectv2/KV2Config.html">KV2Config</a>):int</code><p></p><p></p><p>
		 <p>Starts the Kinect sensor and initializes the data
		 streams according to your settings in KV2Config.</p>
		 
		 <p>If you change a setting in KVConfig, you need to
		 call this method again to restart the Kinect sensor.</p>
		 
		 <p>A currently running instance of the Kinect sensor
		 will be disposed by this call.</p>
		 
		 </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">config</span>:<a href="../../../com/tastenkunst/airkinectv2/KV2Config.html">KV2Config</a></code> &mdash; a KV2Config instance
		 </td></tr></table></p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code> &mdash; a KV2Code value (either OK, FAIL or CONTEXT_UNAVAILABLE)
		 </td></tr></table></div><a name="stop()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">stop</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function stop():int</code><p></p><p></p><p>
		 <p>Stops all data streams and the Kinect sensor.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code> &mdash; a KV2Code value (either OK or CONTEXT_UNAVAILABLE)
		 </td></tr></table></div><a name="updateBodies()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateBodies</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function updateBodies():int</code><p></p><p></p><p>
		 <p>Updates the Kinect sensor body data:</p>
		 <ul>
		 <li>body frame</li>
		 <li>visual gesture builder frame</li>
		 </ul>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code> &mdash; a KV2Code value (either OK, FAIL or CONTEXT_UNAVAILABLE)
		 </td></tr></table></div><a name="updateImages()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">updateImages</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public final function updateImages():int</code><p></p><p></p><p>
		 <p>Updates all Kinect sensor image data streams:</p>
		 
		 <ul>
		 <li>color frame</li>
		 <li>depth frame</li>
		 <li>infrared frame</li>
		 <li>long exposure infrared frame</li>
		 <li>body index frame</li>
		 </ul>
		 
		 <p>and all their mappings into other coordinate spaces:</p>
		 
		 <ul>
		 <li>color to depth</li>
		 <li>depth to color</li>
		 <li>infrared to color</li>
		 <li>long exposure infrared to color</li>
		 <li>body index to color</li>
		 </ul>
		 
		 <p>This method will always return OK. You can check which
		 data streams where successfully updated by retrieving 
		 their xyzUpdated KV2Code values.</p>
		 
		 </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code>int</code> &mdash; a KV2Code value (either OK or CONTEXT_UNAVAILABLE)
		 </td></tr></table></div><div class="detailSectionHeader">Constant Detail</div><a name="constantDetail"></a><a name="LICENCE"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">LICENCE</td><td class="detailHeaderType">Constant</td></tr></table><div class="detailBody"><code>public static const LICENCE:String = (KV2_ANE_TK060515 trial)</code><p></p><p></p><p>
		 The license number with release date and type of license.
		 If you need a commercial license, just contact us via
		 email or our contact form at <a href="http://www.tastenkunst.com/#/contact" target="external">http://www.tastenkunst.com/#/contact</a>
		 </p></div><a name="constantDetail"></a><a name="VERSION"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">VERSION</td><td class="detailHeaderType">Constant</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public static const VERSION:String = KV2 v1.0.2</code><p></p><p></p><p>
		 The current version of this ANE.
		 </p></div><br/><br/><hr><br/><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../override.css" type="text/css"><title>com.tastenkunst.airkinectv2 Summary</title></head><body><script language="javascript" type="text/javascript" src="../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
				asdocTitle = 'com.tastenkunst.airkinectv2 package - AIRKinectv2 ANE v1.0.2';
				var baseRef = '../../../';
				window.onload = configPage;
			--></script>
<script type="text/javascript">
			scrollToNameAnchor();
		</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">AIRKinectv2 ANE v1.0.2</td><td class="titleTableTopNav" align="right"><a href="../../../package-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../../class-summary.html" onclick="loadClassListFrame('../../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../../all-index-A.html" onclick="loadClassListFrame('../../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../../index.html?com/tastenkunst/airkinectv2/package-detail.html&amp;com/tastenkunst/airkinectv2/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">com.tastenkunst.airkinectv2</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
				<!--
				
					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("com.tastenkunst.airkinectv2"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false	,false,false,false,true,false);}	
				-->
			</script><div class="MainContent"><br><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="KV2Body.html">KV2Body</a></td><td class="summaryTableLastCol">
	 The Kinect is capable of tracking up to 6 bodies in parallel (BODY_COUNT).
	 Every KV2Body object consists of 25 joints, hand states and a color.
	 It will also return whether a certain trained gesture was tracked (GBD/GBA files). 
	 (VisualGestureBuilder libraries are not activated in this build, since further testing is needed.)
	 
	 </td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="KV2Code.html">KV2Code</a></td><td class="summaryTableLastCol">
	 Methods of the ANE will return one of these codes.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="KV2Config.html">KV2Config</a></td><td class="summaryTableLastCol">
	 Use the KV2Config class to set the data streams you want to 
	 retrieve.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="KV2Joint.html">KV2Joint</a></td><td class="summaryTableLastCol">
	 Every KV2Body has 25 body joints in a Vector. 
	 
	 Every KV2Joint has a certain jointType.
	 
	 The const JointType values are mapped to their index in the KV2Body.joints Vector.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="KV2Manager.html">KV2Manager</a></td><td class="summaryTableLastCol">
	 This class provides a small and simple API to the Kinect sensor.</td></tr></table><p></p><div><p></p><center class="copyright"><footer>AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015</footer><br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  </center></div></div></body></html><!--AIRKinectv2 ANE v1.0.2 by Tastenkunst GmbH - www.tastenkunst.com - 2015<br/>Mittwoch Mai 6 2015, 07:36 PM +02:00  --><!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8"/>
	<title>osmf-p2p-plugin Ver0.4.6</title>
	<meta name="description" content="" />
	
	<script src="js/swfobject.js"></script>
    <script src="js/jquery-2.1.1.min.js"></script>
    <script>
    function log(v){
        console.log(v);
    }
    ip = "10.33.0.81";
    rtmfp_port = "19350";
    remote_log_port = "5000";
    media_server_port = "40770";
    
    var peer_id = null;
    var app_id = null;
    function set_app_peer_id(app, id){
        app_id = app;
        peer_id = id;

	$("#peer_id").html(peer_id.substring(0,7));
        
        $.get( "http://" + ip + ":" + remote_log_port + "/get_total_count?resourceID="+app_id, function( data ) {
            $("#num").html(data);
        });
    }
    
    function set_p2p_info(info){
        if(info['type'] == 'source_change')
        {
            $('#from').html(info['data']);
        }
        else if(info['type'] == 'upstream_peers')
        {
            var h = "";
            for(var i = 0; i < info['data'].length; i++)
            {
                h += "<p>" + info['data'][i].substring(0, 7) + "</p>";
            }

            $('#up').html(h);
        }
        else if(info['type'] == 'downstream_peers')
        {
            var h = "";
            for(var i = 0; i < info['data'].length; i++)
            {
                h += "<p>" + info['data'][i].substring(0, 7) + "</p>";
            }

            $('#dp').html(h);
        }
        else if(info['type'] == 'downstream_speed')
        {
            $('#cds').html(info['data']['current']);
            $('#ads').html(info['data']['avarage']);
        }
        else if(info['type'] == 'peer_statistics'){
            var h = "";
            for(var i in info['data']){
                var d = info['data'][i];
                h += "<p id='" + d["id"] + "'>" + d["id"].substring(0, 7) 
                    + " inBytes: " + d["inBytes"] + "B" + ", inAvarageSpeed: " + d["inAvarageSpeed"].toFixed(2) + "KB/s"
                    + " outBytes: " + d["outBytes"] + "B" + ", outAvarageSpeed: " + d["outAvarageSpeed"].toFixed(2) + "KB/s"
                    + "</p>";
            }
            
            $('#st').html(h);
        }
    }
    
    var peer_disconnect_url = "http://" + ip + ":" + remote_log_port + "/peer_disconnect";
    
    window.onunload = function(){
        if(peer_id){
            jQuery.ajax({url: peer_disconnect_url,
                         type: "POST",
                         data: { peer_id : peer_id,
                                 app: app_id
                         },
                         async:false});
        }
    };
        
    </script>
	<script>
		var flashvars = {
            m3u8_url: "http://" + ip + ":" + media_server_port + "/live/tvie/xray/pad.m3u8",
            rtmfp_url: "rtmfp://" + ip + ":" + rtmfp_port + "/app",
            http_tracker: "http://" + ip + ":" + remote_log_port + "/get_peers",
            remote_log_base_url: "http://" + ip + ":" + remote_log_port + "/remote_log",
            rtmfp_url_peers: 2,
            index_rtmfp_url: "",
            index_rtmfp_url_peers: 1,
            source_servers: [ip + ":" + media_server_port],
			volume: 1
		};
		var params = {
			menu: "false",
			scale: "noScale",
			allowFullscreen: "true",
			allowScriptAccess: "always",
			bgcolor: "",
			wmode: "direct" // can cause issues with FP settings & webcam
		};
		var attributes = {
			id:"osmfp2pplugin"
		};
		swfobject.embedSWF(
			"osmfp2pplugin.swf?v=0.4.8", 
			"altContent", "100%", "100%", "11.3.0", 
			"expressInstall.swf", 
			flashvars, params, attributes);
            
	</script>
	<style>
		html, body {overflow: auto;}
		body { margin:0; }
	        #x {background-image: url("claudette_dribbble_.jpg"); background-size:cover; width: 1024px; height: 476px; -webkit-filter: blur(200px); -moz-filter: blur(200px);
		    margin-left:auto; margin-right: auto;
		}
		#ct {margin-left:auto; margin-right: auto; width: 600px; height: 400px; margin-top: 100px; border: solid 1px #444;}
		#y {position: relative; top: -476px; left: 0; width: 100%; text-shadow: 1px 1px 1px #111}
		.sp {font-weight: bold; color: #fa4}
                .xx {margin-left:auto; margin-right:auto; width: 600px;}
	</style>
</head>
<body>
	<div id='x'>
	</div>
	<div id='y'>
    <div id="ct">
	<div id="altContent">
		<h1>osmf-p2p-plugin</h1>
		<p><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash player</a></p>
	</div>
	</div>
	<div class='xx'>
          <p class='sp'>peer_id: <span id='peer_id'>N/A</span></p>
          <p class='sp'>当前Peer数: <span id="num">N/A</span>,     来源: <span id="from">N/A</span></p>
	  <div>
          <p class='sp'>downstream peers(这些peer会从我们这取数据): </p>
          <p id='dp' class='sp'></p>
      </div>
	  <div>
          <p class='sp'>upstream peers(我们从这些peer那得到数据): </p>
          <p id='up' class='sp'></p>
          </div>
          <p class='sp'>当前downstream速度: <span id='cds'>0KB/s</span>, 平均downstream速度: <span id='ads'>0KB/s</span></p>
       
       <div>
           <p class="sp">统计信息:</p>
           <p id="st" class="sp"></p>
       </div>   
       </div>
	</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
	<title></title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

	<style type="text/css">
		body {
			background-color: #F7F7F7;
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
			padding: 50px 0 0;
			margin: 0;
		}
		#main {
			width: 800px;
			margin: 0 auto;
		}
		#dssc {
			display: none;
		}
		#dssc a {
			padding: 3px 8px 5px;
			text-decoration: none;
			text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
			border-radius: 0 0 5px 5px;
		}
		#switcher {
			float: left;
		}
		#switcher a {
			background: #333;
			color: #FFF;
		}
		#rates {
			margin: 3px 0 0 0;
			text-align: right;
		}
		#rates li {
			display: inline;
			list-style-type: none;
			margin-left: 4px;
		}
		#rates li:first-child {
			margin-left: 0;
		}
		#rates li a {
			background: #3A87AD;
			color: #EEE;
		}
		#rates li.playing a, #rates li.switching a {
			color: #FFF;
			font-weight: bold;
		}
		#rates li.playing a {
			background: #B94A48;
			cursor: default;
		}
		#rates li.switching a {
			background: #C67605;
		}
		#srcForm {
			margin-top: 20px;
		}
		#src {
			width: 750px;
		}
	</style>

	<script type="text/javascript" src="http://yandex.st/swfobject/2.2/swfobject.min.js"></script>
	<script type="text/javascript">
		// Google Analytics configuration
		// http://code.google.com/p/reops/wiki/GTrackPlugin
		var gTrackPluginConfig = '<value key="reTrackConfig" type="class" class="com.realeyes.osmf.plugins.tracking.google.config.RETrackConfig">\
			<account>UA-30557469-1</account>\
			<url>http://test.ru</url>\
			<event name="percentWatched" category="video" action="percentWatched">\
			<marker percent="0" label="start" />\
			<marker percent="25" label="view" />\
			<marker percent="50" label="view" />\
			<marker percent="75" label="view" />\
			</event>\
			<event name="complete" category="video" action="complete" label="trackingTesting" value="1" />\
			<event name="pageView" />\
			<debug>true</debug>\
			<updateInterval>250</updateInterval>\
		</value>';

		var flashvars = {
			src: "M3U8 FILE URL HERE"
			// , autoPlay: true
			// , controlBarMode: "floating"
			// , controlBarAutoHide: false

			// Google Analytics settings
			, plugin_ga: "GTrackPlugin.swf"
			, "ga_http://www.realeyes.com/osmf/plugins/tracking/google": escape(gTrackPluginConfig)
			// set for tracking custom page url
			// , src_namespace_realeyes: "http://www.realeyes.com/osmf/plugins/tracking/google"
			// , src_realeyes_pageURL: "my_page_url"

			, javascriptCallbackFunction: "onJavaScriptBridgeCreated"
		};
		var params = {
			wmode: "direct"
			, allowFullScreen: true
		};
		var attrs = {
			name: "player"
		};

		swfobject.embedSWF("StrobeMediaPlayback.swf", "player", "800", "488", "10.2", null, flashvars, params, attrs);

		var player;
		var srcInput;
		function onJavaScriptBridgeCreated(playerId) {
			if (!player) {
				player = document.getElementById(playerId);
				srcInput = document.getElementById("src");
				srcInput.value = flashvars.src;
				player.addEventListener("isDynamicStreamChange", "updateDynamicStreamItems");
				player.addEventListener("switchingChange", "updateDynamicStreamItems");
				player.addEventListener("autoSwitchChange", "updateDynamicStreamItems");
				player.addEventListener("mediaSizeChange", "updateDynamicStreamItems");
			}
		}

		function updateDynamicStreamItems() {
			var ds = document.getElementById("dssc");
			var dynamicStreams = player.getStreamItems();
			ds.style.display = dynamicStreams == null ? "none" : "block";
			var switchMode = player.getAutoDynamicStreamSwitch() ? "Auto" : "Manual";
			var isSwitching = player.getDynamicStreamSwitching();

			var dsItems = '<div id="switcher"><a href="#" onclick="player.setAutoDynamicStreamSwitch(!player.getAutoDynamicStreamSwitch()); return false;"> Switch Mode: ' + switchMode + '</a></div>';
			var currentStreamIndex = player.getCurrentDynamicStreamIndex();

			dsItems += '<ul id="rates">'
			var item;
			for (var idx = 0; idx < dynamicStreams.length; idx++) {
				var style = "";
				if (currentStreamIndex == idx) {
					style = isSwitching ? "switching" : "playing";
				}
				item = dynamicStreams[idx];
				dsItems += '<li class="' + style + '">'
					+ '<a href="#" title="' + item.streamName + '"'
					+ (currentStreamIndex != idx ? ' onclick="switchDynamicStreamIndex(' + idx + '); return false;"' : '')
					+ '>'
					+ Math.round(item.bitrate)
					+ 'kbps'
					+ (item.height > 0 ? ' <small>(' + item.height + 'p)</small>' : '')
					+ '</a></li>';
			}
			dsItems += '</ul>'
			ds.innerHTML = dsItems;
		}
		function switchDynamicStreamIndex(index) {
			if (player.getAutoDynamicStreamSwitch()) {
				player.setAutoDynamicStreamSwitch(false);
			}
			player.switchDynamicStreamIndex(index);
		}

		function changeSrc(src) {
			player.setMediaResourceURL(srcInput.value);
		}
	</script>

</head>
<body>
	<div id="main">
		<div id="player">
			<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
		</div>
		<div id="dssc">
			The available qualities will be loaded once the playback starts...
		</div>
		<div id="srcForm">
			<input id="src">
			<button onclick="changeSrc()">GO</button>
		</div>
	</div>
</body>
</html>
<html>
<head>
<title>Hydrax: haXe port of the PBEngine SDK - License</title>
</head>
<body>

<h1>Hydrax: haXe port of the PBEngine SDK - License</h1>

<h3>The MIT License for Hydrax</h3>

<p>Copyright (c) 2010 Dion Amago</p>

<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:</p>

<p>The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.</p>

<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.</p>

<p>
<a href="http://www.pushbuttonengine.com">http://www.pushbuttonengine.com</a><br>
<a href="http://dionamago.net">http://dionamago.net</a><br>
</p>


</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Hydrax demo</title>
        <script type="text/javascript" src="src/js/jquery.js"></script>
        <script type="text/javascript" src="src/js/jquery.query.js"></script>
        <script type="text/javascript" src="src/js/modernizr.min.js"></script>
</head>
	
<body>
<div id="haxeSceneView" style="width:600px; height: 600px;border:2px solid rgb(0, 0, 0);"></div>

<script type="text/javascript" src="./build/demo.js"></script>

</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>BitmapRenderer demo</title>
</head>
	<script type="text/javascript" src="src/jquery.js"></script>
	<script type="text/javascript" src="src/jquery.query.js"></script>
	<script type="text/javascript" src="src/modernizr.js"></script>
<body>
<div>Some text here.</div>
<div id="haxeSceneView" style="width:600px; height: 600px;border:2px solid rgb(0, 0, 0);"></div>
<div id="haxe:trace"></div>

<script type="text/javascript" src="./build/demo.js"></script>

</body>
</html>
<p>The SVG Web toolkit uses Flash and JavaScript in order to bring static and dynamic SVG to web browsers, including Internet Explorer.</p>

<p>See the User Manual docs/UserManual.html for details on how to use SVG Web.</p>

<p>See the FAQ file docs/FAQ.html for general information.</p>

<p>To see a sample SVG file, view the samples/demo.html file. To see simple examples of using SVG Web in your own projects view the samples in samples/javascript-files/. To run the samples you must have a local web server running; they will not work correctly when run from file:// URLs. If you do not have a local web server the latest build is also running at http://codinginparadise.org/projects/svgweb/</p>

<p>If this is a source distribution, the ActionScript source is in src/org/svgweb/</p>

<!DOCTYPE html>
<html>
<head>
</head>
<body>
    <h1 style="margin:2px">SVG Web Index to docs, samples, and test files</h1>
    <p><a href='http://svgweb.googlecode.com/svn/trunk/docs/QuickStart.html'>Quick Start</a></p>
    <p><a href='http://svgweb.googlecode.com/svn/trunk/docs/UserManual.html'>User Manual</a></p>
    <p><a href='http://svgweb.googlecode.com/svn/trunk/docs/DeveloperManual.html'>Developer Manual</a></p>
    <p><a href='samples/index.html'>Samples</a></p>
    <p>
      <a href='tests/browser-tests/test_js1.html?svg.render.forceflash=true'>SVG Web Big Browser Test 1 - Inline - Flash</a>
      <a href='tests/browser-tests/test_js1.html'>Native</a>
    </p>
    <p>
      <a href='tests/browser-tests/test_js2.html?svg.render.forceflash=true'>SVG Web Big Browser Test 2 - Object Flash</a>
      <a href='tests/browser-tests/test_js2.html'>Native</a>
    </p>
    <p>
      <a href='tests/browser-tests/test_js3.html?svg.render.forceflash=true'>SVG Web Big Browser Test 3 - Inline DOCTYPE html Flash</a>
      <a href='tests/browser-tests/test_js3.html'>Native</a>
    </p>
    <p>
      <a href='tests/browser-tests/test_js4.html?svg.render.forceflash=true'>SVG Web Big Browser Test 4 - Object DOCTYPE html Flash</a>
      <a href='tests/browser-tests/test_js4.html'>Native</a>
    </p>
    <p><a href='tests/index.html'>W3C SVG Test Suite</a></p>
    <p><a href='tests/browser-tests/issue-tests/index.html'>SVG Web Issue Tests</a></p>
    <p><a href='tests/browser-tests/issue-tests/sizing.html'>SVG Web Issue Tests - Sizing issues only</a></p>
    <p><a href='tests/browser-tests/sizing/index.html'>SVG Web Sizing Tests</a></p>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1>Developer Notes</h1>
<p>
To build, you will have to pull from Subversion.


<pre><code>
svn checkout http://svgweb.googlecode.com/svn/trunk/ svgweb-read-only
</code></pre>

<p>Building is currently done consistently on Mac OS X and Linux.</p>
<p>Windows XP is reported to build, but with some issues,
using "MingW and msys" (see Issue 176 comment #4).</p>

<p>
You need the Flex/Flash SDK, the java runtime*, and the java sdk**.
</p>
<p>
Respectively, that means mxmlc, java, and javac should be in your path.
</p>

<p>
*If you do not compress the javascript, you do not need the java
runtime</p>
<p>**You can comment out the webserver.jar target if you have a web server
and then you do not need the java sdk.</p>


<p>Change to the top level directory where the Makefile is.</p>

<p>
To clobber the build:</p>

<pre><code>
make clean</code></pre>

<p>
To make a build:</p>

<pre><code>
make all</code></pre>

<p>To control whether the JS is compressed (by default it is not):</p>

<pre><code>
make all COMPRESS=1</code></pre>

<p>
To control whether tests are copied into the build/ directory (not copied by default;
these are located in tests/).</p>

<pre><code>
make all COPY_TESTS=1</code></pre>

<p>
Once building you will need to access things using the local web server as normal in
build/. See the <a href="QuickStart.html">Quick Start guide</a> for details on running the 
provided java webserver.</p>

<p>If you have your own web server, you can run the following command, which will copy
files to your web server directory. Substitute the appropriate directory for your system below.</p>


<pre><code>
make install SVGSRV=/var/www/html</code></pre>



<h2>Flex Builder </h2>

<p>
We do not maintain project files for Flex Builder. However, it is not too dificult to import
SVG Web into Flex Builder. You can take the following steps:</p>

<p>
1. Create a new ActionScript Project named svgweb.</p>

<p>
2. Navigate to the directory of the project.</p>
(On my machine it is C:\Documents and Settings\username\My Documents\Flex Builder 3\svgweb)</p>

<p>
3. Copy over the SVG Web src/org directory into the flex src directory.</p>

<p>
4. Import the files. Select File Import, then select File System and the select the directories.</p>

<p>Actually, I don't remember if I imported the directory in-place or from a separate location in the file system.
You may have to try it both ways</p>

<p>
5. Place the svg file you want to test in the org directory.</p>

<p>
6. Create a class in the org directory to test with. The following worked for me:</p>

<pre><code>
package
{
    import org.svgweb.SVGViewerFlash;
    import flash.display.Sprite;

    [SWF(frameRate="40", width="800", height="600")]
    public class SVGViewerFlashTest extends Sprite
    {
        private var svgImage:SVGViewerFlash;

        public function SVGViewerFlashTest()
        {
            super();
            svgImage = new SVGViewerFlash();
            this.addChild(svgImage);
            svgImage.loadURL("i369.svg");
        }

    }
}
</code></pre>

<p>
Note that there is another flash oriented example for SVG Web here: src/org/svgweb/tests/SVGViewerFlashTest.as</p>

<p>
You can see how to load these examples using straight html in samples/flash-samples/ and samples/flex-samples/.</p>

<p>
7. Import the new class file into flex builder</p>

<p>
8. In the Flex Navigator, right click on the new class file and "Set as Default Application"</p>

<p>
9. Modify the index.template.html file in the html-template directory.</p>

<p>
You have to modify the FlashVars if you want to pass parameters to svgweb. This is probably not necessary if you are hard coding the URL as I have done above.</p>

<p>
If you want to load different URLs, you could adapt code from src/org/svgweb/tests/svgflextest.mxml, which gets the URL from the FlashVars. </p>

</p>
Here is a diff of the changes against the default index.template.html file:</p>

<pre><code>
65c65
&lt;       "FlashVars", "MMredirectURL="+MMredirectURL+'&amp;MMplayerType='+MMPlayerType+'&amp;MMdoctitle='+MMdoctitle+"",
---
&gt;       "FlashVars", "sourceType=url_svg&amp;svgURL=i369.svg",
85a86
&gt;           "FlashVars", "sourceType=url_svg&amp;svgURL=i369.svg",
105a107
&gt;                         &lt;param name="FlashVars" value="sourceType=url_svg&amp;svgURL=i369.svg"&gt;
</code></pre>

</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1>Quick Start</h1>

<p>This is a quick start guide to using the SVG Web toolkit.</p>

<h2 id="what_is_svg">What is SVG?</h2>

<p>SVG, or Scalable Vector Graphics, is an open web standard that makes it easy
to add interactive vector graphics to your web pages. Just like HTML gives you
simple tags such as &lt;form&gt; or &lt;table&gt; to add to your web pages,
SVG gives you such graphical tags as &lt;circle&gt; or &lt;rect&gt; for a 
rectangle. Working with SVG is very similar to working with HTML --
you use JavaScript to animate things, CSS (Cascading Style Sheets) to add 
style, etc. A good introduction to SVG can be found at <a href="http://www.svgbasics.com/">www.svgbasics.com</a> (note: if you know of a good SVG tutorial that introduces SVG markup, scripting, and SMIL <a href="http://groups.google.com/group/svg-web">please contact us</a>!)</p> 

<h2 id="what_is_toolkit">What is the SVG Web Toolkit?</h2>

<p>SVG Web is a JavaScript library which provides SVG support on many browsers, 
including Internet Explorer, Firefox, and Safari. Using the library plus native 
SVG support you can instantly target ~95% of the existing installed web base.</p>

<p>Once dropped in you get partial support for SVG 1.1, SVG Animation (SMIL), 
Fonts, Video and Audio, DOM and style scripting through JavaScript, and more in 
about a 60K library. Your SVG content can be embedded directly into normal HTML 
5 or through the OBJECT tag. If native SVG support is already present in the 
browser than that is used, though you can override this and have the SVG Web 
toolkit handle things instead. No downloads or plugins are necessary other than 
Flash which is used for the actual rendering, so its very easy to use and 
incorporate into an existing web site.</p>

<p>SVG Web can either be used from HTML and JavaScript web pages or pure Flash
and Flex applications. This Quick Start guide only details using the SVG Web
toolkit from HTML and JavaScript web pages rather than from pure Flash or Flex applications.</p>

<p><b>Please keep in mind that SVG Web is in alpha. If you find something file 
an <a href="http://code.google.com/p/svgweb/issues/list">Issue</a>.</b></p>

<p>If you are using SVG Web, make sure to tell the community about it on our <a href="http://code.google.com/p/svgweb/wiki/ProjectsUsingSVGWeb">"Projects Using SVG Web"</a> Wiki page!</p>

<h2 id="resources">Resources</h2>

<p>At any time while you work through this Quick Start guide the following resources are available to you:</p>

<ul>
  <li><a href="http://svgweb.googlecode.com/svn/trunk/docs/UserManual.html">An in-depth technical User Manual</a></li>
  <li><a href="http://codinginparadise.org/projects/svgweb/samples/demo.html">The demo viewer</a></li>
  <li>Sample <a href="http://svgweb.googlecode.com/svn/trunk/samples/svg-files/">SVG</a> and <a href="http://svgweb.googlecode.com/svn/trunk/samples/javascript-samples/">HTML</a> files you can refer to</li>
  <li>If all else fails there is an <a href="http://groups.google.com/group/svg-web">SVG Web Google Group</a> you can ask questions on.</li>
</ul>

<h2 id="getting_started">Getting Started</h2>

<ol>
  <li><a href="http://code.google.com/p/svgweb/downloads/list">Download and unpack the latest SVG Web ZIP archive</a></li>
  <li><p>SVG Web comes with a small embedded web server that you can run locally in order to quickly get started. When developing, you can't simply load things from <code>file://</code> URLs as some browsers and Flash have issues when loaded from the local file system. Instead, you must load things through <code>http://</code>; the small bundled web server makes this easy. You must have Java installed to run it.</p>
    
    <p>To run the web server simply go into the SVG Web distribution and type the following into a command line:</p>
    
    <pre><code>java -jar src/tools/webserver.jar</code></pre>
    
    <p>By default this will start a local webserver on <code>127.0.0.1</code> on port 8080.</p>
    
    <p>You can optionally provide other local IP addresses if you want to listen on multiple IP addresses; this can be useful, for example, if you have a Parallels Virtual Machine instance running Windows XP, and you want to locally access your files while working. By default Parallels installs a loopback IP address on <code>10.211.55.2</code>. You can use the optional <code>-h</code> flag to start on multiple IP addresses with the embedded web server:</p>
    
    <pre><code>java -jar src/tools/webserver.jar -h 127.0.0.1 10.211.55.2</code></pre>
    
    <p>This would start up the local web server on <code>127.0.0.1:8080</code> and <code>10.211.55.2:8080</code>.</p>
  </li>
  <li>Ensure that the local web server is running by opening a web browser and going to <code><a href="http://127.0.0.1:8080/samples/javascript-samples/helloworld.html">http://127.0.0.1:8080/samples/javascript-samples/helloworld.html</a></code>. You should see two SVG images side by side, with a blue circle and the text "Hello World From Embedded SVG!" and "Hello World From An SVG File!".</li>
</ol>

<p>You're now ready to start playing with SVG and the SVG Web library! Let's start by delving into the <a href="http://127.0.0.1:8080/samples/javascript-samples/helloworld.html">helloworld.html</a> sample. From now on we will assume that you are running the local web server.</p>

<h2 id="script_tag">SVG Web Script Tag</h2>

<p>To use SVG Web, you must drop a <code>script</code> tag into your HTML page. This <em>must</em> be the first script tag on your page:</p>

<pre><code><b>&lt;script src="svg.js"&gt;&lt;/script&gt;</b>
  
&lt;!-- Further script tags should follow after SVG Web's script tag --&gt;

&lt;script src="foobar.js"&gt;&lt;/script&gt;
&lt;script&gt;alert('hello world')&lt;/script&gt;</code></pre>

<p>If your HTML page and the SVG Web library are in different directories, you also <em>must</em> provide a <code>data-path</code> <a href="http://www.w3.org/TR/html5/dom.html#embedding-custom-non-visible-data">HTML 5 attribute</a> pointing to where the SVG Web files are. This helps SVG Web figure out where to load up the extra files it needs.</p>

<p>For example, if the SVG Web library is in <code>../../src</code>, then you would have the following <code>script</code> tag:</p>

<pre><code>&lt;script src="../../src/svg.js" <b>data-path="../../src"</b>&gt;&lt;/script&gt;</pre></code>

<h2 id="placing_svg">Placing SVG Into Your Page</h2>

<p>There are currently two different ways to add SVG to your page using SVG Web:</p>

<ul>
  <li>Directly embedding SVG right into your HTML, including into normal non-XHTML HTML.</li>
  <li>Using the OBJECT tag to embed SVG into your page.</li>
</ul>

<p>The <a href="http://127.0.0.1:8080/samples/javascript-samples/helloworld.html">helloworld.html</a> sample illustrates how to do both. Let's step through this file to see the two different ways to embed SVG.</p>

<h2 id="direct_embed">Direct Embedding</h2>

<p>SVG Web allows you to directly embed SVG into your HTML page, even for normal, non-XHTML pages.</p>

<p>To directly embed SVG, you place your SVG into a SCRIPT block and set the <code>type</code> attribute to <code>image/svg+xml</code>. This is <a href="http://www.w3.org/TR/html5/semantics.html#script">valid HTML 5 syntax</a> for embedding data blocks and is necessary for your SVG to be parsed correctly. Here is an example direct embed from the <a href="http://127.0.0.1:8080/samples/javascript-samples/helloworld.html">helloworld.html</a> file:</p>

<pre><code>&lt;h1&gt;This is some HTML here!&lt;/h1&gt;
&lt;script type="image/svg+xml"&gt;
   &lt;svg 
       width="200" height="200"
       style="background-color: #D2B48C; display: block; margin-bottom: 5px;"
       id="embeddedSVG"&gt;
     &lt;g 
        id="myGroup" 
        fill="blue" 
        style="font-size: 18px; text-anchor: middle; font-family: serif;"&gt;
         &lt;circle
              id="myCircle" 
              cx="100" cy="75" r="50"
              stroke="firebrick"
              stroke-width="3" /&gt;
         &lt;text x="100" y="155"&gt;Hello World&lt;/text&gt;
         &lt;text x="100" y="175"&gt;From Embedded SVG!&lt;/text&gt;
     &lt;/g&gt;
   &lt;/svg&gt;
&lt;/script&gt;</code></pre>

<p>When direct embedding SVG, you should leave off the XML declaration and SVG DOCTYPE, such as <code>&lt;?xml version="1.0"?&gt;</code>. You also don't need to declare the XLink or SVG namespaces as those will be defaulted and assumed.</p>

<h2 id="object_tag">Embedding With the Object Tag</h2>

<p>You can also embed your SVG using an OBJECT tag. This is useful when you want to keep your SVG assets separate from your web page.</p>

<p>In an ideal world we would use a single OBJECT tag; unfortunately, we have a slightly more complex syntax to help Internet Explorer and have to repeat the OBJECT tag twice with slightly different attribute names. Here is an example from our <a href="http://127.0.0.1:8080/samples/javascript-samples/helloworld.html">helloworld.html</a> sample:</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data="../svg-files/helloworld.svg" type="image/svg+xml"
          width="200" height="200" id="mySVGObject"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src="../svg-files/helloworld.svg" classid="image/svg+xml"
          width="200" height="200" id="mySVGObject"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data="../svg-files/helloworld.svg" type="image/svg+xml"
          width="200" height="200" id="mySVGObject"&gt; &lt;![endif]--&gt;
  &lt;/object&gt;
</code>
</pre>

<p>In general, you should copy the above syntax exactly and modify the following:</p>

<ul>
  <li>Change the <code>src</code> and <code>data</code> attributes to point to where your SVG file is on all OBJECT tags.</li>
  <li>Change the <code>width</code> and <code>height</code> attributes on all OBJECT tags to the desired width and height.</li>
  <li>If you have an <code>id</code> or <code>class</code> attribute, make sure it is on all OBJECT tags.</li>
</ul>

<p>Note that your SVG file must be served from the same host as the page is served from.</p>

<p>It's also important that your SVG file have an XML declaration on the first line as well as all namespaces declared; basically this file must be a valid XML file, which is a bit different than when you directly embed SVG into a web page. The helloworld.svg file:</p>

<pre><code>&lt;?xml version="1.0"?&gt;

&lt;svg 
     version="1.1" 
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     width="200" height="200"
     style="background-color: #D2B48C;"&gt;
   &lt;g 
      id="myGroup" 
      fill="blue" 
      style="font-size: 18px; text-anchor: middle; font-family: serif;"&gt;
      &lt;circle
         id="myCircle" 
         cx="100" cy="75" r="50"
         stroke="firebrick"
         stroke-width="3" /&gt;
      &lt;text x="100" y="155"&gt;Hello World&lt;/text&gt;
      &lt;text x="100" y="175"&gt;From An SVG File!&lt;/text&gt;
   &lt;/g&gt;
&lt;/svg&gt;</code></pre>

<p>Both the direct embed and OBJECT options can provide optional fallback content; <a href="http://svgweb.googlecode.com/svn/trunk/docs/UserManual.html#fallback">see the User Manual for more details</a>.</p>

<h2 id="helloworld_svg">Hello World SVG</h2>

<p>The SVG in the <a href="http://127.0.0.1:8080/samples/javascript-samples/helloworld.html">helloworld.html</a> sample provides a nice basic overview of SVG, so we will quickly review it here. Here is the SVG again:</p>

<pre><code>&lt;?xml version="1.0"?&gt;

&lt;svg 
     version="1.1" 
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     width="200" height="200"
     style="background-color: #D2B48C;"&gt;
   &lt;g 
      id="myGroup" 
      fill="blue" 
      style="font-size: 18px; text-anchor: middle; font-family: serif;"&gt;
      &lt;circle
         id="myCircle" 
         cx="100" cy="75" r="50"
         stroke="firebrick"
         stroke-width="3" /&gt;
      &lt;text x="100" y="155"&gt;Hello World&lt;/text&gt;
      &lt;text x="100" y="175"&gt;From An SVG File!&lt;/text&gt;
   &lt;/g&gt;
&lt;/svg&gt;</code></pre>

<p>First, notice that we are specifying a width and height on our SVG file as well on the <code>&lt;svg&gt;</code> root tag, as well as providing a background color for the entire SVG file. If you leave off a background color we default to making it transparent, which can be useful if you want to have other content on your HTML page show through.</p>

<p>Next, notice the <code>g</code> element, which is a grouping element. You can think of this element as exactly akin to Photoshop's grouping operation. Grouping things together can make it easy to manipulate them all at once when scripting or transforming elements. In addition, you can provide default values for certain styles that will propagate to all the children. In the example above, we provide a default fill value with <code>fill="blue"</code> that all children will inherit, as well as default text values using a <code>style=""</code> attribute that all children will inherit: setting the font size to 18 pixels; centering the text in the middle of the image; and making the font be a serif font.</p>

<p>We then use a <code>circle</code> element to draw a circle on the screen. We specify the center of where to place the circle on the page using <code>cx</code> and <code>cy</code>, and then specify a radius using <code>r</code>. We can specify the line color to use on the outside using the <code>stroke</code> attribute, and give the width of the line using <code>stroke-width</code>.</p>

<p>In SVG, text doesn't line wrap, so we provide two <code>text</code> elements and give the <code>x</code> and <code>y</code> location to place them at.</p>

<h2 id="renderer">Changing the Renderer</h2>

<p>By default we use the Flash based renderer on Internet Explorer while using the native SVG support on other browsers like Firefox and Safari. You can optionally override this to force the Flash renderer on all browsers. This can make development easier, since you can use the SVG Web Flash based renderer on Firefox plus its great set of debugging and development tools; you can also choose to deploy using the Flash based renderer for all browsers in order to gain SVG features that might not be natively present or to have a more consistent deployment environment.</p>

<p>You can change the renderer in two ways. First, you can force the Flash renderer by changing the URL of your page with the following flag:</p>

<a href="http://127.0.0.1:8080/samples/javascript-samples/helloworld.html?svg.render.forceflash=true"><pre><code>http://127.0.0.1:8080/samples/javascript-samples/helloworld.html?svg.render.forceflash=true</code></pre></a>

<p>Clicking the link above, for example, will show the helloworld.html sample but will force the Flash renderer to be used for everything. You can also set <code>svg.render.forceflash</code> to <code>false</code>.</p>

<p>The second way to override the renderer used is by adding a <code>META</code> tag into your HTML page:</p>

<pre><code>&lt;meta name="svg.render.forceflash" content="true"&gt;</code></pre>

<h2 id="deploying">Deploying SVG Web</h2>

<p>Let's look at how you can deploy your SVG files and SVG Web to your web server.</p>

<p>First, upload the ZIP archive to your web server. The following files are required to be present:</p>

<code><ul>
  <li>src/svg.js</li>
  <li>src/svg.htc</li>
  <li>src/svg.swf</li>
</ul></code>

<p>The other files in the ZIP are optional; some are utilities that can help with deployment.</p>

<p id="same_domain">Note that all of the SVG Web files by default must be on the same domain as any web pages that might use the library. For example, if you have <code>http://example.com/mypage.html</code>, then you should ensure the files above are also on <code>http://example.com</code>. Putting them on a <code>static.example.com</code> would not work. This arises from limitations in Flash and the Microsoft HTC (<code>svg.htc</code>) file that are used by SVG Web. SVG Web has partial support for hosting many of its files on a different domain however; see the <a href="UserManual.html#cross_domain">User Manual</a> for details.</p>

<p id="correct_mime">You must ensure that your web server has the correct MIME settings for Flash SWF files (<code>application/x-shockwave-flash</code>), Microsoft HTC files (<code>text/x-component</code>), and SVG files (<code>image/svg+xml</code>). Since many developers don't know what MIME types are or don't have the ability to change this setting on their web server, SVG Web comes with a number of utilities to make this easier.</p>

<p>First, your web server might already be configured out of the box and there is nothing to change. To test this, make sure the file <code>src/tools/config.html</code> is on your web server and hit it with a web browser. This file will scan and make sure the MIME type settings are set. If they are not it will report this to you and you will have to move to the next step. If the SVG mime type is not set correctly you can generally get away without changing this; note though that Firefox can sometimes exhibit bugs if the SVG MIME type is not set to <code>image/svg+xml</code>.</p>

<p>At this point the best step is to <a href="http://code.google.com/p/svgweb/wiki/ChangingServerMIMEType">actually change your web server to add these MIME types</a>. If you don't have the ability or background to add MIME types to your web 
server, three easy files have been provided that will do the work for you based
on what you can run on your server (PHP, JSP, or ASP). Based on what you can
run on your server, choose one of the following files:</p>

<ul>
  <li><code>src/svg-htc.php</code> - Will do the MIME work for you if you can run
  PHP on your web server.</li>
  <li><code>src/svg-htc.jsp</code> - Will do the MIME work for you if you can run
  JSP on your web server.</li>
  <li><code>src/svg-htc.asp</code> - Will do the MIME work for you if you can run
  ASP on your web server.</li>
</ul>

<p>If you choose one of these, you must indicate so using the optional 
<code>data-htc-filename</code> attribute in any HTML page that uses SVG Web:</p>

<pre><code>&lt;script src="../svg.js" data-path=".." <b>data-htc-filename="svg-htc.php"</b>&gt;&lt;/script&gt;</code></pre> 

<p>Only give the filename, such as <code>svg-htc.jsp</code>, rather than a full
path, such as <code>../../svg-htc.jsp</code>. Note that if you use
one of these files in order to automatically force the MIME type, when you run
any of the bundled demos or samples you will have to append the following 
query string to tell them to use your different HTC file or else they will not work:</p>

<pre><code>http://example.com/svgweb/samples/demo.html?<b>svg.htcFilename=svg-htc.php</b></code></pre>

<h2 id="scripting">Scripting SVG</h2>

<p>Let's take a look at scripting your SVG using JavaScript. This section is not meant to be a tutorial on JavaScript plus SVG; rather, it is a very basic overview including some small divergences necessary for SVG Web.</p>

<p>SVG Web includes a large set of the DOM (Document Object Model) when working with SVG. It is fairly complete though there are some omissions or areas which are still being worked on. Your JavaScript, even on Internet Explorer, has the 'illusion' of native SVG support.</p>

<p id="onload"><a name="onsvgload"></a>Let's start with scripting SVG that is embedded right into a web page. We will be using the source in <code>helloworld.html</code>. First, before working with the DOM or SVG on your page you must wait for SVG Web to finish loading:</p>

<pre><code>window.onsvgload = function() {
  // do stuff now
}</code></pre>

<p>Notice that we use <code>window.onsvgload</code> rather than <code>window.onload</code>. You can alternatively also use <code>window.addEventListener</code> with the <code>SVGLoad</code> event (this also works on Internet Explorer):</p>

<pre><code>window.addEventListener('SVGLoad', function() {
  // function to be called when SVG Web and the page is done loading
}, false)</code></pre>

<p>On the <code>helloworld.html</code> page you will see two buttons, "Change Colors" and "Change Text." When clicked, they change the color of the circles in both SVG images, as well as change the text. The script for all of this is just a normal <code>&lt;script&gt;</code> tag embedded into the page, in the two functions <code>changeColors</code> and <code>changeText</code>. Let's look at the <code>changeColors</code> method:</p>

<pre><code>function changeColors() {
  // get elements from our embedded SVG first
  
  // use getElementById
  var circle = document.getElementById('myCircle');
  
  // change using setAttribute
  circle.setAttribute('stroke', 'green');
  
  // can also use style property
  circle.style.fill = '#8A2BE2';
  
  // change the value inside our SVG OBJECT now
  
  // use the 'contentDocument' property to navigate into the SVG OBJECT
  var doc = document.getElementById('mySVGObject').contentDocument;
  circle = doc.getElementById('myCircle');
  circle.style.fill = '#8A2BE2';
}</code></pre>

<p>First, you will see that we get our circle from the page using a normal <code>document.getElementById('myCircle')</code> call. This will grab the <code>circle</code> that was directly embedded into the page. Once we have our circle, we can change the color either by using a <code>setAttribute</code> call or by simply changing the <code>circle.style.fill</code> value; either cause the same results. Note that all of this code works even on Internet Explorer; SVG Web does the necessary magic to give the illusion of native support.</p>

<p>In order to change the color of the circle inside our SVG OBJECT (the second SVG image), we have to 'navigate' into it. The key here is to use the <code>contentDocument</code> property. We first fetch the SVG OBJECT from the page by ID, and then grab the <code>contentDocument</code> property. At this point we have a normal <code>document</code> object we can now work with, so we simply grab the circle that is embedded inside this SVG object and change its color as well:</p>

<pre><code>// use the 'contentDocument' property to navigate into the SVG OBJECT
var doc = document.getElementById('mySVGObject').contentDocument;
circle = doc.getElementById('myCircle');
circle.style.fill = '#8A2BE2';</code></pre>

<p>Next, let's look at the <code>changeText</code> function; we've written it a bit differently than necessary to show you some other DOM functions that can be used:</p>

<pre><code>function changeText() {
  // use getElementsByTagNameNS to get our text from our embedded SVG
  
  // 'svgns' is a 'magic' variable that we make available; it is just
  // the SVG namespace 'http://www.w3.org/2000/svg' so you don't always
  // have to remember it.  We also make the variable 'xlinkns' available.
  var textElems = document.getElementsByTagNameNS(svgns, 'text');
  
  // change the text Hello World to Goodbye World
  for (var i = 0; i &lt; textElems.length; i++) {
    if (textElems[i].childNodes[0].nodeValue == 'Hello World') {
      textElems[i].childNodes[0].nodeValue = 'Goodbye World';
    }
  }
  
  // change the text inside our SVG OBJECT as well
  var doc = document.getElementById('mySVGObject').contentDocument;
  textElems = doc.getElementsByTagNameNS(svgns, 'text');
  for (var i = 0; i &lt; textElems.length; i++) {
    if (textElems[i].childNodes[0].nodeValue == 'Hello World') {
      textElems[i].childNodes[0].nodeValue = 'Goodbye World';
    }
  }
}
</code></pre>

<p>First, notice that we can get SVG tags from the page by tag name not just by ID; however, it is very important that you use the namespace-aware method <code>getElementsByTagNameNS</code> instead of <code>getElementsByTagName</code> or else things won't work! You will also notice that we access the global variable <code>svgns</code> that SVG Web makes available to easily work with the SVG namespace (a similar one is available for the XLink namespace, <code>xlinkns</code>, when doing hyperlink code). These combine together to make it easy to work with the namespace-aware functions:</p>

<pre><code>var textElems = document.getElementsByTagNameNS(svgns, 'text');</code></pre>

<p>This will grab all of the SVG <code>text</code> elements that are directly embedded in the page (i.e. it will return two <code>text</code> elements); it will not return anything from SVG OBJECTs, since those are not directly in the page. Once we have our elements, we loop over them and get their text values by calling <code>textElems[i].childNodes[0].nodeValue</code>. The value of an SVG <code>text</code> is held as a DOM Text Node, so we have to grab the first child and get its value. Once we find any nodes that have the value "Hello World" we then change the text value in a similar manner.</p>
  
<p>We don't dynamically create any nodes in our <code>helloworld.html</code> sample, but here is a simple example code block showing how we would do this. Most importantly, notice how we use the namespace aware <code>createElementNS</code> method instead of <code>createElement</code>:</p>
  
<pre><code>var el = document.createElementNS(svgns, 'circle');
el.setAttribute('cx', 200);
el.setAttribute('cy', 200);
el.setAttribute('r', 5);
el.setAttribute('fill', '#223FA3');
el.setAttribute('stroke-width', '1px');
el.setAttribute('stroke', 'black');
  
var group = document.getElementById('myGroup');
group.appendChild(el);
</code></pre>

<p>One small important thing to keep in mind is when you create DOM text nodes that you are going to use with your SVG, you must add an extra boolean argument to help SVG Web out:</p>

<pre><code>var textNode = document.createTextNode('hello world'<b>, true</b>);
var svgText = document.createElementNS(svgns, 'text');
svgText.setAttribute('x', 100);
svgText.setAttribute('y', 100);
svgText.appendChild(textNode);</code></pre>

<p>Now let's take a look at doing scripting inside of an SVG file rather than directly embedding into an HTML page. We will use the <code>helloworld.svg</code> file as our sample. I'll show you the full code sample first and then break it apart:</p>

<pre><code>&lt;svg onload="loaded()"&gt;
  &lt;script type="text/javascript"&gt;&lt;![CDATA[
      function loaded() {
        // change onloadFunc to point to your real onload function that you
        // want called when the page is truly ready
        var onloadFunc = doload;
        
        if (top.svgweb) {
          top.svgweb.addOnLoad(onloadFunc, true, window);
        } else {
          onloadFunc();
        }
      }   
      
     function doload() {
        // developers original onload handler
        
        // add an event listener to our circle; on* style events added right
        // to the markup are not yet supported
        var circle = document.getElementById('myCircle');
        circle.addEventListener('mousedown', function() {
          alert('You pressed the mouse button on our circle!');
        }, false);
     }
  ]]&gt;&lt;/script&gt;</code></pre>
  
<p>First, notice that we have to do a little bit of trickery around the <code>onload</code> event in order to help SVG Web. If you want to have any script inside your SVG file, you must change the <code>onload</code> attribute to point to a special function, <code>loaded</code> that you should simple cut and paste into your code and change the <code>onloadFunc</code> variable to point to the name of your real function:</p>

<pre><code>function loaded() {
  <b>// change onloadFunc to point to your real onload function that you
  // want called when the page is truly ready
  var onloadFunc = doload;</b>
  
  if (top.svgweb) {
    top.svgweb.addOnLoad(onloadFunc, true, window);
  } else {
    onloadFunc();
  }
}</code></pre>

<p id="events">For SVG events, we only currently support the <code>addEventListener</code> method:</p>

<pre><code>// add an event listener to our circle; on* style events added right
// to the markup are not yet supported
var circle = document.getElementById('myCircle');
circle.addEventListener('mousedown', function(evt) {
  alert('You pressed the mouse button on our circle: ' + evt.target.id);
}, false);</code></pre>

<p>This will cause an alert box to appear when a user presses the mouse button down. Notice that the <code>event</code> object is passed into the method (even on Internet Explorer -- use this instead of <code>window.event</code>). You can use the <code>event</code> object to get information, such as the id of the target: <code>evt.target.id</code>.</p>

<h2 id="tips">Tips and Tricks</h2>

<p>This section provides some tips and tricks to help with performance and reliability.</p>

<ul>
  <li id="tip_replace_renderer">Firefox's native SVG renderer can be slow in some circumstances. In these situations, it's recommended that you simply have SVG Web <a href="#renderer">replace the renderer</a> on Firefox if you run into performance or reliability issues with Firefox's native SVG renderer.</li>
  
  <li id="tip_suspendRedraw"><p>If you are doing a bunch of DOM operations in a loop, such as creating elements or updating an attribute, you can significantly speed things up by using the <code>suspendRedraw</code> methods. An example:</p>
    
  <pre><code>
    var root = document.getElementsByTagNameNS(svgns, 'svg')[0];
    var circles = document.getElementsByTagNameNS(svgns, 'circle');
    var suspendID = root.suspendRedraw(5000);
    // let's say there are 500 circles
    for (var i = 0; i &lt; circles.length; i++) {
      circles[i].setAttribute('fill', 'red');
    }
    root.unsuspendRedraw(suspendID);
    // could also do root.unsuspendRedrawAll() to clear out all suspended 
    // operations
  </code></pre>
  
  <p>The suspendRedraw method takes a timeout in milliseconds until redrawing is forced; higher numbers are recommended. See the <a href="UserManual.html#suspendRedraw">suspendRedraw section in the User Manual</a> for more details on these methods.</p>
  
  <li id="document_fragment"><p>If you are creating many DOM nodes at once, you should use the DOM DocumentFragment API. This will significantly speed things up, especially if you are creating these nodes on page load. To create a DocumentFragment for use with SVG, you should call <code>document.createDocumentFragment(true)</code>. Note the extra <code>true</code> parameter -- this is required by SVG Web to help us know that this DocumentFragment will be used with SVG, possibly going into our fake Flash backend. A small code example:</p>
    
    <pre><code>
      // note the extra 'true' argument
      var frag = document.createDocumentFragment(true);
      for (var i = 0; i &lt; 100; i++) {
        var circle = document.createElementNS(svgns, 'circle');
        circle.setAttribute('x', i * 10);
        circle.setAttribute('y', 10);
        circle.setAttribute('r', 5);
        circle.setAttribute('fill', 'red');
        // append to DocumentFragment
        frag.appendChild(circle);
      }
      // now append the DocumentFragment to the DOM
      var svg = document.getElementsByTagNameNS(svgns, 'svg')[0];
      svg.appendChild(frag); // DocumentFragment disappears leaving circles
    </code></pre>
    
  <p>See the section on <a href="UserManual.html#document_fragment">DocumentFragments in the UserManual</a> for more details.</p>
</ul>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1 id="intro">Introduction</h1>

<p>The SVG Web library makes it possible to use SVG across all of the major 
browsers, including Internet Explorer. Where native SVG support is not 
available, such as on Internet Explorer, a full-featured Flash object is 
used to render and manipulate the SVG behind the scenes. Where native browser
SVG support is available (every other recent browser but Internet Explorer) 
the SVG is rendered natively by the browser. A simple optional configuration is possible to force the use of SVG Web even on browsers with native SVG support, which can aide in deployment and using newer SVG features like SVG Video.</p>

<p>The library is meant to bring seamless SVG support to Internet 
Explorer using Flash as close to the SVG 1.1 Full standard as possible, using 
native browser SVG support in other browsers. The Flash renderer can be used on 
other browsers than Internet Explorer, though we default to only using Flash
on IE automatically. The Flash SVG renderer in some cases supports SVG features that are not
widely supported even with native support, such as SVG Video support, SVG 
Fonts, SVG SMIL animation, etc.</p>

<p>It is currently a non-goal of this library to fully support SVG 1.2; we will
select specific elements from the SVG 1.2 spec where it makes sense, however,
such as the SVG 1.2 Video and Audio tags.</p>

<p>Another goal of the library is to make direct embedding of SVG into normal 
non-XHTML HTML much easier, as was well as supporting using the OBJECT tag to 
easily bring in SVG files. Using SVG in backgrounds and with the IMAGE tag is 
not currently supported.</p>

<p>The SVG Web toolkit is currently in Beta status. Please <a href="http://code.google.com/p/svgweb/issues/list">file issues</a> if you run into problems.</p>

<h1 id="browser_support">Browser and Flash Support</h1>

<p>The SVG Web library supports using either the Flash or Native SVG renderer 
for different browsers, including Internet Explorer 6+, Firefox 2+, Safari 3+, 
Opera, iPhone Version 2.1+ Webkit, and Chrome. Note that robust QA has not yet occurred for Opera and Chrome, and that there is currently a regression affecting usage on the iPhone. Android does not currently 
support either Flash or SVG so is not supported. The iPhone before version
2.1 does not natively support either Flash or SVG and therefore is not
supported.</p>

<p>Flash 10+ is required for the Flash renderer; this has close to 97% installed
base so it is safe to depend on.</p>

<p>The Adobe SVG Viewer (ASV) is not supported; it is a non-goal of this project to have support for the ASV viewer or its proprietary extensions.</p>

<h1 id="direct_embed">Embedding SVG</h1>

<p>First, you must bring in the svg.js file into your HTML page as the _first_
script on your page, before all others:</p>

<pre><code>&lt;script src="svg.js"&gt;&lt;/script&gt;</code></pre>

<p>Next, SVG markup can be embedded into your HTML in two ways, either using a 
SCRIPT tag or an OBJECT tag.</p>

<p>For the SCRIPT tag, set the 'type' attribute to "image/svg+xml" and simply
place the tag in your HTML page where you want the SVG to appear:</p>

<pre><code>&lt;h1&gt;Here is an example SVG image:&lt;/h1&gt;

&lt;script type="image/svg+xml"&gt;
  &lt;svg xmlns="http://www.w3.org/2000/svg" 
       width="200" height="200" 
       version="1.1" baseProfile="full"&gt;
       &lt;rect x="0" y="0" width="60" height="60" style="stroke: green;"/&gt;
       &lt;rect x="25" y="25" 
                 id="myRect" 
                 rx="0.6" ry="0.6" 
                 width="150" height="150" 
                 fill="green" 
                 stroke="yellow" stroke-width="8"/&gt;
  &lt;/svg&gt;
&lt;/script&gt;</code></pre>

<p>Normal full-XML SVG can be used inside of the SCRIPT block. Adding an XML 
declaration and the SVG and XLink namespaces are all optional and will be 
added if not present (note: this differs from the SVG 1.1 spec and is added 
for ease of authoring). You can also include all of them. Note that you should 
not include the XML character encoding on the XML declaration tag, such as 
'UTF-8' or 'ISO-8859-1', as this makes no sense since the overall document 
has its own encoding). Here's some example SVG with everything specified if 
you enjoy lots of typing:</p>

<pre><code>&lt;script type="image/svg+xml"&gt;
  &lt;?xml version="1.0"?&gt;
  &lt;svg
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     version="1.1" baseProfile="full"
     width="466"
     height="265"
     id="svg11242"&gt;
  &lt;/svg&gt;
&lt;/script&gt;</code></pre>

<p>For simplicity of authoring this can also just be written as:</p>

<pre><code>&lt;script type="image/svg+xml"&gt;
  &lt;svg width="466" height="265" id="svg11242"&gt;&lt;/svg&gt;
&lt;/script&gt;</code></pre>

<p>The SCRIPT SVG block is supported in both XHTML as well as normal HTML pages 
across all browsers, including Internet Explorer. If you are using XHTML
you will probably want to wrap your embedded SVG with CDATA sections; these
CDATA sections will also work directly in Internet Explorer without needing
any further tricks:</p>

<pre><code>&lt;script type="image/svg+xml"&gt;&lt;![CDATA[
  &lt;svg width="466" height="265" id="svg11242"&gt;&lt;/svg&gt;
]]&gt;&lt;/script&gt;</code></pre>

<p>Note that direct embedding foreign markup using the SCRIPT tag + MIME type is a valid way to do things in HTML 5. We don't yet support the other, newer HTML 5 direct embed syntax for SVG due to some technical issues.</p>

<p>The second way to embed SVG is with the the OBJECT tag, which will work on 
Internet Explorer as well. Example:</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data="scimitar.svg" type="image/svg+xml"
          width="1250" height="750" id="mySVGObject"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src="scimitar.svg" classid="image/svg+xml"
          width="1250" height="750" id="mySVGObject"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data="scimitar.svg" type="image/svg+xml"
          width="1250" height="750" id="mySVGObject"&gt; &lt;![endif]--&gt;
  &lt;h1&gt;Put optional fallback content here&lt;/h1&gt;
  &lt;/object&gt;
</code>
</pre>

<p>Notice the Internet Explorer conditional comments. The first OBJECT tag
is for standards-compliant browsers while the second and third tags are 
for Internet Explorer. This format is necessary for robust IE support, including
IE 6, 7, 8, and 9.</p>

<p>For the OBJECT tag for Internet Explorer prior to version 9, you must specify a 'src' 
attribute pointing to your SVG file rather than using the standard 'data'
attribute. Unfortunately again due to some limitations on
Internet Explorer you should <i>not</i> include the 'type' attribute but rather
must include a 'classid' attribute set to "image/svg+xml" for use with the
SVG Web framework.</p>

<p>The first and third OBJECT tags works according to the standard, which has a 'type'
set to "image/svg+xml" and a 'data' attribute set to "scimitar.svg".</p>

<p>Note that the URL given in the 'src' or 'data' attributes must be on the same 
domain as the web page and follows the same domain rule (i.e. same protocol, 
port, etc.); cross-domain object insertion is not supported for security 
reasons. You must also specify a width and height.</p>

<h1 id="extra_files">Extra Files</h1>

<p>You must make sure that the library files svg.htc, svg.swf, and svg.js are 
located by default in the same directory as your HTML page. They must also be 
on the same domain as your HTML page and can not be on a separate domain, such 
as having your html on mydomain.example.com and those three files on 
static.example.com.</p>

<p>You can override where on your domain you keep svg.htc, svg.swf, and svg.js
by using the optional data-path attribute to point to a different relative
or absolute directory path. If you like to validate your HTML
note that this custom attribute is HTML 5 valid, as all attributes that are 
prefixed with data- are:</p>

<pre><code>&lt;script src="../svg.js" data-path=".."&gt;&lt;/script&gt;</code></pre>

<p>It does not matter whether you have a trailing slash or not, such as .. versus
../. You can also optionally use a META tag to configure this:</p>

<pre><code>&lt;meta name="svg.config.data-path" content="../"&gt;</code></pre>

<p>SVG Web has what is called an HTC file (svg.htc). For this to work you
must make sure that your web server is configured to send the correct MIME
type for HTC files (text/x-component). The page at 
http://support.microsoft.com/kb/306231 provides some details on configuring
Apache correctly for this.</p>

<p>If you don't have the ability or background to add MIME types to your web 
server, three easy files have been provided that will do the work for you based
on what you can run on your server (PHP, JSP, or ASP). Based on what you can
run on your server, choose one of the following files:</p>

<ul>
  <li><code>svg-htc.php</code> - Will do the MIME work for you if you can run
  PHP on your web server.</li>
  <li><code>svg-htc.jsp</code> - Will do the MIME work for you if you can run
  JSP on your web server.</li>
  <li><code>svg-htc.asp</code> - Will do the MIME work for you if you can run
  ASP on your web server.</li>
</ul>

<p>If you choose one of these, you must indicate so using the optional 
<code>data-htc-filename</code> attribute:</p>

<pre><code>&lt;script src="../svg.js" data-path=".." <b>data-htc-filename="svg-htc.php"</b>&gt;&lt;/script&gt;</code></pre> 

<p>Only give the filename, such as <code>svg-htc.jsp</code>, rather than a full
path, such as <code>../../svg-htc.jsp</code></p>. Note that if you use
one of these files in order to automatically force the MIME type, when you run
any of the bundled demos or samples you will have to append the following 
query string to tell them to use your different HTC file:</p>

<pre><code>http://example.com/svgweb/samples/demo.html?<b>svg.htcFilename=svg-htc.php</b></code></pre>

<p>Note that it is possible to host much of the bulk of SVG Web on a different domain than the page it is being used on; see the section <a href="#cross_domain">"Cross Domain SVG Web"</a> for details.</p>

<p>SVG Web comes bundled with a simple testing file to help you isolate MIME type issues. Simply upload the SVG Web distribution to your web server and then navigate to <code>src/tools/config.html</code>; this page will report to you whether all your MIME types are set correctly.</p>

<h1 id="renderer">Flash SVG Renderer Versus Native SVG Rendering</h1>

<p>By default, the Flash renderer will be used on Internet Explorer 6 through 8; versions
of Firefox before Firefox 3 (not yet supported); versions of Safari before Safari 3 (not yet supported); and
versions of Opera before Opera 9 (not yet supported). The native SVG renderer will be used
on Firefox 3+; Safari 3+; Chrome; iPhone version 2.1+ Webkit, and Internet Explorer version 9+.</p>

<h1 id="override">Overriding Which Renderer is Used</h1>

<p>In general, we will attempt to use native SVG abilities if they are present. 
To override this and force the Flash renderer to be used you can drop the 
following META tag into your page:</p>

<pre><code>&lt;meta name="svg.render.forceflash" content="true"&gt;</code></pre>
<p>The meta tag should be placed before the SVG Web script tag. </p>

<p>You can also force the Flash renderer through the URL with the following flag:</p>

<pre><code>http://example.com/mypage.html?svg.render.forceflash=true</code></pre>

<p>Just set 'svg.render.forceflash' to true or false after a query parameter.</p>

<p>Forcing the Flash renderer to be used on all platforms independent of 
native support can ease QA and deployment, as well as make it possible to 
use SVG features such as SMIL and SVG Video that might not be widely deployed 
yet. Note that forcing Flash support will do nothing on the iPhone, as that
platform does not support Flash; on the iPhone the Native Renderer will always
be used (TODO: Confirm that this is true for the iPhone if the Flash renderer
is being forced).</p>

<h1 id="scripting">SVG Scripting Support</h1>

<p>SVG has a SCRIPT tag, which allows you to embed JavaScript inside of your
SVG. SVG files brought in with the OBJECT tag can have SVG SCRIPT blocks that 
will execute as normal. If you directly embed SVG into an HTML page then SVG SCRIPT blocks will not work; in this case you should use normal HTML SCRIPT blocks to 'script' your SVG.</p>

<p>For browsers with native SVG support, the SVG content inside of a SCRIPT tag 
shows up fully in the browser's DOM, with the SCRIPT tag thrown away after the
page has finished loading, so you can manipulate it with normal JavaScript; also note
how we wait for the page and SVG Web to load below using <code>window.onsvgload</code> instead of <code>window.onload</code>:</p>

<pre><code>&lt;script type="image/svg+xml"&gt;
 &lt;svg width="200" height="200"&gt;
     &lt;rect x="25" y="25" 
               id="myRect" 
               rx="0.6" ry="0.6" 
               width="150" height="150" 
               fill="green" 
               stroke="yellow" stroke-width="8"/&gt;
 &lt;/svg&gt;
&lt;/script&gt;

&lt;script&gt;
  window.onsvgload = function() {
    var rect = document.getElementById('myRect');
    rect.setAttribute('fill', 'red');
    rect.style.strokeWidth = 20;
  }
&lt;/script&gt;</code></pre>

<p>Manipulating an SVG OBJECT tag with browsers with native support is as 
normal following the standard; just use the contentDocument property on the 
OBJECT to get a document object and execute your standard DOM functions 
afterwards.</p>

<p>For the Flash renderer, scripting support is as follows.</p>

<p>If the Flash renderer is used on Internet Explorer, Firefox, and Safari, 
the SVG Web library does some magic to have the SVG inside of a SCRIPT 
block show up in the full DOM, fully manipulatable by JavaScript; the example
code above this where 'myRect' is retrieved from the page and then
manipulated would work the same, with document.getElementById('myRect')
working as expected.</p>

<p>If you have a SCRIPT block <i>inside</i> of your SVG then it will
work correctly on <i>all browsers</i> with the Flash renderer as well:</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data="blocks_game.svg" type="image/svg+xml"
          width="500" height="500"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src="blocks_game.svg" classid="image/svg+xml"
          width="500" height="500"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data="blocks_game.svg" type="image/svg+xml"
          width="500" height="500"&gt; &lt;![endif]--&gt;
  &lt;/object&gt;
</code>
</pre>

<p>(inside of blocks_game.svg):</p>

<pre><code>&lt;?xml version="1.0"?&gt;
&lt;!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
         "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"&gt;

&lt;svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     onload="init();"&gt;

  &lt;script&gt;&lt;![CDATA[
    function init() {
      var board = document.getElementById("board"); 
    }
  ]]&gt;&lt;/script&gt;

  &lt;g id="board" stroke-width="0.02"/&gt;

&lt;/svg&gt;</code></pre>

<p>On all browsers, including Internet Explorer, an SVG OBJECT tag can be 
manipulated by external JavaScript as normal by using the contentDocument 
property:</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data="scimitar.svg" type="image/svg+xml"
          width="1250" height="750" id="testSVG"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src="scimitar.svg" classid="image/svg+xml"
          width="1250" height="750" id="testSVG"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data="scimitar.svg" type="image/svg+xml"
          width="1250" height="750" id="testSVG"&gt; &lt;![endif]--&gt;
  &lt;/object&gt;
</code>
</pre>

&lt;script&gt;
  window.addEventListener('SVGLoad', function() {
    var doc = document.getElementById('testSVG').contentDocument;
    var rect = doc.getElementsByTagNameNS(svgns, 'rect')[0];
  }, false);
&lt;/script&gt;</code></pre>

<p>When doing DOM scripting on SVG elements, you should use the namespace aware
DOM methods, including on Internet Explorer which is patched to support
the standard:</p>

<pre><code>var el = document.createElementNS(svgns, 'circle');
el.setAttribute('cx', 200);
el.setAttribute('cy', 200);
el.setAttribute('r', 5);
el.setAttribute('fill', '#223FA3');
el.setAttribute('stroke-width', '1px');
el.setAttribute('stroke', 'black');

var root = document.getElementsByTagNameNS(svgns, 'svg')[0];
root.appendChild(el);</code></pre>

<p>Note that SVG attributes like 'stroke-width' aren't in the SVG namespace,
so you can use setAttribute() instead of setAttributeNS(); using setAttributeNS
is a common SVG mistake. You only need to do this for XLink attributes:</p>

<pre><code>el.setAttributeNS(xlinkns, 'xlink:href', myURL);</code></pre>

<p>If you like being pedantic and typing more you can use null for a namespace when working with SVG attributes:</p>

<pre><code>el.setAttributeNS(null, 'fill', 'black');</code></pre>

<p>Just using the following is also valid, and results in smaller code:</p>

<pre><code>el.setAttribute('fill', 'black');</code></pre>

<p>(Note: officially, the SVG 1.1 standard recommends setAttributeNS with a
namespace of null, but setAttribute does the job and all the extra typing
is silly. The DOM standard is already verbose enough as it is.)</p>

<p>For convenience, the svg.js file exports the global properties window.svgns
and window.xlinkns with the correct namespaces to ease development (note:
 this is not part of the SVG 1.1 standard and is provided for convenience):</p>
 
<pre><code>var circle = document.createElementNS(svgns, 'circle');</code></pre>

<p>For events, you can use addEventListener/removeEventListener on SVG elements, 
including on Internet Explorer (instead of using IE's proprietary 
attachEvent):</p>

<pre><code>circle.addEventListener('click', function(evt) {
  // do something
}, false);</code></pre>

<p>On Internet Explorer, the event object is passed into your listener, just
like the standard says, so you should use this instead of window.event.</p>

<p>Controlling event bubbling with the final addEventListener argument is not
supported; it is always automatically false. Also, event bubbling outside
of the SVG root element does not occur (i.e. you can't add an event listener
for mouse move events onto your HTML BODY tag and see them within the SVG. Just
add it to the SVG root element itself if you want to intercept all these).</p>

<h1 id="onload">Knowing When Your SVG Is Loaded</h1>

<p>If you want to know when your SVG and the entire page is done loading, you 
can use window.onsvgload; have an onsvgload attribute on the BODY tag; or use
<code>window.addEventListener('SVGLoad', callback, useCapture)</code> or <code>window.addEventListener('svgload', callback, useCapture)</code>. Examples:</p>

<pre><code>window.onsvgload = function() {
  // all SVG loaded and rendered
}</code></pre>

<pre><code>window.addEventListener('SVGLoad', function() {
  // all SVG loaded and rendered
}, false)
</code></pre>

<p>Older versions of SVG Web would transparently allow developers to use <code>window.onload</code> and <code>window.addEventListener('load', ...)</code> to do the above, but this lead to issues with third-party libraries such as JQuery and was changed.</p>

<p>If you dynamically create SVG root elements _after_ the page has already 
finished loading, you must add an SVGLoad listener to the SVG root 
element before you can add further children (note: this is a divergence from the 
SVG 1.1 standard, and is needed due to the asynchronous Flash and 
Microsoft Behavior magic going on under the covers to bootstrap different 
parts of the library):</p>

<pre><code>var root = document.createElementNS(svgns, 'svg');
root.setAttribute('width', 200);
root.setAttribute('height', 200);
root.addEventListener('SVGLoad', function(evt) {
  console.log('SVG onload called');
  // now you can do things with the SVG root element, like add more children
});
if (window.svgweb) {
  window.svgweb.appendChild(root, document.body);
} else {
  document.body.appendChild(root);
}
</code></pre>

<p>Notice also that when we append our newly created SVG
root that we must use the method <code>svgweb.appendChild</code>. This method
has the following arguments:</p>

<pre><code>svgweb.appendChild(newNode, parentNode);</code></pre>

<p id="chaining_onloads">Note that if you are using a <code>window.onload</code> listener for something else (or using something like JQuery's <code>$(document).ready()</code> function), you should also make sure that SVG Web is done loading:</p>

<pre><code>// JQuery onload
  $(document).ready(function() {
    window.addEventListener('SVGLoad', function() {
      // ready to work with SVG now
    }, false);
  });

  // window.onload
  window.onload = function() {
    window.addEventListener('SVGLoad', function() {
      // ready to work with SVG now
    }, false);
  }</code></pre>
  
<p id="workaround_for_onload_inside_svg_files">If you are loading an SVG file using the OBJECT tag and have an <code>onload=""</code> attribute inside the SVG file on the <code>&lt;svg&gt;</code> root, such as:</p>

<p>Containing HTML page:</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data="photos.svg" type="image/svg+xml"
          width="500" height="500"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src="photos.svg" classid="image/svg+xml"
          width="500" height="500"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data="photos.svg" type="image/svg+xml"
          width="500" height="500"&gt; &lt;![endif]--&gt;
  &lt;/object&gt;
</code>
</pre>

<p>photos.svg:</p>

<pre><code>&lt;svg onload="doload()"&gt;
  &lt;script type="text/javascript"&gt;&lt;![CDATA[
     function doload() {
        // developers onload handler
     }
  ]]&gt;
&lt;/svg&gt;</code></pre>

<p>Then you will have to modify your onload="" attribute a little bit to help the 
SVG Web framework; you must add some code telling SVG Web that you
are loaded, and SVG Web will call you when things are truly ready to be used. 
You should change the above to:</p>

<pre><code>&lt;svg onload="loaded()"&gt;
  &lt;script type="text/javascript"&gt;&lt;![CDATA[
      function loaded() {
        // change onloadFunc to point to your real onload function that you
        // want called when the page is truly ready
        var onloadFunc = doload;
        
        if (window.svgweb) {
          window.svgweb.addOnLoad(onloadFunc, true, window);
        } else {
          onloadFunc();
        }
      }   
      
     function doload() {
        // developers original onload handler
     }
  ]]&gt;
&lt;/svg&gt;</code></pre>

<p>Note the new loaded() function above and that we've changed onload="" to run
it instead of our own function; you should call loaded() instead, and copy
the code in that function into your .svg file. Notice the following line:</p>

<pre><code>// change onloadFunc to point to your real onload function that you
// want called when the page is truly ready
var onloadFunc = doload;</code></pre>

<p>Change this variable to be your original onload function, such as doload
in the example above. Notice that we pass a reference to the function
and _don't_ have () at the end -- i.e. it is 'var onloadFunc = doload' NOT
'var onloadFunc = doload()'.</p>

<p>Note that using <code>window.addEventListener('SVGLoad', ...)</code> or <code>window.onsvgload = someFunc;</code> <i>inside</i> of an external SVG file is not supported; for more details <a href="#known_issues30">see this note</a>.

<h1 id="compression">Compression</h1>

<p>It has been reported that svgz (compressed SVG) files work with SVG Web. For Apache, the following conf file directives will support that format:<p>

<pre><code>
  AddType image/svg+xml svgz
  AddEncoding x-gzip .svgz 
</code></pre>


<p> It is also recommended that you turn on GZip compression on your webserver for the svg.htc, svg.swf,
and svg.js library files. You may also wish to enable gzip compression for plain SVG files, if you are not using the .svgz format. As with all optimization techniques, be sure to test it on all the browsers you intend to support.
</p>

<h1 id="sizing">Width and Height</h1>

<p>For the Flash renderer, you should set the width and height of your SVG, 
either on the root SVG element inside of an SVG SCRIPT block or on an SVG 
OBJECT tag. The following different ways are supported to set this width and 
height for the Flash renderer:</p>

<p>* Directly setting the width and height attributes on the SVG root tag or the
SVG OBJECT:</p>

<pre><code>&lt;script classid="image/svg+xml"&gt;
  &lt;svg width="30" height="30"&gt;&lt;/svg&gt;
&lt;/script&gt;</code></pre>

<p>or</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data="example.svg" type="image/svg+xml"
          width="30" height="30"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src="example.svg" classid="image/svg+xml"
          width="30" height="30"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data="example.svg" type="image/svg+xml"
          width="30" height="30"&gt; &lt;![endif]--&gt;
  &lt;/object&gt;
</code>
</pre>

<p>* A viewBox attribute on the SVG root element:</p>

<pre><code>&lt;script type="image/svg+xml"&gt;
  &lt;svg viewBox="0 0 300 300"&gt;&lt;/svg&gt;
&lt;/script&gt;</code></pre>

<p>* Leaving the width and height off the SVG OBJECT tag but having it set inside
of the SVG file itself either with a width and height attribute</p>

<p>* If no width and height is specified, then we default to 100% for both.</p>

<p>Percentage values for the width and height for the SVG are supported, including
the 'auto' keyword. We do not currently handle a width and height of 0
(FIXME: I believe according to the spec a width and height of 0 should have
the SVG have a visibility of 'none').
TODO: I think we might support this now; double check.</p>

<h1 id="css">CSS Support</h1>

<p>This section only concerns the Flash renderer. Native SVG support works as
normal.</p>

<p>For the Flash renderer, SVG STYLE elements _are not_ currently supported:</p>

<pre><code>&lt;svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink" 
     width="600px" height="388px"&gt;
	&lt;style type="text/css"&gt;
		text {
			font-size: 9pt;
			font-family: sans-serif;
		}
		
		.percentage,
		.date,
		.title {
			font-weight: bold;
		}
	&lt;/style&gt;
&lt;/svg&gt;</code></pre>

<p>External style rules outside of the SVG _are not_ currently supported, such as 
the following style rule embedded into an HTML page which will not work:</p>

<pre><code>&lt;html&gt;
  &lt;head&gt;
    &lt;style&gt;
      @namespace svg url("http://www.w3.org/2000/svg");
      
      svg\:rect,
  		svg|rect {
  		  fill: green;
  		}
  	&lt;/style&gt;
  &lt;/head&gt;
&lt;/html&gt;</code></pre>

<p>Note the svg\:rect trick to have Internet Explorer see namespaced SVG CSS
rules. Currently you should directly set these on the SVG root element or 
SVG OBJECT tag which is supported:</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data="scimitar.svg" type="image/svg+xml"
          width="1250" height="750" id="testSVG"
          style="display: inline; float: right; border: 1px solid black;"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src="scimitar.svg" classid="image/svg+xml"
          width="1250" height="750" id="testSVG"&gt; &lt;![endif]--&gt;
          style="display: inline; float: right; border: 1px solid black;"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data="scimitar.svg" type="image/svg+xml"
          width="1250" height="750" id="testSVG"
          style="display: inline; float: right; border: 1px solid black;"&gt; &lt;![endif]--&gt;
  &lt;/object&gt;
</code>
</pre>

<p>These properties are copied directly to the Flash rendering object. Changing
any style properties like display, float, etc. through JavaScript
after page load on the SVG root element or an SVG OBJECT does not 
currently cause any dynamic behavior.</p>

<p>You can dynamically change the CSS values on SVG elements through JavaScript:</p>

<pre><code>var rect = document.getElementById('myRect');
rect.style.strokeWidth = '5px'; // works!
rect.setAttribute('stroke-width', '5px'); // also works!
console.log('rect.style.strokeWidth='+rect.style.strokeWidth) // prints 5px</code></pre>

<p>Inline style rules on SVG elements is also supported:</p>

<pre><code>&lt;rect
   y="-1.7111325"
   x="-2.2665024"
   height="455.04538"
   width="455.04538"
   id="rect3926"
   style="opacity:1;fill:#c1cfeb;fill-opacity:1;stroke:#555040;stroke-width:3;"/&gt;</code></pre>
   
<p>Note that Firefox natively has glitches around using the .style property on SVG objects; the SVG Web toolkit actually patches Firefoxes native implementation and fixes this.</p>

<h1 id="background_color">Root Background Color</h1>

<p>If no background color for your SVG is specified with a CSS background-color
attribute, the default is transparent (TODO: Confirm on non-IE browsers). 
If you specify a color, that will be used for your background:</p>

<pre><code>&lt;script type="image/svg+xml"&gt;
 &lt;svg width="200" height="200" style="background-color: red;"&gt;
 &lt;/svg&gt;
&lt;/script&gt;</code></pre>

<p>Setting the background using the 'background' CSS property is not currently
supported, only with the 'background-color' property.</p>

<h1 id="fallback">Fallback Content When SVG Not Possible</h1>

<p>If neither native SVG nor Flash can be used, you can put fallback content
inside of your OBJECT tag to be displayed; place it before the end &lt;/OBJECT&gt;
tag:</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data="embed1.svg" type="image/svg+xml"
          width="500" height="500" id="mySVG"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src="embed1.svg" classid="image/svg+xml"
          width="500" height="500" id="mySVG"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data="embed1.svg" type="image/svg+xml"
          width="500" height="500" id="mySVG"&gt; &lt;![endif]--&gt;
  &lt;img src="scimitar.png" /&gt;
  &lt;/object&gt;
</code>
</pre>

<p>This will display the PNG file if SVG can't be used. (Note: Fallback content
for SVG OBJECTs is not yet implemented).</p>

<p>You can achieve the same thing with SVG SCRIPT blocks by using a NOSCRIPT
element directly following the SVG SCRIPT block. This NOSCRIPT element will
get displayed if there is no JavaScript; it will also get executed if no
SVG support is possible (note: executing the NOSCRIPT block if SVG support
is not possible is a creative reuse of the NOSCRIPT block and is not part
of the HTML 4.1 standard):</p>

<pre><code>&lt;script type="image/svg+xml"&gt;
 &lt;svg width="200" height="200"&gt;
 &lt;/svg&gt;
&lt;/script&gt;
&lt;noscript&gt;
  &lt;img src="scimitar.png"&gt;&lt;/img&gt;
&lt;/noscript&gt;</code></pre>

<p>This will display the given PNG file if JavaScript is turned off or if
SVG support can't be bootstrapped. As a suggestion, if you want to generate
nice PNG image files for your SVG for older browsers as fallback content, 
you can use the excellent free and open source utility/library Batik to render 
your SVG directly into image files (http://xmlgraphics.apache.org/batik/). Just
plug Batik into your workflow (ant, makefiles, etc.) to automatically generate
static images.</p>

<p>If there is not a NOSCRIPT element or fallback content inside of an SVG OBJECT
tag then a message indicating no support is directly written into the block
for the user to see by default.</p>

<p>You can detect from your JavaScript after the page has finished loading 
whether SVG is possible either natively or with Flash using the following:</p>

<pre><code>&lt;script&gt;
  window.addEventListener('load', function() {
    if (document.implementation.hasFeature(
          'http://www.w3.org/TR/SVG11/feature#BasicStructure', '1.1') == false) {
      alert('SVG not supported!');
    }
  }, false);
&lt;/script&gt;</code></pre>

<p>This will return true on all browsers that natively support SVG; we also patch
things so that true will be returned if we can use Flash to do all the SVG
hard work.</p>

<h1 id="text_nodes">Text Nodes</h1>

<p>When you create a text node that you know you will append to something within
your SVG, you need to add an extra parameter to document.createTextNode:</p>

<pre><code>var textNode = document.createTextNode('hello world', true);
var metadata = document.getElementsByTagNameNS(svgns, 'metadata');
metadata.appendChild(textNode);</pre></code>

<p>The final argument should be 'true' to indicate that you will use this
text node in your SVG. This is not part of the SVG 1.1 standard, but is 
necessary for some internal machinery to work correctly. If you don't give the 
final argument or set it to false then you will get a normal text node that 
you can use with HTML content.</p>

<h1 id="whitespace">Whitespace Handling</h1>

<p>In an XML document there can be whitespace, such as spaces and newlines, between
tags. Example:</p>

<pre><code>&lt;mytag&gt;text&lt;/mytag&gt;    &lt;anothertag&gt;foobar&lt;/anothertag&gt;</code></pre>

<p>Internet Explorer handles whitespace different than other browsers. In order
to normalize things, when dealing with embedded SVG content using the SCRIPT 
tag we remove all the whitespace that is between tags. This will allow you to 
create JavaScript DOM code that works consistently between browsers. No empty
whitespace text nodes will be in the SVG portion of the DOM.</p>

<p>Remember, though, that the rest of your HTML document will be using the
whitespace behavior of the browser itself. For example, if you have a BODY
tag with some nested SVG and are calling BODY.childNodes, whitespace elements 
will show up in the DOM on all browsers except for Internet Explorer.</p>

<p>When working with SVG files embedded using the OBJECT tag, however, we retain
all whitespace nodes, including on Internet Explorer, to 'mimic' the SVG
running in an XML environment (which by default retains whitespace nodes).</p>

<h1 id="break_abstraction">Knowing Which Renderer is Being Used and Which Nodes Are Fake</h1>

<p>If you want to know from your JavaScript which renderer is being used, you
can call svgweb.getHandlerType(). This will return the string 'flash' if the
Flash renderer is being used and 'native' if the native renderer is being used.</p>

<p>You can also detect whether a given DOM node that you are using is a real
browser DOM node or a 'fake' one created and maintained by the SVG Web
toolkit. All of our fake SVG nodes have a 'fake' property that will return true.
Other nodes will simply not have this property. For example:</p>

<pre><code>var circle = document.createElementNS(svgns, 'circle');
alert(circle.fake); // will alert(true)
var h1 = document.createElement('h1');
alert(h1.fake); // will alert(undefined)</code></pre>

<h1 id="manipulate_objects">Manipulating SVG Objects on the Page</h1>

<p>If you embed SVG objects into your page using the OBJECT element, you can
navigate into the SVG inside the OBJECT element using contentDocument:</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data="embed1.svg" type="image/svg+xml"
          width="500" height="500" id="testSVG"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src="embed1.svg" classid="image/svg+xml"
          width="500" height="500" id="testSVG"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data="embed1.svg" type="image/svg+xml"
          width="500" height="500" id="testSVG"&gt; &lt;![endif]--&gt;
  &lt;img src="scimitar.png" /&gt;
  &lt;/object&gt;

var obj = document.getElementById('testSVG');
var doc = obj.contentDocument; // grab the document object inside your SVG file
var myCircle = doc.getElementById('myCircle');</code></pre>

<p>Note that the getSVGDocument() method, introduced by the Adobe ASV plugin, is 
not currently supported due to technical limitations (it is impossible to
support on Firefox); you should use contentDocument instead.</p>

<h1 id="dynamic">Dynamically Creating and Removing SVG OBJECTs and SVG Roots</h1>
<h2 id="dynamic_object">Dynamically Creating an SVG OBJECT</h2>

<p>If you want to dynamically create a new SVG OBJECT on your page, you must
do the following. First, when you create your object, you must pass in the
value 'true' to signal that this object will be used for SVG:</p>

<pre><code>var obj = document.createElement('object', true);</code></pre>

<p>Note that this is a divergence from the standard and is needed for the 
SVG Web magic to happen.</p>

<p>After creating your object, set it's 'data', 'type', 'width', and 'height'
values, then add an onload listener to know when its ready to use:</p>

<pre><code>var obj = document.createElement('object', true);
obj.setAttribute('type', 'image/svg+xml');
obj.setAttribute('data', 'rectangles.svg');
obj.setAttribute('width', '500');
obj.setAttribute('height', '500');
obj.addEventListener('load', function() {
  alert('loaded!');
}, false);</code></pre>

<p>To append your new SVG OBJECT to the page, you must use the svgweb.appendChild()
method instead of calling appendChild on the element you want to attach it
to. So if you wanted to attach it to the BODY element, you would do the
following:</p>

<pre><code>svgweb.appendChild(obj, document.body);</code></pre>

<p>rather than:</p>

<pre><code>document.body.appendChild(obj).</code></pre>

<p>To write code that handles removal of SVG Web in the future, you would do the following:</p>
<pre><code>
if (window.svgweb) {
  window.svgweb.appendChild(obj, document.body);
} else {
  document.body.appendChild(obj);
}
</code></pre>

<p>The svgweb.appendChild() method takes the SVG OBJECT to append as its first 
argument, and the parent to attach it to as its second argument.</p>

<p>The parent that you attach your SVG OBJECT to must 
already be attached to the real DOM on your page (i.e. it can't be disconnected
from the page).</p>

<p>Note that our svgweb.appendChild method is a divergence from the standard 
necessary for SVG Web to do its magic.</p>

<h3 id="data_scheme">Object data: URL Scheme</h3>
<p>The 'data:' URL scheme is supported by SVG Web. Therefore, you can directly
specify the content of the SVG object instead of specifying a source file.
This could be done when creating an SVG image from scratch or from dynamic
content or when the SVG content is small and can be embedded directly in
javascript or html for the performance advantage (since another source file
need not be retrieved from the network).</p>

<p>So, if you want to create an blank SVG document, you could do the following: </p>

<pre><code>obj.setAttribute('data', 'data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;/svg&gt;');</code></pre>

<p>rather than specifying a source file:</p>

<pre><code>obj.setAttribute('data', 'blank.svg');</code></pre>

<p>In markup, this would look like this:</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data='data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;/svg&gt;'
          type="image/svg+xml" width="500" height="500" id="testSVG"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src='data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;/svg&gt;'
          classid="image/svg+xml" width="500" height="500" id="testSVG"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data='data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;/svg&gt;'
          type="image/svg+xml" width="500" height="500" id="testSVG"&gt; &lt;![endif]--&gt;
  &lt;img src="scimitar.png" /&gt;
  &lt;/object&gt;
</code>
</pre>

<h2 id="dynamic_root">Dynamically Creating an SVG Root</h2>
<p>Dynamically creating an SVG Root element is similar for direct embedding into
a web page. You don't have to create a SCRIPT tag like you would if you were direct embedding the SVG on page load:</p>

<pre><code>&lt;script type="image/svg+xml"&gt;
  &lt;svg&gt;
    ...
  &lt;/svg&gt;
&lt;/script&gt;</code></pre>

<p>Instead, you follow a process similar to the above:</p>

<pre><code>// create SVG root element
var svg = document.createElementNS(svgns, 'svg'); // don't need to pass in 'true'
svg.setAttribute('width', '300');
svg.setAttribute('height', '300');

// create an example circle and append it to SVG root element
var circle = document.createElementNS(svgns, 'circle');
svg.appendChild(circle);

// Must use a callback to know when SVG is appended to page (this is slight
// divergence from standard). The following are supported ways to do this:
svg.addEventListener('SVGLoad', function() {
  svg = this; // this will correctly refer to your SVG root
  alert('loaded!');
}, false);
// also supported:
svg.onsvgload = function() {
  alert('loaded!');
}

// now append the SVG root to our document
svgweb.appendChild(svg, document.body); // note that we call svgweb.appendChild</code></pre>

<p>Note in the above code that we have to use an event listener to know when the SVG root is finished loading into the page; this is a slight divergence from the standard necessary for SVG Web's magic.</p>

<p>The parent that you attach either your SVG root must 
already be attached to the real DOM on your page (i.e. it can't be disconnected
from the page).</p>

<h2 id="svgweb.removeChild">Removing SVG OBJECTs and SVG Roots From The Page</h2>

<p>To remove an SVG OBJECT or SVG root, you must similarly call a special method on svgweb:</p>

<pre><code>svgweb.removeChild(mySVGObject, parentNode);</code></pre>

<p>The first argument to <code>svgweb.removeChild</code> is the SVG
OBJECT or SVG Root to remove from the page, while the second is the parent node of
this object. Note that you must directly remove an SVG OBJECT or SVG root using the
above method; if you remove a parent node that might have an SVG OBJECT or root
as a distant descendant than resources might not be cleaned up correctly.</p>

<p>For example, if you have a container DIV that then has an SVG OBJECT, the
following might have the SVG OBJECT disappear from the page but resources
will not get cleaned up correctly, and memory will get wasted over time:</p>

<pre><code>containerDiv = ''; // bad!!
// or
containerDiv.parentNode.removeChild(mySVGObject); // bad!!</code></pre>

<p id="removeChildClosureReference">One final subtle note; when you remove an SVG OBJECT or SVG root from the page make sure to use the correct reference. Any of the following will work:</p>

<pre><code>svg = document.createElementNS(svgns, 'svg');
svg.setAttribute('width', 100);
svg.setAttribute('height', 100);
svg.id = 'dynamicRoot2';
svg.addEventListener('SVGLoad', function() {
  <b>// these are good:
  svg = this;
  svg = document.getElementById('dynamicRoot2');
  // if this is the second SVG root:
  svg = document.getElementsByTagNameNS(svgns, 'svg')[1];
  
  svgweb.removeChild(svg, svg.parentNode);</b>
}, false);</code></pre>

<p>Note that using the direct reference caught by the closure <em>will not</em> work as expected under all situations; this is a limitation of SVG Web:</p>

<pre><code>svg = document.createElementNS(svgns, 'svg');
svg.setAttribute('width', 100);
svg.setAttribute('height', 100);
svg.id = 'dynamicRoot2';
svg.addEventListener('SVGLoad', function() {
  <b>// bad!!
  svgweb.removeChild(svg, svg.parentNode);</b>
}, false);</code></pre>

<a href="#known_issues19">See here for more details on this issue.</a>

<h1 id="suspendRedraw">suspendRedraw/unsuspendRedraw</h1>

<p>SVG Web implements the SVG <code>suspendRedraw</code>, <code>unsuspendRedraw</code>, and <code>unsuspendRedrawAll</code> methods, which can be called on an SVG root tag. <code>forceRedraw</code> is not currently implemented and there are no plans to do so.</p>

<p><code>suspendRedraw</code> can significantly speed things up when doing DOM operations in a loop on many elements. An example:</p>

<pre><code>
  var root = document.getElementsByTagNameNS(svgns, 'svg')[0];
  var circles = document.getElementsByTagNameNS(svgns, 'circle');
  var suspendID = root.suspendRedraw(5000);
  // let's say there are 500 circles
  for (var i = 0; i &lt; circles.length; i++) {
    circles[i].setAttribute('fill', 'red');
  }
  root.unsuspendRedraw(suspendID);
  // could also do root.unsuspendRedrawAll() to clear out all suspended 
  // operations
</code></pre>

<p>The suspendRedraw method takes a timeout in milliseconds until redrawing is forced; higher numbers are recommended. Under the covers for the Flash renderer we batch all the changes up and send them only when an unsuspend redraw operation is called, which makes things much faster.</p>

<h1 id="document_fragment">DocumentFragments</h1>

<p>The DOM DocumentFragment API is a way to efficiently add many DOM nodes to a page quickly; it is highly recommended when you are adding many SVG elements to a page quickly. This will significantly speed things up, especially if you are creating these nodes on page load. To create a DocumentFragment for use with SVG, you should call <code>document.createDocumentFragment(true)</code>. Note the extra <code>true</code> parameter -- this is required by SVG Web to help us know that this DocumentFragment will be used with SVG, possibly going into our fake Flash backend. A small code example:</p>
  
  <pre><code>
    // note the extra 'true' argument
    var frag = document.createDocumentFragment(true);
    for (var i = 0; i &lt; 100; i++) {
      var circle = document.createElementNS(svgns, 'circle');
      circle.setAttribute('x', i * 10);
      circle.setAttribute('y', 10);
      circle.setAttribute('r', 5);
      circle.setAttribute('fill', 'red');
      // append to DocumentFragment
      frag.appendChild(circle);
    }
    // now append the DocumentFragment to the DOM
    var svg = document.getElementsByTagNameNS(svgns, 'svg')[0];
    svg.appendChild(frag); // DocumentFragment disappears leaving circles
  </code></pre>
  
<p>A few notes:</p>

<ul>
  <li>It is safe to recycle and reuse DocumentFragments. Once you use one the children will disappear and you can simply reuse it again.</li>
  <li>You <em>must</em> provide the <code>true</code> argument to <code>document.createDocumentFragment(<b>true</b>)</code> when using DocumentFragments with SVG. This is an extra, non-standard argument necessary for SVG Web.</li>
  <li>You can not nest HTML elements inside of an SVG DocumentFragment; you can also not create a root &lt;svg&gt; tag with children inside of a DocumentFragment. Neither of these will work.</li>
</ul>

<h1 id="cross_domain">Cross Domain SVG Web</h1>

<p>Many web sites store their static files on a different domain than where many of their pages reside, such as <code>static.example.com</code>. To accomodate this use case SVG Web has a special set of <code>data-</code> attributes that can be used on your script tag.</p>

<p>Before diving into this, please note that SVG Web basically consists of a JavaScript file (<code>svg.js</code>); a Flash SWF file (<code>svg.swf</code>); and a Microsoft Behavior HTC file (<code>svg.htc</code>). Due to limitations in Internet Explorer you can safely place the <code>svg.js</code> and <code>svg.swf</code> files on third-party domains, but the <code>svg.htc</code> file <em>must</em> be on the same domain as your web page itself. The HTC file is quite small, however, so hosting it on the same domain as the page itself is not a serious limitation.</p>

<p>To host things separately, simply point the <code>src</code> attribute on your <code>script</code> tag that pulls in <code>svg.js</code> to the full URL. SVG Web will automatically detect that you are pulling things in cross-domain and will grab the <code>svg.swf</code> from the same location as the <code>svg.js</code> file. You must still provide the <code>data-path</code> attribute however; in this case you should provide the absolute or relative path to where the <code>svg.htc</code> is located on the same domain as the page, such as <code>../../../src</code> or </code>/src/</code>.</p>

</p>As an example, if we are serving the page from <code>example.com</code> with the <code>svg.htc</code> file at <code>example.com/src/svg.htc</code> but have the SVG Web library over on <code>http://codinginparadise.org/projects/svgweb/src/</code> you would provide the following <code>script</code> tag:</p>

<pre><code>  
&lt;script
   type="text/javascript"
   src="http://codinginparadise.org/projects/svgweb/src/svg.js"
   data-path="/src/"&gt;
&lt;/script&gt;
</code></pre>

<h1 id="zoomAndPan">Zooming and Panning with currentTranslate and currentScale</h1>

<p>SVG Web supports the <code>currentTranslate</code> and <code>currentScale</code> attributes on the SVG root tag. These can make it much easier to do scripted zooming and panning of the entire SVG image. To use <code>currentScale</code>, simply change the value to a number greater than 1 to zoom in and a number smaller than one to zoom out:
  
<pre><code>svgRoot.currentScale = 0.5; // zoom out
svgRoot.currentScale = 1.5; // zoom in
</code></pre>

<p>When using <code>currentTranslate</code>, we have to diverge slightly from the SVG 1.1 standard to accomodate limitations in Internet Explorer. The standard supports setting and getting the translation x and y value directly as <code>x</code> and <code>y</code> attributes; we don't support this syntax:</p>

<pre><code>// not supported
svgRoot.currentTranslate.x = 5;
svgRoot.currentTranslate.y = -10;
</code></pre>

<p>Instead, these have to be formal getters and setters, as follows:</p>

<pre><code>
svgRoot.currentTranslate.setX(5);
svgRoot.currentTranslate.setY(-10);
alert(svgRoot.currentTranslate.getX()); // should print 5
alert(svgRoot.currentTranslate.getY()); // should print -10
</code></pre>

<p>We also support a small non-standard extension to set both the X and Y values at once, which can give a slight performance speedup when using the SVG Web renderer with Flash:</p>

<pre><code>
svgRoot.currentTranslate.setXY(5 /* x */, -10 /* y */);
</code></pre>

<p>Note that we patch these methods into the native SVG environment for consistency, so the above will be available even when using SVG Web in a native environment on Firefox, Safari, etc.</p>

<p id="known_issues25">* <code>currentTranslate</code> is supported on the SVG root tag (see the section <a href="#zoomAndPan">"Zooming and Panning with currentTranslate and currentScale"</a> for details). However, due to limitations in Internet Explorer the way to work with this is slightly different when using SVG Web than the SVG 1.1 standard.

<h1 id="known_issues">Known Issues and Errata</h1>

<p>Most of the known issues are pretty minor and tend to affect edge conditions
you won't run into often, but they are documented here for reference if
you find that you are running into an issue:</p>

<p id="known_issues1">* If you use the Flash viewer, and embed some SVG into a SCRIPT tag, the Flash will show up directly in the DOM as an EMBED tag (non-IE browsers) or an OBJECT tag (IE) with the 'class' set to 'embedssvg'. You can get the SVG root element by calling 'documentElement' on the EMBED tag (this is non-standard and is not part of the SVG 1.1 spec). </p>

<p>For example, if your page had an SVG SCRIPT block right under the BODY tag, 
this would get transformed into an EMBED tag with the Flash viewer:</p>

<pre>BODY
   EMBED (class='embedssvg')
       svg root</pre>
       
<p>Using script you could get the svg root node as follows:</p>

<pre><code>var embed = document.body.childNodes[0];
if (embed.className &amp;&amp; embed.className.indexOf('embedssvg') != -1) {
  var svg = embed.documentElement;
  // now have root SVG element and can manipulate it as normal
}</code></pre>

<p id="known_issues2">* Scoping getElementsByTagNameNS on elements other than the document element is
not implemented yet. For example, you can not currently do
document.body.getElementsByTagNameNS(svgns, 'rect') or
myDiv.getElementsByTagNameNS(svgns, 'ellipse').</p>

<p id="known_issues3">* If you have no HTML TITLE element on the page when using the native
renderer, Safari 3 will incorrectly pick up the first SVG TITLE element 
instead and set the page title at the top of the browser. To correct this, 
if you have no HTML TITLE, we automatically place an empty HTML TITLE into 
the HEAD of the page, which fixes the issue.</p>

<p id="known_issues4">* DOM Mutation Events are not supported and will not fire for SVG nodes 
when the Flash viewer is used (i.e. if you create an SVG circle and then 
attach it to the document, a DOM Mutation event will not fire).</p>

<p id="known_issues5">* You should declare all of the namespaces you want to use on one of your 
SVG root elements before calling createElementNS; unknown namespaces will
not work afterwards. For example, if you have the following SVG:</p>

<pre><code>&lt;svg id="mySVG" width="500" height="500"&gt;&lt;metadata/&gt;&lt;/svg&gt;</code></pre>

You could not do the following:

<pre><code>var dc = document.createElementNS('http://purl.org/dc/elements/1.1/', 
                                  'dc:creator');
var metadata = document.getElementsByTagNameNS(svgns, 'metadata')[0];
metadata.appendChild(dc);</code></pre>

This is because the DC (Dublic Core) namespace is not declared. To make
this work, you should have the namespace on your SVG root markup:

<pre><code>&lt;svg id="mySVG" width="500" height="500"
     xmlns:dc="http://purl.org/dc/elements/1.1/"&gt;
   &lt;metadata/&gt;
&lt;/svg&gt;</code></pre>

<p>Note that this limitation is done on purpose to support existing XHTML
documents that want to use createElementNS for their own purposes. This is
also a limitation imposed by the XML namespace model itself rather than a
limitation of the SVG Web framework.</p>

<p id="known_issues6">* On Internet Explorer we don't support wildcarding a given tag name
across known namespaces and a given tag:</p>

<pre><code>getElementsByTagNameNS('*', 'someTag');</code></pre>

<p>We _do_ support wildcard calls of the following type:</p>

<pre><code>getElementsByTagNameNS('*', '*');
getElementsByTagNameNS('someNameSpace', '*');
getElementsByTagNameNS(null, 'someTag');</code></pre>

<p>The same limitation applies when using getElementsByTagNameNS scoped to
a particular node, so the following would not work on Internet Explorer:</p>

<pre><code>someNode.getElementsByTagNameNS('*', 'someTag');</code></pre>

<p id="known_issues7">* insertBefore and replaceChild only accepts DOM element nodes for now, not 
DOM text nodes</p>

<p id="known_issues8">* Only DOM element, text, and document type nodes are supported across the
framework; this means you can't dynamically work and insert processing
instructions, comments, attributes, etc.</p>

<p id="known_issues9">* The isSupported() method on SVG DOM Nodes is not natively supported by 
Firefox, so therefore doesn't work when the Native Handler is being used
on that platform:</p>

<pre><code>mySvgPath.isSupported('Core', '2.0')</code></pre>

<p>It works on Safari and when the Flash Handler is being used on all browsers.</p>

<p id="known_issues10">* On Internet Explorer, DOM text nodes created through document.createTextNode
with the second argument given as 'true':</p>

<pre><code>document.createTextNode('some text', true)</code></pre>

<p>will have a .style property on them as an artifact of how we support
various things internally. Changing this will have no affect. Technically
DOM text nodes should not have a .style property.</p>

<p id="known_issues11">* On Internet Explorer, the cssText property on an SVG node's style object
should not be set or retrieved; it will have unreliable results. For example,
calling myCircle.style.cssText will not correctly return the SVG CSS of that
node; you will instead see some custom internal properties that we use to
support some of the framework magic on Internet Explorer.</p>

<p id="known_issues12">* The Firefox 3's native implementation of SVG doesn't correctly mirror
inline style="" attributes into element.style.* values. For example,
if I have the following SVG element:</p>

<pre><code>&lt;path id="myPath" style="display: block; fill: red; opacity: 0.5" /&gt;</code></pre>

<p>and then I access it's style properties:</p>

<pre><code>var myPath = document.getElementById('myPath');
console.log(myPath.style.fill); // does not print 'red' on Firefox!</code></pre>

<p>Note that this is a bug in the Firefox browser itself and not from us. The 
native SVG renderer on Safari does not have this issue. We correctly parse 
and expose our style properties for the above case for the Flash renderer.</p>

<p id="known_issues13">* By default the SVG root element has an overflow of hidden. If you make the
overflow visible, when using the Flash renderer elements will not overflow
outside of the containing Flash movie as we can't support rendering things
outside of the Flash movie.</p>

<p id="known_issues14">* If you are using the Flash renderer on a browser that has native SVG
support, and use the OBJECT tag to embed an SVG file, the browser's native
support might render the OBJECT tag first before we can get to it, followed 
by our Flash renderer taking over and then rendering things. This might result 
in a slight flash, or your embedded SVG file having it's onload() event fired 
twice.</p>

<p id="known_issues15">* If you dynamically change the data attribute of an SVG OBJECT element after
page load, the updated SVG will not load for the Flash Handler and certain
patched functions for the Native Handler will no longer work.</p>

<p id="known_issues16">* You should avoid IDs on your OBJECT, SVG root, or SVG elements that start
with numbers, such as "32MyElement". The SVG Web framework will not work
correctly with such IDs.</p>

<p id="known_issues17">* If you are using OBJECT tags to embed your SVG into the page while using
the Flash handler support:</p>

<pre>
<code>
&lt;!--[if !IE]&gt;--&gt;
  &lt;object data="embed1.svg" type="image/svg+xml"
          width="500" height="500" id="testSVG"&gt; &lt;!--&lt;![endif]--&gt;
&lt;!--[if lt IE 9]&gt;
  &lt;object src="embed1.svg" classid="image/svg+xml"
          width="500" height="500" id="testSVG"&gt; &lt;![endif]--&gt;
&lt;!--[if gte IE 9]&gt;
  &lt;object data="embed1.svg" type="image/svg+xml"
          width="500" height="500" id="testSVG"&gt; &lt;![endif]--&gt;
  &lt;img src="scimitar.png" /&gt;
  &lt;/object&gt;
</code>
</pre>

<p>and call document.getElementsByTagName('object'), note that on Firefox 
and Safari the OBJECT tag gets transformed into an EMBED tag by the browser 
itself beyond our control, so you must call 
document.getElementsByTagName('embed') instead of asking for objects in order 
to enumerate all the SVG OBJECTs on the page.</p>

<p>TODO: FIXME: Check to make sure this is still true.</p>

<p id="known_issues18">* The 'this' keyword in an external SVG file when brought in with an SVG OBJECT
tag when using the Flash renderer isn't always correct. For example, if you
have the following SVG file:</p>

<pre><code>&lt;svg onload="loaded(this)"&gt;
  &lt;script&gt;&lt;![CDATA[
    function loaded(onloadThis) {
      // onloadThis correctly points to our SVG root element
      
      // call some other function
      anotherFunc();
    }
    
    function anotherFunc() {
      alert(this); // 'this' incorrectly points to the containing HTML pages
                   // window object
    }
  ]]&gt;&lt;/script&gt;
&lt;/svg&gt;</code></pre>

<p>If you use the 'this' keyword inside of an onload="" attribute on the SVG
root tag, it will correctly point to the SVG root element. However, if you
use the 'this' keyword later on inside of a script block, such as in a 
function, it will incorrectly point to the containing HTML page's window
object. Correct behavior would be for it to point to the SVG object's
own window object.</p>

<p>In general, though, you should not be using the 'this' keyword to grab a 
reference to a window object; this is bad programming. Instead, you should 
directly call and use window and only use 'this' when doing object-oriented 
JavaScript development:</p>

<pre><code>&lt;svg onload="loaded(this)"&gt;
  &lt;script&gt;&lt;![CDATA[
    function loaded(onloadThis) {
      // onloadThis correctly points to our SVG root element
      
      anotherFunc();
    }
    
    function anotherFunc() {
      alert(window); // correctly points to just our SVG OBJECT window
    }
    
    function SomeClass() {
      this.someProp = 'foo'; // 'this' correctly points to SomeClass instance
    }
    
    var instance = new SomeClass();
  ]]&gt;&lt;/script&gt;</code></pre>
  
<p id="known_issues19">* If you are dynamically creating an SVG OBJECT with the Flash handler, after 
creation the SVG OBJECT will not correctly point to a reference to that 
OBJECT that might have been captured outside of a closure. For example, if you 
have the following code:</p>

<pre><code>var obj = document.createElement('object', true);
obj.setAttribute('type', 'text/svg+xml');
obj.setAttribute('data', 'myfile.svg');
obj.addEventListener('SVGLoad', function() {
  alert(obj.parentNode); // will incorrectly return null!
}, false);
if (window.svgweb) {
  window.svgweb.appendChild(obj, myParentNode);
} else {
  myParentNode.appendChild(obj);
}
</code></pre>

<p>Notice that we access 'obj.parentNode' after the SVG OBJECT has finished
loading, and this incorrectly returns 'null' instead of the actual
'myParentNode' value. 'obj' will not reference the actual Flash object as
you would expect, so you should not continue using the value inside the closure 
or later on as a stored value.</p>

<p>There are two workarounds. First, 'this' inside your onload handler will 
correctly reference the actual Flash object so you can further manipulate it
or store the value:</p>

<pre><code>var obj = document.createElement('object', true);
obj.setAttribute('type', 'text/svg+xml');
obj.setAttribute('data', 'myfile.svg');
obj.addEventListener('SVGLoad', function() {
  obj = this;
  alert(obj.parentNode); // correctly prints 'myParentNode'
}, false);
if (window.svgweb) {
  window.svgweb.appendChild(obj, myParentNode);
} else {
  myParentNode.appendChild(obj);
}
</code></pre>

<p>You can also of course use getElementById if you gave your SVG OBJECT an id:</p>

<pre><code>var obj = document.createElement('object', true);
obj.setAttribute('type', 'text/svg+xml');
obj.setAttribute('data', 'myfile.svg');
obj.setAttribute('id', 'mySVG');
obj.addEventListener('SVGLoad', function() {
  obj = document.getElementById('mySVG');
  alert(obj.parentNode); // correctly prints 'myParentNode'
}, false);
if (window.svgweb) {
  window.svgweb.appendChild(obj, myParentNode);
} else {
  myParentNode.appendChild(obj);
}
</code></pre>

<p>Note that similar issues pertain to <code>svgweb.removeChild</code> when dealing with SVG OBJECT references. See <a href="#removeChildClosureReference">here</a> for more details.</p>

<p id="known_issues20">* Inside of an SVG OBJECT for the Flash handler, if you access the 
window.location value for that file and try to change it, nothing will happen.
You can, however, read the values off this object and they will correctly
represent the URL of the object as given in the data or src attribute of the
OBJECT. You could use this to pass parameters into your SVG file, for example.</p>

<p id="known_issues21">* XML Comments (such as &lt;!-- Hello World --&gt;) will not show up in the DOM
when using the Flash handler.</p>

<p id="known_issues22">* If you have nested SVG elements (i.e. having an &lt;svg&gt; element nested in 
your document), these don't currently show up in the DOM correctly.</p>

<p id="known_issues23">* On some installations of Internet Explorer depending on what patches might
be present, if you have "Disable Script Debugging" unchecked, you might see
the Eolas "Click to activate" box around your Flash movies before users can
interact with them. This will only happen once. It is rare for computers to
have this box unchecked plus not having the right patches (this issue was fixed
in later patches by Microsoft). The issue is documented here:
http://code.google.com/p/svgweb/issues/detail?id=153</p>

<p id="known_issues24">* Be careful doing complicated styling directly on an SVG OBJECT during creation when using the Flash handler, as the values might not get correctly copied over on Internet Explorer or can cause unusual glitches on Firefox/Flash. Avoid this:</p>

<pre><code>
var obj = document.createElement('object', true);
obj.setAttribute('type', 'image/svg+xml');
obj.setAttribute('data', someURL);
obj.setAttribute('width', 300);
obj.setAttribute('height', 300);
obj.addEventListener('SVGLoad', myObjLoaded, false);

<b>// avoid this
obj.setAttribute('style', 'position: absolute; z-index: -1000; top: 0px; right: 0px')
// or this
obj.style.position = 'absolute';
obj.style.zIndex = -1000;
obj.style.top = '0px';
obj.style.right = '0px';</b>

if (window.svgweb) {
  window.svgweb.appendChild(obj, myPage);
} else {
  myPage.appendChild(obj);
}
</code></pre> 

<p>Instead, you should do your advanced styling on a <code>div</code> or <code>span</code> container and place the SVG OBJECT inside of that container:</p>

<pre><code>
var obj = document.createElement('object', true);
obj.setAttribute('type', 'image/svg+xml');
obj.setAttribute('data', someURL);
obj.setAttribute('width', 300);
obj.setAttribute('height', 300);
obj.addEventListener('SVGLoad', myObjLoaded, false);

<b>// position object using a DIV container to avoid 
// strange style + OBJECT interactions
var container = document.createElement('div');
container.style.position = 'absolute';
container.style.zIndex = 1000;
container.style.top = '0px';
container.style.left = '0px';

myPage.appendChild(container);
if (window.svgweb) {
  window.svgweb.appendChild(obj, container);
} else {
  container.appendChild(obj);
}
</b>
</code></pre>

<p id="known_issues25">* <code>currentTranslate</code> is supported on the SVG root tag (see the section <a href="#zoomAndPan">"Zooming and Panning with currentTranslate and currentScale"</a> for details). However, due to limitations in Internet Explorer the way to work with this is slightly different when using SVG Web than the SVG 1.1 standard. See the <a href="#zoomAndPan">section</a> for details.
  
<p id="known_issues26">If you remove an SVG OBJECT with <code>svgweb.removeChild</code> and then re-attach it, things will not work. You must create a fresh SVG OBJECT in this case.
  
<p id="known_issues27">If you do a <code>cloneNode</code> on a node or group of nodes that have event listeners, these event listeners will not get copied over; this mimics the native behavior on Firefox and Safari which <em>do not</em> copy over event listeners from cloned nodes.</p>

<p id="known_issues28"><code>currentTranslate</code> and <code>currentScale</code> will only work on the SVG root tags of SVG OBJECTs. If you apply them on directly embedded SVG the results will be unexpected (Safari/Native, for example, will scale the entire page). This makes sense as the SVG directly embedded into a page doesn't have its own translate or scale presence apart from the page itself.</p>

<p id="known_issues29">Transparently intercepting <code>window.onload</code>; any <code>onload</code> attributes on the HTML <code>body</code> tag; <code>window.addEventListener('load', ...)</code>; and <code>window.attachEvent('onload', ...)</code> is not supported. You must instead use a slightly different syntax as detailed <a href="#onload">here</a>.
  
<p id="known_issues30">If you have code inside of an external SVG file that you bring in through the SVG OBJECT tag, you must subscribe to the onload event using the &lt;svg onload=""&gt; attribute as detailed <a href="#workaround_for_onload_inside_svg_files">here</a>. We don't support using <code>window.addEventListener('SVGLoad', ...)</code> or <code>window.onsvgload = someFunc;</code> <i>inside</i> of an external SVG file. For example, the following would <em>not</em> work:
  
<p>MyExternalSVGFile.svg:</p>

<pre><code>&lt;svg&gt;
  &lt;script&gt;
    // doesn't work
    window.addEventListener('SVGLoad', function() {
      alert('loaded!');
    }, false);
    
    // also doesn't work
    window.onsvgload = function() { alert('foobar!'); }
  &lt;/script&gt;
&lt;/svg&gt;</code></pre>

<p id="known_issues31">By default SVG Web will use the round joint style rather than the miter joint style mandated by the SVG standard for performance reasons in the Flash renderer. To override this, use the <code>shape-rendering</code> CSS property on your SVG root tag and set it to <code>geometric-precision</code>.

<h1 id="breaking_changes">Breaking Changes</h1>

<p>This section describes any removal of functionality or changing of our APIs that might break code that used previous versions of SVG Web.</p>

<h2 id="breaking_changes_in_development">In Development</h2>

<h2 id="breaking_changes_dracolisk">Dracolisk Release</h2>

<ul>
  <li id="breaking_change_onload">SVG Web <em>no longer</em> does magic around <code>window.addEventListener('load', ...)</code>; <code>window.onload</code>; and <code>window.attachEvent('load', ...)</code>, as this was breaking third-party code such as JQuery (<a href="http://code.google.com/p/svgweb/issues/detail?id=375">see issue</a>). You must now use a slightly different syntax, detailed <a href="#onload">here</a>.</li>
  <li id="breaking_change_addeventlistener_inside_svg_files">Also related, inside of external SVG files you must only use the <code>&lt;svg onload=""&gt;</code> attribute to wait for SVG Web to finish loading; <a href="#known_issues30">see this note</a> for details.</li>
  <li id="breaking_change_custom_prefixes">SVG Web no longer supports having the <code>svg:</code> prefix in your SVG markup, such as <code>&lt;svg:svg&gt;</code> or <code>&lt;some-custom-prefix:circle&gt;</code>. This was removed due to both spotty support, low usage, and the fact that it has a significant impact on the most common case performance for non-prefixed SVG.</li>
</ul>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
  <meta name="svg.render.forceflash" content="true" />
  <script src="../src/svg.js" data-path="../src"></script>
</head>
<body><h1 style="margin:2px">Welcome to the SVG Web Demo!
         <span style="font-size: 10pt">
          <a href='http://code.google.com/p/svgweb'
           >SVG rendering for common web browsers using Flash.</a>
           
          <!-- TODO: Bring docs up to date -->
          <!--[<a href='http://code.google.com/p/sgweb/source/browse/trunk/docs/FAQ.html'
           >FAQ</a>]
          [<a href='http://code.google.com/p/sgweb/source/browse/trunk/docs/UserManual.html'
           > Manual </a>]--></span></h1>
    <label>Select SVG:
    </label>
    <select id="selectSVG" onchange="showSVG();">
        <option value="scim">scimitar
        <option value="scim-anim">scimitar-anim
        <option value="anim1">anim1 - animate
        <option value="anim2">anim2 - animateTransform
        <option value="anim3">anim3 - key splines!
        <option value="video1">video1
        <option value="videos">videos
        <option value="svgopen">svgopen2009
        <option value="droid font1">DroidSans SVG font
        <option value="droid font2">DroidSans-Bold
        <option value="droid font3">DroidSansMono
        <option value="droid font4">DroidSerif-BoldItalic
        <option value="droid font5">DroidSerif-Bold
        <option value="droid font6">DroidSerif-Italic
        <option value="droid font7">DroidSerif-Regular
        <option value="tiger">tiger
        <option value="spcar">sporty car - nice
        <option value="techcar">techy car - nice
        <option value="cam">camera
        <option value="ford">ford
        <option value="pg13">ratedpg13 - be patient
        <option value="eggs">eggs
        <option value="grapes">grapes
        <option value="metal">metal
        <option value="pres">presentation
        <option value="ufo">ufo
        <option value="acar">antique car
        <option value="blocks_game">blocks game
        <option value="photos">photos
        <option value="webstats">web stats
        <option value="us">us states
        <option value="snakes">snakes
        <option value="steps">steps
        <option value="circles1">circles1
        <option value="gaussian 1">gaussian collage
        <option value="gaussian 2">gaussian simple
        <option value="gaussian 3">gaussian effect region
        <option value="image">image
        <option value="lingrad1">linear grad 1
        <option value="lingrad2">linear grad 2
        <option value="lingrad3">linear grad: userSpace
        <option value="linear grad pct">linear grad: bounding
        <option value="mouseEvents">mouseEvents
        <option value="pencil">pencil
        <option value="preserve">preserveAspectRatio
        <option value="radial1">radialGradient1
        <option value="radial2">radialGradient2
        <option value="smile">smile
        <option value="clippath">clip-path
        <option value="inlineobject">inline object data
        <option value="001">animate-elem-02-t.svg
        <option value="002">animate-elem-03-t.svg
        <option value="003">animate-elem-04-t.svg
        <option value="004">animate-elem-05-t.svg
        <option value="005">animate-elem-06-t.svg
        <option value="006">animate-elem-07-t.svg
        <option value="007">animate-elem-08-t.svg
        <option value="008">animate-elem-09-t.svg
        <option value="009">animate-elem-10-t.svg
        <option value="010">animate-elem-11-t.svg
        <option value="011">animate-elem-12-t.svg
        <option value="012">animate-elem-13-t.svg
        <option value="013">animate-elem-14-t.svg
        <option value="014">animate-elem-15-t.svg
        <option value="015">animate-elem-17-t.svg
        <option value="016">animate-elem-19-t.svg
        <option value="017">animate-elem-20-t.svg
        <option value="018">animate-elem-21-t.svg
        <option value="019">animate-elem-22-b.svg
        <option value="020">animate-elem-23-t.svg
        <option value="021">animate-elem-24-t.svg
        <option value="022">animate-elem-25-t.svg
        <option value="023">animate-elem-26-t.svg
        <option value="024">animate-elem-27-t.svg
        <option value="025">animate-elem-28-t.svg
        <option value="026">animate-elem-29-b.svg
        <option value="027">animate-elem-30-t.svg
        <option value="028">animate-elem-31-t.svg
        <option value="029">animate-elem-32-t.svg
        <option value="030">animate-elem-33-t.svg
        <option value="031">animate-elem-34-t.svg
        <option value="032">animate-elem-36-t.svg
        <option value="033">animate-elem-37-t.svg
        <option value="034">animate-elem-39-t.svg
        <option value="035">animate-elem-40-t.svg
        <option value="036">animate-elem-41-t.svg
        <option value="037">animate-elem-44-t.svg
        <option value="038">animate-elem-46-t.svg
        <option value="039">animate-elem-52-t.svg
        <option value="040">animate-elem-60-t.svg
        <option value="041">animate-elem-61-t.svg
        <option value="042">animate-elem-62-t.svg
        <option value="043">animate-elem-63-t.svg
        <option value="044">animate-elem-64-t.svg
        <option value="045">animate-elem-65-t.svg
        <option value="046">animate-elem-66-t.svg
        <option value="047">animate-elem-67-t.svg
        <option value="048">animate-elem-68-t.svg
        <option value="049">animate-elem-69-t.svg
        <option value="050">animate-elem-70-t.svg
        <option value="051">animate-elem-77-t.svg
        <option value="052">animate-elem-78-t.svg
        <option value="053">animate-elem-80-t.svg
        <option value="054">animate-elem-81-t.svg
        <option value="055">animate-elem-82-t.svg
        <option value="056">animate-elem-83-t.svg
        <option value="057">animate-elem-84-t.svg
        <option value="058">animate-elem-85-t.svg
        <option value="059">color-prof-01-f.svg
        <option value="060">color-prop-01-b.svg
        <option value="061">color-prop-02-f.svg
        <option value="062">color-prop-03-t.svg
        <option value="063">coords-coord-01-t.svg
        <option value="064">coords-coord-02-t.svg
        <option value="065">coords-trans-01-b.svg
        <option value="066">coords-trans-02-t.svg
        <option value="067">coords-trans-03-t.svg
        <option value="068">coords-trans-04-t.svg
        <option value="069">coords-trans-05-t.svg
        <option value="070">coords-trans-06-t.svg
        <option value="071">coords-units-01-b.svg
        <option value="072">coords-units-02-b.svg
        <option value="073">coords-units-03-b.svg
        <option value="074">coords-viewattr-01-b.svg
        <option value="075">coords-viewattr-02-b.svg
        <option value="076">coords-viewattr-03-b.svg
        <option value="077">extend-namespace-01-f.svg
        <option value="078">filters-blend-01-b.svg
        <option value="079">filters-color-01-b.svg
        <option value="080">filters-composite-02-b.svg
        <option value="081">filters-comptran-01-b.svg
        <option value="082">filters-conv-01-f.svg
        <option value="083">filters-diffuse-01-f.svg
        <option value="084">filters-displace-01-f.svg
        <option value="085">filters-example-01-b.svg
        <option value="086">filters-felem-01-b.svg
        <option value="087">filters-gauss-01-b.svg
        <option value="088">filters-image-01-b.svg
        <option value="089">filters-light-01-f.svg
        <option value="090">filters-morph-01-f.svg
        <option value="091">filters-offset-01-b.svg
        <option value="092">filters-specular-01-f.svg
        <option value="093">filters-tile-01-b.svg
        <option value="094">filters-turb-01-f.svg
        <option value="095">fonts-desc-02-t.svg
        <option value="096">fonts-elem-01-t.svg
        <option value="097">fonts-elem-02-t.svg
        <option value="098">fonts-elem-03-b.svg
        <option value="099">fonts-elem-04-b.svg
        <option value="100">fonts-elem-05-t.svg
        <option value="101">fonts-elem-06-t.svg
        <option value="102">fonts-elem-07-b.svg
        <option value="103">fonts-glyph-02-t.svg
        <option value="104">fonts-glyph-03-t.svg
        <option value="105">fonts-glyph-04-t.svg
        <option value="106">fonts-kern-01-t.svg
        <option value="107">interact-cursor-01-f.svg
        <option value="108">interact-dom-01-b.svg
        <option value="109">interact-events-01-b.svg
        <option value="110">interact-order-01-b.svg
        <option value="111">interact-order-02-b.svg
        <option value="112">interact-order-03-b.svg
        <option value="113">interact-zoom-01-t.svg
        <option value="114">linking-a-01-b.svg
        <option value="115">linking-a-02-b.svg
        <option value="116">linking-a-03-b.svg
        <option value="117">linking-a-04-t.svg
        <option value="118">linking-a-05-t.svg
        <option value="119">linking-a-07-t.svg
        <option value="120">linking-uri-01-b.svg
        <option value="121">linking-uri-02-b.svg
        <option value="122">linking-uri-03-t.svg
        <option value="123">masking-intro-01-f.svg
        <option value="124">masking-mask-01-b.svg
        <option value="125">masking-opacity-01-b.svg
        <option value="126">masking-path-01-b.svg
        <option value="127">masking-path-02-b.svg
        <option value="128">masking-path-03-b.svg
        <option value="129">masking-path-04-b.svg
        <option value="130">masking-path-05-f.svg
        <option value="131">metadata-example-01-b.svg
        <option value="132">painting-fill-01-t.svg
        <option value="133">painting-fill-02-t.svg
        <option value="134">painting-fill-03-t.svg
        <option value="135">painting-fill-04-t.svg
        <option value="136">painting-fill-05-b.svg
        <option value="137">painting-marker-01-f.svg
        <option value="138">painting-marker-02-f.svg
        <option value="139">painting-marker-03-f.svg
        <option value="140">painting-render-01-b.svg
        <option value="141">painting-stroke-01-t.svg
        <option value="142">painting-stroke-02-t.svg
        <option value="143">painting-stroke-03-t.svg
        <option value="144">painting-stroke-04-t.svg
        <option value="145">painting-stroke-07-t.svg
        <option value="146">paths-data-01-t.svg
        <option value="147">paths-data-02-t.svg
        <option value="148">paths-data-03-f.svg
        <option value="149">paths-data-04-t.svg
        <option value="150">paths-data-05-t.svg
        <option value="151">paths-data-06-t.svg
        <option value="152">paths-data-07-t.svg
        <option value="153">paths-data-08-t.svg
        <option value="154">paths-data-09-t.svg
        <option value="155">paths-data-10-t.svg
        <option value="156">paths-data-12-t.svg
        <option value="157">paths-data-13-t.svg
        <option value="158">paths-data-14-t.svg
        <option value="159">paths-data-15-t.svg
        <option value="160">pservers-grad-01-b.svg
        <option value="161">pservers-grad-02-b.svg
        <option value="162">pservers-grad-03-b.svg
        <option value="163">pservers-grad-03-b-anim.svg
        <option value="164">pservers-grad-04-b.svg
        <option value="165">pservers-grad-05-b.svg
        <option value="166">pservers-grad-06-b.svg
        <option value="167">pservers-grad-07-b.svg
        <option value="168">pservers-grad-08-b.svg
        <option value="169">pservers-grad-09-b.svg
        <option value="170">pservers-grad-10-b.svg
        <option value="171">pservers-grad-11-b.svg
        <option value="172">pservers-grad-12-b.svg
        <option value="173">pservers-grad-13-b.svg
        <option value="174">pservers-grad-14-b.svg
        <option value="175">pservers-grad-15-b.svg
        <option value="176">pservers-grad-16-b.svg
        <option value="177">pservers-grad-17-b.svg
        <option value="178">pservers-grad-18-b.svg
        <option value="179">pservers-grad-19-b.svg
        <option value="180">pservers-pattern-01-b.svg
        <option value="181">render-elems-01-t.svg
        <option value="182">render-elems-02-t.svg
        <option value="183">render-elems-03-t.svg
        <option value="184">render-elems-06-t.svg
        <option value="185">render-elems-07-t.svg
        <option value="186">render-elems-08-t.svg
        <option value="187">render-groups-01-b.svg
        <option value="188">render-groups-03-t.svg
        <option value="189">script-handle-01-b.svg
        <option value="190">script-handle-02-b.svg
        <option value="191">script-handle-03-b.svg
        <option value="192">script-handle-04-b.svg
        <option value="193">shapes-circle-01-t.svg
        <option value="194">shapes-circle-02-t.svg
        <option value="195">shapes-ellipse-01-t.svg
        <option value="196">shapes-ellipse-02-t.svg
        <option value="197">shapes-intro-01-t.svg
        <option value="198">shapes-line-01-t.svg
        <option value="199">shapes-polygon-01-t.svg
        <option value="200">shapes-polyline-01-t.svg
        <option value="201">shapes-rect-01-t.svg
        <option value="202">shapes-rect-02-t.svg
        <option value="203">struct-cond-01-t.svg
        <option value="204">struct-cond-02-t.svg
        <option value="205">struct-cond-03-t.svg
        <option value="206">struct-defs-01-t.svg
        <option value="207">struct-dom-01-b.svg
        <option value="208">struct-dom-02-b.svg
        <option value="209">struct-dom-03-b.svg
        <option value="210">struct-dom-04-b.svg
        <option value="211">struct-dom-05-b.svg
        <option value="212">struct-dom-06-b.svg
        <option value="213">struct-frag-01-t.svg
        <option value="214">struct-frag-02-t.svg
        <option value="215">struct-frag-03-t.svg
        <option value="216">struct-frag-04-t.svg
        <option value="217">struct-frag-05-t.svg
        <option value="218">struct-frag-06-t.svg
        <option value="219">struct-group-01-t.svg
        <option value="220">struct-group-02-b.svg
        <option value="221">struct-group-03-t.svg
        <option value="222">struct-image-01-t.svg
        <option value="223">struct-image-02-b.svg
        <option value="224">struct-image-03-t.svg
        <option value="225">struct-image-04-t.svg
        <option value="226">struct-image-05-b.svg
        <option value="227">struct-image-06-t.svg
        <option value="228">struct-image-07-t.svg
        <option value="229">struct-image-08-t.svg
        <option value="230">struct-image-09-t.svg
        <option value="231">struct-image-10-t.svg
        <option value="232">struct-symbol-01-b.svg
        <option value="233">struct-use-01-t.svg
        <option value="234">struct-use-03-t.svg
        <option value="235">struct-use-05-b.svg
        <option value="236">styling-css-01-b.svg
        <option value="237">styling-css-02-b.svg
        <option value="238">styling-css-03-b.svg
        <option value="239">styling-css-04-f.svg
        <option value="240">styling-css-05-b.svg
        <option value="241">styling-css-06-b.svg
        <option value="242">styling-inherit-01-b.svg
        <option value="243">styling-pres-01-t.svg
        <option value="244">text-align-01-b.svg
        <option value="245">text-align-02-b.svg
        <option value="246">text-align-03-b.svg
        <option value="247">text-align-04-b.svg
        <option value="248">text-align-05-b.svg
        <option value="249">text-align-06-b.svg
        <option value="250">text-align-08-b.svg
        <option value="251">text-altglyph-01-b.svg
        <option value="252">text-deco-01-b.svg
        <option value="253">text-fonts-01-t.svg
        <option value="254">text-fonts-02-t.svg
        <option value="255">text-fonts-03-t.svg
        <option value="256">text-intro-01-t.svg
        <option value="257">text-intro-02-b.svg
        <option value="258">text-intro-03-b.svg
        <option value="259">text-intro-04-t.svg
        <option value="260">text-intro-05-t.svg
        <option value="261">text-path-01-b.svg
        <option value="262">text-spacing-01-b.svg
        <option value="263">text-text-01-b.svg
        <option value="264">text-text-03-b.svg
        <option value="265">text-text-04-t.svg
        <option value="266">text-text-05-t.svg
        <option value="267">text-text-06-t.svg
        <option value="268">text-text-07-t.svg
        <option value="269">text-text-08-b.svg
        <option value="270">text-tref-01-b.svg
        <option value="271">text-tselect-01-b.svg
        <option value="272">text-tselect-02-f.svg
        <option value="273">text-tspan-01-b.svg
        <option value="274">text-ws-01-t.svg
        <option value="275">text-ws-02-t.svg
        <option value="276">types-basicDOM-01-b.svg
        <option value='410'>410
        <option value='aa'>aa
        <option value='accessible'>accessible
        <option value='acid'>acid
        <option value='adobe'>adobe
        <option value='alphachannel'>alphachannel
        <option value='android'>android
        <option value='atom'>atom
        <option value='basura'>basura
        <option value='beacon'>beacon
        <option value='betterplace'>betterplace
        <option value='bloglines'>bloglines
        <option value='bozo'>bozo
        <option value='bzr'>bzr
        <option value='bzrfeed'>bzrfeed
        <option value='ca'>ca
        <option value='cartman'>cartman
        <option value='caution'>caution
        <option value='cc'>cc
        <option value='ch'>ch
        <option value='check'>check
        <option value='compass'>compass
        <option value='copyleft'>copyleft
        <option value='copyright'>copyright
        <option value='couch'>couch
        <option value='couchdb'>couchdb
        <option value='cygwin'>cygwin
        <option value='debian'>debian
        <option value='decimal'>decimal
        <option value='dh'>dh
        <option value='digg'>digg
        <option value='dojo'>dojo
        <option value='dst'>dst
        <option value='duck'>duck
        <option value='duke'>duke
        <option value='dukechain'>dukechain
        <option value='easypeasy'>easypeasy
        <option value='eee'>eee
        <option value='eff'>eff
        <option value='erlang'>erlang
        <option value='evol'>evol
        <option value='facebook'>facebook
        <option value='faux-art'>faux-art
        <option value='fb'>fb
        <option value='feed'>feed
        <option value='feedsync'>feedsync
        <option value='fsm'>fsm
        <option value='gcheck'>gcheck
        <option value='genshi'>genshi
        <option value='git'>git
        <option value='gnome2'>gnome2
        <option value='google'>google
        <option value='gpg'>gpg
        <option value='gump-bench'>gump-bench
        <option value='heart'>heart
        <option value='heliocentric'>heliocentric
        <option value='hg0'>hg0
        <option value='http'>http
        <option value='ibm'>ibm
        <option value='ie-lock'>ie-lock
        <option value='ielock'>ielock
        <option value='ietf'>ietf
        <option value='instiki'>instiki
        <option value='integral'>integral
        <option value='intertwingly'>intertwingly
        <option value='irony'>irony
        <option value='italian-flag'>italian-flag
        <option value='iw'>iw
        <option value='jabber'>jabber
        <option value='jquery'>jquery
        <option value='json'>json
        <option value='jsonatom'>jsonatom
        <option value='legal'>legal
        <option value='m'>m
        <option value='mac'>mac
        <option value='mail'>mail
        <option value='mars'>mars
        <option value='mememe'>mememe
        <option value='microformat'>microformat
        <option value='mono'>mono
        <option value='moonlight'>moonlight
        <option value='mozilla'>mozilla
        <option value='msft'>msft
        <option value='msie'>msie
        <option value='mt'>mt
        <option value='mudflap'>mudflap
        <option value='myspace'>myspace
        <option value='no'>no
        <option value='obama'>obama
        <option value='odf'>odf
        <option value='open-clipart'>open-clipart
        <option value='openid'>openid
        <option value='opensearch'>opensearch
        <option value='openweb'>openweb
        <option value='opera'>opera
        <option value='osa'>osa
        <option value='oscon'>oscon
        <option value='osi'>osi
        <option value='padlock'>padlock
        <option value='patch'>patch
        <option value='pdftk'>pdftk
        <option value='penrose-staircase'>penrose-staircase
        <option value='penrose-tiling'>penrose-tiling
        <option value='php'>php
        <option value='poi'>poi
        <option value='pull'>pull
        <option value='python'>python
        <option value='rack'>rack
        <option value='rails'>rails
        <option value='raleigh'>raleigh
        <option value='rdf'>rdf
        <option value='rest'>rest
        <option value='rfeed'>rfeed
        <option value='ruby'>ruby
        <option value='rubyforge'>rubyforge
        <option value='scion'>scion
        <option value='semweb'>semweb
        <option value='star'>star
        <option value='svg'>svg
        <option value='sync'>sync
        <option value='twitter'>twitter
        <option value='ubuntu'>ubuntu
        <option value='unicode-han'>unicode-han
        <option value='unicode'>unicode
        <option value='usaf'>usaf
        <option value='utensils'>utensils
        <option value='venus'>venus
        <option value='vmware'>vmware
        <option value='vnu'>vnu
        <option value='vote'>vote
        <option value='w3c'>w3c
        <option value='whatwg'>whatwg
        <option value='why'>why
        <option value='wii'>wii
        <option value='wikimedia'>wikimedia
        <option value='wireless'>wireless
        <option value='wp'>wp
        <option value='wso2'>wso2
        <option value='x11'>x11
        <option value='yadis'>yadis
        <option value='yahoo'>yahoo
        <option value='yinyang'>yinyang
        <option value='zillow'>zillow
    </select>
    <input type="button" onclick="showNext()" value="next" style="margin-right:10px" />
    <p id='selectModeP'><span>Select Display Mode:</span>
    <select id="selectMode" onchange="setMode(this.selectedIndex);">
        <option value="image">image
        <option value="xml">xml
    </select>
    </p>
    <p><span>Select Renderer:</span>
    <select id="selectRenderer" onchange="changeRenderer(this.value);">
        <option value="flash">rendered by Flash
        <option value="native">browser native svg
    </select>
    </p>
    <p><span>Show Demos Known to Fail:</span>
      <input id="showFailingDemos" type="checkbox" onclick="handleFailingDemos()" />
    </p>
      
    <p>
    <input type="button" onclick="modTranslate(25,0);" value="&lt;"/>
    <input type="button" onclick="modTranslate(-25,0);" value="&gt;"/>
    <input type="button" onclick="modTranslate(0,25)" value="^"/>
    <input type="button" onclick="modTranslate(0,-25)" value="V"/>
    <input type="button" onclick="modScale(10/9)" value="+"/>
    <input type="button" onclick="modScale(9/10)" value="-"/>
    </p>
    <p><div id='mySVGDiv' style='display:block;float:left;'><!--SVG will go here --></div></p>
    <pre id='myXMLp' width="100%" style='clear:left;'></pre>

    <script type='text/javascript'>
    var currentSVGIndex = -1;
    var currentSVGObject;
    var currentSVGName;
    
    var SVGFiles= [
                    { name: 'scim', svgURL: "svg-files/scimitar.svg", width:466, height:265 },
                    { name: 'scim-anim', svgURL: "svg-files/scimitar-anim.svg", width:466, height:265 },
                    { name: 'anim1', svgURL: "svg-files/anim1.svg", width:800, height:600 },
                    { name: 'anim2', svgURL: "svg-files/anim2.svg", width:800, height:600 },
                    { name: 'anim3', svgURL: "svg-files/anim3.svg", width:800, height:600 },
                    { name: 'video1', svgURL: "svg-files/video1.svg", width:800, height:600 },
                    { name: 'videos', svgURL: "svg-files/videos.svg", width:800, height:600 },
                    { name: 'svgopen', svgURL: "svg-files/svg2009.svg", width:850, height:200 },
                    { name: 'droid font1', svgURL: "svg-files/DroidSans.svg", width:800, height:600 },
                    { name: 'droid font2', svgURL: "svg-files/DroidSans-Bold.svg", width:800, height:600 },
                    { name: 'droid font3', svgURL: "svg-files/DroidSansMono.svg", width:800, height:600 },
                    { name: 'droid font4', svgURL: "svg-files/DroidSerif-BoldItalic.svg", width:800, height:600 },
                    { name: 'droid font5', svgURL: "svg-files/DroidSerif-Bold.svg", width:800, height:600 },
                    { name: 'droid font6', svgURL: "svg-files/DroidSerif-Italic.svg", width:800, height:600 },
                    { name: 'droid font7', svgURL: "svg-files/DroidSerif-Regular.svg", width:800, height:600 },
                    { name: 'tiger', svgURL: "svg-files/tiger.svg", width:800, height:800 },
                    { name: 'spcar', svgURL: "svg-files/car.svg", width:900, height:600 },
                    { name: 'techcar', svgURL: "svg-files/gallardo.svg", width:1000, height:600 },
                    { name: 'cam', svgURL: "svg-files/AJ_Digital_Camera.svg", width:406, height:206 },
                    { name: 'ford', svgURL: "svg-files/compuserver_msn_Ford_Focus.svg", width:548, height:303 },                    
                    { name: 'pg13', svgURL: "svg-files/juanmontoya_lingerie.svg", width:858, height:1074 },
                    { name: 'eggs', svgURL: "svg-files/rg1024_eggs.svg", width:430, height:474 },
                    { name: 'grapes', svgURL: "svg-files/rg1024_green_grapes.svg", width:558, height:781 },
                    { name: 'metal', svgURL: "svg-files/rg1024_metal_effect.svg", width:445, height:479 },
                    { name: 'pres', svgURL: "svg-files/rg1024_Presentation_with_girl.svg", width:305, height:398 },
                    { name: 'ufo', svgURL: "svg-files/rg1024_Ufo_in_metalic_style.svg", width:729, height:379 },
                    { name: 'acar', svgURL: "svg-files/tommek_Car.svg", width:1052, height:744 },
                    { name: 'blocks_game', svgURL: "svg-files/blocks_game.svg", width:345, height:407 },
                    { name: 'photos', svgURL: "svg-files/photos.svg", width:800, height:600 },
                    { name: 'webstats', svgURL: "svg-files/displayWebStats.svg", width:800, height:600, fails: true },
                    { name: 'us', svgURL: "svg-files/USStates.svg", fails: true },
                    { name: 'snakes', svgURL: "svg-files/snake.svg", fails: true },
                    { name: 'steps', svgURL: "svg-files/Steps.svg", fails: true },
                    { name: 'circles1', svgURL: "svg-files/circles1.svg", width:800, height:600, fails: true },
                    { name: 'gaussian 1', svgURL: "svg-files/gaussian1.svg" },
                    { name: 'gaussian 2', svgURL: "svg-files/gaussian2.svg" },
                    { name: 'gaussian 3', svgURL: "svg-files/gaussian3.svg" },
                    { name: 'image', svgURL: "svg-files/image.svg" },
                    { name: 'lingrad1', svgURL: "svg-files/lineargradient1.svg" },
                    { name: 'lingrad2', svgURL: "svg-files/lineargradient2.svg" },
                    { name: 'lingrad3', svgURL: "svg-files/lineargradient3.svg" },
                    { name: 'linear grad pct', svgURL: "svg-files/lineargradient4.svg" },
                    { name: 'mouseEvents', svgURL: "svg-files/mouseEvents.svg", width: 600, height: 600, fails: true },
                    { name: 'pencil', svgURL: "svg-files/pencil.svg" },
                    { name: 'preserve', svgURL: "svg-files/preserveAspectRatio.svg" },
                    { name: 'radial1', svgURL: "svg-files/radialgradient1.svg" },
                    { name: 'radial2', svgURL: "svg-files/radialgradient2.svg" },
                    { name: 'smile', svgURL: "svg-files/smile.svg" },
                    { name: 'clippath', svgURL: "svg-files/clippath.svg" },
                    { name: 'inlineobject', width: 300, height: 200,
                                       svgURL: 'data:image/svg+xml,' + 
                                               '<svg xmlns="http://www.w3.org/2000/svg">' +
                                               '  <rect height="100" width="100" fill="blue"/>' +
                                               '</svg>'
                    },
                    { name: '001', svgURL: "../tests/svggen/animate-elem-02-t.svg", width:800, height:600},
                    { name: '002', svgURL: "../tests/svggen/animate-elem-03-t.svg", width:800, height:600},
                    { name: '003', svgURL: "../tests/svggen/animate-elem-04-t.svg", width:800, height:600},
                    { name: '004', svgURL: "../tests/svggen/animate-elem-05-t.svg", width:800, height:600},
                    { name: '005', svgURL: "../tests/svggen/animate-elem-06-t.svg", width:800, height:600},
                    { name: '006', svgURL: "../tests/svggen/animate-elem-07-t.svg", width:800, height:600},
                    { name: '007', svgURL: "../tests/svggen/animate-elem-08-t.svg", width:800, height:600},
                    { name: '008', svgURL: "../tests/svggen/animate-elem-09-t.svg", width:800, height:600},
                    { name: '009', svgURL: "../tests/svggen/animate-elem-10-t.svg", width:800, height:600},
                    { name: '010', svgURL: "../tests/svggen/animate-elem-11-t.svg", width:800, height:600},
                    { name: '011', svgURL: "../tests/svggen/animate-elem-12-t.svg", width:800, height:600},
                    { name: '012', svgURL: "../tests/svggen/animate-elem-13-t.svg", width:800, height:600},
                    { name: '013', svgURL: "../tests/svggen/animate-elem-14-t.svg", width:800, height:600},
                    { name: '014', svgURL: "../tests/svggen/animate-elem-15-t.svg", width:800, height:600},
                    { name: '015', svgURL: "../tests/svggen/animate-elem-17-t.svg", width:800, height:600},
                    { name: '016', svgURL: "../tests/svggen/animate-elem-19-t.svg", width:800, height:600},
                    { name: '017', svgURL: "../tests/svggen/animate-elem-20-t.svg", width:800, height:600},
                    { name: '018', svgURL: "../tests/svggen/animate-elem-21-t.svg", width:800, height:600},
                    { name: '019', svgURL: "../tests/svggen/animate-elem-22-b.svg", width:800, height:600},
                    { name: '020', svgURL: "../tests/svggen/animate-elem-23-t.svg", width:800, height:600},
                    { name: '021', svgURL: "../tests/svggen/animate-elem-24-t.svg", width:800, height:600},
                    { name: '022', svgURL: "../tests/svggen/animate-elem-25-t.svg", width:800, height:600},
                    { name: '023', svgURL: "../tests/svggen/animate-elem-26-t.svg", width:800, height:600},
                    { name: '024', svgURL: "../tests/svggen/animate-elem-27-t.svg", width:800, height:600},
                    { name: '025', svgURL: "../tests/svggen/animate-elem-28-t.svg", width:800, height:600},
                    { name: '026', svgURL: "../tests/svggen/animate-elem-29-b.svg", width:800, height:600},
                    { name: '027', svgURL: "../tests/svggen/animate-elem-30-t.svg", width:800, height:600},
                    { name: '028', svgURL: "../tests/svggen/animate-elem-31-t.svg", width:800, height:600},
                    { name: '029', svgURL: "../tests/svggen/animate-elem-32-t.svg", width:800, height:600},
                    { name: '030', svgURL: "../tests/svggen/animate-elem-33-t.svg", width:800, height:600},
                    { name: '031', svgURL: "../tests/svggen/animate-elem-34-t.svg", width:800, height:600},
                    { name: '032', svgURL: "../tests/svggen/animate-elem-36-t.svg", width:800, height:600},
                    { name: '033', svgURL: "../tests/svggen/animate-elem-37-t.svg", width:800, height:600},
                    { name: '034', svgURL: "../tests/svggen/animate-elem-39-t.svg", width:800, height:600},
                    { name: '035', svgURL: "../tests/svggen/animate-elem-40-t.svg", width:800, height:600},
                    { name: '036', svgURL: "../tests/svggen/animate-elem-41-t.svg", width:800, height:600},
                    { name: '037', svgURL: "../tests/svggen/animate-elem-44-t.svg", width:800, height:600},
                    { name: '038', svgURL: "../tests/svggen/animate-elem-46-t.svg", width:800, height:600},
                    { name: '039', svgURL: "../tests/svggen/animate-elem-52-t.svg", width:800, height:600},
                    { name: '040', svgURL: "../tests/svggen/animate-elem-60-t.svg", width:800, height:600},
                    { name: '041', svgURL: "../tests/svggen/animate-elem-61-t.svg", width:800, height:600},
                    { name: '042', svgURL: "../tests/svggen/animate-elem-62-t.svg", width:800, height:600},
                    { name: '043', svgURL: "../tests/svggen/animate-elem-63-t.svg", width:800, height:600},
                    { name: '044', svgURL: "../tests/svggen/animate-elem-64-t.svg", width:800, height:600},
                    { name: '045', svgURL: "../tests/svggen/animate-elem-65-t.svg", width:800, height:600},
                    { name: '046', svgURL: "../tests/svggen/animate-elem-66-t.svg", width:800, height:600},
                    { name: '047', svgURL: "../tests/svggen/animate-elem-67-t.svg", width:800, height:600},
                    { name: '048', svgURL: "../tests/svggen/animate-elem-68-t.svg", width:800, height:600},
                    { name: '049', svgURL: "../tests/svggen/animate-elem-69-t.svg", width:800, height:600},
                    { name: '050', svgURL: "../tests/svggen/animate-elem-70-t.svg", width:800, height:600},
                    { name: '051', svgURL: "../tests/svggen/animate-elem-77-t.svg", width:800, height:600},
                    { name: '052', svgURL: "../tests/svggen/animate-elem-78-t.svg", width:800, height:600},
                    { name: '053', svgURL: "../tests/svggen/animate-elem-80-t.svg", width:800, height:600},
                    { name: '054', svgURL: "../tests/svggen/animate-elem-81-t.svg", width:800, height:600},
                    { name: '055', svgURL: "../tests/svggen/animate-elem-82-t.svg", width:800, height:600},
                    { name: '056', svgURL: "../tests/svggen/animate-elem-83-t.svg", width:800, height:600},
                    { name: '057', svgURL: "../tests/svggen/animate-elem-84-t.svg", width:800, height:600},
                    { name: '058', svgURL: "../tests/svggen/animate-elem-85-t.svg", width:800, height:600},
                    { name: '059', svgURL: "../tests/svggen/color-prof-01-f.svg", width:800, height:600},
                    { name: '060', svgURL: "../tests/svggen/color-prop-01-b.svg", width:800, height:600},
                    { name: '061', svgURL: "../tests/svggen/color-prop-02-f.svg", width:800, height:600},
                    { name: '062', svgURL: "../tests/svggen/color-prop-03-t.svg", width:800, height:600},
                    { name: '063', svgURL: "../tests/svggen/coords-coord-01-t.svg", width:800, height:600},
                    { name: '064', svgURL: "../tests/svggen/coords-coord-02-t.svg", width:800, height:600},
                    { name: '065', svgURL: "../tests/svggen/coords-trans-01-b.svg", width:800, height:600},
                    { name: '066', svgURL: "../tests/svggen/coords-trans-02-t.svg", width:800, height:600},
                    { name: '067', svgURL: "../tests/svggen/coords-trans-03-t.svg", width:800, height:600},
                    { name: '068', svgURL: "../tests/svggen/coords-trans-04-t.svg", width:800, height:600},
                    { name: '069', svgURL: "../tests/svggen/coords-trans-05-t.svg", width:800, height:600},
                    { name: '070', svgURL: "../tests/svggen/coords-trans-06-t.svg", width:800, height:600},
                    { name: '071', svgURL: "../tests/svggen/coords-units-01-b.svg", width:800, height:600},
                    { name: '072', svgURL: "../tests/svggen/coords-units-02-b.svg", width:800, height:600},
                    { name: '073', svgURL: "../tests/svggen/coords-units-03-b.svg", width:800, height:600},
                    { name: '074', svgURL: "../tests/svggen/coords-viewattr-01-b.svg", width:800, height:600},
                    { name: '075', svgURL: "../tests/svggen/coords-viewattr-02-b.svg", width:800, height:600},
                    { name: '076', svgURL: "../tests/svggen/coords-viewattr-03-b.svg", width:800, height:600},
                    { name: '077', svgURL: "../tests/svggen/extend-namespace-01-f.svg", width:800, height:600},
                    { name: '078', svgURL: "../tests/svggen/filters-blend-01-b.svg", width:800, height:600},
                    { name: '079', svgURL: "../tests/svggen/filters-color-01-b.svg", width:800, height:600},
                    { name: '080', svgURL: "../tests/svggen/filters-composite-02-b.svg", width:800, height:600},
                    { name: '081', svgURL: "../tests/svggen/filters-comptran-01-b.svg", width:800, height:600},
                    { name: '082', svgURL: "../tests/svggen/filters-conv-01-f.svg", width:800, height:600},
                    { name: '083', svgURL: "../tests/svggen/filters-diffuse-01-f.svg", width:800, height:600},
                    { name: '084', svgURL: "../tests/svggen/filters-displace-01-f.svg", width:800, height:600},
                    { name: '085', svgURL: "../tests/svggen/filters-example-01-b.svg", width:800, height:600},
                    { name: '086', svgURL: "../tests/svggen/filters-felem-01-b.svg", width:800, height:600},
                    { name: '087', svgURL: "../tests/svggen/filters-gauss-01-b.svg", width:800, height:600},
                    { name: '088', svgURL: "../tests/svggen/filters-image-01-b.svg", width:800, height:600},
                    { name: '089', svgURL: "../tests/svggen/filters-light-01-f.svg", width:800, height:600},
                    { name: '090', svgURL: "../tests/svggen/filters-morph-01-f.svg", width:800, height:600},
                    { name: '091', svgURL: "../tests/svggen/filters-offset-01-b.svg", width:800, height:600},
                    { name: '092', svgURL: "../tests/svggen/filters-specular-01-f.svg", width:800, height:600},
                    { name: '093', svgURL: "../tests/svggen/filters-tile-01-b.svg", width:800, height:600},
                    { name: '094', svgURL: "../tests/svggen/filters-turb-01-f.svg", width:800, height:600},
                    { name: '095', svgURL: "../tests/svggen/fonts-desc-02-t.svg", width:800, height:600},
                    { name: '096', svgURL: "../tests/svggen/fonts-elem-01-t.svg", width:800, height:600},
                    { name: '097', svgURL: "../tests/svggen/fonts-elem-02-t.svg", width:800, height:600},
                    { name: '098', svgURL: "../tests/svggen/fonts-elem-03-b.svg", width:800, height:600},
                    { name: '099', svgURL: "../tests/svggen/fonts-elem-04-b.svg", width:800, height:600},
                    { name: '100', svgURL: "../tests/svggen/fonts-elem-05-t.svg", width:800, height:600},
                    { name: '101', svgURL: "../tests/svggen/fonts-elem-06-t.svg", width:800, height:600},
                    { name: '102', svgURL: "../tests/svggen/fonts-elem-07-b.svg", width:800, height:600},
                    { name: '103', svgURL: "../tests/svggen/fonts-glyph-02-t.svg", width:800, height:600},
                    { name: '104', svgURL: "../tests/svggen/fonts-glyph-03-t.svg", width:800, height:600},
                    { name: '105', svgURL: "../tests/svggen/fonts-glyph-04-t.svg", width:800, height:600},
                    { name: '106', svgURL: "../tests/svggen/fonts-kern-01-t.svg", width:800, height:600},
                    { name: '107', svgURL: "../tests/svggen/interact-cursor-01-f.svg", width:800, height:600},
                    { name: '108', svgURL: "../tests/svggen/interact-dom-01-b.svg", width:800, height:600},
                    { name: '109', svgURL: "../tests/svggen/interact-events-01-b.svg", width:800, height:600},
                    { name: '110', svgURL: "../tests/svggen/interact-order-01-b.svg", width:800, height:600},
                    { name: '111', svgURL: "../tests/svggen/interact-order-02-b.svg", width:800, height:600},
                    { name: '112', svgURL: "../tests/svggen/interact-order-03-b.svg", width:800, height:600},
                    { name: '113', svgURL: "../tests/svggen/interact-zoom-01-t.svg", width:800, height:600},
                    { name: '114', svgURL: "../tests/svggen/linking-a-01-b.svg", width:800, height:600},
                    { name: '115', svgURL: "../tests/svggen/linking-a-02-b.svg", width:800, height:600},
                    { name: '116', svgURL: "../tests/svggen/linking-a-03-b.svg", width:800, height:600},
                    { name: '117', svgURL: "../tests/svggen/linking-a-04-t.svg", width:800, height:600},
                    { name: '118', svgURL: "../tests/svggen/linking-a-05-t.svg", width:800, height:600},
                    { name: '119', svgURL: "../tests/svggen/linking-a-07-t.svg", width:800, height:600},
                    { name: '120', svgURL: "../tests/svggen/linking-uri-01-b.svg", width:800, height:600},
                    { name: '121', svgURL: "../tests/svggen/linking-uri-02-b.svg", width:800, height:600},
                    { name: '122', svgURL: "../tests/svggen/linking-uri-03-t.svg", width:800, height:600},
                    { name: '123', svgURL: "../tests/svggen/masking-intro-01-f.svg", width:800, height:600},
                    { name: '124', svgURL: "../tests/svggen/masking-mask-01-b.svg", width:800, height:600},
                    { name: '125', svgURL: "../tests/svggen/masking-opacity-01-b.svg", width:800, height:600},
                    { name: '126', svgURL: "../tests/svggen/masking-path-01-b.svg", width:800, height:600},
                    { name: '127', svgURL: "../tests/svggen/masking-path-02-b.svg", width:800, height:600},
                    { name: '128', svgURL: "../tests/svggen/masking-path-03-b.svg", width:800, height:600},
                    { name: '129', svgURL: "../tests/svggen/masking-path-04-b.svg", width:800, height:600},
                    { name: '130', svgURL: "../tests/svggen/masking-path-05-f.svg", width:800, height:600},
                    { name: '131', svgURL: "../tests/svggen/metadata-example-01-b.svg", width:800, height:600},
                    { name: '132', svgURL: "../tests/svggen/painting-fill-01-t.svg", width:800, height:600},
                    { name: '133', svgURL: "../tests/svggen/painting-fill-02-t.svg", width:800, height:600},
                    { name: '134', svgURL: "../tests/svggen/painting-fill-03-t.svg", width:800, height:600},
                    { name: '135', svgURL: "../tests/svggen/painting-fill-04-t.svg", width:800, height:600},
                    { name: '136', svgURL: "../tests/svggen/painting-fill-05-b.svg", width:800, height:600},
                    { name: '137', svgURL: "../tests/svggen/painting-marker-01-f.svg", width:800, height:600},
                    { name: '138', svgURL: "../tests/svggen/painting-marker-02-f.svg", width:800, height:600},
                    { name: '139', svgURL: "../tests/svggen/painting-marker-03-f.svg", width:800, height:600},
                    { name: '140', svgURL: "../tests/svggen/painting-render-01-b.svg", width:800, height:600},
                    { name: '141', svgURL: "../tests/svggen/painting-stroke-01-t.svg", width:800, height:600},
                    { name: '142', svgURL: "../tests/svggen/painting-stroke-02-t.svg", width:800, height:600},
                    { name: '143', svgURL: "../tests/svggen/painting-stroke-03-t.svg", width:800, height:600},
                    { name: '144', svgURL: "../tests/svggen/painting-stroke-04-t.svg", width:800, height:600},
                    { name: '145', svgURL: "../tests/svggen/painting-stroke-07-t.svg", width:800, height:600},
                    { name: '146', svgURL: "../tests/svggen/paths-data-01-t.svg", width:800, height:600},
                    { name: '147', svgURL: "../tests/svggen/paths-data-02-t.svg", width:800, height:600},
                    { name: '148', svgURL: "../tests/svggen/paths-data-03-f.svg", width:800, height:600},
                    { name: '149', svgURL: "../tests/svggen/paths-data-04-t.svg", width:800, height:600},
                    { name: '150', svgURL: "../tests/svggen/paths-data-05-t.svg", width:800, height:600},
                    { name: '151', svgURL: "../tests/svggen/paths-data-06-t.svg", width:800, height:600},
                    { name: '152', svgURL: "../tests/svggen/paths-data-07-t.svg", width:800, height:600},
                    { name: '153', svgURL: "../tests/svggen/paths-data-08-t.svg", width:800, height:600},
                    { name: '154', svgURL: "../tests/svggen/paths-data-09-t.svg", width:800, height:600},
                    { name: '155', svgURL: "../tests/svggen/paths-data-10-t.svg", width:800, height:600},
                    { name: '156', svgURL: "../tests/svggen/paths-data-12-t.svg", width:800, height:600},
                    { name: '157', svgURL: "../tests/svggen/paths-data-13-t.svg", width:800, height:600},
                    { name: '158', svgURL: "../tests/svggen/paths-data-14-t.svg", width:800, height:600},
                    { name: '159', svgURL: "../tests/svggen/paths-data-15-t.svg", width:800, height:600},
                    { name: '160', svgURL: "../tests/svggen/pservers-grad-01-b.svg", width:800, height:600},
                    { name: '161', svgURL: "../tests/svggen/pservers-grad-02-b.svg", width:800, height:600},
                    { name: '162', svgURL: "../tests/svggen/pservers-grad-03-b.svg", width:800, height:600},
                    { name: '163', svgURL: "../tests/svggen/pservers-grad-03-b-anim.svg", width:800, height:600},
                    { name: '164', svgURL: "../tests/svggen/pservers-grad-04-b.svg", width:800, height:600},
                    { name: '165', svgURL: "../tests/svggen/pservers-grad-05-b.svg", width:800, height:600},
                    { name: '166', svgURL: "../tests/svggen/pservers-grad-06-b.svg", width:800, height:600},
                    { name: '167', svgURL: "../tests/svggen/pservers-grad-07-b.svg", width:800, height:600},
                    { name: '168', svgURL: "../tests/svggen/pservers-grad-08-b.svg", width:800, height:600},
                    { name: '169', svgURL: "../tests/svggen/pservers-grad-09-b.svg", width:800, height:600},
                    { name: '170', svgURL: "../tests/svggen/pservers-grad-10-b.svg", width:800, height:600},
                    { name: '171', svgURL: "../tests/svggen/pservers-grad-11-b.svg", width:800, height:600},
                    { name: '172', svgURL: "../tests/svggen/pservers-grad-12-b.svg", width:800, height:600},
                    { name: '173', svgURL: "../tests/svggen/pservers-grad-13-b.svg", width:800, height:600},
                    { name: '174', svgURL: "../tests/svggen/pservers-grad-14-b.svg", width:800, height:600},
                    { name: '175', svgURL: "../tests/svggen/pservers-grad-15-b.svg", width:800, height:600},
                    { name: '176', svgURL: "../tests/svggen/pservers-grad-16-b.svg", width:800, height:600},
                    { name: '177', svgURL: "../tests/svggen/pservers-grad-17-b.svg", width:800, height:600},
                    { name: '178', svgURL: "../tests/svggen/pservers-grad-18-b.svg", width:800, height:600},
                    { name: '179', svgURL: "../tests/svggen/pservers-grad-19-b.svg", width:800, height:600},
                    { name: '180', svgURL: "../tests/svggen/pservers-pattern-01-b.svg", width:800, height:600},
                    { name: '181', svgURL: "../tests/svggen/render-elems-01-t.svg", width:800, height:600},
                    { name: '182', svgURL: "../tests/svggen/render-elems-02-t.svg", width:800, height:600},
                    { name: '183', svgURL: "../tests/svggen/render-elems-03-t.svg", width:800, height:600},
                    { name: '184', svgURL: "../tests/svggen/render-elems-06-t.svg", width:800, height:600},
                    { name: '185', svgURL: "../tests/svggen/render-elems-07-t.svg", width:800, height:600},
                    { name: '186', svgURL: "../tests/svggen/render-elems-08-t.svg", width:800, height:600},
                    { name: '187', svgURL: "../tests/svggen/render-groups-01-b.svg", width:800, height:600},
                    { name: '188', svgURL: "../tests/svggen/render-groups-03-t.svg", width:800, height:600},
                    { name: '189', svgURL: "../tests/svggen/script-handle-01-b.svg", width:800, height:600},
                    { name: '190', svgURL: "../tests/svggen/script-handle-02-b.svg", width:800, height:600},
                    { name: '191', svgURL: "../tests/svggen/script-handle-03-b.svg", width:800, height:600},
                    { name: '192', svgURL: "../tests/svggen/script-handle-04-b.svg", width:800, height:600},
                    { name: '193', svgURL: "../tests/svggen/shapes-circle-01-t.svg", width:800, height:600},
                    { name: '194', svgURL: "../tests/svggen/shapes-circle-02-t.svg", width:800, height:600},
                    { name: '195', svgURL: "../tests/svggen/shapes-ellipse-01-t.svg", width:800, height:600},
                    { name: '196', svgURL: "../tests/svggen/shapes-ellipse-02-t.svg", width:800, height:600},
                    { name: '197', svgURL: "../tests/svggen/shapes-intro-01-t.svg", width:800, height:600},
                    { name: '198', svgURL: "../tests/svggen/shapes-line-01-t.svg", width:800, height:600},
                    { name: '199', svgURL: "../tests/svggen/shapes-polygon-01-t.svg", width:800, height:600},
                    { name: '200', svgURL: "../tests/svggen/shapes-polyline-01-t.svg", width:800, height:600},
                    { name: '201', svgURL: "../tests/svggen/shapes-rect-01-t.svg", width:800, height:600},
                    { name: '202', svgURL: "../tests/svggen/shapes-rect-02-t.svg", width:800, height:600},
                    { name: '203', svgURL: "../tests/svggen/struct-cond-01-t.svg", width:800, height:600},
                    { name: '204', svgURL: "../tests/svggen/struct-cond-02-t.svg", width:800, height:600},
                    { name: '205', svgURL: "../tests/svggen/struct-cond-03-t.svg", width:800, height:600},
                    { name: '206', svgURL: "../tests/svggen/struct-defs-01-t.svg", width:800, height:600},
                    { name: '207', svgURL: "../tests/svggen/struct-dom-01-b.svg", width:800, height:600},
                    { name: '208', svgURL: "../tests/svggen/struct-dom-02-b.svg", width:800, height:600},
                    { name: '209', svgURL: "../tests/svggen/struct-dom-03-b.svg", width:800, height:600},
                    { name: '210', svgURL: "../tests/svggen/struct-dom-04-b.svg", width:800, height:600},
                    { name: '211', svgURL: "../tests/svggen/struct-dom-05-b.svg", width:800, height:600},
                    { name: '212', svgURL: "../tests/svggen/struct-dom-06-b.svg", width:800, height:600},
                    { name: '213', svgURL: "../tests/svggen/struct-frag-01-t.svg", width:800, height:600},
                    { name: '214', svgURL: "../tests/svggen/struct-frag-02-t.svg", width:800, height:600},
                    { name: '215', svgURL: "../tests/svggen/struct-frag-03-t.svg", width:800, height:600},
                    { name: '216', svgURL: "../tests/svggen/struct-frag-04-t.svg", width:800, height:600},
                    { name: '217', svgURL: "../tests/svggen/struct-frag-05-t.svg", width:800, height:600},
                    { name: '218', svgURL: "../tests/svggen/struct-frag-06-t.svg", width:800, height:600},
                    { name: '219', svgURL: "../tests/svggen/struct-group-01-t.svg", width:800, height:600},
                    { name: '220', svgURL: "../tests/svggen/struct-group-02-b.svg", width:800, height:600},
                    { name: '221', svgURL: "../tests/svggen/struct-group-03-t.svg", width:800, height:600},
                    { name: '222', svgURL: "../tests/svggen/struct-image-01-t.svg", width:800, height:600},
                    { name: '223', svgURL: "../tests/svggen/struct-image-02-b.svg", width:800, height:600},
                    { name: '224', svgURL: "../tests/svggen/struct-image-03-t.svg", width:800, height:600},
                    { name: '225', svgURL: "../tests/svggen/struct-image-04-t.svg", width:800, height:600},
                    { name: '226', svgURL: "../tests/svggen/struct-image-05-b.svg", width:800, height:600},
                    { name: '227', svgURL: "../tests/svggen/struct-image-06-t.svg", width:800, height:600},
                    { name: '228', svgURL: "../tests/svggen/struct-image-07-t.svg", width:800, height:600},
                    { name: '229', svgURL: "../tests/svggen/struct-image-08-t.svg", width:800, height:600},
                    { name: '230', svgURL: "../tests/svggen/struct-image-09-t.svg", width:800, height:600},
                    { name: '231', svgURL: "../tests/svggen/struct-image-10-t.svg", width:800, height:600},
                    { name: '232', svgURL: "../tests/svggen/struct-symbol-01-b.svg", width:800, height:600},
                    { name: '233', svgURL: "../tests/svggen/struct-use-01-t.svg", width:800, height:600},
                    { name: '234', svgURL: "../tests/svggen/struct-use-03-t.svg", width:800, height:600},
                    { name: '235', svgURL: "../tests/svggen/struct-use-05-b.svg", width:800, height:600},
                    { name: '236', svgURL: "../tests/svggen/styling-css-01-b.svg", width:800, height:600},
                    { name: '237', svgURL: "../tests/svggen/styling-css-02-b.svg", width:800, height:600},
                    { name: '238', svgURL: "../tests/svggen/styling-css-03-b.svg", width:800, height:600},
                    { name: '239', svgURL: "../tests/svggen/styling-css-04-f.svg", width:800, height:600},
                    { name: '240', svgURL: "../tests/svggen/styling-css-05-b.svg", width:800, height:600},
                    { name: '241', svgURL: "../tests/svggen/styling-css-06-b.svg", width:800, height:600},
                    { name: '242', svgURL: "../tests/svggen/styling-inherit-01-b.svg", width:800, height:600},
                    { name: '243', svgURL: "../tests/svggen/styling-pres-01-t.svg", width:800, height:600},
                    { name: '244', svgURL: "../tests/svggen/text-align-01-b.svg", width:800, height:600},
                    { name: '245', svgURL: "../tests/svggen/text-align-02-b.svg", width:800, height:600},
                    { name: '246', svgURL: "../tests/svggen/text-align-03-b.svg", width:800, height:600},
                    { name: '247', svgURL: "../tests/svggen/text-align-04-b.svg", width:800, height:600},
                    { name: '248', svgURL: "../tests/svggen/text-align-05-b.svg", width:800, height:600},
                    { name: '249', svgURL: "../tests/svggen/text-align-06-b.svg", width:800, height:600},
                    { name: '250', svgURL: "../tests/svggen/text-align-08-b.svg", width:800, height:600},
                    { name: '251', svgURL: "../tests/svggen/text-altglyph-01-b.svg", width:800, height:600},
                    { name: '252', svgURL: "../tests/svggen/text-deco-01-b.svg", width:800, height:600},
                    { name: '253', svgURL: "../tests/svggen/text-fonts-01-t.svg", width:800, height:600},
                    { name: '254', svgURL: "../tests/svggen/text-fonts-02-t.svg", width:800, height:600},
                    { name: '255', svgURL: "../tests/svggen/text-fonts-03-t.svg", width:800, height:600},
                    { name: '256', svgURL: "../tests/svggen/text-intro-01-t.svg", width:800, height:600},
                    { name: '257', svgURL: "../tests/svggen/text-intro-02-b.svg", width:800, height:600},
                    { name: '258', svgURL: "../tests/svggen/text-intro-03-b.svg", width:800, height:600},
                    { name: '259', svgURL: "../tests/svggen/text-intro-04-t.svg", width:800, height:600},
                    { name: '260', svgURL: "../tests/svggen/text-intro-05-t.svg", width:800, height:600},
                    { name: '261', svgURL: "../tests/svggen/text-path-01-b.svg", width:800, height:600},
                    { name: '262', svgURL: "../tests/svggen/text-spacing-01-b.svg", width:800, height:600},
                    { name: '263', svgURL: "../tests/svggen/text-text-01-b.svg", width:800, height:600},
                    { name: '264', svgURL: "../tests/svggen/text-text-03-b.svg", width:800, height:600},
                    { name: '265', svgURL: "../tests/svggen/text-text-04-t.svg", width:800, height:600},
                    { name: '266', svgURL: "../tests/svggen/text-text-05-t.svg", width:800, height:600},
                    { name: '267', svgURL: "../tests/svggen/text-text-06-t.svg", width:800, height:600},
                    { name: '268', svgURL: "../tests/svggen/text-text-07-t.svg", width:800, height:600},
                    { name: '269', svgURL: "../tests/svggen/text-text-08-b.svg", width:800, height:600},
                    { name: '270', svgURL: "../tests/svggen/text-tref-01-b.svg", width:800, height:600},
                    { name: '271', svgURL: "../tests/svggen/text-tselect-01-b.svg", width:800, height:600},
                    { name: '272', svgURL: "../tests/svggen/text-tselect-02-f.svg", width:800, height:600},
                    { name: '273', svgURL: "../tests/svggen/text-tspan-01-b.svg", width:800, height:600},
                    { name: '274', svgURL: "../tests/svggen/text-ws-01-t.svg", width:800, height:600},
                    { name: '275', svgURL: "../tests/svggen/text-ws-02-t.svg", width:800, height:600},
                    { name: '276', svgURL: "../tests/svggen/types-basicDOM-01-b.svg", width:800, height:600},
                    { name: '410', svgURL: 'svg-files/410.svg', width:100, height:100 },
                    { name: 'aa', svgURL: 'svg-files/aa.svg', width:90, height:112 },
                    { name: 'accessible', svgURL: 'svg-files/accessible.svg', width:100, height:100 },
                    { name: 'acid', svgURL: 'svg-files/acid.svg', width:95, height:108 },
                    { name: 'adobe', svgURL: 'svg-files/adobe.svg', width:93, height:105 },
                    { name: 'alphachannel', svgURL: 'svg-files/alphachannel.svg', width:100, height:100 },
                    { name: 'android', svgURL: 'svg-files/android.svg', width:105, height:96 },
                    { name: 'atom', svgURL: 'svg-files/atom.svg', width:100, height:100 },
                    { name: 'basura', svgURL: 'svg-files/basura.svg', width:100, height:100 },
                    { name: 'beacon', svgURL: 'svg-files/beacon.svg', width:100, height:100 },
                    { name: 'betterplace', svgURL: 'svg-files/betterplace.svg', width:107, height:93 },
                    { name: 'bloglines', svgURL: 'svg-files/bloglines.svg', width:15, height:15 },
                    { name: 'bozo', svgURL: 'svg-files/bozo.svg', width:100, height:100 },
                    { name: 'bzr', svgURL: 'svg-files/bzr.svg', width:100, height:100 },
                    { name: 'bzrfeed', svgURL: 'svg-files/bzrfeed.svg', width:100, height:100 },
                    { name: 'ca', svgURL: 'svg-files/ca.svg', width:82, height:123 },
                    { name: 'cartman', svgURL: 'svg-files/cartman.svg', width:97, height:104 },
                    { name: 'caution', svgURL: 'svg-files/caution.svg', width:100, height:100 },
                    { name: 'cc', svgURL: 'svg-files/cc.svg', width:100, height:100 },
                    { name: 'ch', svgURL: 'svg-files/ch.svg', width:100, height:100 },
                    { name: 'check', svgURL: 'svg-files/check.svg', width:100, height:100 },
                    { name: 'compass', svgURL: 'svg-files/compass.svg', width:100, height:100 },
                    { name: 'copyleft', svgURL: 'svg-files/copyleft.svg', width:100, height:100 },
                    { name: 'copyright', svgURL: 'svg-files/copyright.svg', width:100, height:100 },
                    { name: 'couch', svgURL: 'svg-files/couch.svg', width:100, height:100 },
                    { name: 'couchdb', svgURL: 'svg-files/couchdb.svg', width:74, height:135 },
                    { name: 'cygwin', svgURL: 'svg-files/cygwin.svg', width:100, height:100 },
                    { name: 'debian', svgURL: 'svg-files/debian.svg', width:100, height:100 },
                    { name: 'decimal', svgURL: 'svg-files/decimal.svg', width:80, height:125 },
                    { name: 'dh', svgURL: 'svg-files/dh.svg', width:100, height:100 },
                    { name: 'digg', svgURL: 'svg-files/digg.svg', width:100, height:100 },
                    { name: 'dojo', svgURL: 'svg-files/dojo.svg', width:83, height:121 },
                    { name: 'dst', svgURL: 'svg-files/dst.svg', width:100, height:100 },
                    { name: 'duck', svgURL: 'svg-files/duck.svg', width:200, height:300 },
                    { name: 'duke', svgURL: 'svg-files/duke.svg', width:136, height:75 },
                    { name: 'dukechain', svgURL: 'svg-files/dukechain.svg', width:136, height:102 },
                    { name: 'easypeasy', svgURL: 'svg-files/easypeasy.svg', width:91, height:110 },
                    { name: 'eee', svgURL: 'svg-files/eee.svg', width:83, height:121 },
                    { name: 'eff', svgURL: 'svg-files/eff.svg', width:84, height:120 },
                    { name: 'erlang', svgURL: 'svg-files/erlang.svg', width:80, height:125 },
                    { name: 'evol', svgURL: 'svg-files/evol.svg', width:60, height:167 },
                    { name: 'facebook', svgURL: 'svg-files/facebook.svg', width:100, height:100 },
                    { name: 'faux-art', svgURL: 'svg-files/faux-art.svg', width:400, height:654 },
                    { name: 'fb', svgURL: 'svg-files/fb.svg', width:100, height:100 },
                    { name: 'feed', svgURL: 'svg-files/feed.svg', width:100, height:100 },
                    { name: 'feedsync', svgURL: 'svg-files/feedsync.svg', width:100, height:100 },
                    { name: 'fsm', svgURL: 'svg-files/fsm.svg', width:66, height:150 },
                    { name: 'gcheck', svgURL: 'svg-files/gcheck.svg', width:90, height:110 },
                    { name: 'genshi', svgURL: 'svg-files/genshi.svg', width:100, height:70 },
                    { name: 'git', svgURL: 'svg-files/git.svg', width:70, height:120 },
                    { name: 'gnome2', svgURL: 'svg-files/gnome2.svg', width:109, height:91 },
                    { name: 'google', svgURL: 'svg-files/google.svg', width:100, height:100 },
                    { name: 'gpg', svgURL: 'svg-files/gpg.svg', width:115, height:87 },
                    { name: 'gump-bench', svgURL: 'svg-files/gump-bench.svg', width:200, height:10 },
                    { name: 'heart', svgURL: 'svg-files/heart.svg', width:100, height:100 },
                    { name: 'heliocentric', svgURL: 'svg-files/heliocentric.svg', width:100, height:100 },
                    { name: 'hg0', svgURL: 'svg-files/hg0.svg', width:98, height:103 },
                    { name: 'http', svgURL: 'svg-files/http.svg', width:77, height:130 },
                    { name: 'ibm', svgURL: 'svg-files/ibm.svg', width:68, height:148 },
                    { name: 'ie-lock', svgURL: 'svg-files/ie-lock.svg', width:110, height:90 },
                    { name: 'ielock', svgURL: 'svg-files/ielock.svg', width:100, height:100 },
                    { name: 'ietf', svgURL: 'svg-files/ietf.svg', width:57, height:175 },
                    { name: 'instiki', svgURL: 'svg-files/instiki.svg', width:105, height:96 },
                    { name: 'integral', svgURL: 'svg-files/integral.svg', width:182, height:55 },
                    { name: 'intertwingly', svgURL: 'svg-files/intertwingly.svg', width:100, height:100 },
                    { name: 'irony', svgURL: 'svg-files/irony.svg', width:113, height:75 },
                    { name: 'italian-flag', svgURL: 'svg-files/italian-flag.svg', width:80, height:120 },
                    { name: 'iw', svgURL: 'svg-files/iw.svg', width:100, height:100 },
                    { name: 'jabber', svgURL: 'svg-files/jabber.svg', width:120, height:80 },
                    { name: 'jquery', svgURL: 'svg-files/jquery.svg', width:100, height:100 },
                    { name: 'json', svgURL: 'svg-files/json.svg', width:102, height:100 },
                    { name: 'jsonatom', svgURL: 'svg-files/jsonatom.svg', width:102, height:100 },
                    { name: 'legal', svgURL: 'svg-files/legal.svg', width:96, height:104 },
                    { name: 'm', svgURL: 'svg-files/m.svg', width:98, height:102 },
                    { name: 'mac', svgURL: 'svg-files/mac.svg', width:100, height:90 },
                    { name: 'mail', svgURL: 'svg-files/mail.svg', width:120, height:80 },
                    { name: 'mars', svgURL: 'svg-files/mars.svg', width:100, height:100 },
                    { name: 'mememe', svgURL: 'svg-files/mememe.svg', width:100, height:100 },
                    { name: 'microformat', svgURL: 'svg-files/microformat.svg', width:100, height:100 },
                    { name: 'mono', svgURL: 'svg-files/mono.svg', width:100, height:100 },
                    { name: 'moonlight', svgURL: 'svg-files/moonlight.svg', width:100, height:100 },
                    { name: 'mozilla', svgURL: 'svg-files/mozilla.svg', width:78, height:133 },
                    { name: 'msft', svgURL: 'svg-files/msft.svg', width:95, height:105 },
                    { name: 'msie', svgURL: 'svg-files/msie.svg', width:100, height:100 },
                    { name: 'mt', svgURL: 'svg-files/mt.svg', width:100, height:100 },
                    { name: 'mudflap', svgURL: 'svg-files/mudflap.svg', width:80, height:120 },
                    { name: 'myspace', svgURL: 'svg-files/myspace.svg', width:108, height:92 },
                    { name: 'no', svgURL: 'svg-files/no.svg', width:100, height:100 },
                    { name: 'obama', svgURL: 'svg-files/obama.svg', width:102, height:102 },
                    { name: 'odf', svgURL: 'svg-files/odf.svg', width:100, height:100 },
                    { name: 'open-clipart', svgURL: 'svg-files/open-clipart.svg', width:200, height:260 },
                    { name: 'openid', svgURL: 'svg-files/openid.svg', width:100, height:100 },
                    { name: 'opensearch', svgURL: 'svg-files/opensearch.svg', width:100, height:100 },
                    { name: 'openweb', svgURL: 'svg-files/openweb.svg', width:118, height:84 },
                    { name: 'opera', svgURL: 'svg-files/opera.svg', width:94, height:106 },
                    { name: 'osa', svgURL: 'svg-files/osa.svg', width:100, height:100 },
                    { name: 'oscon', svgURL: 'svg-files/oscon.svg', width:111, height:96, fails: true },
                    { name: 'osi', svgURL: 'svg-files/osi.svg', width:100, height:100 },
                    { name: 'padlock', svgURL: 'svg-files/padlock.svg', width:100, height:100 },
                    { name: 'patch', svgURL: 'svg-files/patch.svg', width:100, height:100 },
                    { name: 'pdftk', svgURL: 'svg-files/pdftk.svg', width:100, height:100 },
                    { name: 'penrose-staircase', svgURL: 'svg-files/penrose-staircase.svg', width:283, height:372 },
                    { name: 'penrose-tiling', svgURL: 'svg-files/penrose-tiling.svg', width:160, height:160 },
                    { name: 'php', svgURL: 'svg-files/php.svg', width:72, height:136 },
                    { name: 'poi', svgURL: 'svg-files/poi.svg', width:100, height:100 },
                    { name: 'pull', svgURL: 'svg-files/pull.svg', width:100, height:100 },
                    { name: 'python', svgURL: 'svg-files/python.svg', width:100, height:100 },
                    { name: 'rack', svgURL: 'svg-files/rack.svg', width:111, height:90 },
                    { name: 'rails', svgURL: 'svg-files/rails.svg', width:100, height:100 },
                    { name: 'raleigh', svgURL: 'svg-files/raleigh.svg', width:100, height:100 },
                    { name: 'rdf', svgURL: 'svg-files/rdf.svg', width:100, height:100 },
                    { name: 'rest', svgURL: 'svg-files/rest.svg', width:100, height:100 },
                    { name: 'rfeed', svgURL: 'svg-files/rfeed.svg', width:100, height:100 },
                    { name: 'ruby', svgURL: 'svg-files/ruby.svg', width:100, height:100 },
                    { name: 'rubyforge', svgURL: 'svg-files/rubyforge.svg', width:100, height:100 },
                    { name: 'scion', svgURL: 'svg-files/scion.svg', width:83, height:120 },
                    { name: 'semweb', svgURL: 'svg-files/semweb.svg', width:100, height:100 },
                    { name: 'star', svgURL: 'svg-files/star.svg', width:100, height:100 },
                    { name: 'svg', svgURL: 'svg-files/svg.svg', width:100, height:100 },
                    { name: 'sync', svgURL: 'svg-files/sync.svg', width:94, height:104 },
                    { name: 'twitter', svgURL: 'svg-files/twitter.svg', width:100, height:100 },
                    { name: 'ubuntu', svgURL: 'svg-files/ubuntu.svg', width:140, height:140 },
                    { name: 'unicode-han', svgURL: 'svg-files/unicode-han.svg', width:150, height:400 },
                    { name: 'unicode', svgURL: 'svg-files/unicode.svg', width:87, height:115 },
                    { name: 'usaf', svgURL: 'svg-files/usaf.svg', width:96, height:104 },
                    { name: 'utensils', svgURL: 'svg-files/utensils.svg', width:62, height:160 },
                    { name: 'venus', svgURL: 'svg-files/venus.svg', width:125, height:80 },
                    { name: 'vmware', svgURL: 'svg-files/vmware.svg', width:100, height:100 },
                    { name: 'vnu', svgURL: 'svg-files/vnu.svg', width:100, height:100 },
                    { name: 'vote', svgURL: 'svg-files/vote.svg', width:100, height:100 },
                    { name: 'w3c', svgURL: 'svg-files/w3c.svg', width:76, height:131 },
                    { name: 'whatwg', svgURL: 'svg-files/whatwg.svg', width:100, height:100 },
                    { name: 'why', svgURL: 'svg-files/why.svg', width:100, height:100 },
                    { name: 'wii', svgURL: 'svg-files/wii.svg', width:70, height:143 },
                    { name: 'wikimedia', svgURL: 'svg-files/wikimedia.svg', width:100, height:100 },
                    { name: 'wireless', svgURL: 'svg-files/wireless.svg', width:100, height:100 },
                    { name: 'wp', svgURL: 'svg-files/wp.svg', width:100, height:100 },
                    { name: 'wso2', svgURL: 'svg-files/wso2.svg', width:70, height:150 },
                    { name: 'x11', svgURL: 'svg-files/x11.svg', width:100, height:100 },
                    { name: 'yadis', svgURL: 'svg-files/yadis.svg', width:121, height:83 },
                    { name: 'yahoo', svgURL: 'svg-files/yahoo.svg', width:75, height:133 },
                    { name: 'yinyang', svgURL: 'svg-files/yinyang.svg', width:100, height:100 },
                    { name: 'zillow', svgURL: 'svg-files/zillow.svg', width:90, height:111 }
                  ];
                  
    // useful global flag to handle Internet Explorer differently
    var isIE = false;
    if (document.all && !navigator.userAgent.indexOf('Opera') >= 0) {
      isIE = parseFloat(navigator.appVersion.split('MSIE ')[1]) || undefined;
    }
    
    // Internet Explorer doesn't support the disabled attribute on OPTION
    // elements, so we have to keep a copy of the original SELECT around
    // if the user toggles showing failing demos on and off
    var origSelect;
                  
    /* 
      Internet Explorer's list of standard XHR PROGIDS. 
    */
    var XHR_PROGIDS = [
      'MSXML2.XMLHTTP.6.0', 'MSXML2.XMLHTTP.3.0', 'MSXML2.XMLHTTP',
      'Microsoft.XMLHTTP'
    ];

    /*
      Standard way to grab XMLHttpRequest object.
    */
    function xhrObj() {
        if (typeof XMLHttpRequest != 'undefined') {
          return new XMLHttpRequest();
        } else if (ActiveXObject) {
          var xhr = null;
          var i; // save the good PROGID for quicker access next time
          for (i = 0; i < XHR_PROGIDS.length && !xhr; ++i) {
            try {
              xhr = new ActiveXObject(XHR_PROGIDS[i]);
            } catch(e) {}
          }

          if (!xhr) {
            throw 'XMLHttpRequest object not available on this platform.';
          }

          return xhr;
        }
    }
                  
    function setMode(mode) {
        if (mode == 0) {
            document.getElementById('mySVGDiv').style.display='';
            document.getElementById('myXMLp').style.display='none';
        }
        if (mode == 1) {
            if (document.getElementById('mySVGDiv').style.display != 'none') {
              var name = indexToName(currentSVGIndex);
              fetchXML(SVGFiles['_' + name].svgURL);
            }
        }
    }
    
    function fetchXML(url) {
      var req = xhrObj();
      
      // bust the cache for IE since IE's XHR GET requests are wonky
      if (isIE) {
        url += (url.indexOf('?') == -1) ? '?' : '&';
        url += new Date().getTime();
      }

      req.onreadystatechange = function() {
        if (req.readyState == 4) {
          if (req.status == 200) { // done
            showXML(req.responseText);
          } else { // error
            alert('Unable to fetch SVG file at ' + url + ': ' 
                  + req.status + ': ' + req.statusText);
          }
        }
      };

      req.open('GET', url, true);
      req.send(null);
    }
    
    function showXML(newXMLString) {
        var newline=isIE ? '\r\n' : '\n';
        newXMLString = newXMLString.split(/\r\n/g).join(newline);
        newXMLString = newXMLString.split(/\n|\r/g).join(newline);
        var xmlText = document.createTextNode(newXMLString);
        var myP = document.getElementById('myXMLp');
        if (myP.childNodes[0]) {
            myP.removeChild(myP.childNodes[0]);
        }
        document.getElementById('myXMLp').appendChild(xmlText);
        document.getElementById('mySVGDiv').style.display='none';
        document.getElementById('myXMLp').style.display='';
    }
    
    function svgOnLoad(svgInstance, svgName) {
        // for profiling
        //report();
        var name = indexToName(currentSVGIndex);

        // the user might have rapidly pressed next, so that this onload event
        // is 'late' and doesn't represent what we want anymore
        if (svgName != name) {
          return;
        }
        
        // save a reference to the SVG OBJECT after its been transformed
        currentSVGObject = svgInstance;
        
        var entry = SVGFiles['_' + name];
    }
    
    // turns an option index position into the SVG file name it represents
    function indexToName(index) {
      var options = document.getElementById('selectSVG').childNodes;
      var optionIndex = 0;
      for (var i = 0; i < options.length; i++) {
        if (options[i].nodeType != 1) {
          continue;
        }
        
        if (optionIndex == index) {
          return options[i].getAttribute('value');
        }
        optionIndex++;
      }
    }
    
    // turns an SVG name into the index position it represents
    function nameToIndex(name) {
      var options = document.getElementById('selectSVG').childNodes;
      var optionIndex = 0;
      for (var i = 0; i < options.length; i++) {
        if (options[i].nodeType != 1) {
          continue;
        }
        
        if (name == options[i].getAttribute('value')) {
          return optionIndex;
        }
        optionIndex++;
      }
      
      return undefined;
    }

    function showSVG(forceIndex) {
        var svgIndex;
        if (forceIndex !== undefined) {
          svgIndex = forceIndex;
          document.getElementById('selectSVG').selectedIndex = svgIndex;
        } else {
          var select = document.getElementById('selectSVG');
          svgIndex = select.selectedIndex;
        }
        
        // get the SVG file name to display
        var svgName = indexToName(svgIndex);
        
        // now render new SVG file
        if (currentSVGIndex != svgIndex) {
            var newSVG = SVGFiles['_' + svgName];
            currentSVGName = svgName;
            currentSVGObject = document.createElement('object', true);
            currentSVGObject.setAttribute('type', 'image/svg+xml');
            currentSVGObject.setAttribute('data', newSVG.svgURL);
            currentSVGObject.setAttribute('svgName', svgName);
            if (newSVG.width != undefined) {
              currentSVGObject.setAttribute('width', newSVG.width);
            }
            if (newSVG.height != undefined) {
              currentSVGObject.setAttribute('height', newSVG.height);
            }
            currentSVGObject.addEventListener('SVGLoad', function() {
              // if the user is very rapidly pressing the next button, some of
              // the old SVG OBJECTs might have loaded in the interim while
              // we were waiting; remove all existing SVG OBJECTs except
              // our new one again
              removeObjects(currentSVGName);
                            
              // indicate that we are now loade
              svgOnLoad(this, svgName);
            }, false);
            
            // remove any old SVG OBJECTs that might be around
            var container = document.getElementById('mySVGDiv');
            
            // reset the display mode
            setMode(0);
            
            // remove any SVG OBJECTs already on the page
            removeObjects();
            
            // append new SVG object
            currentSVGObject = svgweb.appendChild(currentSVGObject, container);

            currentSVGIndex = svgIndex;
            
            document.getElementById('myXMLp').style.display='none';
            document.getElementById('selectMode').selectedIndex=0;
            document.getElementById('selectSVG').blur();
        }
    }
    
    function removeObjects(exceptFor) {      
      // remove any old SVG OBJECTs that might be around
      var container = document.getElementById('mySVGDiv');
      
      for (var i = 0; i < container.childNodes.length; i++) {
        var child = container.childNodes[i];
        if (child.nodeType == 1 
            && (child.className.indexOf('embedssvg') != -1
                || child.getAttribute('type') == 'image/svg+xml')) {
          if (exceptFor && child.getAttribute('svgName') == exceptFor) {
            continue;
          }
          
          // if the user rapidly presses the next button there might
          // not be an object to remove
          try {
            svgweb.removeChild(child, container);
          } catch (exp) {
            console.log('Error removing child: ' + (exp.message || exp));
          }
        }
      }
    }

    function changeRenderer(newRenderer) {
      if (newRenderer != svgweb.getHandlerType()) {
        var url = window.location.toString();
        
        // strip off any existing query string
        url = url.replace(/\?.*$/, '');
        
        // build up our new query string
        var name = indexToName(currentSVGIndex);
        url = '?name='+encodeURIComponent(name);
        if (newRenderer == 'flash') {
          url += '&svg.render.forceflash=true';
        } else {
          url += '&svg.render.forceflash=false';
        }
        
        // save whether to show failing demos
        var showAll = document.getElementById('showFailingDemos').checked;
        if (showAll) {
          url += '&showFailingDemos=true';
        }
        
        window.location = url;
      }
    }

    function modTranslate(tx, ty) {
        if (!currentSVGObject || !currentSVGObject.contentDocument) {
          // not finished loading yet
          return;
        }
        var svgRoot = currentSVGObject.contentDocument.rootElement;
        svgRoot.currentTranslate.setXY(svgRoot.currentTranslate.x + tx,
                                       svgRoot.currentTranslate.y + ty);
    }

    function modScale(scale) {
        if (!currentSVGObject || !currentSVGObject.contentDocument) {
          // not finished loading yet
          return;
        }
        var svgRoot = currentSVGObject.contentDocument.rootElement;
        svgRoot.currentScale *= scale;
    }

    function handleFailingDemos(firstTime) {
      var showAll = document.getElementById('showFailingDemos').checked;
      var select = document.getElementById('selectSVG');
      
      if (firstTime === undefined) {
        firstTime = false;
      }
      
      var origIndex = select.selectedIndex;
      
      // IE doesn't supported disabled attribute on OPTION elements, so we
      // keep an original pristine version of the options around if the user
      // toggles showing failing demos on and off
      if (!origSelect) {
        origSelect = select.cloneNode(true);
      }
      
      // remove old children
      select.innerHTML = '';
      
      // add in the new OPTIONs with the correct failing demos setting
      for (var i = 0; i < origSelect.childNodes.length; i++) {
        var option = origSelect.childNodes[i];
        if (option.nodeName.toLowerCase() != 'option') {
          continue;
        }
        
        var name = option.getAttribute('value');
        var entry = SVGFiles['_' + name];
        if (!entry) {
          console.log('Unable to find SVGFiles demo entry for ' + name);
          continue;
        }
        
        if (entry.fails && !showAll) {
          continue;
        }
        
        // make a copy of the original OPTION
        select.appendChild(option.cloneNode(true));
      }
      
      // force a redisplay if not first time
      currentSVGIndex = -1;
      if (!firstTime) {
        showSVG(origIndex);
      }
    }
    
    function showNext() {
      var selectSVG = document.getElementById('selectSVG');
      var nextIndex = selectSVG.selectedIndex + 1;
      var showAll = document.getElementById('showFailingDemos').checked;
      
      // skip past disabled demos if user wants that
      while (!showAll && nextIndex < SVGFiles.length 
             && SVGFiles[nextIndex].fails) {
        nextIndex++;
      }
      
      selectSVG.selectedIndex = nextIndex;
      showSVG();
    }
    
    function indexSVGFiles() {
      for (var i = 0; i < SVGFiles.length; i++) {
        var entry = SVGFiles[i];
        SVGFiles['_' + entry.name] = entry;
      }
    }
    
    if (!document.implementation.hasFeature('http://www.w3.org/TR/SVG11/feature#BasicStructure', '1.1')) {
        document.getElementById('selectRenderer').disabled='true';
    }
    
    window.onsvgload = function() {
      // be able to grab a specific demo by name
      indexSVGFiles();
      
      // enable or disable demos known to fail
      handleFailingDemos(true);
      
      // see if an SVG file is specified in the URL
      var svgIndex, svgName;
      var search = window.location.search;
      if (search.indexOf('svgIndex') != -1) {
        svgIndex = search.match(/svgIndex=([0-9]+)/)[1];
      } else if (search.indexOf('name') != -1) {
        svgName = decodeURIComponent(search).match(/name=([^\&]*)/);
        if (svgName.length) {
          svgName = svgName[1];
          svgIndex = nameToIndex(svgName);
        }
      }
      
      // see if the native renderer was forced
      if (window.location.search.indexOf('svg.render.forceflash=false') != -1) {
        document.getElementById('selectRenderer').value = 'native';
      }
      
      // see if we are forcing all demos to be shown
      if (window.location.search.indexOf('showFailingDemos=true') != -1) {
        document.getElementById('showFailingDemos').checked = true;
      }
      
      showSVG(svgIndex);
    }
    </script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
    <h1 style="margin:2px">SVG Web Samples</h1>
    <p><a href='demo.html'>Demo</a></p>
    <p><a href='javascript-samples/index.html'>JavaScript Samples</a></p>
    <p><a href='flex-samples/'>Flex Samples</a></p>
    <p><a href='flash-samples/'>Flash Samples</a></p>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body style='margin: 0px'>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
            codebase="" id="mySVGViewerObj" width=800 height=600 style='float: left'>
        <param name=movie value="svgflashtest.swf">
        <param name="wmode" value="transparent">
        <embed play=false name="mySVGViewerObj" 
                src="svgflashtest.swf" quality=high wmode="transparent"
                width=800 height=600 type="application/x-shockwave-flash"
        </embed >
    </object>

</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<script id="svgsource" type="image/svg+xml"><?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   version="1.0"
   width="466.11172"
   height="265.35126"
   id="svg11242">
  <defs
     id="defs3">
    <linearGradient
       id="linearGradient2361">
      <stop
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0"
         id="stop2363" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1"
         id="stop2365" />
    </linearGradient>
    <linearGradient
       x1="394.93762"
       y1="25.35121"
       x2="422.18365"
       y2="60.379639"
       id="linearGradient11240"
       xlink:href="#linearGradient2361"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient14086">
      <stop
         style="stop-color:#ffc154;stop-opacity:1"
         offset="0"
         id="stop14088" />
      <stop
         style="stop-color:#e41e18;stop-opacity:1"
         offset="0.7185185"
         id="stop14094" />
      <stop
         style="stop-color:#a50000;stop-opacity:1"
         offset="1"
         id="stop14090" />
    </linearGradient>
    <radialGradient
       cx="82.129753"
       cy="294.44315"
       r="34.702995"
       fx="82.129753"
       fy="294.44315"
       id="radialGradient11238"
       xlink:href="#linearGradient14086"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.4494299,0,0,1.4499062,301.66669,-377.63602)" />
    <filter
       id="filter11073">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="1.3157986"
         id="feGaussianBlur11075" />
    </filter>
    <clipPath
       id="clipPath11111">
      <rect
         width="36.416"
         height="36.416"
         ry="0"
         x="247.13382"
         y="-157.33484"
         style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="rect11113" />
    </clipPath>
    <filter
       id="filter11105">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="1.4170139"
         id="feGaussianBlur11107" />
    </filter>
    <clipPath
       id="clipPath11115">
      <rect
         width="36.416"
         height="36.416"
         ry="0"
         x="247.13382"
         y="-157.33484"
         style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="rect11117" />
    </clipPath>
    <clipPath
       id="clipPath11119">
      <rect
         width="36.416"
         height="36.416"
         ry="0"
         x="247.13382"
         y="-157.33484"
         style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="rect11121" />
    </clipPath>
    <filter
       id="filter6541">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="3.1069038"
         id="feGaussianBlur6543" />
    </filter>
    <clipPath
       id="clipPath4786">
      <path
         d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
         style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path4788" />
    </clipPath>
    <filter
       id="filter3321">
      <feGaussianBlur
         id="feGaussianBlur3323"
         stdDeviation="3.84278"
         inkscape:collect="always" />
    </filter>
    <linearGradient
       id="linearGradient5355">
      <stop
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0"
         id="stop5357" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1"
         id="stop5359" />
    </linearGradient>
    <radialGradient
       cx="243.79347"
       cy="348.81863"
       r="1.042881"
       fx="243.79347"
       fy="348.81863"
       id="radialGradient11236"
       xlink:href="#linearGradient5355"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-3.972643,4.4492539,-6.0491044,-6.9544172,3359.3709,1040.8406)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11234"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11232"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11230"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11228"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11226"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11224"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11222"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11220"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11218"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11216"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11214"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11212"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11210"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11208"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11206"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11204"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11202"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11200"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11198"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11196"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11194"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11192"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11190"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       id="linearGradient14971">
      <stop
         style="stop-color:#502d16;stop-opacity:1"
         offset="0"
         id="stop14973" />
      <stop
         style="stop-color:#2a170b;stop-opacity:1"
         offset="1"
         id="stop14975" />
    </linearGradient>
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient11188"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       id="linearGradient13025">
      <stop
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0"
         id="stop13029" />
      <stop
         style="stop-color:#bfbfbf;stop-opacity:1"
         offset="0.68888891"
         id="stop4382" />
      <stop
         style="stop-color:#525252;stop-opacity:1"
         offset="1"
         id="stop13031" />
    </linearGradient>
    <radialGradient
       cx="142.22385"
       cy="348.25116"
       r="7.7043791"
       fx="142.22385"
       fy="348.25116"
       id="radialGradient11186"
       xlink:href="#linearGradient13025"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.6368538,0.2626287,-0.6549943,1.5883093,281.88657,-244.82212)" />
    <filter
       x="-0.11691982"
       width="1.2338396"
       y="-0.06080088"
       height="1.1216018"
       id="filter6450">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="10.629343"
         id="feGaussianBlur6452" />
    </filter>
    <clipPath
       id="clipPath6461">
      <path
         d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
         style="opacity:1;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6465);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path6463" />
    </clipPath>
    <clipPath
       id="clipPath6467">
      <path
         d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
         style="opacity:1;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6471);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path6469" />
    </clipPath>
    <linearGradient
       id="linearGradient6110">
      <stop
         style="stop-color:#6e6e6e;stop-opacity:1"
         offset="0"
         id="stop6112" />
      <stop
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0.5"
         id="stop6118" />
      <stop
         style="stop-color:#a1a1a1;stop-opacity:1"
         offset="1"
         id="stop6114" />
    </linearGradient>
    <linearGradient
       x1="365.06906"
       y1="318.85867"
       x2="375.43167"
       y2="352.76584"
       id="linearGradient11184"
       xlink:href="#linearGradient6110"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
       spreadMethod="reflect" />
    <filter
       id="filter6426">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="3.1054595"
         id="feGaussianBlur6428" />
    </filter>
    <linearGradient
       x1="297.86917"
       y1="507.04269"
       x2="419.27237"
       y2="248.97789"
       id="linearGradient32082"
       xlink:href="#linearGradient14344"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(175.1391,-133.34455)" />
    <linearGradient
       x1="218.26047"
       y1="556.59729"
       x2="187.08041"
       y2="542.00244"
       id="linearGradient32079"
       xlink:href="#linearGradient14344"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,-1,305.83002,878.54986)"
       spreadMethod="reflect" />
    <clipPath
       id="clipPath32069">
      <path
         d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
         style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path32071" />
    </clipPath>
    <clipPath
       id="clipPath32065">
      <path
         d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
         style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path32067" />
    </clipPath>
    <clipPath
       id="clipPath32061">
      <path
         d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
         style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path32063" />
    </clipPath>
    <linearGradient
       x1="218.26047"
       y1="556.59729"
       x2="187.08041"
       y2="542.00244"
       id="linearGradient24247"
       xlink:href="#linearGradient14344"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,-1,130.69092,1011.231)"
       spreadMethod="reflect" />
    <linearGradient
       x1="297.86917"
       y1="507.04269"
       x2="419.27237"
       y2="248.97789"
       id="linearGradient24245"
       xlink:href="#linearGradient14344"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(0,-0.6634057)" />
    <linearGradient
       x1="92.881538"
       y1="342.26407"
       x2="93.350632"
       y2="350.4733"
       id="linearGradient16306"
       xlink:href="#linearGradient13025"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="250.58412"
       y1="301.4415"
       x2="275.22324"
       y2="399.1752"
       id="linearGradient16967"
       xlink:href="#linearGradient6110"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,-1,-3.6556914,976.10042)" />
    <linearGradient
       x1="93.786125"
       y1="336.58588"
       x2="142.63472"
       y2="391.31677"
       id="linearGradient6126"
       xlink:href="#linearGradient6110"
       gradientUnits="userSpaceOnUse"
       spreadMethod="reflect" />
    <linearGradient
       id="linearGradient5113">
      <stop
         style="stop-color:#858585;stop-opacity:1"
         offset="0"
         id="stop5115" />
      <stop
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0.5"
         id="stop5121" />
      <stop
         style="stop-color:#939393;stop-opacity:1"
         offset="1"
         id="stop5117" />
    </linearGradient>
    <linearGradient
       id="linearGradient2449">
      <stop
         style="stop-color:#6e6e6e;stop-opacity:1"
         offset="0"
         id="stop2451" />
      <stop
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0.5"
         id="stop2453" />
      <stop
         style="stop-color:#a1a1a1;stop-opacity:1"
         offset="1"
         id="stop2455" />
    </linearGradient>
    <linearGradient
       id="linearGradient2441">
      <stop
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0"
         id="stop2443" />
      <stop
         style="stop-color:#bfbfbf;stop-opacity:1"
         offset="0.68888891"
         id="stop2445" />
      <stop
         style="stop-color:#525252;stop-opacity:1"
         offset="1"
         id="stop2447" />
    </linearGradient>
    <linearGradient
       id="linearGradient2435">
      <stop
         style="stop-color:#502d16;stop-opacity:1"
         offset="0"
         id="stop2437" />
      <stop
         style="stop-color:#2a170b;stop-opacity:1"
         offset="1"
         id="stop2439" />
    </linearGradient>
    <linearGradient
       id="linearGradient9477">
      <stop
         style="stop-color:#b3b3b3;stop-opacity:1"
         offset="0"
         id="stop9479" />
      <stop
         style="stop-color:#b3b3b3;stop-opacity:0"
         offset="1"
         id="stop9481" />
    </linearGradient>
    <linearGradient
       id="linearGradient10458">
      <stop
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0"
         id="stop10460" />
      <stop
         style="stop-color:#b3b3b3;stop-opacity:0"
         offset="1"
         id="stop10462" />
    </linearGradient>
    <linearGradient
       id="linearGradient12396">
      <stop
         style="stop-color:#000000;stop-opacity:1"
         offset="0"
         id="stop12398" />
      <stop
         style="stop-color:#000000;stop-opacity:0"
         offset="1"
         id="stop12400" />
    </linearGradient>
    <linearGradient
       id="linearGradient14344">
      <stop
         style="stop-color:#323232;stop-opacity:1"
         offset="0"
         id="stop14346" />
      <stop
         style="stop-color:#ffffff;stop-opacity:1"
         offset="1"
         id="stop14350" />
    </linearGradient>
    <linearGradient
       id="linearGradient19225">
      <stop
         style="stop-color:#f2f2f2;stop-opacity:1"
         offset="0"
         id="stop19227" />
      <stop
         style="stop-color:#f2f2f2;stop-opacity:0"
         offset="1"
         id="stop19229" />
    </linearGradient>
    <linearGradient
       id="linearGradient3473">
      <stop
         style="stop-color:#000406;stop-opacity:1"
         offset="0"
         id="stop3475" />
      <stop
         style="stop-color:#000406;stop-opacity:0"
         offset="1"
         id="stop3477" />
    </linearGradient>
    <linearGradient
       id="linearGradient4450">
      <stop
         style="stop-color:#ea0000;stop-opacity:1"
         offset="0"
         id="stop4452" />
      <stop
         style="stop-color:#730000;stop-opacity:1"
         offset="1"
         id="stop4454" />
    </linearGradient>
    <linearGradient
       x1="365.06906"
       y1="318.85867"
       x2="375.43167"
       y2="352.76584"
       id="linearGradient2774"
       xlink:href="#linearGradient6110"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
       spreadMethod="reflect" />
    <linearGradient
       x1="365.06906"
       y1="318.85867"
       x2="375.43167"
       y2="352.76584"
       id="linearGradient2877"
       xlink:href="#linearGradient6110"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
       spreadMethod="reflect" />
    <linearGradient
       x1="365.06906"
       y1="318.85867"
       x2="375.43167"
       y2="352.76584"
       id="linearGradient3123"
       xlink:href="#linearGradient6110"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
       spreadMethod="reflect" />
    <linearGradient
       x1="365.06906"
       y1="318.85867"
       x2="375.43167"
       y2="352.76584"
       id="linearGradient3306"
       xlink:href="#linearGradient6110"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
       spreadMethod="reflect" />
    <filter
       id="filter4333">
      <feGaussianBlur
         id="feGaussianBlur4335"
         stdDeviation="4.5952988"
         inkscape:collect="always" />
    </filter>
    <radialGradient
       cx="254.82332"
       cy="253.04457"
       r="169.87473"
       fx="254.82332"
       fy="253.04457"
       id="radialGradient4423"
       xlink:href="#linearGradient4450"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.5929308,0,103.00665)" />
    <linearGradient
       x1="192.26094"
       y1="247.71747"
       x2="229.93037"
       y2="303.65195"
       id="linearGradient4425"
       xlink:href="#linearGradient5113"
       gradientUnits="userSpaceOnUse"
       spreadMethod="reflect" />
    <linearGradient
       x1="365.06906"
       y1="318.85867"
       x2="375.43167"
       y2="352.76584"
       id="linearGradient4427"
       xlink:href="#linearGradient6110"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
       spreadMethod="reflect" />
    <linearGradient
       x1="365.06906"
       y1="318.85867"
       x2="375.43167"
       y2="352.76584"
       id="linearGradient4429"
       xlink:href="#linearGradient6110"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
       spreadMethod="reflect" />
    <radialGradient
       cx="142.22385"
       cy="348.25116"
       r="7.7043791"
       fx="142.22385"
       fy="348.25116"
       id="radialGradient4431"
       xlink:href="#linearGradient13025"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.6368538,0.2626287,-0.6549943,1.5883093,281.88657,-244.82212)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4433"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4435"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4437"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4439"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4441"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4443"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4445"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4447"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4449"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4451"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4453"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4455"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4457"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4459"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4461"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4463"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4465"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4467"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4469"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4471"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4473"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4475"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4477"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <linearGradient
       x1="181.65837"
       y1="346.63245"
       x2="181.87494"
       y2="356.53757"
       id="linearGradient4479"
       xlink:href="#linearGradient14971"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
    <radialGradient
       cx="243.79347"
       cy="348.81863"
       r="1.042881"
       fx="243.79347"
       fy="348.81863"
       id="radialGradient4481"
       xlink:href="#linearGradient5355"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-3.972643,4.4492539,-6.0491044,-6.9544172,3359.3709,1040.8406)" />
    <radialGradient
       cx="82.129753"
       cy="294.44315"
       r="34.702995"
       fx="82.129753"
       fy="294.44315"
       id="radialGradient4483"
       xlink:href="#linearGradient14086"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.4494299,0,0,1.4499062,301.66669,-377.63602)" />
    <linearGradient
       x1="394.93762"
       y1="25.35121"
       x2="422.18365"
       y2="60.379639"
       id="linearGradient4485"
       xlink:href="#linearGradient2361"
       gradientUnits="userSpaceOnUse" />
  </defs>
  <g
     transform="matrix(0.658246,0,0,0.658246,300.47258,71.37439)"
     id="g4337">
    <path
       d="M 423.07205 253.04457 A 168.24873 99.097961 0 1 1  86.574585,253.04457 A 168.24873 99.097961 0 1 1  423.07205 253.04457 z"
       transform="matrix(2.0763665,0,0,1.9761102,-626.81548,-401.18495)"
       style="color:#000000;fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25200009;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter6426);enable-background:accumulate"
       id="path5427" />
    <path
       d="M 423.07205 253.04457 A 168.24873 99.097961 0 1 1  86.574585,253.04457 A 168.24873 99.097961 0 1 1  423.07205 253.04457 z"
       transform="matrix(2.0763665,0,0,1.9761102,-632.94152,-409.35299)"
       style="color:#000000;fill:url(#radialGradient4423);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4425);stroke-width:3.25200009;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="path2502" />
    <g
       transform="translate(-365.75716,195.63755)"
       style="opacity:0.67777776;filter:url(#filter4333)"
       id="g3269">
      <path
         d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
         transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,170.59642,106.27468)"
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4427);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         clip-path="url(#clipPath6467)"
         id="path2686" />
      <path
         d="M -4.5415556,-94.436344 C -2.2808756,-81.772895 -6.0597056,-70.501769 -12.984196,-69.254475 C -19.908676,-68.007181 -27.359706,-77.255505 -29.631196,-89.917007 C -31.902686,-102.57851 -28.135476,-113.86407 -21.214536,-115.13113 C -14.293596,-116.39819 -6.8367056,-107.16749 -4.5544056,-94.507964"
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.29999995;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2692" />
      <path
         d="M -9.1261656,-114.14632 C -5.9465256,-114.71376 -2.1153356,-108.04638 -0.53604564,-99.197004 L 0.82990436,-91.542993 C 2.4091844,-82.693626 1.1208344,-75.11259 -2.0588156,-74.545138 C -5.2384656,-73.977686 -9.0696556,-80.645068 -10.648946,-89.494441 L -12.014906,-97.14845 C -13.594196,-105.99782 -12.305806,-113.57886 -9.1261656,-114.14632 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2694" />
      <path
         d="M -2.6111956,-115.30898 C 0.56843436,-115.87643 4.3996244,-109.20905 5.9789044,-100.35968 L 7.3448744,-92.705676 C 8.9241544,-83.856309 7.6357944,-76.275265 4.4561544,-75.707821 C 1.2765044,-75.140369 -2.5546956,-81.807757 -4.1339956,-90.657122 L -5.4999456,-98.311139 C -7.0792356,-107.16051 -5.7908456,-114.74155 -2.6111956,-115.30898 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2696" />
      <path
         d="M 3.9037744,-116.47167 C 7.0834044,-117.03912 10.914594,-110.37173 12.493874,-101.52236 L 13.859844,-93.868359 C 15.439124,-85.018978 14.150754,-77.437946 10.971104,-76.870502 C 7.7914744,-76.303052 3.9602644,-82.970423 2.3809744,-91.819805 L 1.0150244,-99.473807 C -0.56426564,-108.32319 0.72412436,-115.90421 3.9037744,-116.47167 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2698" />
      <path
         d="M 10.418724,-117.63435 C 13.598374,-118.2018 17.429554,-111.53442 19.008844,-102.68504 L 20.374794,-95.031032 C 21.954084,-86.181659 20.665714,-78.600628 17.486064,-78.033176 C 14.306424,-77.465732 10.475224,-84.133106 8.8959344,-92.982486 L 7.5299844,-100.63649 C 5.9506944,-109.48585 7.2390944,-117.0669 10.418724,-117.63435 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2700" />
      <path
         d="M 16.933694,-118.79703 C 20.113334,-119.36447 23.944524,-112.6971 25.523804,-103.84773 L 26.889764,-96.193714 C 28.469054,-87.344341 27.180674,-79.763309 24.001034,-79.195859 C 20.821384,-78.628407 16.990184,-85.295795 15.410894,-94.145168 L 14.044944,-101.79917 C 12.465654,-110.64854 13.754044,-118.22958 16.933694,-118.79703 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2702" />
      <path
         d="M 23.448644,-119.95971 C 26.628294,-120.52715 30.459484,-113.85977 32.038764,-105.01041 L 33.404724,-97.356397 C 34.984014,-88.507024 33.695644,-80.925992 30.515994,-80.35854 C 27.336354,-79.79109 23.505154,-86.458478 21.925864,-95.307843 L 20.559914,-102.96185 C 18.980624,-111.81123 20.269014,-119.39226 23.448644,-119.95971 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2704" />
      <path
         d="M 29.963614,-121.12239 C 33.143264,-121.68984 36.974444,-115.02246 38.553724,-106.17308 L 39.919684,-98.519086 C 41.498974,-89.669705 40.210604,-82.088666 37.030964,-81.521222 C 33.851314,-80.953779 30.020114,-87.621144 28.440824,-96.470526 L 27.074874,-104.12453 C 25.495584,-112.97391 26.783964,-120.55494 29.963614,-121.12239 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2706" />
      <path
         d="M 36.478574,-122.28507 C 39.658224,-122.85253 43.489404,-116.18514 45.068694,-107.33576 L 46.434644,-99.681752 C 48.013934,-90.832379 46.725564,-83.251355 43.545924,-82.683897 C 40.366274,-82.116453 36.535074,-88.783833 34.955794,-97.6332 L 33.589824,-105.28721 C 32.010544,-114.13658 33.298924,-121.71762 36.478574,-122.28507 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2708" />
      <path
         d="M 42.993534,-123.44776 C 46.173174,-124.01519 50.004374,-117.34782 51.583664,-108.49845 L 52.949604,-100.84444 C 54.528904,-91.995062 53.240524,-84.41403 50.060884,-83.846586 C 46.881244,-83.279128 43.050044,-89.946516 41.470764,-98.795883 L 40.104794,-106.44989 C 38.525514,-115.29926 39.813894,-122.8803 42.993534,-123.44776 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2710" />
      <path
         d="M 49.508494,-124.61042 C 52.688144,-125.17788 56.519324,-118.5105 58.098614,-109.66113 L 59.464574,-102.00712 C 61.043864,-93.157751 59.755494,-85.576713 56.575844,-85.009261 C 53.396204,-84.441817 49.565014,-91.109199 47.985714,-99.958564 L 46.619764,-107.61257 C 45.040474,-116.46195 46.328854,-124.04299 49.508494,-124.61042 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2712" />
      <path
         d="M 56.023464,-125.77311 C 59.203104,-126.34056 63.034294,-119.67318 64.613584,-110.8238 L 65.979544,-103.16981 C 67.558824,-94.320426 66.270444,-86.739394 63.090814,-86.171944 C 59.911164,-85.604499 56.079954,-92.271871 54.500684,-101.12125 L 53.134714,-108.77525 C 51.555434,-117.62462 52.843824,-125.20567 56.023464,-125.77311 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2714" />
      <path
         d="M 62.538424,-126.93579 C 65.718074,-127.50325 69.549254,-120.83586 71.128544,-111.98648 L 72.494494,-104.33247 C 74.073784,-95.4831 72.785414,-87.902076 69.605774,-87.334618 C 66.426134,-86.767174 62.594924,-93.434554 61.015644,-102.28392 L 59.649684,-109.93793 C 58.070394,-118.7873 59.358784,-126.36834 62.538424,-126.93579 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2716" />
      <path
         d="M 69.053394,-128.09848 C 72.233034,-128.66592 76.064224,-121.99853 77.643504,-113.14916 L 79.009464,-105.49516 C 80.588744,-96.645789 79.300384,-89.064751 76.120744,-88.497301 C 72.941094,-87.929849 69.109884,-94.597235 67.530594,-103.4466 L 66.164654,-111.10061 C 64.585354,-119.94999 65.873744,-127.53103 69.053394,-128.09848 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2718" />
      <path
         d="M 75.568354,-129.26115 C 78.747994,-129.8286 82.579184,-123.16121 84.158474,-114.31185 L 85.524434,-106.65784 C 87.103714,-97.808472 85.815344,-90.22744 82.635694,-89.659982 C 79.456064,-89.092532 75.624844,-95.759918 74.045564,-104.60928 L 72.679614,-112.2633 C 71.100324,-121.11267 72.388714,-128.69371 75.568354,-129.26115 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2720" />
      <path
         d="M 82.083304,-130.42383 C 85.262964,-130.99128 89.094144,-124.3239 90.673434,-115.47452 L 92.039384,-107.82052 C 93.618664,-98.971144 92.330314,-91.390108 89.150664,-90.822664 C 85.971014,-90.255212 82.139814,-96.9226 80.560534,-105.77197 L 79.194564,-113.42597 C 77.615294,-122.27534 78.903674,-129.85639 82.083304,-130.42383 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2722" />
      <path
         d="M 88.598274,-131.58652 C 91.777924,-132.15397 95.609114,-125.48658 97.188394,-116.63721 L 98.554354,-108.98319 C 100.13363,-100.13383 98.845264,-92.552789 95.665624,-91.985339 C 92.485984,-91.417895 88.654784,-98.085275 87.075494,-106.93466 L 85.709524,-114.58866 C 84.130244,-123.43802 85.418624,-131.01906 88.598274,-131.58652 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2724" />
      <path
         d="M 95.113244,-132.7492 C 98.292884,-133.31665 102.12407,-126.64925 103.70335,-117.79989 L 105.06931,-110.14588 C 106.6486,-101.29651 105.36023,-93.715472 102.18058,-93.14802 C 99.000954,-92.580578 95.169744,-99.24795 93.590454,-108.09732 L 92.224494,-115.75134 C 90.645214,-124.60071 91.933594,-132.18175 95.113244,-132.7492 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2726" />
      <path
         d="M 101.6282,-133.91188 C 104.80784,-134.47932 108.63903,-127.81194 110.21831,-118.96257 L 111.58428,-111.30857 C 113.16356,-102.4592 111.8752,-94.878154 108.69555,-94.310702 C 105.5159,-93.74325 101.68471,-100.41063 100.10541,-109.26001 L 98.739464,-116.91402 C 97.160184,-125.76339 98.448564,-133.34443 101.6282,-133.91188 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2728" />
      <path
         d="M 108.14317,-135.07455 C 111.32281,-135.64201 115.154,-128.97462 116.73327,-120.12525 L 118.09924,-112.47124 C 119.67852,-103.62186 118.39015,-96.040835 115.21051,-95.473385 C 112.03086,-94.905933 108.19967,-101.57332 106.62038,-110.42269 L 105.25441,-118.0767 C 103.67513,-126.92607 104.96351,-134.50711 108.14317,-135.07455 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2730" />
      <path
         d="M 114.65813,-136.23724 C 117.83777,-136.80468 121.66896,-130.1373 123.24824,-121.28793 L 124.6142,-113.63393 C 126.19349,-104.78454 124.90511,-97.20351 121.72548,-96.636074 C 118.54583,-96.068616 114.71463,-102.736 113.13534,-111.58538 L 111.76938,-119.23937 C 110.1901,-128.08875 111.47848,-135.66978 114.65813,-136.23724 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2732" />
      <path
         d="M 121.17309,-137.39991 C 124.35274,-137.96736 128.18391,-131.29998 129.7632,-122.45061 L 131.12916,-114.7966 C 132.70845,-105.94723 131.42008,-98.366192 128.24043,-97.79874 C 125.06079,-97.231305 121.22959,-103.89867 119.65029,-112.74805 L 118.28435,-120.40205 C 116.70505,-129.25143 117.99344,-136.83247 121.17309,-137.39991 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2734" />
      <path
         d="M 127.68806,-138.56259 C 130.86769,-139.13004 134.69888,-132.46266 136.27817,-123.61329 L 137.64413,-115.95929 C 139.22342,-107.10991 137.93504,-99.528881 134.7554,-98.961423 C 131.57575,-98.393971 127.74455,-105.06136 126.16526,-113.91073 L 124.79931,-121.56473 C 123.22002,-130.41411 124.50841,-137.99515 127.68806,-138.56259 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2736" />
      <path
         d="M 134.20301,-139.72527 C 137.38266,-140.29273 141.21384,-133.62535 142.79314,-124.77596 L 144.15908,-117.12197 C 145.73838,-108.27259 144.45,-100.69156 141.27036,-100.12411 C 138.09072,-99.556654 134.25952,-106.22404 132.68023,-115.07342 L 131.31427,-122.72742 C 129.73498,-131.57679 131.02337,-139.15782 134.20301,-139.72527 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2738" />
      <path
         d="M 140.71798,-140.88796 C 143.89762,-141.4554 147.7288,-134.78802 149.30809,-125.93864 L 150.67405,-118.28465 C 152.25334,-109.43527 150.96497,-101.85423 147.78533,-101.28679 C 144.60568,-100.71934 140.77447,-107.38671 139.19519,-116.23609 L 137.82924,-123.89009 C 136.24994,-132.73948 137.53833,-140.32051 140.71798,-140.88796 z "
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2740" />
      <path
         d="M -13.757206,-69.67425 C -20.400646,-69.50668 -26.100746,-71.727619 -26.480626,-74.631683 C -26.860516,-77.535665 -21.777106,-80.028601 -15.133666,-80.196162 C -8.7057756,-80.358293 -8.9323056,-88.447818 -7.2562956,-78.392739 C -5.8830056,-70.153868 -6.9587256,-69.1124 -13.587716,-68.936098"
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         id="path2742" />
      <path
         d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
         transform="matrix(0.1788,1.4949511e-2,-1.6325171e-2,0.1952532,-42.259836,-139.17189)"
         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
         id="path2744" />
      <path
         d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
         transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,171.9064,104.53416)"
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         clip-path="url(#clipPath4786)"
         id="path2754" />
      <path
         d="M 206,-214 C 188.94161,-210.90626 180.15384,-193.70383 171.75,-180.375 C 158.08041,-155.42154 152.87048,-125.48062 132.35045,-104.73516 C 126.87794,-98.277293 120.67555,-91.333286 112.21875,-89.03125 C 122.81813,-85.20545 131.30441,-95.056219 137.96875,-101.90625 C 156.59433,-123.41116 161.93414,-152.3271 175.15625,-176.875 C 182.33926,-189.28973 191.47071,-201.22014 202.84375,-209.8125 C 204.37396,-211.38855 209.87034,-212.83743 209.59375,-213.625 C 208.41799,-213.98871 207.26445,-214.09311 206,-214 z M 218,-207.25 C 218.66354,-201.90196 213.40374,-194.44109 219.15625,-190.78125 C 225.19421,-192.47885 222.68339,-200.26712 220.1875,-203.9375 C 219.52526,-204.87491 218.64357,-206.77189 218,-207.25 z M 101.96875,-110.9375 C 97.765072,-106.99094 102.1467,-98.610636 103.875,-96.40625 C 104.25163,-100.4586 107.57577,-104.14938 105.15625,-108.25 C 104.61856,-109.43724 103.53805,-111.03373 101.96875,-110.9375 z "
         transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,170.59642,106.27468)"
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6541)"
         id="path2756" />
      <path
         d="M 247.13382,-157.33484 L 283.54982,-157.33484 L 283.54982,-120.91884 L 247.13382,-120.91884 L 247.13382,-157.33484 z "
         transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-opacity:1"
         clip-path="url(#clipPath11119)"
         id="rect2760" />
      <path
         d="M 247.125,-157.34375 L 247.125,-120.90625 L 249.125,-120.90625 L 249.125,-155.34375 L 283.5625,-155.34375 L 283.5625,-157.34375 L 247.125,-157.34375 z "
         transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
         style="opacity:0.88888891;fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11105)"
         clip-path="url(#clipPath11115)"
         id="path2762" />
      <path
         d="M 281.5625,-157.34375 L 281.5625,-122.90625 L 247.125,-122.90625 L 247.125,-120.90625 L 283.5625,-120.90625 L 283.5625,-157.34375 L 281.5625,-157.34375 z "
         transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
         style="opacity:0.8444443;fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11073)"
         clip-path="url(#clipPath11111)"
         id="path2764" />
      <path
         d="M 132.93533,-126.09004 C 130.10904,-118.47786 134.7992,-109.14942 142.64487,-106.9335 C 149.14574,-104.84722 156.93653,-107.75758 160.19104,-113.86273 C 163.38171,-119.49233 162.56528,-127.16044 157.87561,-131.72103 C 153.53351,-136.19167 146.34119,-137.65545 140.71853,-134.80059 C 137.11298,-133.06563 134.1624,-129.93763 132.93533,-126.09004 z "
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:13.90160656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path2768" />
      <path
         d="M 140.19668,-132.80146 C 137.8545,-126.17687 137.68354,-122.0992 141.56515,-114.99745 C 144.72151,-109.22261 149.43823,-106.59974 148.82025,-106.53073 C 147.26796,-106.35736 136.56151,-106.2107 133.19869,-117.51828 C 130.13097,-127.83357 139.50878,-134.34037 141.31953,-134.60614"
         style="opacity:0.43129769;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1"
         id="path2770" />
    </g>
    <g
       transform="matrix(0.8057349,-1.0705499,1.0705499,0.8057349,-463.13727,65.232307)"
       id="layer1">
      <g
         transform="matrix(0.7664195,0,0,0.7664195,-4.7078914,247.90097)"
         id="g11138">
        <path
           d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
           style="color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4429);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
           clip-path="url(#clipPath6467)"
           id="rect7099" />
        <path
           d="M 334.53559,241.91482 C 356.42495,166.74899 321.63018,-22.063039 139.06684,-160.74143"
           style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:16.91699982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter6450);enable-background:accumulate"
           clip-path="url(#clipPath6461)"
           id="path5425" />
        <g
           transform="translate(-248.19448,50.204581)"
           id="g4743">
          <path
             d="M 155.1771,350.48547 C 155.17753,358.26054 151.73218,364.56582 147.47952,364.57268 C 143.22686,364.57954 139.77542,358.28538 139.76835,350.51032 C 139.76128,342.73526 143.20125,336.42016 147.4539,336.40116 C 151.70655,336.38216 155.16335,342.66646 155.17706,350.44149"
             transform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,503.19317,-887.78482)"
             style="color:#000000;fill:url(#radialGradient4431);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.29999995;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path11077" />
          <path
             d="M 314.44939,-319.11336 C 316.75285,-316.97173 313.8088,-310.08654 307.84837,-303.67569 L 302.69306,-298.13082 C 296.73263,-291.71998 290.07977,-288.28302 287.7763,-290.42465 C 285.47283,-292.56628 288.41688,-299.45147 294.37731,-305.86232 L 299.53261,-311.4072 C 305.49304,-317.81804 312.14592,-321.25498 314.44939,-319.11336 z "
             style="color:#000000;fill:url(#linearGradient4433);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15994" />
          <path
             d="M 319.16909,-314.72524 C 321.47255,-312.58362 318.5285,-305.69843 312.56806,-299.28759 L 307.41277,-293.74271 C 301.45234,-287.33187 294.79947,-283.89491 292.49601,-286.03654 C 290.19254,-288.17817 293.13659,-295.06337 299.09701,-301.47422 L 304.25232,-307.0191 C 310.21275,-313.42994 316.86563,-316.86688 319.16909,-314.72524 z "
             style="color:#000000;fill:url(#linearGradient4435);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15992" />
          <path
             d="M 323.8888,-310.33713 C 326.19226,-308.19551 323.2482,-301.31032 317.28777,-294.89948 L 312.13248,-289.3546 C 306.17204,-282.94375 299.51917,-279.50681 297.21571,-281.64844 C 294.91225,-283.79006 297.85628,-290.67526 303.81672,-297.08611 L 308.97202,-302.63098 C 314.93246,-309.04183 321.58533,-312.47876 323.8888,-310.33713 z "
             style="color:#000000;fill:url(#linearGradient4437);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15990" />
          <path
             d="M 328.6085,-305.94903 C 330.91197,-303.8074 327.96791,-296.92222 322.00748,-290.51137 L 316.85217,-284.9665 C 310.89174,-278.55565 304.23888,-275.1187 301.93541,-277.26033 C 299.63195,-279.40196 302.57599,-286.28715 308.53642,-292.69801 L 313.69173,-298.24287 C 319.65215,-304.65372 326.30504,-308.09065 328.6085,-305.94903 z "
             style="color:#000000;fill:url(#linearGradient4439);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15988" />
          <path
             d="M 333.32821,-301.56092 C 335.63167,-299.41929 332.68762,-292.53411 326.72719,-286.12327 L 321.57188,-280.57839 C 315.61145,-274.16754 308.95858,-270.7306 306.65512,-272.87222 C 304.35165,-275.01385 307.2957,-281.89905 313.25613,-288.3099 L 318.41143,-293.85477 C 324.37186,-300.26562 331.02474,-303.70255 333.32821,-301.56092 z "
             style="color:#000000;fill:url(#linearGradient4441);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15986" />
          <path
             d="M 338.04791,-297.17282 C 340.35137,-295.03119 337.40732,-288.146 331.44689,-281.73516 L 326.29159,-276.19028 C 320.33116,-269.77943 313.67829,-266.34249 311.37482,-268.48412 C 309.07136,-270.62574 312.01541,-277.51094 317.97583,-283.92179 L 323.13114,-289.46666 C 329.09157,-295.87751 335.74445,-299.31444 338.04791,-297.17282 z "
             style="color:#000000;fill:url(#linearGradient4443);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15984" />
          <path
             d="M 342.76761,-292.78471 C 345.07108,-290.64308 342.12703,-283.7579 336.16659,-277.34705 L 331.0113,-271.80218 C 325.05086,-265.39133 318.39799,-261.95438 316.09453,-264.09601 C 313.79107,-266.23764 316.7351,-273.12283 322.69554,-279.53368 L 327.85084,-285.07855 C 333.81128,-291.4894 340.46415,-294.92634 342.76761,-292.78471 z "
             style="color:#000000;fill:url(#linearGradient4445);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15982" />
          <path
             d="M 347.48732,-288.3966 C 349.79079,-286.25498 346.84673,-279.36979 340.8863,-272.95894 L 335.73099,-267.41407 C 329.77056,-261.00322 323.1177,-257.56628 320.81423,-259.7079 C 318.51077,-261.84953 321.45481,-268.73473 327.41524,-275.14557 L 332.57054,-280.69045 C 338.53097,-287.10129 345.18385,-290.53823 347.48732,-288.3966 z "
             style="color:#000000;fill:url(#linearGradient4447);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15980" />
          <path
             d="M 352.20703,-284.0085 C 354.51048,-281.86687 351.56644,-274.98168 345.60601,-268.57083 L 340.4507,-263.02597 C 334.49027,-256.61511 327.8374,-253.17817 325.53394,-255.3198 C 323.23047,-257.46142 326.17452,-264.34662 332.13495,-270.75746 L 337.29025,-276.30234 C 343.25068,-282.71318 349.90356,-286.15012 352.20703,-284.0085 z "
             style="color:#000000;fill:url(#linearGradient4449);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15978" />
          <path
             d="M 356.92672,-279.62039 C 359.23019,-277.47876 356.28614,-270.59358 350.32571,-264.18273 L 345.17041,-258.63786 C 339.20998,-252.22701 332.55711,-248.79006 330.25364,-250.93169 C 327.95018,-253.07332 330.89423,-259.95851 336.85465,-266.36936 L 342.00996,-271.91423 C 347.97039,-278.32508 354.62327,-281.76202 356.92672,-279.62039 z "
             style="color:#000000;fill:url(#linearGradient4451);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15976" />
          <path
             d="M 361.64643,-275.23228 C 363.9499,-273.09066 361.00585,-266.20547 355.04541,-259.79462 L 349.89012,-254.24975 C 343.92968,-247.8389 337.27681,-244.40196 334.97335,-246.54358 C 332.66989,-248.68521 335.61392,-255.57041 341.57436,-261.98125 L 346.72965,-267.52613 C 352.69009,-273.93697 359.34298,-277.37391 361.64643,-275.23228 z "
             style="color:#000000;fill:url(#linearGradient4453);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15974" />
          <path
             d="M 366.36614,-270.84418 C 368.66961,-268.70255 365.72555,-261.81736 359.76512,-255.40651 L 354.60981,-249.86164 C 348.64938,-243.45079 341.99652,-240.01385 339.69305,-242.15547 C 337.38959,-244.2971 340.33363,-251.1823 346.29406,-257.59314 L 351.44936,-263.13802 C 357.40979,-269.54886 364.06267,-272.9858 366.36614,-270.84418 z "
             style="color:#000000;fill:url(#linearGradient4455);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15972" />
          <path
             d="M 371.08585,-266.45607 C 373.38931,-264.31444 370.44525,-257.42925 364.48482,-251.01841 L 359.32952,-245.47353 C 353.36909,-239.06269 346.71622,-235.62574 344.41276,-237.76736 C 342.10929,-239.90899 345.05333,-246.7942 351.01376,-253.20504 L 356.16907,-258.74991 C 362.1295,-265.16076 368.78238,-268.5977 371.08585,-266.45607 z "
             style="color:#000000;fill:url(#linearGradient4457);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15970" />
          <path
             d="M 375.80555,-262.06796 C 378.10901,-259.92634 375.16496,-253.04114 369.20453,-246.6303 L 364.04923,-241.08542 C 358.0888,-234.67458 351.43593,-231.23764 349.13246,-233.37926 C 346.829,-235.52088 349.77304,-242.40609 355.73347,-248.81693 L 360.88878,-254.36181 C 366.84921,-260.77265 373.50209,-264.20959 375.80555,-262.06796 z "
             style="color:#000000;fill:url(#linearGradient4459);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15968" />
          <path
             d="M 380.52525,-257.67986 C 382.82872,-255.53823 379.88467,-248.65304 373.92423,-242.24219 L 368.76893,-236.69732 C 362.80849,-230.28648 356.15563,-226.84952 353.85217,-228.99115 C 351.5487,-231.13278 354.49275,-238.01798 360.45318,-244.42882 L 365.60847,-249.9737 C 371.56891,-256.38454 378.2218,-259.82148 380.52525,-257.67986 z "
             style="color:#000000;fill:url(#linearGradient4461);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15966" />
          <path
             d="M 385.24496,-253.29175 C 387.54843,-251.15012 384.60437,-244.26493 378.64394,-237.85409 L 373.48863,-232.30921 C 367.5282,-225.89837 360.87533,-222.46142 358.57187,-224.60304 C 356.26841,-226.74467 359.21245,-233.62987 365.17289,-240.04072 L 370.32818,-245.5856 C 376.28861,-251.99644 382.94149,-255.43338 385.24496,-253.29175 z "
             style="color:#000000;fill:url(#linearGradient4463);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15964" />
          <path
             d="M 389.96467,-248.90364 C 392.26813,-246.76202 389.32407,-239.87682 383.36364,-233.46598 L 378.20834,-227.9211 C 372.24791,-221.51026 365.59504,-218.07331 363.29157,-220.21494 C 360.98812,-222.35656 363.93215,-229.24176 369.89258,-235.65261 L 375.04789,-241.19749 C 381.00832,-247.60833 387.6612,-251.04527 389.96467,-248.90364 z "
             style="color:#000000;fill:url(#linearGradient4465);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15962" />
          <path
             d="M 394.68437,-244.51554 C 396.98783,-242.37391 394.04378,-235.48872 388.08335,-229.07788 L 382.92805,-223.533 C 376.96762,-217.12216 370.31475,-213.6852 368.01128,-215.82683 C 365.70781,-217.96846 368.65186,-224.85365 374.61229,-231.26451 L 379.7676,-236.80938 C 385.72803,-243.22022 392.38091,-246.65716 394.68437,-244.51554 z "
             style="color:#000000;fill:url(#linearGradient4467);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15960" />
          <path
             d="M 399.40407,-240.12742 C 401.70754,-237.9858 398.76349,-231.10061 392.80305,-224.68977 L 387.64775,-219.14489 C 381.68731,-212.73404 375.03445,-209.2971 372.73099,-211.43872 C 370.42752,-213.58035 373.37157,-220.46555 379.332,-226.8764 L 384.4873,-232.42128 C 390.44773,-238.83212 397.10061,-242.26906 399.40407,-240.12742 z "
             style="color:#000000;fill:url(#linearGradient4469);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15958" />
          <path
             d="M 404.12378,-235.73932 C 406.42724,-233.59769 403.48319,-226.7125 397.52276,-220.30166 L 392.36746,-214.75679 C 386.40702,-208.34593 379.75415,-204.90899 377.4507,-207.05062 C 375.14723,-209.19224 378.09127,-216.07744 384.05171,-222.48829 L 389.207,-228.03316 C 395.16744,-234.44401 401.82031,-237.88094 404.12378,-235.73932 z "
             style="color:#000000;fill:url(#linearGradient4471);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15956" />
          <path
             d="M 408.84348,-231.35121 C 411.14695,-229.20958 408.20289,-222.3244 402.24246,-215.91356 L 397.08716,-210.36868 C 391.12673,-203.95783 384.47386,-200.52088 382.17039,-202.66251 C 379.86694,-204.80414 382.81097,-211.68933 388.7714,-218.10019 L 393.92671,-223.64505 C 399.88714,-230.05591 406.54002,-233.49284 408.84348,-231.35121 z "
             style="color:#000000;fill:url(#linearGradient4473);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15954" />
          <path
             d="M 413.56319,-226.9631 C 415.86665,-224.82148 412.9226,-217.93629 406.96217,-211.52545 L 401.80687,-205.98057 C 395.84644,-199.56972 389.19357,-196.13278 386.8901,-198.2744 C 384.58663,-200.41603 387.53068,-207.30123 393.49111,-213.71208 L 398.64641,-219.25695 C 404.60684,-225.6678 411.25973,-229.10473 413.56319,-226.9631 z "
             style="color:#000000;fill:url(#linearGradient4475);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15952" />
          <path
             d="M 418.28289,-222.575 C 420.58636,-220.43337 417.64231,-213.54819 411.68187,-207.13733 L 406.52657,-201.59247 C 400.56614,-195.18161 393.91327,-191.74467 391.60981,-193.8863 C 389.30634,-196.02792 392.25039,-202.91312 398.21082,-209.32397 L 403.36612,-214.86884 C 409.32655,-221.27969 415.97943,-224.71662 418.28289,-222.575 z "
             style="color:#000000;fill:url(#linearGradient4477);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path15950" />
          <path
             d="M 423.0026,-218.18689 C 425.30606,-216.04526 422.362,-209.16008 416.40157,-202.74923 L 411.24628,-197.20436 C 405.28584,-190.79351 398.63297,-187.35656 396.32952,-189.49819 C 394.02605,-191.63982 396.97008,-198.52502 402.93052,-204.93586 L 408.08582,-210.48073 C 414.04626,-216.89159 420.69913,-220.32852 423.0026,-218.18689 z "
             style="color:#000000;fill:url(#linearGradient4479);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="rect10025" />
          <path
             d="M 277.13608,-296.67423 C 273.11538,-301.74503 271.50547,-307.48054 273.54252,-309.47669 C 275.5795,-311.4728 280.49591,-308.97749 284.5166,-303.90669 C 288.40684,-299.00042 294.56823,-303.9138 287.72634,-296.72165 C 282.12028,-290.82858 280.68004,-291.05567 276.66101,-296.11011"
             style="color:#000000;fill:url(#radialGradient4481);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path8389" />
          <path
             d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
             transform="matrix(9.3071682e-2,0.1478694,-0.1614763,0.1016361,314.51783,-359.54764)"
             style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
             id="path2309" />
        </g>
        <path
           d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
           transform="matrix(-2.885017e-3,0.2786991,-0.23703,-2.453618e-3,290.22251,-88.975938)"
           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
           id="path3325" />
        <path
           d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
           transform="matrix(6.560587e-2,0.2237996,-0.240149,7.0398612e-2,363.15139,143.20596)"
           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
           id="path3327" />
        <path
           d="M 156.4375,-131.46875 C 197.18892,-87.703743 231.23776,-36.668482 251.6875,19.78125 C 256.4587,32.246745 259.53507,46.286377 262.9375,58.46875 C 276.84393,52.284397 294.65398,62.371408 296.4375,77.5625 C 299.43536,92.931099 284.72996,108.21273 269.25,105.78125 C 264.77658,104.92217 268.75163,114.00106 267.11252,116.77843 C 266.47246,127.54375 265.05148,138.23267 262.65625,148.75 C 287.29105,153.84372 311.55694,162.26122 330.78125,179.03125 C 325.00155,97.134804 301.39682,13.658657 252.60628,-51.595014 C 228.19138,-84.778685 199.35331,-118.61499 168.44667,-144.72792 C 168.01959,-143.88417 156.86458,-132.3125 156.4375,-131.46875 z "
           style="opacity:0.37222224;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
           id="path8980" />
        <g
           id="g6545">
          <path
             d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
             transform="translate(2.1213203,0)"
             style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
             clip-path="url(#clipPath4786)"
             id="path3656" />
          <path
             d="M 206,-214 C 188.94161,-210.90626 180.15384,-193.70383 171.75,-180.375 C 158.08041,-155.42154 152.87048,-125.48062 132.35045,-104.73516 C 126.87794,-98.277293 120.67555,-91.333286 112.21875,-89.03125 C 122.81813,-85.20545 131.30441,-95.056219 137.96875,-101.90625 C 156.59433,-123.41116 161.93414,-152.3271 175.15625,-176.875 C 182.33926,-189.28973 191.47071,-201.22014 202.84375,-209.8125 C 204.37396,-211.38855 209.87034,-212.83743 209.59375,-213.625 C 208.41799,-213.98871 207.26445,-214.09311 206,-214 z M 218,-207.25 C 218.66354,-201.90196 213.40374,-194.44109 219.15625,-190.78125 C 225.19421,-192.47885 222.68339,-200.26712 220.1875,-203.9375 C 219.52526,-204.87491 218.64357,-206.77189 218,-207.25 z M 101.96875,-110.9375 C 97.765072,-106.99094 102.1467,-98.610636 103.875,-96.40625 C 104.25163,-100.4586 107.57577,-104.14938 105.15625,-108.25 C 104.61856,-109.43724 103.53805,-111.03373 101.96875,-110.9375 z "
             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6541)"
             id="path6490" />
        </g>
        <g
           transform="matrix(0.9999738,7.2470447e-3,-7.2470447e-3,0.9999738,-104.00128,-14.926588)"
           id="g11125">
          <rect
             width="36.416"
             height="36.416"
             ry="0"
             x="247.13382"
             y="-157.33484"
             style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
             clip-path="url(#clipPath11119)"
             id="rect10064" />
          <path
             d="M 247.125,-157.34375 L 247.125,-120.90625 L 249.125,-120.90625 L 249.125,-155.34375 L 283.5625,-155.34375 L 283.5625,-157.34375 L 247.125,-157.34375 z "
             style="opacity:0.88888891;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11105)"
             clip-path="url(#clipPath11115)"
             id="rect10066" />
          <path
             d="M 281.5625,-157.34375 L 281.5625,-122.90625 L 247.125,-122.90625 L 247.125,-120.90625 L 283.5625,-120.90625 L 283.5625,-157.34375 L 281.5625,-157.34375 z "
             style="opacity:0.8444443;fill:#241c1c;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11073)"
             clip-path="url(#clipPath11111)"
             id="rect10071" />
          <g
             transform="matrix(0.3265611,-0.106124,0.106124,0.3265611,121.5599,-111.83884)"
             id="g3394">
            <path
               d="M 424.44426,13.892938 C 401.41984,13.494923 380.87696,34.820651 382.33159,57.895378 C 382.86756,77.250345 397.98487,95.354352 417.38048,98.316112 C 435.44379,101.55461 455.19,92.154618 462.97793,75.316798 C 470.85224,59.493461 468.00023,38.874435 455.07166,26.518589 C 447.03726,18.505274 435.89238,13.555088 424.44426,13.892938 z "
               style="fill:url(#radialGradient4483);fill-opacity:1;stroke:none;stroke-width:13.90160656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="path5634" />
            <path
               d="M 449.23233,27.003698 C 429.30553,26.971468 418.23567,30.351237 402.88902,47.418534 C 390.40978,61.29691 387.83131,76.38369 387.06515,74.795378 C 385.14062,70.805655 374.67336,42.300737 401.76006,22.663613 C 426.46977,4.7497596 452.70204,23.715228 455.11697,28.309424"
               style="opacity:0.43129769;fill:url(#linearGradient4485);fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1"
               id="path5636" />
          </g>
          <path
             d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
             transform="matrix(-1.2652142e-3,0.1222225,-0.1039487,-1.0760257e-3,279.68556,-160.13163)"
             style="opacity:0.74444442;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
             id="path11123" />
        </g>
      </g>
    </g>
  </g>
</svg>
</script>


<script>

svgviewer = {}

svgviewer.getFlashMovieObject = function (movieName)
{
  if (window.document[movieName]) 
  {
    if(document[movieName].length != undefined){
        return document[movieName][1];
    }
    return document[movieName];
  }
  if (navigator.appName.indexOf("Microsoft Internet")==-1)
  {
    if (document.embeds && document.embeds[movieName])
      return document.embeds[movieName]; 
  }
  else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
  {
    return document.getElementById(movieName);
  }
}
// The flash control actionscript calls this on startup.
// We use this to know the flash control is ready for activity.
function receiveFromFlash(flashMsg) {
    if (flashMsg.type == 'event' && flashMsg.eventType == 'onStartup') {
        var svgText= document.getElementById('svgsource').innerHTML;
        svgviewer.getFlashMovieObject("mySVGViewerObj").sendToFlash(
            {type:'load', sourceType:'string', svgString:svgText});
    }
}
</script>

</head>

<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        codebase="" id="mySVGViewerObj" width=2048 height=1024 style='float: left'>
    <param name=AllowScriptAccess value='always'/>
    <param name=movie value="svg.swf">
    <param name=FlashVars value="sourceType=inline_script&svgURL=svg_inline.html&svgId=svgsource">
    <embed  name="mySVGViewerObj" play=false
            swliveconnect="true" AllowScriptAccess="always"
            src="svg.swf" quality=high bgcolor=#FFFFFF 
            width=2048 height=1024 type="application/x-shockwave-flash"
            FlashVars="sourceType=inline_script&svgURL=svg_inline.html&svgId=svgsource">
    </embed>
</object>

</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body style='margin: 0px'>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
            codebase="" id="mySVGViewerObj" width=1250.0 height=750.0 style='float: left'>
        <param name=movie value="../../src/svg.swf">
        <param name="FlashVars" value="sourceType=url_svg&svgURL=../svg-files/scimitar.svg">
        <param name="wmode" value="transparent">
        <embed play=false name="mySVGViewerObj" 
                src="../../src/svg.swf" quality=high wmode="transparent"
                width=1250.0 height=750.0 type="application/x-shockwave-flash"
                FlashVars="sourceType=url_svg&svgURL=../svg-files/scimitar.svg">
        </embed >
    </object>

</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body style='margin: 0px'>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
            codebase="" id="mySVGViewerObj" width=800 height=600 style='float: left'>
        <param name=movie value="svgflextest.swf">
        <param name="wmode" value="transparent">
        <param name="FlashVars" value="loadURL=../svg-files/tiger.svg">
        <embed play=false name="mySVGViewerObj" 
                src="svgflextest.swf" quality=high wmode="transparent"
                width=800 height=600 type="application/x-shockwave-flash"
                FlashVars="loadURL=../svg-files/tiger.svg">
        </embed >
    </object>

</body>
</html>
<!DOCTYPE html>
<html>    
  <head>
    <!-- meta name="svg.render.forceflash" content="true" / -->
    
    <script src="../../src/svg.js" data-path="../../src/" data-debug="true"></script>
    
    <script>
    
      //----------------------------------------------------------------------
      // static data

      var SVG_NS ="http://www.w3.org/2000/svg";
      var tickTimeReducer = 0.98;
      var ROWS = 20;
      var COLS = 10;

      var HPAD = 2; // horizontal padding used in laying out grids
      var VPAD = 2; // ditto for vertical
      
      var root;

      var SHAPE_DESCRIPTORS = [
        { color: "grey",   orientations: [ [[0,0],[1,0],[0,1],[1,1]] ] },
        { color: "blue",   orientations: [ [[0,0],[1,0],[2,0],[2,1]],
                                           [[1,0],[1,1],[1,2],[0,2]],
                                           [[0,0],[0,1],[1,1],[2,1]],
                                           [[0,0],[1,0],[0,1],[0,2]] ] },
        { color: "purple", orientations: [ [[0,0],[0,1],[1,0],[2,0]],
                                           [[0,0],[1,0],[1,1],[1,2]],
                                           [[0,1],[1,1],[2,1],[2,0]],
                                           [[0,0],[0,1],[0,2],[1,2]] ] },
        { color: "cyan",   orientations: [ [[0,0],[1,0],[2,0],[3,0]],
                                           [[0,0],[0,1],[0,2],[0,3]] ] },
        { color: "green",  orientations: [ [[1,0],[2,0],[0,1],[1,1]],
                                           [[0,0],[0,1],[1,1],[1,2]] ] },
        { color: "red",    orientations: [ [[1,0],[1,1],[0,1],[0,2]],
                                           [[0,0],[1,0],[1,1],[2,1]] ] },
        { color: "yellow", orientations: [ [[0,1],[1,1],[2,1],[1,0]],
                                           [[0,0],[0,1],[0,2],[1,1]],
                                           [[0,0],[1,0],[2,0],[1,1]],
                                           [[1,0],[1,1],[1,2],[0,1]] ] }
      ];

      //----------------------------------------------------------------------
      // Helper functions

      // map a function over an array; accumulate output in new array:
      function mapcar(f, a) {
        var res = new Array(a.length);
        for (var i=0;i<a.length;++i) {
          res[i] = f(a[i]);
        }
        return res;
      }

      // map a function over an array; don't accumulate output:
      function mapc(f, a) {
        for (var i=0;i<a.length;++i) {
          f(a[i]);
        }
      }

      // return true if predicate p is true for every element of the array:
      function every(p, a) {
        for (var i=0;i<a.length;++i) {
          if (!p(a[i])) return false;
        }
        return true;
      }

      function suspendRedraw()
      {
        root.suspendRedraw(6000);
      }

      function unsuspendRedraw()
      {
        root.unsuspendRedrawAll();
      }

      //----------------------------------------------------------------------
      // Shape class

      function Shape(position) {
        // create a new shape, randomly picking a descriptor & orientation:
        this._descriptor = SHAPE_DESCRIPTORS[Math.round(Math.random()*(SHAPE_DESCRIPTORS.length-1))];
        this._orientation = Math.round(Math.random()*(this._descriptor.orientations.length-1));
        this._pos = position;
      }

      Shape.prototype = {
        getCellArray : function() {
          var s = this;
          return mapcar(function(coord) { return [coord[0]+s._pos[0],coord[1]+s._pos[1]]; },
                     this._descriptor.orientations[this._orientation]);
        },
        getColor : function() {
          return this._descriptor.color;
        },
        move : function(dx,dy) {
          this._pos[0] += dx; this._pos[1] += dy;
        },
        rotate : function(dOrient) {
          this._orientation = (this._orientation+dOrient) % this._descriptor.orientations.length;
          if (this._orientation<0) this._orientation += this._descriptor.orientations.length;
        }
      };

      //----------------------------------------------------------------------
      // Grid class

      function Grid(cols, rows, color, bordercolor, x, y, width, height, node) {
        // Create a cols*rows grid with a 1/2-cell border.
        // Scale to fit width*height user pixels (including border).
        // Place at x,y user pixel coords.
        //start('grid-start', 'board');
        this._cols = cols;
        this._rows = rows;
        this._color = color;

        node.setAttribute("transform", "translate("+x+","+y+") scale("+
                                       (width/(cols+1))+","+(height/(rows+1))+") translate(0.5,0.5)");

        this._border = document.createElementNS(SVG_NS, "rect");
        this._border.setAttribute("fill", bordercolor);
        this._border.setAttribute("width", cols+1);
        this._border.setAttribute("height", rows+1);
        this._border.setAttribute("x", "-0.5");
        this._border.setAttribute("y", "-0.5");

        this._background = document.createElementNS(SVG_NS, "rect");
        this._background.setAttribute("fill", color);
        this._background.setAttribute("width", cols);
        this._background.setAttribute("height", rows);

        this._rowArray = document.createElementNS(SVG_NS, "g");
        
        //end('grid-start', 'board');
        
        //start('grid-middle', 'board');
        for (var r=0;r<rows;++r) {
          var row_group = document.createElementNS(SVG_NS, "g");
          row_group.setAttribute("transform", "translate(0,"+r+")");

          for (var c=0;c<cols;++c) {
            var cell = document.createElementNS(SVG_NS, "rect");
            cell.setAttribute("x", c);
            cell.setAttribute("width", "1");
            cell.setAttribute("height", "1");
            cell.setAttribute("stroke", "grey");
            cell.setAttribute("fill", "none");
            cell.occupied = false;
            row_group.appendChild(cell);
          }
          this._rowArray.appendChild(row_group);
        }
        //end('grid-middle', 'board');
        
        //start('grid-append', 'board');
        node.appendChild(this._border);
        node.appendChild(this._background);
        node.appendChild(this._rowArray);
        //end('grid-append', 'board');
      }

      Grid.prototype = {
        colorCell : function(coord, color) { try {
          this._rowArray.childNodes.item(coord[1]).childNodes.item(coord[0]).setAttribute("fill", color);  
      }catch(e) {
      //alert("error: coord="+coord);
      }
        },
        clearCell : function(coord) {
          this.colorCell(coord, this._color);
        },
        occupyCell : function(coord) {
      // XXX ASV has a problem with expando properties, so we use attribs instead:
      //    this._rowArray.childNodes.item(coord[1]).childNodes.item(coord[0]).occupied = true;
          this._rowArray.childNodes.item(coord[1]).childNodes.item(coord[0]).setAttribute("occupied", "true");
        },
        unoccupyCell : function(coord) {
      //    this._rowArray.childNodes.item(coord[1]).childNodes.item(coord[0]).occupied = false;
          this._rowArray.childNodes.item(coord[1]).childNodes.item(coord[0]).setAttribute("occupied", "false");
        },
        cellInBounds : function(coord) {
          return (coord[0]>=0 && coord[1]>=0 && coord[0]<this._cols && coord[1]<this._rows);
        },
        cellOccupied : function(coord) {
      //    return this._rowArray.childNodes.item(coord[1]).childNodes.item(coord[0]).occupied;
          return this._rowArray.childNodes.item(coord[1]).childNodes.item(coord[0]).getAttribute("occupied")=="true";
        },
        eliminateFullRows : function() {
          var g = this;
          var bo = false;
          function rowFull(r) {
            for (var c=0;c<g._cols;++c) {
              if (!g.cellOccupied([c,r])) return false;
            }
            return true;
          }

          function moveCellDown(c,r) {
            var src = g._rowArray.childNodes.item(r).childNodes.item(c);
            var dest = g._rowArray.childNodes.item(r+1).childNodes.item(c);
            dest.setAttribute("fill", src.getAttribute("fill"));
            //dest.occupied = src.occupied;
            //src.occupied = false;
            dest.setAttribute("occupied", src.getAttribute("occupied"));
            src.setAttribute("occupied", "false");
            src.setAttribute("fill", g._color);
          }

          function eliminateRow(row) {
            suspendRedraw();
            for (var c=0;c<g._cols;++c) {
              g.clearCell([c,row]);
              g.unoccupyCell([c,row]);
            }
            for (var r=row-1;r>=0;--r) {
              for (c=0;c<g._cols;++c) {
                if (g.cellOccupied([c,r])) 
                  moveCellDown(c,r);
              }
            }
            unsuspendRedraw();
          }

          for (var r=0;r<this._rows;++r) {
            if (rowFull(r)) {
              bo = true;  
              eliminateRow(r);
              ++lines;
            }
          }
          if (bo) {
            tickTime=time(tickTime);
          }
        }
      };

      //----------------------------------------------------------------------
      // message class

      function Message(txt, position, style) {
        this._node = document.createElementNS(SVG_NS, "text");
        this._node.setAttribute("style", style);
        this._node.setAttribute("x", position[0]);
        this._node.setAttribute("y", position[1]);
        this._node.appendChild(document.createTextNode(txt, true));
      }

      Message.prototype = {
        show : function() {
          suspendRedraw();
          root.appendChild(this._node);
          unsuspendRedraw();
        },
        hide : function() {
          root.removeChild(this._node);
        }
      };

      //----------------------------------------------------------------------
      // grid <---> shape operations

      function canPlace(shape, grid) {
        // can only place if all cells in shape are in bounds and not occupied:
        return every(function(coord){ return grid.cellInBounds(coord) &&
                                             !grid.cellOccupied(coord); },
                      shape.getCellArray());
      }

      function show(shape, grid) {
        suspendRedraw();
        mapc(function(coord){ grid.colorCell(coord, shape.getColor()); },
             shape.getCellArray());
        unsuspendRedraw();
      }

      function hide(shape, grid) {
        suspendRedraw();
        mapc(function(coord){ grid.clearCell(coord); },
             shape.getCellArray());
        unsuspendRedraw();
      }

      function occupy(shape, grid) {
        mapc(function(coord){ grid.occupyCell(coord); },
             shape.getCellArray());
      }

      function move(shape, grid, dx, dy) {
        shape.move(dx,dy);
        if (!canPlace(shape, grid)) {
          shape.move(-dx,-dy);
          return false;
        }
        suspendRedraw();
        shape.move(-dx, -dy);
        hide(shape, grid);
        shape.move(dx,dy);
        show(shape, grid);
        unsuspendRedraw();
        return true;
      }

      function rotate(shape, grid, dOrient) {
        shape.rotate(dOrient);
        if (!canPlace(shape, grid)) {
          shape.rotate(-dOrient);
          return false;
        }
        suspendRedraw();
        shape.rotate(-dOrient);
        hide(shape, grid);
        shape.rotate(dOrient);
        show(shape, grid);
        unsuspendRedraw();
        return true;
      }

      function drop(shape, grid) {
        suspendRedraw();
        while (move(shape, grid, 0, 1))
          /**/;
        unsuspendRedraw();
      }

      //----------------------------------------------------------------------
      // the game:

      var board;   // grid where the action is
      var preview; // grid where the next shape will be previewed
      var currentShape; 
      var lines;
      var score;
      var nextShape; 
      var gameState; // "stopped", "running", "finished"
      var tickTime;
      function startNewGame() {
        // XXX clear grids
        score = 0;
        suspendRedraw();
        currentShape = new Shape([3,0]);
        lines = 0;
        show(currentShape, board);
        nextShape = new Shape([0,0]);
        show(nextShape, preview);
        unsuspendRedraw();
        gameState = "running";
        tickTime = 300;
        tick();
      }

      function runNextShape() {
        occupy(currentShape, board);
        board.eliminateFullRows();
        score = score+1;
        suspendRedraw();
        currentShape = nextShape;
        hide(nextShape, preview);
        currentShape.move(3,0);
        if (!canPlace(currentShape, board)) {
          unsuspendRedraw();
          return false; // game over!
        }
        show(currentShape, board);
        nextShape = new Shape([0,0]);
        show(nextShape, preview);
        unsuspendRedraw();
        return true;
      }

      function tick() {
        if (gameState != "running") return;

        if (!move(currentShape, board, 0, 1)) {
          if(!runNextShape()) {
            var m = new Message("Game Over! Score:"+score, [1,10], "stroke:none;font-size:2px;fill:red;stroke:black;stroke-width:0.04px;fill-opacity:0.8;");
            m.show();
            gameState = "finished";
            return; // Game over
          }
        }

        setTimeout("tick()", tickTime);
      }

      function time(tickTime) {
        tickTime = tickTime*tickTimeReducer;
        return tickTime;
      }

      function pause() {
        if (gameState == "running")
          gameState = "stopped";
      }

      function resume() {
        if (gameState == "stopped") {
          gameState = "running";
          tick();
        }
      }

      //----------------------------------------------------------------------
      // user input handler

      function keyHandler(event) {
        event.preventDefault();
        switch (event.keyCode) {
          case 32: /* space */
            if (gameState == "running")
              drop(currentShape, board);
            break;
          case 72: /* h */
            pause();
            alert('Use the arrow keys to control the falling blocks. Use the '
                  + 'space bar to force a block to fall. Press the p key to '
                  + 'pause or resume a game');
            resume();
            break;
          case 80: /* p */
            if (gameState == "running") 
              pause();
            else
              resume();
            break;
          case 38: /* up */
            if (gameState == "running")
              rotate(currentShape, board, -1);
            break;
          case 40: /* down */
            if (gameState == "running")
              rotate(currentShape, board, 1);
            break;
          case 37: /* left */
            if (gameState == "running")
              move(currentShape, board, -1, 0);
            break;
          case 39: /* right */
            if (gameState == "running")
              move(currentShape, board, 1, 0);
            break;
        }
      }

      //----------------------------------------------------------------------
      //start('init');
      function init() {
        //end('init');
        //start('everything');
        root = document.getElementsByTagNameNS(SVG_NS, 'svg')[0];
        
        // page layout:
        root.setAttribute("viewBox", "0 0 "+(3*HPAD+(COLS+1)+5)+" "+(2*VPAD+(ROWS+1)));
        
        //start('board');
        board = new Grid(COLS, ROWS, "black", "grey", HPAD, VPAD, COLS+1, ROWS+1, document.getElementById("board"));
        //end('board');
        
        //start('preview');
        preview = new Grid(4,4, "black", "grey", 2*HPAD+COLS+1, VPAD, 5, 5, document.getElementById("preview"));
        //end('preview');
        
        startNewGame();

        // initialize event processing:
        root.addEventListener("keydown", keyHandler, false);
        
        //end('everything');
        
        //report();
      }
    
      window.addEventListener('SVGLoad', init, false);
    </script>
  </head>
  
  <body>
    
    <script type="image/svg+xml">
      <svg xmlns="http://www.w3.org/2000/svg"
           xmlns:xlink="http://www.w3.org/1999/xlink"
           width="600"
           height="400">
        <text x="1" y="1" font-size="1px">Mozilla SVG Tetris - Press 'h' for help.</text>
        <g id="preview" stroke-width="0.02"/>
        <g id="board" stroke-width="0.02"/>
      </svg>
    </script>

  </body>
</html>
<!DOCTYPE html>
<!-- This file provides a simple example of directly embedding SVG into a page
     as well as pulling SVG in from an external file. -->
<html> 
  <head>
    <!-- The svg.js file must be the first JavaScript file you pull into your
         page; provide the optional data-path attribute if the 
         svg.js/svg.swf/svg.htc files are stored in a different directory from
         where your HTML page is. -->
    <script src="../../src/svg.js" data-path="../../src" data-debug="true"></script>
    
    <!-- By default Flash is used for rendering on IE and the native SVG support
         is used on other browsers. You can override this and force Flash to
         do all the rendering on all browsers in two ways; either provide
         a META tag as follows:
         
         <meta name="svg.render.forceflash" content="true" />
         
         Or change the URL of your page to have the following query variable:
         
         helloworld.html?svg.render.forceflash=true
    -->
    
    <!-- Example JavaScript block that shows scripting our SVG -->
    <script type="text/javascript">
      window.onsvgload = function() {
        // SVG on the page should only be manipulated after the page is 
        // finished loading
        var buttons = document.getElementsByTagName('button');
        for (var i = 0; i < buttons.length; i++) {
          buttons[i].disabled = false;
        }
      }
      
      function changeColors() {
        // get elements from our embedded SVG first
        
        // use getElementById
        var circle = document.getElementById('myCircle');
        
        // change using setAttribute
        circle.setAttribute('stroke', 'green');
        
        // can also use style property
        circle.style.fill = '#8A2BE2';
        
        // change the value inside our SVG OBJECT now
        
        // use the 'contentDocument' property to navigate into the SVG OBJECT
        var doc = document.getElementById('mySVGObject').contentDocument;
        circle = doc.getElementById('myCircle');
        circle.style.fill = '#8A2BE2';
      }
      
      function changeText() {
        // use getElementsByTagNameNS to get our text from our embedded SVG
        
        // 'svgns' is a 'magic' variable that we make available; it is just
        // the SVG namespace 'http://www.w3.org/2000/svg' so you don't always
        // have to remember it.  We also make the variable 'xlinkns' available.
        var textElems = document.getElementsByTagNameNS(svgns, 'text');
        
        // change the text Hello World to Goodbye World
        for (var i = 0; i < textElems.length; i++) {
          if (textElems[i].childNodes[0].nodeValue == 'Hello World') {
            textElems[i].childNodes[0].nodeValue = 'Goodbye World';
          }
        }
        
        // change the text inside our SVG OBJECT as well
        var doc = document.getElementById('mySVGObject').contentDocument;
        textElems = doc.getElementsByTagNameNS(svgns, 'text');
        for (var i = 0; i < textElems.length; i++) {
          if (textElems[i].childNodes[0].nodeValue == 'Hello World') {
            textElems[i].childNodes[0].nodeValue = 'Goodbye World';
          }
        }
      }
    </script>
  </head>
  
  <body>

      <div style="margin-bottom: 1em; margin-top: 1em;">
        <button onclick="changeColors()" disabled>Change Colors</button>
        <button onclick="changeText()" disabled>Change Text</button>
        <p>Click on second circle to see message</p>
      </div>
    
      <!-- Directly embed SVG into your page by using a SCRIPT tag and
           setting the type attribute to "image/svg+xml". -->    
      <script type="image/svg+xml">
        <svg width="200" height="200"
             style="background-color: #D2B48C; display: block; margin-bottom: 5px;"
             id="embeddedSVG">
          <g id="myGroup" 
             fill="blue" 
             style="font-size: 18px; text-anchor: middle; font-family: serif;">
            <circle id="myCircle"
                    cx="100" cy="75" r="50"
                    stroke="firebrick"
                    stroke-width="3" />
            <text x="100" y="155">Hello World</text>
            <text x="100" y="175">From Embedded SVG!</text>
          </g>
        </svg>
      </script>
      <noscript>
        <h1>Optional fallback content goes here!</h1>
      </noscript>
      
      <!-- Embed an external SVG file using the following syntax; it must
           be done exactly as given, rather than using the EMBED tag. Change
           the data and src attributes to point to where your SVG file is
           relative to the HTML page. -->
           
      <!--[if !IE]>-->
        <object data="../svg-files/helloworld.svg" type="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <!--<![endif]-->
      <!--[if lt IE 9]>
        <object src="../svg-files/helloworld.svg" classid="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <![endif]-->
      <!--[if gte IE 9]>
        <object data="../svg-files/helloworld.svg" type="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <![endif]-->
        </object>
       
  </body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
    <h1 style="margin:2px">SVG Web JavaScript Samples</h1>
    <p><a href='blocks_game.html'>Blocks</a> --
       <a href='blocks_game.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='helloworld.html'>Hello World</a> --
       <a href='helloworld.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_dynamic.html'>Dynamic</a> --
       <a href='svg_dynamic.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_dynamic_fancy.html'>Dynamic Fancy</a> --
       <a href='svg_dynamic_fancy.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_from_xml.html'>From XML</a> --
       <a href='svg_from_xml.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_inline.html'>Inline</a> --
       <a href='svg_inline.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_inline_dynamic.html'>Inline Dynamic</a> --
       <a href='svg_inline_dynamic.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_inline_multiple.html'>Inline Multiple</a> --
       <a href='svg_inline_multiple.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_mixed.html'>Mixed</a> --
       <a href='svg_mixed.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_object.html'>Object</a> --
       <a href='svg_object.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_object_dynamic.html'>Object Modify Dynamic</a> --
       <a href='svg_object_dynamic.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_object_dynamic_add.html'>Object Add and Modify Dynamic</a> --
       <a href='svg_object_dynamic_add.html?svg.render.forceflash=true'>(force flash mode)</a></p>
    <p><a href='svg_object_multiple.html'>Object Multiple</a> --
       <a href='svg_object_multiple.html?svg.render.forceflash=true'>(force flash mode)</a></p>
</body>
</html>
<!DOCTYPE html>
<html>
  <!-- 
    Tests dynamically creating an SVG root, adding many circles to it,
    and animating them to bounce using JavaScript.
  -->
  <head>
    <script src="../../src/svg.js" data-path="../../src/"></script>
  
    <script type='text/javascript'>
      var root = null;
      var width = 320, height = 200;
      var particles = [];
      var NUM_PARTICLES = 25;
    
      function Particle() {
        this.X = 0;
        this.Y = 0;
      
        this.x = Math.random() * width;
        this.y = Math.random() * height;

        this.xvel = Math.random() * 5 - 2.5;
        this.yvel = Math.random() * 5 - 2.5;
      
        this.el = document.createElementNS(svgns, 'circle');
        this.el.setAttribute('cx', this.x);
        this.el.setAttribute('cy', this.y);
        this.el.setAttribute('r', 5);
        this.el.setAttribute('fill', 'blue');
        this.el.setAttribute('stroke-width', '1px');
        this.el.setAttribute('stroke', 'yellow');

        root.appendChild(this.el);
      }

      Particle.prototype.update = function() {
        this.x += this.xvel;
        this.y += this.yvel;

        this.yvel += 0.5;

        if (this.x > width || this.x < 0) { 
          this.xvel = -this.xvel;
        }

        if (this.y > height || this.y < 0) { 
          this.yvel = -this.yvel;
        }
      
        if (this.y < 0) {
          this.y = 0;
        }
      }

      function loop() {
        root.suspendRedraw(10000);
        for (var i = 0; i < NUM_PARTICLES; i++) {
          var p = particles[i];
          var x = p.x;
          var y = p.y;
          p.update();
          p.X += p.x - x;
          p.Y += p.y - y;
          p.el.setAttribute('transform', 'translate(' + p.X + ',' + p.Y + ')');
        }
        root.unsuspendRedrawAll();
      }
      
      window.onsvgload = function() {
        root = document.createElementNS(svgns, 'svg');
        root.setAttribute('width', '100%');
        root.setAttribute('height', '100%');
        root.setAttribute('viewBox', '0 0 ' + width + ' ' + height);
        root.addEventListener('SVGLoad', function(evt) {
          root = this;
          root.suspendRedraw(10000);
          for (var i = 0; i < NUM_PARTICLES; i++) {
            particles[i] = new Particle();
          }
          root.unsuspendRedrawAll();

          setInterval(loop, 10);
        }, false);
        if (window.svgweb) {
          window.svgweb.appendChild(root, document.body);
        } else {
          document.body.appendChild(root);
        }
      };
    </script>
  
    <style>
      body {
        background-color: black;
      }
    </style>
  </head>
  
  <body></body>
</html>
<!DOCTYPE html>
<html>
  <!-- 
    Tests dynamically creating an SVG root, adding many circles to it,
    and animating them to bounce using JavaScript. Fancier version with
    linear gradients and blur filters.
  -->
  <head>
    <script src="../../src/svg.js" data-path="../../src/"></script>
  
    <script type='text/javascript'>
      var root = null;
      var width = 640,
          height = 400;
      var particles = [];
      var numParticles = 10;
      var intervalId = null;
      var shadowAngle = 0.6;
      var wallOffset = 30;  // Number of pixels in from edge to "stop" balls.
    
      function Particle() {
        this.dX = 0;
        this.dY = 0;
        this.shadowDX = 0;
        this.shadowDY = 0;
        this.stopped = false;

        this.radius = 10 + Math.round(Math.random() * 20);

        this.x = wallOffset + Math.random() * (width - 2 * wallOffset - this.radius);
        this.y = wallOffset + Math.random() * (height - 2 * wallOffset - this.radius);

        this.xvel = Math.random() * 4 - 2.5;
        this.yvel = Math.random() * 4 - 2.5;

        this.el = document.createElementNS(svgns, 'circle');
        this.el.setAttribute('cx', this.x);
        this.el.setAttribute('cy', this.y);
        this.el.setAttribute('r', this.radius);
        this.el.setAttribute('fill', 'url(#orange_red)');
        this.el.setAttribute('stroke-width', '1px');
        this.el.setAttribute('stroke', 'black');

        this.shadow = document.createElementNS(svgns, 'ellipse');
        this.shadow.setAttribute('cx', this.x + (shadowAngle * (height - wallOffset - this.y)));
        this.shadow.setAttribute('cy', this.y + this.radius * 0.5 + (shadowAngle * (height - wallOffset - this.radius - this.y)));
        this.shadow.setAttribute('rx', this.radius);
        this.shadow.setAttribute('ry', this.radius * 0.5);
        this.shadow.setAttribute('fill', '#666666');
        this.shadow.setAttribute('filter', 'url(#Gaussian_Blur)');
      }

      Particle.prototype.update = function() {
        this.x += this.xvel;
        this.y += this.yvel;

        this.yvel += 0.1;

        if (this.x > width - wallOffset || this.x < wallOffset) {
          this.xvel = -this.xvel;
        }

        if (this.y + this.radius > height - wallOffset || this.y < wallOffset) {
          if (this.y + this.radius > height - wallOffset) {
            this.yvel = Math.max(this.yvel - 0.2, 0);
            if (this.xvel > 0) {
              this.xvel = Math.max(this.xvel - 0.05, 0);
            } else if (this.xvel < 0) {
              this.xvel = Math.min(this.xvel + 0.05, 0);
            }
          }
          this.yvel = -this.yvel;
        }
      
        if (this.y < wallOffset) {
          this.y = wallOffset;
        }
      }

      function loop() {
        root.suspendRedraw(10000);
        for (var i = 0; i < numParticles; i++) {
          var p = particles[i];
          if (p.dragging) {
            continue;
          }
          var x = p.x;
          var y = p.y;
          var oldShadowX = x + (shadowAngle * (height - y));
          var oldShadowY = y + p.radius * 0.5 + (shadowAngle * (height - wallOffset - p.radius - y));
          p.update();
          var shadowX = p.x + (shadowAngle * (height - p.y));
          var shadowY = p.y + p.radius * 0.5 + (shadowAngle * (height - wallOffset - p.radius - p.y));
          p.dX += p.x - x;
          p.dY += p.y - y;
          p.shadowDX += shadowX - oldShadowX;
          p.shadowDY += shadowY - oldShadowY;

          if (p.x - x == 0 && p.y - y == 0) {
            p.stopped = true;
          }

          p.el.setAttribute('transform', 'translate(' + p.dX + ',' + p.dY + ')');
          p.shadow.setAttribute('transform', 'translate(' + p.shadowDX + ',' + p.shadowDY + ')');
        }
        root.unsuspendRedrawAll();
      }
      
      // create our drawing surface and the filters and gradients we need
      // in our definitions
      function createContext() {
        var defs = document.createElementNS(svgns, 'defs');
        
        // our blur filter
        var filter = document.createElementNS(svgns, 'filter');
        filter.id = 'Gaussian_Blur';
        var blurFilter = document.createElementNS(svgns, 'feGaussianBlur');
        blurFilter.id = 'blur';
        blurFilter.setAttribute('in', 'SourceGraphic');
        blurFilter.setAttribute('stdDeviation', 1);
        filter.appendChild(blurFilter);
        defs.appendChild(filter);
        
        // our gradient
        var gradient = document.createElementNS(svgns, 'linearGradient');
        gradient.id = 'orange_red';
        gradient.setAttribute('x1', '0%');
        gradient.setAttribute('y1', '0%');
        gradient.setAttribute('x2', '100%');
        gradient.setAttribute('y2', '100%');
        var stop = document.createElementNS(svgns, 'stop');
        stop.setAttribute('offset', '0%');
        stop.setAttribute('style', 
                          'stop-color:rgb(255,255,0); stop-opacity:1;');
        gradient.appendChild(stop);
        stop = document.createElementNS(svgns, 'stop');
        stop.setAttribute('offset', '50%');
        stop.setAttribute('style', 
                          'stop-color:rgb(200,0,0); stop-opacity:0.75;');
        gradient.appendChild(stop);
        stop = document.createElementNS(svgns, 'stop');
        stop.setAttribute('offset', '100%');
        stop.setAttribute('style', 
                          'stop-color:rgb(51,0,0); stop-opacity:1;');
        gradient.appendChild(stop);
        defs.appendChild(gradient);
        
        root.appendChild(defs);
        
        var group = document.createElementNS(svgns, 'g');
        group.id = 'surface';
        root.appendChild(group);
      }
      
      window.onsvgload = function() {
        var div = document.createElement('div');
        div.style.textAlign = 'center';
        div.style.verticalAlign = 'middle';
        document.body.appendChild(div);
        
        root = document.createElementNS(svgns, 'svg');
        root.setAttribute('width', '100%');
        root.setAttribute('height', '100%');
        root.setAttribute('viewBox', '0 0 ' + width + ' ' + height);
        createContext();
        root.addEventListener('SVGLoad', function(evt) {
          root = this;
          
          root.suspendRedraw(10000);
          
          for (var i = 0; i < numParticles; i++) {
            particles[i] = new Particle();
          }
          
          // add the shadows then the balls so that shadows always fall
          // in the background
          for (var i = 0; i < numParticles; i++) {
            root.appendChild(particles[i].shadow);
          }
          
          for (var i = 0; i < numParticles; i++) {
            root.appendChild(particles[i].el);
          }
            
          root.unsuspendRedrawAll();
          
          intervalId = setInterval(loop, 10);
        }, false);
        svgweb.appendChild(root, div);
      }
    </script>
  
    <style>
      body {
        margin: 0px;
        padding: 0px;
        background-color: #eeeeff;
      }
    </style>
  </head>
  
  <body></body>
</html>
<!DOCTYPE html>
<html>    
  <head>    
    <script src="../../src/svg.js" 
            data-path="../../src/" 
            data-debug="false"></script>
    <script>
      alert('NOTE: This demo does not work yet');
      
      /*
        Standard way to grab XMLHttpRequest object.
      */
      function xhrObj() {
        // Internet Explorer's list of standard XHR PROGIDS
        var XHR_PROGIDS = [
          'MSXML2.XMLHTTP.6.0', 'MSXML2.XMLHTTP.3.0', 'MSXML2.XMLHTTP',
          'Microsoft.XMLHTTP'
        ];
        
        if (typeof XMLHttpRequest != 'undefined') {
          return new XMLHttpRequest();
        } else if (ActiveXObject) {
          var xhr = null;
          var i; // save the good PROGID for quicker access next time
          for (i = 0; i < XHR_PROGIDS.length && !xhr; ++i) {
            try {
              xhr = new ActiveXObject(XHR_PROGIDS[i]);
            } catch(e) {}
          }

          if (!xhr) {
            throw new Error('XMLHttpRequest object not available on this '
                            + 'platform');
          }

          return xhr;
        }
      }
      
      function parseXML(xml) {
        var xmlDoc;
        if (typeof DOMParser != 'undefined') { // non-IE browsers
          // parse the SVG using an XML parser
          var parser = new DOMParser();
          try { 
            xmlDoc = parser.parseFromString(xml, 'application/xml');
          } catch (e) {
            throw e;
          }

          var root = xmlDoc.documentElement;
          if (root.nodeName == 'parsererror') {
            throw new Error('There is a bug in your SVG: '
                            + (new XMLSerializer().serializeToString(root)));
          }
        } else { // IE
          // only use the following two MSXML parsers:
          // http://blogs.msdn.com/xmlteam/archive/2006/10/23/using-the-right-version-of-msxml-in-internet-explorer.aspx
          var versions = [ 'Msxml2.DOMDocument.6.0', 'Msxml2.DOMDocument.3.0' ];

          var xmlDoc;
          for (var i = 0; i < versions.length; i++) {
            try {
              xmlDoc = new ActiveXObject(versions[i]);
              if (xmlDoc) {
                break;
              }
            } catch (e) {}
          }

          if (!xmlDoc) {
            throw new Error('Unable to instantiate XML parser');
          }

          try {
            xmlDoc.preserveWhiteSpace = false;
            // IE will attempt to resolve external DTDs (i.e. the SVG DTD) unless 
            // we add the following two flags
            xmlDoc.resolveExternals = false;
            xmlDoc.validateOnParse = false;
            // Important for MSXML 6
            xmlDoc.setProperty('ProhibitDTD', false);
            xmlDoc.async = 'false';

            var successful = xmlDoc.loadXML(xml);

            if (!successful || xmlDoc.parseError.errorCode !== 0) {
              throw new Error(xmlDoc.parseError.reason);
            }
          } catch (e) {
            console.log(e.message);
            throw new Error('Unable to parse SVG: ' + e.message);
          }
        }

        return xmlDoc;
      }
      
      function handleSVG(svgStr) {
        // parse the XML
        var xml = parseXML(svgStr);
        
        // make a dynamic SVG root
        svg = document.createElementNS(svgns, 'svg');
        svg.setAttribute('width', 640);
        svg.setAttribute('height', 480);
        svg.addEventListener('SVGLoad', function() {
          // get a reference to our SVG root
          svg = this;
          
          // grab the main container group inside our tiger file
          group = xml.documentElement.childNodes[1];
          
          // import it
          group = document.importNode(group, true);
          
          // append it
          svg.appendChild(group);
        }, false);
        // append our new SVG root element to the page
        if (window.svgweb) {
          window.svgweb.appendChild(svg, document.body);
        } else {
          document.body.appendChild(svg);
        }
      }
      
      window.onsvgload = function() {
        var req = xhrObj();
        var url = '../svg-files/tiger.svg';
        req.onreadystatechange = function() {
          if (req.readyState == 4) {
            if (req.status == 200) {
              handleSVG(req.responseText);
            } else { // error
              console.log('Unable to load XML: ' 
                          + req.status + ': ' + req.statusText);
            }
          }
        };

        req.open('GET', url, true);
        req.send(null);
      }
    </script>
  </head>
  
  <body>
    <h1>This sample shows loading an SVG XML file, parsing it using an XML
        parser, and then importing it into the page.</h1>
  </body>
</html>
<!DOCTYPE html>
<html>

  <!-- Tests embedding a single SVG block into a SCRIPT block -->

  <head>
    
    <!-- Optional meta tag; if left off, we default to only using the Flash
         renderer for Internet Explorer and using native support on other
         browsers. You can force the Flash renderer for all browsers by
         setting the META tag below to true. -->
    <!-- meta name="svg.render.forceflash" content="true" / -->
    
    <script src="../../src/svg.js" data-path="../../src/"></script>
  </head>

  <body>
    
    <h1>Tests embedding a single SVG block into a SCRIPT block</h1>
  
    <script type="image/svg+xml">
      <svg id="mySVG" width="250" height="150" style="border: 1px solid black;"
           xmlns:dc="http://purl.org/dc/elements/1.1/">
        <g id="myGroup">
          <rect
             id="myRect"
             width="36.416"
             height="36.416"
             x="30"
             y="30"
             fill="red"/>
          <text id="myText" 
                x="80" 
                y="80" 
                font-family="Verdana" 
                font-size="24" 
                fill="blue">hello world</text>
        </g>
      </svg>
    </script>
  
  </body></html>
<!DOCTYPE html>
<html>
  <!-- Tests embedding SVG into a SCRIPT block, and manipulating it through
       JavaScript -->

 <head>

   <script src="../../src/svg.js" data-path="../../src/"></script>
   
   <script>
     window.addEventListener('SVGLoad', function() {
       // use some JavaScript to animate the rectangles over and over
       window._counter = 1;
       window.setInterval(function() {
         var rect = document.getElementById('myRect');
         var fill;
         if (window._counter % 2 == 0) {
           fill = 'yellow';
         } else {
           fill = 'green';
         }

         rect.setAttribute('fill', fill);
         var svg = document.getElementsByTagNameNS(svgns, 'svg')[0];
         rect = svg.childNodes[0];
         if (window._counter % 2 == 0) {
           fill = 'blue';
         } else {
           fill = 'brown';
         }

         rect.setAttribute('fill', fill);

         window._counter++;
       }, 100);
     }, false);
   </script>
 </head>

 <body>
   
   <h1>Tests embedding SVG into a SCRIPT block, and manipulating it through
        JavaScript; also tests not having an XML declaration within the
        SCRIPT tags SVG</h1>

   <script type="image/svg+xml">
     <svg xmlns="http://www.w3.org/2000/svg" 
             width="200" height="200" 
             version="1.1" baseProfile="full">
         <rect x="0" y="0" width="60" height="60" style="stroke: green;"/>
         <rect x="25" y="25" 
                   id="myRect" 
                   rx="0.6" ry="0.6" 
                   width="150" height="150" 
                   fill="green" 
                   stroke="yellow" stroke-width="8"/>
     </svg>
   </script>

 </body>
</html>
<!DOCTYPE html>
<html>
  <!-- 
    Tests embedding multiple SVGs into SCRIPT blocks onto a page.
    Also has an XHTML declaration at the top of the page.
  -->

  <head>

    <!-- Optional meta tag; if left off, we default to only using the Flash
         renderer for Internet Explorer and using native support on other
         browsers. You can force the Flash renderer for all browsers by
         setting the META tag below to true. -->
    <!-- meta name="svg.render.forceflash" content="true" / -->
    
    <script src="../../src/svg.js" data-path="../../src/"></script>
    
    <style type="text/css">
      body {
        margin: 0px; 
        overflow: hidden; 
        background-color: #80d090;
      }
    
      .TopLeftQuad {
          margin: 1% 1% 1% 1%;
      }
      
      .TopRightQuad {
          display: block;
          position: absolute;
          overflow: hidden;
          top: 0%; left: 50%; width: 48%; height: 47%;
          margin: 1% 1% 1% 1%;
      }
    
      .BottomLeftQuad {
          display: block;
          position: absolute;
          overflow: hidden;
          top: 50%; left: 0%; width: 48%; height: 47%;
          margin: 1% 1% 1% 1%;
      }
      
      .BottomRightQuad {
          display: block;
          position: absolute;
          overflow: hidden;
          top: 50%; left: 50%; width: 48%; height: 47%;
          margin: 1% 1% 1% 1%;
      }
    </style>
    
  </head>
  
  <body>
    
    <h1>Tests embedding multiple SVGs into SCRIPT blocks onto a page.
    Also has an XHTML declaration at the top of the page.</h1>

    <script type="image/svg+xml">
      <svg
         xmlns:svg="http://www.w3.org/2000/svg"
         xmlns="http://www.w3.org/2000/svg"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
         version="1.0"
         width="466.11172"
         height="265.35126"
         id="SVGViewerControlTopLeftElement"
         class="TopLeftQuad">
        <defs
           id="defs3">
          <linearGradient
             id="linearGradient2361">
            <stop
               style="stop-color:#ffffff;stop-opacity:1"
               offset="0"
               id="stop2363" />
            <stop
               style="stop-color:#ffffff;stop-opacity:0"
               offset="1"
               id="stop2365" />
          </linearGradient>
          <linearGradient
             x1="394.93762"
             y1="25.35121"
             x2="422.18365"
             y2="60.379639"
             id="linearGradient11240"
             xlink:href="#linearGradient2361"
             gradientUnits="userSpaceOnUse" />
          <linearGradient
             id="linearGradient14086">
            <stop
               style="stop-color:#ffc154;stop-opacity:1"
               offset="0"
               id="stop14088" />
            <stop
               style="stop-color:#e41e18;stop-opacity:1"
               offset="0.7185185"
               id="stop14094" />
            <stop
               style="stop-color:#a50000;stop-opacity:1"
               offset="1"
               id="stop14090" />
          </linearGradient>
          <radialGradient
             cx="82.129753"
             cy="294.44315"
             r="34.702995"
             fx="82.129753"
             fy="294.44315"
             id="radialGradient11238"
             xlink:href="#linearGradient14086"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.4494299,0,0,1.4499062,301.66669,-377.63602)" />
          <filter
             id="filter11073">
            <feGaussianBlur
               inkscape:collect="always"
               stdDeviation="1.3157986"
               id="feGaussianBlur11075" />
          </filter>
          <clipPath
             id="clipPath11111">
            <rect
               width="36.416"
               height="36.416"
               ry="0"
               x="247.13382"
               y="-157.33484"
               style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="rect11113" />
          </clipPath>
          <filter
             id="filter11105">
            <feGaussianBlur
               inkscape:collect="always"
               stdDeviation="1.4170139"
               id="feGaussianBlur11107" />
          </filter>
          <clipPath
             id="clipPath11115">
            <rect
               width="36.416"
               height="36.416"
               ry="0"
               x="247.13382"
               y="-157.33484"
               style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="rect11117" />
          </clipPath>
          <clipPath
             id="clipPath11119">
            <rect
               width="36.416"
               height="36.416"
               ry="0"
               x="247.13382"
               y="-157.33484"
               style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="rect11121" />
          </clipPath>
          <filter
             id="filter6541">
            <feGaussianBlur
               inkscape:collect="always"
               stdDeviation="3.1069038"
               id="feGaussianBlur6543" />
          </filter>
          <clipPath
             id="clipPath4786">
            <path
               d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
               style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="path4788" />
          </clipPath>
          <filter
             id="filter3321">
            <feGaussianBlur
               id="feGaussianBlur3323"
               stdDeviation="3.84278"
               inkscape:collect="always" />
          </filter>
          <linearGradient
             id="linearGradient5355">
            <stop
               style="stop-color:#ffffff;stop-opacity:1"
               offset="0"
               id="stop5357" />
            <stop
               style="stop-color:#ffffff;stop-opacity:0"
               offset="1"
               id="stop5359" />
          </linearGradient>
          <radialGradient
             cx="243.79347"
             cy="348.81863"
             r="1.042881"
             fx="243.79347"
             fy="348.81863"
             id="radialGradient11236"
             xlink:href="#linearGradient5355"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(-3.972643,4.4492539,-6.0491044,-6.9544172,3359.3709,1040.8406)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11234"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11232"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11230"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11228"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11226"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11224"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11222"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11220"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11218"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11216"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11214"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11212"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11210"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11208"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11206"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11204"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11202"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11200"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11198"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11196"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11194"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11192"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11190"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             id="linearGradient14971">
            <stop
               style="stop-color:#502d16;stop-opacity:1"
               offset="0"
               id="stop14973" />
            <stop
               style="stop-color:#2a170b;stop-opacity:1"
               offset="1"
               id="stop14975" />
          </linearGradient>
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient11188"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             id="linearGradient13025">
            <stop
               style="stop-color:#ffffff;stop-opacity:1"
               offset="0"
               id="stop13029" />
            <stop
               style="stop-color:#bfbfbf;stop-opacity:1"
               offset="0.68888891"
               id="stop4382" />
            <stop
               style="stop-color:#525252;stop-opacity:1"
               offset="1"
               id="stop13031" />
          </linearGradient>
          <radialGradient
             cx="142.22385"
             cy="348.25116"
             r="7.7043791"
             fx="142.22385"
             fy="348.25116"
             id="radialGradient11186"
             xlink:href="#linearGradient13025"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(0.6368538,0.2626287,-0.6549943,1.5883093,281.88657,-244.82212)" />
          <filter
             x="-0.11691982"
             width="1.2338396"
             y="-0.06080088"
             height="1.1216018"
             id="filter6450">
            <feGaussianBlur
               inkscape:collect="always"
               stdDeviation="10.629343"
               id="feGaussianBlur6452" />
          </filter>
          <clipPath
             id="clipPath6461">
            <path
               d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
               style="opacity:1;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6465);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
               id="path6463" />
          </clipPath>
          <clipPath
             id="clipPath6467">
            <path
               d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
               style="opacity:1;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6471);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
               id="path6469" />
          </clipPath>
          <linearGradient
             id="linearGradient6110">
            <stop
               style="stop-color:#6e6e6e;stop-opacity:1"
               offset="0"
               id="stop6112" />
            <stop
               style="stop-color:#ffffff;stop-opacity:1"
               offset="0.5"
               id="stop6118" />
            <stop
               style="stop-color:#a1a1a1;stop-opacity:1"
               offset="1"
               id="stop6114" />
          </linearGradient>
          <linearGradient
             x1="365.06906"
             y1="318.85867"
             x2="375.43167"
             y2="352.76584"
             id="linearGradient11184"
             xlink:href="#linearGradient6110"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
             spreadMethod="reflect" />
          <filter
             id="filter6426">
            <feGaussianBlur
               inkscape:collect="always"
               stdDeviation="3.1054595"
               id="feGaussianBlur6428" />
          </filter>
          <linearGradient
             x1="297.86917"
             y1="507.04269"
             x2="419.27237"
             y2="248.97789"
             id="linearGradient32082"
             xlink:href="#linearGradient14344"
             gradientUnits="userSpaceOnUse"
             gradientTransform="translate(175.1391,-133.34455)" />
          <linearGradient
             x1="218.26047"
             y1="556.59729"
             x2="187.08041"
             y2="542.00244"
             id="linearGradient32079"
             xlink:href="#linearGradient14344"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1,0,0,-1,305.83002,878.54986)"
             spreadMethod="reflect" />
          <clipPath
             id="clipPath32069">
            <path
               d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
               style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="path32071" />
          </clipPath>
          <clipPath
             id="clipPath32065">
            <path
               d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
               style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="path32067" />
          </clipPath>
          <clipPath
             id="clipPath32061">
            <path
               d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
               style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="path32063" />
          </clipPath>
          <linearGradient
             x1="218.26047"
             y1="556.59729"
             x2="187.08041"
             y2="542.00244"
             id="linearGradient24247"
             xlink:href="#linearGradient14344"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1,0,0,-1,130.69092,1011.231)"
             spreadMethod="reflect" />
          <linearGradient
             x1="297.86917"
             y1="507.04269"
             x2="419.27237"
             y2="248.97789"
             id="linearGradient24245"
             xlink:href="#linearGradient14344"
             gradientUnits="userSpaceOnUse"
             gradientTransform="translate(0,-0.6634057)" />
          <linearGradient
             x1="92.881538"
             y1="342.26407"
             x2="93.350632"
             y2="350.4733"
             id="linearGradient16306"
             xlink:href="#linearGradient13025"
             gradientUnits="userSpaceOnUse" />
          <linearGradient
             x1="250.58412"
             y1="301.4415"
             x2="275.22324"
             y2="399.1752"
             id="linearGradient16967"
             xlink:href="#linearGradient6110"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1,0,0,-1,-3.6556914,976.10042)" />
          <linearGradient
             x1="93.786125"
             y1="336.58588"
             x2="142.63472"
             y2="391.31677"
             id="linearGradient6126"
             xlink:href="#linearGradient6110"
             gradientUnits="userSpaceOnUse"
             spreadMethod="reflect" />
          <linearGradient
             id="linearGradient5113">
            <stop
               style="stop-color:#858585;stop-opacity:1"
               offset="0"
               id="stop5115" />
            <stop
               style="stop-color:#ffffff;stop-opacity:1"
               offset="0.5"
               id="stop5121" />
            <stop
               style="stop-color:#939393;stop-opacity:1"
               offset="1"
               id="stop5117" />
          </linearGradient>
          <linearGradient
             id="linearGradient2449">
            <stop
               style="stop-color:#6e6e6e;stop-opacity:1"
               offset="0"
               id="stop2451" />
            <stop
               style="stop-color:#ffffff;stop-opacity:1"
               offset="0.5"
               id="stop2453" />
            <stop
               style="stop-color:#a1a1a1;stop-opacity:1"
               offset="1"
               id="stop2455" />
          </linearGradient>
          <linearGradient
             id="linearGradient2441">
            <stop
               style="stop-color:#ffffff;stop-opacity:1"
               offset="0"
               id="stop2443" />
            <stop
               style="stop-color:#bfbfbf;stop-opacity:1"
               offset="0.68888891"
               id="stop2445" />
            <stop
               style="stop-color:#525252;stop-opacity:1"
               offset="1"
               id="stop2447" />
          </linearGradient>
          <linearGradient
             id="linearGradient2435">
            <stop
               style="stop-color:#502d16;stop-opacity:1"
               offset="0"
               id="stop2437" />
            <stop
               style="stop-color:#2a170b;stop-opacity:1"
               offset="1"
               id="stop2439" />
          </linearGradient>
          <linearGradient
             id="linearGradient9477">
            <stop
               style="stop-color:#b3b3b3;stop-opacity:1"
               offset="0"
               id="stop9479" />
            <stop
               style="stop-color:#b3b3b3;stop-opacity:0"
               offset="1"
               id="stop9481" />
          </linearGradient>
          <linearGradient
             id="linearGradient10458">
            <stop
               style="stop-color:#ffffff;stop-opacity:1"
               offset="0"
               id="stop10460" />
            <stop
               style="stop-color:#b3b3b3;stop-opacity:0"
               offset="1"
               id="stop10462" />
          </linearGradient>
          <linearGradient
             id="linearGradient12396">
            <stop
               style="stop-color:#000000;stop-opacity:1"
               offset="0"
               id="stop12398" />
            <stop
               style="stop-color:#000000;stop-opacity:0"
               offset="1"
               id="stop12400" />
          </linearGradient>
          <linearGradient
             id="linearGradient14344">
            <stop
               style="stop-color:#323232;stop-opacity:1"
               offset="0"
               id="stop14346" />
            <stop
               style="stop-color:#ffffff;stop-opacity:1"
               offset="1"
               id="stop14350" />
          </linearGradient>
          <linearGradient
             id="linearGradient19225">
            <stop
               style="stop-color:#f2f2f2;stop-opacity:1"
               offset="0"
               id="stop19227" />
            <stop
               style="stop-color:#f2f2f2;stop-opacity:0"
               offset="1"
               id="stop19229" />
          </linearGradient>
          <linearGradient
             id="linearGradient3473">
            <stop
               style="stop-color:#000406;stop-opacity:1"
               offset="0"
               id="stop3475" />
            <stop
               style="stop-color:#000406;stop-opacity:0"
               offset="1"
               id="stop3477" />
          </linearGradient>
          <linearGradient
             id="linearGradient4450">
            <stop
               style="stop-color:#ea0000;stop-opacity:1"
               offset="0"
               id="stop4452" />
            <stop
               style="stop-color:#730000;stop-opacity:1"
               offset="1"
               id="stop4454" />
          </linearGradient>
          <linearGradient
             x1="365.06906"
             y1="318.85867"
             x2="375.43167"
             y2="352.76584"
             id="linearGradient2774"
             xlink:href="#linearGradient6110"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
             spreadMethod="reflect" />
          <linearGradient
             x1="365.06906"
             y1="318.85867"
             x2="375.43167"
             y2="352.76584"
             id="linearGradient2877"
             xlink:href="#linearGradient6110"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
             spreadMethod="reflect" />
          <linearGradient
             x1="365.06906"
             y1="318.85867"
             x2="375.43167"
             y2="352.76584"
             id="linearGradient3123"
             xlink:href="#linearGradient6110"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
             spreadMethod="reflect" />
          <linearGradient
             x1="365.06906"
             y1="318.85867"
             x2="375.43167"
             y2="352.76584"
             id="linearGradient3306"
             xlink:href="#linearGradient6110"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
             spreadMethod="reflect" />
          <filter
             id="filter4333">
            <feGaussianBlur
               id="feGaussianBlur4335"
               stdDeviation="4.5952988"
               inkscape:collect="always" />
          </filter>
          <radialGradient
             cx="254.82332"
             cy="253.04457"
             r="169.87473"
             fx="254.82332"
             fy="253.04457"
             id="radialGradient4423"
             xlink:href="#linearGradient4450"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1,0,0,0.5929308,0,103.00665)" />
          <linearGradient
             x1="192.26094"
             y1="247.71747"
             x2="229.93037"
             y2="303.65195"
             id="linearGradient4425"
             xlink:href="#linearGradient5113"
             gradientUnits="userSpaceOnUse"
             spreadMethod="reflect" />
          <linearGradient
             x1="365.06906"
             y1="318.85867"
             x2="375.43167"
             y2="352.76584"
             id="linearGradient4427"
             xlink:href="#linearGradient6110"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
             spreadMethod="reflect" />
          <linearGradient
             x1="365.06906"
             y1="318.85867"
             x2="375.43167"
             y2="352.76584"
             id="linearGradient4429"
             xlink:href="#linearGradient6110"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
             spreadMethod="reflect" />
          <radialGradient
             cx="142.22385"
             cy="348.25116"
             r="7.7043791"
             fx="142.22385"
             fy="348.25116"
             id="radialGradient4431"
             xlink:href="#linearGradient13025"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(0.6368538,0.2626287,-0.6549943,1.5883093,281.88657,-244.82212)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4433"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4435"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4437"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4439"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4441"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4443"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4445"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4447"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4449"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4451"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4453"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4455"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4457"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4459"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4461"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4463"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4465"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4467"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4469"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4471"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4473"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4475"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4477"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <linearGradient
             x1="181.65837"
             y1="346.63245"
             x2="181.87494"
             y2="356.53757"
             id="linearGradient4479"
             xlink:href="#linearGradient14971"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
          <radialGradient
             cx="243.79347"
             cy="348.81863"
             r="1.042881"
             fx="243.79347"
             fy="348.81863"
             id="radialGradient4481"
             xlink:href="#linearGradient5355"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(-3.972643,4.4492539,-6.0491044,-6.9544172,3359.3709,1040.8406)" />
          <radialGradient
             cx="82.129753"
             cy="294.44315"
             r="34.702995"
             fx="82.129753"
             fy="294.44315"
             id="radialGradient4483"
             xlink:href="#linearGradient14086"
             gradientUnits="userSpaceOnUse"
             gradientTransform="matrix(1.4494299,0,0,1.4499062,301.66669,-377.63602)" />
          <linearGradient
             x1="394.93762"
             y1="25.35121"
             x2="422.18365"
             y2="60.379639"
             id="linearGradient4485"
             xlink:href="#linearGradient2361"
             gradientUnits="userSpaceOnUse" />
        </defs>
          <g
             transform="matrix(0.658246,0,0,0.658246,300.47258,71.37439)"
             id="g4337">
            <path
               d="M 423.07205 253.04457 A 168.24873 99.097961 0 1 1  86.574585,253.04457 A 168.24873 99.097961 0 1 1  423.07205 253.04457 z"
               transform="matrix(2.0763665,0,0,1.9761102,-626.81548,-401.18495)"
               style="color:#000000;fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25200009;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter6426);enable-background:accumulate"
               id="path5427" />
            <path
               d="M 423.07205 253.04457 A 168.24873 99.097961 0 1 1  86.574585,253.04457 A 168.24873 99.097961 0 1 1  423.07205 253.04457 z"
               transform="matrix(2.0763665,0,0,1.9761102,-632.94152,-409.35299)"
               style="color:#000000;fill:url(#radialGradient4423);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4425);stroke-width:3.25200009;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
               id="path2502" />
            <g
               transform="translate(-365.75716,195.63755)"
               style="opacity:0.67777776;filter:url(#filter4333)"
               id="g3269">
              <path
                 d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
                 transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,170.59642,106.27468)"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4427);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 clip-path="url(#clipPath6467)"
                 id="path2686" />
              <path
                 d="M -4.5415556,-94.436344 C -2.2808756,-81.772895 -6.0597056,-70.501769 -12.984196,-69.254475 C -19.908676,-68.007181 -27.359706,-77.255505 -29.631196,-89.917007 C -31.902686,-102.57851 -28.135476,-113.86407 -21.214536,-115.13113 C -14.293596,-116.39819 -6.8367056,-107.16749 -4.5544056,-94.507964"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.29999995;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2692" />
              <path
                 d="M -9.1261656,-114.14632 C -5.9465256,-114.71376 -2.1153356,-108.04638 -0.53604564,-99.197004 L 0.82990436,-91.542993 C 2.4091844,-82.693626 1.1208344,-75.11259 -2.0588156,-74.545138 C -5.2384656,-73.977686 -9.0696556,-80.645068 -10.648946,-89.494441 L -12.014906,-97.14845 C -13.594196,-105.99782 -12.305806,-113.57886 -9.1261656,-114.14632 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2694" />
              <path
                 d="M -2.6111956,-115.30898 C 0.56843436,-115.87643 4.3996244,-109.20905 5.9789044,-100.35968 L 7.3448744,-92.705676 C 8.9241544,-83.856309 7.6357944,-76.275265 4.4561544,-75.707821 C 1.2765044,-75.140369 -2.5546956,-81.807757 -4.1339956,-90.657122 L -5.4999456,-98.311139 C -7.0792356,-107.16051 -5.7908456,-114.74155 -2.6111956,-115.30898 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2696" />
              <path
                 d="M 3.9037744,-116.47167 C 7.0834044,-117.03912 10.914594,-110.37173 12.493874,-101.52236 L 13.859844,-93.868359 C 15.439124,-85.018978 14.150754,-77.437946 10.971104,-76.870502 C 7.7914744,-76.303052 3.9602644,-82.970423 2.3809744,-91.819805 L 1.0150244,-99.473807 C -0.56426564,-108.32319 0.72412436,-115.90421 3.9037744,-116.47167 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2698" />
              <path
                 d="M 10.418724,-117.63435 C 13.598374,-118.2018 17.429554,-111.53442 19.008844,-102.68504 L 20.374794,-95.031032 C 21.954084,-86.181659 20.665714,-78.600628 17.486064,-78.033176 C 14.306424,-77.465732 10.475224,-84.133106 8.8959344,-92.982486 L 7.5299844,-100.63649 C 5.9506944,-109.48585 7.2390944,-117.0669 10.418724,-117.63435 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2700" />
              <path
                 d="M 16.933694,-118.79703 C 20.113334,-119.36447 23.944524,-112.6971 25.523804,-103.84773 L 26.889764,-96.193714 C 28.469054,-87.344341 27.180674,-79.763309 24.001034,-79.195859 C 20.821384,-78.628407 16.990184,-85.295795 15.410894,-94.145168 L 14.044944,-101.79917 C 12.465654,-110.64854 13.754044,-118.22958 16.933694,-118.79703 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2702" />
              <path
                 d="M 23.448644,-119.95971 C 26.628294,-120.52715 30.459484,-113.85977 32.038764,-105.01041 L 33.404724,-97.356397 C 34.984014,-88.507024 33.695644,-80.925992 30.515994,-80.35854 C 27.336354,-79.79109 23.505154,-86.458478 21.925864,-95.307843 L 20.559914,-102.96185 C 18.980624,-111.81123 20.269014,-119.39226 23.448644,-119.95971 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2704" />
              <path
                 d="M 29.963614,-121.12239 C 33.143264,-121.68984 36.974444,-115.02246 38.553724,-106.17308 L 39.919684,-98.519086 C 41.498974,-89.669705 40.210604,-82.088666 37.030964,-81.521222 C 33.851314,-80.953779 30.020114,-87.621144 28.440824,-96.470526 L 27.074874,-104.12453 C 25.495584,-112.97391 26.783964,-120.55494 29.963614,-121.12239 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2706" />
              <path
                 d="M 36.478574,-122.28507 C 39.658224,-122.85253 43.489404,-116.18514 45.068694,-107.33576 L 46.434644,-99.681752 C 48.013934,-90.832379 46.725564,-83.251355 43.545924,-82.683897 C 40.366274,-82.116453 36.535074,-88.783833 34.955794,-97.6332 L 33.589824,-105.28721 C 32.010544,-114.13658 33.298924,-121.71762 36.478574,-122.28507 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2708" />
              <path
                 d="M 42.993534,-123.44776 C 46.173174,-124.01519 50.004374,-117.34782 51.583664,-108.49845 L 52.949604,-100.84444 C 54.528904,-91.995062 53.240524,-84.41403 50.060884,-83.846586 C 46.881244,-83.279128 43.050044,-89.946516 41.470764,-98.795883 L 40.104794,-106.44989 C 38.525514,-115.29926 39.813894,-122.8803 42.993534,-123.44776 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2710" />
              <path
                 d="M 49.508494,-124.61042 C 52.688144,-125.17788 56.519324,-118.5105 58.098614,-109.66113 L 59.464574,-102.00712 C 61.043864,-93.157751 59.755494,-85.576713 56.575844,-85.009261 C 53.396204,-84.441817 49.565014,-91.109199 47.985714,-99.958564 L 46.619764,-107.61257 C 45.040474,-116.46195 46.328854,-124.04299 49.508494,-124.61042 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2712" />
              <path
                 d="M 56.023464,-125.77311 C 59.203104,-126.34056 63.034294,-119.67318 64.613584,-110.8238 L 65.979544,-103.16981 C 67.558824,-94.320426 66.270444,-86.739394 63.090814,-86.171944 C 59.911164,-85.604499 56.079954,-92.271871 54.500684,-101.12125 L 53.134714,-108.77525 C 51.555434,-117.62462 52.843824,-125.20567 56.023464,-125.77311 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2714" />
              <path
                 d="M 62.538424,-126.93579 C 65.718074,-127.50325 69.549254,-120.83586 71.128544,-111.98648 L 72.494494,-104.33247 C 74.073784,-95.4831 72.785414,-87.902076 69.605774,-87.334618 C 66.426134,-86.767174 62.594924,-93.434554 61.015644,-102.28392 L 59.649684,-109.93793 C 58.070394,-118.7873 59.358784,-126.36834 62.538424,-126.93579 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2716" />
              <path
                 d="M 69.053394,-128.09848 C 72.233034,-128.66592 76.064224,-121.99853 77.643504,-113.14916 L 79.009464,-105.49516 C 80.588744,-96.645789 79.300384,-89.064751 76.120744,-88.497301 C 72.941094,-87.929849 69.109884,-94.597235 67.530594,-103.4466 L 66.164654,-111.10061 C 64.585354,-119.94999 65.873744,-127.53103 69.053394,-128.09848 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2718" />
              <path
                 d="M 75.568354,-129.26115 C 78.747994,-129.8286 82.579184,-123.16121 84.158474,-114.31185 L 85.524434,-106.65784 C 87.103714,-97.808472 85.815344,-90.22744 82.635694,-89.659982 C 79.456064,-89.092532 75.624844,-95.759918 74.045564,-104.60928 L 72.679614,-112.2633 C 71.100324,-121.11267 72.388714,-128.69371 75.568354,-129.26115 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2720" />
              <path
                 d="M 82.083304,-130.42383 C 85.262964,-130.99128 89.094144,-124.3239 90.673434,-115.47452 L 92.039384,-107.82052 C 93.618664,-98.971144 92.330314,-91.390108 89.150664,-90.822664 C 85.971014,-90.255212 82.139814,-96.9226 80.560534,-105.77197 L 79.194564,-113.42597 C 77.615294,-122.27534 78.903674,-129.85639 82.083304,-130.42383 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2722" />
              <path
                 d="M 88.598274,-131.58652 C 91.777924,-132.15397 95.609114,-125.48658 97.188394,-116.63721 L 98.554354,-108.98319 C 100.13363,-100.13383 98.845264,-92.552789 95.665624,-91.985339 C 92.485984,-91.417895 88.654784,-98.085275 87.075494,-106.93466 L 85.709524,-114.58866 C 84.130244,-123.43802 85.418624,-131.01906 88.598274,-131.58652 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2724" />
              <path
                 d="M 95.113244,-132.7492 C 98.292884,-133.31665 102.12407,-126.64925 103.70335,-117.79989 L 105.06931,-110.14588 C 106.6486,-101.29651 105.36023,-93.715472 102.18058,-93.14802 C 99.000954,-92.580578 95.169744,-99.24795 93.590454,-108.09732 L 92.224494,-115.75134 C 90.645214,-124.60071 91.933594,-132.18175 95.113244,-132.7492 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2726" />
              <path
                 d="M 101.6282,-133.91188 C 104.80784,-134.47932 108.63903,-127.81194 110.21831,-118.96257 L 111.58428,-111.30857 C 113.16356,-102.4592 111.8752,-94.878154 108.69555,-94.310702 C 105.5159,-93.74325 101.68471,-100.41063 100.10541,-109.26001 L 98.739464,-116.91402 C 97.160184,-125.76339 98.448564,-133.34443 101.6282,-133.91188 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2728" />
              <path
                 d="M 108.14317,-135.07455 C 111.32281,-135.64201 115.154,-128.97462 116.73327,-120.12525 L 118.09924,-112.47124 C 119.67852,-103.62186 118.39015,-96.040835 115.21051,-95.473385 C 112.03086,-94.905933 108.19967,-101.57332 106.62038,-110.42269 L 105.25441,-118.0767 C 103.67513,-126.92607 104.96351,-134.50711 108.14317,-135.07455 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2730" />
              <path
                 d="M 114.65813,-136.23724 C 117.83777,-136.80468 121.66896,-130.1373 123.24824,-121.28793 L 124.6142,-113.63393 C 126.19349,-104.78454 124.90511,-97.20351 121.72548,-96.636074 C 118.54583,-96.068616 114.71463,-102.736 113.13534,-111.58538 L 111.76938,-119.23937 C 110.1901,-128.08875 111.47848,-135.66978 114.65813,-136.23724 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2732" />
              <path
                 d="M 121.17309,-137.39991 C 124.35274,-137.96736 128.18391,-131.29998 129.7632,-122.45061 L 131.12916,-114.7966 C 132.70845,-105.94723 131.42008,-98.366192 128.24043,-97.79874 C 125.06079,-97.231305 121.22959,-103.89867 119.65029,-112.74805 L 118.28435,-120.40205 C 116.70505,-129.25143 117.99344,-136.83247 121.17309,-137.39991 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2734" />
              <path
                 d="M 127.68806,-138.56259 C 130.86769,-139.13004 134.69888,-132.46266 136.27817,-123.61329 L 137.64413,-115.95929 C 139.22342,-107.10991 137.93504,-99.528881 134.7554,-98.961423 C 131.57575,-98.393971 127.74455,-105.06136 126.16526,-113.91073 L 124.79931,-121.56473 C 123.22002,-130.41411 124.50841,-137.99515 127.68806,-138.56259 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2736" />
              <path
                 d="M 134.20301,-139.72527 C 137.38266,-140.29273 141.21384,-133.62535 142.79314,-124.77596 L 144.15908,-117.12197 C 145.73838,-108.27259 144.45,-100.69156 141.27036,-100.12411 C 138.09072,-99.556654 134.25952,-106.22404 132.68023,-115.07342 L 131.31427,-122.72742 C 129.73498,-131.57679 131.02337,-139.15782 134.20301,-139.72527 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2738" />
              <path
                 d="M 140.71798,-140.88796 C 143.89762,-141.4554 147.7288,-134.78802 149.30809,-125.93864 L 150.67405,-118.28465 C 152.25334,-109.43527 150.96497,-101.85423 147.78533,-101.28679 C 144.60568,-100.71934 140.77447,-107.38671 139.19519,-116.23609 L 137.82924,-123.89009 C 136.24994,-132.73948 137.53833,-140.32051 140.71798,-140.88796 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2740" />
              <path
                 d="M -13.757206,-69.67425 C -20.400646,-69.50668 -26.100746,-71.727619 -26.480626,-74.631683 C -26.860516,-77.535665 -21.777106,-80.028601 -15.133666,-80.196162 C -8.7057756,-80.358293 -8.9323056,-88.447818 -7.2562956,-78.392739 C -5.8830056,-70.153868 -6.9587256,-69.1124 -13.587716,-68.936098"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2742" />
              <path
                 d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                 transform="matrix(0.1788,1.4949511e-2,-1.6325171e-2,0.1952532,-42.259836,-139.17189)"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                 id="path2744" />
              <path
                 d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
                 transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,171.9064,104.53416)"
                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 clip-path="url(#clipPath4786)"
                 id="path2754" />
              <path
                 d="M 206,-214 C 188.94161,-210.90626 180.15384,-193.70383 171.75,-180.375 C 158.08041,-155.42154 152.87048,-125.48062 132.35045,-104.73516 C 126.87794,-98.277293 120.67555,-91.333286 112.21875,-89.03125 C 122.81813,-85.20545 131.30441,-95.056219 137.96875,-101.90625 C 156.59433,-123.41116 161.93414,-152.3271 175.15625,-176.875 C 182.33926,-189.28973 191.47071,-201.22014 202.84375,-209.8125 C 204.37396,-211.38855 209.87034,-212.83743 209.59375,-213.625 C 208.41799,-213.98871 207.26445,-214.09311 206,-214 z M 218,-207.25 C 218.66354,-201.90196 213.40374,-194.44109 219.15625,-190.78125 C 225.19421,-192.47885 222.68339,-200.26712 220.1875,-203.9375 C 219.52526,-204.87491 218.64357,-206.77189 218,-207.25 z M 101.96875,-110.9375 C 97.765072,-106.99094 102.1467,-98.610636 103.875,-96.40625 C 104.25163,-100.4586 107.57577,-104.14938 105.15625,-108.25 C 104.61856,-109.43724 103.53805,-111.03373 101.96875,-110.9375 z "
                 transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,170.59642,106.27468)"
                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6541)"
                 id="path2756" />
              <path
                 d="M 247.13382,-157.33484 L 283.54982,-157.33484 L 283.54982,-120.91884 L 247.13382,-120.91884 L 247.13382,-157.33484 z "
                 transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
                 style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-opacity:1"
                 clip-path="url(#clipPath11119)"
                 id="rect2760" />
              <path
                 d="M 247.125,-157.34375 L 247.125,-120.90625 L 249.125,-120.90625 L 249.125,-155.34375 L 283.5625,-155.34375 L 283.5625,-157.34375 L 247.125,-157.34375 z "
                 transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
                 style="opacity:0.88888891;fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11105)"
                 clip-path="url(#clipPath11115)"
                 id="path2762" />
              <path
                 d="M 281.5625,-157.34375 L 281.5625,-122.90625 L 247.125,-122.90625 L 247.125,-120.90625 L 283.5625,-120.90625 L 283.5625,-157.34375 L 281.5625,-157.34375 z "
                 transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
                 style="opacity:0.8444443;fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11073)"
                 clip-path="url(#clipPath11111)"
                 id="path2764" />
              <path
                 d="M 132.93533,-126.09004 C 130.10904,-118.47786 134.7992,-109.14942 142.64487,-106.9335 C 149.14574,-104.84722 156.93653,-107.75758 160.19104,-113.86273 C 163.38171,-119.49233 162.56528,-127.16044 157.87561,-131.72103 C 153.53351,-136.19167 146.34119,-137.65545 140.71853,-134.80059 C 137.11298,-133.06563 134.1624,-129.93763 132.93533,-126.09004 z "
                 style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:13.90160656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path2768" />
              <path
                 d="M 140.19668,-132.80146 C 137.8545,-126.17687 137.68354,-122.0992 141.56515,-114.99745 C 144.72151,-109.22261 149.43823,-106.59974 148.82025,-106.53073 C 147.26796,-106.35736 136.56151,-106.2107 133.19869,-117.51828 C 130.13097,-127.83357 139.50878,-134.34037 141.31953,-134.60614"
                 style="opacity:0.43129769;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1"
                 id="path2770" />
            </g>
            <g
               transform="matrix(0.8057349,-1.0705499,1.0705499,0.8057349,-463.13727,65.232307)"
               id="layer1">
              <g
                 transform="matrix(0.7664195,0,0,0.7664195,-4.7078914,247.90097)"
                 id="g11138">
                <path
                   d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
                   style="color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4429);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                   clip-path="url(#clipPath6467)"
                   id="rect7099" />
                <path
                   d="M 334.53559,241.91482 C 356.42495,166.74899 321.63018,-22.063039 139.06684,-160.74143"
                   style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:16.91699982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter6450);enable-background:accumulate"
                   clip-path="url(#clipPath6461)"
                   id="path5425" />
                <g
                   transform="translate(-248.19448,50.204581)"
                   id="g4743">
                  <path
                     d="M 155.1771,350.48547 C 155.17753,358.26054 151.73218,364.56582 147.47952,364.57268 C 143.22686,364.57954 139.77542,358.28538 139.76835,350.51032 C 139.76128,342.73526 143.20125,336.42016 147.4539,336.40116 C 151.70655,336.38216 155.16335,342.66646 155.17706,350.44149"
                     transform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,503.19317,-887.78482)"
                     style="color:#000000;fill:url(#radialGradient4431);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.29999995;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path11077" />
                  <path
                     d="M 314.44939,-319.11336 C 316.75285,-316.97173 313.8088,-310.08654 307.84837,-303.67569 L 302.69306,-298.13082 C 296.73263,-291.71998 290.07977,-288.28302 287.7763,-290.42465 C 285.47283,-292.56628 288.41688,-299.45147 294.37731,-305.86232 L 299.53261,-311.4072 C 305.49304,-317.81804 312.14592,-321.25498 314.44939,-319.11336 z "
                     style="color:#000000;fill:url(#linearGradient4433);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15994" />
                  <path
                     d="M 319.16909,-314.72524 C 321.47255,-312.58362 318.5285,-305.69843 312.56806,-299.28759 L 307.41277,-293.74271 C 301.45234,-287.33187 294.79947,-283.89491 292.49601,-286.03654 C 290.19254,-288.17817 293.13659,-295.06337 299.09701,-301.47422 L 304.25232,-307.0191 C 310.21275,-313.42994 316.86563,-316.86688 319.16909,-314.72524 z "
                     style="color:#000000;fill:url(#linearGradient4435);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15992" />
                  <path
                     d="M 323.8888,-310.33713 C 326.19226,-308.19551 323.2482,-301.31032 317.28777,-294.89948 L 312.13248,-289.3546 C 306.17204,-282.94375 299.51917,-279.50681 297.21571,-281.64844 C 294.91225,-283.79006 297.85628,-290.67526 303.81672,-297.08611 L 308.97202,-302.63098 C 314.93246,-309.04183 321.58533,-312.47876 323.8888,-310.33713 z "
                     style="color:#000000;fill:url(#linearGradient4437);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15990" />
                  <path
                     d="M 328.6085,-305.94903 C 330.91197,-303.8074 327.96791,-296.92222 322.00748,-290.51137 L 316.85217,-284.9665 C 310.89174,-278.55565 304.23888,-275.1187 301.93541,-277.26033 C 299.63195,-279.40196 302.57599,-286.28715 308.53642,-292.69801 L 313.69173,-298.24287 C 319.65215,-304.65372 326.30504,-308.09065 328.6085,-305.94903 z "
                     style="color:#000000;fill:url(#linearGradient4439);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15988" />
                  <path
                     d="M 333.32821,-301.56092 C 335.63167,-299.41929 332.68762,-292.53411 326.72719,-286.12327 L 321.57188,-280.57839 C 315.61145,-274.16754 308.95858,-270.7306 306.65512,-272.87222 C 304.35165,-275.01385 307.2957,-281.89905 313.25613,-288.3099 L 318.41143,-293.85477 C 324.37186,-300.26562 331.02474,-303.70255 333.32821,-301.56092 z "
                     style="color:#000000;fill:url(#linearGradient4441);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15986" />
                  <path
                     d="M 338.04791,-297.17282 C 340.35137,-295.03119 337.40732,-288.146 331.44689,-281.73516 L 326.29159,-276.19028 C 320.33116,-269.77943 313.67829,-266.34249 311.37482,-268.48412 C 309.07136,-270.62574 312.01541,-277.51094 317.97583,-283.92179 L 323.13114,-289.46666 C 329.09157,-295.87751 335.74445,-299.31444 338.04791,-297.17282 z "
                     style="color:#000000;fill:url(#linearGradient4443);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15984" />
                  <path
                     d="M 342.76761,-292.78471 C 345.07108,-290.64308 342.12703,-283.7579 336.16659,-277.34705 L 331.0113,-271.80218 C 325.05086,-265.39133 318.39799,-261.95438 316.09453,-264.09601 C 313.79107,-266.23764 316.7351,-273.12283 322.69554,-279.53368 L 327.85084,-285.07855 C 333.81128,-291.4894 340.46415,-294.92634 342.76761,-292.78471 z "
                     style="color:#000000;fill:url(#linearGradient4445);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15982" />
                  <path
                     d="M 347.48732,-288.3966 C 349.79079,-286.25498 346.84673,-279.36979 340.8863,-272.95894 L 335.73099,-267.41407 C 329.77056,-261.00322 323.1177,-257.56628 320.81423,-259.7079 C 318.51077,-261.84953 321.45481,-268.73473 327.41524,-275.14557 L 332.57054,-280.69045 C 338.53097,-287.10129 345.18385,-290.53823 347.48732,-288.3966 z "
                     style="color:#000000;fill:url(#linearGradient4447);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15980" />
                  <path
                     d="M 352.20703,-284.0085 C 354.51048,-281.86687 351.56644,-274.98168 345.60601,-268.57083 L 340.4507,-263.02597 C 334.49027,-256.61511 327.8374,-253.17817 325.53394,-255.3198 C 323.23047,-257.46142 326.17452,-264.34662 332.13495,-270.75746 L 337.29025,-276.30234 C 343.25068,-282.71318 349.90356,-286.15012 352.20703,-284.0085 z "
                     style="color:#000000;fill:url(#linearGradient4449);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15978" />
                  <path
                     d="M 356.92672,-279.62039 C 359.23019,-277.47876 356.28614,-270.59358 350.32571,-264.18273 L 345.17041,-258.63786 C 339.20998,-252.22701 332.55711,-248.79006 330.25364,-250.93169 C 327.95018,-253.07332 330.89423,-259.95851 336.85465,-266.36936 L 342.00996,-271.91423 C 347.97039,-278.32508 354.62327,-281.76202 356.92672,-279.62039 z "
                     style="color:#000000;fill:url(#linearGradient4451);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15976" />
                  <path
                     d="M 361.64643,-275.23228 C 363.9499,-273.09066 361.00585,-266.20547 355.04541,-259.79462 L 349.89012,-254.24975 C 343.92968,-247.8389 337.27681,-244.40196 334.97335,-246.54358 C 332.66989,-248.68521 335.61392,-255.57041 341.57436,-261.98125 L 346.72965,-267.52613 C 352.69009,-273.93697 359.34298,-277.37391 361.64643,-275.23228 z "
                     style="color:#000000;fill:url(#linearGradient4453);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15974" />
                  <path
                     d="M 366.36614,-270.84418 C 368.66961,-268.70255 365.72555,-261.81736 359.76512,-255.40651 L 354.60981,-249.86164 C 348.64938,-243.45079 341.99652,-240.01385 339.69305,-242.15547 C 337.38959,-244.2971 340.33363,-251.1823 346.29406,-257.59314 L 351.44936,-263.13802 C 357.40979,-269.54886 364.06267,-272.9858 366.36614,-270.84418 z "
                     style="color:#000000;fill:url(#linearGradient4455);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15972" />
                  <path
                     d="M 371.08585,-266.45607 C 373.38931,-264.31444 370.44525,-257.42925 364.48482,-251.01841 L 359.32952,-245.47353 C 353.36909,-239.06269 346.71622,-235.62574 344.41276,-237.76736 C 342.10929,-239.90899 345.05333,-246.7942 351.01376,-253.20504 L 356.16907,-258.74991 C 362.1295,-265.16076 368.78238,-268.5977 371.08585,-266.45607 z "
                     style="color:#000000;fill:url(#linearGradient4457);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15970" />
                  <path
                     d="M 375.80555,-262.06796 C 378.10901,-259.92634 375.16496,-253.04114 369.20453,-246.6303 L 364.04923,-241.08542 C 358.0888,-234.67458 351.43593,-231.23764 349.13246,-233.37926 C 346.829,-235.52088 349.77304,-242.40609 355.73347,-248.81693 L 360.88878,-254.36181 C 366.84921,-260.77265 373.50209,-264.20959 375.80555,-262.06796 z "
                     style="color:#000000;fill:url(#linearGradient4459);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15968" />
                  <path
                     d="M 380.52525,-257.67986 C 382.82872,-255.53823 379.88467,-248.65304 373.92423,-242.24219 L 368.76893,-236.69732 C 362.80849,-230.28648 356.15563,-226.84952 353.85217,-228.99115 C 351.5487,-231.13278 354.49275,-238.01798 360.45318,-244.42882 L 365.60847,-249.9737 C 371.56891,-256.38454 378.2218,-259.82148 380.52525,-257.67986 z "
                     style="color:#000000;fill:url(#linearGradient4461);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15966" />
                  <path
                     d="M 385.24496,-253.29175 C 387.54843,-251.15012 384.60437,-244.26493 378.64394,-237.85409 L 373.48863,-232.30921 C 367.5282,-225.89837 360.87533,-222.46142 358.57187,-224.60304 C 356.26841,-226.74467 359.21245,-233.62987 365.17289,-240.04072 L 370.32818,-245.5856 C 376.28861,-251.99644 382.94149,-255.43338 385.24496,-253.29175 z "
                     style="color:#000000;fill:url(#linearGradient4463);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15964" />
                  <path
                     d="M 389.96467,-248.90364 C 392.26813,-246.76202 389.32407,-239.87682 383.36364,-233.46598 L 378.20834,-227.9211 C 372.24791,-221.51026 365.59504,-218.07331 363.29157,-220.21494 C 360.98812,-222.35656 363.93215,-229.24176 369.89258,-235.65261 L 375.04789,-241.19749 C 381.00832,-247.60833 387.6612,-251.04527 389.96467,-248.90364 z "
                     style="color:#000000;fill:url(#linearGradient4465);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15962" />
                  <path
                     d="M 394.68437,-244.51554 C 396.98783,-242.37391 394.04378,-235.48872 388.08335,-229.07788 L 382.92805,-223.533 C 376.96762,-217.12216 370.31475,-213.6852 368.01128,-215.82683 C 365.70781,-217.96846 368.65186,-224.85365 374.61229,-231.26451 L 379.7676,-236.80938 C 385.72803,-243.22022 392.38091,-246.65716 394.68437,-244.51554 z "
                     style="color:#000000;fill:url(#linearGradient4467);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15960" />
                  <path
                     d="M 399.40407,-240.12742 C 401.70754,-237.9858 398.76349,-231.10061 392.80305,-224.68977 L 387.64775,-219.14489 C 381.68731,-212.73404 375.03445,-209.2971 372.73099,-211.43872 C 370.42752,-213.58035 373.37157,-220.46555 379.332,-226.8764 L 384.4873,-232.42128 C 390.44773,-238.83212 397.10061,-242.26906 399.40407,-240.12742 z "
                     style="color:#000000;fill:url(#linearGradient4469);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15958" />
                  <path
                     d="M 404.12378,-235.73932 C 406.42724,-233.59769 403.48319,-226.7125 397.52276,-220.30166 L 392.36746,-214.75679 C 386.40702,-208.34593 379.75415,-204.90899 377.4507,-207.05062 C 375.14723,-209.19224 378.09127,-216.07744 384.05171,-222.48829 L 389.207,-228.03316 C 395.16744,-234.44401 401.82031,-237.88094 404.12378,-235.73932 z "
                     style="color:#000000;fill:url(#linearGradient4471);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15956" />
                  <path
                     d="M 408.84348,-231.35121 C 411.14695,-229.20958 408.20289,-222.3244 402.24246,-215.91356 L 397.08716,-210.36868 C 391.12673,-203.95783 384.47386,-200.52088 382.17039,-202.66251 C 379.86694,-204.80414 382.81097,-211.68933 388.7714,-218.10019 L 393.92671,-223.64505 C 399.88714,-230.05591 406.54002,-233.49284 408.84348,-231.35121 z "
                     style="color:#000000;fill:url(#linearGradient4473);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15954" />
                  <path
                     d="M 413.56319,-226.9631 C 415.86665,-224.82148 412.9226,-217.93629 406.96217,-211.52545 L 401.80687,-205.98057 C 395.84644,-199.56972 389.19357,-196.13278 386.8901,-198.2744 C 384.58663,-200.41603 387.53068,-207.30123 393.49111,-213.71208 L 398.64641,-219.25695 C 404.60684,-225.6678 411.25973,-229.10473 413.56319,-226.9631 z "
                     style="color:#000000;fill:url(#linearGradient4475);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15952" />
                  <path
                     d="M 418.28289,-222.575 C 420.58636,-220.43337 417.64231,-213.54819 411.68187,-207.13733 L 406.52657,-201.59247 C 400.56614,-195.18161 393.91327,-191.74467 391.60981,-193.8863 C 389.30634,-196.02792 392.25039,-202.91312 398.21082,-209.32397 L 403.36612,-214.86884 C 409.32655,-221.27969 415.97943,-224.71662 418.28289,-222.575 z "
                     style="color:#000000;fill:url(#linearGradient4477);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15950" />
                  <path
                     d="M 423.0026,-218.18689 C 425.30606,-216.04526 422.362,-209.16008 416.40157,-202.74923 L 411.24628,-197.20436 C 405.28584,-190.79351 398.63297,-187.35656 396.32952,-189.49819 C 394.02605,-191.63982 396.97008,-198.52502 402.93052,-204.93586 L 408.08582,-210.48073 C 414.04626,-216.89159 420.69913,-220.32852 423.0026,-218.18689 z "
                     style="color:#000000;fill:url(#linearGradient4479);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="rect10025" />
                  <path
                     d="M 277.13608,-296.67423 C 273.11538,-301.74503 271.50547,-307.48054 273.54252,-309.47669 C 275.5795,-311.4728 280.49591,-308.97749 284.5166,-303.90669 C 288.40684,-299.00042 294.56823,-303.9138 287.72634,-296.72165 C 282.12028,-290.82858 280.68004,-291.05567 276.66101,-296.11011"
                     style="color:#000000;fill:url(#radialGradient4481);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path8389" />
                  <path
                     d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                     transform="matrix(9.3071682e-2,0.1478694,-0.1614763,0.1016361,314.51783,-359.54764)"
                     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                     id="path2309" />
                </g>
                <path
                   d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                   transform="matrix(-2.885017e-3,0.2786991,-0.23703,-2.453618e-3,290.22251,-88.975938)"
                   style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                   id="path3325" />
                <path
                   d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                   transform="matrix(6.560587e-2,0.2237996,-0.240149,7.0398612e-2,363.15139,143.20596)"
                   style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                   id="path3327" />
                <path
                   d="M 156.4375,-131.46875 C 197.18892,-87.703743 231.23776,-36.668482 251.6875,19.78125 C 256.4587,32.246745 259.53507,46.286377 262.9375,58.46875 C 276.84393,52.284397 294.65398,62.371408 296.4375,77.5625 C 299.43536,92.931099 284.72996,108.21273 269.25,105.78125 C 264.77658,104.92217 268.75163,114.00106 267.11252,116.77843 C 266.47246,127.54375 265.05148,138.23267 262.65625,148.75 C 287.29105,153.84372 311.55694,162.26122 330.78125,179.03125 C 325.00155,97.134804 301.39682,13.658657 252.60628,-51.595014 C 228.19138,-84.778685 199.35331,-118.61499 168.44667,-144.72792 C 168.01959,-143.88417 156.86458,-132.3125 156.4375,-131.46875 z "
                   style="opacity:0.37222224;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                   id="path8980" />
                <g
                   id="g6545">
                  <path
                     d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
                     transform="translate(2.1213203,0)"
                     style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                     clip-path="url(#clipPath4786)"
                     id="path3656" />
                  <path
                     d="M 206,-214 C 188.94161,-210.90626 180.15384,-193.70383 171.75,-180.375 C 158.08041,-155.42154 152.87048,-125.48062 132.35045,-104.73516 C 126.87794,-98.277293 120.67555,-91.333286 112.21875,-89.03125 C 122.81813,-85.20545 131.30441,-95.056219 137.96875,-101.90625 C 156.59433,-123.41116 161.93414,-152.3271 175.15625,-176.875 C 182.33926,-189.28973 191.47071,-201.22014 202.84375,-209.8125 C 204.37396,-211.38855 209.87034,-212.83743 209.59375,-213.625 C 208.41799,-213.98871 207.26445,-214.09311 206,-214 z M 218,-207.25 C 218.66354,-201.90196 213.40374,-194.44109 219.15625,-190.78125 C 225.19421,-192.47885 222.68339,-200.26712 220.1875,-203.9375 C 219.52526,-204.87491 218.64357,-206.77189 218,-207.25 z M 101.96875,-110.9375 C 97.765072,-106.99094 102.1467,-98.610636 103.875,-96.40625 C 104.25163,-100.4586 107.57577,-104.14938 105.15625,-108.25 C 104.61856,-109.43724 103.53805,-111.03373 101.96875,-110.9375 z "
                     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6541)"
                     id="path6490" />
                </g>
                <g
                   transform="matrix(0.9999738,7.2470447e-3,-7.2470447e-3,0.9999738,-104.00128,-14.926588)"
                   id="g11125">
                  <rect
                     width="36.416"
                     height="36.416"
                     ry="0"
                     x="247.13382"
                     y="-157.33484"
                     style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                     clip-path="url(#clipPath11119)"
                     id="rect10064" />
                  <path
                     d="M 247.125,-157.34375 L 247.125,-120.90625 L 249.125,-120.90625 L 249.125,-155.34375 L 283.5625,-155.34375 L 283.5625,-157.34375 L 247.125,-157.34375 z "
                     style="opacity:0.88888891;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11105)"
                     clip-path="url(#clipPath11115)"
                     id="rect10066" />
                  <path
                     d="M 281.5625,-157.34375 L 281.5625,-122.90625 L 247.125,-122.90625 L 247.125,-120.90625 L 283.5625,-120.90625 L 283.5625,-157.34375 L 281.5625,-157.34375 z "
                     style="opacity:0.8444443;fill:#241c1c;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11073)"
                     clip-path="url(#clipPath11111)"
                     id="rect10071" />
                  <g
                     transform="matrix(0.3265611,-0.106124,0.106124,0.3265611,121.5599,-111.83884)"
                     id="g3394">
                    <path
                       d="M 424.44426,13.892938 C 401.41984,13.494923 380.87696,34.820651 382.33159,57.895378 C 382.86756,77.250345 397.98487,95.354352 417.38048,98.316112 C 435.44379,101.55461 455.19,92.154618 462.97793,75.316798 C 470.85224,59.493461 468.00023,38.874435 455.07166,26.518589 C 447.03726,18.505274 435.89238,13.555088 424.44426,13.892938 z "
                       style="fill:url(#radialGradient4483);fill-opacity:1;stroke:none;stroke-width:13.90160656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                       id="path5634" />
                    <path
                       d="M 449.23233,27.003698 C 429.30553,26.971468 418.23567,30.351237 402.88902,47.418534 C 390.40978,61.29691 387.83131,76.38369 387.06515,74.795378 C 385.14062,70.805655 374.67336,42.300737 401.76006,22.663613 C 426.46977,4.7497596 452.70204,23.715228 455.11697,28.309424"
                       style="opacity:0.43129769;fill:url(#linearGradient4485);fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1"
                       id="path5636" />
                  </g>
                  <path
                     d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                     transform="matrix(-1.2652142e-3,0.1222225,-0.1039487,-1.0760257e-3,279.68556,-160.13163)"
                     style="opacity:0.74444442;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                     id="path11123" />
                </g>
              </g>
            </g>
          </g>
        </svg>
      </script>

    <script type="image/svg+xml">
      <svg id="SVGViewerControlTopRightElement" class="TopRightQuad">
          <g id="g1">
            <rect
               width="400"
               height="50"
               ry="0"
               x="50"
               y="50"
               style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="rect2" />
          </g>
      </svg>
    </script>

    <script type="image/svg+xml">
      <svg id="SVGViewerControlBottomLeftElement" class="BottomLeftQuad">
          <g id="g2">
            <rect
               width="500"
               height="200"
               ry="0"
               x="50"
               y="50"
               style="opacity:1;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="rect3" />
          </g>
      </svg>
    </script>
    
    <script type="image/svg+xml">
      <svg id="SVGViewerControlLastElement">
          <g id="g3">
            <rect
               width="250"
               height="120"
               ry="5"
               x="50"
               y="50"
               style="opacity:1;fill:blue;fill-opacity:1;stroke:none;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               id="rect4" />
          </g>
      </svg>
    </script>
  </body>
</html>
place holder<!DOCTYPE html>
<html>
  <!-- Tests using the OBJECT syntax to embed an SVG file -->
    
  <head>
    
    <!-- Optional meta tag; if left off, we default to only using the Flash
         renderer for Internet Explorer and using native support on other
         browsers. You can force the Flash renderer for all browsers by
         setting the META tag below to true. -->
    <!-- meta name="svg.render.forceflash" content="true" / -->  <!-- disabled  -->
    
    <script src="../../src/svg.js" data-path="../../src/"></script>
  </head>
  
  <body>
    <h1>Tests using the OBJECT syntax to embed an SVG file</h1>

    <!--[if !IE]>-->
      <object data="../svg-files/photos.svg" type="image/svg+xml"
              width="1250" height="750" id="mySVGObject"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="../svg-files/photos.svg" classid="image/svg+xml"
              width="1250" height="750" id="mySVGObject"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="../svg-files/photos.svg" type="image/svg+xml"
              width="1250" height="750" id="mySVGObject"> <![endif]-->
      </object>

    <h1>Test HTML H1</h1>
  </body>
</html>
<!DOCTYPE html>
<html>
  <!-- Tests embedding SVG using an OBJECT tag, and manipulating it through
       JavaScript -->

 <head>

   <script src="../../src/svg.js" data-path="../../src/"></script>
   
   <script>
     window.addEventListener('SVGLoad', function() {
       var doc = document.getElementById('mySVG').contentDocument;                
                    
       // use some JavaScript to animate the rectangles over and over
       window._counter = 1;
       window.setInterval(function() {
         var rect = doc.getElementById('myRect');
         var fill;
         if (window._counter % 2 == 0) {
           fill = 'yellow';
         } else {
           fill = 'green';
         }
         rect.setAttribute('fill', fill);
         
         rect = doc.getElementsByTagNameNS(svgns, 'rect')[0];
         if (window._counter % 2 == 0) {
           fill = 'blue';
         } else {
           fill = 'brown';
         }
         rect.setAttribute('fill', fill);

         window._counter++;
       }, 100);
     }, false);
   </script>
 </head>

 <body>
   
   <h1>Tests embedding SVG using an OBJECT tag, and manipulating it through
        JavaScript</h1>
        
   <!--[if !IE]>-->
     <object data="../svg-files/mysvg.svg" type="image/svg+xml"
             width="250" height="150" id="mySVG"> <!--<![endif]-->
   <!--[if lt IE 9]>
     <object src="../svg-files/mysvg.svg" classid="image/svg+xml"
             width="250" height="150" id="mySVG"> <![endif]-->
   <!--[if gte IE 9]>
     <object data="../svg-files/mysvg.svg" type="image/svg+xml"
             width="250" height="150" id="mySVG"> <![endif]-->
     </object>

 </body>
</html>
<!DOCTYPE html>
<html>
  <!-- Tests embedding SVG using an OBJECT tag, and manipulating it through
       JavaScript -->

 <head>

   <script src="../../src/svg.js" data-path="../../src/"></script>
   
   <script>
     function objLoadFunc() {
       var doc = document.getElementById('mySVG').contentDocument;                
                    
       // use some JavaScript to animate the rectangles over and over
       window._counter = 1;
       window.setInterval(function() {
         var rect = doc.getElementById('myRect');
         var fill;
         if (window._counter % 2 == 0) {
           fill = 'yellow';
         } else {
           fill = 'green';
         }
         rect.setAttribute('fill', fill);
         
         rect = doc.getElementsByTagNameNS(svgns, 'rect')[0];
         if (window._counter % 2 == 0) {
           fill = 'blue';
         } else {
           fill = 'brown';
         }
         rect.setAttribute('fill', fill);

         window._counter++;
       }, 100);
     }

     function loadFunc() {
       var obj = document.createElement('object', true);
       obj.id = 'mySVG';
       obj.setAttribute('type', 'image/svg+xml');
       obj.setAttribute('data', '../svg-files/mysvg.svg');
       obj.setAttribute('width', '250');
       obj.setAttribute('height', '150');

       obj.addEventListener(window.svgweb ? 'SVGLoad' : 'load', objLoadFunc, false);

       var container = document.getElementById('svgDiv');
       if (window.svgweb) {
         svgweb.appendChild(obj, container);
       } else {
         container.appendChild(obj);
       }

     }

     if (window.svgweb) {
        svgweb.addOnLoad(loadFunc);
     }
     else {
        window.addEventListener('load', loadFunc, false);
     }

   </script>
 </head>

 <body>
   
   <h1>Tests added SVG using an OBJECT element created with JavaScript, and manipulating it through
        JavaScript</h1>
   <div id="svgDiv">     
   <!-- SVG Goes here -->
   </div>

 </body>
</html>
<!DOCTYPE html>
<html>
  <!-- 
    Tests having multiple SVG OBJECTs on the page at the same time,
    as well as making SVG objects have different display and position
    attributes set both through inline styles as well as CSS style
    rules. 
  -->
    
  <head>
    
    <script src="../../src/svg.js" data-path="../../src/"></script>
    
    <style type="text/css">
      object {
        overflow: hidden;
      }
      
      #blockSVG {
        display: block;
      }
      
      #inlineSVG {
        display: inline;
      }
      
      #absoluteSVG {
        position: absolute; 
        right: 5px; 
        bottom: 5px; 
        border: 5px solid red;
      }
    </style>
  </head>
  
  <body>
    <h1>Tests having multiple SVG OBJECTs on the page at the same time,
        as well as making SVG objects have different display and position
        attributes set both through inline styles as well as CSS style
        rules.</h1>
    
    <h2>A block-level SVG object using implicit width and height set with
        inline style rule:</h2>
    
    <!--[if !IE]>-->
      <object data="../svg-files/scimitar.svg" type="image/svg+xml"
              style="display: block;" id="testSVG1"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="../svg-files/scimitar.svg" classid="image/svg+xml"
              style="display: block;" id="testSVG1"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="../svg-files/scimitar.svg" type="image/svg+xml"
              style="display: block;" id="testSVG1"> <![endif]-->
      </object>

    <h2>A block-level SVG object using implicit width and height set using
        CSS rule:</h2>
    
    <!--[if !IE]>-->
      <object data="../svg-files/scimitar.svg" type="image/svg+xml"
              id="blockSVG"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="../svg-files/scimitar.svg" classid="image/svg+xml"
              id="blockSVG"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="../svg-files/scimitar.svg" type="image/svg+xml"
              id="blockSVG"> <![endif]-->
      </object>
    
    <h2>An inline-level SVG object set using an inline style rule:
    
    <!--[if !IE]>-->
      <object data="../svg-files/rectangles.svg" type="image/svg+xml"
              width="200" height="200" id="testSVG2"
              style="display: inline;"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="../svg-files/rectangles.svg" classid="image/svg+xml"
              width="200" height="200" id="testSVG2"
              style="display: inline;"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="../svg-files/rectangles.svg" type="image/svg+xml"
              width="200" height="200" id="testSVG2"
              style="display: inline;"> <![endif]-->
      </object>

      Some more text following the object.
    </h2>
          
    <h2>An inline-level SVG object set using a CSS style rule:

    <!--[if !IE]>-->
      <object data="../svg-files/rectangles.svg" type="image/svg+xml"
              width="200" height="200" id="inlineSVG"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="../svg-files/rectangles.svg" classid="image/svg+xml"
              width="200" height="200" id="inlineSVG"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="../svg-files/rectangles.svg" type="image/svg+xml"
              width="200" height="200" id="inlineSVG"> <![endif]-->
      </object>

      Some more text following the object.</h2>
      
    <!--[if !IE]>-->
      <object data="../svg-files/rectangles.svg" type="image/svg+xml"
              width="450" height="450" id="svg2"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="../svg-files/rectangles.svg" classid="image/svg+xml"
              width="450" height="450" id="svg2"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="../svg-files/rectangles.svg" type="image/svg+xml"
              width="450" height="450" id="svg2"> <![endif]-->
        <h1>Fallback content 2</h1>
      </object>
      
          
    <h2>An absolutely positioned SVG object (should be at bottom right corner 
        of page, with a thick red border):</h2>

    <!--[if !IE]>-->
      <object data="../svg-files/rectangles.svg" type="image/svg+xml"
              width="200" height="200" id="absoluteSVG"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="../svg-files/rectangles.svg" classid="image/svg+xml"
              width="200" height="200" id="absoluteSVG"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="../svg-files/rectangles.svg" type="image/svg+xml"
              width="200" height="200" id="absoluteSVG"> <![endif]-->
      </object>
      
  </body>
</html>
<!DOCTYPE html>

<html>
  <head>
    <style type="text/css">
      .good {
        background-color: lightgreen;
      }
      
      .bad {
        background-color: red;
      }
      
      .important {
        font-weight: bold;
      }
    </style>
    
    <script type="text/javascript">
      /* 
        Internet Explorer's list of standard XHR PROGIDS. 
      */
      var XHR_PROGIDS = [
        'MSXML2.XMLHTTP.6.0', 'MSXML2.XMLHTTP.3.0', 'MSXML2.XMLHTTP',
        'Microsoft.XMLHTTP'
      ];

      /*
        Standard way to grab XMLHttpRequest object.
      */
      function xhrObj() {
        if (typeof XMLHttpRequest != 'undefined') {
          return new XMLHttpRequest();
        } else if (ActiveXObject) {
          var xhr = null;
          var i; // save the good PROGID for quicker access next time
          for (i = 0; i < XHR_PROGIDS.length && !xhr; ++i) {
            try {
              xhr = new ActiveXObject(XHR_PROGIDS[i]);
            } catch(e) {}
          }

          if (!xhr) {
            throw new Error('XMLHttpRequest object not available on this platform');
          }

          return xhr;
        }
      }
      
      var results = [];
      
      window.onload = function() {
        fetch('../svg.swf', 'application/x-shockwave-flash', 
              'swfResult', fetchCallback);
        fetch('../svg.htc', 'text/x-component', 'htcResult', fetchCallback);
        fetch('../../samples/svg-files/helloworld.svg', 'image/svg+xml',
              'svgResult', fetchCallback);
      }
      
      function fetch(fileName, correctMimeType, resultsID, callback) {
        var req = xhrObj();

        // bust the cache since IE's XHR GET requests are wonky
        fileName += '?' + new Date().getTime();

        req.onreadystatechange = function() {
          if (req.readyState == 4) {
            var resultsNode = document.getElementById(resultsID);
            if (req.status == 200) { // done
              var mimeType = req.getResponseHeader('Content-Type');
              if (mimeType == correctMimeType) {
                resultsNode.className += ' good';
                resultsNode.innerHTML = 'Good!';
                callback(true);
              } else {
                resultsNode.className += ' bad';
                resultsNode.innerHTML = 'Bad!';
                callback(false);
              }
            } else { // error
              resultsNode.className += ' bad';
              resultsNode.innerHTML = '';
              resultsNode.appendChild(document.createTextNode(
                    'Failed: ' + req.status + ': ' + req.statusText));
              callback(false);
            }

            req = null;
          }
        };

        req.open('GET', fileName, true);
        req.send(null);
      }
      
      function fetchCallback(success) {
        results.push(success);
        
        if (results.length == 3) {
          var finalResults = true;
          for (var i = 0; i < results.length; i++) {
            if (!results[i]) {
              finalResults = false;
            }
          }
          
          var totalResults = document.getElementById('totalResults');
          if (finalResults) {
            totalResults.className += ' good';
            totalResults.innerHTML = 'Everything works!';
          } else {
            totalResults.className += ' bad';
            totalResults.innerHTML = 'A MIME type is misconfigured!';
          }
        }
      }
    </script>
  </head>
  
  <body>
    <p>This page checks to make sure that your web server has its MIME types configured correctly. Upload it to your web server and then load this page in your web browser.</p>
    
    <p class="important">Web server configured correctly: <span id="totalResults">Checking...</span></p>
    
    <table id="resultsTable" border="1" cellpadding="5" cellpadding="5">
      <tr>
        <th>File Type</th>
        <th>MIME Type</th>
        <th>File Name</th>
        <th>Works?</th>
      </tr>
      
      <tr>
        <td>Flash SWF</td>
        <td>application/x-shockwave-flash</td>
        <td>svg.swf</td>
        <td id="swfResult" class="important">Checking...</td>
      </tr>
      
      <tr>
        <td>Microsoft Behavior HTC</td>
        <td>text/x-component</td>
        <td>svg.htc</td>
        <td id="htcResult" class="important">Checking...</td>
      </tr>
      
      <tr>
        <td>SVG files</td>
        <td>image/svg+xml</td>
        <td>helloworld.svg</td>
        <td id="svgResult" class="important">Checking...</td>
      </tr>
    </table>
  </body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//CL//DTD XHTML 1.0 Transitional plus Embed//EN"
 "http://www.w3.org/Graphics/xhtml1-transitional-plus-embed.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 Test Suite </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 </head>
 <body class="bodytext">
<h1 class="pageTitle">SVG 1.1 Test Suite</h1>
<h2>07 Nov 2006
</h2>
<p>Welcome to the SVG 1.1 Test Suite.</p>
<br />
<p>Tests in HTML using &lt;object&gt;:</p>
<ul>
<li><a href="htmlObjectHarness/full-index.html">Full</a></li>
<li><a href="htmlObjectHarness/basic-index.html">Basic</a></li>
<li><a href="htmlObjectHarness/tiny-index.html">Tiny</a></li>
</ul>
	</body>
</html>
<html>

  <!-- Runs a suite of unit tests against our JavaScript to ensure SVG
       events work correctly.
       See map of current status and corresponding Issues at:
       http://spreadsheets.google.com/ccc?key=0AltsRkRxjMyOdC1jc0lsaG43RDlFaFZQM0dsUVAzZlE&hl=en
   -->

  <head>
    <meta name="svg.render.forceflash" content="true" />
    
    <script src="../../src/svg.js" data-path="../../src/" data-debug="true">
    </script>
    <script src="testUtil.js"></script>
    
    <script>
      // if true, we print out each assertion as we run them; helps with
      // identifying where an assertion failed by printing the ones before it
      var printAsserts = false;
      
      // used to record whether a Flash error has occurred asynchronously
      // so we can halt testing and report the failure
      var flashError = false;

      function mywindowFunc4() {
        top.window.console.log('test 4 failed: html object svg, svg onload markup, window is incorrect in handler');
      }
      function mywindowFunc7() {
        top.window.console.log('test 7 failed: html object svg, svg onclick markup, window is incorrect in handler');
      }
      function mywindowFunc10() {
        top.window.console.log('test 10 failed: html object svg, svg click addEventListener, window is incorrect in handler');
      }
      function mywindowFunc13() {
        top.window.console.log('test 13 failed: html object svg, circle onclick = func, window is incorrect in handler');
      }
      function mywindowFunc16() {
        top.window.console.log('test 16 passed: html object svg, circle onclick = func, window is correct in handler');
      }
      function mywindowFunc19() {
        top.window.console.log('test 19 passed: html object svg, svg onload markup, window is correct in handler');
      }
      function mywindowFunc22() {
        top.window.console.log('test 22 passed: html svg, circle onclick markup, window is correct in handler');
      }
      function mywindowFunc25() {
        top.window.console.log('test 25 passed: html svg, circle addEventListener click, window is correct in handler');
      }
      function mywindowFunc28() {
        top.window.console.log('test 28 passed: html svg, circle onclick=func , window is correct in handler');
      }
      function mywindowFunc32() {
        top.window.console.log('test 32 failed: html svg, svg onload markup , window is not correct in handler');
      }
      function mywindowFunc35() {
        top.window.console.log('test 35 failed: html svg, circle onclick markup , window is not correct in handler');
      }
      function mywindowFunc38() {
        top.window.console.log('test 38 failed: html svg, circle click addeventlistener, window is not correct in handler');
      }
      function mywindowFunc41() {
        top.window.console.log('test 41 failed: html svg, circle onclick = func, window is not correct in handler');
      }
      function mywindowFunc45() {
        top.window.console.log('test 45 passed: dynamic svg, svg onload markup , window is correct in handler');
      }
      function mywindowFunc48() {
        top.window.console.log('test 48 passed: dynamic svg, svg onload = func , window is correct in handler');
      }
      function mywindowFunc51() {
        top.window.console.log('test 51 passed: dynamic svg, circle onclick markup , window is correct in handler');
      }
      function mywindowFunc54() {
        top.window.console.log('test 54 passed: dynamic svg, circle click addeventlistener , window is correct in handler');
      }
      function mywindowFunc57() {
        top.window.console.log('test 57 passed: dynamic svg, circle onclick = func , window is correct in handler');
      }

      window.onsvgload = function() {
        function test1(evt) {
          top.window.console.log("test 1 passed: html object loaded svg fired SVGLoad event handler that was added in window.onsvgload");
        }
        function test8(evt) {
          top.window.console.log("test 8 passed: html object loaded svg fired click event handler that was added in window.onsvgload");
          try {
            if (this.nodeName == 'circle') {
              top.window.console.log("test 9 passed: html object loaded svg fired click event handler and 'this' is correct");
            }
          }
          catch (e) {
            top.window.console.log("test 9 failed: " + (e.message || e));
          }
          try {
            mywindowFunc10();
          }
          catch (e) {
            top.window.console.log("test 10 failed: " + (e.message || e));
          }
        }
        function test11(evt) {
          top.window.console.log("test 11 passed: html object loaded svg fired onclick = func handler that was added in window.onsvgload");
          try {
            if (this.nodeName == 'circle') {
              top.window.console.log("test 12 passed: html object loaded svg fired onclick= func event handler and 'this' is correct");
            }
          }
          catch (e) {
            top.window.console.log("test 12 failed: " + (e.message || e));
          }
          try {
            mywindowFunc13();
          }
          catch (e) {
            top.window.console.log("test 13 failed: " + (e.message || e));
          }
        }

        // Run Tests
        if (document.getElementById('testObject')) {
          if (document.getElementById('testObject').addEventListener) {
            document.getElementById('testObject').addEventListener('SVGLoad', test1, false);
          }
          else {
            console.log("test 1 failed: html object is unpatched when window.onsvgload is called on IE");
          }
          if (document.getElementById('testObject').contentDocument) {
            document.getElementById('testObject').contentDocument.getElementById('objectCircle1').addEventListener('click', test8, false);
            document.getElementById('testObject').contentDocument.getElementById('objectCircle2').onclick = test11;
          }
          else {
            console.log("test 8 failed: html object is unpatched when window.onsvgload is called");
          }
        }


        function test14(evt) {
          top.window.console.log("test 14 passed: html svg fired SVGLoad handler that was added in window.onsvgload");
          try {
            if (this.nodeName == 'svg') {
              top.window.console.log("test 15 passed: html svg fired SVGLoad handler and 'this' is correct");
            }
          }
          catch (e) {
            top.window.console.log("test 15 failed: " + (e.message || e));
          }
          try {
            mywindowFunc16();
          }
          catch (e) {
            top.window.console.log("test 16 failed: " + (e.message || e));
          }
        }

        function test23(evt) {
          top.window.console.log("test 23 passed: html svg fired addEventListener click handler that was added in window.onsvgload");
          try {
            if (this.nodeName == 'circle') {
              top.window.console.log("test 24 passed: html svg fired addEventListener click handler and 'this' is correct");
            }
          }
          catch (e) {
            top.window.console.log("test 24 failed: " + (e.message || e));
          }
          try {
            mywindowFunc25();
          }
          catch (e) {
            top.window.console.log("test 25 failed: " + (e.message || e));
          }
        }
        function test26(evt) {
          top.window.console.log("test 26 passed: html svg fired onclick = func handler that was added in window.onsvgload");
          try {
            if (this.nodeName == 'circle') {
              top.window.console.log("test 27 passed: html svg fired onclick = func handler and 'this' is correct");
            }
          }
          catch (e) {
            top.window.console.log("test 27 failed: " + (e.message || e));
          }
          try {
            mywindowFunc28();
          }
          catch (e) {
            top.window.console.log("test 28 failed: " + (e.message || e));
          }
        }
        function test36(evt) {
          top.window.console.log("test 36 passed: html object loaded svg fired click event handler that was added in window.onsvgload");
          try {
            if (this.nodeName == 'circle') {
              top.window.console.log("test 37 passed: html object loaded svg fired click event handler and 'this' is correct");
            }
          }
          catch (e) {
            top.window.console.log("test 37 failed: " + (e.message || e));
          }
          try {
            mywindowFunc38();
          }
          catch (e) {
            top.window.console.log("test 38 failed: " + (e.message || e));
          }
        }
        function test39(evt) {
          top.window.console.log("test 39 passed: html svg fired onclick = func handler that was added in window.onsvgload");
          try {
            if (this.nodeName == 'circle') {
              top.window.console.log("test 40 passed: html svg fired onclick = func handler and 'this' is correct");
            }
          }
          catch (e) {
            top.window.console.log("test 40 failed: " + (e.message || e));
          }
          try {
            mywindowFunc41();
          }
          catch (e) {
            top.window.console.log("test 41 failed: " + (e.message || e));
          }
        }

        function test52(evt) {
          top.window.console.log("test 52 passed: dynamic svg, circle click addEventListener event handler that was added in window.onsvgload");
          try {
            if (this.nodeName == 'circle') {
              top.window.console.log("test 53 passed: dynamic svg, click addEventListener event handler and 'this' is correct");
            }
          }
          catch (e) {
            top.window.console.log("test 53 failed: " + (e.message || e));
          }
          try {
            mywindowFunc54();
          }
          catch (e) {
            top.window.console.log("test 54 failed: " + (e.message || e));
          }
        }
        function test55(evt) {
          top.window.console.log("test 55 passed: dynamic svg fired onclick = func handler that was added in window.onsvgload");
          try {
            if (this.nodeName == 'circle') {
              top.window.console.log("test 56 passed: dynamic svg fired onclick = func handler and 'this' is correct");
            }
          }
          catch (e) {
            top.window.console.log("test 56 failed: " + (e.message || e));
          }
          try {
            mywindowFunc57();
          }
          catch (e) {
            top.window.console.log("test 57 failed: " + (e.message || e));
          }
        }



        // Run More Tests
        if (document.getElementById('testSVG1')) {
          try {
            if (document.getElementById('testSVG1').addEventListener) {
              document.getElementById('testSVG1').addEventListener('SVGLoad', test14, false);
              document.getElementById('inlineCircle1').addEventListener('click', test23, false);
            }
            else {
              top.window.console.log("test 14 failed: html svg is unpatched when window.onsvgload is called on IE");
            }
          }
          catch (e) {
            top.window.console.log("test 14 failed: " + (e.message || e));
          }
        }
        else {
          top.window.console.log("test 14 failed: inline svg is not present when window.onsvgload is called");
        }

        if (document.getElementById('testSVG2')) {
          if (document.getElementById('inlineCircle2')) {
            document.getElementById('inlineCircle2').onclick = test26;
          }
          else {
            top.window.console.log("test 26 failed: inline svg is not present when window.onsvgload is called");
          }
        }
        else {
          top.window.console.log("test 26 failed: inline svg is not present when window.onsvgload is called");
        }

        // Run More Tests

        var obj = document.createElement('object', true);
        obj.setAttribute('id', 'dynamicObjectSVG');
        obj.setAttribute('type', 'image/svg+xml');
        obj.setAttribute('data', 'test_events2.svg');
        obj.setAttribute('width', '200');
        obj.setAttribute('height', '200');

        obj.addEventListener('svgload', function() {
          top.window.console.log("test 29 passed: dynamic object, addeventlistener svgload, handler called ");
          top.window.document.getElementById('dynamicObjectSVG').contentDocument.getElementById('objectCircle1').addEventListener('click', test36, false);
          top.window.document.getElementById('dynamicObjectSVG').contentDocument.getElementById('objectCircle2').onclick = test39;
        }, false);
        svgweb.appendChild(obj, document.body);


        window.purpleSVG = document.createElementNS(svgns, 'svg');
        window.purpleSVG.setAttribute('id', 'dynamicSVG');
        window.purpleSVG.setAttribute('width', '200');
        window.purpleSVG.setAttribute('height', '200');
        window.purpleSVG.setAttribute('viewBox', '0 0 200 200');
        window.purpleSVG.setAttribute('onload', "top.window.console.log('test 43 passed: dynamic svg, svg onload markup, handler called'); if (this.nodeName == 'svg') { top.window.console.log('test 44 passed: dynamic svg, svg onload markup, this is correct in handler'); } try { mywindowFunc45(); } catch(e) { top.window.console.log('test 45 failure:' +  (e.message || e)); }");
        function purpleLoad() {
          top.window.console.log("test 42 passed: dynamic svg, addeventlistener svgload, handler called ");

          var backRect = top.window.document.createElementNS(svgns, 'rect');
          backRect.setAttribute('width', '200');
          backRect.setAttribute('height', '200');
          backRect.setAttribute('fill', 'red');
          this.appendChild(backRect);
          top.window.console.log("test 58 passed: dynamic svg, addeventlistener svgload, this is correct");
          if (top.window == window) {
              top.window.console.log("test 59 passed: dynamic svg, addeventlistener svgload, window is correct");
          }
          var purpleCircle = top.window.document.createElementNS(svgns, 'circle');
          purpleCircle.setAttribute('cx', '50');
          purpleCircle.setAttribute('cy', '100');
          purpleCircle.setAttribute('r', '50');
          purpleCircle.setAttribute('fill', 'purple');
          purpleCircle.setAttribute('onclick', "top.window.console.log('test 49 passed: dynamic svg, circle onclick markup, handler called'); if (this.nodeName == 'circle') { top.window.console.log('test 50 passed: dynamic svg, circle onclick markup, this is correct in handler'); } try { mywindowFunc51(); } catch(e) { top.window.console.log('test 51 failure:' +  (e.message || e)); } ");
          purpleCircle.addEventListener('click', test52, false);
          this.appendChild(purpleCircle);
          var orangeCircle = top.window.document.createElementNS(svgns, 'circle');
          orangeCircle.setAttribute('cx', '100');
          orangeCircle.setAttribute('cy', '100');
          orangeCircle.setAttribute('r', '50');
          orangeCircle.setAttribute('fill', 'orange');
          orangeCircle.onclick = test55;
          this.appendChild(orangeCircle);
        }
        window.purpleSVG.addEventListener('SVGLoad', purpleLoad, false);
        svgweb.appendChild(window.purpleSVG, document.body);

        function test46() {
            top.window.console.log('test 46 passed: dynamic svg, svg onload = func, handler called');
            if (this.nodeName == 'svg') {
              top.window.console.log('test 47 passed: dynamic svg, svg onload = func, this is correct in handler');
            }
            try {
              mywindowFunc48();
            }
            catch(e) {
              top.window.console.log('test 48 failure:' +  (e.message || e));
            }
        }
        window.testOnloadSVG = document.createElementNS(svgns, 'svg');
        window.testOnloadSVG.setAttribute('id', 'dynamicSVG2');
        window.testOnloadSVG.setAttribute('width', '1');
        window.testOnloadSVG.setAttribute('height', '1');
        window.testOnloadSVG.setAttribute('viewBox', '0 0 200 200');
        window.testOnloadSVG.onload = test46;
        svgweb.appendChild(window.testOnloadSVG, document.body);
      }

      svgweb.addOnLoad(function() {
        var startTime = new Date().getTime();
        
        // TODO: Get these into a separate test page with JSUnit testing
        // to assert correct results
        
        // override svgweb._fireFlashError so we can know when errors
        // have occurred
        svgweb._fireFlashError = function(logMessage) {
          flashError = true;
          assertFailed(logMessage);
        }
        

        // test mouse and click events
        
        // remove mouse events using removeEventListener()
        
        // add mouse events dynamically using on* form
        //  * have code where we assign a function pointer:
        //      myCircle.onmouseup = someFunc
        //  * have code where we assign a string; make sure you use both
        //    'evt' and 'this' keywords: 
        //      myCircle.onmouseup = "someFunc(evt, this)"
        //  * have code where we assign a string but don't run a final
        //    function, such as alert('foobar')
        // do this for circle, image, g, svg, and text
        // on the MouseEvent, test the following values for correctness:
        // screenX, screenY, clientX, clientY, ctrlKey, shiftKey, metaKey,
        // button, relatedTarget, detail
        
        // remove mouse and click events dynamically using on* form
        
        // Make sure mouse events in the markup work (i.e. onmouseup):
        //  * Make sure they show up externally when we call myCircle.onmouseup
        //  * In the markup, assign a string handler that uses 'evt' and 'this'.
        //  * In the markup, have code where we assign a string but don't run 
        //    a final function, such as alert('foobar')
        // do this for circle, image, g, svg, text, and USE
        
        // ensure event listeners + adding nodes works while unattached.
        // create an element, addEventListener while unattached, then add
        // to DOM. Make sure event listener works. Repeat for event listeners
        // being added with on* form.
        
        // ensure event listeners + removing nodes works.
        // dynamically create an element, add an event listener using
        // addEventListener, then remove it; make sure events don't 
        // propagate. Repeat for event listeners being added with on* form.
        
        // remove an element from the DOM that has an event listener,
        // remove event while unattached from DOM, then reattach node to DOM.
        // make sure event doesn't show up anymore. Repeat for event listeners
        // add with both addEventListener() and on* forms.
        
        // test keyboard events
        
        var endTime = new Date().getTime();
        
        console.log('total test time='+(endTime - startTime) + 'ms');
        
        // set a slight timeout before reporting success in case a flash
        // error occurred
        window.setTimeout(function() {
          if (!flashError) {
            console.log('All automatic tests completed');
            console.log('Click on the red circle to run tests 5 to 10');
            console.log('Click on the blue circle to run tests 11 to 13');
            console.log('Click on the grey circle to run tests 20 to 25');
            console.log('Click on the green circle to run tests 26 to 28');
            console.log('Click on the yellow circle to run tests 33 to 38');
            console.log('Click on the brown circle to run tests 39 to 41');
            console.log('Click on the purple circle to run tests 49 to 54');
            console.log('Click on the orange circle to run tests 55 to 57');
          }
        }, 200);

      });
    </script>
  </head>
  
  <body>
    
    <!--[if IE]><object id="testObject" src="test_events.svg" classid="image/svg+xml"  width="300" height="200" ><![endif]-->
    <!--[if !IE]>--><object id="testObject"  data="test_events.svg" type="image/svg+xml" width="300" height="200" ><!--<![endif]--></object>

    <script type="image/svg+xml">
      <svg id="testSVG1" width="200" height="200" border="1px solid black;" onload="top.window.console.log('test 17 passed: inline svg, svg onload markup, handler called'); if (this.nodeName == 'svg') { top.window.console.log('test 18 passed: inline svg, svg onload markup, this is correct in handler'); } try { mywindowFunc19(); } catch(e) { top.window.console.log('test 19 failure: ' +  (e.message || e)); } " >

          <circle id='inlineCircle1' cx='100' cy='100' r='50' fill='grey' onclick="top.window.console.log('test 20 passed: html object svg, circle onclick markup, handler called'); if (this.nodeName == 'circle') { top.window.console.log('test 21 passed: html object svg, circle onclick markup, this is correct in handler'); } try { mywindowFunc22(); } catch(e) { top.window.console.log('test 22 failure:' +  (e.message || e)); } " />
      </svg>
    </script>
    <script type="image/svg+xml">
      <svg id="testSVG2" width="200" height="200" border="1px solid black;">
          <circle id='inlineCircle2' cx='100' cy='100' r='50' fill='green'/>
      </svg>
    </script>


  </body>
</html>
<html>

  <!-- Runs a suite of unit tests against our JavaScript SVG DOM and CSS API -->

  <head>
    <meta name="svg.render.forceflash" content="false" />
    <meta name="svg.config.data-path" content="../../src" />
        
    <script src="../../src/svg.js" data-debug="true"></script>
    <script src="test_js.js"></script>
    <script src="testUtil.js"></script>

    <script>
      // subscribe to the page load event in different ways to make sure
      // it works
      window.addEventListener('SVGLoad', function() {
        window._pageLoadedListeners.push('addEventListener, useCapture=false');
      }, false);
      window.addEventListener('svgload', function() {
        window._pageLoadedListeners.push('addEventListener, useCapture=true');
      }, true);
      
      if (window.attachEvent) { // IE
        window.attachEvent('onsvgload', function() {
          window._pageLoadedListeners.push('attachEvent');
        });
      }
      
      window.onsvgload = function() {
        // indicate which onload listener fired for later testing
        window._pageLoadedListeners.push('windowOnLoad');
        
        // specify how each of our SVG images is embedded to help the unit
        // tests run correctly
        var embedTypes = {};
        embedTypes['mySVG'] = 'script';
        embedTypes['svg2'] = 'script';
        embedTypes['svg11242'] = 'script';
        
        // run the tests
        runTests(embedTypes);
      };
    </script>
  </head>

  <body>
    <div id="test_container">
      <h1>Runs a suite of unit tests against our JavaScript SVG DOM 
          on a normal text/html page using directly embedded SVG</h1>
    
      <script type="image/svg+xml">
        <svg id="mySVG" width="500" height="500"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             onload="svgweb._scriptEmbedOnLoad(this)"
             class="mySVGClassName1 mySVGClassName2">
          <g id="myGroup" class="foobar">
            <rect
               id="myRect"
               width="36.416"
               height="36.416"
               x="50"
               y="50"
               fill="red"/>
            <text id="myText" 
                  x="80" 
                  y="80" 
                  font-family="Verdana" 
                  font-size="24" 
                  fill="blue">hello world</text>
            <desc>This is a description</desc>
            <title>This is a title</title>
            <rect id="anotherRect1" x="350" y="150" width="50" height="50"
                  style="fill: blue"/>
            <rect id="anotherRect2" x="350" y="220" width="50" height="50" />
          </g>
          <g id="removeMe">
            <text x="80" y="150" id="testText5">You should not see this</text>
            <rect x="80" y="190" width="15" height="15" fill="green"/>
          </g>
        </svg>
      </script>
  
      <script type="image/svg+xml">
        <?xml version="1.0"?>
        <svg
           xmlns:dc="http://purl.org/dc/elements/1.1/"
           xmlns:cc="http://web.resource.org/cc/"
           xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:svg="http://www.w3.org/2000/svg"
           xmlns="http://www.w3.org/2000/svg"
           xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
           xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
           width="450"
           height="450"
           id="svg2"
           sodipodi:version="0.32"
           inkscape:version="0.45"
           sodipodi:docbase="/home/lukisuser/Desktop/mounted storage/bfiles 2007/Projects/Squares - 08 August"
           sodipodi:docname="spring_tree_final.svg"
           inkscape:output_extension="org.inkscape.output.svg.inkscape"
           version="1.0"
           sodipodi:modified="true"
           style="shape-rendering: geometricPrecision;">
          <defs
             id="defs4" />
          <sodipodi:namedview
             id="base"
             pagecolor="#ffffff"
             bordercolor="#666666"
             borderopacity="1.0"
             gridtolerance="10000"
             guidetolerance="10"
             objecttolerance="10"
             inkscape:pageopacity="0.0"
             inkscape:pageshadow="2"
             inkscape:zoom="1.6488889"
             inkscape:cx="225"
             inkscape:cy="225"
             inkscape:document-units="px"
             inkscape:current-layer="layer2"
             inkscape:window-width="910"
             inkscape:window-height="945"
             inkscape:window-x="25"
             inkscape:window-y="25"
             width="5in"
             height="5in"
             units="in"
             borderlayer="true" />
          <metadata
             id="metadata7">
            <rdf:RDF>
              <cc:Work
                 rdf:about=""
                 id="myCCWork">
                <dc:format>image/svg+xml</dc:format>
                <dc:type id="myDCType"
                   rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
              </cc:Work>
            </rdf:RDF>
          </metadata>
          <g
             inkscape:label="bg"
             inkscape:groupmode="layer"
             id="layer1"
             style="opacity:1;display:inline">
            <rect
               y="-1.7111325"
               x="-2.2665024"
               height="455.04538"
               width="455.04538"
               id="rect3926"
               style="opacity:1;fill:#c1cfeb;fill-opacity:1;stroke:#555040;stroke-width:3.16145396;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               style="opacity:1;fill:#585a53;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
               d="M -20.133478,316.78351 C -2.5343923,300.86446 23.150308,304.80212 43.988839,310.96541 C 64.182313,311.03608 84.995525,308.01108 102.22691,296.84598 C 116.66515,291.19078 133.79301,284.32476 148.30745,293.77777 C 164.10698,306.69071 183.19684,310.30976 201.28953,299.86958 C 220.6633,293.25475 231.73414,283.23716 251.94853,283.33722 C 273.59866,283.44962 280.81344,306.25205 297.64771,310.93883 C 318.87056,316.8474 338.07631,304.09275 351.47223,307.28886 C 365.27894,310.58296 386.98702,326.3148 408.2949,324.48886 C 425.22232,319.70984 428.34402,315.64725 448.13463,315.6678 C 459.12426,315.44023 482.48913,306.95039 477.97163,325.59815 C 478.30341,380.34313 478.63519,424.53633 478.96697,479.2813 C 309.08287,477.17096 139.1988,475.06064 -30.685293,472.9503 C -27.16803,420.89469 -23.650742,368.83911 -20.133478,316.78351 z "
               id="path3913"
               sodipodi:nodetypes="cccccssscccccc" />
            <path
               style="opacity:1;fill:#2d2a22;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
               d="M -26.464558,347.38376 C -14.627076,332.27699 4.5990659,323.63037 22.927329,333.61598 C 44.15365,340.45766 63.494842,337.69222 86.75505,336.39138 C 107.11568,329.94649 124.3604,329.12923 146.77098,331.03707 C 166.6472,343.39756 188.9668,335.48212 207.4473,326.44924 C 225.58017,316.28316 246.4991,314.44583 266.87566,315.7283 C 289.93988,308.50139 313.42228,328.59545 335.64065,315.19111 C 354.73339,310.04349 372.71117,326.64853 377.66963,341.0526 C 385.06199,362.5271 412.31684,364.31988 423.70191,361.10106 C 446.96178,358.30871 459.72126,360.01151 479.39669,362.35115 C 484.82729,368.13087 486.6699,390.17234 487.51983,397.61438 C 486.07577,427.65047 484.63172,457.68659 483.18768,487.72271 C 312.24841,484.90891 141.30915,482.09511 -29.630097,479.2813 C -28.574926,435.31545 -27.51973,391.34962 -26.464558,347.38376 z "
               id="path2940"
               sodipodi:nodetypes="cccccccscccccc" />
            <path
               id="path3936"
               d="M -46.533786,262.52475 C -46.533786,262.16533 -46.533786,261.80586 -46.533786,261.44645 C -46.533786,243.62866 16.554981,229.01164 23.485398,228.01906 C 43.635049,225.13323 96.995265,231.69508 116.84434,238.80207 C 147.34473,249.72283 184.4183,244.30422 215.02288,238.8252 C 252.24764,232.16103 286.868,208.98234 323.89032,200.14508 C 346.16295,194.82854 375.76711,197.75111 397.37169,206.59173 C 409.70541,211.63876 446.75054,212.33172 462.87351,215.21819 C 472.53968,216.9487 480.83934,220.60965 490.73062,220.60965 C 497.75494,220.60965 499.74082,201.30564 501.27114,194.73044 C 508.32008,164.44377 505.67234,129.04022 508.80009,97.683202 C 511.01863,75.441418 506.5414,52.97892 506.5414,30.828408 C 506.5414,17.668612 505.29744,4.6674469 503.52982,-7.9904811 C 500.04884,-32.918035 486.04048,-30.634835 470.40248,-30.634835 C 429.12258,-30.634835 387.49351,-45.73107 346.17488,-45.73107 C 311.26695,-45.73107 276.46532,-46.809369 241.52253,-46.809369 C 213.1252,-46.809369 184.94239,-42.496173 156.44546,-42.496173 C 136.10784,-42.496173 109.82707,-44.135484 90.19075,-37.104653 C 69.826652,-29.813245 47.25022,-40.060831 26.947603,-32.791432 C 18.52442,-29.775503 8.4274651,-32.015368 -0.15658888,-29.556536 C -10.878005,-26.485473 -16.581633,-28.643702 -25.755006,-17.695196 C -36.996821,-4.2780101 -49.812115,7.9805779 -53.612111,29.750109 C -58.322411,56.734631 -59.45499,82.116074 -62.646843,109.54451 C -65.945261,137.88872 -65.356136,173.28344 -65.356136,202.1398 C -65.356136,213.09986 -65.340402,225.97518 -63.850359,236.6455 C -63.01255,242.64504 -57.628423,243.79681 -54.062716,246.35022 C -49.532279,249.59448 -48.420809,254.41694 -46.533786,262.52475 z "
               style="opacity:1;fill:#859ec4;fill-opacity:1;stroke:none;stroke-width:7.30000019;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               sodipodi:nodetypes="csssssssssssssssssssssssssc" />
            <path
               style="opacity:1;fill:#5b7ab0;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
               d="M -22.243797,61.429779 C -22.695789,62.166617 -36.245829,60.213957 -22.869133,58.818685 C 1.1579674,54.967305 34.496962,63.55683 50.014109,51.126405 C 68.109959,49.820165 80.359908,47.080328 98.12451,49.543878 C 117.86847,54.946658 141.02981,65.795844 161.87254,61.398285 C 187.56566,58.327809 208.59184,51.154834 234.39165,49.670993 C 258.74315,48.603101 282.02303,56.660312 304.14915,65.857591 C 325.42686,71.978044 348.09529,72.210095 369.98921,70.311593 C 393.61532,65.135927 417.03605,65.110344 439.21565,55.158426 C 451.91506,53.109488 477.52727,55.130995 480.38673,41.458361 C 477.09965,21.735968 474.86776,-1.1519631 471.5807,-20.874355 C 309.08287,-20.522606 146.58508,-20.170883 -15.912742,-19.819158 C -19.78173,7.2638279 -18.374809,34.346816 -22.243797,61.429779 z "
               id="path3919"
               sodipodi:nodetypes="ccccccccccccc" />
            <path
               style="opacity:1;fill:#262a2f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
               d="M -10.636859,376.92878 C -7.0593563,374.73445 1.7832303,369.54251 9.4115773,369.54251 C 13.670202,369.54251 19.678399,380.86451 22.07376,383.25986 C 26.425065,387.61117 28.777696,389.24978 33.680749,391.70131 C 39.934858,394.82835 47.309704,394.31717 53.72916,395.92203 C 59.174594,397.2834 63.798318,396.59276 69.556883,398.03239 C 74.433963,399.25166 81.349447,398.03239 86.439779,398.03239 C 91.316758,398.03239 98.326527,389.38112 102.26747,386.42539 C 109.98045,380.64067 123.31772,379.03913 132.86772,379.03913 C 140.95745,379.03913 149.04715,379.03913 157.13686,379.03913 C 167.79771,379.03913 178.17812,382.40325 187.73711,384.31503 C 196.19586,386.00681 202.81106,388.61111 210.9511,390.64611 C 220.74338,393.0942 231.15715,392.5321 240.49616,394.86685 C 253.14942,398.03018 266.43514,393.81168 279.53782,393.81168 C 293.23069,393.81168 309.11556,386.31008 322.80024,382.2047 C 325.90624,381.27289 329.13132,380.79776 332.29685,380.09433 C 338.63388,378.68609 347.25132,378.20227 352.34528,376.92878 C 357.42083,375.6599 364.39723,378.07294 369.22818,379.03913 C 374.81566,380.15663 379.63649,384.01538 385.0559,385.37023 C 391.91352,387.08462 400.57169,389.96259 406.15951,392.75648 C 411.55301,395.45323 414.41596,395.30194 419.87686,398.03239 C 423.33372,399.76083 431.79936,399.43023 434.64939,400.14276 C 439.77359,401.42381 446.44714,400.19045 450.47708,401.19793 C 455.27564,402.39758 459.9448,404.87659 463.13928,406.47384 C 467.43851,408.62346 471.04077,410.15462 473.69107,412.80492 C 476.7497,415.86355 478.45645,419.68067 481.07733,422.30154 C 484.28491,425.50912 476.4649,432.18989 475.80144,432.85336 C 472.77174,435.88304 463.16928,436.22393 458.91853,437.07407 C 451.74983,438.50781 444.61833,436.01889 437.81492,436.01889 C 430.50735,436.01889 422.76883,433.22071 415.65612,431.79818 C 408.00405,430.26775 400.73774,429.68781 392.44215,429.68781 C 384.35243,429.68781 376.26273,429.68781 368.17301,429.68781 C 359.02812,429.68781 349.88321,429.68781 340.73829,429.68781 C 334.25245,429.68781 326.11039,432.6134 319.63469,433.90852 C 311.86049,435.46338 303.55772,437.07407 295.36554,437.07407 C 287.74566,437.07407 280.13767,439.18444 272.15156,439.18444 C 264.01474,439.18444 257.84199,437.07407 249.99276,437.07407 C 243.66463,437.07407 235.91176,434.04682 229.94434,432.85336 C 222.18927,431.30234 211.30085,429.68781 202.50964,429.68781 C 191.60611,429.68781 180.70256,429.68781 169.79902,429.68781 C 160.30241,429.68781 150.80578,429.68781 141.30917,429.68781 C 128.70357,429.68781 119.16557,440.02555 107.54339,442.34997 C 101.16508,443.62565 98.680858,446.14838 92.77086,447.62588 C 88.136095,448.78458 83.682425,448.68106 77.998331,448.68106 C 70.699287,448.68106 64.850815,446.57071 57.949895,446.57071 C 52.3727,446.57071 50.132542,444.61637 45.287736,443.40517 C 41.75053,442.52086 36.402323,439.49005 33.680749,438.12926 C 28.971834,435.7748 24.694144,435.09122 19.963392,433.90852 C 16.191097,432.96546 12.402337,430.12801 9.4115773,428.63264 C 4.2174047,426.03555 4.3449825,424.41191 -3.2505831,424.41191 C -10.339731,424.41191 -12.49757,424.91117 -14.857571,420.1912 C -17.005706,415.89493 -17.964016,411.98618 -19.078306,407.52901 C -20.367376,402.37273 -17.817348,396.15415 -16.967939,392.75648 C -15.0734,385.17841 -17.325743,383.61767 -10.636859,376.92878 z "
               id="path3924" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer5"
             inkscape:label="sketch"
             style="opacity:0.39534882;display:none"
             sodipodi:insensitive="true">
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 276.7942,130.31422 C 277.86932,148.45158 284.99929,164.68195 290.10668,181.7066 C 292.40065,189.35315 295.52304,197.25984 298.46568,204.61645 C 300.33395,209.28711 300.74063,213.93183 301.56161,218.85771 C 302.07568,221.9421 302.49039,224.68887 302.49039,227.83589"
               id="path3172" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 284.22442,51.987292 C 284.22442,67.570248 287.42847,83.958928 289.79709,99.354958 C 293.0198,120.30254 292.78183,141.6656 295.98894,162.51185 C 297.81317,174.36932 298.90691,186.69907 301.25202,198.4246 C 301.51501,199.73955 301.56742,201.23417 301.8712,202.4493"
               id="path3174" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 292.58342,106.47559 C 295.1032,119.07445 297.60046,132.29889 303.41917,143.9363 C 307.326,151.74997 309.07138,161.14286 312.70694,169.32289 C 316.61553,178.1172 322.9235,191.35853 322.9235,200.90134 C 322.9235,203.61366 324.5722,206.66808 325.09065,209.26034"
               id="path3176" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 302.79998,57.250368 C 302.79998,63.213378 310.81059,89.409048 313.32613,95.949438 C 319.66421,112.42844 322.10551,131.01158 326.9482,147.961 C 329.21404,155.89142 335.47398,162.27412 336.85517,170.56126 C 337.26672,173.03057 339.14307,175.18977 339.6415,177.68189 C 341.24651,185.70692 340.57028,168.91866 340.57028,166.84615 C 340.57028,143.64995 341.49905,120.4231 341.49905,97.187818 C 341.49905,81.449298 342.42783,65.594758 342.42783,50.129736 C 342.42783,47.61216 341.80865,44.983054 341.80865,42.389921"
               id="path3178" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 362.55135,51.987292 C 362.55135,48.10125 360.3842,59.556178 360.3842,63.442218 C 360.3842,69.867148 356.84572,87.636098 355.43072,94.711068 C 354.5658,99.035688 351.66941,111.56767 355.43072,100.28374 C 359.96118,86.692368 363.87022,72.603058 367.81443,58.798328 C 370.12772,50.701799 374.96596,43.690284 379.88854,37.126846"
               id="path3180" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 382.67487,50.748921 C 383.25933,48.703306 381.52715,54.969908 380.19813,56.631178 C 379.54682,57.445328 371.0878,81.662888 369.0528,85.732888 C 365.97276,91.892958 365.40834,98.453148 363.78972,104.92763 C 363.03032,107.96525 363.61525,111.46842 362.24176,114.21541 C 361.08015,116.53863 360.71637,119.69779 360.07461,122.26481 C 359.37815,125.05066 359.14583,128.3771 359.14583,131.243 C 359.14583,133.79399 361.00339,136.4907 361.00339,139.29241 C 361.00339,141.71256 365.45388,131.4364 367.50483,129.38544 C 373.05491,123.83537 375.9068,116.01567 380.50772,109.88111 C 384.22483,104.92497 387.27123,98.259188 389.17632,92.543928 C 392.63478,82.168538 393.26525,70.177458 395.05858,59.417518 C 395.56418,56.383908 396.52502,53.242139 397.22572,50.439328 C 397.28169,50.215462 397.43212,50.026538 397.53532,49.820143"
               id="path3182" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 404.03676,50.129736 C 404.46299,48.424816 403.72717,53.635418 403.72717,55.392808 C 403.72717,63.842648 400.75516,76.816458 396.91613,84.494518 C 393.62446,91.077858 391.29458,100.78888 389.48591,108.02355 C 388.29815,112.77458 386.7116,117.28328 384.84202,121.64563 C 383.31755,125.20273 379.88832,127.99283 378.34058,131.86219 C 377.38732,134.24532 376.35071,136.4611 375.24465,138.67322 C 374.02627,141.10999 372.4604,143.30876 371.83913,145.79385 C 371.35805,147.71817 369.47149,148.98116 368.7432,150.43774 C 367.99918,151.92579 367.02362,152.6722 366.57606,154.46245 C 366.08534,156.42532 366.21299,157.04613 365.33769,158.79674 C 364.51043,160.45124 363.36055,161.44056 361.93217,162.51185 C 360.73539,163.40943 360.68221,165.66572 360.3842,167.15574 C 359.73048,170.42436 359.45543,174.04454 359.45543,177.3723 C 359.45543,180.27972 358.52665,183.00878 358.52665,186.04089 C 358.52665,188.45641 357.74004,191.04488 357.28828,192.85193 C 356.90204,194.39689 356.66909,195.78996 356.66909,197.49582 C 356.66909,199.65442 356.97869,201.46694 356.97869,203.68767 C 356.97869,205.52576 357.28828,207.05131 357.28828,208.95075 C 357.28828,209.36354 357.28828,209.77633 357.28828,210.18912"
               id="path3184" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 370.91035,205.23563 C 370.91035,208.49903 374.86392,200.01964 376.48302,197.18623 C 383.20517,185.42246 391.6309,175.89082 395.98735,162.82145 C 400.16639,150.28434 404.87106,136.95236 406.5135,123.81278 C 408.4392,108.40719 413.41986,93.456688 419.51639,79.231438 C 421.71039,74.112108 424.84949,69.494028 427.25621,64.680588 C 428.50572,62.181568 430.30635,60.048148 432.82887,59.417518 C 434.12493,59.093498 437.89645,55.278718 439.02073,54.154438 C 440.32192,52.853246 441.22317,52.261589 442.73584,50.748921 C 443.23558,50.249179 443.90792,50.008082 444.2838,49.820143"
               id="path3186" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 452.95239,51.677699 C 454.75466,49.875431 450.34151,56.058418 448.92769,58.179148 C 443.06488,66.973368 436.45154,74.881018 430.66173,83.565738 C 427.3625,88.514578 425.26197,95.257818 423.85069,100.90292 C 423.69508,101.52537 431.58781,94.250718 436.23439,87.280848 C 440.08979,81.497758 443.09321,74.230188 447.99891,69.324478 C 448.4117,68.911688 448.82449,68.498898 449.23728,68.086108 C 451.19811,66.125278 452.04968,63.893578 454.80995,62.513438 C 455.30169,62.267568 455.91889,61.404508 456.35791,60.965478"
               id="path3188" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 457.59628,85.113698 C 460.01208,83.905808 453.62388,88.776518 451.71402,90.686368 C 445.04223,97.358168 436.776,109.49465 433.75765,118.5497 C 430.05998,129.64272 427.26761,140.81187 422.92191,151.67611 C 421.11995,156.18102 417.84572,166.6536 417.03965,171.49004 C 416.57958,174.25049 413.99332,176.86431 413.32454,179.53945 C 412.64531,182.25638 412.43219,184.9664 411.77658,187.58886 C 411.01412,190.63869 408.5427,194.05662 407.13269,196.87663 C 405.26877,200.60448 402.43328,203.17953 400.63124,206.7836 C 400.03455,207.97698 399.36219,208.39292 398.77369,209.56993"
               id="path3190" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 355.12113,127.2183 C 356.68404,127.2183 360.34052,127.2183 362.86094,127.2183 C 365.39968,127.2183 367.17361,126.28952 369.67198,126.28952 C 371.63274,126.28952 373.59349,126.28952 375.55424,126.28952 C 377.77484,126.28952 380.57925,127.00398 382.67487,127.52789 C 384.57822,128.00372 386.3026,128.28002 388.24754,128.76626 C 390.5749,129.3481 393.13855,129.38544 395.67776,129.38544 C 399.06635,129.38544 402.49157,128.76626 405.89432,128.76626 C 408.72006,128.76626 409.80668,129.35736 412.39576,130.00463 C 414.25128,130.46851 417.83899,132.35193 419.2068,133.71974 C 420.5459,135.05884 423.62597,136.68084 425.39865,137.74444 C 427.44429,138.97183 429.85855,140.98933 432.20969,141.45956 C 433.91162,141.79994 435.23786,143.86855 436.54399,145.17467 C 437.99549,146.62617 440.94758,148.39997 442.42625,149.50896 C 443.86681,150.58939 445.61141,150.52697 446.76054,151.67611 C 448.34381,153.25938 450.13409,153.81129 451.71402,155.39122 C 453.47252,157.14972 454.58963,159.40549 456.66751,160.96389 C 458.98417,162.70139 460.46773,163.78889 461.93058,166.22696 C 462.2629,166.78083 462.8667,167.47268 463.16895,167.77493"
               id="path3192" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 363.78972,153.22408 C 364.68138,152.33239 370.32926,151.04169 373.38709,149.81856 C 377.08366,148.33993 382.38605,147.33662 386.08039,146.41304 C 388.59454,145.7845 390.56584,145.44647 392.89143,144.86507 C 394.72009,144.40791 396.59798,144.25445 397.84491,143.00752 C 397.98858,142.86385 399.60958,142.12518 399.70247,142.07874"
               id="path3194" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.9000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 353.86435,142.15991 C 350.94184,142.15991 350.04862,137.72499 347.98209,135.65846 C 345.28709,132.96346 343.21828,130.27546 340.55187,127.60905 C 340.13908,127.19626 339.72629,126.78347 339.3135,126.37068 C 336.4673,123.52448 333.19941,120.41124 329.71613,118.32128 C 325.79641,115.96944 321.7258,113.77475 317.95161,111.51024 C 315.1531,109.83113 311.61918,109.25874 308.66383,107.48553 C 306.62618,106.26294 304.82242,105.37845 303.09117,104.08002 C 301.49863,102.88562 300.01811,102.23961 298.75687,101.29368 C 297.11018,100.05866 295.60646,99.408885 293.80339,98.507348 C 292.21795,97.714628 290.94544,97.096277 289.1595,96.649793 C 286.40194,95.960404 284.41077,94.430223 282.03887,93.244274 C 281.85426,93.151971 281.62608,93.244274 281.41968,93.244274 C 280.68774,93.244274 278.68267,91.411377 278.01416,91.077126"
               id="path4358" />
            <path
               id="path2591"
               d="M 493.79071,413.96979 C 494.86583,432.10715 501.9958,448.33752 507.10319,465.36217 C 509.39716,473.00872 512.51955,480.91541 515.46219,488.27202 C 517.33046,492.94268 517.73714,497.5874 518.55812,502.51328 C 519.07219,505.59767 519.4869,508.34444 519.4869,511.49146"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2593"
               d="M 501.22093,335.64287 C 501.22093,351.22582 504.42498,367.6145 506.7936,383.01053 C 510.01631,403.95811 509.77834,425.32117 512.98545,446.16742 C 514.80968,458.02489 515.90342,470.35464 518.24853,482.08017 C 518.51152,483.39512 518.56393,484.88974 518.86771,486.10487"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2595"
               d="M 509.57993,390.13116 C 512.09971,402.73002 514.59697,415.95446 520.41568,427.59187 C 524.32251,435.40554 526.06789,444.79843 529.70345,452.97846 C 533.61204,461.77277 539.92001,475.0141 539.92001,484.55691 C 539.92001,487.26923 541.56871,490.32365 542.08716,492.91591"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2597"
               d="M 519.79649,340.90594 C 519.79649,346.86895 527.8071,373.06462 530.32264,379.60501 C 536.66072,396.08401 539.10202,414.66715 543.94471,431.61657 C 546.21055,439.54699 552.47049,445.92969 553.85168,454.21683 C 554.26323,456.68614 556.13958,458.84534 556.63801,461.33746 C 558.24302,469.36249 557.56679,452.57423 557.56679,450.50172 C 557.56679,427.30552 558.49556,404.07867 558.49556,380.84339 C 558.49556,365.10487 559.42434,349.25033 559.42434,333.78531 C 559.42434,331.26773 558.80516,328.63863 558.80516,326.0455"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2599"
               d="M 579.54786,335.64287 C 579.54786,331.75682 577.38071,343.21175 577.38071,347.09779 C 577.38071,353.52272 573.84223,371.29167 572.42723,378.36664 C 571.56231,382.69126 568.66592,395.22324 572.42723,383.93931 C 576.95769,370.34794 580.86673,356.25863 584.81094,342.4539 C 587.12423,334.35737 591.96247,327.34586 596.88505,320.78242"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2601"
               d="M 599.67138,334.4045 C 600.25584,332.35888 598.52366,338.62548 597.19464,340.28675 C 596.54333,341.1009 588.08431,365.31846 586.04931,369.38846 C 582.96927,375.54853 582.40485,382.10872 580.78623,388.5832 C 580.02683,391.62082 580.61176,395.12399 579.23827,397.87098 C 578.07666,400.1942 577.71288,403.35336 577.07112,405.92038 C 576.37466,408.70623 576.14234,412.03267 576.14234,414.89857 C 576.14234,417.44956 577.9999,420.14627 577.9999,422.94798 C 577.9999,425.36813 582.45039,415.09197 584.50134,413.04101 C 590.05142,407.49094 592.90331,399.67124 597.50423,393.53668 C 601.22134,388.58054 604.26774,381.91476 606.17283,376.1995 C 609.63129,365.82411 610.26176,353.83303 612.05509,343.07309 C 612.56069,340.03948 613.52153,336.89771 614.22223,334.0949 C 614.2782,333.87104 614.42863,333.68211 614.53183,333.47572"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2603"
               d="M 621.03327,333.78531 C 621.4595,332.08039 620.72368,337.29099 620.72368,339.04838 C 620.72368,347.49822 617.75167,360.47203 613.91264,368.15009 C 610.62097,374.73343 608.29109,384.44445 606.48242,391.67912 C 605.29466,396.43015 603.70811,400.93885 601.83853,405.3012 C 600.31406,408.8583 596.88483,411.6484 595.33709,415.51776 C 594.38383,417.90089 593.34722,420.11667 592.24116,422.32879 C 591.02278,424.76556 589.45691,426.96433 588.83564,429.44942 C 588.35456,431.37374 586.468,432.63673 585.73971,434.09331 C 584.99569,435.58136 584.02013,436.32777 583.57257,438.11802 C 583.08185,440.08089 583.2095,440.7017 582.3342,442.45231 C 581.50694,444.10681 580.35706,445.09613 578.92868,446.16742 C 577.7319,447.065 577.67872,449.32129 577.38071,450.81131 C 576.72699,454.07993 576.45194,457.70011 576.45194,461.02787 C 576.45194,463.93529 575.52316,466.66435 575.52316,469.69646 C 575.52316,472.11198 574.73655,474.70045 574.28479,476.5075 C 573.89855,478.05246 573.6656,479.44553 573.6656,481.15139 C 573.6656,483.30999 573.9752,485.12251 573.9752,487.34324 C 573.9752,489.18133 574.28479,490.70688 574.28479,492.60632 C 574.28479,493.01911 574.28479,493.4319 574.28479,493.84469"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2605"
               d="M 587.90686,488.8912 C 587.90686,492.1546 591.86043,483.67521 593.47953,480.8418 C 600.20168,469.07803 608.62741,459.54639 612.98386,446.47702 C 617.1629,433.93991 621.86757,420.60793 623.51001,407.46835 C 625.43571,392.06276 630.41637,377.11226 636.5129,362.88701 C 638.7069,357.76768 641.846,353.1496 644.25272,348.33616 C 645.50223,345.83714 647.30286,343.70372 649.82538,343.07309 C 651.12144,342.74907 654.89296,338.93429 656.01724,337.81001 C 657.31843,336.50882 658.21968,335.91716 659.73235,334.4045 C 660.23209,333.90475 660.90443,333.66366 661.28031,333.47572"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2607"
               d="M 669.9489,335.33327 C 671.75117,333.53101 667.33802,339.71399 665.9242,341.83472 C 660.06139,350.62894 653.44805,358.53659 647.65824,367.22131 C 644.35901,372.17015 642.25848,378.91339 640.8472,384.55849 C 640.69159,385.18094 648.58432,377.90629 653.2309,370.93642 C 657.0863,365.15333 660.08972,357.88576 664.99542,352.98005 C 665.40821,352.56726 665.821,352.15447 666.23379,351.74168 C 668.19462,349.78085 669.04619,347.54915 671.80646,346.16901 C 672.2982,345.92314 672.9154,345.06008 673.35442,344.62105"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2609"
               d="M 674.59279,368.76927 C 677.00859,367.56138 670.62039,372.43209 668.71053,374.34194 C 662.03874,381.01374 653.77251,393.15022 650.75416,402.20527 C 647.05649,413.29829 644.26412,424.46744 639.91842,435.33168 C 638.11646,439.83659 634.84223,450.30917 634.03616,455.14561 C 633.57609,457.90606 630.98983,460.51988 630.32105,463.19502 C 629.64182,465.91195 629.4287,468.62197 628.77309,471.24443 C 628.01063,474.29426 625.53921,477.71219 624.1292,480.5322 C 622.26528,484.26005 619.42979,486.8351 617.62775,490.43917 C 617.03106,491.63255 616.3587,492.04849 615.7702,493.2255"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2611"
               d="M 572.11764,410.87387 C 573.68055,410.87387 577.33703,410.87387 579.85745,410.87387 C 582.39619,410.87387 584.17012,409.94509 586.66849,409.94509 C 588.62925,409.94509 590.59,409.94509 592.55075,409.94509 C 594.77135,409.94509 597.57576,410.65955 599.67138,411.18346 C 601.57473,411.65929 603.29911,411.93559 605.24405,412.42183 C 607.57141,413.00367 610.13506,413.04101 612.67427,413.04101 C 616.06286,413.04101 619.48808,412.42183 622.89083,412.42183 C 625.71657,412.42183 626.80319,413.01293 629.39227,413.6602 C 631.24779,414.12408 634.8355,416.0075 636.20331,417.37531 C 637.54241,418.71441 640.62248,420.33641 642.39516,421.40001 C 644.4408,422.6274 646.85506,424.6449 649.2062,425.11513 C 650.90813,425.45551 652.23437,427.52412 653.5405,428.83024 C 654.992,430.28174 657.94409,432.05554 659.42276,433.16453 C 660.86332,434.24496 662.60792,434.18254 663.75705,435.33168 C 665.34032,436.91495 667.1306,437.46686 668.71053,439.04679 C 670.46903,440.80529 671.58614,443.06106 673.66402,444.61946 C 675.98068,446.35696 677.46424,447.44446 678.92709,449.88253 C 679.25941,450.4364 679.86321,451.12825 680.16546,451.4305"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2613"
               d="M 580.78623,436.87965 C 581.67789,435.98796 587.32577,434.69726 590.3836,433.47413 C 594.08017,431.9955 599.38256,430.99219 603.0769,430.06861 C 605.59105,429.44007 607.56235,429.10204 609.88794,428.52064 C 611.7166,428.06348 613.59449,427.91002 614.84142,426.66309 C 614.98509,426.51942 616.60609,425.78075 616.69898,425.73431"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2615"
               d="M 570.86086,425.81548 C 567.93835,425.81548 567.04513,421.38056 564.9786,419.31403 C 562.2836,416.61903 560.21479,413.93103 557.54838,411.26462 C 557.13559,410.85183 556.7228,410.43904 556.31001,410.02625 C 553.46381,407.18005 550.19592,404.06681 546.71264,401.97685 C 542.79292,399.62501 538.72231,397.43032 534.94812,395.16581 C 532.14961,393.4867 528.61569,392.91431 525.66034,391.1411 C 523.62269,389.91851 521.81893,389.03402 520.08768,387.73559 C 518.49514,386.54119 517.01462,385.89518 515.75338,384.94925 C 514.10669,383.71423 512.60297,383.06446 510.7999,382.16292 C 509.21446,381.3702 507.94195,380.75185 506.15601,380.30537 C 503.39845,379.61598 501.40728,378.0858 499.03538,376.89985 C 498.85077,376.80755 498.62259,376.89985 498.41619,376.89985 C 497.68425,376.89985 495.67918,375.06695 495.01067,374.7327"
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.9000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 190.23361,411.13323 C 191.30873,429.27059 198.4387,445.50096 203.54609,462.52561 C 205.84006,470.17216 208.96245,478.07885 211.90509,485.43546 C 213.77336,490.10612 214.18004,494.75084 215.00102,499.67672 C 215.51509,502.76111 215.9298,505.50788 215.9298,508.6549"
               id="path5226" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 197.66383,332.80631 C 197.66383,348.38926 200.86788,364.77794 203.2365,380.17397 C 206.45921,401.12155 206.22124,422.48461 209.42835,443.33086 C 211.25258,455.18833 212.34632,467.51808 214.69143,479.24361 C 214.95442,480.55856 215.00683,482.05318 215.31061,483.26831"
               id="path5228" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 206.02283,387.2946 C 208.54261,399.89346 211.03987,413.1179 216.85858,424.75531 C 220.76541,432.56898 222.51079,441.96187 226.14635,450.1419 C 230.05494,458.93621 236.36291,472.17754 236.36291,481.72035 C 236.36291,484.43267 238.01161,487.48709 238.53006,490.07935"
               id="path5230" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 216.23939,338.06938 C 216.23939,344.03239 224.25,370.22806 226.76554,376.76845 C 233.10362,393.24745 235.54492,411.83059 240.38761,428.78001 C 242.65345,436.71043 248.91339,443.09313 250.29458,451.38027 C 250.70613,453.84958 252.58248,456.00878 253.08091,458.5009 C 254.68592,466.52593 254.00969,449.73767 254.00969,447.66516 C 254.00969,424.46896 254.93846,401.24211 254.93846,378.00683 C 254.93846,362.26831 255.86724,346.41377 255.86724,330.94875 C 255.86724,328.43117 255.24806,325.80207 255.24806,323.20894"
               id="path5232" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 275.99076,332.80631 C 275.99076,328.92026 273.82361,340.37519 273.82361,344.26123 C 273.82361,350.68616 270.28513,368.45511 268.87013,375.53008 C 268.00521,379.8547 265.10882,392.38668 268.87013,381.10275 C 273.40059,367.51138 277.30963,353.42207 281.25384,339.61734 C 283.56713,331.52081 288.40537,324.5093 293.32795,317.94586"
               id="path5234" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 296.11428,331.56794 C 296.69874,329.52232 294.96656,335.78892 293.63754,337.45019 C 292.98623,338.26434 284.52721,362.4819 282.49221,366.5519 C 279.41217,372.71197 278.84775,379.27216 277.22913,385.74664 C 276.46973,388.78426 277.05466,392.28743 275.68117,395.03442 C 274.51956,397.35764 274.15578,400.5168 273.51402,403.08382 C 272.81756,405.86967 272.58524,409.19611 272.58524,412.06201 C 272.58524,414.613 274.4428,417.30971 274.4428,420.11142 C 274.4428,422.53157 278.89329,412.25541 280.94424,410.20445 C 286.49432,404.65438 289.34621,396.83468 293.94713,390.70012 C 297.66424,385.74398 300.71064,379.0782 302.61573,373.36294 C 306.07419,362.98755 306.70466,350.99647 308.49799,340.23653 C 309.00359,337.20292 309.96443,334.06115 310.66513,331.25834 C 310.7211,331.03448 310.87153,330.84555 310.97473,330.63916"
               id="path5236" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 317.47617,330.94875 C 317.9024,329.24383 317.16658,334.45443 317.16658,336.21182 C 317.16658,344.66166 314.19457,357.63547 310.35554,365.31353 C 307.06387,371.89687 304.73399,381.60789 302.92532,388.84256 C 301.73756,393.59359 300.15101,398.10229 298.28143,402.46464 C 296.75696,406.02174 293.32773,408.81184 291.77999,412.6812 C 290.82673,415.06433 289.79012,417.28011 288.68406,419.49223 C 287.46568,421.929 285.89981,424.12777 285.27854,426.61286 C 284.79746,428.53718 282.9109,429.80017 282.18261,431.25675 C 281.43859,432.7448 280.46303,433.49121 280.01547,435.28146 C 279.52475,437.24433 279.6524,437.86514 278.7771,439.61575 C 277.94984,441.27025 276.79996,442.25957 275.37158,443.33086 C 274.1748,444.22844 274.12162,446.48473 273.82361,447.97475 C 273.16989,451.24337 272.89484,454.86355 272.89484,458.19131 C 272.89484,461.09873 271.96606,463.82779 271.96606,466.8599 C 271.96606,469.27542 271.17945,471.86389 270.72769,473.67094 C 270.34145,475.2159 270.1085,476.60897 270.1085,478.31483 C 270.1085,480.47343 270.4181,482.28595 270.4181,484.50668 C 270.4181,486.34477 270.72769,487.87032 270.72769,489.76976 C 270.72769,490.18255 270.72769,490.59534 270.72769,491.00813"
               id="path5238" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 284.34976,486.05464 C 284.34976,489.31804 288.30333,480.83865 289.92243,478.00524 C 296.64458,466.24147 305.07031,456.70983 309.42676,443.64046 C 313.6058,431.10335 318.31047,417.77137 319.95291,404.63179 C 321.87861,389.2262 326.85927,374.2757 332.9558,360.05045 C 335.1498,354.93112 338.2889,350.31304 340.69562,345.4996 C 341.94513,343.00058 343.74576,340.86716 346.26828,340.23653 C 347.56434,339.91251 351.33586,336.09773 352.46014,334.97345 C 353.76133,333.67226 354.66258,333.0806 356.17525,331.56794 C 356.67499,331.06819 357.34733,330.8271 357.72321,330.63916"
               id="path5240" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 366.3918,332.49671 C 368.19407,330.69445 363.78092,336.87743 362.3671,338.99816 C 356.50429,347.79238 349.89095,355.70003 344.10114,364.38475 C 340.80191,369.33359 338.70138,376.07683 337.2901,381.72193 C 337.13449,382.34438 345.02722,375.06973 349.6738,368.09986 C 353.5292,362.31677 356.53262,355.0492 361.43832,350.14349 C 361.85111,349.7307 362.2639,349.31791 362.67669,348.90512 C 364.63752,346.94429 365.48909,344.71259 368.24936,343.33245 C 368.7411,343.08658 369.3583,342.22352 369.79732,341.78449"
               id="path5242" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 371.03569,365.93271 C 373.45149,364.72482 367.06329,369.59553 365.15343,371.50538 C 358.48164,378.17718 350.21541,390.31366 347.19706,399.36871 C 343.49939,410.46173 340.70702,421.63088 336.36132,432.49512 C 334.55936,437.00003 331.28513,447.47261 330.47906,452.30905 C 330.01899,455.0695 327.43273,457.68332 326.76395,460.35846 C 326.08472,463.07539 325.8716,465.78541 325.21599,468.40787 C 324.45353,471.4577 321.98211,474.87563 320.5721,477.69564 C 318.70818,481.42349 315.87269,483.99854 314.07065,487.60261 C 313.47396,488.79599 312.8016,489.21193 312.2131,490.38894"
               id="path5244" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 268.56054,408.03731 C 270.12345,408.03731 273.77993,408.03731 276.30035,408.03731 C 278.83909,408.03731 280.61302,407.10853 283.11139,407.10853 C 285.07215,407.10853 287.0329,407.10853 288.99365,407.10853 C 291.21425,407.10853 294.01866,407.82299 296.11428,408.3469 C 298.01763,408.82273 299.74201,409.09903 301.68695,409.58527 C 304.01431,410.16711 306.57796,410.20445 309.11717,410.20445 C 312.50576,410.20445 315.93098,409.58527 319.33373,409.58527 C 322.15947,409.58527 323.24609,410.17637 325.83517,410.82364 C 327.69069,411.28752 331.2784,413.17094 332.64621,414.53875 C 333.98531,415.87785 337.06538,417.49985 338.83806,418.56345 C 340.8837,419.79084 343.29796,421.80834 345.6491,422.27857 C 347.35103,422.61895 348.67727,424.68756 349.9834,425.99368 C 351.4349,427.44518 354.38699,429.21898 355.86566,430.32797 C 357.30622,431.4084 359.05082,431.34598 360.19995,432.49512 C 361.78322,434.07839 363.5735,434.6303 365.15343,436.21023 C 366.91193,437.96873 368.02904,440.2245 370.10692,441.7829 C 372.42358,443.5204 373.90714,444.6079 375.36999,447.04597 C 375.70231,447.59984 376.30611,448.29169 376.60836,448.59394"
               id="path5246" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 277.22913,434.04309 C 278.12079,433.1514 283.76867,431.8607 286.8265,430.63757 C 290.52307,429.15894 295.82546,428.15563 299.5198,427.23205 C 302.03395,426.60351 304.00525,426.26548 306.33084,425.68408 C 308.1595,425.22692 310.03739,425.07346 311.28432,423.82653 C 311.42799,423.68286 313.04899,422.94419 313.14188,422.89775"
               id="path5248" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.9000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 267.30376,422.97892 C 264.38125,422.97892 263.48803,418.544 261.4215,416.47747 C 258.7265,413.78247 256.65769,411.09447 253.99128,408.42806 C 253.57849,408.01527 253.1657,407.60248 252.75291,407.18969 C 249.90671,404.34349 246.63882,401.23025 243.15554,399.14029 C 239.23582,396.78845 235.16521,394.59376 231.39102,392.32925 C 228.59251,390.65014 225.05859,390.07775 222.10324,388.30454 C 220.06559,387.08195 218.26183,386.19746 216.53058,384.89903 C 214.93804,383.70463 213.45752,383.05862 212.19628,382.11269 C 210.54959,380.87767 209.04587,380.2279 207.2428,379.32636 C 205.65736,378.53364 204.38485,377.91529 202.59891,377.46881 C 199.84135,376.77942 197.85018,375.24924 195.47828,374.06329 C 195.29367,373.97099 195.06549,374.06329 194.85909,374.06329 C 194.12715,374.06329 192.12208,372.23039 191.45357,371.89614"
               id="path5250" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer11"
             inkscape:label="little twiggies"
             style="display:inline">
            <path
               id="path5252"
               d="M 83.298676,44.164396 C 86.204562,41.49219 94.042856,42.132092 99.277834,42.132092 C 103.59889,42.132092 106.36518,38.698508 110.17269,36.035081 C 114.18435,33.228853 119.26435,29.938118 123.24657,29.938118 C 126.69382,29.938118 130.43396,27.958853 133.41511,25.873461 C 134.74804,24.941099 135.72271,24.582079 137.04673,23.841157"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5254"
               d="M 128.13358,-7.1630061 C 131.23904,-7.9393621 126.19083,5.1528029 124.67589,6.6677479 C 120.62101,10.722629 116.54521,11.597501 112.57398,13.583114 C 108.82165,15.45929 105.95639,17.11526 102.20091,16.17638 C 98.340952,15.211383 94.781787,15.211213 90.963427,14.447552"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5256"
               d="M 124.3124,7.0851819 C 115.98062,5.3361919 118.42836,17.237365 114.30281,21.362917 C 111.49982,24.165911 109.98071,30.416057 109.98071,34.329257 C 109.98071,40.060683 109.16574,43.59064 108.25187,48.160012 C 107.83307,50.25394 106.86479,52.321264 106.52301,53.346523"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5258"
               d="M 95.285524,42.31874 C 93.467937,51.406729 88.040515,66.232198 85.776892,77.550351 C 84.805082,82.409433 83.796268,83.448141 79.725937,84.465716"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5260"
               d="M 90.099011,61.990743 C 91.57894,63.766677 93.573693,69.804569 95.285524,73.228229 C 96.746441,76.150045 101.14044,79.083145 103.06533,81.008033 C 104.6152,82.5579 104.64071,83.108551 105.65859,84.465716"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               sodipodi:nodetypes="cscsssc"
               id="path5262"
               d="M 110.76359,94.855107 C 111.92751,93.3032 118.54337,85.987953 118.54337,83.617619 C 118.54337,78.377095 119.67781,76.009969 117.7605,74.092668 C 117.73097,74.210784 120.94803,64.719102 129.86242,60.261914 C 133.4489,58.468664 138.82103,59.397499 142.82874,59.397499 C 145.20694,59.397499 151.11745,53.702042 153.20181,51.617695 C 157.01392,47.805589 159.92279,45.615333 163.57487,44.702306"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5264"
               d="M 108.25187,132.87336 C 108.19139,132.9036 104.50921,144.38629 103.92977,146.7041 C 102.28017,153.30244 108.26033,153.62372 111.70955,155.34834 C 115.3542,157.17065 119.40243,155.34834 123.81148,155.34834 C 125.62997,155.34834 129.70673,160.37919 131.59125,162.2637 C 133.77158,164.44403 136.09544,165.42575 137.6422,166.5858"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5266"
               d="M 136.77778,138.92431 C 140.97812,143.12466 126.11658,144.39898 120.35376,145.83968 C 115.92878,146.94595 114.66758,151.16116 112.57398,155.34834 C 110.62495,159.24636 105.83688,160.87794 103.06533,162.2637 C 101.3365,163.12812 101.3365,158.80602 100.47206,157.07716"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5268"
               d="M 144.55756,124.22915 C 142.8495,124.89308 135.61233,126.56128 132.77576,127.66385 C 129.21704,129.04711 129.19971,129.95364 123.93942,129.95364 C 121.48489,129.95364 119.03033,129.95364 116.57579,129.95364"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5270"
               d="M 96.385272,193.38289 C 99.789024,193.38289 108.10081,196.84057 112.57398,196.84057 C 117.60422,196.84057 119.94142,195.97617 124.67589,195.97617 C 129.90437,195.97617 131.41978,197.44603 135.91337,198.56944 C 136.80882,198.79329 138.37986,198.56944 139.37105,198.56944"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5272"
               d="M 135.91337,181.281 C 142.34879,182.88983 130.83493,167.3206 124.67589,164.85697 C 118.84289,162.52377 114.05516,160.84325 109.98071,158.80602 C 104.59051,156.11091 98.572978,145.90082 95.285524,141.51759 C 91.919892,137.03005 90.555361,134.19416 87.505748,131.14452 C 85.841758,129.48052 81.457497,128.98415 79.725937,128.55124"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5274"
               d="M 75.093955,290.4265 C 78.915882,287.81147 82.737842,285.19646 86.559767,282.58145 C 87.756912,281.76234 88.973639,280.97222 90.180551,280.16762 C 95.625305,276.53778 99.470834,270.27386 102.85332,266.89137 C 103.00539,266.73931 99.241159,267.49269 99.232527,267.49484"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5276"
               d="M 65.438504,277.75375 C 70.995393,272.19689 79.921663,270.6725 79.921663,259.64982 C 79.921663,256.0942 79.663809,252.92393 81.128587,249.99438 C 81.643443,248.96467 81.451762,248.70171 81.73206,247.58054"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5278"
               d="M 61.214267,241.54588 C 61.460569,241.05325 67.229809,238.53812 68.455845,237.92508 C 70.357751,236.97412 75.325345,237.92508 77.507792,237.92508 C 78.31243,237.92508 79.117047,237.92508 79.921663,237.92508"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5280"
               d="M 68.455845,218.01077 C 71.27917,218.01077 62.74638,219.29899 60.007345,218.61424 C 58.3639,218.20338 60.007345,212.25102 60.007345,219.82117 C 60.007345,224.16539 57.182026,227.94962 55.17961,231.28697"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5282"
               d="M 67.2489,215.59691 C 67.2489,220.04057 66.444285,224.4477 66.041978,228.87314 C 65.196653,238.17181 61.311227,247.96837 63.62811,257.23596 C 64.572679,261.01417 64.523288,265.0409 65.438504,268.70177 C 65.693585,269.72209 65.438504,271.24869 65.438504,272.32257"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5284"
               d="M 26.21332,126.28417 C 26.21332,121.78622 35.466458,125.88186 39.489556,123.87033 C 42.230803,122.49969 44.317267,122.03641 44.317267,119.04261"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5286"
               d="M 41.903398,111.19756 C 46.843779,108.72737 32.442527,116.93543 28.023714,120.24953 C 26.651083,121.27903 26.808111,122.07726 26.21332,123.26686"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5288"
               d="M 25.006399,114.81835 C 22.58718,116.63276 31.034343,114.21488 34.058371,114.21488 C 37.80523,114.21488 40.013847,113.651 42.506871,112.4045 C 42.153033,111.58068 43.603337,111.85627 43.713793,111.80103"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5290"
               d="M 17.161371,27.316008 C 16.799702,27.044779 20.122268,18.980348 21.385609,16.453665 C 22.576748,14.071387 27.369901,12.279768 28.627187,11.022481 C 31.202363,8.4472809 30.848207,6.3626189 31.644504,3.1774289"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5292"
               d="M 14.144031,8.0051399 C 14.79225,7.3569449 20.79201,4.6811629 22.592531,3.7809029 C 25.296814,2.4287729 27.236828,2.1539439 29.834109,-0.44336008 C 31.206423,-1.8156491 33.636537,-3.2097301 34.66182,-4.0641251"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5294"
               d="M 28.627187,280.77106 C 24.269731,282.51404 15.186095,286.26819 9.3163203,288.61611 C 6.0543316,289.92089 -0.2498512,291.6342 -3.5614761,292.46212"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5296"
               d="M -6.3737584,233.70085 C -11.399159,235.71101 1.2410897,225.96156 4.4886094,221.63156 C 7.0972225,218.1534 7.5126618,217.25139 10.523242,214.99345 C 12.419263,213.57143 14.129098,212.43246 15.954425,211.97612"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5298"
               d="M 224.7531,178.18211 C 230.94277,173.53988 236.52634,163.75591 244.66745,158.87125 C 249.39293,156.03595 255.87844,148.73976 258.54712,147.40542 C 259.85694,146.75053 259.39886,144.60187 259.75404,143.18119 C 259.85348,142.78338 261.24786,142.1853 261.56444,141.97424"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               sodipodi:nodetypes="csc"
               id="path5300"
               d="M 246.54019,157.35925 C 247.81329,152.26685 261.24963,140.60102 264.58176,131.71535 C 265.67229,128.8073 266.98816,125.08469 268.80602,123.26686"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5302"
               d="M 228.01317,187.42119 C 233.80508,189.76595 228.37389,199.90683 228.37389,205.33801 C 228.37389,209.72144 227.54166,214.09818 226.5635,218.01077 C 225.90188,220.65728 221.41956,223.29833 219.92539,224.0454 C 218.47506,224.77056 216.74854,229.57367 216.3046,230.6835"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5304"
               d="M 226.4455,218.97496 C 228.30708,220.71408 228.89819,224.56969 230.78776,226.45927 C 232.55333,228.22485 230.1281,230.79596 229.58084,231.89045"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5306"
               d="M 231.39124,227.06274 C 231.41375,227.08527 234.36373,227.06274 236.21894,227.06274"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <circle id="suspendRedraw1" cx="120" cy="120" r="101" fill="purple"/>
            <path
               id="path5308"
               d="M 249.14115,187.84427 C 251.41415,190.83875 258.40665,194.3352 260.35751,196.28606 C 262.24782,198.17637 262.77135,204.0824 262.77135,206.54495 C 262.77135,208.94014 264.59829,211.43879 265.18523,213.78651 C 265.55902,215.28161 267.05987,215.85394 267.59907,218.01077"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5310"
               d="M 238.33442,187.11607 C 238.67419,188.4751 251.3682,197.81036 254.92634,198.6999 C 258.95296,199.70656 262.68884,199.90683 266.99562,199.90683 C 270.35415,199.90683 271.01993,198.19641 273.63373,196.88951"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="cssc" />
            <path
               id="path5312"
               d="M 263.97828,209.56228 C 263.18411,212.73907 258.80461,213.87498 257.34018,216.80386 C 257.21296,217.05828 256.93787,217.20616 256.73673,217.40729"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5314"
               d="M 192.7695,122.05993 C 195.42325,119.72262 198.20068,115.08819 198.20068,109.99065 C 198.20068,108.12991 198.12796,106.40502 198.1383,104.97582"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5316"
               d="M 187.94179,99.731747 C 185.70724,95.262663 195.36267,92.735006 197.59721,88.265934 C 198.40194,86.656452 203.82447,83.595465 204.83879,82.834746 C 207.74091,80.658157 207.79684,78.776168 210.87342,78.007035 C 213.02555,77.469004 214.52106,74.96287 215.70115,73.782773 C 217.31602,72.167901 220.25173,72.053968 222.33926,72.575851 C 225.15498,73.279786 227.69585,73.160672 230.18429,73.782773 C 231.01565,73.990625 232.31533,73.782773 233.20161,73.782773"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5318"
               d="M 238.02934,68.351588 C 238.41787,68.448718 237.42587,59.625781 237.42587,57.489245 C 237.42587,53.361699 234.90874,52.558252 232.59816,50.247666 C 230.03008,47.679593 226.79859,46.861968 224.7531,44.816482 C 222.05242,42.115797 221.73579,38.888611 221.73579,35.16106 C 221.73579,34.435775 222.5404,33.954115 222.94271,33.350665"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5320"
               d="M 228.37389,33.350665 C 228.37389,31.977402 238.1465,43.123257 240.44318,45.419956 C 242.94876,47.925506 245.55303,45.882331 247.68476,44.816482 C 248.984,44.166877 250.05495,43.329651 250.70207,43.006088"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5322"
               d="M 250.09862,33.350665 C 250.45613,33.171897 241.86093,29.284524 234.40855,23.695218 C 232.81097,22.497028 232.0021,20.394709 231.39124,18.867507"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5324"
               d="M 256.73673,41.195693 C 256.16944,40.770235 253.5723,27.249982 253.11594,26.109086 C 251.69683,22.561303 251.41745,18.823685 250.70207,15.246718 C 250.38874,13.680071 248.89328,11.629116 248.28823,10.419007"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5326"
               d="M 265.18523,46.626877 C 264.41017,42.751567 272.69898,43.609561 276.65105,43.609561 C 282.05723,43.609561 288.90667,37.415202 292.9446,33.954115 C 294.13743,32.931676 295.35844,31.942577 296.56536,30.936797 C 301.46943,26.850082 303.20349,23.625423 303.20349,17.660586 C 303.20349,13.563244 302.63791,12.757097 304.41041,9.2120859 C 305.36138,7.3101549 304.41041,2.3425629 304.41041,0.16011392 C 304.41041,-1.0468081 304.41041,-2.2537541 304.41041,-3.4606751"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5328"
               d="M 376.22268,37.574904 C 376.22268,28.078989 366.99595,15.071963 359.32567,7.4016919 C 355.04927,3.1252889 354.63523,-4.4845741 350.87717,-9.4953081 C 349.75044,-10.997631 349.25905,-11.113439 348.4633,-11.909176"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5330"
               d="M 369.58458,33.954115 C 368.48375,32.486372 363.21363,38.224461 362.34299,39.385299 C 359.87862,42.671144 358.69447,44.048833 356.30835,47.230351 C 353.6567,50.765878 351.09267,54.184601 349.06678,56.885773 C 346.5176,60.284677 344.77914,63.777426 343.63559,68.351588 C 342.52386,72.79849 342.0769,76.748508 341.22173,81.024351 C 340.33876,85.439294 339.81829,89.662416 338.20442,93.697092 C 336.64903,97.585577 334.92605,101.37937 333.98018,105.16293 C 333.13256,108.55337 331.15775,110.41798 330.35939,113.61143 C 329.75402,116.03286 329.15244,118.54369 329.15244,121.45646 C 329.15244,124.47377 329.15244,127.49111 329.15244,130.50843 C 329.15244,133.34668 330.2939,137.48802 330.96284,140.16385 C 331.75403,143.32863 330.96284,147.7156 330.96284,151.02622 C 330.96284,154.40725 331.60412,156.60869 332.16978,158.87125 C 332.72663,161.09873 332.29723,162.39839 332.77324,164.30243"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5332"
               d="M 281.47876,187.23409 C 282.21706,190.18723 281.0101,181.13525 280.27183,178.18211 C 279.17778,173.80589 279.06491,169.0977 279.06491,164.30243 C 279.06491,158.52088 279.53765,153.96297 280.87531,148.61235 C 281.73399,145.17765 282.4572,142.2848 283.28915,138.95692 C 283.96283,136.26225 285.38636,134.15905 286.90994,131.1119 C 288.50758,127.91663 289.23049,126.05395 289.92726,123.26686 C 290.47765,121.06538 291.73488,118.45028 292.34111,116.02528 C 293.0071,113.36141 292.8122,110.52015 293.54805,107.57677 C 294.44194,104.00127 294.15152,99.973381 294.15152,96.110952 C 294.15152,93.315433 295.09044,89.640948 295.73722,87.053808"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssssssssc" />
            <path
               id="path5334"
               d="M 241.04666,161.28511 C 242.40074,161.28511 247.51599,161.28511 250.70207,161.28511 C 254.32286,161.28511 257.94365,161.28511 261.56444,161.28511 C 265.36903,161.28511 266.87069,160.74412 269.40947,159.47473"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5336"
               d="M 280.87531,149.8193 C 283.23447,149.8193 287.6234,152.10979 290.53073,152.83661 C 293.89673,153.67812 298.76051,156.04629 301.99655,157.66433 C 305.82767,159.5799 309.67839,160.97845 313.46238,162.49203 C 315.87309,163.45632 318.84432,167.13198 320.70394,168.52669 C 322.70864,170.03021 324.06992,170.68573 325.53168,172.14749"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5338"
               d="M 321.30741,181.19943 C 318.94559,179.63045 313.62425,176.53361 310.44505,173.35441 C 307.72597,170.63531 303.3349,168.65814 299.58269,164.90591 C 297.07703,162.40023 291.49157,160.34621 288.72034,158.2678 C 286.25742,156.42062 283.63834,154.21814 280.87531,152.83661 C 280.07067,152.43431 280.07067,151.22739 279.66836,150.42275"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5340"
               d="M 296.3407,87.281085 C 291.7819,84.698618 301.66719,83.301158 305.01389,81.627825 C 305.92522,81.172137 307.02588,80.118813 307.42772,79.817429"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5342"
               d="M 295.65887,87.210495 C 295.9074,86.083385 295.35844,80.964308 295.35844,78.007035 C 295.35844,74.955866 293.91195,72.700168 292.9446,70.765456 C 292.15075,69.177773 288.73906,67.757502 287.51341,67.144666 C 287.19439,66.98516 286.39898,66.030254 286.30647,65.937745"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5344"
               d="M 320.10048,111.19756 C 320.63392,110.13069 327.92051,103.98098 329.75591,102.14562 C 331.89469,100.00682 333.41386,97.871793 335.18709,95.507478 C 337.15157,92.888171 337.50928,90.259642 338.80789,87.662461 C 340.03898,85.200243 342.58606,82.624898 344.23906,80.420877 C 345.43994,78.819724 344.2362,80.422313 345.446,79.817429"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5346"
               d="M 412.5284,233.14631 C 417.25427,233.14631 417.39194,224.74432 421.17262,221.90882 C 424.9687,219.06176 429.83581,219.52693 434.13894,218.45114 C 439.69835,217.06129 445.03357,215.51137 450.56295,214.12902 C 454.35972,213.17985 455.60309,212.40018 460.07162,212.40018"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5348"
               d="M 425.49472,243.51938 C 429.38824,244.49274 432.71888,239.19726 436.73221,239.19726 C 441.76454,239.19726 444.8772,237.651 449.69855,240.0617 C 453.14144,241.78312 455.17349,243.66355 458.34277,245.24821 C 459.0717,245.6127 459.49532,246.40078 460.07162,246.97705"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5350"
               d="M 367.57846,208.07806 C 371.71807,210.14787 380.24946,215.5078 386.59575,219.31556 C 390.8309,221.85666 392.84832,221.90882 398.69765,221.90882 C 400.4265,221.90882 400.72317,222.26686 402.45202,222.26686"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="cssc" />
            <path
               id="path5352"
               d="M 383.13804,181.281 C 383.13804,182.8747 395.18464,189.03313 398.69765,190.78963 C 402.30952,192.59558 405.44889,194.20628 409.07072,195.11175 C 412.95128,196.08187 415.38954,197.55587 419.44377,198.56944 C 424.35616,199.79754 426.34539,200.28452 428.95243,202.89153 C 430.84463,204.78373 441.02242,204.54688 443.43616,205.75376"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="cssssc" />
            <path
               id="path5354"
               d="M 403.79883,192.68886 C 403.90501,193.11478 400.08147,201.68509 400.08147,205.73942 C 400.08147,209.96363 394.86417,212.46086 392.64672,214.12902"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5356"
               d="M 398.69765,209.80692 C 397.51028,210.69745 402.4045,220.31226 403.01974,222.77323 C 403.53407,224.83049 406.36085,227.72658 407.19352,229.39194"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5358"
               d="M 437.59664,132.00894 C 437.70785,132.45383 428.45021,141.89423 425.49472,144.11085 C 422.58324,146.29446 419.80133,148.93983 416.8505,151.89064 C 413.99401,154.74712 408.76303,156.36657 405.61302,157.94158 C 401.18038,160.15791 398.4256,161.45369 394.37553,162.2637 C 393.52789,162.43324 392.64669,162.2637 391.78226,162.2637"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5360"
               d="M 403.04567,146.7041 C 401.48223,146.96591 411.88997,154.72865 413.3702,155.34834 C 423.10336,159.42285 436.73942,160.3769 445.37637,163.99256"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5362"
               d="M 408.41588,151.59396 C 409.18189,154.19292 413.56623,157.54813 414.98507,161.3993 C 416.49763,165.50478 418.80673,167.37549 418.80673,172.63677 C 418.80673,175.48685 420.60901,181.85076 421.35447,183.87426 C 421.94966,185.48967 429.63695,184.73868 431.54557,184.73868"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5364"
               d="M 419.37475,176.85148 C 420.08618,180.28183 415.11409,181.89882 413.80231,185.06142"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5366"
               d="M 349.57396,249.65731 C 350.06661,253.02188 354.1969,262.60457 355.47656,267.72318 C 356.56864,272.09163 358.38767,275.27427 359.79866,278.09626 C 361.66779,281.83452 362.63613,283.7712 364.12077,286.74046 C 365.61206,289.72305 367.894,291.69364 369.30731,294.52028 C 370.78597,297.47762 373.00512,300.02697 375.35827,303.16449 C 377.11127,305.50184 382.86604,306.77027 385.73132,307.4866 C 389.44029,308.41384 393.62592,308.35103 397.83323,308.35103 C 401.9877,308.35103 404.1228,305.63846 407.34187,304.02891 C 410.6728,302.36345 413.57268,302.12022 415.98608,299.70682 C 419.60361,296.08928 423.0139,294.6585 426.35916,290.19815 C 428.83214,286.90082 432.7943,283.37884 435.00338,278.96067 C 437.10928,274.74888 438.83302,274.87957 440.18991,269.45204 C 440.42981,268.49236 440.76468,267.15291 441.05432,265.99434"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="cssssssssssssc" />
            <path
               id="path5368"
               d="M 355.56168,268.58762 C 356.52932,264.78548 361.67316,273.75029 365.24173,275.50298 C 368.20688,276.9593 373.38802,276.36739 377.56185,276.36739 C 380.52716,276.36739 384.83474,272.79534 388.1219,271.18088 C 392.673,268.94562 393.71641,268.2787 396.92196,265.12991 C 398.82601,263.25962 398.93014,263.2905 399.56199,260.80781"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232141;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5370"
               d="M 388.32458,233.14631 C 391.61621,229.8547 383.13804,241.45758 383.13804,246.11264 C 383.13804,250.8967 381.30797,253.48752 382.27362,257.35013 C 383.33722,261.60445 383.04134,264.02523 387.46016,265.12991"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5372"
               d="M 388.24331,243.51938 C 388.48143,244.39885 376.72301,249.85226 374.1994,250.43474 C 369.95672,251.41404 364.24016,250.29703 361.09176,249.57033 C 357.75779,248.80078 353.62273,246.19045 352.66541,242.65494 C 351.99461,240.17757 347.63517,237.14625 346.1116,235.73958 C 344.84847,234.57334 344.81213,230.9405 344.23909,228.82421"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232165;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5374"
               d="M 348.56117,251.29916 C 349.30528,250.92711 358.28445,250.38109 361.52751,249.57033 C 364.94012,248.71717 367.70066,245.61931 370.17173,244.38379"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5376"
               d="M 393.51111,188.19635 C 397.18924,188.19635 402.25083,188.12474 405.61302,185.60309"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5378"
               d="M 405.09363,193.92454 C 405.84255,193.32929 415.4287,193.92454 419.33998,193.92454 C 422.11727,193.92454 421.47177,195.61894 422.90158,196.75536"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5380"
               d="M 334.73041,-11.485128 C 339.37656,-11.485128 339.56797,-3.5388371 341.6458,0.61679792 C 343.46388,4.2529309 348.4894,5.7315679 350.29002,7.5321619 C 351.95169,9.1938459 357.69421,10.247632 360.66307,10.989845 C 363.5395,11.708954 366.58188,11.172918 369.30731,11.854284"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5382"
               d="M 282.00069,54.210963 C 283.29849,54.5354 292.58341,49.784003 295.83142,48.160012 C 299.69307,46.229191 302.73938,38.681048 303.61122,35.193672 C 304.56917,31.361867 305.4687,27.76384 306.2045,24.8206 C 306.71741,22.768864 308.59102,21.776386 309.66217,19.634063"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5384"
               d="M 204.2027,246.11264 C 205.2837,249.65678 209.79431,252.56868 212.84692,255.62127 C 216.54179,259.31615 218.3675,258.88264 220.62673,263.40108 C 221.99951,266.14661 226.69821,266.85876 230.13536,266.85876 C 233.49051,266.85876 238.29529,267.72318 242.23729,267.72318 C 245.88614,267.72318 252.17546,265.88696 255.20359,265.12991 C 259.50165,264.05541 265.46487,265.12991 269.89876,265.12991 C 273.69217,265.12991 276.41231,264.2655 280.27183,264.2655"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5386"
               d="M 420.30821,127.68684 C 418.96396,133.06382 430.04602,132.98795 435.00338,135.46663 C 439.16725,137.54857 442.21713,138.20908 445.37645,139.78874 C 448.65172,141.42637 453.13607,141.29643 457.47835,142.382 C 463.17186,143.80538 465.14195,144.5322 468.71584,149.29739 C 469.5868,150.45866 470.74889,151.33045 471.3091,151.89066"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5388"
               d="M 441.44868,189.43919 C 440.46277,192.33198 438.42027,199.09976 437.73385,203.98804 C 436.94412,209.61202 435.03686,214.71777 434.05727,220.24909 C 433.32272,224.39664 431.11379,228.8859 429.79211,232.76399 C 428.44934,236.70387 427.1066,240.64378 425.76388,244.58362 C 425.13198,246.43771 424.50015,248.29174 423.86825,250.14581"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               sodipodi:nodetypes="cssssssc"
               id="path5390"
               d="M 419.44377,246.11264 C 419.44377,250.54775 420.32497,253.95948 421.17262,257.35013 C 422.40151,262.26566 422.96177,263.52168 424.63031,266.85876 C 426.49423,270.58661 429.54241,272.36082 431.54569,276.36739 C 434.42738,282.13083 442.77297,290.01304 447.96969,296.2491 C 449.41042,297.97796 450.85112,299.70682 452.29181,301.43564 C 455.53396,305.32623 457.71668,307.72495 460.07162,310.07986 C 461.82841,311.83667 463.50036,315.50629 464.39372,316.99525"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 444.09516,203.30653 C 447.24429,204.30373 447.25832,206.71289 444.09516,206.71289 C 442.14192,206.71289 444.98971,211.17128 443.60853,212.55242 C 442.50186,213.65913 443.03378,205.91592 440.68879,210.60592 C 438.28475,215.41403 437.76901,208.82996 437.76901,206.71289 C 437.76901,204.68556 442.19464,203.68664 444.09516,203.30653 z "
               id="path5966" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer12"
             inkscape:label="twiggies dark"
             style="display:inline">
            <path
               id="path5392"
               d="M 65.422186,33.350665 C 68.851295,32.029541 77.131266,30.787358 82.756344,29.729876 C 91.376606,28.109314 99.544124,26.237466 107.79458,24.298692 C 113.98937,22.842964 121.15222,22.488297 127.69672,22.488297 C 136.43503,22.488297 144.93018,24.298692 153.37696,24.298692 C 157.01498,24.298692 160.653,24.298692 164.29105,24.298692 C 164.30063,24.298692 165.89126,24.298692 166.21706,24.298692"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5394"
               d="M 155.95817,74.989695 C 156.34646,74.989695 149.57567,78.720501 143.28542,83.438195 C 141.0894,85.085214 135.91853,86.939453 133.02652,87.662461 C 129.41413,88.565563 125.84767,91.236209 123.37111,93.093641 C 120.4531,95.28212 118.21579,96.438556 115.52605,99.128273 C 113.04362,101.61072 109.97819,102.98743 107.07755,105.16293 C 103.73466,107.67011 99.340264,109.27944 97.42213,111.19756 C 95.386226,113.23344 93.897403,116.09836 92.594422,117.83566 C 90.852457,120.15829 90.787943,123.24728 90.180551,126.28417 C 89.619205,129.09092 88.87347,132.71946 88.370165,134.73266 C 87.619943,137.7335 87.777073,141.32928 87.163241,143.78465 C 86.583767,146.10247 86.53645,148.70562 85.956294,151.02622"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5396"
               d="M 97.42213,110.59411 C 96.910805,112.63938 91.893041,102.35746 91.387475,100.33522 C 90.685106,97.525685 87.772814,97.921349 84.74937,97.921349 C 82.338759,97.921349 80.395755,102.40432 79.318189,104.55945 C 77.980214,107.2354 76.51748,109.17056 74.490481,111.19756 C 75.804036,112.93259 73.439268,112.2488 73.283557,112.4045"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5398"
               d="M 186.73487,92.490168 C 188.75138,93.498448 192.34333,97.672468 193.37297,99.731747 C 194.46222,101.91025 195.90306,103.46878 197.59721,105.16293 C 199.10496,106.67067 202.59217,108.26386 204.83879,109.38717 C 207.79637,110.86598 211.25854,113.44764 213.89076,115.42183 C 216.93346,117.70386 220.449,120.16967 222.94271,122.66341 C 225.31886,125.03953 228.37059,127.18771 231.39124,128.69804 C 235.10473,130.55479 236.82534,133.28494 241.04666,134.12921 C 245.08284,134.93646 250.95305,138.23826 254.32286,140.16385 C 257.84084,142.17412 262.19671,143.49732 265.18523,144.99159 C 268.45466,146.6263 271.36813,146.8761 273.63373,148.0089 C 275.97169,149.17789 279.04857,149.8193 281.47876,149.8193"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5400"
               d="M 380.54478,178.68773 C 384.36112,178.48803 388.69274,176.77481 393.51111,174.36561 C 398.67778,171.78229 403.72078,172.24541 409.07072,170.90793 C 413.10167,169.9002 417.53427,170.04351 422.03703,170.04351 C 426.35916,170.04351 430.68125,170.04351 435.00338,170.04351 C 438.82134,170.04351 438.72659,174.21589 442.78318,175.23004 C 446.99584,176.2832 451.41211,175.22623 454.88509,176.09446 C 457.6023,176.77376 459.28216,176.95887 462.66489,176.95887"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5402"
               d="M 441.91874,107.80513 C 442.69588,107.99941 439.87711,120.2938 439.32548,122.5003 C 438.24278,126.8311 438.66161,131.2067 437.59664,135.46661 C 436.57756,139.54289 436.73221,143.92282 436.73221,148.43294 C 436.73221,153.18858 437.5983,156.21939 438.46106,159.67044 C 439.48477,163.76522 439.32548,168.29042 439.32548,172.63677 C 439.32548,177.05362 439.37764,181.48962 440.18991,184.73868 C 441.4616,189.82545 440.23572,191.23331 445.37642,192.51848 C 447.5131,193.05265 450.1804,198.18685 451.42739,199.43385 C 453.8928,201.89925 455.28516,204.55611 456.61391,207.21364"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5404"
               d="M 303.61122,232.28189 C 307.11661,230.5292 296.87382,236.42602 294.10258,239.19726 C 291.31134,241.98851 288.10942,243.05827 285.45836,244.38379 C 281.0773,246.57432 276.66602,247.9896 274.22088,250.43474 C 271.57669,253.07893 268.23287,255.15759 265.57666,256.48569 C 264.25956,257.14426 263.83495,257.64686 262.9834,258.21455 C 260.4374,263.30652 260.7835,266.93644 258.66128,271.18088 C 257.02204,274.45936 256.00906,277.46765 255.20359,280.68952 C 254.07685,285.19646 251.7856,289.17495 250.88149,292.79142 C 249.87885,296.80194 247.6987,300.3361 246.55939,304.89332 C 245.70314,308.31834 242.99214,313.75668 241.37285,316.99525 C 239.69063,320.35967 240.56438,326.28002 239.64402,329.96156 C 238.6333,334.00441 238.23652,337.09866 236.18631,341.19905 C 234.39393,344.78379 232.67596,350.05397 231.86422,353.30097 C 230.89324,357.18492 229.35095,359.03184 228.40653,362.80961 C 227.91515,364.77516 227.00979,367.53204 226.67769,368.86056"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5406"
               d="M 47.938056,132.92229 C 47.941314,132.93536 34.614667,132.31882 31.644504,132.31882 C 27.350908,132.31882 25.724194,131.22622 23.799477,129.30151"
               style="fill:none;fill-rule:evenodd;stroke:#26261e;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path5408"
               d="M 40.696478,58.092694 C 38.398368,55.794583 31.756152,52.773158 28.023714,49.040745 C 24.752703,45.76971 20.730192,42.212782 17.76482,39.988771 C 16.433093,38.989971 15.460485,38.109651 14.747503,37.574904"
               style="fill:none;fill-rule:evenodd;stroke:#26261e;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer3"
             inkscape:label="rev1 tree2"
             style="opacity:0.87209305;display:none"
             sodipodi:insensitive="true" />
          <g
             inkscape:groupmode="layer"
             id="layer8"
             inkscape:label="tree2"
             style="display:inline">
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#2d2a22;stroke-width:29.91222;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 190.16249,467.72344 C 189.18736,461.97047 189.72265,446.53129 192.04619,437.16704 C 194.13413,428.75219 194.50386,419.74986 196.02052,411.19827 C 197.42956,403.2537 198.08734,396.06082 198.39035,387.86857 C 198.58446,382.62067 198.05656,376.52283 198.27024,370.74637 C 198.55141,363.14464 198.09528,355.10644 198.38302,347.32698 C 198.70508,338.62041 198.26619,330.11511 198.59565,321.20884 C 199.15021,306.2156 199.70478,291.22232 200.25937,276.22908 C 200.70477,264.18724 199.6168,252.86194 200.05242,241.08508 C 200.41874,231.18173 199.26376,221.66697 199.61252,212.23827 C 199.83812,206.13878 199.26888,201.15866 199.49239,195.11608 C 199.67782,190.10328 199.08575,186.16617 198.45354,182.462 C 198.24714,181.25257 198.04071,180.04317 197.8343,178.83372 C 196.80687,172.81372 192.6967,168.43357 191.66218,162.37215 C 190.66329,156.51949 188.31872,150.48986 186.27566,145.04083 C 183.64708,138.03023 179.24146,132.2849 177.97962,124.89123 C 177.59596,122.64354 177.0241,123.01508 176.57472,122.13269"
               id="path5410" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#2d2a22;stroke-width:18.96872711;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 207.08286,182.8477 C 211.29087,179.44473 219.67508,170.56595 222.89363,162.51951 C 227.92991,149.92888 232.48918,136.8674 237.95154,124.1219 C 242.09913,114.44418 242.93535,102.68085 245.48047,92.500356 C 247.04245,86.252452 247.77791,79.546201 249.24493,73.677983 C 250.07946,70.339924 251.91631,67.355536 254.5152,63.890364 C 256.54555,61.183234 258.94964,53.681468 259.78546,50.338254 C 260.03643,49.334395 260.28741,48.330537 260.53835,47.326677 C 262.12726,40.971083 264.75156,34.158515 267.31442,27.751413 C 271.19758,18.043487 271.11006,4.9464329 272.58468,-5.3759341 C 274.06549,-15.741685 279.36073,-25.752017 279.36073,-36.244616 C 279.36073,-39.379222 282.57823,-43.546213 283.87808,-45.279347"
               id="path5412" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#2d2a22;stroke-width:14.10494995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 198.80102,160.26082 C 198.80102,157.85111 202.56548,140.89991 202.56548,136.16821 C 202.56548,132.04667 203.31839,128.89434 203.31839,124.87479 C 203.31839,121.07039 209.03039,114.64545 211.60022,112.07559 C 216.45847,107.21737 219.82863,98.110622 223.64655,91.747443 C 226.48653,87.014145 230.91169,83.315383 234.18705,78.948249 C 237.17047,74.970385 239.47359,72.155936 243.22178,68.407717 C 245.45932,66.170185 248.38713,59.582833 249.99785,56.361409 C 251.48578,53.385532 252.98199,51.118574 255.26811,48.832454"
               id="path5414"
               sodipodi:nodetypes="csssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#2d2a22;stroke-width:17.75278282;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 146.8513,352.24893 C 141.03092,345.4341 131.42423,334.33587 122.75869,327.40344 C 116.32354,322.25532 106.9467,309.14542 98.666047,307.07528 C 91.73047,305.34138 83.957066,301.97946 77.585005,298.79344 C 71.935779,295.96882 67.602423,293.47444 61.774209,292.01737 C 56.248206,290.63587 52.630578,288.03747 47.469212,286.74713 C 42.254102,285.44335 38.289807,280.65164 33.917128,278.46529 C 29.014927,276.01419 23.672897,271.38686 18.859243,270.18345 C 10.521612,268.09903 1.5462912,263.4092 -5.9862862,259.64291 C -10.372415,257.44987 -15.898225,256.19275 -19.538395,254.37266 C -21.846111,253.2188 -23.039681,252.68781 -24.808661,251.36107"
               id="path5416" />
            <path
               style="opacity:1;fill:#5b7ab0;fill-opacity:1;stroke:#2d2a22;stroke-width:17.75278282;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 126.52315,298.79344 C 124.87349,284.6817 128.78183,271.23911 128.78183,257.38422 C 128.78183,246.86246 131.0405,237.04606 131.0405,226.51557 C 131.0405,214.54578 133.29919,202.69729 133.29919,190.37662 C 133.29919,182.95068 134.80499,176.53686 134.80499,169.29558 C 134.80499,159.57788 143.83972,149.95499 143.83972,140.68558 C 143.83972,137.50761 149.88631,127.08659 151.36867,124.1219 C 153.29205,120.27511 154.26214,116.31255 155.13314,112.82851 C 155.3053,112.13987 156.137,111.82465 156.63891,111.3227"
               id="path5418" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#2d2a22;stroke-width:7.05247498;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 210.84733,273.19502 C 213.59494,270.77924 223.39157,266.54646 228.16391,264.16029 C 232.80886,261.83782 237.07699,261.05172 240.96312,258.13714 C 245.29562,254.88775 248.14122,253.21769 252.25651,249.10238 C 255.60055,245.75837 258.11305,243.20421 261.29127,240.82056 C 263.75805,238.97046 271.25398,237.77397 274.84334,237.05608 C 280.03551,236.01767 286.03094,233.34453 290.65415,231.03293 C 297.13398,227.79302 303.95615,224.15579 309.4765,219.7395 C 314.21733,215.94685 321.0463,215.95598 326.04018,212.21057 C 327.86386,210.8428 331.28307,209.96557 332.81623,209.19899"
               id="path5420" />
            <path
               id="path5422"
               d="M 186.49022,180.49111 C 186.49022,177.28611 186.48324,187.01281 187.49675,190.05335 C 191.20847,201.18848 193.77059,212.53217 198.06554,223.26953 C 199.11795,225.90049 200.80081,228.17132 201.58847,231.32193 C 202.16957,233.6463 201.58847,236.95682 201.58847,239.37435 C 201.58847,245.70959 200.05471,238.24806 199.57535,235.85141 C 198.76828,231.81596 198.34923,228.2718 196.5557,225.28263 C 195.5097,223.53925 194.2216,222.12424 193.03281,219.74661 C 192.71062,219.10225 193.53605,228.573 193.53605,231.32193 C 193.53605,233.4252 192.95762,227.49832 192.52952,225.78591 C 191.85214,223.07644 190.72557,222.09306 190.01312,219.24333 C 189.36284,216.6421 189.00659,214.66194 189.00659,212.19746 C 189.00659,207.60134 188.50331,210.09057 188.50331,213.20403 C 188.50331,216.27114 188.31693,219.50434 189.00659,222.26298 C 189.60272,224.64749 189.42324,227.45252 190.01312,229.81211 C 190.75278,232.77073 189.94765,236.53052 190.5164,239.37435 C 191.05714,242.07795 190.50023,244.82944 191.01969,247.42674 C 191.52964,249.97656 191.0049,252.40034 191.52296,254.4726 C 192.27648,257.48663 193.03281,258.36303 193.03281,254.4726 C 193.03281,252.00818 193.54087,249.42062 194.03934,247.42674 C 194.91914,243.90758 194.54261,254.08051 194.54261,255.98242 C 194.54261,259.50534 194.54261,263.02827 194.54261,266.5512 C 194.54261,270.24189 194.54261,273.93257 194.54261,277.62327 C 194.54261,280.47515 194.54261,283.32705 194.54261,286.17896 C 194.54261,289.90417 192.52952,287.37539 192.52952,284.6691 C 192.52952,280.40406 191.38206,281.20652 190.5164,284.6691 C 189.96776,286.86374 190.5164,289.9427 190.5164,292.21826 C 190.5164,294.73462 190.5164,297.25099 190.5164,299.76739 C 190.5164,302.1467 189.61294,304.38785 189.00659,306.81322 C 188.30197,309.63166 188.50331,313.26733 188.50331,308.32306 C 188.50331,305.65838 188.51588,303.34058 188.00004,301.2772 C 187.32613,298.58163 186.99347,296.50462 186.99347,293.72809 C 186.99347,291.11386 186.91529,288.50488 187.49675,286.17896 C 188.13198,283.63806 187.99376,281.17762 188.50331,278.6298 C 188.96294,276.33163 189.50987,274.14823 189.50987,271.58397 C 189.50987,269.06757 189.50987,266.5512 189.50987,264.03484 C 189.50987,261.51846 189.50987,259.00209 189.50987,256.48569 C 189.50987,253.96932 189.50987,251.45295 189.50987,248.93658 C 189.50987,246.42021 189.50987,243.90381 189.50987,241.38744 C 189.50987,238.7072 189.03485,236.97106 188.50331,234.84486 C 187.93064,232.55417 188.0467,230.50205 187.49675,228.30228 C 186.88764,225.86577 186.99347,223.93685 186.99347,221.25641 C 186.99347,218.74005 186.99347,216.22368 186.99347,213.7073 C 186.99347,211.19093 186.99347,208.67453 186.99347,206.15816 C 186.99347,203.64179 186.99347,201.12542 186.99347,198.60905 C 186.99347,196.09265 186.99347,193.57628 186.99347,191.05991 C 186.99347,189.29725 185.85626,186.51094 185.48366,185.0206 C 185.09996,183.48577 185.97641,181.77559 186.49022,180.49111 z "
               style="opacity:1;fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
            <path
               id="path5424"
               d="M 176.42471,159.35357 C 176.42326,161.4624 179.8372,164.95118 180.45089,167.40596 C 180.84591,168.98593 183.14679,171.33598 183.97382,172.43872 C 186.25452,175.47964 186.91719,173.64331 185.98694,169.92235 C 185.18806,166.7269 184.1025,165.40427 183.47057,162.87648 C 183.10663,161.42082 187.49675,162.36388 187.49675,160.86338 C 187.49675,158.54021 183.68794,159.28209 181.96072,158.85029 C 177.4014,157.71045 177.07002,158.91514 175.92142,154.32082 C 175.31066,151.87774 173.69386,150.87226 172.90178,149.28805 C 171.97418,147.43289 171.21392,145.91236 170.38541,144.2553 C 169.25755,141.99959 170.27702,149.35777 170.88869,151.80441 C 171.37732,153.75908 173.3525,154.77155 174.41159,155.83063 C 175.36798,156.787 175.72884,158.19379 176.42471,159.35357 z "
               style="opacity:1;fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer2"
             inkscape:label="tree1"
             style="opacity:1;display:inline">
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#241f0b;stroke-width:34.77599716;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 49.7279,-3.1172701 C 49.476955,-2.6153281 49.017644,-22.499171 48.975013,-21.939619 C 48.365728,-13.945007 50.657077,22.785888 51.98659,30.76299 C 53.188769,37.976044 53.835117,45.618617 54.998166,52.596943 C 56.401658,61.017792 57.256855,69.606516 57.256855,78.19536 C 57.256855,86.330074 58.762632,93.432525 58.762632,101.53509 C 58.762632,107.40022 59.670407,115.0979 61.774209,120.35744 C 64.98199,128.37689 66.559751,138.04544 67.797387,146.70873 C 68.905161,154.46327 72.602655,163.67113 74.573431,171.55427 C 76.18331,177.99385 76.766679,184.09175 78.337896,190.37662 C 79.585596,195.36744 81.729891,198.67437 82.855274,203.17585 C 83.883988,207.29069 84.955794,210.07217 85.866848,213.71635 C 86.932329,217.97828 88.352605,220.94655 90.384203,225.00977 C 92.783116,229.80759 93.828776,235.66335 96.407353,240.82056 C 99.571294,247.14839 101.45627,254.68283 104.6892,261.14871 C 109.96228,271.69487 117.74162,279.23165 119.74711,291.26449 C 121.43394,301.38549 125.66316,309.01265 128.78183,318.3687 C 130.4138,323.26459 132.86802,327.93738 134.05207,332.67367 C 134.95942,336.30302 137.40913,339.38778 139.32234,343.21422 C 141.24446,347.05842 142.74214,350.0538 144.59261,353.75474 C 146.44566,357.46081 149.27468,360.43666 150.61577,365.80105 C 152.20021,372.1388 156.05478,374.9266 157.39182,381.61182 C 159.15244,390.41491 163.48716,401.40367 166.42656,410.22181 C 169.61022,419.77284 168.68525,432.59787 168.68525,442.5963 C 168.68525,446.26219 167.93234,450.11497 167.93234,453.88971"
               id="path5426"
               sodipodi:nodetypes="csssssssssssssssssssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#241f0b;stroke-width:38.91020584;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 189.93691,-10.980901 C 189.58733,-2.2327431 184.28138,5.6805229 184.07845,14.489332 C 183.75631,28.472371 176.64691,42.864212 176.33313,56.48417 C 176.0071,70.635958 173.4987,83.939138 170.86322,97.77836 C 167.3716,116.11328 166.20772,136.10694 161.28305,154.03971 C 156.94378,169.84068 159.72379,189.03069 159.35115,205.20559 C 158.99586,220.62845 157.14127,235.75084 156.78798,251.0853 C 156.61649,258.52928 154.95408,265.31046 154.77972,272.87878 C 154.66569,277.82826 154.39421,282.60621 155.20296,287.19733 C 155.92493,291.29605 154.98715,296.56448 154.89082,300.74581 C 154.75036,306.84276 153.12124,312.17824 152.98658,318.02314 C 152.78124,326.93651 151.06243,336.16543 150.85693,345.08545 C 150.56907,357.5799 168.39673,368.28439 168.10659,380.8783 C 167.84437,392.25999 166.82251,403.92539 166.55622,415.48491 C 166.34076,424.83751 165.37964,433.86709 165.16194,443.31726 C 165.04408,448.43237 163.43244,453.00867 163.30971,458.3365 C 163.28658,459.3401 163.26348,460.34368 163.24035,461.34728"
               id="path5428"
               sodipodi:nodetypes="csssssssssssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#241f0b;stroke-width:21.15742493;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 169.43813,131.65085 C 171.02699,130.37975 173.12003,115.25232 175.46129,110.56982 C 179.02155,103.4493 180.9891,95.98759 182.99022,87.982978 C 184.66818,81.271212 188.91603,76.326089 190.51918,69.913516 C 190.77014,68.909658 191.02112,67.905799 191.27206,66.90194 C 193.01403,59.934095 199.82683,54.491725 204.07129,48.832454 C 208.9639,42.308964 215.6329,33.327563 219.88206,26.245637 C 224.01189,19.362592 235.09333,10.643982 241.71601,6.6703749 C 250.47243,1.4165239 258.27067,-2.8602911 266.5615,-8.3875111 C 271.52502,-11.696532 277.09523,-15.156768 280.8665,-18.928041 C 281.11748,-19.179013 281.36844,-19.429984 281.61942,-19.68093"
               id="path5430" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#241f0b;stroke-width:53.98791122;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 206.32995,484.0055 C 215.26324,469.86737 242.96819,418.75725 256.77388,404.95157 C 266.41255,395.31288 269.24497,370.45318 271.83177,357.51921 C 272.37601,354.79811 289.80888,309.51873 292.15992,304.81659 C 300.34011,288.45624 304.61847,266.75964 317.75834,253.61976 C 326.37268,245.00543 330.40136,226.03603 336.58072,215.22215 C 343.75539,202.66645 346.10693,182.35618 356.15597,172.30715 C 365.30995,163.15317 371.73095,148.64807 380.24859,138.4269 C 389.15381,127.74065 397.50744,118.15649 407.35279,108.31113 C 414.84029,100.82361 422.77256,93.523618 429.18673,84.971402 C 436.0708,75.79263 440.81051,65.81868 448.762,57.86721 C 449.76586,56.86335 450.76972,55.859492 451.77359,54.855631 C 457.90118,48.728003 459.41632,41.9426 465.32567,36.033257 C 469.12938,32.229565 471.00512,28.095136 475.1133,23.986949 C 485.07101,14.029243 473.69362,26.116455 476.61908,21.728259"
               id="path5432"
               sodipodi:nodetypes="csssssssssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#241f0b;stroke-width:31.37135315;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 359.16756,150.47321 C 358.34134,136.02003 363.60687,122.33152 365.94359,108.31113 C 367.62076,98.248148 368.2712,88.253303 369.70806,78.19536 C 369.95904,76.438588 370.21,74.681842 370.46096,72.925094 C 371.67332,64.438656 372.71777,57.11899 375.73121,49.585366 C 378.2754,43.224885 382.01662,39.404364 386.27175,33.02168 C 391.69897,24.880862 400.71225,19.745662 405.84702,11.187729 C 408.90253,6.0952079 412.46568,2.1699949 414.88174,-3.8701571 C 416.91229,-8.9465781 418.28991,-11.795704 421.65779,-15.163577 C 422.75503,-16.260796 423.15743,-16.663201 423.91647,-17.42224"
               id="path5434" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:17.2664032;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 68.550275,182.8477 C 66.294456,175.74818 54.033218,172.84801 48.222125,167.03689 C 47.469212,166.284 46.716324,165.53112 45.963435,164.77821 C 41.431637,160.24643 38.176628,157.69686 32.411327,154.2377 C 31.335338,153.59207 30.403609,152.73189 29.399749,151.979 C 27.232791,150.35378 17.583401,148.96743 14.341865,148.96743 C 12.502507,148.96743 9.7781113,146.50891 7.5658228,145.95586"
               id="path5436" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:8.51160812;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 29.399749,201.67004 C 33.732158,198.60986 42.102303,200.88493 48.975013,203.17585 C 55.695681,205.41605 59.987014,209.98989 65.538699,212.21057 C 71.579313,214.62683 75.356648,219.00179 81.34947,221.99819 C 88.499615,225.57326 95.406273,227.47034 102.43053,230.28004 C 106.80207,232.02866 110.2756,236.16387 114.47684,239.31476 C 120.02585,243.47653 125.30218,247.81023 131.0405,252.11398 C 135.72689,255.62877 139.8696,260.19016 143.08683,263.40737 C 147.48147,267.80204 151.62184,270.68715 156.63891,274.7008 C 159.79538,277.22598 161.85228,281.41994 164.16788,283.73553 C 166.63196,286.19961 168.07017,291.54015 169.43813,294.27607 C 171.39082,298.18143 172.26796,301.62327 174.7084,304.0637 C 177.30267,306.65798 178.26164,312.25355 179.22576,316.11001 C 179.55825,317.43994 184.32193,324.21775 186.00182,325.89764 C 188.97976,328.8756 190.86074,334.10971 192.77787,337.94394 C 194.76759,341.9234 199.8672,345.89609 203.31839,348.48447 C 209.3004,352.97099 213.53613,357.9493 218.37628,362.78948 C 222.51023,366.92341 231.20489,369.95666 236.44575,372.57708 C 245.79906,377.25375 256.40597,379.16918 265.80862,383.87051 C 274.5506,388.24151 282.47933,393.3352 290.65415,397.42262 C 300.40178,402.29644 306.68889,407.601 317.00545,411.72762 C 323.1217,414.17412 331.9073,420.80527 335.8278,426.03261 C 338.07045,429.02279 343.6882,431.6343 347.12123,435.06735 C 350.53021,438.47632 353.20439,444.97498 354.65018,447.86654 C 357.30901,453.18422 361.5383,457.07427 368.20229,458.40707"
               id="path5438" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:26.02120018;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 399.82387,467.4418 C 403.97298,465.14503 409.86157,457.15295 414.88174,453.1368 C 418.40786,450.31591 420.97997,441.76832 423.91647,438.83181 C 428.05423,434.69405 430.47493,426.4678 432.9512,421.51523 C 435.86442,415.68884 439.1237,411.7338 440.48015,404.95157 C 441.52327,399.73596 444.81755,394.19809 446.50331,389.14078 C 446.83052,388.15912 447.00523,387.13306 447.2562,386.1292 C 448.82504,379.85383 451.85717,374.50137 453.27935,368.81263 C 454.89916,362.33346 457.74965,357.70756 459.30252,351.49606 C 459.55348,350.49219 459.80445,349.48833 460.05543,348.48447 C 461.71484,341.84673 463.68579,335.46877 465.32567,328.90921 C 467.04442,322.0342 470.59593,315.95649 470.59593,308.58106 C 470.59593,304.63364 473.84666,298.31514 475.1133,295.78187 C 475.33777,295.33291 475.1133,294.77801 475.1133,294.27607"
               id="path5440" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:4.37739801;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 186.00182,196.39978 C 190.39451,189.88807 200.38566,180.51016 207.83576,173.06005 C 214.03797,166.85784 217.69319,158.68526 223.64655,152.73189 C 228.64811,147.73031 234.20288,141.79514 238.70443,136.16821 C 242.7731,131.08238 247.25969,128.62242 252.25651,124.87479 C 255.71555,122.28053 258.60954,120.56896 262.04416,118.85167 C 267.15467,116.29638 269.7012,114.56391 275.59626,113.5814 C 280.68162,112.73384 285.7279,114.33429 290.65415,114.33429 C 295.72113,114.33429 300.52613,115.08717 305.71203,115.08717 C 310.66907,115.08717 314.80545,113.19028 319.26415,112.07559 C 322.64391,111.23066 327.8874,109.68035 331.31044,108.31113 C 334.97487,106.84536 338.99935,106.05244 342.60388,106.05244 C 345.50966,106.05244 349.77071,105.20186 352.39149,104.54666"
               id="path5442" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.67507672;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 275.59624,113.5814 C 276.28986,105.57635 275.59626,94.573026 275.59626,86.477208 C 275.59626,82.11605 274.84334,78.553601 274.84334,74.43087 C 274.84334,70.091361 276.29246,66.262427 277.85493,63.13745 C 280.1812,58.484909 280.65445,54.622243 281.61942,48.832454 C 282.51169,43.478726 284.32966,38.292797 285.38388,33.02168 C 286.06359,29.623165 288.62397,25.362886 289.90126,23.23406 C 292.07201,19.61614 292.72154,15.960137 295.1715,12.693527 C 297.3378,9.8051509 299.14691,5.6157369 299.68887,2.9059089 C 300.46314,-0.96543708 304.65993,-3.4262411 305.71203,-7.6346221 C 306.15128,-9.3916381 308.40158,-11.829946 309.4765,-12.904888"
               id="path5444"
               sodipodi:nodetypes="csssssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:3.16145396;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 196.42018,109.34531 C 206.56993,108.18914 215.98464,114.61557 225.78306,114.61557 C 234.16253,114.61557 242.23258,115.36846 250.62859,115.36846 C 255.84326,115.36846 260.55003,113.14324 266.43935,114.61557 C 270.84885,115.71795 276.12336,115.36846 280.74434,115.36846 C 287.45748,115.36846 295.27343,120.8341 301.82539,122.1445 C 302.84005,122.34745 303.83311,122.64644 304.83696,122.89741 C 309.74831,124.12525 316.93021,127.43823 321.40065,129.67346 C 327.1206,132.53343 334.36033,134.98384 340.22303,136.4495 C 345.72362,137.82466 351.18023,138.81237 356.78669,140.21398 C 360.89694,141.24153 364.83351,141.47278 368.83303,142.47264 C 373.53749,143.64879 378.09768,146.23714 383.8909,146.23714 C 390.59846,146.23714 400.48185,150.15764 407.23063,151.50738 C 409.6496,151.99119 411.61091,151.78112 414.00667,152.26027 C 415.51247,152.76221 417.01826,153.26413 418.52405,153.76608 C 423.45458,155.40959 430.35981,154.51895 435.84062,154.51895 C 441.11089,154.51895 446.38113,154.51895 451.6514,154.51895 C 456.1422,154.51895 459.33207,156.77766 464.45062,156.77766 C 468.96798,156.77766 473.48535,156.77766 478.0027,156.77766 C 479.03747,156.77766 480.01042,156.27571 481.01428,156.02476"
               id="path5446" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:40.85571289;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 144.59261,471.20627 C 137.8182,465.53372 110.22904,424.79638 101.67764,416.24496 C 90.999955,405.56728 81.285557,378.21467 76.079201,364.29527 C 68.635878,344.39514 58.68576,324.68347 54.998166,302.55791 C 52.480603,287.45246 47.137891,272.03533 42.951858,257.38422 C 39.105804,243.92308 35.03441,230.98473 31.658438,217.48084 C 26.98362,198.78159 18.87376,179.9087 15.094752,161.01374 C 11.89288,145.00441 6.8129105,127.91279 6.8129105,111.3227 C 6.8129105,92.415749 0.78975591,73.757748 0.78975591,54.855631 C 0.78975591,41.375629 -4.4805098,27.589036 -4.4805098,13.446416 C -4.4805098,5.5721089 -5.2333985,-1.5899461 -5.2333985,-9.1404231 C -5.2333985,-15.700368 -6.7391749,-21.423085 -6.7391749,-27.962773 C -6.7391749,-30.965571 -6.4455973,-32.901572 -5.9862862,-34.738815"
               id="path5448"
               sodipodi:nodetypes="csssssssssssc" />
            <path
               id="path5450"
               d="M 323.53767,190.22285 C 321.4675,194.57944 327.35474,181.39097 328.68732,176.84759 C 330.94928,169.13539 342.81931,157.94107 346.25821,146.21621 C 346.85807,144.17084 347.58673,142.15129 348.25098,140.11883 C 350.37321,133.62545 350.05953,125.48989 353.50366,120.81578 C 355.87009,117.6043 354.3113,122.92344 353.79105,124.01828 C 352.65715,126.4045 352.97308,128.88115 352.52398,131.12661 C 352.03337,133.57942 351.93101,136.18174 350.67486,138.82524 C 349.5222,141.25093 350.62275,145.27159 350.1814,147.47829 C 349.60712,150.34947 347.4953,153.76561 346.49042,155.88025 C 344.74877,159.54544 349.38655,154.86194 350.07833,153.40606 C 351.34295,150.74475 353.11089,148.29591 353.7693,145.00413 C 354.45247,141.58854 356.72334,138.7402 357.36445,135.53469 C 357.84252,133.14445 359.29307,130.20696 360.4734,127.72301 C 361.6134,125.32391 359.76159,132.82835 359.2542,135.3651 C 358.70754,138.09838 357.23302,140.83118 356.77521,143.12022 C 356.32986,145.34684 355.18152,147.10857 354.15249,149.27412 C 352.66387,152.40678 351.99433,155.0849 350.50941,158.20982 C 349.0857,161.206 347.42954,163.5566 346.81845,166.61177 C 346.25396,169.43416 343.92526,172.83874 343.12749,175.01371 C 342.14398,177.69515 340.98039,179.56297 340.55267,181.70135 C 339.64645,186.23232 341.28708,184.5925 341.47001,184.84731 C 342.61999,186.44934 344.03795,181.66061 345.49623,180.18164 C 345.86907,179.80348 344.37973,184.21739 344.08544,185.68871 C 343.48686,188.68152 341.34403,190.18876 340.25083,192.48942 C 339.60888,193.84031 338.96754,189.48489 337.39583,188.97926 C 336.86148,188.80738 334.2059,193.7887 334.04744,194.12219 C 333.04927,196.22271 333.41109,188.79819 333.52055,188.25093 C 334.00467,185.83059 334.41776,183.76508 334.83555,181.67635 C 335.17106,179.99889 337.69467,177.43333 338.08817,175.46594 C 338.63268,172.74339 339.57396,171.13029 340.03308,168.83481 C 340.51245,166.43806 342.18467,164.50692 342.02585,162.73746 C 341.79896,160.20879 338.49252,166.93383 336.88346,169.11744 C 335.74436,170.66331 335.82052,174.52711 334.9865,176.28229 C 333.60213,179.1956 331.55678,180.96179 330.52189,183.13952 C 329.45501,185.38471 329.05306,187.39058 328.57701,189.77064 C 328.1114,192.09857 326.28624,193.32232 325.2765,195.44729 C 324.07154,197.98308 323.01922,199.56305 322.02387,201.65773 C 320.83071,204.16866 320.28939,205.94233 319.40113,207.81163 C 318.28469,210.16111 317.78453,211.19813 316.05271,212.95454 C 314.31294,214.71902 312.57445,215.19797 311.39655,217.67675 C 309.54955,221.56369 308.31974,220.97897 310.08882,217.25606 C 311.04927,215.23486 312.95071,213.7724 313.38936,211.57941 C 313.81984,209.42706 316.70226,205.68633 317.80603,204.18843 C 319.24549,202.23489 320.04155,198.21479 320.91493,196.37675 C 322.1237,193.83306 323.92068,194.49094 323.53767,190.22285 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:10.70030689;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 173.95549,206.94031 C 180.54161,200.57623 189.67013,193.43628 195.78945,190.37662 C 199.95174,188.29548 206.05055,187.81134 210.84733,186.61216 C 217.77415,184.88046 223.76204,182.8477 231.17547,182.8477 C 237.22439,182.8477 243.66357,182.48428 249.24493,183.60057 C 255.40262,184.83211 260.31931,186.8695 266.5615,188.11793 C 271.46925,189.09949 276.39574,189.34122 280.8665,191.12951 C 284.55689,192.60566 293.69838,189.80379 297.43019,188.87085 C 303.99933,187.22854 306.8433,190.00132 312.48807,193.3882 C 318.59707,197.05361 322.94588,199.74644 329.80465,203.17585 C 338.02399,207.28549 346.53336,210.74604 355.40306,212.96346 C 361.30574,214.43913 362.35607,217.83472 364.4378,221.99819 C 367.39855,227.9197 369.18161,228.81954 376.48413,230.28004 C 382.4298,231.46917 387.54083,231.7858 393.8007,231.7858 C 394.80456,231.7858 395.80842,231.7858 396.81228,231.7858 C 400.98051,231.7858 406.89514,233.0628 410.36437,234.79742 C 414.63808,236.93426 420.32686,242.5012 423.16358,245.33792 C 426.76523,248.93956 430.42041,253.60391 434.45701,256.63134 C 437.66727,259.03903 441.19413,262.61558 444.24462,265.66607 C 448.49365,269.91509 452.56806,273.50145 456.29093,278.46529 C 458.39583,281.27181 460.03663,282.15459 460.8083,285.24133"
               id="path5452"
               sodipodi:nodetypes="csssssssssssssssssssc" />
            <path
               sodipodi:nodetypes="csssssssssssssssssssssssssssc"
               id="path5454"
               d="M 425.5185,52.00152 C 430.65788,46.052148 416.93653,65.235465 411.79714,71.184811 C 403.92336,80.299479 386.2101,99.904119 380.83208,109.89492 C 377.81257,115.5042 380.82184,112.75351 383.56098,110.03543 C 386.12457,107.49155 399.9928,92.299997 402.23943,89.214413 C 404.4736,86.145911 407.18647,83.588995 408.90212,80.401861 C 410.30558,77.794682 412.95452,75.710822 414.38553,74.054244 C 415.58781,72.662523 416.58964,70.979778 418.17031,70.039659 C 421.90899,67.816014 413.82334,77.637971 410.97967,80.929775 C 408.82452,83.4246 407.05162,87.684371 406.26255,90.789616 C 405.28872,94.622014 409.86306,83.591525 412.66982,80.806309 C 417.38415,76.12823 417.9529,71.491618 423.63668,68.111123 C 424.61974,67.526426 425.46165,66.731781 426.37412,66.042097 C 428.85124,64.169836 430.73201,61.947965 429.49046,66.833969 C 428.3142,71.462971 421.23765,77.85385 417.9957,81.606715 C 415.43603,84.569776 413.14856,87.584372 410.81358,90.28731 C 408.63719,92.806699 407.10357,95.681872 404.93425,98.193038 C 403.27849,100.10974 401.87348,103.20263 400.48959,104.80462 C 398.83285,106.72242 406.35469,99.502514 408.44651,97.426756 C 412.49372,93.410637 417.31708,90.091108 420.70757,86.166265 C 423.1306,83.361395 423.85238,80.326229 426.19953,77.609153 C 427.99978,75.525196 428.65376,72.235678 429.86937,69.694866 C 430.9858,67.361227 431.67407,64.768591 432.36842,62.035999 C 432.71385,60.676624 426.19264,64.027789 425.73129,64.219957 C 424.59975,64.691282 427.7009,58.644683 428.09837,57.080493 C 428.69742,54.723045 431.17646,53.830275 432.14709,52.027103 C 432.99802,50.446352 433.54414,48.705121 433.98626,46.965177 C 434.52327,44.851867 430.45616,49.585172 429.03076,51.235233 C 427.43362,53.084075 429.52012,53.915974 425.5185,52.00152 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5456"
               d="M 284.65989,261.9089 C 284.03452,261.95638 284.03452,261.95638 284.65989,261.9089 C 292.70044,261.29924 277.91422,278.7389 274.8886,287.31418 C 272.93879,292.84047 271.00028,297.47013 269.40992,302.74268 C 268.82584,304.679 272.14335,299.68672 272.49422,297.68319 C 273.05316,294.49175 274.7504,292.40911 275.91503,289.38111 C 276.9711,286.63529 278.55332,283.7651 279.84905,282.11244 C 281.75979,279.67518 284.53472,274.66515 285.97349,270.92443 C 286.65694,269.14739 288.14414,267.59295 289.07994,266.3994 C 292.03101,262.63521 288.46246,267.74967 286.86736,269.78425 C 285.41342,271.63878 284.41003,278.6311 284.51716,281.22229 C 284.58773,282.92965 285.74263,277.9711 287.57937,275.62827 C 289.11999,273.66319 291.47812,271.40306 292.09285,270.99657 C 294.10886,269.66356 289.55129,275.59956 289.09692,278.19412 C 288.60726,280.99012 286.91326,283.30631 286.12303,285.92617 C 285.28293,288.7113 284.96433,289.89993 284.51207,292.48247 C 284.15401,294.52717 282.73382,297.10585 281.96301,299.10991 C 281.30183,300.82906 280.69999,302.70156 280.77686,304.56171 C 281.00371,310.05035 287.71896,295.97221 288.66695,290.5589 C 290.21235,281.73468 295.81661,273.51713 297.45606,264.15572 C 298.00287,261.03303 300.78751,257.6556 301.83694,256.317 C 302.65972,255.2676 303.22675,253.98158 304.04952,252.93215 C 305.9862,250.46184 302.30625,259.24046 301.14189,262.2677 C 300.05817,265.08551 299.5825,268.04528 298.68125,271.03323 C 297.78532,274.00348 296.29656,276.72218 295.75156,279.83422 C 295.22656,282.83199 293.87348,287.67699 295.86203,282.50675 C 297.6167,277.94462 298.37911,273.57474 299.99994,268.78847 C 301.25401,265.08529 302.97445,261.61826 304.78361,259.31065 C 306.42894,257.21208 306.95755,254.27523 308.24859,252.07758 C 310.00985,249.07947 310.32854,244.30192 311.55895,241.10291 C 312.86349,237.7111 313.62776,234.54014 314.91348,231.19729 C 315.29342,230.20937 315.05128,229.0101 314.78091,227.99024 C 313.96853,224.92601 312.00695,233.66566 310.42206,236.3635 C 308.81719,239.09533 307.25699,241.56052 306.01904,243.66769 C 304.85377,245.65132 303.25308,247.30753 302.48781,249.2973 C 301.67497,251.41059 300.07497,252.61098 299.40347,254.35677 C 298.71994,256.13382 297.23285,257.68824 296.29705,258.88181 C 295.35312,260.08586 294.71345,264.62086 295.42528,260.55643 C 295.908,257.8002 296.31994,255.86269 297.03628,254.00011 C 297.25682,253.42672 292.77512,256.72095 292.45652,257.02827 C 290.51765,258.89854 289.97796,261.18843 287.0271,262.26562 C 286.26284,262.54459 285.44895,262.02779 284.65989,261.9089 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 157.87429,82.705467 C 156.7818,82.726794 155.15855,85.445303 155.06242,87.873224 C 153.51623,95.327451 153.55074,103.01458 151.71858,110.44419 C 151.71201,110.52098 151.72555,110.59545 151.71858,110.67217 C 151.73655,110.69635 151.77709,110.7231 151.79458,110.82417 C 151.74756,110.93088 151.63455,111.29834 151.56658,111.50814 C 151.56507,111.52577 151.56807,111.566 151.56658,111.58414 C 151.56213,111.63856 151.57084,111.7532 151.56658,111.81213 C 151.40474,114.05265 151.3998,119.30652 152.02255,122.90762 C 152.25954,124.27782 151.82852,126.74231 151.64257,128.68335 C 151.4124,131.08695 151.20381,132.99914 150.42664,133.69912 C 149.71732,134.33797 148.93626,135.02267 148.07074,135.67502 C 146.67008,141.5331 143.73318,146.98055 144.72691,153.30621 C 145.34652,162.00758 144.06502,170.57712 143.66294,179.22101 C 144.84433,187.24224 145.96097,195.42811 144.72691,203.5399 C 143.97222,211.97266 142.23034,220.24539 142.447,228.77073 C 141.781,236.70701 142.36564,244.74109 141.00307,252.63363 C 139.27052,265.10015 140.45587,277.67517 140.77509,290.17589 L 140.85107,290.55588 C 141.29676,290.27884 142.53564,290.56843 142.675,288.65598 C 143.25391,280.90868 145.4648,273.2366 144.95488,265.40103 C 145.61471,257.36322 148.9925,249.59414 147.76676,241.38614 C 146.17477,233.82254 149.15721,226.80013 150.12265,219.49916 C 151.10049,213.83278 151.38238,208.1222 151.41459,202.39995 C 150.37739,201.29424 148.87565,199.83358 148.60273,197.23219 C 147.95575,191.06589 147.95529,180.80099 147.76676,177.32111 C 147.66508,175.44432 149.42655,173.75549 150.65462,172.68531 C 150.39507,166.01965 150.57196,159.36227 152.17456,152.85023 C 153.75566,145.74496 157.17063,139.02149 156.50635,131.41921 C 156.72133,123.93425 157.65268,116.5216 157.6463,109.00026 C 157.53373,101.37988 158.29904,93.861752 158.78625,86.277303 C 159.01881,83.705702 158.52979,82.692676 157.87429,82.705467 z M 140.85107,290.55588 C 140.6346,290.69044 140.61039,290.93764 141.00307,291.69583 L 140.85107,290.55588 z "
               id="path5460" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 206.37521,182.62138 C 205.25503,182.35467 203.30137,183.22716 202.46429,183.85497 C 200.68748,185.39381 199.07337,184.53701 197.13046,185.35278 C 193.26511,187.59148 189.13743,189.41384 185.15428,191.44593 C 182.19468,193.13054 181.09558,195.30956 180.49445,197.34561 C 181.2673,198.11845 182.30476,198.85876 183.2633,198.3795 C 185.38106,197.43833 186.34017,195.73554 187.46548,193.96723 C 188.06718,191.71321 189.4547,191.19981 191.45752,190.39537 C 194.7368,190.05043 198.0422,190.19438 201.33262,189.97517 C 203.64718,189.14567 205.1866,187.15153 207.00558,185.56289 C 208.13346,184.43499 207.15588,183.59718 206.37521,182.62138 z "
               id="path5462"
               sodipodi:nodetypes="ccccccccccc" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 214.98968,180.94051 C 213.56316,181.29714 213.07674,181.81023 212.46835,182.62138 C 211.58331,183.80146 213.23503,184.95101 214.14925,184.72246 C 215.78798,183.73177 217.57252,183.18426 219.40193,182.62138 C 222.97982,182.39366 226.11677,182.38723 229.27704,184.09213 C 231.45273,184.74388 233.73108,184.22436 236.00049,184.30223 C 238.37563,185.00427 240.67017,185.29378 243.14417,185.35278 C 247.11497,184.76675 251.13144,184.89319 255.12035,185.14267 C 256.08223,185.14267 256.93879,185.77299 258.06186,185.77299 C 260.10486,186.259 262.13418,186.88957 264.15503,187.45386 C 265.07545,187.91407 265.79352,188.29429 267.09654,188.29429 C 268.46964,188.29429 269.66063,188.22736 270.87847,188.71452 C 272.01475,189.16902 273.30718,189.05905 274.45031,189.34485 C 275.30278,189.55794 276.28711,189.55494 277.39182,189.55494 C 278.4398,189.55494 279.23781,188.96963 279.70301,188.50441 C 281.72165,186.38225 280.1508,187.04357 278.51295,185.20931 C 266.09125,183.31851 258.30252,180.38615 247.87321,178.47096 C 241.08584,177.7774 236.75331,179.94032 228.47735,178.32355 C 226.58255,178.32355 224.09069,178.48136 222.38417,179.16397 C 219.19043,178.78476 217.92478,180.57922 214.98968,180.94051 z "
               id="path5464"
               sodipodi:nodetypes="csccccccccsssscccccc" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 284.95574,188.50441 C 284.63344,191.15028 286.58236,191.7468 287.68715,192.70656 C 289.76851,192.70408 291.51647,191.87658 293.36007,191.02569 C 294.39541,190.76687 295.86895,191.02569 296.9319,191.02569 C 299.28545,190.5095 301.68172,190.27895 304.07559,189.97517 C 306.16922,191.41675 307.85864,193.05984 310.16874,194.17733 C 312.97146,194.97223 313.86115,193.7654 314.16082,191.86613 C 314.16082,190.52626 313.22459,189.66925 312.47995,188.92461 C 311.39618,187.84087 310.0333,187.45386 308.69797,187.45386 C 305.98754,185.73796 302.94527,184.96049 299.87344,184.30223 C 297.11735,184.15553 294.50108,184.75497 291.8893,185.56289 C 291.19874,185.73553 289.92225,186.68954 289.57811,187.03365 C 289.18188,187.4299 287.01665,187.30632 286.42651,187.45386 C 286.0669,187.54376 285.22897,188.34045 284.95574,188.50441 z "
               id="path5466"
               sodipodi:nodetypes="cccccccscccssc" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 201.4696,37.297425 C 201.33091,38.328083 199.5931,39.98831 199.20369,41.54603 C 198.9248,42.661588 197.20193,44.133365 196.65451,45.228153 C 196.08764,46.361899 194.9343,47.521836 194.10536,48.627032 C 193.07479,50.001146 192.16189,51.664217 191.55618,52.875638 C 190.94984,54.088323 190.98972,56.043219 190.98972,57.407485 C 190.98972,58.456918 189.87278,61.05753 190.98972,58.823695 C 191.63638,57.530368 191.78746,56.199225 192.12266,54.858332 C 192.51125,53.304112 193.39958,52.021266 194.10536,50.609727 C 194.93517,48.950084 195.26806,47.967456 196.65451,46.927605 C 197.83014,46.0459 198.55966,45.872189 199.48695,44.94491 C 200.74497,43.686895 201.58672,43.577728 202.31933,42.112516 C 202.89831,40.954548 203.47501,39.472531 203.73554,38.430393 C 204.01271,37.321646 205.08509,36.147871 205.43497,34.748272 C 205.80802,33.256187 206.4701,32.896073 207.41765,31.632609 C 208.41459,30.303388 209.61786,29.715649 210.53329,28.800213 C 211.51951,27.814035 212.85857,27.041399 213.93219,25.967794 C 214.76773,25.132294 215.75293,22.892817 216.19811,22.002431 C 216.7807,20.837264 216.72748,19.035186 217.04786,17.753826 C 217.21838,17.071583 214.43706,18.067878 213.93219,18.320308 C 213.20808,18.682368 212.47395,20.953557 212.23274,21.43597 C 211.65846,22.584527 210.28853,23.367376 209.40036,24.551609 C 208.84297,25.294769 207.86532,26.771898 207.41765,27.667246 C 206.68077,29.141042 205.71822,29.053251 205.71822,31.066125 C 205.71822,31.593212 203.95612,33.394732 203.73554,33.615304 C 202.94043,34.41041 201.99515,35.983597 201.4696,37.297425 z "
               id="path5468" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 224.87035,8.5421979 C 223.75922,9.6533269 227.37672,6.5766249 228.83569,5.9930449 C 230.35275,5.3862399 231.1471,4.6362939 232.5178,4.2935929 C 234.07001,3.9055369 233.95938,7.2273979 234.21729,8.2589569 C 234.72696,10.29773 234.42238,10.886271 233.36753,11.941078 C 232.71579,12.592823 230.53419,10.666014 230.2519,10.524893 C 229.07031,9.9340889 227.24698,10.580266 226.00331,9.9584079 C 225.46258,9.6880549 225.24796,9.0142759 224.87035,8.5421979 z "
               id="path5470" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 236.76752,-0.33005808 C 236.67227,-0.36940708 237.12869,2.9082189 237.38681,3.7608629 C 237.93982,5.5873329 238.80607,6.2271379 240.48338,6.5733899 C 241.94914,6.8759659 244.14403,6.5847709 245.4378,6.3177019 C 247.15029,5.9642019 248.06872,5.1358779 249.46326,4.2722409 C 250.60331,3.5662159 250.72515,2.4056209 251.01153,1.4597139 C 251.3991,0.17961592 252.60775,-0.66490408 253.17909,-1.6084781 C 254.0707,-3.0809131 251.39192,-3.4475921 250.39221,-3.6539631 C 248.67193,-4.0090661 246.83334,-3.6863551 245.4378,-3.3982741 C 243.29856,-2.9566681 240.9255,-2.4302371 239.55443,-1.8641661 C 238.07943,-1.2552221 238.64962,-0.95169708 236.76752,-0.33005808 z "
               id="path5472" />
            <path
               id="path5474"
               d="M 241.47304,384.21047 C 240.33579,384.49478 237.21256,390.07862 235.57819,391.71299 C 233.39036,393.90081 232.35772,398.68643 230.75515,400.8232 C 228.58248,403.72007 226.32632,405.92958 224.8603,408.86164 C 223.43262,411.71697 220.4889,414.15424 218.42956,416.90005 C 216.57009,419.37935 213.46158,423.47571 217.35776,419.57952 C 218.34429,418.593 219.50135,417.7932 220.57313,416.90005 C 223.34451,414.59059 224.89399,412.57921 227.53975,409.93342 C 229.56024,407.91293 230.82361,405.01908 232.36282,402.96679 C 233.5455,401.38988 234.41281,397.25913 235.0423,396.00016 C 237.04982,391.9851 237.66093,394.6725 235.57819,398.14372 C 233.97067,400.82296 232.44541,404.90391 231.29103,407.78983 C 229.58634,412.05159 224.8464,416.02545 222.18082,419.57952 C 220.20363,422.21578 218.76979,423.94895 216.82186,426.54615 C 214.71285,429.35818 213.68967,431.28605 211.46291,433.51281 C 209.69649,435.27924 208.61066,437.60962 207.71165,439.40766 C 206.55108,441.72879 204.5029,443.66832 203.96038,445.8384 C 203.32195,448.39214 201.77434,450.74636 200.74502,452.80503 C 199.78754,454.71999 198.52471,456.86324 198.06554,458.69987 C 197.00547,462.94013 195.69151,461.6098 199.13733,458.16398 C 201.21819,456.08312 203.01426,453.21525 205.03216,451.19733 C 207.71353,448.51597 208.54669,446.15405 210.39113,443.69481 C 213.06485,440.12983 214.61189,436.79457 217.35776,434.04869 C 220.60153,430.80493 223.50681,426.7855 226.46797,423.33079 C 229.80705,419.43521 233.13896,415.58801 236.11409,412.6129 C 238.00432,410.72267 238.47166,408.11174 239.86535,406.71805 C 242.58101,404.00239 235.14548,414.35955 233.97052,415.82827 C 229.79377,421.0492 227.36965,427.25218 222.71672,431.90511 C 220.30535,434.3165 218.70841,437.96404 216.82186,440.47944 C 214.77833,443.20418 213.28217,444.99207 212.53472,447.98196 C 211.99146,450.15495 215.97847,443.77394 216.82186,442.08713 C 218.08844,439.55396 220.35283,436.94848 222.71672,434.58459 C 224.84346,432.45785 227.63518,429.13023 229.14746,427.61796 C 231.52796,425.23746 232.80127,422.98982 233.97052,420.65132 C 234.96088,418.67056 236.7444,416.71123 237.72177,414.75649 C 238.81139,412.57725 238.84094,410.95783 240.40126,409.39752 C 242.47936,407.3194 243.08823,406.16713 244.15252,404.03857 C 245.42782,401.48797 247.77511,400.2873 243.08074,400.2873 C 241.10013,400.2873 238.29418,405.07385 237.18589,406.18215 C 235.33262,408.0354 233.19538,410.78827 231.82693,412.6129 C 229.31005,415.96873 231.78392,411.09124 232.36282,409.93342 C 233.84464,406.96977 235.44726,405.77717 237.72177,403.50269 C 239.7997,401.42475 240.17885,399.43793 242.00894,397.60784 C 244.74424,394.87251 243.71779,392.88596 242.54482,391.71299 C 241.88317,391.05131 240.44326,392.0808 241.47304,387.96172 C 241.81141,386.60823 242.78446,384.47274 244.15252,384.74636 C 245.04568,384.92498 242.36619,384.38909 241.47304,384.21047 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5476"
               d="M 107.14849,455.15107 C 106.43724,453.628 105.38173,450.11176 103.69805,447.86685 C 100.26854,443.29416 96.044105,439.37762 92.963439,434.44857 C 90.438803,430.40913 88.675337,425.94331 85.295837,422.56381 C 83.669295,420.93727 81.920993,418.5761 85.295837,420.26355 C 87.401957,421.3166 89.668648,423.86958 91.046546,425.24747 C 92.353719,426.55465 93.158641,428.50972 94.496969,429.84803 C 95.846949,431.19803 96.063005,432.5642 97.18062,433.68183 C 98.681074,435.18228 99.319644,436.97098 100.63103,438.28237 C 101.16864,438.81999 100.33952,432.62353 96.413849,428.69788 C 91.803402,424.08745 89.01714,417.85077 84.529088,413.36273 C 81.93544,410.76904 80.035642,407.33575 77.628268,404.92835 C 75.181379,402.48146 74.132311,399.85337 72.64434,396.87738 C 71.409373,394.40749 70.590921,391.83925 69.193923,389.97656 C 67.964653,388.33754 67.07964,387.66491 66.126875,385.75939 C 64.670612,382.84683 63.857534,379.74907 63.059851,376.55829 C 62.429238,374.03586 62.160174,371.80948 61.526326,369.27407 C 60.999239,367.16568 60.40902,366.33833 59.992802,364.67353 C 59.271894,361.78988 62.886652,369.90461 63.826601,372.72448 C 65.791762,378.61994 69.813738,383.31217 74.177858,387.67629 C 76.681857,390.18029 77.327958,393.59313 78.778401,396.494 C 79.881727,398.70068 80.436303,400.95998 81.462064,403.01146 C 82.23298,404.55328 82.638003,405.79836 82.995571,407.22866 C 83.365531,408.70849 85.431635,409.80047 86.062618,411.06243 C 87.761558,414.4603 86.665286,408.87255 86.446003,407.9954 C 85.9729,406.10305 84.964426,404.75279 84.529088,403.01146 C 84.526635,403.00159 89.716579,409.37276 92.963439,419.1134 C 94.515175,423.7686 99.629824,428.46345 103.31469,432.14829 C 105.37576,434.20941 107.65765,436.87465 109.44876,438.66577 C 109.99747,439.21447 110.42933,442.58808 110.5989,443.26631 C 111.42103,446.55481 110.40872,445.18523 108.682,442.88293 C 107.21713,440.92976 105.99833,440.08377 105.99833,443.26631 C 105.99833,445.5534 108.33988,447.566 109.06538,449.017 C 109.91452,450.71527 111.08523,452.57036 112.13241,453.61754 C 113.26002,454.74516 113.88543,456.13732 114.81607,457.06798 C 116.0264,458.27828 116.55927,459.57791 117.49973,460.51839 C 118.76699,461.78562 118.64487,463.56546 118.64986,463.58542 C 119.17768,465.69669 115.20476,460.90708 113.66593,459.36825 C 112.4209,458.12321 110.91038,457.37945 109.83213,456.3012 C 108.68635,455.15542 109.82357,455.68608 107.14849,455.15107 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5478"
               d="M 31.239352,279.56327 C 31.076609,282.38642 35.073149,287.56666 35.073149,291.44804 C 35.073149,294.7774 36.606649,298.04985 36.606649,301.41592 C 36.606649,304.39862 37.808391,308.13975 38.523561,311.00041 C 39.175793,313.60929 39.673697,316.71685 39.673697,319.43474 C 39.673697,321.42793 41.434409,324.56071 41.973972,326.71896 C 42.685639,329.56565 44.557489,333.03613 45.80777,335.53666 C 46.932689,337.78653 47.79438,339.33562 49.258182,341.28737 C 50.52629,342.97819 51.566846,344.77132 51.941843,346.27131 C 52.3718,347.99119 53.304016,348.99566 53.85873,350.10511 C 54.305103,350.99783 55.069883,351.69963 55.775641,352.40539 C 57.520836,354.15058 53.690589,347.89895 53.091979,345.50454 C 52.643734,343.71155 51.653081,341.4766 50.791705,339.75386 C 49.809296,337.78903 49.218907,336.22486 48.491431,334.76991 C 47.662037,333.11115 47.342169,331.70642 46.957908,330.16937 C 46.456234,328.16267 45.424384,327.64156 45.424384,325.56881 C 45.424384,324.00346 44.621203,321.58935 44.274246,320.20151 C 43.773375,318.19802 43.988304,316.75746 43.507497,314.83418 C 43.043468,312.97813 43.124109,311.50874 43.124109,309.46687 C 43.124109,307.437 43.13369,305.67137 42.740723,304.09954 C 42.144545,301.7148 43.294682,308.99901 43.890859,311.38377 C 44.672809,314.51156 45.604732,317.65275 46.191157,320.58489 C 46.548986,322.37402 47.815464,324.98364 48.491431,326.33557 C 48.90354,327.15981 49.373331,327.98422 50.024931,328.63584 C 51.939703,330.55062 47.998051,323.5953 47.341294,320.96825 C 46.644145,318.17967 46.57452,315.56267 46.57452,312.5339 C 46.57452,309.97689 46.191157,308.21633 46.191157,306.01646 C 46.191157,303.87679 44.818697,302.12143 43.890859,300.26575 C 43.066765,298.61754 42.601034,297.44243 41.590585,296.43198 C 41.041319,295.88269 40.372502,298.86817 39.673697,300.26575 C 38.572685,302.46778 39.895341,303.45259 38.906949,299.49901 C 38.353305,297.2845 37.454479,295.60607 36.990037,293.74831 C 36.412511,291.43825 35.456512,290.86232 35.456512,288.38099 C 35.456512,286.77374 34.597715,284.94576 34.306375,283.78045 C 33.813651,281.80952 32.958283,281.71196 31.239352,279.56327 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5480"
               d="M 13.220522,221.28959 C 15.303676,224.37466 14.616936,232.69025 17.437682,237.39153 C 18.80236,239.66598 18.352025,243.7325 18.971207,246.20926 C 19.539928,248.48418 20.358988,249.51396 21.654867,250.80981 C 23.499723,252.65469 23.461299,252.1744 22.805005,248.89292 C 22.245743,246.09665 20.809592,243.21153 20.121344,240.45858 C 19.656901,238.60083 18.958439,236.19027 18.587819,234.70787 C 18.093246,232.72955 18.204457,230.26432 18.204457,228.19043 C 18.204457,226.44937 19.754104,228.58187 20.504731,228.95718 C 21.807955,229.60882 19.124318,226.15841 17.82107,225.50677 C 16.659649,224.92605 16.164224,222.71314 15.904158,221.67298 C 15.684996,220.79632 14.106604,221.46682 13.220522,221.28959 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5482"
               d="M 138.50665,361.94519 C 138.0894,357.93323 130.63243,346.29117 123.81148,339.47022 C 118.31443,333.9732 116.02625,326.48217 114.30281,319.58851 C 112.55185,312.58465 110.84513,304.21843 110.84513,297.11355 C 110.84513,290.071 118.43213,317.28132 120.35376,323.0462 C 121.94098,327.80784 129.52905,348.17652 126.40472,332.55483 C 124.92864,325.17437 120.35376,306.68925 120.35376,304.89332 C 120.35376,298.78775 123.3755,316.88063 126.40472,322.18178 C 131.01951,330.25764 134.21878,340.3689 139.37105,345.52116 C 141.46503,347.61515 141.3641,353.49337 141.96432,355.89424 C 143.09116,360.40165 139.55636,344.91919 135.04895,343.79231 C 129.88803,342.5021 137.48399,351.41388 137.6422,351.57212 C 142.72911,356.659 137.51126,361.44751 141.96432,363.67402"
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5484"
               d="M 164.34611,29.508525 C 162.93366,31.551092 162.56953,36.378244 161.82971,40.077317 C 161.18049,43.323401 161.32646,46.740325 161.32646,50.142803 C 161.32646,53.774852 160.642,56.906759 159.81661,60.208315 C 159.14658,62.888401 159.31334,65.887599 159.31334,68.764012 C 159.31334,74.171802 159.81661,73.414244 159.81661,68.260734 C 159.81661,64.674477 160.97487,59.601461 161.82971,56.182105 C 162.56319,53.248252 162.60619,50.718018 163.84283,47.626431 C 164.93349,44.899751 164.61901,42.047852 165.85592,39.574038 C 166.66395,37.957974 166.59143,43.329164 167.86901,44.60678 C 170.59734,47.335116 167.86901,36.88989 167.86901,33.031456 C 167.86901,26.628124 170.41096,15.868966 172.90178,10.887341 C 173.73045,9.2300089 173.40506,7.2042709 173.40506,5.3513169 C 173.40506,3.1640039 170.86031,8.9309599 169.88213,10.887341 C 168.42431,13.80298 168.072,15.611454 167.36576,18.436455 C 166.74783,20.908056 166.86399,23.461612 166.35919,25.985595 C 165.79604,28.801406 166.0491,31.755444 165.35264,34.54127 C 164.93771,36.201009 164.6816,31.186114 164.34611,29.508525 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5486"
               d="M 261.47939,320.21062 C 260.91406,320.99679 257.99245,329.00537 256.01677,332.95674 C 254.51103,335.96821 253.96251,338.88616 252.37498,342.06115 C 250.84946,345.11223 250.07999,347.59941 249.34022,350.55859 C 248.63252,353.38935 252.1326,345.33834 254.19589,343.27508 C 256.62133,340.84961 257.7094,339.80429 259.65852,337.20548 C 261.1849,335.1703 262.23788,331.74367 262.69333,329.92198 C 263.68568,325.95247 261.8648,338.09165 260.87242,342.06115 C 259.83265,346.22026 258.77096,348.41133 256.62372,350.55859 C 255.30475,351.87754 253.43437,352.99769 252.98197,354.80728 C 252.26751,357.66516 258.53358,352.37946 261.47939,352.37946 C 265.55446,352.37946 266.72355,352.64648 267.54898,349.34466 C 268.49185,345.57326 268.51545,344.24737 265.12115,345.09595 C 262.79654,345.6771 261.47939,350.99493 261.47939,346.30986 C 261.47939,343.68519 261.98082,340.66233 262.69333,337.81243 C 263.40764,334.95511 265.14739,333.45872 265.7281,331.13587 C 266.36996,328.56841 269.53597,325.45177 271.19074,323.24542 C 273.02887,320.79456 273.71378,318.1993 274.83251,315.96189 C 278.04459,309.53769 274.53389,312.38991 271.19074,316.56886 C 268.79967,319.55771 265.74891,322.02109 265.7281,322.0315 C 263.26679,323.26215 266.92529,316.60235 268.15595,314.14102 C 271.37032,307.71229 266.3397,313.52789 264.51419,315.96189 C 263.23515,317.66731 263.61175,317.54517 261.47939,320.21062 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer16"
             inkscape:label="front branch shadow"
             style="display:inline">
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 198.58266,348.89442 C 198.3054,349.44889 196.76794,351.41625 196.47729,352.57875 C 196.17613,353.78349 194.96674,355.40517 194.37197,355.99995 C 193.10945,357.26245 192.97023,358.19119 191.7403,359.42113 C 190.78767,360.37375 189.68263,361.42492 188.84545,362.0528 C 187.63383,362.9615 186.62227,364.01281 185.68742,364.94765 C 184.7725,365.86258 184.53408,366.62733 183.84525,367.31617 C 183.13195,368.02947 182.3967,368.56678 181.73991,368.89516"
               id="path2913" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 207.79354,357.84211 C 208.31986,359.94747 206.6401,362.03014 206.2145,364.15814 C 205.90773,365.69206 205.55449,367.84671 204.89869,369.15834 C 204.06975,370.81617 204.18566,374.03929 203.846,375.73752 C 203.52282,377.35339 203.58283,379.03587 203.58283,380.73771 C 203.58283,382.21665 203.846,383.49948 203.846,385.21158 C 203.846,386.54681 204.10918,388.02097 204.10918,389.42224 C 204.10918,391.14859 203.98203,392.56252 203.58283,394.15927 C 203.25487,395.47109 202.79333,396.94074 202.79333,398.36996 C 202.79333,398.50229 202.58372,399.41798 202.53017,399.68578"
               id="path3888" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 295.95472,371.52683 C 296.72516,371.14163 299.03718,369.45927 300.16541,368.89516 C 301.29186,368.33194 301.9441,367.87423 303.06025,367.31617"
               id="path3894" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.67507672;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 295.16521,371.79001 C 295.94932,371.02671 298.21783,370.36894 299.90223,369.94783 C 302.12254,369.39275 304.05757,368.38266 306.21826,367.84249 C 308.05149,367.38418 309.72679,366.35141 311.48161,365.47399 C 312.95422,364.73769 313.84178,363.89913 315.42913,363.10548 C 316.70442,362.46783 319.39755,362.62758 320.95564,362.31598 C 322.547,361.9977 324.39987,362.17862 325.95585,361.78962 C 327.47033,361.411 329.16335,361.38251 330.69285,361.00014 C 330.86306,360.95757 331.04374,361.00014 331.2192,361.00014 C 332.04383,361.00014 334.03947,359.98476 334.64039,359.6843 C 336.04966,358.97966 338.50129,358.63163 340.1669,358.63163 C 341.73442,358.63163 343.89331,358.42373 345.16708,358.10529 C 345.33728,358.06273 345.51797,358.10529 345.6934,358.10529 C 346.9008,358.10529 348.33451,357.84211 349.64093,357.84211 C 349.81639,357.84211 349.99183,357.84211 350.16729,357.84211"
               id="path3898" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.67507672;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 282.79633,376.0007 C 284.21833,376.0007 285.77396,375.30139 287.53335,374.42167 C 289.02919,373.67377 291.08116,373.73211 292.53354,373.36902 C 294.18838,372.95529 295.77194,372.66539 297.53371,373.10585 C 298.86384,373.43837 300.35721,373.28537 301.74441,373.63219 C 302.84332,373.90692 304.43575,373.91028 305.42878,374.15853 C 308.07094,374.81908 310.88376,373.61789 313.58695,374.15853 C 315.70996,374.58313 318.2531,373.36902 320.42931,373.36902 C 321.97377,373.36902 324.23171,372.84267 326.219,372.84267 C 327.8863,372.84267 329.20258,372.68891 330.69285,372.31635 C 332.31029,371.91199 334.31694,372.56444 335.42987,372.84267 C 336.94338,373.22106 338.11047,373.91981 339.11424,374.42167 C 340.41774,375.07346 341.43352,374.91112 342.53542,375.73752 C 343.53985,376.49087 344.81173,377.27044 345.95659,377.84286 C 347.22725,378.47821 347.95684,378.5403 349.37778,378.89555 C 350.43401,379.15961 351.23561,379.95214 352.27262,380.21138"
               id="path3900"
               sodipodi:nodetypes="csssssssssssssss" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 352.27262,379.1587 C 353.21935,379.23767 355.98784,378.89555 357.79913,378.89555 C 360.88636,378.89555 363.04576,379.17544 365.16782,377.05337 C 367.35062,374.87059 367.91541,371.02138 369.90486,368.36883 C 371.33219,366.46571 371.28018,363.77602 372.27336,361.78962 C 372.76736,360.80165 373.3906,359.95241 373.58921,359.15795"
               id="path3904" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 352.79895,380.73771 C 353.87256,381.32756 355.60822,381.52721 357.53597,381.52721 C 360.50424,381.52721 363.57793,380.14831 366.48367,379.42187 C 370.21891,378.48806 373.8688,372.28348 375.43139,369.15834 C 376.84875,366.32359 376.34889,362.54125 378.06305,359.6843 C 378.2436,359.38342 378.06305,358.98251 378.06305,358.63163"
               id="path3906" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 203.846,345.21005 C 204.77979,343.65377 212.62738,342.57839 214.37272,342.57839 C 219.30516,342.57839 225.34713,341.15063 230.16279,339.94671 C 234.67453,338.81876 238.68615,338.63087 243.32118,338.63087 C 244.43344,338.63087 244.02397,338.49032 244.637,338.36769"
               id="path3908" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 178.31874,305.20856 C 180.31442,305.20856 184.09174,303.54462 186.74009,303.10323 C 187.92019,302.90654 189.60272,302.46141 190.42446,302.05053"
               id="path3912" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 193.58246,332.05167 C 194.90755,332.05167 198.02145,332.05167 200.16166,332.05167 C 202.03642,332.05167 205.12417,332.19268 206.74084,331.78851 C 207.88341,331.50287 208.67111,331.50334 209.63569,331.26219"
               id="path3916" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 320.89558,361.02731 C 323.08043,359.38867 325.71234,353.02681 328.32435,350.41479 C 330.44642,348.2927 332.5465,347.25387 334.16123,345.63915 C 335.05845,344.74192 341.73688,344.62527 343.18188,344.04728 C 343.85899,343.77641 344.5969,343.69351 345.30438,343.51664"
               id="path3920" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 347.00853,357.9354 C 348.50009,357.69701 350.15657,356.47109 351.63874,354.98888 C 352.93241,353.69523 355.37614,352.90971 357.11084,352.04237 C 358.89338,351.15108 360.75876,350.42887 362.5829,349.51679 C 364.14424,348.73612 365.80797,348.44747 367.4236,348.04354 C 369.02684,347.64272 370.43704,346.85251 371.84336,346.14934 C 373.15837,345.49184 374.33398,344.90405 375.63172,344.25518 C 376.78279,343.67965 378.21644,343.17919 379.20962,342.78192 C 380.38287,342.31261 381.27743,342.0637 382.36661,341.51914 C 383.51559,340.94465 384.52259,339.9278 385.73403,339.62496 C 386.75445,339.36985 388.21452,338.40727 388.68053,337.94124 C 389.37867,337.24309 391.1944,337.3654 392.25845,337.09937 C 393.37015,336.82145 393.67164,336.32516 394.78401,336.04704 C 396.03242,335.73497 396.58339,335.72092 397.52005,334.78427 C 398.06237,334.24199 399.0529,333.80737 399.6247,333.52148"
               id="path3934" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 180.81025,324.41408 C 181.87428,327.69201 178.64526,332.21437 177.09586,336.08787 C 175.73373,339.49321 174.24133,341.66907 173.38147,345.10852 C 173.26014,345.59386 172.67398,345.81601 172.32022,346.16978"
               id="path3938" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 174.97336,313.80157 C 174.0798,317.37579 172.22724,320.79269 169.13646,323.88347 C 166.8499,326.17003 164.89114,329.721 163.83021,331.84287 C 163.30962,332.88407 163.16486,334.23478 162.76896,335.02663"
               id="path3940" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:5.10696411;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 79.991266,361.55794 C 79.141274,363.25794 73.007269,364.21106 69.90936,364.21106 C 66.233829,364.21106 63.286381,366.33355 59.296821,366.33355 C 56.826144,366.33355 51.930145,367.89439 49.745556,368.98669 C 46.931497,370.39374 42.900643,371.36123 39.663655,372.17045 C 36.320003,373.00638 33.490452,373.44843 30.112389,374.29296 C 26.438634,375.2114 22.968963,376.60946 19.49985,377.47671 C 16.68477,378.18051 13.956946,379.59921 11.009838,379.59921 C 8.1907939,379.59921 5.1479914,380.00344 2.5198007,380.66049 C 0.012476071,381.2873 -0.75938061,382.30007 -2.7864566,383.31361 C -4.6484558,384.24461 -6.4816377,385.95715 -8.6233516,387.028 C -10.7943,388.11348 -12.373932,389.16861 -14.460224,390.21176 C -19.821467,392.89238 -13.669229,389.42073 -15.521477,391.27301"
               id="path3942" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:4.62058735;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 41.984477,371.2432 C 40.422063,374.01137 37.325857,382.68297 35.418649,386.49736 C 33.815523,389.70361 32.123197,392.78097 31.173642,396.57927 C 29.907261,401.64476 26.538366,406.77065 24.806108,411.96743 C 23.033481,417.28531 21.963694,422.12389 21.091739,427.35558 C 20.359304,431.75013 18.72274,435.48617 17.907985,439.55999 C 17.410957,442.04514 16.672878,445.74455 15.785458,447.51939 C 14.653001,449.7843 15.254844,454.36785 15.254844,457.07067 C 15.254844,459.57596 13.618816,462.4211 12.07109,463.9688 C 11.894219,464.14569 11.717324,464.32257 11.540452,464.49944"
               id="path3948"
               sodipodi:nodetypes="cssssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 31.173642,399.2324 C 33.40485,399.86611 35.633213,402.21314 36.4799,405.59992 C 36.978509,407.59437 39.785638,411.55877 41.255544,413.02868 C 43.426417,415.19956 44.741218,416.0981 47.092415,417.27371 C 47.67157,417.56327 48.839313,417.71042 49.214918,417.80432"
               id="path3955" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 25.867359,410.90617 C 26.077305,411.74593 29.32852,416.05168 30.643004,417.80432 C 32.405247,420.15399 34.412041,422.09034 36.4799,423.64122 C 38.082684,424.8433 39.159086,426.85104 40.194268,427.88622"
               id="path3960" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 21.091739,424.70246 C 21.366422,424.90848 12.746961,425.99271 9.4179493,426.82497 C 6.6372557,427.52015 5.2868036,428.94747 1.9891873,428.94747 C 1.6354444,428.94747 1.2816782,428.94747 0.92793531,428.94747"
               id="path3962" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 26.397997,402.94678 C 20.703586,404.08568 14.794731,404.00803 8.8873354,404.00803 C 7.2551733,404.00803 2.771307,406.53542 1.4585497,407.1918 C -0.72752347,408.28484 -2.4069119,410.14708 -3.317071,411.96743 C -4.2587467,413.85077 -8.2746193,414.66605 -10.215217,415.15118 C -12.660774,415.76258 -16.310648,416.54239 -19.235868,417.27371 C -19.750651,417.4024 -20.29712,417.27371 -20.827758,417.27371"
               id="path3966" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 24.806108,375.3542 C 22.503766,376.35638 18.612941,373.93669 16.316096,371.63984 C 15.09772,370.42145 14.37061,370.49016 12.601703,370.04796"
               id="path3969" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:4.62058735;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 83.433214,362.92991 C 89.472219,365.17306 94.672986,369.27627 98.062722,374.73072 C 103.32357,378.05609 110.46592,380.20403 112.55052,386.88318 C 112.9259,394.34173 118.41105,396.95733 124.0542,398.61526 C 130.77269,400.58916 134.45691,404.38439 140.54872,406.19784 C 145.42371,407.84336 151.47345,414.80733 151.85802,420.26432 C 152.13003,426.95879 160.55172,428.60351 162.46141,434.78659 C 167.66454,438.08925 172.35409,442.80654 175.02602,448.37699 C 178.50831,453.92298 182.97984,458.8555 185.84406,464.81017 C 186.61368,466.46976 188.13624,467.73249 188.49721,469.5858"
               id="path3973"
               sodipodi:nodetypes="cccscccccc" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 225.91348,371.10921 C 225.41011,371.91409 222.64573,378.34333 221.66847,382.25236 C 220.89012,385.36574 219.37797,389.48648 217.95408,392.33426 C 216.55458,395.13327 216.63517,397.80719 214.77033,400.29366"
               id="path3975" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 233.34224,375.3542 C 232.86287,376.31298 232.28099,381.18459 232.28099,384.37486 C 232.28099,387.60315 230.9354,391.34913 230.15848,394.45676 C 229.34489,397.71112 228.34794,399.6697 226.97473,402.41617 C 226.38811,403.5894 226.6454,402.58082 225.91348,402.94678"
               id="path3977" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 349.01877,436.90687 C 353.03881,435.08317 360.51924,434.25373 366.52944,434.25373 C 372.42438,434.25373 379.85352,432.07282 384.0401,427.88622 C 387.83885,424.08747 390.99482,417.80432 396.77514,417.80432 C 401.64772,417.80432 408.83107,415.60538 413.75519,414.62057 C 418.14291,413.74302 423.54515,414.62057 428.0821,414.62057 C 428.78959,414.62057 429.4971,414.62057 430.20461,414.62057"
               id="path3985" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 304.3517,405.30987 C 304.16117,406.07207 298.07092,414.9114 297.62946,420.89082 C 297.24308,426.12434 289.05178,450.63617 287.45969,453.82032 C 284.29191,460.15586 282.30923,468.7445 280.96275,475.47674 C 280.94838,475.54867 280.14691,476.70056 280.09652,476.77615"
               id="path3998"
               sodipodi:nodetypes="csssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 292.22409,397.51355 C 298.40555,398.39685 304.42984,396.64729 310.41551,396.64729 C 317.4883,396.64729 323.83257,394.48563 330.33944,391.88287 C 333.81834,390.49132 338.24415,386.14382 340.73454,383.65341 C 342.74187,381.64609 344.73749,380.08359 346.36523,378.45586"
               id="path4019" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer15"
             inkscape:label="front branch highlight"
             style="display:inline">
            <path
               style="fill:#b6a378;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 85.559506,364.15285 C 91.887498,364.81083 94.314987,372.53646 99.984734,374.74519 C 103.95403,378.4965 110.93637,378.76855 112.2146,385.14511 C 112.45276,391.72101 119.41207,393.12387 124.29974,395.14774 C 128.8437,398.90823 134.88213,400.36144 139.63647,403.98568 C 145.75264,405.77375 147.04524,412.50587 151.19643,416.51366 C 155.06386,420.48698 157.26311,425.67795 160.95537,429.79546 C 163.83737,435.41897 168.52124,439.80073 172.12992,444.94266 C 175.28989,449.36005 180.55879,451.86174 183.14197,456.7584 C 184.47997,459.70532 190.42282,466.6628 191.5134,460.31679 C 191.08325,454.55646 185.42814,451.55815 182.04422,447.52384 C 178.79059,444.22719 177.61572,439.12466 173.49278,436.68238 C 167.33389,432.69058 165.79731,424.3116 159.18587,420.82103 C 154.98726,417.11978 151.78362,412.52472 149.0288,407.69105 C 145.36607,403.75676 139.61971,400.15263 134.42447,398.75142 C 129.53875,396.69638 124.43817,394.49951 121.22391,390.17767 C 116.62794,386.93627 114.94296,382.74505 111.97156,378.18223 C 109.3869,373.12378 102.64575,372.71783 99.082531,368.29692 C 94.459566,365.86294 90.694999,361.20349 85.228381,360.98775 C 83.33642,361.99153 83.624838,363.43621 85.559506,364.15285 z "
               id="path5973"
               sodipodi:nodetypes="cccccccccccccccccccc" />
            <path
               style="fill:#b6a378;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 258.67346,362.92095 C 261.73443,365.61866 264.23253,368.9143 267.54878,371.33099 C 268.688,372.72211 270.38589,373.3404 272.13347,373.47905 C 274.4458,373.69408 276.70311,374.44405 279.04852,374.18951 C 281.83953,373.89532 284.71942,374.19799 287.41572,373.27546 C 290.59486,372.3258 293.38219,370.36542 296.66239,369.69618 C 299.16398,369.21397 301.30674,367.77005 303.57285,366.71476 C 301.45117,368.70676 297.44108,370.35044 294.80554,371.56467 C 290.26045,373.80468 287.57445,375.41153 282.40385,375.7323 C 280.38411,375.84281 278.41416,376.30352 276.42352,376.59916 C 273.8187,376.72947 271.21267,376.40146 268.61528,376.29114 C 266.37107,375.95442 265.35622,374.38853 264.35625,372.72492 C 263.07776,370.91495 261.41026,369.38118 259.67547,368.01888 C 258.2534,367.3668 256.14948,366.05793 257.65564,364.3395 C 257.95929,363.84221 258.31058,363.37605 258.67346,362.92095 z "
               id="path5975"
               sodipodi:nodetypes="ccssccccccccccc" />
            <path
               style="fill:#b6a378;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 298.93271,373.95089 C 297.04004,372.05822 304.05694,372.39409 306.65367,371.74491 C 309.40781,371.05636 312.33465,371.28977 314.92612,370.64192 C 317.33101,370.04069 320.70498,370.64192 323.19858,370.64192 C 325.95604,370.64192 328.71353,370.64192 331.47102,370.64192 C 333.85291,370.64192 336.34273,372.41134 338.08897,372.8479 C 341.047,373.58739 342.16889,374.97088 344.70694,375.60538 C 346.41447,376.03227 348.8567,377.68026 350.22191,378.36287 C 351.49742,379.00063 351.711,379.47969 352.42789,380.01736 C 349.94012,379.5626 347.5513,378.66369 344.41862,377.09734 C 342.69383,376.23494 340.98758,375.45297 338.64048,374.86619 C 336.54738,374.34293 334.1452,372.78697 331.73421,372.1842 C 328.99959,371.50055 327.87602,372.92339 324.56473,372.92339 C 321.80726,372.92339 319.04977,372.92339 316.29228,372.92339 C 313.53481,372.92339 310.77731,372.92339 308.01982,372.92339 C 303.43698,372.92339 303.69412,376.33159 298.93271,373.95089 z "
               id="path5977"
               sodipodi:nodetypes="cssssssscssssssc" />
            <path
               style="fill:#b6a378;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 330.7722,358.14262 C 332.53558,359.01706 336.59578,357.51398 338.49315,357.03964 C 342.65151,356.00006 341.54283,357.46147 341.80212,357.59113 C 343.88196,358.63103 337.44007,359.23315 335.18417,359.79713 C 332.65734,360.42881 334.65133,361.24595 330.7722,358.14262 z "
               id="path5985" />
            <path
               style="fill:#b6a378;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 359.59737,348.58204 C 361.40642,348.61312 365.79362,346.2787 367.86983,344.72156 C 369.96852,343.14752 373.19715,342.56249 375.59078,341.96407 C 378.09849,341.33713 380.71123,339.30521 383.31173,338.6551 C 386.06351,337.96715 388.72631,336.48926 391.58418,335.34611 C 394.28403,334.26617 395.83631,333.31796 398.75363,332.58864 C 400.83346,332.06867 395.15617,334.93886 393.23866,335.8976 C 390.64061,337.19666 388.9486,337.49115 386.6207,338.6551 C 384.26377,339.83357 383.04109,340.23938 380.55423,340.86109 C 378.41496,341.39591 375.6729,343.85326 373.93629,344.72156 C 371.55663,345.91139 368.82753,347.27592 366.21531,348.58204 C 362.98899,350.19522 363.38009,350.85167 359.59737,348.58204 z "
               id="path5989" />
            <path
               style="opacity:1;fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 272.64557,335.42332 C 273.8896,335.05221 276.93895,335.19754 278.96717,335.19754 C 286.23127,334.62041 293.64503,334.38779 300.64123,332.26252 C 302.14397,331.88681 302.83902,330.59917 304.02778,330.0048 C 305.97196,329.03273 302.38541,329.58425 301.54431,330.0048 C 292.86859,331.87769 284.94665,335.08674 276.03216,334.52024 C 274.49342,334.52024 273.7883,334.2806 272.64557,335.42332 z "
               id="path2898"
               sodipodi:nodetypes="cccsccc" />
            <path
               style="opacity:1;fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 205.84983,357.11456 C 205.83946,358.17941 204.81401,360.78591 203.88675,362.02224 C 203.30077,362.80352 203.78573,367.1078 203.55956,368.2386 C 203.18072,370.13278 203.38928,372.19151 202.90522,374.12778 C 202.39462,376.17014 201.92369,378.2269 201.92369,380.34415 C 201.92369,385.26926 202.0778,390.54349 201.26934,395.39428 C 201.17792,395.94281 201.05122,396.48488 200.94215,397.03019 C 200.10147,401.23363 200.01723,405.3104 198.97908,409.46289 C 198.76097,410.33539 198.54285,411.20785 198.32473,412.08031 C 197.96496,413.51938 199.27368,409.26608 199.63345,407.82701 C 199.93668,406.61409 199.91556,404.73552 200.28779,403.24653 C 200.67012,401.71724 200.9383,399.66293 201.26934,398.33888 C 201.57415,397.11958 201.60532,395.35898 201.92369,394.08558 C 202.2723,392.69113 202.59233,391.0838 202.90522,389.83228 C 203.31328,388.2 203.2324,386.29744 203.2324,384.59746 C 203.2324,382.74345 203.2324,380.88943 203.2324,379.03544 C 203.2324,377.36368 203.25213,375.6847 203.55956,374.45497 C 203.93196,372.96537 204.54367,371.8272 204.86828,370.52884 C 205.25697,368.9741 205.84983,367.91672 205.84983,365.94835 C 205.84983,363.95556 205.49228,363.15547 205.84983,361.36789 C 206.33389,358.9475 207.67576,359.39702 205.84983,357.11456 z "
               id="path2902" />
            <path
               style="opacity:1;fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 196.32023,348.97661 C 195.60695,350.13271 193.79413,352.10718 193.08991,353.51564 C 192.1968,355.30189 190.74858,355.90803 189.81814,357.76893 C 189.19058,359.02403 188.79278,360.10302 187.85507,361.0407 C 187.11159,361.78418 186.46001,363.17646 185.892,364.31246 C 188.3967,362.64195 189.08453,361.12445 191.12683,359.732 C 191.52939,358.12187 191.96503,357.58508 193.08991,356.46022 C 193.95436,355.59578 194.61076,354.40004 195.05297,353.51564 C 196.43739,351.64455 197.12338,350.5896 197.67038,349.5895 C 198.21566,349.69857 196.72266,348.9904 196.32023,348.97661 z "
               id="path2906"
               sodipodi:nodetypes="csssccsccc" />
            <path
               style="opacity:1;fill:#b6a378;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 295.59856,426.331 C 295.53745,426.7892 295.34257,427.86089 295.06031,428.69128 C 294.80334,429.44742 295.16326,429.89837 294.43138,430.65255 C 293.74164,437.10432 288.86571,444.33724 286.89283,451.3879 C 286.77972,452.17169 286.69948,452.99933 286.35454,453.74814 C 286.04234,454.42595 286.21712,454.84098 285.89974,455.52995 C 285.60664,456.16631 285.29796,457.30314 285.18734,458.06962 C 285.16431,458.22947 286.50012,457.17112 286.55029,456.50111 C 286.61527,455.63253 286.89404,455.17655 286.67979,454.23374 C 286.48963,453.39689 287.00921,452.9783 287.10435,452.31891 C 287.1649,451.89946 288.64515,450.89545 288.876,450.65754 C 290.12783,443.47864 294.73163,437.44987 295.3021,429.7553 C 295.38235,429.19912 295.41481,428.2893 295.49209,427.75393 C 295.57414,427.18511 295.55526,426.91001 295.59856,426.331 z "
               id="path4000"
               sodipodi:nodetypes="csccssssssccsc" />
            <path
               style="opacity:1;fill:#b6a378;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 334.64474,431.35586 C 335.75555,432.13936 336.38203,433.62622 337.73717,434.0079 C 338.82118,434.58024 340.12505,434.58009 341.13734,435.267 C 342.15619,436.12283 343.26647,436.84407 344.09372,437.90776 C 345.01368,438.75568 345.33965,439.96247 345.86078,441.05076 C 347.14345,442.64323 346.89,444.91649 348.12195,446.53511 C 348.67996,447.92705 348.93543,449.44182 349.8127,450.69398 C 350.55349,451.91193 351.14943,453.30069 352.17129,454.28219 C 353.1721,454.77442 354.327,454.98712 355.4195,455.12069 C 354.34417,454.68322 353.61096,453.73552 353.03927,452.72012 C 352.48713,451.66716 352.48621,450.3659 351.79877,449.34872 C 351.47873,448.19524 350.87107,447.18475 350.35143,446.12691 C 349.76352,444.97362 348.31426,444.42684 348.17452,443.02316 C 346.95726,439.931 345.54088,437.48129 342.64244,435.38415 C 341.24943,434.63153 339.74137,434.05587 338.54928,432.97696 C 337.543,432.02846 336.10815,432.03521 334.90594,431.51421 L 334.7736,431.43989 L 334.64474,431.35586 L 334.64474,431.35586 z "
               id="path4005"
               sodipodi:nodetypes="cccccccccscsccscccc" />
            <path
               style="opacity:1;fill:#b6a378;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 335.42251,431.74319 C 334.51369,431.71253 334.16609,430.74578 333.66619,430.148 C 331.60227,427.68552 329.07501,425.74417 326.92353,423.39782 C 326.42353,422.68335 326.00513,421.88625 325.23153,421.42399 C 324.85906,421.06035 324.40998,420.61318 323.83694,420.73086 C 324.58057,420.24299 325.38401,420.96974 326.05333,421.27076 C 328.0499,423.50425 329.84086,424.97312 331.71562,426.86311 C 332.37967,427.40198 333.18638,427.76978 333.70688,428.46946 C 334.11901,428.97717 334.60534,429.42405 335.18717,429.72884 C 336.35216,430.54777 337.12502,431.77503 338.05196,432.8294 C 338.39128,433.14841 338.43659,433.95721 337.79301,433.48307 C 336.9732,433.23358 336.42408,432.57232 335.8743,431.97505 C 335.7322,431.88218 335.57635,431.81365 335.42251,431.74319 z "
               id="path4009"
               sodipodi:nodetypes="cccccccscccsc" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer7"
             inkscape:label="rev1 leaves2"
             style="opacity:1;display:none"
             sodipodi:insensitive="true" />
          <g
             inkscape:groupmode="layer"
             id="layer6"
             inkscape:label="rev1 leaves1"
             style="opacity:1;display:none"
             sodipodi:insensitive="true" />
          <g
             inkscape:groupmode="layer"
             id="layer9"
             inkscape:label="leaves shade blur"
             style="display:inline">
            <path
               id="path5488"
               d="M 60.430227,165.49906 C 59.399592,165.89694 57.444914,167.14825 56.999538,168.92973 C 56.570625,170.64538 55.537341,171.41183 54.624458,172.09651 C 53.426948,172.99466 52.677075,174.67178 51.985471,176.05498 C 51.125288,177.77537 51.463029,178.69395 53.304965,178.69395 C 55.324478,178.69395 56.412431,178.09617 58.055123,177.11058 C 59.377827,176.31695 60.449851,176.29925 61.485812,175.26329 C 62.504262,174.24483 63.548611,174.30444 64.124799,173.1521 C 64.760275,171.88108 63.785672,170.96569 63.069189,170.24922 C 62.880887,170.0609 66.822225,170.97042 70.458334,173.1521 C 72.094071,174.13354 72.908873,175.08423 74.680697,175.52718 C 76.010143,175.85954 73.418936,170.35849 72.569534,169.72142 C 71.184934,168.68299 68.925418,168.29522 67.555462,167.61023 C 66.16255,166.91379 64.743617,166.29074 63.069189,166.29074 C 61.846169,166.29074 61.781724,166.03965 60.430227,165.49906 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5490"
               d="M 91.570184,214.0563 C 90.017595,214.53887 89.688491,216.83291 89.195112,218.80645 C 88.731344,220.66153 91.303845,222.76249 92.361885,223.82053 C 93.795213,225.25385 95.020673,225.80471 96.584257,226.1956 C 98.126578,226.58118 97.90374,227.29302 97.90374,224.87611 C 97.90374,223.1922 98.431534,221.96203 98.431534,220.12596 C 98.431534,218.43063 98.251143,218.25777 100.27882,217.75088 C 102.48805,217.19856 99.441704,213.43765 98.959328,212.4729 C 98.172351,210.89893 98.355104,210.47457 96.848142,210.09782 C 95.48285,209.7565 93.930216,210.90458 93.153565,211.68122 C 92.517913,212.31687 92.115366,213.14766 91.570184,214.0563 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5492"
               d="M 110.01683,337.27888 C 109.02851,341.16459 108.27954,343.22353 110.56554,345.50953 C 112.13415,347.07812 117.39523,344.56385 117.69875,344.4121 C 119.11866,343.70214 121.39663,340.85733 122.08844,339.4737 C 123.28077,337.08906 122.08844,333.84889 122.08844,332.8892 C 122.08844,329.93872 125.97376,331.26524 121.53972,329.04822 C 117.68361,327.12014 117.18604,330.55042 116.60134,332.8892 C 115.93422,335.55765 112.65516,336.75119 110.01683,337.27888 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5494"
               d="M 135.25749,354.28889 C 134.83575,355.97574 134.99045,361.98547 135.80619,363.61694 C 136.73744,365.47945 141.26154,364.58513 142.93941,364.16566 C 146.45833,363.28592 147.6384,362.21021 149.52394,360.32468 C 150.21341,359.63522 150.97743,354.51076 151.17007,353.74018 C 151.34997,353.02058 147.87782,351.69555 147.87782,348.80178 C 147.87782,346.96284 141.4289,349.2827 141.29329,349.35049 C 140.45251,349.77086 137.06015,352.84675 135.25749,354.28889 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5496"
               d="M 142.3907,368.55534 C 139.06747,371.85497 140.42649,372.45396 144.58556,373.49372 C 147.06124,374.11266 148.4124,375.68505 150.62135,376.23728 C 153.89594,377.05593 152.75695,379.8335 156.65715,377.8834 C 156.74171,377.84113 158.18282,370.68338 158.30329,370.20145 C 159.27402,366.31855 158.78282,366.51496 155.01104,367.45792 C 151.7285,368.27856 152.29571,368.58356 150.07265,366.3605 C 147.68242,363.97028 144.13447,367.50909 142.3907,368.55534 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5498"
               d="M 161.59557,344.96082 C 158.64632,342.01159 168.13566,350.14025 171.47234,352.64273 C 173.90052,354.4639 176.85675,352.74543 178.05685,351.54532 C 179.34415,350.25803 178.60555,345.23018 178.60555,343.31466 C 178.60555,339.58873 173.82242,342.68834 172.56975,343.31466 C 169.86224,344.66842 168.12867,343.01463 166.53395,342.21726 C 165.36086,341.63071 162.11887,344.64684 161.59557,344.96082 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5500"
               d="M 108.91939,357.03241 C 107.00839,356.07692 104.83103,359.11949 103.98101,362.51954 C 102.9744,366.54599 104.44046,366.90922 107.82198,366.90922 C 110.12298,366.90922 111.92785,365.28199 112.76036,363.61694 C 113.88057,361.37657 116.37456,359.61501 118.24748,358.67856 C 120.5688,357.5179 122.39233,355.23436 124.28329,354.28889 C 126.18925,353.3359 121.10832,352.09403 119.3449,352.09403 C 118.14131,352.09403 114.4731,355.07864 112.76036,355.93501 C 110.72339,356.95349 112.5982,357.03241 108.91939,357.03241 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5502"
               d="M 93.808445,336.73014 C 93.036779,337.08774 90.826664,331.8018 87.296144,333.4379 C 84.896118,334.55012 83.65655,337.05431 83.151985,338.92499 C 82.140297,342.67574 83.777323,341.4096 86.704119,342.76596 C 89.259797,343.95029 93.025909,341.98703 94.400469,341.66855 C 98.45274,340.7296 99.244907,342.41791 100.3207,344.41208 C 101.03224,345.73103 103.93188,344.9061 105.05691,343.86338 C 106.52301,342.50454 102.06072,339.18262 101.50473,338.92499 C 98.60452,337.58095 97.576192,336.03172 93.808445,336.73014 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5504"
               d="M 86.971004,343.86338 C 84.021774,342.38878 86.010325,350.85989 83.678756,353.19146 C 81.671838,355.19836 87.489256,358.38897 89.165854,359.22727 C 92.300653,360.79467 92.252357,359.98174 94.652939,357.58114 C 95.980511,356.25358 95.201655,351.79986 95.201655,349.89921 C 95.201655,348.47336 92.387395,346.32403 91.909408,344.4121 C 91.285854,341.91791 89.157948,342.98863 86.971004,343.86338 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5506"
               d="M 84.776176,337.27888 C 83.877933,333.68593 82.840633,344.52862 80.935202,347.70435 C 78.986086,350.95287 76.812657,350.9822 75.448081,348.25306 C 74.267429,345.89172 73.826424,344.98526 72.155841,343.31466 C 69.84956,341.00839 72.189595,339.73118 73.801958,338.92499 C 76.426557,337.61269 77.910441,338.40367 78.740352,335.08402 C 79.534086,331.90902 81.721304,329.99788 82.581326,333.4379 C 83.18523,335.85352 84.776176,332.72041 84.776176,337.27888 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5508"
               d="M 55.694537,361.42209 C 55.975104,362.54434 56.426148,363.61694 56.791951,364.71436 C 57.946516,368.178 60.084217,368.48729 60.084217,372.39631 C 60.084217,376.31793 59.229675,376.84892 57.88939,379.52952 C 56.24913,382.81001 57.333266,383.91919 60.632924,383.91919 C 61.487587,383.91919 65.095,381.10326 65.571309,380.62696 C 66.732221,379.46605 66.841412,373.90046 67.217454,372.39631 C 67.859085,369.82976 69.96099,369.12798 69.96099,365.26306 C 69.96099,363.27896 65.931108,363.06824 63.925189,363.06824 C 59.845624,363.06824 59.120338,362.10726 55.694537,361.42209 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5510"
               d="M 27.161634,391.05244 C 26.353373,393.54534 25.546205,396.05225 26.612927,398.18568 C 27.565667,400.09113 29.448119,401.24939 31.002607,402.02663 C 34.227534,403.63908 31.51199,405.75991 36.4897,402.02663 C 38.6257,400.42464 38.684552,398.49479 38.684552,395.44212 C 38.684552,392.05967 39.726592,391.54579 37.587114,389.40632 C 35.774068,387.59327 35.267628,386.96827 32.100021,387.76017 C 31.074494,388.01656 28.031082,390.53074 27.161634,391.05244 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5512"
               d="M 35.392286,380.07825 C 32.241192,380.86604 32.648728,374.02599 32.648728,371.29889 C 32.648728,368.64577 36.576129,366.59164 38.135845,365.81179 C 41.211721,364.27385 41.428086,362.874 41.428086,359.22727 C 41.428086,356.77337 43.622938,363.61694 44.720352,365.81179 C 46.076835,368.52474 43.685851,370.68727 42.525524,371.8476 C 40.03712,374.336 41.161649,375.82179 38.135845,377.33469 C 36.979045,377.91309 36.306798,379.16374 35.392286,380.07825 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5514"
               d="M 45.817766,378.98081 C 43.592661,380.09338 48.615968,383.70057 48.012617,386.11405 C 47.679351,387.44706 51.683114,389.23587 52.402296,389.95502 C 55.281846,392.83457 54.597124,386.5753 54.597124,385.01664 C 54.597124,381.14835 53.624102,381.12457 52.951004,378.4321 C 52.413167,376.28079 52.951004,372.43568 52.951004,371.8476 C 52.951004,369.55581 48.965017,374.11495 46.915179,375.13986 C 44.414615,376.39014 44.578962,375.88382 45.817766,378.98081 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5516"
               d="M 96.299086,420.13408 C 93.813703,419.38952 91.463405,418.62584 90.263262,423.42633 C 89.883863,424.94395 86.018719,427.2355 85.873584,427.81601 C 85.614275,428.85324 91.908511,429.32473 92.458112,429.46214 C 95.449218,430.20991 97.358716,428.10925 99.042629,427.2673 C 101.76809,425.90457 102.56198,425.9428 104.52971,423.97504 C 107.20468,421.30008 101.70705,420.29102 100.14003,420.68278 C 97.400731,421.3676 101.25491,422.11641 96.299086,420.13408 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5518"
               d="M 79.837782,417.93921 C 75.003339,419.14784 72.419242,421.79481 69.961014,425.07246 C 67.227183,428.71754 71.317643,427.88839 73.801958,427.2673 C 76.789021,426.52053 77.168011,425.54737 79.289078,423.42633 C 81.396061,421.31933 81.67235,420.99684 79.837782,417.93921 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5520"
               d="M 55.145831,420.68278 C 56.997591,418.83102 53.499686,415.61961 53.499686,413.00083 C 53.499686,412.20082 45.845002,415.73077 45.817766,415.74439 C 43.012534,417.14702 46.692515,422.10623 46.915179,422.3289 C 48.808575,424.22229 53.933924,421.65229 55.145831,420.68278 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5522"
               d="M 11.797746,362.51954 C 12.421233,363.14302 6.244408,371.98007 5.2132386,374.04242 C 3.8361333,376.79663 8.5833736,377.17805 10.151625,376.78599 C 11.735756,376.38995 13.332049,373.1687 13.992597,371.8476 C 15.340617,369.15152 17.844781,368.00662 19.47969,368.00662 C 20.107458,368.00662 22.223249,373.92533 22.223249,367.45792 C 22.223249,364.52856 19.746176,364.57326 17.83357,363.61694 C 16.541678,362.97099 13.220156,363.0885 11.797746,362.51954 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5524"
               d="M 18.930983,425.62116 C 16.520959,424.41617 14.838845,428.41107 16.187425,431.10826 C 17.510444,433.75427 20.206119,432.39117 21.674542,431.65698 C 24.711726,430.13837 26.283795,429.19873 27.71034,428.91343 C 29.983962,428.45872 29.47611,431.59716 32.648728,430.01084 C 35.273586,428.69842 31.658901,423.64148 31.551314,423.42633 C 30.245997,420.81571 29.82392,420.42874 26.612927,421.23148 C 26.290119,421.3122 24.684076,426.31124 22.771956,427.2673 C 22.167754,427.5694 19.151167,425.70925 18.930983,425.62116 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5526"
               d="M 36.4897,424.52376 C 35.911617,424.81277 36.315626,433.62098 39.781965,432.75441 C 42.686904,432.02817 44.91697,430.82364 47.463886,428.91343 C 50.420868,426.69569 47.256397,424.31626 46.366473,423.42633 C 46.046752,423.10661 38.545642,425.34612 36.4897,424.52376 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5528"
               d="M 192.87203,425.07246 C 191.043,425.43826 189.21396,425.80406 187.38493,426.16986 C 183.67553,426.91176 185.71956,431.08901 186.83623,432.20568 C 188.15025,433.51972 191.11069,431.65696 193.42074,431.65696 C 197.06789,431.65696 196.83387,430.1178 199.45656,429.46214 C 202.75883,428.63657 200.37688,425.02817 198.35912,424.52376 C 196.75524,424.12278 194.3298,424.70802 192.87203,425.07246 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5530"
               d="M 200.00524,392.69857 C 197.13911,391.98206 193.59428,394.19922 192.87203,397.08825 C 191.93308,400.84406 193.62141,401.57826 195.61556,402.57535 C 198.11795,403.82654 199.50595,401.72758 201.10268,400.9292 C 202.85339,400.05385 205.90079,399.72968 207.68719,399.28308 C 209.7641,398.76385 207.00614,394.76107 205.49236,393.2473 C 203.88696,391.6419 202.77343,392.14493 200.00524,392.69857 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5532"
               d="M 210.97946,393.796 C 204.06445,386.88097 215.04417,399.73062 217.01525,403.67277 C 218.98793,407.6181 220.67125,401.1204 220.85622,400.3805 C 221.36342,398.3518 226.56569,397.4146 227.98946,395.99082 C 230.88903,393.09125 225.16149,392.6648 222.50237,391.60114 C 219.60578,390.44252 217.99027,390.29057 215.36914,391.60114 C 213.70236,392.43455 213.2271,392.44741 210.97946,393.796 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5534"
               d="M 211.52816,409.15985 C 209.19442,410.32675 216.77938,414.88185 217.56396,415.19569 C 217.80812,415.29333 213.74507,419.01457 212.62557,420.13408 C 209.90492,422.85472 207.68719,421.62039 207.68719,417.93921 C 207.68719,416.12766 210.86603,414.55191 211.52816,411.90342 C 211.74997,411.01623 211.52816,410.07439 211.52816,409.15985 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5536"
               d="M 240.06105,363.06824 C 242.2464,364.72255 242.86573,367.45792 246.6456,367.45792 C 249.23456,367.45792 251.42604,365.57895 252.68139,363.06824 C 254.06,360.31104 249.77863,359.89538 254.32753,356.48371 C 257.02043,354.46402 258.1685,355.10135 258.1685,350.99661 C 258.1685,347.17179 254.52559,347.10612 252.13268,347.70435 C 250.0145,348.23389 247.52946,351.97243 246.6456,353.74018 C 244.99901,357.03331 248.22354,356.94638 244.45074,359.77597 C 242.63502,361.13778 242.867,361.38469 240.06105,363.06824 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5538"
               d="M 234.02527,357.03241 C 232.24612,358.36678 231.24955,367.36745 224.6972,371.29887 C 222.10206,372.85596 230.06269,374.04242 231.2817,374.04242 C 234.55712,374.04242 235.50049,369.78767 235.67138,369.10404 C 236.11249,367.33956 236.22011,364.51147 236.22011,361.97079 C 236.22011,358.98226 239.44929,357.03241 234.02527,357.03241 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5540"
               d="M 169.8262,438.79021 C 169.8262,435.64341 166.56423,444.24702 164.3391,446.47214 C 164.32307,446.48816 170.63903,449.00736 171.47234,449.2157 C 175.8464,450.30919 173.00424,445.14623 172.56975,444.27729 C 170.93987,441.01754 176.54752,444.16725 169.8262,438.79021 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5542"
               d="M 148.42652,455.2515 C 148.22437,452.20678 149.40874,450.42831 151.17007,448.66697 C 152.02343,447.81362 157.34523,447.12318 157.75459,447.02086 C 160.16806,446.41748 157.53594,453.55072 159.94942,454.15408 C 162.91688,454.89594 159.26042,458.68404 158.85201,459.09248 C 157.25578,460.68867 152.23783,459.35943 151.17007,459.09248 C 148.79256,458.4981 149.10808,458.65942 148.42652,455.2515 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5544"
               d="M 164.3391,420.68278 C 162.22762,420.1549 158.85201,422.11212 158.85201,425.07246 C 158.85201,427.90986 156.21917,428.692 155.01104,431.10828 C 153.99725,433.13582 160.75044,433.30311 162.14427,433.30311 C 165.45867,433.30311 164.8878,428.32469 164.8878,426.1699 C 164.8878,423.56729 165.79862,424.33158 164.3391,420.68278 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5546"
               d="M 69.961014,287.34628 C 71.296825,290.41016 74.152347,290.08981 78.191636,290.08981 C 78.683072,290.08981 79.100078,282.06648 79.289078,281.31046 C 80.033575,278.33243 80.64133,277.34208 77.094228,279.11563 C 74.024431,280.65051 74.393005,281.57424 71.058427,282.40786 C 69.422497,282.81687 70.291701,285.69272 69.961014,287.34628 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5548"
               d="M 37.038407,259.36206 C 34.199323,260.07183 39.655897,266.83267 37.038407,268.14141 C 33.689819,269.81573 33.804434,268.25797 32.648728,265.94658 C 31.457128,263.56336 30.304023,263.05318 28.807755,261.5569 C 26.491187,259.24034 31.614908,256.87696 32.648728,256.6185 C 34.119776,256.25075 35.864462,257.0109 36.4897,257.16722"
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5550"
               d="M 57.88939,214.91656 C 58.068255,214.73767 54.909379,217.83746 50.756152,220.95236 C 47.862959,223.12226 51.833016,225.89591 54.048417,225.34204 C 56.974781,224.61045 59.37357,223.32485 62.279069,222.5985 C 65.425494,221.81189 66.538009,224.11389 67.766162,225.34204 C 69.979131,227.55501 70.773848,226.45988 72.155841,223.69592 C 73.464415,221.07877 68.703776,218.58039 67.217454,218.20883 C 64.933378,217.6378 62.778165,217.66011 59.53551,217.66011 C 58.469005,217.66011 58.438096,215.83107 57.88939,214.91656 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5552"
               d="M 36.4897,206.1372 C 32.282024,206.1372 28.557586,211.32575 26.612927,213.27043 C 23.425063,216.45828 28.44769,217.06423 30.453901,216.56267 C 33.452419,215.81305 35.608238,213.49079 38.684527,212.72171 C 41.377722,212.04842 40.483858,215.66303 44.171645,213.81915 C 47.279597,212.26517 41.340101,210.09334 40.879379,209.97817 C 40.02209,209.76385 38.404204,206.903 36.4897,206.1372 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5554"
               d="M 29.356462,195.71171 C 27.762043,195.31311 21.907468,194.67253 19.47969,194.06558 C 17.410372,193.54823 20.864139,198.59876 22.771956,199.55266 C 24.767927,200.55067 28.112332,200.75059 29.905168,201.19882 C 33.711024,202.15027 32.201334,198.59869 32.648728,196.80914 C 33.442933,193.63228 35.720445,191.67843 32.100021,190.77331 C 29.486957,190.12005 29.629927,194.34437 29.356462,195.71171 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5556"
               d="M 47.463886,187.48106 C 44.290102,186.68761 52.965619,187.04501 57.88939,188.02978 C 60.347348,188.52136 61.251207,191.46114 62.279069,193.51687 C 63.567191,196.09312 57.417238,197.61305 56.243245,197.90654 C 54.259384,198.40251 52.801078,195.16299 50.756152,195.16299 C 46.763989,195.16299 49.481647,195.00336 48.561324,191.32203 C 47.76099,188.12073 44.792361,194.15991 47.463886,187.48106 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5558"
               d="M 61.730338,188.57849 C 61.070882,185.94062 62.551246,194.33776 64.473897,196.26044 C 66.064934,197.85144 69.157299,197.69595 70.509696,197.35784 C 72.902183,196.75971 67.520031,191.1233 72.70455,192.41946 C 75.621817,193.14876 74.785977,195.54618 77.642932,196.26044 C 81.809068,197.30196 80.935202,195.57747 80.935202,194.06558 C 80.935202,192.67716 77.221974,190.90108 76.545524,190.22461 C 74.67854,188.35763 73.29805,187.62944 70.509696,186.93233 C 67.610059,186.20744 63.909188,186.94436 61.730338,188.57849 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5560"
               d="M 34.84358,236.86495 C 36.306798,237.59657 37.770016,238.32817 39.233259,239.0598 C 42.953901,240.92013 46.956084,240.74682 49.658738,243.44948 C 52.220878,246.01162 49.916737,246.39773 48.012617,248.93658 C 45.714726,252.00039 41.568382,251.39953 43.622938,247.29045 C 45.319253,243.8978 38.922999,245.79944 38.135821,246.19302 C 36.221025,247.15043 37.454795,241.67102 35.940993,240.15723 C 34.732808,238.94903 35.443015,239.86216 34.84358,236.86495 z "
               style="opacity:1;fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
            <path
               id="path5562"
               d="M 78.740374,215.46527 C 74.681311,211.40622 89.496469,220.18558 93.555532,224.24462 C 95.259673,225.94878 91.528647,230.6836 90.811977,232.47528 C 90.03746,234.41155 88.445629,229.01148 86.971004,227.5369 C 84.496048,225.06192 83.497706,225.71533 82.581326,222.04979 C 81.886429,219.27018 78.740374,221.95636 78.740374,215.46527 z "
               style="opacity:1;fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
            <path
               id="path5564"
               d="M 13.992597,158.94815 C 12.088016,159.72537 10.66378,165.39851 8.5054801,168.2762 C 5.8185839,171.85877 2.8378924,171.20387 7.9567738,173.76332 C 10.77499,175.17242 12.876191,173.78229 13.992597,172.66588 C 15.621864,171.03662 15.359342,167.36839 16.736132,165.53267 C 18.866636,162.69201 22.127237,165.48466 23.320662,166.08138 C 27.091547,167.96682 24.691201,160.59182 24.418075,160.04555 C 23.564313,158.33805 18.78524,158.77453 17.284838,158.39943 C 16.205518,158.12959 15.09001,158.76524 13.992597,158.94815 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               sodipodi:nodetypes="csssssc"
               id="path5566"
               d="M 2.4696789,194.06558 C 0.90167211,193.67358 -2.5408115,205.32818 -3.0174136,207.23461 C -4.050698,211.36774 0.99257551,207.9309 1.9209727,207.23461 C 4.6635351,205.1777 5.2132386,203.70343 5.2132386,200.1014 C 5.2132386,198.11414 13.081953,201.39721 12.346453,198.45526 C 11.801709,196.27626 10.513976,192.32626 6.3106524,190.22461 C 3.8981231,189.01834 3.3004374,192.68098 2.4696789,194.06558 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5568"
               d="M 304.80883,374.04242 C 305.51113,374.28393 310.85171,373.21585 313.58818,371.8476 C 316.88461,370.19938 317.30582,368.50001 317.97786,365.81177 C 318.74795,362.73152 321.40851,363.13742 323.46498,364.16566 C 327.03229,365.94931 324.56241,365.41747 324.56241,361.42209 C 324.56241,358.6362 319.37225,359.37573 316.88046,358.12986 C 314.0036,356.69142 312.36694,361.12105 311.39335,363.06824 C 309.95254,365.94988 307.13581,368.02681 306.45497,370.75018 C 305.70048,373.76809 308.56066,369.04003 304.80883,374.04242 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5570"
               d="M 343.21854,332.34048 C 342.42792,335.50292 341.0237,342.39721 341.0237,345.50953 C 341.0237,348.49722 343.60561,348.21267 345.96208,348.80178 C 349.42695,349.668 348.35723,343.01849 348.15692,342.21726 C 347.5265,339.69556 349.55408,338.07655 350.90047,336.73016 C 353.43576,334.19487 344.24985,332.753 343.21854,332.34048 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5572"
               d="M 336.08529,340.02242 C 336.22335,339.88437 335.82839,347.08595 335.53659,348.25306 C 334.69882,351.6042 330.52539,348.72895 330.04949,348.25306 C 328.95838,347.16194 325.76637,345.5628 324.56241,344.96082 C 322.92647,344.14285 327.41104,342.34556 327.85466,340.57114 C 328.29379,338.81454 324.45284,338.48675 324.01368,336.73016 C 323.53881,334.83071 329.13408,334.53531 330.59819,334.53531 C 334.21517,334.53531 335.38926,336.54223 336.08529,340.02242 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5574"
               d="M 342.12112,354.28889 C 345.57214,354.28889 344.52154,361.5249 347.60821,363.06824 C 350.86565,364.69695 351.47941,366.30005 353.0953,363.06824 C 354.63958,359.97969 353.9344,358.38819 355.83887,356.48371 C 357.86029,354.4623 350.97229,354.28889 349.80306,354.28889 C 346.8991,354.28889 344.92798,354.99061 342.12112,354.28889 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5576"
               d="M 368.4592,352.09403 C 364.96484,352.09403 375.29363,355.83724 376.14113,359.22727 C 376.74572,361.64561 380.28164,360.99797 381.62823,360.32468 C 383.19317,359.54219 383.99711,355.78751 384.37178,354.28889 C 384.72942,352.85831 387.17004,353.13675 388.21273,352.09403 C 388.64894,351.65784 382.06968,350.55826 381.62823,350.44791 C 378.67705,349.71013 376.59435,351.0205 374.495,351.54532 C 371.67492,352.25035 372.62112,352.92642 368.4592,352.09403 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5578"
               d="M 367.91048,374.04242 C 365.93788,374.53558 372.10489,381.07802 373.39758,381.72437 C 375.53506,382.79311 377.23855,385.00953 377.23855,380.62696 C 377.23855,377.33241 376.82134,376.21451 376.14113,373.49372 C 375.25094,369.93295 376.58124,368.5825 372.30016,369.65274 C 369.67676,370.30861 371.10837,372.76327 367.91048,374.04242 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5580"
               d="M 305.35753,347.70435 C 303.07982,349.01904 301.25614,351.48971 300.41915,354.83759 C 299.89751,356.92415 296.09769,358.3701 294.38335,359.22727 C 290.06064,361.3886 293.58835,362.51954 296.57818,362.51954 C 300.09297,362.51954 301.97689,360.96179 304.26013,358.67856 C 306.9296,356.00907 305.85845,354.57519 309.19851,353.74018 C 311.85026,353.07725 316.97348,352.66601 312.49078,351.54532 C 311.17743,351.21699 308.74622,348.38209 305.35753,347.70435 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5582"
               d="M 302.61403,344.41208 C 299.71645,343.6877 300.62963,339.81197 302.06529,338.37628 C 303.9031,336.53847 306.39379,337.76636 307.55242,338.92499 C 308.52628,339.89887 309.00602,344.73947 309.19853,345.50953 C 309.65439,347.33297 306.82116,347.33874 305.35755,346.60694 C 303.78544,345.82088 305.48553,345.84785 302.61403,344.41208 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5584"
               d="M 286.7014,347.15564 C 287.98298,351.61933 282.90221,355.51348 280.11689,359.22727 C 279.37824,360.21213 278.81229,356.06934 277.92205,354.28889 C 277.01594,352.47669 280.13307,348.41439 280.6656,347.70435 C 282.97478,344.62546 278.78836,343.37246 283.40914,342.21726 C 285.80378,341.61859 286.42651,345.78117 286.7014,347.15564 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5586"
               d="M 307.55239,307.64853 C 304.25164,308.20847 301.97738,312.38978 300.96785,316.42789 C 300.03749,320.14936 305.31471,318.3698 307.00367,317.5253 C 310.47433,315.78998 308.32908,313.13562 313.03948,313.13562 C 316.81998,313.13562 314.6606,308.69595 314.1369,307.64853 C 313.43552,306.24574 308.83959,307.97033 307.55239,307.64853 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5588"
               d="M 124.28329,218.20883 C 126.37565,219.35816 129.80551,221.02264 131.41651,224.24462 C 132.84424,227.10007 128.46349,229.75165 127.02684,230.82915 C 123.87449,233.19341 122.45343,231.74284 120.99102,230.28042 C 118.96074,228.25014 118.24748,228.55799 118.24748,224.79333 C 118.24748,222.65964 122.60552,221.79124 123.18586,221.50106 C 124.22052,220.98376 123.91749,219.30624 124.28329,218.20883 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5590"
               d="M 141.60775,209.19522 C 143.37528,208.31147 147.26849,213.45059 148.1923,214.68232 C 150.25934,217.4384 144.37406,219.88938 143.25391,220.1694 C 142.80388,220.28193 150.81464,222.42552 152.03326,222.91297 C 155.19306,224.17689 148.81587,228.10699 147.64358,228.40006 C 144.29239,229.23787 143.3495,226.30086 142.15647,225.10783 C 141.19696,224.14829 141.39263,219.30889 141.05905,217.97458 C 140.44303,215.51045 141.1403,211.53248 141.60775,209.19522 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5592"
               d="M 138.54974,228.0856 C 138.50012,227.88708 136.3549,233.71372 136.3549,241.25463 C 136.3549,245.2808 136.26713,245.89673 139.64716,246.74173 C 143.2325,247.63805 142.3907,243.42544 142.3907,240.70591 C 142.3907,237.94807 141.8945,235.97753 141.29329,233.57269 C 140.93566,232.1421 143.13048,231.1623 143.48814,229.73172 C 143.79614,228.49969 138.7705,228.0856 138.54974,228.0856 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5594"
               d="M 148.97523,239.60851 C 149.11383,239.05407 155.61258,241.82977 156.65715,242.35205 C 159.74334,243.89513 160.68552,243.27555 162.14427,246.19302 C 163.25949,248.42345 156.67648,250.30352 155.55975,250.5827 C 152.84948,251.26027 153.16085,247.97975 152.26747,246.19302 C 151.24257,244.14321 148.97523,249.93705 148.97523,252.22882 C 148.97523,252.70435 145.13426,250.07711 145.13426,247.29043 C 145.13426,246.71072 148.40214,240.56364 148.97523,239.60851 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5596"
               d="M 164.8878,231.37787 C 164.8878,230.7631 175.91491,231.80261 176.41073,231.92657 C 178.36947,232.41626 180.10516,234.52358 181.34911,235.76755 C 183.51712,237.93554 175.63578,238.51107 172.56975,238.51107 C 169.51946,238.51107 168.24135,233.87631 167.08265,238.51107 C 166.10422,242.42488 164.68875,242.153 162.69297,240.15723 C 162.17698,239.64122 164.60789,232.07761 164.8878,231.37787 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5598"
               d="M 125.38072,260.4595 C 123.16916,262.48137 121.78233,269.3024 119.89361,273.07981 C 118.26441,276.33824 120.72285,277.06104 122.63716,278.01821 C 125.42306,279.41115 126.19837,273.65015 126.47814,272.53109 C 127.4664,268.57801 126.08845,268.69013 130.86781,268.69013 C 132.37381,268.69013 131.45596,261.71466 131.41651,261.5569 C 130.90338,259.50442 127.12293,260.11103 125.38072,260.4595 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5600"
               d="M 142.3907,271.43369 C 141.63526,268.41194 148.7685,274.44776 149.52394,277.46948 C 150.62492,281.87351 148.12497,281.32135 144.03682,282.9566 C 140.43678,284.39662 139.33701,284.29256 137.45232,282.40786 C 136.35773,281.3133 142.27405,276.15605 135.25746,279.66434 C 131.84701,281.36958 128.68846,278.62889 128.12427,276.37207 C 127.62555,274.37727 132.968,272.85279 133.61134,272.53109 C 136.45342,271.11007 138.92071,270.04568 142.3907,271.43369 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5602"
               d="M 390.91785,80.143619 C 390.406,81.317417 382.53608,89.802757 390.05343,87.923427 C 393.38957,87.089382 400.2455,88.742581 400.4265,88.787832 C 404.58211,89.826734 394.895,81.734487 390.91785,80.143619 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5604"
               d="M 381.40921,53.346523 C 384.16232,54.034822 377.26323,58.373212 377.95153,61.126328 C 378.96906,65.196457 385.9395,58.491427 390.05343,57.668645 C 392.33138,57.213056 392.94769,53.871398 393.51111,51.617695 C 394.49944,47.664442 385.48413,53.346523 381.40921,53.346523 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5606"
               d="M 405.61302,51.617695 C 406.40982,48.430463 410.17747,58.498089 408.20628,61.126328 C 405.40259,64.864602 407.48129,58.602782 403.88419,56.804231 C 402.25422,55.989232 405.03673,53.346523 405.61302,51.617695 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5608"
               d="M 351.61693,34.614664 C 350.23453,35.726256 347.36492,39.512657 346.42693,43.264719 C 345.88122,45.44746 351.17934,42.548966 352.77029,40.958049 C 354.91953,38.808794 355.11603,38.651355 359.11364,38.651355 C 362.70107,38.651355 360.60914,35.191337 357.38365,35.191337 C 355.25762,35.191337 353.81281,35.053839 351.61693,34.614664 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5610"
               d="M 303.58926,-2.3887971 C 300.33024,-2.3887971 300.962,4.7873139 303.58926,7.4145809 C 305.76054,9.5858679 307.91245,4.2447369 308.77927,3.3778899 C 310.16543,1.9917619 312.6442,4.0557779 314.54599,4.5312369 C 314.66563,4.5611489 312.13015,-1.7654551 311.66263,-2.3887971 C 310.48305,-3.9615721 304.94333,-2.6596121 303.58926,-2.3887971 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5612"
               d="M 334.71253,7.6124149 C 333.07335,5.4268049 338.40548,12.139836 341.05589,12.802428 C 343.44834,13.400551 336.53015,17.083646 335.86588,17.415792 C 333.28689,18.705301 332.00145,13.086983 331.8292,12.22578 C 331.47356,10.447558 334.27271,9.3716909 334.71253,7.6124149 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5614"
               d="M 327.7925,-3.9389801 C 327.41551,-8.8941941 329.33029,8.1890639 331.25252,8.1890639 C 334.63883,8.1890639 335.3893,4.8938549 337.01921,0.60906392 C 338.94135,-4.4440341 328.17686,-3.9389801 327.7925,-3.9389801 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5616"
               d="M 254.73643,15.584581 C 252.3512,17.792419 251.41264,21.319483 252.42976,25.387958 C 253.31333,28.922269 256.2809,22.093481 256.46644,21.351268 C 257.32515,17.916495 258.37332,17.126203 262.23314,16.161229 C 265.36926,15.377214 260.29149,12.595402 259.34979,12.124565 C 257.63049,11.264917 256.23744,14.383763 254.73643,15.584581 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5618"
               d="M 228.20964,18.467925 C 225.24007,19.198245 223.81104,21.204114 225.3263,24.234611 C 226.88806,27.358152 231.14681,22.450774 231.66966,21.927941 C 231.94785,21.649758 237.94546,23.081289 238.01303,23.081289 C 239.32357,23.081289 234.88948,18.696205 233.97633,18.467925 C 231.66188,17.889305 231.22744,17.864354 228.20964,18.467925 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5620"
               d="M 208.0262,15.007907 C 207.91391,14.979819 198.47184,20.774594 204.56617,20.774594 C 208.70975,20.774594 206.88133,18.484874 209.17954,23.081289 C 210.01637,24.754938 214.55766,19.245058 214.94623,18.467925 C 215.82586,16.708673 209.22665,15.007907 208.0262,15.007907 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5622"
               d="M 241.13253,7.9406219 C 242.78387,4.6379729 235.09347,12.249685 232.48249,14.860656 C 230.77431,16.568838 237.59394,15.515928 239.40252,13.707334 C 241.79563,11.314234 245.16922,15.468385 245.16922,10.823966 C 245.16922,7.3134869 245.07763,7.9406219 241.13253,7.9406219 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5624"
               d="M 162.82462,15.287501 C 161.14716,16.79785 159.30633,18.567073 158.58406,22.178401 C 157.94756,25.360843 162.74572,23.554072 163.35469,21.118269 C 163.8992,18.94027 168.20685,19.528057 170.2456,19.528057 C 173.2205,19.528057 170.06087,15.108806 168.65538,14.757422 C 166.21275,14.146776 165.76946,14.109568 162.82462,15.287501 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5626"
               d="M 140.56168,25.358825 C 139.65772,25.58482 139.67665,32.420079 140.03159,33.839961 C 140.69568,36.496216 144.27216,33.22552 144.27216,31.189592 C 144.27216,28.080447 145.86237,27.049376 145.86237,23.768613 C 145.86237,21.923928 142.14347,24.409732 140.56168,25.358825 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5628"
               d="M 150.633,43.911285 C 150.633,42.008284 154.23162,46.882615 155.93371,46.031576 C 156.18082,45.908011 156.46377,38.730367 156.46377,38.080517 C 156.46377,34.668506 155.53078,34.937254 152.7533,37.020384 C 152.24853,37.398956 150.633,43.467709 150.633,43.911285 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5630"
               d="M 126.24978,9.4567339 C 123.70435,10.683476 122.38605,15.511089 123.59943,17.937845 C 125.02063,20.780261 128.71472,16.029203 128.90013,15.287501 C 129.76534,11.826657 129.73256,12.429035 133.1407,11.577001 C 135.54674,10.975497 131.12686,7.9197319 129.96028,7.3364439 C 127.71156,6.2120849 128.33698,6.8477559 126.24978,9.4567339 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5632"
               d="M 176.07636,8.9266559 C 173.95022,7.8635799 178.54087,14.803896 180.847,14.227369 C 182.88144,13.718763 183.58739,9.8967349 185.08755,8.3966019 C 187.32598,6.1581709 187.12426,6.8063899 182.96729,6.8063899 C 181.29381,6.8063899 177.74293,7.9267109 176.07636,8.9266559 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5634"
               d="M 225.90297,30.129459 C 226.60972,31.189616 227.31649,32.24975 228.02325,33.309883 C 229.72952,35.869299 229.90027,40.287894 230.14352,41.260941 C 230.61799,43.158787 224.63051,43.381232 224.31277,43.381232 C 223.76702,43.381232 223.25261,36.127687 223.25261,35.430173 C 223.25261,31.935744 219.44026,35.29963 225.90297,30.129459 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5636"
               d="M 406.12677,37.020384 C 406.48015,38.080517 406.83356,39.140651 407.18693,40.200784 C 408.48108,44.083292 408.08367,43.911285 412.48762,43.911285 C 413.43334,43.911285 413.0177,37.364691 413.0177,36.490306 C 413.0177,34.052679 409.90872,34.334291 408.77714,34.900094 C 407.76521,35.406049 407.01023,36.313605 406.12677,37.020384 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5638"
               d="M 343.04844,61.933666 C 341.35013,62.782833 341.39459,67.732624 343.57853,68.82459 C 346.38776,70.2292 347.32239,65.59964 348.87921,63.523877 C 352.33332,58.918393 344.74352,60.916626 343.04844,61.933666 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5640"
               d="M 346.22887,52.392398 C 346.88849,51.512906 350.43688,47.646179 352.58971,46.031576 C 354.30932,44.741848 353.64984,50.242876 353.64984,52.392398 C 353.64984,53.341442 353.29659,54.15926 349.40928,56.102899 C 347.95228,56.83142 347.74135,52.997403 346.22887,52.392398 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5642"
               d="M 339.33794,57.693111 C 337.06208,58.831039 337.49794,63.274099 335.09739,60.873533 C 332.28387,58.060009 336.16926,56.102899 330.32676,56.102899 C 327.61952,56.102899 332.07335,53.280936 333.50716,52.922476 C 337.0804,52.02917 337.95304,54.230782 339.33794,57.693111 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 77.665376,41.259871 C 76.426524,43.677191 76.019161,45.836247 79.12527,46.612772 C 80.748063,47.01846 80.94999,47.261429 83.018287,50.019142 C 85.646079,53.522885 85.45141,46.298427 85.45141,45.152886 C 85.45141,43.398328 81.856444,43.802459 81.071772,42.233138 C 79.997468,40.084515 86.316316,40.016228 81.558393,38.826742 C 79.258195,38.251674 78.826026,39.325475 77.665376,41.259871 z "
               id="path5902" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 78.986382,82.836982 C 75.618659,85.846498 77.568978,87.248476 79.473002,88.676511 C 82.520763,90.962328 80.932885,83.66757 80.932885,89.649773 C 80.932885,92.9237 86.743737,89.678441 86.772416,89.649773 C 88.982657,87.439498 85.833194,84.410025 84.339282,84.78349 C 83.779833,84.923349 88.21926,82.350362 83.852662,82.350362 C 82.460746,82.350362 80.522319,82.836982 78.986382,82.836982 z "
               id="path5906" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 105.4031,49.532546 C 105.77832,50.908678 103.03733,55.858689 106.86298,55.858689 C 110.08369,55.858689 111.80034,56.83193 115.62226,56.83193 C 118.19936,56.83193 114.34675,50.354669 113.67576,50.019166 C 110.54222,48.452398 113.18913,52.932665 113.18913,47.099393 C 113.18913,43.32114 109.32933,47.552794 108.32284,48.55928 C 107.59744,49.284712 106.37634,49.208108 105.4031,49.532546 z "
               id="path5910" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 108.32284,36.393614 C 108.31497,36.401494 104.60537,34.271574 102.48332,36.393614 C 101.23013,37.646815 101.75656,36.273552 100.0502,35.420373 C 98.535473,34.66301 99.867134,40.697376 101.51008,40.28663 C 104.37249,39.571023 104.71076,40.721841 106.86298,41.259894 C 109.89241,42.017258 109.88564,39.416281 112.21586,41.746516 C 113.19587,42.726494 112.14191,37.853501 110.75598,37.853501 C 109.81017,37.853501 109.13391,36.880235 108.32284,36.393614 z "
               id="path5912" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 106.37634,14.982057 C 104.31534,14.982057 101.90446,13.824284 101.02346,12.062283 C 99.105247,8.2258329 99.076964,13.726011 99.076964,15.468678 C 99.076964,16.992254 101.9967,15.524173 101.9967,19.361692 C 101.9967,22.442188 105.88973,21.496695 105.88973,19.361692 C 105.88973,17.713625 106.37634,17.051325 106.37634,14.982057 z "
               id="path5914" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 93.724064,13.52217 C 93.724064,9.3197709 89.447151,12.624657 88.857807,14.982057 C 88.574102,16.116824 86.911293,16.732116 86.911293,17.901804 C 86.911293,19.855074 90.797553,17.415184 92.750813,17.415184 C 95.930103,17.415184 92.77127,22.027916 97.13045,19.848312 C 98.862181,18.982439 96.755755,13.969929 96.64383,13.52217 C 96.407772,12.577965 94.697328,13.52217 93.724064,13.52217 z "
               id="path5916" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 94.210684,68.510974 C 93.579997,65.988207 99.670854,67.834667 101.9967,68.997596 C 103.36542,69.681954 99.588284,71.059592 98.103691,71.430723 C 96.84478,71.745458 99.021298,74.406163 98.103691,75.323738 C 97.015574,76.411862 96.270588,72.437015 96.64383,70.944102 C 96.676712,70.812537 92.776449,74.247944 93.724064,70.457482 C 93.886271,69.808654 94.048478,69.159802 94.210684,68.510974 z "
               id="path5918" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 285.94153,39.800009 C 282.95822,39.528196 281.94592,39.723794 281.07528,43.206402 C 280.71903,44.631392 284.14111,43.036122 285.45492,43.693023 C 287.42068,44.675895 288.86131,46.390984 288.86131,43.206402 C 288.86131,40.761042 290.02726,39.800009 285.94153,39.800009 z "
               id="path5924" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 367.6948,9.6291539 C 367.6948,8.0204619 371.06705,9.2790849 370.12793,13.035549 C 369.9764,13.641697 373.05067,12.050416 372.07444,15.955298 C 371.33791,18.901384 368.07125,16.818399 367.6948,16.441918 C 367.12131,15.868431 366.04848,16.245227 365.26167,16.441918 C 365.0587,16.492673 367.6948,9.8478299 367.6948,9.6291539 z "
               id="path5926" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 294.70081,154.64387 C 297.78101,153.70645 297.90176,151.87558 297.13396,148.80435 C 296.81677,147.53564 294.51222,149.70464 293.72757,150.75086 C 291.80042,153.32039 289.83456,148.87757 289.83456,153.18398 C 289.83456,154.10158 291.78106,154.21291 291.78106,155.13049 C 291.78106,157.6967 292.37928,156.50107 294.70081,154.64387 z "
               id="path5934" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 429.98299,158.53689 C 429.98299,160.00574 433.04885,157.39336 434.36265,158.05026 C 435.53234,158.63512 436.98692,158.2197 438.25566,158.53689 C 442.25809,159.53748 436.95659,162.75465 436.30916,162.91653 C 433.74482,163.55759 433.14918,162.30045 431.9295,165.34964 C 431.32707,166.85571 429.65857,162.4299 428.0365,162.4299 C 426.58566,162.4299 429.07667,159.6698 429.98299,158.53689 z "
               id="path5936" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 443.12192,161.94328 C 441.05735,161.94328 447.50155,164.25832 447.50155,166.32291 C 447.50155,171.36753 447.98817,162.69104 447.98817,167.78278 C 447.98817,171.05153 444.57776,171.18917 443.60853,171.18917 C 441.63518,171.18917 442.15668,167.26408 442.6353,165.34964 C 443.40613,162.26631 437.29139,169.23143 443.12192,161.94328 z "
               id="path5938" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 430.95625,182.86822 C 431.47371,180.79839 433.43814,187.68574 431.9295,189.19436 C 429.10964,192.01423 431.78628,183.15464 429.00974,188.70774 C 427.12717,192.47289 424.69813,184.05597 425.11673,182.38159 C 425.70858,180.01415 430.2635,182.34863 430.95625,182.86822 z "
               id="path5940" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 414.41096,183.84146 C 414.57801,183.17322 410.78703,175.95231 409.54467,180.9217 C 408.61642,184.63477 410.72932,185.99933 411.49118,186.76122 C 412.67328,187.9433 411.75121,194.02718 414.41096,188.70774 C 415.37582,186.77793 415.58545,186.77772 414.41096,183.84146 z "
               id="path5942" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 118.54202,129.82592 C 118.59498,127.66779 117.97923,124.73537 115.13562,125.44628 C 113.90081,125.75499 115.84621,128.74068 113.67576,129.82592 C 111.00685,131.16037 114.81768,133.19011 116.59551,132.74567 C 117.82186,132.43908 117.11408,136.60675 120.0019,133.71894 C 120.98187,132.73894 118.81382,131.18491 118.54202,129.82592 z "
               id="path5944" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 107.34961,131.77243 C 109.45261,129.66942 103.57152,130.19761 101.51008,132.25906 C 101.08531,132.68383 102.6932,136.01369 103.94322,136.63867 C 106.32172,137.82795 108.92678,139.57582 109.78274,136.15206 C 110.31301,134.03094 108.66232,133.41332 107.34961,131.77243 z "
               id="path5946" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 114.64899,148.80435 C 114.8079,148.16878 110.26935,143.48562 110.26935,149.77761 C 110.26935,152.37115 114.82501,144.20725 112.21586,154.64387 C 111.40434,157.88996 116.49864,154.74073 116.59551,154.64387 C 117.52023,153.71914 116.49728,151.92057 117.08212,150.75086 C 117.57879,149.50921 118.35979,145.09355 114.64899,148.80435 z "
               id="path5948" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 100.53682,152.21075 C 97.611652,149.91188 96.386612,151.01732 94.210684,154.64387 C 93.295338,156.16944 97.617071,153.51704 97.617071,156.59038 C 97.617071,159.97672 97.049375,161.53772 99.076964,159.51012 C 101.22729,157.3598 100.15256,155.425 103.4566,157.07699 C 105.55049,158.12395 103.31175,153.03913 100.53682,152.21075 z "
               id="path5954" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 392.99937,210.1193 C 392.08284,209.07771 387.48043,213.52569 392.02613,213.52569 C 393.97263,213.52569 391.55403,217.47681 392.02613,219.36522 C 392.44434,221.03804 394.69986,217.17809 395.91914,215.95881 C 398.00728,213.87067 400.40267,217.13984 398.35227,213.03907 C 397.21763,210.76975 396.08304,210.73602 392.99937,210.1193 z "
               id="path5956" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 419.2772,193.08737 C 418.40068,191.33433 424.63012,193.56053 424.63012,195.5205 C 424.63012,198.7081 423.9895,195.87786 425.11673,200.38676 C 425.88097,203.44379 422.11544,202.71118 420.73709,200.87339 C 418.76233,198.24038 419.03665,199.5338 416.35747,200.87339 C 413.18801,202.45812 415.9104,197.38782 416.35747,196.49374 C 417.26521,194.67824 418.09037,195.46106 419.2772,193.08737 z "
               id="path5958" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 402.73191,185.78797 C 403.94311,183.36556 403.89082,180.13411 406.62492,182.86822 C 407.78622,184.02952 408.58442,184.34107 410.03132,185.78797 C 412.78815,188.54483 407.99014,188.92739 407.11154,188.70774 C 405.28972,188.25226 407.76135,189.35462 406.1383,192.60076 C 404.61219,195.65297 402.73191,190.40303 402.73191,189.19436 C 402.73191,188.50346 402.73191,185.81175 402.73191,185.78797 z "
               id="path5960" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 386.18661,260.24184 C 388.71783,261.17608 390.37026,263.3509 391.05287,266.08134 C 391.06621,266.13475 388.13311,266.79387 388.13311,269.48773 C 388.13311,273.42096 386.18661,272.84911 386.18661,269.48773 C 386.18661,265.76814 384.33977,267.92821 383.26686,269.00112 C 381.77543,270.49252 382.21949,263.94465 382.29359,263.64822 C 382.65716,262.19397 384.60715,260.87362 386.18661,260.24184 z "
               id="path5964" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer13"
             inkscape:label="leaves sillouettes"
             style="display:inline">
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 139.93262,55.49033 C 137.43742,55.836219 136.20991,53.769843 132.9821,52.96287 C 129.06675,51.984034 129.92479,56.958145 130.45463,58.017816 C 131.44867,60.005885 133.06522,55.955988 129.82275,62.440861 C 127.9078,66.270816 130.92303,66.86393 134.24583,66.86393 C 138.27675,66.86393 135.24321,59.647084 139.93262,64.336469 C 143.68884,68.09269 141.97213,59.85715 141.82821,59.281546 C 141.48553,57.910838 140.56448,56.754085 139.93262,55.49033 z "
               id="path5697" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 113.39426,78.237505 C 112.52133,74.745873 111.21264,85.128234 109.60307,88.347372 C 107.98949,91.574491 111.17747,91.527718 112.13053,87.715492 C 113.477,82.32957 115.34041,84.657275 116.55358,87.083645 C 116.62116,87.218786 120.42721,86.534203 117.18546,83.292452 C 115.63055,81.737551 119.08104,79.172736 119.08104,76.973773 C 119.08104,73.982747 113.89475,77.937215 113.39426,78.237505 z "
               id="path5699" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 107.70746,95.297908 C 107.70746,92.282245 104.64766,100.58653 103.91627,103.51214 C 102.82521,107.8764 106.55946,105.66582 109.60307,104.14402 C 112.88721,102.50193 114.26799,104.14402 118.44919,104.14402 C 121.59822,104.14402 120.14489,98.289537 119.71291,96.561634 C 118.85156,93.116188 113.94902,96.238164 113.39426,98.457218 C 112.53658,101.88785 115.01256,97.59806 110.8668,96.561634 C 109.76642,96.286538 108.76057,95.719127 107.70746,95.297908 z "
               id="path5701" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 151.3062,66.232052 C 147.8414,65.365863 146.88316,64.308989 146.88316,68.759514 C 146.88316,73.020862 145.23407,73.567915 143.09194,75.710043 C 141.29857,77.503439 148.21384,74.463068 150.67435,75.07819 C 151.9827,75.405279 152.51122,72.815222 153.83366,72.55073 C 155.15024,72.287405 154.82716,76.882384 157.62485,71.286999 C 158.00501,70.526693 153.51664,66.674145 151.3062,66.232052 z "
               id="path5703" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 119.71291,13.787197 C 121.29187,10.629269 121.29328,20.739113 122.87225,23.897041 C 124.41845,26.989429 120.68275,27.144487 119.71291,23.265188 C 118.96911,20.290041 117.92925,29.136155 117.18546,32.111302 C 116.20117,36.048408 113.76126,33.170731 114.65799,29.583841 C 115.81899,24.939762 113.59013,29.432189 114.65799,25.160771 C 115.74203,20.824618 116.14838,20.332502 114.02611,18.210265 C 111.21581,15.399927 114.17796,13.749235 116.55358,13.15532 C 117.59549,12.894864 118.65981,13.576572 119.71291,13.787197 z "
               id="path5705" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 97.597625,79.501236 C 95.20571,81.433638 93.174554,84.521308 93.174554,89.611099 C 93.174554,92.136473 98.232799,80.751639 96.333888,88.347372 C 95.095479,93.300963 99.893324,90.990713 101.38881,90.242957 C 104.77335,88.550707 106.93329,91.22208 104.54813,86.451765 C 102.65237,82.660234 101.35486,83.625353 105.81185,81.396843 C 110.00829,79.298635 104.72777,78.869383 102.02066,78.869383 C 99.682964,78.869383 101.17001,78.786771 97.597625,79.501236 z "
               id="path5707" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 192.37748,119.94066 C 188.41739,120.84455 188.07851,126.12377 188.5863,128.15492 C 189.04604,129.99392 192.75661,127.01756 194.27309,128.15492 C 197.05509,130.24143 196.22594,125.39845 196.80055,123.1 C 197.36898,120.82624 199.57543,122.81984 192.37748,119.94066 z "
               id="path5713" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 230.9213,135.10546 C 235.50694,133.61305 237.11474,134.60455 238.50371,140.16037 C 238.85538,141.56708 239.53475,143.78503 238.50371,145.84714 C 236.57161,149.71133 233.44876,145.00623 233.44876,142.68783 C 233.44876,140.98975 228.80568,143.70334 228.39384,142.05595 C 227.4443,138.25781 227.79288,139.01597 230.9213,135.10546 z "
               id="path5719" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 259.35526,149.00649 C 262.34043,148.87869 265.07992,147.27101 267.56952,143.95156 C 269.2309,141.73641 263.97201,143.74517 263.14646,143.95156 C 262.60086,144.08796 267.02553,138.22082 261.88272,140.79223 C 259.62618,141.9205 258.93656,141.21093 256.82781,143.31968 C 253.24746,146.90003 255.46527,147.4505 259.35526,149.00649 z "
               id="path5725" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 280.83871,159.11632 C 282.65299,158.34418 288.41177,158.48448 292.21228,158.48448 C 293.81634,158.48448 289.18244,161.77332 290.3167,162.90755 C 293.8641,166.45494 288.53384,164.8595 287.15736,164.17128 C 282.90576,162.04546 283.16216,167.51474 282.73429,169.22619 C 281.50991,174.12376 277.32974,167.82767 277.04749,166.69874 C 276.13177,163.03575 278.20402,161.22409 280.83871,159.11632 z "
               id="path5729" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 251.14101,161.64382 C 249.94657,156.86611 256.67856,170.97255 251.77287,166.06686 C 251.36931,165.66329 253.66846,169.30933 253.66846,172.38551 C 253.66846,174.51799 249.24539,173.8259 249.24539,169.85805 C 249.24539,169.4215 246.2367,167.93301 245.45421,164.80314 C 245.20006,163.7865 247.69554,163.12216 247.98168,162.90755"
               id="path5731" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 267.56952,158.48448 C 271.53174,156.00209 272.78672,158.17719 274.52004,161.64382 C 276.89904,166.40183 271.54636,165.435 271.36071,165.435 C 268.95926,165.435 269.26741,170.53934 266.93765,171.12178 C 263.73033,171.92363 264.41019,166.38505 264.41019,164.17128 C 264.41019,162.00279 267.14423,160.61085 267.56952,158.48448 z "
               id="path5743" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 295.37161,98.457218 C 295.37161,94.754087 302.89773,98.400938 303.58588,99.089098 C 304.42836,99.931571 302.21429,101.32758 301.05839,101.61655 C 300.01651,101.87704 301.95075,103.73397 301.69027,104.77587 C 300.57858,109.22267 295.37161,100.31847 295.37161,98.457218 z "
               id="path5745" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 292.21228,87.715492 C 291.53075,90.441646 285.98501,87.624104 283.99802,89.611099 C 283.88758,89.721535 286.78492,91.87913 283.99802,94.666027 C 281.7805,96.883549 289.39044,99.489384 290.3167,99.720945 C 292.90133,100.3671 291.65268,94.521471 292.84416,92.138563 C 293.90909,90.008716 293.81249,91.716004 292.21228,87.715492 z "
               id="path5747" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 304.84962,80.764966 C 306.51145,77.44128 307.7935,76.005883 312.432,75.07819 C 315.57898,74.448793 314.95945,81.263066 314.95945,81.396843 C 314.95945,82.197883 308.51116,84.685802 308.00893,85.188035 C 307.76844,85.428549 309.90843,89.607192 308.00893,91.506683 C 305.36985,94.145776 307.18111,83.679365 304.84962,80.764966 z "
               id="path5749" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 217.02026,72.55073 C 220.3725,72.435191 222.4004,76.37908 223.33891,80.133112 C 223.6454,81.359101 220.67804,80.698259 219.54772,80.133112 C 217.86274,79.290634 218.70522,84.345556 217.02026,85.188035 C 213.76163,86.817352 215.57519,78.331011 215.75653,77.605652 C 216.34391,75.256132 210.70526,76.339731 217.02026,72.55073 z "
               id="path5753" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 205.01481,85.819908 C 207.80939,84.147941 211.83326,83.792253 215.12465,87.083645 C 216.3254,88.284369 212.39968,89.611099 210.70159,89.611099 C 208.30014,89.611099 207.34456,93.451709 205.01481,94.034147 C 202.93808,94.553331 202.23146,91.637234 203.75108,89.611099 C 205.53045,87.238629 205.01481,92.280836 205.01481,85.819908 z "
               id="path5761" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 239.76743,40.325564 C 242.24331,37.024372 245.34989,43.276223 245.45421,43.484902 C 245.86194,44.300338 242.93205,43.490205 245.45421,46.012363 C 246.82076,47.378915 243.76955,54.43849 242.2949,48.539824 C 241.81502,46.620263 237.27244,52.460903 235.97622,47.276094 C 235.59454,45.749355 239.16586,41.328159 239.76743,40.325564 z "
               id="path5763" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 297.2672,29.583841 C 294.47629,30.727923 293.7926,33.377659 294.73975,37.166225 C 294.80414,37.423761 301.36554,33.53741 301.69027,33.375033 C 305.89715,31.271595 305.40186,34.086506 307.37707,32.111302 C 310.4487,29.039682 303.38588,27.954184 302.32213,27.688232 C 300.30421,27.183762 298.91491,28.59523 297.2672,29.583841 z "
               id="path5769" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 301.05839,39.693687 C 298.19775,38.978516 307.04385,38.978516 309.90453,39.693687 C 311.50041,40.092662 307.9084,42.321681 306.7452,43.484902 C 304.97802,45.252058 306.9352,47.276094 301.69027,47.276094 C 301.46835,47.276094 300.74823,42.829971 299.1628,49.171677 C 297.85241,54.413222 298.00769,46.841613 298.53093,44.748634 C 299.14104,42.308184 299.23045,42.740331 301.05839,39.693687 z "
               id="path5771" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 309.27265,21.36958 C 306.11021,21.914348 304.1106,23.211614 308.00893,25.160771 C 310.42022,26.366429 310.30664,27.458492 312.432,29.583841 C 315.62963,32.781482 316.23337,28.360868 315.59131,25.792649 C 315.35948,24.865225 313.66844,22.524192 313.06384,20.105849 C 312.74077,18.813544 310.53639,20.948328 309.27265,21.36958 z "
               id="path5779" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 259.35526,200.81948 C 258.73004,203.8257 257.14022,207.77002 262.51458,207.77002 C 265.81766,207.77002 263.39833,202.33509 267.56952,206.50629 C 271.61967,210.55642 270.72884,207.33799 270.72884,203.97883 C 270.72884,201.62376 265.83902,201.5339 264.41019,200.81948 C 262.37058,199.79969 262.46132,200.19829 259.35526,200.81948 z "
               id="path5781" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 265.67393,215.35239 C 264.46223,218.00555 265.41427,220.77952 267.56952,222.93478 C 269.18048,224.54574 269.74979,218.85895 271.36071,217.24801 C 273.94723,214.6615 275.37535,217.3945 276.41564,212.19306 C 276.91816,209.6805 271.31909,212.83535 265.67393,215.35239 z "
               id="path5785" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 253.66846,198.92387 C 249.79649,199.1632 248.242,201.51644 253.03661,202.7151 C 255.65031,203.36852 252.68995,207.69871 257.45965,206.50629 C 260.11601,205.84218 258.12375,200.94835 257.45965,198.29203 C 257.14893,197.04911 254.9322,198.71328 253.66846,198.92387 z "
               id="path5789" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 357.29447,248.84129 C 355.82239,250.88133 355.24997,254.86217 356.66262,257.68742 C 357.66389,259.69 358.91357,253.17551 361.08566,252.63248 C 362.91327,252.17559 364.31297,254.70304 366.14058,255.15994 C 368.18393,255.6708 367.62991,250.33061 366.14058,248.84129 C 364.00023,246.70091 368.96427,242.92247 362.98126,244.41824 C 361.0653,244.89721 359.51796,247.5072 357.29447,248.84129 z "
               id="path5791" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 385.09656,246.94569 C 389.1619,251.33553 389.18887,248.23909 390.78336,245.05011 C 392.42511,241.76663 393.8196,242.90834 392.04709,239.3633 C 390.56203,236.39318 385.94333,241.67588 385.72844,241.89076 C 384.66032,242.95885 380.47976,238.34395 383.20098,243.78638 C 383.75019,244.88483 384.46472,245.89259 385.09656,246.94569 z "
               id="path5797" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 398.36574,258.95114 C 402.04785,257.5315 402.31227,257.99804 404.05255,261.47861 C 405.70801,264.78952 407.5543,262.84834 408.4756,266.53354 C 409.08949,268.9891 401.73119,268.00676 400.89321,267.79728 C 395.93062,266.55662 399.96406,262.40777 395.20643,267.1654 C 394.56045,267.81136 393.22294,260.56642 393.31082,260.21488 C 393.59117,259.09348 397.95891,258.95114 398.36574,258.95114 z "
               id="path5805" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 26.828636,15.050928 C 29.849818,20.276131 30.162122,17.404241 31.251705,16.314657 C 34.012993,13.553371 33.557111,11.947109 36.306628,11.259736 C 36.677709,11.16696 34.943895,6.5702289 30.619828,8.7322749 C 29.940576,9.0718879 26.951689,14.743318 26.828636,15.050928 z "
               id="path5807" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 21.141838,6.2048139 C 17.526982,8.0122409 19.142849,11.707787 22.405567,12.523466 C 24.675492,13.090947 27.608517,5.9087549 28.092366,4.9410829 C 28.795377,3.5350629 33.299379,5.0931489 29.356097,1.1498669 C 25.607852,-2.5983771 22.386307,4.1306809 21.141838,6.2048139 z "
               id="path5809" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer14"
             inkscape:label="leaves deep green"
             style="display:inline">
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 174.68526,269.69286 C 180.49598,270.5181 181.32904,273.5209 181.63576,274.74779 C 181.7109,275.0483 176.49825,270.87401 181.00391,275.37966 C 184.44833,278.82411 187.14741,279.17085 181.00391,279.17085 C 178.54765,279.17085 176.65024,276.85342 174.68526,275.37966 C 172.87045,274.01858 174.3585,281.14813 172.15776,281.69831 C 169.50144,282.36239 171.49369,276.1404 172.15776,273.48406 C 172.52615,272.0106 174.12117,271.10304 174.68526,269.69286 z "
               id="path5812" />
            <text id="suspendRedraw3" x="220" y="220" style="font-size: 24px; fill: red;">Inside the markup</text>
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 188.1296,294.79233 C 188.69263,292.33965 196.65451,292.53943 191.53598,293.81907 C 191.18411,293.90703 190.88714,294.14348 190.56273,294.30569 C 187.32399,295.92505 194.11025,296.04416 196.88887,296.73883 C 199.60544,297.41797 191.41637,298.19869 188.61622,298.19869 C 186.29375,298.19869 193.08438,299.72498 194.94237,301.11847 C 195.11467,301.24769 190.33545,303.55161 186.1831,303.55161 C 185.71369,303.55161 190.11373,296.96333 184.72321,299.65859 C 182.95224,300.54407 186.58349,296.0292 188.1296,294.79233 z "
               id="path5814" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 186.1831,308.9045 C 183.36606,310.313 191.536,313.541 191.536,316.6905 C 191.536,320.42375 185.83006,312.49222 187.15636,319.12367 C 188.07305,323.70721 183.79284,323.27069 182.77672,323.01664 C 179.90506,322.29876 182.03476,317.12902 181.31684,314.25739 C 180.37587,310.49352 180.52407,312.29991 186.1831,308.9045 z "
               id="path5816" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 210.02781,326.90967 C 213.52148,328.36206 211.99109,330.73553 211.97431,330.80268 C 211.97092,330.81622 209.01892,327.74032 210.02781,331.77594 C 210.99282,335.63604 207.07773,331.4111 206.62141,330.80268 C 206.10193,330.11004 205.1659,336.65969 203.70165,330.80268 C 202.90936,327.63342 204.26532,326.90967 207.59467,326.90967 C 208.40571,326.90967 209.21678,326.90967 210.02781,326.90967 z "
               id="path5822" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 172.55756,293.81907 C 175.84087,293.81907 179.86514,300.17794 180.34357,302.09172 C 180.65831,303.35064 176.7653,300.8328 176.45058,302.09172 C 175.55779,305.66287 173.68915,303.3816 172.55756,301.11847 C 171.75652,299.51641 172.39371,305.44186 169.15118,301.11847 C 166.86634,298.07202 171.2962,296.9725 172.55756,293.81907 z "
               id="path5824" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 155.03901,263.64822 C 154.62368,263.09447 157.54968,267.82333 161.85176,269.97436 C 163.54993,270.82345 157.34796,270.2227 156.49889,271.92086 C 155.51122,273.89622 159.95618,273.9763 154.55238,275.32725 C 152.17344,275.92199 151.6326,277.52226 151.6326,273.38075 C 151.6326,271.65644 148.1578,271.64717 147.73961,269.97436 C 146.97894,266.93177 149.5967,266.56798 152.11925,266.56798 C 153.8178,266.56798 154.4355,265.15697 155.03901,263.64822 z "
               id="path5826" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 136.06057,255.86218 C 138.16928,255.86218 134.56949,260.69726 136.06057,262.18835 C 136.3771,262.50488 138.24847,259.75136 139.95359,263.16159 C 141.71498,266.68441 143.13513,261.28899 142.87333,260.24184 C 142.2628,257.79973 139.16507,259.57045 142.38671,256.34883 C 145.24831,253.48722 139.75403,255.96607 142.38671,252.45581 C 144.87828,249.13374 139.49781,250.96507 138.49371,251.96919 C 136.99955,253.46332 136.52647,253.53268 136.06057,255.86218 z "
               id="path5828" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 159.41865,229.58437 C 157.69815,231.30483 164.66804,231.60352 165.25816,233.96401 C 165.57535,235.23272 162.53486,235.03548 161.36515,234.45062 C 159.52997,233.53303 161.47045,240.29014 159.41865,240.29014 C 155.81448,240.29014 157.564,235.33201 154.55238,238.34364 C 153.11676,239.77925 150.34643,234.17217 150.17275,233.47739 C 149.65911,231.42286 154.52558,229.95604 156.01226,229.58437 C 158.67698,228.91817 154.45965,228.59257 159.41865,229.58437 z "
               id="path5830" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 256.74395,323.01664 C 259.05665,322.43849 261.72614,323.49563 263.55672,325.93642 C 265.81941,328.95334 264.73677,330.62933 262.09683,331.2893 C 258.49859,332.18888 261.12358,330.15813 261.12358,335.18232 C 261.12358,335.33796 256.25733,339.31691 256.25733,334.6957 C 256.25733,330.19908 256.01106,329.58316 254.79745,328.36955 C 253.66129,327.23339 252.74074,336.68811 251.39105,331.2893 C 250.47021,327.60597 249.84916,326.95067 252.85094,325.44978 C 254.54541,324.60256 253.89436,324.15648 256.74395,323.01664 z "
               id="path5832" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 245.55154,309.39112 C 247.4872,308.42328 249.94201,309.88316 251.87767,310.85098 C 253.02907,311.42669 242.21583,314.25739 248.95792,314.25739 C 252.14967,314.25739 248.56197,320.9795 248.47131,321.07014 C 245.40332,324.13817 246.00939,319.00852 245.55154,317.17712 C 244.66886,313.64639 242.14517,322.84557 242.14517,316.6905 C 242.14517,312.01301 243.96069,313.36826 245.55154,309.39112 z "
               id="path5834" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 247.98468,344.91486 C 250.64176,346.56612 250.55791,349.01426 249.44454,351.241 C 249.42579,351.27852 246.7809,348.85898 247.98468,353.67412 C 248.6133,356.18867 245.06492,357.48733 245.06492,354.16078 C 245.06492,350.38127 242.83582,352.35556 241.1719,353.1875 C 238.36859,354.58917 242.04195,349.39769 242.14517,349.2945 C 243.48469,347.95495 245.60085,347.56664 247.01142,346.86136 C 247.66025,346.53694 247.66025,345.56369 247.98468,344.91486 z "
               id="path5840" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 239.22539,368.27291 C 239.62776,368.07174 242.33247,374.01878 239.22539,375.57233 C 235.97758,377.19624 237.76553,377.11925 237.76553,380.92523 C 237.76553,384.08938 233.82982,381.85578 233.38587,381.41184 C 232.10351,380.12946 233.91928,377.81834 234.35915,376.05895 C 234.72927,374.57844 231.56738,372.62717 231.92601,371.19269 C 232.78114,367.77217 235.33238,370.99529 235.33238,367.29967 C 235.33238,365.96206 237.98344,367.77615 239.22539,368.27291 z "
               id="path5842" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 212.94756,367.29967 C 211.53462,369.86673 210.27963,372.9044 212.46093,375.0857 C 213.68021,376.30495 215.58282,373.22157 216.35395,371.67931 C 217.16501,370.05722 220.42446,373.93494 221.70685,372.65258 C 224.15213,370.20727 218.90503,368.42406 218.30045,368.27291 C 216.74262,367.88348 222.42496,366.3028 221.70685,364.86655 C 220.82434,363.10151 217.78175,366.31841 215.86732,365.83979 C 214.81169,365.57588 213.92081,366.81305 212.94756,367.29967 z "
               id="path5850" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 220.73361,397.95714 C 218.35802,399.49688 217.32721,402.96599 217.32721,403.79666 C 217.32721,404.71485 220.57452,401.02658 219.27373,406.2298 C 218.7362,408.37985 222.85314,408.94398 223.65336,405.74318 C 224.42033,402.67532 224.92429,400.20135 227.05975,402.33678 C 229.29089,404.56795 231.20106,403.67253 232.89927,402.8234 C 233.71322,402.41642 229.04132,397.01898 229.00626,396.98391 C 227.34832,395.32597 226.08648,400.25307 226.08648,394.55076 C 226.08648,390.93938 222.21015,394.85297 221.70685,395.52403 C 221.18273,396.22282 221.05802,397.14611 220.73361,397.95714 z "
               id="path5856" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 190.56273,415.4757 C 189.27996,416.53838 187.66011,420.27349 187.15636,422.28845 C 186.73815,423.96128 189.8301,420.10134 191.04935,418.88208 C 191.13942,418.79201 194.21467,411.08706 192.02262,419.85533 C 190.95859,424.11139 193.1379,422.00436 193.96912,420.34195 C 195.38337,417.51344 194.92473,420.79331 195.91563,422.7751 C 196.56544,424.07473 198.34876,418.63887 198.34876,417.4222 C 198.34876,412.60983 199.68968,417.30323 201.26851,418.88208 C 202.73739,420.35094 199.39077,414.51962 197.37549,414.0158 C 194.54006,413.30696 193.3773,413.22403 190.56273,415.4757 z "
               id="path5860" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 287.88804,66.564467 C 286.3614,65.061487 283.81374,64.61796 280.58864,64.61796 C 278.58979,64.61796 283.28847,67.184428 283.99503,67.537708 C 285.48876,68.28459 280.7963,68.789961 279.6154,69.970861 C 278.63542,70.950839 282.16386,71.094589 283.50842,71.430723 C 284.86212,71.769169 284.69347,74.213096 285.94153,74.837117 C 287.4589,75.595794 289.01758,69.658266 289.34793,68.997596 C 290.1049,67.483648 291.5107,70.187129 287.88804,66.564467 z "
               id="path5870" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 249.44454,43.206402 C 251.75838,40.582054 254.55912,41.870663 255.28406,42.233138 C 255.5925,42.387367 250.36409,44.179644 255.77069,44.179644 C 259.17727,44.179644 258.38192,46.523717 256.25733,47.586039 C 253.1182,49.155603 253.24792,49.622185 252.85094,50.019166 C 252.26609,50.604011 252.7342,51.712514 252.36431,52.452294 C 252.30882,52.563286 249.74221,43.950536 249.44454,43.206402 z "
               id="path5874" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 248.95792,31.040736 C 247.49968,33.957227 254.93804,25.893256 251.87767,32.013978 C 250.49436,34.780592 247.88609,29.968906 251.87767,33.960486 C 253.36567,35.448461 256.39201,31.744598 254.31083,35.906993 C 253.92979,36.66905 249.4006,37.875485 248.47131,38.340122 C 246.36522,39.393154 248.10128,42.699549 247.01142,38.340122 C 245.98725,34.243461 247.4691,35.184285 248.47131,34.933728 C 249.16242,34.760966 250.78682,35.612954 248.95792,31.040736 z "
               id="path5876" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 343.85008,79.216753 C 344.18924,76.974139 344.11771,74.161928 347.25648,73.377231 C 348.52519,73.060064 346.81838,76.34552 347.74311,77.270246 C 348.49175,78.018878 351.09333,76.858528 348.22974,80.676639 C 346.89187,82.460478 349.43903,82.086405 352.12273,82.623147 C 354.24485,83.047561 347.89612,84.607907 345.79659,84.083009 C 344.10172,83.659301 344.74894,80.714844 343.85008,79.216753 z "
               id="path5882" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 340.93034,84.569655 C 342.59426,85.13074 346.0358,88.294965 347.25648,89.922529 C 348.33561,91.361377 343.86951,88.589177 343.36347,88.462669 C 339.60341,87.522652 342.94655,91.521834 343.36347,92.355687 C 344.15818,93.945065 340.04649,91.074639 339.47046,89.922529 C 339.02495,89.031512 338.02933,90.900494 336.06408,90.409173 C 334.65605,90.057159 340.76021,84.9099 340.93034,84.569655 z "
               id="path5886" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 267.93634,123.01316 C 269.74458,121.94884 273.13371,120.78443 276.209,121.55328 C 278.51695,122.13026 273.42382,125.13566 272.80264,125.44628 C 272.70767,125.49376 276.40455,128.30234 277.18227,129.3393 C 278.46239,131.04612 272.92593,129.79508 270.85612,130.31253 C 269.99025,130.529 271.34274,134.48598 271.34274,135.66544 C 271.34274,138.07686 267.92332,132.24167 266.47649,130.31253 C 265.34981,128.81033 268.90962,127.90357 268.90962,125.44628 C 268.90962,122.30029 264.27147,132.17536 267.93634,123.01316 z "
               id="path5890" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 264.04334,129.82592 C 264.04334,128.31973 255.96,129.02164 261.12358,130.31253 C 266.8608,131.74684 258.69046,130.03078 258.69046,135.1788 C 258.69046,136.99235 262.27435,136.32957 263.55672,137.61195 C 265.97226,140.02749 267.46602,140.07766 265.98984,137.12531 C 264.44244,134.03045 266.85895,133.34542 264.04334,129.82592 z "
               id="path5892" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 289.83456,124.47302 C 289.08624,121.29001 287.47759,121.27188 284.9683,122.52652 C 281.44892,124.2862 287.6322,126.35557 287.88804,126.41952 C 289.61906,126.85228 287.09009,130.1765 287.88804,131.77243 C 288.76158,133.51947 291.39417,129.62645 292.26767,127.87942 C 293.91954,124.57572 296.69664,126.46885 294.21419,123.9864 C 293.17555,122.94776 291.27489,124.18496 289.83456,124.47302 z "
               id="path5898" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 350.66288,10.602421 C 349.93115,9.8706889 350.88797,17.342325 351.1495,18.388426 C 351.62322,20.283377 354.35719,16.058021 355.52914,14.495411 C 356.28928,13.481899 356.7332,17.722454 357.96226,17.415184 C 360.06178,16.89031 358.89727,13.188563 359.42215,11.089041 C 359.57884,10.462296 364.13819,12.885307 360.39539,9.1425329 C 358.70767,7.4547799 356.57202,8.8643989 355.04251,9.6291539 C 353.70827,10.29627 352.62451,10.602421 350.66288,10.602421 z "
               id="path5900" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer10"
             inkscape:label="leaves sun"
             style="display:inline">
            <path
               id="path5644"
               d="M 116.46386,233.57852 C 114.27075,236.41537 107.63866,242.7252 109.5485,246.54485 C 109.74144,246.93076 114.06347,242.70144 114.30281,242.22275 C 116.29304,238.24228 116.88027,241.6957 117.3283,244.38379 C 117.6533,246.33385 118.67951,247.08623 119.48935,248.70592 C 120.40053,250.52827 119.1191,244.63158 118.62494,242.65494 C 117.92687,239.86269 117.99141,238.76505 121.2182,238.76505 C 121.63591,238.76505 125.10865,242.00692 125.54031,242.22275 C 128.52277,243.71398 126.75002,243.00024 125.54031,241.79052 C 123.90824,240.15846 123.52695,238.49143 122.94704,236.17179 C 122.87072,235.86648 119.47172,233.99312 119.05713,233.57852 C 118.4459,232.96727 117.3283,233.57852 116.46386,233.57852 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5646"
               d="M 135.48116,230.55305 C 133.38345,228.45534 139.08378,235.45483 139.80327,238.33285 C 140.6584,241.7534 140.66769,238.90482 140.66769,236.60398 C 140.66769,235.23722 141.35309,233.93658 141.96432,232.71409 C 142.10839,232.42595 141.21957,231.92781 141.5321,231.84967 C 143.07591,231.46374 144.74263,231.80342 146.28644,231.41745 C 148.03772,230.97963 143.14672,229.63149 141.5321,228.82421 C 139.65868,227.88749 136.83391,229.7414 135.48116,230.55305 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5648"
               d="M 129.86242,250.00254 C 130.39287,251.2509 130.29462,255.17143 130.29462,257.78232 C 130.29462,260.42487 130.76274,261.27595 132.02346,262.53665 C 133.09605,263.60926 133.32011,258.60002 133.32011,257.35013 C 133.32011,254.27061 133.59773,253.06665 135.48116,252.59579 C 136.06763,252.44918 139.88797,255.984 140.23547,256.0535 C 142.38728,256.48385 138.17444,252.13143 137.6422,250.00254 C 137.23894,248.38945 133.97474,249.243 133.32011,249.57033 C 132.53358,249.96359 130.62453,250.00254 129.86242,250.00254 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5650"
               d="M 126.40472,271.61308 C 125.37805,272.12643 121.6496,272.90991 119.92158,273.34193 C 117.46909,273.95504 115.99081,274.24721 114.73504,275.50298 C 114.63125,275.60679 119.09145,276.79962 120.35376,276.79962 C 121.79449,276.79962 123.27821,276.4502 124.67589,276.79962 C 124.82903,276.8379 121.24272,280.68952 125.54031,280.68952 C 127.36784,280.68952 128.3128,278.6022 128.99797,277.23184 C 130.30274,274.62235 128.9902,274.21415 130.72684,272.47749 C 131.50268,271.70168 132.97647,271.95671 133.75232,271.18088 C 135.48715,269.44605 128.81051,271.13193 126.40472,271.61308 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5652"
               d="M 159.25276,257.35013 C 160.44341,256.15946 169.1048,263.57277 171.35466,264.69772 C 172.76401,265.40238 165.54456,265.12991 164.00708,265.12991 C 163.67231,265.12991 165.24124,263.27613 167.03256,266.85876 C 168.29724,269.38815 168.58972,270.4942 169.19361,272.90972 C 169.57693,274.44298 164.97101,271.28038 164.87152,271.18088 C 163.18203,269.4914 162.27824,270.4957 162.27824,267.29099 C 162.27824,266.24214 159.72182,267.21727 159.25276,268.15539 C 158.39315,269.87462 158.42232,264.40139 157.95612,262.53665 C 157.28821,259.86495 156.16684,263.52195 155.36286,265.12991 C 154.47062,266.91438 155.23855,269.81925 155.36286,270.31645 C 155.86682,272.33222 152.40911,267.1457 151.90517,265.12991 C 151.78879,264.66432 155.84874,262.05077 156.22729,261.67223 C 157.16651,260.73301 154.57325,259.58598 153.63403,258.64676 C 151.89025,256.90298 158.58914,257.18423 160.98161,257.78232"
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5654"
               d="M 158.38835,281.12175 C 157.80629,280.53969 156.65949,288.52312 156.65949,290.19815 C 156.65949,292.00336 157.97629,286.72031 159.25276,285.44384 C 160.44757,284.24902 163.49996,286.91913 164.00708,287.17269 C 165.61574,287.97701 167.4151,288.88912 169.19361,289.33374 C 172.11385,290.06379 170.22137,287.49936 169.62583,286.30826 C 168.60677,284.27014 167.87857,284.25066 165.73593,283.71499 C 163.43794,283.14049 165.00199,280.5998 165.30371,279.39288 C 165.86006,277.16752 161.10497,279.76344 160.98161,279.82511 C 160.11718,280.2573 159.25276,280.68952 158.38835,281.12175 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5656"
               d="M 129.86242,322.18178 C 128.03326,323.79424 126.40472,326.89649 126.40472,330.39378 C 126.40472,334.1149 127.66288,331.2967 129.86242,329.09716 C 131.38976,327.56978 132.07904,330.88154 133.32011,332.12263 C 134.70572,333.50825 133.66331,327.88949 135.04895,326.50389 C 135.60302,325.94983 135.45445,324.01746 135.48116,323.91061 C 135.58482,323.49598 130.18904,322.31242 129.86242,322.18178 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5658"
               d="M 163.14266,327.3683 C 163.49565,327.92816 169.09874,332.59173 171.35466,334.28368 C 172.59601,335.21469 168.58426,336.01251 167.03256,336.01251 C 165.72795,336.01251 168.38727,338.97992 167.46478,339.90241 C 166.22963,341.13757 162.18121,338.34117 161.84603,338.17358 C 160.2314,337.36627 160.52924,341.65142 159.25276,342.9279 C 157.60695,344.57371 160.44951,338.30676 161.84603,336.44473 C 163.87746,333.73614 160.55708,332.98705 158.82054,332.98705 C 157.67779,332.98705 162.09079,329.83918 162.71045,329.52936 C 163.36751,329.20082 162.99859,328.08867 163.14266,327.3683 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5660"
               d="M 90.963427,326.50389 C 90.963427,327.08016 90.963427,327.08016 90.963427,326.50389 C 90.963427,322.89063 90.099011,333.69591 90.099011,337.30914 C 90.099011,340.08041 93.31677,332.65008 93.988916,329.96156 C 94.508372,327.88376 96.47448,333.61397 98.311013,334.7159 C 100.16822,335.83022 99.268524,330.33391 98.743237,328.23274 C 98.646977,327.84772 101.54019,328.43642 98.743237,325.63946 C 96.864112,323.76035 96.174111,323.45425 94.421107,325.20725 C 93.021321,326.60703 93.710957,327.05339 90.963427,326.50389 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5662"
               d="M 208.95702,336.01251 C 207.01875,337.9508 214.50975,336.24512 217.16905,335.58032 C 219.19865,335.0729 215.65992,336.15179 214.14356,338.17358 C 211.75816,341.35408 216.57574,340.05076 217.16905,339.90241 C 221.42635,338.83809 218.93841,340.53047 216.73682,341.63127 C 214.97738,342.511 215.39447,345.27186 215.00797,346.8178 C 214.80151,347.6437 217.23066,349.47269 214.57577,346.8178 C 212.97501,345.21704 212.84692,344.95938 212.84692,342.9279 C 212.84692,340.10218 210.09318,341.23917 208.52482,341.63127 C 205.82978,342.30502 208.72562,338.66696 208.95702,337.74137 C 209.09681,337.1823 208.95702,336.58879 208.95702,336.01251 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5664"
               d="M 233.16085,340.33463 C 235.22663,332.07144 239.6088,349.37586 244.83053,354.59761 C 245.32525,355.0923 242.55989,352.59785 241.37285,352.00434 C 239.18288,350.90934 238.11703,350.37641 236.18631,349.41107 C 233.7176,348.17672 235.29706,349.02852 233.59304,352.43654 C 231.99288,355.6369 233.16085,351.92667 233.16085,349.84327 C 233.16085,347.63645 232.2964,346.28322 232.2964,343.79231 C 232.2964,343.72456 233.16085,341.0225 233.16085,340.33463 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5666"
               d="M 221.49115,356.32643 C 221.38701,358.07807 220.62673,362.35754 220.62673,365.40288 C 220.62673,368.6857 220.39337,368.195 221.49115,369.29277 C 223.07265,370.87426 222.21976,364.81006 223.21999,362.80961 C 224.66769,359.9142 226.81785,362.6636 228.83873,363.67402 C 231.73437,365.12185 229.06008,364.99157 228.40653,362.37739 C 228.09626,361.13642 227.17251,358.61277 226.67769,357.62308 C 226.15822,356.58418 224.25889,358.57475 223.21999,358.05529 C 222.49103,357.69083 222.06743,356.90273 221.49115,356.32643 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5668"
               d="M 243.5339,361.94519 C 242.00857,361.1825 246.00134,365.27703 248.72043,367.99615 C 249.9756,369.25131 250.49201,371.19252 250.88149,372.75046 C 251.40686,374.85198 246.70751,370.35469 246.55939,370.1572 C 243.70532,366.35177 244.83053,370.39493 244.83053,372.31824 C 244.83053,373.82978 240.04238,375.79285 239.2118,376.20814 C 236.98733,377.32039 240.50843,371.34761 240.50843,368.86056 C 240.50843,366.32057 242.88268,365.2013 243.5339,361.94519 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5670"
               d="M 268.60213,355.46203 C 267.21024,356.69555 265.57666,360.99985 265.57666,364.53845 C 265.57666,367.06347 265.31536,369.54419 265.57666,370.58941 C 266.1191,372.75919 267.3055,366.34282 267.3055,364.10624 C 267.3055,360.72188 270.51102,365.33075 270.7632,365.8351 C 272.00203,368.31273 271.62762,363.08531 271.62762,361.94519 C 271.62762,359.18524 270.56824,357.91964 268.60213,355.46203 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5672"
               d="M 218.89787,405.16629 C 218.89787,401.68169 217.60124,412.05476 217.60124,415.53936 C 217.60124,417.47762 220.32819,412.76787 221.49115,411.21724 C 222.26431,410.18635 223.79628,413.52238 224.94882,412.94608 C 226.92794,411.95653 226.97059,408.33822 224.94882,407.32733 C 222.79833,406.2521 221.40802,406.17034 218.89787,405.16629 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5674"
               d="M 198.58397,359.35192 C 195.36245,357.74117 192.97436,364.5019 192.10081,367.99615 C 191.71011,369.5588 195.41442,367.85208 196.85512,367.13173 C 198.64992,366.23432 197.22137,371.85304 199.01617,372.75046 C 199.47552,372.98015 200.31279,366.83912 200.31279,366.2673 C 200.31279,363.72697 200.88741,362.08257 201.60944,364.97066 C 201.89115,366.09752 203.92814,365.17509 205.06712,365.40288 C 206.03946,365.59733 203.29527,361.27535 202.90607,361.08076 C 201.42541,360.34043 200.73413,360.21199 198.58397,359.35192 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5676"
               d="M 64.939335,252.87008 C 64.000335,253.0425 59.620918,255.19212 57.662397,257.15065 C 55.287221,259.52582 61.933765,257.58099 61.942958,257.5787 C 64.759571,256.87455 63.430932,256.31495 62.371018,258.4348 C 60.495959,262.18492 63.742044,261.68709 65.795457,260.14702 C 68.0335,258.46848 67.364049,259.43173 68.791835,262.2873 C 70.094671,264.893 71.096171,266.36796 70.075992,262.2873 C 68.964061,257.8396 67.935713,258.66336 67.935713,254.15427 C 67.935713,253.06761 65.948278,253.27366 64.939335,252.87008 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5678"
               d="M 70.175288,222.47817 C 70.970856,221.99272 76.510211,222.51676 78.496797,223.33429 C 81.478284,224.56121 75.187922,224.1904 73.81594,224.1904 C 70.486276,224.1904 73.447105,225.59904 74.856137,226.75873 C 76.643239,228.22956 77.456623,229.50587 77.456623,232.32345 C 77.456623,235.62083 75.79871,232.24311 74.336056,231.03929 C 72.571136,229.58673 72.255673,233.55373 72.255673,235.31983 C 72.255673,235.4202 71.000621,232.04413 70.695395,231.03929 C 70.167043,229.29994 70.127111,227.02826 69.65518,225.47458 C 69.441392,224.77072 70.132267,222.65519 70.175288,222.47817 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5680"
               d="M 48.245178,239.60038 C 48.025336,240.6254 46.472673,243.69405 46.104923,245.1651 C 45.337201,248.236 45.607189,248.19631 48.245178,246.87733 C 50.701701,245.64905 49.818245,244.27421 53.381862,245.1651 C 55.228077,245.62665 56.775731,246.86967 58.518519,247.30537 C 61.282383,247.99633 63.134073,248.11497 60.658799,246.87733 C 59.14315,246.1195 57.805489,244.88014 56.8063,243.88092 C 55.40546,242.48009 53.71126,242.14405 52.097678,241.74065 C 50.001853,241.2167 49.469683,242.04939 48.245178,239.60038 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5682"
               d="M 30.266863,245.59315 C 29.00661,245.2781 25.682609,247.91279 25.130205,249.01759 C 23.822556,251.63294 24.147407,253.4728 24.702169,254.58231 C 25.392387,255.96274 27.319949,252.94 28.554643,252.01398 C 29.78406,251.09192 29.579611,254.92 30.266863,256.29452 C 31.06642,257.89361 31.571012,252.85012 32.835205,251.58593 C 33.73301,250.68811 30.564235,246.33658 30.266863,245.59315 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5684"
               d="M 32.407144,208.78042 C 34.545041,206.64252 30.533643,214.53431 29.410766,217.34152 C 27.938646,221.02179 33.055095,216.03387 33.263266,215.20123 C 33.785101,213.11388 36.341063,216.48539 39.256022,216.48539 C 41.78752,216.48539 40.421698,212.3959 39.684082,210.9207 C 38.601137,208.75479 36.688701,209.20796 34.975485,210.06459 C 33.69354,210.70555 32.223609,208.22977 33.263266,211.34873 C 33.548623,212.20485 32.692525,209.63651 32.407144,208.78042 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5686"
               d="M 22.133828,159.98213 C 23.901106,161.14 28.982705,164.29207 28.982705,166.83101 C 28.982705,168.7825 25.185531,167.36972 24.702169,166.40298 C 24.131429,165.2615 22.515829,167.80566 21.277707,168.11519 C 19.47288,168.56641 21.254555,164.35531 21.705766,162.55047 C 21.916271,161.70846 21.991149,160.83826 22.133828,159.98213 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <desc id="myDesc">This is a description</desc>
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer4"
             inkscape:label="mask"
             style="opacity:0.90697674;display:inline">
            <rect
               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.80000019;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               id="rect5688"
               width="568.43536"
               height="57.219986"
               x="-66.21785"
               y="-60.337234" />
            <rect
               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.80000019;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               id="rect5690"
               width="568.43536"
               height="57.219986"
               x="-69.605858"
               y="454.64255" />
            <rect
               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.80000019;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               id="rect5692"
               width="568.43536"
               height="79.053925"
               x="-53.937576"
               y="3.7275786"
               transform="matrix(0,1,-1,0,0,0)" />
            <rect
               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.80000019;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               id="rect5694"
               width="568.43536"
               height="79.053925"
               x="-50.173149"
               y="-533.83899"
               transform="matrix(0,1,-1,0,0,0)" />
          </g>
        </svg>
      </script>


      <script type="image/svg+xml">
        <svg
           xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
           xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:dc="http://purl.org/dc/elements/1.1/"
           xmlns:cc="http://web.resource.org/cc/"
           version="1.0" id="svg11242"
           x="100"
           y="100"
           width="466.11172"
           height="265.35126">
          <defs
             id="defs3">
            <linearGradient
               id="linearGradient2361">
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0"
                 id="stop2363" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:0"
                 offset="1"
                 id="stop2365" />
            </linearGradient>
            <linearGradient
               x1="394.93762"
               y1="25.35121"
               x2="422.18365"
               y2="60.379639"
               id="linearGradient11240"
               xlink:href="#linearGradient2361"
               gradientUnits="userSpaceOnUse" />
            <linearGradient
               id="linearGradient14086">
              <stop
                 style="stop-color:#ffc154;stop-opacity:1"
                 offset="0"
                 id="stop14088" />
              <stop
                 style="stop-color:#e41e18;stop-opacity:1"
                 offset="0.7185185"
                 id="stop14094" />
              <stop
                 style="stop-color:#a50000;stop-opacity:1"
                 offset="1"
                 id="stop14090" />
            </linearGradient>
            <radialGradient
               cx="82.129753"
               cy="294.44315"
               r="34.702995"
               fx="82.129753"
               fy="294.44315"
               id="radialGradient11238"
               xlink:href="#linearGradient14086"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.4494299,0,0,1.4499062,301.66669,-377.63602)" />
            <filter
               id="filter11073">
              <feGaussianBlur
                 inkscape:collect="always"
                 stdDeviation="1.3157986"
                 id="feGaussianBlur11075" />
            </filter>
            <clipPath
               id="clipPath11111">
              <rect
                 width="36.416"
                 height="36.416"
                 ry="0"
                 x="247.13382"
                 y="-157.33484"
                 style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="rect11113" />
            </clipPath>
            <filter
               id="filter11105">
              <feGaussianBlur
                 inkscape:collect="always"
                 stdDeviation="1.4170139"
                 id="feGaussianBlur11107" />
            </filter>
            <clipPath
               id="clipPath11115">
              <rect
                 width="36.416"
                 height="36.416"
                 ry="0"
                 x="247.13382"
                 y="-157.33484"
                 style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="rect11117" />
            </clipPath>
            <clipPath
               id="clipPath11119">
              <rect
                 width="36.416"
                 height="36.416"
                 ry="0"
                 x="247.13382"
                 y="-157.33484"
                 style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="rect11121" />
            </clipPath>
            <filter
               id="filter6541">
              <feGaussianBlur
                 inkscape:collect="always"
                 stdDeviation="3.1069038"
                 id="feGaussianBlur6543" />
            </filter>
            <clipPath
               id="clipPath4786">
              <path
                 d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
                 style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path4788" />
            </clipPath>
            <filter
               id="filter3321">
              <feGaussianBlur
                 id="feGaussianBlur3323"
                 stdDeviation="3.84278"
                 inkscape:collect="always" />
            </filter>
            <linearGradient
               id="linearGradient5355">
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0"
                 id="stop5357" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:0"
                 offset="1"
                 id="stop5359" />
            </linearGradient>
            <radialGradient
               cx="243.79347"
               cy="348.81863"
               r="1.042881"
               fx="243.79347"
               fy="348.81863"
               id="radialGradient11236"
               xlink:href="#linearGradient5355"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(-3.972643,4.4492539,-6.0491044,-6.9544172,3359.3709,1040.8406)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11234"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11232"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11230"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11228"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11226"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11224"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11222"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11220"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11218"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11216"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11214"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11212"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11210"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11208"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11206"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11204"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11202"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11200"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11198"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11196"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11194"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11192"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11190"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               id="linearGradient14971">
              <stop
                 style="stop-color:#502d16;stop-opacity:1"
                 offset="0"
                 id="stop14973" />
              <stop
                 style="stop-color:#2a170b;stop-opacity:1"
                 offset="1"
                 id="stop14975" />
            </linearGradient>
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11188"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               id="linearGradient13025">
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0"
                 id="stop13029" />
              <stop
                 style="stop-color:#bfbfbf;stop-opacity:1"
                 offset="0.68888891"
                 id="stop4382" />
              <stop
                 style="stop-color:#525252;stop-opacity:1"
                 offset="1"
                 id="stop13031" />
            </linearGradient>
            <radialGradient
               cx="142.22385"
               cy="348.25116"
               r="7.7043791"
               fx="142.22385"
               fy="348.25116"
               id="radialGradient11186"
               xlink:href="#linearGradient13025"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.6368538,0.2626287,-0.6549943,1.5883093,281.88657,-244.82212)" />
            <filter
               x="-0.11691982"
               width="1.2338396"
               y="-0.06080088"
               height="1.1216018"
               id="filter6450">
              <feGaussianBlur
                 inkscape:collect="always"
                 stdDeviation="10.629343"
                 id="feGaussianBlur6452" />
            </filter>
            <clipPath
               id="clipPath6461">
              <path
                 d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
                 style="opacity:1;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6465);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path6463" />
            </clipPath>
            <clipPath
               id="clipPath6467">
              <path
                 d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
                 style="opacity:1;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6471);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path6469" />
            </clipPath>
            <linearGradient
               id="linearGradient6110">
              <stop
                 style="stop-color:#6e6e6e;stop-opacity:1"
                 offset="0"
                 id="stop6112" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0.5"
                 id="stop6118" />
              <stop
                 style="stop-color:#a1a1a1;stop-opacity:1"
                 offset="1"
                 id="stop6114" />
            </linearGradient>
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient11184"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <filter
               id="filter6426">
              <feGaussianBlur
                 inkscape:collect="always"
                 stdDeviation="3.1054595"
                 id="feGaussianBlur6428" />
            </filter>
            <linearGradient
               x1="297.86917"
               y1="507.04269"
               x2="419.27237"
               y2="248.97789"
               id="linearGradient32082"
               xlink:href="#linearGradient14344"
               gradientUnits="userSpaceOnUse"
               gradientTransform="translate(175.1391,-133.34455)" />
            <linearGradient
               x1="218.26047"
               y1="556.59729"
               x2="187.08041"
               y2="542.00244"
               id="linearGradient32079"
               xlink:href="#linearGradient14344"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1,0,0,-1,305.83002,878.54986)"
               spreadMethod="reflect" />
            <clipPath
               id="clipPath32069">
              <path
                 d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
                 style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path32071" />
            </clipPath>
            <clipPath
               id="clipPath32065">
              <path
                 d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
                 style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path32067" />
            </clipPath>
            <clipPath
               id="clipPath32061">
              <path
                 d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
                 style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path32063" />
            </clipPath>
            <linearGradient
               x1="218.26047"
               y1="556.59729"
               x2="187.08041"
               y2="542.00244"
               id="linearGradient24247"
               xlink:href="#linearGradient14344"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1,0,0,-1,130.69092,1011.231)"
               spreadMethod="reflect" />
            <linearGradient
               x1="297.86917"
               y1="507.04269"
               x2="419.27237"
               y2="248.97789"
               id="linearGradient24245"
               xlink:href="#linearGradient14344"
               gradientUnits="userSpaceOnUse"
               gradientTransform="translate(0,-0.6634057)" />
            <linearGradient
               x1="92.881538"
               y1="342.26407"
               x2="93.350632"
               y2="350.4733"
               id="linearGradient16306"
               xlink:href="#linearGradient13025"
               gradientUnits="userSpaceOnUse" />
            <linearGradient
               x1="250.58412"
               y1="301.4415"
               x2="275.22324"
               y2="399.1752"
               id="linearGradient16967"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1,0,0,-1,-3.6556914,976.10042)" />
            <linearGradient
               x1="93.786125"
               y1="336.58588"
               x2="142.63472"
               y2="391.31677"
               id="linearGradient6126"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               spreadMethod="reflect" />
            <linearGradient
               id="linearGradient5113">
              <stop
                 style="stop-color:#858585;stop-opacity:1"
                 offset="0"
                 id="stop5115" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0.5"
                 id="stop5121" />
              <stop
                 style="stop-color:#939393;stop-opacity:1"
                 offset="1"
                 id="stop5117" />
            </linearGradient>
            <linearGradient
               id="linearGradient2449">
              <stop
                 style="stop-color:#6e6e6e;stop-opacity:1"
                 offset="0"
                 id="stop2451" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0.5"
                 id="stop2453" />
              <stop
                 style="stop-color:#a1a1a1;stop-opacity:1"
                 offset="1"
                 id="stop2455" />
            </linearGradient>
            <linearGradient
               id="linearGradient2441">
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0"
                 id="stop2443" />
              <stop
                 style="stop-color:#bfbfbf;stop-opacity:1"
                 offset="0.68888891"
                 id="stop2445" />
              <stop
                 style="stop-color:#525252;stop-opacity:1"
                 offset="1"
                 id="stop2447" />
            </linearGradient>
            <linearGradient
               id="linearGradient2435">
              <stop
                 style="stop-color:#502d16;stop-opacity:1"
                 offset="0"
                 id="stop2437" />
              <stop
                 style="stop-color:#2a170b;stop-opacity:1"
                 offset="1"
                 id="stop2439" />
            </linearGradient>
            <linearGradient
               id="linearGradient9477">
              <stop
                 style="stop-color:#b3b3b3;stop-opacity:1"
                 offset="0"
                 id="stop9479" />
              <stop
                 style="stop-color:#b3b3b3;stop-opacity:0"
                 offset="1"
                 id="stop9481" />
            </linearGradient>
            <linearGradient
               id="linearGradient10458">
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0"
                 id="stop10460" />
              <stop
                 style="stop-color:#b3b3b3;stop-opacity:0"
                 offset="1"
                 id="stop10462" />
            </linearGradient>
            <linearGradient
               id="linearGradient12396">
              <stop
                 style="stop-color:#000000;stop-opacity:1"
                 offset="0"
                 id="stop12398" />
              <stop
                 style="stop-color:#000000;stop-opacity:0"
                 offset="1"
                 id="stop12400" />
            </linearGradient>
            <linearGradient
               id="linearGradient14344">
              <stop
                 style="stop-color:#323232;stop-opacity:1"
                 offset="0"
                 id="stop14346" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="1"
                 id="stop14350" />
            </linearGradient>
            <linearGradient
               id="linearGradient19225">
              <stop
                 style="stop-color:#f2f2f2;stop-opacity:1"
                 offset="0"
                 id="stop19227" />
              <stop
                 style="stop-color:#f2f2f2;stop-opacity:0"
                 offset="1"
                 id="stop19229" />
            </linearGradient>
            <linearGradient
               id="linearGradient3473">
              <stop
                 style="stop-color:#000406;stop-opacity:1"
                 offset="0"
                 id="stop3475" />
              <stop
                 style="stop-color:#000406;stop-opacity:0"
                 offset="1"
                 id="stop3477" />
            </linearGradient>
            <linearGradient
               id="linearGradient4450">
              <stop
                 style="stop-color:#ea0000;stop-opacity:1"
                 offset="0"
                 id="stop4452" />
              <stop
                 style="stop-color:#730000;stop-opacity:1"
                 offset="1"
                 id="stop4454" />
            </linearGradient>
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient2774"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient2877"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient3123"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient3306"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <filter
               id="filter4333">
              <feGaussianBlur
                 id="feGaussianBlur4335"
                 stdDeviation="4.5952988"
                 inkscape:collect="always" />
            </filter>
            <radialGradient
               cx="254.82332"
               cy="253.04457"
               r="169.87473"
               fx="254.82332"
               fy="253.04457"
               id="radialGradient4423"
               xlink:href="#linearGradient4450"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1,0,0,0.5929308,0,103.00665)" />
            <linearGradient
               x1="192.26094"
               y1="247.71747"
               x2="229.93037"
               y2="303.65195"
               id="linearGradient4425"
               xlink:href="#linearGradient5113"
               gradientUnits="userSpaceOnUse"
               spreadMethod="reflect" />
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient4427"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient4429"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <radialGradient
               cx="142.22385"
               cy="348.25116"
               r="7.7043791"
               fx="142.22385"
               fy="348.25116"
               id="radialGradient4431"
               xlink:href="#linearGradient13025"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.6368538,0.2626287,-0.6549943,1.5883093,281.88657,-244.82212)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4433"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4435"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4437"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4439"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4441"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4443"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4445"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4447"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4449"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4451"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4453"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4455"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4457"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4459"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4461"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4463"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4465"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4467"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4469"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4471"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4473"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4475"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4477"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4479"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <radialGradient
               cx="243.79347"
               cy="348.81863"
               r="1.042881"
               fx="243.79347"
               fy="348.81863"
               id="radialGradient4481"
               xlink:href="#linearGradient5355"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(-3.972643,4.4492539,-6.0491044,-6.9544172,3359.3709,1040.8406)" />
            <radialGradient
               cx="82.129753"
               cy="294.44315"
               r="34.702995"
               fx="82.129753"
               fy="294.44315"
               id="radialGradient4483"
               xlink:href="#linearGradient14086"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.4494299,0,0,1.4499062,301.66669,-377.63602)" />
            <linearGradient
               x1="394.93762"
               y1="25.35121"
               x2="422.18365"
               y2="60.379639"
               id="linearGradient4485"
               xlink:href="#linearGradient2361"
               gradientUnits="userSpaceOnUse" />
          </defs>
          <g
             transform="matrix(0.658246,0,0,0.658246,300.47258,71.37439)"
             id="g4337">
            <path
               d="M 423.07205 253.04457 A 168.24873 99.097961 0 1 1  86.574585,253.04457 A 168.24873 99.097961 0 1 1  423.07205 253.04457 z"
               transform="matrix(2.0763665,0,0,1.9761102,-626.81548,-401.18495)"
               style="color:#000000;fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25200009;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter6426);enable-background:accumulate"
               id="path5427" />
            <path
               d="M 423.07205 253.04457 A 168.24873 99.097961 0 1 1  86.574585,253.04457 A 168.24873 99.097961 0 1 1  423.07205 253.04457 z"
               transform="matrix(2.0763665,0,0,1.9761102,-632.94152,-409.35299)"
               style="color:#000000;fill:url(#radialGradient4423);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4425);stroke-width:3.25200009;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
               id="path2502" />
            <g
               transform="translate(-365.75716,195.63755)"
               style="opacity:0.67777776;filter:url(#filter4333)"
               id="g3269">
              <path
                 d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
                 transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,170.59642,106.27468)"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4427);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 clip-path="url(#clipPath6467)"
                 id="path2686" />
              <path
                 d="M -4.5415556,-94.436344 C -2.2808756,-81.772895 -6.0597056,-70.501769 -12.984196,-69.254475 C -19.908676,-68.007181 -27.359706,-77.255505 -29.631196,-89.917007 C -31.902686,-102.57851 -28.135476,-113.86407 -21.214536,-115.13113 C -14.293596,-116.39819 -6.8367056,-107.16749 -4.5544056,-94.507964"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.29999995;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2692" />
              <path
                 d="M -9.1261656,-114.14632 C -5.9465256,-114.71376 -2.1153356,-108.04638 -0.53604564,-99.197004 L 0.82990436,-91.542993 C 2.4091844,-82.693626 1.1208344,-75.11259 -2.0588156,-74.545138 C -5.2384656,-73.977686 -9.0696556,-80.645068 -10.648946,-89.494441 L -12.014906,-97.14845 C -13.594196,-105.99782 -12.305806,-113.57886 -9.1261656,-114.14632 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2694" />
              <path
                 d="M -2.6111956,-115.30898 C 0.56843436,-115.87643 4.3996244,-109.20905 5.9789044,-100.35968 L 7.3448744,-92.705676 C 8.9241544,-83.856309 7.6357944,-76.275265 4.4561544,-75.707821 C 1.2765044,-75.140369 -2.5546956,-81.807757 -4.1339956,-90.657122 L -5.4999456,-98.311139 C -7.0792356,-107.16051 -5.7908456,-114.74155 -2.6111956,-115.30898 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2696" />
              <path
                 d="M 3.9037744,-116.47167 C 7.0834044,-117.03912 10.914594,-110.37173 12.493874,-101.52236 L 13.859844,-93.868359 C 15.439124,-85.018978 14.150754,-77.437946 10.971104,-76.870502 C 7.7914744,-76.303052 3.9602644,-82.970423 2.3809744,-91.819805 L 1.0150244,-99.473807 C -0.56426564,-108.32319 0.72412436,-115.90421 3.9037744,-116.47167 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2698" />
              <path
                 d="M 10.418724,-117.63435 C 13.598374,-118.2018 17.429554,-111.53442 19.008844,-102.68504 L 20.374794,-95.031032 C 21.954084,-86.181659 20.665714,-78.600628 17.486064,-78.033176 C 14.306424,-77.465732 10.475224,-84.133106 8.8959344,-92.982486 L 7.5299844,-100.63649 C 5.9506944,-109.48585 7.2390944,-117.0669 10.418724,-117.63435 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2700" />
              <path
                 d="M 16.933694,-118.79703 C 20.113334,-119.36447 23.944524,-112.6971 25.523804,-103.84773 L 26.889764,-96.193714 C 28.469054,-87.344341 27.180674,-79.763309 24.001034,-79.195859 C 20.821384,-78.628407 16.990184,-85.295795 15.410894,-94.145168 L 14.044944,-101.79917 C 12.465654,-110.64854 13.754044,-118.22958 16.933694,-118.79703 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2702" />
              <path
                 d="M 23.448644,-119.95971 C 26.628294,-120.52715 30.459484,-113.85977 32.038764,-105.01041 L 33.404724,-97.356397 C 34.984014,-88.507024 33.695644,-80.925992 30.515994,-80.35854 C 27.336354,-79.79109 23.505154,-86.458478 21.925864,-95.307843 L 20.559914,-102.96185 C 18.980624,-111.81123 20.269014,-119.39226 23.448644,-119.95971 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2704" />
              <path
                 d="M 29.963614,-121.12239 C 33.143264,-121.68984 36.974444,-115.02246 38.553724,-106.17308 L 39.919684,-98.519086 C 41.498974,-89.669705 40.210604,-82.088666 37.030964,-81.521222 C 33.851314,-80.953779 30.020114,-87.621144 28.440824,-96.470526 L 27.074874,-104.12453 C 25.495584,-112.97391 26.783964,-120.55494 29.963614,-121.12239 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2706" />
              <path
                 d="M 36.478574,-122.28507 C 39.658224,-122.85253 43.489404,-116.18514 45.068694,-107.33576 L 46.434644,-99.681752 C 48.013934,-90.832379 46.725564,-83.251355 43.545924,-82.683897 C 40.366274,-82.116453 36.535074,-88.783833 34.955794,-97.6332 L 33.589824,-105.28721 C 32.010544,-114.13658 33.298924,-121.71762 36.478574,-122.28507 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2708" />
              <path
                 d="M 42.993534,-123.44776 C 46.173174,-124.01519 50.004374,-117.34782 51.583664,-108.49845 L 52.949604,-100.84444 C 54.528904,-91.995062 53.240524,-84.41403 50.060884,-83.846586 C 46.881244,-83.279128 43.050044,-89.946516 41.470764,-98.795883 L 40.104794,-106.44989 C 38.525514,-115.29926 39.813894,-122.8803 42.993534,-123.44776 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2710" />
              <path
                 d="M 49.508494,-124.61042 C 52.688144,-125.17788 56.519324,-118.5105 58.098614,-109.66113 L 59.464574,-102.00712 C 61.043864,-93.157751 59.755494,-85.576713 56.575844,-85.009261 C 53.396204,-84.441817 49.565014,-91.109199 47.985714,-99.958564 L 46.619764,-107.61257 C 45.040474,-116.46195 46.328854,-124.04299 49.508494,-124.61042 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2712" />
              <path
                 d="M 56.023464,-125.77311 C 59.203104,-126.34056 63.034294,-119.67318 64.613584,-110.8238 L 65.979544,-103.16981 C 67.558824,-94.320426 66.270444,-86.739394 63.090814,-86.171944 C 59.911164,-85.604499 56.079954,-92.271871 54.500684,-101.12125 L 53.134714,-108.77525 C 51.555434,-117.62462 52.843824,-125.20567 56.023464,-125.77311 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2714" />
              <path
                 d="M 62.538424,-126.93579 C 65.718074,-127.50325 69.549254,-120.83586 71.128544,-111.98648 L 72.494494,-104.33247 C 74.073784,-95.4831 72.785414,-87.902076 69.605774,-87.334618 C 66.426134,-86.767174 62.594924,-93.434554 61.015644,-102.28392 L 59.649684,-109.93793 C 58.070394,-118.7873 59.358784,-126.36834 62.538424,-126.93579 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2716" />
              <path
                 d="M 69.053394,-128.09848 C 72.233034,-128.66592 76.064224,-121.99853 77.643504,-113.14916 L 79.009464,-105.49516 C 80.588744,-96.645789 79.300384,-89.064751 76.120744,-88.497301 C 72.941094,-87.929849 69.109884,-94.597235 67.530594,-103.4466 L 66.164654,-111.10061 C 64.585354,-119.94999 65.873744,-127.53103 69.053394,-128.09848 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2718" />
              <path
                 d="M 75.568354,-129.26115 C 78.747994,-129.8286 82.579184,-123.16121 84.158474,-114.31185 L 85.524434,-106.65784 C 87.103714,-97.808472 85.815344,-90.22744 82.635694,-89.659982 C 79.456064,-89.092532 75.624844,-95.759918 74.045564,-104.60928 L 72.679614,-112.2633 C 71.100324,-121.11267 72.388714,-128.69371 75.568354,-129.26115 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2720" />
              <path
                 d="M 82.083304,-130.42383 C 85.262964,-130.99128 89.094144,-124.3239 90.673434,-115.47452 L 92.039384,-107.82052 C 93.618664,-98.971144 92.330314,-91.390108 89.150664,-90.822664 C 85.971014,-90.255212 82.139814,-96.9226 80.560534,-105.77197 L 79.194564,-113.42597 C 77.615294,-122.27534 78.903674,-129.85639 82.083304,-130.42383 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2722" />
              <path
                 d="M 88.598274,-131.58652 C 91.777924,-132.15397 95.609114,-125.48658 97.188394,-116.63721 L 98.554354,-108.98319 C 100.13363,-100.13383 98.845264,-92.552789 95.665624,-91.985339 C 92.485984,-91.417895 88.654784,-98.085275 87.075494,-106.93466 L 85.709524,-114.58866 C 84.130244,-123.43802 85.418624,-131.01906 88.598274,-131.58652 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2724" />
              <path
                 d="M 95.113244,-132.7492 C 98.292884,-133.31665 102.12407,-126.64925 103.70335,-117.79989 L 105.06931,-110.14588 C 106.6486,-101.29651 105.36023,-93.715472 102.18058,-93.14802 C 99.000954,-92.580578 95.169744,-99.24795 93.590454,-108.09732 L 92.224494,-115.75134 C 90.645214,-124.60071 91.933594,-132.18175 95.113244,-132.7492 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2726" />
              <path
                 d="M 101.6282,-133.91188 C 104.80784,-134.47932 108.63903,-127.81194 110.21831,-118.96257 L 111.58428,-111.30857 C 113.16356,-102.4592 111.8752,-94.878154 108.69555,-94.310702 C 105.5159,-93.74325 101.68471,-100.41063 100.10541,-109.26001 L 98.739464,-116.91402 C 97.160184,-125.76339 98.448564,-133.34443 101.6282,-133.91188 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2728" />
              <path
                 d="M 108.14317,-135.07455 C 111.32281,-135.64201 115.154,-128.97462 116.73327,-120.12525 L 118.09924,-112.47124 C 119.67852,-103.62186 118.39015,-96.040835 115.21051,-95.473385 C 112.03086,-94.905933 108.19967,-101.57332 106.62038,-110.42269 L 105.25441,-118.0767 C 103.67513,-126.92607 104.96351,-134.50711 108.14317,-135.07455 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2730" />
              <path
                 d="M 114.65813,-136.23724 C 117.83777,-136.80468 121.66896,-130.1373 123.24824,-121.28793 L 124.6142,-113.63393 C 126.19349,-104.78454 124.90511,-97.20351 121.72548,-96.636074 C 118.54583,-96.068616 114.71463,-102.736 113.13534,-111.58538 L 111.76938,-119.23937 C 110.1901,-128.08875 111.47848,-135.66978 114.65813,-136.23724 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2732" />
              <path
                 d="M 121.17309,-137.39991 C 124.35274,-137.96736 128.18391,-131.29998 129.7632,-122.45061 L 131.12916,-114.7966 C 132.70845,-105.94723 131.42008,-98.366192 128.24043,-97.79874 C 125.06079,-97.231305 121.22959,-103.89867 119.65029,-112.74805 L 118.28435,-120.40205 C 116.70505,-129.25143 117.99344,-136.83247 121.17309,-137.39991 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2734" />
              <path
                 d="M 127.68806,-138.56259 C 130.86769,-139.13004 134.69888,-132.46266 136.27817,-123.61329 L 137.64413,-115.95929 C 139.22342,-107.10991 137.93504,-99.528881 134.7554,-98.961423 C 131.57575,-98.393971 127.74455,-105.06136 126.16526,-113.91073 L 124.79931,-121.56473 C 123.22002,-130.41411 124.50841,-137.99515 127.68806,-138.56259 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2736" />
              <path
                 d="M 134.20301,-139.72527 C 137.38266,-140.29273 141.21384,-133.62535 142.79314,-124.77596 L 144.15908,-117.12197 C 145.73838,-108.27259 144.45,-100.69156 141.27036,-100.12411 C 138.09072,-99.556654 134.25952,-106.22404 132.68023,-115.07342 L 131.31427,-122.72742 C 129.73498,-131.57679 131.02337,-139.15782 134.20301,-139.72527 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2738" />
              <path
                 d="M 140.71798,-140.88796 C 143.89762,-141.4554 147.7288,-134.78802 149.30809,-125.93864 L 150.67405,-118.28465 C 152.25334,-109.43527 150.96497,-101.85423 147.78533,-101.28679 C 144.60568,-100.71934 140.77447,-107.38671 139.19519,-116.23609 L 137.82924,-123.89009 C 136.24994,-132.73948 137.53833,-140.32051 140.71798,-140.88796 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2740" />
              <path
                 d="M -13.757206,-69.67425 C -20.400646,-69.50668 -26.100746,-71.727619 -26.480626,-74.631683 C -26.860516,-77.535665 -21.777106,-80.028601 -15.133666,-80.196162 C -8.7057756,-80.358293 -8.9323056,-88.447818 -7.2562956,-78.392739 C -5.8830056,-70.153868 -6.9587256,-69.1124 -13.587716,-68.936098"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2742" />
              <path
                 d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                 transform="matrix(0.1788,1.4949511e-2,-1.6325171e-2,0.1952532,-42.259836,-139.17189)"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                 id="path2744" />
              <path
                 d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
                 transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,171.9064,104.53416)"
                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 clip-path="url(#clipPath4786)"
                 id="path2754" />
              <path
                 d="M 206,-214 C 188.94161,-210.90626 180.15384,-193.70383 171.75,-180.375 C 158.08041,-155.42154 152.87048,-125.48062 132.35045,-104.73516 C 126.87794,-98.277293 120.67555,-91.333286 112.21875,-89.03125 C 122.81813,-85.20545 131.30441,-95.056219 137.96875,-101.90625 C 156.59433,-123.41116 161.93414,-152.3271 175.15625,-176.875 C 182.33926,-189.28973 191.47071,-201.22014 202.84375,-209.8125 C 204.37396,-211.38855 209.87034,-212.83743 209.59375,-213.625 C 208.41799,-213.98871 207.26445,-214.09311 206,-214 z M 218,-207.25 C 218.66354,-201.90196 213.40374,-194.44109 219.15625,-190.78125 C 225.19421,-192.47885 222.68339,-200.26712 220.1875,-203.9375 C 219.52526,-204.87491 218.64357,-206.77189 218,-207.25 z M 101.96875,-110.9375 C 97.765072,-106.99094 102.1467,-98.610636 103.875,-96.40625 C 104.25163,-100.4586 107.57577,-104.14938 105.15625,-108.25 C 104.61856,-109.43724 103.53805,-111.03373 101.96875,-110.9375 z "
                 transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,170.59642,106.27468)"
                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6541)"
                 id="path2756" />
              <path
                 d="M 247.13382,-157.33484 L 283.54982,-157.33484 L 283.54982,-120.91884 L 247.13382,-120.91884 L 247.13382,-157.33484 z "
                 transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
                 style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-opacity:1"
                 clip-path="url(#clipPath11119)"
                 id="rect2760" />
              <path
                 d="M 247.125,-157.34375 L 247.125,-120.90625 L 249.125,-120.90625 L 249.125,-155.34375 L 283.5625,-155.34375 L 283.5625,-157.34375 L 247.125,-157.34375 z "
                 transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
                 style="opacity:0.88888891;fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11105)"
                 clip-path="url(#clipPath11115)"
                 id="path2762" />
              <path
                 d="M 281.5625,-157.34375 L 281.5625,-122.90625 L 247.125,-122.90625 L 247.125,-120.90625 L 283.5625,-120.90625 L 283.5625,-157.34375 L 281.5625,-157.34375 z "
                 transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
                 style="opacity:0.8444443;fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11073)"
                 clip-path="url(#clipPath11111)"
                 id="path2764" />
              <path
                 d="M 132.93533,-126.09004 C 130.10904,-118.47786 134.7992,-109.14942 142.64487,-106.9335 C 149.14574,-104.84722 156.93653,-107.75758 160.19104,-113.86273 C 163.38171,-119.49233 162.56528,-127.16044 157.87561,-131.72103 C 153.53351,-136.19167 146.34119,-137.65545 140.71853,-134.80059 C 137.11298,-133.06563 134.1624,-129.93763 132.93533,-126.09004 z "
                 style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:13.90160656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path2768" />
              <path
                 d="M 140.19668,-132.80146 C 137.8545,-126.17687 137.68354,-122.0992 141.56515,-114.99745 C 144.72151,-109.22261 149.43823,-106.59974 148.82025,-106.53073 C 147.26796,-106.35736 136.56151,-106.2107 133.19869,-117.51828 C 130.13097,-127.83357 139.50878,-134.34037 141.31953,-134.60614"
                 style="opacity:0.43129769;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1"
                 id="path2770" />
            </g>
            <g
               transform="matrix(0.8057349,-1.0705499,1.0705499,0.8057349,-463.13727,65.232307)"
               id="layer1A">
              <g
                 transform="matrix(0.7664195,0,0,0.7664195,-4.7078914,247.90097)"
                 id="g11138"
                 onclick="document.g11138OnClick(evt, this)"
                 onmousedown="document.g11138OnMouseDown(evt, this)"
                 onmouseup="document.g11138OnMouseUp(evt, this)"
                 onmouseover="document.g11138OnMouseOver(evt, this)"
                 onmouseout="document.g11138OnMouseOut(evt, this)"
                 >
                <path
                   d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
                   style="color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4429);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                   clip-path="url(#clipPath6467)"
                   id="rect7099" />
                <path
                   d="M 334.53559,241.91482 C 356.42495,166.74899 321.63018,-22.063039 139.06684,-160.74143"
                   style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:16.91699982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter6450);enable-background:accumulate"
                   clip-path="url(#clipPath6461)"
                   id="path5425" />
                <g
                   transform="translate(-248.19448,50.204581)"
                   id="g4743">
                  <path
                     d="M 155.1771,350.48547 C 155.17753,358.26054 151.73218,364.56582 147.47952,364.57268 C 143.22686,364.57954 139.77542,358.28538 139.76835,350.51032 C 139.76128,342.73526 143.20125,336.42016 147.4539,336.40116 C 151.70655,336.38216 155.16335,342.66646 155.17706,350.44149"
                     transform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,503.19317,-887.78482)"
                     style="color:#000000;fill:url(#radialGradient4431);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.29999995;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path11077" />
                  <path
                     d="M 314.44939,-319.11336 C 316.75285,-316.97173 313.8088,-310.08654 307.84837,-303.67569 L 302.69306,-298.13082 C 296.73263,-291.71998 290.07977,-288.28302 287.7763,-290.42465 C 285.47283,-292.56628 288.41688,-299.45147 294.37731,-305.86232 L 299.53261,-311.4072 C 305.49304,-317.81804 312.14592,-321.25498 314.44939,-319.11336 z "
                     style="color:#000000;fill:url(#linearGradient4433);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15994" />
                  <path
                     d="M 319.16909,-314.72524 C 321.47255,-312.58362 318.5285,-305.69843 312.56806,-299.28759 L 307.41277,-293.74271 C 301.45234,-287.33187 294.79947,-283.89491 292.49601,-286.03654 C 290.19254,-288.17817 293.13659,-295.06337 299.09701,-301.47422 L 304.25232,-307.0191 C 310.21275,-313.42994 316.86563,-316.86688 319.16909,-314.72524 z "
                     style="color:#000000;fill:url(#linearGradient4435);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15992" />
                  <path
                     d="M 323.8888,-310.33713 C 326.19226,-308.19551 323.2482,-301.31032 317.28777,-294.89948 L 312.13248,-289.3546 C 306.17204,-282.94375 299.51917,-279.50681 297.21571,-281.64844 C 294.91225,-283.79006 297.85628,-290.67526 303.81672,-297.08611 L 308.97202,-302.63098 C 314.93246,-309.04183 321.58533,-312.47876 323.8888,-310.33713 z "
                     style="color:#000000;fill:url(#linearGradient4437);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15990" />
                  <path
                     d="M 328.6085,-305.94903 C 330.91197,-303.8074 327.96791,-296.92222 322.00748,-290.51137 L 316.85217,-284.9665 C 310.89174,-278.55565 304.23888,-275.1187 301.93541,-277.26033 C 299.63195,-279.40196 302.57599,-286.28715 308.53642,-292.69801 L 313.69173,-298.24287 C 319.65215,-304.65372 326.30504,-308.09065 328.6085,-305.94903 z "
                     style="color:#000000;fill:url(#linearGradient4439);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15988" />
                  <path
                     d="M 333.32821,-301.56092 C 335.63167,-299.41929 332.68762,-292.53411 326.72719,-286.12327 L 321.57188,-280.57839 C 315.61145,-274.16754 308.95858,-270.7306 306.65512,-272.87222 C 304.35165,-275.01385 307.2957,-281.89905 313.25613,-288.3099 L 318.41143,-293.85477 C 324.37186,-300.26562 331.02474,-303.70255 333.32821,-301.56092 z "
                     style="color:#000000;fill:url(#linearGradient4441);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15986" />
                  <path
                     d="M 338.04791,-297.17282 C 340.35137,-295.03119 337.40732,-288.146 331.44689,-281.73516 L 326.29159,-276.19028 C 320.33116,-269.77943 313.67829,-266.34249 311.37482,-268.48412 C 309.07136,-270.62574 312.01541,-277.51094 317.97583,-283.92179 L 323.13114,-289.46666 C 329.09157,-295.87751 335.74445,-299.31444 338.04791,-297.17282 z "
                     style="color:#000000;fill:url(#linearGradient4443);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15984" />
                  <path
                     d="M 342.76761,-292.78471 C 345.07108,-290.64308 342.12703,-283.7579 336.16659,-277.34705 L 331.0113,-271.80218 C 325.05086,-265.39133 318.39799,-261.95438 316.09453,-264.09601 C 313.79107,-266.23764 316.7351,-273.12283 322.69554,-279.53368 L 327.85084,-285.07855 C 333.81128,-291.4894 340.46415,-294.92634 342.76761,-292.78471 z "
                     style="color:#000000;fill:url(#linearGradient4445);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15982" />
                  <path
                     d="M 347.48732,-288.3966 C 349.79079,-286.25498 346.84673,-279.36979 340.8863,-272.95894 L 335.73099,-267.41407 C 329.77056,-261.00322 323.1177,-257.56628 320.81423,-259.7079 C 318.51077,-261.84953 321.45481,-268.73473 327.41524,-275.14557 L 332.57054,-280.69045 C 338.53097,-287.10129 345.18385,-290.53823 347.48732,-288.3966 z "
                     style="color:#000000;fill:url(#linearGradient4447);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15980" />
                  <path
                     d="M 352.20703,-284.0085 C 354.51048,-281.86687 351.56644,-274.98168 345.60601,-268.57083 L 340.4507,-263.02597 C 334.49027,-256.61511 327.8374,-253.17817 325.53394,-255.3198 C 323.23047,-257.46142 326.17452,-264.34662 332.13495,-270.75746 L 337.29025,-276.30234 C 343.25068,-282.71318 349.90356,-286.15012 352.20703,-284.0085 z "
                     style="color:#000000;fill:url(#linearGradient4449);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15978" />
                  <path
                     d="M 356.92672,-279.62039 C 359.23019,-277.47876 356.28614,-270.59358 350.32571,-264.18273 L 345.17041,-258.63786 C 339.20998,-252.22701 332.55711,-248.79006 330.25364,-250.93169 C 327.95018,-253.07332 330.89423,-259.95851 336.85465,-266.36936 L 342.00996,-271.91423 C 347.97039,-278.32508 354.62327,-281.76202 356.92672,-279.62039 z "
                     style="color:#000000;fill:url(#linearGradient4451);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15976" />
                  <path
                     d="M 361.64643,-275.23228 C 363.9499,-273.09066 361.00585,-266.20547 355.04541,-259.79462 L 349.89012,-254.24975 C 343.92968,-247.8389 337.27681,-244.40196 334.97335,-246.54358 C 332.66989,-248.68521 335.61392,-255.57041 341.57436,-261.98125 L 346.72965,-267.52613 C 352.69009,-273.93697 359.34298,-277.37391 361.64643,-275.23228 z "
                     style="color:#000000;fill:url(#linearGradient4453);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15974" />
                  <path
                     d="M 366.36614,-270.84418 C 368.66961,-268.70255 365.72555,-261.81736 359.76512,-255.40651 L 354.60981,-249.86164 C 348.64938,-243.45079 341.99652,-240.01385 339.69305,-242.15547 C 337.38959,-244.2971 340.33363,-251.1823 346.29406,-257.59314 L 351.44936,-263.13802 C 357.40979,-269.54886 364.06267,-272.9858 366.36614,-270.84418 z "
                     style="color:#000000;fill:url(#linearGradient4455);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15972" />
                  <path
                     d="M 371.08585,-266.45607 C 373.38931,-264.31444 370.44525,-257.42925 364.48482,-251.01841 L 359.32952,-245.47353 C 353.36909,-239.06269 346.71622,-235.62574 344.41276,-237.76736 C 342.10929,-239.90899 345.05333,-246.7942 351.01376,-253.20504 L 356.16907,-258.74991 C 362.1295,-265.16076 368.78238,-268.5977 371.08585,-266.45607 z "
                     style="color:#000000;fill:url(#linearGradient4457);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15970" />
                  <path
                     d="M 375.80555,-262.06796 C 378.10901,-259.92634 375.16496,-253.04114 369.20453,-246.6303 L 364.04923,-241.08542 C 358.0888,-234.67458 351.43593,-231.23764 349.13246,-233.37926 C 346.829,-235.52088 349.77304,-242.40609 355.73347,-248.81693 L 360.88878,-254.36181 C 366.84921,-260.77265 373.50209,-264.20959 375.80555,-262.06796 z "
                     style="color:#000000;fill:url(#linearGradient4459);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15968" />
                  <path
                     d="M 380.52525,-257.67986 C 382.82872,-255.53823 379.88467,-248.65304 373.92423,-242.24219 L 368.76893,-236.69732 C 362.80849,-230.28648 356.15563,-226.84952 353.85217,-228.99115 C 351.5487,-231.13278 354.49275,-238.01798 360.45318,-244.42882 L 365.60847,-249.9737 C 371.56891,-256.38454 378.2218,-259.82148 380.52525,-257.67986 z "
                     style="color:#000000;fill:url(#linearGradient4461);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15966" />
                  <path
                     d="M 385.24496,-253.29175 C 387.54843,-251.15012 384.60437,-244.26493 378.64394,-237.85409 L 373.48863,-232.30921 C 367.5282,-225.89837 360.87533,-222.46142 358.57187,-224.60304 C 356.26841,-226.74467 359.21245,-233.62987 365.17289,-240.04072 L 370.32818,-245.5856 C 376.28861,-251.99644 382.94149,-255.43338 385.24496,-253.29175 z "
                     style="color:#000000;fill:url(#linearGradient4463);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15964" />
                  <path
                     d="M 389.96467,-248.90364 C 392.26813,-246.76202 389.32407,-239.87682 383.36364,-233.46598 L 378.20834,-227.9211 C 372.24791,-221.51026 365.59504,-218.07331 363.29157,-220.21494 C 360.98812,-222.35656 363.93215,-229.24176 369.89258,-235.65261 L 375.04789,-241.19749 C 381.00832,-247.60833 387.6612,-251.04527 389.96467,-248.90364 z "
                     style="color:#000000;fill:url(#linearGradient4465);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15962" />
                  <path
                     d="M 394.68437,-244.51554 C 396.98783,-242.37391 394.04378,-235.48872 388.08335,-229.07788 L 382.92805,-223.533 C 376.96762,-217.12216 370.31475,-213.6852 368.01128,-215.82683 C 365.70781,-217.96846 368.65186,-224.85365 374.61229,-231.26451 L 379.7676,-236.80938 C 385.72803,-243.22022 392.38091,-246.65716 394.68437,-244.51554 z "
                     style="color:#000000;fill:url(#linearGradient4467);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15960" />
                  <path
                     d="M 399.40407,-240.12742 C 401.70754,-237.9858 398.76349,-231.10061 392.80305,-224.68977 L 387.64775,-219.14489 C 381.68731,-212.73404 375.03445,-209.2971 372.73099,-211.43872 C 370.42752,-213.58035 373.37157,-220.46555 379.332,-226.8764 L 384.4873,-232.42128 C 390.44773,-238.83212 397.10061,-242.26906 399.40407,-240.12742 z "
                     style="color:#000000;fill:url(#linearGradient4469);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15958" />
                  <path
                     d="M 404.12378,-235.73932 C 406.42724,-233.59769 403.48319,-226.7125 397.52276,-220.30166 L 392.36746,-214.75679 C 386.40702,-208.34593 379.75415,-204.90899 377.4507,-207.05062 C 375.14723,-209.19224 378.09127,-216.07744 384.05171,-222.48829 L 389.207,-228.03316 C 395.16744,-234.44401 401.82031,-237.88094 404.12378,-235.73932 z "
                     style="color:#000000;fill:url(#linearGradient4471);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15956" />
                  <path
                     d="M 408.84348,-231.35121 C 411.14695,-229.20958 408.20289,-222.3244 402.24246,-215.91356 L 397.08716,-210.36868 C 391.12673,-203.95783 384.47386,-200.52088 382.17039,-202.66251 C 379.86694,-204.80414 382.81097,-211.68933 388.7714,-218.10019 L 393.92671,-223.64505 C 399.88714,-230.05591 406.54002,-233.49284 408.84348,-231.35121 z "
                     style="color:#000000;fill:url(#linearGradient4473);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15954" />
                  <path
                     d="M 413.56319,-226.9631 C 415.86665,-224.82148 412.9226,-217.93629 406.96217,-211.52545 L 401.80687,-205.98057 C 395.84644,-199.56972 389.19357,-196.13278 386.8901,-198.2744 C 384.58663,-200.41603 387.53068,-207.30123 393.49111,-213.71208 L 398.64641,-219.25695 C 404.60684,-225.6678 411.25973,-229.10473 413.56319,-226.9631 z "
                     style="color:#000000;fill:url(#linearGradient4475);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15952" />
                  <path
                     d="M 418.28289,-222.575 C 420.58636,-220.43337 417.64231,-213.54819 411.68187,-207.13733 L 406.52657,-201.59247 C 400.56614,-195.18161 393.91327,-191.74467 391.60981,-193.8863 C 389.30634,-196.02792 392.25039,-202.91312 398.21082,-209.32397 L 403.36612,-214.86884 C 409.32655,-221.27969 415.97943,-224.71662 418.28289,-222.575 z "
                     style="color:#000000;fill:url(#linearGradient4477);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15950" />
                  <path
                     d="M 423.0026,-218.18689 C 425.30606,-216.04526 422.362,-209.16008 416.40157,-202.74923 L 411.24628,-197.20436 C 405.28584,-190.79351 398.63297,-187.35656 396.32952,-189.49819 C 394.02605,-191.63982 396.97008,-198.52502 402.93052,-204.93586 L 408.08582,-210.48073 C 414.04626,-216.89159 420.69913,-220.32852 423.0026,-218.18689 z "
                     style="color:#000000;fill:url(#linearGradient4479);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="rect10025" />
                  <path
                     d="M 277.13608,-296.67423 C 273.11538,-301.74503 271.50547,-307.48054 273.54252,-309.47669 C 275.5795,-311.4728 280.49591,-308.97749 284.5166,-303.90669 C 288.40684,-299.00042 294.56823,-303.9138 287.72634,-296.72165 C 282.12028,-290.82858 280.68004,-291.05567 276.66101,-296.11011"
                     style="color:#000000;fill:url(#radialGradient4481);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path8389" />
                  <path
                     d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                     transform="matrix(9.3071682e-2,0.1478694,-0.1614763,0.1016361,314.51783,-359.54764)"
                     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                     id="path2309" />
                </g>
                <path
                   d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                   transform="matrix(-2.885017e-3,0.2786991,-0.23703,-2.453618e-3,290.22251,-88.975938)"
                   style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                   id="path3325" />
                <path
                   d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                   transform="matrix(6.560587e-2,0.2237996,-0.240149,7.0398612e-2,363.15139,143.20596)"
                   style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                   id="path3327" />
                <path
                   d="M 156.4375,-131.46875 C 197.18892,-87.703743 231.23776,-36.668482 251.6875,19.78125 C 256.4587,32.246745 259.53507,46.286377 262.9375,58.46875 C 276.84393,52.284397 294.65398,62.371408 296.4375,77.5625 C 299.43536,92.931099 284.72996,108.21273 269.25,105.78125 C 264.77658,104.92217 268.75163,114.00106 267.11252,116.77843 C 266.47246,127.54375 265.05148,138.23267 262.65625,148.75 C 287.29105,153.84372 311.55694,162.26122 330.78125,179.03125 C 325.00155,97.134804 301.39682,13.658657 252.60628,-51.595014 C 228.19138,-84.778685 199.35331,-118.61499 168.44667,-144.72792 C 168.01959,-143.88417 156.86458,-132.3125 156.4375,-131.46875 z "
                   style="opacity:0.37222224;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                   id="path8980" />
                <rect
 style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.80000019;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
                 id="testStyleRect"
                 width="50"
                 height="50"
                 x="30"
                 y="-30" />
                <g
                   id="g6545">
                  <path
                     d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
                     transform="translate(2.1213203,0)"
                     style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                     clip-path="url(#clipPath4786)"
                     id="path3656" />
                  <path
                     d="M 206,-214 C 188.94161,-210.90626 180.15384,-193.70383 171.75,-180.375 C 158.08041,-155.42154 152.87048,-125.48062 132.35045,-104.73516 C 126.87794,-98.277293 120.67555,-91.333286 112.21875,-89.03125 C 122.81813,-85.20545 131.30441,-95.056219 137.96875,-101.90625 C 156.59433,-123.41116 161.93414,-152.3271 175.15625,-176.875 C 182.33926,-189.28973 191.47071,-201.22014 202.84375,-209.8125 C 204.37396,-211.38855 209.87034,-212.83743 209.59375,-213.625 C 208.41799,-213.98871 207.26445,-214.09311 206,-214 z M 218,-207.25 C 218.66354,-201.90196 213.40374,-194.44109 219.15625,-190.78125 C 225.19421,-192.47885 222.68339,-200.26712 220.1875,-203.9375 C 219.52526,-204.87491 218.64357,-206.77189 218,-207.25 z M 101.96875,-110.9375 C 97.765072,-106.99094 102.1467,-98.610636 103.875,-96.40625 C 104.25163,-100.4586 107.57577,-104.14938 105.15625,-108.25 C 104.61856,-109.43724 103.53805,-111.03373 101.96875,-110.9375 z "
                     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6541)"
                     id="path6490" />
                </g>
                <g
                   transform="matrix(0.9999738,7.2470447e-3,-7.2470447e-3,0.9999738,-104.00128,-14.926588)"
                   id="g11125">
                  <rect
                     width="36.416"
                     height="36.416"
                     ry="0"
                     x="247.13382"
                     y="-157.33484"
                     style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                     clip-path="url(#clipPath11119)"
                     id="rect10064" />
                  <path
                     d="M 247.125,-157.34375 L 247.125,-120.90625 L 249.125,-120.90625 L 249.125,-155.34375 L 283.5625,-155.34375 L 283.5625,-157.34375 L 247.125,-157.34375 z "
                     style="opacity:0.88888891;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11105)"
                     clip-path="url(#clipPath11115)"
                     id="rect10066" />
                  <path
                     d="M 281.5625,-157.34375 L 281.5625,-122.90625 L 247.125,-122.90625 L 247.125,-120.90625 L 283.5625,-120.90625 L 283.5625,-157.34375 L 281.5625,-157.34375 z "
                     style="opacity:0.8444443;fill:#241c1c;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11073)"
                     clip-path="url(#clipPath11111)"
                     id="rect10071" />
                  <g
                     transform="matrix(0.3265611,-0.106124,0.106124,0.3265611,121.5599,-111.83884)"
                     id="g3394">
                    <path
                       d="M 424.44426,13.892938 C 401.41984,13.494923 380.87696,34.820651 382.33159,57.895378 C 382.86756,77.250345 397.98487,95.354352 417.38048,98.316112 C 435.44379,101.55461 455.19,92.154618 462.97793,75.316798 C 470.85224,59.493461 468.00023,38.874435 455.07166,26.518589 C 447.03726,18.505274 435.89238,13.555088 424.44426,13.892938 z "
                       style="fill:url(#radialGradient4483);fill-opacity:1;stroke:none;stroke-width:13.90160656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                       id="path5634" />
                    <path
                       d="M 449.23233,27.003698 C 429.30553,26.971468 418.23567,30.351237 402.88902,47.418534 C 390.40978,61.29691 387.83131,76.38369 387.06515,74.795378 C 385.14062,70.805655 374.67336,42.300737 401.76006,22.663613 C 426.46977,4.7497596 452.70204,23.715228 455.11697,28.309424"
                       style="opacity:0.43129769;fill:url(#linearGradient4485);fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1"
                       id="path5636" />
                  </g>
                  <path
                     d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                     transform="matrix(-1.2652142e-3,0.1222225,-0.1039487,-1.0760257e-3,279.68556,-160.13163)"
                     style="opacity:0.74444442;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                     id="path11123" />
                </g>
              </g>
              <circle id="strangeStyleCircle" cx="0" cy="0" r="100" style="FILL: green; FILL-OPACITY:1;background-IMAGE: url(FOOBAR.SVG); stroke:PURPLE;stroke-width:3PX"/>
            </g>
          </g>
        </svg>
      </script>
    
      <h1 id="testHTMLH1" style="border: 3px solid black;">Test HTML H1</h1>
    </div> <!-- end test_container -->
    
    <h2 id="htmlH2">This is an HTML H2</h2>
  </body></html>
<html>

  <!-- Runs a suite of unit tests against our JavaScript SVG DOM and CSS API -->

  <head>
    <meta name="svg.render.forceflash" content="false" />

    <script src="../../src/svg.js" data-path="../../src" data-debug="true"></script>
    <script src="test_js.js"></script>
    <script src="testUtil.js"></script>
    
    <script>
      function bodyOnLoad() {
        // indicate which onload listener fired for later testing
        window._pageLoadedListeners.push('bodyOnLoad');
        
        // specify how each of our SVG images is embedded to help the unit
        // tests run correctly
        var embedTypes = {};
        embedTypes['mySVG'] = 'object';
        embedTypes['svg2'] = 'object';
        embedTypes['svg11242'] = 'object';

        // run the tests
        runTests(embedTypes);
      }
      
      // subscribe to the page load event in different ways to make sure
      // it works
      window.addEventListener('svgload', function() {
        window._pageLoadedListeners.push('addEventListener, useCapture=false');
      }, false);
      window.addEventListener('SVGLoad', function() {
        window._pageLoadedListeners.push('addEventListener, useCapture=true');
      }, true);
      
      if (window.attachEvent) { // IE
        window.attachEvent('onSVGLoad', function() {
          window._pageLoadedListeners.push('attachEvent');
        });
      }
    </script>
  </head>

  <body onsvgload="bodyOnLoad()">
    <div id="test_container">
      <h1>Runs a suite of unit tests against our JavaScript SVG DOM
          on a normal text/html page using OBJECTs to embed the SVG</h1>
          
      <!--[if !IE]>-->
        <object data="embed1.svg" type="image/svg+xml"
                width="500" height="500" id="mySVG"> <!--<![endif]-->
      <!--[if lt IE 9]>
        <object src="embed1.svg" classid="image/svg+xml"
                width="500" height="500" id="mySVG"> <![endif]-->
        <!--[if gte IE 9]>
        <object data="embed1.svg" type="image/svg+xml"
                width="500" height="500" id="mySVG"> <![endif]-->
        <h1>Fallback content 1</h1>
        </object>
      
      <!--[if !IE]>-->
        <object data="embed2.svg?queryParam1=queryValue1&amp;queryParam2=query%20with%20spaces#someHash"
                type="image/svg+xml" width="450" height="450" id="svg2"> <!--<![endif]-->
      <!--[if lt IE 9]>
        <object src="embed2.svg?queryParam1=queryValue1&amp;queryParam2=query%20with%20spaces#someHash"
                classid="image/svg+xml" width="450" height="450" id="svg2"> <![endif]-->
        <!--[if gte IE 9]>
        <object data="embed2.svg?queryParam1=queryValue1&amp;queryParam2=query%20with%20spaces#someHash"
                type="image/svg+xml" width="450" height="450" id="svg2"> <![endif]-->
        <param name="Param1" value="ParamValue1" />
        <param name="Param2" value="ParamValue2" />
        <h1>Fallback content 2</h1>
        </object>

      <!--[if !IE]>-->
        <object data="embed3.svg"
                type="image/svg+xml" width="466" height="265" id="svg11242"> <!--<![endif]-->
      <!--[if lt IE 9]>
        <object src="embed3.svg"
                classid="image/svg+xml" width="466" height="265" id="svg11242"> <![endif]-->
        <!--[if gte IE 9]>
        <object data="embed3.svg"
                type="image/svg+xml" width="466" height="265" id="svg11242"> <![endif]-->
        <h1>Fallback content 3</h1>
        </object>
    
      <h1 id="testHTMLH1" style="border: 3px solid black;">Test HTML H1</h1>
    </div> <!-- end test_container -->
    
    <h2 id="htmlH2">This is an HTML H2</h2>
  </body></html>
<!DOCTYPE html>
<html>

  <!-- Runs a suite of unit tests against our JavaScript SVG DOM and CSS API -->

  <head>
    <meta name="svg.render.forceflash" content="false" />
    <meta name="svg.config.data-path" content="../../src" />
        
    <script src="../../src/svg.js" data-debug="true"></script>
    <script src="test_js.js"></script>
    <script src="testUtil.js"></script>

    <script>
      // subscribe to the page load event in different ways to make sure
      // it works
      window.addEventListener('SVGLoad', function() {
        window._pageLoadedListeners.push('addEventListener, useCapture=false');
      }, false);
      window.addEventListener('svgload', function() {
        window._pageLoadedListeners.push('addEventListener, useCapture=true');
      }, true);
      
      if (window.attachEvent) { // IE
        window.attachEvent('onsvgload', function() {
          window._pageLoadedListeners.push('attachEvent');
        });
      }
      
      window.onsvgload = function() {
        // indicate which onload listener fired for later testing
        window._pageLoadedListeners.push('windowOnLoad');
        
        // specify how each of our SVG images is embedded to help the unit
        // tests run correctly
        var embedTypes = {};
        embedTypes['mySVG'] = 'script';
        embedTypes['svg2'] = 'script';
        embedTypes['svg11242'] = 'script';
        
        // run the tests
        runTests(embedTypes);
      };
    </script>
  </head>

  <body>
    <div id="test_container">
      <h1>Runs a suite of unit tests against our JavaScript SVG DOM 
          on a normal text/html page using directly embedded SVG</h1>
    
      <script type="image/svg+xml">
        <svg id="mySVG" width="500" height="500"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             onload="svgweb._scriptEmbedOnLoad(this)"
             class="mySVGClassName1 mySVGClassName2">
          <g id="myGroup" class="foobar">
            <rect
               id="myRect"
               width="36.416"
               height="36.416"
               x="50"
               y="50"
               fill="red"/>
            <text id="myText" 
                  x="80" 
                  y="80" 
                  font-family="Verdana" 
                  font-size="24" 
                  fill="blue">hello world</text>
            <desc>This is a description</desc>
            <title>This is a title</title>
            <rect id="anotherRect1" x="350" y="150" width="50" height="50"
                  style="fill: blue"/>
            <rect id="anotherRect2" x="350" y="220" width="50" height="50" />
          </g>
          <g id="removeMe">
            <text x="80" y="150" id="testText5">You should not see this</text>
            <rect x="80" y="190" width="15" height="15" fill="green"/>
          </g>
        </svg>
      </script>
  
      <script type="image/svg+xml">
        <?xml version="1.0"?>
        <svg
           xmlns:dc="http://purl.org/dc/elements/1.1/"
           xmlns:cc="http://web.resource.org/cc/"
           xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:svg="http://www.w3.org/2000/svg"
           xmlns="http://www.w3.org/2000/svg"
           xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
           xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
           width="450"
           height="450"
           id="svg2"
           sodipodi:version="0.32"
           inkscape:version="0.45"
           sodipodi:docbase="/home/lukisuser/Desktop/mounted storage/bfiles 2007/Projects/Squares - 08 August"
           sodipodi:docname="spring_tree_final.svg"
           inkscape:output_extension="org.inkscape.output.svg.inkscape"
           version="1.0"
           sodipodi:modified="true"
           style="shape-rendering: geometricPrecision;">
          <defs
             id="defs4" />
          <sodipodi:namedview
             id="base"
             pagecolor="#ffffff"
             bordercolor="#666666"
             borderopacity="1.0"
             gridtolerance="10000"
             guidetolerance="10"
             objecttolerance="10"
             inkscape:pageopacity="0.0"
             inkscape:pageshadow="2"
             inkscape:zoom="1.6488889"
             inkscape:cx="225"
             inkscape:cy="225"
             inkscape:document-units="px"
             inkscape:current-layer="layer2"
             inkscape:window-width="910"
             inkscape:window-height="945"
             inkscape:window-x="25"
             inkscape:window-y="25"
             width="5in"
             height="5in"
             units="in"
             borderlayer="true" />
          <metadata
             id="metadata7">
            <rdf:RDF>
              <cc:Work
                 rdf:about=""
                 id="myCCWork">
                <dc:format>image/svg+xml</dc:format>
                <dc:type id="myDCType"
                   rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
              </cc:Work>
            </rdf:RDF>
          </metadata>
          <g
             inkscape:label="bg"
             inkscape:groupmode="layer"
             id="layer1"
             style="opacity:1;display:inline">
            <rect
               y="-1.7111325"
               x="-2.2665024"
               height="455.04538"
               width="455.04538"
               id="rect3926"
               style="opacity:1;fill:#c1cfeb;fill-opacity:1;stroke:#555040;stroke-width:3.16145396;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               style="opacity:1;fill:#585a53;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
               d="M -20.133478,316.78351 C -2.5343923,300.86446 23.150308,304.80212 43.988839,310.96541 C 64.182313,311.03608 84.995525,308.01108 102.22691,296.84598 C 116.66515,291.19078 133.79301,284.32476 148.30745,293.77777 C 164.10698,306.69071 183.19684,310.30976 201.28953,299.86958 C 220.6633,293.25475 231.73414,283.23716 251.94853,283.33722 C 273.59866,283.44962 280.81344,306.25205 297.64771,310.93883 C 318.87056,316.8474 338.07631,304.09275 351.47223,307.28886 C 365.27894,310.58296 386.98702,326.3148 408.2949,324.48886 C 425.22232,319.70984 428.34402,315.64725 448.13463,315.6678 C 459.12426,315.44023 482.48913,306.95039 477.97163,325.59815 C 478.30341,380.34313 478.63519,424.53633 478.96697,479.2813 C 309.08287,477.17096 139.1988,475.06064 -30.685293,472.9503 C -27.16803,420.89469 -23.650742,368.83911 -20.133478,316.78351 z "
               id="path3913"
               sodipodi:nodetypes="cccccssscccccc" />
            <path
               style="opacity:1;fill:#2d2a22;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
               d="M -26.464558,347.38376 C -14.627076,332.27699 4.5990659,323.63037 22.927329,333.61598 C 44.15365,340.45766 63.494842,337.69222 86.75505,336.39138 C 107.11568,329.94649 124.3604,329.12923 146.77098,331.03707 C 166.6472,343.39756 188.9668,335.48212 207.4473,326.44924 C 225.58017,316.28316 246.4991,314.44583 266.87566,315.7283 C 289.93988,308.50139 313.42228,328.59545 335.64065,315.19111 C 354.73339,310.04349 372.71117,326.64853 377.66963,341.0526 C 385.06199,362.5271 412.31684,364.31988 423.70191,361.10106 C 446.96178,358.30871 459.72126,360.01151 479.39669,362.35115 C 484.82729,368.13087 486.6699,390.17234 487.51983,397.61438 C 486.07577,427.65047 484.63172,457.68659 483.18768,487.72271 C 312.24841,484.90891 141.30915,482.09511 -29.630097,479.2813 C -28.574926,435.31545 -27.51973,391.34962 -26.464558,347.38376 z "
               id="path2940"
               sodipodi:nodetypes="cccccccscccccc" />
            <path
               id="path3936"
               d="M -46.533786,262.52475 C -46.533786,262.16533 -46.533786,261.80586 -46.533786,261.44645 C -46.533786,243.62866 16.554981,229.01164 23.485398,228.01906 C 43.635049,225.13323 96.995265,231.69508 116.84434,238.80207 C 147.34473,249.72283 184.4183,244.30422 215.02288,238.8252 C 252.24764,232.16103 286.868,208.98234 323.89032,200.14508 C 346.16295,194.82854 375.76711,197.75111 397.37169,206.59173 C 409.70541,211.63876 446.75054,212.33172 462.87351,215.21819 C 472.53968,216.9487 480.83934,220.60965 490.73062,220.60965 C 497.75494,220.60965 499.74082,201.30564 501.27114,194.73044 C 508.32008,164.44377 505.67234,129.04022 508.80009,97.683202 C 511.01863,75.441418 506.5414,52.97892 506.5414,30.828408 C 506.5414,17.668612 505.29744,4.6674469 503.52982,-7.9904811 C 500.04884,-32.918035 486.04048,-30.634835 470.40248,-30.634835 C 429.12258,-30.634835 387.49351,-45.73107 346.17488,-45.73107 C 311.26695,-45.73107 276.46532,-46.809369 241.52253,-46.809369 C 213.1252,-46.809369 184.94239,-42.496173 156.44546,-42.496173 C 136.10784,-42.496173 109.82707,-44.135484 90.19075,-37.104653 C 69.826652,-29.813245 47.25022,-40.060831 26.947603,-32.791432 C 18.52442,-29.775503 8.4274651,-32.015368 -0.15658888,-29.556536 C -10.878005,-26.485473 -16.581633,-28.643702 -25.755006,-17.695196 C -36.996821,-4.2780101 -49.812115,7.9805779 -53.612111,29.750109 C -58.322411,56.734631 -59.45499,82.116074 -62.646843,109.54451 C -65.945261,137.88872 -65.356136,173.28344 -65.356136,202.1398 C -65.356136,213.09986 -65.340402,225.97518 -63.850359,236.6455 C -63.01255,242.64504 -57.628423,243.79681 -54.062716,246.35022 C -49.532279,249.59448 -48.420809,254.41694 -46.533786,262.52475 z "
               style="opacity:1;fill:#859ec4;fill-opacity:1;stroke:none;stroke-width:7.30000019;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               sodipodi:nodetypes="csssssssssssssssssssssssssc" />
            <path
               style="opacity:1;fill:#5b7ab0;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
               d="M -22.243797,61.429779 C -22.695789,62.166617 -36.245829,60.213957 -22.869133,58.818685 C 1.1579674,54.967305 34.496962,63.55683 50.014109,51.126405 C 68.109959,49.820165 80.359908,47.080328 98.12451,49.543878 C 117.86847,54.946658 141.02981,65.795844 161.87254,61.398285 C 187.56566,58.327809 208.59184,51.154834 234.39165,49.670993 C 258.74315,48.603101 282.02303,56.660312 304.14915,65.857591 C 325.42686,71.978044 348.09529,72.210095 369.98921,70.311593 C 393.61532,65.135927 417.03605,65.110344 439.21565,55.158426 C 451.91506,53.109488 477.52727,55.130995 480.38673,41.458361 C 477.09965,21.735968 474.86776,-1.1519631 471.5807,-20.874355 C 309.08287,-20.522606 146.58508,-20.170883 -15.912742,-19.819158 C -19.78173,7.2638279 -18.374809,34.346816 -22.243797,61.429779 z "
               id="path3919"
               sodipodi:nodetypes="ccccccccccccc" />
            <path
               style="opacity:1;fill:#262a2f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
               d="M -10.636859,376.92878 C -7.0593563,374.73445 1.7832303,369.54251 9.4115773,369.54251 C 13.670202,369.54251 19.678399,380.86451 22.07376,383.25986 C 26.425065,387.61117 28.777696,389.24978 33.680749,391.70131 C 39.934858,394.82835 47.309704,394.31717 53.72916,395.92203 C 59.174594,397.2834 63.798318,396.59276 69.556883,398.03239 C 74.433963,399.25166 81.349447,398.03239 86.439779,398.03239 C 91.316758,398.03239 98.326527,389.38112 102.26747,386.42539 C 109.98045,380.64067 123.31772,379.03913 132.86772,379.03913 C 140.95745,379.03913 149.04715,379.03913 157.13686,379.03913 C 167.79771,379.03913 178.17812,382.40325 187.73711,384.31503 C 196.19586,386.00681 202.81106,388.61111 210.9511,390.64611 C 220.74338,393.0942 231.15715,392.5321 240.49616,394.86685 C 253.14942,398.03018 266.43514,393.81168 279.53782,393.81168 C 293.23069,393.81168 309.11556,386.31008 322.80024,382.2047 C 325.90624,381.27289 329.13132,380.79776 332.29685,380.09433 C 338.63388,378.68609 347.25132,378.20227 352.34528,376.92878 C 357.42083,375.6599 364.39723,378.07294 369.22818,379.03913 C 374.81566,380.15663 379.63649,384.01538 385.0559,385.37023 C 391.91352,387.08462 400.57169,389.96259 406.15951,392.75648 C 411.55301,395.45323 414.41596,395.30194 419.87686,398.03239 C 423.33372,399.76083 431.79936,399.43023 434.64939,400.14276 C 439.77359,401.42381 446.44714,400.19045 450.47708,401.19793 C 455.27564,402.39758 459.9448,404.87659 463.13928,406.47384 C 467.43851,408.62346 471.04077,410.15462 473.69107,412.80492 C 476.7497,415.86355 478.45645,419.68067 481.07733,422.30154 C 484.28491,425.50912 476.4649,432.18989 475.80144,432.85336 C 472.77174,435.88304 463.16928,436.22393 458.91853,437.07407 C 451.74983,438.50781 444.61833,436.01889 437.81492,436.01889 C 430.50735,436.01889 422.76883,433.22071 415.65612,431.79818 C 408.00405,430.26775 400.73774,429.68781 392.44215,429.68781 C 384.35243,429.68781 376.26273,429.68781 368.17301,429.68781 C 359.02812,429.68781 349.88321,429.68781 340.73829,429.68781 C 334.25245,429.68781 326.11039,432.6134 319.63469,433.90852 C 311.86049,435.46338 303.55772,437.07407 295.36554,437.07407 C 287.74566,437.07407 280.13767,439.18444 272.15156,439.18444 C 264.01474,439.18444 257.84199,437.07407 249.99276,437.07407 C 243.66463,437.07407 235.91176,434.04682 229.94434,432.85336 C 222.18927,431.30234 211.30085,429.68781 202.50964,429.68781 C 191.60611,429.68781 180.70256,429.68781 169.79902,429.68781 C 160.30241,429.68781 150.80578,429.68781 141.30917,429.68781 C 128.70357,429.68781 119.16557,440.02555 107.54339,442.34997 C 101.16508,443.62565 98.680858,446.14838 92.77086,447.62588 C 88.136095,448.78458 83.682425,448.68106 77.998331,448.68106 C 70.699287,448.68106 64.850815,446.57071 57.949895,446.57071 C 52.3727,446.57071 50.132542,444.61637 45.287736,443.40517 C 41.75053,442.52086 36.402323,439.49005 33.680749,438.12926 C 28.971834,435.7748 24.694144,435.09122 19.963392,433.90852 C 16.191097,432.96546 12.402337,430.12801 9.4115773,428.63264 C 4.2174047,426.03555 4.3449825,424.41191 -3.2505831,424.41191 C -10.339731,424.41191 -12.49757,424.91117 -14.857571,420.1912 C -17.005706,415.89493 -17.964016,411.98618 -19.078306,407.52901 C -20.367376,402.37273 -17.817348,396.15415 -16.967939,392.75648 C -15.0734,385.17841 -17.325743,383.61767 -10.636859,376.92878 z "
               id="path3924" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer5"
             inkscape:label="sketch"
             style="opacity:0.39534882;display:none"
             sodipodi:insensitive="true">
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 276.7942,130.31422 C 277.86932,148.45158 284.99929,164.68195 290.10668,181.7066 C 292.40065,189.35315 295.52304,197.25984 298.46568,204.61645 C 300.33395,209.28711 300.74063,213.93183 301.56161,218.85771 C 302.07568,221.9421 302.49039,224.68887 302.49039,227.83589"
               id="path3172" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 284.22442,51.987292 C 284.22442,67.570248 287.42847,83.958928 289.79709,99.354958 C 293.0198,120.30254 292.78183,141.6656 295.98894,162.51185 C 297.81317,174.36932 298.90691,186.69907 301.25202,198.4246 C 301.51501,199.73955 301.56742,201.23417 301.8712,202.4493"
               id="path3174" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 292.58342,106.47559 C 295.1032,119.07445 297.60046,132.29889 303.41917,143.9363 C 307.326,151.74997 309.07138,161.14286 312.70694,169.32289 C 316.61553,178.1172 322.9235,191.35853 322.9235,200.90134 C 322.9235,203.61366 324.5722,206.66808 325.09065,209.26034"
               id="path3176" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 302.79998,57.250368 C 302.79998,63.213378 310.81059,89.409048 313.32613,95.949438 C 319.66421,112.42844 322.10551,131.01158 326.9482,147.961 C 329.21404,155.89142 335.47398,162.27412 336.85517,170.56126 C 337.26672,173.03057 339.14307,175.18977 339.6415,177.68189 C 341.24651,185.70692 340.57028,168.91866 340.57028,166.84615 C 340.57028,143.64995 341.49905,120.4231 341.49905,97.187818 C 341.49905,81.449298 342.42783,65.594758 342.42783,50.129736 C 342.42783,47.61216 341.80865,44.983054 341.80865,42.389921"
               id="path3178" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 362.55135,51.987292 C 362.55135,48.10125 360.3842,59.556178 360.3842,63.442218 C 360.3842,69.867148 356.84572,87.636098 355.43072,94.711068 C 354.5658,99.035688 351.66941,111.56767 355.43072,100.28374 C 359.96118,86.692368 363.87022,72.603058 367.81443,58.798328 C 370.12772,50.701799 374.96596,43.690284 379.88854,37.126846"
               id="path3180" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 382.67487,50.748921 C 383.25933,48.703306 381.52715,54.969908 380.19813,56.631178 C 379.54682,57.445328 371.0878,81.662888 369.0528,85.732888 C 365.97276,91.892958 365.40834,98.453148 363.78972,104.92763 C 363.03032,107.96525 363.61525,111.46842 362.24176,114.21541 C 361.08015,116.53863 360.71637,119.69779 360.07461,122.26481 C 359.37815,125.05066 359.14583,128.3771 359.14583,131.243 C 359.14583,133.79399 361.00339,136.4907 361.00339,139.29241 C 361.00339,141.71256 365.45388,131.4364 367.50483,129.38544 C 373.05491,123.83537 375.9068,116.01567 380.50772,109.88111 C 384.22483,104.92497 387.27123,98.259188 389.17632,92.543928 C 392.63478,82.168538 393.26525,70.177458 395.05858,59.417518 C 395.56418,56.383908 396.52502,53.242139 397.22572,50.439328 C 397.28169,50.215462 397.43212,50.026538 397.53532,49.820143"
               id="path3182" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 404.03676,50.129736 C 404.46299,48.424816 403.72717,53.635418 403.72717,55.392808 C 403.72717,63.842648 400.75516,76.816458 396.91613,84.494518 C 393.62446,91.077858 391.29458,100.78888 389.48591,108.02355 C 388.29815,112.77458 386.7116,117.28328 384.84202,121.64563 C 383.31755,125.20273 379.88832,127.99283 378.34058,131.86219 C 377.38732,134.24532 376.35071,136.4611 375.24465,138.67322 C 374.02627,141.10999 372.4604,143.30876 371.83913,145.79385 C 371.35805,147.71817 369.47149,148.98116 368.7432,150.43774 C 367.99918,151.92579 367.02362,152.6722 366.57606,154.46245 C 366.08534,156.42532 366.21299,157.04613 365.33769,158.79674 C 364.51043,160.45124 363.36055,161.44056 361.93217,162.51185 C 360.73539,163.40943 360.68221,165.66572 360.3842,167.15574 C 359.73048,170.42436 359.45543,174.04454 359.45543,177.3723 C 359.45543,180.27972 358.52665,183.00878 358.52665,186.04089 C 358.52665,188.45641 357.74004,191.04488 357.28828,192.85193 C 356.90204,194.39689 356.66909,195.78996 356.66909,197.49582 C 356.66909,199.65442 356.97869,201.46694 356.97869,203.68767 C 356.97869,205.52576 357.28828,207.05131 357.28828,208.95075 C 357.28828,209.36354 357.28828,209.77633 357.28828,210.18912"
               id="path3184" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 370.91035,205.23563 C 370.91035,208.49903 374.86392,200.01964 376.48302,197.18623 C 383.20517,185.42246 391.6309,175.89082 395.98735,162.82145 C 400.16639,150.28434 404.87106,136.95236 406.5135,123.81278 C 408.4392,108.40719 413.41986,93.456688 419.51639,79.231438 C 421.71039,74.112108 424.84949,69.494028 427.25621,64.680588 C 428.50572,62.181568 430.30635,60.048148 432.82887,59.417518 C 434.12493,59.093498 437.89645,55.278718 439.02073,54.154438 C 440.32192,52.853246 441.22317,52.261589 442.73584,50.748921 C 443.23558,50.249179 443.90792,50.008082 444.2838,49.820143"
               id="path3186" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 452.95239,51.677699 C 454.75466,49.875431 450.34151,56.058418 448.92769,58.179148 C 443.06488,66.973368 436.45154,74.881018 430.66173,83.565738 C 427.3625,88.514578 425.26197,95.257818 423.85069,100.90292 C 423.69508,101.52537 431.58781,94.250718 436.23439,87.280848 C 440.08979,81.497758 443.09321,74.230188 447.99891,69.324478 C 448.4117,68.911688 448.82449,68.498898 449.23728,68.086108 C 451.19811,66.125278 452.04968,63.893578 454.80995,62.513438 C 455.30169,62.267568 455.91889,61.404508 456.35791,60.965478"
               id="path3188" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 457.59628,85.113698 C 460.01208,83.905808 453.62388,88.776518 451.71402,90.686368 C 445.04223,97.358168 436.776,109.49465 433.75765,118.5497 C 430.05998,129.64272 427.26761,140.81187 422.92191,151.67611 C 421.11995,156.18102 417.84572,166.6536 417.03965,171.49004 C 416.57958,174.25049 413.99332,176.86431 413.32454,179.53945 C 412.64531,182.25638 412.43219,184.9664 411.77658,187.58886 C 411.01412,190.63869 408.5427,194.05662 407.13269,196.87663 C 405.26877,200.60448 402.43328,203.17953 400.63124,206.7836 C 400.03455,207.97698 399.36219,208.39292 398.77369,209.56993"
               id="path3190" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 355.12113,127.2183 C 356.68404,127.2183 360.34052,127.2183 362.86094,127.2183 C 365.39968,127.2183 367.17361,126.28952 369.67198,126.28952 C 371.63274,126.28952 373.59349,126.28952 375.55424,126.28952 C 377.77484,126.28952 380.57925,127.00398 382.67487,127.52789 C 384.57822,128.00372 386.3026,128.28002 388.24754,128.76626 C 390.5749,129.3481 393.13855,129.38544 395.67776,129.38544 C 399.06635,129.38544 402.49157,128.76626 405.89432,128.76626 C 408.72006,128.76626 409.80668,129.35736 412.39576,130.00463 C 414.25128,130.46851 417.83899,132.35193 419.2068,133.71974 C 420.5459,135.05884 423.62597,136.68084 425.39865,137.74444 C 427.44429,138.97183 429.85855,140.98933 432.20969,141.45956 C 433.91162,141.79994 435.23786,143.86855 436.54399,145.17467 C 437.99549,146.62617 440.94758,148.39997 442.42625,149.50896 C 443.86681,150.58939 445.61141,150.52697 446.76054,151.67611 C 448.34381,153.25938 450.13409,153.81129 451.71402,155.39122 C 453.47252,157.14972 454.58963,159.40549 456.66751,160.96389 C 458.98417,162.70139 460.46773,163.78889 461.93058,166.22696 C 462.2629,166.78083 462.8667,167.47268 463.16895,167.77493"
               id="path3192" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 363.78972,153.22408 C 364.68138,152.33239 370.32926,151.04169 373.38709,149.81856 C 377.08366,148.33993 382.38605,147.33662 386.08039,146.41304 C 388.59454,145.7845 390.56584,145.44647 392.89143,144.86507 C 394.72009,144.40791 396.59798,144.25445 397.84491,143.00752 C 397.98858,142.86385 399.60958,142.12518 399.70247,142.07874"
               id="path3194" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.9000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 353.86435,142.15991 C 350.94184,142.15991 350.04862,137.72499 347.98209,135.65846 C 345.28709,132.96346 343.21828,130.27546 340.55187,127.60905 C 340.13908,127.19626 339.72629,126.78347 339.3135,126.37068 C 336.4673,123.52448 333.19941,120.41124 329.71613,118.32128 C 325.79641,115.96944 321.7258,113.77475 317.95161,111.51024 C 315.1531,109.83113 311.61918,109.25874 308.66383,107.48553 C 306.62618,106.26294 304.82242,105.37845 303.09117,104.08002 C 301.49863,102.88562 300.01811,102.23961 298.75687,101.29368 C 297.11018,100.05866 295.60646,99.408885 293.80339,98.507348 C 292.21795,97.714628 290.94544,97.096277 289.1595,96.649793 C 286.40194,95.960404 284.41077,94.430223 282.03887,93.244274 C 281.85426,93.151971 281.62608,93.244274 281.41968,93.244274 C 280.68774,93.244274 278.68267,91.411377 278.01416,91.077126"
               id="path4358" />
            <path
               id="path2591"
               d="M 493.79071,413.96979 C 494.86583,432.10715 501.9958,448.33752 507.10319,465.36217 C 509.39716,473.00872 512.51955,480.91541 515.46219,488.27202 C 517.33046,492.94268 517.73714,497.5874 518.55812,502.51328 C 519.07219,505.59767 519.4869,508.34444 519.4869,511.49146"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2593"
               d="M 501.22093,335.64287 C 501.22093,351.22582 504.42498,367.6145 506.7936,383.01053 C 510.01631,403.95811 509.77834,425.32117 512.98545,446.16742 C 514.80968,458.02489 515.90342,470.35464 518.24853,482.08017 C 518.51152,483.39512 518.56393,484.88974 518.86771,486.10487"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2595"
               d="M 509.57993,390.13116 C 512.09971,402.73002 514.59697,415.95446 520.41568,427.59187 C 524.32251,435.40554 526.06789,444.79843 529.70345,452.97846 C 533.61204,461.77277 539.92001,475.0141 539.92001,484.55691 C 539.92001,487.26923 541.56871,490.32365 542.08716,492.91591"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2597"
               d="M 519.79649,340.90594 C 519.79649,346.86895 527.8071,373.06462 530.32264,379.60501 C 536.66072,396.08401 539.10202,414.66715 543.94471,431.61657 C 546.21055,439.54699 552.47049,445.92969 553.85168,454.21683 C 554.26323,456.68614 556.13958,458.84534 556.63801,461.33746 C 558.24302,469.36249 557.56679,452.57423 557.56679,450.50172 C 557.56679,427.30552 558.49556,404.07867 558.49556,380.84339 C 558.49556,365.10487 559.42434,349.25033 559.42434,333.78531 C 559.42434,331.26773 558.80516,328.63863 558.80516,326.0455"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2599"
               d="M 579.54786,335.64287 C 579.54786,331.75682 577.38071,343.21175 577.38071,347.09779 C 577.38071,353.52272 573.84223,371.29167 572.42723,378.36664 C 571.56231,382.69126 568.66592,395.22324 572.42723,383.93931 C 576.95769,370.34794 580.86673,356.25863 584.81094,342.4539 C 587.12423,334.35737 591.96247,327.34586 596.88505,320.78242"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2601"
               d="M 599.67138,334.4045 C 600.25584,332.35888 598.52366,338.62548 597.19464,340.28675 C 596.54333,341.1009 588.08431,365.31846 586.04931,369.38846 C 582.96927,375.54853 582.40485,382.10872 580.78623,388.5832 C 580.02683,391.62082 580.61176,395.12399 579.23827,397.87098 C 578.07666,400.1942 577.71288,403.35336 577.07112,405.92038 C 576.37466,408.70623 576.14234,412.03267 576.14234,414.89857 C 576.14234,417.44956 577.9999,420.14627 577.9999,422.94798 C 577.9999,425.36813 582.45039,415.09197 584.50134,413.04101 C 590.05142,407.49094 592.90331,399.67124 597.50423,393.53668 C 601.22134,388.58054 604.26774,381.91476 606.17283,376.1995 C 609.63129,365.82411 610.26176,353.83303 612.05509,343.07309 C 612.56069,340.03948 613.52153,336.89771 614.22223,334.0949 C 614.2782,333.87104 614.42863,333.68211 614.53183,333.47572"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2603"
               d="M 621.03327,333.78531 C 621.4595,332.08039 620.72368,337.29099 620.72368,339.04838 C 620.72368,347.49822 617.75167,360.47203 613.91264,368.15009 C 610.62097,374.73343 608.29109,384.44445 606.48242,391.67912 C 605.29466,396.43015 603.70811,400.93885 601.83853,405.3012 C 600.31406,408.8583 596.88483,411.6484 595.33709,415.51776 C 594.38383,417.90089 593.34722,420.11667 592.24116,422.32879 C 591.02278,424.76556 589.45691,426.96433 588.83564,429.44942 C 588.35456,431.37374 586.468,432.63673 585.73971,434.09331 C 584.99569,435.58136 584.02013,436.32777 583.57257,438.11802 C 583.08185,440.08089 583.2095,440.7017 582.3342,442.45231 C 581.50694,444.10681 580.35706,445.09613 578.92868,446.16742 C 577.7319,447.065 577.67872,449.32129 577.38071,450.81131 C 576.72699,454.07993 576.45194,457.70011 576.45194,461.02787 C 576.45194,463.93529 575.52316,466.66435 575.52316,469.69646 C 575.52316,472.11198 574.73655,474.70045 574.28479,476.5075 C 573.89855,478.05246 573.6656,479.44553 573.6656,481.15139 C 573.6656,483.30999 573.9752,485.12251 573.9752,487.34324 C 573.9752,489.18133 574.28479,490.70688 574.28479,492.60632 C 574.28479,493.01911 574.28479,493.4319 574.28479,493.84469"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2605"
               d="M 587.90686,488.8912 C 587.90686,492.1546 591.86043,483.67521 593.47953,480.8418 C 600.20168,469.07803 608.62741,459.54639 612.98386,446.47702 C 617.1629,433.93991 621.86757,420.60793 623.51001,407.46835 C 625.43571,392.06276 630.41637,377.11226 636.5129,362.88701 C 638.7069,357.76768 641.846,353.1496 644.25272,348.33616 C 645.50223,345.83714 647.30286,343.70372 649.82538,343.07309 C 651.12144,342.74907 654.89296,338.93429 656.01724,337.81001 C 657.31843,336.50882 658.21968,335.91716 659.73235,334.4045 C 660.23209,333.90475 660.90443,333.66366 661.28031,333.47572"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2607"
               d="M 669.9489,335.33327 C 671.75117,333.53101 667.33802,339.71399 665.9242,341.83472 C 660.06139,350.62894 653.44805,358.53659 647.65824,367.22131 C 644.35901,372.17015 642.25848,378.91339 640.8472,384.55849 C 640.69159,385.18094 648.58432,377.90629 653.2309,370.93642 C 657.0863,365.15333 660.08972,357.88576 664.99542,352.98005 C 665.40821,352.56726 665.821,352.15447 666.23379,351.74168 C 668.19462,349.78085 669.04619,347.54915 671.80646,346.16901 C 672.2982,345.92314 672.9154,345.06008 673.35442,344.62105"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2609"
               d="M 674.59279,368.76927 C 677.00859,367.56138 670.62039,372.43209 668.71053,374.34194 C 662.03874,381.01374 653.77251,393.15022 650.75416,402.20527 C 647.05649,413.29829 644.26412,424.46744 639.91842,435.33168 C 638.11646,439.83659 634.84223,450.30917 634.03616,455.14561 C 633.57609,457.90606 630.98983,460.51988 630.32105,463.19502 C 629.64182,465.91195 629.4287,468.62197 628.77309,471.24443 C 628.01063,474.29426 625.53921,477.71219 624.1292,480.5322 C 622.26528,484.26005 619.42979,486.8351 617.62775,490.43917 C 617.03106,491.63255 616.3587,492.04849 615.7702,493.2255"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2611"
               d="M 572.11764,410.87387 C 573.68055,410.87387 577.33703,410.87387 579.85745,410.87387 C 582.39619,410.87387 584.17012,409.94509 586.66849,409.94509 C 588.62925,409.94509 590.59,409.94509 592.55075,409.94509 C 594.77135,409.94509 597.57576,410.65955 599.67138,411.18346 C 601.57473,411.65929 603.29911,411.93559 605.24405,412.42183 C 607.57141,413.00367 610.13506,413.04101 612.67427,413.04101 C 616.06286,413.04101 619.48808,412.42183 622.89083,412.42183 C 625.71657,412.42183 626.80319,413.01293 629.39227,413.6602 C 631.24779,414.12408 634.8355,416.0075 636.20331,417.37531 C 637.54241,418.71441 640.62248,420.33641 642.39516,421.40001 C 644.4408,422.6274 646.85506,424.6449 649.2062,425.11513 C 650.90813,425.45551 652.23437,427.52412 653.5405,428.83024 C 654.992,430.28174 657.94409,432.05554 659.42276,433.16453 C 660.86332,434.24496 662.60792,434.18254 663.75705,435.33168 C 665.34032,436.91495 667.1306,437.46686 668.71053,439.04679 C 670.46903,440.80529 671.58614,443.06106 673.66402,444.61946 C 675.98068,446.35696 677.46424,447.44446 678.92709,449.88253 C 679.25941,450.4364 679.86321,451.12825 680.16546,451.4305"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2613"
               d="M 580.78623,436.87965 C 581.67789,435.98796 587.32577,434.69726 590.3836,433.47413 C 594.08017,431.9955 599.38256,430.99219 603.0769,430.06861 C 605.59105,429.44007 607.56235,429.10204 609.88794,428.52064 C 611.7166,428.06348 613.59449,427.91002 614.84142,426.66309 C 614.98509,426.51942 616.60609,425.78075 616.69898,425.73431"
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path2615"
               d="M 570.86086,425.81548 C 567.93835,425.81548 567.04513,421.38056 564.9786,419.31403 C 562.2836,416.61903 560.21479,413.93103 557.54838,411.26462 C 557.13559,410.85183 556.7228,410.43904 556.31001,410.02625 C 553.46381,407.18005 550.19592,404.06681 546.71264,401.97685 C 542.79292,399.62501 538.72231,397.43032 534.94812,395.16581 C 532.14961,393.4867 528.61569,392.91431 525.66034,391.1411 C 523.62269,389.91851 521.81893,389.03402 520.08768,387.73559 C 518.49514,386.54119 517.01462,385.89518 515.75338,384.94925 C 514.10669,383.71423 512.60297,383.06446 510.7999,382.16292 C 509.21446,381.3702 507.94195,380.75185 506.15601,380.30537 C 503.39845,379.61598 501.40728,378.0858 499.03538,376.89985 C 498.85077,376.80755 498.62259,376.89985 498.41619,376.89985 C 497.68425,376.89985 495.67918,375.06695 495.01067,374.7327"
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.9000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 190.23361,411.13323 C 191.30873,429.27059 198.4387,445.50096 203.54609,462.52561 C 205.84006,470.17216 208.96245,478.07885 211.90509,485.43546 C 213.77336,490.10612 214.18004,494.75084 215.00102,499.67672 C 215.51509,502.76111 215.9298,505.50788 215.9298,508.6549"
               id="path5226" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 197.66383,332.80631 C 197.66383,348.38926 200.86788,364.77794 203.2365,380.17397 C 206.45921,401.12155 206.22124,422.48461 209.42835,443.33086 C 211.25258,455.18833 212.34632,467.51808 214.69143,479.24361 C 214.95442,480.55856 215.00683,482.05318 215.31061,483.26831"
               id="path5228" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 206.02283,387.2946 C 208.54261,399.89346 211.03987,413.1179 216.85858,424.75531 C 220.76541,432.56898 222.51079,441.96187 226.14635,450.1419 C 230.05494,458.93621 236.36291,472.17754 236.36291,481.72035 C 236.36291,484.43267 238.01161,487.48709 238.53006,490.07935"
               id="path5230" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 216.23939,338.06938 C 216.23939,344.03239 224.25,370.22806 226.76554,376.76845 C 233.10362,393.24745 235.54492,411.83059 240.38761,428.78001 C 242.65345,436.71043 248.91339,443.09313 250.29458,451.38027 C 250.70613,453.84958 252.58248,456.00878 253.08091,458.5009 C 254.68592,466.52593 254.00969,449.73767 254.00969,447.66516 C 254.00969,424.46896 254.93846,401.24211 254.93846,378.00683 C 254.93846,362.26831 255.86724,346.41377 255.86724,330.94875 C 255.86724,328.43117 255.24806,325.80207 255.24806,323.20894"
               id="path5232" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 275.99076,332.80631 C 275.99076,328.92026 273.82361,340.37519 273.82361,344.26123 C 273.82361,350.68616 270.28513,368.45511 268.87013,375.53008 C 268.00521,379.8547 265.10882,392.38668 268.87013,381.10275 C 273.40059,367.51138 277.30963,353.42207 281.25384,339.61734 C 283.56713,331.52081 288.40537,324.5093 293.32795,317.94586"
               id="path5234" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 296.11428,331.56794 C 296.69874,329.52232 294.96656,335.78892 293.63754,337.45019 C 292.98623,338.26434 284.52721,362.4819 282.49221,366.5519 C 279.41217,372.71197 278.84775,379.27216 277.22913,385.74664 C 276.46973,388.78426 277.05466,392.28743 275.68117,395.03442 C 274.51956,397.35764 274.15578,400.5168 273.51402,403.08382 C 272.81756,405.86967 272.58524,409.19611 272.58524,412.06201 C 272.58524,414.613 274.4428,417.30971 274.4428,420.11142 C 274.4428,422.53157 278.89329,412.25541 280.94424,410.20445 C 286.49432,404.65438 289.34621,396.83468 293.94713,390.70012 C 297.66424,385.74398 300.71064,379.0782 302.61573,373.36294 C 306.07419,362.98755 306.70466,350.99647 308.49799,340.23653 C 309.00359,337.20292 309.96443,334.06115 310.66513,331.25834 C 310.7211,331.03448 310.87153,330.84555 310.97473,330.63916"
               id="path5236" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 317.47617,330.94875 C 317.9024,329.24383 317.16658,334.45443 317.16658,336.21182 C 317.16658,344.66166 314.19457,357.63547 310.35554,365.31353 C 307.06387,371.89687 304.73399,381.60789 302.92532,388.84256 C 301.73756,393.59359 300.15101,398.10229 298.28143,402.46464 C 296.75696,406.02174 293.32773,408.81184 291.77999,412.6812 C 290.82673,415.06433 289.79012,417.28011 288.68406,419.49223 C 287.46568,421.929 285.89981,424.12777 285.27854,426.61286 C 284.79746,428.53718 282.9109,429.80017 282.18261,431.25675 C 281.43859,432.7448 280.46303,433.49121 280.01547,435.28146 C 279.52475,437.24433 279.6524,437.86514 278.7771,439.61575 C 277.94984,441.27025 276.79996,442.25957 275.37158,443.33086 C 274.1748,444.22844 274.12162,446.48473 273.82361,447.97475 C 273.16989,451.24337 272.89484,454.86355 272.89484,458.19131 C 272.89484,461.09873 271.96606,463.82779 271.96606,466.8599 C 271.96606,469.27542 271.17945,471.86389 270.72769,473.67094 C 270.34145,475.2159 270.1085,476.60897 270.1085,478.31483 C 270.1085,480.47343 270.4181,482.28595 270.4181,484.50668 C 270.4181,486.34477 270.72769,487.87032 270.72769,489.76976 C 270.72769,490.18255 270.72769,490.59534 270.72769,491.00813"
               id="path5238" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 284.34976,486.05464 C 284.34976,489.31804 288.30333,480.83865 289.92243,478.00524 C 296.64458,466.24147 305.07031,456.70983 309.42676,443.64046 C 313.6058,431.10335 318.31047,417.77137 319.95291,404.63179 C 321.87861,389.2262 326.85927,374.2757 332.9558,360.05045 C 335.1498,354.93112 338.2889,350.31304 340.69562,345.4996 C 341.94513,343.00058 343.74576,340.86716 346.26828,340.23653 C 347.56434,339.91251 351.33586,336.09773 352.46014,334.97345 C 353.76133,333.67226 354.66258,333.0806 356.17525,331.56794 C 356.67499,331.06819 357.34733,330.8271 357.72321,330.63916"
               id="path5240" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 366.3918,332.49671 C 368.19407,330.69445 363.78092,336.87743 362.3671,338.99816 C 356.50429,347.79238 349.89095,355.70003 344.10114,364.38475 C 340.80191,369.33359 338.70138,376.07683 337.2901,381.72193 C 337.13449,382.34438 345.02722,375.06973 349.6738,368.09986 C 353.5292,362.31677 356.53262,355.0492 361.43832,350.14349 C 361.85111,349.7307 362.2639,349.31791 362.67669,348.90512 C 364.63752,346.94429 365.48909,344.71259 368.24936,343.33245 C 368.7411,343.08658 369.3583,342.22352 369.79732,341.78449"
               id="path5242" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 371.03569,365.93271 C 373.45149,364.72482 367.06329,369.59553 365.15343,371.50538 C 358.48164,378.17718 350.21541,390.31366 347.19706,399.36871 C 343.49939,410.46173 340.70702,421.63088 336.36132,432.49512 C 334.55936,437.00003 331.28513,447.47261 330.47906,452.30905 C 330.01899,455.0695 327.43273,457.68332 326.76395,460.35846 C 326.08472,463.07539 325.8716,465.78541 325.21599,468.40787 C 324.45353,471.4577 321.98211,474.87563 320.5721,477.69564 C 318.70818,481.42349 315.87269,483.99854 314.07065,487.60261 C 313.47396,488.79599 312.8016,489.21193 312.2131,490.38894"
               id="path5244" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 268.56054,408.03731 C 270.12345,408.03731 273.77993,408.03731 276.30035,408.03731 C 278.83909,408.03731 280.61302,407.10853 283.11139,407.10853 C 285.07215,407.10853 287.0329,407.10853 288.99365,407.10853 C 291.21425,407.10853 294.01866,407.82299 296.11428,408.3469 C 298.01763,408.82273 299.74201,409.09903 301.68695,409.58527 C 304.01431,410.16711 306.57796,410.20445 309.11717,410.20445 C 312.50576,410.20445 315.93098,409.58527 319.33373,409.58527 C 322.15947,409.58527 323.24609,410.17637 325.83517,410.82364 C 327.69069,411.28752 331.2784,413.17094 332.64621,414.53875 C 333.98531,415.87785 337.06538,417.49985 338.83806,418.56345 C 340.8837,419.79084 343.29796,421.80834 345.6491,422.27857 C 347.35103,422.61895 348.67727,424.68756 349.9834,425.99368 C 351.4349,427.44518 354.38699,429.21898 355.86566,430.32797 C 357.30622,431.4084 359.05082,431.34598 360.19995,432.49512 C 361.78322,434.07839 363.5735,434.6303 365.15343,436.21023 C 366.91193,437.96873 368.02904,440.2245 370.10692,441.7829 C 372.42358,443.5204 373.90714,444.6079 375.36999,447.04597 C 375.70231,447.59984 376.30611,448.29169 376.60836,448.59394"
               id="path5246" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#555040;stroke-width:1.29999995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 277.22913,434.04309 C 278.12079,433.1514 283.76867,431.8607 286.8265,430.63757 C 290.52307,429.15894 295.82546,428.15563 299.5198,427.23205 C 302.03395,426.60351 304.00525,426.26548 306.33084,425.68408 C 308.1595,425.22692 310.03739,425.07346 311.28432,423.82653 C 311.42799,423.68286 313.04899,422.94419 313.14188,422.89775"
               id="path5248" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.9000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 267.30376,422.97892 C 264.38125,422.97892 263.48803,418.544 261.4215,416.47747 C 258.7265,413.78247 256.65769,411.09447 253.99128,408.42806 C 253.57849,408.01527 253.1657,407.60248 252.75291,407.18969 C 249.90671,404.34349 246.63882,401.23025 243.15554,399.14029 C 239.23582,396.78845 235.16521,394.59376 231.39102,392.32925 C 228.59251,390.65014 225.05859,390.07775 222.10324,388.30454 C 220.06559,387.08195 218.26183,386.19746 216.53058,384.89903 C 214.93804,383.70463 213.45752,383.05862 212.19628,382.11269 C 210.54959,380.87767 209.04587,380.2279 207.2428,379.32636 C 205.65736,378.53364 204.38485,377.91529 202.59891,377.46881 C 199.84135,376.77942 197.85018,375.24924 195.47828,374.06329 C 195.29367,373.97099 195.06549,374.06329 194.85909,374.06329 C 194.12715,374.06329 192.12208,372.23039 191.45357,371.89614"
               id="path5250" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer11"
             inkscape:label="little twiggies"
             style="display:inline">
            <path
               id="path5252"
               d="M 83.298676,44.164396 C 86.204562,41.49219 94.042856,42.132092 99.277834,42.132092 C 103.59889,42.132092 106.36518,38.698508 110.17269,36.035081 C 114.18435,33.228853 119.26435,29.938118 123.24657,29.938118 C 126.69382,29.938118 130.43396,27.958853 133.41511,25.873461 C 134.74804,24.941099 135.72271,24.582079 137.04673,23.841157"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5254"
               d="M 128.13358,-7.1630061 C 131.23904,-7.9393621 126.19083,5.1528029 124.67589,6.6677479 C 120.62101,10.722629 116.54521,11.597501 112.57398,13.583114 C 108.82165,15.45929 105.95639,17.11526 102.20091,16.17638 C 98.340952,15.211383 94.781787,15.211213 90.963427,14.447552"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5256"
               d="M 124.3124,7.0851819 C 115.98062,5.3361919 118.42836,17.237365 114.30281,21.362917 C 111.49982,24.165911 109.98071,30.416057 109.98071,34.329257 C 109.98071,40.060683 109.16574,43.59064 108.25187,48.160012 C 107.83307,50.25394 106.86479,52.321264 106.52301,53.346523"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5258"
               d="M 95.285524,42.31874 C 93.467937,51.406729 88.040515,66.232198 85.776892,77.550351 C 84.805082,82.409433 83.796268,83.448141 79.725937,84.465716"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5260"
               d="M 90.099011,61.990743 C 91.57894,63.766677 93.573693,69.804569 95.285524,73.228229 C 96.746441,76.150045 101.14044,79.083145 103.06533,81.008033 C 104.6152,82.5579 104.64071,83.108551 105.65859,84.465716"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               sodipodi:nodetypes="cscsssc"
               id="path5262"
               d="M 110.76359,94.855107 C 111.92751,93.3032 118.54337,85.987953 118.54337,83.617619 C 118.54337,78.377095 119.67781,76.009969 117.7605,74.092668 C 117.73097,74.210784 120.94803,64.719102 129.86242,60.261914 C 133.4489,58.468664 138.82103,59.397499 142.82874,59.397499 C 145.20694,59.397499 151.11745,53.702042 153.20181,51.617695 C 157.01392,47.805589 159.92279,45.615333 163.57487,44.702306"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5264"
               d="M 108.25187,132.87336 C 108.19139,132.9036 104.50921,144.38629 103.92977,146.7041 C 102.28017,153.30244 108.26033,153.62372 111.70955,155.34834 C 115.3542,157.17065 119.40243,155.34834 123.81148,155.34834 C 125.62997,155.34834 129.70673,160.37919 131.59125,162.2637 C 133.77158,164.44403 136.09544,165.42575 137.6422,166.5858"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5266"
               d="M 136.77778,138.92431 C 140.97812,143.12466 126.11658,144.39898 120.35376,145.83968 C 115.92878,146.94595 114.66758,151.16116 112.57398,155.34834 C 110.62495,159.24636 105.83688,160.87794 103.06533,162.2637 C 101.3365,163.12812 101.3365,158.80602 100.47206,157.07716"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5268"
               d="M 144.55756,124.22915 C 142.8495,124.89308 135.61233,126.56128 132.77576,127.66385 C 129.21704,129.04711 129.19971,129.95364 123.93942,129.95364 C 121.48489,129.95364 119.03033,129.95364 116.57579,129.95364"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5270"
               d="M 96.385272,193.38289 C 99.789024,193.38289 108.10081,196.84057 112.57398,196.84057 C 117.60422,196.84057 119.94142,195.97617 124.67589,195.97617 C 129.90437,195.97617 131.41978,197.44603 135.91337,198.56944 C 136.80882,198.79329 138.37986,198.56944 139.37105,198.56944"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5272"
               d="M 135.91337,181.281 C 142.34879,182.88983 130.83493,167.3206 124.67589,164.85697 C 118.84289,162.52377 114.05516,160.84325 109.98071,158.80602 C 104.59051,156.11091 98.572978,145.90082 95.285524,141.51759 C 91.919892,137.03005 90.555361,134.19416 87.505748,131.14452 C 85.841758,129.48052 81.457497,128.98415 79.725937,128.55124"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5274"
               d="M 75.093955,290.4265 C 78.915882,287.81147 82.737842,285.19646 86.559767,282.58145 C 87.756912,281.76234 88.973639,280.97222 90.180551,280.16762 C 95.625305,276.53778 99.470834,270.27386 102.85332,266.89137 C 103.00539,266.73931 99.241159,267.49269 99.232527,267.49484"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5276"
               d="M 65.438504,277.75375 C 70.995393,272.19689 79.921663,270.6725 79.921663,259.64982 C 79.921663,256.0942 79.663809,252.92393 81.128587,249.99438 C 81.643443,248.96467 81.451762,248.70171 81.73206,247.58054"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5278"
               d="M 61.214267,241.54588 C 61.460569,241.05325 67.229809,238.53812 68.455845,237.92508 C 70.357751,236.97412 75.325345,237.92508 77.507792,237.92508 C 78.31243,237.92508 79.117047,237.92508 79.921663,237.92508"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5280"
               d="M 68.455845,218.01077 C 71.27917,218.01077 62.74638,219.29899 60.007345,218.61424 C 58.3639,218.20338 60.007345,212.25102 60.007345,219.82117 C 60.007345,224.16539 57.182026,227.94962 55.17961,231.28697"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5282"
               d="M 67.2489,215.59691 C 67.2489,220.04057 66.444285,224.4477 66.041978,228.87314 C 65.196653,238.17181 61.311227,247.96837 63.62811,257.23596 C 64.572679,261.01417 64.523288,265.0409 65.438504,268.70177 C 65.693585,269.72209 65.438504,271.24869 65.438504,272.32257"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5284"
               d="M 26.21332,126.28417 C 26.21332,121.78622 35.466458,125.88186 39.489556,123.87033 C 42.230803,122.49969 44.317267,122.03641 44.317267,119.04261"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5286"
               d="M 41.903398,111.19756 C 46.843779,108.72737 32.442527,116.93543 28.023714,120.24953 C 26.651083,121.27903 26.808111,122.07726 26.21332,123.26686"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5288"
               d="M 25.006399,114.81835 C 22.58718,116.63276 31.034343,114.21488 34.058371,114.21488 C 37.80523,114.21488 40.013847,113.651 42.506871,112.4045 C 42.153033,111.58068 43.603337,111.85627 43.713793,111.80103"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5290"
               d="M 17.161371,27.316008 C 16.799702,27.044779 20.122268,18.980348 21.385609,16.453665 C 22.576748,14.071387 27.369901,12.279768 28.627187,11.022481 C 31.202363,8.4472809 30.848207,6.3626189 31.644504,3.1774289"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5292"
               d="M 14.144031,8.0051399 C 14.79225,7.3569449 20.79201,4.6811629 22.592531,3.7809029 C 25.296814,2.4287729 27.236828,2.1539439 29.834109,-0.44336008 C 31.206423,-1.8156491 33.636537,-3.2097301 34.66182,-4.0641251"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5294"
               d="M 28.627187,280.77106 C 24.269731,282.51404 15.186095,286.26819 9.3163203,288.61611 C 6.0543316,289.92089 -0.2498512,291.6342 -3.5614761,292.46212"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5296"
               d="M -6.3737584,233.70085 C -11.399159,235.71101 1.2410897,225.96156 4.4886094,221.63156 C 7.0972225,218.1534 7.5126618,217.25139 10.523242,214.99345 C 12.419263,213.57143 14.129098,212.43246 15.954425,211.97612"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5298"
               d="M 224.7531,178.18211 C 230.94277,173.53988 236.52634,163.75591 244.66745,158.87125 C 249.39293,156.03595 255.87844,148.73976 258.54712,147.40542 C 259.85694,146.75053 259.39886,144.60187 259.75404,143.18119 C 259.85348,142.78338 261.24786,142.1853 261.56444,141.97424"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               sodipodi:nodetypes="csc"
               id="path5300"
               d="M 246.54019,157.35925 C 247.81329,152.26685 261.24963,140.60102 264.58176,131.71535 C 265.67229,128.8073 266.98816,125.08469 268.80602,123.26686"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5302"
               d="M 228.01317,187.42119 C 233.80508,189.76595 228.37389,199.90683 228.37389,205.33801 C 228.37389,209.72144 227.54166,214.09818 226.5635,218.01077 C 225.90188,220.65728 221.41956,223.29833 219.92539,224.0454 C 218.47506,224.77056 216.74854,229.57367 216.3046,230.6835"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5304"
               d="M 226.4455,218.97496 C 228.30708,220.71408 228.89819,224.56969 230.78776,226.45927 C 232.55333,228.22485 230.1281,230.79596 229.58084,231.89045"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5306"
               d="M 231.39124,227.06274 C 231.41375,227.08527 234.36373,227.06274 236.21894,227.06274"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <circle id="suspendRedraw1" cx="120" cy="120" r="101" fill="purple"/>
            <path
               id="path5308"
               d="M 249.14115,187.84427 C 251.41415,190.83875 258.40665,194.3352 260.35751,196.28606 C 262.24782,198.17637 262.77135,204.0824 262.77135,206.54495 C 262.77135,208.94014 264.59829,211.43879 265.18523,213.78651 C 265.55902,215.28161 267.05987,215.85394 267.59907,218.01077"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5310"
               d="M 238.33442,187.11607 C 238.67419,188.4751 251.3682,197.81036 254.92634,198.6999 C 258.95296,199.70656 262.68884,199.90683 266.99562,199.90683 C 270.35415,199.90683 271.01993,198.19641 273.63373,196.88951"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="cssc" />
            <path
               id="path5312"
               d="M 263.97828,209.56228 C 263.18411,212.73907 258.80461,213.87498 257.34018,216.80386 C 257.21296,217.05828 256.93787,217.20616 256.73673,217.40729"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5314"
               d="M 192.7695,122.05993 C 195.42325,119.72262 198.20068,115.08819 198.20068,109.99065 C 198.20068,108.12991 198.12796,106.40502 198.1383,104.97582"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5316"
               d="M 187.94179,99.731747 C 185.70724,95.262663 195.36267,92.735006 197.59721,88.265934 C 198.40194,86.656452 203.82447,83.595465 204.83879,82.834746 C 207.74091,80.658157 207.79684,78.776168 210.87342,78.007035 C 213.02555,77.469004 214.52106,74.96287 215.70115,73.782773 C 217.31602,72.167901 220.25173,72.053968 222.33926,72.575851 C 225.15498,73.279786 227.69585,73.160672 230.18429,73.782773 C 231.01565,73.990625 232.31533,73.782773 233.20161,73.782773"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5318"
               d="M 238.02934,68.351588 C 238.41787,68.448718 237.42587,59.625781 237.42587,57.489245 C 237.42587,53.361699 234.90874,52.558252 232.59816,50.247666 C 230.03008,47.679593 226.79859,46.861968 224.7531,44.816482 C 222.05242,42.115797 221.73579,38.888611 221.73579,35.16106 C 221.73579,34.435775 222.5404,33.954115 222.94271,33.350665"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5320"
               d="M 228.37389,33.350665 C 228.37389,31.977402 238.1465,43.123257 240.44318,45.419956 C 242.94876,47.925506 245.55303,45.882331 247.68476,44.816482 C 248.984,44.166877 250.05495,43.329651 250.70207,43.006088"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5322"
               d="M 250.09862,33.350665 C 250.45613,33.171897 241.86093,29.284524 234.40855,23.695218 C 232.81097,22.497028 232.0021,20.394709 231.39124,18.867507"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5324"
               d="M 256.73673,41.195693 C 256.16944,40.770235 253.5723,27.249982 253.11594,26.109086 C 251.69683,22.561303 251.41745,18.823685 250.70207,15.246718 C 250.38874,13.680071 248.89328,11.629116 248.28823,10.419007"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5326"
               d="M 265.18523,46.626877 C 264.41017,42.751567 272.69898,43.609561 276.65105,43.609561 C 282.05723,43.609561 288.90667,37.415202 292.9446,33.954115 C 294.13743,32.931676 295.35844,31.942577 296.56536,30.936797 C 301.46943,26.850082 303.20349,23.625423 303.20349,17.660586 C 303.20349,13.563244 302.63791,12.757097 304.41041,9.2120859 C 305.36138,7.3101549 304.41041,2.3425629 304.41041,0.16011392 C 304.41041,-1.0468081 304.41041,-2.2537541 304.41041,-3.4606751"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5328"
               d="M 376.22268,37.574904 C 376.22268,28.078989 366.99595,15.071963 359.32567,7.4016919 C 355.04927,3.1252889 354.63523,-4.4845741 350.87717,-9.4953081 C 349.75044,-10.997631 349.25905,-11.113439 348.4633,-11.909176"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5330"
               d="M 369.58458,33.954115 C 368.48375,32.486372 363.21363,38.224461 362.34299,39.385299 C 359.87862,42.671144 358.69447,44.048833 356.30835,47.230351 C 353.6567,50.765878 351.09267,54.184601 349.06678,56.885773 C 346.5176,60.284677 344.77914,63.777426 343.63559,68.351588 C 342.52386,72.79849 342.0769,76.748508 341.22173,81.024351 C 340.33876,85.439294 339.81829,89.662416 338.20442,93.697092 C 336.64903,97.585577 334.92605,101.37937 333.98018,105.16293 C 333.13256,108.55337 331.15775,110.41798 330.35939,113.61143 C 329.75402,116.03286 329.15244,118.54369 329.15244,121.45646 C 329.15244,124.47377 329.15244,127.49111 329.15244,130.50843 C 329.15244,133.34668 330.2939,137.48802 330.96284,140.16385 C 331.75403,143.32863 330.96284,147.7156 330.96284,151.02622 C 330.96284,154.40725 331.60412,156.60869 332.16978,158.87125 C 332.72663,161.09873 332.29723,162.39839 332.77324,164.30243"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5332"
               d="M 281.47876,187.23409 C 282.21706,190.18723 281.0101,181.13525 280.27183,178.18211 C 279.17778,173.80589 279.06491,169.0977 279.06491,164.30243 C 279.06491,158.52088 279.53765,153.96297 280.87531,148.61235 C 281.73399,145.17765 282.4572,142.2848 283.28915,138.95692 C 283.96283,136.26225 285.38636,134.15905 286.90994,131.1119 C 288.50758,127.91663 289.23049,126.05395 289.92726,123.26686 C 290.47765,121.06538 291.73488,118.45028 292.34111,116.02528 C 293.0071,113.36141 292.8122,110.52015 293.54805,107.57677 C 294.44194,104.00127 294.15152,99.973381 294.15152,96.110952 C 294.15152,93.315433 295.09044,89.640948 295.73722,87.053808"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssssssssc" />
            <path
               id="path5334"
               d="M 241.04666,161.28511 C 242.40074,161.28511 247.51599,161.28511 250.70207,161.28511 C 254.32286,161.28511 257.94365,161.28511 261.56444,161.28511 C 265.36903,161.28511 266.87069,160.74412 269.40947,159.47473"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5336"
               d="M 280.87531,149.8193 C 283.23447,149.8193 287.6234,152.10979 290.53073,152.83661 C 293.89673,153.67812 298.76051,156.04629 301.99655,157.66433 C 305.82767,159.5799 309.67839,160.97845 313.46238,162.49203 C 315.87309,163.45632 318.84432,167.13198 320.70394,168.52669 C 322.70864,170.03021 324.06992,170.68573 325.53168,172.14749"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5338"
               d="M 321.30741,181.19943 C 318.94559,179.63045 313.62425,176.53361 310.44505,173.35441 C 307.72597,170.63531 303.3349,168.65814 299.58269,164.90591 C 297.07703,162.40023 291.49157,160.34621 288.72034,158.2678 C 286.25742,156.42062 283.63834,154.21814 280.87531,152.83661 C 280.07067,152.43431 280.07067,151.22739 279.66836,150.42275"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5340"
               d="M 296.3407,87.281085 C 291.7819,84.698618 301.66719,83.301158 305.01389,81.627825 C 305.92522,81.172137 307.02588,80.118813 307.42772,79.817429"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5342"
               d="M 295.65887,87.210495 C 295.9074,86.083385 295.35844,80.964308 295.35844,78.007035 C 295.35844,74.955866 293.91195,72.700168 292.9446,70.765456 C 292.15075,69.177773 288.73906,67.757502 287.51341,67.144666 C 287.19439,66.98516 286.39898,66.030254 286.30647,65.937745"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5344"
               d="M 320.10048,111.19756 C 320.63392,110.13069 327.92051,103.98098 329.75591,102.14562 C 331.89469,100.00682 333.41386,97.871793 335.18709,95.507478 C 337.15157,92.888171 337.50928,90.259642 338.80789,87.662461 C 340.03898,85.200243 342.58606,82.624898 344.23906,80.420877 C 345.43994,78.819724 344.2362,80.422313 345.446,79.817429"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5346"
               d="M 412.5284,233.14631 C 417.25427,233.14631 417.39194,224.74432 421.17262,221.90882 C 424.9687,219.06176 429.83581,219.52693 434.13894,218.45114 C 439.69835,217.06129 445.03357,215.51137 450.56295,214.12902 C 454.35972,213.17985 455.60309,212.40018 460.07162,212.40018"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5348"
               d="M 425.49472,243.51938 C 429.38824,244.49274 432.71888,239.19726 436.73221,239.19726 C 441.76454,239.19726 444.8772,237.651 449.69855,240.0617 C 453.14144,241.78312 455.17349,243.66355 458.34277,245.24821 C 459.0717,245.6127 459.49532,246.40078 460.07162,246.97705"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5350"
               d="M 367.57846,208.07806 C 371.71807,210.14787 380.24946,215.5078 386.59575,219.31556 C 390.8309,221.85666 392.84832,221.90882 398.69765,221.90882 C 400.4265,221.90882 400.72317,222.26686 402.45202,222.26686"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="cssc" />
            <path
               id="path5352"
               d="M 383.13804,181.281 C 383.13804,182.8747 395.18464,189.03313 398.69765,190.78963 C 402.30952,192.59558 405.44889,194.20628 409.07072,195.11175 C 412.95128,196.08187 415.38954,197.55587 419.44377,198.56944 C 424.35616,199.79754 426.34539,200.28452 428.95243,202.89153 C 430.84463,204.78373 441.02242,204.54688 443.43616,205.75376"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="cssssc" />
            <path
               id="path5354"
               d="M 403.79883,192.68886 C 403.90501,193.11478 400.08147,201.68509 400.08147,205.73942 C 400.08147,209.96363 394.86417,212.46086 392.64672,214.12902"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5356"
               d="M 398.69765,209.80692 C 397.51028,210.69745 402.4045,220.31226 403.01974,222.77323 C 403.53407,224.83049 406.36085,227.72658 407.19352,229.39194"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csc" />
            <path
               id="path5358"
               d="M 437.59664,132.00894 C 437.70785,132.45383 428.45021,141.89423 425.49472,144.11085 C 422.58324,146.29446 419.80133,148.93983 416.8505,151.89064 C 413.99401,154.74712 408.76303,156.36657 405.61302,157.94158 C 401.18038,160.15791 398.4256,161.45369 394.37553,162.2637 C 393.52789,162.43324 392.64669,162.2637 391.78226,162.2637"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5360"
               d="M 403.04567,146.7041 C 401.48223,146.96591 411.88997,154.72865 413.3702,155.34834 C 423.10336,159.42285 436.73942,160.3769 445.37637,163.99256"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5362"
               d="M 408.41588,151.59396 C 409.18189,154.19292 413.56623,157.54813 414.98507,161.3993 C 416.49763,165.50478 418.80673,167.37549 418.80673,172.63677 C 418.80673,175.48685 420.60901,181.85076 421.35447,183.87426 C 421.94966,185.48967 429.63695,184.73868 431.54557,184.73868"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csssc" />
            <path
               id="path5364"
               d="M 419.37475,176.85148 C 420.08618,180.28183 415.11409,181.89882 413.80231,185.06142"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5366"
               d="M 349.57396,249.65731 C 350.06661,253.02188 354.1969,262.60457 355.47656,267.72318 C 356.56864,272.09163 358.38767,275.27427 359.79866,278.09626 C 361.66779,281.83452 362.63613,283.7712 364.12077,286.74046 C 365.61206,289.72305 367.894,291.69364 369.30731,294.52028 C 370.78597,297.47762 373.00512,300.02697 375.35827,303.16449 C 377.11127,305.50184 382.86604,306.77027 385.73132,307.4866 C 389.44029,308.41384 393.62592,308.35103 397.83323,308.35103 C 401.9877,308.35103 404.1228,305.63846 407.34187,304.02891 C 410.6728,302.36345 413.57268,302.12022 415.98608,299.70682 C 419.60361,296.08928 423.0139,294.6585 426.35916,290.19815 C 428.83214,286.90082 432.7943,283.37884 435.00338,278.96067 C 437.10928,274.74888 438.83302,274.87957 440.18991,269.45204 C 440.42981,268.49236 440.76468,267.15291 441.05432,265.99434"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="cssssssssssssc" />
            <path
               id="path5368"
               d="M 355.56168,268.58762 C 356.52932,264.78548 361.67316,273.75029 365.24173,275.50298 C 368.20688,276.9593 373.38802,276.36739 377.56185,276.36739 C 380.52716,276.36739 384.83474,272.79534 388.1219,271.18088 C 392.673,268.94562 393.71641,268.2787 396.92196,265.12991 C 398.82601,263.25962 398.93014,263.2905 399.56199,260.80781"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232141;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5370"
               d="M 388.32458,233.14631 C 391.61621,229.8547 383.13804,241.45758 383.13804,246.11264 C 383.13804,250.8967 381.30797,253.48752 382.27362,257.35013 C 383.33722,261.60445 383.04134,264.02523 387.46016,265.12991"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5372"
               d="M 388.24331,243.51938 C 388.48143,244.39885 376.72301,249.85226 374.1994,250.43474 C 369.95672,251.41404 364.24016,250.29703 361.09176,249.57033 C 357.75779,248.80078 353.62273,246.19045 352.66541,242.65494 C 351.99461,240.17757 347.63517,237.14625 346.1116,235.73958 C 344.84847,234.57334 344.81213,230.9405 344.23909,228.82421"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232165;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5374"
               d="M 348.56117,251.29916 C 349.30528,250.92711 358.28445,250.38109 361.52751,249.57033 C 364.94012,248.71717 367.70066,245.61931 370.17173,244.38379"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5376"
               d="M 393.51111,188.19635 C 397.18924,188.19635 402.25083,188.12474 405.61302,185.60309"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5378"
               d="M 405.09363,193.92454 C 405.84255,193.32929 415.4287,193.92454 419.33998,193.92454 C 422.11727,193.92454 421.47177,195.61894 422.90158,196.75536"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5380"
               d="M 334.73041,-11.485128 C 339.37656,-11.485128 339.56797,-3.5388371 341.6458,0.61679792 C 343.46388,4.2529309 348.4894,5.7315679 350.29002,7.5321619 C 351.95169,9.1938459 357.69421,10.247632 360.66307,10.989845 C 363.5395,11.708954 366.58188,11.172918 369.30731,11.854284"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5382"
               d="M 282.00069,54.210963 C 283.29849,54.5354 292.58341,49.784003 295.83142,48.160012 C 299.69307,46.229191 302.73938,38.681048 303.61122,35.193672 C 304.56917,31.361867 305.4687,27.76384 306.2045,24.8206 C 306.71741,22.768864 308.59102,21.776386 309.66217,19.634063"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5384"
               d="M 204.2027,246.11264 C 205.2837,249.65678 209.79431,252.56868 212.84692,255.62127 C 216.54179,259.31615 218.3675,258.88264 220.62673,263.40108 C 221.99951,266.14661 226.69821,266.85876 230.13536,266.85876 C 233.49051,266.85876 238.29529,267.72318 242.23729,267.72318 C 245.88614,267.72318 252.17546,265.88696 255.20359,265.12991 C 259.50165,264.05541 265.46487,265.12991 269.89876,265.12991 C 273.69217,265.12991 276.41231,264.2655 280.27183,264.2655"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5386"
               d="M 420.30821,127.68684 C 418.96396,133.06382 430.04602,132.98795 435.00338,135.46663 C 439.16725,137.54857 442.21713,138.20908 445.37645,139.78874 C 448.65172,141.42637 453.13607,141.29643 457.47835,142.382 C 463.17186,143.80538 465.14195,144.5322 468.71584,149.29739 C 469.5868,150.45866 470.74889,151.33045 471.3091,151.89066"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5388"
               d="M 441.44868,189.43919 C 440.46277,192.33198 438.42027,199.09976 437.73385,203.98804 C 436.94412,209.61202 435.03686,214.71777 434.05727,220.24909 C 433.32272,224.39664 431.11379,228.8859 429.79211,232.76399 C 428.44934,236.70387 427.1066,240.64378 425.76388,244.58362 C 425.13198,246.43771 424.50015,248.29174 423.86825,250.14581"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               sodipodi:nodetypes="cssssssc"
               id="path5390"
               d="M 419.44377,246.11264 C 419.44377,250.54775 420.32497,253.95948 421.17262,257.35013 C 422.40151,262.26566 422.96177,263.52168 424.63031,266.85876 C 426.49423,270.58661 429.54241,272.36082 431.54569,276.36739 C 434.42738,282.13083 442.77297,290.01304 447.96969,296.2491 C 449.41042,297.97796 450.85112,299.70682 452.29181,301.43564 C 455.53396,305.32623 457.71668,307.72495 460.07162,310.07986 C 461.82841,311.83667 463.50036,315.50629 464.39372,316.99525"
               style="fill:none;fill-rule:evenodd;stroke:#35352a;stroke-width:1.70232153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 444.09516,203.30653 C 447.24429,204.30373 447.25832,206.71289 444.09516,206.71289 C 442.14192,206.71289 444.98971,211.17128 443.60853,212.55242 C 442.50186,213.65913 443.03378,205.91592 440.68879,210.60592 C 438.28475,215.41403 437.76901,208.82996 437.76901,206.71289 C 437.76901,204.68556 442.19464,203.68664 444.09516,203.30653 z "
               id="path5966" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer12"
             inkscape:label="twiggies dark"
             style="display:inline">
            <path
               id="path5392"
               d="M 65.422186,33.350665 C 68.851295,32.029541 77.131266,30.787358 82.756344,29.729876 C 91.376606,28.109314 99.544124,26.237466 107.79458,24.298692 C 113.98937,22.842964 121.15222,22.488297 127.69672,22.488297 C 136.43503,22.488297 144.93018,24.298692 153.37696,24.298692 C 157.01498,24.298692 160.653,24.298692 164.29105,24.298692 C 164.30063,24.298692 165.89126,24.298692 166.21706,24.298692"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5394"
               d="M 155.95817,74.989695 C 156.34646,74.989695 149.57567,78.720501 143.28542,83.438195 C 141.0894,85.085214 135.91853,86.939453 133.02652,87.662461 C 129.41413,88.565563 125.84767,91.236209 123.37111,93.093641 C 120.4531,95.28212 118.21579,96.438556 115.52605,99.128273 C 113.04362,101.61072 109.97819,102.98743 107.07755,105.16293 C 103.73466,107.67011 99.340264,109.27944 97.42213,111.19756 C 95.386226,113.23344 93.897403,116.09836 92.594422,117.83566 C 90.852457,120.15829 90.787943,123.24728 90.180551,126.28417 C 89.619205,129.09092 88.87347,132.71946 88.370165,134.73266 C 87.619943,137.7335 87.777073,141.32928 87.163241,143.78465 C 86.583767,146.10247 86.53645,148.70562 85.956294,151.02622"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5396"
               d="M 97.42213,110.59411 C 96.910805,112.63938 91.893041,102.35746 91.387475,100.33522 C 90.685106,97.525685 87.772814,97.921349 84.74937,97.921349 C 82.338759,97.921349 80.395755,102.40432 79.318189,104.55945 C 77.980214,107.2354 76.51748,109.17056 74.490481,111.19756 C 75.804036,112.93259 73.439268,112.2488 73.283557,112.4045"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5398"
               d="M 186.73487,92.490168 C 188.75138,93.498448 192.34333,97.672468 193.37297,99.731747 C 194.46222,101.91025 195.90306,103.46878 197.59721,105.16293 C 199.10496,106.67067 202.59217,108.26386 204.83879,109.38717 C 207.79637,110.86598 211.25854,113.44764 213.89076,115.42183 C 216.93346,117.70386 220.449,120.16967 222.94271,122.66341 C 225.31886,125.03953 228.37059,127.18771 231.39124,128.69804 C 235.10473,130.55479 236.82534,133.28494 241.04666,134.12921 C 245.08284,134.93646 250.95305,138.23826 254.32286,140.16385 C 257.84084,142.17412 262.19671,143.49732 265.18523,144.99159 C 268.45466,146.6263 271.36813,146.8761 273.63373,148.0089 C 275.97169,149.17789 279.04857,149.8193 281.47876,149.8193"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5400"
               d="M 380.54478,178.68773 C 384.36112,178.48803 388.69274,176.77481 393.51111,174.36561 C 398.67778,171.78229 403.72078,172.24541 409.07072,170.90793 C 413.10167,169.9002 417.53427,170.04351 422.03703,170.04351 C 426.35916,170.04351 430.68125,170.04351 435.00338,170.04351 C 438.82134,170.04351 438.72659,174.21589 442.78318,175.23004 C 446.99584,176.2832 451.41211,175.22623 454.88509,176.09446 C 457.6023,176.77376 459.28216,176.95887 462.66489,176.95887"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5402"
               d="M 441.91874,107.80513 C 442.69588,107.99941 439.87711,120.2938 439.32548,122.5003 C 438.24278,126.8311 438.66161,131.2067 437.59664,135.46661 C 436.57756,139.54289 436.73221,143.92282 436.73221,148.43294 C 436.73221,153.18858 437.5983,156.21939 438.46106,159.67044 C 439.48477,163.76522 439.32548,168.29042 439.32548,172.63677 C 439.32548,177.05362 439.37764,181.48962 440.18991,184.73868 C 441.4616,189.82545 440.23572,191.23331 445.37642,192.51848 C 447.5131,193.05265 450.1804,198.18685 451.42739,199.43385 C 453.8928,201.89925 455.28516,204.55611 456.61391,207.21364"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5404"
               d="M 303.61122,232.28189 C 307.11661,230.5292 296.87382,236.42602 294.10258,239.19726 C 291.31134,241.98851 288.10942,243.05827 285.45836,244.38379 C 281.0773,246.57432 276.66602,247.9896 274.22088,250.43474 C 271.57669,253.07893 268.23287,255.15759 265.57666,256.48569 C 264.25956,257.14426 263.83495,257.64686 262.9834,258.21455 C 260.4374,263.30652 260.7835,266.93644 258.66128,271.18088 C 257.02204,274.45936 256.00906,277.46765 255.20359,280.68952 C 254.07685,285.19646 251.7856,289.17495 250.88149,292.79142 C 249.87885,296.80194 247.6987,300.3361 246.55939,304.89332 C 245.70314,308.31834 242.99214,313.75668 241.37285,316.99525 C 239.69063,320.35967 240.56438,326.28002 239.64402,329.96156 C 238.6333,334.00441 238.23652,337.09866 236.18631,341.19905 C 234.39393,344.78379 232.67596,350.05397 231.86422,353.30097 C 230.89324,357.18492 229.35095,359.03184 228.40653,362.80961 C 227.91515,364.77516 227.00979,367.53204 226.67769,368.86056"
               style="fill:none;fill-rule:evenodd;stroke:#26241c;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
            <path
               id="path5406"
               d="M 47.938056,132.92229 C 47.941314,132.93536 34.614667,132.31882 31.644504,132.31882 C 27.350908,132.31882 25.724194,131.22622 23.799477,129.30151"
               style="fill:none;fill-rule:evenodd;stroke:#26261e;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
            <path
               id="path5408"
               d="M 40.696478,58.092694 C 38.398368,55.794583 31.756152,52.773158 28.023714,49.040745 C 24.752703,45.76971 20.730192,42.212782 17.76482,39.988771 C 16.433093,38.989971 15.460485,38.109651 14.747503,37.574904"
               style="fill:none;fill-rule:evenodd;stroke:#26261e;stroke-width:2.91826558;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer3"
             inkscape:label="rev1 tree2"
             style="opacity:0.87209305;display:none"
             sodipodi:insensitive="true" />
          <g
             inkscape:groupmode="layer"
             id="layer8"
             inkscape:label="tree2"
             style="display:inline">
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#2d2a22;stroke-width:29.91222;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 190.16249,467.72344 C 189.18736,461.97047 189.72265,446.53129 192.04619,437.16704 C 194.13413,428.75219 194.50386,419.74986 196.02052,411.19827 C 197.42956,403.2537 198.08734,396.06082 198.39035,387.86857 C 198.58446,382.62067 198.05656,376.52283 198.27024,370.74637 C 198.55141,363.14464 198.09528,355.10644 198.38302,347.32698 C 198.70508,338.62041 198.26619,330.11511 198.59565,321.20884 C 199.15021,306.2156 199.70478,291.22232 200.25937,276.22908 C 200.70477,264.18724 199.6168,252.86194 200.05242,241.08508 C 200.41874,231.18173 199.26376,221.66697 199.61252,212.23827 C 199.83812,206.13878 199.26888,201.15866 199.49239,195.11608 C 199.67782,190.10328 199.08575,186.16617 198.45354,182.462 C 198.24714,181.25257 198.04071,180.04317 197.8343,178.83372 C 196.80687,172.81372 192.6967,168.43357 191.66218,162.37215 C 190.66329,156.51949 188.31872,150.48986 186.27566,145.04083 C 183.64708,138.03023 179.24146,132.2849 177.97962,124.89123 C 177.59596,122.64354 177.0241,123.01508 176.57472,122.13269"
               id="path5410" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#2d2a22;stroke-width:18.96872711;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 207.08286,182.8477 C 211.29087,179.44473 219.67508,170.56595 222.89363,162.51951 C 227.92991,149.92888 232.48918,136.8674 237.95154,124.1219 C 242.09913,114.44418 242.93535,102.68085 245.48047,92.500356 C 247.04245,86.252452 247.77791,79.546201 249.24493,73.677983 C 250.07946,70.339924 251.91631,67.355536 254.5152,63.890364 C 256.54555,61.183234 258.94964,53.681468 259.78546,50.338254 C 260.03643,49.334395 260.28741,48.330537 260.53835,47.326677 C 262.12726,40.971083 264.75156,34.158515 267.31442,27.751413 C 271.19758,18.043487 271.11006,4.9464329 272.58468,-5.3759341 C 274.06549,-15.741685 279.36073,-25.752017 279.36073,-36.244616 C 279.36073,-39.379222 282.57823,-43.546213 283.87808,-45.279347"
               id="path5412" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#2d2a22;stroke-width:14.10494995;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 198.80102,160.26082 C 198.80102,157.85111 202.56548,140.89991 202.56548,136.16821 C 202.56548,132.04667 203.31839,128.89434 203.31839,124.87479 C 203.31839,121.07039 209.03039,114.64545 211.60022,112.07559 C 216.45847,107.21737 219.82863,98.110622 223.64655,91.747443 C 226.48653,87.014145 230.91169,83.315383 234.18705,78.948249 C 237.17047,74.970385 239.47359,72.155936 243.22178,68.407717 C 245.45932,66.170185 248.38713,59.582833 249.99785,56.361409 C 251.48578,53.385532 252.98199,51.118574 255.26811,48.832454"
               id="path5414"
               sodipodi:nodetypes="csssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#2d2a22;stroke-width:17.75278282;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 146.8513,352.24893 C 141.03092,345.4341 131.42423,334.33587 122.75869,327.40344 C 116.32354,322.25532 106.9467,309.14542 98.666047,307.07528 C 91.73047,305.34138 83.957066,301.97946 77.585005,298.79344 C 71.935779,295.96882 67.602423,293.47444 61.774209,292.01737 C 56.248206,290.63587 52.630578,288.03747 47.469212,286.74713 C 42.254102,285.44335 38.289807,280.65164 33.917128,278.46529 C 29.014927,276.01419 23.672897,271.38686 18.859243,270.18345 C 10.521612,268.09903 1.5462912,263.4092 -5.9862862,259.64291 C -10.372415,257.44987 -15.898225,256.19275 -19.538395,254.37266 C -21.846111,253.2188 -23.039681,252.68781 -24.808661,251.36107"
               id="path5416" />
            <path
               style="opacity:1;fill:#5b7ab0;fill-opacity:1;stroke:#2d2a22;stroke-width:17.75278282;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 126.52315,298.79344 C 124.87349,284.6817 128.78183,271.23911 128.78183,257.38422 C 128.78183,246.86246 131.0405,237.04606 131.0405,226.51557 C 131.0405,214.54578 133.29919,202.69729 133.29919,190.37662 C 133.29919,182.95068 134.80499,176.53686 134.80499,169.29558 C 134.80499,159.57788 143.83972,149.95499 143.83972,140.68558 C 143.83972,137.50761 149.88631,127.08659 151.36867,124.1219 C 153.29205,120.27511 154.26214,116.31255 155.13314,112.82851 C 155.3053,112.13987 156.137,111.82465 156.63891,111.3227"
               id="path5418" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#2d2a22;stroke-width:7.05247498;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 210.84733,273.19502 C 213.59494,270.77924 223.39157,266.54646 228.16391,264.16029 C 232.80886,261.83782 237.07699,261.05172 240.96312,258.13714 C 245.29562,254.88775 248.14122,253.21769 252.25651,249.10238 C 255.60055,245.75837 258.11305,243.20421 261.29127,240.82056 C 263.75805,238.97046 271.25398,237.77397 274.84334,237.05608 C 280.03551,236.01767 286.03094,233.34453 290.65415,231.03293 C 297.13398,227.79302 303.95615,224.15579 309.4765,219.7395 C 314.21733,215.94685 321.0463,215.95598 326.04018,212.21057 C 327.86386,210.8428 331.28307,209.96557 332.81623,209.19899"
               id="path5420" />
            <path
               id="path5422"
               d="M 186.49022,180.49111 C 186.49022,177.28611 186.48324,187.01281 187.49675,190.05335 C 191.20847,201.18848 193.77059,212.53217 198.06554,223.26953 C 199.11795,225.90049 200.80081,228.17132 201.58847,231.32193 C 202.16957,233.6463 201.58847,236.95682 201.58847,239.37435 C 201.58847,245.70959 200.05471,238.24806 199.57535,235.85141 C 198.76828,231.81596 198.34923,228.2718 196.5557,225.28263 C 195.5097,223.53925 194.2216,222.12424 193.03281,219.74661 C 192.71062,219.10225 193.53605,228.573 193.53605,231.32193 C 193.53605,233.4252 192.95762,227.49832 192.52952,225.78591 C 191.85214,223.07644 190.72557,222.09306 190.01312,219.24333 C 189.36284,216.6421 189.00659,214.66194 189.00659,212.19746 C 189.00659,207.60134 188.50331,210.09057 188.50331,213.20403 C 188.50331,216.27114 188.31693,219.50434 189.00659,222.26298 C 189.60272,224.64749 189.42324,227.45252 190.01312,229.81211 C 190.75278,232.77073 189.94765,236.53052 190.5164,239.37435 C 191.05714,242.07795 190.50023,244.82944 191.01969,247.42674 C 191.52964,249.97656 191.0049,252.40034 191.52296,254.4726 C 192.27648,257.48663 193.03281,258.36303 193.03281,254.4726 C 193.03281,252.00818 193.54087,249.42062 194.03934,247.42674 C 194.91914,243.90758 194.54261,254.08051 194.54261,255.98242 C 194.54261,259.50534 194.54261,263.02827 194.54261,266.5512 C 194.54261,270.24189 194.54261,273.93257 194.54261,277.62327 C 194.54261,280.47515 194.54261,283.32705 194.54261,286.17896 C 194.54261,289.90417 192.52952,287.37539 192.52952,284.6691 C 192.52952,280.40406 191.38206,281.20652 190.5164,284.6691 C 189.96776,286.86374 190.5164,289.9427 190.5164,292.21826 C 190.5164,294.73462 190.5164,297.25099 190.5164,299.76739 C 190.5164,302.1467 189.61294,304.38785 189.00659,306.81322 C 188.30197,309.63166 188.50331,313.26733 188.50331,308.32306 C 188.50331,305.65838 188.51588,303.34058 188.00004,301.2772 C 187.32613,298.58163 186.99347,296.50462 186.99347,293.72809 C 186.99347,291.11386 186.91529,288.50488 187.49675,286.17896 C 188.13198,283.63806 187.99376,281.17762 188.50331,278.6298 C 188.96294,276.33163 189.50987,274.14823 189.50987,271.58397 C 189.50987,269.06757 189.50987,266.5512 189.50987,264.03484 C 189.50987,261.51846 189.50987,259.00209 189.50987,256.48569 C 189.50987,253.96932 189.50987,251.45295 189.50987,248.93658 C 189.50987,246.42021 189.50987,243.90381 189.50987,241.38744 C 189.50987,238.7072 189.03485,236.97106 188.50331,234.84486 C 187.93064,232.55417 188.0467,230.50205 187.49675,228.30228 C 186.88764,225.86577 186.99347,223.93685 186.99347,221.25641 C 186.99347,218.74005 186.99347,216.22368 186.99347,213.7073 C 186.99347,211.19093 186.99347,208.67453 186.99347,206.15816 C 186.99347,203.64179 186.99347,201.12542 186.99347,198.60905 C 186.99347,196.09265 186.99347,193.57628 186.99347,191.05991 C 186.99347,189.29725 185.85626,186.51094 185.48366,185.0206 C 185.09996,183.48577 185.97641,181.77559 186.49022,180.49111 z "
               style="opacity:1;fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
            <path
               id="path5424"
               d="M 176.42471,159.35357 C 176.42326,161.4624 179.8372,164.95118 180.45089,167.40596 C 180.84591,168.98593 183.14679,171.33598 183.97382,172.43872 C 186.25452,175.47964 186.91719,173.64331 185.98694,169.92235 C 185.18806,166.7269 184.1025,165.40427 183.47057,162.87648 C 183.10663,161.42082 187.49675,162.36388 187.49675,160.86338 C 187.49675,158.54021 183.68794,159.28209 181.96072,158.85029 C 177.4014,157.71045 177.07002,158.91514 175.92142,154.32082 C 175.31066,151.87774 173.69386,150.87226 172.90178,149.28805 C 171.97418,147.43289 171.21392,145.91236 170.38541,144.2553 C 169.25755,141.99959 170.27702,149.35777 170.88869,151.80441 C 171.37732,153.75908 173.3525,154.77155 174.41159,155.83063 C 175.36798,156.787 175.72884,158.19379 176.42471,159.35357 z "
               style="opacity:1;fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer2"
             inkscape:label="tree1"
             style="opacity:1;display:inline">
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#241f0b;stroke-width:34.77599716;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 49.7279,-3.1172701 C 49.476955,-2.6153281 49.017644,-22.499171 48.975013,-21.939619 C 48.365728,-13.945007 50.657077,22.785888 51.98659,30.76299 C 53.188769,37.976044 53.835117,45.618617 54.998166,52.596943 C 56.401658,61.017792 57.256855,69.606516 57.256855,78.19536 C 57.256855,86.330074 58.762632,93.432525 58.762632,101.53509 C 58.762632,107.40022 59.670407,115.0979 61.774209,120.35744 C 64.98199,128.37689 66.559751,138.04544 67.797387,146.70873 C 68.905161,154.46327 72.602655,163.67113 74.573431,171.55427 C 76.18331,177.99385 76.766679,184.09175 78.337896,190.37662 C 79.585596,195.36744 81.729891,198.67437 82.855274,203.17585 C 83.883988,207.29069 84.955794,210.07217 85.866848,213.71635 C 86.932329,217.97828 88.352605,220.94655 90.384203,225.00977 C 92.783116,229.80759 93.828776,235.66335 96.407353,240.82056 C 99.571294,247.14839 101.45627,254.68283 104.6892,261.14871 C 109.96228,271.69487 117.74162,279.23165 119.74711,291.26449 C 121.43394,301.38549 125.66316,309.01265 128.78183,318.3687 C 130.4138,323.26459 132.86802,327.93738 134.05207,332.67367 C 134.95942,336.30302 137.40913,339.38778 139.32234,343.21422 C 141.24446,347.05842 142.74214,350.0538 144.59261,353.75474 C 146.44566,357.46081 149.27468,360.43666 150.61577,365.80105 C 152.20021,372.1388 156.05478,374.9266 157.39182,381.61182 C 159.15244,390.41491 163.48716,401.40367 166.42656,410.22181 C 169.61022,419.77284 168.68525,432.59787 168.68525,442.5963 C 168.68525,446.26219 167.93234,450.11497 167.93234,453.88971"
               id="path5426"
               sodipodi:nodetypes="csssssssssssssssssssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#241f0b;stroke-width:38.91020584;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 189.93691,-10.980901 C 189.58733,-2.2327431 184.28138,5.6805229 184.07845,14.489332 C 183.75631,28.472371 176.64691,42.864212 176.33313,56.48417 C 176.0071,70.635958 173.4987,83.939138 170.86322,97.77836 C 167.3716,116.11328 166.20772,136.10694 161.28305,154.03971 C 156.94378,169.84068 159.72379,189.03069 159.35115,205.20559 C 158.99586,220.62845 157.14127,235.75084 156.78798,251.0853 C 156.61649,258.52928 154.95408,265.31046 154.77972,272.87878 C 154.66569,277.82826 154.39421,282.60621 155.20296,287.19733 C 155.92493,291.29605 154.98715,296.56448 154.89082,300.74581 C 154.75036,306.84276 153.12124,312.17824 152.98658,318.02314 C 152.78124,326.93651 151.06243,336.16543 150.85693,345.08545 C 150.56907,357.5799 168.39673,368.28439 168.10659,380.8783 C 167.84437,392.25999 166.82251,403.92539 166.55622,415.48491 C 166.34076,424.83751 165.37964,433.86709 165.16194,443.31726 C 165.04408,448.43237 163.43244,453.00867 163.30971,458.3365 C 163.28658,459.3401 163.26348,460.34368 163.24035,461.34728"
               id="path5428"
               sodipodi:nodetypes="csssssssssssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#241f0b;stroke-width:21.15742493;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 169.43813,131.65085 C 171.02699,130.37975 173.12003,115.25232 175.46129,110.56982 C 179.02155,103.4493 180.9891,95.98759 182.99022,87.982978 C 184.66818,81.271212 188.91603,76.326089 190.51918,69.913516 C 190.77014,68.909658 191.02112,67.905799 191.27206,66.90194 C 193.01403,59.934095 199.82683,54.491725 204.07129,48.832454 C 208.9639,42.308964 215.6329,33.327563 219.88206,26.245637 C 224.01189,19.362592 235.09333,10.643982 241.71601,6.6703749 C 250.47243,1.4165239 258.27067,-2.8602911 266.5615,-8.3875111 C 271.52502,-11.696532 277.09523,-15.156768 280.8665,-18.928041 C 281.11748,-19.179013 281.36844,-19.429984 281.61942,-19.68093"
               id="path5430" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#241f0b;stroke-width:53.98791122;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 206.32995,484.0055 C 215.26324,469.86737 242.96819,418.75725 256.77388,404.95157 C 266.41255,395.31288 269.24497,370.45318 271.83177,357.51921 C 272.37601,354.79811 289.80888,309.51873 292.15992,304.81659 C 300.34011,288.45624 304.61847,266.75964 317.75834,253.61976 C 326.37268,245.00543 330.40136,226.03603 336.58072,215.22215 C 343.75539,202.66645 346.10693,182.35618 356.15597,172.30715 C 365.30995,163.15317 371.73095,148.64807 380.24859,138.4269 C 389.15381,127.74065 397.50744,118.15649 407.35279,108.31113 C 414.84029,100.82361 422.77256,93.523618 429.18673,84.971402 C 436.0708,75.79263 440.81051,65.81868 448.762,57.86721 C 449.76586,56.86335 450.76972,55.859492 451.77359,54.855631 C 457.90118,48.728003 459.41632,41.9426 465.32567,36.033257 C 469.12938,32.229565 471.00512,28.095136 475.1133,23.986949 C 485.07101,14.029243 473.69362,26.116455 476.61908,21.728259"
               id="path5432"
               sodipodi:nodetypes="csssssssssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:0.31948882;stroke:#241f0b;stroke-width:31.37135315;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 359.16756,150.47321 C 358.34134,136.02003 363.60687,122.33152 365.94359,108.31113 C 367.62076,98.248148 368.2712,88.253303 369.70806,78.19536 C 369.95904,76.438588 370.21,74.681842 370.46096,72.925094 C 371.67332,64.438656 372.71777,57.11899 375.73121,49.585366 C 378.2754,43.224885 382.01662,39.404364 386.27175,33.02168 C 391.69897,24.880862 400.71225,19.745662 405.84702,11.187729 C 408.90253,6.0952079 412.46568,2.1699949 414.88174,-3.8701571 C 416.91229,-8.9465781 418.28991,-11.795704 421.65779,-15.163577 C 422.75503,-16.260796 423.15743,-16.663201 423.91647,-17.42224"
               id="path5434" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:17.2664032;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 68.550275,182.8477 C 66.294456,175.74818 54.033218,172.84801 48.222125,167.03689 C 47.469212,166.284 46.716324,165.53112 45.963435,164.77821 C 41.431637,160.24643 38.176628,157.69686 32.411327,154.2377 C 31.335338,153.59207 30.403609,152.73189 29.399749,151.979 C 27.232791,150.35378 17.583401,148.96743 14.341865,148.96743 C 12.502507,148.96743 9.7781113,146.50891 7.5658228,145.95586"
               id="path5436" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:8.51160812;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 29.399749,201.67004 C 33.732158,198.60986 42.102303,200.88493 48.975013,203.17585 C 55.695681,205.41605 59.987014,209.98989 65.538699,212.21057 C 71.579313,214.62683 75.356648,219.00179 81.34947,221.99819 C 88.499615,225.57326 95.406273,227.47034 102.43053,230.28004 C 106.80207,232.02866 110.2756,236.16387 114.47684,239.31476 C 120.02585,243.47653 125.30218,247.81023 131.0405,252.11398 C 135.72689,255.62877 139.8696,260.19016 143.08683,263.40737 C 147.48147,267.80204 151.62184,270.68715 156.63891,274.7008 C 159.79538,277.22598 161.85228,281.41994 164.16788,283.73553 C 166.63196,286.19961 168.07017,291.54015 169.43813,294.27607 C 171.39082,298.18143 172.26796,301.62327 174.7084,304.0637 C 177.30267,306.65798 178.26164,312.25355 179.22576,316.11001 C 179.55825,317.43994 184.32193,324.21775 186.00182,325.89764 C 188.97976,328.8756 190.86074,334.10971 192.77787,337.94394 C 194.76759,341.9234 199.8672,345.89609 203.31839,348.48447 C 209.3004,352.97099 213.53613,357.9493 218.37628,362.78948 C 222.51023,366.92341 231.20489,369.95666 236.44575,372.57708 C 245.79906,377.25375 256.40597,379.16918 265.80862,383.87051 C 274.5506,388.24151 282.47933,393.3352 290.65415,397.42262 C 300.40178,402.29644 306.68889,407.601 317.00545,411.72762 C 323.1217,414.17412 331.9073,420.80527 335.8278,426.03261 C 338.07045,429.02279 343.6882,431.6343 347.12123,435.06735 C 350.53021,438.47632 353.20439,444.97498 354.65018,447.86654 C 357.30901,453.18422 361.5383,457.07427 368.20229,458.40707"
               id="path5438" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:26.02120018;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 399.82387,467.4418 C 403.97298,465.14503 409.86157,457.15295 414.88174,453.1368 C 418.40786,450.31591 420.97997,441.76832 423.91647,438.83181 C 428.05423,434.69405 430.47493,426.4678 432.9512,421.51523 C 435.86442,415.68884 439.1237,411.7338 440.48015,404.95157 C 441.52327,399.73596 444.81755,394.19809 446.50331,389.14078 C 446.83052,388.15912 447.00523,387.13306 447.2562,386.1292 C 448.82504,379.85383 451.85717,374.50137 453.27935,368.81263 C 454.89916,362.33346 457.74965,357.70756 459.30252,351.49606 C 459.55348,350.49219 459.80445,349.48833 460.05543,348.48447 C 461.71484,341.84673 463.68579,335.46877 465.32567,328.90921 C 467.04442,322.0342 470.59593,315.95649 470.59593,308.58106 C 470.59593,304.63364 473.84666,298.31514 475.1133,295.78187 C 475.33777,295.33291 475.1133,294.77801 475.1133,294.27607"
               id="path5440" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:4.37739801;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 186.00182,196.39978 C 190.39451,189.88807 200.38566,180.51016 207.83576,173.06005 C 214.03797,166.85784 217.69319,158.68526 223.64655,152.73189 C 228.64811,147.73031 234.20288,141.79514 238.70443,136.16821 C 242.7731,131.08238 247.25969,128.62242 252.25651,124.87479 C 255.71555,122.28053 258.60954,120.56896 262.04416,118.85167 C 267.15467,116.29638 269.7012,114.56391 275.59626,113.5814 C 280.68162,112.73384 285.7279,114.33429 290.65415,114.33429 C 295.72113,114.33429 300.52613,115.08717 305.71203,115.08717 C 310.66907,115.08717 314.80545,113.19028 319.26415,112.07559 C 322.64391,111.23066 327.8874,109.68035 331.31044,108.31113 C 334.97487,106.84536 338.99935,106.05244 342.60388,106.05244 C 345.50966,106.05244 349.77071,105.20186 352.39149,104.54666"
               id="path5442" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.67507672;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 275.59624,113.5814 C 276.28986,105.57635 275.59626,94.573026 275.59626,86.477208 C 275.59626,82.11605 274.84334,78.553601 274.84334,74.43087 C 274.84334,70.091361 276.29246,66.262427 277.85493,63.13745 C 280.1812,58.484909 280.65445,54.622243 281.61942,48.832454 C 282.51169,43.478726 284.32966,38.292797 285.38388,33.02168 C 286.06359,29.623165 288.62397,25.362886 289.90126,23.23406 C 292.07201,19.61614 292.72154,15.960137 295.1715,12.693527 C 297.3378,9.8051509 299.14691,5.6157369 299.68887,2.9059089 C 300.46314,-0.96543708 304.65993,-3.4262411 305.71203,-7.6346221 C 306.15128,-9.3916381 308.40158,-11.829946 309.4765,-12.904888"
               id="path5444"
               sodipodi:nodetypes="csssssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:3.16145396;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 196.42018,109.34531 C 206.56993,108.18914 215.98464,114.61557 225.78306,114.61557 C 234.16253,114.61557 242.23258,115.36846 250.62859,115.36846 C 255.84326,115.36846 260.55003,113.14324 266.43935,114.61557 C 270.84885,115.71795 276.12336,115.36846 280.74434,115.36846 C 287.45748,115.36846 295.27343,120.8341 301.82539,122.1445 C 302.84005,122.34745 303.83311,122.64644 304.83696,122.89741 C 309.74831,124.12525 316.93021,127.43823 321.40065,129.67346 C 327.1206,132.53343 334.36033,134.98384 340.22303,136.4495 C 345.72362,137.82466 351.18023,138.81237 356.78669,140.21398 C 360.89694,141.24153 364.83351,141.47278 368.83303,142.47264 C 373.53749,143.64879 378.09768,146.23714 383.8909,146.23714 C 390.59846,146.23714 400.48185,150.15764 407.23063,151.50738 C 409.6496,151.99119 411.61091,151.78112 414.00667,152.26027 C 415.51247,152.76221 417.01826,153.26413 418.52405,153.76608 C 423.45458,155.40959 430.35981,154.51895 435.84062,154.51895 C 441.11089,154.51895 446.38113,154.51895 451.6514,154.51895 C 456.1422,154.51895 459.33207,156.77766 464.45062,156.77766 C 468.96798,156.77766 473.48535,156.77766 478.0027,156.77766 C 479.03747,156.77766 480.01042,156.27571 481.01428,156.02476"
               id="path5446" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:40.85571289;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 144.59261,471.20627 C 137.8182,465.53372 110.22904,424.79638 101.67764,416.24496 C 90.999955,405.56728 81.285557,378.21467 76.079201,364.29527 C 68.635878,344.39514 58.68576,324.68347 54.998166,302.55791 C 52.480603,287.45246 47.137891,272.03533 42.951858,257.38422 C 39.105804,243.92308 35.03441,230.98473 31.658438,217.48084 C 26.98362,198.78159 18.87376,179.9087 15.094752,161.01374 C 11.89288,145.00441 6.8129105,127.91279 6.8129105,111.3227 C 6.8129105,92.415749 0.78975591,73.757748 0.78975591,54.855631 C 0.78975591,41.375629 -4.4805098,27.589036 -4.4805098,13.446416 C -4.4805098,5.5721089 -5.2333985,-1.5899461 -5.2333985,-9.1404231 C -5.2333985,-15.700368 -6.7391749,-21.423085 -6.7391749,-27.962773 C -6.7391749,-30.965571 -6.4455973,-32.901572 -5.9862862,-34.738815"
               id="path5448"
               sodipodi:nodetypes="csssssssssssc" />
            <path
               id="path5450"
               d="M 323.53767,190.22285 C 321.4675,194.57944 327.35474,181.39097 328.68732,176.84759 C 330.94928,169.13539 342.81931,157.94107 346.25821,146.21621 C 346.85807,144.17084 347.58673,142.15129 348.25098,140.11883 C 350.37321,133.62545 350.05953,125.48989 353.50366,120.81578 C 355.87009,117.6043 354.3113,122.92344 353.79105,124.01828 C 352.65715,126.4045 352.97308,128.88115 352.52398,131.12661 C 352.03337,133.57942 351.93101,136.18174 350.67486,138.82524 C 349.5222,141.25093 350.62275,145.27159 350.1814,147.47829 C 349.60712,150.34947 347.4953,153.76561 346.49042,155.88025 C 344.74877,159.54544 349.38655,154.86194 350.07833,153.40606 C 351.34295,150.74475 353.11089,148.29591 353.7693,145.00413 C 354.45247,141.58854 356.72334,138.7402 357.36445,135.53469 C 357.84252,133.14445 359.29307,130.20696 360.4734,127.72301 C 361.6134,125.32391 359.76159,132.82835 359.2542,135.3651 C 358.70754,138.09838 357.23302,140.83118 356.77521,143.12022 C 356.32986,145.34684 355.18152,147.10857 354.15249,149.27412 C 352.66387,152.40678 351.99433,155.0849 350.50941,158.20982 C 349.0857,161.206 347.42954,163.5566 346.81845,166.61177 C 346.25396,169.43416 343.92526,172.83874 343.12749,175.01371 C 342.14398,177.69515 340.98039,179.56297 340.55267,181.70135 C 339.64645,186.23232 341.28708,184.5925 341.47001,184.84731 C 342.61999,186.44934 344.03795,181.66061 345.49623,180.18164 C 345.86907,179.80348 344.37973,184.21739 344.08544,185.68871 C 343.48686,188.68152 341.34403,190.18876 340.25083,192.48942 C 339.60888,193.84031 338.96754,189.48489 337.39583,188.97926 C 336.86148,188.80738 334.2059,193.7887 334.04744,194.12219 C 333.04927,196.22271 333.41109,188.79819 333.52055,188.25093 C 334.00467,185.83059 334.41776,183.76508 334.83555,181.67635 C 335.17106,179.99889 337.69467,177.43333 338.08817,175.46594 C 338.63268,172.74339 339.57396,171.13029 340.03308,168.83481 C 340.51245,166.43806 342.18467,164.50692 342.02585,162.73746 C 341.79896,160.20879 338.49252,166.93383 336.88346,169.11744 C 335.74436,170.66331 335.82052,174.52711 334.9865,176.28229 C 333.60213,179.1956 331.55678,180.96179 330.52189,183.13952 C 329.45501,185.38471 329.05306,187.39058 328.57701,189.77064 C 328.1114,192.09857 326.28624,193.32232 325.2765,195.44729 C 324.07154,197.98308 323.01922,199.56305 322.02387,201.65773 C 320.83071,204.16866 320.28939,205.94233 319.40113,207.81163 C 318.28469,210.16111 317.78453,211.19813 316.05271,212.95454 C 314.31294,214.71902 312.57445,215.19797 311.39655,217.67675 C 309.54955,221.56369 308.31974,220.97897 310.08882,217.25606 C 311.04927,215.23486 312.95071,213.7724 313.38936,211.57941 C 313.81984,209.42706 316.70226,205.68633 317.80603,204.18843 C 319.24549,202.23489 320.04155,198.21479 320.91493,196.37675 C 322.1237,193.83306 323.92068,194.49094 323.53767,190.22285 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:10.70030689;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
               d="M 173.95549,206.94031 C 180.54161,200.57623 189.67013,193.43628 195.78945,190.37662 C 199.95174,188.29548 206.05055,187.81134 210.84733,186.61216 C 217.77415,184.88046 223.76204,182.8477 231.17547,182.8477 C 237.22439,182.8477 243.66357,182.48428 249.24493,183.60057 C 255.40262,184.83211 260.31931,186.8695 266.5615,188.11793 C 271.46925,189.09949 276.39574,189.34122 280.8665,191.12951 C 284.55689,192.60566 293.69838,189.80379 297.43019,188.87085 C 303.99933,187.22854 306.8433,190.00132 312.48807,193.3882 C 318.59707,197.05361 322.94588,199.74644 329.80465,203.17585 C 338.02399,207.28549 346.53336,210.74604 355.40306,212.96346 C 361.30574,214.43913 362.35607,217.83472 364.4378,221.99819 C 367.39855,227.9197 369.18161,228.81954 376.48413,230.28004 C 382.4298,231.46917 387.54083,231.7858 393.8007,231.7858 C 394.80456,231.7858 395.80842,231.7858 396.81228,231.7858 C 400.98051,231.7858 406.89514,233.0628 410.36437,234.79742 C 414.63808,236.93426 420.32686,242.5012 423.16358,245.33792 C 426.76523,248.93956 430.42041,253.60391 434.45701,256.63134 C 437.66727,259.03903 441.19413,262.61558 444.24462,265.66607 C 448.49365,269.91509 452.56806,273.50145 456.29093,278.46529 C 458.39583,281.27181 460.03663,282.15459 460.8083,285.24133"
               id="path5452"
               sodipodi:nodetypes="csssssssssssssssssssc" />
            <path
               sodipodi:nodetypes="csssssssssssssssssssssssssssc"
               id="path5454"
               d="M 425.5185,52.00152 C 430.65788,46.052148 416.93653,65.235465 411.79714,71.184811 C 403.92336,80.299479 386.2101,99.904119 380.83208,109.89492 C 377.81257,115.5042 380.82184,112.75351 383.56098,110.03543 C 386.12457,107.49155 399.9928,92.299997 402.23943,89.214413 C 404.4736,86.145911 407.18647,83.588995 408.90212,80.401861 C 410.30558,77.794682 412.95452,75.710822 414.38553,74.054244 C 415.58781,72.662523 416.58964,70.979778 418.17031,70.039659 C 421.90899,67.816014 413.82334,77.637971 410.97967,80.929775 C 408.82452,83.4246 407.05162,87.684371 406.26255,90.789616 C 405.28872,94.622014 409.86306,83.591525 412.66982,80.806309 C 417.38415,76.12823 417.9529,71.491618 423.63668,68.111123 C 424.61974,67.526426 425.46165,66.731781 426.37412,66.042097 C 428.85124,64.169836 430.73201,61.947965 429.49046,66.833969 C 428.3142,71.462971 421.23765,77.85385 417.9957,81.606715 C 415.43603,84.569776 413.14856,87.584372 410.81358,90.28731 C 408.63719,92.806699 407.10357,95.681872 404.93425,98.193038 C 403.27849,100.10974 401.87348,103.20263 400.48959,104.80462 C 398.83285,106.72242 406.35469,99.502514 408.44651,97.426756 C 412.49372,93.410637 417.31708,90.091108 420.70757,86.166265 C 423.1306,83.361395 423.85238,80.326229 426.19953,77.609153 C 427.99978,75.525196 428.65376,72.235678 429.86937,69.694866 C 430.9858,67.361227 431.67407,64.768591 432.36842,62.035999 C 432.71385,60.676624 426.19264,64.027789 425.73129,64.219957 C 424.59975,64.691282 427.7009,58.644683 428.09837,57.080493 C 428.69742,54.723045 431.17646,53.830275 432.14709,52.027103 C 432.99802,50.446352 433.54414,48.705121 433.98626,46.965177 C 434.52327,44.851867 430.45616,49.585172 429.03076,51.235233 C 427.43362,53.084075 429.52012,53.915974 425.5185,52.00152 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5456"
               d="M 284.65989,261.9089 C 284.03452,261.95638 284.03452,261.95638 284.65989,261.9089 C 292.70044,261.29924 277.91422,278.7389 274.8886,287.31418 C 272.93879,292.84047 271.00028,297.47013 269.40992,302.74268 C 268.82584,304.679 272.14335,299.68672 272.49422,297.68319 C 273.05316,294.49175 274.7504,292.40911 275.91503,289.38111 C 276.9711,286.63529 278.55332,283.7651 279.84905,282.11244 C 281.75979,279.67518 284.53472,274.66515 285.97349,270.92443 C 286.65694,269.14739 288.14414,267.59295 289.07994,266.3994 C 292.03101,262.63521 288.46246,267.74967 286.86736,269.78425 C 285.41342,271.63878 284.41003,278.6311 284.51716,281.22229 C 284.58773,282.92965 285.74263,277.9711 287.57937,275.62827 C 289.11999,273.66319 291.47812,271.40306 292.09285,270.99657 C 294.10886,269.66356 289.55129,275.59956 289.09692,278.19412 C 288.60726,280.99012 286.91326,283.30631 286.12303,285.92617 C 285.28293,288.7113 284.96433,289.89993 284.51207,292.48247 C 284.15401,294.52717 282.73382,297.10585 281.96301,299.10991 C 281.30183,300.82906 280.69999,302.70156 280.77686,304.56171 C 281.00371,310.05035 287.71896,295.97221 288.66695,290.5589 C 290.21235,281.73468 295.81661,273.51713 297.45606,264.15572 C 298.00287,261.03303 300.78751,257.6556 301.83694,256.317 C 302.65972,255.2676 303.22675,253.98158 304.04952,252.93215 C 305.9862,250.46184 302.30625,259.24046 301.14189,262.2677 C 300.05817,265.08551 299.5825,268.04528 298.68125,271.03323 C 297.78532,274.00348 296.29656,276.72218 295.75156,279.83422 C 295.22656,282.83199 293.87348,287.67699 295.86203,282.50675 C 297.6167,277.94462 298.37911,273.57474 299.99994,268.78847 C 301.25401,265.08529 302.97445,261.61826 304.78361,259.31065 C 306.42894,257.21208 306.95755,254.27523 308.24859,252.07758 C 310.00985,249.07947 310.32854,244.30192 311.55895,241.10291 C 312.86349,237.7111 313.62776,234.54014 314.91348,231.19729 C 315.29342,230.20937 315.05128,229.0101 314.78091,227.99024 C 313.96853,224.92601 312.00695,233.66566 310.42206,236.3635 C 308.81719,239.09533 307.25699,241.56052 306.01904,243.66769 C 304.85377,245.65132 303.25308,247.30753 302.48781,249.2973 C 301.67497,251.41059 300.07497,252.61098 299.40347,254.35677 C 298.71994,256.13382 297.23285,257.68824 296.29705,258.88181 C 295.35312,260.08586 294.71345,264.62086 295.42528,260.55643 C 295.908,257.8002 296.31994,255.86269 297.03628,254.00011 C 297.25682,253.42672 292.77512,256.72095 292.45652,257.02827 C 290.51765,258.89854 289.97796,261.18843 287.0271,262.26562 C 286.26284,262.54459 285.44895,262.02779 284.65989,261.9089 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 157.87429,82.705467 C 156.7818,82.726794 155.15855,85.445303 155.06242,87.873224 C 153.51623,95.327451 153.55074,103.01458 151.71858,110.44419 C 151.71201,110.52098 151.72555,110.59545 151.71858,110.67217 C 151.73655,110.69635 151.77709,110.7231 151.79458,110.82417 C 151.74756,110.93088 151.63455,111.29834 151.56658,111.50814 C 151.56507,111.52577 151.56807,111.566 151.56658,111.58414 C 151.56213,111.63856 151.57084,111.7532 151.56658,111.81213 C 151.40474,114.05265 151.3998,119.30652 152.02255,122.90762 C 152.25954,124.27782 151.82852,126.74231 151.64257,128.68335 C 151.4124,131.08695 151.20381,132.99914 150.42664,133.69912 C 149.71732,134.33797 148.93626,135.02267 148.07074,135.67502 C 146.67008,141.5331 143.73318,146.98055 144.72691,153.30621 C 145.34652,162.00758 144.06502,170.57712 143.66294,179.22101 C 144.84433,187.24224 145.96097,195.42811 144.72691,203.5399 C 143.97222,211.97266 142.23034,220.24539 142.447,228.77073 C 141.781,236.70701 142.36564,244.74109 141.00307,252.63363 C 139.27052,265.10015 140.45587,277.67517 140.77509,290.17589 L 140.85107,290.55588 C 141.29676,290.27884 142.53564,290.56843 142.675,288.65598 C 143.25391,280.90868 145.4648,273.2366 144.95488,265.40103 C 145.61471,257.36322 148.9925,249.59414 147.76676,241.38614 C 146.17477,233.82254 149.15721,226.80013 150.12265,219.49916 C 151.10049,213.83278 151.38238,208.1222 151.41459,202.39995 C 150.37739,201.29424 148.87565,199.83358 148.60273,197.23219 C 147.95575,191.06589 147.95529,180.80099 147.76676,177.32111 C 147.66508,175.44432 149.42655,173.75549 150.65462,172.68531 C 150.39507,166.01965 150.57196,159.36227 152.17456,152.85023 C 153.75566,145.74496 157.17063,139.02149 156.50635,131.41921 C 156.72133,123.93425 157.65268,116.5216 157.6463,109.00026 C 157.53373,101.37988 158.29904,93.861752 158.78625,86.277303 C 159.01881,83.705702 158.52979,82.692676 157.87429,82.705467 z M 140.85107,290.55588 C 140.6346,290.69044 140.61039,290.93764 141.00307,291.69583 L 140.85107,290.55588 z "
               id="path5460" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 206.37521,182.62138 C 205.25503,182.35467 203.30137,183.22716 202.46429,183.85497 C 200.68748,185.39381 199.07337,184.53701 197.13046,185.35278 C 193.26511,187.59148 189.13743,189.41384 185.15428,191.44593 C 182.19468,193.13054 181.09558,195.30956 180.49445,197.34561 C 181.2673,198.11845 182.30476,198.85876 183.2633,198.3795 C 185.38106,197.43833 186.34017,195.73554 187.46548,193.96723 C 188.06718,191.71321 189.4547,191.19981 191.45752,190.39537 C 194.7368,190.05043 198.0422,190.19438 201.33262,189.97517 C 203.64718,189.14567 205.1866,187.15153 207.00558,185.56289 C 208.13346,184.43499 207.15588,183.59718 206.37521,182.62138 z "
               id="path5462"
               sodipodi:nodetypes="ccccccccccc" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 214.98968,180.94051 C 213.56316,181.29714 213.07674,181.81023 212.46835,182.62138 C 211.58331,183.80146 213.23503,184.95101 214.14925,184.72246 C 215.78798,183.73177 217.57252,183.18426 219.40193,182.62138 C 222.97982,182.39366 226.11677,182.38723 229.27704,184.09213 C 231.45273,184.74388 233.73108,184.22436 236.00049,184.30223 C 238.37563,185.00427 240.67017,185.29378 243.14417,185.35278 C 247.11497,184.76675 251.13144,184.89319 255.12035,185.14267 C 256.08223,185.14267 256.93879,185.77299 258.06186,185.77299 C 260.10486,186.259 262.13418,186.88957 264.15503,187.45386 C 265.07545,187.91407 265.79352,188.29429 267.09654,188.29429 C 268.46964,188.29429 269.66063,188.22736 270.87847,188.71452 C 272.01475,189.16902 273.30718,189.05905 274.45031,189.34485 C 275.30278,189.55794 276.28711,189.55494 277.39182,189.55494 C 278.4398,189.55494 279.23781,188.96963 279.70301,188.50441 C 281.72165,186.38225 280.1508,187.04357 278.51295,185.20931 C 266.09125,183.31851 258.30252,180.38615 247.87321,178.47096 C 241.08584,177.7774 236.75331,179.94032 228.47735,178.32355 C 226.58255,178.32355 224.09069,178.48136 222.38417,179.16397 C 219.19043,178.78476 217.92478,180.57922 214.98968,180.94051 z "
               id="path5464"
               sodipodi:nodetypes="csccccccccsssscccccc" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 284.95574,188.50441 C 284.63344,191.15028 286.58236,191.7468 287.68715,192.70656 C 289.76851,192.70408 291.51647,191.87658 293.36007,191.02569 C 294.39541,190.76687 295.86895,191.02569 296.9319,191.02569 C 299.28545,190.5095 301.68172,190.27895 304.07559,189.97517 C 306.16922,191.41675 307.85864,193.05984 310.16874,194.17733 C 312.97146,194.97223 313.86115,193.7654 314.16082,191.86613 C 314.16082,190.52626 313.22459,189.66925 312.47995,188.92461 C 311.39618,187.84087 310.0333,187.45386 308.69797,187.45386 C 305.98754,185.73796 302.94527,184.96049 299.87344,184.30223 C 297.11735,184.15553 294.50108,184.75497 291.8893,185.56289 C 291.19874,185.73553 289.92225,186.68954 289.57811,187.03365 C 289.18188,187.4299 287.01665,187.30632 286.42651,187.45386 C 286.0669,187.54376 285.22897,188.34045 284.95574,188.50441 z "
               id="path5466"
               sodipodi:nodetypes="cccccccscccssc" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 201.4696,37.297425 C 201.33091,38.328083 199.5931,39.98831 199.20369,41.54603 C 198.9248,42.661588 197.20193,44.133365 196.65451,45.228153 C 196.08764,46.361899 194.9343,47.521836 194.10536,48.627032 C 193.07479,50.001146 192.16189,51.664217 191.55618,52.875638 C 190.94984,54.088323 190.98972,56.043219 190.98972,57.407485 C 190.98972,58.456918 189.87278,61.05753 190.98972,58.823695 C 191.63638,57.530368 191.78746,56.199225 192.12266,54.858332 C 192.51125,53.304112 193.39958,52.021266 194.10536,50.609727 C 194.93517,48.950084 195.26806,47.967456 196.65451,46.927605 C 197.83014,46.0459 198.55966,45.872189 199.48695,44.94491 C 200.74497,43.686895 201.58672,43.577728 202.31933,42.112516 C 202.89831,40.954548 203.47501,39.472531 203.73554,38.430393 C 204.01271,37.321646 205.08509,36.147871 205.43497,34.748272 C 205.80802,33.256187 206.4701,32.896073 207.41765,31.632609 C 208.41459,30.303388 209.61786,29.715649 210.53329,28.800213 C 211.51951,27.814035 212.85857,27.041399 213.93219,25.967794 C 214.76773,25.132294 215.75293,22.892817 216.19811,22.002431 C 216.7807,20.837264 216.72748,19.035186 217.04786,17.753826 C 217.21838,17.071583 214.43706,18.067878 213.93219,18.320308 C 213.20808,18.682368 212.47395,20.953557 212.23274,21.43597 C 211.65846,22.584527 210.28853,23.367376 209.40036,24.551609 C 208.84297,25.294769 207.86532,26.771898 207.41765,27.667246 C 206.68077,29.141042 205.71822,29.053251 205.71822,31.066125 C 205.71822,31.593212 203.95612,33.394732 203.73554,33.615304 C 202.94043,34.41041 201.99515,35.983597 201.4696,37.297425 z "
               id="path5468" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 224.87035,8.5421979 C 223.75922,9.6533269 227.37672,6.5766249 228.83569,5.9930449 C 230.35275,5.3862399 231.1471,4.6362939 232.5178,4.2935929 C 234.07001,3.9055369 233.95938,7.2273979 234.21729,8.2589569 C 234.72696,10.29773 234.42238,10.886271 233.36753,11.941078 C 232.71579,12.592823 230.53419,10.666014 230.2519,10.524893 C 229.07031,9.9340889 227.24698,10.580266 226.00331,9.9584079 C 225.46258,9.6880549 225.24796,9.0142759 224.87035,8.5421979 z "
               id="path5470" />
            <path
               style="fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 236.76752,-0.33005808 C 236.67227,-0.36940708 237.12869,2.9082189 237.38681,3.7608629 C 237.93982,5.5873329 238.80607,6.2271379 240.48338,6.5733899 C 241.94914,6.8759659 244.14403,6.5847709 245.4378,6.3177019 C 247.15029,5.9642019 248.06872,5.1358779 249.46326,4.2722409 C 250.60331,3.5662159 250.72515,2.4056209 251.01153,1.4597139 C 251.3991,0.17961592 252.60775,-0.66490408 253.17909,-1.6084781 C 254.0707,-3.0809131 251.39192,-3.4475921 250.39221,-3.6539631 C 248.67193,-4.0090661 246.83334,-3.6863551 245.4378,-3.3982741 C 243.29856,-2.9566681 240.9255,-2.4302371 239.55443,-1.8641661 C 238.07943,-1.2552221 238.64962,-0.95169708 236.76752,-0.33005808 z "
               id="path5472" />
            <path
               id="path5474"
               d="M 241.47304,384.21047 C 240.33579,384.49478 237.21256,390.07862 235.57819,391.71299 C 233.39036,393.90081 232.35772,398.68643 230.75515,400.8232 C 228.58248,403.72007 226.32632,405.92958 224.8603,408.86164 C 223.43262,411.71697 220.4889,414.15424 218.42956,416.90005 C 216.57009,419.37935 213.46158,423.47571 217.35776,419.57952 C 218.34429,418.593 219.50135,417.7932 220.57313,416.90005 C 223.34451,414.59059 224.89399,412.57921 227.53975,409.93342 C 229.56024,407.91293 230.82361,405.01908 232.36282,402.96679 C 233.5455,401.38988 234.41281,397.25913 235.0423,396.00016 C 237.04982,391.9851 237.66093,394.6725 235.57819,398.14372 C 233.97067,400.82296 232.44541,404.90391 231.29103,407.78983 C 229.58634,412.05159 224.8464,416.02545 222.18082,419.57952 C 220.20363,422.21578 218.76979,423.94895 216.82186,426.54615 C 214.71285,429.35818 213.68967,431.28605 211.46291,433.51281 C 209.69649,435.27924 208.61066,437.60962 207.71165,439.40766 C 206.55108,441.72879 204.5029,443.66832 203.96038,445.8384 C 203.32195,448.39214 201.77434,450.74636 200.74502,452.80503 C 199.78754,454.71999 198.52471,456.86324 198.06554,458.69987 C 197.00547,462.94013 195.69151,461.6098 199.13733,458.16398 C 201.21819,456.08312 203.01426,453.21525 205.03216,451.19733 C 207.71353,448.51597 208.54669,446.15405 210.39113,443.69481 C 213.06485,440.12983 214.61189,436.79457 217.35776,434.04869 C 220.60153,430.80493 223.50681,426.7855 226.46797,423.33079 C 229.80705,419.43521 233.13896,415.58801 236.11409,412.6129 C 238.00432,410.72267 238.47166,408.11174 239.86535,406.71805 C 242.58101,404.00239 235.14548,414.35955 233.97052,415.82827 C 229.79377,421.0492 227.36965,427.25218 222.71672,431.90511 C 220.30535,434.3165 218.70841,437.96404 216.82186,440.47944 C 214.77833,443.20418 213.28217,444.99207 212.53472,447.98196 C 211.99146,450.15495 215.97847,443.77394 216.82186,442.08713 C 218.08844,439.55396 220.35283,436.94848 222.71672,434.58459 C 224.84346,432.45785 227.63518,429.13023 229.14746,427.61796 C 231.52796,425.23746 232.80127,422.98982 233.97052,420.65132 C 234.96088,418.67056 236.7444,416.71123 237.72177,414.75649 C 238.81139,412.57725 238.84094,410.95783 240.40126,409.39752 C 242.47936,407.3194 243.08823,406.16713 244.15252,404.03857 C 245.42782,401.48797 247.77511,400.2873 243.08074,400.2873 C 241.10013,400.2873 238.29418,405.07385 237.18589,406.18215 C 235.33262,408.0354 233.19538,410.78827 231.82693,412.6129 C 229.31005,415.96873 231.78392,411.09124 232.36282,409.93342 C 233.84464,406.96977 235.44726,405.77717 237.72177,403.50269 C 239.7997,401.42475 240.17885,399.43793 242.00894,397.60784 C 244.74424,394.87251 243.71779,392.88596 242.54482,391.71299 C 241.88317,391.05131 240.44326,392.0808 241.47304,387.96172 C 241.81141,386.60823 242.78446,384.47274 244.15252,384.74636 C 245.04568,384.92498 242.36619,384.38909 241.47304,384.21047 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5476"
               d="M 107.14849,455.15107 C 106.43724,453.628 105.38173,450.11176 103.69805,447.86685 C 100.26854,443.29416 96.044105,439.37762 92.963439,434.44857 C 90.438803,430.40913 88.675337,425.94331 85.295837,422.56381 C 83.669295,420.93727 81.920993,418.5761 85.295837,420.26355 C 87.401957,421.3166 89.668648,423.86958 91.046546,425.24747 C 92.353719,426.55465 93.158641,428.50972 94.496969,429.84803 C 95.846949,431.19803 96.063005,432.5642 97.18062,433.68183 C 98.681074,435.18228 99.319644,436.97098 100.63103,438.28237 C 101.16864,438.81999 100.33952,432.62353 96.413849,428.69788 C 91.803402,424.08745 89.01714,417.85077 84.529088,413.36273 C 81.93544,410.76904 80.035642,407.33575 77.628268,404.92835 C 75.181379,402.48146 74.132311,399.85337 72.64434,396.87738 C 71.409373,394.40749 70.590921,391.83925 69.193923,389.97656 C 67.964653,388.33754 67.07964,387.66491 66.126875,385.75939 C 64.670612,382.84683 63.857534,379.74907 63.059851,376.55829 C 62.429238,374.03586 62.160174,371.80948 61.526326,369.27407 C 60.999239,367.16568 60.40902,366.33833 59.992802,364.67353 C 59.271894,361.78988 62.886652,369.90461 63.826601,372.72448 C 65.791762,378.61994 69.813738,383.31217 74.177858,387.67629 C 76.681857,390.18029 77.327958,393.59313 78.778401,396.494 C 79.881727,398.70068 80.436303,400.95998 81.462064,403.01146 C 82.23298,404.55328 82.638003,405.79836 82.995571,407.22866 C 83.365531,408.70849 85.431635,409.80047 86.062618,411.06243 C 87.761558,414.4603 86.665286,408.87255 86.446003,407.9954 C 85.9729,406.10305 84.964426,404.75279 84.529088,403.01146 C 84.526635,403.00159 89.716579,409.37276 92.963439,419.1134 C 94.515175,423.7686 99.629824,428.46345 103.31469,432.14829 C 105.37576,434.20941 107.65765,436.87465 109.44876,438.66577 C 109.99747,439.21447 110.42933,442.58808 110.5989,443.26631 C 111.42103,446.55481 110.40872,445.18523 108.682,442.88293 C 107.21713,440.92976 105.99833,440.08377 105.99833,443.26631 C 105.99833,445.5534 108.33988,447.566 109.06538,449.017 C 109.91452,450.71527 111.08523,452.57036 112.13241,453.61754 C 113.26002,454.74516 113.88543,456.13732 114.81607,457.06798 C 116.0264,458.27828 116.55927,459.57791 117.49973,460.51839 C 118.76699,461.78562 118.64487,463.56546 118.64986,463.58542 C 119.17768,465.69669 115.20476,460.90708 113.66593,459.36825 C 112.4209,458.12321 110.91038,457.37945 109.83213,456.3012 C 108.68635,455.15542 109.82357,455.68608 107.14849,455.15107 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5478"
               d="M 31.239352,279.56327 C 31.076609,282.38642 35.073149,287.56666 35.073149,291.44804 C 35.073149,294.7774 36.606649,298.04985 36.606649,301.41592 C 36.606649,304.39862 37.808391,308.13975 38.523561,311.00041 C 39.175793,313.60929 39.673697,316.71685 39.673697,319.43474 C 39.673697,321.42793 41.434409,324.56071 41.973972,326.71896 C 42.685639,329.56565 44.557489,333.03613 45.80777,335.53666 C 46.932689,337.78653 47.79438,339.33562 49.258182,341.28737 C 50.52629,342.97819 51.566846,344.77132 51.941843,346.27131 C 52.3718,347.99119 53.304016,348.99566 53.85873,350.10511 C 54.305103,350.99783 55.069883,351.69963 55.775641,352.40539 C 57.520836,354.15058 53.690589,347.89895 53.091979,345.50454 C 52.643734,343.71155 51.653081,341.4766 50.791705,339.75386 C 49.809296,337.78903 49.218907,336.22486 48.491431,334.76991 C 47.662037,333.11115 47.342169,331.70642 46.957908,330.16937 C 46.456234,328.16267 45.424384,327.64156 45.424384,325.56881 C 45.424384,324.00346 44.621203,321.58935 44.274246,320.20151 C 43.773375,318.19802 43.988304,316.75746 43.507497,314.83418 C 43.043468,312.97813 43.124109,311.50874 43.124109,309.46687 C 43.124109,307.437 43.13369,305.67137 42.740723,304.09954 C 42.144545,301.7148 43.294682,308.99901 43.890859,311.38377 C 44.672809,314.51156 45.604732,317.65275 46.191157,320.58489 C 46.548986,322.37402 47.815464,324.98364 48.491431,326.33557 C 48.90354,327.15981 49.373331,327.98422 50.024931,328.63584 C 51.939703,330.55062 47.998051,323.5953 47.341294,320.96825 C 46.644145,318.17967 46.57452,315.56267 46.57452,312.5339 C 46.57452,309.97689 46.191157,308.21633 46.191157,306.01646 C 46.191157,303.87679 44.818697,302.12143 43.890859,300.26575 C 43.066765,298.61754 42.601034,297.44243 41.590585,296.43198 C 41.041319,295.88269 40.372502,298.86817 39.673697,300.26575 C 38.572685,302.46778 39.895341,303.45259 38.906949,299.49901 C 38.353305,297.2845 37.454479,295.60607 36.990037,293.74831 C 36.412511,291.43825 35.456512,290.86232 35.456512,288.38099 C 35.456512,286.77374 34.597715,284.94576 34.306375,283.78045 C 33.813651,281.80952 32.958283,281.71196 31.239352,279.56327 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5480"
               d="M 13.220522,221.28959 C 15.303676,224.37466 14.616936,232.69025 17.437682,237.39153 C 18.80236,239.66598 18.352025,243.7325 18.971207,246.20926 C 19.539928,248.48418 20.358988,249.51396 21.654867,250.80981 C 23.499723,252.65469 23.461299,252.1744 22.805005,248.89292 C 22.245743,246.09665 20.809592,243.21153 20.121344,240.45858 C 19.656901,238.60083 18.958439,236.19027 18.587819,234.70787 C 18.093246,232.72955 18.204457,230.26432 18.204457,228.19043 C 18.204457,226.44937 19.754104,228.58187 20.504731,228.95718 C 21.807955,229.60882 19.124318,226.15841 17.82107,225.50677 C 16.659649,224.92605 16.164224,222.71314 15.904158,221.67298 C 15.684996,220.79632 14.106604,221.46682 13.220522,221.28959 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5482"
               d="M 138.50665,361.94519 C 138.0894,357.93323 130.63243,346.29117 123.81148,339.47022 C 118.31443,333.9732 116.02625,326.48217 114.30281,319.58851 C 112.55185,312.58465 110.84513,304.21843 110.84513,297.11355 C 110.84513,290.071 118.43213,317.28132 120.35376,323.0462 C 121.94098,327.80784 129.52905,348.17652 126.40472,332.55483 C 124.92864,325.17437 120.35376,306.68925 120.35376,304.89332 C 120.35376,298.78775 123.3755,316.88063 126.40472,322.18178 C 131.01951,330.25764 134.21878,340.3689 139.37105,345.52116 C 141.46503,347.61515 141.3641,353.49337 141.96432,355.89424 C 143.09116,360.40165 139.55636,344.91919 135.04895,343.79231 C 129.88803,342.5021 137.48399,351.41388 137.6422,351.57212 C 142.72911,356.659 137.51126,361.44751 141.96432,363.67402"
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5484"
               d="M 164.34611,29.508525 C 162.93366,31.551092 162.56953,36.378244 161.82971,40.077317 C 161.18049,43.323401 161.32646,46.740325 161.32646,50.142803 C 161.32646,53.774852 160.642,56.906759 159.81661,60.208315 C 159.14658,62.888401 159.31334,65.887599 159.31334,68.764012 C 159.31334,74.171802 159.81661,73.414244 159.81661,68.260734 C 159.81661,64.674477 160.97487,59.601461 161.82971,56.182105 C 162.56319,53.248252 162.60619,50.718018 163.84283,47.626431 C 164.93349,44.899751 164.61901,42.047852 165.85592,39.574038 C 166.66395,37.957974 166.59143,43.329164 167.86901,44.60678 C 170.59734,47.335116 167.86901,36.88989 167.86901,33.031456 C 167.86901,26.628124 170.41096,15.868966 172.90178,10.887341 C 173.73045,9.2300089 173.40506,7.2042709 173.40506,5.3513169 C 173.40506,3.1640039 170.86031,8.9309599 169.88213,10.887341 C 168.42431,13.80298 168.072,15.611454 167.36576,18.436455 C 166.74783,20.908056 166.86399,23.461612 166.35919,25.985595 C 165.79604,28.801406 166.0491,31.755444 165.35264,34.54127 C 164.93771,36.201009 164.6816,31.186114 164.34611,29.508525 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5486"
               d="M 261.47939,320.21062 C 260.91406,320.99679 257.99245,329.00537 256.01677,332.95674 C 254.51103,335.96821 253.96251,338.88616 252.37498,342.06115 C 250.84946,345.11223 250.07999,347.59941 249.34022,350.55859 C 248.63252,353.38935 252.1326,345.33834 254.19589,343.27508 C 256.62133,340.84961 257.7094,339.80429 259.65852,337.20548 C 261.1849,335.1703 262.23788,331.74367 262.69333,329.92198 C 263.68568,325.95247 261.8648,338.09165 260.87242,342.06115 C 259.83265,346.22026 258.77096,348.41133 256.62372,350.55859 C 255.30475,351.87754 253.43437,352.99769 252.98197,354.80728 C 252.26751,357.66516 258.53358,352.37946 261.47939,352.37946 C 265.55446,352.37946 266.72355,352.64648 267.54898,349.34466 C 268.49185,345.57326 268.51545,344.24737 265.12115,345.09595 C 262.79654,345.6771 261.47939,350.99493 261.47939,346.30986 C 261.47939,343.68519 261.98082,340.66233 262.69333,337.81243 C 263.40764,334.95511 265.14739,333.45872 265.7281,331.13587 C 266.36996,328.56841 269.53597,325.45177 271.19074,323.24542 C 273.02887,320.79456 273.71378,318.1993 274.83251,315.96189 C 278.04459,309.53769 274.53389,312.38991 271.19074,316.56886 C 268.79967,319.55771 265.74891,322.02109 265.7281,322.0315 C 263.26679,323.26215 266.92529,316.60235 268.15595,314.14102 C 271.37032,307.71229 266.3397,313.52789 264.51419,315.96189 C 263.23515,317.66731 263.61175,317.54517 261.47939,320.21062 z "
               style="fill:#4e492c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer16"
             inkscape:label="front branch shadow"
             style="display:inline">
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 198.58266,348.89442 C 198.3054,349.44889 196.76794,351.41625 196.47729,352.57875 C 196.17613,353.78349 194.96674,355.40517 194.37197,355.99995 C 193.10945,357.26245 192.97023,358.19119 191.7403,359.42113 C 190.78767,360.37375 189.68263,361.42492 188.84545,362.0528 C 187.63383,362.9615 186.62227,364.01281 185.68742,364.94765 C 184.7725,365.86258 184.53408,366.62733 183.84525,367.31617 C 183.13195,368.02947 182.3967,368.56678 181.73991,368.89516"
               id="path2913" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 207.79354,357.84211 C 208.31986,359.94747 206.6401,362.03014 206.2145,364.15814 C 205.90773,365.69206 205.55449,367.84671 204.89869,369.15834 C 204.06975,370.81617 204.18566,374.03929 203.846,375.73752 C 203.52282,377.35339 203.58283,379.03587 203.58283,380.73771 C 203.58283,382.21665 203.846,383.49948 203.846,385.21158 C 203.846,386.54681 204.10918,388.02097 204.10918,389.42224 C 204.10918,391.14859 203.98203,392.56252 203.58283,394.15927 C 203.25487,395.47109 202.79333,396.94074 202.79333,398.36996 C 202.79333,398.50229 202.58372,399.41798 202.53017,399.68578"
               id="path3888" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 295.95472,371.52683 C 296.72516,371.14163 299.03718,369.45927 300.16541,368.89516 C 301.29186,368.33194 301.9441,367.87423 303.06025,367.31617"
               id="path3894" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.67507672;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 295.16521,371.79001 C 295.94932,371.02671 298.21783,370.36894 299.90223,369.94783 C 302.12254,369.39275 304.05757,368.38266 306.21826,367.84249 C 308.05149,367.38418 309.72679,366.35141 311.48161,365.47399 C 312.95422,364.73769 313.84178,363.89913 315.42913,363.10548 C 316.70442,362.46783 319.39755,362.62758 320.95564,362.31598 C 322.547,361.9977 324.39987,362.17862 325.95585,361.78962 C 327.47033,361.411 329.16335,361.38251 330.69285,361.00014 C 330.86306,360.95757 331.04374,361.00014 331.2192,361.00014 C 332.04383,361.00014 334.03947,359.98476 334.64039,359.6843 C 336.04966,358.97966 338.50129,358.63163 340.1669,358.63163 C 341.73442,358.63163 343.89331,358.42373 345.16708,358.10529 C 345.33728,358.06273 345.51797,358.10529 345.6934,358.10529 C 346.9008,358.10529 348.33451,357.84211 349.64093,357.84211 C 349.81639,357.84211 349.99183,357.84211 350.16729,357.84211"
               id="path3898" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:2.67507672;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 282.79633,376.0007 C 284.21833,376.0007 285.77396,375.30139 287.53335,374.42167 C 289.02919,373.67377 291.08116,373.73211 292.53354,373.36902 C 294.18838,372.95529 295.77194,372.66539 297.53371,373.10585 C 298.86384,373.43837 300.35721,373.28537 301.74441,373.63219 C 302.84332,373.90692 304.43575,373.91028 305.42878,374.15853 C 308.07094,374.81908 310.88376,373.61789 313.58695,374.15853 C 315.70996,374.58313 318.2531,373.36902 320.42931,373.36902 C 321.97377,373.36902 324.23171,372.84267 326.219,372.84267 C 327.8863,372.84267 329.20258,372.68891 330.69285,372.31635 C 332.31029,371.91199 334.31694,372.56444 335.42987,372.84267 C 336.94338,373.22106 338.11047,373.91981 339.11424,374.42167 C 340.41774,375.07346 341.43352,374.91112 342.53542,375.73752 C 343.53985,376.49087 344.81173,377.27044 345.95659,377.84286 C 347.22725,378.47821 347.95684,378.5403 349.37778,378.89555 C 350.43401,379.15961 351.23561,379.95214 352.27262,380.21138"
               id="path3900"
               sodipodi:nodetypes="csssssssssssssss" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 352.27262,379.1587 C 353.21935,379.23767 355.98784,378.89555 357.79913,378.89555 C 360.88636,378.89555 363.04576,379.17544 365.16782,377.05337 C 367.35062,374.87059 367.91541,371.02138 369.90486,368.36883 C 371.33219,366.46571 371.28018,363.77602 372.27336,361.78962 C 372.76736,360.80165 373.3906,359.95241 373.58921,359.15795"
               id="path3904" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 352.79895,380.73771 C 353.87256,381.32756 355.60822,381.52721 357.53597,381.52721 C 360.50424,381.52721 363.57793,380.14831 366.48367,379.42187 C 370.21891,378.48806 373.8688,372.28348 375.43139,369.15834 C 376.84875,366.32359 376.34889,362.54125 378.06305,359.6843 C 378.2436,359.38342 378.06305,358.98251 378.06305,358.63163"
               id="path3906" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 203.846,345.21005 C 204.77979,343.65377 212.62738,342.57839 214.37272,342.57839 C 219.30516,342.57839 225.34713,341.15063 230.16279,339.94671 C 234.67453,338.81876 238.68615,338.63087 243.32118,338.63087 C 244.43344,338.63087 244.02397,338.49032 244.637,338.36769"
               id="path3908" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 178.31874,305.20856 C 180.31442,305.20856 184.09174,303.54462 186.74009,303.10323 C 187.92019,302.90654 189.60272,302.46141 190.42446,302.05053"
               id="path3912" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 193.58246,332.05167 C 194.90755,332.05167 198.02145,332.05167 200.16166,332.05167 C 202.03642,332.05167 205.12417,332.19268 206.74084,331.78851 C 207.88341,331.50287 208.67111,331.50334 209.63569,331.26219"
               id="path3916" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 320.89558,361.02731 C 323.08043,359.38867 325.71234,353.02681 328.32435,350.41479 C 330.44642,348.2927 332.5465,347.25387 334.16123,345.63915 C 335.05845,344.74192 341.73688,344.62527 343.18188,344.04728 C 343.85899,343.77641 344.5969,343.69351 345.30438,343.51664"
               id="path3920" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 347.00853,357.9354 C 348.50009,357.69701 350.15657,356.47109 351.63874,354.98888 C 352.93241,353.69523 355.37614,352.90971 357.11084,352.04237 C 358.89338,351.15108 360.75876,350.42887 362.5829,349.51679 C 364.14424,348.73612 365.80797,348.44747 367.4236,348.04354 C 369.02684,347.64272 370.43704,346.85251 371.84336,346.14934 C 373.15837,345.49184 374.33398,344.90405 375.63172,344.25518 C 376.78279,343.67965 378.21644,343.17919 379.20962,342.78192 C 380.38287,342.31261 381.27743,342.0637 382.36661,341.51914 C 383.51559,340.94465 384.52259,339.9278 385.73403,339.62496 C 386.75445,339.36985 388.21452,338.40727 388.68053,337.94124 C 389.37867,337.24309 391.1944,337.3654 392.25845,337.09937 C 393.37015,336.82145 393.67164,336.32516 394.78401,336.04704 C 396.03242,335.73497 396.58339,335.72092 397.52005,334.78427 C 398.06237,334.24199 399.0529,333.80737 399.6247,333.52148"
               id="path3934" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 180.81025,324.41408 C 181.87428,327.69201 178.64526,332.21437 177.09586,336.08787 C 175.73373,339.49321 174.24133,341.66907 173.38147,345.10852 C 173.26014,345.59386 172.67398,345.81601 172.32022,346.16978"
               id="path3938" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 174.97336,313.80157 C 174.0798,317.37579 172.22724,320.79269 169.13646,323.88347 C 166.8499,326.17003 164.89114,329.721 163.83021,331.84287 C 163.30962,332.88407 163.16486,334.23478 162.76896,335.02663"
               id="path3940" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:5.10696411;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 79.991266,361.55794 C 79.141274,363.25794 73.007269,364.21106 69.90936,364.21106 C 66.233829,364.21106 63.286381,366.33355 59.296821,366.33355 C 56.826144,366.33355 51.930145,367.89439 49.745556,368.98669 C 46.931497,370.39374 42.900643,371.36123 39.663655,372.17045 C 36.320003,373.00638 33.490452,373.44843 30.112389,374.29296 C 26.438634,375.2114 22.968963,376.60946 19.49985,377.47671 C 16.68477,378.18051 13.956946,379.59921 11.009838,379.59921 C 8.1907939,379.59921 5.1479914,380.00344 2.5198007,380.66049 C 0.012476071,381.2873 -0.75938061,382.30007 -2.7864566,383.31361 C -4.6484558,384.24461 -6.4816377,385.95715 -8.6233516,387.028 C -10.7943,388.11348 -12.373932,389.16861 -14.460224,390.21176 C -19.821467,392.89238 -13.669229,389.42073 -15.521477,391.27301"
               id="path3942" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:4.62058735;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 41.984477,371.2432 C 40.422063,374.01137 37.325857,382.68297 35.418649,386.49736 C 33.815523,389.70361 32.123197,392.78097 31.173642,396.57927 C 29.907261,401.64476 26.538366,406.77065 24.806108,411.96743 C 23.033481,417.28531 21.963694,422.12389 21.091739,427.35558 C 20.359304,431.75013 18.72274,435.48617 17.907985,439.55999 C 17.410957,442.04514 16.672878,445.74455 15.785458,447.51939 C 14.653001,449.7843 15.254844,454.36785 15.254844,457.07067 C 15.254844,459.57596 13.618816,462.4211 12.07109,463.9688 C 11.894219,464.14569 11.717324,464.32257 11.540452,464.49944"
               id="path3948"
               sodipodi:nodetypes="cssssssssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 31.173642,399.2324 C 33.40485,399.86611 35.633213,402.21314 36.4799,405.59992 C 36.978509,407.59437 39.785638,411.55877 41.255544,413.02868 C 43.426417,415.19956 44.741218,416.0981 47.092415,417.27371 C 47.67157,417.56327 48.839313,417.71042 49.214918,417.80432"
               id="path3955" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 25.867359,410.90617 C 26.077305,411.74593 29.32852,416.05168 30.643004,417.80432 C 32.405247,420.15399 34.412041,422.09034 36.4799,423.64122 C 38.082684,424.8433 39.159086,426.85104 40.194268,427.88622"
               id="path3960" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 21.091739,424.70246 C 21.366422,424.90848 12.746961,425.99271 9.4179493,426.82497 C 6.6372557,427.52015 5.2868036,428.94747 1.9891873,428.94747 C 1.6354444,428.94747 1.2816782,428.94747 0.92793531,428.94747"
               id="path3962" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 26.397997,402.94678 C 20.703586,404.08568 14.794731,404.00803 8.8873354,404.00803 C 7.2551733,404.00803 2.771307,406.53542 1.4585497,407.1918 C -0.72752347,408.28484 -2.4069119,410.14708 -3.317071,411.96743 C -4.2587467,413.85077 -8.2746193,414.66605 -10.215217,415.15118 C -12.660774,415.76258 -16.310648,416.54239 -19.235868,417.27371 C -19.750651,417.4024 -20.29712,417.27371 -20.827758,417.27371"
               id="path3966" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 24.806108,375.3542 C 22.503766,376.35638 18.612941,373.93669 16.316096,371.63984 C 15.09772,370.42145 14.37061,370.49016 12.601703,370.04796"
               id="path3969" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:4.62058735;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 83.433214,362.92991 C 89.472219,365.17306 94.672986,369.27627 98.062722,374.73072 C 103.32357,378.05609 110.46592,380.20403 112.55052,386.88318 C 112.9259,394.34173 118.41105,396.95733 124.0542,398.61526 C 130.77269,400.58916 134.45691,404.38439 140.54872,406.19784 C 145.42371,407.84336 151.47345,414.80733 151.85802,420.26432 C 152.13003,426.95879 160.55172,428.60351 162.46141,434.78659 C 167.66454,438.08925 172.35409,442.80654 175.02602,448.37699 C 178.50831,453.92298 182.97984,458.8555 185.84406,464.81017 C 186.61368,466.46976 188.13624,467.73249 188.49721,469.5858"
               id="path3973"
               sodipodi:nodetypes="cccscccccc" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 225.91348,371.10921 C 225.41011,371.91409 222.64573,378.34333 221.66847,382.25236 C 220.89012,385.36574 219.37797,389.48648 217.95408,392.33426 C 216.55458,395.13327 216.63517,397.80719 214.77033,400.29366"
               id="path3975" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 233.34224,375.3542 C 232.86287,376.31298 232.28099,381.18459 232.28099,384.37486 C 232.28099,387.60315 230.9354,391.34913 230.15848,394.45676 C 229.34489,397.71112 228.34794,399.6697 226.97473,402.41617 C 226.38811,403.5894 226.6454,402.58082 225.91348,402.94678"
               id="path3977" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 349.01877,436.90687 C 353.03881,435.08317 360.51924,434.25373 366.52944,434.25373 C 372.42438,434.25373 379.85352,432.07282 384.0401,427.88622 C 387.83885,424.08747 390.99482,417.80432 396.77514,417.80432 C 401.64772,417.80432 408.83107,415.60538 413.75519,414.62057 C 418.14291,413.74302 423.54515,414.62057 428.0821,414.62057 C 428.78959,414.62057 429.4971,414.62057 430.20461,414.62057"
               id="path3985" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 304.3517,405.30987 C 304.16117,406.07207 298.07092,414.9114 297.62946,420.89082 C 297.24308,426.12434 289.05178,450.63617 287.45969,453.82032 C 284.29191,460.15586 282.30923,468.7445 280.96275,475.47674 C 280.94838,475.54867 280.14691,476.70056 280.09652,476.77615"
               id="path3998"
               sodipodi:nodetypes="csssc" />
            <path
               style="opacity:1;fill:none;fill-opacity:1;stroke:#241f0b;stroke-width:1.70232153;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 292.22409,397.51355 C 298.40555,398.39685 304.42984,396.64729 310.41551,396.64729 C 317.4883,396.64729 323.83257,394.48563 330.33944,391.88287 C 333.81834,390.49132 338.24415,386.14382 340.73454,383.65341 C 342.74187,381.64609 344.73749,380.08359 346.36523,378.45586"
               id="path4019" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer15"
             inkscape:label="front branch highlight"
             style="display:inline">
            <path
               style="fill:#b6a378;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 85.559506,364.15285 C 91.887498,364.81083 94.314987,372.53646 99.984734,374.74519 C 103.95403,378.4965 110.93637,378.76855 112.2146,385.14511 C 112.45276,391.72101 119.41207,393.12387 124.29974,395.14774 C 128.8437,398.90823 134.88213,400.36144 139.63647,403.98568 C 145.75264,405.77375 147.04524,412.50587 151.19643,416.51366 C 155.06386,420.48698 157.26311,425.67795 160.95537,429.79546 C 163.83737,435.41897 168.52124,439.80073 172.12992,444.94266 C 175.28989,449.36005 180.55879,451.86174 183.14197,456.7584 C 184.47997,459.70532 190.42282,466.6628 191.5134,460.31679 C 191.08325,454.55646 185.42814,451.55815 182.04422,447.52384 C 178.79059,444.22719 177.61572,439.12466 173.49278,436.68238 C 167.33389,432.69058 165.79731,424.3116 159.18587,420.82103 C 154.98726,417.11978 151.78362,412.52472 149.0288,407.69105 C 145.36607,403.75676 139.61971,400.15263 134.42447,398.75142 C 129.53875,396.69638 124.43817,394.49951 121.22391,390.17767 C 116.62794,386.93627 114.94296,382.74505 111.97156,378.18223 C 109.3869,373.12378 102.64575,372.71783 99.082531,368.29692 C 94.459566,365.86294 90.694999,361.20349 85.228381,360.98775 C 83.33642,361.99153 83.624838,363.43621 85.559506,364.15285 z "
               id="path5973"
               sodipodi:nodetypes="cccccccccccccccccccc" />
            <path
               style="fill:#b6a378;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 258.67346,362.92095 C 261.73443,365.61866 264.23253,368.9143 267.54878,371.33099 C 268.688,372.72211 270.38589,373.3404 272.13347,373.47905 C 274.4458,373.69408 276.70311,374.44405 279.04852,374.18951 C 281.83953,373.89532 284.71942,374.19799 287.41572,373.27546 C 290.59486,372.3258 293.38219,370.36542 296.66239,369.69618 C 299.16398,369.21397 301.30674,367.77005 303.57285,366.71476 C 301.45117,368.70676 297.44108,370.35044 294.80554,371.56467 C 290.26045,373.80468 287.57445,375.41153 282.40385,375.7323 C 280.38411,375.84281 278.41416,376.30352 276.42352,376.59916 C 273.8187,376.72947 271.21267,376.40146 268.61528,376.29114 C 266.37107,375.95442 265.35622,374.38853 264.35625,372.72492 C 263.07776,370.91495 261.41026,369.38118 259.67547,368.01888 C 258.2534,367.3668 256.14948,366.05793 257.65564,364.3395 C 257.95929,363.84221 258.31058,363.37605 258.67346,362.92095 z "
               id="path5975"
               sodipodi:nodetypes="ccssccccccccccc" />
            <path
               style="fill:#b6a378;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 298.93271,373.95089 C 297.04004,372.05822 304.05694,372.39409 306.65367,371.74491 C 309.40781,371.05636 312.33465,371.28977 314.92612,370.64192 C 317.33101,370.04069 320.70498,370.64192 323.19858,370.64192 C 325.95604,370.64192 328.71353,370.64192 331.47102,370.64192 C 333.85291,370.64192 336.34273,372.41134 338.08897,372.8479 C 341.047,373.58739 342.16889,374.97088 344.70694,375.60538 C 346.41447,376.03227 348.8567,377.68026 350.22191,378.36287 C 351.49742,379.00063 351.711,379.47969 352.42789,380.01736 C 349.94012,379.5626 347.5513,378.66369 344.41862,377.09734 C 342.69383,376.23494 340.98758,375.45297 338.64048,374.86619 C 336.54738,374.34293 334.1452,372.78697 331.73421,372.1842 C 328.99959,371.50055 327.87602,372.92339 324.56473,372.92339 C 321.80726,372.92339 319.04977,372.92339 316.29228,372.92339 C 313.53481,372.92339 310.77731,372.92339 308.01982,372.92339 C 303.43698,372.92339 303.69412,376.33159 298.93271,373.95089 z "
               id="path5977"
               sodipodi:nodetypes="cssssssscssssssc" />
            <path
               style="fill:#b6a378;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 330.7722,358.14262 C 332.53558,359.01706 336.59578,357.51398 338.49315,357.03964 C 342.65151,356.00006 341.54283,357.46147 341.80212,357.59113 C 343.88196,358.63103 337.44007,359.23315 335.18417,359.79713 C 332.65734,360.42881 334.65133,361.24595 330.7722,358.14262 z "
               id="path5985" />
            <path
               style="fill:#b6a378;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 359.59737,348.58204 C 361.40642,348.61312 365.79362,346.2787 367.86983,344.72156 C 369.96852,343.14752 373.19715,342.56249 375.59078,341.96407 C 378.09849,341.33713 380.71123,339.30521 383.31173,338.6551 C 386.06351,337.96715 388.72631,336.48926 391.58418,335.34611 C 394.28403,334.26617 395.83631,333.31796 398.75363,332.58864 C 400.83346,332.06867 395.15617,334.93886 393.23866,335.8976 C 390.64061,337.19666 388.9486,337.49115 386.6207,338.6551 C 384.26377,339.83357 383.04109,340.23938 380.55423,340.86109 C 378.41496,341.39591 375.6729,343.85326 373.93629,344.72156 C 371.55663,345.91139 368.82753,347.27592 366.21531,348.58204 C 362.98899,350.19522 363.38009,350.85167 359.59737,348.58204 z "
               id="path5989" />
            <path
               style="opacity:1;fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 272.64557,335.42332 C 273.8896,335.05221 276.93895,335.19754 278.96717,335.19754 C 286.23127,334.62041 293.64503,334.38779 300.64123,332.26252 C 302.14397,331.88681 302.83902,330.59917 304.02778,330.0048 C 305.97196,329.03273 302.38541,329.58425 301.54431,330.0048 C 292.86859,331.87769 284.94665,335.08674 276.03216,334.52024 C 274.49342,334.52024 273.7883,334.2806 272.64557,335.42332 z "
               id="path2898"
               sodipodi:nodetypes="cccsccc" />
            <path
               style="opacity:1;fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 205.84983,357.11456 C 205.83946,358.17941 204.81401,360.78591 203.88675,362.02224 C 203.30077,362.80352 203.78573,367.1078 203.55956,368.2386 C 203.18072,370.13278 203.38928,372.19151 202.90522,374.12778 C 202.39462,376.17014 201.92369,378.2269 201.92369,380.34415 C 201.92369,385.26926 202.0778,390.54349 201.26934,395.39428 C 201.17792,395.94281 201.05122,396.48488 200.94215,397.03019 C 200.10147,401.23363 200.01723,405.3104 198.97908,409.46289 C 198.76097,410.33539 198.54285,411.20785 198.32473,412.08031 C 197.96496,413.51938 199.27368,409.26608 199.63345,407.82701 C 199.93668,406.61409 199.91556,404.73552 200.28779,403.24653 C 200.67012,401.71724 200.9383,399.66293 201.26934,398.33888 C 201.57415,397.11958 201.60532,395.35898 201.92369,394.08558 C 202.2723,392.69113 202.59233,391.0838 202.90522,389.83228 C 203.31328,388.2 203.2324,386.29744 203.2324,384.59746 C 203.2324,382.74345 203.2324,380.88943 203.2324,379.03544 C 203.2324,377.36368 203.25213,375.6847 203.55956,374.45497 C 203.93196,372.96537 204.54367,371.8272 204.86828,370.52884 C 205.25697,368.9741 205.84983,367.91672 205.84983,365.94835 C 205.84983,363.95556 205.49228,363.15547 205.84983,361.36789 C 206.33389,358.9475 207.67576,359.39702 205.84983,357.11456 z "
               id="path2902" />
            <path
               style="opacity:1;fill:#958052;fill-opacity:1;stroke:none;stroke-width:16.79999924;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:0.568306"
               d="M 196.32023,348.97661 C 195.60695,350.13271 193.79413,352.10718 193.08991,353.51564 C 192.1968,355.30189 190.74858,355.90803 189.81814,357.76893 C 189.19058,359.02403 188.79278,360.10302 187.85507,361.0407 C 187.11159,361.78418 186.46001,363.17646 185.892,364.31246 C 188.3967,362.64195 189.08453,361.12445 191.12683,359.732 C 191.52939,358.12187 191.96503,357.58508 193.08991,356.46022 C 193.95436,355.59578 194.61076,354.40004 195.05297,353.51564 C 196.43739,351.64455 197.12338,350.5896 197.67038,349.5895 C 198.21566,349.69857 196.72266,348.9904 196.32023,348.97661 z "
               id="path2906"
               sodipodi:nodetypes="csssccsccc" />
            <path
               style="opacity:1;fill:#b6a378;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1;display:inline"
               d="M 295.59856,426.331 C 295.53745,426.7892 295.34257,427.86089 295.06031,428.69128 C 294.80334,429.44742 295.16326,429.89837 294.43138,430.65255 C 293.74164,437.10432 288.86571,444.33724 286.89283,451.3879 C 286.77972,452.17169 286.69948,452.99933 286.35454,453.74814 C 286.04234,454.42595 286.21712,454.84098 285.89974,455.52995 C 285.60664,456.16631 285.29796,457.30314 285.18734,458.06962 C 285.16431,458.22947 286.50012,457.17112 286.55029,456.50111 C 286.61527,455.63253 286.89404,455.17655 286.67979,454.23374 C 286.48963,453.39689 287.00921,452.9783 287.10435,452.31891 C 287.1649,451.89946 288.64515,450.89545 288.876,450.65754 C 290.12783,443.47864 294.73163,437.44987 295.3021,429.7553 C 295.38235,429.19912 295.41481,428.2893 295.49209,427.75393 C 295.57414,427.18511 295.55526,426.91001 295.59856,426.331 z "
               id="path4000"
               sodipodi:nodetypes="csccssssssccsc" />
            <path
               style="opacity:1;fill:#b6a378;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 334.64474,431.35586 C 335.75555,432.13936 336.38203,433.62622 337.73717,434.0079 C 338.82118,434.58024 340.12505,434.58009 341.13734,435.267 C 342.15619,436.12283 343.26647,436.84407 344.09372,437.90776 C 345.01368,438.75568 345.33965,439.96247 345.86078,441.05076 C 347.14345,442.64323 346.89,444.91649 348.12195,446.53511 C 348.67996,447.92705 348.93543,449.44182 349.8127,450.69398 C 350.55349,451.91193 351.14943,453.30069 352.17129,454.28219 C 353.1721,454.77442 354.327,454.98712 355.4195,455.12069 C 354.34417,454.68322 353.61096,453.73552 353.03927,452.72012 C 352.48713,451.66716 352.48621,450.3659 351.79877,449.34872 C 351.47873,448.19524 350.87107,447.18475 350.35143,446.12691 C 349.76352,444.97362 348.31426,444.42684 348.17452,443.02316 C 346.95726,439.931 345.54088,437.48129 342.64244,435.38415 C 341.24943,434.63153 339.74137,434.05587 338.54928,432.97696 C 337.543,432.02846 336.10815,432.03521 334.90594,431.51421 L 334.7736,431.43989 L 334.64474,431.35586 L 334.64474,431.35586 z "
               id="path4005"
               sodipodi:nodetypes="cccccccccscsccscccc" />
            <path
               style="opacity:1;fill:#b6a378;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linejoin:miter;stroke-miterlimit:4.5999999;stroke-dasharray:none;stroke-opacity:1"
               d="M 335.42251,431.74319 C 334.51369,431.71253 334.16609,430.74578 333.66619,430.148 C 331.60227,427.68552 329.07501,425.74417 326.92353,423.39782 C 326.42353,422.68335 326.00513,421.88625 325.23153,421.42399 C 324.85906,421.06035 324.40998,420.61318 323.83694,420.73086 C 324.58057,420.24299 325.38401,420.96974 326.05333,421.27076 C 328.0499,423.50425 329.84086,424.97312 331.71562,426.86311 C 332.37967,427.40198 333.18638,427.76978 333.70688,428.46946 C 334.11901,428.97717 334.60534,429.42405 335.18717,429.72884 C 336.35216,430.54777 337.12502,431.77503 338.05196,432.8294 C 338.39128,433.14841 338.43659,433.95721 337.79301,433.48307 C 336.9732,433.23358 336.42408,432.57232 335.8743,431.97505 C 335.7322,431.88218 335.57635,431.81365 335.42251,431.74319 z "
               id="path4009"
               sodipodi:nodetypes="cccccccscccsc" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer7"
             inkscape:label="rev1 leaves2"
             style="opacity:1;display:none"
             sodipodi:insensitive="true" />
          <g
             inkscape:groupmode="layer"
             id="layer6"
             inkscape:label="rev1 leaves1"
             style="opacity:1;display:none"
             sodipodi:insensitive="true" />
          <g
             inkscape:groupmode="layer"
             id="layer9"
             inkscape:label="leaves shade blur"
             style="display:inline">
            <path
               id="path5488"
               d="M 60.430227,165.49906 C 59.399592,165.89694 57.444914,167.14825 56.999538,168.92973 C 56.570625,170.64538 55.537341,171.41183 54.624458,172.09651 C 53.426948,172.99466 52.677075,174.67178 51.985471,176.05498 C 51.125288,177.77537 51.463029,178.69395 53.304965,178.69395 C 55.324478,178.69395 56.412431,178.09617 58.055123,177.11058 C 59.377827,176.31695 60.449851,176.29925 61.485812,175.26329 C 62.504262,174.24483 63.548611,174.30444 64.124799,173.1521 C 64.760275,171.88108 63.785672,170.96569 63.069189,170.24922 C 62.880887,170.0609 66.822225,170.97042 70.458334,173.1521 C 72.094071,174.13354 72.908873,175.08423 74.680697,175.52718 C 76.010143,175.85954 73.418936,170.35849 72.569534,169.72142 C 71.184934,168.68299 68.925418,168.29522 67.555462,167.61023 C 66.16255,166.91379 64.743617,166.29074 63.069189,166.29074 C 61.846169,166.29074 61.781724,166.03965 60.430227,165.49906 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5490"
               d="M 91.570184,214.0563 C 90.017595,214.53887 89.688491,216.83291 89.195112,218.80645 C 88.731344,220.66153 91.303845,222.76249 92.361885,223.82053 C 93.795213,225.25385 95.020673,225.80471 96.584257,226.1956 C 98.126578,226.58118 97.90374,227.29302 97.90374,224.87611 C 97.90374,223.1922 98.431534,221.96203 98.431534,220.12596 C 98.431534,218.43063 98.251143,218.25777 100.27882,217.75088 C 102.48805,217.19856 99.441704,213.43765 98.959328,212.4729 C 98.172351,210.89893 98.355104,210.47457 96.848142,210.09782 C 95.48285,209.7565 93.930216,210.90458 93.153565,211.68122 C 92.517913,212.31687 92.115366,213.14766 91.570184,214.0563 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5492"
               d="M 110.01683,337.27888 C 109.02851,341.16459 108.27954,343.22353 110.56554,345.50953 C 112.13415,347.07812 117.39523,344.56385 117.69875,344.4121 C 119.11866,343.70214 121.39663,340.85733 122.08844,339.4737 C 123.28077,337.08906 122.08844,333.84889 122.08844,332.8892 C 122.08844,329.93872 125.97376,331.26524 121.53972,329.04822 C 117.68361,327.12014 117.18604,330.55042 116.60134,332.8892 C 115.93422,335.55765 112.65516,336.75119 110.01683,337.27888 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5494"
               d="M 135.25749,354.28889 C 134.83575,355.97574 134.99045,361.98547 135.80619,363.61694 C 136.73744,365.47945 141.26154,364.58513 142.93941,364.16566 C 146.45833,363.28592 147.6384,362.21021 149.52394,360.32468 C 150.21341,359.63522 150.97743,354.51076 151.17007,353.74018 C 151.34997,353.02058 147.87782,351.69555 147.87782,348.80178 C 147.87782,346.96284 141.4289,349.2827 141.29329,349.35049 C 140.45251,349.77086 137.06015,352.84675 135.25749,354.28889 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5496"
               d="M 142.3907,368.55534 C 139.06747,371.85497 140.42649,372.45396 144.58556,373.49372 C 147.06124,374.11266 148.4124,375.68505 150.62135,376.23728 C 153.89594,377.05593 152.75695,379.8335 156.65715,377.8834 C 156.74171,377.84113 158.18282,370.68338 158.30329,370.20145 C 159.27402,366.31855 158.78282,366.51496 155.01104,367.45792 C 151.7285,368.27856 152.29571,368.58356 150.07265,366.3605 C 147.68242,363.97028 144.13447,367.50909 142.3907,368.55534 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5498"
               d="M 161.59557,344.96082 C 158.64632,342.01159 168.13566,350.14025 171.47234,352.64273 C 173.90052,354.4639 176.85675,352.74543 178.05685,351.54532 C 179.34415,350.25803 178.60555,345.23018 178.60555,343.31466 C 178.60555,339.58873 173.82242,342.68834 172.56975,343.31466 C 169.86224,344.66842 168.12867,343.01463 166.53395,342.21726 C 165.36086,341.63071 162.11887,344.64684 161.59557,344.96082 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5500"
               d="M 108.91939,357.03241 C 107.00839,356.07692 104.83103,359.11949 103.98101,362.51954 C 102.9744,366.54599 104.44046,366.90922 107.82198,366.90922 C 110.12298,366.90922 111.92785,365.28199 112.76036,363.61694 C 113.88057,361.37657 116.37456,359.61501 118.24748,358.67856 C 120.5688,357.5179 122.39233,355.23436 124.28329,354.28889 C 126.18925,353.3359 121.10832,352.09403 119.3449,352.09403 C 118.14131,352.09403 114.4731,355.07864 112.76036,355.93501 C 110.72339,356.95349 112.5982,357.03241 108.91939,357.03241 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5502"
               d="M 93.808445,336.73014 C 93.036779,337.08774 90.826664,331.8018 87.296144,333.4379 C 84.896118,334.55012 83.65655,337.05431 83.151985,338.92499 C 82.140297,342.67574 83.777323,341.4096 86.704119,342.76596 C 89.259797,343.95029 93.025909,341.98703 94.400469,341.66855 C 98.45274,340.7296 99.244907,342.41791 100.3207,344.41208 C 101.03224,345.73103 103.93188,344.9061 105.05691,343.86338 C 106.52301,342.50454 102.06072,339.18262 101.50473,338.92499 C 98.60452,337.58095 97.576192,336.03172 93.808445,336.73014 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5504"
               d="M 86.971004,343.86338 C 84.021774,342.38878 86.010325,350.85989 83.678756,353.19146 C 81.671838,355.19836 87.489256,358.38897 89.165854,359.22727 C 92.300653,360.79467 92.252357,359.98174 94.652939,357.58114 C 95.980511,356.25358 95.201655,351.79986 95.201655,349.89921 C 95.201655,348.47336 92.387395,346.32403 91.909408,344.4121 C 91.285854,341.91791 89.157948,342.98863 86.971004,343.86338 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5506"
               d="M 84.776176,337.27888 C 83.877933,333.68593 82.840633,344.52862 80.935202,347.70435 C 78.986086,350.95287 76.812657,350.9822 75.448081,348.25306 C 74.267429,345.89172 73.826424,344.98526 72.155841,343.31466 C 69.84956,341.00839 72.189595,339.73118 73.801958,338.92499 C 76.426557,337.61269 77.910441,338.40367 78.740352,335.08402 C 79.534086,331.90902 81.721304,329.99788 82.581326,333.4379 C 83.18523,335.85352 84.776176,332.72041 84.776176,337.27888 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5508"
               d="M 55.694537,361.42209 C 55.975104,362.54434 56.426148,363.61694 56.791951,364.71436 C 57.946516,368.178 60.084217,368.48729 60.084217,372.39631 C 60.084217,376.31793 59.229675,376.84892 57.88939,379.52952 C 56.24913,382.81001 57.333266,383.91919 60.632924,383.91919 C 61.487587,383.91919 65.095,381.10326 65.571309,380.62696 C 66.732221,379.46605 66.841412,373.90046 67.217454,372.39631 C 67.859085,369.82976 69.96099,369.12798 69.96099,365.26306 C 69.96099,363.27896 65.931108,363.06824 63.925189,363.06824 C 59.845624,363.06824 59.120338,362.10726 55.694537,361.42209 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5510"
               d="M 27.161634,391.05244 C 26.353373,393.54534 25.546205,396.05225 26.612927,398.18568 C 27.565667,400.09113 29.448119,401.24939 31.002607,402.02663 C 34.227534,403.63908 31.51199,405.75991 36.4897,402.02663 C 38.6257,400.42464 38.684552,398.49479 38.684552,395.44212 C 38.684552,392.05967 39.726592,391.54579 37.587114,389.40632 C 35.774068,387.59327 35.267628,386.96827 32.100021,387.76017 C 31.074494,388.01656 28.031082,390.53074 27.161634,391.05244 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5512"
               d="M 35.392286,380.07825 C 32.241192,380.86604 32.648728,374.02599 32.648728,371.29889 C 32.648728,368.64577 36.576129,366.59164 38.135845,365.81179 C 41.211721,364.27385 41.428086,362.874 41.428086,359.22727 C 41.428086,356.77337 43.622938,363.61694 44.720352,365.81179 C 46.076835,368.52474 43.685851,370.68727 42.525524,371.8476 C 40.03712,374.336 41.161649,375.82179 38.135845,377.33469 C 36.979045,377.91309 36.306798,379.16374 35.392286,380.07825 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5514"
               d="M 45.817766,378.98081 C 43.592661,380.09338 48.615968,383.70057 48.012617,386.11405 C 47.679351,387.44706 51.683114,389.23587 52.402296,389.95502 C 55.281846,392.83457 54.597124,386.5753 54.597124,385.01664 C 54.597124,381.14835 53.624102,381.12457 52.951004,378.4321 C 52.413167,376.28079 52.951004,372.43568 52.951004,371.8476 C 52.951004,369.55581 48.965017,374.11495 46.915179,375.13986 C 44.414615,376.39014 44.578962,375.88382 45.817766,378.98081 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5516"
               d="M 96.299086,420.13408 C 93.813703,419.38952 91.463405,418.62584 90.263262,423.42633 C 89.883863,424.94395 86.018719,427.2355 85.873584,427.81601 C 85.614275,428.85324 91.908511,429.32473 92.458112,429.46214 C 95.449218,430.20991 97.358716,428.10925 99.042629,427.2673 C 101.76809,425.90457 102.56198,425.9428 104.52971,423.97504 C 107.20468,421.30008 101.70705,420.29102 100.14003,420.68278 C 97.400731,421.3676 101.25491,422.11641 96.299086,420.13408 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5518"
               d="M 79.837782,417.93921 C 75.003339,419.14784 72.419242,421.79481 69.961014,425.07246 C 67.227183,428.71754 71.317643,427.88839 73.801958,427.2673 C 76.789021,426.52053 77.168011,425.54737 79.289078,423.42633 C 81.396061,421.31933 81.67235,420.99684 79.837782,417.93921 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5520"
               d="M 55.145831,420.68278 C 56.997591,418.83102 53.499686,415.61961 53.499686,413.00083 C 53.499686,412.20082 45.845002,415.73077 45.817766,415.74439 C 43.012534,417.14702 46.692515,422.10623 46.915179,422.3289 C 48.808575,424.22229 53.933924,421.65229 55.145831,420.68278 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5522"
               d="M 11.797746,362.51954 C 12.421233,363.14302 6.244408,371.98007 5.2132386,374.04242 C 3.8361333,376.79663 8.5833736,377.17805 10.151625,376.78599 C 11.735756,376.38995 13.332049,373.1687 13.992597,371.8476 C 15.340617,369.15152 17.844781,368.00662 19.47969,368.00662 C 20.107458,368.00662 22.223249,373.92533 22.223249,367.45792 C 22.223249,364.52856 19.746176,364.57326 17.83357,363.61694 C 16.541678,362.97099 13.220156,363.0885 11.797746,362.51954 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5524"
               d="M 18.930983,425.62116 C 16.520959,424.41617 14.838845,428.41107 16.187425,431.10826 C 17.510444,433.75427 20.206119,432.39117 21.674542,431.65698 C 24.711726,430.13837 26.283795,429.19873 27.71034,428.91343 C 29.983962,428.45872 29.47611,431.59716 32.648728,430.01084 C 35.273586,428.69842 31.658901,423.64148 31.551314,423.42633 C 30.245997,420.81571 29.82392,420.42874 26.612927,421.23148 C 26.290119,421.3122 24.684076,426.31124 22.771956,427.2673 C 22.167754,427.5694 19.151167,425.70925 18.930983,425.62116 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5526"
               d="M 36.4897,424.52376 C 35.911617,424.81277 36.315626,433.62098 39.781965,432.75441 C 42.686904,432.02817 44.91697,430.82364 47.463886,428.91343 C 50.420868,426.69569 47.256397,424.31626 46.366473,423.42633 C 46.046752,423.10661 38.545642,425.34612 36.4897,424.52376 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5528"
               d="M 192.87203,425.07246 C 191.043,425.43826 189.21396,425.80406 187.38493,426.16986 C 183.67553,426.91176 185.71956,431.08901 186.83623,432.20568 C 188.15025,433.51972 191.11069,431.65696 193.42074,431.65696 C 197.06789,431.65696 196.83387,430.1178 199.45656,429.46214 C 202.75883,428.63657 200.37688,425.02817 198.35912,424.52376 C 196.75524,424.12278 194.3298,424.70802 192.87203,425.07246 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5530"
               d="M 200.00524,392.69857 C 197.13911,391.98206 193.59428,394.19922 192.87203,397.08825 C 191.93308,400.84406 193.62141,401.57826 195.61556,402.57535 C 198.11795,403.82654 199.50595,401.72758 201.10268,400.9292 C 202.85339,400.05385 205.90079,399.72968 207.68719,399.28308 C 209.7641,398.76385 207.00614,394.76107 205.49236,393.2473 C 203.88696,391.6419 202.77343,392.14493 200.00524,392.69857 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5532"
               d="M 210.97946,393.796 C 204.06445,386.88097 215.04417,399.73062 217.01525,403.67277 C 218.98793,407.6181 220.67125,401.1204 220.85622,400.3805 C 221.36342,398.3518 226.56569,397.4146 227.98946,395.99082 C 230.88903,393.09125 225.16149,392.6648 222.50237,391.60114 C 219.60578,390.44252 217.99027,390.29057 215.36914,391.60114 C 213.70236,392.43455 213.2271,392.44741 210.97946,393.796 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5534"
               d="M 211.52816,409.15985 C 209.19442,410.32675 216.77938,414.88185 217.56396,415.19569 C 217.80812,415.29333 213.74507,419.01457 212.62557,420.13408 C 209.90492,422.85472 207.68719,421.62039 207.68719,417.93921 C 207.68719,416.12766 210.86603,414.55191 211.52816,411.90342 C 211.74997,411.01623 211.52816,410.07439 211.52816,409.15985 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5536"
               d="M 240.06105,363.06824 C 242.2464,364.72255 242.86573,367.45792 246.6456,367.45792 C 249.23456,367.45792 251.42604,365.57895 252.68139,363.06824 C 254.06,360.31104 249.77863,359.89538 254.32753,356.48371 C 257.02043,354.46402 258.1685,355.10135 258.1685,350.99661 C 258.1685,347.17179 254.52559,347.10612 252.13268,347.70435 C 250.0145,348.23389 247.52946,351.97243 246.6456,353.74018 C 244.99901,357.03331 248.22354,356.94638 244.45074,359.77597 C 242.63502,361.13778 242.867,361.38469 240.06105,363.06824 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5538"
               d="M 234.02527,357.03241 C 232.24612,358.36678 231.24955,367.36745 224.6972,371.29887 C 222.10206,372.85596 230.06269,374.04242 231.2817,374.04242 C 234.55712,374.04242 235.50049,369.78767 235.67138,369.10404 C 236.11249,367.33956 236.22011,364.51147 236.22011,361.97079 C 236.22011,358.98226 239.44929,357.03241 234.02527,357.03241 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5540"
               d="M 169.8262,438.79021 C 169.8262,435.64341 166.56423,444.24702 164.3391,446.47214 C 164.32307,446.48816 170.63903,449.00736 171.47234,449.2157 C 175.8464,450.30919 173.00424,445.14623 172.56975,444.27729 C 170.93987,441.01754 176.54752,444.16725 169.8262,438.79021 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5542"
               d="M 148.42652,455.2515 C 148.22437,452.20678 149.40874,450.42831 151.17007,448.66697 C 152.02343,447.81362 157.34523,447.12318 157.75459,447.02086 C 160.16806,446.41748 157.53594,453.55072 159.94942,454.15408 C 162.91688,454.89594 159.26042,458.68404 158.85201,459.09248 C 157.25578,460.68867 152.23783,459.35943 151.17007,459.09248 C 148.79256,458.4981 149.10808,458.65942 148.42652,455.2515 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5544"
               d="M 164.3391,420.68278 C 162.22762,420.1549 158.85201,422.11212 158.85201,425.07246 C 158.85201,427.90986 156.21917,428.692 155.01104,431.10828 C 153.99725,433.13582 160.75044,433.30311 162.14427,433.30311 C 165.45867,433.30311 164.8878,428.32469 164.8878,426.1699 C 164.8878,423.56729 165.79862,424.33158 164.3391,420.68278 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5546"
               d="M 69.961014,287.34628 C 71.296825,290.41016 74.152347,290.08981 78.191636,290.08981 C 78.683072,290.08981 79.100078,282.06648 79.289078,281.31046 C 80.033575,278.33243 80.64133,277.34208 77.094228,279.11563 C 74.024431,280.65051 74.393005,281.57424 71.058427,282.40786 C 69.422497,282.81687 70.291701,285.69272 69.961014,287.34628 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5548"
               d="M 37.038407,259.36206 C 34.199323,260.07183 39.655897,266.83267 37.038407,268.14141 C 33.689819,269.81573 33.804434,268.25797 32.648728,265.94658 C 31.457128,263.56336 30.304023,263.05318 28.807755,261.5569 C 26.491187,259.24034 31.614908,256.87696 32.648728,256.6185 C 34.119776,256.25075 35.864462,257.0109 36.4897,257.16722"
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5550"
               d="M 57.88939,214.91656 C 58.068255,214.73767 54.909379,217.83746 50.756152,220.95236 C 47.862959,223.12226 51.833016,225.89591 54.048417,225.34204 C 56.974781,224.61045 59.37357,223.32485 62.279069,222.5985 C 65.425494,221.81189 66.538009,224.11389 67.766162,225.34204 C 69.979131,227.55501 70.773848,226.45988 72.155841,223.69592 C 73.464415,221.07877 68.703776,218.58039 67.217454,218.20883 C 64.933378,217.6378 62.778165,217.66011 59.53551,217.66011 C 58.469005,217.66011 58.438096,215.83107 57.88939,214.91656 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5552"
               d="M 36.4897,206.1372 C 32.282024,206.1372 28.557586,211.32575 26.612927,213.27043 C 23.425063,216.45828 28.44769,217.06423 30.453901,216.56267 C 33.452419,215.81305 35.608238,213.49079 38.684527,212.72171 C 41.377722,212.04842 40.483858,215.66303 44.171645,213.81915 C 47.279597,212.26517 41.340101,210.09334 40.879379,209.97817 C 40.02209,209.76385 38.404204,206.903 36.4897,206.1372 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5554"
               d="M 29.356462,195.71171 C 27.762043,195.31311 21.907468,194.67253 19.47969,194.06558 C 17.410372,193.54823 20.864139,198.59876 22.771956,199.55266 C 24.767927,200.55067 28.112332,200.75059 29.905168,201.19882 C 33.711024,202.15027 32.201334,198.59869 32.648728,196.80914 C 33.442933,193.63228 35.720445,191.67843 32.100021,190.77331 C 29.486957,190.12005 29.629927,194.34437 29.356462,195.71171 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5556"
               d="M 47.463886,187.48106 C 44.290102,186.68761 52.965619,187.04501 57.88939,188.02978 C 60.347348,188.52136 61.251207,191.46114 62.279069,193.51687 C 63.567191,196.09312 57.417238,197.61305 56.243245,197.90654 C 54.259384,198.40251 52.801078,195.16299 50.756152,195.16299 C 46.763989,195.16299 49.481647,195.00336 48.561324,191.32203 C 47.76099,188.12073 44.792361,194.15991 47.463886,187.48106 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5558"
               d="M 61.730338,188.57849 C 61.070882,185.94062 62.551246,194.33776 64.473897,196.26044 C 66.064934,197.85144 69.157299,197.69595 70.509696,197.35784 C 72.902183,196.75971 67.520031,191.1233 72.70455,192.41946 C 75.621817,193.14876 74.785977,195.54618 77.642932,196.26044 C 81.809068,197.30196 80.935202,195.57747 80.935202,194.06558 C 80.935202,192.67716 77.221974,190.90108 76.545524,190.22461 C 74.67854,188.35763 73.29805,187.62944 70.509696,186.93233 C 67.610059,186.20744 63.909188,186.94436 61.730338,188.57849 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5560"
               d="M 34.84358,236.86495 C 36.306798,237.59657 37.770016,238.32817 39.233259,239.0598 C 42.953901,240.92013 46.956084,240.74682 49.658738,243.44948 C 52.220878,246.01162 49.916737,246.39773 48.012617,248.93658 C 45.714726,252.00039 41.568382,251.39953 43.622938,247.29045 C 45.319253,243.8978 38.922999,245.79944 38.135821,246.19302 C 36.221025,247.15043 37.454795,241.67102 35.940993,240.15723 C 34.732808,238.94903 35.443015,239.86216 34.84358,236.86495 z "
               style="opacity:1;fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
            <path
               id="path5562"
               d="M 78.740374,215.46527 C 74.681311,211.40622 89.496469,220.18558 93.555532,224.24462 C 95.259673,225.94878 91.528647,230.6836 90.811977,232.47528 C 90.03746,234.41155 88.445629,229.01148 86.971004,227.5369 C 84.496048,225.06192 83.497706,225.71533 82.581326,222.04979 C 81.886429,219.27018 78.740374,221.95636 78.740374,215.46527 z "
               style="opacity:1;fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
            <path
               id="path5564"
               d="M 13.992597,158.94815 C 12.088016,159.72537 10.66378,165.39851 8.5054801,168.2762 C 5.8185839,171.85877 2.8378924,171.20387 7.9567738,173.76332 C 10.77499,175.17242 12.876191,173.78229 13.992597,172.66588 C 15.621864,171.03662 15.359342,167.36839 16.736132,165.53267 C 18.866636,162.69201 22.127237,165.48466 23.320662,166.08138 C 27.091547,167.96682 24.691201,160.59182 24.418075,160.04555 C 23.564313,158.33805 18.78524,158.77453 17.284838,158.39943 C 16.205518,158.12959 15.09001,158.76524 13.992597,158.94815 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               sodipodi:nodetypes="csssssc"
               id="path5566"
               d="M 2.4696789,194.06558 C 0.90167211,193.67358 -2.5408115,205.32818 -3.0174136,207.23461 C -4.050698,211.36774 0.99257551,207.9309 1.9209727,207.23461 C 4.6635351,205.1777 5.2132386,203.70343 5.2132386,200.1014 C 5.2132386,198.11414 13.081953,201.39721 12.346453,198.45526 C 11.801709,196.27626 10.513976,192.32626 6.3106524,190.22461 C 3.8981231,189.01834 3.3004374,192.68098 2.4696789,194.06558 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5568"
               d="M 304.80883,374.04242 C 305.51113,374.28393 310.85171,373.21585 313.58818,371.8476 C 316.88461,370.19938 317.30582,368.50001 317.97786,365.81177 C 318.74795,362.73152 321.40851,363.13742 323.46498,364.16566 C 327.03229,365.94931 324.56241,365.41747 324.56241,361.42209 C 324.56241,358.6362 319.37225,359.37573 316.88046,358.12986 C 314.0036,356.69142 312.36694,361.12105 311.39335,363.06824 C 309.95254,365.94988 307.13581,368.02681 306.45497,370.75018 C 305.70048,373.76809 308.56066,369.04003 304.80883,374.04242 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5570"
               d="M 343.21854,332.34048 C 342.42792,335.50292 341.0237,342.39721 341.0237,345.50953 C 341.0237,348.49722 343.60561,348.21267 345.96208,348.80178 C 349.42695,349.668 348.35723,343.01849 348.15692,342.21726 C 347.5265,339.69556 349.55408,338.07655 350.90047,336.73016 C 353.43576,334.19487 344.24985,332.753 343.21854,332.34048 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5572"
               d="M 336.08529,340.02242 C 336.22335,339.88437 335.82839,347.08595 335.53659,348.25306 C 334.69882,351.6042 330.52539,348.72895 330.04949,348.25306 C 328.95838,347.16194 325.76637,345.5628 324.56241,344.96082 C 322.92647,344.14285 327.41104,342.34556 327.85466,340.57114 C 328.29379,338.81454 324.45284,338.48675 324.01368,336.73016 C 323.53881,334.83071 329.13408,334.53531 330.59819,334.53531 C 334.21517,334.53531 335.38926,336.54223 336.08529,340.02242 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5574"
               d="M 342.12112,354.28889 C 345.57214,354.28889 344.52154,361.5249 347.60821,363.06824 C 350.86565,364.69695 351.47941,366.30005 353.0953,363.06824 C 354.63958,359.97969 353.9344,358.38819 355.83887,356.48371 C 357.86029,354.4623 350.97229,354.28889 349.80306,354.28889 C 346.8991,354.28889 344.92798,354.99061 342.12112,354.28889 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5576"
               d="M 368.4592,352.09403 C 364.96484,352.09403 375.29363,355.83724 376.14113,359.22727 C 376.74572,361.64561 380.28164,360.99797 381.62823,360.32468 C 383.19317,359.54219 383.99711,355.78751 384.37178,354.28889 C 384.72942,352.85831 387.17004,353.13675 388.21273,352.09403 C 388.64894,351.65784 382.06968,350.55826 381.62823,350.44791 C 378.67705,349.71013 376.59435,351.0205 374.495,351.54532 C 371.67492,352.25035 372.62112,352.92642 368.4592,352.09403 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5578"
               d="M 367.91048,374.04242 C 365.93788,374.53558 372.10489,381.07802 373.39758,381.72437 C 375.53506,382.79311 377.23855,385.00953 377.23855,380.62696 C 377.23855,377.33241 376.82134,376.21451 376.14113,373.49372 C 375.25094,369.93295 376.58124,368.5825 372.30016,369.65274 C 369.67676,370.30861 371.10837,372.76327 367.91048,374.04242 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5580"
               d="M 305.35753,347.70435 C 303.07982,349.01904 301.25614,351.48971 300.41915,354.83759 C 299.89751,356.92415 296.09769,358.3701 294.38335,359.22727 C 290.06064,361.3886 293.58835,362.51954 296.57818,362.51954 C 300.09297,362.51954 301.97689,360.96179 304.26013,358.67856 C 306.9296,356.00907 305.85845,354.57519 309.19851,353.74018 C 311.85026,353.07725 316.97348,352.66601 312.49078,351.54532 C 311.17743,351.21699 308.74622,348.38209 305.35753,347.70435 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5582"
               d="M 302.61403,344.41208 C 299.71645,343.6877 300.62963,339.81197 302.06529,338.37628 C 303.9031,336.53847 306.39379,337.76636 307.55242,338.92499 C 308.52628,339.89887 309.00602,344.73947 309.19853,345.50953 C 309.65439,347.33297 306.82116,347.33874 305.35755,346.60694 C 303.78544,345.82088 305.48553,345.84785 302.61403,344.41208 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5584"
               d="M 286.7014,347.15564 C 287.98298,351.61933 282.90221,355.51348 280.11689,359.22727 C 279.37824,360.21213 278.81229,356.06934 277.92205,354.28889 C 277.01594,352.47669 280.13307,348.41439 280.6656,347.70435 C 282.97478,344.62546 278.78836,343.37246 283.40914,342.21726 C 285.80378,341.61859 286.42651,345.78117 286.7014,347.15564 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5586"
               d="M 307.55239,307.64853 C 304.25164,308.20847 301.97738,312.38978 300.96785,316.42789 C 300.03749,320.14936 305.31471,318.3698 307.00367,317.5253 C 310.47433,315.78998 308.32908,313.13562 313.03948,313.13562 C 316.81998,313.13562 314.6606,308.69595 314.1369,307.64853 C 313.43552,306.24574 308.83959,307.97033 307.55239,307.64853 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5588"
               d="M 124.28329,218.20883 C 126.37565,219.35816 129.80551,221.02264 131.41651,224.24462 C 132.84424,227.10007 128.46349,229.75165 127.02684,230.82915 C 123.87449,233.19341 122.45343,231.74284 120.99102,230.28042 C 118.96074,228.25014 118.24748,228.55799 118.24748,224.79333 C 118.24748,222.65964 122.60552,221.79124 123.18586,221.50106 C 124.22052,220.98376 123.91749,219.30624 124.28329,218.20883 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5590"
               d="M 141.60775,209.19522 C 143.37528,208.31147 147.26849,213.45059 148.1923,214.68232 C 150.25934,217.4384 144.37406,219.88938 143.25391,220.1694 C 142.80388,220.28193 150.81464,222.42552 152.03326,222.91297 C 155.19306,224.17689 148.81587,228.10699 147.64358,228.40006 C 144.29239,229.23787 143.3495,226.30086 142.15647,225.10783 C 141.19696,224.14829 141.39263,219.30889 141.05905,217.97458 C 140.44303,215.51045 141.1403,211.53248 141.60775,209.19522 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5592"
               d="M 138.54974,228.0856 C 138.50012,227.88708 136.3549,233.71372 136.3549,241.25463 C 136.3549,245.2808 136.26713,245.89673 139.64716,246.74173 C 143.2325,247.63805 142.3907,243.42544 142.3907,240.70591 C 142.3907,237.94807 141.8945,235.97753 141.29329,233.57269 C 140.93566,232.1421 143.13048,231.1623 143.48814,229.73172 C 143.79614,228.49969 138.7705,228.0856 138.54974,228.0856 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5594"
               d="M 148.97523,239.60851 C 149.11383,239.05407 155.61258,241.82977 156.65715,242.35205 C 159.74334,243.89513 160.68552,243.27555 162.14427,246.19302 C 163.25949,248.42345 156.67648,250.30352 155.55975,250.5827 C 152.84948,251.26027 153.16085,247.97975 152.26747,246.19302 C 151.24257,244.14321 148.97523,249.93705 148.97523,252.22882 C 148.97523,252.70435 145.13426,250.07711 145.13426,247.29043 C 145.13426,246.71072 148.40214,240.56364 148.97523,239.60851 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5596"
               d="M 164.8878,231.37787 C 164.8878,230.7631 175.91491,231.80261 176.41073,231.92657 C 178.36947,232.41626 180.10516,234.52358 181.34911,235.76755 C 183.51712,237.93554 175.63578,238.51107 172.56975,238.51107 C 169.51946,238.51107 168.24135,233.87631 167.08265,238.51107 C 166.10422,242.42488 164.68875,242.153 162.69297,240.15723 C 162.17698,239.64122 164.60789,232.07761 164.8878,231.37787 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5598"
               d="M 125.38072,260.4595 C 123.16916,262.48137 121.78233,269.3024 119.89361,273.07981 C 118.26441,276.33824 120.72285,277.06104 122.63716,278.01821 C 125.42306,279.41115 126.19837,273.65015 126.47814,272.53109 C 127.4664,268.57801 126.08845,268.69013 130.86781,268.69013 C 132.37381,268.69013 131.45596,261.71466 131.41651,261.5569 C 130.90338,259.50442 127.12293,260.11103 125.38072,260.4595 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5600"
               d="M 142.3907,271.43369 C 141.63526,268.41194 148.7685,274.44776 149.52394,277.46948 C 150.62492,281.87351 148.12497,281.32135 144.03682,282.9566 C 140.43678,284.39662 139.33701,284.29256 137.45232,282.40786 C 136.35773,281.3133 142.27405,276.15605 135.25746,279.66434 C 131.84701,281.36958 128.68846,278.62889 128.12427,276.37207 C 127.62555,274.37727 132.968,272.85279 133.61134,272.53109 C 136.45342,271.11007 138.92071,270.04568 142.3907,271.43369 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5602"
               d="M 390.91785,80.143619 C 390.406,81.317417 382.53608,89.802757 390.05343,87.923427 C 393.38957,87.089382 400.2455,88.742581 400.4265,88.787832 C 404.58211,89.826734 394.895,81.734487 390.91785,80.143619 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5604"
               d="M 381.40921,53.346523 C 384.16232,54.034822 377.26323,58.373212 377.95153,61.126328 C 378.96906,65.196457 385.9395,58.491427 390.05343,57.668645 C 392.33138,57.213056 392.94769,53.871398 393.51111,51.617695 C 394.49944,47.664442 385.48413,53.346523 381.40921,53.346523 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5606"
               d="M 405.61302,51.617695 C 406.40982,48.430463 410.17747,58.498089 408.20628,61.126328 C 405.40259,64.864602 407.48129,58.602782 403.88419,56.804231 C 402.25422,55.989232 405.03673,53.346523 405.61302,51.617695 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5608"
               d="M 351.61693,34.614664 C 350.23453,35.726256 347.36492,39.512657 346.42693,43.264719 C 345.88122,45.44746 351.17934,42.548966 352.77029,40.958049 C 354.91953,38.808794 355.11603,38.651355 359.11364,38.651355 C 362.70107,38.651355 360.60914,35.191337 357.38365,35.191337 C 355.25762,35.191337 353.81281,35.053839 351.61693,34.614664 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5610"
               d="M 303.58926,-2.3887971 C 300.33024,-2.3887971 300.962,4.7873139 303.58926,7.4145809 C 305.76054,9.5858679 307.91245,4.2447369 308.77927,3.3778899 C 310.16543,1.9917619 312.6442,4.0557779 314.54599,4.5312369 C 314.66563,4.5611489 312.13015,-1.7654551 311.66263,-2.3887971 C 310.48305,-3.9615721 304.94333,-2.6596121 303.58926,-2.3887971 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5612"
               d="M 334.71253,7.6124149 C 333.07335,5.4268049 338.40548,12.139836 341.05589,12.802428 C 343.44834,13.400551 336.53015,17.083646 335.86588,17.415792 C 333.28689,18.705301 332.00145,13.086983 331.8292,12.22578 C 331.47356,10.447558 334.27271,9.3716909 334.71253,7.6124149 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5614"
               d="M 327.7925,-3.9389801 C 327.41551,-8.8941941 329.33029,8.1890639 331.25252,8.1890639 C 334.63883,8.1890639 335.3893,4.8938549 337.01921,0.60906392 C 338.94135,-4.4440341 328.17686,-3.9389801 327.7925,-3.9389801 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5616"
               d="M 254.73643,15.584581 C 252.3512,17.792419 251.41264,21.319483 252.42976,25.387958 C 253.31333,28.922269 256.2809,22.093481 256.46644,21.351268 C 257.32515,17.916495 258.37332,17.126203 262.23314,16.161229 C 265.36926,15.377214 260.29149,12.595402 259.34979,12.124565 C 257.63049,11.264917 256.23744,14.383763 254.73643,15.584581 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5618"
               d="M 228.20964,18.467925 C 225.24007,19.198245 223.81104,21.204114 225.3263,24.234611 C 226.88806,27.358152 231.14681,22.450774 231.66966,21.927941 C 231.94785,21.649758 237.94546,23.081289 238.01303,23.081289 C 239.32357,23.081289 234.88948,18.696205 233.97633,18.467925 C 231.66188,17.889305 231.22744,17.864354 228.20964,18.467925 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5620"
               d="M 208.0262,15.007907 C 207.91391,14.979819 198.47184,20.774594 204.56617,20.774594 C 208.70975,20.774594 206.88133,18.484874 209.17954,23.081289 C 210.01637,24.754938 214.55766,19.245058 214.94623,18.467925 C 215.82586,16.708673 209.22665,15.007907 208.0262,15.007907 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5622"
               d="M 241.13253,7.9406219 C 242.78387,4.6379729 235.09347,12.249685 232.48249,14.860656 C 230.77431,16.568838 237.59394,15.515928 239.40252,13.707334 C 241.79563,11.314234 245.16922,15.468385 245.16922,10.823966 C 245.16922,7.3134869 245.07763,7.9406219 241.13253,7.9406219 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5624"
               d="M 162.82462,15.287501 C 161.14716,16.79785 159.30633,18.567073 158.58406,22.178401 C 157.94756,25.360843 162.74572,23.554072 163.35469,21.118269 C 163.8992,18.94027 168.20685,19.528057 170.2456,19.528057 C 173.2205,19.528057 170.06087,15.108806 168.65538,14.757422 C 166.21275,14.146776 165.76946,14.109568 162.82462,15.287501 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5626"
               d="M 140.56168,25.358825 C 139.65772,25.58482 139.67665,32.420079 140.03159,33.839961 C 140.69568,36.496216 144.27216,33.22552 144.27216,31.189592 C 144.27216,28.080447 145.86237,27.049376 145.86237,23.768613 C 145.86237,21.923928 142.14347,24.409732 140.56168,25.358825 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5628"
               d="M 150.633,43.911285 C 150.633,42.008284 154.23162,46.882615 155.93371,46.031576 C 156.18082,45.908011 156.46377,38.730367 156.46377,38.080517 C 156.46377,34.668506 155.53078,34.937254 152.7533,37.020384 C 152.24853,37.398956 150.633,43.467709 150.633,43.911285 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5630"
               d="M 126.24978,9.4567339 C 123.70435,10.683476 122.38605,15.511089 123.59943,17.937845 C 125.02063,20.780261 128.71472,16.029203 128.90013,15.287501 C 129.76534,11.826657 129.73256,12.429035 133.1407,11.577001 C 135.54674,10.975497 131.12686,7.9197319 129.96028,7.3364439 C 127.71156,6.2120849 128.33698,6.8477559 126.24978,9.4567339 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5632"
               d="M 176.07636,8.9266559 C 173.95022,7.8635799 178.54087,14.803896 180.847,14.227369 C 182.88144,13.718763 183.58739,9.8967349 185.08755,8.3966019 C 187.32598,6.1581709 187.12426,6.8063899 182.96729,6.8063899 C 181.29381,6.8063899 177.74293,7.9267109 176.07636,8.9266559 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5634"
               d="M 225.90297,30.129459 C 226.60972,31.189616 227.31649,32.24975 228.02325,33.309883 C 229.72952,35.869299 229.90027,40.287894 230.14352,41.260941 C 230.61799,43.158787 224.63051,43.381232 224.31277,43.381232 C 223.76702,43.381232 223.25261,36.127687 223.25261,35.430173 C 223.25261,31.935744 219.44026,35.29963 225.90297,30.129459 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5636"
               d="M 406.12677,37.020384 C 406.48015,38.080517 406.83356,39.140651 407.18693,40.200784 C 408.48108,44.083292 408.08367,43.911285 412.48762,43.911285 C 413.43334,43.911285 413.0177,37.364691 413.0177,36.490306 C 413.0177,34.052679 409.90872,34.334291 408.77714,34.900094 C 407.76521,35.406049 407.01023,36.313605 406.12677,37.020384 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5638"
               d="M 343.04844,61.933666 C 341.35013,62.782833 341.39459,67.732624 343.57853,68.82459 C 346.38776,70.2292 347.32239,65.59964 348.87921,63.523877 C 352.33332,58.918393 344.74352,60.916626 343.04844,61.933666 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5640"
               d="M 346.22887,52.392398 C 346.88849,51.512906 350.43688,47.646179 352.58971,46.031576 C 354.30932,44.741848 353.64984,50.242876 353.64984,52.392398 C 353.64984,53.341442 353.29659,54.15926 349.40928,56.102899 C 347.95228,56.83142 347.74135,52.997403 346.22887,52.392398 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5642"
               d="M 339.33794,57.693111 C 337.06208,58.831039 337.49794,63.274099 335.09739,60.873533 C 332.28387,58.060009 336.16926,56.102899 330.32676,56.102899 C 327.61952,56.102899 332.07335,53.280936 333.50716,52.922476 C 337.0804,52.02917 337.95304,54.230782 339.33794,57.693111 z "
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 77.665376,41.259871 C 76.426524,43.677191 76.019161,45.836247 79.12527,46.612772 C 80.748063,47.01846 80.94999,47.261429 83.018287,50.019142 C 85.646079,53.522885 85.45141,46.298427 85.45141,45.152886 C 85.45141,43.398328 81.856444,43.802459 81.071772,42.233138 C 79.997468,40.084515 86.316316,40.016228 81.558393,38.826742 C 79.258195,38.251674 78.826026,39.325475 77.665376,41.259871 z "
               id="path5902" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 78.986382,82.836982 C 75.618659,85.846498 77.568978,87.248476 79.473002,88.676511 C 82.520763,90.962328 80.932885,83.66757 80.932885,89.649773 C 80.932885,92.9237 86.743737,89.678441 86.772416,89.649773 C 88.982657,87.439498 85.833194,84.410025 84.339282,84.78349 C 83.779833,84.923349 88.21926,82.350362 83.852662,82.350362 C 82.460746,82.350362 80.522319,82.836982 78.986382,82.836982 z "
               id="path5906" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 105.4031,49.532546 C 105.77832,50.908678 103.03733,55.858689 106.86298,55.858689 C 110.08369,55.858689 111.80034,56.83193 115.62226,56.83193 C 118.19936,56.83193 114.34675,50.354669 113.67576,50.019166 C 110.54222,48.452398 113.18913,52.932665 113.18913,47.099393 C 113.18913,43.32114 109.32933,47.552794 108.32284,48.55928 C 107.59744,49.284712 106.37634,49.208108 105.4031,49.532546 z "
               id="path5910" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 108.32284,36.393614 C 108.31497,36.401494 104.60537,34.271574 102.48332,36.393614 C 101.23013,37.646815 101.75656,36.273552 100.0502,35.420373 C 98.535473,34.66301 99.867134,40.697376 101.51008,40.28663 C 104.37249,39.571023 104.71076,40.721841 106.86298,41.259894 C 109.89241,42.017258 109.88564,39.416281 112.21586,41.746516 C 113.19587,42.726494 112.14191,37.853501 110.75598,37.853501 C 109.81017,37.853501 109.13391,36.880235 108.32284,36.393614 z "
               id="path5912" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 106.37634,14.982057 C 104.31534,14.982057 101.90446,13.824284 101.02346,12.062283 C 99.105247,8.2258329 99.076964,13.726011 99.076964,15.468678 C 99.076964,16.992254 101.9967,15.524173 101.9967,19.361692 C 101.9967,22.442188 105.88973,21.496695 105.88973,19.361692 C 105.88973,17.713625 106.37634,17.051325 106.37634,14.982057 z "
               id="path5914" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 93.724064,13.52217 C 93.724064,9.3197709 89.447151,12.624657 88.857807,14.982057 C 88.574102,16.116824 86.911293,16.732116 86.911293,17.901804 C 86.911293,19.855074 90.797553,17.415184 92.750813,17.415184 C 95.930103,17.415184 92.77127,22.027916 97.13045,19.848312 C 98.862181,18.982439 96.755755,13.969929 96.64383,13.52217 C 96.407772,12.577965 94.697328,13.52217 93.724064,13.52217 z "
               id="path5916" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 94.210684,68.510974 C 93.579997,65.988207 99.670854,67.834667 101.9967,68.997596 C 103.36542,69.681954 99.588284,71.059592 98.103691,71.430723 C 96.84478,71.745458 99.021298,74.406163 98.103691,75.323738 C 97.015574,76.411862 96.270588,72.437015 96.64383,70.944102 C 96.676712,70.812537 92.776449,74.247944 93.724064,70.457482 C 93.886271,69.808654 94.048478,69.159802 94.210684,68.510974 z "
               id="path5918" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 285.94153,39.800009 C 282.95822,39.528196 281.94592,39.723794 281.07528,43.206402 C 280.71903,44.631392 284.14111,43.036122 285.45492,43.693023 C 287.42068,44.675895 288.86131,46.390984 288.86131,43.206402 C 288.86131,40.761042 290.02726,39.800009 285.94153,39.800009 z "
               id="path5924" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 367.6948,9.6291539 C 367.6948,8.0204619 371.06705,9.2790849 370.12793,13.035549 C 369.9764,13.641697 373.05067,12.050416 372.07444,15.955298 C 371.33791,18.901384 368.07125,16.818399 367.6948,16.441918 C 367.12131,15.868431 366.04848,16.245227 365.26167,16.441918 C 365.0587,16.492673 367.6948,9.8478299 367.6948,9.6291539 z "
               id="path5926" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 294.70081,154.64387 C 297.78101,153.70645 297.90176,151.87558 297.13396,148.80435 C 296.81677,147.53564 294.51222,149.70464 293.72757,150.75086 C 291.80042,153.32039 289.83456,148.87757 289.83456,153.18398 C 289.83456,154.10158 291.78106,154.21291 291.78106,155.13049 C 291.78106,157.6967 292.37928,156.50107 294.70081,154.64387 z "
               id="path5934" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 429.98299,158.53689 C 429.98299,160.00574 433.04885,157.39336 434.36265,158.05026 C 435.53234,158.63512 436.98692,158.2197 438.25566,158.53689 C 442.25809,159.53748 436.95659,162.75465 436.30916,162.91653 C 433.74482,163.55759 433.14918,162.30045 431.9295,165.34964 C 431.32707,166.85571 429.65857,162.4299 428.0365,162.4299 C 426.58566,162.4299 429.07667,159.6698 429.98299,158.53689 z "
               id="path5936" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 443.12192,161.94328 C 441.05735,161.94328 447.50155,164.25832 447.50155,166.32291 C 447.50155,171.36753 447.98817,162.69104 447.98817,167.78278 C 447.98817,171.05153 444.57776,171.18917 443.60853,171.18917 C 441.63518,171.18917 442.15668,167.26408 442.6353,165.34964 C 443.40613,162.26631 437.29139,169.23143 443.12192,161.94328 z "
               id="path5938" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 430.95625,182.86822 C 431.47371,180.79839 433.43814,187.68574 431.9295,189.19436 C 429.10964,192.01423 431.78628,183.15464 429.00974,188.70774 C 427.12717,192.47289 424.69813,184.05597 425.11673,182.38159 C 425.70858,180.01415 430.2635,182.34863 430.95625,182.86822 z "
               id="path5940" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 414.41096,183.84146 C 414.57801,183.17322 410.78703,175.95231 409.54467,180.9217 C 408.61642,184.63477 410.72932,185.99933 411.49118,186.76122 C 412.67328,187.9433 411.75121,194.02718 414.41096,188.70774 C 415.37582,186.77793 415.58545,186.77772 414.41096,183.84146 z "
               id="path5942" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 118.54202,129.82592 C 118.59498,127.66779 117.97923,124.73537 115.13562,125.44628 C 113.90081,125.75499 115.84621,128.74068 113.67576,129.82592 C 111.00685,131.16037 114.81768,133.19011 116.59551,132.74567 C 117.82186,132.43908 117.11408,136.60675 120.0019,133.71894 C 120.98187,132.73894 118.81382,131.18491 118.54202,129.82592 z "
               id="path5944" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 107.34961,131.77243 C 109.45261,129.66942 103.57152,130.19761 101.51008,132.25906 C 101.08531,132.68383 102.6932,136.01369 103.94322,136.63867 C 106.32172,137.82795 108.92678,139.57582 109.78274,136.15206 C 110.31301,134.03094 108.66232,133.41332 107.34961,131.77243 z "
               id="path5946" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 114.64899,148.80435 C 114.8079,148.16878 110.26935,143.48562 110.26935,149.77761 C 110.26935,152.37115 114.82501,144.20725 112.21586,154.64387 C 111.40434,157.88996 116.49864,154.74073 116.59551,154.64387 C 117.52023,153.71914 116.49728,151.92057 117.08212,150.75086 C 117.57879,149.50921 118.35979,145.09355 114.64899,148.80435 z "
               id="path5948" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 100.53682,152.21075 C 97.611652,149.91188 96.386612,151.01732 94.210684,154.64387 C 93.295338,156.16944 97.617071,153.51704 97.617071,156.59038 C 97.617071,159.97672 97.049375,161.53772 99.076964,159.51012 C 101.22729,157.3598 100.15256,155.425 103.4566,157.07699 C 105.55049,158.12395 103.31175,153.03913 100.53682,152.21075 z "
               id="path5954" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 392.99937,210.1193 C 392.08284,209.07771 387.48043,213.52569 392.02613,213.52569 C 393.97263,213.52569 391.55403,217.47681 392.02613,219.36522 C 392.44434,221.03804 394.69986,217.17809 395.91914,215.95881 C 398.00728,213.87067 400.40267,217.13984 398.35227,213.03907 C 397.21763,210.76975 396.08304,210.73602 392.99937,210.1193 z "
               id="path5956" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 419.2772,193.08737 C 418.40068,191.33433 424.63012,193.56053 424.63012,195.5205 C 424.63012,198.7081 423.9895,195.87786 425.11673,200.38676 C 425.88097,203.44379 422.11544,202.71118 420.73709,200.87339 C 418.76233,198.24038 419.03665,199.5338 416.35747,200.87339 C 413.18801,202.45812 415.9104,197.38782 416.35747,196.49374 C 417.26521,194.67824 418.09037,195.46106 419.2772,193.08737 z "
               id="path5958" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 402.73191,185.78797 C 403.94311,183.36556 403.89082,180.13411 406.62492,182.86822 C 407.78622,184.02952 408.58442,184.34107 410.03132,185.78797 C 412.78815,188.54483 407.99014,188.92739 407.11154,188.70774 C 405.28972,188.25226 407.76135,189.35462 406.1383,192.60076 C 404.61219,195.65297 402.73191,190.40303 402.73191,189.19436 C 402.73191,188.50346 402.73191,185.81175 402.73191,185.78797 z "
               id="path5960" />
            <path
               style="fill:#6c6a21;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 386.18661,260.24184 C 388.71783,261.17608 390.37026,263.3509 391.05287,266.08134 C 391.06621,266.13475 388.13311,266.79387 388.13311,269.48773 C 388.13311,273.42096 386.18661,272.84911 386.18661,269.48773 C 386.18661,265.76814 384.33977,267.92821 383.26686,269.00112 C 381.77543,270.49252 382.21949,263.94465 382.29359,263.64822 C 382.65716,262.19397 384.60715,260.87362 386.18661,260.24184 z "
               id="path5964" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer13"
             inkscape:label="leaves sillouettes"
             style="display:inline">
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 139.93262,55.49033 C 137.43742,55.836219 136.20991,53.769843 132.9821,52.96287 C 129.06675,51.984034 129.92479,56.958145 130.45463,58.017816 C 131.44867,60.005885 133.06522,55.955988 129.82275,62.440861 C 127.9078,66.270816 130.92303,66.86393 134.24583,66.86393 C 138.27675,66.86393 135.24321,59.647084 139.93262,64.336469 C 143.68884,68.09269 141.97213,59.85715 141.82821,59.281546 C 141.48553,57.910838 140.56448,56.754085 139.93262,55.49033 z "
               id="path5697" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 113.39426,78.237505 C 112.52133,74.745873 111.21264,85.128234 109.60307,88.347372 C 107.98949,91.574491 111.17747,91.527718 112.13053,87.715492 C 113.477,82.32957 115.34041,84.657275 116.55358,87.083645 C 116.62116,87.218786 120.42721,86.534203 117.18546,83.292452 C 115.63055,81.737551 119.08104,79.172736 119.08104,76.973773 C 119.08104,73.982747 113.89475,77.937215 113.39426,78.237505 z "
               id="path5699" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 107.70746,95.297908 C 107.70746,92.282245 104.64766,100.58653 103.91627,103.51214 C 102.82521,107.8764 106.55946,105.66582 109.60307,104.14402 C 112.88721,102.50193 114.26799,104.14402 118.44919,104.14402 C 121.59822,104.14402 120.14489,98.289537 119.71291,96.561634 C 118.85156,93.116188 113.94902,96.238164 113.39426,98.457218 C 112.53658,101.88785 115.01256,97.59806 110.8668,96.561634 C 109.76642,96.286538 108.76057,95.719127 107.70746,95.297908 z "
               id="path5701" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 151.3062,66.232052 C 147.8414,65.365863 146.88316,64.308989 146.88316,68.759514 C 146.88316,73.020862 145.23407,73.567915 143.09194,75.710043 C 141.29857,77.503439 148.21384,74.463068 150.67435,75.07819 C 151.9827,75.405279 152.51122,72.815222 153.83366,72.55073 C 155.15024,72.287405 154.82716,76.882384 157.62485,71.286999 C 158.00501,70.526693 153.51664,66.674145 151.3062,66.232052 z "
               id="path5703" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 119.71291,13.787197 C 121.29187,10.629269 121.29328,20.739113 122.87225,23.897041 C 124.41845,26.989429 120.68275,27.144487 119.71291,23.265188 C 118.96911,20.290041 117.92925,29.136155 117.18546,32.111302 C 116.20117,36.048408 113.76126,33.170731 114.65799,29.583841 C 115.81899,24.939762 113.59013,29.432189 114.65799,25.160771 C 115.74203,20.824618 116.14838,20.332502 114.02611,18.210265 C 111.21581,15.399927 114.17796,13.749235 116.55358,13.15532 C 117.59549,12.894864 118.65981,13.576572 119.71291,13.787197 z "
               id="path5705" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 97.597625,79.501236 C 95.20571,81.433638 93.174554,84.521308 93.174554,89.611099 C 93.174554,92.136473 98.232799,80.751639 96.333888,88.347372 C 95.095479,93.300963 99.893324,90.990713 101.38881,90.242957 C 104.77335,88.550707 106.93329,91.22208 104.54813,86.451765 C 102.65237,82.660234 101.35486,83.625353 105.81185,81.396843 C 110.00829,79.298635 104.72777,78.869383 102.02066,78.869383 C 99.682964,78.869383 101.17001,78.786771 97.597625,79.501236 z "
               id="path5707" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 192.37748,119.94066 C 188.41739,120.84455 188.07851,126.12377 188.5863,128.15492 C 189.04604,129.99392 192.75661,127.01756 194.27309,128.15492 C 197.05509,130.24143 196.22594,125.39845 196.80055,123.1 C 197.36898,120.82624 199.57543,122.81984 192.37748,119.94066 z "
               id="path5713" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 230.9213,135.10546 C 235.50694,133.61305 237.11474,134.60455 238.50371,140.16037 C 238.85538,141.56708 239.53475,143.78503 238.50371,145.84714 C 236.57161,149.71133 233.44876,145.00623 233.44876,142.68783 C 233.44876,140.98975 228.80568,143.70334 228.39384,142.05595 C 227.4443,138.25781 227.79288,139.01597 230.9213,135.10546 z "
               id="path5719" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 259.35526,149.00649 C 262.34043,148.87869 265.07992,147.27101 267.56952,143.95156 C 269.2309,141.73641 263.97201,143.74517 263.14646,143.95156 C 262.60086,144.08796 267.02553,138.22082 261.88272,140.79223 C 259.62618,141.9205 258.93656,141.21093 256.82781,143.31968 C 253.24746,146.90003 255.46527,147.4505 259.35526,149.00649 z "
               id="path5725" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 280.83871,159.11632 C 282.65299,158.34418 288.41177,158.48448 292.21228,158.48448 C 293.81634,158.48448 289.18244,161.77332 290.3167,162.90755 C 293.8641,166.45494 288.53384,164.8595 287.15736,164.17128 C 282.90576,162.04546 283.16216,167.51474 282.73429,169.22619 C 281.50991,174.12376 277.32974,167.82767 277.04749,166.69874 C 276.13177,163.03575 278.20402,161.22409 280.83871,159.11632 z "
               id="path5729" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 251.14101,161.64382 C 249.94657,156.86611 256.67856,170.97255 251.77287,166.06686 C 251.36931,165.66329 253.66846,169.30933 253.66846,172.38551 C 253.66846,174.51799 249.24539,173.8259 249.24539,169.85805 C 249.24539,169.4215 246.2367,167.93301 245.45421,164.80314 C 245.20006,163.7865 247.69554,163.12216 247.98168,162.90755"
               id="path5731" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 267.56952,158.48448 C 271.53174,156.00209 272.78672,158.17719 274.52004,161.64382 C 276.89904,166.40183 271.54636,165.435 271.36071,165.435 C 268.95926,165.435 269.26741,170.53934 266.93765,171.12178 C 263.73033,171.92363 264.41019,166.38505 264.41019,164.17128 C 264.41019,162.00279 267.14423,160.61085 267.56952,158.48448 z "
               id="path5743" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 295.37161,98.457218 C 295.37161,94.754087 302.89773,98.400938 303.58588,99.089098 C 304.42836,99.931571 302.21429,101.32758 301.05839,101.61655 C 300.01651,101.87704 301.95075,103.73397 301.69027,104.77587 C 300.57858,109.22267 295.37161,100.31847 295.37161,98.457218 z "
               id="path5745" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 292.21228,87.715492 C 291.53075,90.441646 285.98501,87.624104 283.99802,89.611099 C 283.88758,89.721535 286.78492,91.87913 283.99802,94.666027 C 281.7805,96.883549 289.39044,99.489384 290.3167,99.720945 C 292.90133,100.3671 291.65268,94.521471 292.84416,92.138563 C 293.90909,90.008716 293.81249,91.716004 292.21228,87.715492 z "
               id="path5747" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 304.84962,80.764966 C 306.51145,77.44128 307.7935,76.005883 312.432,75.07819 C 315.57898,74.448793 314.95945,81.263066 314.95945,81.396843 C 314.95945,82.197883 308.51116,84.685802 308.00893,85.188035 C 307.76844,85.428549 309.90843,89.607192 308.00893,91.506683 C 305.36985,94.145776 307.18111,83.679365 304.84962,80.764966 z "
               id="path5749" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 217.02026,72.55073 C 220.3725,72.435191 222.4004,76.37908 223.33891,80.133112 C 223.6454,81.359101 220.67804,80.698259 219.54772,80.133112 C 217.86274,79.290634 218.70522,84.345556 217.02026,85.188035 C 213.76163,86.817352 215.57519,78.331011 215.75653,77.605652 C 216.34391,75.256132 210.70526,76.339731 217.02026,72.55073 z "
               id="path5753" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 205.01481,85.819908 C 207.80939,84.147941 211.83326,83.792253 215.12465,87.083645 C 216.3254,88.284369 212.39968,89.611099 210.70159,89.611099 C 208.30014,89.611099 207.34456,93.451709 205.01481,94.034147 C 202.93808,94.553331 202.23146,91.637234 203.75108,89.611099 C 205.53045,87.238629 205.01481,92.280836 205.01481,85.819908 z "
               id="path5761" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 239.76743,40.325564 C 242.24331,37.024372 245.34989,43.276223 245.45421,43.484902 C 245.86194,44.300338 242.93205,43.490205 245.45421,46.012363 C 246.82076,47.378915 243.76955,54.43849 242.2949,48.539824 C 241.81502,46.620263 237.27244,52.460903 235.97622,47.276094 C 235.59454,45.749355 239.16586,41.328159 239.76743,40.325564 z "
               id="path5763" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 297.2672,29.583841 C 294.47629,30.727923 293.7926,33.377659 294.73975,37.166225 C 294.80414,37.423761 301.36554,33.53741 301.69027,33.375033 C 305.89715,31.271595 305.40186,34.086506 307.37707,32.111302 C 310.4487,29.039682 303.38588,27.954184 302.32213,27.688232 C 300.30421,27.183762 298.91491,28.59523 297.2672,29.583841 z "
               id="path5769" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 301.05839,39.693687 C 298.19775,38.978516 307.04385,38.978516 309.90453,39.693687 C 311.50041,40.092662 307.9084,42.321681 306.7452,43.484902 C 304.97802,45.252058 306.9352,47.276094 301.69027,47.276094 C 301.46835,47.276094 300.74823,42.829971 299.1628,49.171677 C 297.85241,54.413222 298.00769,46.841613 298.53093,44.748634 C 299.14104,42.308184 299.23045,42.740331 301.05839,39.693687 z "
               id="path5771" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 309.27265,21.36958 C 306.11021,21.914348 304.1106,23.211614 308.00893,25.160771 C 310.42022,26.366429 310.30664,27.458492 312.432,29.583841 C 315.62963,32.781482 316.23337,28.360868 315.59131,25.792649 C 315.35948,24.865225 313.66844,22.524192 313.06384,20.105849 C 312.74077,18.813544 310.53639,20.948328 309.27265,21.36958 z "
               id="path5779" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 259.35526,200.81948 C 258.73004,203.8257 257.14022,207.77002 262.51458,207.77002 C 265.81766,207.77002 263.39833,202.33509 267.56952,206.50629 C 271.61967,210.55642 270.72884,207.33799 270.72884,203.97883 C 270.72884,201.62376 265.83902,201.5339 264.41019,200.81948 C 262.37058,199.79969 262.46132,200.19829 259.35526,200.81948 z "
               id="path5781" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 265.67393,215.35239 C 264.46223,218.00555 265.41427,220.77952 267.56952,222.93478 C 269.18048,224.54574 269.74979,218.85895 271.36071,217.24801 C 273.94723,214.6615 275.37535,217.3945 276.41564,212.19306 C 276.91816,209.6805 271.31909,212.83535 265.67393,215.35239 z "
               id="path5785" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 253.66846,198.92387 C 249.79649,199.1632 248.242,201.51644 253.03661,202.7151 C 255.65031,203.36852 252.68995,207.69871 257.45965,206.50629 C 260.11601,205.84218 258.12375,200.94835 257.45965,198.29203 C 257.14893,197.04911 254.9322,198.71328 253.66846,198.92387 z "
               id="path5789" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 357.29447,248.84129 C 355.82239,250.88133 355.24997,254.86217 356.66262,257.68742 C 357.66389,259.69 358.91357,253.17551 361.08566,252.63248 C 362.91327,252.17559 364.31297,254.70304 366.14058,255.15994 C 368.18393,255.6708 367.62991,250.33061 366.14058,248.84129 C 364.00023,246.70091 368.96427,242.92247 362.98126,244.41824 C 361.0653,244.89721 359.51796,247.5072 357.29447,248.84129 z "
               id="path5791" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 385.09656,246.94569 C 389.1619,251.33553 389.18887,248.23909 390.78336,245.05011 C 392.42511,241.76663 393.8196,242.90834 392.04709,239.3633 C 390.56203,236.39318 385.94333,241.67588 385.72844,241.89076 C 384.66032,242.95885 380.47976,238.34395 383.20098,243.78638 C 383.75019,244.88483 384.46472,245.89259 385.09656,246.94569 z "
               id="path5797" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 398.36574,258.95114 C 402.04785,257.5315 402.31227,257.99804 404.05255,261.47861 C 405.70801,264.78952 407.5543,262.84834 408.4756,266.53354 C 409.08949,268.9891 401.73119,268.00676 400.89321,267.79728 C 395.93062,266.55662 399.96406,262.40777 395.20643,267.1654 C 394.56045,267.81136 393.22294,260.56642 393.31082,260.21488 C 393.59117,259.09348 397.95891,258.95114 398.36574,258.95114 z "
               id="path5805" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 26.828636,15.050928 C 29.849818,20.276131 30.162122,17.404241 31.251705,16.314657 C 34.012993,13.553371 33.557111,11.947109 36.306628,11.259736 C 36.677709,11.16696 34.943895,6.5702289 30.619828,8.7322749 C 29.940576,9.0718879 26.951689,14.743318 26.828636,15.050928 z "
               id="path5807" />
            <path
               style="fill:#252917;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 21.141838,6.2048139 C 17.526982,8.0122409 19.142849,11.707787 22.405567,12.523466 C 24.675492,13.090947 27.608517,5.9087549 28.092366,4.9410829 C 28.795377,3.5350629 33.299379,5.0931489 29.356097,1.1498669 C 25.607852,-2.5983771 22.386307,4.1306809 21.141838,6.2048139 z "
               id="path5809" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer14"
             inkscape:label="leaves deep green"
             style="display:inline">
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 174.68526,269.69286 C 180.49598,270.5181 181.32904,273.5209 181.63576,274.74779 C 181.7109,275.0483 176.49825,270.87401 181.00391,275.37966 C 184.44833,278.82411 187.14741,279.17085 181.00391,279.17085 C 178.54765,279.17085 176.65024,276.85342 174.68526,275.37966 C 172.87045,274.01858 174.3585,281.14813 172.15776,281.69831 C 169.50144,282.36239 171.49369,276.1404 172.15776,273.48406 C 172.52615,272.0106 174.12117,271.10304 174.68526,269.69286 z "
               id="path5812" />
            <text id="suspendRedraw3" x="220" y="220" style="font-size: 24px; fill: red;">Inside the markup</text>
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 188.1296,294.79233 C 188.69263,292.33965 196.65451,292.53943 191.53598,293.81907 C 191.18411,293.90703 190.88714,294.14348 190.56273,294.30569 C 187.32399,295.92505 194.11025,296.04416 196.88887,296.73883 C 199.60544,297.41797 191.41637,298.19869 188.61622,298.19869 C 186.29375,298.19869 193.08438,299.72498 194.94237,301.11847 C 195.11467,301.24769 190.33545,303.55161 186.1831,303.55161 C 185.71369,303.55161 190.11373,296.96333 184.72321,299.65859 C 182.95224,300.54407 186.58349,296.0292 188.1296,294.79233 z "
               id="path5814" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 186.1831,308.9045 C 183.36606,310.313 191.536,313.541 191.536,316.6905 C 191.536,320.42375 185.83006,312.49222 187.15636,319.12367 C 188.07305,323.70721 183.79284,323.27069 182.77672,323.01664 C 179.90506,322.29876 182.03476,317.12902 181.31684,314.25739 C 180.37587,310.49352 180.52407,312.29991 186.1831,308.9045 z "
               id="path5816" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 210.02781,326.90967 C 213.52148,328.36206 211.99109,330.73553 211.97431,330.80268 C 211.97092,330.81622 209.01892,327.74032 210.02781,331.77594 C 210.99282,335.63604 207.07773,331.4111 206.62141,330.80268 C 206.10193,330.11004 205.1659,336.65969 203.70165,330.80268 C 202.90936,327.63342 204.26532,326.90967 207.59467,326.90967 C 208.40571,326.90967 209.21678,326.90967 210.02781,326.90967 z "
               id="path5822" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 172.55756,293.81907 C 175.84087,293.81907 179.86514,300.17794 180.34357,302.09172 C 180.65831,303.35064 176.7653,300.8328 176.45058,302.09172 C 175.55779,305.66287 173.68915,303.3816 172.55756,301.11847 C 171.75652,299.51641 172.39371,305.44186 169.15118,301.11847 C 166.86634,298.07202 171.2962,296.9725 172.55756,293.81907 z "
               id="path5824" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 155.03901,263.64822 C 154.62368,263.09447 157.54968,267.82333 161.85176,269.97436 C 163.54993,270.82345 157.34796,270.2227 156.49889,271.92086 C 155.51122,273.89622 159.95618,273.9763 154.55238,275.32725 C 152.17344,275.92199 151.6326,277.52226 151.6326,273.38075 C 151.6326,271.65644 148.1578,271.64717 147.73961,269.97436 C 146.97894,266.93177 149.5967,266.56798 152.11925,266.56798 C 153.8178,266.56798 154.4355,265.15697 155.03901,263.64822 z "
               id="path5826" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 136.06057,255.86218 C 138.16928,255.86218 134.56949,260.69726 136.06057,262.18835 C 136.3771,262.50488 138.24847,259.75136 139.95359,263.16159 C 141.71498,266.68441 143.13513,261.28899 142.87333,260.24184 C 142.2628,257.79973 139.16507,259.57045 142.38671,256.34883 C 145.24831,253.48722 139.75403,255.96607 142.38671,252.45581 C 144.87828,249.13374 139.49781,250.96507 138.49371,251.96919 C 136.99955,253.46332 136.52647,253.53268 136.06057,255.86218 z "
               id="path5828" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 159.41865,229.58437 C 157.69815,231.30483 164.66804,231.60352 165.25816,233.96401 C 165.57535,235.23272 162.53486,235.03548 161.36515,234.45062 C 159.52997,233.53303 161.47045,240.29014 159.41865,240.29014 C 155.81448,240.29014 157.564,235.33201 154.55238,238.34364 C 153.11676,239.77925 150.34643,234.17217 150.17275,233.47739 C 149.65911,231.42286 154.52558,229.95604 156.01226,229.58437 C 158.67698,228.91817 154.45965,228.59257 159.41865,229.58437 z "
               id="path5830" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 256.74395,323.01664 C 259.05665,322.43849 261.72614,323.49563 263.55672,325.93642 C 265.81941,328.95334 264.73677,330.62933 262.09683,331.2893 C 258.49859,332.18888 261.12358,330.15813 261.12358,335.18232 C 261.12358,335.33796 256.25733,339.31691 256.25733,334.6957 C 256.25733,330.19908 256.01106,329.58316 254.79745,328.36955 C 253.66129,327.23339 252.74074,336.68811 251.39105,331.2893 C 250.47021,327.60597 249.84916,326.95067 252.85094,325.44978 C 254.54541,324.60256 253.89436,324.15648 256.74395,323.01664 z "
               id="path5832" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 245.55154,309.39112 C 247.4872,308.42328 249.94201,309.88316 251.87767,310.85098 C 253.02907,311.42669 242.21583,314.25739 248.95792,314.25739 C 252.14967,314.25739 248.56197,320.9795 248.47131,321.07014 C 245.40332,324.13817 246.00939,319.00852 245.55154,317.17712 C 244.66886,313.64639 242.14517,322.84557 242.14517,316.6905 C 242.14517,312.01301 243.96069,313.36826 245.55154,309.39112 z "
               id="path5834" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 247.98468,344.91486 C 250.64176,346.56612 250.55791,349.01426 249.44454,351.241 C 249.42579,351.27852 246.7809,348.85898 247.98468,353.67412 C 248.6133,356.18867 245.06492,357.48733 245.06492,354.16078 C 245.06492,350.38127 242.83582,352.35556 241.1719,353.1875 C 238.36859,354.58917 242.04195,349.39769 242.14517,349.2945 C 243.48469,347.95495 245.60085,347.56664 247.01142,346.86136 C 247.66025,346.53694 247.66025,345.56369 247.98468,344.91486 z "
               id="path5840" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 239.22539,368.27291 C 239.62776,368.07174 242.33247,374.01878 239.22539,375.57233 C 235.97758,377.19624 237.76553,377.11925 237.76553,380.92523 C 237.76553,384.08938 233.82982,381.85578 233.38587,381.41184 C 232.10351,380.12946 233.91928,377.81834 234.35915,376.05895 C 234.72927,374.57844 231.56738,372.62717 231.92601,371.19269 C 232.78114,367.77217 235.33238,370.99529 235.33238,367.29967 C 235.33238,365.96206 237.98344,367.77615 239.22539,368.27291 z "
               id="path5842" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 212.94756,367.29967 C 211.53462,369.86673 210.27963,372.9044 212.46093,375.0857 C 213.68021,376.30495 215.58282,373.22157 216.35395,371.67931 C 217.16501,370.05722 220.42446,373.93494 221.70685,372.65258 C 224.15213,370.20727 218.90503,368.42406 218.30045,368.27291 C 216.74262,367.88348 222.42496,366.3028 221.70685,364.86655 C 220.82434,363.10151 217.78175,366.31841 215.86732,365.83979 C 214.81169,365.57588 213.92081,366.81305 212.94756,367.29967 z "
               id="path5850" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 220.73361,397.95714 C 218.35802,399.49688 217.32721,402.96599 217.32721,403.79666 C 217.32721,404.71485 220.57452,401.02658 219.27373,406.2298 C 218.7362,408.37985 222.85314,408.94398 223.65336,405.74318 C 224.42033,402.67532 224.92429,400.20135 227.05975,402.33678 C 229.29089,404.56795 231.20106,403.67253 232.89927,402.8234 C 233.71322,402.41642 229.04132,397.01898 229.00626,396.98391 C 227.34832,395.32597 226.08648,400.25307 226.08648,394.55076 C 226.08648,390.93938 222.21015,394.85297 221.70685,395.52403 C 221.18273,396.22282 221.05802,397.14611 220.73361,397.95714 z "
               id="path5856" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 190.56273,415.4757 C 189.27996,416.53838 187.66011,420.27349 187.15636,422.28845 C 186.73815,423.96128 189.8301,420.10134 191.04935,418.88208 C 191.13942,418.79201 194.21467,411.08706 192.02262,419.85533 C 190.95859,424.11139 193.1379,422.00436 193.96912,420.34195 C 195.38337,417.51344 194.92473,420.79331 195.91563,422.7751 C 196.56544,424.07473 198.34876,418.63887 198.34876,417.4222 C 198.34876,412.60983 199.68968,417.30323 201.26851,418.88208 C 202.73739,420.35094 199.39077,414.51962 197.37549,414.0158 C 194.54006,413.30696 193.3773,413.22403 190.56273,415.4757 z "
               id="path5860" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 287.88804,66.564467 C 286.3614,65.061487 283.81374,64.61796 280.58864,64.61796 C 278.58979,64.61796 283.28847,67.184428 283.99503,67.537708 C 285.48876,68.28459 280.7963,68.789961 279.6154,69.970861 C 278.63542,70.950839 282.16386,71.094589 283.50842,71.430723 C 284.86212,71.769169 284.69347,74.213096 285.94153,74.837117 C 287.4589,75.595794 289.01758,69.658266 289.34793,68.997596 C 290.1049,67.483648 291.5107,70.187129 287.88804,66.564467 z "
               id="path5870" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 249.44454,43.206402 C 251.75838,40.582054 254.55912,41.870663 255.28406,42.233138 C 255.5925,42.387367 250.36409,44.179644 255.77069,44.179644 C 259.17727,44.179644 258.38192,46.523717 256.25733,47.586039 C 253.1182,49.155603 253.24792,49.622185 252.85094,50.019166 C 252.26609,50.604011 252.7342,51.712514 252.36431,52.452294 C 252.30882,52.563286 249.74221,43.950536 249.44454,43.206402 z "
               id="path5874" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 248.95792,31.040736 C 247.49968,33.957227 254.93804,25.893256 251.87767,32.013978 C 250.49436,34.780592 247.88609,29.968906 251.87767,33.960486 C 253.36567,35.448461 256.39201,31.744598 254.31083,35.906993 C 253.92979,36.66905 249.4006,37.875485 248.47131,38.340122 C 246.36522,39.393154 248.10128,42.699549 247.01142,38.340122 C 245.98725,34.243461 247.4691,35.184285 248.47131,34.933728 C 249.16242,34.760966 250.78682,35.612954 248.95792,31.040736 z "
               id="path5876" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 343.85008,79.216753 C 344.18924,76.974139 344.11771,74.161928 347.25648,73.377231 C 348.52519,73.060064 346.81838,76.34552 347.74311,77.270246 C 348.49175,78.018878 351.09333,76.858528 348.22974,80.676639 C 346.89187,82.460478 349.43903,82.086405 352.12273,82.623147 C 354.24485,83.047561 347.89612,84.607907 345.79659,84.083009 C 344.10172,83.659301 344.74894,80.714844 343.85008,79.216753 z "
               id="path5882" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 340.93034,84.569655 C 342.59426,85.13074 346.0358,88.294965 347.25648,89.922529 C 348.33561,91.361377 343.86951,88.589177 343.36347,88.462669 C 339.60341,87.522652 342.94655,91.521834 343.36347,92.355687 C 344.15818,93.945065 340.04649,91.074639 339.47046,89.922529 C 339.02495,89.031512 338.02933,90.900494 336.06408,90.409173 C 334.65605,90.057159 340.76021,84.9099 340.93034,84.569655 z "
               id="path5886" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 267.93634,123.01316 C 269.74458,121.94884 273.13371,120.78443 276.209,121.55328 C 278.51695,122.13026 273.42382,125.13566 272.80264,125.44628 C 272.70767,125.49376 276.40455,128.30234 277.18227,129.3393 C 278.46239,131.04612 272.92593,129.79508 270.85612,130.31253 C 269.99025,130.529 271.34274,134.48598 271.34274,135.66544 C 271.34274,138.07686 267.92332,132.24167 266.47649,130.31253 C 265.34981,128.81033 268.90962,127.90357 268.90962,125.44628 C 268.90962,122.30029 264.27147,132.17536 267.93634,123.01316 z "
               id="path5890" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 264.04334,129.82592 C 264.04334,128.31973 255.96,129.02164 261.12358,130.31253 C 266.8608,131.74684 258.69046,130.03078 258.69046,135.1788 C 258.69046,136.99235 262.27435,136.32957 263.55672,137.61195 C 265.97226,140.02749 267.46602,140.07766 265.98984,137.12531 C 264.44244,134.03045 266.85895,133.34542 264.04334,129.82592 z "
               id="path5892" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 289.83456,124.47302 C 289.08624,121.29001 287.47759,121.27188 284.9683,122.52652 C 281.44892,124.2862 287.6322,126.35557 287.88804,126.41952 C 289.61906,126.85228 287.09009,130.1765 287.88804,131.77243 C 288.76158,133.51947 291.39417,129.62645 292.26767,127.87942 C 293.91954,124.57572 296.69664,126.46885 294.21419,123.9864 C 293.17555,122.94776 291.27489,124.18496 289.83456,124.47302 z "
               id="path5898" />
            <path
               style="fill:#30451d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               d="M 350.66288,10.602421 C 349.93115,9.8706889 350.88797,17.342325 351.1495,18.388426 C 351.62322,20.283377 354.35719,16.058021 355.52914,14.495411 C 356.28928,13.481899 356.7332,17.722454 357.96226,17.415184 C 360.06178,16.89031 358.89727,13.188563 359.42215,11.089041 C 359.57884,10.462296 364.13819,12.885307 360.39539,9.1425329 C 358.70767,7.4547799 356.57202,8.8643989 355.04251,9.6291539 C 353.70827,10.29627 352.62451,10.602421 350.66288,10.602421 z "
               id="path5900" />
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer10"
             inkscape:label="leaves sun"
             style="display:inline">
            <path
               id="path5644"
               d="M 116.46386,233.57852 C 114.27075,236.41537 107.63866,242.7252 109.5485,246.54485 C 109.74144,246.93076 114.06347,242.70144 114.30281,242.22275 C 116.29304,238.24228 116.88027,241.6957 117.3283,244.38379 C 117.6533,246.33385 118.67951,247.08623 119.48935,248.70592 C 120.40053,250.52827 119.1191,244.63158 118.62494,242.65494 C 117.92687,239.86269 117.99141,238.76505 121.2182,238.76505 C 121.63591,238.76505 125.10865,242.00692 125.54031,242.22275 C 128.52277,243.71398 126.75002,243.00024 125.54031,241.79052 C 123.90824,240.15846 123.52695,238.49143 122.94704,236.17179 C 122.87072,235.86648 119.47172,233.99312 119.05713,233.57852 C 118.4459,232.96727 117.3283,233.57852 116.46386,233.57852 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5646"
               d="M 135.48116,230.55305 C 133.38345,228.45534 139.08378,235.45483 139.80327,238.33285 C 140.6584,241.7534 140.66769,238.90482 140.66769,236.60398 C 140.66769,235.23722 141.35309,233.93658 141.96432,232.71409 C 142.10839,232.42595 141.21957,231.92781 141.5321,231.84967 C 143.07591,231.46374 144.74263,231.80342 146.28644,231.41745 C 148.03772,230.97963 143.14672,229.63149 141.5321,228.82421 C 139.65868,227.88749 136.83391,229.7414 135.48116,230.55305 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5648"
               d="M 129.86242,250.00254 C 130.39287,251.2509 130.29462,255.17143 130.29462,257.78232 C 130.29462,260.42487 130.76274,261.27595 132.02346,262.53665 C 133.09605,263.60926 133.32011,258.60002 133.32011,257.35013 C 133.32011,254.27061 133.59773,253.06665 135.48116,252.59579 C 136.06763,252.44918 139.88797,255.984 140.23547,256.0535 C 142.38728,256.48385 138.17444,252.13143 137.6422,250.00254 C 137.23894,248.38945 133.97474,249.243 133.32011,249.57033 C 132.53358,249.96359 130.62453,250.00254 129.86242,250.00254 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5650"
               d="M 126.40472,271.61308 C 125.37805,272.12643 121.6496,272.90991 119.92158,273.34193 C 117.46909,273.95504 115.99081,274.24721 114.73504,275.50298 C 114.63125,275.60679 119.09145,276.79962 120.35376,276.79962 C 121.79449,276.79962 123.27821,276.4502 124.67589,276.79962 C 124.82903,276.8379 121.24272,280.68952 125.54031,280.68952 C 127.36784,280.68952 128.3128,278.6022 128.99797,277.23184 C 130.30274,274.62235 128.9902,274.21415 130.72684,272.47749 C 131.50268,271.70168 132.97647,271.95671 133.75232,271.18088 C 135.48715,269.44605 128.81051,271.13193 126.40472,271.61308 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5652"
               d="M 159.25276,257.35013 C 160.44341,256.15946 169.1048,263.57277 171.35466,264.69772 C 172.76401,265.40238 165.54456,265.12991 164.00708,265.12991 C 163.67231,265.12991 165.24124,263.27613 167.03256,266.85876 C 168.29724,269.38815 168.58972,270.4942 169.19361,272.90972 C 169.57693,274.44298 164.97101,271.28038 164.87152,271.18088 C 163.18203,269.4914 162.27824,270.4957 162.27824,267.29099 C 162.27824,266.24214 159.72182,267.21727 159.25276,268.15539 C 158.39315,269.87462 158.42232,264.40139 157.95612,262.53665 C 157.28821,259.86495 156.16684,263.52195 155.36286,265.12991 C 154.47062,266.91438 155.23855,269.81925 155.36286,270.31645 C 155.86682,272.33222 152.40911,267.1457 151.90517,265.12991 C 151.78879,264.66432 155.84874,262.05077 156.22729,261.67223 C 157.16651,260.73301 154.57325,259.58598 153.63403,258.64676 C 151.89025,256.90298 158.58914,257.18423 160.98161,257.78232"
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5654"
               d="M 158.38835,281.12175 C 157.80629,280.53969 156.65949,288.52312 156.65949,290.19815 C 156.65949,292.00336 157.97629,286.72031 159.25276,285.44384 C 160.44757,284.24902 163.49996,286.91913 164.00708,287.17269 C 165.61574,287.97701 167.4151,288.88912 169.19361,289.33374 C 172.11385,290.06379 170.22137,287.49936 169.62583,286.30826 C 168.60677,284.27014 167.87857,284.25066 165.73593,283.71499 C 163.43794,283.14049 165.00199,280.5998 165.30371,279.39288 C 165.86006,277.16752 161.10497,279.76344 160.98161,279.82511 C 160.11718,280.2573 159.25276,280.68952 158.38835,281.12175 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5656"
               d="M 129.86242,322.18178 C 128.03326,323.79424 126.40472,326.89649 126.40472,330.39378 C 126.40472,334.1149 127.66288,331.2967 129.86242,329.09716 C 131.38976,327.56978 132.07904,330.88154 133.32011,332.12263 C 134.70572,333.50825 133.66331,327.88949 135.04895,326.50389 C 135.60302,325.94983 135.45445,324.01746 135.48116,323.91061 C 135.58482,323.49598 130.18904,322.31242 129.86242,322.18178 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5658"
               d="M 163.14266,327.3683 C 163.49565,327.92816 169.09874,332.59173 171.35466,334.28368 C 172.59601,335.21469 168.58426,336.01251 167.03256,336.01251 C 165.72795,336.01251 168.38727,338.97992 167.46478,339.90241 C 166.22963,341.13757 162.18121,338.34117 161.84603,338.17358 C 160.2314,337.36627 160.52924,341.65142 159.25276,342.9279 C 157.60695,344.57371 160.44951,338.30676 161.84603,336.44473 C 163.87746,333.73614 160.55708,332.98705 158.82054,332.98705 C 157.67779,332.98705 162.09079,329.83918 162.71045,329.52936 C 163.36751,329.20082 162.99859,328.08867 163.14266,327.3683 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5660"
               d="M 90.963427,326.50389 C 90.963427,327.08016 90.963427,327.08016 90.963427,326.50389 C 90.963427,322.89063 90.099011,333.69591 90.099011,337.30914 C 90.099011,340.08041 93.31677,332.65008 93.988916,329.96156 C 94.508372,327.88376 96.47448,333.61397 98.311013,334.7159 C 100.16822,335.83022 99.268524,330.33391 98.743237,328.23274 C 98.646977,327.84772 101.54019,328.43642 98.743237,325.63946 C 96.864112,323.76035 96.174111,323.45425 94.421107,325.20725 C 93.021321,326.60703 93.710957,327.05339 90.963427,326.50389 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5662"
               d="M 208.95702,336.01251 C 207.01875,337.9508 214.50975,336.24512 217.16905,335.58032 C 219.19865,335.0729 215.65992,336.15179 214.14356,338.17358 C 211.75816,341.35408 216.57574,340.05076 217.16905,339.90241 C 221.42635,338.83809 218.93841,340.53047 216.73682,341.63127 C 214.97738,342.511 215.39447,345.27186 215.00797,346.8178 C 214.80151,347.6437 217.23066,349.47269 214.57577,346.8178 C 212.97501,345.21704 212.84692,344.95938 212.84692,342.9279 C 212.84692,340.10218 210.09318,341.23917 208.52482,341.63127 C 205.82978,342.30502 208.72562,338.66696 208.95702,337.74137 C 209.09681,337.1823 208.95702,336.58879 208.95702,336.01251 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5664"
               d="M 233.16085,340.33463 C 235.22663,332.07144 239.6088,349.37586 244.83053,354.59761 C 245.32525,355.0923 242.55989,352.59785 241.37285,352.00434 C 239.18288,350.90934 238.11703,350.37641 236.18631,349.41107 C 233.7176,348.17672 235.29706,349.02852 233.59304,352.43654 C 231.99288,355.6369 233.16085,351.92667 233.16085,349.84327 C 233.16085,347.63645 232.2964,346.28322 232.2964,343.79231 C 232.2964,343.72456 233.16085,341.0225 233.16085,340.33463 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5666"
               d="M 221.49115,356.32643 C 221.38701,358.07807 220.62673,362.35754 220.62673,365.40288 C 220.62673,368.6857 220.39337,368.195 221.49115,369.29277 C 223.07265,370.87426 222.21976,364.81006 223.21999,362.80961 C 224.66769,359.9142 226.81785,362.6636 228.83873,363.67402 C 231.73437,365.12185 229.06008,364.99157 228.40653,362.37739 C 228.09626,361.13642 227.17251,358.61277 226.67769,357.62308 C 226.15822,356.58418 224.25889,358.57475 223.21999,358.05529 C 222.49103,357.69083 222.06743,356.90273 221.49115,356.32643 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5668"
               d="M 243.5339,361.94519 C 242.00857,361.1825 246.00134,365.27703 248.72043,367.99615 C 249.9756,369.25131 250.49201,371.19252 250.88149,372.75046 C 251.40686,374.85198 246.70751,370.35469 246.55939,370.1572 C 243.70532,366.35177 244.83053,370.39493 244.83053,372.31824 C 244.83053,373.82978 240.04238,375.79285 239.2118,376.20814 C 236.98733,377.32039 240.50843,371.34761 240.50843,368.86056 C 240.50843,366.32057 242.88268,365.2013 243.5339,361.94519 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5670"
               d="M 268.60213,355.46203 C 267.21024,356.69555 265.57666,360.99985 265.57666,364.53845 C 265.57666,367.06347 265.31536,369.54419 265.57666,370.58941 C 266.1191,372.75919 267.3055,366.34282 267.3055,364.10624 C 267.3055,360.72188 270.51102,365.33075 270.7632,365.8351 C 272.00203,368.31273 271.62762,363.08531 271.62762,361.94519 C 271.62762,359.18524 270.56824,357.91964 268.60213,355.46203 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5672"
               d="M 218.89787,405.16629 C 218.89787,401.68169 217.60124,412.05476 217.60124,415.53936 C 217.60124,417.47762 220.32819,412.76787 221.49115,411.21724 C 222.26431,410.18635 223.79628,413.52238 224.94882,412.94608 C 226.92794,411.95653 226.97059,408.33822 224.94882,407.32733 C 222.79833,406.2521 221.40802,406.17034 218.89787,405.16629 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5674"
               d="M 198.58397,359.35192 C 195.36245,357.74117 192.97436,364.5019 192.10081,367.99615 C 191.71011,369.5588 195.41442,367.85208 196.85512,367.13173 C 198.64992,366.23432 197.22137,371.85304 199.01617,372.75046 C 199.47552,372.98015 200.31279,366.83912 200.31279,366.2673 C 200.31279,363.72697 200.88741,362.08257 201.60944,364.97066 C 201.89115,366.09752 203.92814,365.17509 205.06712,365.40288 C 206.03946,365.59733 203.29527,361.27535 202.90607,361.08076 C 201.42541,360.34043 200.73413,360.21199 198.58397,359.35192 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5676"
               d="M 64.939335,252.87008 C 64.000335,253.0425 59.620918,255.19212 57.662397,257.15065 C 55.287221,259.52582 61.933765,257.58099 61.942958,257.5787 C 64.759571,256.87455 63.430932,256.31495 62.371018,258.4348 C 60.495959,262.18492 63.742044,261.68709 65.795457,260.14702 C 68.0335,258.46848 67.364049,259.43173 68.791835,262.2873 C 70.094671,264.893 71.096171,266.36796 70.075992,262.2873 C 68.964061,257.8396 67.935713,258.66336 67.935713,254.15427 C 67.935713,253.06761 65.948278,253.27366 64.939335,252.87008 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5678"
               d="M 70.175288,222.47817 C 70.970856,221.99272 76.510211,222.51676 78.496797,223.33429 C 81.478284,224.56121 75.187922,224.1904 73.81594,224.1904 C 70.486276,224.1904 73.447105,225.59904 74.856137,226.75873 C 76.643239,228.22956 77.456623,229.50587 77.456623,232.32345 C 77.456623,235.62083 75.79871,232.24311 74.336056,231.03929 C 72.571136,229.58673 72.255673,233.55373 72.255673,235.31983 C 72.255673,235.4202 71.000621,232.04413 70.695395,231.03929 C 70.167043,229.29994 70.127111,227.02826 69.65518,225.47458 C 69.441392,224.77072 70.132267,222.65519 70.175288,222.47817 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5680"
               d="M 48.245178,239.60038 C 48.025336,240.6254 46.472673,243.69405 46.104923,245.1651 C 45.337201,248.236 45.607189,248.19631 48.245178,246.87733 C 50.701701,245.64905 49.818245,244.27421 53.381862,245.1651 C 55.228077,245.62665 56.775731,246.86967 58.518519,247.30537 C 61.282383,247.99633 63.134073,248.11497 60.658799,246.87733 C 59.14315,246.1195 57.805489,244.88014 56.8063,243.88092 C 55.40546,242.48009 53.71126,242.14405 52.097678,241.74065 C 50.001853,241.2167 49.469683,242.04939 48.245178,239.60038 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5682"
               d="M 30.266863,245.59315 C 29.00661,245.2781 25.682609,247.91279 25.130205,249.01759 C 23.822556,251.63294 24.147407,253.4728 24.702169,254.58231 C 25.392387,255.96274 27.319949,252.94 28.554643,252.01398 C 29.78406,251.09192 29.579611,254.92 30.266863,256.29452 C 31.06642,257.89361 31.571012,252.85012 32.835205,251.58593 C 33.73301,250.68811 30.564235,246.33658 30.266863,245.59315 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5684"
               d="M 32.407144,208.78042 C 34.545041,206.64252 30.533643,214.53431 29.410766,217.34152 C 27.938646,221.02179 33.055095,216.03387 33.263266,215.20123 C 33.785101,213.11388 36.341063,216.48539 39.256022,216.48539 C 41.78752,216.48539 40.421698,212.3959 39.684082,210.9207 C 38.601137,208.75479 36.688701,209.20796 34.975485,210.06459 C 33.69354,210.70555 32.223609,208.22977 33.263266,211.34873 C 33.548623,212.20485 32.692525,209.63651 32.407144,208.78042 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <path
               id="path5686"
               d="M 22.133828,159.98213 C 23.901106,161.14 28.982705,164.29207 28.982705,166.83101 C 28.982705,168.7825 25.185531,167.36972 24.702169,166.40298 C 24.131429,165.2615 22.515829,167.80566 21.277707,168.11519 C 19.47288,168.56641 21.254555,164.35531 21.705766,162.55047 C 21.916271,161.70846 21.991149,160.83826 22.133828,159.98213 z "
               style="fill:#97bc29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
            <desc id="myDesc">This is a description</desc>
          </g>
          <g
             inkscape:groupmode="layer"
             id="layer4"
             inkscape:label="mask"
             style="opacity:0.90697674;display:inline">
            <rect
               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.80000019;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               id="rect5688"
               width="568.43536"
               height="57.219986"
               x="-66.21785"
               y="-60.337234" />
            <rect
               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.80000019;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               id="rect5690"
               width="568.43536"
               height="57.219986"
               x="-69.605858"
               y="454.64255" />
            <rect
               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.80000019;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               id="rect5692"
               width="568.43536"
               height="79.053925"
               x="-53.937576"
               y="3.7275786"
               transform="matrix(0,1,-1,0,0,0)" />
            <rect
               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.80000019;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
               id="rect5694"
               width="568.43536"
               height="79.053925"
               x="-50.173149"
               y="-533.83899"
               transform="matrix(0,1,-1,0,0,0)" />
          </g>
        </svg>
      </script>


      <script type="image/svg+xml">
        <svg
           xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
           xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:dc="http://purl.org/dc/elements/1.1/"
           xmlns:cc="http://web.resource.org/cc/"
           version="1.0" id="svg11242"
           x="100"
           y="100"
           width="466.11172"
           height="265.35126">
          <defs
             id="defs3">
            <linearGradient
               id="linearGradient2361">
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0"
                 id="stop2363" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:0"
                 offset="1"
                 id="stop2365" />
            </linearGradient>
            <linearGradient
               x1="394.93762"
               y1="25.35121"
               x2="422.18365"
               y2="60.379639"
               id="linearGradient11240"
               xlink:href="#linearGradient2361"
               gradientUnits="userSpaceOnUse" />
            <linearGradient
               id="linearGradient14086">
              <stop
                 style="stop-color:#ffc154;stop-opacity:1"
                 offset="0"
                 id="stop14088" />
              <stop
                 style="stop-color:#e41e18;stop-opacity:1"
                 offset="0.7185185"
                 id="stop14094" />
              <stop
                 style="stop-color:#a50000;stop-opacity:1"
                 offset="1"
                 id="stop14090" />
            </linearGradient>
            <radialGradient
               cx="82.129753"
               cy="294.44315"
               r="34.702995"
               fx="82.129753"
               fy="294.44315"
               id="radialGradient11238"
               xlink:href="#linearGradient14086"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.4494299,0,0,1.4499062,301.66669,-377.63602)" />
            <filter
               id="filter11073">
              <feGaussianBlur
                 inkscape:collect="always"
                 stdDeviation="1.3157986"
                 id="feGaussianBlur11075" />
            </filter>
            <clipPath
               id="clipPath11111">
              <rect
                 width="36.416"
                 height="36.416"
                 ry="0"
                 x="247.13382"
                 y="-157.33484"
                 style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="rect11113" />
            </clipPath>
            <filter
               id="filter11105">
              <feGaussianBlur
                 inkscape:collect="always"
                 stdDeviation="1.4170139"
                 id="feGaussianBlur11107" />
            </filter>
            <clipPath
               id="clipPath11115">
              <rect
                 width="36.416"
                 height="36.416"
                 ry="0"
                 x="247.13382"
                 y="-157.33484"
                 style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="rect11117" />
            </clipPath>
            <clipPath
               id="clipPath11119">
              <rect
                 width="36.416"
                 height="36.416"
                 ry="0"
                 x="247.13382"
                 y="-157.33484"
                 style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="rect11121" />
            </clipPath>
            <filter
               id="filter6541">
              <feGaussianBlur
                 inkscape:collect="always"
                 stdDeviation="3.1069038"
                 id="feGaussianBlur6543" />
            </filter>
            <clipPath
               id="clipPath4786">
              <path
                 d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
                 style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path4788" />
            </clipPath>
            <filter
               id="filter3321">
              <feGaussianBlur
                 id="feGaussianBlur3323"
                 stdDeviation="3.84278"
                 inkscape:collect="always" />
            </filter>
            <linearGradient
               id="linearGradient5355">
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0"
                 id="stop5357" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:0"
                 offset="1"
                 id="stop5359" />
            </linearGradient>
            <radialGradient
               cx="243.79347"
               cy="348.81863"
               r="1.042881"
               fx="243.79347"
               fy="348.81863"
               id="radialGradient11236"
               xlink:href="#linearGradient5355"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(-3.972643,4.4492539,-6.0491044,-6.9544172,3359.3709,1040.8406)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11234"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11232"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11230"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11228"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11226"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11224"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11222"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11220"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11218"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11216"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11214"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11212"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11210"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11208"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11206"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11204"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11202"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11200"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11198"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11196"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11194"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11192"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11190"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               id="linearGradient14971">
              <stop
                 style="stop-color:#502d16;stop-opacity:1"
                 offset="0"
                 id="stop14973" />
              <stop
                 style="stop-color:#2a170b;stop-opacity:1"
                 offset="1"
                 id="stop14975" />
            </linearGradient>
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient11188"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               id="linearGradient13025">
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0"
                 id="stop13029" />
              <stop
                 style="stop-color:#bfbfbf;stop-opacity:1"
                 offset="0.68888891"
                 id="stop4382" />
              <stop
                 style="stop-color:#525252;stop-opacity:1"
                 offset="1"
                 id="stop13031" />
            </linearGradient>
            <radialGradient
               cx="142.22385"
               cy="348.25116"
               r="7.7043791"
               fx="142.22385"
               fy="348.25116"
               id="radialGradient11186"
               xlink:href="#linearGradient13025"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.6368538,0.2626287,-0.6549943,1.5883093,281.88657,-244.82212)" />
            <filter
               x="-0.11691982"
               width="1.2338396"
               y="-0.06080088"
               height="1.1216018"
               id="filter6450">
              <feGaussianBlur
                 inkscape:collect="always"
                 stdDeviation="10.629343"
                 id="feGaussianBlur6452" />
            </filter>
            <clipPath
               id="clipPath6461">
              <path
                 d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
                 style="opacity:1;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6465);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path6463" />
            </clipPath>
            <clipPath
               id="clipPath6467">
              <path
                 d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
                 style="opacity:1;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6471);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path6469" />
            </clipPath>
            <linearGradient
               id="linearGradient6110">
              <stop
                 style="stop-color:#6e6e6e;stop-opacity:1"
                 offset="0"
                 id="stop6112" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0.5"
                 id="stop6118" />
              <stop
                 style="stop-color:#a1a1a1;stop-opacity:1"
                 offset="1"
                 id="stop6114" />
            </linearGradient>
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient11184"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <filter
               id="filter6426">
              <feGaussianBlur
                 inkscape:collect="always"
                 stdDeviation="3.1054595"
                 id="feGaussianBlur6428" />
            </filter>
            <linearGradient
               x1="297.86917"
               y1="507.04269"
               x2="419.27237"
               y2="248.97789"
               id="linearGradient32082"
               xlink:href="#linearGradient14344"
               gradientUnits="userSpaceOnUse"
               gradientTransform="translate(175.1391,-133.34455)" />
            <linearGradient
               x1="218.26047"
               y1="556.59729"
               x2="187.08041"
               y2="542.00244"
               id="linearGradient32079"
               xlink:href="#linearGradient14344"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1,0,0,-1,305.83002,878.54986)"
               spreadMethod="reflect" />
            <clipPath
               id="clipPath32069">
              <path
                 d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
                 style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path32071" />
            </clipPath>
            <clipPath
               id="clipPath32065">
              <path
                 d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
                 style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path32067" />
            </clipPath>
            <clipPath
               id="clipPath32061">
              <path
                 d="M 480.55667,24.562499 C 388.74247,53.267479 317.49842,33.745519 248.11917,26.812499 C 178.73992,19.879482 110.71451,27.660259 36.337907,111.71875 L 50.337907,124.125 C 121.49031,43.710409 179.17331,38.732039 246.27542,45.437499 C 313.37753,52.142969 389.38997,72.657639 486.15042,42.406249 L 480.55667,24.562499 z "
                 style="opacity:0.48473283;fill:#db8940;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path32063" />
            </clipPath>
            <linearGradient
               x1="218.26047"
               y1="556.59729"
               x2="187.08041"
               y2="542.00244"
               id="linearGradient24247"
               xlink:href="#linearGradient14344"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1,0,0,-1,130.69092,1011.231)"
               spreadMethod="reflect" />
            <linearGradient
               x1="297.86917"
               y1="507.04269"
               x2="419.27237"
               y2="248.97789"
               id="linearGradient24245"
               xlink:href="#linearGradient14344"
               gradientUnits="userSpaceOnUse"
               gradientTransform="translate(0,-0.6634057)" />
            <linearGradient
               x1="92.881538"
               y1="342.26407"
               x2="93.350632"
               y2="350.4733"
               id="linearGradient16306"
               xlink:href="#linearGradient13025"
               gradientUnits="userSpaceOnUse" />
            <linearGradient
               x1="250.58412"
               y1="301.4415"
               x2="275.22324"
               y2="399.1752"
               id="linearGradient16967"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1,0,0,-1,-3.6556914,976.10042)" />
            <linearGradient
               x1="93.786125"
               y1="336.58588"
               x2="142.63472"
               y2="391.31677"
               id="linearGradient6126"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               spreadMethod="reflect" />
            <linearGradient
               id="linearGradient5113">
              <stop
                 style="stop-color:#858585;stop-opacity:1"
                 offset="0"
                 id="stop5115" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0.5"
                 id="stop5121" />
              <stop
                 style="stop-color:#939393;stop-opacity:1"
                 offset="1"
                 id="stop5117" />
            </linearGradient>
            <linearGradient
               id="linearGradient2449">
              <stop
                 style="stop-color:#6e6e6e;stop-opacity:1"
                 offset="0"
                 id="stop2451" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0.5"
                 id="stop2453" />
              <stop
                 style="stop-color:#a1a1a1;stop-opacity:1"
                 offset="1"
                 id="stop2455" />
            </linearGradient>
            <linearGradient
               id="linearGradient2441">
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0"
                 id="stop2443" />
              <stop
                 style="stop-color:#bfbfbf;stop-opacity:1"
                 offset="0.68888891"
                 id="stop2445" />
              <stop
                 style="stop-color:#525252;stop-opacity:1"
                 offset="1"
                 id="stop2447" />
            </linearGradient>
            <linearGradient
               id="linearGradient2435">
              <stop
                 style="stop-color:#502d16;stop-opacity:1"
                 offset="0"
                 id="stop2437" />
              <stop
                 style="stop-color:#2a170b;stop-opacity:1"
                 offset="1"
                 id="stop2439" />
            </linearGradient>
            <linearGradient
               id="linearGradient9477">
              <stop
                 style="stop-color:#b3b3b3;stop-opacity:1"
                 offset="0"
                 id="stop9479" />
              <stop
                 style="stop-color:#b3b3b3;stop-opacity:0"
                 offset="1"
                 id="stop9481" />
            </linearGradient>
            <linearGradient
               id="linearGradient10458">
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="0"
                 id="stop10460" />
              <stop
                 style="stop-color:#b3b3b3;stop-opacity:0"
                 offset="1"
                 id="stop10462" />
            </linearGradient>
            <linearGradient
               id="linearGradient12396">
              <stop
                 style="stop-color:#000000;stop-opacity:1"
                 offset="0"
                 id="stop12398" />
              <stop
                 style="stop-color:#000000;stop-opacity:0"
                 offset="1"
                 id="stop12400" />
            </linearGradient>
            <linearGradient
               id="linearGradient14344">
              <stop
                 style="stop-color:#323232;stop-opacity:1"
                 offset="0"
                 id="stop14346" />
              <stop
                 style="stop-color:#ffffff;stop-opacity:1"
                 offset="1"
                 id="stop14350" />
            </linearGradient>
            <linearGradient
               id="linearGradient19225">
              <stop
                 style="stop-color:#f2f2f2;stop-opacity:1"
                 offset="0"
                 id="stop19227" />
              <stop
                 style="stop-color:#f2f2f2;stop-opacity:0"
                 offset="1"
                 id="stop19229" />
            </linearGradient>
            <linearGradient
               id="linearGradient3473">
              <stop
                 style="stop-color:#000406;stop-opacity:1"
                 offset="0"
                 id="stop3475" />
              <stop
                 style="stop-color:#000406;stop-opacity:0"
                 offset="1"
                 id="stop3477" />
            </linearGradient>
            <linearGradient
               id="linearGradient4450">
              <stop
                 style="stop-color:#ea0000;stop-opacity:1"
                 offset="0"
                 id="stop4452" />
              <stop
                 style="stop-color:#730000;stop-opacity:1"
                 offset="1"
                 id="stop4454" />
            </linearGradient>
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient2774"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient2877"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient3123"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient3306"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <filter
               id="filter4333">
              <feGaussianBlur
                 id="feGaussianBlur4335"
                 stdDeviation="4.5952988"
                 inkscape:collect="always" />
            </filter>
            <radialGradient
               cx="254.82332"
               cy="253.04457"
               r="169.87473"
               fx="254.82332"
               fy="253.04457"
               id="radialGradient4423"
               xlink:href="#linearGradient4450"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1,0,0,0.5929308,0,103.00665)" />
            <linearGradient
               x1="192.26094"
               y1="247.71747"
               x2="229.93037"
               y2="303.65195"
               id="linearGradient4425"
               xlink:href="#linearGradient5113"
               gradientUnits="userSpaceOnUse"
               spreadMethod="reflect" />
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient4427"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <linearGradient
               x1="365.06906"
               y1="318.85867"
               x2="375.43167"
               y2="352.76584"
               id="linearGradient4429"
               xlink:href="#linearGradient6110"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.9061819,1.3321141,-1.3321141,0.9061819,401.82647,-748.87542)"
               spreadMethod="reflect" />
            <radialGradient
               cx="142.22385"
               cy="348.25116"
               r="7.7043791"
               fx="142.22385"
               fy="348.25116"
               id="radialGradient4431"
               xlink:href="#linearGradient13025"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(0.6368538,0.2626287,-0.6549943,1.5883093,281.88657,-244.82212)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4433"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4435"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4437"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4439"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4441"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4443"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4445"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4447"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4449"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4451"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4453"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4455"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4457"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4459"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4461"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4463"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4465"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4467"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4469"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4471"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4473"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4475"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4477"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <linearGradient
               x1="181.65837"
               y1="346.63245"
               x2="181.87494"
               y2="356.53757"
               id="linearGradient4479"
               xlink:href="#linearGradient14971"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,507.31085,-881.90205)" />
            <radialGradient
               cx="243.79347"
               cy="348.81863"
               r="1.042881"
               fx="243.79347"
               fy="348.81863"
               id="radialGradient4481"
               xlink:href="#linearGradient5355"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(-3.972643,4.4492539,-6.0491044,-6.9544172,3359.3709,1040.8406)" />
            <radialGradient
               cx="82.129753"
               cy="294.44315"
               r="34.702995"
               fx="82.129753"
               fy="294.44315"
               id="radialGradient4483"
               xlink:href="#linearGradient14086"
               gradientUnits="userSpaceOnUse"
               gradientTransform="matrix(1.4494299,0,0,1.4499062,301.66669,-377.63602)" />
            <linearGradient
               x1="394.93762"
               y1="25.35121"
               x2="422.18365"
               y2="60.379639"
               id="linearGradient4485"
               xlink:href="#linearGradient2361"
               gradientUnits="userSpaceOnUse" />
          </defs>
          <g
             transform="matrix(0.658246,0,0,0.658246,300.47258,71.37439)"
             id="g4337">
            <path
               d="M 423.07205 253.04457 A 168.24873 99.097961 0 1 1  86.574585,253.04457 A 168.24873 99.097961 0 1 1  423.07205 253.04457 z"
               transform="matrix(2.0763665,0,0,1.9761102,-626.81548,-401.18495)"
               style="color:#000000;fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25200009;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter6426);enable-background:accumulate"
               id="path5427" />
            <path
               d="M 423.07205 253.04457 A 168.24873 99.097961 0 1 1  86.574585,253.04457 A 168.24873 99.097961 0 1 1  423.07205 253.04457 z"
               transform="matrix(2.0763665,0,0,1.9761102,-632.94152,-409.35299)"
               style="color:#000000;fill:url(#radialGradient4423);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4425);stroke-width:3.25200009;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
               id="path2502" />
            <g
               transform="translate(-365.75716,195.63755)"
               style="opacity:0.67777776;filter:url(#filter4333)"
               id="g3269">
              <path
                 d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
                 transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,170.59642,106.27468)"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4427);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 clip-path="url(#clipPath6467)"
                 id="path2686" />
              <path
                 d="M -4.5415556,-94.436344 C -2.2808756,-81.772895 -6.0597056,-70.501769 -12.984196,-69.254475 C -19.908676,-68.007181 -27.359706,-77.255505 -29.631196,-89.917007 C -31.902686,-102.57851 -28.135476,-113.86407 -21.214536,-115.13113 C -14.293596,-116.39819 -6.8367056,-107.16749 -4.5544056,-94.507964"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.29999995;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2692" />
              <path
                 d="M -9.1261656,-114.14632 C -5.9465256,-114.71376 -2.1153356,-108.04638 -0.53604564,-99.197004 L 0.82990436,-91.542993 C 2.4091844,-82.693626 1.1208344,-75.11259 -2.0588156,-74.545138 C -5.2384656,-73.977686 -9.0696556,-80.645068 -10.648946,-89.494441 L -12.014906,-97.14845 C -13.594196,-105.99782 -12.305806,-113.57886 -9.1261656,-114.14632 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2694" />
              <path
                 d="M -2.6111956,-115.30898 C 0.56843436,-115.87643 4.3996244,-109.20905 5.9789044,-100.35968 L 7.3448744,-92.705676 C 8.9241544,-83.856309 7.6357944,-76.275265 4.4561544,-75.707821 C 1.2765044,-75.140369 -2.5546956,-81.807757 -4.1339956,-90.657122 L -5.4999456,-98.311139 C -7.0792356,-107.16051 -5.7908456,-114.74155 -2.6111956,-115.30898 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2696" />
              <path
                 d="M 3.9037744,-116.47167 C 7.0834044,-117.03912 10.914594,-110.37173 12.493874,-101.52236 L 13.859844,-93.868359 C 15.439124,-85.018978 14.150754,-77.437946 10.971104,-76.870502 C 7.7914744,-76.303052 3.9602644,-82.970423 2.3809744,-91.819805 L 1.0150244,-99.473807 C -0.56426564,-108.32319 0.72412436,-115.90421 3.9037744,-116.47167 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2698" />
              <path
                 d="M 10.418724,-117.63435 C 13.598374,-118.2018 17.429554,-111.53442 19.008844,-102.68504 L 20.374794,-95.031032 C 21.954084,-86.181659 20.665714,-78.600628 17.486064,-78.033176 C 14.306424,-77.465732 10.475224,-84.133106 8.8959344,-92.982486 L 7.5299844,-100.63649 C 5.9506944,-109.48585 7.2390944,-117.0669 10.418724,-117.63435 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2700" />
              <path
                 d="M 16.933694,-118.79703 C 20.113334,-119.36447 23.944524,-112.6971 25.523804,-103.84773 L 26.889764,-96.193714 C 28.469054,-87.344341 27.180674,-79.763309 24.001034,-79.195859 C 20.821384,-78.628407 16.990184,-85.295795 15.410894,-94.145168 L 14.044944,-101.79917 C 12.465654,-110.64854 13.754044,-118.22958 16.933694,-118.79703 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2702" />
              <path
                 d="M 23.448644,-119.95971 C 26.628294,-120.52715 30.459484,-113.85977 32.038764,-105.01041 L 33.404724,-97.356397 C 34.984014,-88.507024 33.695644,-80.925992 30.515994,-80.35854 C 27.336354,-79.79109 23.505154,-86.458478 21.925864,-95.307843 L 20.559914,-102.96185 C 18.980624,-111.81123 20.269014,-119.39226 23.448644,-119.95971 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2704" />
              <path
                 d="M 29.963614,-121.12239 C 33.143264,-121.68984 36.974444,-115.02246 38.553724,-106.17308 L 39.919684,-98.519086 C 41.498974,-89.669705 40.210604,-82.088666 37.030964,-81.521222 C 33.851314,-80.953779 30.020114,-87.621144 28.440824,-96.470526 L 27.074874,-104.12453 C 25.495584,-112.97391 26.783964,-120.55494 29.963614,-121.12239 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2706" />
              <path
                 d="M 36.478574,-122.28507 C 39.658224,-122.85253 43.489404,-116.18514 45.068694,-107.33576 L 46.434644,-99.681752 C 48.013934,-90.832379 46.725564,-83.251355 43.545924,-82.683897 C 40.366274,-82.116453 36.535074,-88.783833 34.955794,-97.6332 L 33.589824,-105.28721 C 32.010544,-114.13658 33.298924,-121.71762 36.478574,-122.28507 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2708" />
              <path
                 d="M 42.993534,-123.44776 C 46.173174,-124.01519 50.004374,-117.34782 51.583664,-108.49845 L 52.949604,-100.84444 C 54.528904,-91.995062 53.240524,-84.41403 50.060884,-83.846586 C 46.881244,-83.279128 43.050044,-89.946516 41.470764,-98.795883 L 40.104794,-106.44989 C 38.525514,-115.29926 39.813894,-122.8803 42.993534,-123.44776 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2710" />
              <path
                 d="M 49.508494,-124.61042 C 52.688144,-125.17788 56.519324,-118.5105 58.098614,-109.66113 L 59.464574,-102.00712 C 61.043864,-93.157751 59.755494,-85.576713 56.575844,-85.009261 C 53.396204,-84.441817 49.565014,-91.109199 47.985714,-99.958564 L 46.619764,-107.61257 C 45.040474,-116.46195 46.328854,-124.04299 49.508494,-124.61042 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2712" />
              <path
                 d="M 56.023464,-125.77311 C 59.203104,-126.34056 63.034294,-119.67318 64.613584,-110.8238 L 65.979544,-103.16981 C 67.558824,-94.320426 66.270444,-86.739394 63.090814,-86.171944 C 59.911164,-85.604499 56.079954,-92.271871 54.500684,-101.12125 L 53.134714,-108.77525 C 51.555434,-117.62462 52.843824,-125.20567 56.023464,-125.77311 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2714" />
              <path
                 d="M 62.538424,-126.93579 C 65.718074,-127.50325 69.549254,-120.83586 71.128544,-111.98648 L 72.494494,-104.33247 C 74.073784,-95.4831 72.785414,-87.902076 69.605774,-87.334618 C 66.426134,-86.767174 62.594924,-93.434554 61.015644,-102.28392 L 59.649684,-109.93793 C 58.070394,-118.7873 59.358784,-126.36834 62.538424,-126.93579 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2716" />
              <path
                 d="M 69.053394,-128.09848 C 72.233034,-128.66592 76.064224,-121.99853 77.643504,-113.14916 L 79.009464,-105.49516 C 80.588744,-96.645789 79.300384,-89.064751 76.120744,-88.497301 C 72.941094,-87.929849 69.109884,-94.597235 67.530594,-103.4466 L 66.164654,-111.10061 C 64.585354,-119.94999 65.873744,-127.53103 69.053394,-128.09848 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2718" />
              <path
                 d="M 75.568354,-129.26115 C 78.747994,-129.8286 82.579184,-123.16121 84.158474,-114.31185 L 85.524434,-106.65784 C 87.103714,-97.808472 85.815344,-90.22744 82.635694,-89.659982 C 79.456064,-89.092532 75.624844,-95.759918 74.045564,-104.60928 L 72.679614,-112.2633 C 71.100324,-121.11267 72.388714,-128.69371 75.568354,-129.26115 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2720" />
              <path
                 d="M 82.083304,-130.42383 C 85.262964,-130.99128 89.094144,-124.3239 90.673434,-115.47452 L 92.039384,-107.82052 C 93.618664,-98.971144 92.330314,-91.390108 89.150664,-90.822664 C 85.971014,-90.255212 82.139814,-96.9226 80.560534,-105.77197 L 79.194564,-113.42597 C 77.615294,-122.27534 78.903674,-129.85639 82.083304,-130.42383 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2722" />
              <path
                 d="M 88.598274,-131.58652 C 91.777924,-132.15397 95.609114,-125.48658 97.188394,-116.63721 L 98.554354,-108.98319 C 100.13363,-100.13383 98.845264,-92.552789 95.665624,-91.985339 C 92.485984,-91.417895 88.654784,-98.085275 87.075494,-106.93466 L 85.709524,-114.58866 C 84.130244,-123.43802 85.418624,-131.01906 88.598274,-131.58652 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2724" />
              <path
                 d="M 95.113244,-132.7492 C 98.292884,-133.31665 102.12407,-126.64925 103.70335,-117.79989 L 105.06931,-110.14588 C 106.6486,-101.29651 105.36023,-93.715472 102.18058,-93.14802 C 99.000954,-92.580578 95.169744,-99.24795 93.590454,-108.09732 L 92.224494,-115.75134 C 90.645214,-124.60071 91.933594,-132.18175 95.113244,-132.7492 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2726" />
              <path
                 d="M 101.6282,-133.91188 C 104.80784,-134.47932 108.63903,-127.81194 110.21831,-118.96257 L 111.58428,-111.30857 C 113.16356,-102.4592 111.8752,-94.878154 108.69555,-94.310702 C 105.5159,-93.74325 101.68471,-100.41063 100.10541,-109.26001 L 98.739464,-116.91402 C 97.160184,-125.76339 98.448564,-133.34443 101.6282,-133.91188 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2728" />
              <path
                 d="M 108.14317,-135.07455 C 111.32281,-135.64201 115.154,-128.97462 116.73327,-120.12525 L 118.09924,-112.47124 C 119.67852,-103.62186 118.39015,-96.040835 115.21051,-95.473385 C 112.03086,-94.905933 108.19967,-101.57332 106.62038,-110.42269 L 105.25441,-118.0767 C 103.67513,-126.92607 104.96351,-134.50711 108.14317,-135.07455 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2730" />
              <path
                 d="M 114.65813,-136.23724 C 117.83777,-136.80468 121.66896,-130.1373 123.24824,-121.28793 L 124.6142,-113.63393 C 126.19349,-104.78454 124.90511,-97.20351 121.72548,-96.636074 C 118.54583,-96.068616 114.71463,-102.736 113.13534,-111.58538 L 111.76938,-119.23937 C 110.1901,-128.08875 111.47848,-135.66978 114.65813,-136.23724 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2732" />
              <path
                 d="M 121.17309,-137.39991 C 124.35274,-137.96736 128.18391,-131.29998 129.7632,-122.45061 L 131.12916,-114.7966 C 132.70845,-105.94723 131.42008,-98.366192 128.24043,-97.79874 C 125.06079,-97.231305 121.22959,-103.89867 119.65029,-112.74805 L 118.28435,-120.40205 C 116.70505,-129.25143 117.99344,-136.83247 121.17309,-137.39991 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2734" />
              <path
                 d="M 127.68806,-138.56259 C 130.86769,-139.13004 134.69888,-132.46266 136.27817,-123.61329 L 137.64413,-115.95929 C 139.22342,-107.10991 137.93504,-99.528881 134.7554,-98.961423 C 131.57575,-98.393971 127.74455,-105.06136 126.16526,-113.91073 L 124.79931,-121.56473 C 123.22002,-130.41411 124.50841,-137.99515 127.68806,-138.56259 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2736" />
              <path
                 d="M 134.20301,-139.72527 C 137.38266,-140.29273 141.21384,-133.62535 142.79314,-124.77596 L 144.15908,-117.12197 C 145.73838,-108.27259 144.45,-100.69156 141.27036,-100.12411 C 138.09072,-99.556654 134.25952,-106.22404 132.68023,-115.07342 L 131.31427,-122.72742 C 129.73498,-131.57679 131.02337,-139.15782 134.20301,-139.72527 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2738" />
              <path
                 d="M 140.71798,-140.88796 C 143.89762,-141.4554 147.7288,-134.78802 149.30809,-125.93864 L 150.67405,-118.28465 C 152.25334,-109.43527 150.96497,-101.85423 147.78533,-101.28679 C 144.60568,-100.71934 140.77447,-107.38671 139.19519,-116.23609 L 137.82924,-123.89009 C 136.24994,-132.73948 137.53833,-140.32051 140.71798,-140.88796 z "
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.2656728;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2740" />
              <path
                 d="M -13.757206,-69.67425 C -20.400646,-69.50668 -26.100746,-71.727619 -26.480626,-74.631683 C -26.860516,-77.535665 -21.777106,-80.028601 -15.133666,-80.196162 C -8.7057756,-80.358293 -8.9323056,-88.447818 -7.2562956,-78.392739 C -5.8830056,-70.153868 -6.9587256,-69.1124 -13.587716,-68.936098"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                 id="path2742" />
              <path
                 d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                 transform="matrix(0.1788,1.4949511e-2,-1.6325171e-2,0.1952532,-42.259836,-139.17189)"
                 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                 id="path2744" />
              <path
                 d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
                 transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,171.9064,104.53416)"
                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 clip-path="url(#clipPath4786)"
                 id="path2754" />
              <path
                 d="M 206,-214 C 188.94161,-210.90626 180.15384,-193.70383 171.75,-180.375 C 158.08041,-155.42154 152.87048,-125.48062 132.35045,-104.73516 C 126.87794,-98.277293 120.67555,-91.333286 112.21875,-89.03125 C 122.81813,-85.20545 131.30441,-95.056219 137.96875,-101.90625 C 156.59433,-123.41116 161.93414,-152.3271 175.15625,-176.875 C 182.33926,-189.28973 191.47071,-201.22014 202.84375,-209.8125 C 204.37396,-211.38855 209.87034,-212.83743 209.59375,-213.625 C 208.41799,-213.98871 207.26445,-214.09311 206,-214 z M 218,-207.25 C 218.66354,-201.90196 213.40374,-194.44109 219.15625,-190.78125 C 225.19421,-192.47885 222.68339,-200.26712 220.1875,-203.9375 C 219.52526,-204.87491 218.64357,-206.77189 218,-207.25 z M 101.96875,-110.9375 C 97.765072,-106.99094 102.1467,-98.610636 103.875,-96.40625 C 104.25163,-100.4586 107.57577,-104.14938 105.15625,-108.25 C 104.61856,-109.43724 103.53805,-111.03373 101.96875,-110.9375 z "
                 transform="matrix(0.6175309,-0.8204903,0.8204903,0.6175309,170.59642,106.27468)"
                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6541)"
                 id="path2756" />
              <path
                 d="M 247.13382,-157.33484 L 283.54982,-157.33484 L 283.54982,-120.91884 L 247.13382,-120.91884 L 247.13382,-157.33484 z "
                 transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
                 style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-opacity:1"
                 clip-path="url(#clipPath11119)"
                 id="rect2760" />
              <path
                 d="M 247.125,-157.34375 L 247.125,-120.90625 L 249.125,-120.90625 L 249.125,-155.34375 L 283.5625,-155.34375 L 283.5625,-157.34375 L 247.125,-157.34375 z "
                 transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
                 style="opacity:0.88888891;fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11105)"
                 clip-path="url(#clipPath11115)"
                 id="path2762" />
              <path
                 d="M 281.5625,-157.34375 L 281.5625,-122.90625 L 247.125,-122.90625 L 247.125,-120.90625 L 283.5625,-120.90625 L 283.5625,-157.34375 L 281.5625,-157.34375 z "
                 transform="matrix(0.6234609,-0.8159935,0.8159935,0.6234609,94.125304,182.38909)"
                 style="opacity:0.8444443;fill:#000000;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11073)"
                 clip-path="url(#clipPath11111)"
                 id="path2764" />
              <path
                 d="M 132.93533,-126.09004 C 130.10904,-118.47786 134.7992,-109.14942 142.64487,-106.9335 C 149.14574,-104.84722 156.93653,-107.75758 160.19104,-113.86273 C 163.38171,-119.49233 162.56528,-127.16044 157.87561,-131.72103 C 153.53351,-136.19167 146.34119,-137.65545 140.71853,-134.80059 C 137.11298,-133.06563 134.1624,-129.93763 132.93533,-126.09004 z "
                 style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:13.90160656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                 id="path2768" />
              <path
                 d="M 140.19668,-132.80146 C 137.8545,-126.17687 137.68354,-122.0992 141.56515,-114.99745 C 144.72151,-109.22261 149.43823,-106.59974 148.82025,-106.53073 C 147.26796,-106.35736 136.56151,-106.2107 133.19869,-117.51828 C 130.13097,-127.83357 139.50878,-134.34037 141.31953,-134.60614"
                 style="opacity:0.43129769;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1"
                 id="path2770" />
            </g>
            <g
               transform="matrix(0.8057349,-1.0705499,1.0705499,0.8057349,-463.13727,65.232307)"
               id="layer1A">
              <g
                 transform="matrix(0.7664195,0,0,0.7664195,-4.7078914,247.90097)"
                 id="g11138"
                 onclick="document.g11138OnClick(evt, this)"
                 onmousedown="document.g11138OnMouseDown(evt, this)"
                 onmouseup="document.g11138OnMouseUp(evt, this)"
                 onmouseover="document.g11138OnMouseOver(evt, this)"
                 onmouseout="document.g11138OnMouseOut(evt, this)"
                 >
                <path
                   d="M 171.59375,-167.8125 L 153.4375,-131.09375 C 153.4375,-131.09375 240.05975,-44.592207 260.53125,61.53125 C 263.78902,59.713413 267.53809,58.6875 271.53125,58.6875 C 283.99674,58.687502 294.11733,68.78455 294.15625,81.25 L 294.15625,81.3125 C 294.15624,93.802829 284.02158,103.9375 271.53125,103.9375 C 269.20004,103.9375 266.9604,103.59314 264.84375,102.9375 C 265.00283,118.53432 263.43644,134.33614 259.71875,150.1875 C 279.93177,155.71176 336.35552,161.63753 367.0625,234.84375 C 388.95186,159.67792 354.15709,-29.134107 171.59375,-167.8125 z "
                   style="color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4429);stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                   clip-path="url(#clipPath6467)"
                   id="rect7099" />
                <path
                   d="M 334.53559,241.91482 C 356.42495,166.74899 321.63018,-22.063039 139.06684,-160.74143"
                   style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:16.91699982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter6450);enable-background:accumulate"
                   clip-path="url(#clipPath6461)"
                   id="path5425" />
                <g
                   transform="translate(-248.19448,50.204581)"
                   id="g4743">
                  <path
                     d="M 155.1771,350.48547 C 155.17753,358.26054 151.73218,364.56582 147.47952,364.57268 C 143.22686,364.57954 139.77542,358.28538 139.76835,350.51032 C 139.76128,342.73526 143.20125,336.42016 147.4539,336.40116 C 151.70655,336.38216 155.16335,342.66646 155.17706,350.44149"
                     transform="matrix(1.1799262,1.0970267,-1.0970267,1.1799262,503.19317,-887.78482)"
                     style="color:#000000;fill:url(#radialGradient4431);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.29999995;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path11077" />
                  <path
                     d="M 314.44939,-319.11336 C 316.75285,-316.97173 313.8088,-310.08654 307.84837,-303.67569 L 302.69306,-298.13082 C 296.73263,-291.71998 290.07977,-288.28302 287.7763,-290.42465 C 285.47283,-292.56628 288.41688,-299.45147 294.37731,-305.86232 L 299.53261,-311.4072 C 305.49304,-317.81804 312.14592,-321.25498 314.44939,-319.11336 z "
                     style="color:#000000;fill:url(#linearGradient4433);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15994" />
                  <path
                     d="M 319.16909,-314.72524 C 321.47255,-312.58362 318.5285,-305.69843 312.56806,-299.28759 L 307.41277,-293.74271 C 301.45234,-287.33187 294.79947,-283.89491 292.49601,-286.03654 C 290.19254,-288.17817 293.13659,-295.06337 299.09701,-301.47422 L 304.25232,-307.0191 C 310.21275,-313.42994 316.86563,-316.86688 319.16909,-314.72524 z "
                     style="color:#000000;fill:url(#linearGradient4435);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15992" />
                  <path
                     d="M 323.8888,-310.33713 C 326.19226,-308.19551 323.2482,-301.31032 317.28777,-294.89948 L 312.13248,-289.3546 C 306.17204,-282.94375 299.51917,-279.50681 297.21571,-281.64844 C 294.91225,-283.79006 297.85628,-290.67526 303.81672,-297.08611 L 308.97202,-302.63098 C 314.93246,-309.04183 321.58533,-312.47876 323.8888,-310.33713 z "
                     style="color:#000000;fill:url(#linearGradient4437);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15990" />
                  <path
                     d="M 328.6085,-305.94903 C 330.91197,-303.8074 327.96791,-296.92222 322.00748,-290.51137 L 316.85217,-284.9665 C 310.89174,-278.55565 304.23888,-275.1187 301.93541,-277.26033 C 299.63195,-279.40196 302.57599,-286.28715 308.53642,-292.69801 L 313.69173,-298.24287 C 319.65215,-304.65372 326.30504,-308.09065 328.6085,-305.94903 z "
                     style="color:#000000;fill:url(#linearGradient4439);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15988" />
                  <path
                     d="M 333.32821,-301.56092 C 335.63167,-299.41929 332.68762,-292.53411 326.72719,-286.12327 L 321.57188,-280.57839 C 315.61145,-274.16754 308.95858,-270.7306 306.65512,-272.87222 C 304.35165,-275.01385 307.2957,-281.89905 313.25613,-288.3099 L 318.41143,-293.85477 C 324.37186,-300.26562 331.02474,-303.70255 333.32821,-301.56092 z "
                     style="color:#000000;fill:url(#linearGradient4441);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15986" />
                  <path
                     d="M 338.04791,-297.17282 C 340.35137,-295.03119 337.40732,-288.146 331.44689,-281.73516 L 326.29159,-276.19028 C 320.33116,-269.77943 313.67829,-266.34249 311.37482,-268.48412 C 309.07136,-270.62574 312.01541,-277.51094 317.97583,-283.92179 L 323.13114,-289.46666 C 329.09157,-295.87751 335.74445,-299.31444 338.04791,-297.17282 z "
                     style="color:#000000;fill:url(#linearGradient4443);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15984" />
                  <path
                     d="M 342.76761,-292.78471 C 345.07108,-290.64308 342.12703,-283.7579 336.16659,-277.34705 L 331.0113,-271.80218 C 325.05086,-265.39133 318.39799,-261.95438 316.09453,-264.09601 C 313.79107,-266.23764 316.7351,-273.12283 322.69554,-279.53368 L 327.85084,-285.07855 C 333.81128,-291.4894 340.46415,-294.92634 342.76761,-292.78471 z "
                     style="color:#000000;fill:url(#linearGradient4445);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15982" />
                  <path
                     d="M 347.48732,-288.3966 C 349.79079,-286.25498 346.84673,-279.36979 340.8863,-272.95894 L 335.73099,-267.41407 C 329.77056,-261.00322 323.1177,-257.56628 320.81423,-259.7079 C 318.51077,-261.84953 321.45481,-268.73473 327.41524,-275.14557 L 332.57054,-280.69045 C 338.53097,-287.10129 345.18385,-290.53823 347.48732,-288.3966 z "
                     style="color:#000000;fill:url(#linearGradient4447);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15980" />
                  <path
                     d="M 352.20703,-284.0085 C 354.51048,-281.86687 351.56644,-274.98168 345.60601,-268.57083 L 340.4507,-263.02597 C 334.49027,-256.61511 327.8374,-253.17817 325.53394,-255.3198 C 323.23047,-257.46142 326.17452,-264.34662 332.13495,-270.75746 L 337.29025,-276.30234 C 343.25068,-282.71318 349.90356,-286.15012 352.20703,-284.0085 z "
                     style="color:#000000;fill:url(#linearGradient4449);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15978" />
                  <path
                     d="M 356.92672,-279.62039 C 359.23019,-277.47876 356.28614,-270.59358 350.32571,-264.18273 L 345.17041,-258.63786 C 339.20998,-252.22701 332.55711,-248.79006 330.25364,-250.93169 C 327.95018,-253.07332 330.89423,-259.95851 336.85465,-266.36936 L 342.00996,-271.91423 C 347.97039,-278.32508 354.62327,-281.76202 356.92672,-279.62039 z "
                     style="color:#000000;fill:url(#linearGradient4451);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15976" />
                  <path
                     d="M 361.64643,-275.23228 C 363.9499,-273.09066 361.00585,-266.20547 355.04541,-259.79462 L 349.89012,-254.24975 C 343.92968,-247.8389 337.27681,-244.40196 334.97335,-246.54358 C 332.66989,-248.68521 335.61392,-255.57041 341.57436,-261.98125 L 346.72965,-267.52613 C 352.69009,-273.93697 359.34298,-277.37391 361.64643,-275.23228 z "
                     style="color:#000000;fill:url(#linearGradient4453);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15974" />
                  <path
                     d="M 366.36614,-270.84418 C 368.66961,-268.70255 365.72555,-261.81736 359.76512,-255.40651 L 354.60981,-249.86164 C 348.64938,-243.45079 341.99652,-240.01385 339.69305,-242.15547 C 337.38959,-244.2971 340.33363,-251.1823 346.29406,-257.59314 L 351.44936,-263.13802 C 357.40979,-269.54886 364.06267,-272.9858 366.36614,-270.84418 z "
                     style="color:#000000;fill:url(#linearGradient4455);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15972" />
                  <path
                     d="M 371.08585,-266.45607 C 373.38931,-264.31444 370.44525,-257.42925 364.48482,-251.01841 L 359.32952,-245.47353 C 353.36909,-239.06269 346.71622,-235.62574 344.41276,-237.76736 C 342.10929,-239.90899 345.05333,-246.7942 351.01376,-253.20504 L 356.16907,-258.74991 C 362.1295,-265.16076 368.78238,-268.5977 371.08585,-266.45607 z "
                     style="color:#000000;fill:url(#linearGradient4457);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15970" />
                  <path
                     d="M 375.80555,-262.06796 C 378.10901,-259.92634 375.16496,-253.04114 369.20453,-246.6303 L 364.04923,-241.08542 C 358.0888,-234.67458 351.43593,-231.23764 349.13246,-233.37926 C 346.829,-235.52088 349.77304,-242.40609 355.73347,-248.81693 L 360.88878,-254.36181 C 366.84921,-260.77265 373.50209,-264.20959 375.80555,-262.06796 z "
                     style="color:#000000;fill:url(#linearGradient4459);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15968" />
                  <path
                     d="M 380.52525,-257.67986 C 382.82872,-255.53823 379.88467,-248.65304 373.92423,-242.24219 L 368.76893,-236.69732 C 362.80849,-230.28648 356.15563,-226.84952 353.85217,-228.99115 C 351.5487,-231.13278 354.49275,-238.01798 360.45318,-244.42882 L 365.60847,-249.9737 C 371.56891,-256.38454 378.2218,-259.82148 380.52525,-257.67986 z "
                     style="color:#000000;fill:url(#linearGradient4461);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15966" />
                  <path
                     d="M 385.24496,-253.29175 C 387.54843,-251.15012 384.60437,-244.26493 378.64394,-237.85409 L 373.48863,-232.30921 C 367.5282,-225.89837 360.87533,-222.46142 358.57187,-224.60304 C 356.26841,-226.74467 359.21245,-233.62987 365.17289,-240.04072 L 370.32818,-245.5856 C 376.28861,-251.99644 382.94149,-255.43338 385.24496,-253.29175 z "
                     style="color:#000000;fill:url(#linearGradient4463);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15964" />
                  <path
                     d="M 389.96467,-248.90364 C 392.26813,-246.76202 389.32407,-239.87682 383.36364,-233.46598 L 378.20834,-227.9211 C 372.24791,-221.51026 365.59504,-218.07331 363.29157,-220.21494 C 360.98812,-222.35656 363.93215,-229.24176 369.89258,-235.65261 L 375.04789,-241.19749 C 381.00832,-247.60833 387.6612,-251.04527 389.96467,-248.90364 z "
                     style="color:#000000;fill:url(#linearGradient4465);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15962" />
                  <path
                     d="M 394.68437,-244.51554 C 396.98783,-242.37391 394.04378,-235.48872 388.08335,-229.07788 L 382.92805,-223.533 C 376.96762,-217.12216 370.31475,-213.6852 368.01128,-215.82683 C 365.70781,-217.96846 368.65186,-224.85365 374.61229,-231.26451 L 379.7676,-236.80938 C 385.72803,-243.22022 392.38091,-246.65716 394.68437,-244.51554 z "
                     style="color:#000000;fill:url(#linearGradient4467);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15960" />
                  <path
                     d="M 399.40407,-240.12742 C 401.70754,-237.9858 398.76349,-231.10061 392.80305,-224.68977 L 387.64775,-219.14489 C 381.68731,-212.73404 375.03445,-209.2971 372.73099,-211.43872 C 370.42752,-213.58035 373.37157,-220.46555 379.332,-226.8764 L 384.4873,-232.42128 C 390.44773,-238.83212 397.10061,-242.26906 399.40407,-240.12742 z "
                     style="color:#000000;fill:url(#linearGradient4469);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15958" />
                  <path
                     d="M 404.12378,-235.73932 C 406.42724,-233.59769 403.48319,-226.7125 397.52276,-220.30166 L 392.36746,-214.75679 C 386.40702,-208.34593 379.75415,-204.90899 377.4507,-207.05062 C 375.14723,-209.19224 378.09127,-216.07744 384.05171,-222.48829 L 389.207,-228.03316 C 395.16744,-234.44401 401.82031,-237.88094 404.12378,-235.73932 z "
                     style="color:#000000;fill:url(#linearGradient4471);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15956" />
                  <path
                     d="M 408.84348,-231.35121 C 411.14695,-229.20958 408.20289,-222.3244 402.24246,-215.91356 L 397.08716,-210.36868 C 391.12673,-203.95783 384.47386,-200.52088 382.17039,-202.66251 C 379.86694,-204.80414 382.81097,-211.68933 388.7714,-218.10019 L 393.92671,-223.64505 C 399.88714,-230.05591 406.54002,-233.49284 408.84348,-231.35121 z "
                     style="color:#000000;fill:url(#linearGradient4473);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15954" />
                  <path
                     d="M 413.56319,-226.9631 C 415.86665,-224.82148 412.9226,-217.93629 406.96217,-211.52545 L 401.80687,-205.98057 C 395.84644,-199.56972 389.19357,-196.13278 386.8901,-198.2744 C 384.58663,-200.41603 387.53068,-207.30123 393.49111,-213.71208 L 398.64641,-219.25695 C 404.60684,-225.6678 411.25973,-229.10473 413.56319,-226.9631 z "
                     style="color:#000000;fill:url(#linearGradient4475);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15952" />
                  <path
                     d="M 418.28289,-222.575 C 420.58636,-220.43337 417.64231,-213.54819 411.68187,-207.13733 L 406.52657,-201.59247 C 400.56614,-195.18161 393.91327,-191.74467 391.60981,-193.8863 C 389.30634,-196.02792 392.25039,-202.91312 398.21082,-209.32397 L 403.36612,-214.86884 C 409.32655,-221.27969 415.97943,-224.71662 418.28289,-222.575 z "
                     style="color:#000000;fill:url(#linearGradient4477);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path15950" />
                  <path
                     d="M 423.0026,-218.18689 C 425.30606,-216.04526 422.362,-209.16008 416.40157,-202.74923 L 411.24628,-197.20436 C 405.28584,-190.79351 398.63297,-187.35656 396.32952,-189.49819 C 394.02605,-191.63982 396.97008,-198.52502 402.93052,-204.93586 L 408.08582,-210.48073 C 414.04626,-216.89159 420.69913,-220.32852 423.0026,-218.18689 z "
                     style="color:#000000;fill:url(#linearGradient4479);fill-opacity:1;fill-rule:nonzero;stroke:#5f3f31;stroke-width:1.23250341;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="rect10025" />
                  <path
                     d="M 277.13608,-296.67423 C 273.11538,-301.74503 271.50547,-307.48054 273.54252,-309.47669 C 275.5795,-311.4728 280.49591,-308.97749 284.5166,-303.90669 C 288.40684,-299.00042 294.56823,-303.9138 287.72634,-296.72165 C 282.12028,-290.82858 280.68004,-291.05567 276.66101,-296.11011"
                     style="color:#000000;fill:url(#radialGradient4481);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                     id="path8389" />
                  <path
                     d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                     transform="matrix(9.3071682e-2,0.1478694,-0.1614763,0.1016361,314.51783,-359.54764)"
                     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                     id="path2309" />
                </g>
                <path
                   d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                   transform="matrix(-2.885017e-3,0.2786991,-0.23703,-2.453618e-3,290.22251,-88.975938)"
                   style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                   id="path3325" />
                <path
                   d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                   transform="matrix(6.560587e-2,0.2237996,-0.240149,7.0398612e-2,363.15139,143.20596)"
                   style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                   id="path3327" />
                <path
                   d="M 156.4375,-131.46875 C 197.18892,-87.703743 231.23776,-36.668482 251.6875,19.78125 C 256.4587,32.246745 259.53507,46.286377 262.9375,58.46875 C 276.84393,52.284397 294.65398,62.371408 296.4375,77.5625 C 299.43536,92.931099 284.72996,108.21273 269.25,105.78125 C 264.77658,104.92217 268.75163,114.00106 267.11252,116.77843 C 266.47246,127.54375 265.05148,138.23267 262.65625,148.75 C 287.29105,153.84372 311.55694,162.26122 330.78125,179.03125 C 325.00155,97.134804 301.39682,13.658657 252.60628,-51.595014 C 228.19138,-84.778685 199.35331,-118.61499 168.44667,-144.72792 C 168.01959,-143.88417 156.86458,-132.3125 156.4375,-131.46875 z "
                   style="opacity:0.37222224;color:#000000;fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.31668139;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
                   id="path8980" />
                <rect
 style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.80000019;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
                 id="testStyleRect"
                 width="50"
                 height="50"
                 x="30"
                 y="-30" />
                <g
                   id="g6545">
                  <path
                     d="M 224.17563,-209.30998 C 221.72949,-213.53387 218.16338,-217.30787 213.9816,-219.55347 C 202.34534,-225.80209 180.53665,-224.10152 154.58923,-168.22542 C 154.42585,-167.89731 143.25958,-138.67763 141.98721,-135.44941 C 139.95143,-130.28424 120.16157,-101.91122 110.69746,-97.444545 C 110.69746,-97.444545 113.87518,-105.09026 109.55612,-112.57112 C 105.23703,-120.052 100.73212,-122.38448 93.316407,-116.10812 C 85.900717,-109.83176 92.584707,-88.964955 104.22097,-82.716335 C 115.85724,-76.467715 137.5717,-77.027805 163.51911,-132.90392 C 163.69067,-133.24843 174.95699,-163.62769 176.21537,-166.8204 C 178.2432,-171.96538 197.86458,-200.1136 207.37136,-204.74804 C 207.13663,-204.13504 204.6186,-194.83145 208.80271,-187.58437 C 213.12178,-180.10351 218.73324,-181.23108 226.14894,-187.50743 C 230.89962,-191.52822 228.53616,-201.78044 224.17563,-209.30998 z "
                     transform="translate(2.1213203,0)"
                     style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                     clip-path="url(#clipPath4786)"
                     id="path3656" />
                  <path
                     d="M 206,-214 C 188.94161,-210.90626 180.15384,-193.70383 171.75,-180.375 C 158.08041,-155.42154 152.87048,-125.48062 132.35045,-104.73516 C 126.87794,-98.277293 120.67555,-91.333286 112.21875,-89.03125 C 122.81813,-85.20545 131.30441,-95.056219 137.96875,-101.90625 C 156.59433,-123.41116 161.93414,-152.3271 175.15625,-176.875 C 182.33926,-189.28973 191.47071,-201.22014 202.84375,-209.8125 C 204.37396,-211.38855 209.87034,-212.83743 209.59375,-213.625 C 208.41799,-213.98871 207.26445,-214.09311 206,-214 z M 218,-207.25 C 218.66354,-201.90196 213.40374,-194.44109 219.15625,-190.78125 C 225.19421,-192.47885 222.68339,-200.26712 220.1875,-203.9375 C 219.52526,-204.87491 218.64357,-206.77189 218,-207.25 z M 101.96875,-110.9375 C 97.765072,-106.99094 102.1467,-98.610636 103.875,-96.40625 C 104.25163,-100.4586 107.57577,-104.14938 105.15625,-108.25 C 104.61856,-109.43724 103.53805,-111.03373 101.96875,-110.9375 z "
                     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.72443008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6541)"
                     id="path6490" />
                </g>
                <g
                   transform="matrix(0.9999738,7.2470447e-3,-7.2470447e-3,0.9999738,-104.00128,-14.926588)"
                   id="g11125">
                  <rect
                     width="36.416"
                     height="36.416"
                     ry="0"
                     x="247.13382"
                     y="-157.33484"
                     style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                     clip-path="url(#clipPath11119)"
                     id="rect10064" />
                  <path
                     d="M 247.125,-157.34375 L 247.125,-120.90625 L 249.125,-120.90625 L 249.125,-155.34375 L 283.5625,-155.34375 L 283.5625,-157.34375 L 247.125,-157.34375 z "
                     style="opacity:0.88888891;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11105)"
                     clip-path="url(#clipPath11115)"
                     id="rect10066" />
                  <path
                     d="M 281.5625,-157.34375 L 281.5625,-122.90625 L 247.125,-122.90625 L 247.125,-120.90625 L 283.5625,-120.90625 L 283.5625,-157.34375 L 281.5625,-157.34375 z "
                     style="opacity:0.8444443;fill:#241c1c;fill-opacity:1;stroke:none;stroke-width:15.11699963;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11073)"
                     clip-path="url(#clipPath11111)"
                     id="rect10071" />
                  <g
                     transform="matrix(0.3265611,-0.106124,0.106124,0.3265611,121.5599,-111.83884)"
                     id="g3394">
                    <path
                       d="M 424.44426,13.892938 C 401.41984,13.494923 380.87696,34.820651 382.33159,57.895378 C 382.86756,77.250345 397.98487,95.354352 417.38048,98.316112 C 435.44379,101.55461 455.19,92.154618 462.97793,75.316798 C 470.85224,59.493461 468.00023,38.874435 455.07166,26.518589 C 447.03726,18.505274 435.89238,13.555088 424.44426,13.892938 z "
                       style="fill:url(#radialGradient4483);fill-opacity:1;stroke:none;stroke-width:13.90160656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                       id="path5634" />
                    <path
                       d="M 449.23233,27.003698 C 429.30553,26.971468 418.23567,30.351237 402.88902,47.418534 C 390.40978,61.29691 387.83131,76.38369 387.06515,74.795378 C 385.14062,70.805655 374.67336,42.300737 401.76006,22.663613 C 426.46977,4.7497596 452.70204,23.715228 455.11697,28.309424"
                       style="opacity:0.43129769;fill:url(#linearGradient4485);fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1"
                       id="path5636" />
                  </g>
                  <path
                     d="M 142.36876,165.39221 L 130.68164,163.08268 L 141.15363,231.4999 L 121.92367,164.90725 L 112.13114,171.69172 L 114.44068,160.0046 L 45.393496,171.10654 L 112.6161,151.24663 L 105.83164,141.4541 L 117.51875,143.76364 L 107.67672,77.866207 L 126.27672,141.93906 L 136.06925,135.1546 L 133.75972,146.84171 L 201.54699,140.14944 L 135.58429,155.59968 L 142.36876,165.39221 z "
                     transform="matrix(-1.2652142e-3,0.1222225,-0.1039487,-1.0760257e-3,279.68556,-160.13163)"
                     style="opacity:0.74444442;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8.30000019;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3321);enable-background:accumulate"
                     id="path11123" />
                </g>
              </g>
              <circle id="strangeStyleCircle" cx="0" cy="0" r="100" style="FILL: green; FILL-OPACITY:1;background-IMAGE: url(FOOBAR.SVG); stroke:PURPLE;stroke-width:3PX"/>
            </g>
          </g>
        </svg>
      </script>
    
      <h1 id="testHTMLH1" style="border: 3px solid black;">Test HTML H1</h1>
    </div> <!-- end test_container -->
    
    <h2 id="htmlH2">This is an HTML H2</h2>
  </body></html>
<!DOCTYPE html>
<html>

  <!-- Runs a suite of unit tests against our JavaScript SVG DOM and CSS API -->

  <head>
    <meta name="svg.render.forceflash" content="false" />

    <script src="../../src/svg.js" data-path="../../src" data-debug="true"></script>
    <script src="test_js.js"></script>
    <script src="testUtil.js"></script>
    
    <script>
      function bodyOnLoad() {
        // indicate which onload listener fired for later testing
        window._pageLoadedListeners.push('bodyOnLoad');
        
        // specify how each of our SVG images is embedded to help the unit
        // tests run correctly
        var embedTypes = {};
        embedTypes['mySVG'] = 'object';
        embedTypes['svg2'] = 'object';
        embedTypes['svg11242'] = 'object';

        // run the tests
        runTests(embedTypes);
      }
      
      // subscribe to the page load event in different ways to make sure
      // it works
      window.addEventListener('svgload', function() {
        window._pageLoadedListeners.push('addEventListener, useCapture=false');
      }, false);
      window.addEventListener('SVGLoad', function() {
        window._pageLoadedListeners.push('addEventListener, useCapture=true');
      }, true);
      
      if (window.attachEvent) { // IE
        window.attachEvent('onSVGLoad', function() {
          window._pageLoadedListeners.push('attachEvent');
        });
      }
    </script>
  </head>

  <body onsvgload="bodyOnLoad()">
    <div id="test_container">
      <h1>Runs a suite of unit tests against our JavaScript SVG DOM
          on a normal text/html page using OBJECTs to embed the SVG</h1>
          
      <!--[if !IE]>-->
        <object data="embed1.svg" type="image/svg+xml"
                width="500" height="500" id="mySVG"> <!--<![endif]-->
      <!--[if lt IE 9]>
        <object src="embed1.svg" classid="image/svg+xml"
                width="500" height="500" id="mySVG"> <![endif]-->
        <!--[if gte IE 9]>
        <object data="embed1.svg" type="image/svg+xml"
                width="500" height="500" id="mySVG"> <![endif]-->
        <h1>Fallback content 1</h1>
        </object>
      
      <!--[if !IE]>-->
        <object data="embed2.svg?queryParam1=queryValue1&amp;queryParam2=query%20with%20spaces#someHash"
                type="image/svg+xml" width="450" height="450" id="svg2"> <!--<![endif]-->
      <!--[if lt IE 9]>
        <object src="embed2.svg?queryParam1=queryValue1&amp;queryParam2=query%20with%20spaces#someHash"
                classid="image/svg+xml" width="450" height="450" id="svg2"> <![endif]-->
        <!--[if gte IE 9]>
        <object data="embed2.svg?queryParam1=queryValue1&amp;queryParam2=query%20with%20spaces#someHash"
                type="image/svg+xml" width="450" height="450" id="svg2"> <![endif]-->
        <param name="Param1" value="ParamValue1" />
        <param name="Param2" value="ParamValue2" />
        <h1>Fallback content 2</h1>
        </object>

      <!--[if !IE]>-->
        <object data="embed3.svg"
                type="image/svg+xml" width="466" height="265" id="svg11242"> <!--<![endif]-->
      <!--[if lt IE 9]>
        <object src="embed3.svg"
                classid="image/svg+xml" width="466" height="265" id="svg11242"> <![endif]-->
        <!--[if gte IE 9]>
        <object data="embed3.svg"
                type="image/svg+xml" width="466" height="265" id="svg11242"> <![endif]-->
        <h1>Fallback content 3</h1>
        </object>
    
      <h1 id="testHTMLH1" style="border: 3px solid black;">Test HTML H1</h1>
    </div> <!-- end test_container -->
    
    <h2 id="htmlH2">This is an HTML H2</h2>
  </body></html>
Place holder for a set of tests that uses the JS to manipulate the DOM, resulting in a picture that we can use to make sure that all our DOM operations correctly pass through into Flash and result in actual visual UI changes that are correct.
<!DOCTYPE html>
<html>
<body>
<h1>
SVG Web Issue Files
</h1>
<p><b>These files were provided to SVG Web for testing purposes and all rights are retained by their respective copyright owners.</b></p>

<p>
<a href="issue111.html">Issue 111 - implement removeEventListener (Native Renderer)</a>
<a href="issue111.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue168.html">Issue 168 - Text Anchor problems (Native Renderer)</a>
<a href="issue168.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue197.html">Issue 197 - Disable Point Events (Native Renderer)</a>
<a href="issue197.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue201.html">Issue 201 - Support cloneNode (Native Renderer)</a>
<a href="issue201.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue209.html">Issue 209 - Mousemove does not work (Native Renderer)</a>
<a href="issue209.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue210.html">Issue 210 - 'display' property not working correctly (Native Renderer)</a>
<a href="issue210.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue217.html">Issue 217 - replaceChild + setAttribute can lead to display glitches for Flash viewer (Native Renderer)</a>
<a href="issue217.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue219.html">Issue 219 - body onload not fired when svg object present (Native Renderer)</a>
<a href="issue219.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue221.html">Issue 221 - XML ENTITY expansion (Native Renderer)</a>
<a href="issue221.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue225.html">Issue 225 - Mouse coordinates (Slider) (Native Renderer)</a>
<a href="issue225.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue225-2.html">Issue 225 - Mouse coordinates (Slider) OBJECT (Native Renderer)</a>
<a href="issue225-2.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue236.html">Issue 236 Unicode characters in SVG file name (Native Renderer)</a>
<a href="issue236.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue242.html">Issue 242 - Tspan positioned incorrectly Test 1 (Native Renderer)</a>
<a href="issue242.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue242-2.html">Issue 242 - Tspan positioned incorrectly Test 2 (Native Renderer)</a>
<a href="issue242-2.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue248-1.html">Issue 248 - nested SVG image not clipped properly - Embed (Native Renderer)</a>
<a href="issue248-1.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue248-2.html">Issue 248 - nested SVG image not clipped properly - Object (Native Renderer)</a>
<a href="issue248-2.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue248-3.html">Issue 248 - nested SVG image not clipped properly - XHTML (Native Renderer)</a>
</p>
<p>
<a href="issue249.html">Issue 249 - flash renderer svgobj.contentDocument breaks if svg contains DOCTYPE declaration (Native Renderer)</a>
<a href="issue249.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue263.html">Issue 263 - Click on root svg element does not work in IE8</a>
<a href="issue263.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue270.html">Issue 270 - Resizing browser vertically crops instead of shrinks when object height % used</a>
<a href="issue270.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue272.html">Issue 272 - Fetching contentDocument on SVG OBJECT does not work in IE 8/Standards Mode (Native Renderer)</a>
<a href="issue272.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue276-1.html">Issue 276 - Resize blog properly - 1</a>
<a href="issue276-1.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue276-1.html">Issue 276 - Resize blog properly - 2</a>
<a href="issue276-1.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue277.html">Issue 277 - Problem with text visibility</a>
<a href="issue277.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue305.html">Issue 305 - Problem with shape visibility</a>
<a href="issue305.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue312.html">Issue 312 - Problem with CDATA on SVG script tag</a>
<a href="issue312.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue314.html">Issue 314 - IE 6 does not honor fixed position</a>
<a href="issue314.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue319.html">Issue 319 - Native animation not activated when SVG Web present (SVG Web in Native Mode)</a>
<a href="issue319.svg">Direct SVG File in Native Mode</a>
<a href="issue319.html?svg.render.forceflash=true">(SVG Web in Flash Mode)</a>
</p>
<p>
<a href="issue368.html">Issue 368 - support iframes</a>
</p>
<p>
<a href="issue375.html">Issue 375 - Problem with using svgweb and jquery together (Native Renderer)</a>
<a href="issue375.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue401.html">Issue 401 - currentTranslate.setXY does translate the svg, but doesn't affect currentTranslate.getX or getY (Native Renderer)</a>
<a href="issue401.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue402.html">Issue 402 - Make sure SVG Web and MooTools work together (Native Renderer)</a>
<a href="issue402.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue403.html">Issue 403 - Make sure SVG Web and Prototype.js work together (Native Renderer)</a>
<a href="issue403.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue404.html">Issue 404 - Make sure SVG Web and Ext.js work together (Native Renderer)</a>
<a href="issue404.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue409.html">Issue 409 - CurrentScale does not function properly for dynamically created SVG (Native Renderer)</a>
<a href="issue409.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue424.html">Issue 424 - getElementsByTagNameNS(svgns, 'svg')[0] fails in IE7 (Native Renderer)</a>
<a href="issue424.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue427.html">Issue 427 - Resizing the inline SVG with width and height does not work</a>
<a href="issue427.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue451.html">Issue 451 - Maintain Aspect Ratio when Resizing</a>
<a href="issue451.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue463.html">Issue 463 - Conflict between svgweb and Google Maps API V3 (Native Renderer)</a>
<a href="issue463.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue548.html">Issue 548 - Linear gradients on polygon, ellipse, and path (Native Renderer)</a>
<a href="issue548.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue556.html">Issue 556 - dynamically added animation elements (Native Renderer)</a>
<a href="issue556.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue564.html">Issue 564 - listening for load event on dynamically added object (Native Renderer)</a>
<a href="issue564.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue567.html">Issue 567 - ENTITY replacement order (Native Renderer)</a>
<a href="issue567.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue573-21.html">Issue 573 comment 21 -IE 9 100% sized SVG is too small (Native Renderer)</a>
<a href="issue573-21.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue575.html">Issue 575 - stroke-linecap (Native Renderer)</a>
<a href="issue575.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue576.html">Issue 576 - rotate animation test file (Native Renderer)</a>
<a href="issue576.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue580.html">Issue 580 - problem with &lt;use&gt; tag (Native Renderer)</a>
<a href="issue580.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue595.html">Issue 595 - regression with addEventListener on IE 8 (Native Renderer)</a>
<a href="issue595.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue596.html">Issue 596 - adjacent rectangle artifacts (Native Renderer)</a>
<a href="issue596.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue597.html">Issue 597 - Two sliders - problem with removeEventListener (Native Renderer)</a>
<a href="issue597.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue598.html">Issue 598 -elem.style.display='block' not working on IE 8 (Native Renderer)</a>
<a href="issue598.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue599.html">Issue 599 - Map does not color on load on Opera 11 native,WinXP,w/clear cache</a>
<a href="issue599.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue600.html">Issue 600 - IE 6 half the height of other browsers</a>
<a href="issue600.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<!--
<p>
<a href="path_lineargradient.html">Path linear gradient problem (Native Renderer)</a>
<a href="path_lineargradient.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="lamb.html">Lamb animation (Native Renderer)</a>
<a href="lamb.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="sebsen.html">sebsen (forced flash by meta tag)</a>
</p>
<p>
<a href="map.html">Map (Native Renderer)</a>
<a href="map.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
-->
</body>
</html>
<!DOCTYPE html>
<html>
<head>
    <script src="../../../src/svg.js" data-path="../../../src" data-debug="true"></script>

    <script type="text/javascript">
window.onsvgload = function() {
  var buttons = document.getElementsByTagName('button');
    for (var i = 0; i < buttons.length; i++) {
      buttons[i].disabled = false;
        }
    }

  var notAvailableSiteColor = 'grey';
  var availableSiteColor = 'green';
  var mouseOverColor = 'blue'
 
  function changeColors() {
    var availablesites = new Array();
    availablesites[0]="site15";
    availablesites[1]="site16";
    availablesites[2]="site45"; 
    availablesites[3]="site35"; 
    availablesites[4]="site25"; 
    availablesites[5]="site55"; 
    availablesites[6]="site65"; 
    availablesites[7]="site75"; 
        
    var doc = document.getElementById('mySVGObject').contentDocument;
    var sites = doc.getElementsByTagNameNS(svgns, 'path');

    for (var n = 0; n < sites.length; n++){
      var id = sites[n].getAttribute('id');
      var pos = findSitePos(availablesites, id);
      if (pos !== null && availablesites[pos]){
        sites[n].setAttribute('fill', availableSiteColor)
        sites[n].addEventListener('mouseover', mymouseover, false);
        sites[n].addEventListener('mouseout', mymouseout, false); 
      } 
      else{
        sites[n].setAttribute('fill', notAvailableSiteColor);
        sites[n].removeEventListener('mouseover', mymouseover, false);
        sites[n].removeEventListener('mouseout', mymouseout, false);
      }
    }
  }

  function changeSites() {
    var availablesites = new Array();
    availablesites[0]="site19";
    availablesites[1]="site14";
    availablesites[2]="site48"; 
    availablesites[3]="site38"; 
    availablesites[4]="site28"; 
    availablesites[5]="site58"; 
    availablesites[6]="site68"; 
    availablesites[7]="site74"; 
        
        // use the 'contentDocument' property to navigate into the SVG OBJECT
        var doc = document.getElementById('mySVGObject').contentDocument;
      sites = doc.getElementsByTagNameNS(svgns, 'path');

    for (var n = 0; n < sites.length; n++){
      var id = sites[n].getAttribute('id');
		  var pos = findSitePos(availablesites, id);
			if (pos !== null && availablesites[pos]){
        sites[n].setAttribute('fill', availableSiteColor);
        sites[n].addEventListener('mouseover', mymouseover, false);
        sites[n].addEventListener('mouseout', mymouseout, false);
      }
      else{
        sites[n].setAttribute('fill', notAvailableSiteColor);
        sites[n].removeEventListener('mouseover', mymouseover, false);
        sites[n].removeEventListener('mouseout', mymouseout, false);
      }
    }
  }
  
  function findSitePos(sitesArray, siteName) {
    for (var i = 0; i < sitesArray.length; i++) {
      if (sitesArray[i] == siteName) {
        return i;
      }
    }
    
    return null;
  }

  mymouseover = function(evt) {
                    var target = evt.target;
                    target.setAttribute('fill', mouseOverColor);
                }

  mymouseout = function(evt) {
                    var target = evt.target;
                    target.setAttribute('fill', availableSiteColor);
                }
  </script>
</head>
  
<body>

  <div style="margin-bottom: 1em; margin-top: 1em;">
    <button onclick="changeColors()" disabled>Site Group 1</button>
    <button onclick="changeSites()" disabled>Site Group 2</button>
  </div>
    <!--[if !IE]>-->
      <object data="issue111.svg" type="image/svg+xml"
              width="800" height="600" id="mySVGObject"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue111.svg" classid="image/svg+xml"
              width="800" height="600" id="mySVGObject"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue111.svg" type="image/svg+xml"
              width="800" height="600" id="mySVGObject"> <![endif]-->
      </object>
  
  </body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>



	
		
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		
		<title>SVG web: Text Anchor Issues</title>

		<script src="../../../src/svg.js" data-path="../../../src/" data-debug="true"></script>
		
		<script type="text/javascript">
		
		var i=0;

		function init()	{
			if (i<100) {

			i += 1;
			
			document.getElementById('title1').firstChild.data = ("Static Text: "+i);
			document.getElementById('title2').firstChild.data = ("Static Text: "+i);
			document.getElementById('title3').firstChild.data = ("Static Text: "+i);
			document.getElementById('title4').firstChild.data = ("Static Text: "+i);
			document.getElementById('title5').firstChild.data = ("Static Text: "+i);
			
			setTimeout("init();",500);
			
			}
		}

        svgweb.addOnLoad(init);
		
		</script>

	</head><body>
		<script type="image/svg+xml">

    			<svg viewBox="-280 -152 620 460" width="320px" height="320px">
            <defs>
            <font id="DroidSans" horiz-adv-x="1177" ><font-face
                font-family="Droid Sans"
                units-per-em="2048"
                panose-1="2 11 6 6 3 8 4 2 2 4"
                ascent="1901"
                descent="-483"
                alphabetic="0" />
            <missing-glyph horiz-adv-x="1229" d="M193 1462H1034V0H193V1462ZM297 104H930V1358H297V104Z" />
            <glyph unicode=" " glyph-name="space" horiz-adv-x="532" />
            <glyph unicode="!" glyph-name="exclam" horiz-adv-x="551" d="M336 414H215L164 1462H387L336 414ZM147 111Q147 149 157 175T184 218T224 242T274 250Q300 250 323 243T364 219T391 176T401 111Q401 74 391 48T364 4T324 -21T274 -29Q247 -29 224 -21T184 4T157
            47T147 111Z" />
            <glyph unicode="&quot;" glyph-name="quotedbl" horiz-adv-x="823" d="M330 1462L289 934H174L133 1462H330ZM690 1462L649 934H535L494 1462H690Z" />
            <glyph unicode="#" glyph-name="numbersign" horiz-adv-x="1323" d="M983 893L920 565H1200V428H893L811 0H664L748 428H457L375 0H231L309 428H51V565H336L401 893H127V1030H426L508 1462H655L573 1030H866L950 1462H1094L1010 1030H1272V893H983ZM483 565H774L838
            893H547L483 565Z" />
            <glyph unicode="$" glyph-name="dollar" horiz-adv-x="1128" d="M985 446Q985 376 960 319T889 220T776 151T625 111V-119H487V102Q437 102 386 106T287 120T197 142T123 172V344Q156 328 199 312T291 282T389 261T487 252V686Q398 716 333 749T224 824T160 922T139
            1051Q139 1118 163 1173T233 1270T343 1338T487 1374V1554H625V1378Q725 1373 809 1352T961 1300L895 1155Q839 1180 769 1200T625 1227V805Q713 774 780 741T893 667T962 572T985 446ZM809 446Q809 479 799 506T768 556T711 598T625 635V262Q718 276 763 325T809
            446ZM315 1049Q315 1013 323 985T352 933T405 890T487 854V1223Q398 1207 357 1163T315 1049Z" />
            <glyph unicode="%" glyph-name="percent" horiz-adv-x="1690" d="M250 1026Q250 861 285 779T401 696Q557 696 557 1026Q557 1354 401 1354Q321 1354 286 1273T250 1026ZM705 1026Q705 918 687 832T632 687T538 597T401 565Q328 565 272 596T178 687T121 832T102
            1026Q102 1134 119 1219T173 1362T266 1452T401 1483Q476 1483 532 1452T627 1363T685 1219T705 1026ZM1133 440Q1133 275 1168 193T1284 111Q1440 111 1440 440Q1440 768 1284 768Q1204 768 1169 687T1133 440ZM1587 440Q1587 332 1570 247T1515 102T1421 12T1284
            -20Q1210 -20 1154 11T1061 102T1004 246T985 440Q985 548 1002 633T1056 776T1149 866T1284 897Q1359 897 1415 866T1510 777T1567 633T1587 440ZM1331 1462L520 0H362L1174 1462H1331Z" />
            <glyph unicode="&amp;" glyph-name="ampersand" horiz-adv-x="1438" d="M422 1165Q422 1131 430 1099T454 1034T497 968T559 897Q618 932 661 963T732 1026T774 1093T788 1169Q788 1205 776 1235T740 1288T683 1322T608 1335Q522 1335 472 1291T422 1165ZM557
            141Q615 141 664 152T755 184T833 231T901 289L514 696Q462 663 422 632T355 564T313 486T299 387Q299 333 316 288T367 210T448 159T557 141ZM109 381Q109 459 129 520T187 631T281 724T408 809Q377 845 347 883T295 965T258 1058T244 1165Q244 1240 269 1299T341
            1400T457 1463T614 1485Q697 1485 762 1464T873 1401T943 1300T967 1165Q967 1101 942 1047T875 946T779 860T664 784L1016 412Q1043 441 1064 471T1103 535T1133 608T1157 694H1341Q1326 628 1306 573T1259 468T1200 377T1128 293L1405 0H1180L1012 172Q963 127
            915 92T813 32T697 -6T557 -20Q452 -20 369 6T228 84T140 210T109 381Z" />
            <glyph unicode="&apos;" glyph-name="quotesingle" horiz-adv-x="463" d="M330 1462L289 934H174L133 1462H330Z" />
            <glyph unicode="(" glyph-name="parenleft" horiz-adv-x="616" d="M82 561Q82 686 100 807T155 1043T248 1263T383 1462H555Q415 1269 343 1038T270 563Q270 444 288 326T342 95T431 -124T553 -324H383Q305 -234 249 -131T155 84T100 317T82 561Z" />
            <glyph unicode=")" glyph-name="parenright" horiz-adv-x="616" d="M535 561Q535 437 517 317T462 85T368 -131T233 -324H63Q132 -230 185 -124T274 95T328 326T346 563Q346 807 274 1038T61 1462H233Q311 1369 367 1264T461 1044T517 808T535 561Z" />
            <glyph unicode="*" glyph-name="asterisk" horiz-adv-x="1128" d="M664 1556L621 1163L1018 1274L1044 1081L666 1053L911 727L733 631L557 989L399 631L215 727L457 1053L82 1081L111 1274L502 1163L459 1556H664Z" />
            <glyph unicode="+" glyph-name="plus" horiz-adv-x="1128" d="M489 647H102V797H489V1186H639V797H1026V647H639V262H489V647Z" />
            <glyph unicode="," glyph-name="comma" horiz-adv-x="512" d="M362 238L377 215Q363 161 344 100T301 -23T252 -146T201 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H362Z" />
            <glyph unicode="-" glyph-name="hyphen" horiz-adv-x="659" d="M82 465V633H578V465H82Z" />
            <glyph unicode="." glyph-name="period" horiz-adv-x="549" d="M147 111Q147 149 157 175T184 218T224 242T274 250Q300 250 323 243T364 219T391 176T401 111Q401 74 391 48T364 4T324 -21T274 -29Q247 -29 224 -21T184 4T157 47T147 111Z" />
            <glyph unicode="/" glyph-name="slash" horiz-adv-x="764" d="M743 1462L199 0H20L565 1462H743Z" />
            <glyph unicode="0" glyph-name="zero" horiz-adv-x="1128" d="M1032 733Q1032 556 1007 416T925 179T779 31T563 -20Q445 -20 358 31T213 179T127 416T98 733Q98 910 123 1050T204 1286T348 1434T563 1485Q682 1485 770 1435T916 1288T1003 1051T1032 733ZM283
            733Q283 583 298 471T346 285T432 173T563 135Q640 135 694 172T782 283T832 469T848 733Q848 883 833 995T783 1181T694 1292T563 1329Q486 1329 433 1292T346 1181T298 995T283 733Z" />
            <glyph unicode="1" glyph-name="one" horiz-adv-x="1128" d="M711 0H535V913Q535 956 535 1005T537 1102T540 1195T543 1274Q526 1256 513 1243T487 1218T458 1193T422 1161L274 1040L178 1163L561 1462H711V0Z" />
            <glyph unicode="2" glyph-name="two" horiz-adv-x="1128" d="M1008 0H96V156L446 537Q521 618 580 685T680 816T744 944T766 1085Q766 1144 749 1189T701 1265T626 1313T530 1329Q435 1329 359 1291T213 1192L111 1311Q151 1347 197 1378T296 1433T408 1469T532
            1483Q628 1483 705 1456T837 1379T920 1256T950 1092Q950 1007 924 930T851 779T740 629T600 473L319 174V166H1008V0Z" />
            <glyph unicode="3" glyph-name="three" horiz-adv-x="1128" d="M961 1120Q961 1047 938 987T874 883T774 811T645 770V764Q822 742 914 652T1006 416Q1006 320 974 240T875 102T708 12T469 -20Q360 -20 264 -3T82 59V229Q169 183 270 158T465 133Q557 133 624
            153T734 210T798 301T819 422Q819 490 793 538T717 618T598 665T438 680H305V831H438Q519 831 582 851T687 908T752 996T774 1108Q774 1160 756 1201T705 1270T626 1314T524 1329Q417 1329 336 1296T180 1208L88 1333Q126 1364 172 1391T274 1438T391 1471T524
            1483Q632 1483 713 1456T850 1381T933 1266T961 1120Z" />
            <glyph unicode="4" glyph-name="four" horiz-adv-x="1128" d="M1087 328H874V0H698V328H23V487L686 1470H874V494H1087V328ZM698 494V850Q698 906 699 967T703 1087T707 1197T711 1282H702Q695 1262 685 1238T662 1189T636 1141T612 1102L201 494H698Z" />
            <glyph unicode="5" glyph-name="five" horiz-adv-x="1128" d="M545 897Q644 897 729 870T878 788T978 654T1014 469Q1014 355 980 264T879 110T714 14T487 -20Q436 -20 387 -15T292 -1T205 24T131 59V231Q164 208 208 190T302 160T400 142T492 135Q571 135 633
            153T738 211T804 309T827 449Q827 592 739 667T483 743Q456 743 425 741T362 734T302 726T252 717L162 774L217 1462H907V1296H375L336 877Q368 883 420 890T545 897Z" />
            <glyph unicode="6" glyph-name="six" horiz-adv-x="1128" d="M113 625Q113 730 123 834T160 1033T233 1211T350 1353T520 1448T752 1483Q771 1483 794 1482T840 1479T885 1473T924 1464V1309Q889 1321 845 1327T758 1333Q668 1333 600 1312T481 1251T398 1158T343
            1039T312 899T299 745H311Q331 781 359 812T426 866T511 902T618 915Q713 915 790 886T921 799T1004 660T1034 471Q1034 357 1003 266T914 112T774 14T590 -20Q490 -20 403 19T251 138T150 339T113 625ZM588 133Q648 133 697 153T783 215T838 320T858 471Q858 541
            842 596T792 691T710 751T594 772Q527 772 472 749T377 688T317 602T295 506Q295 439 313 373T368 253T460 167T588 133Z" />
            <glyph unicode="7" glyph-name="seven" horiz-adv-x="1128" d="M281 0L844 1296H90V1462H1030V1317L475 0H281Z" />
            <glyph unicode="8" glyph-name="eight" horiz-adv-x="1128" d="M565 1485Q649 1485 723 1463T854 1397T944 1287T977 1133Q977 1066 957 1012T902 915T819 837T715 774Q773 743 828 705T927 620T997 513T1024 381Q1024 289 991 215T897 88T752 8T565 -20Q455 -20
            370 7T226 84T137 208T106 373Q106 448 128 508T189 616T279 701T389 766Q340 797 297 833T223 915T173 1014T154 1135Q154 1222 187 1287T278 1397T409 1463T565 1485ZM285 371Q285 318 301 274T351 198T437 149T561 131Q631 131 684 148T774 198T828 277T846
            379Q846 431 827 473T771 551T683 619T569 682L539 696Q413 636 349 559T285 371ZM563 1333Q457 1333 395 1280T332 1126Q332 1069 349 1028T398 955T472 898T567 848Q615 870 657 896T731 955T781 1030T799 1126Q799 1227 736 1280T563 1333Z" />
            <glyph unicode="9" glyph-name="nine" horiz-adv-x="1128" d="M1028 838Q1028 733 1018 629T981 429T908 252T791 109T621 15T389 -20Q370 -20 347 -19T301 -16T256 -10T217 -2V154Q252 141 296 135T383 129Q518 129 605 176T743 303T815 491T842 717H829Q809
            681 781 650T715 596T629 560T522 547Q427 547 350 576T219 663T136 802T106 991Q106 1105 137 1196T226 1351T366 1449T551 1483Q652 1483 739 1444T890 1325T991 1124T1028 838ZM553 1329Q493 1329 444 1309T358 1247T303 1142T283 991Q283 921 299 866T349 771T431
            711T547 690Q615 690 670 713T764 774T824 860T846 956Q846 1023 828 1089T773 1209T681 1296T553 1329Z" />
            <glyph unicode=":" glyph-name="colon" horiz-adv-x="549" d="M147 111Q147 149 157 175T184 218T224 242T274 250Q300 250 323 243T364 219T391 176T401 111Q401 74 391 48T364 4T324 -21T274 -29Q247 -29 224 -21T184 4T157 47T147 111ZM147 987Q147 1026 157
            1052T184 1095T224 1119T274 1126Q300 1126 323 1119T364 1096T391 1053T401 987Q401 950 391 924T364 881T324 856T274 848Q247 848 224 856T184 881T157 924T147 987Z" />
            <glyph unicode=";" glyph-name="semicolon" horiz-adv-x="549" d="M362 238L377 215Q363 161 344 100T301 -23T252 -146T201 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H362ZM147 987Q147 1026 157 1052T184 1095T224 1119T274 1126Q300 1126 323 1119T364
            1096T391 1053T401 987Q401 950 391 924T364 881T324 856T274 848Q247 848 224 856T184 881T157 924T147 987Z" />
            <glyph unicode="&lt;" glyph-name="less" horiz-adv-x="1128" d="M1026 238L102 662V764L1026 1245V1085L291 721L1026 399V238Z" />
            <glyph unicode="=" glyph-name="equal" horiz-adv-x="1128" d="M102 852V1001H1026V852H102ZM102 442V592H1026V442H102Z" />
            <glyph unicode="&gt;" glyph-name="greater" horiz-adv-x="1128" d="M102 399L838 721L102 1085V1245L1026 764V662L102 238V399Z" />
            <glyph unicode="?" glyph-name="question" horiz-adv-x="872" d="M281 414V451Q281 508 288 554T315 640T368 718T451 799Q499 840 533 873T588 941T620 1015T631 1108Q631 1156 616 1195T573 1263T502 1307T403 1323Q320 1323 245 1297T100 1237L37 1382Q118
            1424 212 1453T403 1483Q496 1483 570 1458T697 1384T777 1267T805 1110Q805 1043 792 991T751 893T684 806T590 717Q538 672 505 639T453 574T427 509T420 432V414H281ZM233 111Q233 149 243 175T270 218T310 242T360 250Q386 250 409 243T450 219T477 176T487
            111Q487 74 477 48T450 4T410 -21T360 -29Q333 -29 310 -21T270 4T243 47T233 111Z" />
            <glyph unicode="@" glyph-name="at" horiz-adv-x="1774" d="M1665 731Q1665 669 1656 607T1628 488T1581 383T1514 298T1428 242T1321 221Q1276 221 1240 236T1177 276T1135 333T1112 401H1108Q1090 364 1063 331T1001 274T921 235T823 221Q746 221 687 249T586
            327T524 449T502 606Q502 707 531 791T616 936T751 1031T928 1065Q973 1065 1018 1061T1104 1050T1179 1035T1237 1018L1214 602Q1213 580 1213 567T1212 545T1212 533T1212 526Q1212 473 1222 439T1250 385T1288 358T1333 350Q1379 350 1414 380T1472 463T1508
            585T1520 733Q1520 875 1477 985T1358 1172T1178 1287T950 1327Q781 1327 652 1272T436 1117T303 881T258 582Q258 431 297 314T413 117T603 -4T864 -45Q925 -45 984 -38T1099 -19T1205 8T1298 41V-100Q1212 -138 1104 -160T866 -182Q687 -182 547 -131T309 17T160
            255T109 575Q109 763 168 925T336 1207T601 1394T950 1462Q1106 1462 1237 1412T1463 1267T1612 1037T1665 731ZM662 602Q662 469 712 410T848 350Q903 350 942 372T1006 436T1044 535T1061 662L1075 915Q1047 923 1009 929T928 936Q854 936 804 907T722 831T676
            724T662 602Z" />
            <glyph unicode="A" glyph-name="A" horiz-adv-x="1245" d="M1055 0L895 453H350L188 0H0L537 1468H707L1245 0H1055ZM836 618L688 1042Q682 1060 674 1086T656 1142T638 1204T621 1268Q614 1237 605 1204T587 1141T570 1085T555 1042L410 618H836Z" />
            <glyph unicode="B" glyph-name="B" horiz-adv-x="1272" d="M199 1462H598Q726 1462 823 1443T986 1380T1085 1266T1118 1092Q1118 1030 1099 976T1042 881T951 813T827 776V766Q896 754 956 732T1062 670T1133 570T1159 424Q1159 324 1127 246T1033 113T883 29T684
            0H199V1462ZM385 842H629Q713 842 770 857T862 901T912 975T928 1079Q928 1199 851 1251T608 1303H385V842ZM385 686V158H651Q739 158 798 178T894 234T947 320T963 432Q963 488 947 535T893 615T793 667T639 686H385Z" />
            <glyph unicode="C" glyph-name="C" horiz-adv-x="1235" d="M793 1319Q686 1319 599 1279T451 1162T356 977T322 731Q322 590 351 481T440 296T587 182T793 143Q882 143 962 160T1120 201V39Q1081 24 1042 13T961 -6T870 -16T762 -20Q598 -20 478 34T280 187T163
            425T125 733Q125 899 168 1037T296 1274T506 1428T793 1483Q901 1483 999 1461T1176 1397L1098 1241Q1035 1273 961 1296T793 1319Z" />
            <glyph unicode="D" glyph-name="D" horiz-adv-x="1401" d="M1276 745Q1276 560 1228 421T1089 188T866 47T565 0H199V1462H606Q759 1462 883 1416T1094 1280T1228 1055T1276 745ZM1079 739Q1079 885 1046 991T950 1167T795 1269T586 1303H385V160H547Q811 160
            945 306T1079 739Z" />
            <glyph unicode="E" glyph-name="E" horiz-adv-x="1081" d="M958 0H199V1462H958V1298H385V846H920V684H385V164H958V0Z" />
            <glyph unicode="F" glyph-name="F" horiz-adv-x="1006" d="M385 0H199V1462H958V1298H385V782H920V618H385V0Z" />
            <glyph unicode="G" glyph-name="G" horiz-adv-x="1413" d="M782 772H1266V55Q1211 37 1155 23T1040 0T916 -15T776 -20Q619 -20 498 32T294 182T168 419T125 733Q125 905 172 1044T311 1280T535 1430T840 1483Q951 1483 1053 1461T1243 1397L1171 1235Q1135 1252
            1094 1267T1008 1293T918 1312T825 1319Q703 1319 609 1279T452 1162T355 977T322 731Q322 601 349 493T437 307T592 186T821 143Q865 143 901 145T969 152T1027 161T1081 172V608H782V772Z" />
            <glyph unicode="H" glyph-name="H" horiz-adv-x="1436" d="M1237 0H1051V682H385V0H199V1462H385V846H1051V1462H1237V0Z" />
            <glyph unicode="I" glyph-name="I" horiz-adv-x="694" d="M612 0H82V102L254 143V1319L82 1360V1462H612V1360L440 1319V143L612 102V0Z" />
            <glyph unicode="J" glyph-name="J" horiz-adv-x="555" d="M-29 -389Q-80 -389 -118 -383T-184 -365V-205Q-150 -214 -111 -219T-27 -225Q10 -225 47 -216T115 -181T165 -112T184 0V1462H371V20Q371 -85 342 -162T260 -289T134 -364T-29 -389Z" />
            <glyph unicode="K" glyph-name="K" horiz-adv-x="1186" d="M1186 0H975L524 698L385 584V0H199V1462H385V731L506 899L958 1462H1167L647 825L1186 0Z" />
            <glyph unicode="L" glyph-name="L" horiz-adv-x="1006" d="M199 0V1462H385V166H958V0H199Z" />
            <glyph unicode="M" glyph-name="M" horiz-adv-x="1782" d="M803 0L360 1280H352Q358 1206 362 1133Q366 1070 368 1001T371 874V0H199V1462H475L887 270H893L1307 1462H1583V0H1397V887Q1397 939 1399 1006T1404 1134Q1408 1205 1411 1278H1403L956 0H803Z" />
            <glyph unicode="N" glyph-name="N" horiz-adv-x="1493" d="M1294 0H1079L360 1210H352Q358 1133 362 1057Q366 992 368 921T371 793V0H199V1462H412L1128 258H1135Q1132 334 1128 408Q1127 440 1126 473T1123 540T1121 605T1120 662V1462H1294V0Z" />
            <glyph unicode="O" glyph-name="O" horiz-adv-x="1520" d="M1393 733Q1393 564 1353 425T1232 187T1034 34T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125 905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352 1043T1393 733ZM322
            733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428 1165T348 980T322 733Z" />
            <glyph unicode="P" glyph-name="P" horiz-adv-x="1180" d="M1075 1034Q1075 943 1048 859T957 711T791 608T535 569H385V0H199V1462H561Q695 1462 792 1434T952 1351T1045 1216T1075 1034ZM385 727H514Q607 727 676 743T791 794T860 886T883 1024Q883 1166 801
            1234T545 1303H385V727Z" />
            <glyph unicode="Q" glyph-name="Q" horiz-adv-x="1518" d="M1393 733Q1393 602 1369 489T1297 286T1178 129T1014 25Q1057 -69 1125 -140T1284 -272L1163 -414Q1060 -341 974 -242T836 -16Q819 -18 799 -19T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125
            905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352 1043T1393 733ZM322 733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428
            1165T348 980T322 733Z" />
            <glyph unicode="R" glyph-name="R" horiz-adv-x="1208" d="M385 604V0H199V1462H555Q821 1462 948 1359T1075 1047Q1075 960 1051 895T986 784T893 706T786 655L1184 0H965L614 604H385ZM385 762H549Q639 762 702 779T805 831T864 917T883 1038Q883 1110 863 1160T801
            1242T696 1288T545 1303H385V762Z" />
            <glyph unicode="S" glyph-name="S" horiz-adv-x="1063" d="M969 391Q969 294 935 218T836 88T680 8T473 -20Q362 -20 266 -3T104 49V227Q138 211 181 196T273 168T372 149T473 141Q633 141 709 201T786 373Q786 427 772 467T721 540T623 605T469 674Q380 709 315
            750T207 844T144 962T123 1112Q123 1200 155 1269T245 1385T383 1458T561 1483Q680 1483 775 1461T944 1403L877 1247Q812 1276 730 1297T559 1319Q437 1319 370 1263T303 1110Q303 1053 318 1012T368 937T460 874T602 811Q693 775 761 737T876 651T945 540T969
            391Z" />
            <glyph unicode="T" glyph-name="T" horiz-adv-x="1063" d="M625 0H438V1298H20V1462H1042V1298H625V0Z" />
            <glyph unicode="U" glyph-name="U" horiz-adv-x="1430" d="M1245 1464V516Q1245 402 1212 304T1113 134T946 21T709 -20Q581 -20 483 18T319 128T218 298T184 520V1462H371V510Q371 335 457 239T719 143Q808 143 872 170T977 246T1038 363T1059 512V1464H1245Z" />
            <glyph unicode="V" glyph-name="V" horiz-adv-x="1163" d="M965 1462H1163L674 0H487L0 1462H197L492 535Q521 444 542 360T580 201Q595 275 618 359T672 541L965 1462Z" />
            <glyph unicode="W" glyph-name="W" horiz-adv-x="1810" d="M809 1462H1006L1235 606Q1250 550 1264 494T1291 386T1313 286T1329 201Q1333 239 1339 284T1353 378T1370 479T1391 580L1591 1462H1790L1423 0H1235L981 938Q967 989 954 1043T930 1144Q918 1199 907
            1251Q896 1200 885 1145Q875 1098 863 1042T836 932L594 0H406L20 1462H217L440 573Q452 527 462 478T480 379T496 285T508 201Q513 238 520 287T538 390T559 499T584 604L809 1462Z" />
            <glyph unicode="X" glyph-name="X" horiz-adv-x="1120" d="M1120 0H909L555 635L188 0H0L453 764L31 1462H229L561 903L895 1462H1085L664 770L1120 0Z" />
            <glyph unicode="Y" glyph-name="Y" horiz-adv-x="1079" d="M539 723L879 1462H1079L633 569V0H446V559L0 1462H203L539 723Z" />
            <glyph unicode="Z" glyph-name="Z" horiz-adv-x="1104" d="M1022 0H82V145L793 1296H102V1462H1001V1317L291 166H1022V0Z" />
            <glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="621" d="M569 -324H164V1462H569V1313H346V-174H569V-324Z" />
            <glyph unicode="&#92;" glyph-name="backslash" horiz-adv-x="764" d="M201 1462L745 0H567L23 1462H201Z" />
            <glyph unicode="]" glyph-name="bracketright" horiz-adv-x="621" d="M51 -174H274V1313H51V1462H457V-324H51V-174Z" />
            <glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="1090" d="M41 549L500 1473H602L1049 549H888L551 1284L202 549H41Z" />
            <glyph unicode="_" glyph-name="underscore" horiz-adv-x="842" d="M846 -324H-4V-184H846V-324Z" />
            <glyph unicode="`" glyph-name="grave" horiz-adv-x="1182" d="M786 1241H666Q631 1269 590 1310T511 1396T441 1480T393 1548V1569H612Q628 1535 649 1495T694 1414T741 1335T786 1268V1241Z" />
            <glyph unicode="a" glyph-name="a" horiz-adv-x="1087" d="M793 0L756 152H748Q715 107 682 75T610 21T523 -10T412 -20Q343 -20 285 -1T185 59T118 161T94 307Q94 471 209 559T561 655L745 662V731Q745 798 731 843T689 915T621 955T528 967Q445 967 374 943T236
            885L172 1022Q246 1062 337 1090T528 1118Q630 1118 704 1098T827 1033T900 919T924 752V0H793ZM459 127Q520 127 572 146T662 203T721 300T743 438V537L600 530Q510 526 449 510T352 466T299 397T283 305Q283 213 331 170T459 127Z" />
            <glyph unicode="b" glyph-name="b" horiz-adv-x="1200" d="M670 1118Q764 1118 841 1082T972 975T1057 797T1087 551Q1087 410 1057 304T973 125T841 17T670 -20Q611 -20 563 -7T477 27T409 78T356 139H344L307 0H174V1556H356V1180Q356 1145 355 1106T352 1032Q350
            992 348 954H356Q379 989 408 1019T475 1071T562 1105T670 1118ZM635 967Q555 967 502 942T416 864T370 734T356 551Q356 450 369 372T415 240T502 159T637 131Q772 131 835 240T899 553Q899 761 836 864T635 967Z" />
            <glyph unicode="c" glyph-name="c" horiz-adv-x="948" d="M594 -20Q493 -20 405 11T252 111T150 286T113 543Q113 700 151 809T255 987T411 1087T602 1118Q680 1118 754 1101T879 1059L825 905Q802 915 774 924T716 941T657 953T602 958Q445 958 373 858T301 545Q301
            334 373 237T594 139Q675 139 740 157T860 201V39Q806 10 745 -5T594 -20Z" />
            <glyph unicode="d" glyph-name="d" horiz-adv-x="1200" d="M852 147H844Q822 113 793 83T725 29T638 -7T530 -20Q437 -20 360 16T228 123T143 301T113 547Q113 688 143 794T228 973T360 1081T530 1118Q589 1118 637 1105T723 1070T792 1019T844 958H856Q853 992
            850 1023Q848 1049 846 1076T844 1120V1556H1026V0H879L852 147ZM565 131Q641 131 693 154T778 224T826 341T844 506V547Q844 648 831 726T785 858T698 939T563 967Q428 967 365 858T301 545Q301 336 364 234T565 131Z" />
            <glyph unicode="e" glyph-name="e" horiz-adv-x="1096" d="M608 -20Q498 -20 407 17T251 125T149 301T113 541Q113 677 146 784T239 965T382 1079T567 1118Q666 1118 745 1083T879 983T963 828T993 627V514H301Q306 321 382 230T610 139Q661 139 704 144T788 158T867
            182T944 215V53Q904 34 866 20T787 -3T703 -16T608 -20ZM563 967Q449 967 383 889T305 662H797Q797 730 784 786T742 883T669 945T563 967Z" />
            <glyph unicode="f" glyph-name="f" horiz-adv-x="674" d="M651 961H406V0H223V961H29V1036L223 1104V1200Q223 1307 245 1377T310 1490T415 1549T555 1567Q614 1567 663 1556T752 1530L705 1389Q674 1400 638 1408T561 1417Q521 1417 492 1408T444 1374T416 1309T406
            1202V1098H651V961Z" />
            <glyph unicode="g" glyph-name="g" horiz-adv-x="1061" d="M1020 1098V985L823 958Q851 923 870 869T889 745Q889 669 866 605T795 493T677 420T514 393Q492 393 470 393T434 397Q417 387 401 375T371 346T349 310T340 266Q340 239 352 223T384 197T433 185T492
            182H668Q761 182 825 159T929 95T988 1T1006 -115Q1006 -203 974 -273T874 -391T705 -466T463 -492Q356 -492 276 -471T143 -410T64 -314T37 -186Q37 -126 56 -81T109 -2T185 52T276 84Q234 103 207 144T180 238Q180 299 212 343T313 430Q270 448 235 479T175 551T137
            640T123 739Q123 828 148 898T222 1017T344 1092T514 1118Q551 1118 590 1113T657 1098H1020ZM209 -180Q209 -217 222 -249T264 -304T342 -340T463 -354Q649 -354 741 -297T834 -131Q834 -85 822 -56T783 -11T710 12T600 18H424Q389 18 351 10T282 -20T230 -80T209
            -180ZM301 745Q301 630 355 574T508 518Q608 518 659 573T711 748Q711 871 659 929T506 987Q407 987 354 927T301 745Z" />
            <glyph unicode="h" glyph-name="h" horiz-adv-x="1206" d="M860 0V707Q860 837 808 902T643 967Q562 967 507 941T419 864T371 739T356 569V0H174V1556H356V1094L348 950H358Q383 993 417 1024T493 1077T580 1108T674 1118Q857 1118 949 1023T1042 717V0H860Z" />
            <glyph unicode="i" glyph-name="i" horiz-adv-x="530" d="M356 0H174V1098H356V0ZM160 1395Q160 1455 190 1482T266 1509Q288 1509 307 1503T341 1482T364 1447T373 1395Q373 1337 342 1309T266 1280Q221 1280 191 1308T160 1395Z" />
            <glyph unicode="j" glyph-name="j" horiz-adv-x="530" d="M66 -492Q18 -492 -13 -485T-68 -467V-319Q-42 -329 -15 -334T47 -340Q74 -340 97 -333T137 -306T164 -254T174 -170V1098H356V-158Q356 -235 339 -296T286 -401T196 -468T66 -492ZM160 1395Q160 1455
            190 1482T266 1509Q288 1509 307 1503T341 1482T364 1447T373 1395Q373 1337 342 1309T266 1280Q221 1280 191 1308T160 1395Z" />
            <glyph unicode="k" glyph-name="k" horiz-adv-x="1016" d="M342 567L477 737L770 1098H981L580 623L1008 0H799L463 504L354 422V0H174V1556H354V842L338 567H342Z" />
            <glyph unicode="l" glyph-name="l" horiz-adv-x="530" d="M356 0H174V1556H356V0Z" />
            <glyph unicode="m" glyph-name="m" horiz-adv-x="1835" d="M1489 0V707Q1489 837 1439 902T1284 967Q1211 967 1160 944T1077 875T1029 762T1014 606V0H831V707Q831 837 782 902T627 967Q550 967 498 941T415 864T370 739T356 569V0H174V1098H322L348 950H358Q382
            993 415 1024T487 1077T571 1108T662 1118Q782 1118 861 1074T979 936H987Q1013 983 1049 1017T1129 1073T1221 1107T1319 1118Q1494 1118 1582 1023T1671 717V0H1489Z" />
            <glyph unicode="n" glyph-name="n" horiz-adv-x="1206" d="M860 0V707Q860 837 808 902T643 967Q562 967 507 941T419 864T371 739T356 569V0H174V1098H322L348 950H358Q383 993 417 1024T493 1077T580 1108T674 1118Q857 1118 949 1023T1042 717V0H860Z" />
            <glyph unicode="o" glyph-name="o" horiz-adv-x="1182" d="M1069 551Q1069 414 1036 308T940 129T788 18T588 -20Q485 -20 398 18T248 128T149 307T113 551Q113 687 146 792T242 970T393 1080T594 1118Q697 1118 784 1081T934 971T1033 793T1069 551ZM301 551Q301
            342 369 237T592 131Q746 131 813 236T881 551Q881 760 813 863T590 967Q436 967 369 864T301 551Z" />
            <glyph unicode="p" glyph-name="p" horiz-adv-x="1200" d="M670 -20Q611 -20 563 -7T477 27T409 78T356 139H344Q347 105 350 74Q352 48 354 21T356 -23V-492H174V1098H322L348 950H356Q379 985 408 1015T475 1068T562 1104T670 1118Q764 1118 841 1082T972 975T1057
            797T1087 551Q1087 410 1057 304T973 125T841 17T670 -20ZM635 967Q559 967 507 944T422 874T374 757T356 592V551Q356 450 369 372T415 240T502 159T637 131Q772 131 835 240T899 553Q899 761 836 864T635 967Z" />
            <glyph unicode="q" glyph-name="q" horiz-adv-x="1200" d="M565 131Q641 131 693 154T778 224T826 341T844 506V547Q844 648 831 726T785 858T698 939T563 967Q428 967 365 858T301 545Q301 336 364 234T565 131ZM530 -20Q437 -20 360 16T228 123T143 301T113
            547Q113 688 143 794T228 973T360 1081T530 1118Q589 1118 637 1105T723 1069T791 1016T844 950H852L879 1098H1026V-492H844V-23Q844 -4 846 25T850 81Q853 113 856 147H844Q822 113 793 83T725 29T638 -7T530 -20Z" />
            <glyph unicode="r" glyph-name="r" horiz-adv-x="817" d="M649 1118Q678 1118 714 1116T776 1108L752 940Q724 945 695 948T639 952Q576 952 524 927T435 854T377 740T356 592V0H174V1098H322L344 897H352Q377 940 405 980T469 1050T549 1099T649 1118Z" />
            <glyph unicode="s" glyph-name="s" horiz-adv-x="924" d="M831 301Q831 221 802 161T719 61T587 0T414 -20Q305 -20 227 -3T90 49V215Q121 199 159 184T239 156T325 137T414 129Q479 129 524 140T598 171T640 221T653 287Q653 318 643 343T607 392T534 442T416
            498Q344 529 287 559T189 626T128 711T106 827Q106 897 133 951T211 1043T331 1099T487 1118Q584 1118 664 1097T817 1042L754 895Q689 924 621 945T481 967Q379 967 330 934T281 838Q281 803 292 777T332 728T407 682T524 629Q596 599 652 569T749 502T810 416T831
            301Z" />
            <glyph unicode="t" glyph-name="t" horiz-adv-x="694" d="M506 129Q524 129 546 131T590 136T628 143T655 150V12Q642 6 622 0T578 -10T528 -17T477 -20Q415 -20 362 -4T271 51T210 156T188 324V961H33V1042L188 1120L266 1350H371V1098H647V961H371V324Q371 227
            402 178T506 129Z" />
            <glyph unicode="u" glyph-name="u" horiz-adv-x="1206" d="M885 0L858 147H848Q823 104 789 73T713 21T626 -10T532 -20Q441 -20 372 3T257 75T188 200T164 381V1098H346V391Q346 261 399 196T563 131Q644 131 699 157T787 233T835 358T850 528V1098H1032V0H885Z" />
            <glyph unicode="v" glyph-name="v" horiz-adv-x="981" d="M375 0L0 1098H188L387 487Q398 454 413 402T443 296T470 194T487 121H494Q499 146 511 194T538 296T568 402T594 487L793 1098H981L606 0H375Z" />
            <glyph unicode="w" glyph-name="w" horiz-adv-x="1528" d="M1008 0L840 616Q836 634 830 656T818 704T806 755T793 806Q779 864 764 926H758Q744 863 731 805Q720 755 708 702T684 612L512 0H301L20 1098H211L342 514Q352 469 362 417T381 313T397 216T408 141H414Q419
            167 427 210T446 302T468 398T489 479L668 1098H864L1036 479Q1045 445 1056 399T1079 306T1099 214T1112 141H1118Q1121 167 1127 210T1143 306T1162 412T1184 514L1321 1098H1507L1223 0H1008Z" />
            <glyph unicode="x" glyph-name="x" horiz-adv-x="1024" d="M408 563L55 1098H262L512 688L762 1098H969L614 563L987 0H780L512 436L242 0H35L408 563Z" />
            <glyph unicode="y" glyph-name="y" horiz-adv-x="1001" d="M10 1098H199L414 485Q428 445 442 401T469 313T491 228T504 152H510Q515 177 526 220T550 311T578 407T604 487L803 1098H991L557 -143Q529 -224 497 -288T421 -398T320 -467T182 -492Q130 -492 92 -487T27
            -475V-330Q48 -335 80 -338T147 -342Q195 -342 230 -331T291 -297T335 -243T369 -170L426 -10L10 1098Z" />
            <glyph unicode="z" glyph-name="z" horiz-adv-x="903" d="M821 0H82V125L618 961H115V1098H803V952L279 137H821V0Z" />
            <glyph unicode="{" glyph-name="braceleft" horiz-adv-x="725" d="M500 -16Q500 -64 512 -94T546 -142T601 -166T674 -174V-324Q597 -323 532 -307T419 -255T344 -164T317 -31V303Q317 406 252 449T61 492V647Q186 647 251 690T317 836V1169Q317 1247 344 1302T418
            1392T531 1444T674 1462V1313Q634 1312 602 1306T547 1282T512 1234T500 1155V823Q500 718 441 657T266 575V563Q381 543 440 482T500 315V-16Z" />
            <glyph unicode="|" glyph-name="bar" horiz-adv-x="1128" d="M489 1556H639V-492H489V1556Z" />
            <glyph unicode="}" glyph-name="braceright" horiz-adv-x="725" d="M225 315Q225 421 284 482T459 563V575Q344 595 285 656T225 823V1155Q225 1203 213 1233T179 1281T124 1305T51 1313V1462Q128 1461 193 1445T306 1393T381 1302T408 1169V836Q408 784 424 748T473
            690T554 657T664 647V492Q539 492 474 449T408 303V-31Q408 -109 381 -164T307 -254T194 -306T51 -324V-174Q91 -173 123 -167T178 -143T213 -95T225 -16V315Z" />
            <glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1128" d="M530 651Q493 667 466 678T416 695T373 704T330 707Q302 707 272 698T213 672T155 633T102 586V748Q202 856 350 856Q379 856 404 854T456 845T517 826T598 793Q635 777 662 766T713 749T757
            740T799 737Q827 737 857 746T916 772T974 811T1026 858V696Q927 588 778 588Q749 588 724 590T672 599T611 618T530 651Z" />
            </font>
            </defs>
            
    				<g pointer-events="none">

    					<text id="title1" x="0" y="0" font-size="48px" text-anchor="middle">dynamic text here</text>
    					<text id="title2" x="0" y="50" font-size="48px" text-anchor="start">dynamic text here</text>
    					<text id="title3" x="0" y="100" font-size="48px" text-anchor="end">dynamic text here</text>
    					<text id="title4" x="0" y="150" font-size="48px" text-anchor="inherit">dynamic text here</text>
              <text id="title5" style="fill:rgb(200, 200, 200); stroke: rgb(247, 170, 21);font-size:50;font-family:Droid Sans;text-anchor:start" stroke="orange" x="0" y="210">dynamic text here</text>

    				</g>

    			</svg>

    		</script>
    
	</body></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>

	<head>
		
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
		
		<title>SVG web: Population Pyramid (test, derived from destatis.de)</title>

		<script src="../../../src/svg.js" data-path="../../../src/"></script>
		
<style type="text/css">

body  { padding: 0px; margin: 0px; color: #000; font-size: 12px; background-color: #fff;
        font-family: Helvetica, sans-serif; }
#main { float: left; background-color: #fefce5; height: 560px; width: 520px;}
#meta { word-spacing: -1px; padding-right: 25px; padding-left: 25px; padding-top: 5px; padding-bottom: 15px; line-height: 125%; font-size: 14px; left: 530px; position: absolute; float: right; height: 540px; width: 420px; background-color: #ececec; }

a:link, a:visited { border-bottom-style: dotted; border-bottom-width: 1px; border-top-style: none; color: #0019ff; text-decoration:none; }
a:hover, a:active { background-color: #fffba2; color: #ff2e28; border-bottom-style: none; text-decoration: none; }

#controlls {height: 31px; width: 480px;margin-left: 10px;margin-top: 5px;}
#buttonPause {position: relative; left: 50px; float: left; font-size: 14px;}
#buttonPlay {position: relative; right: 50px; float: right; font-size: 14px;}
#yearControl { margin-top: 0px; text-align: center;}
#languageControl {  float: left; margin-left: 0px; margin-top: 3px;}

#data { margin-bottom: 35px; padding: 5px; position: relative; background-color: #ccc; top: 20px; height: 105px; width: 310px;display:block;}

#dynamicTextGroup {padding-left: 15px; padding-bottom: 6px; padding-right: 5px; padding-top: 4px; margin-bottom: 35px; position: relative; background-color: #fff; top: 20px; height: 105px; width: 300px; display:none;}

#displayCurrentYear {background-color: #ccc; font-size: 12px;}
#displayAge {font-size: 16px; font-weight: bold;}
#displayBirthYear {font-size: 14px;}

#countData { margin-top: 41px; margin-left: 175px; font-size: 10px; line-height: 100%;}
#yearData { float: left;  }


table { margin-left: 8px; text-align: right; border-width: 1px; }
td { width: 50px; padding: 3px;}
tr {background-color: white;}
.bold { background-color: #fff9c2; letter-spacing: 1px; font-weight: bold;}
.left { width: 20px; padding-left: 8px; text-align: left; align: left;}

li { margin-bottom: 6px; }
h4 { margin-left: 10px; margin-bottom: 5px; margin-right: 0px; margin-top: 2px; font-size: 12px; font-weight: bold;}
small { text-align: left; font-size: 10px; font-style: normal; font-weight: normal; }

</style>

		<script type="text/javascript" src="issue197.js" charset="utf-8"></script>
		
		<script type="text/javascript">
var changeColor = 57;
var the_count = 57; // defines data-column when pyramid is loaded
var speed = 400;
var scale = 2.8;   // data in thousand

var pastMcolor = "#333366";
var pastFcolor = "#660066";
var futureMcolor =  "#336699";
var futureFcolor =  "#990066";
var highlight = "#FFCC33";

var age;
var svgdoc;
var the_timeout;

var myColour;
var myStyle;
var myBar;

var myMalesBar;
var myFemalesBar;
var myMBar;
var myFBar;

var NrRecords = statmale0.length;
var myMaleBarObj;
var myFemaleBarObj;
var indYear;


function localize(local) {

	document.getElementById('lbl03country').firstChild.data=(txt03country[local]);
	document.getElementById('lbl04men').firstChild.data=(txt04men[local]);
	document.getElementById('lbl05women').firstChild.data=(txt05women[local]);
	document.getElementById('lbl06thousand1').firstChild.data=(txt06thousand[local]);
	document.getElementById('lbl06thousand2').firstChild.data=(txt06thousand[local]);
	document.getElementById('buttonPlay').firstChild.data=(txt16play[local]);
	document.getElementById('buttonPause').firstChild.data=(txt17pause[local]);
	document.getElementById('agegrouphead').firstChild.data=(txt20agegroupcount[local]);
	document.getElementById('txt12').firstChild.data=(txt12coordpp[local]);
	document.getElementById('txtMill').firstChild.data=(txt26mill[local]);
	
	lbl04men = eval(txt04men)[local];
	lbl05women = eval(txt05women)[local];
	lbl07total = eval(txt07total)[local];
	lbl08aged  = eval(txt08aged)[local];
	lbl09born = eval(txt09born)[local];
	lbl10sexratio  = eval(txt10sexratio)[local];
	lbl11agestructure = eval(txt11agestructure)[local];
	lbl26mill = eval(txt26mill)[local];
	
	pyramid(the_count);
}


function createPyramid() {
	for (i=0;i<(100);i++)	{
    //create Males
    var newMRect = document.createElementNS(svgns,"rect");
    newMRect.setAttributeNS(null,'x',(445-(5*i)));
    newMRect.setAttributeNS(null,'y',0);
    newMRect.setAttributeNS(null,'id','male'+(i));
    newMRect.setAttributeNS(null,'width',5);
    newMRect.setAttributeNS(null,'height',0);
    newMRect.addEventListener('mouseover', function(evt) { tellme(evt.target.id);}, false); 		
    newMRect.addEventListener('mouseout', function(evt) { emptyme(evt.target.id);}, false); 		
    document.getElementById('males').appendChild(newMRect);
    //create Females
    var newFRect = document.createElementNS(svgns,"rect");
    newFRect.setAttributeNS(null,'x',(0+(5*i)));
    newFRect.setAttributeNS(null,'y',120);
    newFRect.setAttributeNS(null,'id','femm'+(i));
    newFRect.setAttributeNS(null,'width',5);
    newFRect.setAttributeNS(null,'height',0);
    newFRect.addEventListener('mouseover', function(evt) { tellme(evt.target.id);}, false); 		
    newFRect.addEventListener('mouseout', function(evt) { emptyme(evt.target.id);}, false); 		
    document.getElementById('females').appendChild(newFRect);
    }
}

function init()	{
    hookEvent('main', 'mousewheel', MouseWheel);
	createPyramid();
	localize(0);
}
svgweb.addOnLoad(init);

// Mousewheel Scrolling thanks to
// http://blog.paranoidferret.com/index.php/2007/10/31/javascript-tutorial-the-scroll-wheel/

function hookEvent(element, eventName, callback)
{
  if(typeof(element) == "string")
    element = document.getElementById(element);
  if(element == null)
    return;
  if(element.addEventListener)
  {
    if(eventName == 'mousewheel')
    {
      element.addEventListener('DOMMouseScroll', 
        callback, false);  
    }
    element.addEventListener(eventName, callback, false);
  }
  else if(element.attachEvent)
    element.attachEvent("on" + eventName, callback);
}


function MouseWheel(e)
{
  e = e ? e : window.event;
  var wheelData = e.detail ? e.detail * -1 : e.wheelDelta / 120;
  
  	if (wheelData > 0) {
		the_count += 1 
		if (the_count>99)	{
		the_count=1;}
		} else {
		the_count -= 1
		if (the_count<2)	{
		the_count=101;}
		};
	pyramid(the_count)
}


function tellme(clickID)	{
	age = clickID.substring(4);
		document.getElementById('dynamicTextGroup').style.display = 'block';
		document.getElementById('data').style.display = 'none';
		myMStat = "statmale"+age;
		myFStat = "statfemale"+age;
		popM = eval(myMStat)[the_count];
		popF = eval(myFStat)[the_count];
		sexR = (Math.ceil(popF/popM*100))/100;
		currentYear = 1949+the_count;
		born = currentYear-age;
		document.getElementById('displayCurrentYear').firstChild.data=(currentYear);
		document.getElementById('displayAge').firstChild.data=(age+" "+lbl08aged);
		document.getElementById('displayBirthYear').firstChild.data=("("+lbl09born+" "+born+")");
		document.getElementById('popcountM').firstChild.data=(lbl04men+":  "+popM+" 000");	
		document.getElementById('popcountF').firstChild.data=(lbl05women+":  "+popF+" 000");	
		document.getElementById('sexratio').firstChild.data=(lbl10sexratio+": "+sexR);	
		myMalesBar = "male"+age;
		myFemalesBar = "femm"+age;
		myMBar = document.getElementById(myMalesBar);
		myMBar.setAttribute('fill',highlight);
		myFBar = document.getElementById(myFemalesBar);
		myFBar.setAttribute('fill',highlight);
	}

function emptyme()	{
	document.getElementById('dynamicTextGroup').style.display = 'none';
	document.getElementById('data').style.display = 'block';
	selectedage = 199;
	if (the_count<changeColor)	{
	myMBar.setAttribute('fill',pastMcolor);
	myFBar.setAttribute('fill',pastFcolor);
	}
	else	{
	myMBar.setAttribute('fill',futureMcolor);
	myFBar.setAttribute('fill',futureFcolor);
	}
}


function pyramid(myYear)	{

	var NrYears = currYear.length;
	the_count = myYear;
	
		for (i=0;i<100;i++)	{
		
			var myMale = "statmale"+i;
			var myFemale = "statfemale"+i;
			var myMaleBar = "male"+i;
			var myFemaleBar = "femm"+i;
			var myMHeight = eval(myMale)[myYear];
			var myFHeight = eval(myFemale)[myYear];
			
			var myMTransformHeight = myMHeight/scale;
			var myFTransformHeight = myFHeight/scale;
			indYear = myYear-1;
			
			myMaleBarObj = document.getElementById(myMaleBar);
			myFemaleBarObj = document.getElementById(myFemaleBar);
			myMaleBarObj.setAttribute('height',myMTransformHeight);
			myFemaleBarObj.setAttribute('height',myFTransformHeight);
			
					if (myYear<changeColor)	{
						myMaleBarObj.setAttribute('fill',pastMcolor);
						myFemaleBarObj.setAttribute('fill',pastFcolor);
					}
					else	{
						myMaleBarObj.setAttribute('fill',futureMcolor);
						myFemaleBarObj.setAttribute('fill',futureFcolor);
					} 
		}
	
	document.getElementById('title').firstChild.data = (lbl11agestructure + ": "+currYear[indYear]);
	document.getElementById('totals').firstChild.data = stattotal[indYear];
	
	calcAgegroups()
	
	}


function calcAgegroups() {
	
	var young = 0;
	var medium = 0;
	var old = 0;
	
	for (i=0;i<20;i++)	{
		tmpMale = "statmale"+i;
		tmpFemale = "statfemale"+i;
		young = young + eval(tmpMale)[the_count] + eval(tmpFemale)[the_count];
	}
	for (j=20;j<65;j++)	{
		tmpMale = "statmale"+j;
		tmpFemale = "statfemale"+j;
		medium = medium + eval(tmpMale)[the_count] + eval(tmpFemale)[the_count];
	}

	for (k=65;k<100;k++)	{
		tmpMale = "statmale"+k;
		tmpFemale = "statfemale"+k;
		old = old + eval(tmpMale)[the_count] + eval(tmpFemale)[the_count];
	}
	// var stat100plus = 100+ AGE GROUP (males and females)
	old = old + stat100plus[the_count];
	var sum = young + medium + old;
	
	var percYoung = Math.round(young/sum*100);
	var percMedium = Math.round(medium/sum*100);
	var percOld = Math.round(old/sum*100);
	
	young = Math.round(young/100)/10
	medium = Math.round(medium/100)/10
	old = Math.round(old/100)/10
	
	if (young == Math.round(young)) {
	document.getElementById("youngAbs").firstChild.nodeValue=young+'.0';
	} else {
		document.getElementById("youngAbs").firstChild.nodeValue=young;
	}
	if (medium == Math.round(medium)) {
	document.getElementById("mediumAbs").firstChild.nodeValue=medium+'.0';
	} else {
		document.getElementById("mediumAbs").firstChild.nodeValue=medium;
	}
	if (old == Math.round(old)) {
	document.getElementById("oldAbs").firstChild.nodeValue=old+'.0';
	} else {
		document.getElementById("oldAbs").firstChild.nodeValue=old;
	}
	document.getElementById("youngPerc").firstChild.nodeValue=percYoung;
	document.getElementById("mediumPerc").firstChild.nodeValue=percMedium;
	document.getElementById("oldPerc").firstChild.nodeValue=percOld;
}


function animate()	{
if (the_count<NrRecords-1)	{
the_count+=1;
pyramid(the_count);
the_timeout = setTimeout("animate();",speed);
}
else	{
the_count=1;
pyramid(the_count);
the_timeout = setTimeout("animate();",speed);
}
}

function stopani()	{
clearTimeout(the_timeout);
}

function pyramidmenu(select) {
the_count = parseInt(select.value);
pyramid(the_count);
}

function showMeta() {
	document.getElementById('meta').style.top = '0px';
	}

function hideMeta() {
	document.getElementById('meta').style.top = '-360px';
	}
	
function force() {
	
		location += "?svg.render.forceflash=true";
				
	}
		
		</script>

</head>

<body>

<div id="main">

	<script type="image/svg+xml">
	
	<svg viewBox="-330 -152 620 460" width="520px" height="520px">
  
<g id="grid" style="stroke:rgb(153, 153, 153);stroke-width:1;" transform="translate(10 0)">

<line x1="-5" y1="300" x2="260" y2="300"/>
<line x1="-5" y1="250" x2="260" y2="250"/>
<line x1="-5" y1="200" x2="260" y2="200"/>
<line x1="-5" y1="150" x2="260" y2="150"/>
<line x1="-5" y1="100" x2="260" y2="100"/>
<line x1="-5" y1="50" x2="260" y2="50"/>
<line x1="-5" y1="0" x2="260" y2="0"/>
<line x1="-5" y1="-50" x2="160" y2="-50"/>
<line x1="-5" y1="-100" x2="60" y2="-100"/>

<line x1="-310" y1="300" x2="-45" y2="300"/>
<line x1="-310" y1="250" x2="-45" y2="250"/>
<line x1="-310" y1="200" x2="-45" y2="200"/>
<line x1="-310" y1="150" x2="-45" y2="150"/>
<line x1="-310" y1="100" x2="-45" y2="100"/>
<line x1="-310" y1="50" x2="-45" y2="50"/>
<line x1="-310" y1="0" x2="-45" y2="0"/>
<line x1="-210" y1="-50" x2="-45" y2="-50"/>
<line x1="-110" y1="-100" x2="-45" y2="-100"/>
</g>

     <g id="mainpyramid" opacity="0.75">
     <g id="males" transform="rotate(90) translate(-100,40)">
     <!--dynamically generated bars go here-->
     </g>
     <g id="females" transform="rotate(270) translate(-350,-110)">
     <!--dynamically generated bars go here-->
     </g>
     </g>

<g id="texts2" pointer-events="none">
<text id="lbl03country" x="-15" y="-176" style="fill:black;font-size:20px;text-anchor:middle;font-family: Helvetica, sans-serif;">Deutschland</text>
<text id="lbl04men" x="-100" y="130" style="fill:white;font-size:20px;font-weight:bold;text-anchor:middle;font-family: Helvetica, sans-serif;">Männer</text>
<text id="lbl05women" x="75" y="130" style="fill:white;font-size:20px;font-weight:bold;text-anchor:middle;font-family: Helvetica, sans-serif;">Frauen</text>
</g>

<g style="fill:black;font-size:18px;text-anchor:middle;font-family: Helvetica, sans-serif;" transform="translate(-15 -5)" pointer-events="none">
<g id="ykey" >
<text x="0" y="360">0</text>
<text x="0" y="310">10</text>
<text x="0" y="260">20</text>
<text x="0" y="210">30</text>
<text x="0" y="160">40</text>
<text x="0" y="110">50</text>
<text x="0" y="60">60</text>
<text x="0" y="10">70</text>
<text x="0" y="-40">80</text>
<text x="0" y="-90">90</text>
<text x="0" y="-140">100</text>
</g>
</g>

<g id="gridaxes" style="stroke:black;stroke-width:1;">
<line x1="10" y1="350" x2="270" y2="350"/>
<line x1="10" y1="350" x2="10" y2="-150"/>
<line x1="-40" y1="350" x2="-40" y2="-150"/>
<line x1="-300" y1="350" x2="-40" y2="350"/>
</g>

<g id="xkey" style="font-size:16px;text-anchor:middle;font-family: Helvetica, sans-serif;" pointer-events="none">

<g id="xticks" style="stroke:black;stroke-width:1;">
<line x1="-254" y1="350" x2="-254" y2="355"/>
<line x1="-147" y1="350" x2="-147" y2="355"/>
<line x1="117" y1="350" x2="117" y2="355"/>
<line x1="224" y1="350" x2="224" y2="355"/>
</g>

<text id="xtick1" x="-254" y="370">600</text>
<text id="xtick2" x="-147" y="370">300</text>
<text id="xtick3" x="117" y="370">300</text>
<text id="xtick4" x="224" y="370">600</text>

<text id="lbl06thousand1" x="-200" y="380">Tausend</text>
<text id="lbl06thousand2" x="170" y="380">Tausend</text>
</g>

<g id="labeltext" pointer-events="none">
<text id="title" x="-15" y="-205" font-size="24" text-anchor="middle" font-family="Helvetica, sans-serif">Altersaufbau</text>
</g>
	
</svg>

</script>


<div id="controlls">

	<form id="languageControl">
	  <select name="selectedLanguage" onchange="localize(parseInt(this.value))"> 
	  <option value="0" selected="selected">en</option>
	  <option value="1">de</option>
	  <option value="2">es</option> 
	  <option value="3">ru</option>
	  <option value="4">fr</option> 
	  </select>
    </form>
	
<button id="buttonPause"  type="button" onclick="stopani()">Pause</button> 
<button id="buttonPlay" type="button" onclick="animate()">Play</button>

	<form id="yearControl">
	  <select name="selectedYear" onchange="pyramidmenu(this)"> 
	  <option value="1">1950</option>
	  <option value="11">1960</option>
	  <option value="21">1970</option> 
	  <option value="31">1980</option>
	  <option value="41">1990</option> 
	  <option value="51">2000</option>
	  <option value="57" selected="selected">2006</option> 
	  <option value="61">2010</option> 
	  <option value="71">2020</option>
	  <option value="81">2030</option> 
	  <option value="91">2040</option>
	  <option value="101">2050</option> 
	  </select>
    </form>

</div>
</div>

		<div id="meta">
		
		<h3>SVG Web Toolkit: Animated Population Pyramid</h3>
		
		This is a test page for <a href="http://code.google.com/p/svgweb/">bringing SVG to Internet Explorer via Flash</a>.
		
		<p>Actual data from 1950 to 2005, projected data 2006 to 2050. Population data and pyramid code derived from <a href="http://www.destatis.de/jetspeed/portal/cms/Sites/destatis/Internet/EN/Content/Statistics/Bevoelkerung/VorausberechnungBevoelkerung/InteraktiveDarstellung/Content75/Bevoelkerungspyramide1W1,templateId=renderSvg,property=svg.null">destatis.de/...</a></p>
		
		<p id="txt12">The 11th Coordinated Population Projection.</p><p>Variant 1-W1 / The assumptions:</p><ul><li>nearly constant birth rate<br/>at 1.4 children per woman,</li><li>life expectancy of newborn children in 2050:<br/>83.5 years for boys and<br/>88.0 years for girls,</li><li>annual net migration<br/>+ 100 000 persons</li></ul><small>Data: <a href="http://www.destatis.de/jetspeed/portal/cms/Sites/destatis/Internet/EN/Content/Statistics/Bevoelkerung/VorausberechnungBevoelkerung/InteraktiveDarstellung/InteraktiveDarstellung,templateId=renderPrint.psml">Federal Statistical Office of Germany 2006.</a></small>
		
		<div id="data">
		<h4 id="agegrouphead">Altersgruppen</h4>
		    <table>
		    	<tr class="bold">
		    		<td>&lt;20</td>
		    		<td>20–64</td>
		    		<td>65+</td>
		    		<td id="txtTotal">Total</td>
		    		<td onclick="force()"><small><i>Flash</i></small></td>
		    	</tr>
		    	<tr>
		    		<td id="youngAbs">x</td>
		    		<td id="mediumAbs">x</td>
		    		<td id="oldAbs">x</td>
		    		<td id="totals">x</td>
		    		<td id="txtMill" class="left">Mill.</td>
		    	</tr>
		    	<tr>
		    		<td id="youngPerc">x</td>
		    		<td id="mediumPerc">x</td>
		    		<td id="oldPerc">x</td>
		    		<td>100</td>
		    		<td class="left">%</td>
		    	</tr>
		    </table>
		</div>
		
		<div id="dynamicTextGroup">

			<div id="yearData">
			<p id="displayCurrentYear">x</p>
			<p id="displayAge">x</p>
			<p id="displayBirthYear">x</p>
			</div>

			<div id="countData">
			<p id="popcountM">x</p>
			<p id="popcountF">x</p>
			<p id="sexratio">x</p>
			</div>

		</div>
		
		<p>Your mousewheel is active!</p>
		
		</div>

	</body>
	
</html>
<!DOCTYPE html>
<html>

	<head>
		
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		
		<title>SVG web: Issue 201 - cloneNode in ie7, ie8</title>

		<script src="../../../src/svg.js" data-path="../../../src"></script>
		
		<script type="text/javascript">
			function cloneRect(){
			
			    var fooG = document.getElementById('foo');
			    var barRect = document.getElementById('bar');

			    var cloneElement = barRect.cloneNode(true);
			    
			    cloneElement.setAttribute('id', 'bar2');
			    cloneElement.setAttribute('transform', 'translate(30 15)');		       
			    fooG.appendChild(cloneElement);
			}
		
			function init()	{
    
    			document.getElementById('bar').addEventListener('mousedown', function() { cloneRect();}, false);			
    
    			}

            svgweb.addOnLoad(init);
		
		</script>

	</head>


	<body>

	<h1>Test case for <a href="http://code.google.com/p/svgweb/issues/detail?id=201">Issue 201</a></h1>
	
	<h1>Mousedown on rectangle to clone it (clone will sit on top) </h1>
	
		<script type="image/svg+xml">
		
			<svg viewBox="0 0 640 280" width="640px" height="280px">
		
				<g id="foo" fill="#ffb424" stroke="#333333" stroke-width="3">
				
				<rect id="bar" x="250" y="50" width="250" height="50"/>
				
				</g>
				
			</svg>
		
		</script>
		
		<h3>Reference rendering (PNG) after mousedown showing how things <em>should</em> look:</h3>
		
		<img src="issue201.png"/>
		
	</body>
	
</html>
<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>SVG web: Issue 209  - MouseMove doesn't work</title>
		<script src="../../../src/svg.js" data-path="../../../src"></script>
		<script type="text/javascript">
		var mapRoot = null;
		var nMouseOffsetX = 0;
		var nMouseOffsetY = 0;
		
		function init()	{
			    mapRoot = document.getElementById('svgroot');
			    document.getElementById('baz').addEventListener("mousemove", mouseMove, false);
			}
			
		function mouseMove(evt) { 
			var m = mapRoot.getScreenCTM();
			var p = mapRoot.createSVGPoint();
		    p.x = evt.clientX;
		    p.y = evt.clientY;
		    
		    p = p.matrixTransform(m.inverse());
		    p.x -= nMouseOffsetX;
		    p.y -= nMouseOffsetY;
		    
		    document.getElementById('xcoords').firstChild.data=parseInt(p.x);
		    document.getElementById('ycoords').firstChild.data=parseInt(p.y);
		    
		}

        svgweb.addOnLoad(init);
		</script>
	</head>
	<body>
		<h1>move your mouse over the rectangle</h1>
		<h4 id="xcoords">xcoords</h4>
		<h4 id="ycoords">ycoords</h4>
		<script type="image/svg+xml">
			<svg id="svgroot" viewBox="0 0 640 480" width="640px" height="480px">
				<g id="baz">
				<g id="hey">
				<g id="you">
					<rect id="bar" width="450" height="375" x="250" y="50" fill="#ffb424" />
				</g>
				</g>
				</g>
					
			</svg>
		</script>
	</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>

	<head>
		
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		
		<title>SVG web: Issue 210 - "display" property not fully implemented in Flash</title>

		<script src="../../../src/svg.js" data-path="../../../src/"></script>
		
		<script type="text/javascript">
		
		var i=0;

		function init()	{
			
			if (i<100) {

			i += 1;
			
			if (i/2 == Math.floor(i/2)) {
			
				document.getElementById('bar').setAttribute('display', 'none')
				
				} else {

				document.getElementById('bar').setAttribute('display', 'inline')
				
				}
			
			setTimeout("init();",500);
			
			}
		}
        svgweb.addOnLoad(init);
		</script>

	</head>


	<body>
	
	<h1>this rect changes its display property from "none" to "inline" every other timeout</h1>
	
		<script type="image/svg+xml">
		
			<svg viewBox="0 0 640 480" width="640px" height="480px">
		
				<g id="foo" fill="#ffb424">
				
				<rect id="bar" width="150" height="75" x="250" y="150" />
				
				</g>
				
			</svg>
		
		</script>
		
	</body>
	
</html>
<!DOCTYPE html>
<html>
  <head>
    <script src="../../../src/svg.js" data-path="../../../src/" data-debug="true"></script>
    <script>
      window.onsvgload = function() {
        // replace another element
        var svg = document.getElementById('svg2');
        var circle = document.getElementById('replaceMe');
        var rect = document.createElementNS(svgns, 'rect');
        rect.setAttribute('x', 300);
        rect.setAttribute('y', 300);
        rect.setAttribute('width', 50);
        rect.setAttribute('height', 50);
        rect.setAttribute('fill', 'yellow');
        svg.replaceChild(rect, circle);
        // make sure changing the color of the replaced element doesn't do bad
        // things
        rect.setAttribute('fill', 'blue');
      }
    </script>
  </head>
  
  <body>
    <h2>You should see a blue rectangle, and should <em>not</em>
        see a brown or yellow circle OR a yellow rectangle</h2>
        
    <script type="image/svg+xml">
        <?xml version="1.0"?>
        <svg
           xmlns="http://www.w3.org/2000/svg"
           width="450"
           height="450"
           id="svg2"
           version="1.0">
          <circle id="replaceMe" cx="300" cy="300" fill="brown" r="50"/>
        </svg>
    </script>
    
  </body>
  
</html>
<!DOCTYPE html>
<html>
  <head>
    
    <script src="../../../src/svg.js" data-path="../../../src" data-debug="true"></script>
    
    <script>
      function ready() {
        var results = document.getElementById('testResults');
        results.innerHTML = '';
        results.appendChild(document.createTextNode('Onload fired!'));
      }
    </script>
    
  </head>
  
  <body onload="ready()">
    <p>Test case for <a href="http://code.google.com/p/svgweb/issues/detail?id=219">Issue 219</a> (<i>body.onload not fired for SVG OBJECT</i>).</p>
    
    <p>If the onload was fired we should see the message 'Onload fired!'
       below; if it says 'Not Working!' then Issue 219 is not fixed:</p>
       
    <h2 id="testResults">Not Working!</h2>
    <!--[if !IE]>-->
      <object data="issue219.svg" type="image/svg+xml" width="200" height="200"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue219.svg" classid="image/svg+xml" width="200" height="200"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue219.svg" type="image/svg+xml" width="200" height="200"> <![endif]-->
      </object>
    
  </body>
</html>
<!DOCTYPE html>

<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="IBOX Object Factory" />

<title>SFGH - Building 3 - Floor 6</title>

<script src="../../../src/svg.js" data-path="../../../src"></script> 

<script type="text/javascript">

function myLoad() {
alert("myLoad Here ");
}
svgweb.addOnLoad(myLoad);
</script>

</head>

<body bgcolor="white">

  <!--[if !IE]>-->
    <object data="issue221.svg" type="image/svg+xml"
            width="630" height="1135" id="floorplan"> <!--<![endif]-->
  <!--[if lt IE 9]>
    <object src="issue221.svg" classid="image/svg+xml"
            width="630" height="1135" id="floorplan"> <![endif]-->
  <!--[if gte IE 9]>
    <object data="issue221.svg" type="image/svg+xml"
            width="630" height="1135" id="floorplan"> <![endif]-->
    <h1>Put optional fallback content here</h1> 
    </object>

</body>

</html>

<html>

	<head>
		
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
				
		<title>SVG web: Issue 225  - transform mouse to object coordinates (slider)</title>

		<script src="../../../src/svg.js" data-path="src/"></script>
		
		<script type="text/javascript">
		
// Slider Code Example from Holger Will
// http://www.treebuilder.de/default.asp?file=67211.xml		

var svgns = 'http://www.w3.org/2000/svg';

function scrollBar(x,y,w,h,func,min,max){

this.w=w
this.h=h
this.x=x
this.y=y
this.value=min
var g = sliderDoc.createElementNS(svgns,"g")
var re = sliderDoc.createElementNS(svgns,"rect")
var ci = sliderDoc.createElementNS(svgns,"circle")
re.setAttribute("x",x)
re.setAttribute("y",y)
re.setAttribute("width",w)
re.setAttribute("height",h)
ci.setAttribute("cx",x + w/2)
ci.setAttribute("cy",y + w/2)
ci.setAttribute("r",w/2)
ci.setAttribute("fill","red")
var svg=this
this.ci=ci
g.appendChild(re);
g.appendChild(ci);
this.svg=g

this.startSlide= function(){
root.addEventListener("mousemove",svg.slide,false)
root.addEventListener("mouseup",svg.stopSlide,false)
}

this.stopSlide= function(){
root.removeEventListener("mousemove",svg.slide,false)
root.removeEventListener("mouseup",svg.stopSlide,false)
}

this.slide = function(evt){
//alert('got slide!');
try{var m=svg.ci.parentNode.getScreenCTM()
}catch(e){
//alert('screenctm problem!');
var m=getScreenCTM(svg.ci.parentNode)}
var p=root.createSVGPoint()
p.x=evt.clientX
p.y=evt.clientY
p=p.matrixTransform(m.inverse())

if(p.y <= (y + h - w/2) && p.y >= y + w/2){
svg.ci.setAttribute("cy",p.y)
ra=min + (p.y - y - w/2)*(max-min) / (h-w)
func(ra)
svg.value=ra
}
}

ci.addEventListener("mousedown",this.startSlide,false)

}


function change(val){
sliderDoc.getElementById("tx").firstChild.nodeValue=val
}

var sliderDoc;

function init(){
sliderDoc = document.getElementById("mySVGObject").contentDocument;
//alert(sliderDoc);
sl=new scrollBar(50,25,10,100,change,100,10)
sliderDoc.getElementById("ip").appendChild(sl.svg)
root = sliderDoc.getElementById("svgroot");
//alert(root);
}
window.onsvgload = init;
		
		</script>

	</head>


	<body >
	
	<h1>Holger Will's Slider Example</h1>

    <!--[if !IE]>-->
    <object data="issue225.svg" type="image/svg+xml" width="100%" height="100%" id="mySVGObject">
    <!--<![endif]-->
    <!--[if lt IE 9]>
    <object src="issue225.svg" classid="image/svg+xml" width="100%" height="100%" id="mySVGObject">
    <![endif]-->
    <!--[if gte IE 9]>
    <object data="issue225.svg" type="image/svg+xml" width="100%" height="100%" id="mySVGObject">
    <![endif]-->
    </object>

	</body>
	
</html>
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>SVG web: Issue 225  - transform mouse to object coordinates (slider)</title>
        <script src="../../../src/svg.js"></script>
        <script type="text/javascript">
        
// Slider Code Example from Holger Will
// http://www.treebuilder.de/default.asp?file=67211.xml        
        
function scrollBar(x,y,w,h,func,min,max) {

  this.w=w;
  this.h=h;
  this.x=x;
  this.y=y;
  this.value=min;
  var g = document.createElementNS(svgns,"g");
  var re = document.createElementNS(svgns,"rect");
  var ci = document.createElementNS(svgns,"circle");
  re.setAttribute("x",x);
  re.setAttribute("y",y);
  re.setAttribute("width",w);
  re.setAttribute("height",h);
  ci.setAttribute("cx",x + w/2);
  ci.setAttribute("cy",y + w/2);
  ci.setAttribute("r",w/2);
  ci.setAttribute("fill","red");
  var svg=this;
  this.ci=ci;
  g.appendChild(re);
  g.appendChild(ci);
  this.svg=g;
  
  this.startSlide= function() {
    root.addEventListener("mousemove",svg.slide,false);
    root.addEventListener("mouseup",svg.stopSlide,false);
  }

  this.stopSlide= function() {
    root.removeEventListener("mousemove",svg.slide,false);
    root.removeEventListener("mouseup",svg.stopSlide,false);
  }

  this.slide = function(evt) {
    try{
      var m=svg.ci.parentNode.getScreenCTM();
      var r=root.getScreenCTM();
    }catch(e) {
      var m=getScreenCTM(svg.ci.parentNode);
    }
    var p=root.createSVGPoint();
    p.x=evt.clientX;
    p.y=evt.clientY;
    var foo=m.inverse();
    p=p.matrixTransform(foo);
    if(p.y <= (y + h - w/2) && p.y >= y + w/2) {
      svg.ci.setAttribute("cy",p.y);
      ra=min + (p.y - y - w/2)*(max-min) / (h-w)
      func(ra);
      svg.value=ra;
    }
  }

  ci.addEventListener("mousedown",this.startSlide,false);
}


function change(val) {
  document.getElementById("tx").firstChild.nodeValue=val;
}

function init() {
  sl=new scrollBar(50,25,10,100,change,100,10);
  document.getElementById("ip").appendChild(sl.svg);
  root = document.getElementById("svgroot");
}

svgweb.addOnLoad(init);
        
        </script>
    </head>
    <body>
    <h1>Holger Will's Slider Example</h1>
        <script type="image/svg+xml">
            <svg  id="svgroot" viewBox="-50 -50 350 350" width="100%" height="100%">
                <text id="tx" x="0" y="150">x</text>
                <g id="ip" transform="rotate(15)">
                </g>
            </svg>
        </script>
    </body>
</html>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML><HEAD><TITLE>Wen Quan Yi - Open Source Chinese: 華 WQYS</TITLE>
<script src='../../../src/svg.js' data-path="../../../src/" ></script>

<meta http-equiv="content-type" content="text/html; charset=UTF-8"/><LINK REL="SHORTCUT ICON" HREF="/favicon.ico"><META NAME='KEYWORDS' CONTENT='華_WQYS'/>
<link rel="alternate" type="application/rss+xml" title="Bitmap Chinese Wiki" HREF="http://wenq.org//enindex.cgi?action=rss"/><LINK REL="stylesheet" HREF="/wiki_fall.css">
</HEAD><BODY BGCOLOR="white">
<div class=wikilogo><a href="/enindex.cgi?Home"><img class="logo" src="/images/wqy_logo_white_small.png" alt="[Home]" border=0></a></div><div class=wikiheader><ul class=wikiheaderlist><li><a href="/enindex.cgi?Home" class=wikipagelink>Home</a></li><li><a href="/enindex.cgi?RecentChanges" class=wikipagelink>RecentChanges</a></li><li><a href="/enindex.cgi?action=editprefs" class=wikipreflink>Preferences</a></li><li><a href="/enindex.cgi?action=upload">Upload</a></li> <li> <a href="/enindex.cgi?action=rss">RSS feed</a></li> <li> <a href="http://sourceforge.net/forum/?group_id=128192">Forum</a></li></ul>

<hr class=wikilineheader></div><div class=wikititle><table class=noborder cellpadding="0" cellspacing="0"><tr><td class=activetab><a href="/enindex.cgi?back=%e8%8f%af%2bWQYS">華 WQYS</a></td><td class=inactivetab></td><td class=activetab><a href="/enindex.cgi?action=edit&id=%e8%8f%af_WQYS" class=wikipageedit>Edit text of this page</a></td><td class=inactivetab></td><td class=activetab><a href="/enindex.cgi?action=history&id=%e8%8f%af_WQYS" class=wikihistorylink>View other revisions</a></td><td class=inactivetab></td><td class=activetab><a href="/enindex.cgi?action=discuss&id=%e8%8f%af_WQYS" class=wikidiscusslink>Discuss:華_WQYS</a></td></tr></table></div><div class=wikiwrapper><div class=wikitext>
<!--[if !IE]>-->
  <object data="issue236華.svg" type="image/svg+xml" width="200px" height="200px" >
<!--<![endif]-->
<!--[if lt IE 9]>
  <object src="issue236華.svg" classid="image/svg+xml" width="200px" height="200px" >
<![endif]-->
<!--[if gte IE 9]>
  <object data="issue236華.svg" type="image/svg+xml" width="200px" height="200px" >
<![endif]-->
  </object>
       <noembed>your browser does not support svg</noembed><br/><p>The data and design are copyrighted by WenQuanYi Board of Trustees and Qianqian 
Fang. Please do not use without written permission.</p><hr><a href="/enindex.cgi?華_8pt">華_8pt</a>|<a href="/enindex.cgi?華_9pt">華_9pt</a>|<a href="/enindex.cgi?華_10pt">華_10pt</a>|<a href="/enindex.cgi?華_11pt">華_11pt</a>|<a href="/enindex.cgi?華_12pt">華_12pt</a>|<a href="/enindex.cgi?華_14pt">華_14pt</a>|<a href="/enindex.cgi?華_13px">華_13px</a> &raquo;<a href="/enindex.cgi?%e8%8f%af" class=wikipagelink>華</a><hr/><span style='font-size:200px;font-family:WenQuanYi Zen Hei;'>&#X83EF;</span><hr class=wikilinefooter>

</div></div><div class=wikifooter><form method="post" action="/enindex.cgi" enctype="application/x-www-form-urlencoded">
<a href="/enindex.cgi?action=edit&id=%e8%8f%af_WQYS" class=wikipageedit>Edit text of this page</a><br/><a href="/enindex.cgi?action=history&id=%e8%8f%af_WQYS" class=wikihistorylink>View other revisions</a><br/>Last edited 2009-8-23 6:13 by <a href="/enindex.cgi?%e4%b8%89%e8%85%b3%e8%b2%93_Three-leg-cat" title="ID 14705 from 059148189178.ct..." class="wikiauthorlink">三腳貓 Three-leg-cat</a><br/> <a href="/enindex.cgi?action=browse&diff=1&id=%e8%8f%af_WQYS">(diff)</a><br>Administration: <a href="/enindex.cgi?action=pagelock&set=1&id=%e8%8f%af_WQYS">Lock page</a> | <a href="/enindex.cgi?action=delete&id=%e8%8f%af_WQYS&confirm=0">Delete this page</a> | <a href="/enindex.cgi?action=editbanned">Edit Banned List</a> | <a href="/enindex.cgi?action=maintain">Run Maintenance</a> | <a href="/enindex.cgi?action=editlinks">Edit/Rename pages</a> | <a href="/enindex.cgi?action=editlock&set=1">Lock site</a></form><form action="http://www.google.cn/cse" id="cse-search-box">

  <div>
    <input type="hidden" name="cx" value="partner-pub-1795962880443977:gi3uzusdiek" />
    <input type="hidden" name="ie" value="UTF-8" />
    <input type="text" name="q" size="12" />
    <input type="submit" name="sa" value="&#x641c;&#x7d22;" />
  </div>
</form>

<script type="text/javascript" src="http://www.google.cn/coop/cse/brand?form=cse-search-box&amp;lang=zh-Hans"></script>
<hr>

<a href="http://wenq.org/dev/"><b
style="font-size:8pt">&raquo;WenQuanYi DevWiki</b></a><hr><br/>
<script type="text/javascript"><!--
google_ad_client = "pub-1795962880443977";
/* wqybanner2 */
google_ad_slot = "6152586194";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
</body>
</html>
<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>SVG web: Issue 242 tspan</title>
		<script src="../../../src/svg.js"></script>
	</head>
	<body>
	
		<script type="image/svg+xml">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="744.09448819"
   height="1052.3622047"
   id="svgFile"
   sodipodi:version="0.32"
   inkscape:version="0.46"
   sodipodi:docname="test.svg"
   inkscape:output_extension="org.inkscape.output.svg.inkscape">
  <defs
     id="defs4">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       id="perspective10" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     gridtolerance="10000"
     guidetolerance="10"
     objecttolerance="10"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.35"
     inkscape:cx="375"
     inkscape:cy="520"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="640"
     inkscape:window-height="675"
     inkscape:window-x="44"
     inkscape:window-y="44" />
  <metadata
     id="metadata7">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1">
    <rect
       style="opacity:0.65929206;fill:#bf6464;fill-opacity:1;fill-
rule:nonzero;stroke:#857a7a;stroke-width:0.99999994;stroke-
linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-
mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-
dashoffset:0;stroke-
opacity:1;visibility:visible;display:inline;overflow:visible;enable-
background:accumulate"
       id="rect2383"
       width="334.28571"
       height="245.71428"
       x="202.85715"
       y="69.505035" />
    <text
       xml:space="preserve"
       style="font-size:107.85421753px;font-style:normal;font-
weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-
width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-
family:Bitstream Vera Sans"
       x="232.69537"
       y="235.21931"
       id="text2380"><tspan
         sodipodi:role="line"
         id="tspan2382"
         x="232.69537"
         y="235.21931">TEXT</tspan></text>
  </g>
</svg>

		</script>
		
	</body>
	
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>SVG web: Issue 249 tspan</title>
		<script src="../../../src/svg.js"></script>
	</head>


	<body>
	
	
		<script type="image/svg+xml">

<svg xmlns:xlink="http://www.w3.org/1999/xlink" style="fill-opacity:1; color-rendering:auto; color-interpolation:auto; stroke:black; text-rendering:auto; stroke-linecap:square; stroke-miterlimit:10; stroke-opacity:1; shape-rendering:auto; fill:black; stroke-dasharray:none; font-weight:normal; stroke-width:1; font-family:&apos;Dialog&apos;; font-style:normal; stroke-linejoin:miter; font-size:12; stroke-dashoffset:0; image-rendering:auto;" xmlns="http://www.w3.org/2000/svg" height="900" width="1200">
  <!--Generated by the Batik Graphics2D SVG Generator-->
  <defs id="genericDefs" />
  <g transform="translate(0,300)">
    <g style="fill:red; font-size:8; font-family:&apos;Verdana&apos;; stroke:red;">
      <rect x="50" y="50" width="50" height="50"/>
      <text x="50" y="50" style="font-size:10; font-family:sans-serif; font-style:italic;">
        <tspan x="50" y="0" style="fill:#0B333C; font-size:10; font-family:Verdana;">Enter text into the Rich Text Edit</tspan>
        <tspan x="249" y="100">, then click a </tspan>
        <tspan x="249" y="0" style="fill:#0050AA;">
          <tspan x="249" y="0" style="font-weight:bold;">button</tspan>
        </tspan>
        <tspan x="249" y="100" style="fill:#0050AA;">
          <tspan x="249" y="100" style="fill:#0050AA;">
              <tspan x="249" y="200" style="font-weight:bold;">button2</tspan>
          </tspan>
        </tspan>
      </text>
    </g>
  </g>
</svg>
		</script>
		
	</body>
	
</html>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC
	"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
	"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xml:lang="en" dir="ltr">
<head>
<title>UCSF PMT - Gene View</title>
<script src="../../../src/svg.js"></script>
<script type="text/javascript">
//<![CDATA[

//
// There are two sub-svg elements, one for PMT and one for 1000 Genome.
// They have the same width and are panned/zoomed together, so we
// only need to keep track of one set of parameters: pan and zoom
// along the x axis.
//

var PanRate = 0.05;	// How far to move with each click
var ZoomRate = 1.05;	// How much to scale with each click
var pan = 0.0;		// Coordinate for left side of displayed region
var zoom = 1.0;		// Bigger -> more detail

var genomicScrolling = false;	// Currently scrolling genomic region?
var lastXCoord = null;		// Last recorded mouse x coordinate

var topSvg = null;
var genomicSvg = null;
var barRect = null;
var svgRatio = 0;		// Ratio of width to height of svg#top

var isSafari = navigator.userAgent.indexOf("Safari") > 0;
function safariResize()
{
	var w = topSvg.parentNode.clientWidth;
	var h = topSvg.parentNode.clientHeight;
	var fullWidth = h * svgRatio;
	if (fullWidth > w) {
		topSvg.setAttribute("width", w);
		topSvg.setAttribute("height", w / svgRatio);
	}
	else {
		topSvg.setAttribute("width", fullWidth);
		topSvg.setAttribute("height", h);
	}
}

function finishLoad()
{
	topSvg = document.getElementById("top");
	genomicSvg = document.getElementById("genomic");
	barRect = document.getElementById("hscroll");
	svgRatio = topSvg.viewBox.baseVal.width / topSvg.viewBox.baseVal.height;
	if (isSafari) {
		safariResize();
		window.addEventListener("resize", safariResize, false);
	}
}

function doPan(direction)
{
	var gWidth = document.getElementById("genomic").getAttribute("width");
	var curSize = gWidth / zoom;
	var shift = curSize * PanRate;
	var newPan = pan;
	if (direction == "left") {
		newPan -= shift;
		if (newPan < 0)
			newPan = 0;
	}
	else {
		newPan += shift;
		if (newPan + curSize > gWidth)
			newPan = gWidth - curSize;
	}
	if (newPan != pan)
		setPanAndZoom(newPan, zoom);
}

function doZoom(direction)
{
	var gWidth = document.getElementById("genomic").getAttribute("width");
	var curSize = gWidth / zoom;
	var center = pan + curSize / 2.0;
	var newZoom = zoom;
	if (direction == "in") {
		newZoom *= ZoomRate;
	}
	else {
		newZoom /= ZoomRate;
		if (newZoom < 1.0)
			newZoom = 1.0;
	}
	var newSize = gWidth / newZoom;
	var newPan = center - newSize / 2.0;
	if (newPan < 0)
		newPan = 0;
	else if (newPan + newSize > gWidth)
		newPan = gWidth - newSize;
	setPanAndZoom(newPan, newZoom);
}

function getFloat(obj, attr)
{
	return parseFloat(obj.getAttribute(attr));
}

function setPanAndZoom(newPan, newZoom)
{
	// Block redrawing so that all changes appear together
	var hid = topSvg.suspendRedraw(1000);

	// Change the view box for the genomic snps
	var gWidth = getFloat(genomicSvg, "width");
	var width = gWidth / newZoom;
	var x = newPan;
	newViewBox = x + " " + genomicSvg.viewBox.baseVal.y + " "
			+ width + " " + genomicSvg.viewBox.baseVal.height;
	genomicSvg.setAttribute("viewBox", newViewBox);

	// Change coordinates of linkage polygons
	var offset = getFloat(genomicSvg, "x");
	var linkageSvg = document.getElementById("linkage");
	var nodes = linkageSvg.childNodes;
	for (var i = 0; i < nodes.length; ++i)
		if (nodes[i].localName == "polygon")
			fixLinkage(nodes[i], pan, zoom, newPan, newZoom, offset);

	// Update horizontal scrollbar size
	var barX = getFloat(barRect, "x");
	var barWidth = getFloat(barRect, "width");
	var shownRect = document.getElementById("hscroll_content");
	shownRect.setAttribute("x", barX + (newPan / gWidth) * barWidth);
	shownRect.setAttribute("width", (1.0 / newZoom) * barWidth);

	// Update SNP table
	var fractionOffset = newPan / gWidth;
	var fractionSize = 1.0 / newZoom;
	updateTable(fractionOffset, fractionSize);

	// Save current pan and zoom
	topSvg.unsuspendRedraw(hid);
	pan = newPan;
	zoom = newZoom;
}

function fixLinkage(polygon, oldPan, oldZoom, newPan, newZoom, offset)
{
	// Polygon is composed of four points.
	// First two are attached to features and are fixed.
	// Last two are attached to genomic region and need
	// to be updated when pan or zoom changes.
	var points = polygon.points;
	fixPoint(points.getItem(2), oldPan, oldZoom, newPan, newZoom, offset);
	fixPoint(points.getItem(3), oldPan, oldZoom, newPan, newZoom, offset);
}

function fixPoint(pt, oldPan, oldZoom, newPan, newZoom, offset)
{
	var x = (pt.x - offset) / oldZoom + oldPan;
	pt.x = (x - newPan) * newZoom + offset;
}

function getEventX(evt, obj)
{
	// Return the x coordinate of the event in obj's coordinate system
	var m = obj.getScreenCTM();
	var p = topSvg.createSVGPoint();
	p.x = evt.clientX;
	p.y = evt.clientY;
	p = p.matrixTransform(m.inverse());
	return p.x;
}

function gScrollStart(evt)
{
	evt.preventDefault();
//	report("start");
	if (genomicScrolling || zoom == 1.0)
		return;
	genomicScrolling = true;
	lastXCoord = getEventX(evt, barRect);
	barRect.setAttribute("stroke", "black");
	topSvg.addEventListener("mousemove", gScroll, false);
	topSvg.addEventListener("mouseup", gScrollStop, false);
	topSvg.addEventListener("click", gScrollStop, false);
}

function gScrollStop(evt)
{
//	report("stop " + evt.type);
	if (!genomicScrolling)
		return;
	genomicScrolling = false;
	lastXCoord = null;
	barRect.setAttribute("stroke", "rgb(187,187,187)");
	topSvg.removeEventListener("mousemove", gScroll, false);
	topSvg.removeEventListener("mouseup", gScrollStop, false);
	topSvg.removeEventListener("click", gScrollStop, false);
}

//var sid = 0;

function gScroll(evt)
{
	evt.preventDefault();
//	report("scroll" + sid);
//	sid = 1 - sid;
	if (!genomicScrolling)
		return;
	var gWidth = genomicSvg.getAttribute("width");
	var px = getEventX(evt, barRect);
	var shift = px - lastXCoord;
	var newPan = pan + shift;
	if (newPan < 0)
		newPan = 0;
	else {
		var curSize = gWidth / zoom;
		if (newPan + curSize > gWidth)
			newPan = gWidth - curSize;
	}
	if (newPan != pan)
		setPanAndZoom(newPan, zoom);
	lastXCoord = px;
}

function report(s)
{
	text = document.getElementById("debug_text");
	text.firstChild.nodeValue = s;
}

function debug()
{
	svg = document.getElementById("linkage");
	if (svg.style.display == "")
		svg.style.display = "none";
	else
		svg.style.display = "";
}
//alert("loaded svg functions");

//]]>
</script>

<script type="text/javascript">
//<![CDATA[

function updateTable(offset, size)
{
	// TODO: replace with actual table updating code
	var inputOffset = document.getElementById("offset");
	inputOffset.value = offset;
	var inputSize = document.getElementById("size");
	inputSize.value = size;
}
//alert("loaded html functions");

//]]>
</script>
</head>
<body>
<p>
Offset: <input id="offset" name="offset" type="text" value="none"/>
<br/>
Size: <input id="size" name="size" type="text" value="none"/>
</p>

<script type="image/svg+xml">
<svg id="top" viewBox="0 0 600 176"
	width="100%"
	style="border:1px solid green;"
	onload="finishLoad();"
	xmlns="http://www.w3.org/2000/svg" version="1.1">

<!-- Key -->
<svg id="figure_key">
<polyline points="0,0 0,176 600,176 600,0 0,0" style="stroke: rgb(0, 0, 255); stroke-width: 2; fill: rgb(255, 255, 255);"/>
<text font-family="monospace" font-size="6" x="10" y="8" fill="black">SLC15A1 (NM_005073) [chr13(-): 98132057-98204909]</text>
<text font-family="monospace" font-size="6" x="10" y="20" fill="black">PMT experiment key</text>
<text font-family="monospace" font-size="6" x="100" y="20" fill="black">1 SLC15A1_exon23</text>
<text font-family="monospace" font-size="6" x="100" y="26" fill="black">2 SLC15A1_exon22</text>
<text font-family="monospace" font-size="6" x="100" y="32" fill="black">3 SLC15A1_exon21</text>
<text font-family="monospace" font-size="6" x="100" y="38" fill="black">4 SLC15A1_exon19-20</text>
<text font-family="monospace" font-size="6" x="195" y="20" fill="black">5 SLC15A1_exon18</text>
<text font-family="monospace" font-size="6" x="195" y="26" fill="black">6 SLC15A1_exon17</text>
<text font-family="monospace" font-size="6" x="195" y="32" fill="black">7 SLC15A1_exon16</text>
<text font-family="monospace" font-size="6" x="195" y="38" fill="black">8 SLC15A1_exon15</text>
<text font-family="monospace" font-size="6" x="290" y="20" fill="black">9 SLC15A1_exon12-13-14</text>
<text font-family="monospace" font-size="6" x="290" y="26" fill="black">10 SLC15A1_exon11</text>
<text font-family="monospace" font-size="6" x="290" y="32" fill="black">11 SLC15A1_exon10</text>
<text font-family="monospace" font-size="6" x="290" y="38" fill="black">12 SLC15A1_exon9</text>
<text font-family="monospace" font-size="6" x="385" y="20" fill="black">13 SLC15A1_exon8</text>
<text font-family="monospace" font-size="6" x="385" y="26" fill="black">14 SLC15A1_exon6-7</text>
<text font-family="monospace" font-size="6" x="385" y="32" fill="black">15 SLC15A1_exon5</text>
<text font-family="monospace" font-size="6" x="385" y="38" fill="black">16 SLC15A1_exon3-4</text>
<text font-family="monospace" font-size="6" x="480" y="20" fill="black">17 SLC15A1_exon2</text>
<text font-family="monospace" font-size="6" x="480" y="26" fill="black">18 SLC15A1-P SEQ</text>
<text font-family="monospace" font-size="6" x="480" y="32" fill="black">19 SLC15A1_exon1</text>
</svg>

<!-- Experiments -->
<svg id="experiments">
<text font-family="monospace" font-size="6" x="10" y="52" fill="black">SNPs summary</text>
<text font-family="monospace" font-size="6" x="90" y="59" fill="black">PMT</text>
<text font-family="monospace" font-size="6" x="90" y="65" fill="black">1K</text>
<rect x="105.0" y="48.0" width="18.2063685401" height="6.0" stroke-width="0" fill="orange"/>
<rect x="105.0" y="68.0" width="18.2063685401" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="102" y="70.5" fill="black">1</text>
<rect x="105.0" y="68.0" width="3.08195580303" height="2.0" stroke-width="0" fill="gray"/>
<rect x="108.081955803" y="68.0" width="10.9009918218" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="118.982947625" y="68.0" width="4.16634765965" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=763'">
<rect x="105.0" y="68.0" width="18.2063685401" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="131.20636854" y="48.0" width="13.6975813468" height="6.0" stroke-width="0" fill="orange"/>
<rect x="131.20636854" y="68.0" width="13.6975813468" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="128.206" y="70.5" fill="black">2</text>
<rect x="132.233687141" y="68.0" width="3.02488254742" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="135.258569689" y="68.0" width="6.16391160606" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="141.422481295" y="68.0" width="2.4541499913" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=762'">
<rect x="131.20636854" y="68.0" width="13.6975813468" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="152.903949887" y="48.0" width="15.5239255264" height="6.0" stroke-width="0" fill="orange"/>
<rect x="152.903949887" y="68.0" width="15.5239255264" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="149.904" y="70.5" fill="black">3</text>
<rect x="154.273708022" y="68.0" width="1.65512441274" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="155.928832434" y="68.0" width="8.21854880807" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="164.147381242" y="68.0" width="3.25317556986" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=761'">
<rect x="152.903949887" y="68.0" width="15.5239255264" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="176.427875413" y="68.0" width="26.6532103706" height="2.0" stroke-width="0" fill="orange"/>
<rect x="176.427875413" y="48.0" width="26.6532103706" height="6.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="173.428" y="70.5" fill="black">4</text>
<rect x="177.797633548" y="68.0" width="2.34000348008" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="180.137637028" y="68.0" width="6.22098486167" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="186.35862189" y="68.0" width="6.50635113973" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="192.864973029" y="68.0" width="6.16391160606" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="199.028884635" y="68.0" width="2.79658952497" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=757'">
<rect x="176.427875413" y="68.0" width="26.6532103706" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="211.081085784" y="48.0" width="12.2707499565" height="6.0" stroke-width="0" fill="orange"/>
<rect x="211.081085784" y="68.0" width="12.2707499565" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="208.081" y="70.5" fill="black">5</text>
<rect x="212.393770663" y="68.0" width="2.91073603619" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="215.304506699" y="68.0" width="2.85366278058" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="218.15816948" y="68.0" width="3.88098138159" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=756'">
<rect x="211.081085784" y="68.0" width="12.2707499565" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="231.35183574" y="48.0" width="15.3527057595" height="6.0" stroke-width="0" fill="orange"/>
<rect x="231.35183574" y="68.0" width="15.3527057595" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="228.352" y="70.5" fill="black">6</text>
<rect x="232.436227597" y="68.0" width="2.39707673569" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="234.833304333" y="68.0" width="8.38976857491" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="243.223072908" y="68.0" width="2.22585696885" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=760'">
<rect x="231.35183574" y="68.0" width="15.3527057595" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="254.7045415" y="48.0" width="14.9531929702" height="6.0" stroke-width="0" fill="orange"/>
<rect x="254.7045415" y="68.0" width="14.9531929702" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="251.705" y="70.5" fill="black">7</text>
<rect x="255.903079868" y="68.0" width="2.68244301375" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="258.585522882" y="68.0" width="6.84879067339" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="265.434313555" y="68.0" width="2.68244301375" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=759'">
<rect x="254.7045415" y="68.0" width="14.9531929702" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="277.65773447" y="48.0" width="12.6131894902" height="6.0" stroke-width="0" fill="orange"/>
<rect x="277.65773447" y="68.0" width="12.6131894902" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="274.658" y="70.5" fill="black">8</text>
<rect x="278.742126327" y="68.0" width="3.02488254742" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="281.767008874" y="68.0" width="4.68000696015" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="286.447015834" y="68.0" width="2.51122324691" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=758'">
<rect x="277.65773447" y="68.0" width="12.6131894902" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="298.27092396" y="68.0" width="26.0254045589" height="2.0" stroke-width="0" fill="orange"/>
<rect x="298.27092396" y="48.0" width="26.0254045589" height="6.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="295.271" y="70.5" fill="black">9</text>
<rect x="299.754828606" y="68.0" width="1.4839046459" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="301.295806508" y="68.0" width="5.07951974943" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="306.318253002" y="68.0" width="4.79415347138" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="311.055333217" y="68.0" width="1.88341743518" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="312.938750653" y="68.0" width="5.36488602749" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="318.246563424" y="68.0" width="2.56829650252" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="320.814859927" y="68.0" width="2.39707673569" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=764'">
<rect x="298.27092396" y="68.0" width="26.0254045589" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="332.296328519" y="48.0" width="12.5561162346" height="6.0" stroke-width="0" fill="orange"/>
<rect x="332.296328519" y="68.0" width="12.5561162346" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="326.796" y="70.5" fill="black">10</text>
<rect x="333.32364712" y="68.0" width="2.16878371324" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="335.492430833" y="68.0" width="5.13659300505" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="340.629023839" y="68.0" width="3.19610231425" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=747'">
<rect x="332.296328519" y="68.0" width="12.5561162346" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="352.852444754" y="48.0" width="12.2707499565" height="6.0" stroke-width="0" fill="orange"/>
<rect x="352.852444754" y="68.0" width="12.2707499565" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="347.352" y="70.5" fill="black">11</text>
<rect x="352.852444754" y="68.0" width="3.9380546372" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="356.790499391" y="68.0" width="4.96537323821" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="361.755872629" y="68.0" width="3.36732208109" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=755'">
<rect x="352.852444754" y="68.0" width="12.2707499565" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="373.12319471" y="48.0" width="12.0995301897" height="6.0" stroke-width="0" fill="orange"/>
<rect x="373.12319471" y="68.0" width="12.0995301897" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="367.623" y="70.5" fill="black">12</text>
<rect x="373.12319471" y="68.0" width="3.36732208109" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="376.490516791" y="68.0" width="4.73708021576" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="381.227597007" y="68.0" width="3.99512789281" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=754'">
<rect x="373.12319471" y="68.0" width="12.0995301897" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="393.2227249" y="48.0" width="12.5561162346" height="6.0" stroke-width="0" fill="orange"/>
<rect x="393.2227249" y="68.0" width="12.5561162346" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="387.723" y="70.5" fill="black">13</text>
<rect x="394.64955629" y="68.0" width="2.73951626936" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="397.38907256" y="68.0" width="4.79415347138" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="402.183226031" y="68.0" width="2.05463720202" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=753'">
<rect x="393.2227249" y="68.0" width="12.5561162346" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="413.778841135" y="68.0" width="30.5912650078" height="2.0" stroke-width="0" fill="orange"/>
<rect x="413.778841135" y="48.0" width="30.5912650078" height="6.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="408.279" y="70.5" fill="black">14</text>
<rect x="413.778841135" y="68.0" width="3.88098138159" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="417.659822516" y="68.0" width="5.19366626066" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="422.853488777" y="68.0" width="12.4990429789" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="435.352531756" y="68.0" width="5.70732556116" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="441.059857317" y="68.0" width="3.31024882547" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=752'">
<rect x="413.778841135" y="68.0" width="30.5912650078" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="452.370106142" y="48.0" width="13.3551418131" height="6.0" stroke-width="0" fill="orange"/>
<rect x="452.370106142" y="68.0" width="13.3551418131" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="446.87" y="70.5" fill="black">15</text>
<rect x="453.56864451" y="68.0" width="2.05463720202" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="455.623281712" y="68.0" width="6.84879067339" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="462.472072386" y="68.0" width="2.22585696885" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=751'">
<rect x="452.370106142" y="68.0" width="13.3551418131" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="473.725247955" y="68.0" width="33.0454149991" height="2.0" stroke-width="0" fill="orange"/>
<rect x="473.725247955" y="48.0" width="33.0454149991" height="6.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="468.225" y="70.5" fill="black">16</text>
<rect x="475.209152601" y="68.0" width="2.4541499913" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="477.663302593" y="68.0" width="8.10440229685" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="485.76770489" y="68.0" width="5.93561858361" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="491.703323473" y="68.0" width="4.68000696015" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="496.383330433" y="68.0" width="9.13172089786" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=750'">
<rect x="473.725247955" y="68.0" width="33.0454149991" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="514.770662955" y="48.0" width="9.98781973203" height="6.0" stroke-width="0" fill="orange"/>
<rect x="514.770662955" y="68.0" width="9.98781973203" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="509.271" y="70.5" fill="black">17</text>
<rect x="516.140421089" y="68.0" width="3.08195580303" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="519.222376892" y="68.0" width="0.970245345398" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="520.192622238" y="68.0" width="3.31024882547" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=749'">
<rect x="514.770662955" y="68.0" width="9.98781973203" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="532.758482687" y="48.0" width="36.2415173134" height="6.0" stroke-width="0" fill="orange"/>
<rect x="532.758482687" y="68.0" width="36.2415173134" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="527.258" y="70.5" fill="black">18</text>
<rect x="535.897511745" y="68.0" width="9.07464764225" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="544.972159388" y="68.0" width="0.171219766835" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="545.143379154" y="68.0" width="3.25317556986" height="2.0" stroke-width="0" fill="gray"/>
<rect x="548.396554724" y="68.0" width="14.2683139029" height="2.0" stroke-width="0" fill="#00ffff"/>
<rect x="562.664868627" y="68.0" width="1.9404906908" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=244'">
<rect x="532.758482687" y="68.0" width="36.2415173134" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><rect x="542.346789629" y="72.0" width="9.41708717592" height="2.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="4" x="536.847" y="74.5" fill="black">19</text>
<rect x="543.37410823" y="72.0" width="1.59805115713" height="2.0" stroke-width="0" fill="#bbbbbb"/>
<rect x="544.972159388" y="72.0" width="0.171219766835" height="2.0" stroke-width="0" fill="magenta"/>
<rect x="545.143379154" y="72.0" width="3.25317556986" height="2.0" stroke-width="0" fill="gray"/>
<rect x="548.396554724" y="72.0" width="2.34000348008" height="2.0" stroke-width="0" fill="cyan"/>
<a xlink:href="javascript:window.top.location.href='/cgi-bin/Experiment.py?Experiment_Key=748'">
<rect x="542.346789629" y="72.0" width="9.41708717592" height="2.0" style="stroke: none; fill: white; fill-opacity: 0.1;"/>
 </a><polygon points="50,80 45,85 50,90" style="fill: rgb(204, 204, 204);"/>
</svg>

<!-- Features -->
<svg id="features">
<rect x="50.0" y="82.0" width="68.9829476248" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="5" x="78.4915" y="86" fill="black">Exon</text>
<rect x="135.258569689" y="82.0" width="6.16391160606" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="134.741" y="86" fill="black">Exon</text>
<rect x="155.928832434" y="82.0" width="8.21854880807" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="156.438" y="86" fill="black">Exon</text>
<rect x="180.137637028" y="82.0" width="6.22098486167" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="179.648" y="86" fill="black">Exon</text>
<rect x="192.864973029" y="82.0" width="6.16391160606" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="192.347" y="86" fill="black">Exon</text>
<rect x="215.304506699" y="82.0" width="2.85366278058" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="213.131" y="86" fill="black">Exon</text>
<rect x="234.833304333" y="82.0" width="8.38976857491" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="235.428" y="86" fill="black">Exon</text>
<rect x="258.585522882" y="82.0" width="6.84879067339" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="258.41" y="86" fill="black">Exon</text>
<rect x="281.767008874" y="82.0" width="4.68000696015" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="280.507" y="86" fill="black">Exon</text>
<rect x="301.295806508" y="82.0" width="5.07951974943" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="300.236" y="86" fill="black">Exon</text>
<rect x="311.055333217" y="82.0" width="1.88341743518" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="308.397" y="86" fill="black">Exon</text>
<rect x="318.246563424" y="82.0" width="2.56829650252" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="315.931" y="86" fill="black">Exon</text>
<rect x="335.492430833" y="82.0" width="5.13659300505" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="334.461" y="86" fill="black">Exon</text>
<rect x="356.790499391" y="82.0" width="4.96537323821" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="355.673" y="86" fill="black">Exon</text>
<rect x="376.490516791" y="82.0" width="4.73708021576" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="375.259" y="86" fill="black">Exon</text>
<rect x="397.38907256" y="82.0" width="4.79415347138" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="396.186" y="86" fill="black">Exon</text>
<rect x="417.716895772" y="82.0" width="5.19366626066" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="416.714" y="86" fill="black">Exon</text>
<rect x="435.409605011" y="82.0" width="5.70732556116" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="434.663" y="86" fill="black">Exon</text>
<rect x="455.623281712" y="82.0" width="6.84879067339" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="455.448" y="86" fill="black">Exon</text>
<rect x="477.663302593" y="82.0" width="8.10440229685" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="478.116" y="86" fill="black">Exon</text>
<rect x="491.703323473" y="82.0" width="4.68000696015" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="490.443" y="86" fill="black">Exon</text>
<rect x="519.222376892" y="82.0" width="0.970245345398" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="3" x="516.107" y="86" fill="black">Exon</text>
<rect x="544.972159388" y="77.0" width="3.4243953367" height="6" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="5" x="540.684" y="81" fill="black">Exon</text>
<rect x="545.485818688" y="85.0" width="17.1790499391" height="6" stroke-width="0" fill="cyan"/>
<text font-family="monospace" font-size="5" x="548.075" y="89" fill="black">Prom</text>
</svg>

<!-- Feature-genomic linkage section -->
<svg x="40" y="88.1" width="548" height="20.4" fill="green">
<g id="linkage" transform="translate(-40,-88.1)">
<polygon points="50,88.1 118.983,88.1 160.04,108.5 154.027,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="135.259,88.1 141.422,88.1 167.506,108.5 166.928,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="155.929,88.1 164.147,88.1 175.215,108.5 174.442,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="180.138,88.1 186.359,88.1 178.629,108.5 178.045,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="192.865,88.1 199.029,88.1 179.823,108.5 179.245,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="215.305,88.1 218.158,88.1 255.194,108.5 254.929,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="234.833,88.1 243.223,88.1 265.49,108.5 264.702,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="258.586,88.1 265.434,88.1 275.312,108.5 274.669,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="281.767,88.1 286.447,88.1 288.893,108.5 288.455,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="301.296,88.1 306.375,88.1 293.717,108.5 293.241,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="311.055,88.1 312.939,88.1 294.333,108.5 294.16,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="318.247,88.1 320.815,88.1 295.073,108.5 294.835,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="335.492,88.1 340.629,88.1 306.05,108.5 305.569,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="356.79,88.1 361.756,88.1 309.513,108.5 309.048,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="376.491,88.1 381.228,88.1 327.751,108.5 327.308,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="397.389,88.1 402.183,88.1 345.902,108.5 345.453,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="417.717,88.1 422.911,88.1 358.138,108.5 357.652,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="435.41,88.1 441.117,88.1 359.856,108.5 359.321,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="455.623,88.1 462.472,88.1 371.352,108.5 370.709,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="477.663,88.1 485.768,88.1 383.415,108.5 382.653,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="491.703,88.1 496.383,88.1 384.414,108.5 383.976,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="519.222,88.1 520.193,88.1 386.629,108.5 386.542,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="544.972,83 548.397,83 525.978,108.5 525.659,108.5" style="fill: rgb(204, 204, 204);"/>
<polygon points="545.486,91 562.665,91 527.329,108.5 525.708,108.5" style="fill: rgb(204, 204, 204);"/>
</g>
</svg>

<!-- PMT experiment counts and marks -->
<svg id="pmt_details">
<text font-family="monospace" font-weight="bold" font-size="6" x="138.055" y="53" fill="#006600">1</text>
<rect x="131.20636854" y="48.0" width="13.6975813468" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="1 syn"/>
<line x1="140.223942927" y1="56.0" x2="140.223942927" y2="60.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="6" x="160.666" y="53" fill="black">1</text>
<rect x="152.903949887" y="48.0" width="15.5239255264" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="1 intronic"/>
<line x1="166.144945189" y1="56.0" x2="166.144945189" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="6" x="182.754" y="53" fill="#cc0000">1</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="186.754" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="189.754" y="53" fill="#006600">1</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="192.754" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="196.754" y="53" fill="black">2</text>
<rect x="176.427875413" y="48.0" width="26.6532103706" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="1 non-syn / 1 syn / 2 intronic"/>
<line x1="179.452757961" y1="56.0" x2="179.452757961" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="184.361057943" y1="56.0" x2="184.361057943" y2="60.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="189.383504437" y1="56.0" x2="189.383504437" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="195.490342788" y1="56.0" x2="195.490342788" y2="60.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="5" x="213.216" y="53" fill="#006600">1</text>
<text font-family="monospace" font-weight="bold" font-size="5" x="216.216" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="5" x="218.716" y="53" fill="black">3</text>
<rect x="211.081085784" y="48.0" width="12.2707499565" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="1 syn / 3 intronic"/>
<line x1="213.07864973" y1="56.0" x2="213.07864973" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="215.133286932" y1="56.0" x2="215.133286932" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="216.445971811" y1="56.0" x2="216.445971811" y2="60.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="221.240125283" y1="56.0" x2="221.240125283" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="6" x="236.028" y="53" fill="#cc0000">2</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="239.028" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="243.028" y="53" fill="#006600">1</text>
<rect x="231.35183574" y="48.0" width="15.3527057595" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="2 non-syn / 1 syn"/>
<line x1="238.485992692" y1="56.0" x2="238.485992692" y2="60.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="238.714285714" y1="56.0" x2="238.714285714" y2="60.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="238.77135897" y1="56.0" x2="238.77135897" y2="60.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="4" x="255.931" y="53" fill="#cc0000">1</text>
<text font-family="monospace" font-weight="bold" font-size="4" x="258.181" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="4" x="260.181" y="53" fill="#006600">1</text>
<text font-family="monospace" font-weight="bold" font-size="4" x="262.181" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="4" x="264.181" y="53" fill="black">1</text>
<rect x="254.7045415" y="48.0" width="14.9531929702" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="1 non-syn / 1 syn / 1 intronic"/>
<line x1="259.327475204" y1="56.0" x2="259.327475204" y2="60.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="263.722115887" y1="56.0" x2="263.722115887" y2="60.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="267.603097268" y1="56.0" x2="267.603097268" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="6" x="283.964" y="53" fill="black">3</text>
<rect x="277.65773447" y="48.0" width="12.6131894902" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="3 intronic"/>
<line x1="287.01774839" y1="56.0" x2="287.01774839" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="287.759700713" y1="56.0" x2="287.759700713" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="288.729946059" y1="56.0" x2="288.729946059" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="6" x="311.284" y="53" fill="black">2</text>
<rect x="298.27092396" y="48.0" width="26.0254045589" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="2 intronic"/>
<line x1="307.11727858" y1="56.0" x2="307.11727858" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="308.886549504" y1="56.0" x2="308.886549504" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="6" x="338.574" y="53" fill="#006600">1</text>
<rect x="332.296328519" y="48.0" width="12.5561162346" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="1 syn"/>
<line x1="338.745606403" y1="56.0" x2="338.745606403" y2="60.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="6" x="399.501" y="53" fill="black">1</text>
<rect x="393.2227249" y="48.0" width="12.5561162346" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="1 intronic"/>
<line x1="394.991995824" y1="56.0" x2="394.991995824" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="4" x="452.798" y="53" fill="#cc0000">3</text>
<text font-family="monospace" font-weight="bold" font-size="4" x="455.048" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="4" x="457.048" y="53" fill="#006600">2</text>
<text font-family="monospace" font-weight="bold" font-size="4" x="459.048" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="4" x="461.048" y="53" fill="black">1</text>
<rect x="452.370106142" y="48.0" width="13.3551418131" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="3 non-syn / 2 syn / 1 intronic"/>
<line x1="455.680354968" y1="56.0" x2="455.680354968" y2="60.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="456.422307291" y1="56.0" x2="456.422307291" y2="60.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="456.479380546" y1="56.0" x2="456.479380546" y2="60.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="457.620845659" y1="56.0" x2="457.620845659" y2="60.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="461.730120063" y1="56.0" x2="461.730120063" y2="60.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="463.898903776" y1="56.0" x2="463.898903776" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="6" x="483.248" y="53" fill="#0066ff">1</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="487.248" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="490.248" y="53" fill="#cc0000">2</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="493.248" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="497.248" y="53" fill="black">1</text>
<rect x="473.725247955" y="48.0" width="33.0454149991" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="1 indel / 2 non-syn / 1 intronic"/>
<line x1="488.507221159" y1="56.0" x2="488.507221159" y2="60.0" style="stroke: rgb(0, 102, 255); fill: rgb(0, 102, 255); stroke-width: 0.5;"/>
<line x1="492.78771533" y1="56.0" x2="492.78771533" y2="60.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="494.043326953" y1="56.0" x2="494.043326953" y2="60.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="498.552114147" y1="56.0" x2="498.552114147" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="6" x="519.765" y="53" fill="black">1</text>
<rect x="514.770662955" y="48.0" width="9.98781973203" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="1 intronic"/>
<line x1="516.711153645" y1="56.0" x2="516.711153645" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-weight="bold" font-size="6" x="547.879" y="53" fill="#0066ff">1</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="550.879" y="53" fill="black">/</text>
<text font-family="monospace" font-weight="bold" font-size="6" x="554.879" y="53" fill="black">8</text>
<rect x="532.758482687" y="48.0" width="36.2415173134" height="6.0" style="stroke: none; fill: white; fill-opacity: 0.1;" title="1 indel / 8 intronic"/>
<line x1="544.058987298" y1="56.0" x2="544.058987298" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="544.515573343" y1="56.0" x2="544.515573343" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="546.284844267" y1="56.0" x2="546.284844267" y2="60.0" style="stroke: rgb(0, 102, 255); fill: rgb(0, 102, 255); stroke-width: 0.5;"/>
<line x1="547.02679659" y1="56.0" x2="547.02679659" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="549.309726814" y1="56.0" x2="549.309726814" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="554.617539586" y1="56.0" x2="554.617539586" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="556.329737254" y1="56.0" x2="556.329737254" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="559.697059335" y1="56.0" x2="559.697059335" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="561.694623282" y1="56.0" x2="561.694623282" y2="60.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
</svg>

<!-- 1K feature counts and marks -->
<svg id="onek_details">
<line x1="120.35270576" y1="62.0" x2="120.35270576" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="112.603" y="95.5" fill="black">1</text>
<line x1="140.223942927" y1="62.0" x2="140.223942927" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="136.555" y="95.5" fill="black">1</text>
<line x1="166.144945189" y1="62.0" x2="166.144945189" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="167.457630068" y1="62.0" x2="167.457630068" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="159.166" y="95.5" fill="black">2</text>
<line x1="179.452757961" y1="62.0" x2="179.452757961" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="195.490342788" y1="62.0" x2="195.490342788" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="188.254" y="95.5" fill="black">2</text>
<line x1="213.07864973" y1="62.0" x2="213.07864973" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="221.240125283" y1="62.0" x2="221.240125283" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="222.724029929" y1="62.0" x2="222.724029929" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="215.716" y="95.5" fill="black">3</text>
<line x1="237.173307813" y1="62.0" x2="237.173307813" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="238.714285714" y1="62.0" x2="238.714285714" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="238.77135897" y1="62.0" x2="238.77135897" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="237.528" y="95.5" fill="black">3</text>
<line x1="259.327475204" y1="62.0" x2="259.327475204" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="260.681" y="95.5" fill="black">1</text>
<line x1="299.469462328" y1="62.0" x2="299.469462328" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="308.886549504" y1="62.0" x2="308.886549504" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="309.784" y="95.5" fill="black">2</text>
<line x1="333.038280842" y1="62.0" x2="333.038280842" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="337.074" y="95.5" fill="black">1</text>
<line x1="359.130502871" y1="62.0" x2="359.130502871" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="357.488" y="95.5" fill="black">1</text>
<line x1="379.058813294" y1="62.0" x2="379.058813294" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="383.852966765" y1="62.0" x2="383.852966765" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="377.673" y="95.5" fill="black">2</text>
<line x1="423.424221333" y1="62.0" x2="423.424221333" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="428.960327127" y1="62.0" x2="428.960327127" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="427.574" y="95.5" fill="black">2</text>
<line x1="455.680354968" y1="62.0" x2="455.680354968" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="456.479380546" y1="62.0" x2="456.479380546" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="457.548" y="95.5" fill="black">2</text>
<line x1="476.578910736" y1="62.0" x2="476.578910736" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="476.92135027" y1="62.0" x2="476.92135027" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="478.119888638" y1="62.0" x2="478.119888638" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="491.760396729" y1="62.0" x2="491.760396729" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="494.043326953" y1="62.0" x2="494.043326953" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="495.698451366" y1="62.0" x2="495.698451366" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="499.065773447" y1="62.0" x2="499.065773447" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="488.748" y="95.5" fill="black">7</text>
<line x1="520.192622238" y1="62.0" x2="520.192622238" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="521.277014094" y1="62.0" x2="521.277014094" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="521.33408735" y1="62.0" x2="521.33408735" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="518.265" y="95.5" fill="black">3</text>
<line x1="539.949712894" y1="62.0" x2="539.949712894" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="567.116582565" y1="62.0" x2="567.116582565" y2="66.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<text font-family="monospace" font-size="6" x="549.379" y="95.5" fill="black">2</text>
</svg>

<!-- Genomic background -->
<svg id="genomic_background">
<rect x="8.0" y="109.0" width="580.0" height="17.0" style="stroke: rgb(187, 187, 187); fill: rgb(187, 187, 187);"/>
<line x1="100" y1="117.0" x2="580.0" y2="117.0" style="stroke: white; fill: white; stroke-width: 2;"/>
<text font-family="monospace" font-size="6" x="10" y="119" fill="white">PMT snps</text>
<rect x="8.0" y="129.5" width="580.0" height="17.0" style="stroke: rgb(187, 187, 187); fill: rgb(187, 187, 187);"/>
<line x1="100" y1="137.5" x2="580.0" y2="137.5" style="stroke: white; fill: white; stroke-width: 2;"/>
<text font-family="monospace" font-size="6" x="10" y="139.5" fill="white">1K snps</text>
<rect id="hscroll"
	x="100" y="149" width="480" height="4"
	stroke="rgb(187,187,187)" fill="white"/>
<rect id="hscroll_content"
	onmousedown="gScrollStart(evt)"
	x="100" y="149" width="480" height="4"
	stroke="none" fill="rgb(187,187,187)"/>
<text onclick="doZoom('out')" font-size="6" font-weight="bold"
	x="94" y="153" fill="black">-</text>
<text onclick="doZoom('in')" font-size="6" font-weight="bold"
	x="582" y="153" fill="black">+</text>
</svg>

<!-- All genomic snps -->
<svg id="genomic" x="100" y="109" width="480" height="37.5" viewBox="0 0 480 37.5" preserveAspectRatio="none">
<!-- PMT genomic snps -->
<rect x="54.027213487" y="0.0" width="6.01802977952" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="66.927622027" y="0.0" width="0.583435562108" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="74.44205598" y="0.0" width="0.777914082811" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="78.045310794" y="0.0" width="0.588837743239" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="79.244595005" y="0.0" width="0.583435562108" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="154.929152645" y="0.0" width="0.270109056532" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="164.701698311" y="0.0" width="0.794120626203" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="174.668722497" y="0.0" width="0.648261735676" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="188.455088742" y="0.0" width="0.442978852712" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="193.241421224" y="0.0" width="0.480794120626" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="194.159792016" y="0.0" width="0.178271977311" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="194.835064657" y="0.0" width="0.243098150878" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="205.569198564" y="0.0" width="0.486196301757" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="209.048203212" y="0.0" width="0.469989758365" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="227.307575434" y="0.0" width="0.448381033842" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="245.453501851" y="0.0" width="0.453783214973" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="257.651626844" y="0.0" width="0.491598482887" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="259.320900814" y="0.0" width="0.540218113063" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="270.708698637" y="0.0" width="0.648261735676" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="282.652921117" y="0.0" width="0.76710972055" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="283.976455494" y="0.0" width="0.442978852712" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="286.542491531" y="0.0" width="0.0918370792207" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="425.659460007" y="0.0" width="0.324130867838" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="425.708079637" y="0.0" width="1.62605652032" height="17.0" stroke-width="0" fill="#ffffcc"/>
<line x1="67.397611786" y1="3.0" x2="67.397611786" y2="13.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="75.409046402" y1="3.0" x2="75.409046402" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="77.980484621" y1="3.0" x2="77.980484621" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="78.920464137" y1="3.0" x2="78.920464137" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="79.498497518" y1="3.0" x2="79.498497518" y2="13.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="78.445072198" y1="3.0" x2="78.445072198" y2="13.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="154.718467581" y1="3.0" x2="154.718467581" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="154.912946102" y1="3.0" x2="154.912946102" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="155.490979483" y1="3.0" x2="155.490979483" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="155.037196268" y1="3.0" x2="155.037196268" y2="13.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="165.074448809" y1="3.0" x2="165.074448809" y2="13.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="165.047437903" y1="3.0" x2="165.047437903" y2="13.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="165.069046628" y1="3.0" x2="165.069046628" y2="13.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="175.522267115" y1="3.0" x2="175.522267115" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="175.154918798" y1="3.0" x2="175.154918798" y2="13.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="174.738950851" y1="3.0" x2="174.738950851" y2="13.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="188.952089406" y1="3.0" x2="188.952089406" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="189.022317761" y1="3.0" x2="189.022317761" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="189.11415484" y1="3.0" x2="189.11415484" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="193.792443699" y1="3.0" x2="193.792443699" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="193.959911314" y1="3.0" x2="193.959911314" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="205.877122888" y1="3.0" x2="205.877122888" y2="13.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="245.226610244" y1="3.0" x2="245.226610244" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="271.492014901" y1="3.0" x2="271.492014901" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="270.897774977" y1="3.0" x2="270.897774977" y2="13.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="271.286732018" y1="3.0" x2="271.286732018" y2="13.0" style="stroke: rgb(0, 102, 0); fill: rgb(0, 102, 0); stroke-width: 0.5;"/>
<line x1="270.714100818" y1="3.0" x2="270.714100818" y2="13.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="270.784329173" y1="3.0" x2="270.784329173" y2="13.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="270.789731354" y1="3.0" x2="270.789731354" y2="13.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="284.630119411" y1="3.0" x2="284.630119411" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="284.084499117" y1="3.0" x2="284.084499117" y2="13.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="284.203347101" y1="3.0" x2="284.203347101" y2="13.0" style="stroke: rgb(204, 0, 0); fill: rgb(204, 0, 0); stroke-width: 0.5;"/>
<line x1="283.679335532" y1="3.0" x2="283.679335532" y2="13.0" style="stroke: rgb(0, 102, 255); fill: rgb(0, 102, 255); stroke-width: 0.5;"/>
<line x1="286.304795561" y1="3.0" x2="286.304795561" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="425.573025109" y1="3.0" x2="425.573025109" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="425.616242558" y1="3.0" x2="425.616242558" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="425.853938528" y1="3.0" x2="425.853938528" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="426.070025773" y1="3.0" x2="426.070025773" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="426.572428618" y1="3.0" x2="426.572428618" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="426.734494052" y1="3.0" x2="426.734494052" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="427.053222739" y1="3.0" x2="427.053222739" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="427.242299078" y1="3.0" x2="427.242299078" y2="13.0" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="425.783710173" y1="3.0" x2="425.783710173" y2="13.0" style="stroke: rgb(0, 102, 255); fill: rgb(0, 102, 255); stroke-width: 0.5;"/>
<!-- 1K genomic marks -->
<rect x="54.027213487" y="20.6" width="6.01802977952" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="66.927622027" y="20.6" width="0.583435562108" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="74.44205598" y="20.6" width="0.777914082811" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="78.045310794" y="20.6" width="0.588837743239" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="79.244595005" y="20.6" width="0.583435562108" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="154.929152645" y="20.6" width="0.270109056532" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="164.701698311" y="20.6" width="0.794120626203" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="174.668722497" y="20.6" width="0.648261735676" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="188.455088742" y="20.6" width="0.442978852712" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="193.241421224" y="20.6" width="0.480794120626" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="194.159792016" y="20.6" width="0.178271977311" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="194.835064657" y="20.6" width="0.243098150878" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="205.569198564" y="20.6" width="0.486196301757" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="209.048203212" y="20.6" width="0.469989758365" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="227.307575434" y="20.6" width="0.448381033842" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="245.453501851" y="20.6" width="0.453783214973" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="257.651626844" y="20.6" width="0.491598482887" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="259.320900814" y="20.6" width="0.540218113063" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="270.708698637" y="20.6" width="0.648261735676" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="282.652921117" y="20.6" width="0.76710972055" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="283.976455494" y="20.6" width="0.442978852712" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="286.542491531" y="20.6" width="0.0918370792207" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="425.659460007" y="20.6" width="0.324130867838" height="17.0" stroke-width="0" fill="#ffffcc"/>
<rect x="425.708079637" y="20.6" width="1.62605652032" height="17.0" stroke-width="0" fill="#ffffcc"/>
<line x1="0.291717781" y1="23.5" x2="0.291717781" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="0.297119962" y1="23.5" x2="0.297119962" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="0.302522143" y1="23.5" x2="0.302522143" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="0.307924324" y1="23.5" x2="0.307924324" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="0.313326506" y1="23.5" x2="0.313326506" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="0.318728687" y1="23.5" x2="0.318728687" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="1.156066762" y1="23.5" x2="1.156066762" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="1.977198294" y1="23.5" x2="1.977198294" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="2.020415743" y1="23.5" x2="2.020415743" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="2.123057184" y1="23.5" x2="2.123057184" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="2.19868772" y1="23.5" x2="2.19868772" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="3.495211192" y1="23.5" x2="3.495211192" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="4.867365199" y1="23.5" x2="4.867365199" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="5.180691704" y1="23.5" x2="5.180691704" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="5.747920723" y1="23.5" x2="5.747920723" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="6.433997727" y1="23.5" x2="6.433997727" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="7.076857281" y1="23.5" x2="7.076857281" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="7.336161975" y1="23.5" x2="7.336161975" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="8.119478239" y1="23.5" x2="8.119478239" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="9.718523854" y1="23.5" x2="9.718523854" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="10.134491801" y1="23.5" x2="10.134491801" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="10.145296163" y1="23.5" x2="10.145296163" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="10.669307733" y1="23.5" x2="10.669307733" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="11.641700337" y1="23.5" x2="11.641700337" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="12.549266766" y1="23.5" x2="12.549266766" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="12.884201997" y1="23.5" x2="12.884201997" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="13.840388057" y1="23.5" x2="13.840388057" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="15.985053966" y1="23.5" x2="15.985053966" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="15.990456147" y1="23.5" x2="15.990456147" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="17.168131633" y1="23.5" x2="17.168131633" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="19.393830259" y1="23.5" x2="19.393830259" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="19.485667338" y1="23.5" x2="19.485667338" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="21.095517315" y1="23.5" x2="21.095517315" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="21.59792016" y1="23.5" x2="21.59792016" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="22.699965111" y1="23.5" x2="22.699965111" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="22.753986922" y1="23.5" x2="22.753986922" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="23.872238416" y1="23.5" x2="23.872238416" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="24.552913239" y1="23.5" x2="24.552913239" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="26.124947948" y1="23.5" x2="26.124947948" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="27.156764544" y1="23.5" x2="27.156764544" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="27.318829978" y1="23.5" x2="27.318829978" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="27.81042846" y1="23.5" x2="27.81042846" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="27.815830642" y1="23.5" x2="27.815830642" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="27.886058996" y1="23.5" x2="27.886058996" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="28.95569086" y1="23.5" x2="28.95569086" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.009712671" y1="23.5" x2="29.009712671" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.214995554" y1="23.5" x2="29.214995554" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.220397736" y1="23.5" x2="29.220397736" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.231202098" y1="23.5" x2="29.231202098" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.236604279" y1="23.5" x2="29.236604279" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.24200646" y1="23.5" x2="29.24200646" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.252810822" y1="23.5" x2="29.252810822" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.274419547" y1="23.5" x2="29.274419547" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.29062609" y1="23.5" x2="29.29062609" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.296028271" y1="23.5" x2="29.296028271" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.301430453" y1="23.5" x2="29.301430453" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.306832634" y1="23.5" x2="29.306832634" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.312234815" y1="23.5" x2="29.312234815" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.317636996" y1="23.5" x2="29.317636996" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="29.776822392" y1="23.5" x2="29.776822392" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="30.014518362" y1="23.5" x2="30.014518362" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="30.81944335" y1="23.5" x2="30.81944335" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="30.932889154" y1="23.5" x2="30.932889154" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="31.089552407" y1="23.5" x2="31.089552407" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="31.737814142" y1="23.5" x2="31.737814142" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="32.461706414" y1="23.5" x2="32.461706414" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="32.58595658" y1="23.5" x2="32.58595658" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="33.428696836" y1="23.5" x2="33.428696836" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="33.682599349" y1="23.5" x2="33.682599349" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="34.411893802" y1="23.5" x2="34.411893802" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="35.114177349" y1="23.5" x2="35.114177349" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="35.211416609" y1="23.5" x2="35.211416609" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="35.362677681" y1="23.5" x2="35.362677681" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="35.503134391" y1="23.5" x2="35.503134391" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="36.940114571" y1="23.5" x2="36.940114571" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="37.874691907" y1="23.5" x2="37.874691907" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="38.042159522" y1="23.5" x2="38.042159522" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="38.193420594" y1="23.5" x2="38.193420594" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="38.290659854" y1="23.5" x2="38.290659854" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="38.436518744" y1="23.5" x2="38.436518744" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="38.852486692" y1="23.5" x2="38.852486692" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="39.160411016" y1="23.5" x2="39.160411016" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="39.32247645" y1="23.5" x2="39.32247645" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="40.862098072" y1="23.5" x2="40.862098072" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="41.202435483" y1="23.5" x2="41.202435483" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="42.482752411" y1="23.5" x2="42.482752411" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="44.233059098" y1="23.5" x2="44.233059098" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="44.432939799" y1="23.5" x2="44.432939799" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="44.551787784" y1="23.5" x2="44.551787784" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="45.313495324" y1="23.5" x2="45.313495324" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="45.324299686" y1="23.5" x2="45.324299686" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="45.394528041" y1="23.5" x2="45.394528041" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="45.405332403" y1="23.5" x2="45.405332403" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="48.938358862" y1="23.5" x2="48.938358862" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="48.949163225" y1="23.5" x2="48.949163225" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="49.748686032" y1="23.5" x2="49.748686032" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="50.326719413" y1="23.5" x2="50.326719413" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="50.629241556" y1="23.5" x2="50.629241556" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="52.611842031" y1="23.5" x2="52.611842031" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="52.671266024" y1="23.5" x2="52.671266024" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="54.011006944" y1="23.5" x2="54.011006944" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="54.589040325" y1="23.5" x2="54.589040325" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="55.285921691" y1="23.5" x2="55.285921691" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="55.772117993" y1="23.5" x2="55.772117993" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="58.224708226" y1="23.5" x2="58.224708226" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="58.327349667" y1="23.5" x2="58.327349667" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="60.164091252" y1="23.5" x2="60.164091252" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="60.779939901" y1="23.5" x2="60.779939901" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="61.995430655" y1="23.5" x2="61.995430655" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="62.189909176" y1="23.5" x2="62.189909176" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="64.820771386" y1="23.5" x2="64.820771386" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="65.879598888" y1="23.5" x2="65.879598888" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="65.885001069" y1="23.5" x2="65.885001069" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="66.219936299" y1="23.5" x2="66.219936299" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="67.392209605" y1="23.5" x2="67.392209605" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="67.867601544" y1="23.5" x2="67.867601544" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="68.342993484" y1="23.5" x2="68.342993484" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="68.46724365" y1="23.5" x2="68.46724365" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="68.839994148" y1="23.5" x2="68.839994148" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="70.455246306" y1="23.5" x2="70.455246306" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="70.973855694" y1="23.5" x2="70.973855694" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="71.022475324" y1="23.5" x2="71.022475324" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="71.114312404" y1="23.5" x2="71.114312404" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="71.368214917" y1="23.5" x2="71.368214917" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="71.8598134" y1="23.5" x2="71.8598134" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="73.377826297" y1="23.5" x2="73.377826297" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="75.403644221" y1="23.5" x2="75.403644221" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="75.527894387" y1="23.5" x2="75.527894387" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="75.787199082" y1="23.5" x2="75.787199082" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="76.932461481" y1="23.5" x2="76.932461481" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="77.348429428" y1="23.5" x2="77.348429428" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="77.613136304" y1="23.5" x2="77.613136304" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="77.97508244" y1="23.5" x2="77.97508244" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="79.493095337" y1="23.5" x2="79.493095337" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="80.800423171" y1="23.5" x2="80.800423171" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="80.870651526" y1="23.5" x2="80.870651526" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="81.486500174" y1="23.5" x2="81.486500174" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="83.458296287" y1="23.5" x2="83.458296287" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="84.247014732" y1="23.5" x2="84.247014732" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="84.268623457" y1="23.5" x2="84.268623457" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="84.500917245" y1="23.5" x2="84.500917245" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="85.937897426" y1="23.5" x2="85.937897426" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="88.43910729" y1="23.5" x2="88.43910729" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="88.525542188" y1="23.5" x2="88.525542188" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="89.000934127" y1="23.5" x2="89.000934127" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="89.384488987" y1="23.5" x2="89.384488987" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="89.535750059" y1="23.5" x2="89.535750059" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="89.546554421" y1="23.5" x2="89.546554421" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="90.745838632" y1="23.5" x2="90.745838632" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="92.042362104" y1="23.5" x2="92.042362104" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="92.220634081" y1="23.5" x2="92.220634081" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="92.404308239" y1="23.5" x2="92.404308239" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="93.003950345" y1="23.5" x2="93.003950345" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="94.403115258" y1="23.5" x2="94.403115258" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="94.478745794" y1="23.5" x2="94.478745794" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="95.60780165" y1="23.5" x2="95.60780165" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="96.223650299" y1="23.5" x2="96.223650299" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="96.347900465" y1="23.5" x2="96.347900465" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="97.174434178" y1="23.5" x2="97.174434178" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="97.439141053" y1="23.5" x2="97.439141053" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="99.054393211" y1="23.5" x2="99.054393211" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="100.550797384" y1="23.5" x2="100.550797384" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="100.567003928" y1="23.5" x2="100.567003928" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="101.512385626" y1="23.5" x2="101.512385626" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="102.05800592" y1="23.5" x2="102.05800592" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="102.117429912" y1="23.5" x2="102.117429912" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="102.214669173" y1="23.5" x2="102.214669173" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="102.247082259" y1="23.5" x2="102.247082259" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="102.349723701" y1="23.5" x2="102.349723701" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="102.468571686" y1="23.5" x2="102.468571686" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="103.122235603" y1="23.5" x2="103.122235603" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="104.15945438" y1="23.5" x2="104.15945438" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="106.531011896" y1="23.5" x2="106.531011896" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="107.995002982" y1="23.5" x2="107.995002982" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="109.124058839" y1="23.5" x2="109.124058839" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="110.010016544" y1="23.5" x2="110.010016544" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="111.025626597" y1="23.5" x2="111.025626597" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="112.2843348" y1="23.5" x2="112.2843348" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="112.516628589" y1="23.5" x2="112.516628589" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="114.472218158" y1="23.5" x2="114.472218158" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="114.953012279" y1="23.5" x2="114.953012279" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="115.223121335" y1="23.5" x2="115.223121335" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="117.308363252" y1="23.5" x2="117.308363252" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="117.616287576" y1="23.5" x2="117.616287576" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="118.16190787" y1="23.5" x2="118.16190787" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="119.371996444" y1="23.5" x2="119.371996444" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="119.631301138" y1="23.5" x2="119.631301138" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="122.019065198" y1="23.5" x2="122.019065198" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="122.245956805" y1="23.5" x2="122.245956805" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="122.262163348" y1="23.5" x2="122.262163348" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="122.289174254" y1="23.5" x2="122.289174254" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="122.326989522" y1="23.5" x2="122.326989522" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="122.953642533" y1="23.5" x2="122.953642533" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="123.337197393" y1="23.5" x2="123.337197393" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="124.552688148" y1="23.5" x2="124.552688148" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="124.698547038" y1="23.5" x2="124.698547038" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="125.195547702" y1="23.5" x2="125.195547702" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="125.557493838" y1="23.5" x2="125.557493838" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="125.627722193" y1="23.5" x2="125.627722193" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="127.691355385" y1="23.5" x2="127.691355385" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="127.804801188" y1="23.5" x2="127.804801188" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="127.966866622" y1="23.5" x2="127.966866622" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="128.809606879" y1="23.5" x2="128.809606879" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="128.81500906" y1="23.5" x2="128.81500906" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="129.463270796" y1="23.5" x2="129.463270796" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="129.560510056" y1="23.5" x2="129.560510056" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="130.197967429" y1="23.5" x2="130.197967429" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="132.855840546" y1="23.5" x2="132.855840546" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="133.061123429" y1="23.5" x2="133.061123429" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="133.11514524" y1="23.5" x2="133.11514524" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="133.142156146" y1="23.5" x2="133.142156146" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="133.185373595" y1="23.5" x2="133.185373595" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="133.190775776" y1="23.5" x2="133.190775776" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="134.579136326" y1="23.5" x2="134.579136326" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="135.292224236" y1="23.5" x2="135.292224236" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="135.956692515" y1="23.5" x2="135.956692515" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="136.102551405" y1="23.5" x2="136.102551405" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="137.155976726" y1="23.5" x2="137.155976726" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="141.688406694" y1="23.5" x2="141.688406694" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="141.850472128" y1="23.5" x2="141.850472128" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="143.017343252" y1="23.5" x2="143.017343252" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="143.903300958" y1="23.5" x2="143.903300958" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="144.270649275" y1="23.5" x2="144.270649275" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="144.34627981" y1="23.5" x2="144.34627981" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="145.707629455" y1="23.5" x2="145.707629455" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="147.031163832" y1="23.5" x2="147.031163832" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="147.9279259" y1="23.5" x2="147.9279259" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="148.327687304" y1="23.5" x2="148.327687304" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="148.614002904" y1="23.5" x2="148.614002904" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="150.88832116" y1="23.5" x2="150.88832116" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="151.487963265" y1="23.5" x2="151.487963265" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="151.493365446" y1="23.5" x2="151.493365446" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="151.498767627" y1="23.5" x2="151.498767627" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="151.520376352" y1="23.5" x2="151.520376352" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="153.043791431" y1="23.5" x2="153.043791431" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="154.7130654" y1="23.5" x2="154.7130654" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="155.485577302" y1="23.5" x2="155.485577302" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="155.626034011" y1="23.5" x2="155.626034011" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="155.987980147" y1="23.5" x2="155.987980147" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="157.516797407" y1="23.5" x2="157.516797407" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="157.554612675" y1="23.5" x2="157.554612675" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="157.646449754" y1="23.5" x2="157.646449754" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="157.668058479" y1="23.5" x2="157.668058479" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="157.67346066" y1="23.5" x2="157.67346066" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="157.700471565" y1="23.5" x2="157.700471565" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="157.727482471" y1="23.5" x2="157.727482471" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="158.327124577" y1="23.5" x2="158.327124577" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="158.948375407" y1="23.5" x2="158.948375407" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="159.607441505" y1="23.5" x2="159.607441505" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="159.796517844" y1="23.5" x2="159.796517844" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="161.838542311" y1="23.5" x2="161.838542311" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="163.259315949" y1="23.5" x2="163.259315949" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="164.917785556" y1="23.5" x2="164.917785556" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="165.063644446" y1="23.5" x2="165.063644446" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="165.069046628" y1="23.5" x2="165.069046628" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="167.024636197" y1="23.5" x2="167.024636197" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="167.66209357" y1="23.5" x2="167.66209357" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="168.47242074" y1="23.5" x2="168.47242074" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="168.720921072" y1="23.5" x2="168.720921072" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="169.601476596" y1="23.5" x2="169.601476596" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="169.606878777" y1="23.5" x2="169.606878777" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="169.612280958" y1="23.5" x2="169.612280958" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="169.623085321" y1="23.5" x2="169.623085321" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="169.725726762" y1="23.5" x2="169.725726762" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="169.979629275" y1="23.5" x2="169.979629275" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="173.226340135" y1="23.5" x2="173.226340135" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="174.198732738" y1="23.5" x2="174.198732738" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="174.73354867" y1="23.5" x2="174.73354867" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="175.732952179" y1="23.5" x2="175.732952179" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="175.938235062" y1="23.5" x2="175.938235062" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="176.337996466" y1="23.5" x2="176.337996466" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="177.591302488" y1="23.5" x2="177.591302488" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="178.136922783" y1="23.5" x2="178.136922783" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="179.60631605" y1="23.5" x2="179.60631605" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="180.314001778" y1="23.5" x2="180.314001778" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="182.156145544" y1="23.5" x2="182.156145544" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="183.258190494" y1="23.5" x2="183.258190494" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="183.901050049" y1="23.5" x2="183.901050049" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="185.073323354" y1="23.5" x2="185.073323354" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="187.547522312" y1="23.5" x2="187.547522312" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="187.612348486" y1="23.5" x2="187.612348486" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="189.751612213" y1="23.5" x2="189.751612213" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="193.063149247" y1="23.5" x2="193.063149247" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="193.954509133" y1="23.5" x2="193.954509133" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="197.09317637" y1="23.5" x2="197.09317637" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="197.098578551" y1="23.5" x2="197.098578551" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="197.147198181" y1="23.5" x2="197.147198181" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="197.217426536" y1="23.5" x2="197.217426536" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="198.43291729" y1="23.5" x2="198.43291729" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="198.62199363" y1="23.5" x2="198.62199363" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="198.897504868" y1="23.5" x2="198.897504868" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="199.799669116" y1="23.5" x2="199.799669116" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="199.902310558" y1="23.5" x2="199.902310558" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="199.907712739" y1="23.5" x2="199.907712739" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="199.91311492" y1="23.5" x2="199.91311492" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="200.048169448" y1="23.5" x2="200.048169448" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="201.674225969" y1="23.5" x2="201.674225969" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="204.542784149" y1="23.5" x2="204.542784149" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="204.54818633" y1="23.5" x2="204.54818633" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="204.553588511" y1="23.5" x2="204.553588511" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="204.569795055" y1="23.5" x2="204.569795055" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="204.656229953" y1="23.5" x2="204.656229953" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="205.02357827" y1="23.5" x2="205.02357827" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="205.331502594" y1="23.5" x2="205.331502594" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="206.574004254" y1="23.5" x2="206.574004254" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="206.946754752" y1="23.5" x2="206.946754752" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="207.36812488" y1="23.5" x2="207.36812488" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="207.389733605" y1="23.5" x2="207.389733605" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="207.405940148" y1="23.5" x2="207.405940148" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="208.216267318" y1="23.5" x2="208.216267318" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="208.232473861" y1="23.5" x2="208.232473861" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="209.264290457" y1="23.5" x2="209.264290457" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="210.512194298" y1="23.5" x2="210.512194298" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="212.159859543" y1="23.5" x2="212.159859543" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="212.284109709" y1="23.5" x2="212.284109709" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="212.516403498" y1="23.5" x2="212.516403498" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="213.153860871" y1="23.5" x2="213.153860871" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="214.045220758" y1="23.5" x2="214.045220758" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="215.06083081" y1="23.5" x2="215.06083081" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="217.470203595" y1="23.5" x2="217.470203595" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="217.475605776" y1="23.5" x2="217.475605776" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="217.567442855" y1="23.5" x2="217.567442855" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="217.599855942" y1="23.5" x2="217.599855942" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="219.009825217" y1="23.5" x2="219.009825217" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="219.841761111" y1="23.5" x2="219.841761111" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="220.79254499" y1="23.5" x2="220.79254499" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="221.068056228" y1="23.5" x2="221.068056228" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="221.289545654" y1="23.5" x2="221.289545654" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="221.375980552" y1="23.5" x2="221.375980552" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="221.381382733" y1="23.5" x2="221.381382733" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="225.487040393" y1="23.5" x2="225.487040393" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="226.108291223" y1="23.5" x2="226.108291223" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="226.497248264" y1="23.5" x2="226.497248264" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="227.545271403" y1="23.5" x2="227.545271403" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="227.999054618" y1="23.5" x2="227.999054618" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="228.166522233" y1="23.5" x2="228.166522233" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="228.550077094" y1="23.5" x2="228.550077094" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="228.658120716" y1="23.5" x2="228.658120716" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="228.77156652" y1="23.5" x2="228.77156652" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="229.835796203" y1="23.5" x2="229.835796203" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="230.100503078" y1="23.5" x2="230.100503078" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="231.672537787" y1="23.5" x2="231.672537787" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="232.034483923" y1="23.5" x2="232.034483923" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="233.163539779" y1="23.5" x2="233.163539779" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="233.498475009" y1="23.5" x2="233.498475009" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="233.557899002" y1="23.5" x2="233.557899002" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="233.69295353" y1="23.5" x2="233.69295353" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="235.194759884" y1="23.5" x2="235.194759884" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="235.713369273" y1="23.5" x2="235.713369273" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="235.918652156" y1="23.5" x2="235.918652156" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="236.831620767" y1="23.5" x2="236.831620767" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="237.463675959" y1="23.5" x2="237.463675959" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="239.732592034" y1="23.5" x2="239.732592034" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="239.986494547" y1="23.5" x2="239.986494547" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="240.013505453" y1="23.5" x2="240.013505453" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="241.445083452" y1="23.5" x2="241.445083452" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="241.466692177" y1="23.5" x2="241.466692177" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="241.493703083" y1="23.5" x2="241.493703083" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="242.071736464" y1="23.5" x2="242.071736464" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="242.671378569" y1="23.5" x2="242.671378569" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="243.017118161" y1="23.5" x2="243.017118161" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="243.233205407" y1="23.5" x2="243.233205407" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="244.578348508" y1="23.5" x2="244.578348508" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="247.230819443" y1="23.5" x2="247.230819443" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="247.635983028" y1="23.5" x2="247.635983028" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="248.111374968" y1="23.5" x2="248.111374968" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="248.797451971" y1="23.5" x2="248.797451971" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="249.164800288" y1="23.5" x2="249.164800288" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="250.147997254" y1="23.5" x2="250.147997254" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="250.99073751" y1="23.5" x2="250.99073751" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="251.61198834" y1="23.5" x2="251.61198834" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="251.957727933" y1="23.5" x2="251.957727933" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="252.935522717" y1="23.5" x2="252.935522717" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="254.113198204" y1="23.5" x2="254.113198204" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="254.145611291" y1="23.5" x2="254.145611291" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="255.215243154" y1="23.5" x2="255.215243154" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="256.209244482" y1="23.5" x2="256.209244482" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="256.214646664" y1="23.5" x2="256.214646664" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="256.328092467" y1="23.5" x2="256.328092467" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="258.186442776" y1="23.5" x2="258.186442776" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="258.710454346" y1="23.5" x2="258.710454346" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="260.206858519" y1="23.5" x2="260.206858519" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="260.655239553" y1="23.5" x2="260.655239553" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="261.411544911" y1="23.5" x2="261.411544911" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="261.784295409" y1="23.5" x2="261.784295409" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="262.848525092" y1="23.5" x2="262.848525092" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="262.98357962" y1="23.5" x2="262.98357962" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="262.988981801" y1="23.5" x2="262.988981801" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="263.037601432" y1="23.5" x2="263.037601432" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="263.048405794" y1="23.5" x2="263.048405794" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="263.053807975" y1="23.5" x2="263.053807975" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="263.712874073" y1="23.5" x2="263.712874073" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="264.382744533" y1="23.5" x2="264.382744533" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="264.388146714" y1="23.5" x2="264.388146714" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="265.825126895" y1="23.5" x2="265.825126895" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="265.927768336" y1="23.5" x2="265.927768336" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="266.413964638" y1="23.5" x2="266.413964638" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="267.019008925" y1="23.5" x2="267.019008925" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="267.094639461" y1="23.5" x2="267.094639461" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="268.925978864" y1="23.5" x2="268.925978864" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="269.282522819" y1="23.5" x2="269.282522819" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="269.660675498" y1="23.5" x2="269.660675498" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="270.330545958" y1="23.5" x2="270.330545958" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="270.708698637" y1="23.5" x2="270.708698637" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="270.784329173" y1="23.5" x2="270.784329173" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="272.410385693" y1="23.5" x2="272.410385693" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="274.452410161" y1="23.5" x2="274.452410161" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="278.55806782" y1="23.5" x2="278.55806782" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="279.136101201" y1="23.5" x2="279.136101201" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="280.329983231" y1="23.5" x2="280.329983231" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="280.594690106" y1="23.5" x2="280.594690106" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="282.150518272" y1="23.5" x2="282.150518272" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="282.544877494" y1="23.5" x2="282.544877494" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="282.577290581" y1="23.5" x2="282.577290581" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="282.690736385" y1="23.5" x2="282.690736385" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="283.981857675" y1="23.5" x2="283.981857675" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="284.19794492" y1="23.5" x2="284.19794492" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="284.354608173" y1="23.5" x2="284.354608173" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="284.67333686" y1="23.5" x2="284.67333686" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="286.628926429" y1="23.5" x2="286.628926429" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="286.731567871" y1="23.5" x2="286.731567871" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="286.736970052" y1="23.5" x2="286.736970052" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="291.912259575" y1="23.5" x2="291.912259575" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="293.32222885" y1="23.5" x2="293.32222885" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="293.613946631" y1="23.5" x2="293.613946631" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="294.937481008" y1="23.5" x2="294.937481008" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="295.726199453" y1="23.5" x2="295.726199453" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="295.780221264" y1="23.5" x2="295.780221264" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="295.80723217" y1="23.5" x2="295.80723217" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="296.320439377" y1="23.5" x2="296.320439377" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="296.498711355" y1="23.5" x2="296.498711355" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="298.011322071" y1="23.5" x2="298.011322071" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="298.259822403" y1="23.5" x2="298.259822403" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="298.276028947" y1="23.5" x2="298.276028947" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="299.415889165" y1="23.5" x2="299.415889165" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="299.853465837" y1="23.5" x2="299.853465837" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="299.972313822" y1="23.5" x2="299.972313822" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="300.042542176" y1="23.5" x2="300.042542176" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="303.2136225" y1="23.5" x2="303.2136225" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="304.55336342" y1="23.5" x2="304.55336342" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="305.88770216" y1="23.5" x2="305.88770216" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="311.424937819" y1="23.5" x2="311.424937819" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="311.792286136" y1="23.5" x2="311.792286136" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="312.505374045" y1="23.5" x2="312.505374045" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="313.207657592" y1="23.5" x2="313.207657592" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="313.229266316" y1="23.5" x2="313.229266316" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="314.055800029" y1="23.5" x2="314.055800029" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="314.736474852" y1="23.5" x2="314.736474852" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="314.860725018" y1="23.5" x2="314.860725018" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="315.633236919" y1="23.5" x2="315.633236919" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="315.941161244" y1="23.5" x2="315.941161244" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="316.054607048" y1="23.5" x2="316.054607048" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="316.254487749" y1="23.5" x2="316.254487749" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="317.151249817" y1="23.5" x2="317.151249817" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="318.593632179" y1="23.5" x2="318.593632179" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="320.149460345" y1="23.5" x2="320.149460345" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="321.413570729" y1="23.5" x2="321.413570729" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="321.867353944" y1="23.5" x2="321.867353944" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="323.023420706" y1="23.5" x2="323.023420706" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="323.774323883" y1="23.5" x2="323.774323883" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="323.893171868" y1="23.5" x2="323.893171868" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="324.325346359" y1="23.5" x2="324.325346359" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="326.372773007" y1="23.5" x2="326.372773007" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="326.38897955" y1="23.5" x2="326.38897955" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="326.86437149" y1="23.5" x2="326.86437149" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="327.139882728" y1="23.5" x2="327.139882728" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="327.409991784" y1="23.5" x2="327.409991784" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="327.761133558" y1="23.5" x2="327.761133558" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="327.939405535" y1="23.5" x2="327.939405535" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="333.498249918" y1="23.5" x2="333.498249918" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="333.595489179" y1="23.5" x2="333.595489179" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="335.578089654" y1="23.5" x2="335.578089654" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="336.393819004" y1="23.5" x2="336.393819004" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="336.528873533" y1="23.5" x2="336.528873533" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="337.863212272" y1="23.5" x2="337.863212272" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="338.992268128" y1="23.5" x2="338.992268128" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="341.444858362" y1="23.5" x2="341.444858362" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="342.563109856" y1="23.5" x2="342.563109856" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="343.319415214" y1="23.5" x2="343.319415214" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="344.253992549" y1="23.5" x2="344.253992549" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="344.842830293" y1="23.5" x2="344.842830293" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="345.49649421" y1="23.5" x2="345.49649421" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="346.458082451" y1="23.5" x2="346.458082451" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="347.106344186" y1="23.5" x2="347.106344186" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="347.543920858" y1="23.5" x2="347.543920858" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="349.515716971" y1="23.5" x2="349.515716971" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="349.839847839" y1="23.5" x2="349.839847839" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="350.045130722" y1="23.5" x2="350.045130722" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="352.708406019" y1="23.5" x2="352.708406019" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="352.940699808" y1="23.5" x2="352.940699808" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="353.675396441" y1="23.5" x2="353.675396441" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="354.129179656" y1="23.5" x2="354.129179656" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="355.863279799" y1="23.5" x2="355.863279799" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="357.176009814" y1="23.5" x2="357.176009814" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="357.186814176" y1="23.5" x2="357.186814176" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="357.192216357" y1="23.5" x2="357.192216357" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="357.197618538" y1="23.5" x2="357.197618538" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="357.424510146" y1="23.5" x2="357.424510146" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="357.473129776" y1="23.5" x2="357.473129776" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="358.267250402" y1="23.5" x2="358.267250402" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="358.953327406" y1="23.5" x2="358.953327406" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="359.228838644" y1="23.5" x2="359.228838644" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="359.995948364" y1="23.5" x2="359.995948364" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="361.12500422" y1="23.5" x2="361.12500422" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="361.562580892" y1="23.5" x2="361.562580892" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="362.054179375" y1="23.5" x2="362.054179375" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="362.972550167" y1="23.5" x2="362.972550167" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="362.994158892" y1="23.5" x2="362.994158892" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="363.107604695" y1="23.5" x2="363.107604695" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="363.123811239" y1="23.5" x2="363.123811239" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="363.140017782" y1="23.5" x2="363.140017782" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="363.17783305" y1="23.5" x2="363.17783305" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="363.27507231" y1="23.5" x2="363.27507231" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="364.771476484" y1="23.5" x2="364.771476484" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="365.441346944" y1="23.5" x2="365.441346944" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="365.706053819" y1="23.5" x2="365.706053819" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="366.154434853" y1="23.5" x2="366.154434853" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="367.116023094" y1="23.5" x2="367.116023094" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="367.564404128" y1="23.5" x2="367.564404128" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="368.034393887" y1="23.5" x2="368.034393887" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="368.558405456" y1="23.5" x2="368.558405456" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="369.498384973" y1="23.5" x2="369.498384973" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="370.130440165" y1="23.5" x2="370.130440165" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="370.77329972" y1="23.5" x2="370.77329972" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="371.237887297" y1="23.5" x2="371.237887297" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="372.707280565" y1="23.5" x2="372.707280565" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="374.306326179" y1="23.5" x2="374.306326179" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="374.916772647" y1="23.5" x2="374.916772647" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="375.656871462" y1="23.5" x2="375.656871462" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="375.98100233" y1="23.5" x2="375.98100233" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="377.860961363" y1="23.5" x2="377.860961363" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="377.936591899" y1="23.5" x2="377.936591899" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="378.682092895" y1="23.5" x2="378.682092895" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="381.8585754" y1="23.5" x2="381.8585754" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="383.608882086" y1="23.5" x2="383.608882086" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="384.132893656" y1="23.5" x2="384.132893656" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="384.386796169" y1="23.5" x2="384.386796169" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="384.44081798" y1="23.5" x2="384.44081798" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="384.521850697" y1="23.5" x2="384.521850697" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="385.234938606" y1="23.5" x2="385.234938606" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="385.25114515" y1="23.5" x2="385.25114515" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="385.369993135" y1="23.5" x2="385.369993135" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="385.499645482" y1="23.5" x2="385.499645482" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="385.640102191" y1="23.5" x2="385.640102191" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="385.948026516" y1="23.5" x2="385.948026516" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="385.953428697" y1="23.5" x2="385.953428697" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="386.147907218" y1="23.5" x2="386.147907218" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="386.153309399" y1="23.5" x2="386.153309399" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="386.709734055" y1="23.5" x2="386.709734055" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="387.152712908" y1="23.5" x2="387.152712908" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="388.135909874" y1="23.5" x2="388.135909874" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="388.179127323" y1="23.5" x2="388.179127323" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="388.535671277" y1="23.5" x2="388.535671277" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="389.194737375" y1="23.5" x2="389.194737375" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="389.259563549" y1="23.5" x2="389.259563549" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="389.286574454" y1="23.5" x2="389.286574454" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="389.842999111" y1="23.5" x2="389.842999111" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="391.631121065" y1="23.5" x2="391.631121065" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="392.052491193" y1="23.5" x2="392.052491193" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="392.760176921" y1="23.5" x2="392.760176921" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="393.003275072" y1="23.5" x2="393.003275072" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="393.203155774" y1="23.5" x2="393.203155774" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="393.4246452" y1="23.5" x2="393.4246452" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="393.689352076" y1="23.5" x2="393.689352076" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="393.840613148" y1="23.5" x2="393.840613148" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="394.975071185" y1="23.5" x2="394.975071185" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="395.007484272" y1="23.5" x2="395.007484272" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="395.066908264" y1="23.5" x2="395.066908264" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="396.325616468" y1="23.5" x2="396.325616468" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="396.90905203" y1="23.5" x2="396.90905203" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="396.914454211" y1="23.5" x2="396.914454211" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="400.144958527" y1="23.5" x2="400.144958527" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="400.987698783" y1="23.5" x2="400.987698783" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="401.047122776" y1="23.5" x2="401.047122776" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="401.662971425" y1="23.5" x2="401.662971425" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="402.062732828" y1="23.5" x2="402.062732828" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="403.542930458" y1="23.5" x2="403.542930458" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="403.683387168" y1="23.5" x2="403.683387168" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="403.937289681" y1="23.5" x2="403.937289681" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="403.969702767" y1="23.5" x2="403.969702767" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="404.083148571" y1="23.5" x2="404.083148571" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="404.450496888" y1="23.5" x2="404.450496888" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="405.406682948" y1="23.5" x2="405.406682948" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="405.698400729" y1="23.5" x2="405.698400729" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="406.757228231" y1="23.5" x2="406.757228231" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="407.400087785" y1="23.5" x2="407.400087785" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="407.670196842" y1="23.5" x2="407.670196842" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="408.448110925" y1="23.5" x2="408.448110925" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="409.442112253" y1="23.5" x2="409.442112253" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="409.982330366" y1="23.5" x2="409.982330366" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="410.117384894" y1="23.5" x2="410.117384894" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="412.218833354" y1="23.5" x2="412.218833354" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="412.359290063" y1="23.5" x2="412.359290063" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="413.796270244" y1="23.5" x2="413.796270244" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="414.649814863" y1="23.5" x2="414.649814863" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="414.693032312" y1="23.5" x2="414.693032312" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="415.141413346" y1="23.5" x2="415.141413346" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="415.913925247" y1="23.5" x2="415.913925247" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="415.967947059" y1="23.5" x2="415.967947059" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="416.065186319" y1="23.5" x2="416.065186319" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="417.097002915" y1="23.5" x2="417.097002915" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="417.783079919" y1="23.5" x2="417.783079919" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="418.226058771" y1="23.5" x2="418.226058771" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="418.966157586" y1="23.5" x2="418.966157586" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="419.003972854" y1="23.5" x2="419.003972854" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="419.457756069" y1="23.5" x2="419.457756069" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="421.197258393" y1="23.5" x2="421.197258393" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="422.331716431" y1="23.5" x2="422.331716431" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="424.314316905" y1="23.5" x2="424.314316905" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="425.178665886" y1="23.5" x2="425.178665886" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="427.750104105" y1="23.5" x2="427.750104105" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="428.16066987" y1="23.5" x2="428.16066987" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="428.166072052" y1="23.5" x2="428.166072052" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="428.247104769" y1="23.5" x2="428.247104769" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="428.257909131" y1="23.5" x2="428.257909131" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="428.268713493" y1="23.5" x2="428.268713493" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="428.673877078" y1="23.5" x2="428.673877078" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="428.884562142" y1="23.5" x2="428.884562142" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="429.041225395" y1="23.5" x2="429.041225395" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="436.793355317" y1="23.5" x2="436.793355317" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="438.52745546" y1="23.5" x2="438.52745546" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="438.727336162" y1="23.5" x2="438.727336162" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="438.970434313" y1="23.5" x2="438.970434313" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="440.402012312" y1="23.5" x2="440.402012312" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="441.936231754" y1="23.5" x2="441.936231754" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="442.200938629" y1="23.5" x2="442.200938629" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="443.265168312" y1="23.5" x2="443.265168312" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="443.324592304" y1="23.5" x2="443.324592304" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="443.762168976" y1="23.5" x2="443.762168976" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="445.204551338" y1="23.5" x2="445.204551338" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="445.593508379" y1="23.5" x2="445.593508379" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="446.263378839" y1="23.5" x2="446.263378839" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="446.333607194" y1="23.5" x2="446.333607194" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="448.300001125" y1="23.5" x2="448.300001125" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="449.045502121" y1="23.5" x2="449.045502121" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="449.18055665" y1="23.5" x2="449.18055665" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="449.202165374" y1="23.5" x2="449.202165374" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="449.704568219" y1="23.5" x2="449.704568219" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="449.872035834" y1="23.5" x2="449.872035834" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="449.888242378" y1="23.5" x2="449.888242378" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="449.915253284" y1="23.5" x2="449.915253284" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="450.801210989" y1="23.5" x2="450.801210989" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="452.443474053" y1="23.5" x2="452.443474053" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="453.831834603" y1="23.5" x2="453.831834603" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="454.615150867" y1="23.5" x2="454.615150867" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="454.636759592" y1="23.5" x2="454.636759592" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="454.706987946" y1="23.5" x2="454.706987946" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="455.863054708" y1="23.5" x2="455.863054708" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="456.035924505" y1="23.5" x2="456.035924505" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="456.041326686" y1="23.5" x2="456.041326686" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="456.927284391" y1="23.5" x2="456.927284391" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="459.028732851" y1="23.5" x2="459.028732851" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="459.039537213" y1="23.5" x2="459.039537213" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="459.109765568" y1="23.5" x2="459.109765568" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="459.12056993" y1="23.5" x2="459.12056993" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="459.574353145" y1="23.5" x2="459.574353145" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="460.038940722" y1="23.5" x2="460.038940722" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="460.055147266" y1="23.5" x2="460.055147266" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="460.69800682" y1="23.5" x2="460.69800682" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="460.708811183" y1="23.5" x2="460.708811183" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="460.74662645" y1="23.5" x2="460.74662645" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="461.94050848" y1="23.5" x2="461.94050848" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="462.016139016" y1="23.5" x2="462.016139016" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="462.961520714" y1="23.5" x2="462.961520714" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="463.03715125" y1="23.5" x2="463.03715125" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="463.042553431" y1="23.5" x2="463.042553431" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="463.047955612" y1="23.5" x2="463.047955612" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="463.080368699" y1="23.5" x2="463.080368699" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="463.777250065" y1="23.5" x2="463.777250065" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="463.815065333" y1="23.5" x2="463.815065333" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="465.873296343" y1="23.5" x2="465.873296343" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="467.09959146" y1="23.5" x2="467.09959146" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="468.088190607" y1="23.5" x2="468.088190607" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="468.098994969" y1="23.5" x2="468.098994969" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="469.233453007" y1="23.5" x2="469.233453007" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="469.255061731" y1="23.5" x2="469.255061731" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="469.379311897" y1="23.5" x2="469.379311897" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="470.886520433" y1="23.5" x2="470.886520433" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="471.459151632" y1="23.5" x2="471.459151632" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="472.166837361" y1="23.5" x2="472.166837361" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="472.793490372" y1="23.5" x2="472.793490372" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="472.939349262" y1="23.5" x2="472.939349262" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="472.955555806" y1="23.5" x2="472.955555806" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="472.971762349" y1="23.5" x2="472.971762349" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="472.993371074" y1="23.5" x2="472.993371074" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="473.004175436" y1="23.5" x2="473.004175436" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="473.052795066" y1="23.5" x2="473.052795066" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="473.079805972" y1="23.5" x2="473.079805972" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="473.139229964" y1="23.5" x2="473.139229964" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="473.220262681" y1="23.5" x2="473.220262681" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="473.258077949" y1="23.5" x2="473.258077949" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="473.26348013" y1="23.5" x2="473.26348013" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="473.484969556" y1="23.5" x2="473.484969556" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.100818205" y1="23.5" x2="474.100818205" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.235872734" y1="23.5" x2="474.235872734" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.295296726" y1="23.5" x2="474.295296726" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.441155617" y1="23.5" x2="474.441155617" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.462764341" y1="23.5" x2="474.462764341" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.495177428" y1="23.5" x2="474.495177428" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.527590515" y1="23.5" x2="474.527590515" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.538394877" y1="23.5" x2="474.538394877" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.587014507" y1="23.5" x2="474.587014507" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.597818869" y1="23.5" x2="474.597818869" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.635634137" y1="23.5" x2="474.635634137" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.6464385" y1="23.5" x2="474.6464385" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.722069035" y1="23.5" x2="474.722069035" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.727471217" y1="23.5" x2="474.727471217" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.835514839" y1="23.5" x2="474.835514839" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.846319201" y1="23.5" x2="474.846319201" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.921949737" y1="23.5" x2="474.921949737" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="474.932754099" y1="23.5" x2="474.932754099" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="475.089417352" y1="23.5" x2="475.089417352" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="476.164451397" y1="23.5" x2="476.164451397" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="476.207668846" y1="23.5" x2="476.207668846" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="477.471779231" y1="23.5" x2="477.471779231" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="477.623040303" y1="23.5" x2="477.623040303" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="478.579226363" y1="23.5" x2="478.579226363" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="478.768302702" y1="23.5" x2="478.768302702" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="478.773704883" y1="23.5" x2="478.773704883" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="478.779107064" y1="23.5" x2="478.779107064" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="479.200477193" y1="23.5" x2="479.200477193" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="479.800119298" y1="23.5" x2="479.800119298" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="479.805521479" y1="23.5" x2="479.805521479" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
<line x1="479.891956377" y1="23.5" x2="479.891956377" y2="33.5" style="stroke: black; fill: black; stroke-width: 0.5;"/>
</svg>

<!-- Legend -->
<svg id="legend" x="0" y="150" width="80%">
<text font-family="monospace" font-size="6" x="10" y="10.5" fill="black">Colors:</text>
<rect x="50.0" y="7.5" width="5.0" height="3.0" stroke-width="0" fill="orange"/>
<text font-family="monospace" font-size="6" x="60" y="10.5" fill="black">raw exp space</text>
<rect x="50.0" y="17.5" width="5.0" height="3.0" stroke-width="0" fill="#bbbbbb"/>
<text font-family="monospace" font-size="6" x="60" y="20.5" fill="black">intronic</text>
<rect x="130.0" y="7.5" width="5.0" height="3.0" stroke-width="0" fill="gray"/>
<text font-family="monospace" font-size="6" x="140" y="10.5" fill="black">noncoding exon</text>
<rect x="130.0" y="17.5" width="5.0" height="3.0" stroke-width="0" fill="magenta"/>
<text font-family="monospace" font-size="6" x="140" y="20.5" fill="black">coding exon</text>
<rect x="230.0" y="7.5" width="5.0" height="3.0" stroke-width="0" fill="cyan"/>
<text font-family="monospace" font-size="6" x="240" y="10.5" fill="black">promoter</text>
<rect x="230.0" y="17.5" width="5.0" height="3.0" stroke-width="0" fill="#00ffaa"/>
<text font-family="monospace" font-size="6" x="240" y="20.5" fill="black">exon</text>
<rect x="300.0" y="7.5" width="5.0" height="3.0" stroke-width="0" fill="#0066ff"/>
<text font-family="monospace" font-size="6" x="310" y="10.5" fill="black">indel snp</text>
<rect x="300.0" y="17.5" width="5.0" height="3.0" stroke-width="0" fill="#cc0000"/>
<text font-family="monospace" font-size="6" x="310" y="20.5" fill="black">nonsynonymous snp</text>
<rect x="400.0" y="7.5" width="5.0" height="3.0" stroke-width="0" fill="#006600"/>
<text font-family="monospace" font-size="6" x="410" y="10.5" fill="black">synonymous snp</text>
<rect x="400.0" y="17.5" width="5.0" height="3.0" stroke-width="0" fill="black"/>
<text font-family="monospace" font-size="6" x="410" y="20.5" fill="black">intronic snp</text>
</svg>

<!-- UI -->
<!--
<circle  id="zoom_in"   onclick="doZoom('in')"    fill="blue" cx="560" cy="162" r="6"/>
<circle  id="zoom_out"  onclick="doZoom('out')"   fill="red"  cx="560" cy="162" r="3"/>
<polygon id="pan_left " onclick="doPan('left')"   fill="red" points="540,162 550,168 550,156"/>
<polygon id="pan_right" onclick="doPan('right')"  fill="red" points="580,162 570,168 570,156"/>
<text id="debug_text" onclick="debug()" font-size="6" x="514" y="164" fill="red">Debug</text>
-->
</svg>
</script>

</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC
	"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
	"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xml:lang="en" dir="ltr">
<head>
<title>UCSF PMT - Gene View</title>
<script src="../../../src/svg.js"></script>
</head>
<body>
<p>
Offset: <input id="offset" name="offset" type="text" value="none"/>
<br/>
Size: <input id="size" name="size" type="text" value="none"/>
</p>

<!--[if IE]><object id="genome" src="issue248-2.svg" classid="image/svg+xml"  width="100%" ><![endif]-->
<!--[if !IE]>--><object id="genome" data="issue248-2.svg" type="image/svg+xml" width="100%" ><!--<![endif]--></object>

</body>
</html>
<!DOCTYPE html>
<html>
  <head>
    
    <script src="../../../src/svg.js" data-path="../../../src" data-debug="true"></script>
    
    <script>
      function ready() {
        var obj = document.getElementById('myObject');
        if (!obj) {
          printResults('Unable to fetch myObject');
          return;
        }
        
        var doc = obj.contentDocument;
        if (!doc) {
          printResults('Unable to fetch contentDocument');
          return;
        }
        
        var root = doc.rootElement;
        if (!root) {
          printResults('Unable to fetch rootElement');
          return;
        }
        
        var circle = doc.getElementById('myCircle');
        if (!circle) {
          printResults('Unable to fetch circle');
          return;
        }
        
        if (circle.getAttribute('id') != 'myCircle') {
          printResults('Circle does not have correct ID');
          return;
        }
        
        printResults('Working!');
      }
      
      function printResults(msg) {
        var results = document.getElementById('testResults');
        results.innerHTML = '';
        results.appendChild(document.createTextNode(msg));
      }

      svgweb.addOnLoad(ready);
    </script>
    
  </head>
  
  <body>
    <p>Test case for <a href="http://code.google.com/p/svgweb/issues/detail?id=249">Issue 249</a> (<i>  	 flash renderer svgobj.contentDocument breaks if svg contains DOCTYPE declaration</i>).</p>
    
    <p>If contentDocument can be fetched and we can navigate to the
       myCircle object even with a DOCTYPE in the SVG file, the message
       'Working!' will appear below; if anything else appears then Issue 272
       still fails.</p>
       
    <h2 id="testResults">Not Working!</h2>
    <!--[if !IE]>-->
      <object data="issue249.svg" type="image/svg+xml"
              width="200" height="200" id="myObject"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue249.svg" classid="image/svg+xml"
              width="200" height="200" id="myObject"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue249.svg" type="image/svg+xml"
              width="200" height="200" id="myObject"> <![endif]-->
      </object>
   
  </body>
</html>
<html>
<head>
	<script src="../../../src/svg.js" data-path="../../../src/"></script> 
</head>

<body>
<!--[if !IE]>-->
<object data="issue263.svg" type="image/svg+xml" width="100%" height="100%" id="mySVGObject">
<!--<![endif]-->
<!--[if lt IE 9]>
<object src="issue263.svg" classid="image/svg+xml" width="100%" height="100%" id="mySVGObject">
<![endif]-->
<!--[if gte IE 9]>
<object data="issue263.svg" type="image/svg+xml" width="100%" height="100%" id="mySVGObject">
<![endif]-->
</object>
</body>
</html>
<html xmlns:svg="http://www.w3.org/2000/svg-20000303-stylable"><head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="../../../src/svg.js" data-path="../../../src/" type="text/javascript"></script><script>

  var SVGDoc;


	 function showreading(evt) {
	  SVGDoc = document.getElementById('svg_main').contentDocument;
	  var myx = evt.target.getAttribute('cx');
	  var myy = evt.target.getAttribute('cy') - 40;
	  var val = evt.target.getAttribute('val');
	  var tim = evt.target.getAttribute('tim');
	  var typ = evt.target.getAttribute('type');
	  var units = evt.target.getAttribute('units');
	  SVGDoc.getElementById('val').firstChild.data = typ + ": " + val + " " + units + " at " + tim;
	  SVGDoc.getElementById('readings').setAttribute('transform','translate(' + myx + ',' + myy + ')');
	 }

	 function hidereading(evt) {
	  SVGDoc = document.getElementById('svg_main').contentDocument;
	  SVGDoc.getElementById('readings').setAttribute('transform','translate(500,800)');
	 }

 function plot(path) {
  var n_path = SVGDoc.createElementNS('http://www.w3.org/2000/svg','path');
  n_path.setAttribute( 'fill', 'none' );
  n_path.setAttribute( 'd', path );
  return n_path;
 }
 function point(x,y,val,tim,typ,units) {
  var n_point = SVGDoc.createElementNS('http://www.w3.org/2000/svg', 'g');
  var n_cir = SVGDoc.createElementNS('http://www.w3.org/2000/svg', 'circle');
  n_cir.setAttribute( 'cx', x );
  n_cir.setAttribute( 'cy', y );
  n_cir.setAttribute( 'r', 2 );
  n_cir.setAttribute( 'val', val );
  n_cir.setAttribute( 'tim', tim );
  n_cir.setAttribute( 'type', typ );
  n_cir.setAttribute( 'units', units );
  n_point.appendChild(n_cir);
  return n_point;
 }
 function add_text(x,y,t) {
  var txt = SVGDoc.createElementNS('http://www.w3.org/2000/svg','text');
  txt.setAttribute( 'x', x );
  txt.setAttribute( 'y', y );
  txt.appendChild(SVGDoc.createTextNode(t));
  return txt;
 }
	function init(evt) {
	//SVGDoc = document.embeds[0].getSVGDocument();
	var obj = document.createElement('object', true);
	obj.setAttribute('id', 'svg_main');
	obj.setAttribute('type', 'image/svg+xml');
	obj.setAttribute('data', 'issue270.svg');
	obj.setAttribute('width', '90%');
	obj.setAttribute('height', '85%');
	obj.addEventListener(window.svgweb ? 'SVGLoad' : 'load', function() {

	SVGDoc = document.getElementById('svg_main').contentDocument;

        SVGDoc.getElementById("dataPoints").addEventListener("mouseover", showreading, false);
        SVGDoc.getElementById("dataPoints").addEventListener("mouseout", hidereading, false);

        SVGDoc.getElementById("fdataPoints").addEventListener("mouseover", showreading, false);
        SVGDoc.getElementById("fdataPoints").addEventListener("mouseout", hidereading, false);

        SVGDoc.getElementById("fdataPoints2").addEventListener("mouseover", showreading, false);
        SVGDoc.getElementById("fdataPoints2").addEventListener("mouseout", hidereading, false);


	var grid = SVGDoc.getElementById("grid");
	var graphs = SVGDoc.getElementById("plot");
	var fgraphs1 = SVGDoc.getElementById("fplot");
	var fgraphs2 = SVGDoc.getElementById("fplot2");
	var fgraphs3 = SVGDoc.getElementById("fplot3");
	var xaxis = SVGDoc.getElementById("xShift");
	var xLines = SVGDoc.getElementById("xLines");
	var yaxis = SVGDoc.getElementById("y-axis");
	var y2axis = SVGDoc.getElementById("y2-axis");
	var points = SVGDoc.getElementById("dataPoints");
	var fpoints1 = SVGDoc.getElementById("fdataPoints");
	var fpoints2 = SVGDoc.getElementById("fdataPoints2");
	var fpoints3 = SVGDoc.getElementById("fdataPoints3");
	var readings = SVGDoc.getElementById("readings");
	var legend = SVGDoc.getElementById("legend");
	var action = SVGDoc.getElementById("actionRect");
	var flood = SVGDoc.getElementById("floodRect");
	var moderate = SVGDoc.getElementById("moderateRect");
	var major = SVGDoc.getElementById("majorRect");
	var stage = SVGDoc.getElementById("stage");
	var nowLine = SVGDoc.getElementById("nowLine");
	nowLine.setAttribute('transform','translate(52.3816666666667,0)');

	var title = SVGDoc.getElementById("title");
	var lastVal = SVGDoc.getElementById("lastVal");
	var lastFlow = SVGDoc.getElementById("lastFlow");
	var lastTim = SVGDoc.getElementById("lastTim");
	var lastDay = SVGDoc.getElementById("lastDay");
	var lastFlood = SVGDoc.getElementById("lastFlood");

	xaxis.appendChild(add_text(1040,670,'Sat'));
	xaxis.appendChild(add_text(896,670,'Fri'));
	xaxis.appendChild(add_text(752,670,'Thu'));
	xaxis.appendChild(add_text(608,670,'Wed'));
	xaxis.appendChild(add_text(464,670,'Tue'));
	xaxis.appendChild(add_text(320,670,'Mon'));
	xaxis.appendChild(add_text(176,670,'Sun'));
	xaxis.appendChild(add_text(1040,685,'09-12'));
	xaxis.appendChild(add_text(896,685,'09-11'));
	xaxis.appendChild(add_text(752,685,'09-10'));
	xaxis.appendChild(add_text(608,685,'09-09'));
	xaxis.appendChild(add_text(464,685,'09-08'));
	xaxis.appendChild(add_text(320,685,'09-07'));
	xaxis.appendChild(add_text(176,685,'09-06'));

	xaxis.appendChild(add_text(1040,20,'09-12'));
	xaxis.appendChild(add_text(896,20,'09-11'));
	xaxis.appendChild(add_text(752,20,'09-10'));
	xaxis.appendChild(add_text(608,20,'09-09'));
	xaxis.appendChild(add_text(464,20,'09-08'));
	xaxis.appendChild(add_text(320,20,'09-07'));
	xaxis.appendChild(add_text(176,20,'09-06'));
	xaxis.appendChild(add_text(1040,5,'8am'));
	xaxis.appendChild(add_text(896,5,'8am'));
	xaxis.appendChild(add_text(752,5,'8am'));
	xaxis.appendChild(add_text(608,5,'8am'));
	xaxis.appendChild(add_text(464,5,'8am'));
	xaxis.appendChild(add_text(320,5,'8am'));
	xaxis.appendChild(add_text(176,5,'8am'));

	  


	title.firstChild.data = "Ventura River at Foster Park (VRVC1)";

	action.setAttributeNS(null,"height",(17.35-16.89)/0.025);
	action.setAttributeNS(null,"y",640 - (17.35-(5))/0.025);

	flood.setAttributeNS(null,"height",(17.61-17.35)/0.025);
	flood.setAttributeNS(null,"y",640 - (17.61-(5))/0.025);

	moderate.setAttributeNS(null,"height",(19.5-17.61)/0.025);
	moderate.setAttributeNS(null,"y",640 - (19.5-(5))/0.025);

	major.setAttributeNS(null,"height",(20 - 19.5)/0.025);

	stage.appendChild(add_text(1035,640 - (16.89-(5))/0.025,'Action Flow: 15000'));
	
	stage.appendChild(add_text(1035,640 - (17.35-(5))/0.025,'Flood Flow: 18000'));
	stage.appendChild(add_text(1035,640 - (17.61-(5))/0.025,'Moderate Flood Flow: 20000'));
	stage.appendChild(add_text(1035,640 - (19.5-(5))/0.025,'Major Flood Flow: 40000'));

	
		yaxis.appendChild(add_text(130,645-(5-(5))/0.025,5));
		y2axis.appendChild(add_text(1050,645-(5-(5))/0.025,0));
		var y = 640 - (5-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(6-(5))/0.025,6));
		y2axis.appendChild(add_text(1050,645-(6-(5))/0.025,10));
		var y = 640 - (6-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(7-(5))/0.025,7));
		y2axis.appendChild(add_text(1050,645-(7-(5))/0.025,40));
		var y = 640 - (7-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(8-(5))/0.025,8));
		y2axis.appendChild(add_text(1050,645-(8-(5))/0.025,90));
		var y = 640 - (8-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(9-(5))/0.025,9));
		y2axis.appendChild(add_text(1050,645-(9-(5))/0.025,200));
		var y = 640 - (9-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(10-(5))/0.025,10));
		y2axis.appendChild(add_text(1050,645-(10-(5))/0.025,420));
		var y = 640 - (10-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(11-(5))/0.025,11));
		y2axis.appendChild(add_text(1050,645-(11-(5))/0.025,800));
		var y = 640 - (11-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(12-(5))/0.025,12));
		y2axis.appendChild(add_text(1050,645-(12-(5))/0.025,1460));
		var y = 640 - (12-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(13-(5))/0.025,13));
		y2axis.appendChild(add_text(1050,645-(13-(5))/0.025,2520));
		var y = 640 - (13-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(14-(5))/0.025,14));
		y2axis.appendChild(add_text(1050,645-(14-(5))/0.025,4190));
		var y = 640 - (14-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(15-(5))/0.025,15));
		y2axis.appendChild(add_text(1050,645-(15-(5))/0.025,6710));
		var y = 640 - (15-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(16-(5))/0.025,16));
		y2axis.appendChild(add_text(1050,645-(16-(5))/0.025,10410));
		var y = 640 - (16-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(17-(5))/0.025,17));
		y2axis.appendChild(add_text(1050,645-(17-(5))/0.025,15730));
		var y = 640 - (17-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(18-(5))/0.025,18));
		y2axis.appendChild(add_text(1050,645-(18-(5))/0.025,23240));
		var y = 640 - (18-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(19-(5))/0.025,19));
		y2axis.appendChild(add_text(1050,645-(19-(5))/0.025,33630));
		var y = 640 - (19-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		yaxis.appendChild(add_text(130,645-(20-(5))/0.025,20));
		y2axis.appendChild(add_text(1050,645-(20-(5))/0.025,47690));
		var y = 640 - (20-(5))/0.025;
		grid.appendChild(plot("M 140 " + y.toString() + " L 1040 " + y.toString(),"gray"));
	
		  lastVal.firstChild.data = "Last observed value: 5.66 ft / 3.3 cfs";
		  lastFlood.firstChild.data = "Flood Flow: 18000";
		  
		  lastTim.firstChild.data = "07:00 10-Sep-2009";

	   
}, false);
svgweb.appendChild(obj, document.body);

	}
    svgweb.addOnLoad(init);
</script>
<title>Ventura River at Foster Park</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
  <head>
    
    <script src="../../../src/svg.js" data-path="../../../src" data-debug="true"></script>
    
    <script>
      function ready() {
        var obj = document.getElementById('myObject');
        if (!obj) {
          printResults('Unable to fetch myObject');
          return;
        }
        
        var doc = obj.contentDocument;
        if (!doc) {
          printResults('Unable to fetch contentDocument');
          return;
        }
        
        var root = doc.rootElement;
        if (!root) {
          printResults('Unable to fetch rootElement');
          return;
        }
        
        var circle = doc.getElementById('myCircle');
        if (!circle) {
          printResults('Unable to fetch circle');
          return;
        }
        
        if (circle.getAttribute('id') != 'myCircle') {
          printResults('Circle does not have correct ID');
          return;
        }
        
        printResults('Working!');
      }
      
      function printResults(msg) {
        var results = document.getElementById('testResults');
        results.innerHTML = '';
        results.appendChild(document.createTextNode(msg));
      }

      svgweb.addOnLoad(ready);
    </script>
    
  </head>
  
  <body>
    <p>Test case for <a href="http://code.google.com/p/svgweb/issues/detail?id=272">Issue 272</a> (<i>Fetching contentDocument on SVG OBJECT does not work in IE 8/Standards Mode</i>).</p>
    
    <p>If contentDocument can be fetched and we can navigate to the
       myCircle object, the message 'Working!' will appear below; if
       anything else appears then Issue 272 still fails.</p>
       
    <h2 id="testResults">Not Working!</h2>
    <!--[if !IE]>-->
      <object data="issue272.svg" type="image/svg+xml"
              width="200" height="200" id="myObject"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue272.svg" classid="image/svg+xml"
              width="200" height="200" id="myObject"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue272.svg" type="image/svg+xml"
              width="200" height="200" id="myObject"> <![endif]-->
      </object>
    
  </body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>The SVG Feed</title>
<meta name="robots" content="noarchive" />
<meta http-equiv='Content-Type' content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="issue276.css" type="text/css" media="screen" />
<link rel="alternate" href="http://svgfeed.burningbird.net/atom.xml" title="" type="application/atom+xml" />
<script src="../../../src/svg.js" data-path="../../../src/" data-debug="true"></script>
</head>
<body>
<div id="outer">




<div id="inner">

<div id="header">
<h1>The SVG Feed</h1>
</div>

<div id="content">
<div id="entry">

<div class="daygroup">
<h2>September 10, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://codinginparadise.org/projects/svgweb/samples/demo.html">demo.html</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://codinginparadise.org/projects/svgweb/samples/demo.html">by shelleyp at September 10, 2009 01:57 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 08, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/sk1-ubuntu-repository-vector-graphics-editor-linux">sK1 Ubuntu Repository (Vector Graphics Editor For Linux)</a></h4>
<div class="entry">
<div class="content">
<p>A few months ago I was telling you about   sK1  , an open source vector graphics editor similar to CorelDRAW, Adobe Illustrator, or Freehand. At the time, you had to compile it, but now (actually it exists for quite some time, but I wasn't aware of it) there is an Ubuntu repository from where you can install the latest version.    Why sK1 and not InkScape?  While  InkScape  is oriented to the SVG format and is ideal for web design, sK1 targets professional designers from the prepress world. So s</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/sk1-ubuntu-repository-vector-graphics-editor-linux">September 08, 2009 02:36 PM</a>
</p>
</div>
</div>




<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/yellow-schoolbus-vector">Yellow Schoolbus Vector</a></h4>
<div class="entry">
<div class="content">
<p>Simple design of a yellow schoolbus in front view. Different designs, yellow schoolbus with stop sign, flashing lights, etc… Useful as clipart for your website, blog, scrapbook, projects and designs. Have fun using!    Format:  1 eps/svg, 4 png   Resolution:  png @ 550dpi (7369×7369)  Size:  7 Mb       Download from  Depositfiles    or  Uploading      Preview   (Click to see fullsize)</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/yellow-schoolbus-vector">September 08, 2009 02:19 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 07, 2009</h2>

<div class="channelgroup">
<h3><a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://weblogs.mozillazine.org/roc/archives/2009/09/cheap_broadband.html">Cheap Broadband Doesn't Matter</a></h4>
<div class="entry">
<div class="content" lang="en">
<div class="columns"><p>A lot of people have the idea that a successful "knowledge economy" requires much cheaper and faster broadband than what we have available in NZ today. I strongly disagree. If that was so, then Japan, South Korea and China would be dominating the United States in software development and Internet services, but they are not, or at least their strength is in volume, not innovation.
</p><p><a href="http://blogs.nzherald.co.nz/blog/start-ups-and-strategies/2009/9/8/why-lack-cheap-broadband-killing-our-knowledge-economy/?c_id=5&amp;objectid=10595895">This Herald blogger</a> suggests that if only we had faster, cheaper broadband, users would be figuring out amazing things to do with it. I don't understand this argument at all. <em>Users</em> can't do anything with broadband except use services provided by software developers. NZ's network is adequate enough to build and deploy any service developers can think of, and if you want to reach a mass market you can trivially host your services in the USA or elsewhere. (<a href="http://www.bluishcoder.co.nz/">Chris Double</a> in our office runs <a href="http://tinyvid.tv/">TinyVid</a>, hosted in the USA, as a hobby, for goodness sake.)
</p><p>Major research universities in the USA often presented similar arguments to large funding agencies: give us a lot of money to build amazing infrastructure (networks, computers, etc) and cool new ideas will be spontaneously generated. I don't think that was ever really true; the great ideas seem to come from getting smart people together and giving them freedom to work on their interests with <em>adequate</em> supporting infrastructure to experiment on; I can't think of any examples of great ideas that were inspired by a superabundance of infrastructure. Sure, if you had a megabit network and no-one else did, or Unix workstations when everyone else had DOS PCs, you had an edge, but by the mid-90s when I entered grad school at CMU commodity PCs and networks were powerful enough to support cutting-edge research in most areas of computer science. That didn't stop the universities asking for infrastructure money though!
</p><p>Perhaps I could argue that making it easier to consume software and services is actually a long-term drag on the "knowledge economy". I got into programming because my first computer had almost no software on it and no way to get any more --- so all I could do with it was write my own. How many bright kids are hooked on Facebook, Youtube and game consoles when they could be coding their own dreams into reality?
</p><p>Based on my experiences I certainly have gripes about problems dragging on NZ's "knowledge economy", but broadband isn't one of them.</p></div></div>


<p class="date">
<a href="http://weblogs.mozillazine.org/roc/archives/2009/09/cheap_broadband.html">by roc (rocallahan@novell.com) at September 07, 2009 10:29 PM</a>
</p>
</div>
</div>


</div>
<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/sticks-corner-svg-edit-23-out">stick's corner » SVG-edit 2.3 is out!</a></h4>
<div class="entry">
<div class="content">
<p>During the last weekend we released version 2.3 of our in-browser <b>SVG</b> editor called <b>SVG</b>-edit. If I was a DnB producer I would call this a massive release, because it includes lots of new features. :-) To name some of them: ...</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/sticks-corner-svg-edit-23-out">September 07, 2009 11:43 AM</a>
</p>
</div>
</div>




<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/rapha-l-10-rc-get-your-graphics">Raphaël 1.0 RC; Get your graphics on</a></h4>
<div class="entry">
<div class="content">
<p>There have been a fair number of graphics library abstractions, but   Raphaël  is very elegant indeed, and a  first release candidate for the 1.0 release is now here :      The  path  method syntax has been changed: Instead of  r.path({attributes}, pathString)  you should write  r.path(pathString).attr(attributes) . That makes path more consistent with other methods;   Path methods moveTo, lineTo, curveTo, etc. are moved from API (in favour of SVG path strings) to external plug-in;   Path method</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/rapha-l-10-rc-get-your-graphics">September 07, 2009 11:31 AM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 06, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/blog-perlgeekde-how-plot-segment-circle-svg">blog | Perlgeek.de :: How to Plot a Segment of a Circle with SVG</a></h4>
<div class="entry">
<div class="content">
<p>I wanted to generate some pie charts with <b>SVG</b> (for <b>SVG</b>::Plot), and a search on the Internet quickly showed that I need paths for that. But the exact usage remained unclear to me until I read the specs and did some experimenting. ...</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/blog-perlgeekde-how-plot-segment-circle-svg">September 06, 2009 11:32 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 05, 2009</h2>

<div class="channelgroup">
<h3><a href="http://realtech.burningbird.net/taxonomy/term/98/0" title="Bb RealTech - SVG">Bb's Realtech SVG</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://realtech.burningbird.net/web/page-markups/this-is-your-site-on-html5">This is your site. This is your site on HTML5.</a></h4>
<div class="entry">
<div class="content">
<p>Recently, a <a href="http://www.zeldman.com/superfriends/">group of well known web designers</a> issued a "Super Friends" declaration of support or HTML5, with an attached <a href="http://www.zeldman.com/superfriends/guide/">set of concerns</a>. Most of the concerns had to do with the new "semantic markup" elements included in HTML5, such as section, article, and so on. I've not previously discussed these new semantic page markup elements, because I had other fish to fry. However, I decided to take a closer look at the elements, particularly at how I would use them for my Drupal sites.</p>
<p><a href="http://realtech.burningbird.net/web/page-markups/this-is-your-site-on-html5" target="_blank">read more</a></p></div>


<p class="date">
<a href="http://realtech.burningbird.net/web/page-markups/this-is-your-site-on-html5">by Shelley at September 05, 2009 06:14 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 02, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/rounded-corners-image-elements-firefox-svg">Rounded Corners for Image Elements in Firefox with SVG</a></h4>
<div class="entry">
<div class="content">
<p>Web Design, Web Development, Gagdets and Technology.</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/rounded-corners-image-elements-firefox-svg">September 02, 2009 05:20 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 01, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/opera-10-unleashed-brings-web-fonts-and-transparency-table">Opera 10 unleashed, brings Web Fonts and transparency to the table</a></h4>
<div class="entry">
<div class="content">
<p>After many man-hours of work,  Opera has unleashed Opera 10 .  This release contains the Opera Presto 2.2 rendering engine.  The two main features in regards to CSS3 are Web Fonts and full support for the CSS 3 Color specification.  Web Fonts  Many followers of this blog will know all about Web Fonts by now.  For those of you who are new, Web Fonts allow the author of a Web page to link to a font file on a server, rather than just the users local machine.  This vastly increases the options avail</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/opera-10-unleashed-brings-web-fonts-and-transparency-table">September 01, 2009 01:40 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 31, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://emacsformacosx.com/">GNU Emacs For Mac OS X</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://emacsformacosx.com/">by shelleyp at August 31, 2009 01:24 AM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 29, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://burningbird.net//technology/color-sampling-and-svg-gradients/">Burningbird  | Color Sampling and SVG Gradients</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://burningbird.net//technology/color-sampling-and-svg-gradients/">by shelleyp at August 29, 2009 07:46 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 26, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://richard.cyganiak.de/2009/08/rdf2svg.php">Create SVG from RDF graph</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://richard.cyganiak.de/2009/08/rdf2svg.php">by shelleyp at August 26, 2009 04:32 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 24, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/google-code-blog-get-your-svg-svg-open-2009-conference">Google Code Blog: Get Your SVG On: The SVG Open 2009 Conference At ...</a></h4>
<div class="entry">
<div class="content">
<p>The official Google developer blog. The latest news on Google APIs and developer tools.</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/google-code-blog-get-your-svg-svg-open-2009-conference">August 24, 2009 03:59 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 23, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/vectorsonfire-high-quality-free-vectors-designers">VectorsOnFire: High Quality Free Vectors From Designers</a></h4>
<div class="entry">
<div class="content">
<p>VectorsOnFire.com  provides free vector graphics from graphic designers around the world. All the graphics in its collection are vectors, in real vector formats (Ai, EPS, SVG etc). VectorsOnFire claims to handpick each vector submission manually and only accept the best work.       All the artwork on VectorsOnFire is free and approved by their respective authors. However, please check “the terms of use” for each icon whenever there is an additional information on the usage terms.       Whether y</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/vectorsonfire-high-quality-free-vectors-designers">August 23, 2009 11:10 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 22, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/google-builds-javascript-svg-library-ie-fuzzy-tolerance">Google Builds JavaScript SVG Library for IE « Fuzzy Tolerance</a></h4>
<div class="entry">
<div class="content">
<p>From Slashdot, in the making-IE-suck-less department, there's a project up on Google Code called svgweb that will add <b>SVG</b> support to browsers that don't have it baked in. Which is the long hand way of saying it fixes Internet Explorer. ...</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/google-builds-javascript-svg-library-ie-fuzzy-tolerance">August 22, 2009 05:20 PM</a>
</p>
</div>
</div>


</div>
<div class="channelgroup">
<h3><a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://weblogs.mozillazine.org/roc/archives/2009/08/postholiday.html">Post-Holiday</a></h4>
<div class="entry">
<div class="content" lang="en">
<div class="columns"><p>I'm back in Auckland for one night before I head off again to California. The Australia trip was great. We roamed around Sydney visiting friends and relatives, but had a couple of days in the Blue Mountains on our own. The weather was great throughout. I achieved complete Internet independence for a week, no withdrawal symptoms.
</p><p>Like most of our trips there was lots of walking and lots of eating. The Blue Mountains were excellent --- great views, and really interesting geology and habitats, especially the way water trickles down the cliffs forming amazing "hanging swamps". We loved the Wentworth Falls area, especially the National Pass walk that descends from the top of the escarpment down through wet gullies and then along a shale ledge halfway up great Triassic sandstone cliffs, then up hundreds of steep steps beside the waterfall. The track's graded "hard", probably due to the staircases, and the nominal time is 3 to 4 hours, but we did it in 2:45 including lots of lookout stops ... not bad for my 4 year old son! We'd already walked 2.5 hours down the Giant Staircase and along Dardanelle Pass in Katoomba that morning. The following day we walked to the bottom of Govett's Leap falls and back up, also very nice, but a bit trickier due to wet rock surfaces, especially going down.
</p><p>If I'd realized before booking how much of the appeal of the Blue Mountains rests on peering over precipices and descending impossibly steep stairs, I might have had second thoughts on account of my fear of heights. Since I had a great time anyway, I'm glad I didn't know!
</p><p>Just before these walks I'd been reading <em>The Watchmen</em> (fabulous). I was struck by the contrast between that bleak vision of fallen humanity and the glorious beauty of God's creation. It's good to look away from man for a while.
</p><p>Movie roundup:
</p><ul>
<li>JJ Abrams' <em>Star Trek</em>: pretty good
</li><li><em>X-Men Origins: Wolverine</em>: better than expected, which isn't saying much
</li><li><a href="http://www.mrqe.com/movies/m100000885"><em>Shaolin Temple (1982)</em></a>: Jet Li's first major role. Otherwise not very interesting except that there are some astounding apparently real action sequences, where for example a man does handsprings without hands, just flipping over onto his head and then back up again.
</li><li><em>Roman Holiday</em>: Even better than I remembered, definitely a must-see
</li><li><em>Anna and the King</em>: How can you put two of my favourite actors, Jodie Foster and Chow Yun-Fat, in starring roles and make such a terrible movie? I don't know, but it's not worth watching to try to find out. Upsetting.
</li></ul></div>
<div class="image"><img src="http://weblogs.mozillazine.org/roc/images/JamisonValley.jpg" height="600" title="Lookout from Wentworth Falls area over Jamison Valley" width="800" /></div><br />
<div class="image"><img src="http://weblogs.mozillazine.org/roc/images/3Sisters.jpg" height="600" title="Standard view of the Three Sisters from Echo Point, Katoomba" width="800" /></div><br />
<div class="image"><img src="http://weblogs.mozillazine.org/roc/images/NationalPass.jpg" height="600" title="View of the National Pass track between the two layers of sandstone cliffs, taken from the stairs next to Wentworth Falls" width="800" /></div><br />
<div class="image"><img src="http://weblogs.mozillazine.org/roc/images/WentworthFalls.jpg" height="600" title="Rock outcrop in the Wentworth Falls, seen from the National Pass track" width="800" /></div><br />
<div class="image"><img src="http://weblogs.mozillazine.org/roc/images/GovettsLeapRaindbow.jpg" height="600" title="Rainbow in the Govett's Leap waterfall" width="800" /></div></div>


<p class="date">
<a href="http://weblogs.mozillazine.org/roc/archives/2009/08/postholiday.html">by roc (rocallahan@novell.com) at August 22, 2009 03:49 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 20, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/free-outline-maps">Free Outline Maps</a></h4>
<div class="entry">
<div class="content">
<p>d-maps.com offers over 4000 outline maps of countries/regions of the world, each available in 6 different formats:  GIF (Note: to acquire the image in this format, right-click  on the map image and save it) PDF CDR (Corel Vector Graphic Drawing) AI (Adobe Illustrator) SVG (Scalable Vector Graphics) WMF (Windows Meta Format)  Some maps are partially colored in, others just black and white. [...]</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/free-outline-maps">August 20, 2009 12:10 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 19, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/xmlhttprequest-drafts-published">XMLHttpRequest Drafts Published</a></h4>
<div class="entry">
<div class="content">
<p>2009-08-20: The Web Applications Working Group has published updates to Working Drafts of XMLHttpRequest and XMLHttpRequest Level 2. The XMLHttpRequest specification is part of the Web application technology stack, enabling Ajax-style development. XMLHttpRequest defines an API that provides scripted client functionality for transferring data between a client and a server. XMLHttpRequest Level 2 offers additional features, such as cross-origin requests, progress events, and the handling of byte streams for both sending and receiving. Learn more about the Rich Web Client Activity. (Permalink)</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/xmlhttprequest-drafts-published">August 19, 2009 11:59 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 18, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://helephant.com/2009/08/svg-images-as-css-backgrounds/">SVG images as CSS backgrounds  -  Helephant.com</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://helephant.com/2009/08/svg-images-as-css-backgrounds/">by shelleyp at August 18, 2009 01:57 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 17, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://www.hellocatfood.com/2009/08/16/blending-inkscape-and-blender/">Antonio Roberts  » Blog Archive   » Blending Inkscape and Blender</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://www.hellocatfood.com/2009/08/16/blending-inkscape-and-blender/">by shelleyp at August 17, 2009 01:09 PM</a>
</p>
</div>
</div>


</div>
<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/flightsofideascom-blog-archive-svg-plugin-updated">flightsofideas.com » Blog Archive » SVG Plugin Updated</a></h4>
<div class="entry">
<div class="content">
<p>Just a quick note that a couple of bugs have been fixed in the <b>SVG</b> exporter plugin for Google SketchUp (now at v0.92). Thanks to Otto who noticed that some.</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/flightsofideascom-blog-archive-svg-plugin-updated">August 17, 2009 10:50 AM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 16, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/antonio-roberts-blog-archive-blending-inkscape-and-blender">Antonio Roberts » Blog Archive » Blending Inkscape and Blender</a></h4>
<div class="entry">
<div class="content">
<p>One of the things I've always wanted to do is to work on an image in a 3D environment but then export the resultant image to an <b>svg</b>. Being the open source nut that I am my main weapons of choice are Blender for 3D work and Inkscape for ...</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/antonio-roberts-blog-archive-blending-inkscape-and-blender">August 16, 2009 02:53 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 14, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/12-alternative-digital-image-manipulation-tools">12 Alternative Digital Image Manipulation Tools</a></h4>
<div class="entry">
<div class="content">
<p>Digital image manipulation is the altering of an image using computer program tools and software to produce a contrived image, often generating new meaning. It involves already existing imagery, such as photographs, films or videos, being subsequently worked on in a multitude of possible ways.   Adobe Photoshop, Illustrator  are still the best softwares to use when it comes to image manipulation.  But for the budget conscious and those just trying it out for the first time or working on personal</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/12-alternative-digital-image-manipulation-tools">August 14, 2009 09:19 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 13, 2009</h2>

<div class="channelgroup">
<h3><a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://weblogs.mozillazine.org/roc/archives/2009/08/on_the_road_1.html">On The Road</a></h4>
<div class="entry">
<div class="content" lang="en">
<div class="columns"><p>From mid-tomorrow until August 22 I'm going to be on holiday in Australia. I'm not bringing my laptop --- I'll be completely offline --- so don't expect me to reply to anything.
</p><p>From August 23 to 28 I'll be in California for Mozilla meetings. I'll be online during much of that time.</p></div></div>


<p class="date">
<a href="http://weblogs.mozillazine.org/roc/archives/2009/08/on_the_road_1.html">by roc (rocallahan@novell.com) at August 13, 2009 09:21 AM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 12, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/next-generation-scientific-articles-reflections-changing-landscape">Next Generation Scientific Articles: Reflections on a changing landscape</a></h4>
<div class="entry">
<div class="content">
<p>Michael Nielsen wrote a very interesting argument,  Is scientific publishing about to be disrupted?  In this article Michael suggested that in coming ten to twenty years, scientific publishers will be technology driven companies and traditional publishing houses will find  more and more difficult to survive especially when print journals have became the elephant which every one want to have but no one can afford. Not sure about whole scientific publishing, but there are very clear indications  t</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/next-generation-scientific-articles-reflections-changing-landscape">August 12, 2009 10:59 PM</a>
</p>
</div>
</div>




<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/svg-images-css-backgrounds-helephantcom">SVG images as CSS backgrounds - Helephant.com</a></h4>
<div class="entry">
<div class="content">
<p>Using an <b>SVG</b> image as a CSS background isn't any different to using a png or jpg. The only difference is you might want to use the new CSS3 background-sizing css property to make it scale across the whole element: ...</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/svg-images-css-backgrounds-helephantcom">August 12, 2009 12:00 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 11, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://svgcuts.com/">SVGCuts.com, Your source for SVG files for use with Sure Cuts A Lot!</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://svgcuts.com/">by shelleyp at August 11, 2009 04:53 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 10, 2009</h2>

<div class="channelgroup">
<h3><a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://weblogs.mozillazine.org/roc/archives/2009/08/homework_answer.html">Homework Answers</a></h4>
<div class="entry">
<div class="content" lang="en">
<div class="columns"><p>Seems like a few people got close to the answer for the first problem. You formulate the condition for <em><b>q</b></em> being on the circle as a quadratic equation in <em>t</em>, and then apply the quadratic formula to solve for <em>t</em>. However, I can't give full credit to anyone because all the answers were incomplete; many ended containing a "plus or minus the square root ..." but a complete answer must describe which solution to pick. It's pretty easy to figure that out though. </p><p>My answer is<br />
<em>t</em> = (<em>a</em><em>x</em> + <em>b</em><em>y</em> - √(<em>r</em>²(<em>x</em>² + <em>y</em>²) - (<em>a</em><em>y</em> - <em>b</em><em>x</em>)²))/(<em>a</em>² + <em>b</em>² - <em>r</em>²)<br />
where <em><b>p</b></em> = (<em>a</em>,<em>b</em>) and <em><b>q</b></em> = (<em>x</em>,<em>y</em>). The answer from Wolfram Alpha via Neil Rashbrooke is the same except it chooses the positive root; I think that's wrong, because it will give you a negative <em>t</em> (the denominator is negative).
</p><p>The second problem is harder. Even though it's intuitively "obvious" that a solution is always possible, I found it quite difficult to prove, and apparently so did my readers. I think Joshua Cranmer got close but I don't fully understand his answer and he didn't get a complete algorithm for finding the order.
</p><p>I start by observing that if you can find one rectangle to move safely then the solution to the whole problem follows by induction, since one moved rectangle can never overlap other moved rectangles, since they didn't overlap to start with. So the problem is reduced to finding one rectangle to move safely from the set of rectangles.
</p><p>I also observe that without loss of generality you can reduce the problem to the case where the components of <em><b>v</b></em> are non-negative, i.e., we are moving the rectangles down and to the right by some amount, possibly zero.
</p><p>Let's say rectangles <em>R</em> and <em>S</em> <b>overlap horizontally</b> if their projections onto the x-axis intersect. Similarly, they <b>overlap vertically</b> if their projections onto the y-axis intersect. Because our rectangles are non-overlapping, if <em>R</em> and <em>S</em> are different and overlap horizontally they cannot overlap vertically, and either <em>R</em> is <b>entirely above</b> <em>S</em> (every point in <em>R</em> is above (or on) the top edge of <em>S</em>) or <em>R</em> is <b>entirely below</b> <em>S</em> (every point in <em>R</em> is below (or on) the bottom edge of <em>S</em>).
</p><p>Consider the subset of rectangles <em>R</em> such that <em>R</em> has no rectangle entirely below it that it overlaps horizontally. These rectangles do not overlap each other horizontally. Choose the "rightmost" rectangle from this set, let's call it <em>M</em>. I claim no other rectangle intersects <em>M</em> + <b>v</b>. This solves the problem.
</p><p>The proof is still subtle. We have to show that our subset is non-empty, i.e., that at least one rectangle has no rectangles below it that it overlaps horizontally. This is easy though, since rectangle with the lowest bottom-edge certainly has no rectangles below it. So such an <em>M</em> exists.
</p><p>Of course the hard part is to show that no other rectangle intersects <em>M</em> + <em><b>v</b></em>. We can show that in fact no rectangles are below <em>M</em>'s top edge and to the right of <em>M</em>'s left edge (other than <em>M</em> itself). Let's call this set <em>S</em>. I'll show <em>S</em> is empty, by assuming <em>S</em> is nonempty and working to a contradiction.
</p><p>Clearly there can be no rectangles below <em>M</em>'s top edge that overlap <em>M</em> horizontally, or they would have to be below <em>M</em> and we wouldn't have put <em>M</em> in that subset. So every rectangle in <em>S</em> would have to be entirely to the right of <em>M</em>. So choose out <em>S</em> one rectangle that has the lowest bottom edge rectangles in <em>S</em>. Let's call it <em>P</em>. I will show that <em>P</em> has no rectangles entirely below it that it overlaps horizontally, so it should have been part of the initial subset, which contradicts our choice of <em>M</em> as the rightmost rectangle in that subset, thus showing that no such <em>P</em> exists and <em>S</em> is empty.
</p><p>Clearly no rectangle in <em>S</em> is below <em>P</em> and overlaps <em>P</em> horizontally. What about the rectangles not in <em>S</em>? Suppose a rectangle <em>Q</em> is not in <em>S</em>, is entirely below <em>P</em> and overlaps <em>P</em> horizontally. The left edge of <em>Q</em> must be at or to the left of the left edge of <em>M</em>, otherwise <em>Q</em> would be in <em>S</em>. The right edge of <em>Q</em> must be to the right of the right edge of <em>M</em>, since <em>Q</em> overlaps <em>P</em> horizontally. So <em>Q</em> also overlaps <em>M</em> horizontally. The bottom edge of <em>Q</em> is below the bottom edge of <em>P</em> which is below the top edge of <em>M</em>, so <em>Q</em> must be entirely below <em>M</em> --- but this is impossible, since we chose <em>M</em> to have no rectangle overlapping horizontally below it.
</p><p>Phew! That's not easy for something so "obvious".
</p><p>This solution should make for a reasonably efficient algorithm.
</p><ol>
<li>Sort the rectangles by right edge.
</li><li>Set R to the rightmost rectangle.
</li><li>If R has any rectangles overlapping horizontally below it, set R to the one of those rectangles with the rightmost right edge and go to step 3.
</li><li>Move R.
</li><li>Remove R from our list.
</li><li>If there are more rectangles in the list, go to step 2.
</li></ol>
<p><strong>Update</strong> Actually I'm pretty sure you can do a direct proof of correctness of the above algorithm. At the beginning of step 3 you have the invariant that there are no rectangles to the right of the right edge of R and below the top edge of R. Using that invariant, I think you can construct a much simpler proof than the one I gave here.
</p><p>Also, as at least one commenter observed, you can improve this algorithm by not throwing away all your work every time you go to step 2. That adds complexity though...
</p><p><strong>Update</strong> Fixed a typo in the answer to the first problem, pointed out by Boris.</p></div></div>


<p class="date">
<a href="http://weblogs.mozillazine.org/roc/archives/2009/08/homework_answer.html">by roc (rocallahan@novell.com) at August 10, 2009 09:51 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 09, 2009</h2>

<div class="channelgroup">
<h3><a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://weblogs.mozillazine.org/roc/archives/2009/07/approved_for_th.html">Approved For The Intelligence Community</a></h4>
<div class="entry">
<div class="content" lang="en">
<div class="columns"><p>I hate to link and run, but I have to share this with my friends who aren't on Mozilla internal mailing lists: <a href="http://www.theregister.co.uk/2009/07/13/firefox_and_us_state_department">State Department workers beg Hillary Clinton for Firefox</a>.
</p><blockquote>"It was approved for the entire intelligence community, so I don’t understand why State can’t use it."</blockquote>
<p>I need a T-shirt that says "Approved for the intelligence community".</p></div></div>


<p class="date">
<a href="http://weblogs.mozillazine.org/roc/archives/2009/07/approved_for_th.html">by roc (rocallahan@novell.com) at August 09, 2009 09:14 PM</a>
</p>
</div>
</div>


</div>

</div>

</div>

<div id="sidestuff">

<h2>Subscriptions</h2>
<ul>
<li><a href="http://realtech.burningbird.net/painting-web/svg/feed" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://realtech.burningbird.net/taxonomy/term/98/0" title="Bb RealTech - SVG">Bb's Realtech SVG</a>
</li>
<li><a href="http://mcc.id.au/tag/svg/feed/" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://mcc.id.au" title="mcc.id.au » svg">Cameron McCormack</a>
</li>
<li><a href="http://codewideopen.blogspot.com/feeds/posts/default" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://codewideopen.blogspot.com/" title="Code Wide Open">Code Wide Open</a>
</li>
<li><a href="http://schepers.cc/?feed=atom" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://schepers.cc" title="Reinventing Fire">Doug Schepers</a>
</li>
<li><a href="http://a.deveria.com/?feed=rss2" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://a.deveria.com" title="Fyrdility">Fyrdiliy</a>
</li>
<li><a href="http://brian.sol1.net/svg/feed/atom/" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://brian.sol1.net/svg" title="SVG SMIL Animation in Mozilla">Mozilla SMIL (Brian Birtles)</a>
</li>
<li><a href="http://www.planetsvg.com/rss.xml" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a>
</li>
<li><a href="http://svg.org/feeds/diaries.rss" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://svg.org/section/Diary" class="message" title="404: not found">SVG.org diaries</a>
</li>
<li><a href="http://blog.codedread.com/feed/atom/" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://blog.codedread.com" title="Something Witty Goes Here">Something Witty Goes Here</a>
</li>
<li><a href="https://developer.mozilla.org/web-tech/feed/atom/" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="https://developer.mozilla.org/web-tech" title="Web Tech Blog">Web Tech Blog</a>
</li>
<li><a href="http://my.opera.com/MacDev_ed/xml/atom/blog" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://my.opera.com/MacDev_ed/" title="ed.blog">ed.blog</a>
</li>
<li><a href="http://www.latenightpc.com/blog/archives/category/svg/feed" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://www.latenightpc.com/taxonomy/term/34/0" title="Late Night PC - SVG">or maybe something uplifting</a>
</li>
<li><a href="http://weblogs.mozillazine.org/roc/atom.xml" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a>
</li>
<li><a href="http://scuttle.burningbird.net/rss.php/all/svg" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a>
</li>
</ul>


<p> To add a site, contact <a href="mailto:shelleyp@burningbird.net">Shelley Powers</a><br />
</p><p>
Last updated:<br />
September 11, 2009 12:43 AM (UTC)
</p>

<p>
Powered by:<br />
<a href="http://www.planetplanet.org/"><img src="http://burningbird.net/images/planet.png" width="80" height="15" alt="Planet" /></a>
<a href="http://intertwingly.net/code/venus/"><img src="http://burningbird.net/images/venus.png" width="80" height="15" alt="Venus" /></a>
</p>

</div>

</div>


</div>

</div>

  <!--[if !IE]>-->
  <object data="issue276.svg" type="image/svg+xml" width="100%" height="100%" >
  <!--<![endif]-->
  <!--[if lt IE 9]>
  <object src="issue276.svg" classid="image/svg+xml" width="100%" height="100%" >
  <![endif]-->
  <!--[if gte IE 9]>
  <object data="issue276.svg" type="image/svg+xml"  width="100%" height="100%" >
  <![endif]-->
  </object>

</body>
</html>
<!DOCTYPE HTML> 
<!-- SVG Layered weather element viewer     -->
<!-- Author: Emma Hung (Emma.Hung@ec.gc.ca) -->
<!-- Date:     Dec  2008                    -->
<!-- Modified: Sept 2009                    -->
<html>
<head>
<script src="../../../src/svg.js" data-path="../../../src"></script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">

<script type="text/javascript">
//============================================================================
// If checked make layer visible otherwise hide layer.
//============================================================================
function toggleLayer(checkbox) {
	svgDoc = document.getElementById('mySVGObject').contentDocument;
	var root = svgDoc.getElementsByTagNameNS(svgns, 'svg')[0];
	var vis = (!checkbox.checked) ? "hidden": "visible";
	if (svgDoc.querySelectorAll) {	// Opera
		var e = svgDoc.querySelectorAll('.'+checkbox.value);
		var suspendID = root.suspendRedraw(e.length*10);
		for (var i=0; i<e.length; i++) {
			e.item(i).setAttributeNS(svgns,"visibility",vis);
		}
		root.unsuspendRedraw(suspendID);
	}
	else if (svgDoc.getElementsByClassName) {	// Firefox
		var e = svgDoc.getElementsByClassName(checkbox.value);
		var suspendID = root.suspendRedraw(e.length*10);
		for (var i=0; i<e.length; i++) {
			e.item(i).setAttribute("visibility",vis);
		}
		root.unsuspendRedraw(suspendID);
	}
	else {	// IE
		var i=0;
		var g = svgDoc.getElementsByTagNameNS(svgns, 'g');
		var suspendID = root.suspendRedraw(g.length*10);
		while (e = g[i++]) {
			if (e.getAttribute("class") == checkbox.value){
				e.setAttribute("visibility", vis);
			}
		}
		root.unsuspendRedraw(suspendID);
	}
}

// Toggle all selections on or all off
function toggleAll(button) {
	for (var i = 0;  i < document.layerSelect_form.elements.length;  i++) {
		if (document.layerSelect_form.elements[i].type == "checkbox"){
			document.layerSelect_form.elements[i].checked = (button.value == "Choisir Tout") ? true : false; 
			toggleLayer(document.layerSelect_form.elements[i]);
 	}
 }  
 button.value = (button.value == "Choisir Tout") ? "Choisir Aucun" : "Choisir Tout"
}
</script>

<title>Example SVG Weather Product</title>
<style type="text/css">
</style>
</head>
<body>

<table border="0" height='100%' width='%100' cellpadding="8" cellspacing="0">
<tr> <td width='80%'> 

      <!--[if !IE]>-->
      <object data="issue277.svg" type="image/svg+xml" width="734.4" height="684" id="mySVGObject">
      <!--<![endif]-->
      <!--[if lt IE 9]>
      <object src="issue277.svg" classid="image/svg+xml" width="734.4" height="684" id="mySVGObject">
      <![endif]-->
      <!--[if gte IE 9]>
      <object data="issue277.svg" type="image/svg+xml" width="734.4" height="684" id="mySVGObject">
      <![endif]-->
      </object>
</td> <td width='230px' align="center" valign="top" bgcolor="#C0C0C0">

<form name="layerSelect_form" action="">
<table border="0" cellpadding="0" cellspacing="2">
<tr><td>&nbsp;</td> </tr>
<tr><td><b>Layers</b></td> </tr>

<tr><td><input type='checkbox' onclick='toggleLayer(this)' value='rh_bands'> Humidité relative </td></tr>
<tr><td><input type='checkbox' onclick='toggleLayer(this)' value='weather-system'> Nuages &amp; Précipitations </td></tr>
<tr><td><input type='checkbox' onclick='toggleLayer(this)' value='jet-axes'> Courant-jet bas niveau </td></tr>
<tr><td><input type='checkbox' onclick='toggleLayer(this)' value='storm-tracks'> Déplacement Systèmes </td></tr>
<tr><td><input type='checkbox' onclick='toggleLayer(this)' value='wind'> Vent </td></tr>
<tr><td><input type='checkbox' onclick='toggleLayer(this)' value='temperature'> Température </td></tr>
<tr><td><input type='checkbox' onclick='toggleLayer(this)' value='fronts'> Front </td></tr>
<tr><td><input type='checkbox' onclick='toggleLayer(this)' value='pressure'> Pression </td></tr>
<tr><td><input type='checkbox' onclick='toggleLayer(this)' value='comments'> Commentaire </td></tr>
<tr><td><input type='button' onclick='toggleAll(this)'     value='Choisir Aucun'></td></tr>

</table>
<script type="text/javascript">
// Make sure all checkboxes are checked whenever the page is reloaded in the browser.
 for (var i = 0;  i < document.layerSelect_form.elements.length;  i++)
		if (document.layerSelect_form.elements[i].type == "checkbox"){
				   document.layerSelect_form.elements[i].checked = true;
			   	}  
</script>
</form>
</td> </tr>
</table>

</body></html>
<!DOCTYPE HTML> 
<!-- SVG Layered weather element viewer     -->
<!-- Author: Emma Hung (Emma.Hung@ec.gc.ca) -->
<!-- Date:     Dec  2008                    -->
<!-- Modified: Sept 2009                    -->
<html>
<head>
<script src="../../../src/svg.js" data-path="../../../src"></script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">

<script type="text/javascript">
var layer_label = new Array();
var layer_value = new Array();
//============================================================================
// EDIT HERE:
//============================================================================
// Define Layers here:
layer_label[0] = "Circle";
layer_value[0] = "circle";
layer_label[1] = "Ellipse";
layer_value[1] = "ellipse";
layer_label[2] = "Rectangle";
layer_value[2] = "rectangle";
//============================================================================
// If checked make layer visible otherwise hide layer.
//============================================================================
function toggleLayer(checkbox) {
	svgDoc = document.getElementById('mySVGObject').contentDocument;
	var root = svgDoc.getElementsByTagNameNS(svgns, 'svg')[0];
	var vis = (!checkbox.checked) ? "hidden": "visible";
	if (svgDoc.querySelectorAll) {	// Opera
		var e = svgDoc.querySelectorAll('.'+checkbox.value);
		var suspendID = root.suspendRedraw(e.length*10);
		for (var i=0; i<e.length; i++) {
			e.item(i).setAttributeNS(svgns,"visibility",vis);
		}
		root.unsuspendRedraw(suspendID);
	}
	else if (svgDoc.getElementsByClassName) {	// Firefox
    console.log("firefox");
		var e = svgDoc.getElementsByClassName(checkbox.value);
		var suspendID = root.suspendRedraw(e.length*10);
		for (var i=0; i<e.length; i++) {
			e.item(i).setAttribute("visibility",vis);
		}
		root.unsuspendRedraw(suspendID);
	}
	else {	// IE
    console.log("ie");
		var i=0;
		var g = svgDoc.getElementsByTagNameNS(svgns, 'g');
		var suspendID = root.suspendRedraw(g.length*10);
		while (e = g[i++]) {
			if (e.getAttribute("class") == checkbox.value){
    console.log("making visible:" + e);
				e.setAttribute("visibility", vis);
			}
		}
		root.unsuspendRedraw(suspendID);
	}
}

// Toggle all selections on or all off
function toggleAll(button) {
	for (var i = 0;  i < document.layerSelect_form.elements.length;  i++) {
		if (document.layerSelect_form.elements[i].type == "checkbox"){
			document.layerSelect_form.elements[i].checked = (button.value == "Select All") ? true : false; 
			toggleLayer(document.layerSelect_form.elements[i]);
 	}
 }  
 button.value = (button.value == "Select All") ? "Deselect All" : "Select All";
}
</script>

<title>Example SVG Weather Product</title>
<style type="text/css">
</style>
</head>
<body>

<table border="0" height='100%' width='%100' cellpadding="8" cellspacing="0">
<tr> <td width='80%'> 

      <!--[if !IE]>-->
      <object data="issue305.svg" type="image/svg+xml" width="200" height="200" id="mySVGObject">
      <!--<![endif]-->
      <!--[if lt IE 9]>
      <object src="issue305.svg" classid="image/svg+xml" width="200" height="200" id="mySVGObject">
      <![endif]-->
      <!--[if gte IE 9]>
      <object data="issue305.svg" type="image/svg+xml" width="200" height="200" id="mySVGObject">
      <![endif]-->
      </object>
</td> <td width='230px' align="center" valign="top" bgcolor="#C0C0C0">

<form name="layerSelect_form" action="">
<table border="0" cellpadding="0" cellspacing="2">
<tr><td>&nbsp;</td> </tr>
<tr><td><b>Layers</b></td> </tr>

<script type="text/javascript">
for (var i=0; i<layer_label.length; i++) {
	document.write("<tr><td><input type='checkbox' value='"+ layer_value[i] 
			+"' onclick='toggleLayer(this)'>&nbsp;" 
			+ layer_label[i] +"</td></tr>");
}
</script>
<tr><td><input type='button' onclick='toggleAll(this)' value='Select All'></td></tr>

</table>
<script type="text/javascript">
// Make sure all checkboxes are checked whenever the page is reloaded in the browser.
 for (var i = 0;  i < document.layerSelect_form.elements.length;  i++)
		if (document.layerSelect_form.elements[i].type == "checkbox"){
				   document.layerSelect_form.elements[i].checked = false;
			   	}  
</script>
</form>
</td> </tr>
</table>

</body></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.0" xml:lang="en" dir="ltr" xmlns:dc="http://purl.org/dc/elements/1.1/">

  <head profile="http://ns.inria.fr/grddl/rdfa/">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title class="title">The Frugal Algorithm</title>
    
<link rel="alternate" type="application/atom+xml" title="The Frugal Algorithm Atom" href="http://frugalalgorithm.burningbird.net/atom/feed"/>

<link rel="shortcut icon" href="http://frugalalgorithm.burningbird.net/favicon.ico" type="image/x-icon"/>
<link rel="meta" type="application/rdf+xml" title="SIOC" href="http://realtech.burningbird.net/sioc/site"/>    <link type="text/css" rel="stylesheet" media="all" href="The%20Frugal%20Algorithm_files/css_cd66b0403289c37930bc09b25d2f3c46.css"/>
    <script src="../../../src/svg.js" data-path="../../../src" data-debug="true" type="text/javascript"></script>

      </head>

  <body>
    <div id="rap">
      <div id="headwrap">
        <div id="nav">
                <div id="main"><a href="#content">Skip to Content</a></div>

                      <ul class="links"><li class="menu-268 first"><a href="http://frugalalgorithm.burningbird.net/frugal-algorithm" title="">The Frugal Algorithm</a></li>
<li class="menu-267"><a href="http://frugalalgorithm.burningbird.net/culture" title="">Culture</a></li>
<li class="menu-269"><a href="http://frugalalgorithm.burningbird.net/getting-by" title="">Getting By</a></li>
<li class="menu-266 last"><a href="http://frugalalgorithm.burningbird.net/writings" title="">Writings</a></li>
</ul>                  </div><!-- /nav -->
        <div id="header">
          <h1 property="dc:title" id="site-name"><a href="http://frugalalgorithm.burningbird.net/">The Frugal Algorithm</a></h1>
        </div><!-- /logo-wrapper-->
      </div><!-- /header-->

      <div id="content">
                <div class="tabs"/>


                	              <div id="node-14" class="post" about="/culture/out-of-sync/you-get-what-you-pay-for">

  
    <h2 class="storytitle" property="dc:title">
       <a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync/you-get-what-you-pay-for">You get what you pay for</a>
    </h2>
    
  <div class="meta">
  <span property="dc:creator"><a rel="http://xmlns.com/foaf/0.1/homepage" href="http://shelleypowers.burningbird.net/">Shelley</a></span>
  <span property="dc:date">Wed, 07/22/2009 - 10:33</span>
    
        <ul class="links inline"><li property="dc:subject">Culture: <a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync">Out of Sync</a></li></ul>    </div>  
  <div class="storycontent">
    <p><a href="http://fakesteve.blogspot.com/2009/07/im-really-thinking-maybe-i-shouldnt.html">Fake Steve Jobs</a></p>
<blockquote>
We all know that there’s no fucking way in the world we should have microwave ovens and refrigerators and TV sets and everything else at the prices we’re paying for them. [...] You want to “fix things in China,” well, it’s gonna cost you. Because everything you own, it’s all done on the backs of millions of poor people whose lives are so awful you can’t even begin to imagine them, people who will do anything to get a life that is a tiny bit better than the shitty one they were born into, people who get exploited and treated like shit and, in the worst of all cases, pay with their lives.
</blockquote>

<p>(quote via <a href="http://simonwillison.net/2009/Jul/22/lifestyle/">Simon Willison</a>)</p>
<p>We're still hearing more <a href="http://money.cnn.com/news/newsfeeds/articles/djf500/200907220807DOWJONESDJONLINE000512_FORTUNE5.htm">details</a> about a young man killing himself in China because of a missing iPhone prototype, and the subsequent accusations against him. Fake Steve Jobs hit the issue right on the head with biting satire, as he writes about our willingness, or lack of willingness, to pay a little more for something in order to ensure good working conditions for the workers. </p>
<p>There will be lots of condemnation among the social media: blog posts, and Twitter trends, and shaking of virtual heads.  Avatars will get colored, icons posted, hash marks used. Solidarity!</p>
<p>The same folks making the most noise, though, will most likely be the first in line at Apple to buy that iPhone when it comes out. Stand in line, and blog, Twit, Book, Space their experience. Because, let's face it, and I'm sure Fake Steve would agree: it's a lot easier to dye your avatar green, than to make a lifestyle change that will make a real difference.</p>
<p><i>I find it ironic that as this story is being discussed, a report comes out about <a href="http://www.pcworld.com/businesscenter/article/168828/apple_cant_meet_iphone_demand_amid_record_profits.html">Apple's record profits, primarily due to the iPhone</a>. </i></p>
  </div>
    
    
</div>
<div id="node-12" class="post" about="/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal">

  
    <h2 class="storytitle" property="dc:title">
       <a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal">Musical Options for the Frugal</a>
    </h2>
    
  <div class="meta">
  <span property="dc:creator"><a rel="http://xmlns.com/foaf/0.1/homepage" href="http://shelleypowers.burningbird.net/">Shelley</a></span>
  <span property="dc:date">Wed, 07/15/2009 - 08:58</span>
    
        <ul class="links inline"><li property="dc:subject">Culture: <a href="http://frugalalgorithm.burningbird.net/culture/living-just-right">Living Just Right</a></li><li property="dc:subject">The Frugal Algorithm: <a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle">Lifestyle</a></li></ul>    </div>  
  <div class="storycontent">
    <p>I don't buy *plastic CDs anymore. Digital downloads is the way to go: better for the environment, and better for my wallet. </p>
<p>Online sites such as iTunes and Amazon's MP3 get most of the attention when it comes to online music buying, but for the frugal music lover, there are other web sites; especially if you're willing to go outside the box with your music interests.</p>
<p>One such web site is <a href="http://www.magnatune.com/">Magnatune</a>, which works directly with independent musicians, and gives customers the option to pay what they can afford, rather than a set price.  In addition, the site also features two membership types: one that allows you to download as much music as you want, per month, for a set price; the other that provides streaming capability. You set how much to pay when you sign up (with a minimum of $5.00 for streaming, $10.00 for download), and half the money goes to whichever artists you listened to (or downloaded) that month.</p>
<p>I have found some especially good classical music at the site, including <a href="http://magnatune.com/artists/albums/asteria-doulx/">Asteria</a>, a beautiful duet featuring medieval classical music. For an instrumental, I recommend the debut album for <a href="http://magnatune.com/artists/albums/almanova-debut/">AlmaNova</a>, and anything by <a href="http://magnatune.com/artists/paternoster">cello player, Vitor Paternoster</a>. <a href="http://magnatune.com/artists/albums/ehren-lines/">Ehren Starks' "Lines Build Walls"</a> is also very good.</p>
<p>The site also features many new age and alternative rock artists, as well as a good selection of jazz, rock, and international artists.  </p>
<p>Another, more mainstream, music site is <a href="http://emusic.com/">eMusic</a>. Like Magnatune, eMusic features many new and independent artists, and like Magnatune, typically rewards artists more than they would be rewarded through sites like iTunes. I've been able to pick up many old time albums at the site, including music by The Shangri-Las, the Shirelles, The Andrew Sisters, Peggy Lee and Rosemary Clooney, The Everly Brothers, and Jelly Roll Morton. Beginning in July,  though, eMusic's offerings suddenly got a huge boost: Sony and all of its musical subsidiaries (Arista, Columbia, and many others) have now placed their back catalog on the site. This brings to the mix of older and indie musicians such music as the complete album set for Michael Jackson, music from Bob Dylan, Miles Davis, Janis Joplin, and Bruce Springsteen, as well as Christina Aguilera and Sarah McLachlan. </p>
<p>eMusic did raise its prices and reduce downloads per plan with this new change, which has made some indie music buyers unhappy. However, the site has also instituted a fixed album price, typically at 12 track downloads, regardless of album size, to many of the offerings, which with many of the albums (especially the Best Ofs), is a very good deal. Be aware, though, that some of the more popular albums may have fewer than 12 songs, but still be charged the 12 track price. Still, everything being equal, the music at eMusic is typically 40-60% cheaper than at iTunes or Amazon. </p>
<p>eMusic runs a subscription plan, where you get so many downloads per month, depending on plan. You have to use all your downloads, too, as they don't roll over. I typically keep a list of single songs for those times when I have a few songs left over at the end of the month. The music is MP3, of course, as is the music you get from Magnatune, and iTunes, and Amazon, too.  The days of proprietary formats seem to be over, long live DRM free music.</p>
<p>(Magnatune also offers other formats, including higher quality WAV files.)</p>
<p>Of course, iTunes and Amazon are still doing a brisk business, and both sites are good options for newer music, or music not showing up on the other sites. In addition, both regularly provide access to free songs, and special offers, which can provide a better buying option than eMusic, but you have to keep your eyes open—the specials typically don't last long. </p>
<p>A frugal buyer is also a wise buyer, and shops around. Both Amazon and iTunes can indulge in gimmicks, from time to time, which are not as good a deal. One new option that iTunes is offering is what it calls <a href="http://www.pcworld.com/businesscenter/article/168398/itunes_digital_45s_offer_two_tracks_per_download.html">Digital 45 or B-Side offerings</a>, where you can download the "hit" and the "B-side" for a set price. There are only a few such sets available, and I'm not impressed with the cost. In fact, many of the offerings are available at eMusic for a better price. Still, let's hear it for innovation.</p>
<p>You can also buy music directly from many artists, on their web sites. Most only provide CDs, but some will provide music for download. One advantage to buying music by the artist: there's no question about who gets the money. However, many artists tend to charge more for music directly accessed from their sites than what is charged at a place like Magnatune, so check with all sites, first, before you buy.</p>
<p><i>Another thing I won't do is use file sharing sites or other techniques to illegally get music for free. No matter what I may think of RIAA's absurd tactics, not paying for music is theft, and hurts musicians as much as it hurts the studios. If the music is in the public domain, or offered freely by studio, web site, or artist, then I'll gladly accept the gift, but I recognize it for what it is: a gift, not a right. Being frugal is not the same as being a cheap bastard.</i></p>
  </div>
    
    
</div>
<div id="node-7" class="post" about="/the-frugal-algorithm/lifestyle/kindle-the-philosophy-of-the-turtle">

  
    <h2 class="storytitle" property="dc:title">
       <a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/kindle-the-philosophy-of-the-turtle">Kindle: The Philosophy of the Turtle</a>
    </h2>
    
  <div class="meta">
  <span property="dc:creator"><a rel="http://xmlns.com/foaf/0.1/homepage" href="http://shelleypowers.burningbird.net/">Shelley</a></span>
  <span property="dc:date">Mon, 02/09/2009 - 08:04</span>
    
        <ul class="links inline"><li property="dc:subject">The Frugal Algorithm: <a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle">Lifestyle</a></li></ul>    </div>  
  <div class="storycontent">
    <p>In early 2002 I was living in a condo overlooking the bay in San Francisco. I had just finished a gig with Stanford University and was confident about quickly finding new work. After all, I hadn't been unemployed once in the years since I graduated college. In fact, I could usually count on having multiple offers to choose from.
</p><p>
But as I walked past empty buildings, through streets made into homes by the homeless, and listened to the silence of my phone, I began to think that perhaps finding work wouldn't be as easy as I originally assumed. </p>
<p>Living in San Francisco is expensive at any time, but the  expense can quickly break you if you have no income coming in. By April I knew I had to leave San Francisco, and take my best friend's offer of a home in St. Louis. Perhaps away from Silicon Valley I could find work.</p>

<p>Decision made, I had only one remaining concern: what about my stuff? My roommate couldn't fly out to help me haul the stuff back, and I couldn't drive both my car and a moving truck. I checked into having the items professionally moved, but the cost was more than I could afford. I rented a storage space, instead, and hired a local moving outfit to help me move into it. I figured when I was bringing in an income again, I could hire a mover. </p>
<p>The steady jobs never came, though, and about six months later, I no longer had the money to pay for the space. I ran an ad in Craigslist, offering everything I owned that hadn't fit into my car when I moved. All my furniture, my crystal vases, antique cobalt blue glass ware; the sheets and towels, and kitchenware; my photo studio lights and back drops;  the Vietnamese lacquered panels and Chinese embroidered tablecloth. And my books.  I had over 20 boxes of books, both paperback and hard bound.
</p><p>
I found a buyer, who ended up getting a better deal than he knew. I took one last trip to California, to drop off keys and see if I could salvage a few personal items from the storage. But the moving guys had done a good job, burying the boxes under a pyramid of furniture. The only items I could salvage were two boxes of books, too heavy for the movers to push into the far back reaches of the storage space, and of no interest to the new buyer.  At that I was somewhat lucky as the books I salvaged were some of the more expensive science books I'd collected, including the pricey <em>Gravitation</em>, which I'd always planned to read some day before I die. The boxes also included the only fiction book I was to salvage, a hard to find book by the legendary science fiction writer, James Schmitz.
</p><p>
I tell you all of this by way of explaining why I find it so funny when people criticize the Kindle because "someday Amazon may pull the plug, and you'll lose all of your books". Funny, because the main reason I bought my Kindle is because I had lost all of my books; my books of paper that were, somehow, supposed to be sacrosanct.
</p>
<h3>What is a frugal girl like me ...</h3>
<p>Typically, no special equipment is needed to read a book made of paper. All that's required is the ability to read, and a light source. eBook readers, such as the Kindle, already have one strike against them because you have to first, buy the reader, and then buy the books.
</p><p>
Jeff Bezos understood this when he released the Kindle, and promised that many of the books available for the Kindle at Amazon would cost less than their paper counterparts. The $9.99 bestseller is famous, though there's no guarantee that every bestseller would sell at that price, or even be released on a Kindle. Currently, Ken Follett's <em>World Without End</em> in paperback format sells for $12.50, but the Kindle version sells for $9.99. However, the Kindle version for the second entry in the popular <em>Twilight</em> series, <em>New Moon</em> is priced the same, $6.04, regardless of whether you buy a paperback, or a Kindle eBook. And, in some cases, the Kindle books have actually been priced <em>higher</em> than available paperbacks; with the Kindle prices based more on the hard cover book, rather than the lower cost paperback.</p>
<p>Generally, though, I have found the books I'm interested in to be cheaper than whatever is the lowest cost paper version of the book— higher when the book is first released as a hard cover, with the price dropping when the paperback releases. Though some Kindle owners get angry when a book is priced over $9.99, I'm not adverse to paying more, as long as the eBook is cheaper than the paper book. That's really the key to making the Kindle work when you're frugal:  setting a maximum you'll pay for a book, and not buying it until the price is reached. And while you're waiting for the book, you can always try out one of the thousands of free books available for the Kindle and other devices.</p>
<p>Project Gutenberg books have been converted into Kindle format, and many are now available for one click, free downloads from Amazon. In addition, several publishers, such as Random House and Tor, and others have been offering free books as part of a series or author promotion. The free books may be formatted in the Kindle format, in which can all you need do is drop them into the Kindle memory when next you hook it up to a computer. You can also email books to a special conversion address and the book will be uploaded to the device for you. </p>
<h3>...doing with a Kindle?</h3>
<p>I've not replaced all the books I lost years ago. For one, no matter how good the price, I can only afford so many new books. In addition, not all of the books I'm interested in have been converted to eBook format.</p>
<p>My reading interests have also changed in the last several years, and I'm now more interested in non-fiction works. With the new discussions about economic depressions and climate change, I've been trying out books on history and the climate, downloading a sample chapter and then buying the book if the sample is interesting. In a way, the Kindle has changed <em>how</em> I read, by making sample chapters so easy to access. It was through the sample program that I discovered David Kennedy's excellent <em>Freedom from Fear: The American People in Depression and War, 1929-1945</em> and <em>Havana Nocturne</em> by T. J. English.</p>
<p>The Kindle isn't perfect, and the imperfections have less to do with the design of the Kindle 1.0 and more to do with Amazon's policies. It does bother me that the Kindle is a closed loop system, at least for books protected by DRM. I have grown increasingly uncomfortable buying books at Amazon, knowing that I'm locked into one vendor if I want to read them. So much so that lately, if I'm interested in a newer book, I get a paper one from the library; all my recently added Kindle books have been freebies. Between both, I'm covered. For now.</p>
<p>Still, Amazon does sell eBooks more cheaply than any other eBook vendor, and the money you save can offset the cost of the device. But that's not the reason I bought my Kindle.</p>
<h3>Philosophy of the turtle</h3>
<p>I was watching a news story last week about one new industry that is adding jobs, rather than shedding them. So many foreclosed homes have furniture and other items left in them, abandoned when the owners moved. When you lose your home, I imagine you don't care how it looks. I also imagine that most people having to move have to move into smaller homes.</p>
<p>There are now companies whose only task is to clean out these homes, and I watched workers from one as they tossed furniture and toys into a truck to haul off. Furniture, toys, and books. When you move from a house to a 1 or 2 bedroom apartment, or into a friend's basement, or a parent's attic, books take up a lot of room.</p>
<p>Whatever other advantage the Kindle provides me, the ability to pick up all my books and put them into my purse remains the primary reason I like my Kindle. No matter what happens in the future, I'll never have to leave my library behind, again.</p>
  </div>
    
    
</div>
<div id="node-6" class="post" about="/getting-by/choices/making-do-is-making-green">

  
    <h2 class="storytitle" property="dc:title">
       <a href="http://frugalalgorithm.burningbird.net/getting-by/choices/making-do-is-making-green">Making Do is Making Green</a>
    </h2>
    
  <div class="meta">
  <span property="dc:creator"><a rel="http://xmlns.com/foaf/0.1/homepage" href="http://shelleypowers.burningbird.net/">Shelley</a></span>
  <span property="dc:date">Sun, 01/25/2009 - 06:34</span>
    
        <ul class="links inline"><li property="dc:subject">Culture: <a href="http://frugalalgorithm.burningbird.net/culture/living-just-right">Living Just Right</a></li><li property="dc:subject">Getting By: <a href="http://frugalalgorithm.burningbird.net/getting-by/choices">Choices</a></li><li property="dc:subject">The Frugal Algorithm: <a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle">Lifestyle</a></li></ul>    </div>  
  <div class="storycontent">
    <p>I've been experimenting with a few simple household items in order to replace more expensive bath and kitchen items. For instance, distilled white vinegar in a shallow dish will dissipate over a couple of days and help eliminate persistent, bad or stale odors in a room. Baking soda sprinkled on a carpet and allowed to sit overnight before vacuuming will do the same for a carpet. Best of all, there's no fake, cloying, floral scent left over.</p>
<p>I've also been experimenting with replacing more complex products, such as dishwasher soap. One popular formula mixes equal parts of baking soda and Borax (such as Twenty Mule Team Borax), though I've been having better luck with a recipe consisting of washing soda, Borax, and sugar free lemonade Koolaid (citric acid helps to prevent white deposits on dishes), based on a <a href="http://www.thenewhomemaker.com/dishwasherpowder">recipe found at The New Homemaker</a>. My main modification is that I don't add the essential oils.</p>
<p>The primary advantage to these home mixes is that they're typically cheaper, but a secondary advantage is that most of the alternatives are also much better for the environment. They don't contain bleach and potentially other, harmful chemicals, and though something like Borax is toxic if ingested, most cleaning material is toxic when ingested. What happens to the material when it hits your sewer system and your water supply is what makes the difference.</p>
<p>As I find recipes that work, I'll post them online. In the meantime, the St. Louis Post-Dispatch has posted a list of <a href="http://www.stltoday.com/stltoday/lifestyle/stories.nsf/homedecor/story/4F8870790B88FA7286257544007AB0A6?OpenDocument">unusual uses for ordinary objects</a> you might find both interesting and helpful. For instance, to remove the chlorine discoloration from hair, dissolve eight aspirin in a glass of water, work into your hair, leave on for ten minutes, and then rinse. Much cheaper than exotic shampoos, and better than turning your silver hair blue.</p>
<p>(Note, the P-D does have a habit of changing URLs over time, so you might want to print the page.)</p>
  </div>
    
    
</div>
<div class="item-list"><ul class="pager"><li class="pager-current first">1</li>
<li class="pager-item"><a href="http://frugalalgorithm.burningbird.net/node?page=1&amp;svg_render_forceflash=true" title="Go to page 2" class="active">2</a></li>
<li class="pager-next"><a href="http://frugalalgorithm.burningbird.net/node?page=1&amp;svg_render_forceflash=true" title="Go to next page" class="active">next ›</a></li>
<li class="pager-last last"><a href="http://frugalalgorithm.burningbird.net/node?page=1&amp;svg_render_forceflash=true" title="Go to last page" class="active">last »</a></li>
</ul></div>              </div><!-- /content -->

        <div id="sidebar">

          <div id="block-statistics-0" class="clear-block block block-statistics">

  <h2 class="title">Popular content</h2>

  <div class="content"><div class="item-list"><h3>Today's:</h3><ul><li class="first"><a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync/you-get-what-you-pay-for">You get what you pay for</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal">Musical Options for the Frugal</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/about">About</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/freebies/do-not-toss-netflix-wrapper">Do not toss that Netflix Wrapper</a></li>
<li class="last"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/philosophy/expect-nothing">Expect Nothing</a></li>
</ul></div><br/><div class="item-list"><h3>All time:</h3><ul><li class="first"><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/the-recursive-how-to">The Recursive How-To</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/kindle-the-philosophy-of-the-turtle">Kindle: The Philosophy of the Turtle</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/the-frugal-algorithm-begin-as-you-mean-to-go">The Frugal Algorithm: Begin as you mean to go</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/making-do-is-making-green">Making Do is Making Green</a></li>
<li class="last"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal">Musical Options for the Frugal</a></li>
</ul></div><br/><div class="item-list"><h3>Last viewed:</h3><ul><li class="first"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/philosophy/expect-nothing">Expect Nothing</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal">Musical Options for the Frugal</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync/you-get-what-you-pay-for">You get what you pay for</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/the-frugal-algorithm-begin-as-you-mean-to-go">The Frugal Algorithm: Begin as you mean to go</a></li>
<li class="last"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/kindle-the-philosophy-of-the-turtle">Kindle: The Philosophy of the Turtle</a></li>
</ul></div></div>
</div>
<div id="block-image-1" class="clear-block block block-image">

  <h2 class="title">Random image</h2>

  <div class="content"><a href="http://frugalalgorithm.burningbird.net/image-galleries/the-frugal-algorithm/netflix-art"><img height="127" width="190" src="The%20Frugal%20Algorithm_files/netflix1-600x402.jpg" alt="Netflix Art" title="Netflix Art" extension="jpg" file_size="7015" mime_type="image/jpeg"/></a></div>
</div>
<div id="block-views-recentwriting-block_1" class="clear-block block block-views">

  <h2 class="title">Recent Writings</h2>

  <div class="content"><div class="view view-recentwriting view-id-recentwriting view-display-id-block_1 view-dom-id-1">
    
  
  
      <div class="view-content">
      <div class="item-list">
    <ul>
          <li class="views-row views-row-1 views-row-odd views-row-first">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync/you-get-what-you-pay-for" title="You get what you pay for">You get what you pay for</a></span>
  </div>
</li>
          <li class="views-row views-row-2 views-row-even">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal" title="Musical Options for the Frugal">Musical Options for the Frugal</a></span>
  </div>
</li>
          <li class="views-row views-row-3 views-row-odd">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/philosophy/expect-nothing" title="Expect Nothing">Expect Nothing</a></span>
  </div>
</li>
          <li class="views-row views-row-4 views-row-even">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/the-recursive-how-to" title="The Recursive How-To">The Recursive How-To</a></span>
  </div>
</li>
          <li class="views-row views-row-5 views-row-odd">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/kindle-the-philosophy-of-the-turtle" title="Kindle: The Philosophy of the Turtle">Kindle: The Philosophy of the Turtle</a></span>
  </div>
</li>
          <li class="views-row views-row-6 views-row-even">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/making-do-is-making-green" title="Making Do is Making Green">Making Do is Making Green</a></span>
  </div>
</li>
          <li class="views-row views-row-7 views-row-odd">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/freebies/do-not-toss-netflix-wrapper" title="Do not toss that Netflix Wrapper">Do not toss that Netflix Wrapper</a></span>
  </div>
</li>
          <li class="views-row views-row-8 views-row-even">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/the-frugal-algorithm-begin-as-you-mean-to-go" title="The Frugal Algorithm: Begin as you mean to go">The Frugal Algorithm: Begin as you mean to go</a></span>
  </div>
</li>
          <li class="views-row views-row-9 views-row-odd views-row-last">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/getting-by/freebies/the-frugal-algorithm-what-it-is" title="The Frugal Algorithm: What it is">The Frugal Algorithm: What it is</a></span>
  </div>
</li>
      </ul>
</div>    </div>
  
  
  
  
  
  
</div> </div>
</div>
<div id="block-views-archive-block" class="clear-block block block-views">

  <h2 class="title">Monthly archive</h2>

  <div class="content"><div class="view view-archive view-id-archive view-display-id-block view-dom-id-2">
    
  
  
      <div class="view-content">
      <div class="item-list">
  <ul class="views-summary">
      <li><a href="http://frugalalgorithm.burningbird.net/archive/200901">January 2009</a>
              (5)
          </li>
      <li><a href="http://frugalalgorithm.burningbird.net/archive/200902">February 2009</a>
              (2)
          </li>
      <li><a href="http://frugalalgorithm.burningbird.net/archive/200905">May 2009</a>
              (1)
          </li>
      <li><a href="http://frugalalgorithm.burningbird.net/archive/200906">June 2009</a>
              (1)
          </li>
      <li><a href="http://frugalalgorithm.burningbird.net/archive/200907">July 2009</a>
              (3)
          </li>
    </ul>
</div>
    </div>
  
  
  
  
  
  
</div> </div>
</div>
<div id="block-block-2" class="clear-block block block-block">


  <div class="content"><div>
<h2><a href="http://frugalalgorithm.burningbird.net/search">Search Frugal Algorithm</a></h2></div>

<div style="margin: 40px 20px;">
<a href="http://burningbird.net/"><img src="The%20Frugal%20Algorithm_files/bblogo.png" alt="Burningbird Phoenix logo in silhouette"/></a>
</div></div>
</div>
        </div><!-- /sidebar -->
      
<div id="footer">
<p><div id="block-block-1" class="clear-block block block-block">


  <div class="content"><p><a href="http://frugalalgorithm.burningbird.net/about">About/Image policy</a> |  ©<a href="http://burningbird.net/">Burningbird</a> |  <a href="mailto:shelleyp@burningbird.net">Contact</a> |  <a href="http://drupal.org/">Powered by Drupal</a>
</p></div>
</div>
</p>
<div id="innerfooter">

<ul class="menu"><li class="expanded first"><a href="http://frugalalgorithm.burningbird.net/frugal-algorithm" title="">The Frugal Algorithm</a><ul class="menu"><li class="leaf first"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/environment" title="">Environment</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/history" title="">History</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle" title="">Lifestyle</a></li>
<li class="leaf last"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/philosophy" title="">Philosophy</a></li>
</ul></li>
<li class="expanded"><a href="http://frugalalgorithm.burningbird.net/culture" title="">Culture</a><ul class="menu"><li class="leaf first"><a href="http://frugalalgorithm.burningbird.net/culture/good-n-plenty" title="">Good n' Plenty</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/culture/living-just-right" title="">Living Just Right</a></li>
<li class="leaf last"><a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync" title="">Out of Sync</a></li>
</ul></li>
<li class="expanded"><a href="http://frugalalgorithm.burningbird.net/getting-by" title="">Getting By</a><ul class="menu"><li class="leaf first"><a href="http://frugalalgorithm.burningbird.net/getting-by/choices" title="">Choices</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/getting-by/freebies" title="">Freebies</a></li>
<li class="leaf last"><a href="http://frugalalgorithm.burningbird.net/getting-by/made-by-me" title="">Made by Me</a></li>
</ul></li>
<li class="expanded last"><a href="http://frugalalgorithm.burningbird.net/writings" title="">Writings</a><ul class="menu"><li class="leaf first"><a href="http://frugalalgorithm.burningbird.net/writings/history" title="">History</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/writings/people" title="">People</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/writings/places" title="">Places</a></li>
<li class="leaf last"><a href="http://frugalalgorithm.burningbird.net/writings/poetry" title="">Poetry and Art</a></li>
</ul></li>
</ul><br style="clear: both;"/>
</div>
</div>
</div>
    <!-- add SVG silhouette here -->
<script type="image/svg+xml"><![CDATA[

<svg id="svg2607" style="bottom: 0pt; height: 24%; width: 98%; z-index: -1; position: fixed; left: 1%;" preserveAspectRatio="none" viewBox="0 0 774.013 109.047" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
  <g id="layer1" transform="translate(49.8637, -460.91)">
    <g id="g2649">
      <path d="M468.05,460.95c2.22-0.19,3.71,0.60,4.57,1.60,0.20,0.23,0.56,0.48,0.65,0.65,0.12,0.21,0.08,0.73,0.24,1.13,0.12,0.32,0.37,0.57,0.42,0.77,0.06,0.26,0,0.60,0.06,0.90,0.17,0.89,0.87,1.78,0.95,2.49,0.11,1.01-0.22,1.82-0.60,2.49-0.15,0.13-0.40,0.15-0.59,0.24-0.65,1.16-0.52,3.09-0.77,4.63,0.60-0.06,0.96,0.56,1.48,0.78,0.28,0.11,0.62,0.10,0.89,0.23,0.47,0.22,0.80,0.54,1.25,0.66,0.25,0.06,0.55,0.03,0.77,0.11,0.34,0.13,0.56,0.54,0.95,0.60,0.41,0.06,0.91-0.28,1.31-0.18,0.38,0.09,0.48,0.67,0.77,0.83,1.23-0.08,1.41,0.61,2.08,1.25,1.36,1.30,2.92,2.83,3.03,4.93,0.60,0.45,1.13,0.96,1.13,2.02,0.84,1.04,1.18,2.58,2.43,3.21,0.71-0.64,1.03-1.67,2.14-1.90,0.84-0.88,1.65-2.08,2.32-3.21,0.57-0.96,1.80-1.97,1.90-3.21,0.34-0.31,0.87-0.44,1.36-0.59,0.46-1.40,2.20-1.12,3.63-1.67,0.84-0.31,1.46-0.96,2.25-0.89,0.83,1.03-0.67,1.76-1.42,2.14,1.47,0.19,3.46,0.62,4.87,0.12,0.34-0.12,2.23-1.02,2.25,0,0.01,0.20-0.76,0.81-1.06,1.01-0.60,0.39-1.99,1.18-2.68,1.37-0.22,0.06-0.50,0-0.71,0.06-0.28,0.07-0.48,0.26-0.65,0.29-0.39,0.07-0.79-0.01-1.13,0-0.56,0.02-1.04,0.18-1.78,0.12-0.23,0.44-0.79,0.86-1.01,1.37-0.18,0.40-0.15,0.94-0.36,1.42-0.27,0.63-0.93,1.32-1.36,2.08-0.46,0.80-0.67,1.70-1.13,2.32-0.48,0.65-1.12,1.20-1.66,1.78-1.20,1.27-2,2.44-3.09,3.86-0.56,0.73-1.35,1.79-2.02,1.84-2.02,0.14-3.18-0.98-4.28-1.90-1.78-1.48-3.68-3.31-4.99-4.99,0.33,0.82-0.23,1.55-0.30,2.32-0.03,0.45,0.14,0.89,0.07,1.36-0.04,0.22-0.16,0.43-0.18,0.66-0.04,0.45,0.14,0.93,0.11,1.36-0.05,0.80-0.58,1.36-0.83,2.02,0.51,1.11,0.11,2.31,0.24,3.45,0.06,0.46,0.31,0.91,0.36,1.36,0.09,0.87-0.34,1.64-0.24,2.38,0.06,0.49,0.43,0.92,0.47,1.36,0.06,0.51-0.24,1.01-0.18,1.49,0.07,0.52,0.69,0.90,0.78,1.60,0.11,0.88-0.21,1.24-0.48,1.84,0.41,1.11,0.37,2.55,0.77,3.69,0.53,1.50,1.36,2.82,1.43,4.63,0.02,0.61-0.30,1.31-0.24,2.02,0.02,0.22,0.20,0.50,0.24,0.71,0.29,1.55,0.39,3.26,0.65,4.99,0.15,0.97,0.48,1.89,0.53,2.85,0.15,2.36,0.25,5.23-0.11,7.19,0.75,1.23,0.80,2.69,1.12,4.34,0.06,0.24,0.24,0.47,0.30,0.71,0.23,0.88,0.27,1.90,0.36,2.91,0.26,3.23,1.11,7.08,0.41,9.98,0.44,0.50,1.26,0.60,1.84,0.95,0.17,1.05-0.47,1.78-0.65,2.67,1.45,0.54,1.40,2.21,2.20,3.33,0.36,0.51,1.09,0.81,1.54,1.31,0.20,0.21,0.38,0.55,0.60,0.83,0.45,0.58,0.71,0.93,1.01,1.60,0.13,0.31,0.27,0.50,0.18,0.83-2.76,0.69-5.84,0.76-7.90-0.47-0.33-0.20-0.58-0.55-0.89-0.72-1.14-0.59-2.59-0.55-3.33-1.54,0.14-0.79,0.11-1.75,0.36-2.44-0.31-0.37-0.39-0.81-0.60-1.31-0.10-0.23-0.26-0.40-0.29-0.59-0.05-0.26,0.07-0.51,0.05-0.77-0.06-1.46-0.93-2.65-1.48-3.68-0.98-2.52-1.47-5.27-2.08-8.14-0.20-0.96-0.46-1.96-0.53-2.91-0.04-0.55,0.08-1.11,0.06-1.66-0.04-0.88-0.42-1.80-0.60-2.74-1.23-6.51-4.32-11.46-6.47-16.80-0.65,1.08-1.23,2.21-1.78,3.44-0.27,0.60-0.63,1.15-0.83,1.78-0.68,2.04-1.36,3.88-2.02,5.82-0.44,1.28-1.10,2.48-1.55,3.74-0.25,0.70-0.30,1.58-0.47,2.38-0.20,0.89-0.71,1.60-0.77,2.49-0.29,3.89-0.46,7.25-1.19,10.34-0.53,2.21-1,4.22-1.85,5.99-0.26,0.56-0.74,1.12-0.94,1.73-0.12,0.35-0.05,0.72-0.30,1.01,0.22,0.75,0.33,1.61,0.41,2.49-0.78,0.67-1.90,0.86-2.97,1.31-1,0.43-1.92,1.09-2.97,1.37-1.88,0.49-4.44,0.50-6.47,0.06-0.24-0.74,0.44-1.41,0.71-2.14,0.55-0.22,0.81-0.82,1.31-1.31,0.51-0.50,1.37-0.92,1.60-1.54,0.15-0.39,0.07-0.75,0.24-1.07,0.39-0.74,1.18-1.02,1.43-1.84-0.33-0.85-0.56-1.54-0.18-2.38,0.31-0.69,1.17-0.68,1.25-1.43,0.02-0.27-0.16-0.60-0.18-0.89-0.17-1.92,0.27-3.27,0.53-4.87,0.32-1.99,0.42-4.34,0.89-6.23,0.09-0.37,0.33-0.76,0.48-1.13,0.31-0.80,0.52-1.34,0.65-2.32,0.13-0.95,0.20-2.04,0.48-2.85,0.12-0.36,0.40-0.75,0.41-1.07,0.02-0.39-0.21-0.82-0.23-1.19-0.08-1.25,0.28-2.43,0.29-3.56,0.01-0.98-0.36-1.94-0.41-2.79-0.12-2.07,0.26-3.85,0.47-5.70,0.24-2.03,0.67-3.78,1.01-5.70,0.14-0.78,0.65-1.58,0.77-2.26,0.06-0.30-0.05-0.60,0-0.89,0.06-0.30,0.29-0.52,0.36-0.83,0.11-0.51,0.02-1.03,0.24-1.49-0.52-0.43-0.78-1.31-0.54-2.08,0.18-0.57,0.83-0.82,1.01-1.24-0.39-1.15,0.37-2.34,0.42-3.51,0.01-0.38-0.14-0.77-0.18-1.19-0.09-1.04,0.07-2.11,0.24-3.09,0.13-0.78,0.63-2.05,0.59-2.73-0.03-0.46-0.41-0.92-0.47-1.54-0.08-0.74,0.05-1.44,0-2.20-0.79-1.08-1.29-2.44-1.43-4.16-1.68,1.49-4.45,2.81-6.71,3.92-0.80,0.40-1.76,0.90-2.56,1.01-2.99,0.43-3.28-1.30-4.27-3.02-0.54-0.94-1.12-1.76-1.61-2.56-0.49-0.81-0.95-1.79-1.42-2.73-0.49-0.99-1.15-1.90-1.48-2.73-0.22-0.52-0.32-1.19-0.48-1.78-0.17-0.61-0.48-1.17-0.60-1.67-0.20-0.86-0.28-1.80-0.83-2.25-1.07-0.48-2.05,0.03-3.03,0.29-0.63-0.33-1.07-0.82-1.72-1.18-0.62-0.35-1.30-0.38-2.08-0.60-0.18-0.05-1.45-0.38-1.48-0.71-0.04-0.45,0.31-0.31,0.77-0.48,0.37-0.14,0.53-0.35,0.89-0.35,0.35-0.01,0.61,0.20,1.01,0.29,1.81,0.43,3.38-0.24,5.23-0.29-0.83-0.28-2.34-1.07-1.48-2.08,0.87-0.05,1.50,0.64,2.37,1.01,1.40,0.60,2.99,0.62,3.39,2.08,0.50,0.15,0.90,0.40,1.19,0.77-0.11,1.11,0.46,1.62,0.83,2.49,0.75,1.81,1.72,3.45,2.61,4.99,0.38,0.12,0.80,0.27,1.01,0.60,0.18,0.27,0.10,0.64,0.24,0.95,0.26,0.56,1.07,0.78,1.06,1.42,0.29-0.23,0.51-0.52,1.01-0.53,0.69-1.22,1.69-2.12,2.62-3.09-0.06-0.33,0.15-0.40,0.18-0.65,0.20-0.15,0.47-0.24,0.71-0.36,1.05-1.82,2.58-3.16,4.28-4.34,0.13-0.35,0.29-0.69,0.59-0.89,0.41-0.05,0.62,0.10,0.89,0.18-0.01-0.96,0.88-0.66,1.37-0.35,0.39-0.31,0.94-0.29,1.36-0.48,0.35-0.15,0.57-0.55,0.90-0.71,0.34-0.18,0.81-0.18,1.24-0.36,0.94-0.38,1.61-1.15,2.68-1.25-0.15-1.13-0.04-2.54-0.90-2.97-2.54-0.14-1.46-3.67-2.43-5.28-0.02-0.66-0.04-1.13-0.12-1.84,0.44-0.57,0.36-1.66,0.71-2.32,0.82-0.43,1.61-0.89,2.02-1.72,0.69-0.19,1.10-1.21,2.02-0.77-0.04,0.08-0.23,0.01-0.24,0.12,0.52-0.01,0.98-0.20,1.49-0.24zm31.12,20.73c0.02,0.08,0.15,0.05,0.24,0.06,0.01,0.05-0.02,0.05-0.06,0.06,0.02,0.14,0.23,0,0.18-0.12-0.21-0.03-0.20-0.07-0.36,0zm0.42,0c0,0.28,0.59,0.33,0.65,0.06-0.42,0.15-0.38-0.01-0.65-0.06z" id="path2576"/>
      <path d="M325.44,487.05c0.13,0.06,0.25,0.14,0.32,0.27,0.05,0.81,0.29,1.25,0.49,1.87,0.13,0.41,0.40,0.80,0.48,1.12,0.15,0.65-0.07,1.29,0.37,1.82,0.51,2.53,1.57,4.50,2.25,6.85,0.31,0.30,0.56,0.69,0.43,1.29,0.59,0.56,0.31,1.35,0.58,2.19,0.14,0.22,0.39,0.22,0.44,0.48,0.05,0.33-0.27,0.49-0.33,0.75-0.07,0.32,0.09,0.67,0,1.02-0.05,0.23-0.29,0.41-0.37,0.64-0.07,0.20-0.03,0.44-0.11,0.65-0.19,0.53-0.56,1.03-0.75,1.60-0.21,0.64-0.41,1.25-0.48,1.87-0.36,0.21-0.36,0.62-0.53,1.02-0.25,0.59-0.79,1.13-0.81,1.61,0,0.29,0.28,0.52,0.17,0.85-0.18,0.29-0.53,0.40-0.91,0.48-0.90,1.57-1.69,3.24-2.30,5.09-0.18,0.16-0.56,0.12-0.81,0.21-0.46,1.37-1.57,2.10-2.57,2.94-0.60,0.65-0.59,1.47-0.69,2.36-0.07,0.56-0.44,1.04-0.48,1.60-0.11,1.27-0.16,2.51-0.32,3.80-0.11,0.90-0.46,1.68-0.54,2.36-0.13,1.12,0.27,2.28,0.11,3.37-0.15,1.03-0.80,1.95-0.48,3.31,0.11,0.51,0.79,1.12,0.85,1.72,0.05,0.45-0.21,1.47-0.32,1.87-0.10,0.38-0.33,0.66-0.32,1.07,0.02,0.43,0.29,0.85,0.27,1.28-0.03,0.61-0.29,1.34-0.43,1.98-0.15,0.71-0.27,1.39-0.37,2.09-0.21,1.37-0.68,2.69-0.91,3.96-0.18,0.95-0.17,1.84-0.43,2.62-0.33,1-1.11,1.47-0.91,2.89,0.17,1.22,0.79,2.49,1.28,3.48,0.31-0.03,0.49,0.05,0.70,0.11,0.25,0.92,0.75,1.96,0.43,3,1.02,0.43,1.58,1.52,1.50,2.89-0.31,0.21-0.23,0.62-0.43,0.85-0.42,0.48-1.41,0.59-2.09,0.65-1.80,0.14-2.92-0.48-4.18-1.18-1.09-0.62-2.34-0.68-3.21-1.23-0.59-0.52-0.49-1.27-0.80-1.82,0.04-2.63,0.38-5.15,0.69-7.39,0.25-1.77,0.40-3.24,0.54-4.81,0.17-1.93,0.40-3.69,0.48-5.52,0.06-1.33,0.16-2.86,0.16-4.01,0-0.74-0.32-1.30-0.32-1.98,0-0.32,0.14-0.63,0.16-0.96,0.05-0.93,0.08-1.95,0.16-3,0.06-0.78,0.32-1.51,0.38-2.19,0.08-1.10-0.36-1.46-0.27-2.52,0.06-0.74,0.14-1.43,0.10-2.25-0.12-2.85-0.68-5.76-1.12-8.56-1.21,1.29-2.36,2.88-3.43,4.55-1.03,1.61-2.21,3.22-3.10,4.87-0.20,0.37-0.50,0.83-0.64,1.23-0.30,0.85-0.28,1.60-0.65,2.35-0.32,0.68-1.08,1.11-1.33,1.71-0.35,0.84-0.20,1.98-0.49,2.84-0.19,0.59-0.69,0.96-0.90,1.39-0.33,0.65,0.04,0.82,0.10,1.34,0.11,0.98-0.27,2.08-0.37,2.78-0.15,0.99,0.02,2.29,0.10,3.32,0.23,2.81,0.13,5.56,0.32,8.30,0.14,1.91-0.08,3.84,0.16,5.56,0.16,1.10,1.03,2.14,0.27,3,0.47,1.32-0.92,1.66-2.03,1.82-1.36,0.19-2.91,0.42-4.55,0.59-1.55,0.16-3.15,0.04-4.71,0.16-0.98,0.07-2.23,0.12-3.21,0.05-1.14-0.08-2.48-0.30-1.71-1.12-0.38-0.30-0.69-0.93-0.49-1.55,0.48-1.43,4.02-1.20,5.14-1.98-0.08-1.03,0.67-1.23,0.75-2.09-0.41-0.62-0.07-1.29,0.06-2.03,0.41-2.46,0.81-4.61,1.28-6.91,0.19-0.91,0.44-1.90,0.48-2.78,0.05-1.09-0.05-2.31-0.10-3.48-0.06-1.19,0.06-2.39-0.06-3.53-0.12-1.15-0.44-2.64-0.27-3.80,0.10-0.67,0.54-1.42,0.81-2.14,0.26-0.72,0.62-1.44,0.85-2.14,0.53-1.61,0.91-3.24,1.39-4.61,1.07-3.02,2.45-5.81,3.43-8.51-0.87-1.02-0.29-3.49-0.96-4.71-0.31,0.02-0.55-0.03-0.75-0.11-0.21-0.59,0.12-1.17,0.10-1.76-0.03-1.15-0.27-2.22-0.37-3.11-0.40-3.36-1.04-7.06-0.86-10.43-0.11-0.26-0.22-0.46-0.21-0.70,0-0.21,0.22-0.33,0.21-0.48-0.01-0.18-0.40-0.15-0.21-0.43,0.04-0.20,0.39-0.11,0.43-0.32,0.06-0.34-0.38-0.42-0.22-0.69,0.03-0.17,0.36-0.04,0.43-0.16,0.38-1.48,0.69-3.25,0.96-4.87,0.23-1.36,0.52-2.71,0.81-4.02,0.59-2.63,1.09-5.12,2.19-7.38,0.20-0.41,0.57-0.72,0.59-1.23,0.46-0.42,1.09-0.66,1.87-0.75-0.04-0.46,0.33-0.29,0.65-0.43,0.21-0.09,0.31-0.39,0.43-0.43,0.58-0.20,1.35,0.07,1.92-0.21,0.02-0.48-0.09-0.84-0.05-1.34,0.47-0.05,0.91-0.13,1.18-0.38-0.44-0.05-0.14-0.23-0.27-0.32-0.11-0.32,0.21,0.22,0.32,0-0.42-0.27,0.01-0.25-0.22-0.64,0.36,0.10,0.53,0.48,0.97,0.32-0.27-0.99-1-1.81-1.34-2.78-0.12-0.34-0.08-0.74-0.21-1.07-0.25-0.62-0.93-1.05-1.13-1.66-0.26,0.05-0.36-0.07-0.48-0.16-0.35-0.71-0.24-1.76-0.32-2.41-0.05-0.39,0.05-0.80,0.05-1.23,0.01-0.65-0.09-1.29,0-1.77,0.32-1.53,1.35-2.29,2.52-3.21,0.27-0.03,0.40-0.20,0.70-0.21,0.12-0.12,0.24-0.25,0.37-0.38,0.81-0.05,1.58-0.40,2.30-0.32,0.14,0.02,0.34,0.18,0.54,0.22,0.77,0.13,1.29,0.36,1.87,0.69,0.80,0.46,1.67,0.76,1.98,1.45,0.23,0,0.26,0.20,0.48,0.21,0.11,0.30,0.24,0.58,0.54,0.70,0.01,0.48,0.31,0.68,0.58,0.91-0.12,0.46,0.28,0.40,0.32,0.69,0.07,0.15,0.14,0.30,0.11,0.53,0.10,0.14,0.35,0.12,0.32,0.38-0.02,0.45,0.15,0.71,0.32,1.07-0.02,0.20-0.13,0.30-0.16,0.48,0.26,0.69,0.02,1.47,0.16,2.09,0.35,1.52,1.32,2.75,2.41,3.48-0.16,0.02-0.31-0.23-0.38-0.11,0.20,0.39,0.63,0.56,0.91,0.86-0.79-0.10-1.30-1.09-1.81-1.45,0.57,0.91,1.05,1.91,2.08,2.36-0.33,0.24,0.17,0.09,0.22,0.37-0.14,0.06-0.26-0.16-0.32,0,0,0.26,0.23,0.72,0.43,0.96-0.04,0.19-0.05,1.11,0.32,1.23-0.09,0.27-0.09,0.32,0,0.65-0.07,0.11-0.21-0.43-0.32-0.27-0.18,0.41,0.25,0.33,0.42,0.43,0.53,0.29,1.33,0.47,1.72,0.91,0.54,0.62,0.53,1.45,1.01,2.19,0.59,0.15,0.85,0.62,1.18,1.02,0.01,0.27,0.03,0.56-0.10,0.69,0.09,0.05,0.48,0.36,0.16,0.32-0.15,0.26,0.01-0.29-0.27-0.21-0.12,0.10-0.17,0.26-0.22,0.43,0.47,0,0.48-0.09,0.48,0.27,0.22-0.10,0.04-0.28,0.22-0.43,0.28,1.22,1.36,1.89,1.55,3.01zm-7.38-8.99c-0.10-0.01-0.11,0.06-0.22,0.05,0.05,0.15,0.22,0.18,0.38,0.21,0.05-0.19-0.26-0.02-0.16-0.26zm4.92,5.94c-0.13,0.24,0.19,0.49,0.16,0.80,0.16-0.09,0.18-0.32,0.27-0.48-0.28-0.07-0.38-0.09-0.43-0.32zm-1.18,10.33c-0.40,0.28-0.22,0.65-0.32,1.01-0.23,0.94-0.80,1.79-1.12,2.84-0.10,0.32-0.30,0.69-0.32,0.96-0.13,1.55,1.51,3.07,0.53,4.61,0.56,1.32,0.74,3.60,0.59,5.56-0.05,0.74,0.08,1.34-0.43,1.72,0.19,0.10,0.38,0.19,0.70,0.16,0.16,0.19,0.20,0.50,0.05,0.75,0.53,0.60,0.55,1.70-0.32,1.92,0.04,0.22,0.14,0.37,0.11,0.65,0.36-0.25,0.46-0.76,1.02-0.81,0.23-0.59,0.41-1.23,0.80-1.66-0.31-0.69,0.10-1.34,0.70-1.44-0.02-0.43,0.31-0.68,0.32-1.12,0-0.17-0.14-0.36-0.11-0.54,0.04-0.28,0.33-0.39,0.43-0.64,0.07-0.19,0.01-0.44,0.05-0.65,0.17-0.81,0.54-1.63,0.81-2.30-0.06-0.14-0.09-0.30-0.16-0.43,0.09-0.43,0.34-0.69,0.53-1.01-0.07-0.41-0.09-0.58-0.37-0.81,0.28-0.40-0.06-0.68,0.27-1.18-0.61-0.15-0.49-0.53-0.65-1.17-0.11-0.46-0.50-1.07-0.75-1.61-0.70-1.56-1.63-3.34-2.36-4.81zm-22.47,6.42c-0.25,0.20-0.37,0.53-0.54,0.80,0.19,0.38,0.05,0.76-0.05,1.13,0.23,0.40,0.19,0.74,0.11,1.28,0.34-0.88,0.59-2.05,0.48-3.21zm-0.16,8.93c0.21-0.30,0.52-0.51,0.53-1.01-0.22-0.05-0.45-0.09-0.64-0.16-0.17,0.18-0.02,0.93,0.11,1.17z" id="path2578"/>
      <path d="M361.15,568.95h0.50c0.08-0.21-0.51-0.06-0.31-0.19,0-0.11-0.27,0.02-0.19,0.19zm-11.56-45.51c0.29,3.39,0.44,7.23,0.75,11,0.10,1.32,0.20,2.55,0.87,3,0.51,0.34,1.71,0.55,2.38,0.75,1.63,0.49,3.17,0.93,4.75,1.50,0.75,0.27,1.40,0.72,2.19,0.82,0.75,3.26,0.52,6.88,0.69,10.75,0.11,2.56,0.51,5.15,0.75,7.69,0.27,0.18,0.56-0.09,0.81-0.13-0.27,1.27,0.29,2.94,1,3.82,1.81-0.15,2.80-1.12,4.06-1.82,0.09-0.31,0.28-0.51,0.25-0.93,0.99,0.13,1.94-1.30,2-2,0.04-0.36-0.13-0.82-0.18-1.32-0.06-0.46,0.02-0.97-0.07-1.37-0.05-0.23-0.25-0.39-0.31-0.63-0.16-0.60-0.19-1.45-0.31-2.19-0.22-1.26-0.37-2.04-0.44-3.56-0.07-1.47-0.38-3.05-0.63-4.63-0.12-0.78-0.16-1.59-0.25-2.37-0.08-0.73-0.34-1.35-0.50-2.06-0.29-1.32-0.15-2.93-0.25-4.32-0.05-0.72-0.01-1.34,0-2.12,0.01-0.65-0.27-1.22-0.25-1.94,0.04-1.40,0.37-3.15,0.25-4.69-0.06-0.79-0.20-1.46-0.12-2.06,0.04-0.33,0.24-0.61,0.31-0.94,0.46-2.26-0.14-4.64,0.25-6.94,1.25,3.75,1.94,7.87,3,11.82,0.14,0.50,0.43,0.99,0.56,1.50,0.14,0.51,0.15,1.16,0.25,1.75,0.79,4.40,1.19,9.73,1.69,14.50,0.08,0.73-0.02,1.51,0.07,2.25,0.02,0.25,0.17,0.50,0.18,0.75,0.07,0.99-0.13,2.32-0.18,3.57-0.13,2.75-0.09,4.85,0.06,7.37,0.72,0.42,1.79,0.33,2.81,0.38,1.30,0.06,2.73-0.04,4,0,0.16,0.17-0.16,0.67,0.13,0.81,0.38,0.25,0.79-0.04,1.19-0.12,0.16-0.21-0.07-0.44,0-0.75,0.97,0.46,0.64,2.26,1.56,2.93,0.72,0.53,2.04,0.59,3.06,0.82,1.08,0.24,2.18,0.61,3.25,0.44,0.14-0.34,0-0.56,0.07-0.94-0.62-0.91-1.15-1.32-1.57-2.25,1.30,0.53,4.13,0.75,5.01-0.57-0.26-1.20,0.23-1.63,0.75-2.18,0.04-0.69-0.01-1.56-0.25-1.76,0.19-0.79,0.32-1.41,0.43-2.18,0.07-0.42-0.09-0.74-0.12-1.19-0.01-0.23,0.08-0.46,0.06-0.63-0.08-0.69-0.38-1.57,0-2.37,0.09-0.36-0.24-0.30-0.25-0.57,0.33-1.57,0.60-3.19,0.88-4.81,1.21-0.06,2.06,0.17,2.81-0.12,0.87-0.34,1.18-1.29,2.06-1.57,0.19,1.79,0.23,3.54,0.57,5.25,0.11,0.57,0.37,1.18,0.31,1.63-0.04,0.28-0.32,0.48-0.37,0.75-0.08,0.36,0.08,0.85,0,1.31-0.11,0.58-0.47,1.20-0.44,1.94,0.02,0.66,0.16,1.23-0.32,1.81,0.29,2.24-1.54,3.20-1.18,5.51,0.96,0.47,2.65,0.57,3.87,0.37,0.49-0.08,1.48-0.49,1.69-1.06,0.07-0.19,0-0.54,0.06-0.88,0.10-0.51,0.37-1.12,0.25-1.87-0.04-0.28-0.29-0.56-0.25-0.88,0.05-0.37,0.21-0.22,0.32-0.56-0.07-0.65-0.60-1.09-0.69-1.81-0.05-0.39,0.11-0.81,0.12-1.32,0.02-0.84-0.24-1.74,0.13-2.37-0.44-0.59-0.10-1.48,0.12-2.44,0.39-1.66,0.75-3.62,0.76-5.63,0.67-0.53,2.55-0.33,2.93-1.31,0.17-0.42-0.10-1.68-0.18-2.31-0.69-5.26-1.48-11.26-1.94-16.45,0.12-0.19,0.53-0.09,0.62-0.31,0.48-1.92,1.12-3.68,1.32-5.87,0.53-0.04,0.86,0.11,1.25-0.07,0.42-0.73,0.29-1.66,0.31-2.56,0.04-1.89,0.42-3.94,0.50-5.81,0.40-0.27,0.74-1.15,0.75-2.07,0-0.16-0.11-0.31-0.13-0.50-0.15-1.74,0.85-3.68,0.19-5.06-0.27-0.58-0.81-0.80-1-1.31-0.73-0.06-1.41-0.18-2.12-0.25,0.13-0.95-0.39-1.25-0.44-2-0.97-0.54-1.52-1.48-2.57-1.94-0.30-0.97-1.34-1.20-1.93-1.88-0.22-2.49-0.91-4.51-1.75-6.38,0.32-0.74,1.86-3.14,0.12-3.37,0.16-3.29-1.34-5.45-4.63-5.50-1.78,0.53-3.42,1.34-4.19,3-0.13,0.28-0.33,0.90-0.31,1.12,0.04,0.28,0.40,0.45,0.50,0.75,0.23,0.67,0.14,1.32-0.12,1.75,0.29,2.17,0.48,4.43,2,5.38-0.15,0.38-0.28,0.77-0.38,1.19-0.89,0.58-1.96,0.89-2.87,1.44-0.26,0.15-0.43,0.42-0.69,0.56-0.73,0.39-1.69,0.43-2.32,1-0.57,0.52-1.11,1.59-1.50,2.50-0.40,0.94-0.73,1.90-1.06,2.88-0.69,2.07-1.34,4.20-1.50,6.37-0.05,0.70,0.05,1.27,0.12,1.88-0.93,0.29-1.43,1.02-1.87,1.81-0.55,0.27-0.51,1.12-1.31,1.13-0.27-0.61-0.15-1.47-0.19-2.38-0.04-0.84-0.38-1.68-0.38-2.31,0-0.36,0.25-0.80,0.25-1.25,0.01-0.36-0.18-0.74-0.18-1.06-0.01-0.25,0.10-0.48,0.12-0.75,0.13-1.49-0.19-3.16-0.25-4.63-0.04-1.08-0.03-2.55,0.06-3.75,0.07-0.95,0.35-1.78,0.25-3.06-0.08-1.12-0.49-2.24-0.68-3.38-0.46-2.60-0.83-4.77-1.19-7.13-0.05-0.32-0.29-0.56-0.38-0.87-0.22-0.77-0.16-1.36-0.44-1.69-0.37-0.44-1.46-0.61-2.12-0.81-0.81-0.25-1.58-0.47-2.19-0.63,0.74-0.11,0.63-1.18,1.38-1.62-0.20-0.08,0.01-0.30-0.13-0.50,0.25-0.63,0.84-1.06,1-1.69,0.28-1.10,0.28-2.83,0.25-4.07-0.02-1.03-0.32-2.11-0.69-3.12-0.60-1.66-1.06-2.99-1.81-3.88-0.61-0.91-2.01-1.03-2.94-1.62-1.47-0.25-2.74,0.30-3.81,0.81-0.87,0.69-2.12,1.42-2.88,2.50-0.44,0.63-0.61,1.48-1.06,1.81,0.08,0.19-0.06,0.31-0.19,0.44,0.06,0.12,0.22,0.03-0.06,0.25-0.09,0.16-0.01,0.50-0.19,0.56,0,0.27-0.12,0.41,0,0.63-0.06,0.27-0.06-0.33-0.13-0.06-0.12,0.45-0.12,1.40-0.06,2.37,0.02,0.36,0.15,0.75,0.13,0.94-0.14,1.07-2.06,1.80-1.44,3.06,0.18,0.15,0.14,0.18,0.25,0.57,0.34,0.24,0.59,0.57,1.06,0.68-0.22,0.51-0.82,0.64-1.13,1.07-1.54,0.50-2.99,1.15-4.75,1.75-0.52,0.18-1.15,0.28-1.31,0.50-0.27,0.37-0.05,1.02-0.13,1.56-0.08,0.55-0.37,1.09-0.50,1.63-0.14,0.61-0.14,1.26-0.25,1.87-0.43,2.62-0.42,5.15-0.18,8.19,0.11,1.43-0.08,3.02,0,4.63,0.14,3.30-0.27,6.82-0.13,10.06,0.11,2.51,0.15,5.07,0.19,7.69,0.05,0.20,0.44,0.06,0.50,0.25-0.27,0.77-0.01,1.43,0.37,1.88-0.65,1.09-1.17,2.32-1.12,4.12-0.60,0.15-1.07,0.21-1.56-0.06-0.25,0.36-0.82,0.39-1.38,0.44-0.60,0.47-0.31,1.53-0.24,2.31zm29.07-5.63c0.07-0.12,0.46-0.46,0.37-0.94,0.27,0.04,0.42-0.04,0.63-0.06,0.55-0.58,1-1.42,1.75-1.88,0.23-0.14,0.57-0.16,0.81-0.31,0.31-0.19,0.52-0.55,0.82-0.69,0.49-0.24,1.01-0.22,1.43-0.50,0.24-0.15,0.64-0.47,0.82-0.69,0.24-0.29,0.47-0.89,1.06-0.87-0.52,1.36,0.42,1.77,1.25,1.87,0.05,0.55,0.09,0.93,0.38,1.38,0.21,0.33,0.66,0.48,0.81,0.75,0.36,0.66,0.30,2.69,0.31,3.50,0.02,1.14-0.32,2.62-0.44,4.13-0.46,6.13-0.48,13.42-0.81,19.31,0.41,0.49,0.98,0.82,1.75,0.94,0.03,1.05,0.20,2.16,0.31,3.25,0.15,1.39,0.52,3.02,0.07,3.88,0.30,1.17,0.23,2.39,0.12,3.50-0.95,0.21-1.28,1.61-0.94,2.38-0.52,1.48-1.87,2.44-1.62,4.50-0.58-0.33-1.19-1.19-1.69-1.81,0.08-0.11,0.36-0.02,0.25-0.32-0.10-0.96-0.31-1.81-0.37-2.81-0.11-0.04-0.11-0.19-0.19-0.25-0.32-2.99-1.73-5.87-2.32-8.56-0.22-1.02-0.33-2.11-0.50-3.19-0.44-3.03-1.20-6.14-1.75-9.13-0.34-1.92-0.50-3.92-0.87-5.56-0.24-1.06-0.06-2.22-0.19-3.38-0.04-0.33-0.21-0.68-0.25-1-0.09-0.68-0.01-1.37-0.06-2.06-0.14-1.85-0.66-3.65-0.94-5.38z" id="path2580"/>
      <path d="M224.95,490.33c0.53-1.10,1.54-1.86,2.06-2.84,0.31-0.57,0.28-1.14,1.03-1.22-0.34-0.50,0.41-0.39,0.39-0.78-0.27-0.28-0.70-1.13,0-1.29-0.28-0.53,0.30-0.64,0.38-1.09,0.19-1.01-0.20-2.57,0.20-3.36,0.19-0.38,1.06-0.83,1.54-1.09,0.94-0.50,1.76-0.83,2.84-0.90-0.03-0.65-0.28-1.37-0.19-2.07,0.04-0.30,0.29-0.67,0.39-1.03,0.20-0.77,0.18-1.66,0.45-2.13,0.19-0.33,0.73-0.54,1.03-0.77,0.38-0.30,0.65-0.55,0.90-0.90,0.15-0.66-0.45-1.75,0.13-2.26-0.19-0.09-0.20-0.64,0.06-0.64-0.39-1.57-0.16-3.90,0.71-4.97,0.85-1.04,2.34-2.20,4.13-2.06,0.91,0.07,2.48,0.37,3.16,0.84,0.81,0.56,1.64,2.61,1.87,3.93,0.04,0.23,0.11,0.65,0,0.90,0.18-0.08,0.33-0.44,0.58-0.26,0.44,1.07,0.85,4.16-0.65,4.13-0.11,1.13-0.19,1.73,0.06,2.77,0.88,0.40,1.28,1.14,2,1.68,1.11,0.81,2.22,1.12,3.74,1.61,0.69,0.22,1.38,0.71,2,0.84,0.25,0.05,0.52-0.03,0.77,0,1.30,0.14,2.72,0.92,3.48,1.74-0.11,0.92,0.18,1.51-0.06,2.32,0.60,0.90,0.72,1.99,1.03,3.29,0.18,0.76,0.53,1.47,0.71,2.12,0.21,0.78,0.08,1.36,0.13,2.07,0.04,0.55,0.33,1.16,0.39,1.80,0.02,0.27-0.05,0.59,0,0.84,0.17,0.96,0.70,1.68,0.71,2.71,0.01,1.41,0.27,2.66,0.38,4.06,0.51,6.06,0.45,12.44,0.65,18.76-0.33,0.06-0.80-0.02-0.97,0.20,0.05,0.85,0.24,1.84,0.07,2.70,0.96,0.32,2.83-0.15,3.54,0.52,0.29,0.27,0.22,0.95,0.19,1.55-0.10,2.58-0.09,6.47-0.19,9.48-0.04,1.08,0.18,2.51-0.06,3.22-0.21,0.60-1.15,0.85-1.23,1.35-1.16,0.60-2.07,1.56-3.09,2.39-1.25,1.01-2.70,1.96-3.55,3.22-0.10,0.16-0.57-0.05-0.58,0.20,0.24,4.88-0.44,11.28-0.06,16.44,0.05,0.71,0.27,1.56,0.19,2.06-0.08,0.51-0.72,1-0.84,1.55,1.12,2.13,3.11,3.38,3.68,6.06-0.96,0.64-2.82,1.04-4.45,0.90-1.04-0.09-2.42-0.69-2.71-1.55-0.25-0.73-0.02-1.61-0.77-2.06-0.85,0.48-1.83-0.29-2.32-0.77-0.15-0.09-0.03-0.45-0.07-0.65-1.01-0.81-1.34-2.16-1.03-3.67,0.09-0.43,0.47-0.73,0.58-1.16,0.13-0.48,0.29-1.40,0.19-1.81-0.09-0.43-0.66-0.68-0.77-0.97-0.17-0.45-0.09-1.22-0.13-2-0.10-2.01-0.42-4.07-0.58-5.86-0.47-5.28-1.16-10.24-1.48-15.54-0.20-3.37-0.14-7.54-1.35-9.80-0.52,5.44-0.30,11.90-0.65,17.60-0.29,4.79,0.27,10.57-1.16,14.06-0.19,0.47-0.73,0.95-0.90,1.61-0.23,0.86,0.01,1.66-0.39,2.26,0.21,0.89,1.04,2.06,0.84,3.09-0.14,0.75-0.94,0.80-1.29,1.42,0.44,1.10-0.37,1.67-1.03,2.06-0.45,0.21-0.66-0.01-0.84,0.39-0.13,0.30,0.32,1.26,0.13,1.93-0.35,1.30-2.26,1.56-4.06,1.42-0.94-0.07-2.35-0.25-2.58-0.90-0.26-0.73,0.45-2.10,0.77-2.71,0.45-0.85,1.03-1.44,1.42-2.19-0.56-0.68,0.20-1.55,0.39-2.25-0.43-0.48-0.98-0.83-1.29-1.42-0.20-1.46,0.44-1.66,1.03-2.39,0.34-0.42,0.83-0.97,0.84-1.55,0.01-0.45-0.35-1.07-0.52-1.67-0.63-2.35-0.69-5.29-0.64-7.93,0.14-8.64-0.61-17.38-1.36-25.08-1.35-0.33-2.73-0.63-3.86-1.16,0.82-3.95,1.65-7.89,2.57-11.74,0.06-0.31-0.28-0.23-0.19-0.58,0.88-2.13,1.74-4.60,2.06-7.41,0.17-1.45-0.30-2.29-0.38-3.55-0.07-1-0.07-1.73-0.26-2.51-0.31,1.55-1.10,2.57-2.06,3.22-2.13,1.45-5.80-0.48-6.39-2.58-0.37-1.34,0.13-3.23,0.59-4.19z" id="path2582"/>
      <path d="M620.26,504.62c-0.22,4.62-0.58,9.21-0.25,13.47,0.07,0.31,0.58,0.19,0.70,0.45-0.17,2.23-0.98,4.37-0.06,6.12,0.10,0.19,0.26,0.28,0.45,0.52,0.31,0.40,0.47,0.57,0.84,0.97,0.53,0.56,1.04,0.82,1.93,1.16,0.49,0.18,1.07,0.61,1.55,0.26,0.20-0.64-0.49-0.92-0.90-1.16,0.10-0.58-0.32-0.63-0.52-0.91,0.08-0.30-0.22-0.59-0.26-0.96-0.05-0.56-0.01-1.44,0.39-1.68,0.39,0.21,0.33,1.08,0.52,1.74,0.19,0.68,0.68,1.38,1.35,1.10,0.34-0.50,0.09-1.22-0.06-1.81-0.48-1.90-0.61-4.26-1.93-5.35,0.77-0.34,0.68-1.44,0.90-2.58,0.84-4.39,1.22-9.58,1.80-14.11,0.90,2.27-0.20,5.29-0.45,7.80-0.07,0.31,0.24,0.24,0.19,0.51-0.07,1.14,0.10,2.22,0,3.42-0.04,0.60-0.27,1.23-0.32,1.87-0.06,0.82,0.08,1.73,0.13,2.71,0.06,1.20-0.16,2.54,0,3.61,0.05,0.30,0.22,0.47,0.26,0.70,0.19,1.09,0.10,2.35,0.19,3.48,0.09,1.09,0.29,2.15,0.39,3.23,0.18,1.95-0.28,3.92-0.19,5.93,0.11,2.64,0.13,5.42-0.07,7.99-0.19,2.58-0.93,5.10-0.77,7.35,0.09,1.26,0.40,2.67,0.71,3.80,0.16,0.57,0.71,1.41,0.45,2.26-0.21,0.69-1.30,0.83-1.61,1.35-0.38,0.65-0.09,3.14,0.19,3.80,0.08,0.19,0.03,0.32,0.32,0.33-0.18,0.72-0.63,1.27-1.03,1.93-0.34,0.57-0.93,1.24-1.09,1.81-0.04,0.13,0.03,0.39,0,0.64-0.09,0.58-0.32,1.91,0.32,2.32,0.62,0.40,3.91,0.31,4.70,0,1.22-0.47,0.95-1.43,1.03-2.71,0.44-0.12,0.94-0.50,1.29-0.90-0.04-0.73,0-1.35-0.06-1.93,0.73-0.77,1.43-1.96,2.19-2.97,0.32-0.43,0.82-0.70,1.03-1.16,0.32-0.70,0.30-2.18,0.45-3.22,0.17-1.14,0.45-2.19,0.52-3.16,0.11-1.53-0.01-3.23,0.06-4.96,0.15-3.40,0.06-6.73,0.39-9.93,0.31-3.12,0.51-5.65,0.97-8.44,1.30,2.76,0.54,6.32,1.41,9.73,1.06,4.13,1.50,8.77,2.19,13.34,0.14,0.91,0.42,1.82,0.46,2.65,0.04,0.93-0.18,1.94-0.26,2.90-0.08,0.89-0.43,1.86-0.39,2.70,0.05,1.09,0.97,1.40,1.16,2.26,0.14,0.59-0.33,1.79-0.06,2.39,0.08,0.17,0.71,0.69,1.48,0.70,0.18,0.63-0.18,1.12-0.07,1.87,0.86,1.48,3.89,1.09,5.87,0.84,1.16-2.29-0.84-4.09-1.61-5.80,0.10-0.89,0.97-1.73,0.90-2.84-0.06-1.03-1.52-2.12-1.68-3.09-0.10-0.66,0.22-1.58,0.26-2.39,0.14-2.54,0.15-4.91,0.07-7.60,0.33-0.34,0.88-0.13,1.35-0.26,0.56-0.16,0.67-0.73,1.16-1.03,0.50,0.68,0.98,1.12,1.93,1.23,0.15-0.86,0.49-1.67,0.71-2.58,0.25-1.01,0.11-2.13,0.20-3.22,0.34-4.48,0.63-9.37,0.38-13.86-0.07-0.21-0.53-0.07-0.58-0.13-0.21-0.99-0.51-1.89-0.90-2.71,0.04-0.86,1.02-1.43,1.16-2.19,0.13-0.70-0.27-1.68-0.39-2.58-0.11-0.90-0.23-1.78-0.19-2.77,0.22-0.17,0.63-0.15,0.84-0.32-0.73-4.01-0.76-8.52-1.48-12.76-0.35-2.05-0.77-4.18-0.84-6.12-0.05-1.25,0.03-2.33-0.26-3.42-0.15-0.56-0.45-1.12-0.51-1.68-0.05-0.42,0.10-0.94,0.12-1.41,0.05-1.09,0.03-2.28-0.06-3.42-0.12-1.46-0.30-2.58-0.32-3.93-0.02-0.82-0.12-2.22-0.45-2.65-0.51-0.64-2.35-1.28-3.55-1.74-0.63-0.24-1.32-0.44-1.93-0.71-0.67-0.29-1.23-0.72-1.74-0.90-0.60-0.20-1.24-0.39-1.68-0.77-0.36-0.32-0.47-0.81-0.90-1.10-0.25-2.72,1.44-3.88,1.42-5.99,0.36,0.19,0.41-0.26,0.64-0.52-0.17-0.77,0.04-1.76-0.06-2.70-0.17-1.66-0.93-2.88-1.68-4.07-0.34-0.03,0.15,0.18-0.06,0.20-0.18-0.15,0.01-0.27-0.19-0.39-1.02-0.71-2.42-1.02-3.61-1.55-1.54,0.11-3.36,0.06-4.32,1.23-0.12,0.14-0.24,0.44-0.39,0.64-0.52,0.74-0.94,1.75-1.09,2.84-0.04,0.08-0.25-0.05-0.20,0.26,0.03,0.39,0.08-0.25,0.13,0-0.28,0.70,0.02,1.44,0,2.19-0.01,0.66-0.35,1.17-0.25,1.68,0.13,0.68,0.69,0.78,0.64,1.41,0.46,0.23,0.68,1.04,1.03,1.16,0.19,1.20,1.28,2.44,1.10,3.74-0.06,0.38-0.43,0.98-0.65,1.29-0.29,0.40-0.84,0.62-1.16,0.97-0.75,0.13-1.44,0.66-2,0.77-0.09,0.36-0.80,0.59-1.15,0.90-1.04,0.10-1.68,0.59-2.71,1.16-0.72,0.40-1.74,0.81-1.94,1.35-0.29,0.84-0.07,2.10-0.13,3.29-0.19,4.45-0.51,8.95-1.22,13.08-0.33,1.87-0.50,3.82-0.59,5.74zm-35.64,39.12c0.07,1.25,0.67,1.26,1.61,1.81,1.38,0.80,2.54,1.73,4,2.38,0.33-0.11,0.30-0.38,0.64-0.58,0.68,0.13,0.64,0.64,1.36,0.65,0.51,0.01,1.02-0.68,1.48-0.39,0.47,0.30,0.33,3.37,0.39,4.06,0.05,0.69,0.11,1.42,0.19,2.07,0.08,0.61,0.40,1.30,0.39,1.80-0.05,1.37-1.76,2.59-1.81,3.67-0.05,1.08,1.26,2.42,1.55,3.23-0.36,1.45-1.27,2.26-1.36,4.12-0.02,0.44-0.01,0.92,0.20,1.16,0.40,0.49,1.89,0.53,2.90,0.52,1.24-0.02,2.96-0.10,3.15-0.97,0.17-0.77-0.41-1.47-0.25-2.32,0.05-0.27,0.34-0.57,0.38-0.84,0.10-0.56-0.13-1.15-0.25-1.74,0.47-0.78,1.45-1.30,1.67-2.25,0.30-1.30-0.60-2.64-0.51-4.19,0.11-2.04,0.59-4.27,0.83-6.57,0.71-6.61,0.61-14.56,1.36-20.89,0.10,7.12-0.03,14.35,1.09,20.76,0.43,2.42,1.11,4.61,1.55,7.15,0.23,1.27,0.22,2.65,0.65,3.67,0.41,1.02,1.38,1.71,2.06,2.58-0.10,0.77-0.21,2.10,0.26,2.52,0.10,1-0.93,1.78-0.39,2.64,0.38,0.60,1.91,0.50,2.84,0.52,0.99,0.02,2.42,0.07,2.96-0.32,0.65-0.48,0.47-2.52,0.26-3.23-0.11-0.38-0.32-0.82-0.52-1.22-0.16-0.35-0.50-0.80-0.51-1.16-0.01-0.29,0.26-0.74,0.38-1.23,0.11-0.43,0.15-0.92,0.26-1.29,0.22-0.69,0.69-2.03,0.45-3.22-0.16-0.84-1-1.39-1.16-2,0.13-0.54,0.80-0.87,0.91-1.42,0.33-1.76-1.21-3.69-1.29-5.22-0.04-0.60,0.21-1.34,0.32-2,0.57-3.41,0.06-7.39-0.32-10.76-0.16-1.37-0.54-2.73-0.58-4-0.05-1.43,0.36-2.74,0.32-4.06,0.77,0.03,1.85-0.02,2.32-0.32,0.44-0.23,0.51-0.82,0.96-1.03,0.66-1.66,0.71-3.53,0.65-5.93,0.41-0.50,0.95-0.86,1.35-1.36,0.41-5.60,0.39-11.91,0.13-17.85-0.13-3.03-0.07-6.45-0.45-9.80-0.19-1.68-0.62-3.24-0.84-4.70-0.14-0.94,0.16-2.48-0.38-3.16-0.28-0.34-1.14-0.55-1.94-0.84-0.74-0.27-1.45-0.55-1.93-0.77-1.11-0.51-2.72-1.12-3.74-1.68-1.08-0.58-1.49-1.35-2.32-2.32,0.23-1.05,0.27-2.30,0.39-3.48,0.27-0.08,0.42,0.10,0.71-0.13,0.58-0.45,0.59-2.03,0.64-3.09,0.05-0.33-0.37-0.19-0.51-0.32,0.09-1.48,0.15-2.88-0.52-3.93-0.70-1.11-2.46-2.09-3.74-2.26-0.25-0.03-0.57-0.03-0.84,0-1.93,0.22-3.89,1.89-4.19,4-0.09,0.68,0.07,1.28,0,1.99-0.14,0.05-0.53-0.05-0.64,0.20,0.20,1.17,0.23,2.51,0.84,3.28,0.11,0.26,0.54,0.02,0.58,0.07,0.06,1.33,0.34,2.45,0.45,3.73-0.90,0.78-1.40,1.67-2.39,2.20-0.52,0.27-1.27,0.43-1.93,0.77-1.33,0.69-2.05,1.12-3.68,1.74-0.65,0.25-1.60,0.47-1.93,0.77-0.59,0.55-0.36,1.77-0.39,2.84-0.02,0.75-0.28,1.53-0.38,2.32-0.11,0.78-0.09,1.56-0.13,2.38-0.08,1.26-0.32,2.59-0.45,3.87-0.19,1.81,0.10,3.64,0.06,5.54-0.02,0.84-0.19,1.65-0.19,2.51-0.06,5.27-0.44,10.91-0.07,16.06,0.29,0.35,0.66,0.63,0.97,0.96,0.24,1.72-0.86,4.38,0.39,5.55-0.64,1.14-1.16,2.41-1.48,3.86-0.59-0.04-0.82-0.43-1.49-0.39-0.55,1.01-0.56,2.42-0.64,3.81-0.17,2.86-0.51,6.09-0.65,8.89-0.03,0.70-0.10,1.85-0.06,2.58z" id="path2584"/>
      <path d="M527.46,494.77c0.16-0.73,0.44-1.51,0.68-2.10,1.09-2.74,2.01-4.95,3.02-7.95,0.48-1.43,0.95-3,1.66-3.82,1.31-1.51,3.75-2.16,5.61-2.90,0.04-0.25,0.07-0.51,0.19-0.68,1.13-0.64,2.11-1.42,3.82-1.48,0.18-0.58,0.68-0.84,1.23-1.05-0.04-1.18-0.01-2.05,0-3.27-0.62-0.15-0.54-0.44-0.68-1.23-0.13-0.76-0.60-2.47,0.25-2.52-0.64-2.27,0.24-4.49,1.66-5.68,0.56-0.46,2.28-1.15,2.78-1.17,0.30-0.01,0.79,0.19,1.23,0.25,0.95,0.11,1.59,0.22,2.22,0.68,0.69,0.63,1.01,1.31,1.79,2.03,0.16,1.25,0.59,2.64,0.18,4.01,0.71,0.80,0.19,2.43,0.07,3.27-0.06,0.29-0.51,0.19-0.56,0.49,0,1.14-0.18,2.02-0.62,2.65-0.34,0.51-0.95,0.65-0.67,1.05,0.39,0.56,0.64,1.53,0.98,1.97,0.20,0.26,0.50,0.38,0.62,0.56,0.19,0.31,0.18,0.74,0.31,1.11,0.87,0.58,2,0.94,2.65,1.85,0.79,1.12,1.08,2.78,1.17,4.13,0.05,0.18,0.41,0.04,0.37,0.31-0.24,2.15,0.47,5.04,0,7.39-0.08,0.42-0.44,0.73-0.37,1.18,0.23-0.02,0.62,0.05,0.86,0.24,0.40,0.33,1.02,1.65,0.99,1.98-0.05,0.46-0.70,0.53-0.62,1.05,0.35,0.40,0.98,0.44,1.11,0.98,0.13,0.56-0.40,1.15-0.31,1.85,0.10,0.76,0.64,0.99,0.80,1.67,0.41-0.26,1.10-0.24,1.23,0.24-0.13,0.34-0.80,0.14-0.92,0.50,0.98,0.32,1.95,0.69,2.96,1.29,0.54,0.32,2.29,1.21,2.53,1.73,0.32,0.72,0.05,2.08,0.12,2.96,0.03,0.36,0.20,0.83,0.12,1.17-0.23,1.02-2.21,1.84-2.96,1.54,0.26,1.30,1.10,2.88,0.44,4.01,0.48,1.42,0.88,2.75,1.48,4.01,0.27,0.57,0.77,1.39,0.73,1.97-0.03,0.59-0.59,1.45-0.98,1.73-0.63,0.44-3.05,1.18-4.01,1.05-0.35-0.05-0.68-0.41-0.98-0.44-0.83-0.07-1.38,0.62-1.92,0.87,0.18,0.33-0.24,0.44-0.43,0.74,0,1.81-0.08,3.43,0,5.18,0.09,1.91,0.02,3.89,0.12,5.67,0.06,0.84,0.33,1.74,0.25,2.53-0.05,0.45-0.25,0.98-0.37,1.47-0.82,3.46-2.06,6.83-3.02,9.99,0.39,0.62,0.79,1.23,1.11,1.91,0.27,0,0.55-0.01,0.55,0.25,0.38,0.58-0.12,1.18-0.36,1.54,0.59,1.05,0.71,1.91,0.92,3.15,0.26,1.52,0.95,2.35,2.28,3.02,0.48,0.24,1.09,0.33,1.54,0.55,0.51,0.25,1.55,1.29,1.42,1.98-0.11,0.62-1.49,1.02-2.09,1.17-1.73,0.44-4.23,0.67-5.62-0.62-0.38-0.35-0.43-0.78-0.86-0.86-0.43-0.08-0.79,0.21-1.23,0.25-1.62,0.12-3.33-0.42-4.01-1.36,0.02-0.83,0.09-1.60,0.49-2.03,0.03-0.61,0.11-1.18,0.37-1.55-0.09-0.21-0.19-0.42-0.18-0.73-0.46-0.37-0.86-0.84-1.05-1.36-0.41-1.16-0.25-3.20-0.19-4.69,0.07-1.39,0.04-2.99,0.13-4.25,0.16-2.26-0.16-4.69,0-6.35,0.06-0.63,0.30-1.16,0.24-1.73-0.13-1.50-0.83-2.62-0.80-4.01,0.03-1.11,0.66-2.18,0.12-3.33-0.65,2.31-1.48,4.44-2.34,6.54-0.52,1.27-1.21,1.94-1.42,3.57-0.10,0.82-0.30,1.64-0.43,2.35-0.06,0.35-0.09,0.92-0.06,1.23,0.11,1.13,0.55,2.35,0.74,3.57,0.19,1.26,0.57,2.64,0.43,3.89-0.06,0.52-0.36,1.21-0.56,1.85-0.43,1.46-0.80,2.46-1.60,3.33,1.22,0.10,0.56,1.42,0.74,2.40,0.06,0.33,0.30,0.64,0.31,0.87,0.02,0.32-0.19,0.72-0.25,1.11-0.03,0.21-0.19,1.14-0.18,1.17,0.09,0.35,0.80,0.54,0.68,1.05,0.74,0.58,1.28,1.22,1.91,1.91,0.58,0.63,1.09,1.10,0.92,2.40-0.71,0.43-1.73,0.71-2.77,0.80-1.85,0.16-4.27,0.45-5.06-0.98-0.30-0.56-0.17-1.04-0.68-1.24-0.28-0.10-0.49,0.07-0.80,0-0.59-0.12-1.50-0.90-1.60-1.35-0.21-0.90,0.37-1.56,0.31-2.22-0.65-0.86-2.13-1.63-1.61-3.15,0.22-0.64,1.24-0.88,1.36-1.48,0.14-0.74-0.59-1.21-0.68-1.78-0.07-0.41,0.04-0.82,0.06-1.24,0.19-4.22,0.42-8.72,0.62-13.31,0.05-1.29,0.05-2.42,0.37-3.70,0.29-1.20,0.36-2.45,0.49-3.70,0.36-3.36,1.57-6.09,1.29-9.93-0.09-1.28-0.52-2.32-0.43-3.64,0.03-0.43,0.20-0.89,0.25-1.35,0.04-0.37-0.02-0.76,0-1.11,0.12-1.91,0.70-3.67,0.74-5.61-0.72-0.25-1.67-0.26-1.36-1.54-0.43-0.11-1.10-0.12-1.35-0.56-0.21-0.36-0.11-0.82-0.19-1.29-0.14-0.80-0.57-1.65-0.80-2.59-0.24-1.01-0.45-1.99-0.56-2.90-1.33-0.80-2.66-1.71-3.82-2.65-0.87-0.71-1.70-1.10-2.16-2.22-0.11-0.29-0.08-0.71-0.18-1.05-0.08-0.27-0.26-0.46-0.31-0.68-0.17-0.85,0.19-1.87,0.39-2.78z" id="path2586"/>
      <path d="M715.85,563.30c0.41,1.29,1.86,3.08,1.78,5.07-1.78,0.46-6.45,0.97-6.72-0.96-0.09-0.65,0.53-1.21-0.13-1.71-0.65-0.16-1.67-0.36-1.86-1.10-0.27-1.03,0.54-2.40,0.55-3.43-0.21-0.50-0.75-0.88-0.82-1.51-0.11-0.94,0.61-1.21,0.96-1.71-0.17-0.35-0.72-0.35-0.96-0.55-1.09-0.92-1.12-3.35-1.03-5.42,0.08-1.64,0.44-3.42,0.35-4.66-0.11-1.39-0.61-3.06-0.83-4.87-0.20-1.67-0.05-3.74-0.48-5.21-0.11-0.39-0.42-0.71-0.48-1.10-0.23-1.44,0.23-2.86,0.07-4.18-0.17-1.43-0.63-2.74-0.75-4.05-0.74,2-0.35,4.87-0.83,7.20-0.10,0.54-0.45,0.99-0.55,1.51-0.19,1.06,0.37,2.16,0.48,3.09,0.17,1.34,0,2.96,0,4.52,0,1.57,0.07,3.21,0,4.66-0.06,1.35-0.30,2.78-0.13,3.98,0.12,0.91,0.77,1.67,0.89,2.61,0.10,0.81-0.35,1.48-0.34,2.33,0,0.41,0.28,0.82,0.34,1.30,0.11,0.92-0.06,1.62-0.62,2.27,0.20,1.01,0.53,1.89,0.48,3.15-0.48,0.80-1.74,0.82-2.60,1.23-0.07,0.49-0.22,0.89-0.21,1.44-1.34,1.35-5.17,1.24-6.86,0.28,0.22-2.40,2.42-3.39,3.16-5.49-0.02-0.32-0.37,0.12-0.35-0.20,0.04-0.37,0.50-0.34,0.48-0.76-0.47-0.71-1.85-2.28-0.82-2.81-0.66-0.61-0.93-2.06-1.03-3.16-0.27-3.13,0.03-6.60-0.27-9.94-0.08-0.88-0.13-1.89-0.21-2.95-0.24-3.13-1.12-6.29-1.43-9.18,0.22,4.71,0.59,9.28,1.09,13.71-0.74,0.56-1.94,0.31-2.33,1.17-0.14,0.31,0.04,1.23,0.07,1.85,0.03,0.73,0.02,1.42,0,1.92-1.07,0.84-2.98,1.50-4.73,2.06-0.08,1.40-1.15,2.72-1.31,4.11-0.26,2.42,0.96,3.69,1.72,5.35,0.71,0.82,1.84,1.15,2.47,2.06,0.59,0.86,1.17,1.97,1.64,2.95-1.75,0.41-3.24-0.58-4.86-0.76,0.12,0.49,0.51,0.73,0.54,1.31-0.34,0.28-0.95,0.25-1.37,0.20-1.96-0.21-3.95-1.02-5.55-1.57-0.22-1.91-1.20-3.06-2.06-4.32,0.13-0.35,0.45-0.49,0.55-0.90,0.08-0.36-0.09-0.69-0.14-1.16-0.06-0.61,0.06-1.46,0-2.20-0.07-0.83-0.31-2.07-0.55-3.01-0.25-0.98-0.57-2.32-0.96-2.68-0.43-0.40-1.42-0.43-1.99-0.75-0.69-0.40-1.13-1.31-1.71-1.58-0.58-0.27-1.21-0.19-1.65-0.62-0.01-0.83,0.15-1.47,0.14-2.12-0.66-0.46-1.85-0.40-2.67-0.69,0.51-1.42,0.51-3.18,0.68-5.01,0.94-10.02,0.59-21.62,2.40-30.86-0.87-0.60-0.66-1.39-0.55-2.60,0.15-1.44,0.11-2.63,0-3.98-0.14-1.74-0.03-3.55-0.06-5.28-0.45-0.15-0.55-0.51-0.83-0.89-0.20-0.28-0.33-0.40-0.34-0.62-0.04-0.60,0.67-0.92,0.55-1.51-0.06-0.27-0.46-0.38-0.76-0.68-0.84-0.85-1.17-1.80-1.30-3.36-0.14-1.69-0.15-3.52,0.07-5.08,0.13-0.93,0.11-1.79,0.21-2.40,0.06-0.40,0.32-0.89,0.47-1.44,0.58-2.02,1.46-2.72,3.50-3.15,0.12-0.75,0.85-0.89,1.17-1.44,3,0.58,4.26-1.24,3.56-3.91-0.05-0.06-0.60,0.10-0.68-0.13-0.55-0.66-0.50-1.94-0.35-2.82,0.10-0.57,0.61-0.74,0.76-1.09,0.24-0.60,0.09-1.28,0.27-1.79,0.52-1.47,2.12-2.53,3.91-2.74,2.01-0.24,3.82,0.98,4.39,2.13,1.08,2.21-0.05,4.51-0.07,7.20-0.60,1.27-1.11,2.25-1.99,3.08-0.38,0.37-0.94,0.59-1.16,1.10,1.23,1.15,4.32,0.43,5.55,1.58,0.74-0.52,1.23-1.24,2.06-1.65,0.39-0.19,0.89-0.16,1.30-0.34,0.81-0.35,1.52-1.06,2.34-1.51,0.87-0.49,1.78-0.81,2.53-1.37,0.13-1.61-0.46-3.69-1.03-5.22-0.74-0.82-1.66-2.31-1.37-3.97,0.04-0.21,0.19-0.41,0.21-0.62,0.06-0.69-0.31-1.41-0.28-2.06,0.03-0.45,0.30-0.85,0.28-1.23,0.47-0.48,1.29-0.97,1.99-1.51,0.17-0.14,0.36-0.33,0.41-0.55,1.19-0.21,2.78-0.99,4.32-0.55,0.47,0.14,0.77,0.55,1.30,0.55,0.60,0.76,1.81,1.15,2.19,2.13,0.38,0.96,0.02,1.95,0,3.08,1.22,0.88,0.18,2.89-0.20,3.98-0.05,0.27-0.47,0.17-0.55,0.41-0.31,2.12,0.82,3.33,1.58,4.60,3.18,1.23,6.87,1.95,9.80,3.43,3.22,3.93,4.22,10.09,6.45,15.02-0.90,0.47-1.97,0.77-2.61,1.50,0.45,1.76,0.22,3.78,0.07,5.90-0.20,2.94-0.76,5.20-1.51,7.54-0.34,1.09-0.52,2.72-0.96,3.64-0.11,0.23-0.36,0.37-0.48,0.62-1.56,3.13-0.63,7.86-0.61,12.27,0,2.43-0.56,5.29-0.69,8.30-0.06,1.48,0.07,3.03,0,4.52-0.09,1.95-0.33,3.85-0.41,5.69-0.11,2.39-0.03,4.50-0.14,6.86-0.12,2.70,0.08,5.88-1.10,7,0.24,0.49,0.67,0.79,0.76,1.44-0.62,0.47-1.21,0.98-1.58,1.71,0.27,0.63,1.03,0.75,1.17,1.51-0.15,0.25-0.47-0.25-0.55-0.07,0.05,0.27,0.19,0.45,0.34,0.62zm0.07-67.21c-0.07,0.05-0.07,0.16-0.21,0.14,0.31,1.64,0.32,3.58,1.10,4.73,0.70-1.78-0.04-3.79-0.89-4.87zm-23.93,7.96c-0.46,0.53,0,1.24,0.14,1.78,0.22,0.94,0.67,1.92,0.48,3.23-0.08,0.49-0.22,1.19-0.14,1.99,0.09,0.90,0.19,2,0.34,2.94,0.15,0.98,0.59,1.85,0.62,2.61,0.01,0.32-0.12,0.64-0.14,0.96-0.09,1.18,0.22,2.36,0.41,3.50,0.18,1.06,0.14,2.27,0.82,3.01-0.71-3.25-0.15-6.67-0.34-9.94-0.05-0.94,0.05-1.69,0.21-2.40,0.14-0.65,0.50-1.17,0.68-1.92,0.21-0.83,0.13-1.78,0.21-2.60,0.08-0.83,0.35-1.56,0.41-2.33-1.25-0.27-2.26-0.77-3.70-0.83zm-7.20,50.27h-1.17c-0.30,1.70,0.17,3.14,0.62,4.32,0.47-1.16,0.54-2.71,0.55-4.32zm30.51,7.68c-0.04,0.07,0.18,0.46,0.41,0.48-0.09-0.21-0.31-0.28-0.41-0.48z" id="path2588"/>
      <path d="M161.02,496.17c0.89,1.25,1.93,2.59,2.86,3.68,0.72,0.83,1.33,1.57,2.09,2.24,1.10,0.98,2.02,2.03,3.17,2.92-0.10,0.33,0.11,0.49-0.10,0.76,0.38,0.32-0.15,0.67,0.15,0.97,0.28,0.28,1.08-0.22,1.23-0.51,0.80,0.52,1.48,1.15,2.96,0.97-0.04,1.57-0.61,3.04-0.87,4.55-1.64,4.16-3.08,9.16-3.52,14.51-0.13,1.50-0.44,3.04-0.46,4.60,0,0.18,0.07,0.42,0.05,0.61-0.03,0.22-0.18,0.39-0.26,0.61-0.14,0.44-0.11,0.96-0.20,1.48-0.22,1.32-0.63,2.85-0.92,4.14,0.56,0.22,1.19,0.37,1.84,0.51,0.40,1.53,0.07,3.70,0.15,5.62,0.15,3.38,1.33,6.30,1.54,9.60,0.04,0.71,0.08,1.49,0.05,2.30-0.02,0.48-0.19,0.94-0.21,1.43-0.01,0.38,0.11,0.85,0.05,1.28-0.11,0.86-0.45,1.92-0.71,2.91-0.13,0.47-0.24,1-0.36,1.48-0.18,0.69-0.38,1.28-0.66,1.69-0.53,0-0.68,0.14-1.02,0.26-0.13,0.42-0.27,0.82-0.52,1.12-0.45,0.03-0.54-0.31-0.97-0.31-0.11,0.25-0.35,0.57-0.25,0.87-0.16,0.17-0.46,0.19-0.56,0.41,0.02,0.64,0.28,1.01,0.25,1.58,0.37,0.67,1.55,0.48,2.56,0.46,1.40-0.03,2.98-0.02,3.78-0.61,0.47-0.35,0.93-1.02,0.51-1.69,0.43-1.64,1.35-2.80,2.65-3.57,0.32,1.05,0.30,2.85-0.10,3.78,0.17,0.31,0.74,0.31,0.97,0.05,0.06-1.90,0-3.52,0.77-4.80,0.35-0.60,0.89-1.05,0.87-1.84-0.18-0.19-0.42-0.31-0.77-0.31-0.19-0.56-0.51-0.99-0.87-1.38-0.01-0.50-0.09-0.93-0.31-1.23,0-0.24,0.20-0.28,0.21-0.51-0.17-0.05-0.42-0.02-0.56-0.10-0.29-2.62-0.02-5.48,0.20-8.18,0.04-0.51,0-0.99,0.05-1.48,0.09-0.84,0.47-1.61,0.56-2.45,0.19-1.80-0.27-3.43-0.56-4.95,0.93,0.13,2.49,0.06,3.32,0.46,1.44-0.27,3.31,0.18,5.11,0.05,0.35,1.89-0.15,3.69-0.05,5.72,0.14,3.02,0.38,6.53-0.82,8.69-0.11,0.20-0.33,0.29-0.41,0.51-0.08,0.22-0.02,0.47-0.05,0.71-0.07,0.68-0.31,1.43-0.51,2.20-0.41,1.61-0.37,3.04-1.23,4.19-0.12,0.16-0.41,0.32-0.51,0.51-0.26,0.48-0.18,1.19-0.66,1.63,0.01,0.66-0.45,1.42,0.10,1.94,0.26,0.25,0.93,0.29,1.28,0.31,1.56,0.11,3.66,0.06,4.65-0.92,1.01-1,0.36-4.24,1.02-5.56,0.33-0.67,0.96-1.24,1.02-2.05,0.06-0.85-0.48-1.50-0.41-2.19-0.28,0.16-0.61-0.51-0.66-0.77-0.19-0.98,0.35-2.74,0.61-3.53,1.16-3.53,3.06-6.58,2.76-11.39,1.38,0.02,2.37-0.51,3.57-0.71,1.02-0.18,2.10-0.17,2.97-0.67,0.16-2.42-0.13-4.69-0.36-7.20-0.08-0.88-0.25-1.67-0.26-2.56,0-0.78-0.33-1.61-0.35-2.40-0.08-2.46-0.61-5.09-0.92-7.56-0.25-1.96-0.83-3.81-1.13-5.87-0.25-1.74-0.33-3.47-0.97-5.06,1.32,0.13,2.16-0.48,3.02-1.23,1.50-1.31,3.11-2.70,4.54-4.03,1.61-1.50,2.37-3.07,3.83-4.75,0.64-0.73,1.64-1.56,1.18-2.76-0.18-0.47-0.70-1.13-1.07-1.69-0.39-0.58-0.79-1.12-1.13-1.58-0.81-1.12-1.44-2.14-2.35-3.12-0.93-1.01-1.92-1.77-2.65-2.81-0.39-0.55-0.74-1.10-1.13-1.58-0.40-0.50-0.92-0.87-1.38-1.33-0.42-0.42-0.83-1.19-1.22-1.48-0.18-0.13-0.38-0.23-0.60-0.33-0.11-0.10-0.21-0.17-0.27-0.18-0.11-0.04-0.54-0.17-1.07-0.33-0.06-0.03-0.11-0.05-0.16-0.08-0.69-0.37-1.37-0.58-1.99-1.02,0.09-0.62,0.48-1.01,0.31-1.64,0.39,0.10,0.31,0.06,0.66,0.16-0.15-0.34,0.09-0.64,0.46-0.92-0.29-0.36-0.81-0.23-0.92-0.82,0.22-0.14,0.78,0.07,0.77-0.31-0.10,0-0.07,0.14-0.21,0.11-0.09-0.09,0.27-0.14,0.26-0.31-0.14,0.03-0.25,0.05-0.31,0.05-0.18,0.02-0.07,0.06-0.15-0.05-0.15-0.20,0.22-0.16,0.26-0.51,0.13-0.13-0.09-0.12-0.16-0.05,0.09-0.36,0.53-0.36,0.57-0.77-1.01,0.52-2.06,0.08-2.36-0.66,0.25-0.03,0.37,0.07,0.52,0.15,0.03-0.21-0.53-0.26-0.62-0.51-0.33-0.94-0.39-1.62-0.20-2.71,0.24-0.57,0.45-0.96,0.25-1.63-0.12-0.45-0.56-0.79-0.56-1.23,0-0.43,0.38-0.64,0.36-1.07-0.03-0.23-0.53-0.69-0.26-0.72-0.35-0.24-0.55-0.65-0.81-1.02-0.24-0.33-0.52-0.81-0.82-1.07-0.16-0.14-0.01,0.13-0.10,0.10-0.22-0.07-0.61-0.60-0.87-0.82-0.88-0.73-1.80-1.57-2.71-2.09-0.15-0.07-0.65-0.15-0.82-0.36-0.27-0.06-0.61-0.06-0.81-0.20h-0.05c-0.08,0.02-0.01,0.05,0.05,0.05-0.76,0.06-1.37,0.06-2.05,0.26-0.10,0-0.01-0.11,0.07-0.11-0.68-0.10-1.02,0.54-1.55,0.87-0.55,0.36-1.28,0.37-1.78,0.72-0.62,0.41-0.96,1.13-1.38,1.84-0.10-0.13-0.07-0.06-0.26-0.05-0.06,0.33-0.57,0.51-0.82,0.86-0.40,0.59-0.56,1.40-0.76,2.15-0.03,0.04-0.06,0.08-0.05,0.15-0.03,0.08-0.06,0.01-0.06-0.05-0.22,1.68-0.12,3.92,1.03,5.11-0.16,0.38-0.13,1.04,0,1.43,0.13,0.11,0.20,0.25,0.24,0.40-0.05-0.53-0.38-0.76-0.24-1.27,0.05,0.17,0.10-0.06,0.15-0.05,0.01,0.13-0.08,0.16-0.10,0.25,0.07-0.02,0.08-0.06,0.15,0-0.01,0.36,0.21,0.76,0.06,1.11,0.17,0.80-0.58,2.06-0.27,3.03,0.19,0.56,0.81,0.61,0.82,1.28-0.77,0.61-2.51,0.51-3.37,1.17-0.53,0.41-1.06,1.18-1.58,1.69-1.66,1.61-2.97,3.32-4.75,4.95-1.63,1.49-2.84,3.56-4.24,5.52-0.40,0.55-1.19,1.49-1.28,1.94-0.16,0.83,0.42,1.37,0.87,2zm29.78,4.65c0.19-2.43,1.51-4.96,1.69-7.46,0.03-0.42-0.08-0.99,0-1.33,0.08-0.36,0.44-0.95,0.66-1.48,0.23-0.56,0.54-1.17,0.77-1.48,0.69,1.29,1.75,2.57,2.91,3.73,0.48,0.48,0.96,1.06,1.58,1.63,0.45,0.41,1.62,1.12,1.69,1.59,0.10,0.67-0.87,1.82-1.28,2.35-0.63,0.81-0.95,1.42-1.43,2.19-0.49,0.81-1.02,1.28-1.68,1.94-0.44,0.43-1.38,1.53-1.95,1.69-0.77,0.22-1.13-0.28-1.83-0.66-0.43-0.23-0.96-0.44-1.13-0.82-0.17-0.40-0.05-1.18,0-1.89zm-25.08-6.14c0.04-0.20,0.56-0.50,0.87-0.76,2.10-1.79,4.38-3.86,5.62-6.18,0.13,0.42,0.32,0.83,0.40,1.32,0.09,0.48,0.03,1.01,0.11,1.48,0.04,0.26,0.21,0.50,0.20,0.72,0,0.23-0.17,0.48-0.20,0.66-0.48,2.61,0.67,4.31,1.22,6.29,0.40,1.43,0.94,2.72,1.38,3.98-0.35,0.29-1.15,0.78-1.79,0.92-0.33,0.08-1.29,0.15-1.48-0.05-0.23-0.26,0.29-1.02-0.40-1.12-0.31-0.04-0.35,0.19-0.62,0.20-1.62-1.52-2.98-3.34-4.24-5.31-0.29-0.46-1.20-1.52-1.07-2.15zm9.10-20.09c-0.01-0.01-0.01-0.02-0.02-0.04,0.01,0.02,0.01,0.04,0.01,0.06,0-0.01,0-0.01,0.01-0.02z" id="path2590"/>
      <path d="M10.574,568.23c0.048,0.09,0.084,0.18,0.113,0.27,2.454,0.46,6.620,0.57,9.740,0.32,0.065-0.05,0.138-0.09,0.222-0.13,0.288-0.14,0.477-0.40,0.598-0.73h0.026h-0.023c0.163-0.44,0.203-0.98,0.199-1.45-0.017-0.24-0.029-0.50-0.045-0.75-0.021-0.19-0.042-0.31-0.042-0.31l0.021,0.01c-0.073-0.97-0.229-1.85-0.848-2.28-0.158-3.18,1.106-5.80,0.996-9.09,1.639-0.06,3.187,0.37,4.794,0.19,0.761-0.09,1.455-0.38,2.180-0.31,0.278,0.02,0.655,0.18,0.996,0.25,0.364,0.07,0.793,0.03,1.059,0.12,0.404,0.14,0.821,0.74,1.245,1.12,1.283,1.16,2.558,2.15,3.736,3.36,0.049,0.22-0.094,0.24-0.063,0.44,0.464,0.24,0.658,0.85,0.996,1.31,0.182,0.25,0.441,0.62,0.374,1.06-0.037,0.23-0.240,0.37-0.312,0.62-0.040,0.14,0.027,0.33,0,0.50-0.071,0.44-0.495,0.91-0.125,1.56-0.466,1.05-1.837,1.19-2.303,2.24,0,0,0.025,0.06,0.084,0.16,2.158,3.83,8.350-2.89,9.114-3.57,0.774-0.69,0.141-1.45,0.141-1.45-0.716-0.92-1.411-1.87-2.366-2.55-1.388-0.13-1.867-1.17-2.614-1.93h-0.313c-1.202-1.29-2.239-2.75-3.424-4.05v-0.44c-1.336-2.47-2.558-5.31-3.674-8.09-0.491-1.23-0.832-2.49-1.619-3.37,0.120-0.39,0.497-0.35,0.747-0.62,0.624-0.66,0.703-1.85,1.371-2.49,0.896,0.44,1.985,0.19,2.739-0.19,0.388-0.59,0.721-1.25,1.059-1.99,0.322-0.71,0.495-1.51,0.810-2.18,0.163-0.34,0.525-0.62,0.622-0.99,0.221-0.86-0.282-1.76,0.063-2.49-0.193-1.12-1.005-1.61-1.682-2.24,0.123-1.40,0.064-2.95,0-4.43-0.054-1.21,0.023-2.57-0.373-3.48-0.255-0.58-0.854-0.86-0.747-1.62-0.357-0.37-0.910-0.54-1.245-0.94,0.100-0.55,0.239-1.09,0.311-1.86,0.050-0.54,0.362-0.91,0.498-1.50,0.427-1.84,0.618-5.27-0.436-6.60-0.255-0.32-0.819-0.47-0.623-0.99,0.253-0.18,0.479,0.49,0.747,0.31-0.029-0.20,0.168-0.17,0.188-0.31-0.313-0.27-0.736-0.43-1.308-0.44-0.282-0.43-0.673-0.74-0.872-1.25-0.196-0.01-0.376,0-0.436,0.13-0.680-1.06-2.330-2.17-4.172-1.99-0.962,0.09-2.270,0.39-2.678,1.06-1.830,0.34-3.207,1.75-2.677,4.04,0.137,0.09,0.268,0.19,0.498,0.19,0.950,1.20-1.327,2.49,0.187,2.93-0.034,1.17,0.433,1.55,0.685,2.49,0.587,0.38,1.633,0.10,2.304,0,0.089,0.77,0.618,1.58,0.561,2.24-0.028,0.34-0.444,0.85-0.686,1.12-0.622,0.69-1.703,1.33-2.240,1.87-0.237-0.06-0.413-0.17-0.748-0.13-0.049,0.39-0.242,0.63-0.560,0.75-0.063,0.46-0.011,0.72-0.374,0.93,0.161,0.47-0.105,0.74-0.063,1.13,0.084,0.74,0.871,1.08,1.245,1.55-0.275,0.96-0.572,1.87-0.809,2.87-0.234,0.98-0.304,2.02-0.561,2.98-0.263,0.99-0.526,1.93-0.747,2.93-0.219,0.99-0.442,1.99-0.686,2.99-1.402,5.76-2.313,12.02-3.674,18.12,0.599,0.25,1.155,0.54,1.868,0.68-0.435,2.01,0.236,4.25-0.124,6.23-0.162,0.89-0.658,1.67-0.686,2.49-0.373,0.42-1.192,0.39-1.369,1-1.136,0.32-1.778,1.14-3.194,1.19-0.719,0.32-2.6236,1.42-1.596,3.48zm18.428-54.80c0.039-0.17,0.411-0.55,0.498-0.74,0.025-0.06-0.039-0.21,0-0.25,0.215-0.26,1.144-0.39,0.747-0.63,0.306,0,0.396-0.22,0.436-0.49-0.122-0.02-0.123,0.08-0.186,0.12-0.038,0-0.074-0.01-0.063-0.06,0.387-0.76,0.868-2.05,1.122-3.30,0.195,0.03,0.346,0.11,0.497,0.18,0.443,1.71-0.583,2.92-1.058,4.11,0.203-0.10,0.293-0.32,0.497-0.43-0.054,0.94-0.943,1.05-1.369,1.61,0.073,0.02,0.177-0.01,0.187,0.07-0.411,0.13-0.832,0.24-0.872,0.74,0.160,0.12,0.393-0.11,0.623-0.12-0.198,0.39-0.489,1.10-0.063,1.62,0.072-0.05,0.167-0.08,0.312-0.06-0.069,0.37,0.170,0.19,0.373,0.18,0.064,0.15,0.215,0.21,0.188,0.44-1.486,0.01-2.186-1.63-1.869-2.99zm1.619,1.93c-0.211-0.02-0.098,0.28-0.374,0.19,0.072-0.24,0.114-0.51,0.374-0.56-0.019,0.15-0.122,0.26,0,0.37z" id="path2592"/>
      <path d="M62.374,566.15c0.119,0.05,0.237,0.09,0.363,0.15,5.145,2.10,13.201,0.46,13.201,0.46-0.223-1.95-0.725-4.22-0.454-5.98,0.270-0.26,0.861-0.20,1.061-0.53-0.022-0.28,0.013-0.50,0.075-0.69-0.117-0.26-0.369-0.38-0.530-0.60-0.529-2.13,0.376-3.48,0.758-5.23,0.288-1.32,0.519-2.48,0.759-3.94,0.618,0.41,1.055,1.15,1.516,1.82,1.332,1.94,2.514,4.34,4.317,5.91,1.085,0.19,2.322-0.71,2.881-0.08-0.484,0.68-1.509,2.01,0.303,1.97,0.303,0.79,0.246,1.93,0.759,2.51-0.423,0.53-0.474,1.44-1.062,1.81-0.015,0.30-0.003,0.56,0.076,0.76-0.214,0.52-0.832,0.64-1.061,1.14,0,0-1.463,0.64-1.225,2.46,0,0,0.066,0.24-0.208,0.34-0.003,0.03-0.005,0.06-0.008,0.08-0.006,0.22,0.118,0.32,0.210,0.45,0.015,0,0.027-0.01,0.042-0.01,2.142-0.04,4.631-1.18,5.366-1.54,1.166-0.84,2.104-1.59,3.096-2.69,0.962,0.13,1.434-0.50,2.122-1.06,0.581-0.48,1.316-0.87,1.364-1.44,0.075-0.91-1.410-2.10-2.122-3.11-0.201-0.28-0.236-0.58-0.380-0.76-0.396-0.48-1.156-0.73-1.136-1.36-0.284-0.04-0.392-0.27-0.605-0.38-0.047-0.28,0.193-0.48,0-0.68-0.205-1.23-2.034-0.85-1.896-2.43-2.071-1.82-3.398-4.38-5.305-6.36-0.007-1.74-1.517-1.97-2.803-2.43,0.048-0.38,0.521-0.46,0.758-0.83,0.737-1.14,0.021-3.02-0.379-4.09,1.015-0.84,2.286-1.15,3.107-2.13,0.650-0.77,1.031-1.87,2.121-2.19,0.361-0.06,0.133,0.47,0.379,0.53,1.080-0.84,1.813-2.04,2.652-3.11,0.689-0.88,1.482-1.72,2.122-2.66-0.043-0.14-0.070-0.26-0.081-0.33-0.131-1.10,1.083-3.17,1.494-3.84,0.112-0.72-0.334-1.24-0.807-1.50-0.684-1.09-0.952-2.59-1.440-3.87,0.313-1.09-0.291-2.18-0.380-3.33-0.122-0.13-0.316-0.19-0.605-0.15-0.005-0.57-0.402-1.10-0.228-1.59,0.496,0.59,0.821,1.35,1.743,1.51,0.598-1.21-0.381-4.01-1.213-5.08-0.936-1.19-2.610-2.31-3.865-2.34-0.664-0.02-1.205,0.29-1.817,0.53-1.463-0.81-1.090-3.53-2.046-4.85-0.364-0.51-0.896-0.87-0.758-1.90-0.280-0.43-0.764-0.65-0.985-1.14-0.147-0.26,0.235-0.54,0.151-0.98,2.813-0.74,4.774-6.67,2.197-9.02-0.021-0.53-0.285-0.83-0.378-1.29-1.004-0.59-1.911-0.90-3.184-1.29-1.387,0.42-3.139-0.03-4.622,0.38-0.547,0.16-1.849,1.21-2.349,1.75-0.227,0.24-0.484,0.43-0.530,0.90,0.475,0.61-0.118,1.76,0,2.88,0.031,0.30,0.177,0.57,0.150,0.84-0.078,0.82-0.847,1.17-0.984,1.74-0.001,0.35,0.248,0.46,0.530,0.53-0.005,0.40-0.406,0.40-0.455,0.76,0.228,1.19,0.708,2.12,1.213,3.03,1.404-0.03,3.144-0.29,3.409,1.14-0.465,0.87-1.121,1.55-1.590,2.42-0.045,0.35,0.252,0.35,0.378,0.53-1.261,2.45-1.999,5.48-2.651,8.64-0.100,0.48-0.233,1.01-0.380,1.52-0.124,0.43-0.459,0.87-0.530,1.28-0.105,0.62,0.035,1.75,0.303,2.35,0.042,0.10,0.525,0.42,0.530,0.53,0.017,0.28-0.492,0.55-0.682,0.76-0.037,0.72,0.221,1.15,0.304,1.75,0.346-0.05,0.473,0.13,0.834,0.07,0.065,0.93-0.570,1.67-0.683,2.73-0.163,1.53,0.504,3.16,0.531,4.70-0.198,0.38-0.694,0.46-0.910,0.83-0.041,1.31-0.744,3,0.151,3.94-0.434,0.81-0.180,1.68-0.303,2.58-0.248,1.81-1.425,3.56-1.061,5.38-0.745,1.35-0.858,3.06-1.137,4.77-0.285,1.75-0.261,3.60-0.606,5.30-0.319,1.58-1.532,3.81-0.303,5.31,0.366,0.05,0.535-0.10,0.757,0-0.138,1.14-1.199,1.71-0.983,2.96-0.821,0.41-1.354,1.12-2.427,1.28-0.087,0.19-0.302,0.26-0.303,0.53-0.812,0.23-1.702,0.37-2.728,0.38-0.404,0.53-1.074,0.79-0.905,1.89zm26.447-52.96c0.642,0.27,1.023,0.79,1.364,1.36-0.931-0.15-1.334,0.23-1.970,0.38-0.240-0.73,0.420-1.19,0.606-1.74z" id="path2594"/>
      <path d="M115.19,514.70c0.14-3.05,0.70-5.12,1.25-7.48,0.32-1.36,0.93-2.86,1.02-4.07,0.09-1.24-0.43-2.80-0.68-4.19-0.28-1.53-0.28-3.04-0.45-4.53-0.47-3.91-1.32-7.78-0.57-11.66-0.36,0.08,0.08-0.43-0.34-0.23,0.07-3.09,1.62-5.43,1.70-7.93,1.79-3.93,0.21-10,3.06-12.34,1.17-0.97,4.57-1.61,6.68-1.25,1.01,0.17,2.29,1.21,2.83,1.81,1.11,1.24,2.24,4.21,2.49,6.57,0.24,2.28-0.11,5.27-0.91,6.91-0.15,0.31-0.60,0.52-0.68,0.90-0.12,0.67,0.25,0.85,0.23,1.59-0.20,0.03-0.56-0.32-0.68,0,0.28,0.51,0.08,0.90-0.11,1.13-0.17,1.44,0.25,2.42,0.23,3.74-0.24,0.38-0.43-0.44-0.57-0.11,0.51,1.12,0.34,2.22,0.79,3.39,0.38,0.99,1.12,1.86,1.48,2.95,0.35,1.08,0.40,2.34,0.34,3.73-0.07,1.34-0.60,2.94-0.46,4.31,0.11,1.02,0.90,2.15,1.25,3.28,0.77,2.48,0.91,5.26,1.24,8.04,0.16,1.30,0.82,2.57,0.91,3.74,0.05,0.66-0.26,1.38-0.34,2.15-0.27,2.66,0.40,5.46-1.13,7.02,0.39,0.66,0.28,1.82,0.79,2.38,1.16-0.07,1.99-0.44,3.17-0.23,0.89,2.98,1.31,6.33,1.93,9.51,0.30,1.61,0.63,3.19,1.02,4.76,0.37,1.51,1.06,3.11,0.68,4.64-3.85,1.21-8.01,2.68-11.90,3.17-0.36-0.09-0.57-0.33-1.02-0.34-0.79,0.38-1.73,0.61-2.71,0.80-0.47,3.95-1.77,8.84-0.34,12.45,0.46,1.19,1.36,1.89,1.92,2.83,0.62,1.05,0.80,2.48,2.49,2.27,0.20,1.08,4.18,0.80,4.19,1.92,0.01,1.39-3.54,0.58-4.87,1.03,0.48,0.24,1.42,0.02,1.36,0.79-0.53,0.79-1.92,0.79-3.06,0.79-2.05,0-5.17,0.15-6.57-0.56-1.33-0.69-1.90-3.30-3.51-3.52-0.21,0.92,0.36,2.62-0.79,2.61-0.30-1.95-0.92-3.28-1.47-4.65-0.09-0.43,0.55-0.13,0.45-0.56,0.29-1.83,1.31-3.10,1.36-5.10,0.13-5.20-2.61-11.30-0.68-16.31-0.40-0.19-1.02-0.19-1.36-0.45-0.22-8.87-0.05-17.15,0.34-25.70zm16.65-3.96c-0.35,0.95,0.09,2.09,0,3.17,0.90-0.66,0.18-2.26,0-3.17zm1.02,10.98h-0.23c-0.55,0.73-0.70,1.86-0.68,3.17,0.45-0.23,1.10-0.26,1.59-0.45-0.18-0.96-0.58-1.69-0.68-2.72z" id="path2596"/>
      <path d="M-42.688,504.34c0.003-0.01,0.003-0.02,0.008-0.02-0.014,0-0.022,0-0.033,0.01,0.008,0,0.017,0.01,0.025,0.01zm-7.176,64.20c1.063,0.61,2.814,0.39,4.233,0.30,0.482-0.03,1.014-0.11,1.496-0.21,0.608-0.13,1.143-0.46,1.754-0.65,1.641-0.50,3.513-0.19,4.917-0.98-0.427-0.75-0.418-2.09-0.042-2.91-0.074-0.15-0.294-0.16-0.386-0.30,0.186-0.73-0.221-1.37-0.299-1.96-0.017-0.13,0.054-0.27,0.043-0.39-0.038-0.37-0.389-0.62-0.428-0.98,0.896-3.32,3.289-5.87,4.746-8.77,0.703-1.40,0.967-3.17,1.496-4.74,0.509-1.52,1.594-2.71,2.054-4.15,0.672-2.11,0.885-4.19,1.838-6.29,0.799-0.07,2.173-0.02,2.950-0.13,0.229,1.18-0.102,2.34-0.042,3.64,0.077,1.70,0.856,3.40,0.983,5.26,0.075,1.11-0.071,2.33,0.042,3.38,0.455,4.19,2.134,6.79,1.796,11.33-0.581,0.26-0.644,0.88-0.770,1.54-0.106,0.55-0.495,1.17-0.428,1.80-0.096,0.10-0.281,0.11-0.342,0.25,0,0,0.475,1.89-0.202,2.75,0.003,0.81,1.802,0.87,2.298,1.40,1.347,0.50,2.863,1.21,4.575,1.20,0.932-0.01,1.777-0.17,2.565-0.43,0.106-0.19,0.032-0.32,0.032-0.32,0.198-0.33,0.125-1.23,0.100-1.47-0.199-0.63-0.754-0.91-1.200-1.29,0.081-0.40-0.397-0.48-0.600-0.73-0.085-0.01-0.133,0.01-0.129,0.09-0.283-0.30-0.498-0.62-0.811-0.99-0.227-0.26-0.680-0.70-0.728-1.02-0.041-0.28,0.112-0.54,0.085-0.81-0.042-0.44-0.315-1.04-0.728-1.16-0.343-1.69-0.130-3.80-0.042-5.73,0.085-1.86,0.139-3.50,0.214-5.13,0.118-2.53-0.598-4.91-0.727-7.70-0.123-2.62,0.240-4.93,0.770-7.18,1.896-0.74,3.838-1.44,5.729-2.18-0.538-1.64-0.885-3.40-1.453-5.09-0.598-1.77-0.935-3.69-1.754-5.17-0.210-0.95-0.545-1.77-0.897-2.57,0.335-0.21,0.852-0.23,1.197-0.43,0.186-0.39-0.146-0.72-0.256-1.07-0.073-0.22-0.033-0.46-0.086-0.68-0.102-0.42-0.292-0.85-0.386-1.28-0.276-1.30-0.808-2.52-1.410-3.55,0.427-0.04,0.956-0.04,1.453-0.22,0.786-0.28,1.094-2.26,1.154-3.42,0.072-1.37-0.296-2.78-0.507-3.65,0.597,0.38,1.393,0.72,1.191-0.33-0.315-1.64-0.975-2.17-0.911-2.48,0.063-0.32,0.564-1.01,0.439-1.26-0.126-0.25,1.288,0.81,1.288,0.09,0-0.72-1.068-1.54-0.660-2.01,0.408-0.47,0.880-1.10,0.157-1.44-0.722-0.35-0.911-1.51-1.068-2.08-0.156-0.56-0.438-1.32-0.597-1.48-0.158-0.15,0.408-1.13,0.095-1.25-0.314-0.13-0.409-1.10-0.409-1.23,0-0.12,0.629-0.72,0.377-0.97-0.252-0.25-0.785-0.88-0.754-1.07,0.031-0.19,1.100-0.28,0.974-0.69-0.124-0.41-0.345-1.67-0.345-1.67,0,0,0.629-0.69,0.125-0.94-0.503-0.25-1.383-1.85-1.414-2.23-0.031-0.38-2.043-6.13-5.655-5.75,0,0-0.317,0.11-0.753,0.23-0.119-0.05-0.222-0.12-0.296-0.23-0.797,0.03-0.978-0.56-1.540-0.77-0.075,0.05-0.173,0.08-0.214,0.17,0.188,0.45,0.507,0.77,0.869,1.05-0.323,0.02-0.630,0.01-0.863-0.07-0.880-0.31-2.105-1.07-2.482-0.69-0.377,0.38-1.854,0.63-2.011,0.63-0.157,0-1.508,0.81-1.665,1-0.157,0.19-0.504-1.10-0.881-1.06-0.377,0.03-1.508,0.62-1.759,1-0.071,0.11-0.254,0.27-0.481,0.44-0.080,0.07-0.289,0.25-0.493,0.35-0.479,0.34-0.969,0.65-1.068,0.75-0.188,0.19-2.985,3.90-2.891,4.31,0.017,0.07,0.088,0.20,0.191,0.36-0.350,0.15-0.641,0.30-0.694,0.42-0.141,0.33-0.047,0.94-0.472,1.56-0.424,0.61-0.471,2.54-0.141,3.53,0.330,0.99-1.649,6.18-2.121,6.98-0.472,0.80,0.754,4.95,1.014,5.57,0.044,0.11,0.113,0.21,0.197,0.32,2.541,1.12,2.183,3.35,2.183,3.35l-0.077,0.07c0.065,0.89,0.101,1.88,0.266,2.52,0.197,0.76,1.130,0.68,1.853,0.49-0.041,0.04-0.089,0.07-0.146,0.09,0.007,0.06,0.077-0.01,0.161-0.09,0.063-0.02,0.124-0.04,0.183-0.06-0.307,1.12-0.514,2.48-0.771,3.66-0.063,0.29-0.315,0.54-0.342,0.98-0.008,0.12,0.035,0.23,0.043,0.34,0.097,1.55-0.889,2.89-0.343,4.41,1.024,0.56,2.291,0.67,3.806,0.68,0.135,1.02-0.209,1.56-0.256,2.57-0.026,0.54-0.149,1.07-0.215,1.62-0.396,3.40-0.778,7.07-0.854,10.48,0.161,0.05,0.341,0.08,0.556,0.08,0.266,2.93-0.461,5.93-1.325,8.21-0.674,1.79-1.611,3.39-2.182,5.31-0.593,1.99-1.142,3.93-1.624,5.85-0.479,1.91-0.965,3.81-1.967,5.48-0.092-0.08-0.314-0.03-0.471-0.04-0.273,0.22-0.730,0.71-0.385,1.15-0.274,0.38-0.628,0.77-0.973,0.90-1,0.82-2.950,2.35-4.417,3.01-0.256,0.16-0.546,0.40-0.597,0.84-0.007,0.01-0.017,0.02-0.026,0.03-0.075,0.73,0.041,1.46,0.041,1.46l-0.094,0.02c0.050,0.07-0.176,0.18-0.173,0.32zm25.870-75.52c0.002,0.01,0.009,0.02,0.018,0.03,0.092,0.57,0.252,1.41,0.480,2.10-0.035-0.01-0.072-0.02-0.113-0.03-0.120,0.01-0.054,0.20-0.214,0.17-0.229-0.21-0.694,0.06-0.854-0.17-0.076-0.85,0.129-1.74,0.683-2.10zm-8.882-3.57c-0.004,0-0.007,0-0.011-0.01,0,0-0.001-0.01-0.002-0.01,0.005,0.01,0.009,0.02,0.013,0.02zm1.407,2.47c-0.341-0.70-0.724-1.43-1.101-2.02,0.346,0.42,0.823,0.74,1.436,0.73,0.445,0.77,0.579,1.61,0.727,2.65-0.033,0.14-0.216,0.12-0.214,0.30-0.063-0.03-0.110-0.08-0.151-0.14-0.137-0.31-0.299-0.68-0.479-1.06-0.062-0.16-0.135-0.31-0.218-0.46zm-2.232-0.61c-0.016-0.37,0.250-0.67,0.220-1.04-0.010-0.02-0.016-0.05-0.005-0.07,0.004,0.02,0.003,0.05,0.005,0.07,0.022,0.05,0.080,0.09,0.080,0.02-0.034-0.01-0.050-0.04-0.043-0.09,0.061-0.01,0.078,0.03,0.100,0.06,0.454,0.87,1.098,2.13,1.514,3.02-0.399-0.05-0.738-0.32-0.929-0.51-0.164-0.16-0.369-0.27-0.471-0.43-0.054-0.08-0.033-0.22-0.086-0.30-0.166-0.27-0.371-0.43-0.385-0.73z" id="path2598"/>
    </g>
  </g>
</svg>
]]></script>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.0" xml:lang="en" dir="ltr" xmlns:dc="http://purl.org/dc/elements/1.1/">

  <head profile="http://ns.inria.fr/grddl/rdfa/">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title class="title">The Frugal Algorithm</title>
    
<link rel="alternate" type="application/atom+xml" title="The Frugal Algorithm Atom" href="http://frugalalgorithm.burningbird.net/atom/feed"/>

<link rel="shortcut icon" href="http://frugalalgorithm.burningbird.net/favicon.ico" type="image/x-icon"/>
<link rel="meta" type="application/rdf+xml" title="SIOC" href="http://realtech.burningbird.net/sioc/site"/>    <link type="text/css" rel="stylesheet" media="all" href="The%20Frugal%20Algorithm_files/css_cd66b0403289c37930bc09b25d2f3c46.css"/>
    <script src="../../../src/svg.js" data-path="../../../src/" data-debug="true" type="text/javascript"></script>

      </head>

  <body>
    <div id="rap">
      <div id="headwrap">
        <div id="nav">
                <div id="main"><a href="#content">Skip to Content</a></div>

                      <ul class="links"><li class="menu-268 first"><a href="http://frugalalgorithm.burningbird.net/frugal-algorithm" title="">The Frugal Algorithm</a></li>
<li class="menu-267"><a href="http://frugalalgorithm.burningbird.net/culture" title="">Culture</a></li>
<li class="menu-269"><a href="http://frugalalgorithm.burningbird.net/getting-by" title="">Getting By</a></li>
<li class="menu-266 last"><a href="http://frugalalgorithm.burningbird.net/writings" title="">Writings</a></li>
</ul>                  </div><!-- /nav -->
        <div id="header">
          <h1 property="dc:title" id="site-name"><a href="http://frugalalgorithm.burningbird.net/">The Frugal Algorithm</a></h1>
        </div><!-- /logo-wrapper-->
      </div><!-- /header-->

      <div id="content">
                <div class="tabs"/>


                	              <div id="node-14" class="post" about="/culture/out-of-sync/you-get-what-you-pay-for">

  
    <h2 class="storytitle" property="dc:title">
       <a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync/you-get-what-you-pay-for">You get what you pay for</a>
    </h2>
    
  <div class="meta">
  <span property="dc:creator"><a rel="http://xmlns.com/foaf/0.1/homepage" href="http://shelleypowers.burningbird.net/">Shelley</a></span>
  <span property="dc:date">Wed, 07/22/2009 - 10:33</span>
    
        <ul class="links inline"><li property="dc:subject">Culture: <a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync">Out of Sync</a></li></ul>    </div>  
  <div class="storycontent">
    <p><a href="http://fakesteve.blogspot.com/2009/07/im-really-thinking-maybe-i-shouldnt.html">Fake Steve Jobs</a></p>
<blockquote>
We all know that there’s no fucking way in the world we should have microwave ovens and refrigerators and TV sets and everything else at the prices we’re paying for them. [...] You want to “fix things in China,” well, it’s gonna cost you. Because everything you own, it’s all done on the backs of millions of poor people whose lives are so awful you can’t even begin to imagine them, people who will do anything to get a life that is a tiny bit better than the shitty one they were born into, people who get exploited and treated like shit and, in the worst of all cases, pay with their lives.
</blockquote>

<p>(quote via <a href="http://simonwillison.net/2009/Jul/22/lifestyle/">Simon Willison</a>)</p>
<p>We're still hearing more <a href="http://money.cnn.com/news/newsfeeds/articles/djf500/200907220807DOWJONESDJONLINE000512_FORTUNE5.htm">details</a> about a young man killing himself in China because of a missing iPhone prototype, and the subsequent accusations against him. Fake Steve Jobs hit the issue right on the head with biting satire, as he writes about our willingness, or lack of willingness, to pay a little more for something in order to ensure good working conditions for the workers. </p>
<p>There will be lots of condemnation among the social media: blog posts, and Twitter trends, and shaking of virtual heads.  Avatars will get colored, icons posted, hash marks used. Solidarity!</p>
<p>The same folks making the most noise, though, will most likely be the first in line at Apple to buy that iPhone when it comes out. Stand in line, and blog, Twit, Book, Space their experience. Because, let's face it, and I'm sure Fake Steve would agree: it's a lot easier to dye your avatar green, than to make a lifestyle change that will make a real difference.</p>
<p><i>I find it ironic that as this story is being discussed, a report comes out about <a href="http://www.pcworld.com/businesscenter/article/168828/apple_cant_meet_iphone_demand_amid_record_profits.html">Apple's record profits, primarily due to the iPhone</a>. </i></p>
  </div>
    
    
</div>
<div id="node-12" class="post" about="/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal">

  
    <h2 class="storytitle" property="dc:title">
       <a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal">Musical Options for the Frugal</a>
    </h2>
    
  <div class="meta">
  <span property="dc:creator"><a rel="http://xmlns.com/foaf/0.1/homepage" href="http://shelleypowers.burningbird.net/">Shelley</a></span>
  <span property="dc:date">Wed, 07/15/2009 - 08:58</span>
    
        <ul class="links inline"><li property="dc:subject">Culture: <a href="http://frugalalgorithm.burningbird.net/culture/living-just-right">Living Just Right</a></li><li property="dc:subject">The Frugal Algorithm: <a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle">Lifestyle</a></li></ul>    </div>  
  <div class="storycontent">
    <p>I don't buy *plastic CDs anymore. Digital downloads is the way to go: better for the environment, and better for my wallet. </p>
<p>Online sites such as iTunes and Amazon's MP3 get most of the attention when it comes to online music buying, but for the frugal music lover, there are other web sites; especially if you're willing to go outside the box with your music interests.</p>
<p>One such web site is <a href="http://www.magnatune.com/">Magnatune</a>, which works directly with independent musicians, and gives customers the option to pay what they can afford, rather than a set price.  In addition, the site also features two membership types: one that allows you to download as much music as you want, per month, for a set price; the other that provides streaming capability. You set how much to pay when you sign up (with a minimum of $5.00 for streaming, $10.00 for download), and half the money goes to whichever artists you listened to (or downloaded) that month.</p>
<p>I have found some especially good classical music at the site, including <a href="http://magnatune.com/artists/albums/asteria-doulx/">Asteria</a>, a beautiful duet featuring medieval classical music. For an instrumental, I recommend the debut album for <a href="http://magnatune.com/artists/albums/almanova-debut/">AlmaNova</a>, and anything by <a href="http://magnatune.com/artists/paternoster">cello player, Vitor Paternoster</a>. <a href="http://magnatune.com/artists/albums/ehren-lines/">Ehren Starks' "Lines Build Walls"</a> is also very good.</p>
<p>The site also features many new age and alternative rock artists, as well as a good selection of jazz, rock, and international artists.  </p>
<p>Another, more mainstream, music site is <a href="http://emusic.com/">eMusic</a>. Like Magnatune, eMusic features many new and independent artists, and like Magnatune, typically rewards artists more than they would be rewarded through sites like iTunes. I've been able to pick up many old time albums at the site, including music by The Shangri-Las, the Shirelles, The Andrew Sisters, Peggy Lee and Rosemary Clooney, The Everly Brothers, and Jelly Roll Morton. Beginning in July,  though, eMusic's offerings suddenly got a huge boost: Sony and all of its musical subsidiaries (Arista, Columbia, and many others) have now placed their back catalog on the site. This brings to the mix of older and indie musicians such music as the complete album set for Michael Jackson, music from Bob Dylan, Miles Davis, Janis Joplin, and Bruce Springsteen, as well as Christina Aguilera and Sarah McLachlan. </p>
<p>eMusic did raise its prices and reduce downloads per plan with this new change, which has made some indie music buyers unhappy. However, the site has also instituted a fixed album price, typically at 12 track downloads, regardless of album size, to many of the offerings, which with many of the albums (especially the Best Ofs), is a very good deal. Be aware, though, that some of the more popular albums may have fewer than 12 songs, but still be charged the 12 track price. Still, everything being equal, the music at eMusic is typically 40-60% cheaper than at iTunes or Amazon. </p>
<p>eMusic runs a subscription plan, where you get so many downloads per month, depending on plan. You have to use all your downloads, too, as they don't roll over. I typically keep a list of single songs for those times when I have a few songs left over at the end of the month. The music is MP3, of course, as is the music you get from Magnatune, and iTunes, and Amazon, too.  The days of proprietary formats seem to be over, long live DRM free music.</p>
<p>(Magnatune also offers other formats, including higher quality WAV files.)</p>
<p>Of course, iTunes and Amazon are still doing a brisk business, and both sites are good options for newer music, or music not showing up on the other sites. In addition, both regularly provide access to free songs, and special offers, which can provide a better buying option than eMusic, but you have to keep your eyes open—the specials typically don't last long. </p>
<p>A frugal buyer is also a wise buyer, and shops around. Both Amazon and iTunes can indulge in gimmicks, from time to time, which are not as good a deal. One new option that iTunes is offering is what it calls <a href="http://www.pcworld.com/businesscenter/article/168398/itunes_digital_45s_offer_two_tracks_per_download.html">Digital 45 or B-Side offerings</a>, where you can download the "hit" and the "B-side" for a set price. There are only a few such sets available, and I'm not impressed with the cost. In fact, many of the offerings are available at eMusic for a better price. Still, let's hear it for innovation.</p>
<p>You can also buy music directly from many artists, on their web sites. Most only provide CDs, but some will provide music for download. One advantage to buying music by the artist: there's no question about who gets the money. However, many artists tend to charge more for music directly accessed from their sites than what is charged at a place like Magnatune, so check with all sites, first, before you buy.</p>
<p><i>Another thing I won't do is use file sharing sites or other techniques to illegally get music for free. No matter what I may think of RIAA's absurd tactics, not paying for music is theft, and hurts musicians as much as it hurts the studios. If the music is in the public domain, or offered freely by studio, web site, or artist, then I'll gladly accept the gift, but I recognize it for what it is: a gift, not a right. Being frugal is not the same as being a cheap bastard.</i></p>
  </div>
    
    
</div>
<div id="node-7" class="post" about="/the-frugal-algorithm/lifestyle/kindle-the-philosophy-of-the-turtle">

  
    <h2 class="storytitle" property="dc:title">
       <a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/kindle-the-philosophy-of-the-turtle">Kindle: The Philosophy of the Turtle</a>
    </h2>
    
  <div class="meta">
  <span property="dc:creator"><a rel="http://xmlns.com/foaf/0.1/homepage" href="http://shelleypowers.burningbird.net/">Shelley</a></span>
  <span property="dc:date">Mon, 02/09/2009 - 08:04</span>
    
        <ul class="links inline"><li property="dc:subject">The Frugal Algorithm: <a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle">Lifestyle</a></li></ul>    </div>  
  <div class="storycontent">
    <p>In early 2002 I was living in a condo overlooking the bay in San Francisco. I had just finished a gig with Stanford University and was confident about quickly finding new work. After all, I hadn't been unemployed once in the years since I graduated college. In fact, I could usually count on having multiple offers to choose from.
</p><p>
But as I walked past empty buildings, through streets made into homes by the homeless, and listened to the silence of my phone, I began to think that perhaps finding work wouldn't be as easy as I originally assumed. </p>
<p>Living in San Francisco is expensive at any time, but the  expense can quickly break you if you have no income coming in. By April I knew I had to leave San Francisco, and take my best friend's offer of a home in St. Louis. Perhaps away from Silicon Valley I could find work.</p>

<p>Decision made, I had only one remaining concern: what about my stuff? My roommate couldn't fly out to help me haul the stuff back, and I couldn't drive both my car and a moving truck. I checked into having the items professionally moved, but the cost was more than I could afford. I rented a storage space, instead, and hired a local moving outfit to help me move into it. I figured when I was bringing in an income again, I could hire a mover. </p>
<p>The steady jobs never came, though, and about six months later, I no longer had the money to pay for the space. I ran an ad in Craigslist, offering everything I owned that hadn't fit into my car when I moved. All my furniture, my crystal vases, antique cobalt blue glass ware; the sheets and towels, and kitchenware; my photo studio lights and back drops;  the Vietnamese lacquered panels and Chinese embroidered tablecloth. And my books.  I had over 20 boxes of books, both paperback and hard bound.
</p><p>
I found a buyer, who ended up getting a better deal than he knew. I took one last trip to California, to drop off keys and see if I could salvage a few personal items from the storage. But the moving guys had done a good job, burying the boxes under a pyramid of furniture. The only items I could salvage were two boxes of books, too heavy for the movers to push into the far back reaches of the storage space, and of no interest to the new buyer.  At that I was somewhat lucky as the books I salvaged were some of the more expensive science books I'd collected, including the pricey <em>Gravitation</em>, which I'd always planned to read some day before I die. The boxes also included the only fiction book I was to salvage, a hard to find book by the legendary science fiction writer, James Schmitz.
</p><p>
I tell you all of this by way of explaining why I find it so funny when people criticize the Kindle because "someday Amazon may pull the plug, and you'll lose all of your books". Funny, because the main reason I bought my Kindle is because I had lost all of my books; my books of paper that were, somehow, supposed to be sacrosanct.
</p>
<h3>What is a frugal girl like me ...</h3>
<p>Typically, no special equipment is needed to read a book made of paper. All that's required is the ability to read, and a light source. eBook readers, such as the Kindle, already have one strike against them because you have to first, buy the reader, and then buy the books.
</p><p>
Jeff Bezos understood this when he released the Kindle, and promised that many of the books available for the Kindle at Amazon would cost less than their paper counterparts. The $9.99 bestseller is famous, though there's no guarantee that every bestseller would sell at that price, or even be released on a Kindle. Currently, Ken Follett's <em>World Without End</em> in paperback format sells for $12.50, but the Kindle version sells for $9.99. However, the Kindle version for the second entry in the popular <em>Twilight</em> series, <em>New Moon</em> is priced the same, $6.04, regardless of whether you buy a paperback, or a Kindle eBook. And, in some cases, the Kindle books have actually been priced <em>higher</em> than available paperbacks; with the Kindle prices based more on the hard cover book, rather than the lower cost paperback.</p>
<p>Generally, though, I have found the books I'm interested in to be cheaper than whatever is the lowest cost paper version of the book— higher when the book is first released as a hard cover, with the price dropping when the paperback releases. Though some Kindle owners get angry when a book is priced over $9.99, I'm not adverse to paying more, as long as the eBook is cheaper than the paper book. That's really the key to making the Kindle work when you're frugal:  setting a maximum you'll pay for a book, and not buying it until the price is reached. And while you're waiting for the book, you can always try out one of the thousands of free books available for the Kindle and other devices.</p>
<p>Project Gutenberg books have been converted into Kindle format, and many are now available for one click, free downloads from Amazon. In addition, several publishers, such as Random House and Tor, and others have been offering free books as part of a series or author promotion. The free books may be formatted in the Kindle format, in which can all you need do is drop them into the Kindle memory when next you hook it up to a computer. You can also email books to a special conversion address and the book will be uploaded to the device for you. </p>
<h3>...doing with a Kindle?</h3>
<p>I've not replaced all the books I lost years ago. For one, no matter how good the price, I can only afford so many new books. In addition, not all of the books I'm interested in have been converted to eBook format.</p>
<p>My reading interests have also changed in the last several years, and I'm now more interested in non-fiction works. With the new discussions about economic depressions and climate change, I've been trying out books on history and the climate, downloading a sample chapter and then buying the book if the sample is interesting. In a way, the Kindle has changed <em>how</em> I read, by making sample chapters so easy to access. It was through the sample program that I discovered David Kennedy's excellent <em>Freedom from Fear: The American People in Depression and War, 1929-1945</em> and <em>Havana Nocturne</em> by T. J. English.</p>
<p>The Kindle isn't perfect, and the imperfections have less to do with the design of the Kindle 1.0 and more to do with Amazon's policies. It does bother me that the Kindle is a closed loop system, at least for books protected by DRM. I have grown increasingly uncomfortable buying books at Amazon, knowing that I'm locked into one vendor if I want to read them. So much so that lately, if I'm interested in a newer book, I get a paper one from the library; all my recently added Kindle books have been freebies. Between both, I'm covered. For now.</p>
<p>Still, Amazon does sell eBooks more cheaply than any other eBook vendor, and the money you save can offset the cost of the device. But that's not the reason I bought my Kindle.</p>
<h3>Philosophy of the turtle</h3>
<p>I was watching a news story last week about one new industry that is adding jobs, rather than shedding them. So many foreclosed homes have furniture and other items left in them, abandoned when the owners moved. When you lose your home, I imagine you don't care how it looks. I also imagine that most people having to move have to move into smaller homes.</p>
<p>There are now companies whose only task is to clean out these homes, and I watched workers from one as they tossed furniture and toys into a truck to haul off. Furniture, toys, and books. When you move from a house to a 1 or 2 bedroom apartment, or into a friend's basement, or a parent's attic, books take up a lot of room.</p>
<p>Whatever other advantage the Kindle provides me, the ability to pick up all my books and put them into my purse remains the primary reason I like my Kindle. No matter what happens in the future, I'll never have to leave my library behind, again.</p>
  </div>
    
    
</div>
<div id="node-6" class="post" about="/getting-by/choices/making-do-is-making-green">

  
    <h2 class="storytitle" property="dc:title">
       <a href="http://frugalalgorithm.burningbird.net/getting-by/choices/making-do-is-making-green">Making Do is Making Green</a>
    </h2>
    
  <div class="meta">
  <span property="dc:creator"><a rel="http://xmlns.com/foaf/0.1/homepage" href="http://shelleypowers.burningbird.net/">Shelley</a></span>
  <span property="dc:date">Sun, 01/25/2009 - 06:34</span>
    
        <ul class="links inline"><li property="dc:subject">Culture: <a href="http://frugalalgorithm.burningbird.net/culture/living-just-right">Living Just Right</a></li><li property="dc:subject">Getting By: <a href="http://frugalalgorithm.burningbird.net/getting-by/choices">Choices</a></li><li property="dc:subject">The Frugal Algorithm: <a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle">Lifestyle</a></li></ul>    </div>  
  <div class="storycontent">
    <p>I've been experimenting with a few simple household items in order to replace more expensive bath and kitchen items. For instance, distilled white vinegar in a shallow dish will dissipate over a couple of days and help eliminate persistent, bad or stale odors in a room. Baking soda sprinkled on a carpet and allowed to sit overnight before vacuuming will do the same for a carpet. Best of all, there's no fake, cloying, floral scent left over.</p>
<p>I've also been experimenting with replacing more complex products, such as dishwasher soap. One popular formula mixes equal parts of baking soda and Borax (such as Twenty Mule Team Borax), though I've been having better luck with a recipe consisting of washing soda, Borax, and sugar free lemonade Koolaid (citric acid helps to prevent white deposits on dishes), based on a <a href="http://www.thenewhomemaker.com/dishwasherpowder">recipe found at The New Homemaker</a>. My main modification is that I don't add the essential oils.</p>
<p>The primary advantage to these home mixes is that they're typically cheaper, but a secondary advantage is that most of the alternatives are also much better for the environment. They don't contain bleach and potentially other, harmful chemicals, and though something like Borax is toxic if ingested, most cleaning material is toxic when ingested. What happens to the material when it hits your sewer system and your water supply is what makes the difference.</p>
<p>As I find recipes that work, I'll post them online. In the meantime, the St. Louis Post-Dispatch has posted a list of <a href="http://www.stltoday.com/stltoday/lifestyle/stories.nsf/homedecor/story/4F8870790B88FA7286257544007AB0A6?OpenDocument">unusual uses for ordinary objects</a> you might find both interesting and helpful. For instance, to remove the chlorine discoloration from hair, dissolve eight aspirin in a glass of water, work into your hair, leave on for ten minutes, and then rinse. Much cheaper than exotic shampoos, and better than turning your silver hair blue.</p>
<p>(Note, the P-D does have a habit of changing URLs over time, so you might want to print the page.)</p>
  </div>
    
    
</div>
<div class="item-list"><ul class="pager"><li class="pager-current first">1</li>
<li class="pager-item"><a href="http://frugalalgorithm.burningbird.net/node?page=1&amp;svg_render_forceflash=true" title="Go to page 2" class="active">2</a></li>
<li class="pager-next"><a href="http://frugalalgorithm.burningbird.net/node?page=1&amp;svg_render_forceflash=true" title="Go to next page" class="active">next ›</a></li>
<li class="pager-last last"><a href="http://frugalalgorithm.burningbird.net/node?page=1&amp;svg_render_forceflash=true" title="Go to last page" class="active">last »</a></li>
</ul></div>              </div><!-- /content -->

        <div id="sidebar">

          <div id="block-statistics-0" class="clear-block block block-statistics">

  <h2 class="title">Popular content</h2>

  <div class="content"><div class="item-list"><h3>Today's:</h3><ul><li class="first"><a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync/you-get-what-you-pay-for">You get what you pay for</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal">Musical Options for the Frugal</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/about">About</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/freebies/do-not-toss-netflix-wrapper">Do not toss that Netflix Wrapper</a></li>
<li class="last"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/philosophy/expect-nothing">Expect Nothing</a></li>
</ul></div><br/><div class="item-list"><h3>All time:</h3><ul><li class="first"><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/the-recursive-how-to">The Recursive How-To</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/kindle-the-philosophy-of-the-turtle">Kindle: The Philosophy of the Turtle</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/the-frugal-algorithm-begin-as-you-mean-to-go">The Frugal Algorithm: Begin as you mean to go</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/making-do-is-making-green">Making Do is Making Green</a></li>
<li class="last"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal">Musical Options for the Frugal</a></li>
</ul></div><br/><div class="item-list"><h3>Last viewed:</h3><ul><li class="first"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/philosophy/expect-nothing">Expect Nothing</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal">Musical Options for the Frugal</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync/you-get-what-you-pay-for">You get what you pay for</a></li>
<li><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/the-frugal-algorithm-begin-as-you-mean-to-go">The Frugal Algorithm: Begin as you mean to go</a></li>
<li class="last"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/kindle-the-philosophy-of-the-turtle">Kindle: The Philosophy of the Turtle</a></li>
</ul></div></div>
</div>
<div id="block-image-1" class="clear-block block block-image">

  <h2 class="title">Random image</h2>

  <div class="content"><a href="http://frugalalgorithm.burningbird.net/image-galleries/the-frugal-algorithm/netflix-art"><img height="127" width="190" src="The%20Frugal%20Algorithm_files/netflix1-600x402.jpg" alt="Netflix Art" title="Netflix Art" extension="jpg" file_size="7015" mime_type="image/jpeg"/></a></div>
</div>
<div id="block-views-recentwriting-block_1" class="clear-block block block-views">

  <h2 class="title">Recent Writings</h2>

  <div class="content"><div class="view view-recentwriting view-id-recentwriting view-display-id-block_1 view-dom-id-1">
    
  
  
      <div class="view-content">
      <div class="item-list">
    <ul>
          <li class="views-row views-row-1 views-row-odd views-row-first">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync/you-get-what-you-pay-for" title="You get what you pay for">You get what you pay for</a></span>
  </div>
</li>
          <li class="views-row views-row-2 views-row-even">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/musical-options-for-the-frugal" title="Musical Options for the Frugal">Musical Options for the Frugal</a></span>
  </div>
</li>
          <li class="views-row views-row-3 views-row-odd">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/philosophy/expect-nothing" title="Expect Nothing">Expect Nothing</a></span>
  </div>
</li>
          <li class="views-row views-row-4 views-row-even">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/the-recursive-how-to" title="The Recursive How-To">The Recursive How-To</a></span>
  </div>
</li>
          <li class="views-row views-row-5 views-row-odd">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle/kindle-the-philosophy-of-the-turtle" title="Kindle: The Philosophy of the Turtle">Kindle: The Philosophy of the Turtle</a></span>
  </div>
</li>
          <li class="views-row views-row-6 views-row-even">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/making-do-is-making-green" title="Making Do is Making Green">Making Do is Making Green</a></span>
  </div>
</li>
          <li class="views-row views-row-7 views-row-odd">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/freebies/do-not-toss-netflix-wrapper" title="Do not toss that Netflix Wrapper">Do not toss that Netflix Wrapper</a></span>
  </div>
</li>
          <li class="views-row views-row-8 views-row-even">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/getting-by/choices/the-frugal-algorithm-begin-as-you-mean-to-go" title="The Frugal Algorithm: Begin as you mean to go">The Frugal Algorithm: Begin as you mean to go</a></span>
  </div>
</li>
          <li class="views-row views-row-9 views-row-odd views-row-last">  
  <div class="views-field-title">
                <span class="field-content"><a href="http://frugalalgorithm.burningbird.net/getting-by/freebies/the-frugal-algorithm-what-it-is" title="The Frugal Algorithm: What it is">The Frugal Algorithm: What it is</a></span>
  </div>
</li>
      </ul>
</div>    </div>
  
  
  
  
  
  
</div> </div>
</div>
<div id="block-views-archive-block" class="clear-block block block-views">

  <h2 class="title">Monthly archive</h2>

  <div class="content"><div class="view view-archive view-id-archive view-display-id-block view-dom-id-2">
    
  
  
      <div class="view-content">
      <div class="item-list">
  <ul class="views-summary">
      <li><a href="http://frugalalgorithm.burningbird.net/archive/200901">January 2009</a>
              (5)
          </li>
      <li><a href="http://frugalalgorithm.burningbird.net/archive/200902">February 2009</a>
              (2)
          </li>
      <li><a href="http://frugalalgorithm.burningbird.net/archive/200905">May 2009</a>
              (1)
          </li>
      <li><a href="http://frugalalgorithm.burningbird.net/archive/200906">June 2009</a>
              (1)
          </li>
      <li><a href="http://frugalalgorithm.burningbird.net/archive/200907">July 2009</a>
              (3)
          </li>
    </ul>
</div>
    </div>
  
  
  
  
  
  
</div> </div>
</div>
<div id="block-block-2" class="clear-block block block-block">


  <div class="content"><div>
<h2><a href="http://frugalalgorithm.burningbird.net/search">Search Frugal Algorithm</a></h2></div>

<div style="margin: 40px 20px;">
<a href="http://burningbird.net/"><img src="The%20Frugal%20Algorithm_files/bblogo.png" alt="Burningbird Phoenix logo in silhouette"/></a>
</div></div>
</div>
        </div><!-- /sidebar -->
      
<div id="footer">
<p><div id="block-block-1" class="clear-block block block-block">


  <div class="content"><p><a href="http://frugalalgorithm.burningbird.net/about">About/Image policy</a> |  ©<a href="http://burningbird.net/">Burningbird</a> |  <a href="mailto:shelleyp@burningbird.net">Contact</a> |  <a href="http://drupal.org/">Powered by Drupal</a>
</p></div>
</div>
</p>
<div id="innerfooter">

<ul class="menu"><li class="expanded first"><a href="http://frugalalgorithm.burningbird.net/frugal-algorithm" title="">The Frugal Algorithm</a><ul class="menu"><li class="leaf first"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/environment" title="">Environment</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/history" title="">History</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/lifestyle" title="">Lifestyle</a></li>
<li class="leaf last"><a href="http://frugalalgorithm.burningbird.net/the-frugal-algorithm/philosophy" title="">Philosophy</a></li>
</ul></li>
<li class="expanded"><a href="http://frugalalgorithm.burningbird.net/culture" title="">Culture</a><ul class="menu"><li class="leaf first"><a href="http://frugalalgorithm.burningbird.net/culture/good-n-plenty" title="">Good n' Plenty</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/culture/living-just-right" title="">Living Just Right</a></li>
<li class="leaf last"><a href="http://frugalalgorithm.burningbird.net/culture/out-of-sync" title="">Out of Sync</a></li>
</ul></li>
<li class="expanded"><a href="http://frugalalgorithm.burningbird.net/getting-by" title="">Getting By</a><ul class="menu"><li class="leaf first"><a href="http://frugalalgorithm.burningbird.net/getting-by/choices" title="">Choices</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/getting-by/freebies" title="">Freebies</a></li>
<li class="leaf last"><a href="http://frugalalgorithm.burningbird.net/getting-by/made-by-me" title="">Made by Me</a></li>
</ul></li>
<li class="expanded last"><a href="http://frugalalgorithm.burningbird.net/writings" title="">Writings</a><ul class="menu"><li class="leaf first"><a href="http://frugalalgorithm.burningbird.net/writings/history" title="">History</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/writings/people" title="">People</a></li>
<li class="leaf"><a href="http://frugalalgorithm.burningbird.net/writings/places" title="">Places</a></li>
<li class="leaf last"><a href="http://frugalalgorithm.burningbird.net/writings/poetry" title="">Poetry and Art</a></li>
</ul></li>
</ul><br style="clear: both;"/>
</div>
</div>
</div>
    <!-- add SVG silhouette here -->
<script type="image/svg+xml"><![CDATA[

<svg id="svg2607" style="bottom: 0pt; height: 24%; width: 98%; z-index: -1; position: fixed; left: 1%;" preserveAspectRatio="none" viewBox="0 0 774.013 109.047" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
  <g id="layer1" transform="translate(49.8637, -460.91)">
    <g id="g2649">
      <path d="M468.05,460.95c2.22-0.19,3.71,0.60,4.57,1.60,0.20,0.23,0.56,0.48,0.65,0.65,0.12,0.21,0.08,0.73,0.24,1.13,0.12,0.32,0.37,0.57,0.42,0.77,0.06,0.26,0,0.60,0.06,0.90,0.17,0.89,0.87,1.78,0.95,2.49,0.11,1.01-0.22,1.82-0.60,2.49-0.15,0.13-0.40,0.15-0.59,0.24-0.65,1.16-0.52,3.09-0.77,4.63,0.60-0.06,0.96,0.56,1.48,0.78,0.28,0.11,0.62,0.10,0.89,0.23,0.47,0.22,0.80,0.54,1.25,0.66,0.25,0.06,0.55,0.03,0.77,0.11,0.34,0.13,0.56,0.54,0.95,0.60,0.41,0.06,0.91-0.28,1.31-0.18,0.38,0.09,0.48,0.67,0.77,0.83,1.23-0.08,1.41,0.61,2.08,1.25,1.36,1.30,2.92,2.83,3.03,4.93,0.60,0.45,1.13,0.96,1.13,2.02,0.84,1.04,1.18,2.58,2.43,3.21,0.71-0.64,1.03-1.67,2.14-1.90,0.84-0.88,1.65-2.08,2.32-3.21,0.57-0.96,1.80-1.97,1.90-3.21,0.34-0.31,0.87-0.44,1.36-0.59,0.46-1.40,2.20-1.12,3.63-1.67,0.84-0.31,1.46-0.96,2.25-0.89,0.83,1.03-0.67,1.76-1.42,2.14,1.47,0.19,3.46,0.62,4.87,0.12,0.34-0.12,2.23-1.02,2.25,0,0.01,0.20-0.76,0.81-1.06,1.01-0.60,0.39-1.99,1.18-2.68,1.37-0.22,0.06-0.50,0-0.71,0.06-0.28,0.07-0.48,0.26-0.65,0.29-0.39,0.07-0.79-0.01-1.13,0-0.56,0.02-1.04,0.18-1.78,0.12-0.23,0.44-0.79,0.86-1.01,1.37-0.18,0.40-0.15,0.94-0.36,1.42-0.27,0.63-0.93,1.32-1.36,2.08-0.46,0.80-0.67,1.70-1.13,2.32-0.48,0.65-1.12,1.20-1.66,1.78-1.20,1.27-2,2.44-3.09,3.86-0.56,0.73-1.35,1.79-2.02,1.84-2.02,0.14-3.18-0.98-4.28-1.90-1.78-1.48-3.68-3.31-4.99-4.99,0.33,0.82-0.23,1.55-0.30,2.32-0.03,0.45,0.14,0.89,0.07,1.36-0.04,0.22-0.16,0.43-0.18,0.66-0.04,0.45,0.14,0.93,0.11,1.36-0.05,0.80-0.58,1.36-0.83,2.02,0.51,1.11,0.11,2.31,0.24,3.45,0.06,0.46,0.31,0.91,0.36,1.36,0.09,0.87-0.34,1.64-0.24,2.38,0.06,0.49,0.43,0.92,0.47,1.36,0.06,0.51-0.24,1.01-0.18,1.49,0.07,0.52,0.69,0.90,0.78,1.60,0.11,0.88-0.21,1.24-0.48,1.84,0.41,1.11,0.37,2.55,0.77,3.69,0.53,1.50,1.36,2.82,1.43,4.63,0.02,0.61-0.30,1.31-0.24,2.02,0.02,0.22,0.20,0.50,0.24,0.71,0.29,1.55,0.39,3.26,0.65,4.99,0.15,0.97,0.48,1.89,0.53,2.85,0.15,2.36,0.25,5.23-0.11,7.19,0.75,1.23,0.80,2.69,1.12,4.34,0.06,0.24,0.24,0.47,0.30,0.71,0.23,0.88,0.27,1.90,0.36,2.91,0.26,3.23,1.11,7.08,0.41,9.98,0.44,0.50,1.26,0.60,1.84,0.95,0.17,1.05-0.47,1.78-0.65,2.67,1.45,0.54,1.40,2.21,2.20,3.33,0.36,0.51,1.09,0.81,1.54,1.31,0.20,0.21,0.38,0.55,0.60,0.83,0.45,0.58,0.71,0.93,1.01,1.60,0.13,0.31,0.27,0.50,0.18,0.83-2.76,0.69-5.84,0.76-7.90-0.47-0.33-0.20-0.58-0.55-0.89-0.72-1.14-0.59-2.59-0.55-3.33-1.54,0.14-0.79,0.11-1.75,0.36-2.44-0.31-0.37-0.39-0.81-0.60-1.31-0.10-0.23-0.26-0.40-0.29-0.59-0.05-0.26,0.07-0.51,0.05-0.77-0.06-1.46-0.93-2.65-1.48-3.68-0.98-2.52-1.47-5.27-2.08-8.14-0.20-0.96-0.46-1.96-0.53-2.91-0.04-0.55,0.08-1.11,0.06-1.66-0.04-0.88-0.42-1.80-0.60-2.74-1.23-6.51-4.32-11.46-6.47-16.80-0.65,1.08-1.23,2.21-1.78,3.44-0.27,0.60-0.63,1.15-0.83,1.78-0.68,2.04-1.36,3.88-2.02,5.82-0.44,1.28-1.10,2.48-1.55,3.74-0.25,0.70-0.30,1.58-0.47,2.38-0.20,0.89-0.71,1.60-0.77,2.49-0.29,3.89-0.46,7.25-1.19,10.34-0.53,2.21-1,4.22-1.85,5.99-0.26,0.56-0.74,1.12-0.94,1.73-0.12,0.35-0.05,0.72-0.30,1.01,0.22,0.75,0.33,1.61,0.41,2.49-0.78,0.67-1.90,0.86-2.97,1.31-1,0.43-1.92,1.09-2.97,1.37-1.88,0.49-4.44,0.50-6.47,0.06-0.24-0.74,0.44-1.41,0.71-2.14,0.55-0.22,0.81-0.82,1.31-1.31,0.51-0.50,1.37-0.92,1.60-1.54,0.15-0.39,0.07-0.75,0.24-1.07,0.39-0.74,1.18-1.02,1.43-1.84-0.33-0.85-0.56-1.54-0.18-2.38,0.31-0.69,1.17-0.68,1.25-1.43,0.02-0.27-0.16-0.60-0.18-0.89-0.17-1.92,0.27-3.27,0.53-4.87,0.32-1.99,0.42-4.34,0.89-6.23,0.09-0.37,0.33-0.76,0.48-1.13,0.31-0.80,0.52-1.34,0.65-2.32,0.13-0.95,0.20-2.04,0.48-2.85,0.12-0.36,0.40-0.75,0.41-1.07,0.02-0.39-0.21-0.82-0.23-1.19-0.08-1.25,0.28-2.43,0.29-3.56,0.01-0.98-0.36-1.94-0.41-2.79-0.12-2.07,0.26-3.85,0.47-5.70,0.24-2.03,0.67-3.78,1.01-5.70,0.14-0.78,0.65-1.58,0.77-2.26,0.06-0.30-0.05-0.60,0-0.89,0.06-0.30,0.29-0.52,0.36-0.83,0.11-0.51,0.02-1.03,0.24-1.49-0.52-0.43-0.78-1.31-0.54-2.08,0.18-0.57,0.83-0.82,1.01-1.24-0.39-1.15,0.37-2.34,0.42-3.51,0.01-0.38-0.14-0.77-0.18-1.19-0.09-1.04,0.07-2.11,0.24-3.09,0.13-0.78,0.63-2.05,0.59-2.73-0.03-0.46-0.41-0.92-0.47-1.54-0.08-0.74,0.05-1.44,0-2.20-0.79-1.08-1.29-2.44-1.43-4.16-1.68,1.49-4.45,2.81-6.71,3.92-0.80,0.40-1.76,0.90-2.56,1.01-2.99,0.43-3.28-1.30-4.27-3.02-0.54-0.94-1.12-1.76-1.61-2.56-0.49-0.81-0.95-1.79-1.42-2.73-0.49-0.99-1.15-1.90-1.48-2.73-0.22-0.52-0.32-1.19-0.48-1.78-0.17-0.61-0.48-1.17-0.60-1.67-0.20-0.86-0.28-1.80-0.83-2.25-1.07-0.48-2.05,0.03-3.03,0.29-0.63-0.33-1.07-0.82-1.72-1.18-0.62-0.35-1.30-0.38-2.08-0.60-0.18-0.05-1.45-0.38-1.48-0.71-0.04-0.45,0.31-0.31,0.77-0.48,0.37-0.14,0.53-0.35,0.89-0.35,0.35-0.01,0.61,0.20,1.01,0.29,1.81,0.43,3.38-0.24,5.23-0.29-0.83-0.28-2.34-1.07-1.48-2.08,0.87-0.05,1.50,0.64,2.37,1.01,1.40,0.60,2.99,0.62,3.39,2.08,0.50,0.15,0.90,0.40,1.19,0.77-0.11,1.11,0.46,1.62,0.83,2.49,0.75,1.81,1.72,3.45,2.61,4.99,0.38,0.12,0.80,0.27,1.01,0.60,0.18,0.27,0.10,0.64,0.24,0.95,0.26,0.56,1.07,0.78,1.06,1.42,0.29-0.23,0.51-0.52,1.01-0.53,0.69-1.22,1.69-2.12,2.62-3.09-0.06-0.33,0.15-0.40,0.18-0.65,0.20-0.15,0.47-0.24,0.71-0.36,1.05-1.82,2.58-3.16,4.28-4.34,0.13-0.35,0.29-0.69,0.59-0.89,0.41-0.05,0.62,0.10,0.89,0.18-0.01-0.96,0.88-0.66,1.37-0.35,0.39-0.31,0.94-0.29,1.36-0.48,0.35-0.15,0.57-0.55,0.90-0.71,0.34-0.18,0.81-0.18,1.24-0.36,0.94-0.38,1.61-1.15,2.68-1.25-0.15-1.13-0.04-2.54-0.90-2.97-2.54-0.14-1.46-3.67-2.43-5.28-0.02-0.66-0.04-1.13-0.12-1.84,0.44-0.57,0.36-1.66,0.71-2.32,0.82-0.43,1.61-0.89,2.02-1.72,0.69-0.19,1.10-1.21,2.02-0.77-0.04,0.08-0.23,0.01-0.24,0.12,0.52-0.01,0.98-0.20,1.49-0.24zm31.12,20.73c0.02,0.08,0.15,0.05,0.24,0.06,0.01,0.05-0.02,0.05-0.06,0.06,0.02,0.14,0.23,0,0.18-0.12-0.21-0.03-0.20-0.07-0.36,0zm0.42,0c0,0.28,0.59,0.33,0.65,0.06-0.42,0.15-0.38-0.01-0.65-0.06z" id="path2576"/>
      <path d="M325.44,487.05c0.13,0.06,0.25,0.14,0.32,0.27,0.05,0.81,0.29,1.25,0.49,1.87,0.13,0.41,0.40,0.80,0.48,1.12,0.15,0.65-0.07,1.29,0.37,1.82,0.51,2.53,1.57,4.50,2.25,6.85,0.31,0.30,0.56,0.69,0.43,1.29,0.59,0.56,0.31,1.35,0.58,2.19,0.14,0.22,0.39,0.22,0.44,0.48,0.05,0.33-0.27,0.49-0.33,0.75-0.07,0.32,0.09,0.67,0,1.02-0.05,0.23-0.29,0.41-0.37,0.64-0.07,0.20-0.03,0.44-0.11,0.65-0.19,0.53-0.56,1.03-0.75,1.60-0.21,0.64-0.41,1.25-0.48,1.87-0.36,0.21-0.36,0.62-0.53,1.02-0.25,0.59-0.79,1.13-0.81,1.61,0,0.29,0.28,0.52,0.17,0.85-0.18,0.29-0.53,0.40-0.91,0.48-0.90,1.57-1.69,3.24-2.30,5.09-0.18,0.16-0.56,0.12-0.81,0.21-0.46,1.37-1.57,2.10-2.57,2.94-0.60,0.65-0.59,1.47-0.69,2.36-0.07,0.56-0.44,1.04-0.48,1.60-0.11,1.27-0.16,2.51-0.32,3.80-0.11,0.90-0.46,1.68-0.54,2.36-0.13,1.12,0.27,2.28,0.11,3.37-0.15,1.03-0.80,1.95-0.48,3.31,0.11,0.51,0.79,1.12,0.85,1.72,0.05,0.45-0.21,1.47-0.32,1.87-0.10,0.38-0.33,0.66-0.32,1.07,0.02,0.43,0.29,0.85,0.27,1.28-0.03,0.61-0.29,1.34-0.43,1.98-0.15,0.71-0.27,1.39-0.37,2.09-0.21,1.37-0.68,2.69-0.91,3.96-0.18,0.95-0.17,1.84-0.43,2.62-0.33,1-1.11,1.47-0.91,2.89,0.17,1.22,0.79,2.49,1.28,3.48,0.31-0.03,0.49,0.05,0.70,0.11,0.25,0.92,0.75,1.96,0.43,3,1.02,0.43,1.58,1.52,1.50,2.89-0.31,0.21-0.23,0.62-0.43,0.85-0.42,0.48-1.41,0.59-2.09,0.65-1.80,0.14-2.92-0.48-4.18-1.18-1.09-0.62-2.34-0.68-3.21-1.23-0.59-0.52-0.49-1.27-0.80-1.82,0.04-2.63,0.38-5.15,0.69-7.39,0.25-1.77,0.40-3.24,0.54-4.81,0.17-1.93,0.40-3.69,0.48-5.52,0.06-1.33,0.16-2.86,0.16-4.01,0-0.74-0.32-1.30-0.32-1.98,0-0.32,0.14-0.63,0.16-0.96,0.05-0.93,0.08-1.95,0.16-3,0.06-0.78,0.32-1.51,0.38-2.19,0.08-1.10-0.36-1.46-0.27-2.52,0.06-0.74,0.14-1.43,0.10-2.25-0.12-2.85-0.68-5.76-1.12-8.56-1.21,1.29-2.36,2.88-3.43,4.55-1.03,1.61-2.21,3.22-3.10,4.87-0.20,0.37-0.50,0.83-0.64,1.23-0.30,0.85-0.28,1.60-0.65,2.35-0.32,0.68-1.08,1.11-1.33,1.71-0.35,0.84-0.20,1.98-0.49,2.84-0.19,0.59-0.69,0.96-0.90,1.39-0.33,0.65,0.04,0.82,0.10,1.34,0.11,0.98-0.27,2.08-0.37,2.78-0.15,0.99,0.02,2.29,0.10,3.32,0.23,2.81,0.13,5.56,0.32,8.30,0.14,1.91-0.08,3.84,0.16,5.56,0.16,1.10,1.03,2.14,0.27,3,0.47,1.32-0.92,1.66-2.03,1.82-1.36,0.19-2.91,0.42-4.55,0.59-1.55,0.16-3.15,0.04-4.71,0.16-0.98,0.07-2.23,0.12-3.21,0.05-1.14-0.08-2.48-0.30-1.71-1.12-0.38-0.30-0.69-0.93-0.49-1.55,0.48-1.43,4.02-1.20,5.14-1.98-0.08-1.03,0.67-1.23,0.75-2.09-0.41-0.62-0.07-1.29,0.06-2.03,0.41-2.46,0.81-4.61,1.28-6.91,0.19-0.91,0.44-1.90,0.48-2.78,0.05-1.09-0.05-2.31-0.10-3.48-0.06-1.19,0.06-2.39-0.06-3.53-0.12-1.15-0.44-2.64-0.27-3.80,0.10-0.67,0.54-1.42,0.81-2.14,0.26-0.72,0.62-1.44,0.85-2.14,0.53-1.61,0.91-3.24,1.39-4.61,1.07-3.02,2.45-5.81,3.43-8.51-0.87-1.02-0.29-3.49-0.96-4.71-0.31,0.02-0.55-0.03-0.75-0.11-0.21-0.59,0.12-1.17,0.10-1.76-0.03-1.15-0.27-2.22-0.37-3.11-0.40-3.36-1.04-7.06-0.86-10.43-0.11-0.26-0.22-0.46-0.21-0.70,0-0.21,0.22-0.33,0.21-0.48-0.01-0.18-0.40-0.15-0.21-0.43,0.04-0.20,0.39-0.11,0.43-0.32,0.06-0.34-0.38-0.42-0.22-0.69,0.03-0.17,0.36-0.04,0.43-0.16,0.38-1.48,0.69-3.25,0.96-4.87,0.23-1.36,0.52-2.71,0.81-4.02,0.59-2.63,1.09-5.12,2.19-7.38,0.20-0.41,0.57-0.72,0.59-1.23,0.46-0.42,1.09-0.66,1.87-0.75-0.04-0.46,0.33-0.29,0.65-0.43,0.21-0.09,0.31-0.39,0.43-0.43,0.58-0.20,1.35,0.07,1.92-0.21,0.02-0.48-0.09-0.84-0.05-1.34,0.47-0.05,0.91-0.13,1.18-0.38-0.44-0.05-0.14-0.23-0.27-0.32-0.11-0.32,0.21,0.22,0.32,0-0.42-0.27,0.01-0.25-0.22-0.64,0.36,0.10,0.53,0.48,0.97,0.32-0.27-0.99-1-1.81-1.34-2.78-0.12-0.34-0.08-0.74-0.21-1.07-0.25-0.62-0.93-1.05-1.13-1.66-0.26,0.05-0.36-0.07-0.48-0.16-0.35-0.71-0.24-1.76-0.32-2.41-0.05-0.39,0.05-0.80,0.05-1.23,0.01-0.65-0.09-1.29,0-1.77,0.32-1.53,1.35-2.29,2.52-3.21,0.27-0.03,0.40-0.20,0.70-0.21,0.12-0.12,0.24-0.25,0.37-0.38,0.81-0.05,1.58-0.40,2.30-0.32,0.14,0.02,0.34,0.18,0.54,0.22,0.77,0.13,1.29,0.36,1.87,0.69,0.80,0.46,1.67,0.76,1.98,1.45,0.23,0,0.26,0.20,0.48,0.21,0.11,0.30,0.24,0.58,0.54,0.70,0.01,0.48,0.31,0.68,0.58,0.91-0.12,0.46,0.28,0.40,0.32,0.69,0.07,0.15,0.14,0.30,0.11,0.53,0.10,0.14,0.35,0.12,0.32,0.38-0.02,0.45,0.15,0.71,0.32,1.07-0.02,0.20-0.13,0.30-0.16,0.48,0.26,0.69,0.02,1.47,0.16,2.09,0.35,1.52,1.32,2.75,2.41,3.48-0.16,0.02-0.31-0.23-0.38-0.11,0.20,0.39,0.63,0.56,0.91,0.86-0.79-0.10-1.30-1.09-1.81-1.45,0.57,0.91,1.05,1.91,2.08,2.36-0.33,0.24,0.17,0.09,0.22,0.37-0.14,0.06-0.26-0.16-0.32,0,0,0.26,0.23,0.72,0.43,0.96-0.04,0.19-0.05,1.11,0.32,1.23-0.09,0.27-0.09,0.32,0,0.65-0.07,0.11-0.21-0.43-0.32-0.27-0.18,0.41,0.25,0.33,0.42,0.43,0.53,0.29,1.33,0.47,1.72,0.91,0.54,0.62,0.53,1.45,1.01,2.19,0.59,0.15,0.85,0.62,1.18,1.02,0.01,0.27,0.03,0.56-0.10,0.69,0.09,0.05,0.48,0.36,0.16,0.32-0.15,0.26,0.01-0.29-0.27-0.21-0.12,0.10-0.17,0.26-0.22,0.43,0.47,0,0.48-0.09,0.48,0.27,0.22-0.10,0.04-0.28,0.22-0.43,0.28,1.22,1.36,1.89,1.55,3.01zm-7.38-8.99c-0.10-0.01-0.11,0.06-0.22,0.05,0.05,0.15,0.22,0.18,0.38,0.21,0.05-0.19-0.26-0.02-0.16-0.26zm4.92,5.94c-0.13,0.24,0.19,0.49,0.16,0.80,0.16-0.09,0.18-0.32,0.27-0.48-0.28-0.07-0.38-0.09-0.43-0.32zm-1.18,10.33c-0.40,0.28-0.22,0.65-0.32,1.01-0.23,0.94-0.80,1.79-1.12,2.84-0.10,0.32-0.30,0.69-0.32,0.96-0.13,1.55,1.51,3.07,0.53,4.61,0.56,1.32,0.74,3.60,0.59,5.56-0.05,0.74,0.08,1.34-0.43,1.72,0.19,0.10,0.38,0.19,0.70,0.16,0.16,0.19,0.20,0.50,0.05,0.75,0.53,0.60,0.55,1.70-0.32,1.92,0.04,0.22,0.14,0.37,0.11,0.65,0.36-0.25,0.46-0.76,1.02-0.81,0.23-0.59,0.41-1.23,0.80-1.66-0.31-0.69,0.10-1.34,0.70-1.44-0.02-0.43,0.31-0.68,0.32-1.12,0-0.17-0.14-0.36-0.11-0.54,0.04-0.28,0.33-0.39,0.43-0.64,0.07-0.19,0.01-0.44,0.05-0.65,0.17-0.81,0.54-1.63,0.81-2.30-0.06-0.14-0.09-0.30-0.16-0.43,0.09-0.43,0.34-0.69,0.53-1.01-0.07-0.41-0.09-0.58-0.37-0.81,0.28-0.40-0.06-0.68,0.27-1.18-0.61-0.15-0.49-0.53-0.65-1.17-0.11-0.46-0.50-1.07-0.75-1.61-0.70-1.56-1.63-3.34-2.36-4.81zm-22.47,6.42c-0.25,0.20-0.37,0.53-0.54,0.80,0.19,0.38,0.05,0.76-0.05,1.13,0.23,0.40,0.19,0.74,0.11,1.28,0.34-0.88,0.59-2.05,0.48-3.21zm-0.16,8.93c0.21-0.30,0.52-0.51,0.53-1.01-0.22-0.05-0.45-0.09-0.64-0.16-0.17,0.18-0.02,0.93,0.11,1.17z" id="path2578"/>
      <path d="M361.15,568.95h0.50c0.08-0.21-0.51-0.06-0.31-0.19,0-0.11-0.27,0.02-0.19,0.19zm-11.56-45.51c0.29,3.39,0.44,7.23,0.75,11,0.10,1.32,0.20,2.55,0.87,3,0.51,0.34,1.71,0.55,2.38,0.75,1.63,0.49,3.17,0.93,4.75,1.50,0.75,0.27,1.40,0.72,2.19,0.82,0.75,3.26,0.52,6.88,0.69,10.75,0.11,2.56,0.51,5.15,0.75,7.69,0.27,0.18,0.56-0.09,0.81-0.13-0.27,1.27,0.29,2.94,1,3.82,1.81-0.15,2.80-1.12,4.06-1.82,0.09-0.31,0.28-0.51,0.25-0.93,0.99,0.13,1.94-1.30,2-2,0.04-0.36-0.13-0.82-0.18-1.32-0.06-0.46,0.02-0.97-0.07-1.37-0.05-0.23-0.25-0.39-0.31-0.63-0.16-0.60-0.19-1.45-0.31-2.19-0.22-1.26-0.37-2.04-0.44-3.56-0.07-1.47-0.38-3.05-0.63-4.63-0.12-0.78-0.16-1.59-0.25-2.37-0.08-0.73-0.34-1.35-0.50-2.06-0.29-1.32-0.15-2.93-0.25-4.32-0.05-0.72-0.01-1.34,0-2.12,0.01-0.65-0.27-1.22-0.25-1.94,0.04-1.40,0.37-3.15,0.25-4.69-0.06-0.79-0.20-1.46-0.12-2.06,0.04-0.33,0.24-0.61,0.31-0.94,0.46-2.26-0.14-4.64,0.25-6.94,1.25,3.75,1.94,7.87,3,11.82,0.14,0.50,0.43,0.99,0.56,1.50,0.14,0.51,0.15,1.16,0.25,1.75,0.79,4.40,1.19,9.73,1.69,14.50,0.08,0.73-0.02,1.51,0.07,2.25,0.02,0.25,0.17,0.50,0.18,0.75,0.07,0.99-0.13,2.32-0.18,3.57-0.13,2.75-0.09,4.85,0.06,7.37,0.72,0.42,1.79,0.33,2.81,0.38,1.30,0.06,2.73-0.04,4,0,0.16,0.17-0.16,0.67,0.13,0.81,0.38,0.25,0.79-0.04,1.19-0.12,0.16-0.21-0.07-0.44,0-0.75,0.97,0.46,0.64,2.26,1.56,2.93,0.72,0.53,2.04,0.59,3.06,0.82,1.08,0.24,2.18,0.61,3.25,0.44,0.14-0.34,0-0.56,0.07-0.94-0.62-0.91-1.15-1.32-1.57-2.25,1.30,0.53,4.13,0.75,5.01-0.57-0.26-1.20,0.23-1.63,0.75-2.18,0.04-0.69-0.01-1.56-0.25-1.76,0.19-0.79,0.32-1.41,0.43-2.18,0.07-0.42-0.09-0.74-0.12-1.19-0.01-0.23,0.08-0.46,0.06-0.63-0.08-0.69-0.38-1.57,0-2.37,0.09-0.36-0.24-0.30-0.25-0.57,0.33-1.57,0.60-3.19,0.88-4.81,1.21-0.06,2.06,0.17,2.81-0.12,0.87-0.34,1.18-1.29,2.06-1.57,0.19,1.79,0.23,3.54,0.57,5.25,0.11,0.57,0.37,1.18,0.31,1.63-0.04,0.28-0.32,0.48-0.37,0.75-0.08,0.36,0.08,0.85,0,1.31-0.11,0.58-0.47,1.20-0.44,1.94,0.02,0.66,0.16,1.23-0.32,1.81,0.29,2.24-1.54,3.20-1.18,5.51,0.96,0.47,2.65,0.57,3.87,0.37,0.49-0.08,1.48-0.49,1.69-1.06,0.07-0.19,0-0.54,0.06-0.88,0.10-0.51,0.37-1.12,0.25-1.87-0.04-0.28-0.29-0.56-0.25-0.88,0.05-0.37,0.21-0.22,0.32-0.56-0.07-0.65-0.60-1.09-0.69-1.81-0.05-0.39,0.11-0.81,0.12-1.32,0.02-0.84-0.24-1.74,0.13-2.37-0.44-0.59-0.10-1.48,0.12-2.44,0.39-1.66,0.75-3.62,0.76-5.63,0.67-0.53,2.55-0.33,2.93-1.31,0.17-0.42-0.10-1.68-0.18-2.31-0.69-5.26-1.48-11.26-1.94-16.45,0.12-0.19,0.53-0.09,0.62-0.31,0.48-1.92,1.12-3.68,1.32-5.87,0.53-0.04,0.86,0.11,1.25-0.07,0.42-0.73,0.29-1.66,0.31-2.56,0.04-1.89,0.42-3.94,0.50-5.81,0.40-0.27,0.74-1.15,0.75-2.07,0-0.16-0.11-0.31-0.13-0.50-0.15-1.74,0.85-3.68,0.19-5.06-0.27-0.58-0.81-0.80-1-1.31-0.73-0.06-1.41-0.18-2.12-0.25,0.13-0.95-0.39-1.25-0.44-2-0.97-0.54-1.52-1.48-2.57-1.94-0.30-0.97-1.34-1.20-1.93-1.88-0.22-2.49-0.91-4.51-1.75-6.38,0.32-0.74,1.86-3.14,0.12-3.37,0.16-3.29-1.34-5.45-4.63-5.50-1.78,0.53-3.42,1.34-4.19,3-0.13,0.28-0.33,0.90-0.31,1.12,0.04,0.28,0.40,0.45,0.50,0.75,0.23,0.67,0.14,1.32-0.12,1.75,0.29,2.17,0.48,4.43,2,5.38-0.15,0.38-0.28,0.77-0.38,1.19-0.89,0.58-1.96,0.89-2.87,1.44-0.26,0.15-0.43,0.42-0.69,0.56-0.73,0.39-1.69,0.43-2.32,1-0.57,0.52-1.11,1.59-1.50,2.50-0.40,0.94-0.73,1.90-1.06,2.88-0.69,2.07-1.34,4.20-1.50,6.37-0.05,0.70,0.05,1.27,0.12,1.88-0.93,0.29-1.43,1.02-1.87,1.81-0.55,0.27-0.51,1.12-1.31,1.13-0.27-0.61-0.15-1.47-0.19-2.38-0.04-0.84-0.38-1.68-0.38-2.31,0-0.36,0.25-0.80,0.25-1.25,0.01-0.36-0.18-0.74-0.18-1.06-0.01-0.25,0.10-0.48,0.12-0.75,0.13-1.49-0.19-3.16-0.25-4.63-0.04-1.08-0.03-2.55,0.06-3.75,0.07-0.95,0.35-1.78,0.25-3.06-0.08-1.12-0.49-2.24-0.68-3.38-0.46-2.60-0.83-4.77-1.19-7.13-0.05-0.32-0.29-0.56-0.38-0.87-0.22-0.77-0.16-1.36-0.44-1.69-0.37-0.44-1.46-0.61-2.12-0.81-0.81-0.25-1.58-0.47-2.19-0.63,0.74-0.11,0.63-1.18,1.38-1.62-0.20-0.08,0.01-0.30-0.13-0.50,0.25-0.63,0.84-1.06,1-1.69,0.28-1.10,0.28-2.83,0.25-4.07-0.02-1.03-0.32-2.11-0.69-3.12-0.60-1.66-1.06-2.99-1.81-3.88-0.61-0.91-2.01-1.03-2.94-1.62-1.47-0.25-2.74,0.30-3.81,0.81-0.87,0.69-2.12,1.42-2.88,2.50-0.44,0.63-0.61,1.48-1.06,1.81,0.08,0.19-0.06,0.31-0.19,0.44,0.06,0.12,0.22,0.03-0.06,0.25-0.09,0.16-0.01,0.50-0.19,0.56,0,0.27-0.12,0.41,0,0.63-0.06,0.27-0.06-0.33-0.13-0.06-0.12,0.45-0.12,1.40-0.06,2.37,0.02,0.36,0.15,0.75,0.13,0.94-0.14,1.07-2.06,1.80-1.44,3.06,0.18,0.15,0.14,0.18,0.25,0.57,0.34,0.24,0.59,0.57,1.06,0.68-0.22,0.51-0.82,0.64-1.13,1.07-1.54,0.50-2.99,1.15-4.75,1.75-0.52,0.18-1.15,0.28-1.31,0.50-0.27,0.37-0.05,1.02-0.13,1.56-0.08,0.55-0.37,1.09-0.50,1.63-0.14,0.61-0.14,1.26-0.25,1.87-0.43,2.62-0.42,5.15-0.18,8.19,0.11,1.43-0.08,3.02,0,4.63,0.14,3.30-0.27,6.82-0.13,10.06,0.11,2.51,0.15,5.07,0.19,7.69,0.05,0.20,0.44,0.06,0.50,0.25-0.27,0.77-0.01,1.43,0.37,1.88-0.65,1.09-1.17,2.32-1.12,4.12-0.60,0.15-1.07,0.21-1.56-0.06-0.25,0.36-0.82,0.39-1.38,0.44-0.60,0.47-0.31,1.53-0.24,2.31zm29.07-5.63c0.07-0.12,0.46-0.46,0.37-0.94,0.27,0.04,0.42-0.04,0.63-0.06,0.55-0.58,1-1.42,1.75-1.88,0.23-0.14,0.57-0.16,0.81-0.31,0.31-0.19,0.52-0.55,0.82-0.69,0.49-0.24,1.01-0.22,1.43-0.50,0.24-0.15,0.64-0.47,0.82-0.69,0.24-0.29,0.47-0.89,1.06-0.87-0.52,1.36,0.42,1.77,1.25,1.87,0.05,0.55,0.09,0.93,0.38,1.38,0.21,0.33,0.66,0.48,0.81,0.75,0.36,0.66,0.30,2.69,0.31,3.50,0.02,1.14-0.32,2.62-0.44,4.13-0.46,6.13-0.48,13.42-0.81,19.31,0.41,0.49,0.98,0.82,1.75,0.94,0.03,1.05,0.20,2.16,0.31,3.25,0.15,1.39,0.52,3.02,0.07,3.88,0.30,1.17,0.23,2.39,0.12,3.50-0.95,0.21-1.28,1.61-0.94,2.38-0.52,1.48-1.87,2.44-1.62,4.50-0.58-0.33-1.19-1.19-1.69-1.81,0.08-0.11,0.36-0.02,0.25-0.32-0.10-0.96-0.31-1.81-0.37-2.81-0.11-0.04-0.11-0.19-0.19-0.25-0.32-2.99-1.73-5.87-2.32-8.56-0.22-1.02-0.33-2.11-0.50-3.19-0.44-3.03-1.20-6.14-1.75-9.13-0.34-1.92-0.50-3.92-0.87-5.56-0.24-1.06-0.06-2.22-0.19-3.38-0.04-0.33-0.21-0.68-0.25-1-0.09-0.68-0.01-1.37-0.06-2.06-0.14-1.85-0.66-3.65-0.94-5.38z" id="path2580"/>
      <path d="M224.95,490.33c0.53-1.10,1.54-1.86,2.06-2.84,0.31-0.57,0.28-1.14,1.03-1.22-0.34-0.50,0.41-0.39,0.39-0.78-0.27-0.28-0.70-1.13,0-1.29-0.28-0.53,0.30-0.64,0.38-1.09,0.19-1.01-0.20-2.57,0.20-3.36,0.19-0.38,1.06-0.83,1.54-1.09,0.94-0.50,1.76-0.83,2.84-0.90-0.03-0.65-0.28-1.37-0.19-2.07,0.04-0.30,0.29-0.67,0.39-1.03,0.20-0.77,0.18-1.66,0.45-2.13,0.19-0.33,0.73-0.54,1.03-0.77,0.38-0.30,0.65-0.55,0.90-0.90,0.15-0.66-0.45-1.75,0.13-2.26-0.19-0.09-0.20-0.64,0.06-0.64-0.39-1.57-0.16-3.90,0.71-4.97,0.85-1.04,2.34-2.20,4.13-2.06,0.91,0.07,2.48,0.37,3.16,0.84,0.81,0.56,1.64,2.61,1.87,3.93,0.04,0.23,0.11,0.65,0,0.90,0.18-0.08,0.33-0.44,0.58-0.26,0.44,1.07,0.85,4.16-0.65,4.13-0.11,1.13-0.19,1.73,0.06,2.77,0.88,0.40,1.28,1.14,2,1.68,1.11,0.81,2.22,1.12,3.74,1.61,0.69,0.22,1.38,0.71,2,0.84,0.25,0.05,0.52-0.03,0.77,0,1.30,0.14,2.72,0.92,3.48,1.74-0.11,0.92,0.18,1.51-0.06,2.32,0.60,0.90,0.72,1.99,1.03,3.29,0.18,0.76,0.53,1.47,0.71,2.12,0.21,0.78,0.08,1.36,0.13,2.07,0.04,0.55,0.33,1.16,0.39,1.80,0.02,0.27-0.05,0.59,0,0.84,0.17,0.96,0.70,1.68,0.71,2.71,0.01,1.41,0.27,2.66,0.38,4.06,0.51,6.06,0.45,12.44,0.65,18.76-0.33,0.06-0.80-0.02-0.97,0.20,0.05,0.85,0.24,1.84,0.07,2.70,0.96,0.32,2.83-0.15,3.54,0.52,0.29,0.27,0.22,0.95,0.19,1.55-0.10,2.58-0.09,6.47-0.19,9.48-0.04,1.08,0.18,2.51-0.06,3.22-0.21,0.60-1.15,0.85-1.23,1.35-1.16,0.60-2.07,1.56-3.09,2.39-1.25,1.01-2.70,1.96-3.55,3.22-0.10,0.16-0.57-0.05-0.58,0.20,0.24,4.88-0.44,11.28-0.06,16.44,0.05,0.71,0.27,1.56,0.19,2.06-0.08,0.51-0.72,1-0.84,1.55,1.12,2.13,3.11,3.38,3.68,6.06-0.96,0.64-2.82,1.04-4.45,0.90-1.04-0.09-2.42-0.69-2.71-1.55-0.25-0.73-0.02-1.61-0.77-2.06-0.85,0.48-1.83-0.29-2.32-0.77-0.15-0.09-0.03-0.45-0.07-0.65-1.01-0.81-1.34-2.16-1.03-3.67,0.09-0.43,0.47-0.73,0.58-1.16,0.13-0.48,0.29-1.40,0.19-1.81-0.09-0.43-0.66-0.68-0.77-0.97-0.17-0.45-0.09-1.22-0.13-2-0.10-2.01-0.42-4.07-0.58-5.86-0.47-5.28-1.16-10.24-1.48-15.54-0.20-3.37-0.14-7.54-1.35-9.80-0.52,5.44-0.30,11.90-0.65,17.60-0.29,4.79,0.27,10.57-1.16,14.06-0.19,0.47-0.73,0.95-0.90,1.61-0.23,0.86,0.01,1.66-0.39,2.26,0.21,0.89,1.04,2.06,0.84,3.09-0.14,0.75-0.94,0.80-1.29,1.42,0.44,1.10-0.37,1.67-1.03,2.06-0.45,0.21-0.66-0.01-0.84,0.39-0.13,0.30,0.32,1.26,0.13,1.93-0.35,1.30-2.26,1.56-4.06,1.42-0.94-0.07-2.35-0.25-2.58-0.90-0.26-0.73,0.45-2.10,0.77-2.71,0.45-0.85,1.03-1.44,1.42-2.19-0.56-0.68,0.20-1.55,0.39-2.25-0.43-0.48-0.98-0.83-1.29-1.42-0.20-1.46,0.44-1.66,1.03-2.39,0.34-0.42,0.83-0.97,0.84-1.55,0.01-0.45-0.35-1.07-0.52-1.67-0.63-2.35-0.69-5.29-0.64-7.93,0.14-8.64-0.61-17.38-1.36-25.08-1.35-0.33-2.73-0.63-3.86-1.16,0.82-3.95,1.65-7.89,2.57-11.74,0.06-0.31-0.28-0.23-0.19-0.58,0.88-2.13,1.74-4.60,2.06-7.41,0.17-1.45-0.30-2.29-0.38-3.55-0.07-1-0.07-1.73-0.26-2.51-0.31,1.55-1.10,2.57-2.06,3.22-2.13,1.45-5.80-0.48-6.39-2.58-0.37-1.34,0.13-3.23,0.59-4.19z" id="path2582"/>
      <path d="M620.26,504.62c-0.22,4.62-0.58,9.21-0.25,13.47,0.07,0.31,0.58,0.19,0.70,0.45-0.17,2.23-0.98,4.37-0.06,6.12,0.10,0.19,0.26,0.28,0.45,0.52,0.31,0.40,0.47,0.57,0.84,0.97,0.53,0.56,1.04,0.82,1.93,1.16,0.49,0.18,1.07,0.61,1.55,0.26,0.20-0.64-0.49-0.92-0.90-1.16,0.10-0.58-0.32-0.63-0.52-0.91,0.08-0.30-0.22-0.59-0.26-0.96-0.05-0.56-0.01-1.44,0.39-1.68,0.39,0.21,0.33,1.08,0.52,1.74,0.19,0.68,0.68,1.38,1.35,1.10,0.34-0.50,0.09-1.22-0.06-1.81-0.48-1.90-0.61-4.26-1.93-5.35,0.77-0.34,0.68-1.44,0.90-2.58,0.84-4.39,1.22-9.58,1.80-14.11,0.90,2.27-0.20,5.29-0.45,7.80-0.07,0.31,0.24,0.24,0.19,0.51-0.07,1.14,0.10,2.22,0,3.42-0.04,0.60-0.27,1.23-0.32,1.87-0.06,0.82,0.08,1.73,0.13,2.71,0.06,1.20-0.16,2.54,0,3.61,0.05,0.30,0.22,0.47,0.26,0.70,0.19,1.09,0.10,2.35,0.19,3.48,0.09,1.09,0.29,2.15,0.39,3.23,0.18,1.95-0.28,3.92-0.19,5.93,0.11,2.64,0.13,5.42-0.07,7.99-0.19,2.58-0.93,5.10-0.77,7.35,0.09,1.26,0.40,2.67,0.71,3.80,0.16,0.57,0.71,1.41,0.45,2.26-0.21,0.69-1.30,0.83-1.61,1.35-0.38,0.65-0.09,3.14,0.19,3.80,0.08,0.19,0.03,0.32,0.32,0.33-0.18,0.72-0.63,1.27-1.03,1.93-0.34,0.57-0.93,1.24-1.09,1.81-0.04,0.13,0.03,0.39,0,0.64-0.09,0.58-0.32,1.91,0.32,2.32,0.62,0.40,3.91,0.31,4.70,0,1.22-0.47,0.95-1.43,1.03-2.71,0.44-0.12,0.94-0.50,1.29-0.90-0.04-0.73,0-1.35-0.06-1.93,0.73-0.77,1.43-1.96,2.19-2.97,0.32-0.43,0.82-0.70,1.03-1.16,0.32-0.70,0.30-2.18,0.45-3.22,0.17-1.14,0.45-2.19,0.52-3.16,0.11-1.53-0.01-3.23,0.06-4.96,0.15-3.40,0.06-6.73,0.39-9.93,0.31-3.12,0.51-5.65,0.97-8.44,1.30,2.76,0.54,6.32,1.41,9.73,1.06,4.13,1.50,8.77,2.19,13.34,0.14,0.91,0.42,1.82,0.46,2.65,0.04,0.93-0.18,1.94-0.26,2.90-0.08,0.89-0.43,1.86-0.39,2.70,0.05,1.09,0.97,1.40,1.16,2.26,0.14,0.59-0.33,1.79-0.06,2.39,0.08,0.17,0.71,0.69,1.48,0.70,0.18,0.63-0.18,1.12-0.07,1.87,0.86,1.48,3.89,1.09,5.87,0.84,1.16-2.29-0.84-4.09-1.61-5.80,0.10-0.89,0.97-1.73,0.90-2.84-0.06-1.03-1.52-2.12-1.68-3.09-0.10-0.66,0.22-1.58,0.26-2.39,0.14-2.54,0.15-4.91,0.07-7.60,0.33-0.34,0.88-0.13,1.35-0.26,0.56-0.16,0.67-0.73,1.16-1.03,0.50,0.68,0.98,1.12,1.93,1.23,0.15-0.86,0.49-1.67,0.71-2.58,0.25-1.01,0.11-2.13,0.20-3.22,0.34-4.48,0.63-9.37,0.38-13.86-0.07-0.21-0.53-0.07-0.58-0.13-0.21-0.99-0.51-1.89-0.90-2.71,0.04-0.86,1.02-1.43,1.16-2.19,0.13-0.70-0.27-1.68-0.39-2.58-0.11-0.90-0.23-1.78-0.19-2.77,0.22-0.17,0.63-0.15,0.84-0.32-0.73-4.01-0.76-8.52-1.48-12.76-0.35-2.05-0.77-4.18-0.84-6.12-0.05-1.25,0.03-2.33-0.26-3.42-0.15-0.56-0.45-1.12-0.51-1.68-0.05-0.42,0.10-0.94,0.12-1.41,0.05-1.09,0.03-2.28-0.06-3.42-0.12-1.46-0.30-2.58-0.32-3.93-0.02-0.82-0.12-2.22-0.45-2.65-0.51-0.64-2.35-1.28-3.55-1.74-0.63-0.24-1.32-0.44-1.93-0.71-0.67-0.29-1.23-0.72-1.74-0.90-0.60-0.20-1.24-0.39-1.68-0.77-0.36-0.32-0.47-0.81-0.90-1.10-0.25-2.72,1.44-3.88,1.42-5.99,0.36,0.19,0.41-0.26,0.64-0.52-0.17-0.77,0.04-1.76-0.06-2.70-0.17-1.66-0.93-2.88-1.68-4.07-0.34-0.03,0.15,0.18-0.06,0.20-0.18-0.15,0.01-0.27-0.19-0.39-1.02-0.71-2.42-1.02-3.61-1.55-1.54,0.11-3.36,0.06-4.32,1.23-0.12,0.14-0.24,0.44-0.39,0.64-0.52,0.74-0.94,1.75-1.09,2.84-0.04,0.08-0.25-0.05-0.20,0.26,0.03,0.39,0.08-0.25,0.13,0-0.28,0.70,0.02,1.44,0,2.19-0.01,0.66-0.35,1.17-0.25,1.68,0.13,0.68,0.69,0.78,0.64,1.41,0.46,0.23,0.68,1.04,1.03,1.16,0.19,1.20,1.28,2.44,1.10,3.74-0.06,0.38-0.43,0.98-0.65,1.29-0.29,0.40-0.84,0.62-1.16,0.97-0.75,0.13-1.44,0.66-2,0.77-0.09,0.36-0.80,0.59-1.15,0.90-1.04,0.10-1.68,0.59-2.71,1.16-0.72,0.40-1.74,0.81-1.94,1.35-0.29,0.84-0.07,2.10-0.13,3.29-0.19,4.45-0.51,8.95-1.22,13.08-0.33,1.87-0.50,3.82-0.59,5.74zm-35.64,39.12c0.07,1.25,0.67,1.26,1.61,1.81,1.38,0.80,2.54,1.73,4,2.38,0.33-0.11,0.30-0.38,0.64-0.58,0.68,0.13,0.64,0.64,1.36,0.65,0.51,0.01,1.02-0.68,1.48-0.39,0.47,0.30,0.33,3.37,0.39,4.06,0.05,0.69,0.11,1.42,0.19,2.07,0.08,0.61,0.40,1.30,0.39,1.80-0.05,1.37-1.76,2.59-1.81,3.67-0.05,1.08,1.26,2.42,1.55,3.23-0.36,1.45-1.27,2.26-1.36,4.12-0.02,0.44-0.01,0.92,0.20,1.16,0.40,0.49,1.89,0.53,2.90,0.52,1.24-0.02,2.96-0.10,3.15-0.97,0.17-0.77-0.41-1.47-0.25-2.32,0.05-0.27,0.34-0.57,0.38-0.84,0.10-0.56-0.13-1.15-0.25-1.74,0.47-0.78,1.45-1.30,1.67-2.25,0.30-1.30-0.60-2.64-0.51-4.19,0.11-2.04,0.59-4.27,0.83-6.57,0.71-6.61,0.61-14.56,1.36-20.89,0.10,7.12-0.03,14.35,1.09,20.76,0.43,2.42,1.11,4.61,1.55,7.15,0.23,1.27,0.22,2.65,0.65,3.67,0.41,1.02,1.38,1.71,2.06,2.58-0.10,0.77-0.21,2.10,0.26,2.52,0.10,1-0.93,1.78-0.39,2.64,0.38,0.60,1.91,0.50,2.84,0.52,0.99,0.02,2.42,0.07,2.96-0.32,0.65-0.48,0.47-2.52,0.26-3.23-0.11-0.38-0.32-0.82-0.52-1.22-0.16-0.35-0.50-0.80-0.51-1.16-0.01-0.29,0.26-0.74,0.38-1.23,0.11-0.43,0.15-0.92,0.26-1.29,0.22-0.69,0.69-2.03,0.45-3.22-0.16-0.84-1-1.39-1.16-2,0.13-0.54,0.80-0.87,0.91-1.42,0.33-1.76-1.21-3.69-1.29-5.22-0.04-0.60,0.21-1.34,0.32-2,0.57-3.41,0.06-7.39-0.32-10.76-0.16-1.37-0.54-2.73-0.58-4-0.05-1.43,0.36-2.74,0.32-4.06,0.77,0.03,1.85-0.02,2.32-0.32,0.44-0.23,0.51-0.82,0.96-1.03,0.66-1.66,0.71-3.53,0.65-5.93,0.41-0.50,0.95-0.86,1.35-1.36,0.41-5.60,0.39-11.91,0.13-17.85-0.13-3.03-0.07-6.45-0.45-9.80-0.19-1.68-0.62-3.24-0.84-4.70-0.14-0.94,0.16-2.48-0.38-3.16-0.28-0.34-1.14-0.55-1.94-0.84-0.74-0.27-1.45-0.55-1.93-0.77-1.11-0.51-2.72-1.12-3.74-1.68-1.08-0.58-1.49-1.35-2.32-2.32,0.23-1.05,0.27-2.30,0.39-3.48,0.27-0.08,0.42,0.10,0.71-0.13,0.58-0.45,0.59-2.03,0.64-3.09,0.05-0.33-0.37-0.19-0.51-0.32,0.09-1.48,0.15-2.88-0.52-3.93-0.70-1.11-2.46-2.09-3.74-2.26-0.25-0.03-0.57-0.03-0.84,0-1.93,0.22-3.89,1.89-4.19,4-0.09,0.68,0.07,1.28,0,1.99-0.14,0.05-0.53-0.05-0.64,0.20,0.20,1.17,0.23,2.51,0.84,3.28,0.11,0.26,0.54,0.02,0.58,0.07,0.06,1.33,0.34,2.45,0.45,3.73-0.90,0.78-1.40,1.67-2.39,2.20-0.52,0.27-1.27,0.43-1.93,0.77-1.33,0.69-2.05,1.12-3.68,1.74-0.65,0.25-1.60,0.47-1.93,0.77-0.59,0.55-0.36,1.77-0.39,2.84-0.02,0.75-0.28,1.53-0.38,2.32-0.11,0.78-0.09,1.56-0.13,2.38-0.08,1.26-0.32,2.59-0.45,3.87-0.19,1.81,0.10,3.64,0.06,5.54-0.02,0.84-0.19,1.65-0.19,2.51-0.06,5.27-0.44,10.91-0.07,16.06,0.29,0.35,0.66,0.63,0.97,0.96,0.24,1.72-0.86,4.38,0.39,5.55-0.64,1.14-1.16,2.41-1.48,3.86-0.59-0.04-0.82-0.43-1.49-0.39-0.55,1.01-0.56,2.42-0.64,3.81-0.17,2.86-0.51,6.09-0.65,8.89-0.03,0.70-0.10,1.85-0.06,2.58z" id="path2584"/>
      <path d="M527.46,494.77c0.16-0.73,0.44-1.51,0.68-2.10,1.09-2.74,2.01-4.95,3.02-7.95,0.48-1.43,0.95-3,1.66-3.82,1.31-1.51,3.75-2.16,5.61-2.90,0.04-0.25,0.07-0.51,0.19-0.68,1.13-0.64,2.11-1.42,3.82-1.48,0.18-0.58,0.68-0.84,1.23-1.05-0.04-1.18-0.01-2.05,0-3.27-0.62-0.15-0.54-0.44-0.68-1.23-0.13-0.76-0.60-2.47,0.25-2.52-0.64-2.27,0.24-4.49,1.66-5.68,0.56-0.46,2.28-1.15,2.78-1.17,0.30-0.01,0.79,0.19,1.23,0.25,0.95,0.11,1.59,0.22,2.22,0.68,0.69,0.63,1.01,1.31,1.79,2.03,0.16,1.25,0.59,2.64,0.18,4.01,0.71,0.80,0.19,2.43,0.07,3.27-0.06,0.29-0.51,0.19-0.56,0.49,0,1.14-0.18,2.02-0.62,2.65-0.34,0.51-0.95,0.65-0.67,1.05,0.39,0.56,0.64,1.53,0.98,1.97,0.20,0.26,0.50,0.38,0.62,0.56,0.19,0.31,0.18,0.74,0.31,1.11,0.87,0.58,2,0.94,2.65,1.85,0.79,1.12,1.08,2.78,1.17,4.13,0.05,0.18,0.41,0.04,0.37,0.31-0.24,2.15,0.47,5.04,0,7.39-0.08,0.42-0.44,0.73-0.37,1.18,0.23-0.02,0.62,0.05,0.86,0.24,0.40,0.33,1.02,1.65,0.99,1.98-0.05,0.46-0.70,0.53-0.62,1.05,0.35,0.40,0.98,0.44,1.11,0.98,0.13,0.56-0.40,1.15-0.31,1.85,0.10,0.76,0.64,0.99,0.80,1.67,0.41-0.26,1.10-0.24,1.23,0.24-0.13,0.34-0.80,0.14-0.92,0.50,0.98,0.32,1.95,0.69,2.96,1.29,0.54,0.32,2.29,1.21,2.53,1.73,0.32,0.72,0.05,2.08,0.12,2.96,0.03,0.36,0.20,0.83,0.12,1.17-0.23,1.02-2.21,1.84-2.96,1.54,0.26,1.30,1.10,2.88,0.44,4.01,0.48,1.42,0.88,2.75,1.48,4.01,0.27,0.57,0.77,1.39,0.73,1.97-0.03,0.59-0.59,1.45-0.98,1.73-0.63,0.44-3.05,1.18-4.01,1.05-0.35-0.05-0.68-0.41-0.98-0.44-0.83-0.07-1.38,0.62-1.92,0.87,0.18,0.33-0.24,0.44-0.43,0.74,0,1.81-0.08,3.43,0,5.18,0.09,1.91,0.02,3.89,0.12,5.67,0.06,0.84,0.33,1.74,0.25,2.53-0.05,0.45-0.25,0.98-0.37,1.47-0.82,3.46-2.06,6.83-3.02,9.99,0.39,0.62,0.79,1.23,1.11,1.91,0.27,0,0.55-0.01,0.55,0.25,0.38,0.58-0.12,1.18-0.36,1.54,0.59,1.05,0.71,1.91,0.92,3.15,0.26,1.52,0.95,2.35,2.28,3.02,0.48,0.24,1.09,0.33,1.54,0.55,0.51,0.25,1.55,1.29,1.42,1.98-0.11,0.62-1.49,1.02-2.09,1.17-1.73,0.44-4.23,0.67-5.62-0.62-0.38-0.35-0.43-0.78-0.86-0.86-0.43-0.08-0.79,0.21-1.23,0.25-1.62,0.12-3.33-0.42-4.01-1.36,0.02-0.83,0.09-1.60,0.49-2.03,0.03-0.61,0.11-1.18,0.37-1.55-0.09-0.21-0.19-0.42-0.18-0.73-0.46-0.37-0.86-0.84-1.05-1.36-0.41-1.16-0.25-3.20-0.19-4.69,0.07-1.39,0.04-2.99,0.13-4.25,0.16-2.26-0.16-4.69,0-6.35,0.06-0.63,0.30-1.16,0.24-1.73-0.13-1.50-0.83-2.62-0.80-4.01,0.03-1.11,0.66-2.18,0.12-3.33-0.65,2.31-1.48,4.44-2.34,6.54-0.52,1.27-1.21,1.94-1.42,3.57-0.10,0.82-0.30,1.64-0.43,2.35-0.06,0.35-0.09,0.92-0.06,1.23,0.11,1.13,0.55,2.35,0.74,3.57,0.19,1.26,0.57,2.64,0.43,3.89-0.06,0.52-0.36,1.21-0.56,1.85-0.43,1.46-0.80,2.46-1.60,3.33,1.22,0.10,0.56,1.42,0.74,2.40,0.06,0.33,0.30,0.64,0.31,0.87,0.02,0.32-0.19,0.72-0.25,1.11-0.03,0.21-0.19,1.14-0.18,1.17,0.09,0.35,0.80,0.54,0.68,1.05,0.74,0.58,1.28,1.22,1.91,1.91,0.58,0.63,1.09,1.10,0.92,2.40-0.71,0.43-1.73,0.71-2.77,0.80-1.85,0.16-4.27,0.45-5.06-0.98-0.30-0.56-0.17-1.04-0.68-1.24-0.28-0.10-0.49,0.07-0.80,0-0.59-0.12-1.50-0.90-1.60-1.35-0.21-0.90,0.37-1.56,0.31-2.22-0.65-0.86-2.13-1.63-1.61-3.15,0.22-0.64,1.24-0.88,1.36-1.48,0.14-0.74-0.59-1.21-0.68-1.78-0.07-0.41,0.04-0.82,0.06-1.24,0.19-4.22,0.42-8.72,0.62-13.31,0.05-1.29,0.05-2.42,0.37-3.70,0.29-1.20,0.36-2.45,0.49-3.70,0.36-3.36,1.57-6.09,1.29-9.93-0.09-1.28-0.52-2.32-0.43-3.64,0.03-0.43,0.20-0.89,0.25-1.35,0.04-0.37-0.02-0.76,0-1.11,0.12-1.91,0.70-3.67,0.74-5.61-0.72-0.25-1.67-0.26-1.36-1.54-0.43-0.11-1.10-0.12-1.35-0.56-0.21-0.36-0.11-0.82-0.19-1.29-0.14-0.80-0.57-1.65-0.80-2.59-0.24-1.01-0.45-1.99-0.56-2.90-1.33-0.80-2.66-1.71-3.82-2.65-0.87-0.71-1.70-1.10-2.16-2.22-0.11-0.29-0.08-0.71-0.18-1.05-0.08-0.27-0.26-0.46-0.31-0.68-0.17-0.85,0.19-1.87,0.39-2.78z" id="path2586"/>
      <path d="M715.85,563.30c0.41,1.29,1.86,3.08,1.78,5.07-1.78,0.46-6.45,0.97-6.72-0.96-0.09-0.65,0.53-1.21-0.13-1.71-0.65-0.16-1.67-0.36-1.86-1.10-0.27-1.03,0.54-2.40,0.55-3.43-0.21-0.50-0.75-0.88-0.82-1.51-0.11-0.94,0.61-1.21,0.96-1.71-0.17-0.35-0.72-0.35-0.96-0.55-1.09-0.92-1.12-3.35-1.03-5.42,0.08-1.64,0.44-3.42,0.35-4.66-0.11-1.39-0.61-3.06-0.83-4.87-0.20-1.67-0.05-3.74-0.48-5.21-0.11-0.39-0.42-0.71-0.48-1.10-0.23-1.44,0.23-2.86,0.07-4.18-0.17-1.43-0.63-2.74-0.75-4.05-0.74,2-0.35,4.87-0.83,7.20-0.10,0.54-0.45,0.99-0.55,1.51-0.19,1.06,0.37,2.16,0.48,3.09,0.17,1.34,0,2.96,0,4.52,0,1.57,0.07,3.21,0,4.66-0.06,1.35-0.30,2.78-0.13,3.98,0.12,0.91,0.77,1.67,0.89,2.61,0.10,0.81-0.35,1.48-0.34,2.33,0,0.41,0.28,0.82,0.34,1.30,0.11,0.92-0.06,1.62-0.62,2.27,0.20,1.01,0.53,1.89,0.48,3.15-0.48,0.80-1.74,0.82-2.60,1.23-0.07,0.49-0.22,0.89-0.21,1.44-1.34,1.35-5.17,1.24-6.86,0.28,0.22-2.40,2.42-3.39,3.16-5.49-0.02-0.32-0.37,0.12-0.35-0.20,0.04-0.37,0.50-0.34,0.48-0.76-0.47-0.71-1.85-2.28-0.82-2.81-0.66-0.61-0.93-2.06-1.03-3.16-0.27-3.13,0.03-6.60-0.27-9.94-0.08-0.88-0.13-1.89-0.21-2.95-0.24-3.13-1.12-6.29-1.43-9.18,0.22,4.71,0.59,9.28,1.09,13.71-0.74,0.56-1.94,0.31-2.33,1.17-0.14,0.31,0.04,1.23,0.07,1.85,0.03,0.73,0.02,1.42,0,1.92-1.07,0.84-2.98,1.50-4.73,2.06-0.08,1.40-1.15,2.72-1.31,4.11-0.26,2.42,0.96,3.69,1.72,5.35,0.71,0.82,1.84,1.15,2.47,2.06,0.59,0.86,1.17,1.97,1.64,2.95-1.75,0.41-3.24-0.58-4.86-0.76,0.12,0.49,0.51,0.73,0.54,1.31-0.34,0.28-0.95,0.25-1.37,0.20-1.96-0.21-3.95-1.02-5.55-1.57-0.22-1.91-1.20-3.06-2.06-4.32,0.13-0.35,0.45-0.49,0.55-0.90,0.08-0.36-0.09-0.69-0.14-1.16-0.06-0.61,0.06-1.46,0-2.20-0.07-0.83-0.31-2.07-0.55-3.01-0.25-0.98-0.57-2.32-0.96-2.68-0.43-0.40-1.42-0.43-1.99-0.75-0.69-0.40-1.13-1.31-1.71-1.58-0.58-0.27-1.21-0.19-1.65-0.62-0.01-0.83,0.15-1.47,0.14-2.12-0.66-0.46-1.85-0.40-2.67-0.69,0.51-1.42,0.51-3.18,0.68-5.01,0.94-10.02,0.59-21.62,2.40-30.86-0.87-0.60-0.66-1.39-0.55-2.60,0.15-1.44,0.11-2.63,0-3.98-0.14-1.74-0.03-3.55-0.06-5.28-0.45-0.15-0.55-0.51-0.83-0.89-0.20-0.28-0.33-0.40-0.34-0.62-0.04-0.60,0.67-0.92,0.55-1.51-0.06-0.27-0.46-0.38-0.76-0.68-0.84-0.85-1.17-1.80-1.30-3.36-0.14-1.69-0.15-3.52,0.07-5.08,0.13-0.93,0.11-1.79,0.21-2.40,0.06-0.40,0.32-0.89,0.47-1.44,0.58-2.02,1.46-2.72,3.50-3.15,0.12-0.75,0.85-0.89,1.17-1.44,3,0.58,4.26-1.24,3.56-3.91-0.05-0.06-0.60,0.10-0.68-0.13-0.55-0.66-0.50-1.94-0.35-2.82,0.10-0.57,0.61-0.74,0.76-1.09,0.24-0.60,0.09-1.28,0.27-1.79,0.52-1.47,2.12-2.53,3.91-2.74,2.01-0.24,3.82,0.98,4.39,2.13,1.08,2.21-0.05,4.51-0.07,7.20-0.60,1.27-1.11,2.25-1.99,3.08-0.38,0.37-0.94,0.59-1.16,1.10,1.23,1.15,4.32,0.43,5.55,1.58,0.74-0.52,1.23-1.24,2.06-1.65,0.39-0.19,0.89-0.16,1.30-0.34,0.81-0.35,1.52-1.06,2.34-1.51,0.87-0.49,1.78-0.81,2.53-1.37,0.13-1.61-0.46-3.69-1.03-5.22-0.74-0.82-1.66-2.31-1.37-3.97,0.04-0.21,0.19-0.41,0.21-0.62,0.06-0.69-0.31-1.41-0.28-2.06,0.03-0.45,0.30-0.85,0.28-1.23,0.47-0.48,1.29-0.97,1.99-1.51,0.17-0.14,0.36-0.33,0.41-0.55,1.19-0.21,2.78-0.99,4.32-0.55,0.47,0.14,0.77,0.55,1.30,0.55,0.60,0.76,1.81,1.15,2.19,2.13,0.38,0.96,0.02,1.95,0,3.08,1.22,0.88,0.18,2.89-0.20,3.98-0.05,0.27-0.47,0.17-0.55,0.41-0.31,2.12,0.82,3.33,1.58,4.60,3.18,1.23,6.87,1.95,9.80,3.43,3.22,3.93,4.22,10.09,6.45,15.02-0.90,0.47-1.97,0.77-2.61,1.50,0.45,1.76,0.22,3.78,0.07,5.90-0.20,2.94-0.76,5.20-1.51,7.54-0.34,1.09-0.52,2.72-0.96,3.64-0.11,0.23-0.36,0.37-0.48,0.62-1.56,3.13-0.63,7.86-0.61,12.27,0,2.43-0.56,5.29-0.69,8.30-0.06,1.48,0.07,3.03,0,4.52-0.09,1.95-0.33,3.85-0.41,5.69-0.11,2.39-0.03,4.50-0.14,6.86-0.12,2.70,0.08,5.88-1.10,7,0.24,0.49,0.67,0.79,0.76,1.44-0.62,0.47-1.21,0.98-1.58,1.71,0.27,0.63,1.03,0.75,1.17,1.51-0.15,0.25-0.47-0.25-0.55-0.07,0.05,0.27,0.19,0.45,0.34,0.62zm0.07-67.21c-0.07,0.05-0.07,0.16-0.21,0.14,0.31,1.64,0.32,3.58,1.10,4.73,0.70-1.78-0.04-3.79-0.89-4.87zm-23.93,7.96c-0.46,0.53,0,1.24,0.14,1.78,0.22,0.94,0.67,1.92,0.48,3.23-0.08,0.49-0.22,1.19-0.14,1.99,0.09,0.90,0.19,2,0.34,2.94,0.15,0.98,0.59,1.85,0.62,2.61,0.01,0.32-0.12,0.64-0.14,0.96-0.09,1.18,0.22,2.36,0.41,3.50,0.18,1.06,0.14,2.27,0.82,3.01-0.71-3.25-0.15-6.67-0.34-9.94-0.05-0.94,0.05-1.69,0.21-2.40,0.14-0.65,0.50-1.17,0.68-1.92,0.21-0.83,0.13-1.78,0.21-2.60,0.08-0.83,0.35-1.56,0.41-2.33-1.25-0.27-2.26-0.77-3.70-0.83zm-7.20,50.27h-1.17c-0.30,1.70,0.17,3.14,0.62,4.32,0.47-1.16,0.54-2.71,0.55-4.32zm30.51,7.68c-0.04,0.07,0.18,0.46,0.41,0.48-0.09-0.21-0.31-0.28-0.41-0.48z" id="path2588"/>
      <path d="M161.02,496.17c0.89,1.25,1.93,2.59,2.86,3.68,0.72,0.83,1.33,1.57,2.09,2.24,1.10,0.98,2.02,2.03,3.17,2.92-0.10,0.33,0.11,0.49-0.10,0.76,0.38,0.32-0.15,0.67,0.15,0.97,0.28,0.28,1.08-0.22,1.23-0.51,0.80,0.52,1.48,1.15,2.96,0.97-0.04,1.57-0.61,3.04-0.87,4.55-1.64,4.16-3.08,9.16-3.52,14.51-0.13,1.50-0.44,3.04-0.46,4.60,0,0.18,0.07,0.42,0.05,0.61-0.03,0.22-0.18,0.39-0.26,0.61-0.14,0.44-0.11,0.96-0.20,1.48-0.22,1.32-0.63,2.85-0.92,4.14,0.56,0.22,1.19,0.37,1.84,0.51,0.40,1.53,0.07,3.70,0.15,5.62,0.15,3.38,1.33,6.30,1.54,9.60,0.04,0.71,0.08,1.49,0.05,2.30-0.02,0.48-0.19,0.94-0.21,1.43-0.01,0.38,0.11,0.85,0.05,1.28-0.11,0.86-0.45,1.92-0.71,2.91-0.13,0.47-0.24,1-0.36,1.48-0.18,0.69-0.38,1.28-0.66,1.69-0.53,0-0.68,0.14-1.02,0.26-0.13,0.42-0.27,0.82-0.52,1.12-0.45,0.03-0.54-0.31-0.97-0.31-0.11,0.25-0.35,0.57-0.25,0.87-0.16,0.17-0.46,0.19-0.56,0.41,0.02,0.64,0.28,1.01,0.25,1.58,0.37,0.67,1.55,0.48,2.56,0.46,1.40-0.03,2.98-0.02,3.78-0.61,0.47-0.35,0.93-1.02,0.51-1.69,0.43-1.64,1.35-2.80,2.65-3.57,0.32,1.05,0.30,2.85-0.10,3.78,0.17,0.31,0.74,0.31,0.97,0.05,0.06-1.90,0-3.52,0.77-4.80,0.35-0.60,0.89-1.05,0.87-1.84-0.18-0.19-0.42-0.31-0.77-0.31-0.19-0.56-0.51-0.99-0.87-1.38-0.01-0.50-0.09-0.93-0.31-1.23,0-0.24,0.20-0.28,0.21-0.51-0.17-0.05-0.42-0.02-0.56-0.10-0.29-2.62-0.02-5.48,0.20-8.18,0.04-0.51,0-0.99,0.05-1.48,0.09-0.84,0.47-1.61,0.56-2.45,0.19-1.80-0.27-3.43-0.56-4.95,0.93,0.13,2.49,0.06,3.32,0.46,1.44-0.27,3.31,0.18,5.11,0.05,0.35,1.89-0.15,3.69-0.05,5.72,0.14,3.02,0.38,6.53-0.82,8.69-0.11,0.20-0.33,0.29-0.41,0.51-0.08,0.22-0.02,0.47-0.05,0.71-0.07,0.68-0.31,1.43-0.51,2.20-0.41,1.61-0.37,3.04-1.23,4.19-0.12,0.16-0.41,0.32-0.51,0.51-0.26,0.48-0.18,1.19-0.66,1.63,0.01,0.66-0.45,1.42,0.10,1.94,0.26,0.25,0.93,0.29,1.28,0.31,1.56,0.11,3.66,0.06,4.65-0.92,1.01-1,0.36-4.24,1.02-5.56,0.33-0.67,0.96-1.24,1.02-2.05,0.06-0.85-0.48-1.50-0.41-2.19-0.28,0.16-0.61-0.51-0.66-0.77-0.19-0.98,0.35-2.74,0.61-3.53,1.16-3.53,3.06-6.58,2.76-11.39,1.38,0.02,2.37-0.51,3.57-0.71,1.02-0.18,2.10-0.17,2.97-0.67,0.16-2.42-0.13-4.69-0.36-7.20-0.08-0.88-0.25-1.67-0.26-2.56,0-0.78-0.33-1.61-0.35-2.40-0.08-2.46-0.61-5.09-0.92-7.56-0.25-1.96-0.83-3.81-1.13-5.87-0.25-1.74-0.33-3.47-0.97-5.06,1.32,0.13,2.16-0.48,3.02-1.23,1.50-1.31,3.11-2.70,4.54-4.03,1.61-1.50,2.37-3.07,3.83-4.75,0.64-0.73,1.64-1.56,1.18-2.76-0.18-0.47-0.70-1.13-1.07-1.69-0.39-0.58-0.79-1.12-1.13-1.58-0.81-1.12-1.44-2.14-2.35-3.12-0.93-1.01-1.92-1.77-2.65-2.81-0.39-0.55-0.74-1.10-1.13-1.58-0.40-0.50-0.92-0.87-1.38-1.33-0.42-0.42-0.83-1.19-1.22-1.48-0.18-0.13-0.38-0.23-0.60-0.33-0.11-0.10-0.21-0.17-0.27-0.18-0.11-0.04-0.54-0.17-1.07-0.33-0.06-0.03-0.11-0.05-0.16-0.08-0.69-0.37-1.37-0.58-1.99-1.02,0.09-0.62,0.48-1.01,0.31-1.64,0.39,0.10,0.31,0.06,0.66,0.16-0.15-0.34,0.09-0.64,0.46-0.92-0.29-0.36-0.81-0.23-0.92-0.82,0.22-0.14,0.78,0.07,0.77-0.31-0.10,0-0.07,0.14-0.21,0.11-0.09-0.09,0.27-0.14,0.26-0.31-0.14,0.03-0.25,0.05-0.31,0.05-0.18,0.02-0.07,0.06-0.15-0.05-0.15-0.20,0.22-0.16,0.26-0.51,0.13-0.13-0.09-0.12-0.16-0.05,0.09-0.36,0.53-0.36,0.57-0.77-1.01,0.52-2.06,0.08-2.36-0.66,0.25-0.03,0.37,0.07,0.52,0.15,0.03-0.21-0.53-0.26-0.62-0.51-0.33-0.94-0.39-1.62-0.20-2.71,0.24-0.57,0.45-0.96,0.25-1.63-0.12-0.45-0.56-0.79-0.56-1.23,0-0.43,0.38-0.64,0.36-1.07-0.03-0.23-0.53-0.69-0.26-0.72-0.35-0.24-0.55-0.65-0.81-1.02-0.24-0.33-0.52-0.81-0.82-1.07-0.16-0.14-0.01,0.13-0.10,0.10-0.22-0.07-0.61-0.60-0.87-0.82-0.88-0.73-1.80-1.57-2.71-2.09-0.15-0.07-0.65-0.15-0.82-0.36-0.27-0.06-0.61-0.06-0.81-0.20h-0.05c-0.08,0.02-0.01,0.05,0.05,0.05-0.76,0.06-1.37,0.06-2.05,0.26-0.10,0-0.01-0.11,0.07-0.11-0.68-0.10-1.02,0.54-1.55,0.87-0.55,0.36-1.28,0.37-1.78,0.72-0.62,0.41-0.96,1.13-1.38,1.84-0.10-0.13-0.07-0.06-0.26-0.05-0.06,0.33-0.57,0.51-0.82,0.86-0.40,0.59-0.56,1.40-0.76,2.15-0.03,0.04-0.06,0.08-0.05,0.15-0.03,0.08-0.06,0.01-0.06-0.05-0.22,1.68-0.12,3.92,1.03,5.11-0.16,0.38-0.13,1.04,0,1.43,0.13,0.11,0.20,0.25,0.24,0.40-0.05-0.53-0.38-0.76-0.24-1.27,0.05,0.17,0.10-0.06,0.15-0.05,0.01,0.13-0.08,0.16-0.10,0.25,0.07-0.02,0.08-0.06,0.15,0-0.01,0.36,0.21,0.76,0.06,1.11,0.17,0.80-0.58,2.06-0.27,3.03,0.19,0.56,0.81,0.61,0.82,1.28-0.77,0.61-2.51,0.51-3.37,1.17-0.53,0.41-1.06,1.18-1.58,1.69-1.66,1.61-2.97,3.32-4.75,4.95-1.63,1.49-2.84,3.56-4.24,5.52-0.40,0.55-1.19,1.49-1.28,1.94-0.16,0.83,0.42,1.37,0.87,2zm29.78,4.65c0.19-2.43,1.51-4.96,1.69-7.46,0.03-0.42-0.08-0.99,0-1.33,0.08-0.36,0.44-0.95,0.66-1.48,0.23-0.56,0.54-1.17,0.77-1.48,0.69,1.29,1.75,2.57,2.91,3.73,0.48,0.48,0.96,1.06,1.58,1.63,0.45,0.41,1.62,1.12,1.69,1.59,0.10,0.67-0.87,1.82-1.28,2.35-0.63,0.81-0.95,1.42-1.43,2.19-0.49,0.81-1.02,1.28-1.68,1.94-0.44,0.43-1.38,1.53-1.95,1.69-0.77,0.22-1.13-0.28-1.83-0.66-0.43-0.23-0.96-0.44-1.13-0.82-0.17-0.40-0.05-1.18,0-1.89zm-25.08-6.14c0.04-0.20,0.56-0.50,0.87-0.76,2.10-1.79,4.38-3.86,5.62-6.18,0.13,0.42,0.32,0.83,0.40,1.32,0.09,0.48,0.03,1.01,0.11,1.48,0.04,0.26,0.21,0.50,0.20,0.72,0,0.23-0.17,0.48-0.20,0.66-0.48,2.61,0.67,4.31,1.22,6.29,0.40,1.43,0.94,2.72,1.38,3.98-0.35,0.29-1.15,0.78-1.79,0.92-0.33,0.08-1.29,0.15-1.48-0.05-0.23-0.26,0.29-1.02-0.40-1.12-0.31-0.04-0.35,0.19-0.62,0.20-1.62-1.52-2.98-3.34-4.24-5.31-0.29-0.46-1.20-1.52-1.07-2.15zm9.10-20.09c-0.01-0.01-0.01-0.02-0.02-0.04,0.01,0.02,0.01,0.04,0.01,0.06,0-0.01,0-0.01,0.01-0.02z" id="path2590"/>
      <path d="M10.574,568.23c0.048,0.09,0.084,0.18,0.113,0.27,2.454,0.46,6.620,0.57,9.740,0.32,0.065-0.05,0.138-0.09,0.222-0.13,0.288-0.14,0.477-0.40,0.598-0.73h0.026h-0.023c0.163-0.44,0.203-0.98,0.199-1.45-0.017-0.24-0.029-0.50-0.045-0.75-0.021-0.19-0.042-0.31-0.042-0.31l0.021,0.01c-0.073-0.97-0.229-1.85-0.848-2.28-0.158-3.18,1.106-5.80,0.996-9.09,1.639-0.06,3.187,0.37,4.794,0.19,0.761-0.09,1.455-0.38,2.180-0.31,0.278,0.02,0.655,0.18,0.996,0.25,0.364,0.07,0.793,0.03,1.059,0.12,0.404,0.14,0.821,0.74,1.245,1.12,1.283,1.16,2.558,2.15,3.736,3.36,0.049,0.22-0.094,0.24-0.063,0.44,0.464,0.24,0.658,0.85,0.996,1.31,0.182,0.25,0.441,0.62,0.374,1.06-0.037,0.23-0.240,0.37-0.312,0.62-0.040,0.14,0.027,0.33,0,0.50-0.071,0.44-0.495,0.91-0.125,1.56-0.466,1.05-1.837,1.19-2.303,2.24,0,0,0.025,0.06,0.084,0.16,2.158,3.83,8.350-2.89,9.114-3.57,0.774-0.69,0.141-1.45,0.141-1.45-0.716-0.92-1.411-1.87-2.366-2.55-1.388-0.13-1.867-1.17-2.614-1.93h-0.313c-1.202-1.29-2.239-2.75-3.424-4.05v-0.44c-1.336-2.47-2.558-5.31-3.674-8.09-0.491-1.23-0.832-2.49-1.619-3.37,0.120-0.39,0.497-0.35,0.747-0.62,0.624-0.66,0.703-1.85,1.371-2.49,0.896,0.44,1.985,0.19,2.739-0.19,0.388-0.59,0.721-1.25,1.059-1.99,0.322-0.71,0.495-1.51,0.810-2.18,0.163-0.34,0.525-0.62,0.622-0.99,0.221-0.86-0.282-1.76,0.063-2.49-0.193-1.12-1.005-1.61-1.682-2.24,0.123-1.40,0.064-2.95,0-4.43-0.054-1.21,0.023-2.57-0.373-3.48-0.255-0.58-0.854-0.86-0.747-1.62-0.357-0.37-0.910-0.54-1.245-0.94,0.100-0.55,0.239-1.09,0.311-1.86,0.050-0.54,0.362-0.91,0.498-1.50,0.427-1.84,0.618-5.27-0.436-6.60-0.255-0.32-0.819-0.47-0.623-0.99,0.253-0.18,0.479,0.49,0.747,0.31-0.029-0.20,0.168-0.17,0.188-0.31-0.313-0.27-0.736-0.43-1.308-0.44-0.282-0.43-0.673-0.74-0.872-1.25-0.196-0.01-0.376,0-0.436,0.13-0.680-1.06-2.330-2.17-4.172-1.99-0.962,0.09-2.270,0.39-2.678,1.06-1.830,0.34-3.207,1.75-2.677,4.04,0.137,0.09,0.268,0.19,0.498,0.19,0.950,1.20-1.327,2.49,0.187,2.93-0.034,1.17,0.433,1.55,0.685,2.49,0.587,0.38,1.633,0.10,2.304,0,0.089,0.77,0.618,1.58,0.561,2.24-0.028,0.34-0.444,0.85-0.686,1.12-0.622,0.69-1.703,1.33-2.240,1.87-0.237-0.06-0.413-0.17-0.748-0.13-0.049,0.39-0.242,0.63-0.560,0.75-0.063,0.46-0.011,0.72-0.374,0.93,0.161,0.47-0.105,0.74-0.063,1.13,0.084,0.74,0.871,1.08,1.245,1.55-0.275,0.96-0.572,1.87-0.809,2.87-0.234,0.98-0.304,2.02-0.561,2.98-0.263,0.99-0.526,1.93-0.747,2.93-0.219,0.99-0.442,1.99-0.686,2.99-1.402,5.76-2.313,12.02-3.674,18.12,0.599,0.25,1.155,0.54,1.868,0.68-0.435,2.01,0.236,4.25-0.124,6.23-0.162,0.89-0.658,1.67-0.686,2.49-0.373,0.42-1.192,0.39-1.369,1-1.136,0.32-1.778,1.14-3.194,1.19-0.719,0.32-2.6236,1.42-1.596,3.48zm18.428-54.80c0.039-0.17,0.411-0.55,0.498-0.74,0.025-0.06-0.039-0.21,0-0.25,0.215-0.26,1.144-0.39,0.747-0.63,0.306,0,0.396-0.22,0.436-0.49-0.122-0.02-0.123,0.08-0.186,0.12-0.038,0-0.074-0.01-0.063-0.06,0.387-0.76,0.868-2.05,1.122-3.30,0.195,0.03,0.346,0.11,0.497,0.18,0.443,1.71-0.583,2.92-1.058,4.11,0.203-0.10,0.293-0.32,0.497-0.43-0.054,0.94-0.943,1.05-1.369,1.61,0.073,0.02,0.177-0.01,0.187,0.07-0.411,0.13-0.832,0.24-0.872,0.74,0.160,0.12,0.393-0.11,0.623-0.12-0.198,0.39-0.489,1.10-0.063,1.62,0.072-0.05,0.167-0.08,0.312-0.06-0.069,0.37,0.170,0.19,0.373,0.18,0.064,0.15,0.215,0.21,0.188,0.44-1.486,0.01-2.186-1.63-1.869-2.99zm1.619,1.93c-0.211-0.02-0.098,0.28-0.374,0.19,0.072-0.24,0.114-0.51,0.374-0.56-0.019,0.15-0.122,0.26,0,0.37z" id="path2592"/>
      <path d="M62.374,566.15c0.119,0.05,0.237,0.09,0.363,0.15,5.145,2.10,13.201,0.46,13.201,0.46-0.223-1.95-0.725-4.22-0.454-5.98,0.270-0.26,0.861-0.20,1.061-0.53-0.022-0.28,0.013-0.50,0.075-0.69-0.117-0.26-0.369-0.38-0.530-0.60-0.529-2.13,0.376-3.48,0.758-5.23,0.288-1.32,0.519-2.48,0.759-3.94,0.618,0.41,1.055,1.15,1.516,1.82,1.332,1.94,2.514,4.34,4.317,5.91,1.085,0.19,2.322-0.71,2.881-0.08-0.484,0.68-1.509,2.01,0.303,1.97,0.303,0.79,0.246,1.93,0.759,2.51-0.423,0.53-0.474,1.44-1.062,1.81-0.015,0.30-0.003,0.56,0.076,0.76-0.214,0.52-0.832,0.64-1.061,1.14,0,0-1.463,0.64-1.225,2.46,0,0,0.066,0.24-0.208,0.34-0.003,0.03-0.005,0.06-0.008,0.08-0.006,0.22,0.118,0.32,0.210,0.45,0.015,0,0.027-0.01,0.042-0.01,2.142-0.04,4.631-1.18,5.366-1.54,1.166-0.84,2.104-1.59,3.096-2.69,0.962,0.13,1.434-0.50,2.122-1.06,0.581-0.48,1.316-0.87,1.364-1.44,0.075-0.91-1.410-2.10-2.122-3.11-0.201-0.28-0.236-0.58-0.380-0.76-0.396-0.48-1.156-0.73-1.136-1.36-0.284-0.04-0.392-0.27-0.605-0.38-0.047-0.28,0.193-0.48,0-0.68-0.205-1.23-2.034-0.85-1.896-2.43-2.071-1.82-3.398-4.38-5.305-6.36-0.007-1.74-1.517-1.97-2.803-2.43,0.048-0.38,0.521-0.46,0.758-0.83,0.737-1.14,0.021-3.02-0.379-4.09,1.015-0.84,2.286-1.15,3.107-2.13,0.650-0.77,1.031-1.87,2.121-2.19,0.361-0.06,0.133,0.47,0.379,0.53,1.080-0.84,1.813-2.04,2.652-3.11,0.689-0.88,1.482-1.72,2.122-2.66-0.043-0.14-0.070-0.26-0.081-0.33-0.131-1.10,1.083-3.17,1.494-3.84,0.112-0.72-0.334-1.24-0.807-1.50-0.684-1.09-0.952-2.59-1.440-3.87,0.313-1.09-0.291-2.18-0.380-3.33-0.122-0.13-0.316-0.19-0.605-0.15-0.005-0.57-0.402-1.10-0.228-1.59,0.496,0.59,0.821,1.35,1.743,1.51,0.598-1.21-0.381-4.01-1.213-5.08-0.936-1.19-2.610-2.31-3.865-2.34-0.664-0.02-1.205,0.29-1.817,0.53-1.463-0.81-1.090-3.53-2.046-4.85-0.364-0.51-0.896-0.87-0.758-1.90-0.280-0.43-0.764-0.65-0.985-1.14-0.147-0.26,0.235-0.54,0.151-0.98,2.813-0.74,4.774-6.67,2.197-9.02-0.021-0.53-0.285-0.83-0.378-1.29-1.004-0.59-1.911-0.90-3.184-1.29-1.387,0.42-3.139-0.03-4.622,0.38-0.547,0.16-1.849,1.21-2.349,1.75-0.227,0.24-0.484,0.43-0.530,0.90,0.475,0.61-0.118,1.76,0,2.88,0.031,0.30,0.177,0.57,0.150,0.84-0.078,0.82-0.847,1.17-0.984,1.74-0.001,0.35,0.248,0.46,0.530,0.53-0.005,0.40-0.406,0.40-0.455,0.76,0.228,1.19,0.708,2.12,1.213,3.03,1.404-0.03,3.144-0.29,3.409,1.14-0.465,0.87-1.121,1.55-1.590,2.42-0.045,0.35,0.252,0.35,0.378,0.53-1.261,2.45-1.999,5.48-2.651,8.64-0.100,0.48-0.233,1.01-0.380,1.52-0.124,0.43-0.459,0.87-0.530,1.28-0.105,0.62,0.035,1.75,0.303,2.35,0.042,0.10,0.525,0.42,0.530,0.53,0.017,0.28-0.492,0.55-0.682,0.76-0.037,0.72,0.221,1.15,0.304,1.75,0.346-0.05,0.473,0.13,0.834,0.07,0.065,0.93-0.570,1.67-0.683,2.73-0.163,1.53,0.504,3.16,0.531,4.70-0.198,0.38-0.694,0.46-0.910,0.83-0.041,1.31-0.744,3,0.151,3.94-0.434,0.81-0.180,1.68-0.303,2.58-0.248,1.81-1.425,3.56-1.061,5.38-0.745,1.35-0.858,3.06-1.137,4.77-0.285,1.75-0.261,3.60-0.606,5.30-0.319,1.58-1.532,3.81-0.303,5.31,0.366,0.05,0.535-0.10,0.757,0-0.138,1.14-1.199,1.71-0.983,2.96-0.821,0.41-1.354,1.12-2.427,1.28-0.087,0.19-0.302,0.26-0.303,0.53-0.812,0.23-1.702,0.37-2.728,0.38-0.404,0.53-1.074,0.79-0.905,1.89zm26.447-52.96c0.642,0.27,1.023,0.79,1.364,1.36-0.931-0.15-1.334,0.23-1.970,0.38-0.240-0.73,0.420-1.19,0.606-1.74z" id="path2594"/>
      <path d="M115.19,514.70c0.14-3.05,0.70-5.12,1.25-7.48,0.32-1.36,0.93-2.86,1.02-4.07,0.09-1.24-0.43-2.80-0.68-4.19-0.28-1.53-0.28-3.04-0.45-4.53-0.47-3.91-1.32-7.78-0.57-11.66-0.36,0.08,0.08-0.43-0.34-0.23,0.07-3.09,1.62-5.43,1.70-7.93,1.79-3.93,0.21-10,3.06-12.34,1.17-0.97,4.57-1.61,6.68-1.25,1.01,0.17,2.29,1.21,2.83,1.81,1.11,1.24,2.24,4.21,2.49,6.57,0.24,2.28-0.11,5.27-0.91,6.91-0.15,0.31-0.60,0.52-0.68,0.90-0.12,0.67,0.25,0.85,0.23,1.59-0.20,0.03-0.56-0.32-0.68,0,0.28,0.51,0.08,0.90-0.11,1.13-0.17,1.44,0.25,2.42,0.23,3.74-0.24,0.38-0.43-0.44-0.57-0.11,0.51,1.12,0.34,2.22,0.79,3.39,0.38,0.99,1.12,1.86,1.48,2.95,0.35,1.08,0.40,2.34,0.34,3.73-0.07,1.34-0.60,2.94-0.46,4.31,0.11,1.02,0.90,2.15,1.25,3.28,0.77,2.48,0.91,5.26,1.24,8.04,0.16,1.30,0.82,2.57,0.91,3.74,0.05,0.66-0.26,1.38-0.34,2.15-0.27,2.66,0.40,5.46-1.13,7.02,0.39,0.66,0.28,1.82,0.79,2.38,1.16-0.07,1.99-0.44,3.17-0.23,0.89,2.98,1.31,6.33,1.93,9.51,0.30,1.61,0.63,3.19,1.02,4.76,0.37,1.51,1.06,3.11,0.68,4.64-3.85,1.21-8.01,2.68-11.90,3.17-0.36-0.09-0.57-0.33-1.02-0.34-0.79,0.38-1.73,0.61-2.71,0.80-0.47,3.95-1.77,8.84-0.34,12.45,0.46,1.19,1.36,1.89,1.92,2.83,0.62,1.05,0.80,2.48,2.49,2.27,0.20,1.08,4.18,0.80,4.19,1.92,0.01,1.39-3.54,0.58-4.87,1.03,0.48,0.24,1.42,0.02,1.36,0.79-0.53,0.79-1.92,0.79-3.06,0.79-2.05,0-5.17,0.15-6.57-0.56-1.33-0.69-1.90-3.30-3.51-3.52-0.21,0.92,0.36,2.62-0.79,2.61-0.30-1.95-0.92-3.28-1.47-4.65-0.09-0.43,0.55-0.13,0.45-0.56,0.29-1.83,1.31-3.10,1.36-5.10,0.13-5.20-2.61-11.30-0.68-16.31-0.40-0.19-1.02-0.19-1.36-0.45-0.22-8.87-0.05-17.15,0.34-25.70zm16.65-3.96c-0.35,0.95,0.09,2.09,0,3.17,0.90-0.66,0.18-2.26,0-3.17zm1.02,10.98h-0.23c-0.55,0.73-0.70,1.86-0.68,3.17,0.45-0.23,1.10-0.26,1.59-0.45-0.18-0.96-0.58-1.69-0.68-2.72z" id="path2596"/>
      <path d="M-42.688,504.34c0.003-0.01,0.003-0.02,0.008-0.02-0.014,0-0.022,0-0.033,0.01,0.008,0,0.017,0.01,0.025,0.01zm-7.176,64.20c1.063,0.61,2.814,0.39,4.233,0.30,0.482-0.03,1.014-0.11,1.496-0.21,0.608-0.13,1.143-0.46,1.754-0.65,1.641-0.50,3.513-0.19,4.917-0.98-0.427-0.75-0.418-2.09-0.042-2.91-0.074-0.15-0.294-0.16-0.386-0.30,0.186-0.73-0.221-1.37-0.299-1.96-0.017-0.13,0.054-0.27,0.043-0.39-0.038-0.37-0.389-0.62-0.428-0.98,0.896-3.32,3.289-5.87,4.746-8.77,0.703-1.40,0.967-3.17,1.496-4.74,0.509-1.52,1.594-2.71,2.054-4.15,0.672-2.11,0.885-4.19,1.838-6.29,0.799-0.07,2.173-0.02,2.950-0.13,0.229,1.18-0.102,2.34-0.042,3.64,0.077,1.70,0.856,3.40,0.983,5.26,0.075,1.11-0.071,2.33,0.042,3.38,0.455,4.19,2.134,6.79,1.796,11.33-0.581,0.26-0.644,0.88-0.770,1.54-0.106,0.55-0.495,1.17-0.428,1.80-0.096,0.10-0.281,0.11-0.342,0.25,0,0,0.475,1.89-0.202,2.75,0.003,0.81,1.802,0.87,2.298,1.40,1.347,0.50,2.863,1.21,4.575,1.20,0.932-0.01,1.777-0.17,2.565-0.43,0.106-0.19,0.032-0.32,0.032-0.32,0.198-0.33,0.125-1.23,0.100-1.47-0.199-0.63-0.754-0.91-1.200-1.29,0.081-0.40-0.397-0.48-0.600-0.73-0.085-0.01-0.133,0.01-0.129,0.09-0.283-0.30-0.498-0.62-0.811-0.99-0.227-0.26-0.680-0.70-0.728-1.02-0.041-0.28,0.112-0.54,0.085-0.81-0.042-0.44-0.315-1.04-0.728-1.16-0.343-1.69-0.130-3.80-0.042-5.73,0.085-1.86,0.139-3.50,0.214-5.13,0.118-2.53-0.598-4.91-0.727-7.70-0.123-2.62,0.240-4.93,0.770-7.18,1.896-0.74,3.838-1.44,5.729-2.18-0.538-1.64-0.885-3.40-1.453-5.09-0.598-1.77-0.935-3.69-1.754-5.17-0.210-0.95-0.545-1.77-0.897-2.57,0.335-0.21,0.852-0.23,1.197-0.43,0.186-0.39-0.146-0.72-0.256-1.07-0.073-0.22-0.033-0.46-0.086-0.68-0.102-0.42-0.292-0.85-0.386-1.28-0.276-1.30-0.808-2.52-1.410-3.55,0.427-0.04,0.956-0.04,1.453-0.22,0.786-0.28,1.094-2.26,1.154-3.42,0.072-1.37-0.296-2.78-0.507-3.65,0.597,0.38,1.393,0.72,1.191-0.33-0.315-1.64-0.975-2.17-0.911-2.48,0.063-0.32,0.564-1.01,0.439-1.26-0.126-0.25,1.288,0.81,1.288,0.09,0-0.72-1.068-1.54-0.660-2.01,0.408-0.47,0.880-1.10,0.157-1.44-0.722-0.35-0.911-1.51-1.068-2.08-0.156-0.56-0.438-1.32-0.597-1.48-0.158-0.15,0.408-1.13,0.095-1.25-0.314-0.13-0.409-1.10-0.409-1.23,0-0.12,0.629-0.72,0.377-0.97-0.252-0.25-0.785-0.88-0.754-1.07,0.031-0.19,1.100-0.28,0.974-0.69-0.124-0.41-0.345-1.67-0.345-1.67,0,0,0.629-0.69,0.125-0.94-0.503-0.25-1.383-1.85-1.414-2.23-0.031-0.38-2.043-6.13-5.655-5.75,0,0-0.317,0.11-0.753,0.23-0.119-0.05-0.222-0.12-0.296-0.23-0.797,0.03-0.978-0.56-1.540-0.77-0.075,0.05-0.173,0.08-0.214,0.17,0.188,0.45,0.507,0.77,0.869,1.05-0.323,0.02-0.630,0.01-0.863-0.07-0.880-0.31-2.105-1.07-2.482-0.69-0.377,0.38-1.854,0.63-2.011,0.63-0.157,0-1.508,0.81-1.665,1-0.157,0.19-0.504-1.10-0.881-1.06-0.377,0.03-1.508,0.62-1.759,1-0.071,0.11-0.254,0.27-0.481,0.44-0.080,0.07-0.289,0.25-0.493,0.35-0.479,0.34-0.969,0.65-1.068,0.75-0.188,0.19-2.985,3.90-2.891,4.31,0.017,0.07,0.088,0.20,0.191,0.36-0.350,0.15-0.641,0.30-0.694,0.42-0.141,0.33-0.047,0.94-0.472,1.56-0.424,0.61-0.471,2.54-0.141,3.53,0.330,0.99-1.649,6.18-2.121,6.98-0.472,0.80,0.754,4.95,1.014,5.57,0.044,0.11,0.113,0.21,0.197,0.32,2.541,1.12,2.183,3.35,2.183,3.35l-0.077,0.07c0.065,0.89,0.101,1.88,0.266,2.52,0.197,0.76,1.130,0.68,1.853,0.49-0.041,0.04-0.089,0.07-0.146,0.09,0.007,0.06,0.077-0.01,0.161-0.09,0.063-0.02,0.124-0.04,0.183-0.06-0.307,1.12-0.514,2.48-0.771,3.66-0.063,0.29-0.315,0.54-0.342,0.98-0.008,0.12,0.035,0.23,0.043,0.34,0.097,1.55-0.889,2.89-0.343,4.41,1.024,0.56,2.291,0.67,3.806,0.68,0.135,1.02-0.209,1.56-0.256,2.57-0.026,0.54-0.149,1.07-0.215,1.62-0.396,3.40-0.778,7.07-0.854,10.48,0.161,0.05,0.341,0.08,0.556,0.08,0.266,2.93-0.461,5.93-1.325,8.21-0.674,1.79-1.611,3.39-2.182,5.31-0.593,1.99-1.142,3.93-1.624,5.85-0.479,1.91-0.965,3.81-1.967,5.48-0.092-0.08-0.314-0.03-0.471-0.04-0.273,0.22-0.730,0.71-0.385,1.15-0.274,0.38-0.628,0.77-0.973,0.90-1,0.82-2.950,2.35-4.417,3.01-0.256,0.16-0.546,0.40-0.597,0.84-0.007,0.01-0.017,0.02-0.026,0.03-0.075,0.73,0.041,1.46,0.041,1.46l-0.094,0.02c0.050,0.07-0.176,0.18-0.173,0.32zm25.870-75.52c0.002,0.01,0.009,0.02,0.018,0.03,0.092,0.57,0.252,1.41,0.480,2.10-0.035-0.01-0.072-0.02-0.113-0.03-0.120,0.01-0.054,0.20-0.214,0.17-0.229-0.21-0.694,0.06-0.854-0.17-0.076-0.85,0.129-1.74,0.683-2.10zm-8.882-3.57c-0.004,0-0.007,0-0.011-0.01,0,0-0.001-0.01-0.002-0.01,0.005,0.01,0.009,0.02,0.013,0.02zm1.407,2.47c-0.341-0.70-0.724-1.43-1.101-2.02,0.346,0.42,0.823,0.74,1.436,0.73,0.445,0.77,0.579,1.61,0.727,2.65-0.033,0.14-0.216,0.12-0.214,0.30-0.063-0.03-0.110-0.08-0.151-0.14-0.137-0.31-0.299-0.68-0.479-1.06-0.062-0.16-0.135-0.31-0.218-0.46zm-2.232-0.61c-0.016-0.37,0.250-0.67,0.220-1.04-0.010-0.02-0.016-0.05-0.005-0.07,0.004,0.02,0.003,0.05,0.005,0.07,0.022,0.05,0.080,0.09,0.080,0.02-0.034-0.01-0.050-0.04-0.043-0.09,0.061-0.01,0.078,0.03,0.100,0.06,0.454,0.87,1.098,2.13,1.514,3.02-0.399-0.05-0.738-0.32-0.929-0.51-0.164-0.16-0.369-0.27-0.471-0.43-0.054-0.08-0.033-0.22-0.086-0.30-0.166-0.27-0.371-0.43-0.385-0.73z" id="path2598"/>
    </g>
  </g>
</svg>
]]></script>
</body>
</html>
<html>

  <!-- Embedding a single SVG block into a SCRIPT block -->

  <head>
    <!-- Optional meta tag; if left off, we default to only using the Flash
         renderer for Internet Explorer and using native support on other
         browsers. You can force the Flash renderer for all browsers by
         setting the META tag below to true. -->
    <!-- meta name="svg.render.forceflash" content="true" / -->
    <script src="../../../src/svg.js" data-path="../../../src"></script>
  </head>

  <body>
    <h1>Tests embedding a single SVG block into a SCRIPT block</h1>

    <script type="image/svg+xml">
    <svg version="1.1" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="480" height="480" viewBox="0 0 12 12"> 
      <g id="test-body-content" font-family="Arial" font-size="10" transform="translate(0,0)"> 
        <g transform="translate(2, 2)"> 

          <!-- Animated Rect: Automatic Beginning Animation -->
          <!-- rect id="rectToAnimateAtStart" x="0" y="0" width="2" height="4" fill="#0f5" stroke="#085" stroke-width="1" -->

    <path
       style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m -0.3515625,-1.1171875 0.734375,0.01563 1.3203125,-1.625 L 0,-3.234375 l -1.625,0.507813 1.2734375,1.609375 z"
       id="path3880" />
    <path
       style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m -1.1526074,-0.0459718 0.2417946,-0.6936038 -1.1374678,-1.7578444 -1.009253,1.4628454 -0.01919,1.7023896 1.9241204,-0.7137868 z"
       id="path3894" />
    <path
       style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="M 0.989313,-0.6717977 1.201387,0.0314628 3.154853,0.7850025 3.111517,-0.9916883 2.126406,-2.3802325 0.989313,-0.6717977 z"
       id="path3896" />
    <path
       style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="M 0.991059,0.6887917 0.387753,1.1078055 0.274749,3.1985187 1.95109,2.608276 2.967258,1.242296 0.991059,0.6887917 z"
       id="path3898" />
    <path 
       style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="M -0.3981345,1.1091154 -0.983072,0.6648193 -3.0063783,1.2034117 -1.927006,2.6153124 -0.3138685,3.1596345 -0.3981345,1.1091154 z"
       id="path3900" />
    <path
       style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="M 0,-4 1.578125,-3.6953125 2.84375,-2.84375 3.734375,-1.5 4,0 3.7148438,1.5976562 2.8828125,2.8046875 1.5976563,3.6757812 0,4 -1.7539062,3.6367187 -2.8828125,2.8046875 -3.7148437,1.5585937 -4,0 -3.7148437,-1.6171875 -2.8828125,-2.84375 -1.5585937,-3.734375 0,-4 z"
       id="path3902" />


          <animateTransform id="animAtStart" attributeName="transform" type="rotate" calcMode="linear" additive="replace" accumulate="none" from="0" to="150" begin="0s" dur="4s" fill="remove" repeatCount="indefinite"/> 
        </g> 
      </g> 
</svg>
</script>
  
  </body>
</html>
<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
  <iframe width="1200" height="800" src="../../../samples/demo.html"></iframe>
  </body>
</html>

<!DOCTYPE html>
<HTML>
  <HEAD>
    <meta name="svg.render.forceflash" content="true">
    
    <script type="text/javascript" src="../../../src/svg.js" data-path="../../../src"
            data-debug="true"></script>
    <script type="text/javascript" src="issue375-jquery-1.4.2.min.js"></script>
  </HEAD>
  <BODY>
    <p>If an SVG image appears, JQuery and SVG Web work together; if not, they don't.</p>
    
    <div id="container"></div>
    <script type="text/javascript">
      var url = "issue375.svg";   
      var svgObject = null;
      
      function loadsvg(e) {
        window.addEventListener('SVGLoad', function() {
          var obj = document.createElement('object', true);
          obj.id = 'svgobject';
          obj.setAttribute('type', 'image/svg+xml');
          obj.setAttribute('data', url);
          obj.setAttribute('width', '400');
          obj.setAttribute('height', '400');
        
          var container = document.getElementById('container');
          if (window.svgweb) {
            window.svgweb.appendChild(obj, container);
          } else {
            container.appendChild(obj);
          }
        }, false);
      }
      
      $(document).ready(loadsvg);
    </script>
  </BODY>
</HTML>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <script src="../../../src/svg.js" 
                data-path="../../../src" 
                data-debug="true" 
                type="text/javascript"></script>
                
        <script type="text/javascript">
      		var testTranslate = function() {
    				var svgRoot = document.getElementById('svgobj').contentDocument.rootElement;
    				var txs = svgRoot.currentTranslate.getX();
    				var tys = svgRoot.currentTranslate.getY();
				
    				console.log("Starting translate, currentTranslate is: " + txs + ', ' + tys);
				
    				svgRoot.currentTranslate.setXY(txs + 20, tys + 20);
    				console.log("After setting with setXY(), currentTranslate is: " 
    				             + svgRoot.currentTranslate.getX() + ', ' 
    				             + svgRoot.currentTranslate.getY()
    				             + " (should be 20, 20)");
				
    				svgRoot.currentTranslate.setX(txs + 20);
    				svgRoot.currentTranslate.setY(tys + 20);
    				console.log("After setting with setX() and setY(), "
    				             + "currentTranslate is: " 
    				             + svgRoot.currentTranslate.getX() + ', ' 
    				             + svgRoot.currentTranslate.getY()
    				             + " (should be 20, 20)");
  			}
			
  			function init() {
  				var url = '../../../samples/svg-files/couch.svg';
  				var obj = document.createElement('object', true);
  				obj.id = 'svgobj';
  				obj.setAttribute('type', 'image/svg+xml');
  				obj.setAttribute('data', url);
  				obj.setAttribute('width', '500');
  				obj.setAttribute('height', '500');
  				obj.addEventListener('SVGLoad', function(){
  					testTranslate();
  				}, false);
				
  				var div = document.getElementById('container');

  				if (window.svgweb) {
  				  window.svgweb.appendChild(obj, div);
  				} else {
  				  div.appendChild(obj);
  				}
  			}
            if (window.svgweb) {
                window.svgweb.addOnLoad(init);
            } else {
                window.onload = init;
            }
    	</script>
    </head>
    <body>
    	<div id="container"></div>
    </body>
</html>
<!DOCTYPE html>
<!-- This file provides a simple example of directly embedding SVG into a page
     as well as pulling SVG in from an external file. -->
<html>
  <head>
    <!-- The svg.js file must be the first JavaScript file you pull into your
         page; provide the optional data-path attribute if the 
         svg.js/svg.swf/svg.htc files are stored in a different directory from
         where your HTML page is. -->
    <meta name="svg.render.forceflash" content="false">
    <script src="../../../src/svg.js" data-path="../../../src"></script>
  <script type="text/javascript" src="http://mootools.net/download/get/mootools-1.2.4-core-jm.js"></script>
    
    <!-- By default Flash is used for rendering on IE and the native SVG support
         is used on other browsers. You can override this and force Flash to
         do all the rendering on all browsers in two ways; either provide
         a META tag as follows:
         
         <meta name="svg.render.forceflash" content="true" />
         
         Or change the URL of your page to have the following query variable:
         
         helloworld.html?svg.render.forceflash=true
    -->
    
    <!-- Example JavaScript block that shows scripting our SVG -->
    <script type="text/javascript">
      window.onsvgload = function() {
        // SVG on the page should only be manipulated after the page is 
        // finished loading
        var buttons = document.getElementsByTagName('button');
        for (var i = 0; i < buttons.length; i++) {
          buttons[i].disabled = false;
        }
      }
      
      function changeColors() {
        // get elements from our embedded SVG first
        
        // use getElementById
        var circle = document.getElementById('myCircle');
        
        // change using setAttribute
        circle.setAttribute('stroke', 'green');
        
        // can also use style property
        circle.style.fill = '#8A2BE2';
        
        // change the value inside our SVG OBJECT now
        
        // use the 'contentDocument' property to navigate into the SVG OBJECT
        var doc = document.getElementById('mySVGObject').contentDocument;
        circle = doc.getElementById('myCircle');
        circle.style.fill = '#8A2BE2';
      }
      
      function changeText() {
        // use getElementsByTagNameNS to get our text from our embedded SVG
        
        // 'svgns' is a 'magic' variable that we make available; it is just
        // the SVG namespace 'http://www.w3.org/2000/svg' so you don't always
        // have to remember it.  We also make the variable 'xlinkns' available.
        var textElems = document.getElementsByTagNameNS(svgns, 'text');
        
        // change the text Hello World to Goodbye World
        for (var i = 0; i < textElems.length; i++) {
          if (textElems[i].childNodes[0].nodeValue == 'Hello World') {
            textElems[i].childNodes[0].nodeValue = 'Goodbye World';
          }
        }
        
        // change the text inside our SVG OBJECT as well
        var doc = document.getElementById('mySVGObject').contentDocument;
        textElems = doc.getElementsByTagNameNS(svgns, 'text');
        for (var i = 0; i < textElems.length; i++) {
          if (textElems[i].childNodes[0].nodeValue == 'Hello World') {
            textElems[i].childNodes[0].nodeValue = 'Goodbye World';
          }
        }
      }
    </script>
  </head>
  
  <body>
    
      <h2>This page tests to see if SVG Web and Mootools works together; if you see
          SVG images then it does, if you don't then it doesn't. You should also
          see an alert box popup saying that Mootols domready event has fired.</h2>

      <div style="margin-bottom: 1em; margin-top: 1em;">
        <button onclick="changeColors()" disabled>Change Colors</button>
        <button onclick="changeText()" disabled>Change Text</button>
        <p>Click on second circle to see message</p>
      </div>
    
      <!-- Directly embed SVG into your page by using a SCRIPT tag and
           setting the type attribute to "image/svg+xml". -->    
      <script type="image/svg+xml">
        <svg width="200" height="200"
             style="background-color: #D2B48C; display: block; margin-bottom: 5px;"
             id="embeddedSVG">
          <g id="myGroup" 
             fill="blue" 
             style="font-size: 18px; text-anchor: middle; font-family: serif;">
            <circle id="myCircle"
                    cx="100" cy="75" r="50"
                    stroke="firebrick"
                    stroke-width="3" />
            <text x="100" y="155">Hello World</text>
            <text x="100" y="175">From Embedded SVG!</text>
          </g>
        </svg>
      </script>
      <noscript>
        <h1>Optional fallback content goes here!</h1>
      </noscript>
      
      <!-- Embed an external SVG file using the following syntax; it must
           be done exactly as given, rather than using the EMBED tag. Change
           the data and src attributes to point to where your SVG file is
           relative to the HTML page. -->
      <!--[if !IE]>-->
        <object data="../../../samples/svg-files/helloworld.svg" type="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <!--<![endif]-->
      <!--[if lt IE 9]>
        <object src="../../../samples/svg-files/helloworld.svg" classid="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <![endif]-->
      <!--[if gte IE 9]>
        <object data="../../../samples/svg-files/helloworld.svg" type="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <![endif]-->
        </object>
           
    <div id="mycontent" style="display:none">testing MooTools</div>
    <div id="mybutton">show the test</div>
    <script>
    window.addEvent('domready', function() {
      alert('Mootools domready event fired!');
        $('mybutton').addEvent('click', function(event){
            $('mycontent').setStyle('display', 'block');
        });
    });
    </script>
  </body>
</html>
<!DOCTYPE html>
<!-- This file provides a simple example of directly embedding SVG into a page
     as well as pulling SVG in from an external file. -->
<html>
  <head>
    <!-- The svg.js file must be the first JavaScript file you pull into your
         page; provide the optional data-path attribute if the 
         svg.js/svg.swf/svg.htc files are stored in a different directory from
         where your HTML page is. -->
    <meta name="svg.render.forceflash" content="false">
    <script src="../../../src/svg.js" data-path="../../../src"></script>
  <script type="text/javascript" src="http://prototypejs.org/assets/2009/8/31/prototype.js"></script>
    
    <!-- By default Flash is used for rendering on IE and the native SVG support
         is used on other browsers. You can override this and force Flash to
         do all the rendering on all browsers in two ways; either provide
         a META tag as follows:
         
         <meta name="svg.render.forceflash" content="true" />
         
         Or change the URL of your page to have the following query variable:
         
         helloworld.html?svg.render.forceflash=true
    -->
    
    <!-- Example JavaScript block that shows scripting our SVG -->
    <script type="text/javascript">
      window.onsvgload = function() {
        // SVG on the page should only be manipulated after the page is 
        // finished loading
        var buttons = document.getElementsByTagName('button');
        for (var i = 0; i < buttons.length; i++) {
          buttons[i].disabled = false;
        }
      }
      
      function changeColors() {
        // get elements from our embedded SVG first
        
        // use getElementById
        var circle = document.getElementById('myCircle');
        
        // change using setAttribute
        circle.setAttribute('stroke', 'green');
        
        // can also use style property
        circle.style.fill = '#8A2BE2';
        
        // change the value inside our SVG OBJECT now
        
        // use the 'contentDocument' property to navigate into the SVG OBJECT
        var doc = document.getElementById('mySVGObject').contentDocument;
        circle = doc.getElementById('myCircle');
        circle.style.fill = '#8A2BE2';
      }
      
      function changeText() {
        // use getElementsByTagNameNS to get our text from our embedded SVG
        
        // 'svgns' is a 'magic' variable that we make available; it is just
        // the SVG namespace 'http://www.w3.org/2000/svg' so you don't always
        // have to remember it.  We also make the variable 'xlinkns' available.
        var textElems = document.getElementsByTagNameNS(svgns, 'text');
        
        // change the text Hello World to Goodbye World
        for (var i = 0; i < textElems.length; i++) {
          if (textElems[i].childNodes[0].nodeValue == 'Hello World') {
            textElems[i].childNodes[0].nodeValue = 'Goodbye World';
          }
        }
        
        // change the text inside our SVG OBJECT as well
        var doc = document.getElementById('mySVGObject').contentDocument;
        textElems = doc.getElementsByTagNameNS(svgns, 'text');
        for (var i = 0; i < textElems.length; i++) {
          if (textElems[i].childNodes[0].nodeValue == 'Hello World') {
            textElems[i].childNodes[0].nodeValue = 'Goodbye World';
          }
        }
      }
    </script>
  </head>
  
  <body>
    
      <h2>This page tests to see if SVG Web and Prototype works together; if you see
        SVG images then it does, if you don't then it doesn't. You should also
        see an alert box popup saying that Prototype's event listener worked when
        you click on the 'show the test' text at the bottom of the page.</h2>

      <div style="margin-bottom: 1em; margin-top: 1em;">
        <button onclick="changeColors()" disabled>Change Colors</button>
        <button onclick="changeText()" disabled>Change Text</button>
        <p>Click on second circle to see message</p>
      </div>
    
      <!-- Directly embed SVG into your page by using a SCRIPT tag and
           setting the type attribute to "image/svg+xml". -->    
      <script type="image/svg+xml">
        <svg width="200" height="200"
             style="background-color: #D2B48C; display: block; margin-bottom: 5px;"
             id="embeddedSVG">
          <g id="myGroup" 
             fill="blue" 
             style="font-size: 18px; text-anchor: middle; font-family: serif;">
            <circle id="myCircle"
                    cx="100" cy="75" r="50"
                    stroke="firebrick"
                    stroke-width="3" />
            <text x="100" y="155">Hello World</text>
            <text x="100" y="175">From Embedded SVG!</text>
          </g>
        </svg>
      </script>
      <noscript>
        <h1>Optional fallback content goes here!</h1>
      </noscript>
      
      <!-- Embed an external SVG file using the following syntax; it must
           be done exactly as given, rather than using the EMBED tag. Change
           the data and src attributes to point to where your SVG file is
           relative to the HTML page. -->
      <!--[if !IE]>-->
        <object data="../../../samples/svg-files/helloworld.svg" type="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <!--<![endif]-->
      <!--[if lt IE 9]>
        <object src="../../../samples/svg-files/helloworld.svg" classid="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <![endif]-->
      <!--[if gte IE 9]>
        <object data="../../../samples/svg-files/helloworld.svg" type="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <![endif]-->
        </object>
          
    <div id="mycontent" style="display:none">testing Prototype js</div>
    <div id="mybutton">show the test</div>
    <script>
    $('mybutton').observe('click', function() {
        alert('Prototypes event listener worked!');
        $('mycontent').show();
    });
    </script>
  </body>
</html>
<!DOCTYPE html>
<!-- This file provides a simple example of directly embedding SVG into a page
     as well as pulling SVG in from an external file. -->
<html>
  <head>
    <!-- The svg.js file must be the first JavaScript file you pull into your
         page; provide the optional data-path attribute if the 
         svg.js/svg.swf/svg.htc files are stored in a different directory from
         where your HTML page is. -->
    <meta name="svg.render.forceflash" content="false">
    <script src="../../../src/svg.js" data-path="../../../src"></script>
  <link href="http://www.extjs.com/deploy/dev/resources/css/ext-all.css" type="text/css" rel="stylesheet"/>
  <link href="http://www.extjs.com/deploy/dev/examples/shared/examples.css" type="text/css" rel="stylesheet"/>
  <script type="text/javascript" src="http://www.extjs.com/deploy/dev/adapter/ext/ext-base.js"></script>
  <script type="text/javascript" src="http://www.extjs.com/deploy/dev/ext-all.js"></script>
    
    <!-- By default Flash is used for rendering on IE and the native SVG support
         is used on other browsers. You can override this and force Flash to
         do all the rendering on all browsers in two ways; either provide
         a META tag as follows:
         
         <meta name="svg.render.forceflash" content="true" />
         
         Or change the URL of your page to have the following query variable:
         
         helloworld.html?svg.render.forceflash=true
    -->
    
    <!-- Example JavaScript block that shows scripting our SVG -->
    <script type="text/javascript">
      window.onload = function() {
        // SVG on the page should only be manipulated after the page is 
        // finished loading
        var buttons = document.getElementsByTagName('button');
        for (var i = 0; i < buttons.length; i++) {
          buttons[i].disabled = false;
        }
      }
      
      function changeColors() {
        // get elements from our embedded SVG first
        
        // use getElementById
        var circle = document.getElementById('myCircle');
        
        // change using setAttribute
        circle.setAttribute('stroke', 'green');
        
        // can also use style property
        circle.style.fill = '#8A2BE2';
        
        // change the value inside our SVG OBJECT now
        
        // use the 'contentDocument' property to navigate into the SVG OBJECT
        var doc = document.getElementById('mySVGObject').contentDocument;
        circle = doc.getElementById('myCircle');
        circle.style.fill = '#8A2BE2';
      }
      
      function changeText() {
        // use getElementsByTagNameNS to get our text from our embedded SVG
        
        // 'svgns' is a 'magic' variable that we make available; it is just
        // the SVG namespace 'http://www.w3.org/2000/svg' so you don't always
        // have to remember it.  We also make the variable 'xlinkns' available.
        var textElems = document.getElementsByTagNameNS(svgns, 'text');
        
        // change the text Hello World to Goodbye World
        for (var i = 0; i < textElems.length; i++) {
          if (textElems[i].childNodes[0].nodeValue == 'Hello World') {
            textElems[i].childNodes[0].nodeValue = 'Goodbye World';
          }
        }
        
        // change the text inside our SVG OBJECT as well
        var doc = document.getElementById('mySVGObject').contentDocument;
        textElems = doc.getElementsByTagNameNS(svgns, 'text');
        for (var i = 0; i < textElems.length; i++) {
          if (textElems[i].childNodes[0].nodeValue == 'Hello World') {
            textElems[i].childNodes[0].nodeValue = 'Goodbye World';
          }
        }
      }
    </script>
  </head>
  
  <body>
    
      <h2>This page tests to see if SVG Web and ExtJS work together; if you see
        SVG images then it does, if you don't then it doesn't. You should also
        see an alert box popup saying that ExtJS' onload event listener worked;
        also click on the 'show the test' text at the bottom of the page.</h2>

      <div style="margin-bottom: 1em; margin-top: 1em;">
        <button onclick="changeColors()" disabled>Change Colors</button>
        <button onclick="changeText()" disabled>Change Text</button>
        <p>Click on second circle to see message</p>
      </div>
    
      <!-- Directly embed SVG into your page by using a SCRIPT tag and
           setting the type attribute to "image/svg+xml". -->    
      <script type="image/svg+xml">
        <svg width="200" height="200"
             style="background-color: #D2B48C; display: block; margin-bottom: 5px;"
             id="embeddedSVG">
          <g id="myGroup" 
             fill="blue" 
             style="font-size: 18px; text-anchor: middle; font-family: serif;">
            <circle id="myCircle"
                    cx="100" cy="75" r="50"
                    stroke="firebrick"
                    stroke-width="3" />
            <text x="100" y="155">Hello World</text>
            <text x="100" y="175">From Embedded SVG!</text>
          </g>
        </svg>
      </script>
      <noscript>
        <h1>Optional fallback content goes here!</h1>
      </noscript>
      
      <!-- Embed an external SVG file using the following syntax; it must
           be done exactly as given, rather than using the EMBED tag. Change
           the data and src attributes to point to where your SVG file is
           relative to the HTML page. -->
 
      <!--[if !IE]>-->
        <object data="../../../samples/svg-files/helloworld.svg" type="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <!--<![endif]-->
      <!--[if lt IE 9]>
        <object src="../../../samples/svg-files/helloworld.svg" classid="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <![endif]-->
      <!--[if gte IE 9]>
        <object data="../../../samples/svg-files/helloworld.svg" type="image/svg+xml"
                width="200" height="200" id="mySVGObject"> <![endif]-->
        </object>
          
    <div id="mybutton">show the test</div>
    <div id="hello-win" class="x-hidden">
    
        <div class="x-window-header">Hello Dialog</div>
        <div id="hello-tabs">
            <!-- Auto create tab 1 -->
            <div class="x-tab" title="Hello World 1">
                <p>Hello...</p>
            </div>
            <!-- Auto create tab 2 -->
            <div class="x-tab" title="Hello World 2">
    
                <p>... World!</p>
            </div>
        </div>
    </div>

    <script>
    Ext.onReady(function(){
        var win;
        var button = Ext.get('mybutton');
    
        button.on('click', function(){
            // create the window on the first click and reuse on subsequent clicks
            if(!win){
                win = new Ext.Window({
                    applyTo:'hello-win',
                    layout:'fit',
                    width:500,
                    height:300,
                    closeAction:'hide',
                    plain: true,
    
                    items: new Ext.TabPanel({
                        applyTo: 'hello-tabs',
                        autoTabs:true,
                        activeTab:0,
                        deferredRender:false,
                        border:false
                    }),
    
                    buttons: [{
                        text:'Submit',
                        disabled:true
                    },{
                        text: 'Close',
                        handler: function(){
                            win.hide();
                        }
                    }]
                });
            }
            win.show(this);
        });
        
        alert('ExtJSs onload correctly fired!');
    });
    </script>
  </body>
</html>
<!DOCTYPE html>
<html>
<head>
<script src="../../../src/svg.js" data-path="../../../src" data-debug="true"></script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!--
-->
<script type="text/javascript">
</script>
<title>Example of svgDoc.getElementsByTagNameNS failing in IE</title>
</head>
<body>
<h1>The circles should be red</h1>
    <!--[if !IE]>-->
      <object data="issue424.svg" type="image/svg+xml"
              width="200" height="200" id="mySVGObject"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue424.svg" classid="image/svg+xml"
              width="200" height="200" id="mySVGObject"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue424.svg" type="image/svg+xml"
              width="200" height="200" id="mySVGObject"> <![endif]-->
      </object>

<script type="image/svg+xml">
  <svg id="embeddedSVG" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200" >
  <circle cx='60'  cy='80'  r='5' stroke='black' fill='none'/>
  <circle cx='80'  cy='80'  r='5' stroke='black' fill='none'/>
  <circle cx='100' cy='80'  r='5' stroke='black' fill='none'/>
  <circle cx='120' cy='80'  r='5' stroke='black' fill='none'/>
  <circle cx='140' cy='80'  r='5' stroke='black' fill='none'/>
  <circle cx='60'  cy='100' r='5' stroke='black' fill='none'/>
  <circle cx='80'  cy='100' r='5' stroke='black' fill='none'/>
  <circle cx='100' cy='100' r='5' stroke='black' fill='none'/>
  <circle cx='120' cy='100' r='5' stroke='black' fill='none'/>
  <circle cx='140' cy='100' r='5' stroke='black' fill='none'/>
  <circle cx='60'  cy='120' r='5' stroke='black' fill='none'/>
  <circle cx='80'  cy='120' r='5' stroke='black' fill='none'/>
  <circle cx='100' cy='120' r='5' stroke='black' fill='none'/>
  <circle cx='120' cy='120' r='5' stroke='black' fill='none'/>
  <circle cx='140' cy='120' r='5' stroke='black' fill='none'/>
  </svg>
</script>

<script type="text/javascript">
function toggleColours(){
  toggleColour(document.getElementById("mySVGObject").contentDocument);
  toggleColour(document);
}

function toggleColour(doc){
	var root = doc.getElementsByTagNameNS(svgns, 'svg')[0];	
	var circles = doc.getElementsByTagNameNS(svgns, 'circle');
	var suspendID = root.suspendRedraw(10*circles*length);
	for (var i = 0; i< circles.length; i++) {
		circles[i].setAttribute('fill','red');
	}
	root.unsuspendRedraw(suspendID);
}

window.onsvgload = function() {
	toggleColours();
}
</script>
</body></html>
<html>
<head>
<title>Issue 427 Test case</title>

<style>
object, embed, svg {
	border	: 1px solid red;
}
</style>

<script src="../../../src/svg.js" data-path="../../../src/"></script>
<script type="text/javascript">

var root;    
function init() {
	root = document.createElementNS(svgns, 'svg');
	root.setAttribute('width', '500');
	root.setAttribute('height', '500');
	root.setAttribute('viewBox', '0 0 500 500');
	root.addEventListener(window.svgweb ? 'SVGLoad' : 'load', function(evt) {
			root = this;
			
			var el = document.createElementNS(svgns, 'circle'); 
			el.setAttribute('cx', 50); 
			el.setAttribute('cy', 50); 
			el.setAttribute('r', 5); 
			el.setAttribute('fill', 'blue');
			
			root.appendChild(el);
		}, false);
	svgweb.appendChild(root, document.body);
};

function resize() {
	root.setAttribute('viewBox', '0 0 200 200');
	root.setAttribute('width', '200');
	root.setAttribute('height', '200');

}
</script>
</head>
<body onsvgload="init();">
<div>
	<button type="button" onclick="resize()">Resize</button>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
<head>
  <script src="../../../src/svg.js" data-path="../../../src"></script>
  <script type="text/javascript">
  function init () {
    var svgUrl = '../../../samples/svg-files/helloworld.svg';
        
    var container = document.getElementById("svgcontainer");

    var obj = document.createElement('object', true);
    obj.setAttribute('type', 'image/svg+xml');
    obj.setAttribute('data', svgUrl);
    obj.setAttribute('width', '100%');
    obj.setAttribute('height', '100%');
    obj.addEventListener(window.svgweb ? 'SVGload' : 'load', function() {
        window.alert("SVG loaded, resizing container");
        container.style.width = '300px';
      }, false);
            
    svgweb.appendChild(obj, container);
  }
     </script>
</head>
<body onsvgload="init();">
     <div id="svgcontainer" style="border:solid 1px black; width:500px; height:500px">
     </div>
</body>
</html>

<!-- map does not work at all with DOCTYPE html -->

<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="svg.render.forceflash" content="true">
<script src="../../../src/svg.js" data-path="../../../src/svg.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
  function initialize() {
    var latlng = new google.maps.LatLng(-34.397, 150.644);
    var myOptions = {
      zoom: 8,
      center: latlng,
      mapTypeId: google.maps.MapTypeId.ROADMAP
    };
    var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
  }
</script>
</head>
<body onload="initialize();">
  <h2>Tests to see if SVG Web and Google Maps collide; if things work you should see
      a Google Map on the page -- if you don't then there is a problem.</h2>
  <div id="map_canvas" style="width:100%; height:100%"></div>
</body>
</html>
<!DOCTYPE html>
<html>
  <head>
    <script src="../../../src/svg.js" data-path="../../../src/" type="text/javascript"></script>

    <script type="text/javascript">
      function on_appstartup() {
          var obj = document.getElementById('myobj');
          var svgDoc = obj.contentDocument;
          var svgRoot = svgDoc.documentElement;
      }

      svgweb.addOnLoad(on_appstartup);
    </script>
  </head>
  <body>
    <!--[if !IE]>-->
      <object data="issue548.svg" type="image/svg+xml"
              width="100%" height="100%" id="svgObj"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue548.svg" classid="image/svg+xml"
              width="100%" height="100%" id="svgObj"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue548.svg" type="image/svg+xml"
              width="100%" height="100%" id="svgObj"> <![endif]-->
      </object>

  </body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <script src="../../../src/svg.js" data-path="../../../src/" type="text/javascript"></script>

    <script type="text/javascript">
      function on_appstartup() {
          var obj = document.getElementById('myobj');
          var svgDoc = obj.contentDocument;
          var svgRoot = svgDoc.documentElement;
          var anim1 = svgDoc.createElementNS(svgns, 'animate');
          svgRoot.appendChild(anim1);
      }

      svgweb.addOnLoad(on_appstartup);
    </script>
  </head>
  <body>
    <!--[if !IE]>-->
      <object data="issue556.svg" type="image/svg+xml"
              width="100%" height="100%" id="myobj"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue556.svg" classid="image/svg+xml"
              width="100%" height="100%" id="myobj"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue556.svg" type="image/svg+xml"
              width="100%" height="100%" id="myobj"> <![endif]-->
      </object>

  </body>
</html>

<!DOCTYPE html>
<html>
  <!-- Tests using an javaScript to create multiple objects, and manipulating it through
       JavaScript -->

 <head>

   <script src="../../../src/svg.js" data-path="../../../src/"></script>
   
   <script>
     if (!window.svgns) {
       window.svgns = "http://www.w3.org/2000/svg";
     }
     function objLoadFunc1() {
       var doc = document.getElementById('mySVG1').contentDocument;
                    
       // use some JavaScript to animate the rectangles over and over
       window._counter1 = 1;
       window.setInterval(function() {
         var rect = doc.getElementById('myRect');
         var fill;
         if (window._counter1 % 2 == 0) {
           fill = 'yellow';
         } else {
           fill = 'green';
         }
         rect.setAttribute('fill', fill);
         
         rect = doc.getElementsByTagNameNS(svgns, 'rect')[0];
         if (window._counter1 % 2 == 0) {
           fill = 'blue';
         } else {
           fill = 'brown';
         }
         rect.setAttribute('fill', fill);

         window._counter1++;
       }, 100);
     }

     function objLoadFunc2() {
       var doc = document.getElementById('mySVG2').contentDocument;
                    
       // use some JavaScript to animate the rectangles over and over
       window._counter2 = 1;
       window.setInterval(function() {
         var rect = doc.getElementById('myRect');
         var fill;
         if (window._counter2 % 2 == 0) {
           fill = 'yellow';
         } else {
           fill = 'green';
         }
         rect.setAttribute('fill', fill);
         
         rect = doc.getElementsByTagNameNS(svgns, 'rect')[0];
         if (window._counter2 % 2 == 0) {
           fill = 'blue';
         } else {
           fill = 'brown';
         }
         rect.setAttribute('fill', fill);

         window._counter2++;
       }, 100);
     }

     function loadFunc() {
       var obj = document.createElement('object', true);
       obj.id = 'mySVG1';
       obj.setAttribute('type', 'image/svg+xml');
       obj.setAttribute('data', 'issue564.svg');
       obj.setAttribute('width', '250');
       obj.setAttribute('height', '150');

       var eventName = 'load';
       if (window.svgweb && window.svgweb.getHandlerType() == 'flash') {
          eventName = 'SVGLoad';
       }
       obj.addEventListener(eventName, objLoadFunc1, false);

       var container = document.getElementById('svgDiv1');
       if (window.svgweb) {
         svgweb.appendChild(obj, container);
       } else {
         container.appendChild(obj);
       }


       obj = document.createElement('object', true);
       obj.id = 'mySVG2';
       obj.setAttribute('type', 'image/svg+xml');
       obj.setAttribute('data', 'issue564.svg');
       obj.setAttribute('width', '250');
       obj.setAttribute('height', '150');
       obj.addEventListener(eventName, objLoadFunc2, false);

       container = document.getElementById('svgDiv2');
       if (window.svgweb) {
         svgweb.appendChild(obj, container);
       } else {
         container.appendChild(obj);
       }
     }

     if (window.svgweb) {
        svgweb.addOnLoad(loadFunc);
     }
     else {
        window.addEventListener('load', loadFunc, false);
     }

   </script>
 </head>

 <body>
   
   <h1>Tests added SVG using an OBJECT element created with JavaScript, and manipulating it through
        JavaScript</h1>
   <div id="svgDiv1">
   <!-- SVG Goes here -->
   </div>

   <div id="svgDiv2">
   <!-- SVG Goes here -->
   </div>
 </body>
</html>
<!DOCTYPE html>
<html>
  <head>
    <script src="../../../src/svg.js" data-path="../../../src/" type="text/javascript"></script>
  </head>
  <body>
    <!--[if !IE]>-->
      <object data="issue567.svg" type="image/svg+xml"
              width="100%" height="100%" id="svgObj"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue567.svg" classid="image/svg+xml"
              width="100%" height="100%" id="svgObj"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue567.svg" type="image/svg+xml"
              width="100%" height="100%" id="svgObj"> <![endif]-->
      </object>
  </body>
</html>

<!DOCTYPE html>
<html>

	<head>
		
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
				
		<title>SVG web: Issue 225  - transform mouse to object coordinates (slider)</title>

		<script src="../../../src/svg.js"></script>
		
		<script type="text/javascript">
		
// Slider Code Example from Holger Will
// http://www.treebuilder.de/default.asp?file=67211.xml		
		
function scrollBar(x,y,w,h,func,min,max){
var svgns = "http://www.w3.org/2000/svg";
this.w=w
this.h=h
this.x=x
this.y=y
this.value=min
var g = document.createElementNS(svgns,"g")
var re = document.createElementNS(svgns,"rect")
var ci = document.createElementNS(svgns,"circle")
re.setAttribute("x",x)
re.setAttribute("y",y)
re.setAttribute("width",w)
re.setAttribute("height",h)
ci.setAttribute("cx",x + w/2)
ci.setAttribute("cy",y + w/2)
ci.setAttribute("r",w/2)
ci.setAttribute("fill","red")
var svg=this
this.ci=ci
g.appendChild(re)
g.appendChild(ci)
this.svg=g

this.startSlide= function(){
root.addEventListener("mousemove",svg.slide,false)
root.addEventListener("mouseup",svg.stopSlide,false)
}

this.stopSlide= function(){
root.removeEventListener("mousemove",svg.slide,false)
root.removeEventListener("mouseup",svg.stopSlide,false)
}

this.slide = function(evt){
try{var m=svg.ci.parentNode.getScreenCTM()
}catch(e){
var m=getScreenCTM(svg.ci.parentNode)}
var p=root.createSVGPoint()
p.x=evt.clientX
p.y=evt.clientY
p=p.matrixTransform(m.inverse())

if(p.y <= (y + h - w/2) && p.y >= y + w/2){
svg.ci.setAttribute("cy",p.y)
ra=min + (p.y - y - w/2)*(max-min) / (h-w)
func(ra)
svg.value=ra
}
}

ci.addEventListener("mousedown",this.startSlide,false)
}


function change(val){
document.getElementById("tx").firstChild.nodeValue=val
}

function init(){
sl=new scrollBar(50,25,10,100,change,100,10)
document.getElementById("ip").appendChild(sl.svg)
root = document.getElementById("svgroot");
}
		
		</script>

	</head>


	<body onsvgload="init()">
	
	<h1>Holger Will's Slider Example</h1>
	
		<script type="image/svg+xml">
		
			<svg  id="svgroot" viewBox="-50 -50 350 350" width="100%" height="100%">
		
				<text id="tx" x="0" y="150">x</text>
			
				<g id="ip" transform="rotate(15)">
			
				</g>

			</svg>
		
		</script>
		
	</body>
	
</html>
<!DOCTYPE html>
<html>

	<head>
		
		<title>SVG Web: Issue 575 "line-cap defaults to round"</title>

		<script src="../../../src/svg.js" data-path="../../../src"></script>
		
	</head>

	<body>

		<script type="image/svg+xml">
		
			<svg viewBox="0 0 800 600" width="800px" height="600px">
			
			<g stroke-width="15" stroke="green">
			
			<line x1="30"  y1="300" x2="90"  y2="100" />
			<line x1="90"  y1="300" x2="150" y2="100" stroke-linecap="round" stroke-linejoin="miter"/>
    		<line x1="150" y1="300" x2="210" y2="100" stroke-width="30" stroke-linecap="square" stroke-linejoin="miter"/>
		    <line x1="210" y1="300" x2="270" y2="100" stroke-linecap="butt"  stroke-linejoin="miter"/>
	
			</g>
	
		</svg>
		
		</script>
		
	</body>
	
</html>
<!DOCTYPE html>
<html>
  <head>
    <script src="../../../src/svg.js" data-path="../../../src/" type="text/javascript"></script>

    <script type="text/javascript">
      function on_appstartup() {
          var obj = document.getElementById('myobj');
          var svgDoc = obj.contentDocument;
          var svgRoot = svgDoc.documentElement;
          var anim1 = svgDoc.getElementById('animOnClick1');
          //anim1.beginElement();
      }

      svgweb.addOnLoad(on_appstartup);
    </script>
  </head>
  <body>
    <!--[if !IE]>-->
      <object data="issue576.svg" type="image/svg+xml"
              width="100%" height="100%" id="svgObj"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue576.svg" classid="image/svg+xml"
              width="100%" height="100%" id="svgObj"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue576.svg" type="image/svg+xml"
              width="100%" height="100%" id="svgObj"> <![endif]-->
      </object>

  </body>
</html>

<!DOCTYPE html>
<html>
  <!--using forceflash breaks this page. square does not show up-->
  <head>
    <title>square</title>
    <script src="../../../src/svg.js" data-path="../../../src"></script>
   <script>
  
  window.onsvgload = function () {
  
    //container is the object element used to load the SVG document
    var container = document.getElementById('container');
    container.setAttribute("width", 500);
    container.setAttribute("height", 500);

    //get the SVG Document 
    var doc = container.contentDocument;
    doc.firstChild.setAttribute("width", 500);
    doc.firstChild.setAttribute("height", 500);
    //doc.firstChild.setAttribute("viewBox", "0 0 500 500");

    //create an instance of the square
    var square = doc.createElementNS(svgns, 'use');
    square.setAttributeNS(xlinkns, 'xlink:href', "#square");
    square.setAttribute("style", "fill:red");
    //append to SVG document
    doc.documentElement.appendChild(square);
  };
   </script>
  </head>
  <body style="margin:0">
    <!--[if !IE]>-->
      <object data="issue580.svg" type="image/svg+xml" id="container"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue580.svg" classid="image/svg+xml" id="container"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue580.svg" type="image/svg+xml" id="container"> <![endif]-->
      </object>

  </body>
</html>

<!DOCTYPE html>
<html>

	<head>
		
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		
		<title>SVG Web: r1283 regression eventListener</title>

		<script src="../../../src/svg.js" data-path="../../../src/"></script>

		<script type="text/javascript">

		function loadListener() {
		
		    var newRect = document.getElementById("testRect");
		    newRect.addEventListener('click', function(evt) {
            /* debug code
            console.log("In click event handler");
            console.log("evt.target: " + evt.target);
            console.log("typeof evt.target.id: " + typeof(evt.target.id));
            */
                                                          alert(evt.target.id);
                                                          }, false);
		
		}

		</script>
		
	</head>

	<body onsvgload="loadListener()">
	
	<h1>Click the rectangle to alert its ID</h1>
	
		<script type="image/svg+xml">
		
			<svg viewBox="0 0 640 480" width="640px" height="480px">
			
				<rect id="testRect" x="50" y="50" width="250" height="300" stroke-width="30" stroke="cyan" fill="pink" fill-opacity="0.9"/>

			</svg>
		
		</script>
				
	</body>
	
</html>
<!DOCTYPE html>
<html>
<!-- manifest="pyramid.manifest" -->
	<head>

		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<link rel="canonical" href="http://www.destatis.de/bevoelkerungspyramide/"/>
		<title>12. Koordinierte Bevölkerungsvorausberechnung (beta)</title>
		<script src="../../../src/svg.js" data-path="../../../src"></script>

<style type="text/css">

html,body  {height:100%; padding: 0; margin: 0; color: #000; font-size: 12px; background-color: #888; font-family: Arial, sans-serif; }

#vertical{
	float:left;
	height:50%;
	margin-top:-289px;/* half vertical height*/
	width:100%; }
#app {	width:961px;
	margin-left:auto;
	margin-right:auto;
	height:578px;
	clear:both; }

#pyramid { float: left; background-color: #ffffff; height: 565px; width: 525px; padding-top: 10px;}

#meta { word-spacing: -1px; padding-right: 25px; padding-left: 25px; padding-top: 65px; padding-bottom: 10px; line-height: 125%; font-size: 14px; position: relative; top: 0; float: right; height: 500px; width: 380px; background-color: #ececec;}

#logo {position: absolute; background-color: #fff; top: 0px; left: 0px; width: 410px; padding-right: 20px;}

a:link, a:visited { color: #2c59b2; text-decoration:none; }
a:hover, a:active {color: #ff2e28;}

#controlls {height: 31px; width: 480px;margin-left: 15px;margin-top: 10px; clear: both;}
#buttonPause {position: relative; left: 50px; float: left; font-size: 14px;}
#buttonPlay {position: relative; right: 50px; float: right; font-size: 14px;}
#yearControl {text-align: center;}
#languageControl {  float: left; margin-left: 10px;}
                                                                                             
#data { margin-bottom: 35px; padding: 5px; position: relative; background-color: #ccc; top: 20px; height: 110px; width: 340px;display:block;}

#dynamicTextGroup {padding-left: 15px; padding-bottom: 6px; padding-right: 5px; padding-top: 4px; margin-bottom: 35px; position: relative; background-color: #fff; top: 20px; height: 110px; width: 300px; display:none;}

#displayCurrentYear {background-color: #ccc; font-size: 12px;}
#displayAge {font-size: 16px; font-weight: bold;}
#displayBirthYear {font-size: 14px;}

#countData { margin-top: 40px; margin-left: 175px; font-size: 12px; line-height: 95%;}
#yearData { float: left;  }
#variantControl { float: left; margin-right: 10px; }

table { margin-left: 8px; text-align: right; border-width: 1px; }
td { width: 45px; padding: 3px;}
tr {background-color: white;}
.head { background-color: #fffee1; font-weight: bold;}
.left { padding-left: 8px; text-align: left;}
/*
#altQtxt {font-size: 12px;line-height: 95%;font-weight: normal;}
*/
ul {margin-bottom: 0; margin-top: 0; clear: both;}
li { margin-bottom: 6px; }
h3 {font-size: 16px; font-weight: bold;}
h4 { margin-left: 10px; margin-bottom: 5px; margin-right: 0px; margin-top: 2px; font-size: 12px; font-weight: bold;}

@media print {
	.slide { display:none;}
	#mainpyramid { opacity:1;}
	}

</style>

		<script type="text/javascript" src="issue596.js" charset="utf-8"></script>

		<script type="text/javascript">

var myBars= { male:[], female:[], smale:[], sfemale:[] };

var popData  = new Array(); // the currently selected dataset resides here
var stat100plus =  new Array();
var stattotal = new Array();
var assumptions = new Array(); // some innerHTML will be stored here

var startYear = 1950;
var NrRecords = 110;  	// typically number of consecutive years
var changeColor = 59; 	// color changes when projection begins
var the_count = 59;   	// defines data-column when pyramid is loaded
			// the_count + startYear = currently displayed year
var speed = 400;
var scale = 2.8;   // data in thousand

var selectedLanguage;
var selectedVariant = 0; // default variant when loaded, must match variantLoaded
var variantLoaded = [1,0,0,0];  // keeps track which dataset has been loaded
				  // each external js file will set a flag here

var variantNames = ['1w1','1w2','3w2','6w1']; // variant '1w1' will be loaded and displayed by default

var pastMcolor = "#333366";
var pastFcolor = "#660066";
var futureMcolor =  "#336699";
var futureFcolor =  "#990066";
var highlight = "#FFCC33";

var oldPastColor = "#FFAA33";
var mediumPastColor = "#338822";
var oldFutureColor = "#FFCC33";
var mediumFutureColor = "#669933";

var youngPastColor = "#bbbbbb";
var youngFutureColor = "#cccccc";

var fixedage;		// mouseover-age when clicked on pyramid
var fixedcount = -9;    // the_count when clicked
			// -9 for clearing out highlighted age-band
var the_timeout;
var indYear;

var upperAge = 65;
var lowerAge = 20;
var up = upperAge;
var low = lowerAge;

var agegroupactive = 0; 
var symPyrPresent = 0; // turns 1 once SymPyramid is created
var surplus = 0; // display-state of symmetric pyramid for sexsurplus (on-off)

var	DOMykeyLow = null;
var	DOMykeyUp = null;
var	DOMtxLow = null;
var	DOMtxMed = null;
var	DOMtxUp = null;
var	DOMdynamicTextGroup = null;
var	DOMdata = null;
var	DOMdisplayCurrentYear = null;
var	DOMdisplayAge = null;
var	DOMdisplayBirthYear = null;
var	DOMpopcountM = null;
var	DOMpopcountF = null;
var	DOMsexratio = null;
var	DOMsymetricPyramid = null;
var	DOMheadline = null;
var	DOMtotals = null;
var	DOMyoungAbs = null;
var	DOMmediumAbs = null;
var	DOMoldAbs = null;
var	DOMyoungPerc = null;
var	DOMmediumPerc = null;
var	DOMoldPerc = null;
var	DOMaltQ = null;
var	DOMip = null;
var	DOMykey = null;
var	DOMmainpyramid = null;
var	DOMaltQtxt = null;
var	DOMtxtAssumptions = null;
var	SVGroot = null;


function domReferences() {
// globally save static DOM references
	DOMykeyLow = document.getElementById('ykeyLow');
	DOMykeyUp = document.getElementById('ykeyUp');
	DOMtxLow = document.getElementById("txLow");
	DOMtxMed = document.getElementById("txMed");
	DOMtxUp = document.getElementById("txUp");
	DOMdynamicTextGroup = document.getElementById('dynamicTextGroup');
	DOMdata = document.getElementById('data');
	DOMdisplayCurrentYear = document.getElementById('displayCurrentYear');
	DOMdisplayAge = document.getElementById('displayAge');
	DOMdisplayBirthYear = document.getElementById('displayBirthYear');
	DOMpopcountM = document.getElementById('popcountM');
	DOMpopcountF = document.getElementById('popcountF');
	DOMsexratio = document.getElementById('sexratio');
	DOMsymetricPyramid = document.getElementById('symetricPyramid');
	DOMheadline = document.getElementById('headline');
	DOMtotals = document.getElementById('totals');
	DOMyoungAbs = document.getElementById("youngAbs");
	DOMmediumAbs = document.getElementById("mediumAbs");
	DOMoldAbs = document.getElementById("oldAbs");
	DOMyoungPerc = document.getElementById("youngPerc");
	DOMmediumPerc = document.getElementById("mediumPerc");
	DOMoldPerc = document.getElementById("oldPerc");
	DOMaltQ = document.getElementById("altQ");
	DOMip = document.getElementById('ip');
	DOMykey = document.getElementById('ykey');
	DOMmainpyramid = document.getElementById('mainpyramid');
	DOMtxtAssumptions = document.getElementById('txtAssumptions');
	SVGroot = document.getElementById('root');
	//DOMageSliderToggle = document.getElementById('ageSliderToggle');
	}


////////////////////////
// begin localized texts

var languages = ['en','de','es','ru','fr'];

var txt03country = ['Germany','Deutschland','Alemania','Германия','Allemagne'];
var txt04men = ['Men','Männer','Varones','Мужчины','Hommes'];
var txt05women = ['Women','Frauen','Mujeres','Женщины','Femmes'];
var txt06thousand = ['thousand','Tausend','Miles','тысяч','Milliers'];
var txt07total = ['Total','Gesamt','Total','Всего','Total'];
var txt08aged = ['yrs old','jährige','edad','-летние','ans'];
var txt09born = ['born','geboren','nacidos','год рождения:','nés en'];
var txt10sexratio = ['Sex Ratio W/M','Proporz F/M','Proporción M/V','Соотношение ж/м','proportion f/h'];
var txt11agestructure = ['Age Structure','Altersaufbau','Estructura de edad','Возрастная структура','Pyramide des âges'];
var txt12coordpp = ['12th coordinated Population Projection','12. koordinierte Bevölkerungsvorausberechnung','12. Proyección coordinada de la población','12-й координированный прогноз населения','12ème Projection coordonnée de la population'];
var txt14animation = ['Animation','Animation','Animación','анимация','Animation'];
var txt16play = ['Play','Start','Comienzo','Старт','Démarrage'];
var txt17pause = ['Pause','Pause','Pausa','Пауза','Pause'];
var txt20agegroupcount = ['Age-groups','Altersgruppen','Grupos de edad','Возрастные группы',"Groupes d'âges"];
var txt21adjustage = ['Change Age-Groups','Altersgruppen ändern','Cambiar grupos de edad','Возрастные группы изменить',"Modifier les groupes d'âges"];
var txt23sexsurplus = ['Highlight surplus of men or women','Frauen- bzw. Männer-Überschuss anzeigen','Mostrar el exceso de mujeres o de varones','Показать женский/мужской перевес',"Afficher l'excédent d'hommes/de femmes"];
var txt25variant = ['Variant', 'Variante', 'Variante', 'Вариант','Variante'];
var txt26mill = ['Mill.','Mill.','Mill.','млн.','millions'];
var txt27param = ['Assumptions','Zu den Annahmen','Supuestos','к предположениям','Les hypothèses'];
var txt28AQ = ['Old-age dependency ratio','Altenquotient','es','Число лиц пенсионного возраста на 100 работоспособных','Taux de dépendance des personnes agées' ];
var txtpast = ['1950 to 2008: population updating','1950 bis 2008: Fortschreibung','es','1950-2008: текущий статистический учет населения','1950-2008: accroissement de la population'];
var txtfuture = ['2009 to 2060: population projection', '2009 bis 2060: Vorausberechnung','es','2009-2060: прогноз населения','2009-2060: projections'];

var lbl04men;
var lbl05women
var lbl07total;
var lbl08aged;
var lbl09born;
var lbl10sexratio;
var lbl11agestructure;
var lbl26mill;

// end localized texts
//////////////////////

function localize(local) {

	document.getElementById('lbl03country').firstChild.data=(txt03country[local]);
	document.getElementById('lbl04men').firstChild.data=(txt04men[local]);
	document.getElementById('lbl05women').firstChild.data=(txt05women[local]);
	document.getElementById('lbl06thousand1').firstChild.data=(txt06thousand[local]);
	document.getElementById('lbl06thousand2').firstChild.data=(txt06thousand[local]);
	document.getElementById('buttonPlay').firstChild.data=(txt16play[local]);
	document.getElementById('buttonPause').firstChild.data=(txt17pause[local]);
	document.getElementById('agegrouphead').firstChild.data=(txt20agegroupcount[local]);
	document.getElementById('txt12').firstChild.data=(txt12coordpp[local]);
	document.getElementById('txtMill').firstChild.data=(txt26mill[local]);
	document.getElementById('txtTotal').firstChild.data=(txt07total[local]);
	document.getElementById('altQtxt').title=txt28AQ[local];
	document.getElementById('txtPast').firstChild.data=(txtpast[local]);
	document.getElementById('txtFuture').firstChild.data=(txtfuture[local]);
	document.getElementById('showagediv').nextSibling.nodeValue=txt21adjustage[local];
	document.getElementById('sex_surplus').nextSibling.nodeValue=txt23sexsurplus[local];

	lbl04men = txt04men[local];
	lbl05women = txt05women[local];
	lbl07total = txt07total[local];
	lbl08aged  = txt08aged[local];
	lbl09born = txt09born[local];
	lbl10sexratio  = txt10sexratio[local];
	lbl11agestructure = txt11agestructure[local];
	lbl26mill = txt26mill[local];

	DOMheadline.firstChild.data = (lbl11agestructure + ": "+(startYear+the_count));

	assumptions = eval('v'+variantNames[selectedVariant]+'Assumptions');
	DOMtxtAssumptions.innerHTML = assumptions[local];

	selectedLanguage = local;
}


function createPyramid() {

	var males = document.getElementById('males');
	var females = document.getElementById('females');

	var fragM = document.createDocumentFragment(true);
	var fragF = document.createDocumentFragment(true);

	for (i=0;i<(100);i++)	{

    //create Males
    var newMRect = document.createElementNS(svgns,"rect");
    newMRect.setAttribute('x',(445-(5*i)));
    newMRect.setAttribute('y',0);
    newMRect.setAttribute('id','male'+(i));
    newMRect.setAttribute('width',5);
    newMRect.setAttribute('height',0);
    newMRect.addEventListener('mouseover', function(evt) { tellme(evt.target.id);}, false);
    newMRect.addEventListener('mouseout', function(evt) { emptyme(evt.target.id);}, false);
    newMRect.addEventListener('click', function(evt) { fixage(evt.target.id);}, false);

	myBars.male[i] = newMRect;
	fragM.appendChild(newMRect);

    //create Females
    var newFRect = document.createElementNS(svgns,"rect");
    newFRect.setAttribute('x',(0+(5*i)));
    newFRect.setAttribute('y',120);
    newFRect.setAttribute('id','femm'+(i));
    newFRect.setAttribute('width',5);
    newFRect.setAttribute('height',0);
    newFRect.addEventListener('mouseover', function(evt) { tellme(evt.target.id);}, false);
    newFRect.addEventListener('mouseout', function(evt) { emptyme(evt.target.id);}, false); 
    newFRect.addEventListener('click', function(evt) { fixage(evt.target.id);}, false);
                                       
   	myBars.female[i] = newFRect;
	fragF.appendChild(newFRect);
    }

    males.appendChild(fragM);
    females.appendChild(fragF);
}


function createSymPyramid() {
// creates the symmetric pyramid on top of the mainpyramid for display of sexsurplus, will be called only when needed 

	var smales = document.getElementById('smales');
	var sfemales = document.getElementById('sfemales');

	var fragMs = document.createDocumentFragment(true);
	var fragFs = document.createDocumentFragment(true);

	for (i=0;i<(100);i++)	{

    //create Males
    var newMsRect = document.createElementNS(svgns,"rect");
    newMsRect.setAttribute('x',(445-(5*i)));
    newMsRect.setAttribute('y',0);
    newMsRect.setAttribute('id','smale'+(i));
    newMsRect.setAttribute('width',5);
    newMsRect.setAttribute('height',0);

	myBars.smale[i] = newMsRect;
	fragMs.appendChild(newMsRect);

    //create Females
    var newFsRect = document.createElementNS(svgns,"rect");
    newFsRect.setAttribute('x',(0+(5*i)));
    newFsRect.setAttribute('y',120);
    newFsRect.setAttribute('id','femm'+(i));
    newFsRect.setAttribute('width',5);
    newFsRect.setAttribute('height',0);
                                       
   	myBars.sfemale[i] = newFsRect;
	fragFs.appendChild(newFsRect);        
    }

    smales.appendChild(fragMs);
    sfemales.appendChild(fragFs);
    
    symPyrPresent = 1;
}


function loadData(variantNr) {

	if (!variantLoaded[variantNr]) {

	var head= document.getElementsByTagName('head')[0];
	var script= document.createElement('script');
	script.type= 'text/javascript';
	script.charset= 'utf-8';
	script.src= '12kvb'+variantNames[variantNr]+'.js';
	head.appendChild(script);

	} else {

	loadVariant(variantNr)

	}
}


function loadVariant(variantNr) {

	popData = eval('v'+variantNames[variantNr]+'data');
	stat100plus = eval('v'+variantNames[variantNr]+'plus');
	stattotal = eval('v'+variantNames[variantNr]+'total');

	assumptions = eval('v'+variantNames[variantNr]+'Assumptions');
	DOMtxtAssumptions.innerHTML = assumptions[selectedLanguage];
	selectedVariant = variantNr;

	pyramid(the_count);

	}


function init()	{


	// prevent framing
	if(top.location!=location){top.location.href=document.location.href;}

	domReferences();
	hookEvent('pyramid', 'mousewheel', MouseWheel);
	document.getElementById('buttonPause').disabled=true;
	document.getElementById('buttonPlay').disabled=false;
	createPyramid();

	// make sure all dropdown menus are in their initial state, even after reload
	document.getElementById('variantControl').selectVariant.selectedIndex = 0;
	document.getElementById('yearControl').selectYear.selectedIndex = 6;


	var UIlanguage = 1;

	try {
	if (navigator.language.substring(0, 2)=='en') {UIlanguage = 0};
	if (navigator.language.substring(0, 2)=='de') {UIlanguage = 1};
	if (navigator.language.substring(0, 2)=='es') {UIlanguage = 2};
	if (navigator.language.substring(0, 2)=='ru') {UIlanguage = 3};
	if (navigator.language.substring(0, 2)=='fr') {UIlanguage = 4};
	} catch(e) {
	UIlanguage = 1
	}

	// we had to re-order the language menu
	// spanish translation incomplete
	if (UIlanguage == 4) {
	document.getElementById('languageControl').selectLanguage.selectedIndex = 2
	} else {
	document.getElementById('languageControl').selectLanguage.selectedIndex = UIlanguage;
	}

	localize(UIlanguage);

	loadVariant(0); // v1w1 statically loaded from this head

    //DOMageSliderToggle.addEventListener('mouseover', function() {showAgeSlider();}, false);
    //DOMageSliderToggle.addEventListener('mouseout',  function() {hideAgeSlider();}, false);

}


// Mousewheel Scrolling thanks to
// http://blog.paranoidferret.com/index.php/2007/10/31/javascript-tutorial-the-scroll-wheel/

function hookEvent(element, eventName, callback)
{
  if(typeof(element) == "string")
    element = document.getElementById(element);
  if(element == null)
    return;
  if(element.addEventListener)
  {
    if(eventName == 'mousewheel')
    {
      element.addEventListener('DOMMouseScroll', 
        callback, false);  
    }
    element.addEventListener(eventName, callback, false);
  }
  else if(element.attachEvent)
    element.attachEvent("on" + eventName, callback);
}


function MouseWheel(e)
{
  e = e ? e : window.event;
  var wheelData = e.detail ? e.detail * -1 : e.wheelDelta;
  
  	if (wheelData > 0) {
		the_count += 1 
		if (the_count>NrRecords-2)	{
		the_count=0;}
		} else {
		the_count -= 1
		if (the_count<2)	{
		the_count=NrRecords;}
		};
	pyramid(the_count)
}


function tellme(mouseoverID)	{
// mouseover the pyramid triggers this function
	var age = mouseoverID.substring(4);
		DOMdynamicTextGroup.style.display = 'block';
		DOMdata.style.display = 'none';
		myBars.male[age].setAttribute('fill',highlight); 
		myBars.female[age].setAttribute('fill',highlight);
		var popM = popData[0][age][the_count];
		var popF = popData[1][age][the_count];
		var sexR = (Math.round(popF/popM*100))/100;
		var currentYear = startYear+the_count;
		var born = currentYear-age;
		DOMdisplayCurrentYear.firstChild.data=(currentYear);
		DOMdisplayAge.firstChild.data=(age+" "+lbl08aged);
		DOMdisplayBirthYear.firstChild.data=(lbl09born+" "+born);
		DOMpopcountM.firstChild.data=(lbl04men+":  "+popM+" 000");
		DOMpopcountF.firstChild.data=(lbl05women+":  "+popF+" 000");
		DOMsexratio.firstChild.data=(lbl10sexratio+": "+sexR);
	}


function fixage(clickID) {
// clicking the pyramid triggers this function
// the highlighted age-band shell persist and move through the animated pyramid
	var age = clickID.substring(4);
	fixedage = age - 0; // get age as an integer 
	fixedcount = the_count - 0 // combination of age + year when clicked is preserved
}


function emptyme(mouseoutID)	{
	var age = mouseoutID.substring(4);
	//selectedage = 199;
	DOMdynamicTextGroup.style.display = 'none';
	DOMdata.style.display = 'block';
	if (the_count<changeColor)	{
		myBars.male[age].setAttribute('fill',pastMcolor); 
		myBars.female[age].setAttribute('fill',pastFcolor);
		}
	else	{
		myBars.male[age].setAttribute('fill',futureMcolor); 
		myBars.female[age].setAttribute('fill',futureFcolor);
		}
}


function sexsurplus() {

	if (symPyrPresent==0) {
		createSymPyramid()
		}

	DOMsymetricPyramid.setAttribute('display','block');
	surplus=1;
	pyramid(the_count)
	}

function surplusoff() {
	DOMsymetricPyramid.setAttribute('display','none');
	surplus=0;
	pyramid(the_count)
	} 


function pyramid(myYear)	{   

	var NrYears = 100;
	the_count = myYear;

    	if (fixedcount>-1)	{
		var selectedage = fixedage + the_count - fixedcount;
		DOMdynamicTextGroup.style.display = 'block';
		DOMdata.style.display = 'none';
		if (selectedage<0 || selectedage>99)	{
		fixedcount=-9;
		DOMdynamicTextGroup.style.display = 'none';
		DOMdata.style.display = 'block';
		}
		}

    var suspendID = SVGroot.suspendRedraw(5000);
    
		for (i=0;i<100;i++)	{

		var myMHeight = popData[0][i][myYear];
		var myFHeight = popData[1][i][myYear];

		myBars.male[i].setAttribute('height',myMHeight/scale); 
		myBars.female[i].setAttribute('height',myFHeight/scale);

		if (surplus==1) {

			if (myFHeight>myMHeight)	{
				var mySHeight = myMHeight;
			} else {
				var mySHeight = myFHeight;
			}

		myBars.smale[i].setAttribute('height',mySHeight/scale); 
		myBars.sfemale[i].setAttribute('height',mySHeight/scale); 

		}

			if (agegroupactive == 1) {
			if (myYear<changeColor)	{
			if (i<lowerAge) {
			myBars.male[i].setAttribute('fill',youngPastColor);
			myBars.female[i].setAttribute('fill',youngPastColor);
			}
			if (i>=lowerAge && i<upperAge) {
			myBars.male[i].setAttribute('fill',mediumPastColor);
			myBars.female[i].setAttribute('fill',mediumPastColor);
			}
			if (i>=upperAge) {
			myBars.male[i].setAttribute('fill',oldPastColor);
			myBars.female[i].setAttribute('fill',oldPastColor);
			}
		}
		else	{
			if (i<lowerAge) {
			myBars.male[i].setAttribute('fill',youngFutureColor);
			myBars.female[i].setAttribute('fill',youngFutureColor);
			}
			if (i>=lowerAge && i<upperAge) {
			myBars.male[i].setAttribute('fill',mediumFutureColor);
			myBars.female[i].setAttribute('fill',mediumFutureColor);
			}
			if (i>=upperAge) {
			myBars.male[i].setAttribute('fill',oldFutureColor);
			myBars.female[i].setAttribute('fill',oldFutureColor);
			}
		} 
	} else {
	if (selectedage==i)	{
		myBars.male[i].setAttribute('fill',highlight);
		myBars.female[i].setAttribute('fill',highlight);
		// updating dynamicTextGroup for fixed BirthYear
		popM = popData[0][i][the_count];
		popF = popData[1][i][the_count];
		sexR = (Math.round(popF/popM*100))/100;
		born = startYear+fixedcount-fixedage;
		DOMdisplayCurrentYear.firstChild.data=(startYear+the_count);
		DOMdisplayAge.firstChild.data=((startYear+the_count-born)+" "+lbl08aged);
		DOMdisplayBirthYear.firstChild.data=(lbl09born+" "+born);
		DOMpopcountM.firstChild.data=(lbl04men+":  "+popM+" 000");
		DOMpopcountF.firstChild.data=(lbl05women+":  "+popF+" 000");
		DOMsexratio.firstChild.data=(lbl10sexratio+": "+sexR);
	}
	else	{
		if (myYear<changeColor)	{
			myBars.male[i].setAttribute('fill',pastMcolor);
			myBars.female[i].setAttribute('fill',pastFcolor);
		}
		else	{
			myBars.male[i].setAttribute('fill',futureMcolor);
			myBars.female[i].setAttribute('fill',futureFcolor);
		} 
	}
	}
    } // end age-band loop (100 age years)

    SVGroot.unsuspendRedraw(suspendID);

	DOMheadline.firstChild.data = (lbl11agestructure + ": "+(startYear+the_count));
	DOMtotals.firstChild.data = stattotal[myYear];

	calcAgegroups()

    } // end pyramid function


function calcAgegroups() {

	var young = 0;
	var medium = 0;
	var old = 0;

	for (i=0;i<lowerAge;i++)	{
		young += popData[0][i][the_count] + popData[1][i][the_count];
	}
	for (j=lowerAge;j<upperAge;j++)	{
		medium += popData[0][j][the_count] + popData[1][j][the_count];
	}

	for (k=upperAge;k<100;k++)	{
		old += popData[0][k][the_count] + popData[1][k][the_count];
	}
	// var stat100plus = 100+ AGE GROUP (males and females)
	old = old + stat100plus[the_count];
	var sum = young + medium + old;

	var percYoung = Math.round(young/sum*100);
	var percMedium = Math.round(medium/sum*100);
	var percOld = Math.round(old/sum*100);

	var OldPercMed = Math.round(old/medium*100);

	DOMyoungAbs.firstChild.data=Math.round(young/100)/10;
	DOMmediumAbs.firstChild.data=Math.round(medium/100)/10;
	DOMoldAbs.firstChild.data=Math.round(old/100)/10;

	DOMyoungPerc.firstChild.data=percYoung;
	DOMmediumPerc.firstChild.data=percMedium;
	DOMoldPerc.firstChild.data=percOld;
	DOMaltQ.firstChild.data=OldPercMed;
}


function changeUpper(val){ 
	up = Math.round(val);
	if (up < low) {
		upperAge = low
		lowerAge = up
	} else {
		upperAge = up
	}
    ageDevider()
	pyramid(the_count)
	}

function changeLower(val){ 
	low = Math.round(val);
	if (low > up) {
		upperAge = low
		lowerAge = up
	} else {
		lowerAge = low
	}
	ageDevider()
	pyramid(the_count)
	}
	 
function ageDevider() {
	var yLow = 360-lowerAge*5;
	var yUp  = 360-upperAge*5;
	DOMykeyLow.setAttribute('y',yLow);
	DOMykeyUp.setAttribute('y',yUp);
	DOMykeyLow.firstChild.data=lowerAge;
	DOMykeyUp.firstChild.data=upperAge;
	DOMtxLow.firstChild.data="<"+lowerAge;
	DOMtxMed.firstChild.data=lowerAge+"–"+(upperAge-1);
	DOMtxUp.firstChild.data=upperAge+"+"; 
	}

function showAgeSlider() {
       DOMip.setAttribute('display','block');
       DOMykey.setAttribute('fill','#ccc');
       DOMykeyLow.setAttribute('display','block');
       DOMykeyUp.setAttribute('display','block');
       }
       
function hideAgeSlider() {
       DOMip.setAttribute('display','none');
       DOMykey.setAttribute('fill','#000');
       DOMykeyLow.setAttribute('display','none');
       DOMykeyUp.setAttribute('display','none');
       DOMmainpyramid.setAttribute('pointer-events','all');
       }


function loadAgegroupSlider() {
// reset selected year, hide dynamic text group
fixedcount=-9;
agegroupactive =1;
	DOMdynamicTextGroup.style.display = 'none';
	DOMdata.style.display = 'block';
       slUpper=new scrollBar(-270,-150,7,500,changeUpper,100,0,upperAge);
       DOMip.appendChild(slUpper.svg);
       slLower=new scrollBar(-270,-150,7,500,changeLower,100,0,lowerAge); 
       DOMip.appendChild(slLower.svg);
       DOMmainpyramid.setAttribute('pointer-events','none');
       showAgeSlider();
       pyramid(the_count);
       DOMtxLow.style.backgroundColor='#e0e0e0';
       DOMtxMed.style.backgroundColor='#94CC6B';
       DOMtxUp.style.backgroundColor='#ffd965'; 
       }


function removeAgegroupSlider() {
	hideAgeSlider();
	DOMip.removeChild(slUpper.svg);
	DOMip.removeChild(slLower.svg);
	agegroupactive = 0;
	pyramid(the_count);
	DOMtxLow.style.backgroundColor='#fffee1';
	DOMtxMed.style.backgroundColor='#fffee1';
	DOMtxUp.style.backgroundColor='#fffee1';
}


function animate()	{

document.getElementById('buttonPlay').disabled=true;
document.getElementById('buttonPause').disabled=false;

if (the_count<NrRecords-2)	{
the_count+=1;
pyramid(the_count);
the_timeout = setTimeout("animate();",speed);
}
else	{
the_count=0;
pyramid(the_count);
the_timeout = setTimeout("animate();",speed);
}
}


function stopani()	{
document.getElementById('buttonPlay').disabled=false;
document.getElementById('buttonPause').disabled=true;
clearTimeout(the_timeout);
}


function pyramidmenu(select) {
the_count = parseInt(select.value);
pyramid(the_count);
}


function force() {

		location += "?svg.render.forceflash=true";

	}
                    
//////////////////////////////////////
// Begin adapted Treebuilder 
// ! Slider Code 
// thanks to Holger Will of treebuilder.de
// see http://www.treebuilder.de/default.asp?file=67211.xml 

// this is for changing the age-groups

function scrollBar(x,y,w,h,func,min,max,setValue){

this.w=w // stroke-width of slider 'knob'
this.h=h // range in svg units
this.x=x
this.y=y
var g = document.createElementNS(svgns,"g")
var ci = document.createElementNS(svgns,"rect")
ci.setAttribute("x",x)
ci.setAttribute("y",y-w/2+(100-setValue)/(min-max)*h)
ci.setAttribute("rx",2) 
ci.setAttribute("ry",2) 
ci.setAttribute("height",w)
ci.setAttribute("width",510)
ci.setAttribute("fill","#36c")
ci.setAttribute("opacity",.5)
ci.setAttribute("class","slide")
var svg=this
this.ci=ci
g.appendChild(ci)
this.svg=g

this.startSlide= function(){
//event.preventDefault()
SVGroot.addEventListener("mousemove",svg.slide,false)
SVGroot.addEventListener("mouseup",svg.stopSlide,false)
}

this.stopSlide= function(){
SVGroot.removeEventListener("mousemove",svg.slide,false)
SVGroot.removeEventListener("mouseup",svg.stopSlide,false)
}

this.slide = function(evt){
try{var m=svg.ci.parentNode.getScreenCTM()
}catch(e){
var m=getScreenCTM(svg.ci.parentNode)}
var p=SVGroot.createSVGPoint()
p.x=evt.clientX
p.y=evt.clientY
p=p.matrixTransform(m.inverse())
if(p.y <= (y + h) && p.y >= y){
svg.ci.setAttribute("y",p.y-w/2)
ra=min + (p.y - y)*(max-min) / h
func(ra)
svg.value=ra
} 
}

ci.addEventListener("mousedown",this.startSlide,false)
}

// End (old) Treebuilder Slider Code 
////////////////////////////////////

</script>

</head>

<body onsvgload="init()">

<div id="vertical"><!-- see http://www.search-this.com/2008/05/15/easy-vertical-centering-with-css/ for centering the app inside the browser window --></div>

<div id="app">

	<div id="meta">

		<div id="logo">
		<img src="destatis-beta-logo.gif" alt="Logo für beta Tests" style="float: right;">
		</div>

		<h3 id="txt12">12. koordinierte Bevölkerungsvorausberechnung</h3>

		<p><span id="txtPast">Fortschreibung 1950 bis 2008</span><br><span id="txtFuture">Vorausberechnung 2009 bis 2060</span>		
		<p>
		
	  <form id="variantControl">
	  <select name="selectVariant" onchange="loadData((this.value-0))"> 
	  <option value="0">Variante 1-W1</option> 
	  <option value="1">Variante 1-W2</option> 
	  <option value="2">Variante 3-W2</option>
	  <option value="3">Variante 6-W1</option> 
	  </select>
	  </form>
		
		<div id="txtAssumptions">Die Annahmen:<p>
		
		<ul>
			<li>Geburtenhäufigkeit annähernd konstant<br>
			bei 1,4 Kindern je Frau</li>
			<li>Lebenserwartung Neugeborener im Jahr 2060:<br>
			85,0 Jahre für Jungen<br>
			89,2 Jahre für Mädchen</li>
			<li>Jährlicher Wanderungssaldo<br/>
			+ 100 000 Personen</li>
		</ul></div>
		
		<div id="data">
		<h4 id="agegrouphead">Altersgruppen</h4>
		    <table>
		    	<tr class="head">
		    		<td id="txLow">&lt;20</td>
		    		<td id="txMed">20–64</td>
		    		<td id="txUp">65+</td>
		    		<td id="txtTotal">Total</td>
		    		<td onclick="force()"><small><i>&nbsp;</i></small></td>
				<td id="altQtxt" title="Altenquotient">AQ</td>
		    	</tr>
		    	<tr>
		    		<td id="youngAbs">x</td>
		    		<td id="mediumAbs">x</td>
		    		<td id="oldAbs">x</td>
		    		<td id="totals">x</td>
		    		<td id="txtMill" class="left">Mill.</td>
				<td id="altQ">x</td>
		    	</tr>
		    	<tr>
		    		<td id="youngPerc">x</td>
		    		<td id="mediumPerc">x</td>
		    		<td id="oldPerc">x</td>
		    		<td>100</td>
		    		<td class="left">%</td>
				<td>&nbsp;</td>
		    	</tr>
		    </table>
		</div>
		
		<div id="dynamicTextGroup">

			<div id="yearData">
			<p id="displayCurrentYear">x</p>
			<p id="displayAge">x</p>
			<p id="displayBirthYear">x</p>
			</div>

			<div id="countData">
			<p id="popcountM">x</p>
			<p id="popcountF">x</p>
			<p id="sexratio">x</p>
			</div>

		</div>
		
		<form id="extras">
		<input id="showagediv" type="checkbox" onclick="if (this.checked) {loadAgegroupSlider()} else {removeAgegroupSlider()}" /> 
		Altersgrenzen ändern<br>
		<input id="sex_surplus" type="checkbox" onclick="if (this.checked) {sexsurplus()} else {surplusoff()}" /> 
		Frauen- bzw. Männerüberschuss anzeigen<p>
		</form>

		<p style="font-size: 11px; text-align: right;">© <a href="http://www.destatis.de/jetspeed/portal/cms/Sites/destatis/Internet/DE/Presse/pk/2009/Bevoelkerung/bevoelkerungsentwicklung2009__Uebersicht,templateId=renderPrint.psml">Statistisches Bundesamt 2009</a></p>
		
	</div> <!-- end meta div -->

	<div id="pyramid">

	<script type="image/svg+xml">
	
	<!-- background-color to work around jagged edges http://code.google.com/p/svgweb/issues/detail?id=156  -->
	<svg id="root" viewBox="-330 -152 620 460" width="520px" height="520px" style="background-color:#ffffff; display: block;">
  
	<g id="grid" style="stroke:rgb(153, 153, 153);stroke-width:1;" transform="translate(10 0)">

	<line x1="-5" y1="300" x2="260" y2="300"/>
	<line x1="-5" y1="250" x2="260" y2="250"/>
	<line x1="-5" y1="200" x2="260" y2="200"/>
	<line x1="-5" y1="150" x2="260" y2="150"/>
	<line x1="-5" y1="100" x2="260" y2="100"/>
	<line x1="-5" y1="50" x2="260" y2="50"/>
	<line x1="-5" y1="0" x2="260" y2="0"/>
	<line x1="-5" y1="-50" x2="160" y2="-50"/>
	<line x1="-5" y1="-100" x2="60" y2="-100"/>

	<line x1="-310" y1="300" x2="-45" y2="300"/>
	<line x1="-310" y1="250" x2="-45" y2="250"/>
	<line x1="-310" y1="200" x2="-45" y2="200"/>
	<line x1="-310" y1="150" x2="-45" y2="150"/>
	<line x1="-310" y1="100" x2="-45" y2="100"/>
	<line x1="-310" y1="50" x2="-45" y2="50"/>
	<line x1="-310" y1="0" x2="-45" y2="0"/>
	<line x1="-210" y1="-50" x2="-45" y2="-50"/>
	<line x1="-110" y1="-100" x2="-45" y2="-100"/>
	</g>

     <g id="mainpyramid" opacity="0.75" style="shape-rendering: crispEdges;">
     <g id="males" transform="rotate(90) translate(-100,40)">
     </g>
     <g id="females" transform="rotate(270) translate(-350,-110)">
     </g>
     </g>

     <g id="symetricPyramid" pointer-events="none" display="none" style="opacity:0.5;fill:white;stroke:none;shape-rendering: crispEdges;">
     <g id="smales" transform = "rotate(90) translate(-100 40)" >
     </g>
     <g id="sfemales" transform = "rotate(270) translate(-350 -110)">
     </g>
     </g>
     
	<g id="texts2" pointer-events="none">
	<text id="lbl03country" x="-15" y="-176" style="fill:black;font-size:20px;text-anchor:middle;font-family: Arial, sans-serif;">Deutschland</text>
	<text id="lbl04men" x="-100" y="130" style="fill:white;font-size:20px;font-weight:bold;text-anchor:middle;font-family: Arial, sans-serif;">Männer</text>
	<text id="lbl05women" x="75" y="130" style="fill:white;font-size:20px;font-weight:bold;text-anchor:middle;font-family: Arial, sans-serif;">Frauen</text>
	</g>

	<g style="fill:black;font-size:18px;text-anchor:middle;font-family: Arial, sans-serif;" transform="translate(-15 -5)" pointer-events="none">
	<g id="ykey" >
	<text x="0" y="360">0</text>
	<text x="0" y="310">10</text>
	<text x="0" y="260">20</text>
	<text x="0" y="210">30</text>
	<text x="0" y="160">40</text>
	<text x="0" y="110">50</text>
	<text x="0" y="60">60</text>
	<text x="0" y="10">70</text>
	<text x="0" y="-40">80</text>
	<text x="0" y="-90">90</text>
	<text x="0" y="-140">100</text>
	</g>
	<text id="ykeyLow" x="0" y="260" font-weight="bold" display="none">20</text>
	<text id="ykeyUp"  x="0" y="35"  font-weight="bold" display="none">65</text>
	</g>


	<g id="gridaxes" style="stroke:black;stroke-width:1;">
	<line x1="10" y1="350" x2="270" y2="350"/>
	<line x1="10" y1="350" x2="10" y2="-150"/>
	<line x1="-40" y1="350" x2="-40" y2="-150"/>
	<line x1="-300" y1="350" x2="-40" y2="350"/>
	</g>

	<g id="xkey" style="font-size:16px;text-anchor:middle;font-family: Arial, sans-serif;" pointer-events="none">

	<g id="xticks" style="stroke:black;stroke-width:1;">
	<line x1="-254" y1="350" x2="-254" y2="355"/>
	<line x1="-147" y1="350" x2="-147" y2="355"/>
	<line x1="117" y1="350" x2="117" y2="355"/>
	<line x1="224" y1="350" x2="224" y2="355"/>
	</g>

	<text id="xtick1" x="-254" y="370">600</text>
	<text id="xtick2" x="-147" y="370">300</text>
	<text id="xtick3" x="117" y="370">300</text>
	<text id="xtick4" x="224" y="370">600</text>

	<text id="lbl06thousand1" x="-200" y="380">Tausend</text>
	<text id="lbl06thousand2" x="170" y="380">Tausend</text>
	</g>

	<g id="labeltext" pointer-events="none">
	<text id="headline" x="-15" y="-205" font-size="24" text-anchor="middle" font-family="Arial, sans-serif">Altersaufbau</text>
	</g>

	<!-- 
	<rect id="ageSliderToggle" x="-325" y="-175" height="535" width="600" fill="cyan" fill-opacity="0" pointer-events="none" onmouseover="showAgeSlider()" onmouseout="hideAgeSlider()"/>

	Age-Group Slider Node -->
	<g id="ip" cursor="s-resize"> 
	</g>

	</svg>

	</script>  <!-- SVG ends here -->

		<div id="controlls">

			<form id="languageControl">
			  <select name="selectLanguage" onchange="localize(this.value-0)"> 
			  <option value="0">en</option>
			  <option value="1">de</option>
			  <option value="4">fr</option> 			  <!-- <option value="2">es</option> --> 
			  <option value="3">ru</option>

			  </select>
		    </form>

		<button id="buttonPause"  type="button" onclick="stopani()">Pause</button> 
		<button id="buttonPlay" type="button" onclick="animate()">Play</button>

			<form id="yearControl">
			  <select name="selectYear" onchange="pyramidmenu(this)"> 
			  <option value="0">1950</option>
			  <option value="10">1960</option>
			  <option value="20">1970</option> 
			  <option value="30">1980</option>
			  <option value="40">1990</option> 
			  <option value="50">2000</option>
			  <option value="60">2010</option> 
			  <option value="70">2020</option>
			  <option value="80">2030</option> 
			  <option value="90">2040</option>
			  <option value="100">2050</option> 
			  <option value="110">2060</option> 
			  </select>
		    </form>

		</div>

	</div> <!-- end pyramid div -->

</div> <!-- end app div -->

</body>

</html>
<!DOCTYPE html>
<html>

	<head>
		
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
				
		<title>SVG Web: Two independent sliders</title>

		<script src="../../../src/svg.js" data-path="../../../src"></script>
		
		<script type="text/javascript">
		
// Slider Code Example from Holger Will
// http://www.treebuilder.de/default.asp?file=67211.xml		
		
function scrollBar(x,y,w,h,func,min,max){
this.w=w
this.h=h
this.x=x
this.y=y
this.value=min
var g = document.createElementNS(svgns,"g")
var re = document.createElementNS(svgns,"rect")
var ci = document.createElementNS(svgns,"circle")
re.setAttribute("x",x)
re.setAttribute("y",y)
re.setAttribute("width",w)
re.setAttribute("height",h)
ci.setAttribute("cx",x + w/2)
ci.setAttribute("cy",y + w/2)
ci.setAttribute("r",w/2)
ci.setAttribute("fill","red")
var svg=this
this.ci=ci
g.appendChild(re)
g.appendChild(ci)
this.svg=g

this.startSlide= function(){
root.addEventListener("mousemove",svg.slide,false)
root.addEventListener("mouseup",svg.stopSlide,false)
}

this.stopSlide= function(){
root.removeEventListener("mousemove",svg.slide,false)
root.removeEventListener("mouseup",svg.stopSlide,false)
}

this.slide = function(evt){
try{var m=svg.ci.parentNode.getScreenCTM()
}catch(e){
var m=getScreenCTM(svg.ci.parentNode)}
var p=root.createSVGPoint()
p.x=evt.clientX
p.y=evt.clientY
p=p.matrixTransform(m.inverse())

if(p.y <= (y + h - w/2) && p.y >= y + w/2){
svg.ci.setAttribute("cy",p.y)
ra=min + (p.y - y - w/2)*(max-min) / (h-w)
func(ra)
svg.value=ra
}
}

ci.addEventListener("mousedown",this.startSlide,false)
}

function change1(val1){
document.getElementById("t1").firstChild.nodeValue=val1
}

function change2(val2){
document.getElementById("t2").firstChild.nodeValue=val2
}

function init(){
root = document.getElementById("svgroot");
sl1=new scrollBar(50,25,10,100,change1,100,10)
document.getElementById("ip1").appendChild(sl1.svg)
sl2=new scrollBar(350,25,10,100,change2,100,10)
document.getElementById("ip2").appendChild(sl2.svg)
}
		
	</script>

	</head>

	<body onsvgload="init()">
	
	<h1>The two sliders should behave independently</h1>
	<h3>(using Holger Will's Slider Example)</h3>
	<p>Sliders behave independently in native SVG renderer</p>
	<p>In Flash renderer, moving any of the two sliders at first works ok but on touching the second both sliders move together</p>
	
		<script type="image/svg+xml">
		
			<svg  id="svgroot" viewBox="-50 -50 800 600" width="800px" height="600px">
		
				<text id="t1" x="0" y="175">value1</text>
			
				<g id="ip1" transform="rotate(15)">
			
				</g>

				<text id="t2" x="350" y="150">value2</text>
			
				<g id="ip2" transform="rotate(15)">
			
				</g>

			</svg>
		
		</script>
		
	</body>
	
</html>
<!DOCTYPE HTML>
<html>

	<head>
		
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		
		<title>SVG Web: Issue 598</title>

		<script src="../../../src/svg.js" data-path="../../../src"></script>

		<script type="text/javascript">

		function displayRect() {
		
		    var rightRect = document.getElementById("testRectRight");
    	    rightRect.style.display='block';
		
			}

		</script>
		
	</head>

	<body>
	
	<h3>Click the rectangle to set display of 2nd rect from 'none' to 'block'</h3>
	
		<script type="image/svg+xml">
		
			<svg viewBox="0 0 640 480" width="640px" height="480px">
			
				<rect id="testRectLeft" x="50" y="50" width="250" height="300" stroke-width="30" fill="pink" 
					onclick="displayRect()" />

				<rect id="testRectRight" x="350" y="50" width="250" height="300" stroke-width="30" fill="cyan"
					style="display:none;" />

			</svg>
		
		</script>
				
	</body>
	
</html>
<!DOCTYPE html>
<html>

	<head>

		<meta charset="UTF-8">
		<meta name="keywords" content="Wahlatlas, Onlineatlas, Landtagswahl, ST, Sachsen-Anhalt, Kartographie, Scalable Vector Graphics, SVG"/>
		<meta name="description" content="Interaktive Karten zur Landtagswahl Sachsen-Anhalt 2011">
		<title>Atlas zur Landtagswahl Sachsen-Anhalt 2011 (20. März)</title>

		<script src="../../../src/svg.js" data-path="../../../src"></script>

<style type="text/css">

body  { line-height: 100%; margin: 0px; color: #000; font-size: 12px; background-color: #fffef4;
        font-family: Helvetica, Arial, sans;
       }

a:link, a:visited { color: #a8a8a8; text-decoration:none; }
a:hover, a:active { color: #4a4a4a; border-bottom-width: 1px; border-bottom-style: dotted; text-decoration: none; }

#map {top: 3px; left: 3px; width: 600px; height: 625px; float: left; position: absolute; background-color: #818181;}

#controlsContainer {top: 3px; padding-left: 18px; padding-right: 5px; left: 606px; width: 340px; height: 625px;
					background-color: #dddddd; float: right; position: absolute;
      				}

h1 { letter-spacing: 1px; font-weight: bold; margin-top: 21px; margin-bottom: 28px;
	color: #4f4c60; font-size: 21px; line-height: 120%;
	font-variant: small-caps; font-family: Georgia, serif;}
h3 {font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #3a3b4f;
	font-size: 12px;  margin-top: 10px; margin-bottom: 10px;}

.importnt {font-weight: bold;}

#wkrresults {top: 120px; position: absolute;}
#sieger {top: 280px; position: absolute;display: none;}
#legende {top: 240px; position: absolute;}
#copyright {color: #a8a8a8; bottom: 5px; font-size: 10px; line-height: 13px; position: absolute;}
#zoomControls { top: 600px; left: 242px; position: absolute;}
.sButtn {font-size: 9px;}

#dropDown1 {top: 212px; position: absolute; z-index: 5;}
#wkr-name {font-weight: bold; color: #e95502; width: 332px;}
#wkrid {text-shadow: -1px -1px 1px #333333; position: absolute; top:30px; left: 20px;
		color: #fff; font-size: 36px; font-weight: bold; line-height: 100%;}

table { margin-top: 0px; padding: 0px; margin-right: 0px; margin-bottom: 0px; width: 326px; margin-left: -2px;}
tr {background-color: #f2f2f2;}
td {padding: 5px; text-align: right;}
.inputTD {padding-top: 0; padding-bottom: 0;text-align: center;}
.limit {font-size: 12px;padding-top: 0; padding-bottom: 0;}

#histogram {padding-left: 3px; padding-top: 3px; clear: both; top: 460px; position: absolute;
			height: 110px; width: 320px; background-color: #f2f2f2;}

#PrintCopy {display:none;}

@media print {
	#PrintCopy {width: 15cm; padding-left: 1cm; top: 18cm; background-color: #fff; position: absolute; display: block;
				font-family: Georgia, serif; line-height: 130%; font-size: 6pt;}
	#map {background-color: #fff; top: 0.5cm; width: 15cm; height: 15cm;}
	#polygons {opacity: 1;}
	#topoBmp, #dropDown1, #zoomControls, #copyright {display:none;}
	.noPrint {display:none;}
	}

</style>

 	<script src="issue599-1.js" charset="utf-8"></script>
 	<script src="issue599-2.js" charset="utf-8"></script>

	</head>

	<body onsvgload="load()">

	<div id="controlsContainer">

	<h1>Landtagswahl<br>Sachsen-Anhalt 2011</h1>

	<p id="wkr-name">Anwendung wird geladen . . .</p>
	<!-- <p id="wahlbetAkt">Wahlbeteiligung 2011</p> -->

	<table id="wkrresults">
	<!-- "AKT" = Aktuelle Wahl; "VORP" = VorPeriode	 -->
		<tr>
<!-- 		<td style="font-size: 9px;">Zweitstimme</td> -->
		<td> </td>
		<td style="width: 16%;">CDU</td>
		<td style="width: 16%;">LINKE</td>
		<td style="width: 16%;">SPD</td>
		<td style="width: 16%;">FDP</td>
		<td style="width: 16%;">GRÜNE</td>
		</tr>
		<tr class="importnt">
		<td>2011</td>
		<td id="cduAKTproz">–</td>
		<td id="linkeAKTproz">–</td>
		<td id="spdAKTproz">–</td>
		<td id="fdpAKTproz">–</td>
		<td id="grueneAKTproz">–</td>
		</tr>
		<tr>
		<td>2006</td>
		<td id="cduVORPproz">–</td>
		<td id="linkeVORPproz">–</td>
		<td id="spdVORPproz">–</td>
		<td id="fdpVORPproz">–</td>
		<td id="grueneVORPproz">–</td>
		</tr>
	</table>

	<div id="dropDown1">
		<form id="form1">
	    <select name="types" onchange="fillItems(0)">
		  <option value="2011">Landtag 2011</option>
<!-- 		  <option value="1">– Zeitvergleich –</option> -->
		  <option value="2006">Landtag 2006</option>
		  <option value="2009">Bundestag 2009</option>
		  <option value="3">Strukturdaten</option>
	    </select>
	    <select name="items" onchange="statistics(this.value)"></select>
	    </form>
	</div>

<!--
	<div id="sieger">
		<p id="siegerWkr">Gewählt 2011:</p>
		<h3 id="siegerHead">Wahlkreisgewinner</h3>
		<p id="siegerBeruf">Beruf</p>
	</div>
-->

	<div id="legende">
	<h3 id="keyHead">Angezeigtes Thema</h3>
	<form name="classification" style="margin-top: 0; margin-bottom: 3px;">
	<table>
	<tr>
		<td style="width: 45px;">Legende</td><td colspan="2" style="text-align: center; width: 100px;">von … <b>bis unter</b></td>
		<td style="width: 70px;text-align: center;">eigene</td><td>Häufigkeiten</td>
	</tr>
	<tr>
		<td id="color0">&nbsp;</td><td id="min">min</td>
		<td id="percClass0" class="importnt">bis</td>
		<td class="inputTD"><input name="limit1" type="text" size="4" maxlength="4" value="" class="limit"/></td>
		<td id="freq0">–</td>
	</tr>
	<tr>
		<td id="color1">&nbsp;</td><td id="limit1a">limit1a</td>
		<td id="percClass1" class="importnt">bis</td>
		<td class="inputTD"><input name="limit2" type="text" size="4" maxlength="4" value="" class="limit"/></td>
		<td id="freq1">–</td>
	</tr>
	<tr>
		<td id="color2">&nbsp;</td><td id="limit2a">limit2a</td>
		<td id="percClass2" class="importnt">bis</td>
		<td class="inputTD"><input name="limit3" type="text" size="4" maxlength="4" value="" class="limit"/></td>
		<td id="freq2">–</td>
	</tr>
	<tr>
		<td id="color3">&nbsp;</td><td id="limit3a">limit3a</td>
		<td id="percClass3" class="importnt">bis</td>
		<td class="inputTD"><input name="limit4" type="text" size="4" maxlength="4" value="" class="limit"/></td>
		<td id="freq3">–</td>
	</tr>
	<tr>
		<td id="color4">&nbsp;</td>
		<td id="limit4a">limit4a</td><td id="max" class="importnt">max</td>
		<td class="inputTD"><button type="button" name="ok" onclick="newClassInput()" class="noPrint">ändern</button></td>
		<td id="freq4">–</td>
	</tr>
	</table>
	</form>

	<form name="classMethodControl" style="float: right; margin-right: 60px;" class="noPrint">
	  <select name="selectedMethod" onchange="colorMap(this.value)">
	  <option value="none" id="option1">Berechnen</option>
	  <option value="quantiles">Quantile</option>
	  <option value="equaldistance">Klassenbreite</option>
	  <option value="default">Voreinstellung</option>
	  </select>
	</form>

	</div>

	<div id="histogram" title="Ergebnisse aller 45 Wahlkreise, sortiert vom kleinsten zum größten Wert">

	<p style="margin-left:6px; margin-top: 6px; position: absolute;">Werteverteilung</p>
	<p style="margin-left:294px; margin-top:  5px; position: absolute; font-size:9px" id="maxTick">max</p>
	<p style="margin-left:294px; margin-top: 95px; position: absolute; font-size:9px" id="minTick">min</p>

		<script type="image/svg+xml">
		<svg id="histogramlines" shape-rendering="crispEdges" stroke-linejoin="bevel"
			width="300px" height="110px"
			viewBox="-5 0 300 110">

		</svg>
		</script>

	</div>

	<div id="zoomControls">
	<form name="ZoomControl" action="">
		<input type="button" class="sButtn" value="ZOOM" onclick="zoomHelp()"/>
		<input type="button" class="sButtn" value="RESET" onclick="resetZoom()"/>
	</form>
	</div>

	<div id="copyright">
	© Daten: <a href="http://www.statistik.sachsen-anhalt.de/wahlen/lt11/index.html" target="_blank">Statistisches Landesamt ST, 2010</a><br/>
	© Karte: <a href="http://www.statistik.sachsen-anhalt.de/Internet/Home/Wir_ueber_uns/Kontaktdaten.html" target="_blank">Statistisches Landesamt ST, 2010</a><br/>
	© Programm: <a href="http://wahlatlas.net/" target="_blank">wahlatlas.net, M. Neutze 2010</a><br/>
	</div>

	</div> <!-- end controlsContainer -->

	<div id="PrintCopy">
	<p>© Kartenquelle (außer Einfärbungen): Statistisches Landesamt Sachsen-Anhalt, Halle (Saale), 2010 – <i>http://www.statistik.sachsen-anhalt.de</i><br/>
	© Daten: Statistisches Landesamt Sachsen-Anhalt, Halle (Saale), 2010 – <i>http://www.statistik.sachsen-anhalt.de/wahlen/lt11/index.html</i><br/>
	© Programm und Idee: wahlatlas.net, Michael Neutze 2010</p>
	<h2>Atlas zur Landtagswahl 2011 in Sachsen-Anhalt</h2>
	<p>Für nichtgewerbliche Zwecke sind Vervielfältigung und unentgeltliche Verbreitung, mit Quellenangabe gestattet.<br/>
	</div>

	<div id="map">

      <!--[if !IE]>-->
           <object data="issue599.svgz" type="image/svg+xml" 
                   width="600px" height="625px" id="mapObject"> <!--<![endif]-->
      <!--[if gte IE 9]>
           <object data="issue599.svgz" type="image/svg+xml" 
                   width="600px" height="625px" id="mapObject"> <![endif]-->
      <!--[if lt IE 9]>
           <object src="issue599.svgz" classid="image/svg+xml" 
                   width="600px" height="625px" id="mapObject"> <![endif]-->
           </object>
	</div>

	<div id="wkrid">Karte lädt</div>

</body>

</html>
<html>
<head>
<script src="../../../src/svg.js" data-path="../../../src/"></script>

<script>
window.addEventListener('SVGLoad', function() {
var mydiv = document.getElementById('mydiv');
var svg = document.createElementNS(svgns, 'svg');
svg.setAttribute('width', '100%');
svg.setAttribute('height', '100%');
svg.addEventListener('SVGLoad', function() {
svg = this; 
ready_fn(svg);
}, false);
svgweb.appendChild(svg, mydiv); 
}, false);

function ready_fn(svg){
var circle = document.createElementNS(svgns, 'circle');
circle.setAttributeNS(null, "cx","150");
circle.setAttribute("cy","150");
circle.setAttribute("fill","red");
circle.setAttribute("r","170");
svg.appendChild(circle);
var rect = document.createElementNS(svgns, 'rect');
rect.setAttribute("id", "myrect"); 
rect.setAttribute("fill","yellow");
rect.setAttribute("stroke","black");
rect.setAttribute("stroke-width","5");
rect.setAttribute("x", "350");
rect.setAttribute("y", "20");
rect.setAttribute("width", "200");
rect.setAttribute("height", "350");
svg.appendChild(rect);
circle.addEventListener("mousedown", function(){alert('You clicked on the red circle!');}, false);
rect.addEventListener("mousedown", function(){alert('You clicked on the yellow square!');}, false);
}

</script>
</head>
<body>
<div id="mydiv" style="border:2px solid black; width:500px; height:400px;"></div>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1>
SVG Web SIZING Issue Files
</h1>
<p>
<a href="issue270.html">Issue 270 - Resizing browser vertically crops instead of shrinks when object height % used</a>
<a href="issue270.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue276-1.html">Issue 276 - Resize blog properly - 1</a>
<a href="issue276-1.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue276-2.html">Issue 276 - Resize blog properly - 2</a>
<a href="issue276-2.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue409.html">Issue 409 - CurrentScale does not function properly for dynamically created SVG (Native Renderer)</a>
<a href="issue409.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue427.html">Issue 427 - Resizing the inline SVG with width and height does not work</a>
<a href="issue427.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue451.html">Issue 451 - Maintain Aspect Ratio when Resizing</a>
<a href="issue451.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue573-21.html">Issue 573 comment 21 -IE 9 100% sized SVG is too small (Native Renderer)</a>
<a href="issue573-21.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
<p>
<a href="issue600.html">Issue 600 - IE 6 half the height of other browsers</a>
<a href="issue600.html?svg.render.forceflash=true">(Flash Renderer)</a>
</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>The SVG Feed</title>
<meta name="robots" content="noarchive" />
<meta http-equiv='Content-Type' content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="issue276.css" type="text/css" media="screen" />
<link rel="alternate" href="http://svgfeed.burningbird.net/atom.xml" title="" type="application/atom+xml" />
<script src="../../../src/svg.js" data-path="../../../src/" data-debug="true"></script>
</head>
<body>
<div id="outer">




<div id="inner">

<div id="header">
<h1>The SVG Feed</h1>
</div>

<div id="content">
<div id="entry">

<div class="daygroup">
<h2>September 10, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://codinginparadise.org/projects/svgweb/samples/demo.html">demo.html</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://codinginparadise.org/projects/svgweb/samples/demo.html">by shelleyp at September 10, 2009 01:57 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 08, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/sk1-ubuntu-repository-vector-graphics-editor-linux">sK1 Ubuntu Repository (Vector Graphics Editor For Linux)</a></h4>
<div class="entry">
<div class="content">
<p>A few months ago I was telling you about   sK1  , an open source vector graphics editor similar to CorelDRAW, Adobe Illustrator, or Freehand. At the time, you had to compile it, but now (actually it exists for quite some time, but I wasn't aware of it) there is an Ubuntu repository from where you can install the latest version.    Why sK1 and not InkScape?  While  InkScape  is oriented to the SVG format and is ideal for web design, sK1 targets professional designers from the prepress world. So s</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/sk1-ubuntu-repository-vector-graphics-editor-linux">September 08, 2009 02:36 PM</a>
</p>
</div>
</div>




<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/yellow-schoolbus-vector">Yellow Schoolbus Vector</a></h4>
<div class="entry">
<div class="content">
<p>Simple design of a yellow schoolbus in front view. Different designs, yellow schoolbus with stop sign, flashing lights, etc… Useful as clipart for your website, blog, scrapbook, projects and designs. Have fun using!    Format:  1 eps/svg, 4 png   Resolution:  png @ 550dpi (7369×7369)  Size:  7 Mb       Download from  Depositfiles    or  Uploading      Preview   (Click to see fullsize)</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/yellow-schoolbus-vector">September 08, 2009 02:19 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 07, 2009</h2>

<div class="channelgroup">
<h3><a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://weblogs.mozillazine.org/roc/archives/2009/09/cheap_broadband.html">Cheap Broadband Doesn't Matter</a></h4>
<div class="entry">
<div class="content" lang="en">
<div class="columns"><p>A lot of people have the idea that a successful "knowledge economy" requires much cheaper and faster broadband than what we have available in NZ today. I strongly disagree. If that was so, then Japan, South Korea and China would be dominating the United States in software development and Internet services, but they are not, or at least their strength is in volume, not innovation.
</p><p><a href="http://blogs.nzherald.co.nz/blog/start-ups-and-strategies/2009/9/8/why-lack-cheap-broadband-killing-our-knowledge-economy/?c_id=5&amp;objectid=10595895">This Herald blogger</a> suggests that if only we had faster, cheaper broadband, users would be figuring out amazing things to do with it. I don't understand this argument at all. <em>Users</em> can't do anything with broadband except use services provided by software developers. NZ's network is adequate enough to build and deploy any service developers can think of, and if you want to reach a mass market you can trivially host your services in the USA or elsewhere. (<a href="http://www.bluishcoder.co.nz/">Chris Double</a> in our office runs <a href="http://tinyvid.tv/">TinyVid</a>, hosted in the USA, as a hobby, for goodness sake.)
</p><p>Major research universities in the USA often presented similar arguments to large funding agencies: give us a lot of money to build amazing infrastructure (networks, computers, etc) and cool new ideas will be spontaneously generated. I don't think that was ever really true; the great ideas seem to come from getting smart people together and giving them freedom to work on their interests with <em>adequate</em> supporting infrastructure to experiment on; I can't think of any examples of great ideas that were inspired by a superabundance of infrastructure. Sure, if you had a megabit network and no-one else did, or Unix workstations when everyone else had DOS PCs, you had an edge, but by the mid-90s when I entered grad school at CMU commodity PCs and networks were powerful enough to support cutting-edge research in most areas of computer science. That didn't stop the universities asking for infrastructure money though!
</p><p>Perhaps I could argue that making it easier to consume software and services is actually a long-term drag on the "knowledge economy". I got into programming because my first computer had almost no software on it and no way to get any more --- so all I could do with it was write my own. How many bright kids are hooked on Facebook, Youtube and game consoles when they could be coding their own dreams into reality?
</p><p>Based on my experiences I certainly have gripes about problems dragging on NZ's "knowledge economy", but broadband isn't one of them.</p></div></div>


<p class="date">
<a href="http://weblogs.mozillazine.org/roc/archives/2009/09/cheap_broadband.html">by roc (rocallahan@novell.com) at September 07, 2009 10:29 PM</a>
</p>
</div>
</div>


</div>
<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/sticks-corner-svg-edit-23-out">stick's corner » SVG-edit 2.3 is out!</a></h4>
<div class="entry">
<div class="content">
<p>During the last weekend we released version 2.3 of our in-browser <b>SVG</b> editor called <b>SVG</b>-edit. If I was a DnB producer I would call this a massive release, because it includes lots of new features. :-) To name some of them: ...</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/sticks-corner-svg-edit-23-out">September 07, 2009 11:43 AM</a>
</p>
</div>
</div>




<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/rapha-l-10-rc-get-your-graphics">Raphaël 1.0 RC; Get your graphics on</a></h4>
<div class="entry">
<div class="content">
<p>There have been a fair number of graphics library abstractions, but   Raphaël  is very elegant indeed, and a  first release candidate for the 1.0 release is now here :      The  path  method syntax has been changed: Instead of  r.path({attributes}, pathString)  you should write  r.path(pathString).attr(attributes) . That makes path more consistent with other methods;   Path methods moveTo, lineTo, curveTo, etc. are moved from API (in favour of SVG path strings) to external plug-in;   Path method</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/rapha-l-10-rc-get-your-graphics">September 07, 2009 11:31 AM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 06, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/blog-perlgeekde-how-plot-segment-circle-svg">blog | Perlgeek.de :: How to Plot a Segment of a Circle with SVG</a></h4>
<div class="entry">
<div class="content">
<p>I wanted to generate some pie charts with <b>SVG</b> (for <b>SVG</b>::Plot), and a search on the Internet quickly showed that I need paths for that. But the exact usage remained unclear to me until I read the specs and did some experimenting. ...</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/blog-perlgeekde-how-plot-segment-circle-svg">September 06, 2009 11:32 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 05, 2009</h2>

<div class="channelgroup">
<h3><a href="http://realtech.burningbird.net/taxonomy/term/98/0" title="Bb RealTech - SVG">Bb's Realtech SVG</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://realtech.burningbird.net/web/page-markups/this-is-your-site-on-html5">This is your site. This is your site on HTML5.</a></h4>
<div class="entry">
<div class="content">
<p>Recently, a <a href="http://www.zeldman.com/superfriends/">group of well known web designers</a> issued a "Super Friends" declaration of support or HTML5, with an attached <a href="http://www.zeldman.com/superfriends/guide/">set of concerns</a>. Most of the concerns had to do with the new "semantic markup" elements included in HTML5, such as section, article, and so on. I've not previously discussed these new semantic page markup elements, because I had other fish to fry. However, I decided to take a closer look at the elements, particularly at how I would use them for my Drupal sites.</p>
<p><a href="http://realtech.burningbird.net/web/page-markups/this-is-your-site-on-html5" target="_blank">read more</a></p></div>


<p class="date">
<a href="http://realtech.burningbird.net/web/page-markups/this-is-your-site-on-html5">by Shelley at September 05, 2009 06:14 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 02, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/rounded-corners-image-elements-firefox-svg">Rounded Corners for Image Elements in Firefox with SVG</a></h4>
<div class="entry">
<div class="content">
<p>Web Design, Web Development, Gagdets and Technology.</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/rounded-corners-image-elements-firefox-svg">September 02, 2009 05:20 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>September 01, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/opera-10-unleashed-brings-web-fonts-and-transparency-table">Opera 10 unleashed, brings Web Fonts and transparency to the table</a></h4>
<div class="entry">
<div class="content">
<p>After many man-hours of work,  Opera has unleashed Opera 10 .  This release contains the Opera Presto 2.2 rendering engine.  The two main features in regards to CSS3 are Web Fonts and full support for the CSS 3 Color specification.  Web Fonts  Many followers of this blog will know all about Web Fonts by now.  For those of you who are new, Web Fonts allow the author of a Web page to link to a font file on a server, rather than just the users local machine.  This vastly increases the options avail</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/opera-10-unleashed-brings-web-fonts-and-transparency-table">September 01, 2009 01:40 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 31, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://emacsformacosx.com/">GNU Emacs For Mac OS X</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://emacsformacosx.com/">by shelleyp at August 31, 2009 01:24 AM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 29, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://burningbird.net//technology/color-sampling-and-svg-gradients/">Burningbird  | Color Sampling and SVG Gradients</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://burningbird.net//technology/color-sampling-and-svg-gradients/">by shelleyp at August 29, 2009 07:46 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 26, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://richard.cyganiak.de/2009/08/rdf2svg.php">Create SVG from RDF graph</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://richard.cyganiak.de/2009/08/rdf2svg.php">by shelleyp at August 26, 2009 04:32 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 24, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/google-code-blog-get-your-svg-svg-open-2009-conference">Google Code Blog: Get Your SVG On: The SVG Open 2009 Conference At ...</a></h4>
<div class="entry">
<div class="content">
<p>The official Google developer blog. The latest news on Google APIs and developer tools.</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/google-code-blog-get-your-svg-svg-open-2009-conference">August 24, 2009 03:59 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 23, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/vectorsonfire-high-quality-free-vectors-designers">VectorsOnFire: High Quality Free Vectors From Designers</a></h4>
<div class="entry">
<div class="content">
<p>VectorsOnFire.com  provides free vector graphics from graphic designers around the world. All the graphics in its collection are vectors, in real vector formats (Ai, EPS, SVG etc). VectorsOnFire claims to handpick each vector submission manually and only accept the best work.       All the artwork on VectorsOnFire is free and approved by their respective authors. However, please check “the terms of use” for each icon whenever there is an additional information on the usage terms.       Whether y</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/vectorsonfire-high-quality-free-vectors-designers">August 23, 2009 11:10 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 22, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/google-builds-javascript-svg-library-ie-fuzzy-tolerance">Google Builds JavaScript SVG Library for IE « Fuzzy Tolerance</a></h4>
<div class="entry">
<div class="content">
<p>From Slashdot, in the making-IE-suck-less department, there's a project up on Google Code called svgweb that will add <b>SVG</b> support to browsers that don't have it baked in. Which is the long hand way of saying it fixes Internet Explorer. ...</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/google-builds-javascript-svg-library-ie-fuzzy-tolerance">August 22, 2009 05:20 PM</a>
</p>
</div>
</div>


</div>
<div class="channelgroup">
<h3><a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://weblogs.mozillazine.org/roc/archives/2009/08/postholiday.html">Post-Holiday</a></h4>
<div class="entry">
<div class="content" lang="en">
<div class="columns"><p>I'm back in Auckland for one night before I head off again to California. The Australia trip was great. We roamed around Sydney visiting friends and relatives, but had a couple of days in the Blue Mountains on our own. The weather was great throughout. I achieved complete Internet independence for a week, no withdrawal symptoms.
</p><p>Like most of our trips there was lots of walking and lots of eating. The Blue Mountains were excellent --- great views, and really interesting geology and habitats, especially the way water trickles down the cliffs forming amazing "hanging swamps". We loved the Wentworth Falls area, especially the National Pass walk that descends from the top of the escarpment down through wet gullies and then along a shale ledge halfway up great Triassic sandstone cliffs, then up hundreds of steep steps beside the waterfall. The track's graded "hard", probably due to the staircases, and the nominal time is 3 to 4 hours, but we did it in 2:45 including lots of lookout stops ... not bad for my 4 year old son! We'd already walked 2.5 hours down the Giant Staircase and along Dardanelle Pass in Katoomba that morning. The following day we walked to the bottom of Govett's Leap falls and back up, also very nice, but a bit trickier due to wet rock surfaces, especially going down.
</p><p>If I'd realized before booking how much of the appeal of the Blue Mountains rests on peering over precipices and descending impossibly steep stairs, I might have had second thoughts on account of my fear of heights. Since I had a great time anyway, I'm glad I didn't know!
</p><p>Just before these walks I'd been reading <em>The Watchmen</em> (fabulous). I was struck by the contrast between that bleak vision of fallen humanity and the glorious beauty of God's creation. It's good to look away from man for a while.
</p><p>Movie roundup:
</p><ul>
<li>JJ Abrams' <em>Star Trek</em>: pretty good
</li><li><em>X-Men Origins: Wolverine</em>: better than expected, which isn't saying much
</li><li><a href="http://www.mrqe.com/movies/m100000885"><em>Shaolin Temple (1982)</em></a>: Jet Li's first major role. Otherwise not very interesting except that there are some astounding apparently real action sequences, where for example a man does handsprings without hands, just flipping over onto his head and then back up again.
</li><li><em>Roman Holiday</em>: Even better than I remembered, definitely a must-see
</li><li><em>Anna and the King</em>: How can you put two of my favourite actors, Jodie Foster and Chow Yun-Fat, in starring roles and make such a terrible movie? I don't know, but it's not worth watching to try to find out. Upsetting.
</li></ul></div>
<div class="image"><img src="http://weblogs.mozillazine.org/roc/images/JamisonValley.jpg" height="600" title="Lookout from Wentworth Falls area over Jamison Valley" width="800" /></div><br />
<div class="image"><img src="http://weblogs.mozillazine.org/roc/images/3Sisters.jpg" height="600" title="Standard view of the Three Sisters from Echo Point, Katoomba" width="800" /></div><br />
<div class="image"><img src="http://weblogs.mozillazine.org/roc/images/NationalPass.jpg" height="600" title="View of the National Pass track between the two layers of sandstone cliffs, taken from the stairs next to Wentworth Falls" width="800" /></div><br />
<div class="image"><img src="http://weblogs.mozillazine.org/roc/images/WentworthFalls.jpg" height="600" title="Rock outcrop in the Wentworth Falls, seen from the National Pass track" width="800" /></div><br />
<div class="image"><img src="http://weblogs.mozillazine.org/roc/images/GovettsLeapRaindbow.jpg" height="600" title="Rainbow in the Govett's Leap waterfall" width="800" /></div></div>


<p class="date">
<a href="http://weblogs.mozillazine.org/roc/archives/2009/08/postholiday.html">by roc (rocallahan@novell.com) at August 22, 2009 03:49 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 20, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/free-outline-maps">Free Outline Maps</a></h4>
<div class="entry">
<div class="content">
<p>d-maps.com offers over 4000 outline maps of countries/regions of the world, each available in 6 different formats:  GIF (Note: to acquire the image in this format, right-click  on the map image and save it) PDF CDR (Corel Vector Graphic Drawing) AI (Adobe Illustrator) SVG (Scalable Vector Graphics) WMF (Windows Meta Format)  Some maps are partially colored in, others just black and white. [...]</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/free-outline-maps">August 20, 2009 12:10 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 19, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/xmlhttprequest-drafts-published">XMLHttpRequest Drafts Published</a></h4>
<div class="entry">
<div class="content">
<p>2009-08-20: The Web Applications Working Group has published updates to Working Drafts of XMLHttpRequest and XMLHttpRequest Level 2. The XMLHttpRequest specification is part of the Web application technology stack, enabling Ajax-style development. XMLHttpRequest defines an API that provides scripted client functionality for transferring data between a client and a server. XMLHttpRequest Level 2 offers additional features, such as cross-origin requests, progress events, and the handling of byte streams for both sending and receiving. Learn more about the Rich Web Client Activity. (Permalink)</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/xmlhttprequest-drafts-published">August 19, 2009 11:59 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 18, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://helephant.com/2009/08/svg-images-as-css-backgrounds/">SVG images as CSS backgrounds  -  Helephant.com</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://helephant.com/2009/08/svg-images-as-css-backgrounds/">by shelleyp at August 18, 2009 01:57 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 17, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://www.hellocatfood.com/2009/08/16/blending-inkscape-and-blender/">Antonio Roberts  » Blog Archive   » Blending Inkscape and Blender</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://www.hellocatfood.com/2009/08/16/blending-inkscape-and-blender/">by shelleyp at August 17, 2009 01:09 PM</a>
</p>
</div>
</div>


</div>
<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/flightsofideascom-blog-archive-svg-plugin-updated">flightsofideas.com » Blog Archive » SVG Plugin Updated</a></h4>
<div class="entry">
<div class="content">
<p>Just a quick note that a couple of bugs have been fixed in the <b>SVG</b> exporter plugin for Google SketchUp (now at v0.92). Thanks to Otto who noticed that some.</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/flightsofideascom-blog-archive-svg-plugin-updated">August 17, 2009 10:50 AM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 16, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/antonio-roberts-blog-archive-blending-inkscape-and-blender">Antonio Roberts » Blog Archive » Blending Inkscape and Blender</a></h4>
<div class="entry">
<div class="content">
<p>One of the things I've always wanted to do is to work on an image in a 3D environment but then export the resultant image to an <b>svg</b>. Being the open source nut that I am my main weapons of choice are Blender for 3D work and Inkscape for ...</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/antonio-roberts-blog-archive-blending-inkscape-and-blender">August 16, 2009 02:53 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 14, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/12-alternative-digital-image-manipulation-tools">12 Alternative Digital Image Manipulation Tools</a></h4>
<div class="entry">
<div class="content">
<p>Digital image manipulation is the altering of an image using computer program tools and software to produce a contrived image, often generating new meaning. It involves already existing imagery, such as photographs, films or videos, being subsequently worked on in a multitude of possible ways.   Adobe Photoshop, Illustrator  are still the best softwares to use when it comes to image manipulation.  But for the budget conscious and those just trying it out for the first time or working on personal</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/12-alternative-digital-image-manipulation-tools">August 14, 2009 09:19 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 13, 2009</h2>

<div class="channelgroup">
<h3><a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://weblogs.mozillazine.org/roc/archives/2009/08/on_the_road_1.html">On The Road</a></h4>
<div class="entry">
<div class="content" lang="en">
<div class="columns"><p>From mid-tomorrow until August 22 I'm going to be on holiday in Australia. I'm not bringing my laptop --- I'll be completely offline --- so don't expect me to reply to anything.
</p><p>From August 23 to 28 I'll be in California for Mozilla meetings. I'll be online during much of that time.</p></div></div>


<p class="date">
<a href="http://weblogs.mozillazine.org/roc/archives/2009/08/on_the_road_1.html">by roc (rocallahan@novell.com) at August 13, 2009 09:21 AM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 12, 2009</h2>

<div class="channelgroup">
<h3><a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/next-generation-scientific-articles-reflections-changing-landscape">Next Generation Scientific Articles: Reflections on a changing landscape</a></h4>
<div class="entry">
<div class="content">
<p>Michael Nielsen wrote a very interesting argument,  Is scientific publishing about to be disrupted?  In this article Michael suggested that in coming ten to twenty years, scientific publishers will be technology driven companies and traditional publishing houses will find  more and more difficult to survive especially when print journals have became the elephant which every one want to have but no one can afford. Not sure about whole scientific publishing, but there are very clear indications  t</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/next-generation-scientific-articles-reflections-changing-landscape">August 12, 2009 10:59 PM</a>
</p>
</div>
</div>




<div class="entrygroup" >
<h4 lang="en"><a href="http://www.planetsvg.com/news/svg-images-css-backgrounds-helephantcom">SVG images as CSS backgrounds - Helephant.com</a></h4>
<div class="entry">
<div class="content">
<p>Using an <b>SVG</b> image as a CSS background isn't any different to using a png or jpg. The only difference is you might want to use the new CSS3 background-sizing css property to make it scale across the whole element: ...</p></div>


<p class="date">
<a href="http://www.planetsvg.com/news/svg-images-css-backgrounds-helephantcom">August 12, 2009 12:00 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 11, 2009</h2>

<div class="channelgroup">
<h3><a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a></h3>


<div class="entrygroup" >
<h4><a href="http://svgcuts.com/">SVGCuts.com, Your source for SVG files for use with Sure Cuts A Lot!</a></h4>
<div class="entry">
<div class="content">
</div>


<p class="date">
<a href="http://svgcuts.com/">by shelleyp at August 11, 2009 04:53 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 10, 2009</h2>

<div class="channelgroup">
<h3><a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://weblogs.mozillazine.org/roc/archives/2009/08/homework_answer.html">Homework Answers</a></h4>
<div class="entry">
<div class="content" lang="en">
<div class="columns"><p>Seems like a few people got close to the answer for the first problem. You formulate the condition for <em><b>q</b></em> being on the circle as a quadratic equation in <em>t</em>, and then apply the quadratic formula to solve for <em>t</em>. However, I can't give full credit to anyone because all the answers were incomplete; many ended containing a "plus or minus the square root ..." but a complete answer must describe which solution to pick. It's pretty easy to figure that out though. </p><p>My answer is<br />
<em>t</em> = (<em>a</em><em>x</em> + <em>b</em><em>y</em> - √(<em>r</em>²(<em>x</em>² + <em>y</em>²) - (<em>a</em><em>y</em> - <em>b</em><em>x</em>)²))/(<em>a</em>² + <em>b</em>² - <em>r</em>²)<br />
where <em><b>p</b></em> = (<em>a</em>,<em>b</em>) and <em><b>q</b></em> = (<em>x</em>,<em>y</em>). The answer from Wolfram Alpha via Neil Rashbrooke is the same except it chooses the positive root; I think that's wrong, because it will give you a negative <em>t</em> (the denominator is negative).
</p><p>The second problem is harder. Even though it's intuitively "obvious" that a solution is always possible, I found it quite difficult to prove, and apparently so did my readers. I think Joshua Cranmer got close but I don't fully understand his answer and he didn't get a complete algorithm for finding the order.
</p><p>I start by observing that if you can find one rectangle to move safely then the solution to the whole problem follows by induction, since one moved rectangle can never overlap other moved rectangles, since they didn't overlap to start with. So the problem is reduced to finding one rectangle to move safely from the set of rectangles.
</p><p>I also observe that without loss of generality you can reduce the problem to the case where the components of <em><b>v</b></em> are non-negative, i.e., we are moving the rectangles down and to the right by some amount, possibly zero.
</p><p>Let's say rectangles <em>R</em> and <em>S</em> <b>overlap horizontally</b> if their projections onto the x-axis intersect. Similarly, they <b>overlap vertically</b> if their projections onto the y-axis intersect. Because our rectangles are non-overlapping, if <em>R</em> and <em>S</em> are different and overlap horizontally they cannot overlap vertically, and either <em>R</em> is <b>entirely above</b> <em>S</em> (every point in <em>R</em> is above (or on) the top edge of <em>S</em>) or <em>R</em> is <b>entirely below</b> <em>S</em> (every point in <em>R</em> is below (or on) the bottom edge of <em>S</em>).
</p><p>Consider the subset of rectangles <em>R</em> such that <em>R</em> has no rectangle entirely below it that it overlaps horizontally. These rectangles do not overlap each other horizontally. Choose the "rightmost" rectangle from this set, let's call it <em>M</em>. I claim no other rectangle intersects <em>M</em> + <b>v</b>. This solves the problem.
</p><p>The proof is still subtle. We have to show that our subset is non-empty, i.e., that at least one rectangle has no rectangles below it that it overlaps horizontally. This is easy though, since rectangle with the lowest bottom-edge certainly has no rectangles below it. So such an <em>M</em> exists.
</p><p>Of course the hard part is to show that no other rectangle intersects <em>M</em> + <em><b>v</b></em>. We can show that in fact no rectangles are below <em>M</em>'s top edge and to the right of <em>M</em>'s left edge (other than <em>M</em> itself). Let's call this set <em>S</em>. I'll show <em>S</em> is empty, by assuming <em>S</em> is nonempty and working to a contradiction.
</p><p>Clearly there can be no rectangles below <em>M</em>'s top edge that overlap <em>M</em> horizontally, or they would have to be below <em>M</em> and we wouldn't have put <em>M</em> in that subset. So every rectangle in <em>S</em> would have to be entirely to the right of <em>M</em>. So choose out <em>S</em> one rectangle that has the lowest bottom edge rectangles in <em>S</em>. Let's call it <em>P</em>. I will show that <em>P</em> has no rectangles entirely below it that it overlaps horizontally, so it should have been part of the initial subset, which contradicts our choice of <em>M</em> as the rightmost rectangle in that subset, thus showing that no such <em>P</em> exists and <em>S</em> is empty.
</p><p>Clearly no rectangle in <em>S</em> is below <em>P</em> and overlaps <em>P</em> horizontally. What about the rectangles not in <em>S</em>? Suppose a rectangle <em>Q</em> is not in <em>S</em>, is entirely below <em>P</em> and overlaps <em>P</em> horizontally. The left edge of <em>Q</em> must be at or to the left of the left edge of <em>M</em>, otherwise <em>Q</em> would be in <em>S</em>. The right edge of <em>Q</em> must be to the right of the right edge of <em>M</em>, since <em>Q</em> overlaps <em>P</em> horizontally. So <em>Q</em> also overlaps <em>M</em> horizontally. The bottom edge of <em>Q</em> is below the bottom edge of <em>P</em> which is below the top edge of <em>M</em>, so <em>Q</em> must be entirely below <em>M</em> --- but this is impossible, since we chose <em>M</em> to have no rectangle overlapping horizontally below it.
</p><p>Phew! That's not easy for something so "obvious".
</p><p>This solution should make for a reasonably efficient algorithm.
</p><ol>
<li>Sort the rectangles by right edge.
</li><li>Set R to the rightmost rectangle.
</li><li>If R has any rectangles overlapping horizontally below it, set R to the one of those rectangles with the rightmost right edge and go to step 3.
</li><li>Move R.
</li><li>Remove R from our list.
</li><li>If there are more rectangles in the list, go to step 2.
</li></ol>
<p><strong>Update</strong> Actually I'm pretty sure you can do a direct proof of correctness of the above algorithm. At the beginning of step 3 you have the invariant that there are no rectangles to the right of the right edge of R and below the top edge of R. Using that invariant, I think you can construct a much simpler proof than the one I gave here.
</p><p>Also, as at least one commenter observed, you can improve this algorithm by not throwing away all your work every time you go to step 2. That adds complexity though...
</p><p><strong>Update</strong> Fixed a typo in the answer to the first problem, pointed out by Boris.</p></div></div>


<p class="date">
<a href="http://weblogs.mozillazine.org/roc/archives/2009/08/homework_answer.html">by roc (rocallahan@novell.com) at August 10, 2009 09:51 PM</a>
</p>
</div>
</div>


</div>

</div>
<div class="daygroup">
<h2>August 09, 2009</h2>

<div class="channelgroup">
<h3><a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a></h3>


<div class="entrygroup" >
<h4 lang="en"><a href="http://weblogs.mozillazine.org/roc/archives/2009/07/approved_for_th.html">Approved For The Intelligence Community</a></h4>
<div class="entry">
<div class="content" lang="en">
<div class="columns"><p>I hate to link and run, but I have to share this with my friends who aren't on Mozilla internal mailing lists: <a href="http://www.theregister.co.uk/2009/07/13/firefox_and_us_state_department">State Department workers beg Hillary Clinton for Firefox</a>.
</p><blockquote>"It was approved for the entire intelligence community, so I don’t understand why State can’t use it."</blockquote>
<p>I need a T-shirt that says "Approved for the intelligence community".</p></div></div>


<p class="date">
<a href="http://weblogs.mozillazine.org/roc/archives/2009/07/approved_for_th.html">by roc (rocallahan@novell.com) at August 09, 2009 09:14 PM</a>
</p>
</div>
</div>


</div>

</div>

</div>

<div id="sidestuff">

<h2>Subscriptions</h2>
<ul>
<li><a href="http://realtech.burningbird.net/painting-web/svg/feed" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://realtech.burningbird.net/taxonomy/term/98/0" title="Bb RealTech - SVG">Bb's Realtech SVG</a>
</li>
<li><a href="http://mcc.id.au/tag/svg/feed/" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://mcc.id.au" title="mcc.id.au » svg">Cameron McCormack</a>
</li>
<li><a href="http://codewideopen.blogspot.com/feeds/posts/default" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://codewideopen.blogspot.com/" title="Code Wide Open">Code Wide Open</a>
</li>
<li><a href="http://schepers.cc/?feed=atom" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://schepers.cc" title="Reinventing Fire">Doug Schepers</a>
</li>
<li><a href="http://a.deveria.com/?feed=rss2" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://a.deveria.com" title="Fyrdility">Fyrdiliy</a>
</li>
<li><a href="http://brian.sol1.net/svg/feed/atom/" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://brian.sol1.net/svg" title="SVG SMIL Animation in Mozilla">Mozilla SMIL (Brian Birtles)</a>
</li>
<li><a href="http://www.planetsvg.com/rss.xml" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://www.planetsvg.com/" title="Planet SVG">Planet SVG - SVG Interest Group</a>
</li>
<li><a href="http://svg.org/feeds/diaries.rss" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://svg.org/section/Diary" class="message" title="404: not found">SVG.org diaries</a>
</li>
<li><a href="http://blog.codedread.com/feed/atom/" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://blog.codedread.com" title="Something Witty Goes Here">Something Witty Goes Here</a>
</li>
<li><a href="https://developer.mozilla.org/web-tech/feed/atom/" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="https://developer.mozilla.org/web-tech" title="Web Tech Blog">Web Tech Blog</a>
</li>
<li><a href="http://my.opera.com/MacDev_ed/xml/atom/blog" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://my.opera.com/MacDev_ed/" title="ed.blog">ed.blog</a>
</li>
<li><a href="http://www.latenightpc.com/blog/archives/category/svg/feed" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://www.latenightpc.com/taxonomy/term/34/0" title="Late Night PC - SVG">or maybe something uplifting</a>
</li>
<li><a href="http://weblogs.mozillazine.org/roc/atom.xml" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://weblogs.mozillazine.org/roc/" title="Well, I'm Back">roc</a>
</li>
<li><a href="http://scuttle.burningbird.net/rss.php/all/svg" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a href="http://scuttle.burningbird.net/" title="Scuttle: svg">shelleyp's Scuttle SVG links</a>
</li>
</ul>


<p> To add a site, contact <a href="mailto:shelleyp@burningbird.net">Shelley Powers</a><br />
</p><p>
Last updated:<br />
September 11, 2009 12:43 AM (UTC)
</p>

<p>
Powered by:<br />
<a href="http://www.planetplanet.org/"><img src="http://burningbird.net/images/planet.png" width="80" height="15" alt="Planet" /></a>
<a href="http://intertwingly.net/code/venus/"><img src="http://burningbird.net/images/venus.png" width="80" height="15" alt="Venus" /></a>
</p>

</div>

</div>


</div>

</div>
<script type="image/svg+xml">
<svg id="svg2755" preserveAspectRatio="none" version="1.0" style="position: fixed; left: z-index: -1; 0; top: 0;" viewBox="0 0 745 1052" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs id="defs2757">
    <linearGradient gradientTransform="matrix(0.7741605,0,0,1.1829118,-28.308069,-110.32068)" gradientUnits="userSpaceOnUse" id="linearGradient2687" x1="364.79874" x2="533.11829" y1="430.8544" y2="485.01993"><stop id="stop11252" offset="0" stop-color="#FFF"/><stop id="stop11254" offset="1" stop-color="#FFF" stop-opacity="0"/></linearGradient>
    <linearGradient gradientTransform="matrix(0.9509751,4.1453152e-2,-3.2608077e-2,0.9940876,5.4372678,-142.08235)" gradientUnits="userSpaceOnUse" id="linearGradient2690" x1="347.20044" x2="514.80957" y1="574.46063" y2="622.51636"><stop id="stop8964" offset="0" stop-color="#fffdff"/><stop id="stop8970" offset="0.5" stop-color="#000" stop-opacity="0.49803922"/><stop id="stop8972" offset="0.5" stop-color="#000" stop-opacity="0.24705882"/><stop id="stop8966" offset="1" stop-color="#000" stop-opacity="0"/></linearGradient>
    <linearGradient gradientTransform="matrix(1.02688,0,0,0.9274812,-13.727891,-128.47967)" gradientUnits="userSpaceOnUse" id="linearGradient2693" x1="532.68054" x2="284.75259" y1="625.84399" y2="616.76953"><stop id="stop8196" offset="0" stop-color="#000"/><stop id="stop8198" offset="1" stop-color="#000" stop-opacity="0"/></linearGradient>
    <linearGradient gradientTransform="matrix(1.699531,0,0,0.5388334,-13.727891,-106.97892)" gradientUnits="userSpaceOnUse" id="linearGradient2704" x1="102.90475" x2="188.49617" y1="1453.4987" y2="1439.7363"><stop id="stop13554" offset="0" stop-color="#000"/><stop id="stop13556" offset="1" stop-color="#000" stop-opacity="0"/></linearGradient>
    <linearGradient gradientTransform="matrix(1.4056606,0,0,0.651483,-13.727891,-106.97892)" gradientUnits="userSpaceOnUse" id="linearGradient2710" x1="302.90421" x2="270.20834" y1="999.95508" y2="1138.5482"><stop id="stop4390" offset="0" stop-color="#ffce63"/><stop id="stop4392" offset="1" stop-color="#ffce63" stop-opacity="0"/></linearGradient>
    <linearGradient gradientTransform="matrix(0.7068096,0,0,1.29563,-13.727891,-106.97892)" gradientUnits="userSpaceOnUse" id="linearGradient2713" x1="738.6416" x2="891.12726" y1="326.92914" y2="121.82977"><stop id="stop14320" offset="0" stop-color="#00398f"/><stop id="stop14322" offset="1" stop-color="#FFF"/></linearGradient>
  </defs>
  <g id="layer1">
    <g id="g2735" transform="matrix(1.5619681,0,0,1.5144379,-117.74412,-10.688791)">
      <path d="M356.93,370.12c15.43-16.64,15.95-32.07,45.27-36.69,31.34-8.69,53.57-37.25,56.32-123.78,2.74-86.52,50.79-180.92,50.79-180.92,0,0,39.81-50.343,50.79,7.866,10.99,58.209-34.32,202.95-56.28,247-13.94,25.65,4.08,57.27,19.64,63.99,11.47,4.12,14.26,26.26,7.37,36.69-9.61,3.15-173.90-14.16-173.90-14.16z" fill="url(#linearGradient2713)" fill-rule="evenodd" id="path1334" stroke="#000" stroke-linecap="butt" stroke-linejoin="miter" stroke-width="0.95695543px"/>
      <path d="M502.17,547.94l-6.31,52.01c0,0-24.68,3.49-32.73,20.91-8.06,17.41-41.38-18.31-49.55-11.91-8.17,6.41-31.56,2.01-38.37,6.83-6.82,4.81-37.05,2.08-37.05,2.08l-3.08-31.42c0,0-16.39,8.09-41,17.87-24.60,9.78-5.88-37.68-5.88-37.68l13.28-42.66,200.69,23.97z" fill="url(#linearGradient2710)" fill-rule="evenodd" id="path2096" stroke="#000" stroke-linecap="butt" stroke-linejoin="miter" stroke-width="0.95695543px"/>
      <path d="M295.15,569.92c-34.32,0-60.14,120.08-202.91,113.79-39.811,18.88-24.973,23.08-24.973,23.08,0,0,339.58,20.45,366.75,6.30,17.59-11.74,69.80-108.56,60.19-133.73l-37.07,23.60-30.20-14.16-86.49,14.16c-5.49-18.88-2.74-4.72-5.49-29.89-30.20-1.57-60.40,34.61-39.81-3.15z" fill="#df0000" fill-rule="evenodd" id="path2098" stroke="#000" stroke-linecap="butt" stroke-linejoin="miter" stroke-width="0.95695543px"/>
      <path d="M67.267,700.50l20.592-14.16c0,0,255.34,26.75,306.13,1.57,50.80-25.17,71.39-58.21,71.39-58.21l9.61-15.73c0,0,13.73-15.73,9.61-1.57-4.12,14.16-41.18,75.51-41.18,75.51,0,0-17.85,20.46-50.80,22.03-32.95,1.57-288.29-11.01-288.29-11.01l-37.063,1.57z" fill="#fff9ff" fill-rule="evenodd" id="path11258" opacity="0.50996016"/>
      <path d="M100.21,683.19l-20.587,12.59,39.807,4.72,10.99-15.73-30.21-1.58z" fill="#FFF" fill-rule="evenodd" id="path12018" opacity="0.23505973"/>
      <path d="M272.92,587.80c-47.84,34.87-42.36,96.27-184.22,97.15,45.857,6.02,144.68,17.12,266.86,9.26,104.33-33.04,68.64-73.94,68.64-73.94,0,0-158.14,22.59-151.28-32.47z" fill="url(#linearGradient2704)" fill-rule="evenodd" id="path12778"/>
      <path d="M463.25,198.76c0,0,14.98-130.02,56.73-173.19,41.75-43.168,25.18,170.34-54.74,272.85-7.71,18.20-2.44-60.13-1.99-99.66z" fill="#FFF" fill-rule="evenodd" id="path15094" opacity="0.25498005"/>
      <path d="M554.56,54.916c0,0-19.26,158.21-70.63,224.44-51.37,66.23,12.84,68.07,17.66,64.39,4.81-3.68-32.11-22.08,0-77.27,32.10-55.19,52.97-147.17,52.97-211.56z" fill="#000" fill-rule="evenodd" id="path15854" opacity="0.27091633"/>
      <path d="M313.35,514.94l-0.97,36.21,15.55-33.98-3.40,41.22,18.96-41.22-6.32,44,21.87-42.33-8.26,45.67,21.87-45.11-8.75,45.67,23.81-44-6.80,40.66,19.44-38.43-3.89,39.54,17.01-35.09-1.94,35.09,18.47-34.53-5.35,33.98,19.93-32.31-5.84,32.86,16.53-32.30-4.38,32.30,16.04-32.30-5.34,31.75,16.03-30.64-4.37,31.75,15.07-31.19-3.41,31.75,12.64-30.08-2.92,32.30,8.75-36.76-194.40-26.17-10.21,42.33,14.58-30.64z" fill="#994a2c" fill-rule="evenodd" id="path16614" opacity="0.27490043"/>
      <path d="M325.61,519.32l-0.93,28.19,14.89-26.46-3.26,32.10,18.14-32.10-6.04,34.27,20.93-32.97-7.91,35.57,20.94-35.13-8.38,35.56,22.80-34.26-6.51,31.66,18.61-29.93-3.73,30.80,16.29-27.33-1.86,27.33,17.67-26.89-5.11,26.46,19.07-25.16-5.58,25.59,15.82-25.16-4.19,25.16,15.35-25.16-5.12,24.73,15.36-23.86-4.19,24.72,14.42-24.29-3.25,24.73,12.09-23.42-2.79,25.15,8.37-28.62-186.09-20.39-9.77,32.96,13.96-23.85z" fill="#994a2c" fill-rule="evenodd" id="path17374" opacity="0.27490043"/>
      <path d="M296.51,527.31c0,0,50.84-168.04,73.51-169.73,22.67-1.68,164.03,16.85,164.03,16.85,0,0-0.74,15.75-4,38.75-6.67,20.22-23.16,135.89-28.49,135.89-5.34,0-205.05-21.76-205.05-21.76z" fill="#959595" fill-rule="evenodd" id="path2094" stroke="#000" stroke-linecap="butt" stroke-linejoin="miter" stroke-width="0.97608942px"/>
      <path d="M523.47,372.99l10.55,3.64-30.77,171.42-15.06-0.79,35.28-174.27z" fill="#000" fill-rule="evenodd" id="path5154" opacity="0.34661357" stroke="#000" stroke-linecap="butt" stroke-linejoin="miter" stroke-width="0.97317457px"/>
      <path d="M513.06,372.51l17.04,2.45-36.71,171.58-28.49-1.42,48.16-172.61z" fill="#fffdff" fill-rule="evenodd" id="path5914" opacity="0.10756968"/>
      <path d="M513.89,376.90l-42.07,167.03,9.72-2.70,32.35-164.33z" fill="#FFF" fill-rule="evenodd" id="path6674" opacity="0.5458167"/>
      <path d="M383.01,357.90l115.32,11.45,8.23,6.55-41.18,170.16-148.26-18,65.89-170.16z" fill="url(#linearGradient2693)" fill-rule="evenodd" id="path7434" opacity="0.14741037"/>
      <path d="M401.19,357.35l102.62,12.61-51.13,176.80-127.26-15.31,75.77-174.10z" fill="url(#linearGradient2690)" fill-rule="evenodd" id="path8202" opacity="0.3824701"/>
      <path d="M335.48,352.62l53.54,3.15-65.89,173.05-49.42-6.29,61.77-169.91z" fill="url(#linearGradient2687)" fill-rule="evenodd" id="path9732" opacity="0.23505973"/>
      <path d="M513.62,344.91c0,0-6.35,9.88-1.36,13,5,3.12,5.45,0.52,7.26,7.28,1.82,6.76,10.90,5.72,10.90,5.72l-0.91-13.52-15.89-12.48z" fill="#FFF" fill-rule="evenodd" id="path14334" opacity="0.3824701"/>
    </g>
  </g>
</svg>
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
	<script src="../../../src/svg.js" data-path="../../../src"></script>
</head>
<body>
	<p>Once the page is fully loaded, click Setup, then Draw Square, then Scale Square.</p>
	<input type="button" onclick="setupSVG()" value="Setup"/>
	<input type="button" onclick="dostuff()" value="Draw square"/><br/>
	<input type="button" onclick="dootherstuff()" value="Scale Square"/><br/>
	<input type="button" onclick="dootherstuffnative()" value="Scale embedded square"/><br/>
	<input type="button" onclick="dootherstuffobject()" value="Scale object square"/>
	<h1>Dynamic</h1>
	<div id="foo"></div>
	<br/>
	<h2>Embedded</h1>
	<script type="image/svg+xml">
	   <svg width="100px" height="100px" id="otherSVG">
		<rect x="10" y="10" width="40" height="40" stroke="#ff0000"/>
	   </svg>
	</script>
	<br/>
	<h1>Object tag</h1>
    <!--[if !IE]>-->
      <object data="issue409.svg" type="image/svg+xml"
              width="100px" height="100px" id="objectSVG"> <!--<![endif]-->
    <!--[if lt IE 9]>
      <object src="issue409.svg" classid="image/svg+xml"
              width="100px" height="100px" id="objectSVG"> <![endif]-->
    <!--[if gte IE 9]>
      <object data="issue409.svg" type="image/svg+xml"
              width="100px" height="100px" id="objectSVG"> <![endif]-->
      </object>

	<br/>
	<script type="text/javascript">
		var the_svg = null;
		function setupSVG() {
			var canvas = document.createElementNS(svgns,'svg');
	    	canvas.setAttribute('width','100px');
	    	canvas.setAttribute('height','100px');
	    	canvas.setAttribute('viewBox', '0 0 100 100');
		    canvas.addEventListener('SVGLoad', function(evt) {
				the_svg = this;
		    }, false);    
			if (window.svgweb) {
			  window.svgweb.appendChild(canvas,document.getElementById('foo'));
			} else {
			  document.getElementById('foo').appendChild(canvas);
			}
		}
		function dostuff() {
			var rect = document.createElementNS(svgns,'rect');
			rect.setAttribute('x',10);
			rect.setAttribute('y',10);
			rect.setAttribute('width',40);
			rect.setAttribute('height',40);
			rect.setAttribute('stroke','#00ff00');
			the_svg.appendChild(rect);
		}
		function dootherstuffobject() {
			document.getElementById('objectSVG').contentDocument.rootElement.currentScale = 2.0;			
		}
		function dootherstuffnative() {
			document.getElementById('otherSVG').currentScale = 2.0;
		}
		function dootherstuff() {
			the_svg.currentScale = 2.0;
		}
	</script>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
	
	<head>
		
		<title>SVGweb Aspect Ratio</title>

		<script src="../../../src/svg.js" data-path="../../../src/"></script>

	</head>
	
	<body>


	<h3>This is a circle that fills a squared viewbox<br>
	    which sits in a rectangular DIV 20% wide and 75% high</h3>
	
	<div style="width: 20%; height: 75%; background-color: #99caff;">

	<script type="image/svg+xml">
	
	  <svg viewBox="0 0 500 500" width="100%" height="100%">
	   
	       <circle	 cx="250" cy="250" 
	                 r="244" 
	                 fill="yellow" 
	                 stroke="green" stroke-width="4"/>
	  </svg>
		
	</script>

	</div>

	</body>
	
</html>



<!DOCTYPE html>
<!-- SVG Sizing Test Controller
     by Rick Masters
     Released under Apache 2 License

     The latest source, including the PHP scripts, is available at
     http://svgweb.googlecode.com/svn/trunk/tests/browser-tests/sizing/ 
-->
<html>
  <head>
  <script type="text/javascript">
  function handleChange() {
    var i=0;

    $html_file = "generate-html.php?";

    var params = {};
    var elems = document.getElementsByTagName('INPUT');
    for (i=0; i < elems.length; i++) {
      elem = elems[i];
      if (elem.checked) {
         params[elem.name] = elem.value;
         if (i == 0) {
           $html_file += elem.name+ "=" + elem.value;
         } else {
           $html_file += "&" + elem.name + "=" + elem.value;
         }
      }
    }
    $svg_file = "generate-svg.php?" + "viewBoxMode=" + params.viewBoxMode +
                "&preserveAspectRatioType=" + params.preserveAspectRatioType +
                "&svgWidthType=" + params.svgWidthType +
                "&svgHeightType=" + params.svgHeightType;

    htmlStr = "";

    switch (params.docType) {
      case 'html4quirks':
        htmlStr =  '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">' + "\n";
        break;
      case 'html4strict':
        htmlStr += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">' + "\n";
        break;
      case 'html5':
      default:
        htmlStr += "<!DOCTYPE html>\n";
        break;
    }

    htmlStr += "<html>\n";
    htmlStr += "<head>\n";

    switch (params.svgWebMode) {
      case 'pureNative':
      default:
        break;
      case 'svgWebNative':
        htmlStr += '    <meta name="svg.render.forceflash" content="false" />\n';
        htmlStr += '    <script src="../../../src/svg.js" type="text/javascript"><' + '/script>\n';
        break;
      case 'svgWebFlash':
        htmlStr += "    <meta" + ' name="svg.render.forceflash" content="true" ' + " /> \n";
        htmlStr += '    <script src="../../../src/svg.js" type="text/javascript"><' + "/script> \n";
        break;
    }
    htmlStr += "</head>\n";
    htmlStr += "<body>\n";

    // Maybe enclose the SVG object or element in a DIV
    switch (params.parentType) {
      case 'body':
        break;

      case 'div':
      default:
        switch (params.divWidthType) {
          case "percent":
            $divWidth = ' width:100%;';
            break;
          case "absent":
            $divWidth = "";
            break;
          case "pixels":
          default:
            $divWidth = ' width:500px;';
            break;
        }
        switch (params.divHeightType) {
          case "percent":
            $divHeight = ' height:100%;';
            break;
          case "absent":
            $divHeight = "";
            break;
          case "pixels":
          default:
            $divHeight = ' height:400px;';
            break;
        }
        htmlStr += '<div id="mydiv" style="border:2px solid black;' + $divWidth + $divHeight + '">' + "\n";
        break;
    }

    var svgStr = "";
    svgStr += '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" ' + "\n";

    switch (params.svgWidthType) {
      case "percent":
        $svgWidth = 'width="100%" ';
        break;
      case "absent":
        $svgWidth = "";
        break;
      case "pixels":
      default:
        $svgWidth = 'width="450" ';
        break;
    }
    switch (params.svgHeightType) {
      case "percent":
        $svgHeight = 'height="100%" ';
        break;
      case "absent":
        $svgHeight = "";
        break;
      case "pixels":
      default:
        $svgHeight = 'height="300" ';
        break;
    }
    switch (params.viewBoxMode) {
      case "absent":
        $viewBox = "";
        $preserveAspectRatio = "";
        break;
      case "present":
      default:
        $viewBox = 'viewBox="0 0 1500 1000" ';
        switch (params.preserveAspectRatioType) {
          case "absent":
            $preserveAspectRatio = '';
            break;
          case "none":
            $preserveAspectRatio = 'preserveAspectRatio="none" ';
            break;
          case "slice":
            $preserveAspectRatio = 'preserveAspectRatio="xMidYMid slice" ';
            break;
          case "meet":
          default:
            $preserveAspectRatio = 'preserveAspectRatio="xMidYMid meet" ';
            break;
        }
        break;
    }
    
    
    svgStr += "     " + $svgWidth + $svgHeight + $viewBox + "\n";
    
    svgStr += "     " + $preserveAspectRatio + ">\n";
    
    svgStr += '    <rect x="0" y="0" width="1500" height="1000" ' + "\n";
    svgStr += '          fill="yellow" stroke="blue" stroke-width="12" ></rect>' + "\n";
    svgStr += '    <path fill="red" d="M 750,100 L 250,900 L 1250,900 z" ></path>' + "\n";
    svgStr += "</svg>\n" ;


    // Create in inline SVG image, or an object tag that loads the file
    switch (params.tagType) {
      case 'script':
      case 'svg':
        if (params.tagType == 'script') {
           htmlStr += '<script type="image/svg+xml">' + "\n";
        }
        htmlStr += svgStr;
        if (params.tagType == 'script') {
           htmlStr += "</" + "script>\n";
        }
        break;

      case 'img':
        // Format the object width
        switch (params.objectWidthType) {
          case 'percent':
            $objectWidth = 'width="100%" ';
            break;
          case 'absent':
            $objectWidth = "";
            break;
          case 'pixels':
          default:
            $objectWidth = 'width="450px" ';
            break;
        }
        // Format the object height
        switch (params.objectHeightType) {
          case 'percent':
            $objectHeight = 'height="100%" ';
            break;
          case 'absent':
            $objectHeight = '';
            break;
          case 'pixels':
          default:
            $objectHeight = 'height="300px" ';
            break;
        }


        // Format the svg file name
        $svg_file = "generate-svg.php?" + "viewBoxMode=" + params.viewBoxMode +
                    "&preserveAspectRatio=" + params.preserveAspectRatioType +
                    "&svgWidthType=" + params.svgWidthType +
                    "&svgHeightType=" + params.svgHeightType;


        // Format the entire object tag now
        switch (params.svgWebMode) {
          case 'pureNative':
          case 'svgWebNative':
          case 'svgWebFlash':
          default:
            htmlStr += '<img src="' + $svg_file + "\n";
            htmlStr += '        ' + $objectWidth + $objectHeight + ' id="mySVGObject"></img> ' + "\n";
            break;
        }
        break;

      case 'object':
      default:

        // Format the object width
        switch (params.objectWidthType) {
          case 'percent':
            $objectWidth = 'width="100%" ';
            break;
          case 'absent':
            $objectWidth = "";
            break;
          case 'pixels':
          default:
            $objectWidth = 'width="450px" ';
            break;
        }
        // Format the object height
        switch (params.objectHeightType) {
          case 'percent':
            $objectHeight = 'height="100%" ';
            break;
          case 'absent':
            $objectHeight = '';
            break;
          case 'pixels':
          default:
            $objectHeight = 'height="300px" ';
            break;
        }


        // Format the svg file name
        $svg_file = "generate-svg.php?" + "viewBoxMode=" + params.viewBoxMode +
                    "&preserveAspectRatio=" + params.preserveAspectRatioType +
                    "&svgWidthType=" + params.svgWidthType +
                    "&svgHeightType=" + params.svgHeightType;


        // Format the entire object tag now
        switch (params.svgWebMode) {
          case 'pureNative':
            htmlStr += '<object data="' + $svg_file + "\n";
            htmlStr += '        type="image/svg+xml" ' + $objectWidth + $objectHeight + ' id="mySVGObject"></object> ' + "\n";
            break;

          case 'svgWebNative':
          case 'svgWebFlash':
          default:
            // This is the crazy SVG Web syntax that works with all browsers
            htmlStr += '<!--[if !IE]>-->' + "\n";
            htmlStr += '  <object data="' + $svg_file + '" type="image/svg+xml"' + "\n";
            htmlStr += '          ' + $objectWidth + $objectHeight + ' id="mySVGObject"> <!--<![endif]-->' + "\n";
            htmlStr += '<!--[if lt IE 9]>' + "\n";
            htmlStr += '  <object src="' + $svg_file + '" classid="image/svg+xml"' + "\n";
            htmlStr += '          ' + $objectWidth + $objectHeight + ' id="mySVGObject"> <![endif]-->' + "\n";
            htmlStr += '<!--[if gte IE 9]>' + "\n";
            htmlStr += '  <object data="' + $svg_file + '" type="image/svg+xml"' + "\n";
            htmlStr += '          ' + $objectWidth + $objectHeight + ' id="mySVGObject"> <![endif]-->' + "\n";
            htmlStr += '  </object>' + "\n";
           
            break;
        }
        break;

    }


    switch (params.parentType) {
      case 'body':
        break;
      case 'div':
      default:
        htmlStr += "</div>\n";
        break;
    }

    htmlStr += "</body>\n";
    htmlStr += "</html>\n";

    var htmlFile = document.getElementById('htmlFile');
    while (htmlFile.childNodes.length > 0) {
      htmlFile.removeChild(htmlFile.childNodes[0]);
    }
    var link = document.createElement('a');
    link.setAttribute('href', $html_file);
    link.appendChild(document.createTextNode($html_file));
    //document.getElementById('htmlFile').appendChild(document.createTextNode($html_file));
    document.getElementById('htmlFile').appendChild(link);

    var htmlCode = document.getElementById('htmlCode');
    while (htmlCode.childNodes.length > 0) {
      htmlCode.removeChild(htmlCode.childNodes[0]);
    }
    document.getElementById('htmlCode').appendChild(document.createTextNode(htmlStr));

    var svgCode = document.getElementById('svgCode');
    while (svgCode.childNodes.length > 0) {
      svgCode.removeChild(svgCode.childNodes[0]);
    }
    document.getElementById('svgCode').appendChild(document.createTextNode(svgStr));

  }
  </script>
  </head>
  <body onload="handleChange();">
  <h1>SVG sizing test permutations</h1>

  <table width="100%">
    <tr>
      <td width="10%" valign="top">
          <div id="htmlFile">
          </div>
      </td>
  </tr>
  </table>

  <table width="100%">
  <tr>
  <td valign="top" >
<pre><code id="htmlCode">
</code></pre>
  </td>

  <td width="10%">
  </td>

  <td valign="top">
<pre><code id="svgCode">
</code></pre>
  </td>
  </table>


  <form>
   <table width="100%">
   <td width="40%" valign="top">
    <hr />
    <p>DOCTYPE:</p>
    <input type="radio" name="docType" value="html5" checked="checked" onchange="handleChange();" />HTML 5
    <input type="radio" name="docType" value="html4quirks" onchange="handleChange();" />HTML 4 Transitional
    <input type="radio" name="docType" value="html4strict" onchange="handleChange()" />HTML 4 Strict
    <hr />
    <p>Native / SVG Web Mode:</p>
    <input type="radio" name="svgWebMode" value="pureNative" checked="checked" onchange="handleChange()" />Native SVG
    <input type="radio" name="svgWebMode" value="svgWebNative" onchange="handleChange()" />Native w/SVG Web present
    <input type="radio" name="svgWebMode" value="svgWebFlash" onchange="handleChange()" />SVG Web in Flash mode
    <hr />
    <p>Tag Type:</p>
    <input type="radio" name="tagType" value="object" checked="checked" onchange="handleChange()" />object<br />
    <input type="radio" name="tagType" value="svg" onchange="handleChange()" />svg (requires HTML 5 browser)<br />
    <input type="radio" name="tagType" value="script" onchange="handleChange()" />script (requires SVG Web)<br />
    <input type="radio" name="tagType" value="img" onchange="handleChange()" />img (requires HTML 5 browser)<br />
    <hr />
    <p>Parent type:</p>
    <input type="radio" name="parentType" value="div" checked="checked" onchange="handleChange()" />div
    <input type="radio" name="parentType" value="body" onchange="handleChange()" />body
    <hr />
   </td>
   <td width="30%" valign="top">
    <hr />
    <p>Div width:</p>
    <input type="radio" name="divWidthType" value="pixels" checked="checked" onchange="handleChange()" />pixels
    <input type="radio" name="divWidthType" value="percent" onchange="handleChange()" />percent
    <input type="radio" name="divWidthType" value="absent" onchange="handleChange()" />absent
    <hr />
    <p>Div height:</p>
    <input type="radio" name="divHeightType" value="pixels" checked="checked" onchange="handleChange()" />pixels
    <input type="radio" name="divHeightType" value="percent" onchange="handleChange()" />percent
    <input type="radio" name="divHeightType" value="absent" onchange="handleChange()" />absent
    <hr />
    <p>object/img width:</p>
    <input type="radio" name="objectWidthType" value="pixels" checked="checked" onchange="handleChange()" />pixels
    <input type="radio" name="objectWidthType" value="percent" onchange="handleChange()" />percent
    <input type="radio" name="objectWidthType" value="absent" onchange="handleChange()" />absent
    <hr />
    <p>object/img height:</p>
    <input type="radio" name="objectHeightType" value="pixels" checked="checked" onchange="handleChange()" />pixels
    <input type="radio" name="objectHeightType" value="percent" onchange="handleChange()" />percent
    <input type="radio" name="objectHeightType" value="absent" onchange="handleChange()" />absent
    <hr />
   </td>
   <td width="30%" valign="top">
    <hr />
    <p>SVG viewBox:</p>
    <input type="radio" name="viewBoxMode" value="present" checked="checked" onchange="handleChange()" />present
    <input type="radio" name="viewBoxMode" value="absent" onchange="handleChange()" />absent
    <hr />
    <p>SVG preserveAspectRatio:</p>
    <input type="radio" name="preserveAspectRatioType" value="meet" checked="checked" onchange="handleChange()" />meet
    <input type="radio" name="preserveAspectRatioType" value="slice" onchange="handleChange()" />slice
    <input type="radio" name="preserveAspectRatioType" value="none" onchange="handleChange()" />none
    <input type="radio" name="preserveAspectRatioType" value="absent" onchange="handleChange()" />absent
    <hr />
    <p>SVG width</p>
    <input type="radio" name="svgWidthType" value="pixels" checked="checked" onchange="handleChange()" />pixels
    <input type="radio" name="svgWidthType" value="percent" onchange="handleChange()" />percent
    <input type="radio" name="svgWidthType" value="absent" onchange="handleChange()" />absent
    <hr />
    <p>SVG height:</p>
    <input type="radio" name="svgHeightType" value="pixels" checked="checked" onchange="handleChange()" />pixels
    <input type="radio" name="svgHeightType" value="percent" onchange="handleChange()" />percent
    <input type="radio" name="svgHeightType" value="absent" onchange="handleChange()" />absent
    <hr />
   </td>
   </table>
   <p>HTML and PHP source code</p>
   <ul>
     <li>
     <a href="http://svgweb.googlecode.com/svn/trunk/tests/browser-tests/sizing/controller.html">Test controller (HTML)</a>
     </li>
     <li>
     <a href="http://svgweb.googlecode.com/svn/trunk/tests/browser-tests/sizing/generate-html.php">HTML generator (PHP)</a>
     </li>
     <li>
     <a href="http://svgweb.googlecode.com/svn/trunk/tests/browser-tests/sizing/generate-svg.php">SVG generator (PHP)</a>
     </li>
   </ul>

  </form>
  
</body>
</html>
<!DOCTYPE html>
<html>
  <body>
  <h1>Number of SVG sizing test permutations</h1>

  <p>ViewBoxVariations = [ present, not present ].length = 2</p>
  <p>ViewBoxPreserveAspectRatioVariations = [ 'xMidYMid', 'none', null ].length = 3</p>
  <p>NoViewBoxPreserveAspectRatioVariations = [ null ].length = 1</p>

  <p>SVGHeightVariations = [ PixelSVGHeight, PctSVGHeight, NullSVGHeight ].length * (ViewBoxPreserveAspectRatioVariations + NoViewBoxPreserveAspectVariations) = 12</p>
  <p>SVGTagVariations = [ PixelSVGWidth, PctSVGWidth, NullSVGWidth ].length * SVGHeightVariations = 36</p>

  <p>ObjectHeightVariations = [ NullObjectHeight,  PixelObjectHeight, PctObjectHeight].length * SVGTagVariations = 108</p>
  <p>ObjectTagVariations = [ NullObjectWidth, PixelObjectWidth, PctObjectWidth].length * ObjectHeightVariations= 324</p>

  <p>ScriptHeightVariations = [ NullScriptHeight,  PixelScriptHeight, PctScriptHeight].length * SVGTagVariations = 108</p>
  <p>ScriptTagVariations = [ NullScriptWidth, PixelScriptWidth, PctScriptWidth].length * ScriptHeightVariations= 324</p>

  <p>TagTypeVariations = ObjectTagVariations + SVGTagVariations + ScriptTagVariations = 360</p>

  <p>DivHeightVariations = [ NullDivHeight,  PixelDivHeight, PctDivHeight].length * TagTypeVariations = 1080</p>
  <p>DivVariations = [ NullDivWidth,  PixelDivWidth, PctDivWidth].length * DivHeightVariations = 3240</p>

  <p>BodyVariations = TagTypeVariations = 360</p>

  <p>ContainerVariations = DivVariations + BodyVariations = 3600</p>

  <p>DOCTYPE Variations = [ HTML5, HTML 4.01 Transitional, HTML 4.01 strict ].length * ContainerVariations = 10800</p>

  <p>Media Variations = [ 'text/html' ].length * DOCTYPE = 10800</p>

  <p>Native Variations = Media Variations = 10800</p>

  <p>SVG Web Variations = [ 'No SVG Web Present, Native SVG', 'SVG Web Present, but using Native SVG', 'SVG Web using Flash' ].length * NativeVariations = 30240

</body>
</html>
<!DOCTYPE html>
<html>
  <body>
  <h1>SVG Sizing</h1>
  <p><b>These files were provided to SVG Web for testing purposes and all rights are retained by their respective copyright owners.</b></p>

  <p><a href="sizing_strategy.html">SVG Web Sizing Strategy Project - September 2009</a></p>

  <ul>
    <li>
     <a href="controller.html">Test Controller</a>
    </li>
    <li>
     <a href="count.html">Total Permutations = 30240</a>
    </li>
    <li>
     <a href="test_list.html">Test List for Sizing</a>
    </li>
    <li>
     <table>
     <tr>
     <td><a href="objects.html">A bunch of different sized objects - Native Renderer</a></td>
     <td width="2%"></td>
     <td><a href="objects.html?svg.render.forceflash=true">Flash Renderer</a></td>
     </tr>
     </table>
    </li>
    <li>
     <table>
     <tr>
     <td><a href="inline-quirks-100-50-10.html">width = 100%, 50%, 10% - QuirksMode, Inline SVG</a></td>
     <td width="2%"></td>
     <td><a href="inline-quirks-100-50-10.html?svg.render.forceflash=true">Flash Renderer</a></td>
     </tr>
     </table>
    </li>
    <li>
     <table>
     <tr>
     <td><a href="shape_px.html">Map, Inline SVG, svg size in pixels, NO DIV - Native Renderer</a></td>
     <td width="2%"></td>
     <td><a href="shape_px.html?svg.render.forceflash=true">Flash Renderer</a></td>
     </tr>
     </table>
    </li>
    <li>
     <table>
     <tr>
     <td><a href="shape_perc.html">Map, Inline SVG, html4strict, svg size in %, NO DIV - Native Renderer</a></td>
     <td width="2%"></td>
     <td><a href="shape_perc.html?svg.render.forceflash=true">Flash Renderer</a></td>
     </tr>
     </table>
    </li>
    <li>
     <table>
     <tr>
     <td><a href="mapperc.html">Map, Inline SVG, html4strict, svg size in %, div size in px - (Overflows DIV(fixed)) - Native Renderer</a></td>
     <td width="2%"></td>
     <td><a href="mapperc.html?svg.render.forceflash=true">Flash Renderer</a></td>
     </tr>
     </table>
    </li>
    <li>
     <table>
     <tr>
     <td><a href="map.html">Map, Inline SVG, html4strict, svg size in px, div size absent - Native Renderer</a></td>
     <td width="2%"></td>
     <td><a href="map.html?svg.render.forceflash=true">Flash Renderer</a></td>
     </tr>
     </table>
    </li>
    <li>
     <table>
     <tr>
     <td><a href="aspect.html">Circle Aspect Ratio: Inline SVG, html4strict, svg size in %, div size in % - Native Renderer</a></td>
     <td width="2%"></td>
     <td><a href="aspect.html?svg.render.forceflash=true">Flash Renderer</a></td>
     </tr>
     </table>
    </li>
  </ul>
  <!-- TODO
  <p>
   <a href="generate-html.php">Default Sizing Test</a>
  </p>
  <p>
   <a href="generate-html.php?random=true">Random Sizing Test</a>
  </p>
  -->

</body>
</html>
<html>
    <head>
        <script src="../../../src/svg.js" type="text/javascript"></script>
    </head>
    <body>
        <script type="image/svg+xml">
            <svg version="1.1" viewBox="0 0 1500 1000" width="100%">
                <rect x="0" y="0" width="1500" height="1000" 
                      fill="yellow" stroke="blue" stroke-width="12" />
                <path fill="red" d="M 750,100 L 250,900 L 1250,900 z" />
            </svg>
        </script>
        <script type="image/svg+xml">
            <svg version="1.1" viewBox="0 0 1500 1000" width="50%">
                <rect x="0" y="0" width="1500" height="1000" 
                      fill="yellow" stroke="blue" stroke-width="12" />
                <path fill="red" d="M 750,100 L 250,900 L 1250,900 z" />
            </svg>
        </script>
        <script type="image/svg+xml">
            <svg version="1.1" viewBox="0 0 1500 1000" width="10%">
                <rect x="0" y="0" width="1500" height="1000" 
                      fill="yellow" stroke="blue" stroke-width="12" />
                <path fill="red" d="M 750,100 L 250,900 L 1250,900 z" />
            </svg>
        </script>
    </body>
</html>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>

	<head>
	
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

		<title>SVG Web Test: Election Atlas – European Election in Germany 2009</title>
		
		<script src="../../../src/svg.js" data-path="../../../src/"></script>

	
<style type="text/css">

body  { line-height: 100%; margin: 0px; color: #000; font-size: 12px; background-color: #fff;
        font-family: Helvetica, Arial, sans;
       }
       
a:link, a:visited { color: #a8a8a8; text-decoration:none; }
a:hover, a:active { color: #4a4a4a; border-bottom-width: 1px; border-bottom-style: dotted; text-decoration: none; }

#map {left: 0px; width: 556px; height: 645px; background-color: #d5e7ff; float: left; position: absolute;z-index: -9;}
#mapLeft {left: 0px; width: 471px; height: 645px; background-color: #d5e7ff; float: left; position: absolute;z-index: -9;}
#mapRight {left: 475px; width: 471px; height: 645px; background-color: #d5e7ff; float: right; position: absolute;z-index: -9;}

#controlsContainer {padding-left: 15px; left: 561px; width: 370px; height:645px; 
					background-color: #dddddd; float: right; position: absolute;
					z-index: -8;
					-webkit-transition-property: left;
  					-webkit-transition-duration: 2.5s;
      				}
	
#LayoutControl {display: none;}
#copyright {z-index: -6; color: #a8a8a8; bottom: 10px; font-size: 10px; line-height: 13px; position: absolute;}
#zoomControls {z-index: -5; left: 235px; bottom: 5px; position: absolute;}

#dropDown1 { position: relative; float: none; margin-top: 18px;}
#wkr-id {font-weight: bold; font-size: 12px; color: #e95502;}

h1 {margin-top: 25px; margin-bottom: 40px; 
	color: #3a3b4f; font-size: 20px; 
	font-variant: normal; letter-spacing: 0px;
	font-family: Georgia, serif;}
h3 {font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #3a3b4f; 
	font-size: 12px;}

.importnt {font-weight: bold;}

table { margin-top: 0px; padding: 0px; margin-right: 0px; margin-bottom: 0px; width: 332px; margin-left: -2px;}
tr {background-color: #f2f2f2;}
td {padding: 5px; text-align: right;}

#histogram {clear: both; top: 468px; position: absolute;
			z-index: -1; height: 110px; width: 328px; margin-top: 15px;
			background-color: #f2f2f2;}

</style>

	<script type="text/javascript" src="map1.js" charset="utf-8"></script>
 	<script type="text/javascript" src="map2.js" charset="utf-8"></script>

	</head>

	<body onsvgload="load()">
	
	<div id="controlsContainer">
	

	<h1>European Election in Germany</h1>
	
	<p id="wkr-id">Application is loading . . .</p>
	<p id="wkr-name" class="importnt">Move your mouse over the map</p>
	<!-- <p id="wahlbetAkt">Wahlbeteiligung 2009</p> -->
	
	<table id="wkrresults">
	<!-- "AKT" = Aktuelle Wahl; "VORP" = VorPeriode	 -->
		<tr>
		<td>&nbsp;</td>
		<td id="CDUkopf" style="width: 18%;">Cons.</td>
		<td style="width: 18%;">Soc.Dem.</td>
		<td style="width: 18%;">Green</td>
		<td style="width: 18%;">Left</td>
		<td style="width: 18%;">Lib</td>
		</tr>
		<tr class="importnt">
		<td>2009</td>
		<td id="cduAKTproz" style="background-color: #f2f2f2;">-</td>
		<td id="spdAKTproz" style="background-color: #f2f2f2;">-</td>
		<td id="grueneAKTproz" style="background-color: #f2f2f2;">-</td>
		<td id="linkeAKTproz" style="background-color: #f2f2f2;">-</td>
		<td id="fdpAKTproz" style="background-color: #f2f2f2;">-</td>
		</tr>
		<tr>
		<td>2004</td>
		<td id="cduVORPproz" style="background-color: #f2f2f2;">-</td>
		<td id="spdVORPproz" style="background-color: #f2f2f2;">-</td>
		<td id="grueneVORPproz" style="background-color: #f2f2f2;">-</td>
		<td id="linkeVORPproz" style="background-color: #f2f2f2;">-</td>
		<td id="fdpVORPproz" style="background-color: #f2f2f2;">-</td>
		</tr>
	</table>
	
	<div id="dropDown1">
		<form id="form1">
	    <select name="types" onchange="fillItems(0)">
		  <option value="1">Election 2009</option>
		  <option value="2">Election 2004</option>
		  <option value="3">Statistics</option> 
	    </select>
	    <select name="items" onchange="statistics(this.value)"></select>
	    </form>
	</div>
	
	<div id="legende">
	<h3 id="keyHead">Shown Variable</h3>
	<form name="classification">
	<table>
	<tr class="keyTableRow">
		<td>Key</td><td colspan="2" style="text-align: center;">from ... <b>to</b></td>
		<td>arbitrary</td><td>Frequencies</td>
	</tr>
	<tr>
		<td id="color0">&nbsp;</td><td id="min">min</td>
		<td id="percClass0" class="importnt">bis</td>
		<td style="padding-top: 0; padding-bottom: 0;"><input name="limit1" type="text" size="4" maxlength="4" value=""/></td>
		<td id="freq0">-</td>
	</tr>
	<tr>
		<td id="color1">&nbsp;</td><td id="limit1a">limit1a</td>
		<td id="percClass1" class="importnt">bis</td>
		<td style="padding-top: 0; padding-bottom: 0;"><input name="limit2" type="text" size="4" maxlength="4" value=""/></td>
		<td id="freq1">-</td>
	</tr>
	<tr>
		<td id="color2">&nbsp;</td><td id="limit2a">limit2a</td>
		<td id="percClass2" class="importnt">bis</td>
		<td style="padding-top: 0; padding-bottom: 0;"><input name="limit3" type="text" size="4" maxlength="4" value=""/></td>
		<td id="freq2">-</td>
	</tr>
	<tr>
		<td id="color3">&nbsp;</td><td id="limit3a">limit3a</td>
		<td id="percClass3" class="importnt">bis</td>
		<td style="padding-top: 0; padding-bottom: 0;"><input name="limit4" type="text" size="4" maxlength="4" value=""/></td>
		<td id="freq3">-</td>
	</tr>
	<tr>
		<td id="color4">&nbsp;</td>
		<td id="limit4a">limit4a</td><td id="max" class="importnt">max</td>
		<td style="padding: 1px;"><button type="button" name="ok" onclick="newClassInput()">change</button></td>
		<td id="freq4">-</td>
	</tr>
	</table>
	</form>

	<form id="check2maps" style="float: left;">
	<input id="2maps" type="checkbox" onclick="if (this.checked) {cloneMap()} else {uncloneMap()}" /> 
	Two map view 
	</form>

	<form id="LayoutControl">&nbsp;– Controls 
	<input type="radio" name="position" onclick="layoutControls(this.value)" value="left" />left
	<input type="radio" name="position" onclick="layoutControls(this.value)" value="right" />right
	<input type="radio" name="position" onclick="layoutControls(this.value)" value="hide" />hide
	</form>

	<form name="classMethodControl" style="float: right; margin-right: 50px;">
	  <select name="selectedMethod" onchange="colorMap(this.value)"> 
	  <option value="none" id="option1">Classify</option>
	  <option value="quantiles">Quantiles</option> 
	  <option value="equaldistance">Equal Distance</option>
	  <option value="default">Default</option> 
	  </select>
	</form>
	
	</div>


	<!-- onmouseover="magnify()" -->
	<div id="histogram" title="Results of all 413 electoral districts, ascending order">
	
	<p style="margin-left:6px; margin-top: 6px; position: absolute;">Value Distribution</p>
	<p style="margin-left:308px; margin-top:  5px; position: absolute; font-size:9px" id="maxTick">max</p>
	<p style="margin-left:308px; margin-top: 95px; position: absolute; font-size:9px" id="minTick">min</p>
	
		<script type="image/svg+xml">
		<svg id="histogramlines"
			width="305px" height="100px"
			viewBox="-4 0 420 120">
		
		</svg>
		</script>	

	</div>
	

	<div id="zoomControls">
	<form name="ZoomControl" action="">
		<input type="button" value="ZOOM" onclick="zoomHelp()">
		<input type="button" value="RESET" onclick="resetZoom()">
	</form>
	</div>
	
	<div id="copyright">
    © <a href="http://tr.im/BKG_VG2500" title="www.geodatenzentrum.de || Produkt VG2500 || Vervielfältigung, Verbreitung und öffentliche Zugänglichmachung, auch auszugsweise, mit Quellenangabe gestattet." target="_blank">Karte: BKG, Frankfurt/M 2009</a><br/>
	© <a href="http://www.bundeswahlleiter.de/de/europawahlen/EU_BUND_09/veroeffentlichungen/" target="_blank">
	Daten: Bundeswahlleiter, 2009</a><br/>
	© <a href="http://vis.uell.net/" target="_blank">
	Programm: vis.uell.net, 2009</a><br/>
	</div>
	
	</div>
		
	<div id="map">
	
	<script type="image/svg+xml">
	<svg	id="svgroot" width="556px" height="645px"
			viewBox="-340431 -475036 672623 911401">
		
	<g id="Wahlkreiskarte" fill="#fefcd5" stroke="#000000" stroke-width="300" stroke-linecap="round" stroke-linejoin="round">
	
<!--

Map converted from Shapefile using shp2svg
http://www.carto.net/papers/svg/utils/shp2svg/

-->

<g>	
<path id="1001" d="M-65000-425755l936 1453l16 347l-88 3494l-273 383l-2724 2067l-627 137l-4521-193l-1300-3056l138-42l772-265l2042-1225l30-172l-31-245l-131-388l-43-210l-11-147l32-281l286-1725l1243 1l529 1389l438 783l1092-1279l59-145l136-203l351-435l57-51l68-37l42-4l1002-27l480 76z"/>
<path id="1002" d="M-20114-377012l-447-3l-361 39l-1092 509l-1208 3058l-66 299l15 92l340 351l239 219l256 356l92 236l55 183l24 238l-12 213l-106 258l-717 1314l-310 639l433-289l1443-977l331-667l8-19l-1-15l-83-1178l47 0l545 18l1515 510l187 2411l77 4443l-645 1545l-1035 1374l-578 31l-1295-218l-2066-179l-3442-3240l-219 22l-58-22l-568-371l-670-1125l-318-1487l141-1509l550-957l363 67l22 377l673 448l329 18l1282-627l756-760l-223-1015l-258-320l-286 136l-455 339l-885 314l-174-16l-1953-334l-194-62l-143-124l-147-276l298-1150l2218-1145l218-95l167 0l1298 21l267 30l237 56l733 205l1155-1837l42-85l10-85l10-119l-69-631l-114-531l-35-149l-27-191l-9-203l35-308l58-414l168-368l1523-1721l350-291l473-87l1267 2411l75 268l37 191l76 430l-169 1531z"/>
<path id="1003" d="M25802-328917l683-14l350 1292l263 2433l3174 1014l41 17l131 80l112 90l95 99l37 56l28 46l14 60l6 49l-3 73l-25 74l-64 114l-31 19l-47 28l-3457 1051l-108-6l-109-31l-120-64l-117-75l-132-110l-37-48l-35-56l-39-70l-33-94l-17-270l18-228l24-86l-2262-623l-1285 1638l-2989 2483l-810 125l-898 125l-283 159l-1506 2320l-50 100l25 1805l159 346l408 368l137 121l116 148l89 161l60 144l34 125l42 568l50 729l-871 246l-881 394l-1767 1797l-1891 788l-2074 481l-345-266l239-573l13-6l1228-455l-1-240l-942-348l-883-89l-132-7l-234-11l-161 88l8 42l426 2184l413-38l90 328l-430 461l-127-9l-337-27l-259-57l-1658-740l-1119-1597l353-216l46-14l62 8l38 22l33 42l90 125l42 33l61 22l71 0l28-13l33-33l241-358l42-66l43-89l13-67l0-331l-4-121l-9-72l-109-636l-14-75l-28-64l-588-709l-143 113l-27 33l-633 811l-372 28l-1387-2273l-39-80l-10-79l15-73l29-59l38-55l643-579l326-252l40-23l64-19l1255-220l913-1439l-744-2411l-23-39l-1700-1032l-112-268l-22-59l172-457l268-448l37-54l597-311l427 12l148 49l1393 780l1361 899l324 106l48-8l304-98l160-68l134-76l110-73l63-64l56-67l187-265l208-526l146-398l57-99l78-98l129-111l900-670l4792-2145l2918-1082l491 261l663-424l420-461l670-866l909-3613l53-1251l15-374l842-185l190-10l153 13l154 49l438 200l150 111l161 147l211 236l159 217l135 246l109 264l31 235l13 252l-23 221l-73 323l-30 135l-24 171l-12 160l-5 259l9 86l161 640l228 101l118 48l168 37z"/>
<path id="1004" d="M-30440-348117l-784 2197l-39 5319l318 286l891 256l954-77l159 662l-1148 1597l-2522 1363l-167 54l-95 30l-2307 528l-189 9l-620 0l-322-16l-118-286l82-1557l-932-1913l-477-4628l391-914l1167-2328l2218-2674l944-251l1458 1026l-36 869l1174 448z"/>
<path id="1051" d="M-118707-341722l290 1480l-266-84l-225-75l-289-226l-117-162l-68-150l-49-367l11-265l38-201l171-470l159-262l158-177l332-291l290-112l370-7l163 290l-968 1079zM-94186-375370l1303 456l957-740l145-76l112 15l117 69l199 159l199 161l236 195l2132 1888l38 81l295 1125l1371 1241l892-874l1351 718l1655 671l61 16l77-23l66-37l40-47l47-92l46-130l198-1336l-5-92l-8-104l-51-115l-81-79l-161-97l-305-162l-54-69l-7-84l7-115l61-76l84-38l237-23l200 0l121 15l111 34l1083 699l804 553l893 1070l32 59l32 129l-9 150l-195 1495l-13 53l-31 54l-38 23l-107 7l-367-68l-99-16l-95 12l-90 29l-55 55l-35 88l21 152l518 1188l1176 2146l68 122l19 18l28 13l946 335l61 16l69 15l107-23l86-60l416-459l827-611l126-73l129-38l3120-573l987 75l539 1188l1214 1517l818 2878l494 7337l-1029 747l-1219 754l-351-29l-61-234l-909 363l-949 447l-99 53l-128 70l-611 339l-1923 1145l-155 113l-1228 995l-468 520l515 1821l204 1736l-247 2577l-132 469l-466 1986l-309 1776l200 1192l-12 452l-14 407l-467 2207l-92 354l-18 62l-546 1044l-325 145l-287-72l-403 76l-4291 5269l-772 4256l52 1283l-1983 27l-5724-204l-1594-109l-550-28l-708 55l-1074 127l-211-1869l-1420 308l-898 217l-43 7l-151 20l-77-5l-82-25l-811-352l-672-569l-2061-2396l-483-633l-592-997l-749-1716l-1041-2569l-18-496l-1379-2629l-1435-2602l-781-57l-239-171l1704-1353l219-141l290-138l934-334l968-224l2760 578l544 389l100 93l354 367l753 44l420-108l221-65l356-127l349-127l47-28l65-39l117-80l135-135l132-157l107-177l124-283l69-195l130-369l54-176l97-326l21-145l2-19l8-165l4-181l-52-301l-383-745l-2029-3068l-1100-3670l-56-109l-78-86l-21-23l-57-48l-42-34l-79-39l-96-40l-740-146l-93 1l-785 135l-157 30l-171 77l-704 450l-765 68l-1009-91l-833-615l-609-650l-198-226l-140-252l-1146-3193l-62-188l-41-165l-17-231l43-242l487-1992l74-232l489-1047l157-284l196-251l88-76l307-166l43-38l27-55l398-1660l18-144l370-3884l1481 367l1531 199l315-9l265-89l121-104l61-174l30-224l-30-282l-59-545l-36-429l25-187l73-236l179-251l181-191l2597-2466l368-342l295-161l677-168l230-94l140-79l134-102l207-213l1158-1435l71-117l31-111l9-87l-31-266l-49-133l-70-118l-167-197l-138-135l-88-93l-90-139l-63-135l-41-122l-41-142l-20-134l-32-318l12-236l31-266l56-220l70-176l243-437l226-297l298-288l790-667l233-113l34-10l152-10l238 10l357 82l176 104l144 184l1549 1006z"/>
<path id="1053" d="M17441-312632l576 1498l34 149l30 435l0 119l-8 96l-192 1592l-269 587l-59 89l-130 83l462 2189l2600 3158l839 973l59 53l63 43l1781 729l685 217l752 176l454-142l26-25l366-350l12 3l1282 352l1123 368l1359 1673l91 1050l-331 143l-26 10l-18 17l-6 40l-51 686l13 79l12 47l931 1940l-1241 1763l-13 19l-236 375l-285 1547l-129 2753l276 722l-1120 1446l-3055 659l-91 7l-724-51l-78-13l-54-37l-37-78l-64-176l-129-352l-54-108l-57-78l-278-279l-779-34l-83 0l-92 17l-75 38l-62 41l-51 46l-24 42l-13 50l-8 58l4 58l148 1911l31 113l412 1129l0 81l-12 94l-1456 3088l-2077 2193l-1737 1230l-2081 986l-1764 2248l-2108-582l-605 5l-1112 641l-181 129l-46 51l-24 65l-875 3104l-15 77l11 130l65 509l42 548l89 1824l-5 57l-233 1095l-130 387l-46 73l-58 53l-636 407l-84 27l-81-7l-74-20l-73 4l-74 12l-354 1490l179 308l-1096 353l-567-399l-1799-661l-884-166l-1546-301l-279-77l-216-91l-411-237l-1363-901l-1438-674l-298-162l-958-601l-1357-964l-799-603l-640-567l-844-790l-324-142l-244-60l-289-41l-36 2l-1029 69l-677 44l-222 12l-312-19l-209-94l-1297-878l488-776l587-999l-191-76l-172-30l-267-25l-394-10l0 636l-262 259l-4359-4495l-375-1335l3911-2781l312-1591l-147-64l-109-90l-34-60l-17-123l17-105l74-147l1010-981l1962-1557l1329-813l702-220l91-34l1364-653l77-116l58-154l236-725l69-154l90-96l1488-1473l290-280l87-60l37-10l499 5l70 24l58 40l184 181l272 212l261 168l90 57l684 240l73 13l617-52l481-131l1017-442l187-85l246-149l338-241l136-115l84-124l78-149l135-357l157-447l45-195l11-52l-2-39l-16-33l-880-1032l-21-24l-565-327l-25-10l-1572-31l-637 97l-468-240l-2445-3137l-553-787l-102-305l149-1112l312-2261l1327-13l468 206l351-64l142-2463l-325-156l-1670-767l-234-71l-280 0l2374-2344l1851-1474l932 310l1378 766l1630-542l107-45l145-112l37-97l28-102l18-147l47-443l26-974l130-1168l4-26l7-41l26-79l47-53l41-35l110-47l578-193l52-5l71 0l566-130l1031-579l84-57l62-52l21-52l104-306l633-811l27-33l143-113l588 709l28 64l14 75l109 636l9 72l4 121l0 331l-13 67l-43 89l-42 66l-241 358l-33 33l-28 13l-71 0l-61-22l-42-33l-90-125l-33-42l-38-22l-62-8l-46 14l-353 216l1119 1597l1658 740l259 57l337 27l127 9l430-461l-90-328l-413 38l-426-2184l-8-42l161-88l234 11l132 7l883 89l942 348l1 240l-1228 455l-13 6l-239 573l345 266l2074-481l1891-788l1767-1797l881-394l871-246z"/>
<path id="1054" d="M-108528-395324l-81 19l-113-20l-139-54l-1763-702l-107-86l-87-100l-27-77l23-47l147-92l597-231l150-41l151-22l152 15l325 129l1282 187l161 470l46 188l-630 416l-87 48zM-119305-389945l-2128 421l-155-31l-171-74l-184-103l-190-131l-409-408l-994-1240l-233-410l-246-689l-35-794l0-550l60-291l143-158l381-322l2934-1251l2738-989l90-27l509 29l638 93l237 65l118 66l80 109l31 93l-36 1547l-748 2537l-1331 1912l-234 280l-192 109l-242 96l-60 22l-371 89zM-128056-399760l616 311l1174-382l219 18l145 24l119 48l86 59l74 64l898 1334l14 65l22 220l-6 87l-30 308l-36 48l-95 89l-127 51l-52 11l-328 61l-869 39l-106-11l-405-390l-887-746l-789-406l-73-39l-174-172l-77-90l-65-99l-64-113l-61-178l-5-60l15-63l51-65l81-70l102-59l111-31l147-9l132 36l243 110zM-114793-404939l-106 26l-99-8l-81-16l-118-46l-119-59l-95-87l-82-98l-70-102l-24-66l-21-76l0-90l9-71l37-135l184-418l26-39l85-56l115-39l542-49l81-22l96-35l64-41l244-205l51 16l75 73l98 146l67 182l10 150l4 253l-43 139l-70 129l-74 108l-87 104l-137 130l-152 97l-174 97l-236 108zM-119760-406362l-2081 550l-688 133l-61-17l-336-285l-61-35l-79 6l-576 142l-173 47l-1511 867l-395 410l-427 450l-198-1l-1006-887l-45-44l-25-56l-21-97l2-89l74-209l67-146l51-67l499-419l109-60l104-27l7 0l100 8l112 30l213 64l87 0l82-1l317-38l438-89l2473-504l2146-715l304-117l134-63l85-65l101-125l1135 371l-101 313l-27 56l-191 279l-38 40l-516 353l-84 37zM-115367-410515l-2067 420l-57-258l1097-510l1027 348zM-136706-405626l728 866l49-33l42 55l16 117l-16 293l-16 156l-67 164l-86 110l-103 109l-104 77l-164 100l-353 73l-162 26l-182 8l-1044-96l-140-29l-103-30l-104-68l-883-1016l-364-451l-2344-3487l-104-157l-499-1058l-24-112l0-164l43-189l67-141l2330-2660l342-389l286-312l1415-1189l95-62l46-20l38-9l34 0l40 20l23 24l16 35l-1 174l-19 100l-30 53l-529 634l-194 183l-345 259l-104 111l-125 184l-74 185l-65 187l-43 303l6 297l86 392l120 339l176 315l126 176l141 152l686 2833l45 151l59 107l1336 2304zM-124900-410931l-107 25l-971-19l-3337-189l-931-60l-158-32l-152-48l-361-142l-4434-2145l-230-167l-111-136l-96-270l-47-205l-61-481l68-458l251-739l301-791l229-459l172-254l286-355l458-457l527-371l235-124l241-77l2142-446l3590-252l858 59l563 150l732 229l770 261l737 471l144 125l86 89l192 319l619 2450l24 113l-9 77l-20 49l-2038 4093l-64 98l-98 69zM-131378-452486l858 303l137 53l62 42l43 58l11 81l-23 52l-44 47l-972 284l-86 8l-93-8l-84-22l-83-57l-84-137l-63-83l-231-223l-111-77l-89-51l-88-31l-2172 139l-77 26l-51 45l-33 41l-17 77l150 822l22 92l32 54l18 29l66 55l133 39l109 11l664-61l82-13l116 0l131 21l113 50l123 90l98 88l508 618l422 555l28 44l2 67l-74 577l-103 184l-40 40l-1346 814l-81 43l-188 81l-210 68l-181 49l-584 100l-104 28l-94 61l-922 725l-131 138l-332 444l-125 175l-157 244l-1059 1910l-52 99l-17 107l379 5379l91 1069l10 78l26 98l217 704l144 304l180 321l154 187l204 189l140 101l156 94l2578 1553l161 64l165 45l160 22l276 20l3281 52l913-489l301-139l366-110l6-1l391-56l4687-135l691-104l1609-636l253-171l352-241l16-1426l40 11l1439 319l554-175l195-65l156-32l164 0l134 14l53 12l44 10l97 26l148 65l1110 788l1487 1058l121 60l128 31l118 13l2919 152l51-21l1512-1143l20-15l27-16l60-33l60-11l502-82l1135-95l487-20l7196 649l111 17l133 35l1670 679l2364 1119l918 660l15 17l8 16l2 20l-6 17l-41 88l-16 42l6 34l14 20l456 265l718 392l46 20l1138 175l20 3l1641 138l91-15l1376-415l29 1720l-383 2235l-262 1169l-455 1685l1331 2902l-637 2087l-926 435l-1143 907l-46 42l-8 71l-159 2090l387 2690l-121 632l-583 457l-53 14l1989 1098l4105 713l696 1933l555 1041l2267 1376l-1 2251l1168 1552l835 1188l336 633l-702 2148l790 457l1168 307l234 80l1709 1327l39 451l-61 377l-975 2106l-1002 2006l323 2044l890 1221l591 673l327 313l119 87l49 96l537 2143l8 47l5 942l-241 650l-246 298l-57 53l-68 0l-68-17l-99-15l-355 249l-1214 1248l-55 62l-643 804l-1113 1963l-7 16l-390 905l0 36l68 916l197 942l-3148-808l-2790 3661l-61 457l56 230l197 806l-892 874l-1371-1241l-295-1125l-38-81l-2132-1888l-236-195l-199-161l-199-159l-117-69l-112-15l-145 76l-957 740l-1303-456l-1549-1006l-144-184l-176-104l-357-82l-238-10l-152 10l-34 10l-233 113l-790 667l-298 288l-226 297l-243 437l-70 176l-56 220l-31 266l-12 236l32 318l20 134l41 142l41 122l63 135l90 139l88 93l138 135l167 197l70 118l49 133l31 266l-9 87l-31 111l-71 117l-1158 1435l-207 213l-134 102l-140 79l-230 94l-677 168l-295 161l-368 342l-2597 2466l-181 191l-179 251l-73 236l-25 187l36 429l59 545l30 282l-30 224l-61 174l-121 104l-265 89l-315 9l-1531-199l-1481-367l-24-1060l-45-180l-71-220l-371-679l-246-338l-158-136l-127-51l-105-29l-137 9l-3443 823l-1282-681l-172-40l-1984-14l-378 78l-233 74l-368 242l-285 311l-767 1040l129 212l-1964 436l-58-8l-98-35l-3580-2285l-181-156l-247-286l-127-161l-145-193l-540-1059l-22-48l-31-85l-26-572l11-80l261-1577l297-1248l199-679l78-193l103-197l148-276l133-166l312-306l214-161l237-130l215-100l452-118l87 11l33 18l266 1295l0 168l589 578l91 75l60 15l44-5l597-197l2919-1583l214-272l43-393l51-857l-203-681l-1022 23l-675 389l-266-151l-338-310l-1013-1123l160-431l331-536l810-492l396-161l1642-161l2198-306l20-290l1899-239l4371-547l2161 578l45 400l1476-284l846-327l457-352l1202-996l162-157l47-339l64-121l1108-1304l1335-1195l863-404l630-207l1259-414l566-1490l312-932l-116-568l225-50l-106-812l-301-284l-751-1559l-84-555l-41-394l-16-161l-124-65l-211-29l-152 23l-2461 1236l-2007 4188l-39 319l551 237l-195 354l-36 40l-1596 753l-210 61l-201 43l-281 27l-303 14l-2473-193l-1175-263l-29-10l-63-23l-1085-621l-68-74l-44-80l-69-282l-49-2789l284-358l295-361l197-199l29-17l223-128l677-260l582-46l64-33l24-19l906-773l473-507l473-510l214-336l142-224l103-259l39-104l126-397l68-289l36-352l-3-186l-8-226l-39-306l-78-259l-257-595l-116-555l1377-3110l383-1056l-373-1087l-457-321l-851-373l-1000-932l-120-114l-972-2515l-257-251l-1268-839l-184 18l-2121-1267l-551-452l-314-306l-257-268l-161-214l-127-215l-27-100l-20-109l-116-648l-258-2121l204-75l-295-1026l-1422-1014l-689 127l29 159l8 40l-1139-151l-157-653l202-166l774-640l65-57l37-69l21-54l0-48l-24-1011l-717-2469l-367-808l-127-277l-311-559l-41-72l-2423-3703l-1999-2041l-69-93l-68-114l-46-110l-37-107l-29-112l-4-71l10-100l294-2423l-78-646l-565-1458l-987-25l-3978 91l-320 60l-345 87l-299 121l-867 465l-570 318l-50 32l-1796 1276l23 180l-2343 1057l-126 52l-111 27l-149 20l-196-13l-159-43l-191-92l-205-135l-1430-1094l-170-150l-84-87l-69-111l-353-886l-44-121l-28-129l-63-325l-21-44l-33-48l-26-37l-1440-527l-61-15l-62 36l-2177 2360l-80 88l-102 138l-143 273l-144 375l-277 777l-10 49l-141 1713l-251 4293l5 226l102 4392l152 400l15 124l-25 98l-51 57l-49 48l-76 39l-61 11l-76-22l-97-57l-116-129l-134-182l-155-248l-537-877l-8-36l57-1099l287-3502l322-4078l222-3092l62-1060l71-1031l104-705l135-737l434-1811l490-1510l511-1449l823-2104l105-236l519-952l3447-7813l473-1102l284-487l157-267l283-290l147-118l159-102l154-71l147-41l213-29l195 6l165 24l167 45l630 175l147 74l1002 526z"/>
<path id="1055" d="M39793-377742l-190 533l527-328l52-13l75 22l571 257l105 70l74 105l43 131l9 152l0 201l-39 224l-221 734l-83 228l-91 154l-115 136l-135 154l-1083 864l-109 84l-1539 901l-619 915l175 519l178 1331l744 5654l408 6441l272 2234l0 88l-19 99l-35 56l-2648 2015l-1514 970l-1957 1359l-2784 1987l-755 811l-1616 2153l-2032 2424l-138 157l-135 126l-179 154l-196 132l-732 356l-91 39l-100 9l-70 0l-2319-417l-209-54l-1587 510l-2602 2893l-119 155l-133 208l-137 286l-100 294l-84 315l-51 281l-10 259l20 219l13 98l20 141l28 112l541 1272l365 798l424 817l372 655l271 418l114 162l190 214l175 147l314 213l304 180l116 48l112 19l2710-12l-15 374l-53 1251l-909 3613l-670 866l-420 461l-663 424l-491-261l-2918 1082l-4792 2145l-900 670l-129 111l-78 98l-57 99l-146 398l-208 526l-187 265l-56 67l-63 64l-110 73l-134 76l-160 68l-304 98l-48 8l-324-106l-1361-899l-1393-780l-148-49l-427-12l108-778l-9-63l-40-40l-90-55l-1119-600l-810 118l-85 5l-80-5l-90-21l-71-27l-65-41l-170-139l-190-198l-148-175l-117-192l-151-254l920-1114l302-793l15-135l-1565-5201l-253-94l-2004-229l-2801-185l-56-26l1075-1977l598-762l1394-1415l78-77l77-45l79-31l86-21l386-19l432 458l100 86l1454 558l18 1l14-3l15-13l1153-1400l377-4244l-2926-398l-952-84l-176 51l-310 302l-1019 172l-796 135l-1203 203l-520-827l-16-11l-623-446l-557-398l-205-147l-240-171l285-3143l33-559l635-898l361-208l1325 1008l0 460l1457 953l33-1084l88-449l920-526l2211 469l168 51l42-137l373-1228l-1415-969l-92-93l-1457-2485l-415-732l-140-328l-99-530l10-61l695-750l196-87l341-49l661-31l271 180l306-54l264-205l587-976l345-1179l-133-1371l898-1233l1407-731l1852 586l1744 814l2260 1204l472 523l49 189l21 535l-62 326l41 265l111 258l174 222l1594-1169l452-488l615-912l618-5827l-578-668l-490-490l-144-557l29-877l425-1733l644-318l116-55l490-106l232-49l193-5l338 118l499 255l92 15l167-3l302-18l494-116l689-222l425-174l402-223l289-196l1379-1084l554-491l393-366l325-322l109-160l89-136l78-121l678-835l1020-1200l3974-2728l111-47l1186-298l67-10l52 5l2527 424l467 567l-74-78l-46-34l-46-28l-651-192l-38 0l-54 11l-48 19l-46 39l-47 70l-30 67l-17 51l-2 48l13 40l36 34l657 511l115 41l128 40l216 50l1346 140l417-15l1493-445l1016-316l773-284l127-197l-25-27l-8-28l2-43l16-58l14-33l667-1175l63-45l1007-555l494 230zM48784-386523l1718 2714l1048 1514l201 233l1029 2582l13 70l50 528l0 100l-16 42l-39 18l-105 21l-1139-175l-1242-280l-179-84l-260-155l-4498-1190l-106-24l-445-86l-858 77l-119 21l-69 40l-409 663l-8 99l42 64l708 688l47 15l57 0l38-26l60-97l33-110l20-143l36-44l38-11l76-2l71 31l48 42l9 53l-23 40l-390 511l-84 82l-136 103l-149 77l-167 33l-241 13l-3138-193l-71-18l-1536-652l-67-57l-31-108l19-1186l2-110l25-213l48-134l173-243l101-159l47-132l18-189l7-156l-34-268l-24-76l-292-745l-44-102l-57-60l-570-417l-285-138l-985-275l-125-8l-132 21l-2424 844l-154 118l-33 74l-20 314l23 98l96 89l951 663l116 63l105 17l155 0l75 27l129 149l29 53l-12 65l-53 23l-155-16l-202-65l-189-76l-186-109l-1727-1207l-86-100l-80-202l-80-249l-35-350l35-520l297-3227l306-927l734-1652l112-234l428-838l125-206l127-182l526-607l440-484l322-317l341-318l87-50l94-29l80-5l54 20l692 515l994 1l71 9l4514 1001l253 60l158 44l174 90l3610 1902l683 787l91 126l48 126l159 602l264 958l14 49l215 654z"/>
<path id="1056" d="M-39773-306106l963 314l1653-635l406-306l681-552l701-665l136-72l141-14l116 20l119 51l108 95l443 962l-69 1748l-1270 2309l-938 1669l-426 994l-6 1651l169 3146l104 224l12 24l-1600-104l-194 16l-175 32l-704 163l-46 11l0 1194l-190 506l-291 502l-824 1177l-3059 3426l-426 440l-27 27l-117 34l-466 134l-458-346l-325-292l-119-114l-677-650l-310-353l-1536-1798l-116-734l116-555l-389-1l-25 1l-246 329l-1199 3033l203 561l-769 3068l-340 824l-269-37l-809-116l-581-98l-365-100l-1723-664l-5481-3680l-2550-2018l-579-936l-383-1007l-259-1073l-40-273l-52-1258l-196-642l-98-316l-217-661l-632-1787l-32-89l-105-181l-153-256l-11-16l-399-558l-951-1116l54-20l853-308l2161-780l159-8l116-4l119-4l205 8l121 30l129 69l99 83l98 91l129 23l198 0l182-15l212-69l781-257l133-55l87-36l250-152l167-113l175-122l-628-1890l-391-1176l7-243l5038-2228l288-699l232-564l582-1761l325-1329l841-3701l-38-515l-38-349l-485-335l-281-44l-447-16l-660-2404l678-882l960-362l5358-322l745 2248l3931 3013l3818 4037l38 980l-499 1022l-611 1146l353 313l1374 306l290 140l190 179l40 360l10 220l-40 829l-100 309l-91 250l-89 110l-317 239l87 49l79 32l98 39l76 26zM-170237-356108l-302 260l-107-395l-24-42l-540-742l-161-176l-453-432l27-23l80-33l64-14l53-5l652-8l77 4l56 27l211 192l32 37l28 37l168 438l75 257l44 315l20 303z"/>
<path id="1057" d="M95-341721l-7 1l176-51l-169 50zM9065-372309l121 166l146 207l125 237l244 558l-1 78l-2 87l3 98l32 101l2234 2427l67 72l154 129l184 149l170 119l264 149l210 65l154 27l253 17l298-15l223-43l-425 1733l-29 877l144 557l490 490l578 668l-618 5827l-615 912l-452 488l-1594 1169l-174-222l-111-258l-41-265l62-326l-21-535l-49-189l-472-523l-2260-1204l-1744-814l-1852-586l-1407 731l-898 1233l133 1371l-345 1179l-587 976l-264 205l-306 54l-271-180l-661 31l-341 49l-196 87l-695 750l-10 61l99 530l140 328l415 732l1457 2485l92 93l1415 969l-373 1228l-42 137l-168-51l-2211-469l-920 526l-88 449l-33 1084l-1457-953l0-460l-1325-1008l-361 208l-635 898l-33 559l-285 3143l-187 55l261 1184l-601 85l-708 41l-534-26l-1148-188l-1047-1078l179-529l15-407l-10-248l-434-1594l-4508 680l-1276 1256l-1923 1435l-4056 2009l-907 424l-100 38l-118 0l-135-31l-177-73l-5519-231l-767-31l-954 77l-891-256l-318-286l39-5319l784-2197l145-359l937 97l1789 474l2420-227l789-1365l-189-650l-93-194l-309-1216l138-2435l71-749l115-565l135-200l197-1518l-165-1968l-946-950l-591-216l-292-150l75-134l74-86l1611-1693l2066 179l1295 218l578-31l1035-1374l645-1545l-77-4443l-187-2411l-1515-510l-545-18l-47 0l31-331l292-1416l47-60l93-76l40-24l87-48l703-251l85-32l36-60l773-2248l733-2195l25-45l622-627l346-320l4602-1974l505-172l578-107l736-16l914 198l544 160l1903 616l3121 2102l644 413l204 127l2501 1546l143 50l2537 748l1111 288l342 143l3285 1508l1237 740l1070 727l230 226l226 257z"/>
<path id="1058" d="M-30237-404497l3 8l79 408l57 1280l-40 213l-394 1369l-15 244l-96 1571l-13 2365l-4 795l74 630l-26 508l-41 95l-56 110l-1741 2982l-902 1016l-63 65l-1124 909l-221 177l-1692 1007l-3755 1853l-1000 373l-74 20l-95-2l-104-48l-385-243l-201-55l-540 10l-57 36l-41 46l-40 63l-17 98l-6 640l16 174l29 125l40 94l721 1132l218 341l172 159l115 86l139 55l141 33l194 2l1003-100l1757-276l186-78l784-594l78-61l232-182l1761-669l6881-1331l3027-555l486-72l819 0l181 21l134 55l1550 1032l217 155l197 174l1923 1839l-1114 1938l-160 248l-360 366l-473 87l-350 291l-1523 1721l-168 368l-58 414l-35 308l9 203l27 191l35 149l114 531l69 631l-10 119l-10 85l-42 85l-1155 1837l-733-205l-237-56l-267-30l-1298-21l-167 0l-218 95l-2218 1145l-298 1150l147 276l143 124l194 62l1953 334l174 16l885-314l455-339l286-136l258 320l223 1015l-756 760l-1282 627l-329-18l-673-448l-22-377l-363-67l-550 957l-141 1509l318 1487l670 1125l568 371l58 22l219-22l3442 3240l-1611 1693l-74 86l-75 134l292 150l591 216l946 950l165 1968l-197 1518l-135 200l-115 565l-71 749l-138 2435l309 1216l93 194l189 650l-789 1365l-2420 227l-1789-474l-937-97l-145 359l-1174-448l36-869l-1458-1026l-944 251l-2218 2674l-1167 2328l-391 914l477 4628l932 1913l-82 1557l-220 405l-2709 813l-1559 218l-831-410l-438-807l-2656-2913l-105-102l-609-444l-2586-389l-1358 105l-2410 768l-4029-249l-2743-281l-1483-3626l31-643l-537-423l-206-162l-2518-178l-376-467l-3468 678l-1270 426l-883 1315l-103 592l-834 680l-440 158l-2672-177l-1192-414l-39-12l-2508 84l-631 156l132-469l247-2577l-204-1736l-515-1821l468-520l1228-995l155-113l1923-1145l611-339l128-70l99-53l949-447l909-363l61 234l351 29l1219-754l1029-747l-494-7337l-818-2878l-1214-1517l-539-1188l323-1644l-376-2358l1039-1607l177-271l471-533l38-6l36 6l1391 271l54 12l67 24l114 66l876 605l139 66l120 31l127 0l799-56l391-58l161-53l290-96l276-95l139-48l3772-1600l171-173l709-1699l-324-1189l-597-1411l-196-468l-41-103l380-2527l89-564l180-235l764-299l1701-491l2832-1594l237-173l38-342l-17-222l-94-449l-762-337l414-960l620-733l802-350l478-289l725-702l66-155l1280-3026l1663-747l1566-1756l1160-1344l3507-2649l5451-4065l847-396l1340-470l1455-158l412 0l546-466l-5-1608l615 0l270 925l1070-446l568-238l774 102l41 9l62 43l628 902z"/>
<path id="1059" d="M-88711-431758l1016-71l486 86l401 134l3548 1567l2218 1027l290 699l-644 852l72 587l880 2350l5995 801l1794-1719l153-209l186-933l-98-246l615-799l1687-411l515 558l240 734l6 20l97 909l-1243-1l-286 1725l-32 281l11 147l43 210l131 388l31 245l-30 172l-2042 1225l-772 265l-138 42l1300 3056l4521 193l627-137l2724-2067l273-383l88-3494l-16-347l-936-1453l1428-1503l255-196l1528-1047l3124-3132l60-40l94-10l1457 52l74 30l27 37l10 32l-19 47l-690 698l-176 204l-309 526l-125 221l-67 123l-149 495l-25 110l-39 259l-4 30l0 350l8 116l216 643l124 227l417 694l153 227l43 44l49 23l270 63l144 27l91 3l73-19l432-188l74-22l58-4l56 15l2477 945l46 22l934 455l669 344l2859 1255l2493 1093l116 38l722-54l548-89l81 536l20 58l201 406l354 607l927 1250l986 1322l1038 526l175 58l832 222l150 34l179 8l138-8l142-36l47-16l55-47l1131-2005l528-1587l186-1201l18-92l34-44l55-18l48 18l1626 985l304 234l613 568l816 783l911 1482l21 41l14 37l15 59l174 955l106 1508l98 772l153 617l147 376l251 536l493 610l147 161l805 785l586 558l784 851l66 121l52 106l73 225l40 246l-10 182l-17 185l-125 1267l-159 1143l-23 654l-65 1983l16 93l-628-902l-62-43l-41-9l-774-102l-568 238l-1070 446l-270-925l-615 0l5 1608l-546 466l-412 0l-1455 158l-1340 470l-847 396l-5451 4065l-3507 2649l-1160 1344l-1566 1756l-1663 747l-1280 3026l-66 155l-725 702l-478 289l-802 350l-620 733l-414 960l762 337l94 449l17 222l-38 342l-237 173l-2832 1594l-1701 491l-764 299l-180 235l-89 564l-380 2527l41 103l196 468l597 1411l324 1189l-709 1699l-171 173l-3772 1600l-139 48l-276 95l-290 96l-161 53l-391 58l-799 56l-127 0l-120-31l-139-66l-876-605l-114-66l-67-24l-54-12l-1391-271l-36-6l-38 6l-471 533l-177 271l-1039 1607l376 2358l-323 1644l-987-75l-3120 573l-129 38l-126 73l-827 611l-416 459l-86 60l-107 23l-69-15l-61-16l-946-335l-28-13l-19-18l-68-122l-1176-2146l-518-1188l-21-152l35-88l55-55l90-29l95-12l99 16l367 68l107-7l38-23l31-54l13-53l195-1495l9-150l-32-129l-32-59l-893-1070l-804-553l-1083-699l-111-34l-121-15l-200 0l-237 23l-84 38l-61 76l-7 115l7 84l54 69l305 162l161 97l81 79l51 115l8 104l5 92l-198 1336l-46 130l-47 92l-40 47l-66 37l-77 23l-61-16l-1655-671l-1351-718l-197-806l-56-230l61-457l2790-3661l3148 808l-197-942l-68-916l0-36l390-905l7-16l1113-1963l643-804l55-62l1214-1248l355-249l99 15l68 17l68 0l57-53l246-298l241-650l-5-942l-8-47l-537-2143l-49-96l-119-87l-327-313l-591-673l-890-1221l-323-2044l1002-2006l975-2106l61-377l-39-451l-1709-1327l-234-80l-1168-307l-790-457l702-2148l-336-633l-835-1188l-1168-1552l1-2251l-2267-1376l-555-1041l-696-1933l-4105-713l-1989-1098l53-14l583-457l121-632l-387-2690l159-2090l8-71l46-42l1143-907l926-435l637-2087l-1331-2902l455-1685l262-1169l383-2235l-29-1720l412 114z"/>
<path id="1060" d="M-7169-341568l534 26l708-41l601-85l-261-1184l187-55l240 171l205 147l557 398l623 446l16 11l520 827l1203-203l796-135l1019-172l310-302l7-1l169-50l952 84l2926 398l-377 4244l-1153 1400l-15 13l-14 3l-18-1l-1454-558l-100-86l-432-458l-386 19l-86 21l-79 31l-77 45l-78 77l-1394 1415l-598 762l-1075 1977l56 26l2801 185l2004 229l253 94l1565 5201l-15 135l-302 793l-920 1114l-115-164l-317-15l-1721 1238l-4777 1041l12 783l610 128l445 113l18 228l-21 147l-82 197l-84 119l-636 796l-134 114l-790 593l-1261 739l-2245 411l-1368-757l-1035-428l-571 158l-2143 1761l-1003 936l-1553 1631l-499 591l-15 221l484 2386l370 143l478 292l156 1505l-1604 193l-1288 129l-158-84l-42-103l-134-791l-409-618l-928-707l-3019 1617l-364 510l-753 1201l198 335l88 114l94 56l137 46l79 41l62 74l81 155l42 129l13 143l-137 416l-33 92l-50 88l-875 1194l-1195 35l-209-1263l386-1178l-150-190l-1017-108l-2006 493l-1056 416l-1617 1350l230 2548l509 981l2457 1386l362 245l-620 2739l-1280 211l-572-560l-2817 233l-103 164l-437 708l-22 74l-6 141l36 888l-57 452l-337 1000l-1289 32l-1102-318l-269-151l-12-24l-104-224l-169-3146l6-1651l426-994l938-1669l1270-2309l69-1748l-443-962l-108-95l-119-51l-116-20l-141 14l-136 72l-701 665l-681 552l-406 306l-1653 635l-963-314l-76-26l-98-39l-79-32l-87-49l317-239l89-110l91-250l100-309l40-829l-10-220l-40-360l-190-179l-290-140l-1374-306l-353-313l611-1146l499-1022l-38-980l-3818-4037l-3931-3013l-745-2248l789-1206l-147-1076l-229-609l-53-997l1560-1116l493-10l426 158l335 93l295 55l167-9l397-1021l-341-1890l-1187-287l-816-1113l27-603l956-445l897 270l1398-199l564-1602l1876-1609l831 410l1559-218l2709-813l220-405l118 286l322 16l620 0l189-9l2307-528l95-30l167-54l2522-1363l1148-1597l-159-662l767 31l5519 231l177 73l135 31l118 0l100-38l907-424l4056-2009l1923-1435l1276-1256l4508-680l434 1594l10 248l-15 407l-179 529l1047 1078l1148 188z"/>
<path id="1061" d="M-63395-344513l2518 178l206 162l537 423l-31 643l1483 3626l2743 281l4029 249l2410-768l1358-105l2586 389l609 444l105 102l2656 2913l438 807l-1876 1609l-564 1602l-1398 199l-897-270l-956 445l-27 603l816 1113l1187 287l341 1890l-397 1021l-167 9l-295-55l-335-93l-426-158l-493 10l-1560 1116l53 997l229 609l147 1076l-789 1206l-5358 322l-960 362l-678 882l660 2404l447 16l281 44l485 335l38 349l38 515l-841 3701l-325 1329l-582 1761l-232 564l-288 699l-5038 2228l-7 243l391 1176l628 1890l-175 122l-167 113l-250 152l-87 36l-133 55l-781 257l-212 69l-182 15l-198 0l-129-23l-98-91l-99-83l-129-69l-121-30l-205-8l-119 4l-116 4l-159 8l-2161 780l-853 308l-54 20l-2431-1912l-601-498l-534-565l-513-774l-49-88l-641-1162l-1486-3330l-758-1714l-163-377l-32-74l-333-768l-247-495l-2974-4374l-1159-886l-784-598l-1398-640l-2423-973l-1532-303l-579-32l-52-1283l772-4256l4291-5269l403-76l287 72l325-145l546-1044l18-62l92-354l467-2207l14-407l12-452l-200-1192l309-1776l466-1986l631-156l2508-84l39 12l1192 414l2672 177l440-158l834-680l103-592l883-1315l1270-426l3468-678l376 467z"/>
<path id="1062" d="M2248-324608l151 254l117 192l148 175l190 198l170 139l65 41l71 27l90 21l80 5l85-5l810-118l1119 600l90 55l40 40l9 63l-108 778l-597 311l-37 54l-268 448l-172 457l22 59l112 268l1700 1032l23 39l744 2411l-913 1439l-1255 220l-64 19l-40 23l-326 252l-643 579l-38 55l-29 59l-15 73l10 79l39 80l1387 2273l372-28l-104 306l-21 52l-62 52l-84 57l-1031 579l-566 130l-71 0l-52 5l-578 193l-110 47l-41 35l-47 53l-26 79l-7 41l-4 26l-130 1168l-26 974l-47 443l-18 147l-28 102l-37 97l-145 112l-107 45l-1630 542l-1378-766l-932-310l-1851 1474l-2374 2344l280 0l234 71l1670 767l325 156l-142 2463l-351 64l-468-206l-1327 13l-312 2261l-149 1112l102 305l553 787l2445 3137l468 240l637-97l1572 31l25 10l565 327l21 24l880 1032l16 33l2 39l-11 52l-45 195l-157 447l-135 357l-78 149l-84 124l-136 115l-338 241l-246 149l-187 85l-1017 442l-481 131l-617 52l-73-13l-684-240l-90-57l-261-168l-272-212l-184-181l-58-40l-70-24l-499-5l-37 10l-87 60l-290 280l-1488 1473l-90 96l-69 154l-236 725l-58 154l-77 116l-1364 653l-91 34l-702 220l-1329 813l-1962 1557l-1010 981l-74 147l-17 105l17 123l34 60l109 90l147 64l-312 1591l-3911 2781l-827-487l-3744-2475l-162-568l-836-3664l-54-423l277-1519l662-935l332 306l1818-165l53-581l88-1092l-94-959l1500-2003l266-873l-2977-3303l-2089-1501l-148-291l-14-30l43-31l1059-1220l1530-2088l19-45l603-1441l106-919l-2029-577l-1488 1144l-908 673l-1965 120l-100-75l-72-38l-84-17l-732-88l-919 1069l363 554l-2457-1386l-509-981l-230-2548l1617-1350l1056-416l2006-493l1017 108l150 190l-386 1178l209 1263l1195-35l875-1194l50-88l33-92l137-416l-13-143l-42-129l-81-155l-62-74l-79-41l-137-46l-94-56l-88-114l-198-335l753-1201l364-510l3019-1617l928 707l409 618l134 791l42 103l158 84l1288-129l1604-193l-156-1505l-478-292l-370-143l-484-2386l15-221l499-591l1553-1631l1003-936l2143-1761l571-158l1035 428l1368 757l2245-411l1261-739l790-593l134-114l636-796l84-119l82-197l21-147l-18-228l-445-113l-610-128l-12-783l4777-1041l1721-1238l317 15l115 164z"/>
</g>
<path id="2000" d="M-20389-302847l-603 1441l-19 45l-1530 2088l-1059 1220l-43 31l14 30l148 291l2089 1501l2977 3303l-266 873l-1500 2003l94 959l-88 1092l-53 581l-1818 165l-332-306l-662 935l-277 1519l54 423l836 3664l162 568l3744 2475l827 487l375 1335l4359 4495l262-259l0-636l394 10l267 25l172 30l191 76l-587 999l-488 776l-1139 769l-487 241l-1192 454l-195 92l-232 130l-151 140l-130 195l-237 504l-58 131l-501 1126l-183 230l-208 156l-193 80l-306 33l-3400-155l-158-20l-37-5l-251-70l-256-118l-251-157l-3706-3074l-219-287l-568-1296l-725-1067l-193-227l-1977-1352l-95 104l-609 819l65 430l495 371l-325 514l-1966 1889l-2079 1246l-677 284l-115 47l-3780-1266l169-1055l1-70l-213-878l-53-218l-734-1366l-351-64l-1697 1672l-482 1178l-151 112l-155 114l-769-1179l-3380-3480l-899-2385l75-848l-1110-569l-279-469l-14-26l5-37l485-2130l228-2880l-2927-317l340-824l769-3068l-203-561l1199-3033l246-329l25-1l389 1l-116 555l116 734l1536 1798l310 353l677 650l119 114l325 292l458 346l466-134l117-34l27-27l426-440l3059-3426l824-1177l291-502l190-506l0-1194l46-11l704-163l175-32l194-16l1600 104l269 151l1102 318l1289-32l337-1000l57-452l-36-888l6-141l22-74l437-708l103-164l2817-233l572 560l1280-211l620-2739l-362-245l-363-554l919-1069l732 88l84 17l72 38l100 75l1965-120l908-673l1488-1144l2029 577l-106 919zM-130441-325896l-1971 74l28-547l83-462l88-293l86-225l74-145l91-121l114-112l105-52l88-9l102 14l79 24l1183 918l23 33l14 52l-14 202l-66 442l-15 66l-15 41l-38 58l-39 42zM-135413-329455l-492 216l-570-1117l74-169l148-180l782-684l251-167l159-15l129 19l358 249l64 88l5 164l-51 179l-675 1234l-80 101l-102 82z"/>
<g>
<path id="3101" d="M7407-149383l-508 194l-39 20l95 482l442 173l817-476l253 495l253 759l824 2929l208 753l-393 284l-1657 1814l-679 2620l-215 1405l14 162l-22 802l-29 588l-102 331l-1781 955l-1813 1135l-378 836l-114 568l-2156 578l-814-760l-1816-1165l-1932 72l-386-1019l-238-1080l350-494l28-3202l-597-3519l-84-367l-932-3027l157-856l100-270l526-172l482 441l924 255l2573 437l163-1006l-421-734l-144-178l-64-160l-4-139l26-1344l2174-557l442-69l493-10l485 801l400 824l1225 452l280-517l882-969l1103 2l298 13l480 238l695 371l121 88l5 213z"/>
<path id="3102" d="M427-131976l83 375l-566 905l-500 324l-409 9l-861 1138l-1877 2484l-357 530l-156 287l-119 314l-228 882l-5 1335l1641 3639l2074 1748l-115 1037l-342 634l-766 74l-560-492l-750-654l-818-46l-841 855l-686 708l-1709 1348l-2295 1379l-1094 71l-1128 35l249-747l42-227l-1251-676l-1752-259l-54-261l-69-1250l688-446l489-30l300 141l225 610l1306 331l647-77l551-812l30-66l13-94l5-152l-30-199l-943-2746l-737-1825l-279-560l-623-566l-366-131l-1097 297l-1086-46l-1166-403l-815-1340l-652-1076l-47-4462l243-4l1582-1455l561 456l732 312l509 164l130 19l103-3l4075-147l1308-1111l380-1114l150-758l1862-1400l622-455l1363-303l238 1080l386 1019l1932-72l1816 1165l814 760z"/>
<path id="3103" d="M26488-162405l-516 2413l-51 423l-27 1089l46 414l917 320l605 586l0 255l-545 1567l-385-41l-435-56l-623 320l-422 828l-110 321l-366 2250l978 1273l724 785l-179 382l-2202 2710l-720 105l-45-485l-268-604l-1466-1031l-6319-1988l-76-280l-846-1609l-1343-942l-656-78l-498 177l-621-1731l-603-2285l-133-738l-35-265l-232-2254l1726-1947l1294 35l411 206l49 49l125 155l20 56l704 500l1373 973l434 126l524-874l22-368l-304-261l-2-42l18-344l26-320l40-238l45-208l31-81l31-66l737-1050l197-250l1449-1636l346 15l200 420l206 382l285 403l4470 783l852 135l43 23l521 655l502 710l77 228z"/>
<path id="3151" d="M17411-199580l-216 958l-44 206l453 804l879 1558l974 3395l585 2047l476 32l683-189l597-216l282 160l509 934l5 32l366 1477l803 1490l583 723l1085 1175l1383 2354l866 1805l332 861l466 924l344 97l1140-694l187-584l6-18l1291-637l675 190l135 41l-23 1184l-95 513l-47 249l-50 167l-69 100l-1184 1079l-1005 610l-208 2403l445 1399l407 982l350 620l380 596l1003 1402l2389 2862l-1822 27l-2421 1213l-927 1588l-2891 1256l-77-228l-502-710l-521-655l-43-23l-852-135l-4470-783l-285-403l-206-382l-200-420l-346-15l-1449 1636l-197 250l-737 1050l-31 66l-31 81l-45 208l-40 238l-26 320l-18 344l2 42l304 261l-22 368l-524 874l-434-126l-1373-973l-704-500l-20-56l-125-155l-49-49l-411-206l-1294-35l-1726 1947l232 2254l35 265l133 738l603 2285l621 1731l-1533-58l-2244 750l49 117l93 744l91 793l-13 474l-155 798l-541 300l-5-213l-121-88l-695-371l-480-238l-298-13l-1103-2l-882 969l-280 517l-1225-452l-400-824l-485-801l-493 10l-442 69l-2174 557l-26 1344l4 139l64 160l144 178l421 734l-163 1006l-2573-437l-924-255l-482-441l-247-67l-63-20l-71-38l-44-49l-53-81l-78-134l-526-939l-529-1178l1143-399l673-1619l-109-940l-853 193l-929 320l-1118 375l-321-675l-343-1066l436-57l-54-430l-415-1599l-551-1454l-362-621l-714-782l-3390-1731l-356-162l733-1147l-1555-3474l639-1865l-1131-414l-400-536l620-1233l3310-1544l1792-1631l1287-45l512 408l229 166l730-557l1283-1015l-33-1009l-1763 541l-223-374l-87-795l1373-1211l878-1315l256-538l-233-404l-1051-1180l-1013-1621l688-917l843-1635l-425-1247l-990-2357l-1398-3200l-57-299l14-71l184-670l13-37l1014-670l1551-2637l-239-1855l1306-2484l1723-1914l976 610l4359-2509l807-234l1141 211l1793 1930l667 1622l3443 3104l508 323l1383 516l-176-688l1851-845l1788-477l85-10l144-17l1392-714l955-628z"/>
<path id="3152" d="M-23390-71796l268 852l674 796l153 133l66 29l1373 507l538-439l174-277l530-152l6724 2825l-227 3342l-530 747l-77 338l297 270l176 120l115 51l238 104l1179 364l2516 474l326 159l-372 1361l-350 572l-1214 1765l-3027 2801l-276 158l-4079 1749l-1498-79l-10-21l-690-948l-222 32l-916 669l-792 1121l-1751 4319l-168 165l-461 63l-2696-467l-1053-251l-774 155l-2526 709l-673 765l-2248 1824l-958 688l-3125 2193l-1005 302l197-617l0-103l-216-1676l-66-173l-1430-2535l-3864 739l-38 1420l373 1790l256 718l605 689l-173 130l-340 15l-514-115l-306-169l-551-926l-119-230l28-1937l-1247-864l-168-56l-553-130l-707 101l-525 328l-2408 2303l-3892 2306l-112 484l2336 3588l1894-926l565-26l166 1099l-436 2337l-694 224l-1857 1006l-75-103l-58-67l-43-42l-42-39l-40-30l-46-27l-3274-1537l-2009-310l-1536-505l-1010-995l-2273-1588l-918 234l-780-1423l-192-443l443-2670l14-60l23-92l23-74l61-148l82-148l74-120l1048-1668l38-42l38-26l61-25l2396-702l996-40l846-758l29-247l-5-32l-22-43l-868-2777l-542-4106l-613-984l-94-172l-1527-2817l-31-103l-13-79l3-96l16-94l31-94l38-78l25-37l53-63l50-44l59-38l113-44l104-17l233 59l190 115l103 42l101 21l98 0l73-12l97-17l78-21l82-31l62-32l75-50l50-40l138-131l124-132l116-134l84-116l74-125l104-212l75-206l57-185l37-181l24-238l348-1172l1424-390l1733-1818l885-1539l531-705l2690-2632l793-81l2168 709l1592 335l1991 100l1197-502l1935-485l700 292l598 353l552 350l1224 205l1531 34l2979-1167l4159-973l2390 755l2466-545l1861-2213l1389-687l303 133z"/>
<path id="3153" d="M-2076-116261l491 1531l791 1741l-594 1364l58 469l134 1041l1264 1298l2184 937l70-207l-47-117l-55-192l46-248l82-284l101-349l239-486l1144-1869l216-276l170 235l419 516l366 457l542 783l183 284l135 290l85 303l2530 2564l549-133l230-92l215-99l268-229l644 589l-193 335l-391 170l-1245 430l-409 571l-388 620l42 1883l1332 483l517 346l436 567l51 97l44 110l171 610l31 221l6 119l-14 818l-12 92l-39 103l-66 93l-927 1231l-535 698l-1475 1107l-1519 974l-71 56l-63 63l-95 127l-119 160l-44 76l-147 501l-14 67l-8 3234l258 3530l838 1619l995 626l1734 2487l2582 4826l-345 593l241 1222l262 1284l28 84l1402 2333l81 125l85 100l65 71l115 78l182 97l131 69l-1750 388l-1079-674l-1297-1097l-529-1065l-502-646l-1621-982l-683-112l-2223-14l-1396 636l-1730 975l-74 96l-460 309l-311-241l-1584-3474l-69-517l456-1671l466-1526l-13-2867l-1027-1144l-1083-24l-182-5l-95-34l-1680-607l-926-352l-1450-888l-118-79l-84-110l-161-447l-24-33l-1040-22l-191-2l-754 973l-1071 1018l-2560 453l-715-68l-1525-1124l-280-925l-25-105l-237-1061l-99-1220l-61-919l-1190-1079l-529-816l-498-111l-336-25l-665 254l-2690 2347l-1517 1583l-634 136l-842-1092l-108-197l-108-881l-89-2231l-1516-1552l357-2804l-842-3419l-536-593l-2212-2141l586-251l448-754l-401-673l487-1606l159-183l237-256l669-49l593 91l1014 400l2852 255l1985-39l585-551l494-743l-443-273l-139-545l-149-800l48-866l53-732l320-843l211-464l1732 353l1904-974l674-396l1124-1052l176-227l14-45l-54-581l1752 259l1251 676l-42 227l-249 747l1128-35l1094-71l2295-1379l1709-1348l686-708l841-855l818 46l750 654l560 492z"/>
<path id="3154" d="M39302-135607l-390 38l-155 24l-2459 709l-144 54l-247 167l-212 275l-625 984l-25 1098l13 341l50 368l164 232l184 221l91 84l35 31l256 177l337 212l213 124l140 57l63 22l83 8l658-110l514-86l45-3l156 11l148 13l88 153l77 760l-94 1173l-1544 2231l-1754 1443l-1557 1047l-1428 514l-332 37l-215 51l-1210 361l-103 770l0 116l14 82l23 46l92 75l109 65l190 99l751 389l93 21l55 0l142-21l177-14l170 35l137 103l96 117l34 67l9 51l179 1284l-6 97l-19 60l-565 1715l-142-51l-157-20l-305-35l-1216-135l-193-5l-3916 66l-182 41l-155 77l-262 192l-350 268l-300 209l-322 145l-295 91l-1447 244l-138 5l-1613-13l-178-17l-44-465l-154-1269l-420-1268l29-495l536-1053l1004 0l1270-1647l801-1440l478-119l743-334l1321-3258l324-1186l48-276l-387-1749l-1083-118l-212 329l-284 298l-345 191l-640-198l-4527-4726l-2741-3189l-773-1792l280-667l209-315l-62-925l-162-1505l-504-580l-617-565l-3701 490l-1268 344l-208-753l-824-2929l-253-759l-253-495l-817 476l-442-173l-95-482l39-20l508-194l541-300l155-798l13-474l-91-793l-93-744l-49-117l2244-750l1533 58l498-177l656 78l1343 942l846 1609l76 280l6319 1988l1466 1031l268 604l45 485l720-105l2202-2710l179-382l-724-785l-978-1273l366-2250l110-321l422-828l623-320l435 56l385 41l545-1567l0-255l-605-586l-917-320l-46-414l27-1089l51-423l516-2413l2891-1256l100 1078l2639 3486l2146 2318l2260 2181l392 95l200 86l1939 1512l10 84l-422 2041l-909 645l-1118 310l-715-17l-341-100l-2181 468l-532 151l267 728l1045-49l2360 2830l203 1027l-112 147l-137 128l-248 173l-115 44l-120 29l-141 29l-144 15l-188 22l-635 566l-6 387l768 1019l892 676l1115 2069l484 1274l1000-58l554 954l314 544l-701 1162z"/>
<path id="3155" d="M-57324-63533l-1733 1818l-855-724l-464-866l-219-693l8-692l188-336l192-192l227-94l1212 681l1444 1098zM-27100-100428l842 3419l-357 2804l1516 1552l89 2231l108 881l108 197l842 1092l286 563l143 951l-761 2834l-604 2216l-87 2779l1715 6750l-130 363l-303-133l-1389 687l-1861 2213l-2466 545l-2390-755l-4159 973l-2979 1167l-1531-34l-1224-205l-552-350l-598-353l-700-292l-1935 485l-1197 502l-1991-100l-1592-335l-2168-709l-793 81l-2690 2632l-531 705l-945-545l-704-598l-1510-1719l-90-103l-55-106l-137-1798l-246-854l-432-408l-710 529l-60 131l-79 137l-54 64l-52 34l-1248 340l-614 120l-289 43l-785 66l-3596-327l-170-24l-187-27l-197-50l-194-74l-206-93l-42-21l-82-41l-132-78l-74-58l-82-70l-104-101l-66-89l-63-140l-30-159l-12-163l23-194l39-209l311-1513l-4053 319l-1649 364l467-503l256-981l-124-1427l1170-2415l4508-3557l1118-646l1598-662l1404-1933l560-1157l481-1823l7-492l1761-1547l916-804l2886-2321l1662-879l260-431l172-481l-381-590l358-898l1199-1781l662-388l391-42l935 257l786 391l326 355l574 629l107 46l1155 281l459-11l327-75l373-642l626-1409l1899-269l4262-1799l299-349l949-634l386-204l3693 1875l2710-1212l243-532l-115-670l-587-1232l-84-137l-531-280l210-618l2550-1007l567 569l1717 1760l2212 2141l536 593z"/>
<path id="3156" d="M-17083-91620l1190 1079l61 919l99 1220l237 1061l25 105l280 925l1525 1124l715 68l2560-453l1071-1018l754-973l191 2l1040 22l24 33l161 447l84 110l118 79l1450 888l926 352l1680 607l95 34l182 5l1083 24l1027 1144l13 2867l-466 1526l-456 1671l69 517l1584 3474l311 241l460-309l74-96l1730-975l1396-636l2223 14l683 112l1621 982l502 646l529 1065l1297 1097l1079 674l112 739l-467 282l-680 297l-1357 436l-186 383l-358 1867l-20 611l392 1348l635 139l1226 604l45 238l-548 1045l-386 598l-1103-131l-219-155l-271-420l-2139-882l-798 990l-1759 1081l-2948 339l-629-282l-473-655l-812-1357l-3116-1535l-80-62l-1025-393l-184 0l-2784 643l-781 493l142 246l43 128l17 141l11 750l-24 510l-36 367l-37 162l-88 136l-662 533l-2516-474l-1179-364l-238-104l-115-51l-176-120l-297-270l77-338l530-747l227-3342l-6724-2825l-530 152l-174 277l-538 439l-1373-507l-66-29l-153-133l-674-796l-268-852l130-363l-1715-6750l87-2779l604-2216l761-2834l-143-951l-286-563l634-136l1517-1583l2690-2347l665-254l336 25l498 111l529 816z"/>
<path id="3157" d="M-5211-147835l-526 172l-100 270l-157 856l932 3027l84 367l597 3519l-28 3202l-350 494l-1363 303l-622 455l-1862 1400l-150 758l-380 1114l-1308 1111l-4075 147l-103 3l-130-19l-509-164l-732-312l-561-456l438-595l-309-1010l-720-1702l-88-127l-2999-1771l-1334-459l-3505-106l-1368 145l-2605 572l-5248-218l-290-785l544-2333l723-283l493-73l151-18l287-84l200-125l81-163l73-380l288-1732l-1-874l406-209l1448-88l906-455l313-818l67-669l80-1326l2563 237l410-84l602-630l388-1220l791-3071l-387-1199l-245-360l-612-220l-42-1206l341-266l1697-200l297 258l81 73l40 18l91 40l89 14l674-126l1242-1246l1754-2388l2799-1261l1865-877l356 162l3390 1731l714 782l362 621l551 1454l415 1599l54 430l-436 57l343 1066l321 675l1118-375l929-320l853-193l109 940l-673 1619l-1143 399l529 1178l526 939l78 134l53 81l44 49l71 38l63 20l247 67z"/>
<path id="3158" d="M-15699-122848l1086 46l1097-297l366 131l623 566l279 560l737 1825l943 2746l30 199l-5 152l-13 94l-30 66l-551 812l-647 77l-1306-331l-225-610l-300-141l-489 30l-688 446l69 1250l54 261l54 581l-14 45l-176 227l-1124 1052l-674 396l-1904 974l-1732-353l-270-2751l-244-3240l88-1060l-492-1359l-190-303l-663-1169l-70-1651l201-4273l794-1980l472-885l332-228l595-241l495-27l1012 267l43 811l-243 4l47 4462l652 1076l815 1340l1166 403zM23618-130624l640 198l345-191l284-298l212-329l1083 118l387 1749l-48 276l-324 1186l-1321 3258l-743 334l-478 119l-801 1440l-1270 1647l-1004 0l-536 1053l-29 495l420 1268l154 1269l44 465l-956-211l-65-14l-5090 97l-378 20l-347 41l-337 43l-2354 465l-34 9l-908 275l252 1007l205-32l148 446l-119 431l-1346 1283l-2431 736l-2655 298l-170-235l-216 276l-1144 1869l-239 486l-101 349l-82 284l-46 248l55 192l47 117l-70 207l-2184-937l-1264-1298l-134-1041l-58-469l594-1364l-791-1741l-491-1531l766-74l342-634l115-1037l-2074-1748l-1641-3639l5-1335l228-882l119-314l156-287l357-530l1877-2484l861-1138l409-9l500-324l566-905l-83-375l2156-578l114-568l378-836l1813-1135l1781-955l102-331l29-588l22-802l-14-162l215-1405l679-2620l1657-1814l393-284l1268-344l3701-490l617 565l504 580l162 1505l62 925l-209 315l-280 667l773 1792l2741 3189l4527 4726z"/>
<path id="3241" d="M-51786-182389l1013 777l1222 266l2298 1607l-157 578l304 357l1383 1071l433 126l461-180l285-438l366-672l2115 250l635 274l500 1037l2591 418l1509 31l1968 2060l-1370 2022l60 320l1763 1220l502 283l2691 41l931 179l1639 536l63 328l41 125l34 38l1410 1519l245 243l299 249l1720 1022l63 36l323 126l1715-478l434-232l192-469l254-594l1617 476l1113 840l825 593l928 477l1131 412l444 34l184-361l61-374l149-1672l1131 414l-639 1865l1555 3474l-733 1147l-1865 877l-2799 1261l-1754 2388l-1242 1246l-674 126l-89-14l-91-40l-40-18l-81-73l-297-258l-1697 200l-341 266l42 1206l612 220l245 360l387 1199l-791 3071l-388 1220l-602 630l-410 84l-2563-237l-80 1326l-67 669l-313 818l-906 455l-1448 88l-406 209l1 874l-1068 404l-91 8l-1047-246l-115-35l-33-17l-91-48l-101-75l-50-90l-1864-15l-2881 423l-681 952l-1229 1152l-604 12l-416-25l-515-33l-1085-609l-2205 517l-2620 1223l-1023 1311l-432 700l26 289l2010-391l1187 645l21 640l-51 294l-940 2634l-1359 2502l-1195 498l-1091-966l-457-415l-452-920l6-344l161-640l-629-27l-738 5l-1222 9l-318 73l-300 264l-280 341l-86 260l-46 243l1409 1234l207 136l648 402l594 178l-472 1269l-1971 2558l-858 309l-1039 97l-318-83l-1713-17l-431 185l-1005-457l-764-643l-1961-1946l-693-749l-494-262l-349 18l-408 64l-861 480l-205 96l-151 39l-186 12l-243-16l-1167-146l-427-410l-291-844l16-613l345-768l217 132l245-514l158-1794l36-1911l-711-1738l-445-743l-142-152l-543-83l-144-44l-138-89l-109-123l-639-816l-1021-2165l-870-225l-411-129l-259-113l-136-90l-342-382l-180-231l-152-259l-429-1148l-21-120l-348-3220l29-913l641-275l527 274l91-120l109-215l798-1615l-766-4326l-481-881l-212-343l-751-289l-1637 1177l-1891 1252l-1425-25l-219-10l-398-732l-34-99l-12-148l50-562l29-168l118-503l82-136l77-102l3164-3257l1312 262l74-199l-947-519l-1874-507l-526 8l-1204 347l-1537 338l-129 25l-142-8l-484-105l-130-53l-56-53l-59-88l-722-1612l-730-5547l-93-536l-835-1037l-600-1301l705-637l1711-1217l196-102l2813-787l728-95l574 284l1086-157l804-386l346-313l296-850l-559-606l-8-2l-777-73l-645-538l-36-57l-27-72l-110-856l180-1507l742-438l314-183l580-271l1857-510l1086-53l1061-141l906-675l-59-652l286-378l1239-877l466-17l2027 1278l808 591l466 218l338-52l843-843l188-978l126-665l-223-1593l26-499l397-703l1997-585l1015-75l422 234l1871 3833l1749 3608l859 765l549 187l1383-73l1056-162l65-16l65-115l176-313l34-246l-47-489l-59-695l548-1088l1391-980z"/>
<path id="3251" d="M-115378-228061l1885 851l5937 2226l1306 329l699 164l297 1223l7 138l-87 762l-900 1046l-405-276l-454 1067l-105 608l11 326l41 240l14 80l375 1474l440 662l428 1006l1221 3187l90 282l71 250l217 857l52 204l59 139l101 155l1788 136l151-5l366-821l325-1031l178-765l9-157l63-205l480-1221l1495-83l993 27l1433 463l671 595l2055 1633l963 737l11 111l-38 557l-474 3090l-906 1007l-376 167l-1112 426l-446-200l-504-240l-1449 925l-304 503l867 1012l269 145l224 1394l-10 1028l117 3104l395 588l-158 1347l-338 2499l-306 876l-684 942l-399 542l-996 2027l167 308l222 495l-772 2855l-1100 1546l-643-464l-497-206l-2406 1511l-1269 1336l-1378-5l-2046 42l-704 887l-128 1363l204 469l729 564l855 1471l-28 3268l-438 701l-389 69l-278-426l-949 295l-6342 2123l-1636 1056l-1686 1314l-1708 1039l-2395-2391l-1085-1089l-1676 800l-4748 2423l-3160-1665l-2687 1619l-775 517l-126 2129l-383 1615l-1677 1437l-3133 254l-1387 81l-159 6l-2951-1256l-1345-287l870-4728l287-3439l32-134l292-621l55-58l97-58l203-83l91-14l114 6l86 21l84 43l194 150l760-339l166-105l149-153l104-168l99-221l93-208l61-167l38-232l2-94l1-119l-595-1875l-1198-528l-638-894l-961-7600l28-146l36-146l997-3466l63-198l83-146l70-80l76-45l98-19l161-3l1526-281l58-58l3892-2603l900-589l162-104l74-13l2278 82l37-15l1061-998l308-923l143-1155l8-101l-14-98l-104-312l-58-90l-93-88l-106-64l-123-93l-82-94l-55-142l-21-115l-492-2720l24-99l585-1532l269 161l371 222l977 53l710-185l70-31l2407-1121l1128-1018l-350-1159l6326-2169l719-1108l-375-1092l509-4491l453-507l247-125l155-19l1026-24l184 464l77 92l167 38l165-49l721-516l147-164l44-70l42-120l52-272l-19-329l-25-196l-589-3453l-1847-446l-80-21l-756-1557l-56-1377l224-231l506-744l283-558l241-667l289-881l2050-2147l68-53l1182-734l431 599l997 365l1408-231l167-61l478-726l-123-433l766-247l365 1103l47 350z"/>
<path id="3252" d="M-59590-126064l900 1161l2799 1709l167 397l-528 313l-229 160l-518 435l-374 490l-485 2434l-339 1907l26 1476l-20 1838l-340 1771l-908 1922l515 780l435 832l69 614l-155 304l-1399-2189l-1328-1331l-356-706l-1633-3383l-14-584l-175-287l-457-407l-352-39l-1573 733l-159 1274l-1822 892l-2976 1830l-92 65l-643 458l-629 700l-137 198l-391 572l-94 43l-5224 979l-276-421l-171-105l-612 292l-540 875l53 547l130 168l504 420l586 144l301 576l104 757l-99 147l-199 212l-599 630l-521 77l-683-140l-1795 456l14 898l-997 338l-613-268l-909-1301l-638-1494l89-197l533-493l428-1051l-896-1545l-584-142l-1839 199l-733 101l-126 37l-456 886l11 565l-314 125l-1086-599l-962-1825l-99-401l823-1675l826-1178l-545-1818l-589-424l-294-469l-160-637l-50-830l93-1353l15-72l544-832l559-117l32-333l-512-923l-420-582l-58-80l-1333-1260l604-77l980-2197l970-2929l-1030-1547l-449-474l-483-1157l-40-127l-165-667l233-1012l204-87l232 11l234 374l719 234l1351-859l2443-1705l1733-814l1780-592l631 61l992 377l3505-142l391-174l561-1062l447-1262l287-547l543-291l946-26l137 20l137-4l112-31l1416-741l40-42l230-281l411-806l146-337l174-518l1021 2165l639 816l109 123l138 89l144 44l543 83l142 152l445 743l711 1738l-36 1911l-158 1794l-245 514l-217-132l-345 768l-16 613l291 844l427 410l1167 146l243 16l186-12l151-39l205-96l861-480l408-64l349-18l494 262l693 749l1961 1946l764 643l1005 457z"/>
<path id="3254" d="M-31742-142835l-288 1732l-73 380l-81 163l-200 125l-287 84l-151 18l-493 73l-723 283l-544 2333l290 785l5248 218l2605-572l1368-145l3505 106l1334 459l2999 1771l88 127l720 1702l309 1010l-438 595l-1582 1455l-43-811l-1012-267l-495 27l-595 241l-332 228l-472 885l-794 1980l-201 4273l70 1651l663 1169l190 303l492 1359l-88 1060l244 3240l270 2751l-211 464l-320 843l-53 732l-48 866l149 800l139 545l443 273l-494 743l-585 551l-1985 39l-2852-255l-1014-400l-593-91l-669 49l-237 256l-159 183l-487 1606l401 673l-448 754l-586 251l-1717-1760l-567-569l-2550 1007l-210 618l531 280l84 137l587 1232l115 670l-243 532l-2710 1212l-3693-1875l-386 204l-949 634l-1005-983l-1223-338l-2223-1541l-3471-3982l-374-929l-255-406l-326-330l-359-99l-63-10l-819 39l-1777 256l-696 1107l-85 142l-159 125l-1257 746l-1221-457l-675-468l-1031 447l155-304l-69-614l-435-832l-515-780l908-1922l340-1771l20-1838l-26-1476l339-1907l485-2434l374-490l518-435l229-160l528-313l-167-397l-2799-1709l-900-1161l431-185l1713 17l318 83l1039-97l858-309l1971-2558l472-1269l-594-178l-648-402l-207-136l-1409-1234l46-243l86-260l280-341l300-264l318-73l1222-9l738-5l629 27l-161 640l-6 344l452 920l457 415l1091 966l1195-498l1359-2502l940-2634l51-294l-21-640l-1187-645l-2010 391l-26-289l432-700l1023-1311l2620-1223l2205-517l1085 609l515 33l416 25l604-12l1229-1152l681-952l2881-423l1864 15l50 90l101 75l91 48l33 17l115 35l1047 246l91-8l1068-404z"/>
<path id="3255" d="M-58575-107521l1031-447l675 468l1221 457l1257-746l159-125l85-142l696-1107l1777-256l819-39l63 10l359 99l326 330l255 406l374 929l3471 3982l2223 1541l1223 338l1005 983l-299 349l-4262 1799l-1899 269l-626 1409l-373 642l-327 75l-459 11l-1155-281l-107-46l-574-629l-326-355l-786-391l-935-257l-391 42l-662 388l-1199 1781l-358 898l381 590l-172 481l-260 431l-1662 879l-2886 2321l-916 804l-1761 1547l-7 492l-481 1823l-560 1157l-1404 1933l-1598 662l-1118 646l-4508 3557l-1170 2415l124 1427l-256 981l-467 503l-1465 107l-481-2l-326-146l-475-349l10-98l19-140l155-1099l20-81l31-109l41-97l64-148l66-124l69-93l66-74l59-54l46-31l55-31l100-49l579-1061l493-2210l13-78l3-62l-4-91l-12-78l-16-69l-30-92l-39-83l-51-87l-75-121l-70-108l-644-1663l-744-2026l-30-144l0-152l17-78l31-82l588-1065l1039-441l3346-3900l32-91l-450-3383l279-2326l-1371-1068l-3964-1048l-333-24l-1032 467l-248 404l-275 163l-175 85l-195 58l-285 0l-138-20l-102-44l-129-64l427-36l83-32l116-114l78-79l40-80l129-279l115-304l205-989l171-1056l108-915l1-197l2-542l-226-1279l-653-962l-1281-640l-194 21l-14-898l1795-456l683 140l521-77l599-630l199-212l99-147l-104-757l-301-576l-586-144l-504-420l-130-168l-53-547l540-875l612-292l171 105l276 421l5224-979l94-43l391-572l137-198l629-700l643-458l92-65l2976-1830l1822-892l159-1274l1573-733l352 39l457 407l175 287l14 584l1633 3383l356 706l1328 1331l1399 2189z"/>
<path id="3256" d="M-79213-197151l-232 728l370 296l744 570l188 442l526 2630l-1036 146l-628 170l-84 66l-27 22l-159 131l537 529l122 119l128 38l1035 68l1222-1725l44-70l2462 89l292 307l155 90l134 63l351 133l136 35l150 24l210-15l1567-203l1023-161l338-17l241 0l585 163l4 1661l14 797l1141 216l865 64l-58 723l-172 671l-275 1231l1337 1758l680 385l223 1593l-126 665l-188 978l-843 843l-338 52l-466-218l-808-591l-2027-1278l-466 17l-1239 877l-286 378l59 652l-906 675l-1061 141l-1086 53l-1857 510l-580 271l-314 183l-742 438l-180 1507l110 856l27 72l36 57l645 538l777 73l8 2l559 606l-296 850l-346 313l-804 386l-1086 157l-574-284l-728 95l-2813 787l-196 102l-1711 1217l-705 637l600 1301l835 1037l93 536l730 5547l378 1511l-2096 495l-2323 1279l-204 320l-70 109l-179 175l-257 184l-306 187l-252 69l-2742 571l-2070-404l-3-491l-95-627l-907-1526l-898-714l-163-126l47-123l315-813l258-557l1588-1290l662-778l-175-642l-16-38l-277-324l-2943-1257l-1998-595l-1727 2149l-938 1556l-3028 4253l-2462 2796l-332 121l-5282 1184l-2977-727l-1643-443l-567 246l-399 174l-1819 796l-2064-653l-599-336l-154-2139l3-3272l-242-4696l364-1555l1708-1039l1686-1314l1636-1056l6342-2123l949-295l278 426l389-69l438-701l28-3268l-855-1471l-729-564l-204-469l128-1363l704-887l2046-42l1378 5l1269-1336l2406-1511l497 206l643 464l1100-1546l772-2855l-222-495l-167-308l996-2027l399-542l684-942l306-876l338-2499l158-1347l-395-588l-117-3104l10-1028l-224-1394l-269-145l-867-1012l304-503l1449-925l504 240l446 200l1112-426l376-167l906-1007l474-3090l38-557l-11-111l2457 447l537 4l2202 1168l1030 774l77 69l48 127l21 161l274 2466l-862 1052l-130 136l-65 161l-549 2626l414 76l2625 460l2149-58l8-344l1229-246l300 10l971 550l0 500l-157 2144l1204 1749l81 373l31 202z"/>
<path id="3257" d="M-71670-142249l-174 518l-146 337l-411 806l-230 281l-40 42l-1416 741l-112 31l-137 4l-137-20l-946 26l-543 291l-287 547l-447 1262l-561 1062l-391 174l-3505 142l-992-377l-631-61l-1780 592l-1733 814l-2443 1705l-1351 859l-719-234l-234-374l-232-11l-204 87l-233 1012l165 667l40 127l483 1157l449 474l1030 1547l-970 2929l-980 2197l-604 77l-620-260l913-2266l-238-758l-62-160l-573-635l-118-112l-1113-412l-917 98l-301 433l-320 97l-375-28l-3743-1067l-1850-768l31-2613l-384-656l-213-363l-1023-841l-509-690l1387 560l1065 662l1452-45l449-1258l-216-1412l1511-1832l556-575l77-102l26-114l-26-97l-64-77l-2147-1067l-2500-1192l-1726-866l-272-170l-262-178l-75-87l-489-1558l61-226l314-63l851-183l299-388l50-89l13-121l383-2973l498-1275l1964-2011l37-20l23-9l52 3l71 21l64 37l188 115l479 272l1381 190l853-914l1746-2521l1847-3781l50-216l63-471l2070 404l2742-571l252-69l306-187l257-184l179-175l70-109l204-320l2323-1279l2096-495l-378-1511l722 1612l59 88l56 53l130 53l484 105l142 8l129-25l1537-338l1204-347l526-8l1874 507l947 519l-74 199l-1312-262l-3164 3257l-77 102l-82 136l-118 503l-29 168l-50 562l12 148l34 99l398 732l219 10l1425 25l1891-1252l1637-1177l751 289l212 343l481 881l766 4326l-798 1615l-109 215l-91 120l-527-274l-641 275l-29 913l348 3220l21 120l429 1148l152 259l180 231l342 382l136 90l259 113l411 129l870 225z"/>
<path id="3351" d="M-17005-214037l1049 1418l493 691l126 257l214 895l416 1633l125 374l3099 4062l473-167l483-19l1341 368l1066 2562l2344 1300l2071-1111l-1723 1914l-1306 2484l239 1855l-1551 2637l-1014 670l-13 37l-184 670l-14 71l57 299l1398 3200l990 2357l425 1247l-843 1635l-688 917l1013 1621l1051 1180l233 404l-256 538l-878 1315l-1373 1211l87 795l223 374l1763-541l33 1009l-1283 1015l-730 557l-229-166l-512-408l-1287 45l-1792 1631l-3310 1544l-620 1233l400 536l-149 1672l-61 374l-184 361l-444-34l-1131-412l-928-477l-825-593l-1113-840l-1617-476l-254 594l-192 469l-434 232l-1715 478l-323-126l-63-36l-1720-1022l-299-249l-245-243l-1410-1519l-34-38l-41-125l-63-328l-1639-536l-931-179l-2691-41l-502-283l-1763-1220l-60-320l1370-2022l-1968-2060l-1509-31l-2591-418l-500-1037l-635-274l-2115-250l-366 672l-285 438l-461 180l-433-126l-1383-1071l-304-357l157-578l-2298-1607l-1222-266l-1013-777l792-1531l-200-1862l-241-396l-28-43l-55-40l-323-656l18-2112l1346-1499l-62-2336l3749-1151l1656-248l-35-918l-390-3087l18-600l110-1886l489-2912l1682-1248l-343-2025l-835-601l-58-831l341-611l1476-2540l1151-491l481 808l146 773l1396 351l104 26l1265-185l898-138l264 205l390 1462l996 504l338 19l1540-305l62-66l585-621l595-528l495-339l529-330l2342-1212l1107 13l2416 243l2528-1762l438-2162l1889 643l-41 842l2136-572l882-917l742 1224z"/>
<path id="3352" d="M-119067-321746l216 194l511-167l65-13l50 16l43 38l891 1242l691 977l1651 1611l1418 977l551 308l546 171l1861 225l3087 284l1662 117l158-8l828-109l735-109l2939-691l737-172l149-31l90-5l150-3l179 28l2590 530l579 1727l470 846l1726 194l1151 116l2079 803l623 717l1340 1153l361 254l530 361l525 162l-30-507l218-182l351 52l1803 2012l673 822l513 629l2748-1384l433 1054l334 1780l1549 1519l-3143 2610l-2055 1246l-910 1394l-18 56l27 72l84 149l611 650l182 119l1651 585l100 9l36-22l27-57l-23-372l-8-333l15-174l43-41l92-15l548-40l92 35l882 441l95 61l135 183l75 191l14 94l20 2373l-14 156l-39 103l-164 188l-1304 1310l-2615 1199l-929-312l-1167 475l-1368 1228l-1093 1508l-424 83l-1285 2058l-79 152l-21 83l-6 67l24 1142l-15 133l-39 84l-89 134l-142 152l-808 98l-837-730l-1365-1093l-848-110l-439 133l-304 583l-763 688l-88 63l-524 264l-88 20l-67 12l-252-4l-200-16l-931-172l-417-116l-1600 1583l-795 1650l-1779-401l-301-468l-1867 1186l-498 759l147 106l163 85l2023 848l621 91l477 35l383 14l201 31l310 105l152 690l44 3226l-1113 1581l-7 0l-1639 855l-732 585l-521 587l142 219l1258 60l1536 2729l-62 567l-1598 1221l-721 942l-344 468l-170 400l-99-68l-2067-1347l-555-358l-2195 300l-2981 730l-6 150l-41 123l-69 116l-129 143l-636 655l-2915 1258l6 436l1061 246l659 2804l-731 1403l-3198 1933l-3898 1434l-1552 561l-1934-982l-1162-658l-920-422l-58-11l-55 28l-459 413l-1446 597l-2058-371l14-401l150-287l170-305l334-895l256-1020l37-641l22-750l7-1361l-31-738l-45-234l-137-302l-122-227l-656-1205l-27-2055l-7-479l-58-1549l-4-92l-92-959l-75-797l-18-203l103-5449l41-454l103-454l351-826l382-701l351-557l461-430l419-316l449-284l722-438l895-450l409 549l402 720l244 1440l-78 211l400 324l218 165l1398 25l665 2l196-127l226-158l191-160l322-274l1853-2094l-1227-4922l-832-2233l39-265l807-343l370-516l1071-1914l-199-85l-551-157l-908-119l-725 234l-345 394l-57 61l-95 89l-365 304l-472 250l-1465-764l-1272-516l-621-224l-1572 20l-666-1756l-1152-2805l-30-71l-349-805l-58-165l-10-108l6-2144l8-1355l33-685l33-114l1054-2253l1582-3440l165-422l522-1940l672-2607l-9-91l163-927l136-551l469-1308l1213-3071l2271-3132l931-841l1463-608l253-87l890-238l852-215l146-30l301-48l631-13l482 145l-2 90l-178 57l-52 423l0 300l110 285l180 290z"/>
<path id="3353" d="M-47427-278184l-75 848l899 2385l3380 3480l769 1179l155-114l151-112l482-1178l1697-1672l351 64l734 1366l53 218l213 878l-1 70l-169 1055l3780 1266l115-47l677-284l2079-1246l1966-1889l325-514l-495-371l-65-430l609-819l95-104l1977 1352l193 227l725 1067l568 1296l219 287l3706 3074l251 157l256 118l251 70l37 5l158 20l3400 155l306-33l193-80l208-156l183-230l501-1126l58-131l237-504l130-195l151-140l232-130l195-92l1192-454l487-241l1139-769l1297 878l209 94l312 19l222-12l677-44l1029-69l36-2l289 41l244 60l324 142l844 790l640 567l799 603l1357 964l958 601l298 162l1438 674l-122 486l-260 385l-615 885l-1233 1490l-77-2l-1054-61l-1195-449l10-721l-2127-85l-3424 1515l-3647 2874l-2395 1245l-240 136l-87 98l-448 666l-538 1733l2071 996l892 2514l-61 513l-1625 914l-1267-251l-1021 1331l-50 107l-15 82l3 69l39 82l1382 2338l600 605l527 16l128 410l-160 1401l-1241 659l-2220 754l-979-973l-2343 1741l-1547 1876l-1012 1640l-1242 1398l-316-850l-1292-1463l-3291-2676l-1087-629l-1917-203l-1580 801l-1404-42l-1444-2120l-2677-1949l-1025 447l-842 1074l-1381 883l-789-267l-1857-661l-436-237l-126-86l-91-83l-187-176l-91-121l-91-163l-148-339l-51-81l-73-67l-1157-699l-2862-600l-3907-909l-1109-1814l-560-3688l-31-1451l466 9l-63-1375l-1808-3167l-841-1012l625-579l329-321l1260-1834l1609-2386l247-381l360-280l1453-983l2124-1143l1482-384l1532-848l1371-1762l1859 212l558-958l-789-4002l-454-1566l334-1101l1110 569z"/>
<path id="3354" d="M44894-240033l579 916l2131 596l137-73l164-20l163 7l613 144l174 74l363 167l34 16l426 251l342 305l51 46l519 502l351 401l292 351l175 259l113 1783l20 301l48 242l165 291l320 389l456 494l3250 3347l296 289l209 121l281 47l301 0l265-73l806-408l868-505l277-171l311-193l296-208l219-171l265-177l374-158l2308-630l401-78l379 11l149 37l158 41l312 171l250 190l223 209l619 720l656 727l806 843l137 122l173 130l194 100l188 94l222 65l224 57l4699 1139l279 38l185 0l203-25l287-94l-2233 2639l-2531 734l-111-27l-890 8l-1232 5313l945 1995l3 6l-1018 38l-1367 303l-539 309l-670 385l-4059 3499l-4912 2579l-434 163l-937 299l-72-6l-1806-651l-2178-814l-55-82l-1019-984l-904-166l-514-75l-1069-96l-1826-85l-1264 490l-1628 262l-255 7l-461-71l-240-64l-206-106l-170-149l245-1216l64-317l-264-11l-346-9l-4146 71l-1687 157l-306 91l-380 397l-197 701l-24 1562l-252 428l-27 45l-204 339l-2720 2908l-78 48l-67 28l-3316 783l-913-206l-1080-436l-1289-67l-511-199l-1053-1313l-939-3427l763-1400l362-566l1591-1891l449-494l85-2685l-769-2014l1267-799l1482-861l518-699l-55-1978l-1292-2125l-696-781l-1297-1775l-510-1913l-2589-1988l-1872-343l-335-523l-465-959l-274-1210l1384 86l991-1879l1129-733l1904 372l1389-158l3594-711l20-1292l-347-2091l-1480-1600l-1181-3404l-316-2864l119-114l3852 2539l293 196l226 235l4131 3735l3451 3120l1851 1650l883 759l279 162l117 31l268 66l151-7l154-8l282-36l258-111l231-202l216-230l244-355l305-542l427-703l381-609l197-240l230-206l399-171l202-18l216 0l265 87l238 121l418 284l408 418l294 368z"/>
<path id="3355" d="M5289-262307l1096-353l524-365l492-279l355-142l249-41l1308-91l3969-7l327 27l233 126l243 169l975 897l268 305l217 342l206 480l124 485l2545 2449l725 601l225 139l2897 1238l1097-558l1976-1315l506-365l0-131l-24-137l1989-2329l4613 1568l2717 6050l2446 4695l160 266l1115 1550l51 67l662 726l3091 2261l1400 581l1333 51l28 1l885 522l149 645l-684 1285l-115 184l-768 677l-294-368l-408-418l-418-284l-238-121l-265-87l-216 0l-202 18l-399 171l-230 206l-197 240l-381 609l-427 703l-305 542l-244 355l-216 230l-231 202l-258 111l-282 36l-154 8l-151 7l-268-66l-117-31l-279-162l-883-759l-1851-1650l-3451-3120l-4131-3735l-226-235l-293-196l-3852-2539l-119 114l316 2864l1181 3404l1480 1600l347 2091l-20 1292l-3594 711l-1389 158l-1904-372l-1129 733l-991 1879l-1384-86l-402-29l-1108-1479l-332-443l-655-582l-3018-1138l-1191-345l-1362 20l-147-1640l2076-270l153-924l-269-516l-3540-238l-420 556l126 417l-1255 1251l-3010-361l78-785l3-97l-158-678l-834-826l-983-842l-2498 1829l-5122 3952l-396 907l818 330l-455 2105l-362 916l-2847-280l-1129 178l-1063 2845l-2562-796l-3075 1162l-1190 959l14 879l-762-1310l-1910 709l-868 998l-382 928l-480 962l-1648 161l-3565 318l-1666-1046l-198-1434l446-333l348 286l1239-906l2117-1572l1032-1917l-733-1122l-120 36l-132 24l-432 24l-1361-1588l1242-1398l1012-1640l1547-1876l2343-1741l979 973l2220-754l1241-659l160-1401l-128-410l-527-16l-600-605l-1382-2338l-39-82l-3-69l15-82l50-107l1021-1331l1267 251l1625-914l61-513l-892-2514l-2071-996l538-1733l448-666l87-98l240-136l2395-1245l3647-2874l3424-1515l2127 85l-10 721l1195 449l1054 61l77 2l1233-1490l615-885l260-385l122-486l1363 901l411 237l216 91l279 77l1546 301l884 166l1799 661l567 399z"/>
<path id="3356" d="M-105711-265677l-222 525l2517 1232l1664 2878l1697 1764l982 2454l8 74l-631 1188l-870 1549l0 523l804 1317l137 144l89 56l431 125l163 50l93 70l88 137l394 700l38 1751l83 3860l-11 59l427 1451l1614 1503l683 2242l-379-122l-591 2093l-1593 1006l-2098-591l-1183-67l-126 321l-1727-2481l-996-530l-1334 893l-452 1248l-3287 0l-1290-1538l-159-208l-65-167l-66-213l-71-629l-41-95l-54-59l-742-434l-493-89l-1586-208l-874-57l-126 27l-135 61l-115 91l-53 89l-689-24l-1277-475l-788-920l-170-302l-2-10l-297-665l-62-28l-1908-312l-3023-131l-1000-966l-2558-2115l-1381-557l-857 403l-781 500l-1595-907l-256-422l-565-929l-806-14l-1136-9l-225 55l-166-653l-17-120l-52-375l7-565l47-577l830-7538l606-2710l177-839l40-836l-77-1205l656 1205l122 227l137 302l45 234l31 738l-7 1361l-22 750l-37 641l-256 1020l-334 895l-170 305l-150 287l-14 401l2058 371l1446-597l459-413l55-28l58 11l920 422l1162 658l1934 982l1552-561l3898-1434l3198-1933l731-1403l-659-2804l-1061-246l-6-436l2915-1258l636-655l129-143l69-116l41-123l6-150l2981-730l2195-300l555 358l2067 1347l99 68z"/>
<path id="3357" d="M-62437-260437l841 1012l1808 3167l63 1375l-466-9l31 1451l560 3688l1109 1814l3907 909l-29 824l796 1411l907 1361l672 913l1297 1325l1307 2l10 220l-2087 750l-1143 170l-444-6l-1961 2235l-507 239l-1053-308l-1235 950l-508 1604l474 1167l146 308l61 92l116 77l492 186l86 920l-194 825l-369 1153l-1507 1401l-50 15l-347 138l286 2032l1499 500l1115 607l1414 961l75 946l40 2731l-6 364l-682 1185l-5201 5016l-323 299l-1311 235l-384-146l69-1369l-638-1123l-884-453l-254 8l-1545 215l-2823 1750l-98 87l-99 99l-786 1403l144-1267l314-3438l54-833l-349-2403l-15-92l-107-154l-370-428l-787-856l-1985 567l-1039 395l-1336 1281l-2591-717l378-1172l673-517l-435-961l-3437-1790l-1933-569l-2010-364l-1849-180l-816-940l-186-307l-2180-4383l-490-1546l2240-4317l956-799l153-2570l-29-176l-162-293l-732-884l-335-237l-2933 1954l-1287 1768l-127 200l-86 252l-20 220l-2629-758l-683-2242l-1614-1503l-427-1451l11-59l-83-3860l-38-1751l-394-700l-88-137l-93-70l-163-50l-431-125l-89-56l-137-144l-804-1317l0-523l870-1549l631-1188l-8-74l-982-2454l-1697-1764l-1664-2878l-2517-1232l222-525l170-400l344-468l721-942l1598-1221l62-567l-1536-2729l-1258-60l-142-219l521-587l732-585l1639-855l7 0l1113-1581l-44-3226l-152-690l-310-105l-201-31l-383-14l-477-35l-621-91l-2023-848l-163-85l-147-106l498-759l1867-1186l301 468l1779 401l795-1650l1600-1583l417 116l931 172l200 16l252 4l67-12l88-20l524-264l88-63l763-688l304-583l439-133l848 110l1365 1093l837 730l808-98l142-152l89-134l39-84l15-133l-24-1142l6-67l21-83l79-152l1285-2058l424-83l290 1087l254 1088l407 2218l332 1020l50 148l81 117l867 1132l1208-6l586-891l2462-3l780 86l1469 1884l-465 643l-164 187l-292 251l-373-147l-1988 1823l-240 2397l573 1375l875 413l3535 1004l1419-973l986 1120l203 399l-23 1497l-6 204l-41 206l-89 204l-375 737l-89 198l-13 157l20 136l261 805l941 2464l2505 2526l1227 1010l1959 1417l476 4l1634-533l-18-920l2183-2751l489 0l3282 1190l554 397l-199 1356l-589 284l-552 1160l286 348l127 119l172 115z"/>
<path id="3358" d="M-28369-236723l1361 1588l432-24l132-24l120-36l733 1122l-1032 1917l-2117 1572l-1239 906l-348-286l-446 333l198 1434l1666 1046l3565-318l1648-161l480-962l382-928l868-998l1910-709l762 1310l385 1032l65 177l36 721l-72 2984l-336 56l-1023-637l-2769 224l161 1524l2210-167l864 122l707 756l462 3007l-14 2884l640 1787l231 210l-882 917l-2136 572l41-842l-1889-643l-438 2162l-2528 1762l-2416-243l-1107-13l-2342 1212l-529 330l-495 339l-595 528l-585 621l-62 66l-1540 305l-338-19l-996-504l-390-1462l-264-205l-898 138l-1265 185l-104-26l-1396-351l-146-773l-481-808l-1151 491l-1476 2540l-341 611l58 831l835 601l343 2025l-1682 1248l-489 2912l-110 1886l-18 600l390 3087l35 918l-1656 248l-3749 1151l62 2336l-1346 1499l-18 2112l323 656l55 40l28 43l241 396l200 1862l-792 1531l-1391 980l-548 1088l59 695l47 489l-34 246l-176 313l-65 115l-65 16l-1056 162l-1383 73l-549-187l-859-765l-1749-3608l-1871-3833l-422-234l-1015 75l-1997 585l-397 703l-26 499l-680-385l-1337-1758l275-1231l172-671l58-723l-865-64l-1141-216l-14-797l-4-1661l-585-163l-241 0l-338 17l-1023 161l-1567 203l-210 15l-150-24l-136-35l-351-133l-134-63l-155-90l-292-307l-2462-89l-44 70l-1222 1725l-1035-68l-128-38l-122-119l-537-529l159-131l27-22l84-66l628-170l1036-146l-526-2630l-188-442l-744-570l-370-296l232-728l71-556l1204-3223l1198-2039l246 113l1917-1792l-453-911l-478-419l-399-349l2989-4760l1397-1437l1331-1187l786-1403l99-99l98-87l2823-1750l1545-215l254-8l884 453l638 1123l-69 1369l384 146l1311-235l323-299l5201-5016l682-1185l6-364l-40-2731l-75-946l-1414-961l-1115-607l-1499-500l-286-2032l347-138l50-15l1507-1401l369-1153l194-825l-86-920l-492-186l-116-77l-61-92l-146-308l-474-1167l508-1604l1235-950l1053 308l507-239l1961-2235l444 6l1143-170l2087-750l-10-220l-1307-2l-1297-1325l-672-913l-907-1361l-796-1411l29-824l2862 600l1157 699l73 67l51 81l148 339l91 163l91 121l187 176l91 83l126 86l436 237l1857 661l789 267l1381-883l842-1074l1025-447l2677 1949l1444 2120l1404 42l1580-801l1917 203l1087 629l3291 2676l1292 1463l316 850z"/>
<path id="3359" d="M-85561-321057l579 32l1532 303l2423 973l1398 640l784 598l1159 886l2974 4374l247 495l333 768l32 74l163 377l758 1714l1486 3330l641 1162l49 88l513 774l534 565l601 498l2431 1912l951 1116l399 558l11 16l153 256l105 181l32 89l632 1787l217 661l98 316l196 642l52 1258l40 273l259 1073l383 1007l579 936l2550 2018l5481 3680l1723 664l365 100l581 98l809 116l269 37l2927 317l-228 2880l-485 2130l-5 37l14 26l279 469l-334 1101l454 1566l789 4002l-558 958l-1859-212l-1371 1762l-1532 848l-1482 384l-2124 1143l-1453 983l-360 280l-247 381l-1609 2386l-1260 1834l-329 321l-625 579l-172-115l-127-119l-286-348l552-1160l589-284l199-1356l-554-397l-3282-1190l-489 0l-2183 2751l18 920l-1634 533l-476-4l-1959-1417l-1227-1010l-2505-2526l-941-2464l-261-805l-20-136l13-157l89-198l375-737l89-204l41-206l6-204l23-1497l-203-399l-986-1120l-1419 973l-3535-1004l-875-413l-573-1375l240-2397l1988-1823l373 147l292-251l164-187l465-643l-1469-1884l-780-86l-2462 3l-586 891l-1208 6l-867-1132l-81-117l-50-148l-332-1020l-407-2218l-254-1088l-290-1087l1093-1508l1368-1228l1167-475l929 312l2615-1199l1304-1310l164-188l39-103l14-156l-20-2373l-14-94l-75-191l-135-183l-95-61l-882-441l-92-35l-548 40l-92 15l-43 41l-15 174l8 333l23 372l-27 57l-36 22l-100-9l-1651-585l-182-119l-611-650l-84-149l-27-72l18-56l910-1394l2055-1246l3143-2610l-1549-1519l-334-1780l-433-1054l-2748 1384l-513-629l-673-822l-1803-2012l-351-52l-218 182l30 507l-525-162l-530-361l-361-254l-1340-1153l-623-717l-2079-803l-1151-116l-1726-194l-470-846l-579-1727l-297-280l-115-161l-1353-3692l6-3l1834-717l1074-127l708-55l550 28l1594 109l5724 204l1983-27z"/>
<path id="3360" d="M2545-242484l-78 785l3010 361l1255-1251l-126-417l420-556l3540 238l269 516l-153 924l-2076 270l147 1640l1362-20l1191 345l3018 1138l655 582l332 443l1108 1479l402 29l274 1210l465 959l335 523l1872 343l2589 1988l510 1913l1297 1775l696 781l1292 2125l55 1978l-518 699l-1482 861l-1267 799l769 2014l-85 2685l-449 494l-1591 1891l-362 566l-763 1400l939 3427l1053 1313l511 199l-408 555l-849 16l-1538-348l-2280 875l-27 226l38 64l336 621l-611 3883l-211 563l-955 628l-1392 714l-144 17l-85 10l-1788 477l-1851 845l176 688l-1383-516l-508-323l-3443-3104l-667-1622l-1793-1930l-1141-211l-807 234l-4359 2509l-976-610l-2071 1111l-2344-1300l-1066-2562l-1341-368l-483 19l-473 167l-3099-4062l-125-374l-416-1633l-214-895l-126-257l-493-691l-1049-1418l-742-1224l-231-210l-640-1787l14-2884l-462-3007l-707-756l-864-122l-2210 167l-161-1524l2769-224l1023 637l336-56l72-2984l-36-721l-65-177l-385-1032l-14-879l1190-959l3075-1162l2562 796l1063-2845l1129-178l2847 280l362-916l455-2105l-818-330l396-907l5122-3952l2498-1829l983 842l834 826l158 678l-3 97z"/>
<path id="3361" d="M-70190-213711l-1331 1187l-1397 1437l-2989 4760l399 349l478 419l453 911l-1917 1792l-246-113l-1198 2039l-1204 3223l-71 556l-31-202l-81-373l-1204-1749l157-2144l0-500l-971-550l-300-10l-1229 246l-8 344l-2149 58l-2625-460l-414-76l549-2626l65-161l130-136l862-1052l-274-2466l-21-161l-48-127l-77-69l-1030-774l-2202-1168l-537-4l-2457-447l-963-737l-2055-1633l-671-595l-1433-463l-993-27l-1495 83l-480 1221l-63 205l-9 157l-178 765l-325 1031l-366 821l-151 5l-1788-136l-101-155l-59-139l-52-204l-217-857l-71-250l-90-282l-1221-3187l-428-1006l-440-662l-375-1474l-14-80l-41-240l-11-326l105-608l454-1067l405 276l900-1046l87-762l-7-138l-297-1223l-699-164l1880-1474l2029-1687l483-867l-469-801l-1466-7015l169-104l956-399l1165-383l126-321l1183 67l2098 591l1593-1006l591-2093l379 122l2629 758l20-220l86-252l127-200l1287-1768l2933-1954l335 237l732 884l162 293l29 176l-153 2570l-956 799l-2240 4317l490 1546l2180 4383l186 307l816 940l1849 180l2010 364l1933 569l3437 1790l435 961l-673 517l-378 1172l2591 717l1336-1281l1039-395l1985-567l787 856l370 428l107 154l15 92l349 2403l-54 833l-314 3438l-144 1267z"/>
<path id="3401" d="M-119914-228780l-1182 734l-68 53l-2050 2147l-289 881l-1114 508l-3539 1953l-917-2076l244-3845l432-1410l751-1108l1877-2494l870-1553l1374-1058l1025 644l-20 79l-235 907l452 741l293 366l852 358l637 154l160 3l447 508l57 776l-78 607l-211 706l-61 395l61 410l232 614z"/>
<path id="3402" d="M-212351-265926l-368-13l-246 2966l-232 285l-1847-600l-187-178l-486-307l-238-71l-1305-258l-4562-596l-919-61l-480 32l-1001-22l-3716-100l-1120-60l-2106-315l-120-39l-129-42l-11-4l-26-18l-293-242l-266-375l-665-1142l-172-424l-74-261l-51-216l1134-2012l183 152l948 1602l385 1144l1233 33l2099-1592l137-170l263-752l252-720l111-195l152-143l152-113l2713-1072l704 666l15 629l1346-41l3498-299l785-177l687-529l776-597l716-548l387 397l608 2922l1336 3476z"/>
<path id="3403" d="M-146780-245714l-1021 1122l236 729l125 270l940 1604l125 101l408 80l-1031 1018l-884 1385l-160 291l-77 279l-653 3010l131 479l-3985 1643l-1009-701l-727-951l-1090-1568l-3112 4l0-1502l6-359l1037-854l688-1952l39-1334l235-1371l880-880l2114-2045l268-131l250-42l217 17l157 18l2094 517l858 755l1208 376l1733-8z"/>
<path id="3404" d="M-173521-144392l-1472-1881l-281-537l342-921l32-47l51-42l898-348l544 0l277 36l1273-755l-919-1320l789-527l113-61l195-89l2078-803l373 1149l295 1045l523 217l2259 279l944-62l1497 460l-92 610l449 1088l1086 894l1084-620l631-303l519 17l980 335l850 848l64 421l-124 391l-741 710l-733 489l-1544 825l-208 2960l-180 392l-1447 1225l-795-972l-169-224l-124-294l205-287l-1069-474l-956 190l-1854 482l-209 452l-158 450l-1149-417l-1944-991l-1767-1387l-204-212l-88-265l53-203l279-324l463-564l-23-183l-91-537l-55-217l-218-415l-29-35l-34-33l-113-88l-356 473z"/>
<path id="3405" d="M-154447-285140l-326 222l-88 92l-381 739l-3 168l177 128l248 96l362-713l13-239l13-173l55-28l68 397l-3 69l-35 97l-609 1520l-62 101l-551 581l-81 35l-3656 1319l-314 77l-214 24l-13 0l-691-6l-237-30l-198-77l-624-360l-213-123l-192-146l-388-297l-1237-2963l-481-2313l-80-447l36-334l289-296l-45-763l-130-667l-676-2186l-64-76l-379-241l-145-47l-319-425l2211-2093l463-389l457-112l453 405l2765-1387l183 314l1260 2164l119 274l129 445l174 987l46 158l6 16l727 1718l24 52l709 1424l72 138l400 647l71 126l861 2071l44 327z"/>
<path id="3451" d="M-154713-263929l-801 1239l136 1567l272 617l2730 2107l2563 222l888 1913l251 547l1474 4075l806 3215l429 1973l-815 740l-1733 8l-1208-376l-858-755l-2094-517l-157-18l-217-17l-250 42l-268 131l-2114 2045l-880 880l-235 1371l-39 1334l-688 1952l-1037 854l-6 359l0 1502l-411 32l-291 73l-242 105l-2901 1681l-317 893l-1355 2505l-2257-1695l-1254-284l-2124-36l56-1112l-1034-1133l-2333-1658l-1912-182l-2788-3539l193-1284l778-511l-56-253l-58-123l-86-93l-1910-1218l-114-65l-876-255l-360-95l-874-171l-90 16l-71 41l-224 195l-162 93l-203 77l-123 16l-1731-182l-1825-608l-281-103l-1130-3107l51-1174l27-616l1975-901l1903-972l143-124l5945-5329l122-116l169-197l2577-6159l3961 2896l1078 1139l17 84l402 1108l4034-397l143-1015l805-1003l524-584l1074-956l1047 349l1422 782l1233 355l95 22l137 7l81-23l1718-855l164-171l194-544l109-203l73-58l502-280l120-54l103-13l269-28z"/>
<path id="3452" d="M-237420-300235l-1704 2400l-594-380l-103-103l-77-154l-507-1144l25-249l70-190l111-112l155-86l1299-576l112-26l635 0l285 26l119 86l122 181l52 327zM-206564-302731l2329 93l700-31l580-14l460-8l145 3l144 5l1327 87l1427 111l100 32l127 59l137 65l298 143l367 245l874 658l465 211l116 22l382 31l105-11l1728-412l181 174l32 104l-1219 479l-152 54l-720 121l-159 24l-182 74l-456 227l-1626 1520l638 798l439 642l489 917l-442 628l-3813 51l-1149-271l-633 361l-85 146l-74 183l-292 2290l-1 1691l-25 3277l-653 885l1278 1168l1167-153l195-129l2077-1195l3282-357l4618-474l1665-149l1545-96l843 2915l-599 523l-625 659l2091 2715l-116 3043l-109 1309l910 27l1333-984l1723-12l448 803l7 255l-6 820l-868 74l3 671l200 892l1455 658l706-1232l817 385l-465 1857l-481 1458l183 703l841 387l1354 461l631 2765l-3729 1008l-1966 545l-588 243l-4004 1681l-2507 612l-1896 24l-4352-2726l-2515-1571l-100-50l-123-36l-1065-157l-152-17l-1718 728l-893 443l-90 176l-55 43l-1196 887l-96 19l-1558-478l-1876-653l-17-1540l-760-11l-1251 534l-1292 1670l-1336-3476l-608-2922l-387-397l-716 548l-776 597l-687 529l-785 177l-3498 299l-1346 41l-15-629l-704-666l-2713 1072l-152 113l-152 143l-111 195l-252 720l-263 752l-137 170l-2099 1592l-1233-33l-385-1144l-948-1602l-183-152l-1134 2012l46-1418l1003-3482l190-3147l194-835l999-4043l1555-3158l27-75l-8-109l-39-116l-177-278l-481-1083l-71-234l-187-851l-4-160l31-172l54-91l96-101l289-137l127-26l139-4l54-1l77 1l192 5l113 30l94 56l1495 1049l1658 692l1519-317l75-22l449-342l561-587l35-50l343-761l-94-73l-8-3l-1332-931l-1574-1553l-493-710l-49-99l-8-134l289-920l112-142l326-360l4411-4779l2239-1691l3364-2435l724-319l2780-812l394-73l207-34l1326-213l640-47l1540-12l509 39l514 300l68 17l74 7zM-231656-302674l-6233 535l-215-8l-76-5l-1710-113l-68-7l-86-37l-78-51l-65-75l-34-72l-10-92l10-99l44-119l40-65l66-41l75-14l1535-107l929-76l185-21l3874-459l4094-412l1122-65l825-46l758 7l379 13l343 47l794 155l95 24l127 61l67 57l11 11l54 84l42 130l7 134l-5449 578l-92 24l-1360 124zM-215527-307568l263 12l1471-14l962-26l1264-60l1631-53l786 26l158 20l29 8l87 25l569 245l78 74l34 81l92 477l-11 67l-22 42l-37 14l-474 0l-159 210l-92 63l-120 46l-484 123l-2572 538l-1164 183l-449 39l-7218 464l-128-3l-61-29l-59-44l-361-309l-153-131l-74-97l-59-80l-197-397l-17-104l3-77l30-74l74-74l110-82l82-59l82-59l1645-734l299-105l942-307l167-29l211-27l396-19l220 17l1277 104l276 27l673 88zM-202304-307891l63 1384l-3050-266l-1611-382l-345-355l-16-37l0-61l32-71l77-74l133-107l95-55l1280-552l133-31l145-4l486-7l120 0l559 35l42 18l205 163l638 30l774 175l103 29l72 43l48 47l17 78z"/>
<path id="3453" d="M-188924-245770l3124-22l281 103l1825 608l1731 182l123-16l203-77l162-93l224-195l71-41l90-16l874 171l360 95l876 255l114 65l1910 1218l86 93l58 123l56 253l-778 511l-193 1284l2788 3539l1912 182l2333 1658l1034 1133l-56 1112l2124 36l1254 284l2257 1695l530 838l615 907l810 679l2626 4316l-160 602l-163 491l-169 1099l-207 1356l432 2953l874 1756l1329 2239l99 104l1041 1035l3658 3018l1963-336l-100 117l-280 416l-1267 3095l612 3411l-739 1403l-850 796l-762-85l-176-5l-34 12l-36 29l-30 60l-783 2064l-23 115l16 917l0 78l-3801-875l-2039-512l-3435 1632l-1128 4439l-1427 1321l-665 2139l-600-217l-1163-482l-70-44l-487-464l-92-67l-90-53l-105-37l-108-24l-441-26l-2018 756l-1561 874l-633-350l-216-726l-27-83l-63-70l-895-837l-2335-1414l-3433 947l-415 312l-265 1066l-1756 864l-359 133l-5075-376l-371-1116l-337-739l-1329-1883l-1409-1579l181-513l52-102l663-659l92-42l341-25l582-236l1579-820l72-58l1304-1090l655-663l9-279l-1981-3255l240-747l631-1615l1394-3554l66-112l114-97l792-405l178-69l49-8l134-24l226-70l258-116l710-320l2012-908l267-183l428-364l2561-3678l436-726l27-120l7-131l-40-137l-296-547l-93-81l-5546-2516l-1571-2351l165-150l254-227l-358-4405l-17-79l-196-433l-443-496l-3786-2878l-2221-1687l114-551l1174-5641l682 48l344-3204l423-3339l116-876l217-491l196 107l162 91l1120 703z"/>
<path id="3454" d="M-215758-239749l396-181l85-16l176 10l193 17l139 39l5847 2187l1438 862l5470 736l960 1378l1410 2030l285 1503l1107 936l969-206l357-238l265-180l2908-1958l281 213l2221 1687l3786 2878l443 496l196 433l17 79l358 4405l-254 227l-165 150l1571 2351l5546 2516l93 81l296 547l40 137l-7 131l-27 120l-436 726l-2561 3678l-428 364l-267 183l-2012 908l-710 320l-258 116l-226 70l-134 24l-49 8l-178 69l-792 405l-114 97l-66 112l-1394 3554l-631 1615l-240 747l1981 3255l-9 279l-655 663l-1304 1090l-72 58l-1579 820l-582 236l-341 25l-92 42l-663 659l-52 102l-181 513l1409 1579l1329 1883l337 739l371 1116l348 1790l-740 521l-1277 717l-701 462l-2864 2307l-97 103l-63 90l-77 117l-243 488l-5 75l-57 1091l29 47l305 527l363 1066l54 281l89 805l-555 3852l-616 6308l-201 2003l-332-148l-900 1152l-48 76l-337 536l-390 790l-230 522l-472 1744l1164 705l-397 2347l-925 2431l-576 1084l-146 242l-228-15l-1364-180l-88-26l-131-10l-130 8l-164 36l-214 82l-175 89l-1498 790l-98 64l-2190 1618l-2624 2130l-2353 1285l-1034 269l-1088 974l-628 1316l-1277 604l-742 66l-1145 101l-653-1427l-1569-3345l-1129-1744l-156-311l-124-256l-1316-6899l-125-456l-1198-4348l385-225l146 136l1225-733l2639-1580l-38-2049l579-2239l328-850l-1706-2920l-4504 265l-1890-2234l-60-904l-20-307l-42-631l-1069-1626l-1834-1423l-300-206l-151 1324l-771-288l-501-324l-1141-1140l-114-81l-2452-1668l-2125 995l-470 220l631-3187l217-338l57 63l91 49l177 71l2016 567l8 1l125-157l410-515l388-496l775-6700l1224-10592l1588-4179l-185-1120l-47-286l66-87l1134-1469l201-258l5363-7920l1803-5392l339-1113l306-1353l-552-7674l90-796l94-816l183-1582l39-333l2927-407l1955 536z"/>
<path id="3455" d="M-170343-305227l678 176l941-3l122 7l561 41l666 73l3006 488l132 28l865 442l128 83l187 125l103 131l13 61l16 606l-22 87l-147 343l-73 109l-74 101l-144 196l-29 59l-20 95l-59 441l-23 216l333 2571l106 475l79 216l58 152l553 1354l34 50l51 31l58 20l105 11l103-11l714-155l112-39l507-224l20-20l7-19l-4-50l8-70l18-24l31-19l34-10l41 3l674 254l65 36l166 109l371 680l-2765 1387l-453-405l-457 112l-463 389l-2211 2093l319 425l145 47l379 241l64 76l676 2186l130 667l45 763l-289 296l-36 334l80 447l481 2313l1237 2963l388 297l192 146l-77 1041l19 911l82 894l100 520l228 682l236 566l302 520l292 382l784 876l327 318l828-233l455-399l101-37l157-35l897-57l107 0l184 54l139 63l561 304l383 492l583 846l1031 1516l504 762l363 607l85 464l668 2134l-231 2405l-26 90l-149 135l-1836 1474l-269 28l-103 13l-120 54l-502 280l-73 58l-109 203l-194 544l-164 171l-1718 855l-81 23l-137-7l-95-22l-1233-355l-1422-782l-1047-349l-1074 956l-524 584l-805 1003l-143 1015l-4034 397l-402-1108l-17-84l-1078-1139l-3961-2896l-791-2779l-778-2589l2986-1957l817-534l1076-704l2400-1695l279-1855l-270-545l-525-922l-398 328l-549-132l-651-880l-129-790l115-462l552-2139l-1483-488l-980-219l-501-29l-2082 332l-2725 1187l-182-1095l-151-916l-13-106l16-63l1679-5469l1316-927l87-714l191-3119l-4-144l-25-158l-68-153l-238-324l-1609-7006l-652-1498l-182-1735l580 55l607 31l308-11l253-18l2068-230l268-75l164-106l88-13l516-44l1774-131l194 19l327 82zM-168827-313029l1643 1051l-165 198l-2961-338l-220-37l-236-63l-1640-633l-1038 317l-379 974l-1084-1269l-57-82l-26-86l-9-109l22-89l57-131l71-79l128-99l601-290l150-34l510-69l147-3l724-4l482 26l769 42l134 15l6 1l241 59l223 74l647 277l1094 301l86 32l80 48z"/>
<path id="3456" d="M-236333-187791l-217 338l-631 3187l470-220l2125-995l2452 1668l114 81l1141 1140l501 324l771 288l151-1324l300 206l1834 1423l1069 1626l42 631l20 307l60 904l1890 2234l4504-265l1706 2920l-328 850l-579 2239l38 2049l-2639 1580l-1225 733l-146-136l-385 225l1198 4348l125 456l1316 6899l124 256l156 311l1129 1744l1569 3345l653 1427l-1387 1710l-499-17l-3497-120l-581-23l-4877-543l-2539 414l-639 678l-277 301l-711 1056l-2424 75l-678-863l-678-873l-826-1913l-45-111l-13-124l-60-1548l26-189l56-192l2199-4942l41-77l1137-1471l126-2303l-510-1891l-282-962l-319-270l-201-45l-1080-236l-187-535l-605-1754l-1732-4827l-85-178l-248-250l-700 440l-329 577l-393 776l-310 553l-128 193l-171 185l-536 480l-185 144l-217 135l-330 112l-5280-2023l-544-957l-5343-265l-367-127l-741-269l-308-113l-6-3l-630-465l-3060-2274l313-1688l155-834l228-1235l-1422-3570l118-86l721 177l1453 358l3503-1269l-57-232l-43-63l-24-33l-221-216l-2713-2632l433-3398l245-1483l1236-1312l819-241l131-38l56-16l1634-359l215-22l270 18l193 31l222 64l795 304l226 66l187 51l424 114l2299-9l606-42l119-18l129-53l248-148l110-47l133-9l1425 204l221 71l194 101l761 399l80 49l28 18l56 87l72 409l31 64l59 67l74 43l92 29l981 213l143 26l131 11l169-6l696-37l288-39l742-195l154-58l109-83l273-214l102-42l106 5l108 35l1507 524l99 56l88 71l135 187z"/>
<path id="3457" d="M-207155-265926l1558 478l96-19l1196-887l55-43l90-176l893-443l1718-728l152 17l1065 157l123 36l100 50l2515 1571l4352 2726l1896-24l2507-612l4004-1681l588-243l1966-545l3729-1008l1082 585l290 847l875-500l1496-898l791 2779l-2577 6159l-169 197l-122 116l-5945 5329l-143 124l-1903 972l-1975 901l-27 616l-51 1174l1130 3107l-3124 22l-1120-703l-162-91l-196-107l-217 491l-116 876l-423 3339l-344 3204l-682-48l-1174 5641l-114 551l-281-213l-2908 1958l-265 180l-357 238l-969 206l-1107-936l-285-1503l-1410-2030l-960-1378l-5470-736l-1438-862l-5847-2187l-139-39l-193-17l-176-10l-85 16l-396 181l-1955-536l-2927 407l-1130-978l-217-1877l32-133l750-2225l801-1514l256 82l87 19l113 24l262-4l151-29l1104-436l-7-64l-8-41l-29-125l-791-4110l-387-3086l587-439l229-179l81-111l218-397l224-506l124-333l498-1890l68-358l13-680l206-1342l522-1886l43-132l303-854l1306 16l187 178l1847 600l232-285l246-2966l368 13l1292-1670l1251-534l760 11l17 1540l1876 653zM-244500-295006l-86 39l-104 19l-1112 35l-600-24l-1106-51l-195 22l-111 22l-92 47l-1344 877l-501 584l-705 1145l-1471 434l-135-79l-73-48l-1711-1188l-116-100l-143-160l-234-420l-74-152l-34-154l-33-1007l13-230l52-160l99-155l117-130l113-82l152-84l254-96l5959-1525l137-14l89 6l187 68l112 57l971 511l184 107l143 106l1104 990l170 182l60 96l61 115l48 103l32 102l13 63l-9 49l-29 38l-52 42z"/>
<path id="3458" d="M-124899-234990l-870 1553l-1877 2494l-751 1108l-432 1410l-244 3845l917 2076l3539-1953l1114-508l-241 667l-283 558l-506 744l-224 231l56 1377l756 1557l80 21l1847 446l589 3453l25 196l19 329l-52 272l-42 120l-44 70l-147 164l-721 516l-165 49l-167-38l-77-92l-184-464l-1026 24l-155 19l-247 125l-453 507l-509 4491l375 1092l-719 1108l-6326 2169l350 1159l-1128 1018l-2407 1121l-70 31l-710 185l-977-53l-371-222l-269-161l586-239l86-61l73-97l213-592l49-428l-29-291l-64-487l-2317-604l-2699 31l-12-849l789-864l-2-904l-1722-836l-1683 354l-1477-3572l-4154 553l-315 74l-150 76l-225 195l-124 144l-1963 336l-3658-3018l-1041-1035l-99-104l-1329-2239l-874-1756l-432-2953l207-1356l169-1099l163-491l160-602l-2626-4316l-810-679l-615-907l-530-838l1355-2505l317-893l2901-1681l242-105l291-73l411-32l3112-4l1090 1568l727 951l1009 701l3985-1643l-131-479l653-3010l77-279l160-291l884-1385l1031-1018l234-344l287-294l3976-876l229-35l821 5593l2403-886l3519 499l1301-564l5554 1965l1156 940l1588 820z"/>
<path id="3459" d="M-175118-190140l633 350l1561-874l2018-756l441 26l108 24l105 37l90 53l92 67l487 464l70 44l1163 482l600 217l55 35l64 45l866 885l64 75l54 97l789 2134l116 256l48 71l678 834l64 40l89 26l191 35l244 45l68 23l66 44l43 66l26 70l395 1847l17 1034l-572 2074l-1027 300l-1067 576l-71 194l-315 1068l467 1449l-72 1383l-1377 2009l1560 2670l885 809l-93 2408l16 2330l1723 1527l4648 1719l1711-2427l329-641l1275-2130l533 315l1966-187l999-607l2897-1265l218-95l55-16l17-3l18-2l57 4l271 50l-870 4728l642 1254l917 2181l-27 705l-244 377l-282 1130l536 547l100 71l96 45l2138 922l2460 862l3402 2712l983 4927l-204 1268l-116 393l94 1006l271 2353l155 531l21 2359l-1089 2335l-660 1073l-22 69l7 46l287 1553l886 641l80 51l148 73l1359 552l172 61l575 136l202 30l212 12l197 884l-823 1321l-773 717l-72 61l-249 133l-424 225l-100 44l-124 35l-686 77l-64 0l-65-15l-84-22l-54-8l-59-1l-56 10l-63 24l-1364 820l-1125 810l-110 82l-302 294l-113 113l-84 111l-222 377l-48 120l-33 185l4 143l28 173l47 168l329 927l-403 437l-87 40l-72 31l-377 160l-575 95l-580-82l-449-118l-100-155l-196-308l-345-527l-2651-855l-526 318l-141 324l-296 98l-831-291l-896-564l-19-164l5-73l40-335l29-134l30-74l-90-122l-1150 220l-1500 1072l-1896 1810l-721 871l-592 845l-2010 1777l-3102 429l-2108 1061l-312-733l-1718-525l-2414-126l-2694 1980l-44 60l-297 554l-22 49l-74 363l-35 67l-234 193l-637 53l-2142-919l-881-379l-881-380l-665-1729l-836-1356l-629-685l92-150l113-90l893-598l4133-1330l3434-990l-242-3243l1515-1599l120-366l-593-957l-679-556l-1098 114l-3526-262l-445-197l-1606-1391l-159-2154l617-1489l2339-4636l720-750l356-473l113 88l34 33l29 35l218 415l55 217l91 537l23 183l-463 564l-279 324l-53 203l88 265l204 212l1767 1387l1944 991l1149 417l158-450l209-452l1854-482l956-190l1069 474l-205 287l124 294l169 224l795 972l1447-1225l180-392l208-2960l1544-825l733-489l741-710l124-391l-64-421l-850-848l-980-335l-519-17l-631 303l-1084 620l-1086-894l-449-1088l92-610l-1497-460l-944 62l-2259-279l-523-217l-295-1045l-373-1149l-2078 803l-195 89l-113 61l-789 527l-268-192l-45-53l-580-866l-46-125l-64-233l-11-132l10-110l199-807l9-91l-13-79l-694-1751l-3186-2063l-1864 585l-203 77l-1352 640l-723-120l-1506-259l-462-277l-3080-1886l-1646-1007l-1121-296l-349-1654l-307-2049l-32-102l-210-655l-129-402l-606-1283l-297-327l-4512-1755l-401-195l201-2003l616-6308l555-3852l-89-805l-54-281l-363-1066l-305-527l-29-47l57-1091l5-75l243-488l77-117l63-90l97-103l2864-2307l701-462l1277-717l740-521l-348-1790l5075 376l359-133l1756-864l265-1066l415-312l3433-947l2335 1414l895 837l63 70l27 83l216 726z"/>
<path id="3460" d="M-137626-202176l-585 1532l-24 99l492 2720l21 115l55 142l82 94l123 93l106 64l93 88l58 90l104 312l14 98l-8 101l-143 1155l-308 923l-1061 998l-37 15l-2278-82l-74 13l-162 104l-900 589l-3892 2603l-58 58l-1526 281l-161 3l-98 19l-76 45l-70 80l-83 146l-63 198l-997 3466l-36 146l-28 146l961 7600l638 894l1198 528l595 1875l-1 119l-2 94l-38 232l-61 167l-93 208l-99 221l-104 168l-149 153l-166 105l-760 339l-194-150l-84-43l-86-21l-114-6l-91 14l-203 83l-97 58l-55 58l-292 621l-32 134l-287 3439l-271-50l-57-4l-18 2l-17 3l-55 16l-218 95l-2897 1265l-999 607l-1966 187l-533-315l-1275 2130l-329 641l-1711 2427l-4648-1719l-1723-1527l-16-2330l93-2408l-885-809l-1560-2670l1377-2009l72-1383l-467-1449l315-1068l71-194l1067-576l1027-300l572-2074l-17-1034l-395-1847l-26-70l-43-66l-66-44l-68-23l-244-45l-191-35l-89-26l-64-40l-678-834l-48-71l-116-256l-789-2134l-54-97l-64-75l-866-885l-64-45l-55-35l665-2139l1427-1321l1128-4439l3435-1632l2039 512l3801 875l0-78l-16-917l23-115l783-2064l30-60l36-29l34-12l176 5l762 85l850-796l739-1403l-612-3411l1267-3095l280-416l100-117l124-144l225-195l150-76l315-74l4154-553l1477 3572l1683-354l1722 836l2 904l-789 864l12 849l2699-31l2317 604l64 487l29 291l-49 428l-213 592l-73 97l-86 61l-586 239z"/>
<path id="3461" d="M-129167-283734l192 1203l-179 1108l-895 450l-722 438l-449 284l-419 316l-461 430l-351 557l-382 701l-351 826l-103 454l-41 454l-103 5449l18 203l75 797l92 959l4 92l58 1549l7 479l27 2055l77 1205l-40 836l-177 839l-606 2710l-830 7538l-47 577l-7 565l52 375l17 120l166 653l-211 70l156 427l89 204l316 558l831 1383l287 371l257 267l836 667l380 285l3144 1839l302 127l636 120l1149 205l209 85l239 143l160 119l145 177l38 48l106 247l1941 5118l10 1004l-1374 1058l-1588-820l-1156-940l-5554-1965l-1301 564l-3519-499l-2403 886l-821-5593l-229 35l-3976 876l-287 294l-234 344l-408-80l-125-101l-940-1604l-125-270l-236-729l1021-1122l815-740l-429-1973l-806-3215l-1474-4075l-251-547l-888-1913l-2563-222l-2730-2107l-272-617l-136-1567l801-1239l1836-1474l149-135l26-90l231-2405l-668-2134l438 583l176 184l1670 495l238 45l732 0l136-29l139-30l203-98l188-122l555-397l1123-1118l1241-1956l957-2140l146-418l138-925l74-1767l107-2682l-32-1222l-11-105l-192-544l-63-106l-210-211l-24-23l-266-160l-160-42l-107 10l-233 50l-1336 495l-212 78l-322 93l-281-6l-2200-312l192-1429l442-3282l236-1675l30-128l6-23l84-181l621-1336l196-268l318-328l1035-892l68-55l471-301l110-53l785-329l504-189l561-69l373 52l742 212l385 158l394 272l634 491l625 1021l383 711l167 277l155 257l704 1051l132 184l74 97l708 545l123 61l4098 1874l261 85l2507 349l963 127l2062 1194l103 100l17 24l45 65l18 48l28 96zM-154835-304005l-1864 245l-67-19l-70-33l-220-201l-162-167l-48-119l6-189l36-203l42-132l56-133l78-126l286-323l358-287l623-393l217-90l371-77l330-42l279 0l623 63l408 60l355 94l244 89l251 120l85 53l169 130l110 117l28 53l10 74l-32 57l-75 27l-553 43l-928 11l-78 7l-78 30l-50 56l-545 736l-14 98l14 119l0 105l-56 84l-139 63z"/>
<path id="3462" d="M-177490-304786l182 1735l652 1498l1609 7006l238 324l68 153l25 158l4 144l-191 3119l-87 714l-1316 927l-1679 5469l-16 63l13 106l151 916l182 1095l2725-1187l2082-332l501 29l980 219l1483 488l-552 2139l-115 462l129 790l651 880l549 132l398-328l525 922l270 545l-279 1855l-2400 1695l-1076 704l-817 534l-2986 1957l778 2589l-1496 898l-875 500l-290-847l-1082-585l-631-2765l-1354-461l-841-387l-183-703l481-1458l465-1857l-817-385l-706 1232l-1455-658l-200-892l-3-671l868-74l6-820l-7-255l-448-803l-1723 12l-1333 984l-910-27l109-1309l116-3043l-2091-2715l625-659l599-523l-843-2915l-1545 96l-1665 149l-4618 474l-3282 357l-2077 1195l-195 129l-1167 153l-1278-1168l653-885l25-3277l1-1691l292-2290l74-183l85-146l633-361l1149 271l3813-51l442-628l-489-917l-439-642l-638-798l1626-1520l456-227l182-74l159-24l720-121l152-54l1219-479l-32-104l-181-174l114 27l115 14l85 1l920-166l72-16l52-12l4034-1213l2612-848l396-147l690-157l983-146l89-13l86 7l99 9l65 19l29 22l38 33l47 56l46 44l314 104l168 43l407 92l675 37l567-3l663-62l487-78l367-107l211-72l90-36l79-35l65-37l691-417l81-45l98-25l1596-218l132 1zM-189220-309365l-16 119l-58 207l-862 67l-136 0l-146-17l-557-93l-1332-208l-802-46l-3365 341l-711 73l-354 394l-41 69l-24 95l-20 167l3 392l-182 204l-781 665l-759 299l-237 40l-79 0l-97-22l-92-39l-341-220l-65-49l-36-48l-13-49l-78-810l-3-363l14-105l169-621l51-106l390-658l307-469l69-57l63-51l251-131l311-117l257-71l71-16l2864-47l1841-2l1354 32l370 10l172 17l1074 207l884 233l256 88l135 80l81 79l173 437l7 21l20 79zM-178394-311199l-2515 893l-797 33l-259-10l-667-69l-681-120l-1002-260l-590-45l-64 18l-35 24l-827 1175l-468-49l-81-12l-97-28l-73-33l-68-47l-102-111l-45-82l-34-80l-47-197l-24-143l4-91l15-77l33-92l243-623l27-53l455-603l304-334l117-102l166-103l239-118l447-144l121-31l116-10l1462-79l1115 35l2357 135l1329 150l385 74l299 75l253 111l213 102l127 99l91 108l18 87l-46 86l-52 34l-115 41l-892 201l-355 265z"/>
</g>
<path id="4011" d="M-131557-248193l1595 907l781-500l857-403l1381 557l2558 2115l1000 966l3023 131l1908 312l62 28l297 665l2 10l170 302l788 920l1277 475l689 24l53-89l115-91l135-61l126-27l874 57l1586 208l493 89l742 434l54 59l41 95l71 629l66 213l65 167l159 208l1290 1538l3287 0l452-1248l1334-893l996 530l1727 2481l-1165 383l-956 399l-169 104l1466 7015l469 801l-483 867l-2029 1687l-1880 1474l-1306-329l-5937-2226l-1885-851l-47-350l-365-1103l-766 247l123 433l-478 726l-167 61l-1408 231l-997-365l-431-599l-232-614l-61-410l61-395l211-706l78-607l-57-776l-447-508l-160-3l-637-154l-852-358l-293-366l-452-741l235-907l20-79l-1025-644l-10-1004l-1941-5118l-106-247l-38-48l-145-177l-160-119l-239-143l-209-85l-1149-205l-636-120l-302-127l-3144-1839l-380-285l-836-667l-257-267l-287-371l-831-1383l-316-558l-89-204l-156-427l211-70l225-55l1136 9l806 14l565 929l256 422zM-127837-284732l-290 118l-588-963l-2146-4466l232-144l555-271l420 164l1603 1004l136 94l33 47l480 1214l-59 3011l-376 192z"/>
<path id="4012" d="M-128745-280874l618-3740l290-118l376-192l59-3011l-480-1214l-33-47l-136-94l-1603-1004l-420-164l-555 271l-498-1319l1572-20l621 224l1272 516l1465 764l472-250l365-304l95-89l57-61l345-394l725-234l908 119l551 157l199 85l-1071 1914l-370 516l-807 343l-39 265l832 2233l1227 4922l-1853 2094l-322 274l-191 160l-226 158l-196 127l-665-2l-1398-25l-218-165l-400-324l78-211l-244-1440l-402-720z"/>
<g>
<path id="5111" d="M-257088-45128l-158 1125l-102 985l-366 4371l-5 742l43 836l233 0l433-114l465-121l763-134l1640 449l889 470l698 463l1284 416l529 88l371-700l488-558l1534 107l251 339l-721 3840l-225 22l-1574-273l-1663-289l-335-73l-422 38l63 2546l356 487l2217 461l769 2420l-845 1408l-654 88l-390 392l-53 1527l961 1534l284 401l363-73l134 557l-574 888l-1351 449l-918-402l-1040-297l-616 78l-486 311l-206-374l-112-225l-80-278l-38-369l65-425l127-340l155-281l266-460l92-262l19-231l-22-148l-65-171l-77-126l-185-155l-232-95l-386-33l-254 66l-252 144l-178 144l-235 263l-519 756l-256 293l-274 173l-339 89l-364-13l-298-88l-185-131l-185-215l-137-334l-24-536l102-466l181-496l121-443l32-489l-22-340l-80-313l-134-230l-60-102l-275-250l-254-152l-303-92l-232-8l-292 39l-511 178l-334 80l-225 27l-489 22l-394-92l-398-177l-290-253l-71-66l-63-60l-53-124l-62-183l-46-178l-2-276l33-176l114-360l26-103l22-199l11-139l-1-146l-49-383l-1506-6873l1450-2949l194-266l102-163l72-141l51-101l159-315l94-220l134-396l41-216l24-214l-12-396l-10-100l-54-269l-65-210l-21-62l-42-84l-191-328l-166-204l-251-245l-466-393l257-345l456-474l1080-882l934-121l3007-223l753 197l-117 501z"/>
<path id="5112" d="M-257494-65636l-82 160l-143 505l-87 311l547 782l39 31l98 45l280 134l66 38l1654 1145l329 660l-76 3602l-1254 1249l300 892l137 411l22 131l47 280l-75 1425l-158 2882l-305 1800l-86 644l17 249l82 678l12 99l33 146l867 1760l-1858 449l117-501l-753-197l-3007 223l-934 121l-1080 882l-456 474l-257 345l-614-430l-2811-1387l-150-84l-119-85l-59-58l-51-51l-67-91l-43-89l-32-105l-21-97l-21-154l0-134l16-194l12-79l26-82l69-158l58-107l58-83l97-117l-72-2570l-562 16l-792-42l-44-724l150-929l524-1673l1330 542l1248-4093l-101-1177l-714-2282l-542-458l-315-241l-20-13l-211 346l-182 188l-17-12l-371-1054l-301-1541l12-40l435-513l927-172l296 264l1009-188l1322-771l284-854l-93-67l-126-91l-215-172l-227-232l-161-193l-70-103l-53-94l-70-163l-46-161l-14-101l-5-94l2-133l13-113l21-155l41-204l27-119l38-127l162-388l436-1032l469 88l1921 1028l929 622l2539 1374l805 351z"/>
<path id="5113" d="M-241880-64996l808 1519l3467 3168l1535 1187l541 191l139 156l67 91l186 335l1356 4107l-582 1045l679 527l27 550l-70 237l-216 333l-258 304l-466 304l-436 198l-144 2563l144 632l-154 318l-1309 522l-607 220l-545-188l-2466 100l-1716 254l-460 114l-1948 496l-891 645l-783 505l-267 4l-1864-310l-839-540l-1227-1519l353-76l2403-2093l122-117l222-334l-97-847l72-1147l60-567l376-591l948-1878l-36-244l-480-963l-2690-2153l-884-547l-369-696l466-1032l225-302l668-54l62-16l256-108l883-654l141 264l648-111l2319-627l165-53l254-119l565-308l475-1476l330-1392l842 173z"/>
<path id="5114" d="M-268580-50686l44 724l792 42l562-16l72 2570l-97 117l-58 83l-58 107l-69 158l-26 82l-12 79l-16 194l0 134l21 154l21 97l32 105l43 89l67 91l51 51l59 58l119 85l150 84l2811 1387l-232 487l-214 389l-208 269l-150 136l-227 150l-2529 1283l-2513 1980l-1715 334l-137 9l-447-28l-282-33l-31-5l-1016-149l-2366-343l-504-18l-200 13l-170 28l-516 69l-1031-239l-630-1128l-107-307l480-83l413-128l736-504l103-172l94-319l62-369l84-960l-5-465l-5-167l-39-247l-250-577l-1246-2524l-686-2529l90-853l218-595l682-448l103 11l1320 474l768-33l104-18l98-62l632-720l908 1524l707 370l307 113l3201-313l1838 222z"/>
<path id="5116" d="M-277393-32576l-2054-455l-442-61l-778 5785l643 708l1188-584l353-305l348-341l354 467l260 776l89 383l448 2452l-909 625l-626 34l-90-802l-680-273l-668-187l-764 469l-974 604l-2357 3697l-193 522l504 1392l-1166 98l-1705-148l-2680-818l-791-889l-149-1237l-7-245l117-615l370-671l-1579-1930l-788-870l-53-40l-69-29l-575-166l-159-29l-757-1779l-18-76l-105-761l829-552l1697-2315l506-2399l931-289l1056-55l34 241l86 258l181 314l219 289l118 152l2733 44l452-64l1308-1108l560-482l792-1034l505-377l3037 1574l1418 1102z"/>
<path id="5117" d="M-250179-46928l-5051 1351l-867-1760l-33-146l-12-99l-82-678l-17-249l86-644l305-1800l158-2882l75-1425l-47-280l-22-131l-137-411l-300-892l1273 620l931-109l1957-734l1860-1096l292-192l884 547l2690 2153l480 963l36 244l-948 1878l-376 591l-60 567l-72 1147l97 847l-222 334l-122 117l-2403 2093l-353 76z"/>
<path id="5119" d="M-247619-61347l-883 654l-256 108l-62 16l-668 54l-225 302l-466 1032l369 696l-292 192l-1860 1096l-1957 734l-931 109l-1273-620l1254-1249l76-3602l-329-660l-1654-1145l-66-38l-280-134l-98-45l-39-31l-547-782l87-311l143-505l82-160l49-1586l391-564l1938-2378l503-308l665-301l622 482l128 111l919 813l1803 3645l-38 963l561 1309l909 1388l1425 715z"/>
<path id="5120" d="M-223604-27756l-100 569l-75 589l175 45l601 68l82 1125l-9 127l-37 145l-937 3583l-53 121l-95 138l-254 211l-142 117l-85 6l-428-27l-944-216l-854-1369l-1921-437l-585-85l-85 7l-905 449l-50 28l-715 317l-1552 50l-38 0l-47-7l-269-112l-74-102l-49-41l-65-29l-74 5l-233 66l-62 45l-1006 946l-459-55l-161-405l-3-50l111-1839l673-688l546-2108l887-1914l191-252l799-285l2949-624l800-68l103-6l1279-58l276 150l2420 1436l474 434z"/>
<path id="5122" d="M-235001-23773l-111 1839l3 50l161 405l459 55l1006-946l62-45l233-66l74-5l65 29l49 41l74 102l-470 799l-166 1369l760 759l110 109l-1852 1023l-737-123l-1044-661l-237-293l203-569l-94-313l-497-475l-52-36l-63-10l-736-112l-1064-21l-68 0l-3270 538l-594 111l-41 12l-98 29l-129 50l-1545 643l-380 627l283-2426l-109-603l-543-313l-1347-286l-471 489l-826-320l352-1169l561-762l84-75l2428-1254l876-442l1098-531l273-99l1442-2027l1269-938l193-113l136-35l863-193l302-28l364 9l501 409l353 309l61 277l7 143l-19 82l-61 150l-35 128l-8 166l31 863l10 128l450 1509l33 48l1289 1857l29 38l59 56l61 38z"/>
<path id="5124" d="M-222831-31501l472 678l-157 330l-853 1626l-235 1111l-474-434l-2420-1436l-276-150l-1279 58l-103 6l-800 68l-2949 624l-799 285l-191 252l-887 1914l-546 2108l-673 688l-61-38l-59-56l-29-38l-1289-1857l-33-48l-450-1509l-10-128l-31-863l8-166l35-128l61-150l19-82l-7-143l-61-277l-353-309l-501-409l-364-9l-302 28l-863 193l-136 35l-193 113l-1269 938l-457-759l-480-2919l1822-1817l246-94l323-229l21-21l635-794l243-316l558-1115l1284-1844l131-142l74-59l77-38l780-313l1230-404l659 119l1147-325l505-321l961 878l1437 751l96-98l1204-795l598-247l1940-690l188-47l157-27l591 5357l-458 1032l-11 70l37 418l1032 850l1488 1114z"/>
<path id="5154" d="M-294405-105121l7 1l1842-4l1641-402l94-45l66-15l97 5l7 1l250 44l111 51l64 30l745 387l469 266l2363 2005l3067 2037l1159 676l702 154l950 2610l590 310l1421 73l908-198l1596-639l98 799l37 135l1194 3124l998 561l552 770l-367 223l-686 176l-1378 345l-1113 814l65 242l128 510l28 235l-336 1303l-500 1009l-1618 1559l-2165-860l-387-190l-215-140l-167-130l-70-91l-53-70l-106-191l-70-219l-14-177l34-194l62-187l96-180l466-580l137-209l162-304l119-359l45-263l8-206l-37-202l-85-228l-167-296l-136-194l-176-168l-241-147l-241-87l-199-31l-25 928l-1923 3077l-1051 1181l-529 822l332 629l555 125l215 98l454 626l-49 615l-779 1655l-1172 2281l-1830 601l-556 13l-1343-469l-142-44l-185 29l-35 88l-50 310l262 1906l1215 448l379 331l710 690l731 725l1808 1920l151 893l-560 347l4 168l10 409l15 89l47 78l52 65l1303 772l88 37l116 37l886 170l833-726l5350 227l391 192l-129 88l-2396 1569l1415 1448l-570 1765l-269 272l-544-271l-439-355l-581-616l-349 32l-3 1123l11 58l1608 3982l168 286l776 580l484 270l448 720l32 126l471 4028l69 752l-564 642l-3381 1247l-1852-210l-520-576l-1965-371l-427 1351l-436 762l-2207 1875l-3318 1523l-260 72l-211 26l-2119 255l-184 22l-217 9l-151-4l-488-660l-2358-580l-501-2487l-540-1457l1318-5899l344-1678l4-170l-452-4565l-40-165l-354-874l-363-694l-2741-4551l-2083-2400l-2193-2271l252-1817l148 61l148 62l1446-3394l144-354l-1112-494l-1533-419l-2618-1185l-576-547l-68-116l-48-3365l20-112l44-80l223-156l135-76l121-43l106-14l439-10l147-4l42-27l128-246l22-67l-10-51l-900-903l-2493-1670l-141-79l-211-52l-1654-92l-719-39l-150-437l50-722l2206-1438l469-305l88-411l-768-3085l-901-1085l-484-445l-551-1649l689-718l552-575l40 32l355 277l145 85l148 53l882 284l209 41l161 1l211-23l146-28l218-52l191-60l179-69l396-169l3159-1727l3248 665l4314 1089l21-2163l-1707-2924l-83-103l-1046-593l-31-16l-96-45l-7-3l-37-15l569-717l1979-473l1071 304l1211 1147l-193 616l36 197l50 261l54 107l356 431l161 171l214 185l259 196l225 145l305 177l178 89l355 165z"/>
<path id="5158" d="M-232091-40067l-505 321l-1147 325l-659-119l-1230 404l-780 313l-77 38l-74 59l-131 142l-1284 1844l-558 1115l-243 316l-635 794l-21 21l-323 229l-246 94l-1822 1817l480 2919l457 759l-1442 2027l-273 99l-1098 531l-876 442l-2428 1254l-84 75l-561 762l-352 1169l826 320l471-489l1347 286l543 313l109 603l-283 2426l-351 3337l-108 1224l-1506 931l-2423-607l-2317 327l-538 310l-112-79l-312-213l-355-170l-1182-450l-369-160l-227-152l-104-109l-124-156l-70-165l-47-185l-19-165l9-161l41-228l1619-1238l158-146l116-171l132-279l59-273l4-265l-51-294l-163-356l-248-322l-1340-1251l486-311l616-78l1040 297l918 402l1351-449l574-888l-134-557l-363 73l-284-401l-961-1534l53-1527l390-392l654-88l845-1408l-769-2420l-2217-461l-356-487l-63-2546l422-38l335 73l1663 289l1574 273l225-22l721-3840l-251-339l-1534-107l-488 558l-371 700l-529-88l-1284-416l-698-463l-889-470l-1640-449l-763 134l-465 121l-433 114l-233 0l-43-836l5-742l366-4371l102-985l158-1125l1858-449l5051-1351l1227 1519l839 540l1864 310l267-4l783-505l891-645l1948-496l460-114l1716-254l2466-100l545 188l607-220l1309-522l154-318l1007 155l1085 184l628 1314l201 4356l91 1473z"/>
<path id="5162" d="M-263458-43781l466 393l251 245l166 204l191 328l42 84l21 62l65 210l54 269l10 100l12 396l-24 214l-41 216l-134 396l-94 220l-159 315l-51 101l-72 141l-102 163l-194 266l-1450 2949l1506 6873l49 383l1 146l-11 139l-22 199l-26 103l-114 360l-33 176l2 276l46 178l62 183l53 124l63 60l71 66l290 253l398 177l394 92l489-22l225-27l334-80l511-178l292-39l232 8l303 92l254 152l275 250l60 102l134 230l80 313l22 340l-32 489l-121 443l-181 496l-102 466l24 536l137 334l185 215l185 131l298 88l364 13l339-89l274-173l256-293l519-756l235-263l178-144l252-144l254-66l386 33l232 95l185 155l77 126l65 171l22 148l-19 231l-92 262l-266 460l-155 281l-127 340l-65 425l38 369l80 278l112 225l206 374l1340 1251l248 322l163 356l51 294l-4 265l-59 273l-132 279l-116 171l-158 146l-1619 1238l-376-63l-797 236l-1225 942l84 151l191 511l94 394l45 543l9 329l-1140 1093l-401-83l-336-950l-11-512l-679-873l-297-189l-898 425l-1246-98l-1038 2017l-2086 3336l-2289-482l-1642-377l-3806-185l-1130-8l-1594-217l-1000-1522l229-1447l-1171-1295l-1085 8l-1997 1225l-252 220l-203 224l-353 746l-1427-1212l752-656l527-460l-1609-3741l-480 29l-504-1392l193-522l2357-3697l974-604l764-469l668 187l680 273l90 802l626-34l909-625l-448-2452l-89-383l-260-776l-354-467l-348 341l-353 305l-1188 584l-643-708l778-5785l442 61l2054 455l448 292l2235-563l3039-1289l1572-739l-136-421l-875-1102l-297 35l-724 87l-158-587l-398-1547l-70-830l31 5l282 33l447 28l137-9l1715-334l2513-1980l2529-1283l227-150l150-136l208-269l214-389l232-487l614 430z"/>
<path id="5166" d="M-275541-52602l-632 720l-98 62l-104 18l-768 33l-1320-474l-103-11l-682 448l-218 595l-90 853l686 2529l1246 2524l250 577l39 247l5 167l5 465l-84 960l-62 369l-94 319l-103 172l-736 504l-413 128l-480 83l107 307l630 1128l1031 239l516-69l170-28l200-13l504 18l2366 343l1016 149l70 830l398 1547l158 587l724-87l297-35l875 1102l136 421l-1572 739l-3039 1289l-2235 563l-448-292l-1418-1102l-3037-1574l-505 377l-792 1034l-560 482l-1308 1108l-452 64l-2733-44l-118-152l-219-289l-181-314l-86-258l-34-241l-1056 55l-931 289l-506 2399l-1697 2315l-829 552l-778-215l-864-563l-61-82l-185-360l-64-75l-110-75l-752-385l-651 228l-1052 1326l-1305 837l-2260-2147l130-54l233-98l5-84l-951-874l-2986 1217l-78 41l-160 119l-114 106l-317 345l-31 37l-28 33l-131 107l-188 120l-220 96l-336 90l-202 35l-197-4l-208-23l-449-89l-194-44l-86-29l-55-55l-529-1283l-157-4136l448-2409l986-553l2347-2312l494-487l2305-3554l350-712l387-1051l486-930l1521-727l2619-2204l-89-537l2358 580l488 660l151 4l217-9l184-22l2119-255l211-26l260-72l3318-1523l2207-1875l436-762l427-1351l1965 371l520 576l1852 210l3381-1247l564-642l1133 2070z"/>
<path id="5170" d="M-247537-88983l282 466l644 1105l834 1582l123 428l-329 1166l-566 536l-1322 2400l-1028 2615l123 1989l-2424 350l-83 123l-339 1604l-58 1662l153 392l-45 74l-400 638l-103 97l-673 406l-40 24l-415 245l-745 308l-665 301l-503 308l-1938 2378l-391 564l-49 1586l-805-351l-2539-1374l-929-622l-1921-1028l-469-88l-436 1032l-162 388l-38 127l-27 119l-41 204l-21 155l-13 113l-2 133l5 94l14 101l46 161l70 163l53 94l70 103l161 193l227 232l215 172l126 91l93 67l-284 854l-1322 771l-1009 188l-296-264l-927 172l-435 513l-12 40l301 1541l371 1054l17 12l182-188l211-346l20 13l315 241l542 458l714 2282l101 1177l-1248 4093l-1330-542l-524 1673l-150 929l-1838-222l-3201 313l-307-113l-707-370l-908-1524l-1133-2070l-69-752l-471-4028l-32-126l-448-720l-484-270l-776-580l-168-286l-1608-3982l-11-58l3-1123l349-32l581 616l439 355l544 271l269-272l570-1765l-1415-1448l2396-1569l129-88l-391-192l-5350-227l-833 726l-886-170l-116-37l-88-37l-1303-772l-52-65l-47-78l-15-89l-10-409l-4-168l560-347l-151-893l-1808-1920l-731-725l-710-690l-379-331l-1215-448l-262-1906l50-310l35-88l185-29l142 44l1343 469l556-13l1830-601l1172-2281l779-1655l49-615l-454-626l-215-98l-555-125l-332-629l529-822l1051-1181l1923-3077l25-928l199 31l241 87l241 147l176 168l136 194l167 296l85 228l37 202l-8 206l-45 263l-119 359l-162 304l-137 209l-466 580l-96 180l-62 187l-34 194l14 177l70 219l106 191l53 70l70 91l167 130l215 140l387 190l2165 860l1618-1559l500-1009l336-1303l-28-235l-128-510l-65-242l1113-814l1378-345l686-176l367-223l-552-770l-998-561l-1194-3124l-37-135l-98-799l1484-22l1159 424l1023 1013l1187 990l493 248l952-565l760-637l2706 474l457 113l1287 1085l467 619l179 807l3616 1043l1749-69l1433 590l890 2116l3489 1706l1691 393l2185-762l1512-775z"/>
<path id="5313" d="M-312330 7121l-17 997l21 111l782 2737l148 459l278 505l2535 427l442 53l715 60l1450 91l1016 0l1052 1287l657 4482l-307 1087l-202 747l26 268l706 1968l652 2374l-2119 5136l-377 556l-177-553l-3805-7765l-125-236l-335-281l-79-65l-10-5l-950-74l-1781 131l-2079 147l-142-4l-195-13l-180-198l-145-893l101-592l456-485l1-822l-2687-4634l-1381-1301l-134-134l145-591l633-848l1014 847l319 262l395-235l1017-1014l337-681l-169-921l-215-227l-20-23l-59-328l-1-7l1-7l206-1344l2411-1012l88-4l69 37l25 74l-7 454z"/>
<path id="5314" d="M-232267 33813l-1190 576l-416-563l-198-225l-333-251l-1386-293l-3941-749l-1692 1447l-556 515l-213 837l-433 186l-180 50l-471 1l-1933-2757l-199-965l89-253l570 488l211 11l268-294l278-1105l-305-1616l-375-1192l-448-708l1052-5648l868-720l400-331l905-396l4167-236l683 381l679 632l815 1190l866 377l2084 622l596 1218l-1475 2654l-1034 491l-585 443l284 1069l217 735l1406 2646l925 1733z"/>
<path id="5315" d="M-255104-15729l-41 228l-9 161l19 165l47 185l70 165l124 156l104 109l227 152l369 160l1182 450l355 170l312 213l112 79l168 120l354 267l2408 2068l167 146l1078 988l277 282l167 195l271 397l89 201l67 186l48 304l-19 372l1725 54l3234-58l1712 119l-475 581l242 2186l132 456l951 230l321 77l583 270l264 470l-2 913l-27 677l-1010 951l1861 1707l974 62l171 5l351 1719l-111 2417l-69 2579l384 487l1351 1203l-3606 2314l-60 323l-1634 1045l-707 240l-1252-35l9-1526l-258-558l-1759-73l-404 207l-364 770l-1161 204l-508 60l-423-61l-735-404l-1815 460l-1811-493l-369-1066l-30-99l-383-1270l-128-2159l144-352l363-808l-1030-873l-644-503l-1237-966l-1288 717l-1059-739l-1342-1942l-927-2450l729-1859l650-996l904-844l392-674l28-1860l-4-2161l-189-421l-1039-1169l-317 162l-351 173l-335-35l-754-213l-1507-2174l-140-654l106-308l898-425l297 189l679 873l11 512l336 950l401 83l1140-1093l-9-329l-45-543l-94-394l-191-511l-84-151l1225-942l797-236l376 63z"/>
<path id="5316" d="M-240487-7695l-1712-119l-3234 58l-1725-54l19-372l-48-304l-67-186l-89-201l-271-397l-167-195l-277-282l-1078-988l-167-146l-2408-2068l-354-267l-168-120l538-310l2317-327l2423 607l1506-931l108-1224l510 448l614 198l68 14l93-11l65-17l489-278l94-67l450-430l267-434l610-268l267-33l2084 40l-43 670l-745 1100l2494 1858l-66 1537l-639 1815l-769 774l-989 910z"/>
<path id="5354" d="M-288625 35394l59 0l48 19l44 29l28 61l10 66l-21 81l-293 804l-2115 2513l-853 840l-445 306l-394 324l-248 1146l-186 2133l455-285l466-167l304 100l100 205l-33 238l-810 1446l-274 356l-627 444l-225 159l-519 206l-70 27l-75 18l-237 40l-861 96l-1095 869l-177-180l-266-269l-1973-325l-4170-149l-1945-2271l-312-669l-536-1648l-157-1844l3318-2477l1664-461l2009-3260l86-149l14-25l49-201l15-298l6-152l-39-46l-252-274l-162-54l-445 210l-123 23l-1565 33l-3134-513l-1474-1906l268-73l123-5l798-19l377-556l2119-5136l-652-2374l-706-1968l-26-268l202-747l307-1087l-657-4482l-1052-1287l-1016 0l-1450-91l-715-60l-442-53l-2535-427l-278-505l-148-459l-782-2737l-21-111l17-997l1059 473l56-42l1144-2741l47-497l-476-658l-66-110l-268-593l-22-128l12-213l37-251l49-188l370-1181l42-99l469-610l59 427l295 207l3138 1245l340-263l557-694l270-675l-326-19l344-1082l309-673l392-652l666-570l741-378l1019-455l1842 1053l85 63l77 96l245 409l-78 1768l-875 1040l-969 790l-249 130l-69 467l2103 3524l1214 284l446-18l806-290l2240-1730l86 94l205 233l825 1128l416 583l967 4933l68 853l-1389 1774l-864 606l-610-337l-273 484l1010 2372l476 6l792-369l765-428l708 672l112 1246l-3234 4960l-2131 3222l-217 985l223 546l2540 1844l837 576l728-304l1940-436l2377 1857l26 385l-107 1021l-48 200l-125 224l-150 79l-736 140l-803 229l-100 89l-45 86l-10 130l825 1546l780 194l560-127l206-189z"/>
<path id="5358" d="M-281504-11630l-740 813l-463 903l-390 882l75 1500l723 1564l1171 1605l-547 359l-422 439l52 407l341 805l1126 2376l1133 699l-268 2203l58 1110l301 208l1858 457l27 2801l1175 2077l2802 2564l1691-44l1182-919l3743 264l195 2645l-26 2631l-1130 870l-453 311l-864 218l227 830l714 1456l321 578l48 927l-13 1020l-45 116l-1694 1731l-2245-1113l-1516 27l-2585 1553l-234 810l406 947l569 1551l-11 463l-548 555l-855 410l-1133 819l-863 4573l130 1012l-588 632l-234 71l-1906-90l-2108-300l-51-22l-561-507l-494-520l-424-246l-321-152l-428-200l-791-266l-1799-442l-109 11l-160 493l-170 549l-206 189l-560 127l-780-194l-825-1546l10-130l45-86l100-89l803-229l736-140l150-79l125-224l48-200l107-1021l-26-385l-2377-1857l-1940 436l-728 304l-837-576l-2540-1844l-223-546l217-985l2131-3222l3234-4960l-112-1246l-708-672l-765 428l-792 369l-476-6l-1010-2372l273-484l610 337l864-606l1389-1774l-68-853l-967-4933l-416-583l-825-1128l-205-233l-86-94l-2240 1730l-806 290l-446 18l-1214-284l-2103-3524l69-467l249-130l969-790l875-1040l78-1768l-245-409l-77-96l-85-63l-1842-1053l117-1895l98-79l2470-1942l3998-2417l2618-92l1074-28l1765-260l752-1022l1961-538l2186-150l987-418l1116-702l1427 1212z"/>
<path id="5362" d="M-260841-13775l-106 308l140 654l1507 2174l754 213l335 35l351-173l317-162l1039 1169l189 421l4 2161l-28 1860l-392 674l-904 844l-650 996l-729 1859l927 2450l1342 1942l1059 739l1288-717l1237 966l644 503l1030 873l-363 808l-144 352l128 2159l383 1270l30 99l369 1066l1811 493l1815-460l-72 237l-18 203l10 190l8 139l53 251l108 233l179 234l252 149l232 96l345 78l977 227l246 72l287 199l317 362l185 353l104 315l27 243l-9 253l-87 802l-2541 665l-1123-545l-3039-1019l-3608 1101l-933 308l-519 634l-307-453l-256 152l-714 555l-2396 1890l-1111 1573l382 234l-1770 2567l-1028-86l-3745-1089l-198-398l1068-1132l-545-898l-774-178l-531-115l-211 201l-714-1456l-227-830l864-218l453-311l1130-870l26-2631l-195-2645l-3743-264l-1182 919l-1691 44l-2802-2564l-1175-2077l-27-2801l-1858-457l-301-208l-58-1110l268-2203l-1133-699l-1126-2376l-341-805l-52-407l422-439l547-359l-1171-1605l-723-1564l-75-1500l390-882l463-903l740-813l353-746l203-224l252-220l1997-1225l1085-8l1171 1295l-229 1447l1000 1522l1594 217l1130 8l3806 185l1642 377l2289 482l2086-3336l1038-2017l1246 98z"/>
<path id="5366" d="M-256077 17581l338 177l91 367l-195 845l-264 525l118 657l313 961l381 497l274 355l768-175l673-282l872 1892l-1089 1538l-415 467l-251 230l-167 102l-294 118l-1314 343l-218 275l-563 767l-94 144l-36 524l31 61l986 223l6 1447l-502 1729l-202 1021l366 1136l313 291l270 250l1447 219l807 408l389 341l-125 570l-267 688l-786 1531l-232-27l-551 86l-274 126l-56 63l-155 176l3 71l24 509l344 2201l663 539l1419 628l405 657l-337 641l-1762 2430l-1000 118l-139 99l-96 263l40 305l268 1787l866 330l280 315l0 207l-175 1881l-320 1616l-3046 1560l-103 15l-174-34l-2920-2204l-267-1060l-57-752l-401-429l-2165 528l-1950 1360l-42 541l1559 4074l1041 1253l-455 1729l-457 558l-249 376l-25 440l1000 1945l996 1388l151 166l-1394-190l-255 58l-3447 1046l-2571 444l-636-1374l-1171-1577l-228 75l-200 66l-102 38l-80 40l-195 106l-79 58l-51 44l28 1242l-507 932l-995 297l-1006-1146l169-702l288-1201l-146-338l-1374-1473l-5409 1735l-1255 1000l-635 861l-1197 1206l-273 230l-2329 174l-116-400l581-934l318-1468l-770-1257l-2523-2041l-1059 222l-849 186l-22 45l226 1399l865 2907l733 1529l738 1113l-1612-153l242-1226l7-71l-566-924l-133-180l-2522-3010l-307-271l-856-755l250-459l82-126l858-1075l573-695l105-188l332-822l671-2696l30-140l1-783l-48-688l-34-238l-54-202l-110-326l-285 82l-204 57l-126-10l-116-26l-162-62l-735-330l-537-516l-36-58l-14-88l-22-1224l17-105l230-822l46-90l-561-969l-1203-593l1095-869l861-96l237-40l75-18l70-27l519-206l225-159l627-444l274-356l810-1446l33-238l-100-205l-304-100l-466 167l-455 285l186-2133l248-1146l394-324l445-306l853-840l2115-2513l293-804l21-81l-10-66l-28-61l-44-29l-48-19l-59 0l170-549l160-493l109-11l1799 442l791 266l428 200l321 152l424 246l494 520l561 507l51 22l2108 300l1906 90l234-71l588-632l-130-1012l863-4573l1133-819l855-410l548-555l11-463l-569-1551l-406-947l234-810l2585-1553l1516-27l2245 1113l1694-1731l45-116l13-1020l-48-927l-321-578l211-201l531 115l774 178l545 898l-1068 1132l198 398l3745 1089l1028 86l1770-2567l-382-234l1111-1573l2396-1890l714-555l256-152l307 453z"/>
<path id="5370" d="M-293855-27875l105 761l18 76l757 1779l159 29l575 166l69 29l53 40l788 870l1579 1930l-370 671l-117 615l7 245l149 1237l791 889l2680 818l1705 148l1166-98l480-29l1609 3741l-527 460l-752 656l-1116 702l-987 418l-2186 150l-1961 538l-752 1022l-1765 260l-1074 28l-2618 92l-3998 2417l-2470 1942l-98 79l-117 1895l-1019 455l-741 378l-666 570l-392 652l-309 673l-344 1082l326 19l-270 675l-557 694l-340 263l-3138-1245l-295-207l-59-427l439-414l68-87l52-144l36-177l-54-24l-1492-264l-1176-427l-2525-1112l-126-1439l-63-1541l24-41l952-2047l22-125l-31-173l-2716 10l-1375 223l-3399-49l-952-1108l-1509-3453l-46-131l-577-3019l-91-650l3417-1500l348 301l223 896l227 901l654 1292l1055 102l1078-851l82-140l59-172l27-156l268-1295l604-955l171-258l1037-1016l189-159l906-762l510-342l8 6l235 156l134 4l653-207l157-63l142-75l3302-2673l534-536l761-832l2592-921l141-29l1197-232l93-2l605-67l952-1021l-275-200l-2129-1548l16-72l2389-1002l117-49l2260 2147l1305-837l1052-1326l651-228l752 385l110 75l64 75l185 360l61 82l864 563l778 215z"/>
<path id="5374" d="M-214225-28383l-848 1576l-93 235l178 1066l1339 2469l974 994l843 1480l736 1481l950 2692l826 618l835 241l987 53l1418-350l1960-35l1563 765l120 338l-93 349l-430 719l65 571l1608 1463l245 29l2366-725l1571-511l1363 308l802 570l-639 686l-180 716l308 858l575 945l550-35l385 730l77 881l45 828l-391 788l-384 1083l100 1090l978 1713l573 587l1223-322l7-2l957 174l336 1445l350 1810l-453 1115l-764 1183l-1846 1089l-298 1539l373 3287l-21 1159l-634 2058l-3397 2213l-1728 669l-983-196l13-243l-784-1331l-799 19l7 598l-1366 849l-4956-1374l-1240-607l-75-802l-2568-3528l-1550-507l-104-573l345-969l505-1508l151-724l-6-101l-347-1015l-74-164l-965-1498l-819-1198l-1526-28l-812-41l-811-256l-698-1065l-1457 126l-551 96l-1384-1566l-970-1074l-1770-113l-863 143l-246 334l200 181l-257 132l-2121-1886l795-642l518-222l102-41l83-53l236-213l32-31l2629-3194l1044-1810l187-365l246-501l575-1868l61-234l-543-138l-640-142l-920-40l-713 75l-1325-735l-312-312l-167-5508l-74-1592l944 216l428 27l85-6l142-117l254-211l95-138l53-121l937-3583l37-145l9-127l-82-1125l-601-68l-175-45l75-589l100-569l235-1111l853-1626l157-330l-472-678l2322-763l24 583l23 182l40 63l67 29l814 114l6-1l500-121l-39-242l489-168l422-96l187-40l1087-8l309 151l332 321l2072 2106l1 622l-50 386z"/>
<path id="5378" d="M-225905-21155l74 1592l167 5508l312 312l1325 735l713-75l920 40l640 142l543 138l-61 234l-575 1868l-246 501l-187 365l-1044 1810l-2629 3194l-32 31l-236 213l-83 53l-102 41l-518 222l-795 642l2121 1886l257-132l-200-181l246-334l863-143l1770 113l970 1074l1384 1566l551-96l1457-126l698 1065l-903 1469l-48 47l-2851 2455l-121 61l-214 51l-195 19l-2845 266l-1779-635l-40-50l119-101l-483-619l-833-716l-477-363l-541 420l-342 789l-97 292l-31 358l-696 1125l-2013 2540l-2084 736l-520 48l-1351-1203l-384-487l69-2579l111-2417l-351-1719l-171-5l-974-62l-1861-1707l1010-951l27-677l2-913l-264-470l-583-270l-321-77l-951-230l-132-456l-242-2186l475-581l989-910l769-774l639-1815l66-1537l-2494-1858l745-1100l43-670l-2084-40l-267 33l-610 268l-267 434l-450 430l-94 67l-489 278l-65 17l-93 11l-68-14l-614-198l-510-448l351-3337l380-627l1545-643l129-50l98-29l41-12l594-111l3270-538l68 0l1064 21l736 112l63 10l52 36l497 475l94 313l-203 569l237 293l1044 661l737 123l1852-1023l-110-109l-760-759l166-1369l470-799l269 112l47 7l38 0l1552-50l715-317l50-28l905-449l85-7l585 85l1921 437l854 1369z"/>
<path id="5382" d="M-199821 16104l735 945l249 544l371 1220l-10 709l-141 1121l-1312 1155l-51 43l-80 34l-82 13l-62 0l-92-12l-758-228l-618-27l-1477 37l-1103 347l-45 27l-579 901l-19 71l-11 72l19 74l31 676l-13 764l-22 47l-80 59l-557 408l-1476-700l-1010-407l-2122 1315l-2959 1605l-1534-67l-1447 857l-563-23l-291-14l-1002-1009l-766 49l-1303 117l-222 34l-261-271l-125 92l-214 299l-246 558l-574 1310l84 11l14 1l187 19l225 43l90 19l70 1559l-70 1166l-809 2510l-1716 719l-710 290l-2199 843l-1740 498l-991 153l-78 4l-61-28l-64-60l-152-199l-809-272l-7 0l-801 142l-1209 218l122-2672l-925-1733l-1406-2646l-217-735l-284-1069l585-443l1034-491l1475-2654l-596-1218l-2084-622l-866-377l-815-1190l-679-632l-683-381l-4167 236l-905 396l-400 331l-868 720l-1052 5648l448 708l375 1192l305 1616l-278 1105l-268 294l-211-11l-570-488l-89 253l199 965l1933 2757l471-1l180-50l433-186l213-837l556-515l1692-1447l3941 749l1386 293l333 251l198 225l416 563l-533 1599l-385 626l-786 1103l-1915 1292l-440-49l-1003-627l-987-60l-60 176l-694 1551l-649 451l-659-81l-1132-883l-77-675l-10-90l-691-671l-507 194l-946 936l-969 1074l-792 1058l-794 924l-211 191l-1864 978l-854-85l-1671-600l-740 131l-405-657l-1419-628l-663-539l-344-2201l-24-509l-3-71l155-176l56-63l274-126l551-86l232 27l786-1531l267-688l125-570l-389-341l-807-408l-1447-219l-270-250l-313-291l-366-1136l202-1021l502-1729l-6-1447l-986-223l-31-61l36-524l94-144l563-767l218-275l1314-343l294-118l167-102l251-230l415-467l1089-1538l-872-1892l-673 282l-768 175l-274-355l-381-497l-313-961l-118-657l264-525l195-845l-91-367l-338-177l519-634l933-308l3608-1101l3039 1019l1123 545l2541-665l87-802l9-253l-27-243l-104-315l-185-353l-317-362l-287-199l-246-72l-977-227l-345-78l-232-96l-252-149l-179-234l-108-233l-53-251l-8-139l-10-190l18-203l72-237l735 404l423 61l508-60l1161-204l364-770l404-207l1759 73l258 558l-9 1526l1252 35l707-240l1634-1045l60-323l3606-2314l520-48l2084-736l2013-2540l696-1125l31-358l97-292l342-789l541-420l477 363l833 716l483 619l-119 101l40 50l1779 635l2845-266l195-19l214-51l121-61l2851-2455l48-47l903-1469l811 256l812 41l1526 28l819 1198l965 1498l74 164l347 1015l6 101l-151 724l-505 1508l-345 969l104 573l1550 507l2568 3528l75 802l1240 607l4956 1374l1366-849l-7-598l799-19l784 1331l-13 243z"/>
<path id="5512" d="M-242722-65169l-330 1392l-475 1476l-565 308l-254 119l-165 53l-2319 627l-648 111l-141-264l-1425-715l-909-1388l-561-1309l38-963l-1803-3645l-919-813l-128-111l-622-482l745-308l415-245l40-24l673-406l103-97l400-638l45-74l-153-392l58-1662l339-1604l83-123l2424-350l1980-940l1885 939l570 309l902 737l186 463l-255 1904l-298 365l-496 487l-1249 695l-489 407l-1054 958l-799 1741l1459 1059l1106 734l59 36l87 27l163 32l992 200l104 37l105 50l1016 695l37 46l22 50l37 396l-16 100z"/>
<path id="5513" d="M-232395-66568l-1180 14l-127 16l-215 33l-87 288l261 1012l560 1392l71 186l423 1225l-498 866l16 725l5 243l-66 804l-1289 278l-601 272l-223 124l-184 159l-541-191l-1535-1187l-3467-3168l-808-1519l231-860l1063-1105l-854-2618l-946-2115l1-1332l77-1692l1561-544l1051 134l1934 1203l677 2709l22 253l1680-385l438-87l56 34l70 49l623 443l48 35l320 440l991 1527l442 2339z"/>
<path id="5515" d="M-191699-118563l772 160l131 31l82 37l53 66l1797 3821l-641 1245l-385 619l-30 1335l754 2521l212 680l572 260l581 242l516 1293l-63 544l-1145 2296l-91 121l-996-87l-833-102l-753-341l-1993 867l-2378 1560l-2931 2252l-273 1402l-36 476l-1750-640l-584-216l-1896-2541l-880-2123l-1744-815l-59-201l-8-91l-101-1893l-11-400l-1916-2539l-131-122l36-205l472-1048l1079-1531l493-415l556-182l789-655l-27-305l-405-1977l429-135l1071-2070l6-183l-110-695l38-703l748-524l2917-1818l1054-440l3467 1070l329 117l455 250l912 759l1849 973z"/>
<path id="5554" d="M-221476-122454l-1759 1548l-1592-268l-1461-342l-1941 15l-1849 1256l-1363 2121l-167 163l-1733 714l-638-6l-472-138l-792-530l-1150-88l-352 1296l541 1177l46 75l252 330l523 195l718 383l396 404l256 439l-899 5179l-146 454l-496 1407l-344 558l-530 244l-409 970l96 645l1066 2721l425 897l35 70l251 391l87 81l1620 1434l1352 973l1935 915l851 309l-274 11l-79 22l-86 40l-2392 1759l-1326 1610l-98 119l-2750 979l-966 0l-1839-534l-691-1036l-113-1127l-1770-187l-512 32l-933 198l-349 644l-143 312l-233 591l-111 358l-106 392l-518 589l-1286-239l-1303-646l-613 2636l-27 160l-47 424l14 112l133 260l-1512 775l-2185 762l-1691-393l-3489-1706l-890-2116l-1433-590l-1749 69l-3616-1043l-179-807l-467-619l-1287-1085l-457-113l-2706-474l-760 637l-952 565l-493-248l-1187-990l-1023-1013l-1159-424l-1484 22l-1596 639l-908 198l-1421-73l-590-310l-950-2610l-220-772l-812-3321l0-120l110-912l139 20l4020 1199l413 779l25 31l85 105l134 133l137 105l157 71l307 76l1791-634l102-44l51-22l108-64l2073-1463l3573-1562l2410-685l1591-453l277-105l2295-1039l685-131l776 178l134 628l382 404l705 714l504 506l736-255l1268-871l1442-998l585-602l738-760l455-758l157-827l287-1605l301-114l294-109l244-89l174-63l1044-142l170-449l115-305l29-159l-108-1496l-207-794l-4829-4166l-2478-1397l-1908-112l17-1548l32-117l660-1742l2730-327l971-886l73-128l655-1693l61-222l213-1831l4249 235l2254-103l1089-932l109-121l71-130l686-2672l1862-2057l89-72l162-56l2823-358l344-534l1361-2135l120-382l344-1076l65-157l95-170l221-306l199-219l262-46l842-80l97 8l41 4l216 56l267 70l8 8l367 321l1394-274l769-363l456-289l353-307l142-232l36-94l-1-125l2424-75l-155 391l-270 4156l81 483l1446 1570l838 804l1128 1324l-996 1219l902 2074l3045 1768l1385 682l536-326l931-109l881 164l224 519l803 2092l136 888l199 1956l-26 580l-532 847z"/>
<path id="5558" d="M-204864-115164l405 1977l27 305l-789 655l-556 182l-493 415l-1079 1531l-472 1048l-36 205l131 122l1916 2539l11 400l101 1893l8 91l59 201l1744 815l880 2123l1896 2541l584 216l1750 640l16 299l1815 1464l1009-150l96-13l1008 941l1152 1819l6 553l-30 238l223 1056l1395 3178l944 1188l390 985l-2393 2851l-511-729l-1935-166l-3685 348l-524 560l-1314 932l-2664 1440l-530 265l-237-246l-1326-2289l-2731-2552l-324-756l-330-76l-2262 1331l-95 76l-697 610l9 1170l109 72l200 67l486 81l79-4l755 1307l169 452l-91 762l-239 644l-898 777l-432 142l-351-323l-741-95l-304 44l-41 651l-202-175l-1641-1405l-141-95l-106-44l-528-143l-117-29l-88-3l-55 3l-231 16l-146 7l-91-16l-42-23l-1305-828l-2688-2223l-46-53l-31-72l0-96l47-497l945-1019l921-1530l-889-1137l-1004-315l-222-41l-868-67l-737-1442l-639-1369l330-980l168-1049l-185-503l-289-323l-544-563l-2616-1458l-218-117l-997-370l-354-60l-76-12l-833-70l-851-309l-1935-915l-1352-973l-1620-1434l-87-81l-251-391l-35-70l-425-897l-1066-2721l-96-645l409-970l530-244l344-558l496-1407l146-454l899-5179l-256-439l-396-404l-718-383l-523-195l-252-330l-46-75l-541-1177l352-1296l1150 88l792 530l472 138l638 6l1733-714l167-163l1363-2121l1849-1256l1941-15l1461 342l1592 268l1759-1548l2402 1480l1244 498l750 222l1842 497l1934 203l658-321l799-190l131 18l152 46l129 71l89 94l218 272l560 828l150 377l110 317l55 218l-93 731l1007 937l1187 1032l479 239l81 8l686-29l2042-258z"/>
<path id="5562" d="M-213601-78361l1565 284l377 70l114 32l122 58l98 73l70 73l250 396l51 111l1038 2800l3 64l-60 422l-257 982l-168 426l-655 581l-2161 817l-230 234l-221 204l-1131 954l-1647 756l-1133-353l-339 1881l424 3460l137 453l-862 598l-380 263l-767 115l-1333-196l-1521-1256l194-920l-923-1650l-1151-1461l-1584-620l-310 154l-63 34l-81 71l-404 449l-100 110l-75 63l-106 58l-2501 910l-355 114l-553 164l-131 29l-219 40l-637 61l-212 10l-193-18l-774-107l-442-2339l-991-1527l-320-440l-48-35l-623-443l-70-49l-56-34l-438 87l-1680 385l-22-253l-677-2709l-1934-1203l-1051-134l-1561 544l-77 1692l-1 1332l946 2115l854 2618l-1063 1105l-231 860l-842-173l16-100l-37-396l-22-50l-37-46l-1016-695l-105-50l-104-37l-992-200l-163-32l-87-27l-59-36l-1106-734l-1459-1059l799-1741l1054-958l489-407l1249-695l496-487l298-365l255-1904l-186-463l-902-737l-570-309l-1885-939l-1980 940l-123-1989l1028-2615l1322-2400l566-536l329-1166l-123-428l-834-1582l-644-1105l-282-466l-133-260l-14-112l47-424l27-160l613-2636l1303 646l1286 239l518-589l106-392l111-358l233-591l143-312l349-644l933-198l512-32l1770 187l113 1127l691 1036l1839 534l966 0l2750-979l98-119l1326-1610l2392-1759l86-40l79-22l274-11l833 70l76 12l354 60l997 370l218 117l2616 1458l544 563l289 323l185 503l-168 1049l-330 980l639 1369l737 1442l868 67l222 41l1004 315l889 1137l-921 1530l-945 1019l-47 497l0 96l31 72l46 53l2688 2223l1305 828l42 23l91 16l146-7l231-16l55-3l88 3l117 29l528 143l106 44l141 95l1641 1405l202 175z"/>
<path id="5566" d="M-196265-167674l401 195l4512 1755l297 327l606 1283l129 402l210 655l32 102l307 2049l349 1654l1121 296l1646 1007l3080 1886l462 277l1506 259l723 120l1352-640l203-77l1864-585l3186 2063l694 1751l13 79l-9 91l-199 807l-10 110l11 132l64 233l46 125l580 866l45 53l268 192l919 1320l-1273 755l-277-36l-544 0l-898 348l-51 42l-32 47l-342 921l281 537l1472 1881l-720 750l-2339 4636l-617 1489l159 2154l1606 1391l445 197l3526 262l1098-114l679 556l593 957l-120 366l-1515 1599l242 3243l-3434 990l-4133 1330l-893 598l-113 90l-92 150l-340-33l-857-196l-3374-999l-1130-1075l-289-89l-2754 516l-286 137l-1433 2576l-1898 3906l-189 442l-1849-973l-912-759l-455-250l-329-117l-3467-1070l-1054 440l-2917 1818l-748 524l-38 703l110 695l-6 183l-1071 2070l-429 135l-2042 258l-686 29l-81-8l-479-239l-1187-1032l-1007-937l93-731l-55-218l-110-317l-150-377l-560-828l-218-272l-89-94l-129-71l-152-46l-131-18l-799 190l-658 321l-1934-203l-1842-497l-750-222l-1244-498l-2402-1480l532-847l26-580l-199-1956l-136-888l-803-2092l-224-519l-881-164l-931 109l-536 326l-1385-682l-3045-1768l-902-2074l996-1219l-1128-1324l-838-804l-1446-1570l-81-483l270-4156l155-391l711-1056l277-301l639-678l2539-414l4877 543l581 23l3497 120l499 17l1387-1710l1145-101l742-66l1277-604l628-1316l1088-974l1034-269l2353-1285l2624-2130l2190-1618l98-64l1498-790l175-89l214-82l164-36l130-8l131 10l88 26l1364 180l228 15l146-242l576-1084l925-2431l397-2347l-1164-705l472-1744l230-522l390-790l337-536l48-76l900-1152l332 148z"/>
<path id="5570" d="M-179149-123748l629 685l836 1356l665 1729l881 380l881 379l2142 919l637-53l234-193l35-67l74-363l22-49l297-554l44-60l2694-1980l2414 126l1718 525l312 733l-1653 5156l1050 1459l448-13l117-19l498 657l436 2301l-329 539l173 422l437 934l1241 1061l1595 1515l429 724l254 731l-164 860l-591 760l358 1677l1375 3004l690 114l293 331l654 805l274 695l-44 1132l968 1410l1353 2433l592 3258l1025 364l1511 1825l265 464l331 929l524 1711l-807 1508l-278 589l-558 1305l-31 85l-9 161l0 486l11 450l2 46l-6 43l-88 601l-14 91l-25 68l-48 56l-67 49l-1802 1215l-700 277l-491 134l-46 12l-2155 122l-77 2l-678-107l-825-157l-155-58l424-808l820-2238l42-348l-16-604l-3624-1553l-1156-485l-1430-397l-293 0l-400 233l-159 444l-626 1014l-515-162l-1394-557l-569-406l-219-250l-207-330l-183-53l-5409-718l-249-16l-265 52l-264 183l-257 249l-147 316l18 214l132 223l-47 384l-55 266l-91 106l-91 105l-227 159l-106 30l-468 97l-1576-781l-2294-1308l-646-963l-257-366l-3710-1271l-1284 478l-1513 763l-604 266l-204 58l-620-635l-1643-1080l-390-985l-944-1188l-1395-3178l-223-1056l30-238l-6-553l-1152-1819l-1008-941l-96 13l-1009 150l-1815-1464l-16-299l36-476l273-1402l2931-2252l2378-1560l1993-867l753 341l833 102l996 87l91-121l1145-2296l63-544l-516-1293l-581-242l-572-260l-212-680l-754-2521l30-1335l385-619l641-1245l-1797-3821l-53-66l-82-37l-131-31l-772-160l189-442l1898-3906l1433-2576l286-137l2754-516l289 89l1130 1075l3374 999l857 196l340 33z"/>
<path id="5711" d="M-126556-119474l777 232l-46 303l-318 1751l-546 6218l-87 883l-309 1738l-539 744l-1949 2318l-638 587l-1136 284l-1881-182l-1092-67l-845-39l-1474 591l-548-251l-372-1256l-308-676l-208-362l-210-235l-1407-711l-1397 282l-550 185l-535 121l-163 10l-135-21l-1962-1277l-1303-1916l238-251l813 145l274 155l739 21l1249-225l776-542l1028-976l331-872l446-2066l-18-380l-678-425l-753-344l-410-429l-785-1703l2013-2809l1622-2278l-9-497l-35-601l720-484l412-237l1513-466l107-27l117 18l3831 646l157 382l18 636l-38 348l-570 424l115 620l269 1058l4048 1768l1641 137z"/>
<path id="5754" d="M-151495-128124l-29 134l-40 335l-5 73l19 164l896 564l831 291l296-98l141-324l526-318l2651 855l345 527l196 308l100 155l449 118l580 82l575-95l377-160l72-31l87-40l403-437l36 116l47 107l102 170l357 481l240 142l244 117l337 85l742-71l1186-95l838 672l35 601l9 497l-1622 2278l-2013 2809l785 1703l410 429l753 344l678 425l18 380l-446 2066l-331 872l-1028 976l-776 542l-1249 225l-739-21l-274-155l-813-145l-238 251l1303 1916l1962 1277l135 21l163-10l535-121l550-185l1397-282l1407 711l210 235l208 362l308 676l372 1256l548 251l1474-591l845 39l1092 67l1881 182l1136-284l685-350l656 28l3854 1497l2583 2896l74 170l1175 2728l631 852l-2129 396l-3869 270l-322-921l-200-606l-1721 204l-4930 2408l-1908 1934l-64 438l-617 919l-326 233l-1211 842l-76 49l-678 267l-390 111l-1052 381l-1111 1023l-2501 2512l-502 1258l-584 2361l-142 769l-744 103l-1461-372l-2122-677l-1311-19l-524-1711l-331-929l-265-464l-1511-1825l-1025-364l-592-3258l-1353-2433l-968-1410l44-1132l-274-695l-654-805l-293-331l-690-114l-1375-3004l-358-1677l591-760l164-860l-254-731l-429-724l-1595-1515l-1241-1061l-437-934l-173-422l329-539l-436-2301l-498-657l-117 19l-448 13l-1050-1459l1653-5156l2108-1061l3102-429l2010-1777l592-845l721-871l1896-1810l1500-1072l1150-220l90 122l-30 74z"/>
<path id="5758" d="M-107398-132813l-65 47l-76 57l-1328 1496l-92 110l-43 70l-88 169l-256 1975l-24 2359l-548 1396l-74 159l-49 95l-106 126l-149 116l-2232 1027l-924-252l-551-350l-1524-1880l-4371 71l-1031 576l-685 860l351 669l-978 1284l-552-68l-1281-12l-1047 410l-329 476l-553 887l-562 1149l9 317l-1641-137l-4048-1768l-269-1058l-115-620l570-424l38-348l-18-636l-157-382l-3831-646l-117-18l-107 27l-1513 466l-412 237l-720 484l-838-672l-1186 95l-742 71l-337-85l-244-117l-240-142l-357-481l-102-170l-47-107l-36-116l-329-927l-47-168l-28-173l-4-143l33-185l48-120l222-377l84-111l113-113l302-294l110-82l1125-810l1364-820l63-24l56-10l59 1l54 8l84 22l65 15l64 0l686-77l124-35l100-44l424-225l249-133l72-61l773-717l823-1321l-197-884l-212-12l-202-30l-575-136l-172-61l-1359-552l-148-73l-80-51l-886-641l-287-1553l-7-46l22-69l660-1073l1089-2335l-21-2359l383 829l1155-496l2725 201l1710 422l1571 677l3792-562l2579 2364l1879-933l398-192l671 87l1397 840l1110 1110l2109 3155l273 864l-416 2094l-214 231l-679 785l445 745l2941-682l1347-556l412-1073l1274-981l753-267l1727-80l778 416l-316 252l540 351l255 118l714 288z"/>
<path id="5762" d="M-80953-95687l129 64l102 44l138 20l285 0l195-58l175-85l275-163l248-404l1032-467l333 24l3964 1048l1371 1068l-279 2326l450 3383l-32 91l-3346 3900l-1039 441l-588 1065l-31 82l-17 78l0 152l30 144l744 2026l644 1663l70 108l75 121l51 87l39 83l30 92l16 69l12 78l4 91l-3 62l-13 78l-493 2210l-579 1061l-100 49l-55 31l-46 31l-59 54l-66 74l-69 93l-66 124l-64 148l-41 97l-31 109l-20 81l-155 1099l-19 140l-10 98l475 349l326 146l481 2l1465-107l1649-364l357 567l-747 1115l-284 292l-381 240l-560 184l-1218 272l-500-74l-993-38l-358 147l-2440 1201l-24 309l874 1133l454 458l487 320l324 525l-1610 2177l-1367 1682l-482 703l-324 921l-63 183l-33 140l-154 789l-1883 1748l-3028 1792l-1059 894l-65 73l-585 839l-55 2239l-131 210l-1184-476l-840-362l-752 320l-165 344l-743 1624l-384 289l-453 56l-3437-222l-784-277l-759-2133l3-203l706-1619l282-646l215-910l-1054-929l-1374 346l-1428-245l-997-1012l-392-609l-2247 866l-1140 340l-176-704l-1966-66l-1196-792l-1097-1492l1634-655l1508-1530l636-939l378-205l1853-471l683-272l1163-552l-116-1586l-62-770l-111-157l-148-105l-153-10l-6 1l-670 165l-640-576l-410-1086l-282-1001l500-226l144-371l43-2442l-10-198l-164-878l-565-1118l-45-111l-37-158l79-1081l614-1463l691-2024l-162-4333l-284-1308l-422-669l-495-788l-820-1726l-236-934l-207-1376l-73-829l237-1982l169-90l72-18l651-6l90 6l197 116l187 71l154 11l107 7l103-42l861-542l1345-1941l138-1475l15-293l64-278l765-246l149 64l40 19l186 111l519 314l404 301l626 64l478-214l119-142l4195-3487l121-79l107-47l120-37l62-14l613-52l76 250l-203 1984l-94 277l850 1834l4431 2081l233 63l306-5l217-175l-59-954l196-176l1113-232l1208-14l970 172l154 59l107 84l62 88l383 646l775 584l540 216l189 41l159-1l1308-504z"/>
<path id="5766" d="M-102998-133129l1023 841l213 363l384 656l-31 2613l1850 768l3743 1067l375 28l320-97l301-433l917-98l1113 412l118 112l573 635l62 160l238 758l-913 2266l620 260l1333 1260l58 80l420 582l512 923l-32 333l-559 117l-544 832l-15 72l-93 1353l50 830l160 637l294 469l589 424l545 1818l-826 1178l-823 1675l99 401l962 1825l1086 599l314-125l-11-565l456-886l126-37l733-101l1839-199l584 142l896 1545l-428 1051l-533 493l-89 197l638 1494l909 1301l613 268l997-338l194-21l1281 640l653 962l226 1279l-2 542l-1 197l-108 915l-171 1056l-205 989l-115 304l-129 279l-40 80l-78 79l-116 114l-83 32l-427 36l-1308 504l-159 1l-189-41l-540-216l-775-584l-383-646l-62-88l-107-84l-154-59l-970-172l-1208 14l-1113 232l-196 176l59 954l-217 175l-306 5l-233-63l-4431-2081l-850-1834l94-277l203-1984l-76-250l-613 52l-62 14l-120 37l-107 47l-121 79l-4195 3487l-119 142l-478 214l-626-64l-404-301l-519-314l-186-111l-40-19l-149-64l-765 246l-64 278l-15 293l-138 1475l-1345 1941l-861 542l-103 42l-107-7l-154-11l-187-71l-197-116l-90-6l-651 6l-72 18l-169 90l-237 1982l73 829l207 1376l236 934l-293 93l-1649-663l-497-257l-182-225l-86-328l-3978 289l-4927-63l-4-5l-1392-2004l-182-814l-10-794l-226-2051l-875-1092l-631-852l-1175-2728l-74-170l-2583-2896l-3854-1497l-656-28l-685 350l638-587l1949-2318l539-744l309-1738l87-883l546-6218l318-1751l46-303l-777-232l-9-317l562-1149l553-887l329-476l1047-410l1281 12l552 68l978-1284l-351-669l685-860l1031-576l4371-71l1524 1880l551 350l924 252l2232-1027l149-116l106-126l49-95l74-159l548-1396l24-2359l256-1975l88-169l43-70l92-110l1328-1496l76-57l65-47l3891-1006l509 690z"/>
<path id="5770" d="M-124340-170688l2395 2391l-364 1555l242 4696l-3 3272l154 2139l599 336l2064 653l1819-796l399-174l567-246l1643 443l2977 727l5282-1184l332-121l2462-2796l3028-4253l938-1556l1727-2149l1998 595l2943 1257l277 324l16 38l175 642l-662 778l-1588 1290l-258 557l-315 813l-47 123l163 126l898 714l907 1526l95 627l3 491l-63 471l-50 216l-1847 3781l-1746 2521l-853 914l-1381-190l-479-272l-188-115l-64-37l-71-21l-52-3l-23 9l-37 20l-1964 2011l-498 1275l-383 2973l-13 121l-50 89l-299 388l-851 183l-314 63l-61 226l489 1558l75 87l262 178l272 170l1726 866l2500 1192l2147 1067l64 77l26 97l-26 114l-77 102l-556 575l-1511 1832l216 1412l-449 1258l-1452 45l-1065-662l-1387-560l-3891 1006l-714-288l-255-118l-540-351l316-252l-778-416l-1727 80l-753 267l-1274 981l-412 1073l-1347 556l-2941 682l-445-745l679-785l214-231l416-2094l-273-864l-2109-3155l-1110-1110l-1397-840l-671-87l-398 192l-1879 933l-2579-2364l-3792 562l-1571-677l-1710-422l-2725-201l-1155 496l-383-829l-155-531l-271-2353l-94-1006l116-393l204-1268l-983-4927l-3402-2712l-2460-862l-2138-922l-96-45l-100-71l-536-547l282-1130l244-377l27-705l-917-2181l-642-1254l1345 287l2951 1256l159-6l1387-81l3133-254l1677-1437l383-1615l126-2129l775-517l2687-1619l3160 1665l4748-2423l1676-800l1085 1089z"/>
<path id="5774" d="M-120553-96879l875 1092l226 2051l10 794l182 814l1392 2004l4 5l4927 63l3978-289l86 328l182 225l497 257l1649 663l293-93l820 1726l495 788l422 669l284 1308l162 4333l-691 2024l-614 1463l-79 1081l37 158l45 111l565 1118l164 878l10 198l-43 2442l-144 371l-500 226l282 1001l410 1086l640 576l670-165l6-1l153 10l148 105l111 157l62 770l116 1586l-1163 552l-683 272l-1853 471l-378 205l-636 939l-1508 1530l-1634 655l-991-139l139-1638l-441-169l-4929 968l-431 935l-136 503l2 800l853 469l1006 1134l123 506l-127 632l-2896 3576l-425 509l-1561 964l-4496-1757l-2336-1048l-98-67l-106-120l-782-932l-3567-153l-718 147l-117 46l-145 89l-258 221l-156 146l-110 140l-512 791l-776 177l-553-102l-331-83l-1918-2576l-416-2196l-246-1581l-1146-717l-392-288l-531-1846l-381-1458l210-1227l196-292l1291-1253l4693-2703l1074-582l596 482l-677-4474l-121-670l-1080-834l-484-247l-1442-48l-504-265l-2529-1331l26-165l-32-985l-256-1524l-147-811l-577-748l-372-279l-1462 616l-683 108l-1922-292l-203-68l142-769l584-2361l502-1258l2501-2512l1111-1023l1052-381l390-111l678-267l76-49l1211-842l326-233l617-919l64-438l1908-1934l4930-2408l1721-204l200 606l322 921l3869-270l2129-396z"/>
<path id="5911" d="M-220696-62803l-301 117l-88 45l-432 306l-32 32l-32 43l-51 85l-27 63l-11 52l-38 340l-24 783l992 1177l703 669l1457 700l-217 1867l-544 1314l-485 4l-1703-78l-711-243l-910 456l-788 1801l-1752 2360l-130 157l-79 44l-110 21l-132 9l-1074-84l-63-7l-99-20l-367-132l-160-87l-789-525l-110-68l-135-60l-176-54l-181-23l-1442-122l-454 478l-232 177l-225 71l-731-170l-1305-1365l-679-527l582-1045l-1356-4107l-186-335l-67-91l-139-156l184-159l223-124l601-272l1289-278l66-804l-5-243l-16-725l2229 266l88-12l272-80l3743-1201l1984-205l1855-470l327-192l472-629l1521 1256z"/>
<path id="5913" d="M-207998-50548l-2913-188l-34-1387l-1630-718l-2226-2241l-1671-2650l-589-558l-1199-198l-320 97l-1457-700l-703-669l-992-1177l24-783l38-340l11-52l27-63l51-85l32-43l32-32l432-306l88-45l301-117l1333 196l767-115l380-263l862-598l-137-453l-424-3460l339-1881l1133 353l1647-756l1131-954l221-204l230-234l325 1474l1561 676l865-181l881-756l1245-173l532 73l408 691l1137 1257l273-13l186-21l343-81l784-299l804-335l98-32l170-44l820-105l1327 235l335 584l24 505l-80 1005l770 1800l1127-247l648 571l193 2033l-151 302l-257 400l-731 221l-107 38l-155 69l-1479 812l38 1371l58 250l89 375l-1156 2754l-821-881l-1895 856l-277 564l-282 944l-940 1563l-1040 539l-305 534l-123 300l-26 996z"/>
<path id="5914" d="M-207998-50548l1343 1053l1714 991l1096 177l602 201l722 758l-244 1354l246 1737l145 546l-662 2355l-46 3117l16 57l4 65l-74 770l-83 391l-1326 1754l-1142 1164l-2138 408l-1327-1026l-621-2465l567-138l616-565l186-400l-218-1145l-670-112l-1932-284l-322 39l-1287 218l-219 65l-240 254l-623 1143l-98 226l77 264l220 5l400-268l48 229l-108 567l-313 371l-1272-499l-1032-740l455-868l966-259l401-988l46-908l-175-343l-740 15l-1115-160l-827-770l-445-462l128-670l2038-4090l948-1671l2479-763l923-888l2913 188z"/>
<path id="5915" d="M-176402-80868l1861 1053l158 99l38 39l689 712l41 47l713 996l-146 228l-653 254l-1350-621l-181-24l-242 60l-464 224l-139 549l-872 3194l-411 395l-1511 1927l-223 364l253 1277l-117 729l-2693 147l-3410 1532l-221 56l-582-1111l-47-1390l49-399l-1919-1245l-1790-735l-2627-127l-178 683l-1367 215l-907-261l-504-5156l206-320l49-42l1861-684l1243-137l215-251l65-129l-162-391l-424-353l-320-259l-452-386l-425-843l-91-1256l243-648l2393-2851l1643 1080l620 635l204-58l604-266l1513-763l1284-478l3710 1271l257 366l646 963l2294 1308l1576 781z"/>
<path id="5916" d="M-222217-64059l-472 629l-327 192l-1855 470l-1984 205l-3743 1201l-272 80l-88 12l-2229-266l498-866l-423-1225l-71-186l-560-1392l-261-1012l87-288l215-33l127-16l1180-14l774 107l193 18l212-10l637-61l219-40l131-29l553-164l355-114l2501-910l106-58l75-63l100-110l404-449l81-71l63-34l310-154l1584 620l1151 1461l923 1650l-194 920z"/>
<path id="5954" d="M-210911-50736l-923 888l-2479 763l-948 1671l-2038 4090l-128 670l445 462l827 770l1115 160l740-15l175 343l-46 908l-401 988l-966 259l-455 868l1032 740l1272 499l313-371l108-567l-48-229l-400 268l-220-5l-77-264l98-226l623-1143l240-254l219-65l1287-218l322-39l1932 284l670 112l218 1145l-186 400l-616 565l-567 138l621 2465l1327 1026l-434 60l-745 1183l-225 477l-47 793l-825 588l-607 354l-769 48l-1235 163l-425 222l-362 358l-726 1021l50-386l-1-622l-2072-2106l-332-321l-309-151l-1087 8l-187 40l-422 96l-489 168l39 242l-500 121l-6 1l-814-114l-67-29l-40-63l-23-182l-24-583l-2322 763l-1488-1114l-1032-850l-37-418l11-70l458-1032l-591-5357l-157 27l-188 47l-1940 690l-598 247l-1204 795l-96 98l-1437-751l-961-878l-91-1473l-201-4356l-628-1314l-1085-184l-1007-155l-144-632l144-2563l436-198l466-304l258-304l216-333l70-237l-27-550l1305 1365l731 170l225-71l232-177l454-478l1442 122l181 23l176 54l135 60l110 68l789 525l160 87l367 132l99 20l63 7l1074 84l132-9l110-21l79-44l130-157l1752-2360l788-1801l910-456l711 243l1703 78l485-4l544-1314l217-1867l320-97l1199 198l589 558l1671 2650l2226 2241l1630 718l34 1387z"/>
<path id="5958" d="M-110576-60322l1097 1492l1196 792l1966 66l176 704l-309 103l-1510 536l-2338 855l-872 428l-301 208l-197 353l15 483l159 682l2730 4519l940 191l48 1953l-492 1694l-279 786l-102 25l-15-2l-89-15l-1405-424l-255 2l-1501 12l-224 104l-811 680l-973 618l-542 220l-1135-677l-1264-632l-559-143l-496-82l-2257 516l-1009 831l-1871 608l-1387-283l-289-88l-6090 4119l-1197 1409l-2827 3967l-638 1073l2212 3162l278 253l304 66l818 57l5126-2362l97-63l69-68l410-448l270-379l926 193l1024 293l667 1777l-355 869l220 1104l1248 4621l482 2386l-25 96l-1553 1741l-1153 912l-104 53l-301 7l-1440 1741l-133 351l-4 352l623 1442l708-54l573 233l-125 450l-127 158l-161 86l-3410 1050l-3268-259l-1672-201l-2915-156l-150 53l-111 103l-210-1399l-1554-899l-1033-597l-240-167l-1130-1604l27-307l-53-223l-94-185l-4411 1069l-1629 648l-475 415l-1053 1350l-494 671l-337 511l-1060 804l-910 402l-6331-1194l-879-255l314-828l-1021-1193l-1392-327l-4099-1691l-1164-561l431-1124l875-606l226-622l30-962l-1450-1954l-1092-432l-557-1259l-118-1101l482-890l779-621l109-879l-126-333l-489-82l-1120-60l-1325-46l-1659 275l-779 94l-3355 50l-1054-404l-785-281l-517 16l-822 32l-569 30l-146 454l50 152l-29 72l-226 44l-102-72l-998-1141l-61-133l-911-3709l1158-3702l237-175l927-749l-135-1584l-230-454l-280-313l-845-508l-335-166l-69-96l-152-3570l-608-5186l-876-2709l-813-921l671-358l438-433l83-546l-223-380l309-426l538-572l1119-843l213-8l544 634l112 346l-43 60l-35 61l-24 151l2 64l26 90l42 79l145 220l71 78l205 195l60 43l47 24l1822 897l739-359l877-199l1540-42l742 339l1123 1013l1650 1168l994 339l3774 554l3328 1222l1548 970l1252 1634l399 366l1474 561l246 82l1680-43l2405 1705l1191-65l3306-586l4077-1400l2163-1255l798-551l492-828l-156-231l86-371l3463-1543l1610-987l618-441l331 83l553 102l776-177l512-791l110-140l156-146l258-221l145-89l117-46l718-147l3567 153l782 932l106 120l98 67l2336 1048l4496 1757l1561-964l425-509l2896-3576l127-632l-123-506l-1006-1134l-853-469l-2-800l136-503l431-935l4929-968l441 169l-139 1638l991 139z"/>
<path id="5962" d="M-182992-54205l813 921l876 2709l608 5186l152 3570l69 96l335 166l845 508l280 313l230 454l135 1584l-927 749l-237 175l-1158 3702l911 3709l61 133l998 1141l102 72l226-44l29-72l357 38l399 585l6 226l-100 711l-1543 1187l196 876l71 151l551 1154l-98 1251l-861 433l-2043 879l-797 226l-185 49l-1675 261l-797-14l-1256-490l-471 242l-1519 1116l-514 395l1824 1779l394 351l-539 1566l-344 771l-116 2407l333 386l-312 801l-48 102l-56 76l-72 75l-110 72l-122 47l-124 11l-4316-115l-495-32l-1914-427l-802-570l-1363-308l-1571 511l-2366 725l-245-29l-1608-1463l-65-571l430-719l93-349l-120-338l-1563-765l-1960 35l-1418 350l-987-53l-835-241l-826-618l-950-2692l-736-1481l-843-1480l-974-994l-1339-2469l-178-1066l93-235l848-1576l726-1021l362-358l425-222l1235-163l769-48l607-354l825-588l47-793l225-477l745-1183l434-60l2138-408l1142-1164l1326-1754l83-391l74-770l-4-65l-16-57l46-3117l662-2355l-145-546l-246-1737l244-1354l1609 214l354-85l397-354l755-1343l35-120l4-82l-154-1754l-176-925l-262-1106l802-1169l2357-1544l2117-695l128-31l97-11l86 3l77 12l1252 328l877 399l3918-162l3552-735l1704 2323z"/>
<path id="5966" d="M-158301-13980l-694 458l-165 538l-17 649l389 2038l966 419l-29 932l-336 783l-1498 1738l-3557 3000l-293 166l-2357-1299l-244-754l-1791-201l-1552 92l-429 658l-181 702l-393 455l-1882 197l-1345-2007l-1202-1259l-1770-148l-470-4l-1030 442l-547 321l-1173 2648l-61 1341l136 1476l35 1131l-1004 3630l-880 914l-1758 46l-1338-305l-1337 182l-1487-502l-2928-1394l453-1115l-350-1810l-336-1445l-957-174l-7 2l-1223 322l-573-587l-978-1713l-100-1090l384-1083l391-788l-45-828l-77-881l-385-730l-550 35l-575-945l-308-858l180-716l639-686l1914 427l495 32l4316 115l124-11l122-47l110-72l72-75l56-76l48-102l312-801l-333-386l116-2407l344-771l539-1566l-394-351l-1824-1779l514-395l1519-1116l471-242l1256 490l797 14l1675-261l185-49l797-226l2043-879l861-433l98-1251l-551-1154l-71-151l-196-876l1543-1187l100-711l-6-226l-399-585l-357-38l-50-152l146-454l569-30l822-32l517-16l785 281l1054 404l3355-50l779-94l1659-275l1325 46l1120 60l489 82l126 333l-109 879l-779 621l-482 890l118 1101l557 1259l1092 432l1450 1954l-30 962l-226 622l-875 606l-431 1124l1164 561l4099 1691l1392 327l1021 1193l-314 828z"/>
<path id="5970" d="M-136435-13020l-289 491l-102 87l-115 43l-118 17l-965-138l-1280 1238l-56 71l-301 427l-52 74l-28 84l-9 95l4 106l17 99l24 84l38 82l65 80l70 62l347 240l173-62l56 4l72 32l461 368l240 390l35 115l-35 467l-353 2548l607 838l451 1060l-580 672l-450 403l-592 427l-1104 769l-1945 2479l17 267l304 473l-886 57l-424 280l-784 2676l15 934l-1327 1720l-1937 1619l-690 901l-565 925l-288 1076l-1204 1258l-627 333l-261-97l-230-374l-909-76l-135-11l-1341 372l-843 9l-768-1041l-189-700l-85-475l-1345-93l-769 590l-1971 2100l-3364 3032l-889 1069l-425 1156l-641 679l-1119 613l-1227 816l125 1255l717 593l778 1412l761 1736l179 1061l-1285 3222l-650 1180l-716-285l-335 399l-18 147l-67 662l-1052-1277l-870-776l-1253-270l-126 1l-171 5l-350 548l-818 556l-6 1l-1396-244l264-1461l-164-1841l-2762-3242l-796-471l-514-597l-801-1086l-187-1458l196-1215l480-645l378-3069l-682-1675l-583-251l-1490 21l-766 301l-6 2l-593 15l-865-463l-754-1270l1-594l-443-980l-56-73l-75-73l-99-73l-114-43l-831-238l-795 32l-869-173l-618-283l-578-265l-71-841l477-1843l1217-1895l1337-182l1338 305l1758-46l880-914l1004-3630l-35-1131l-136-1476l61-1341l1173-2648l547-321l1030-442l470 4l1770 148l1202 1259l1345 2007l1882-197l393-455l181-702l429-658l1552-92l1791 201l244 754l2357 1299l293-166l3557-3000l1498-1738l336-783l29-932l-966-419l-389-2038l17-649l165-538l694-458l879 255l6331 1194l910-402l1060-804l337-511l494-671l1053-1350l475-415l1629-648l4411-1069l94 185l53 223l-27 307l1130 1604l240 167l1033 597l1554 899l210 1399z"/>
<path id="5974" d="M-150524-82996l1311 19l2122 677l1461 372l744-103l203 68l1922 292l683-108l1462-616l372 279l577 748l147 811l256 1524l32 985l-26 165l2529 1331l504 265l1442 48l484 247l1080 834l121 670l677 4474l-596-482l-1074 582l-4693 2703l-1291 1253l-196 292l-210 1227l381 1458l531 1846l392 288l1146 717l246 1581l416 2196l1918 2576l-618 441l-1610 987l-3463 1543l-86 371l156 231l-492 828l-798 551l-2163 1255l-4077 1400l-3306 586l-1191 65l-2405-1705l-1680 43l-246-82l-1474-561l-399-366l-1252-1634l-1548-970l-3328-1222l-3774-554l-994-339l-1650-1168l-1123-1013l-742-339l-1540 42l-877 199l-739 359l-1822-897l-47-24l-60-43l-205-195l-71-78l-145-220l-42-79l-26-90l-2-64l24-151l35-61l43-60l-112-346l-544-634l-213 8l-1119 843l-538 572l-309 426l223 380l-83 546l-438 433l-671 358l-1704-2323l170-1l130-10l111-24l101-37l226-136l61-62l28-71l9-246l-64-450l-73-183l-228-528l-247-144l-270-162l-333-975l231-3809l529-1410l-34-616l-712-2295l3410-1532l2693-147l117-729l-253-1277l223-364l1511-1927l411-395l872-3194l139-549l464-224l242-60l181 24l1350 621l653-254l146-228l-713-996l-41-47l-689-712l-38-39l-158-99l-1861-1053l468-97l106-30l227-159l91-105l91-106l55-266l47-384l-132-223l-18-214l147-316l257-249l264-183l265-52l249 16l5409 718l183 53l207 330l219 250l569 406l1394 557l515 162l626-1014l159-444l400-233l293 0l1430 397l1156 485l3624 1553l16 604l-42 348l-820 2238l-424 808l155 58l825 157l678 107l77-2l2155-122l46-12l491-134l700-277l1802-1215l67-49l48-56l25-68l14-91l88-601l6-43l-2-46l-11-450l0-486l9-161l31-85l558-1305l278-589l807-1508z"/>
<path id="5978" d="M-208927-86049l324 756l2731 2552l1326 2289l237 246l530-265l2664-1440l1314-932l524-560l3685-348l1935 166l511 729l-243 648l91 1256l425 843l452 386l320 259l424 353l162 391l-65 129l-215 251l-1243 137l-1861 684l-49 42l-206 320l504 5156l907 261l1367-215l178-683l2627 127l1790 735l1919 1245l-49 399l47 1390l582 1111l221-56l712 2295l34 616l-529 1410l-231 3809l333 975l270 162l247 144l228 528l73 183l64 450l-9 246l-28 71l-61 62l-226 136l-101 37l-111 24l-130 10l-170 1l-3552 735l-3918 162l-877-399l-1252-328l-77-12l-86-3l-97 11l-128 31l-2117 695l-2357 1544l-802 1169l262 1106l176 925l154 1754l-4 82l-35 120l-755 1343l-397 354l-354 85l-1609-214l-722-758l-602-201l-1096-177l-1714-991l-1343-1053l26-996l123-300l305-534l1040-539l940-1563l282-944l277-564l1895-856l821 881l1156-2754l-89-375l-58-250l-38-1371l1479-812l155-69l107-38l731-221l257-400l151-302l-193-2033l-648-571l-1127 247l-770-1800l80-1005l-24-505l-335-584l-1327-235l-820 105l-170 44l-98 32l-804 335l-784 299l-343 81l-186 21l-273 13l-1137-1257l-408-691l-532-73l-1245 173l-881 756l-865 181l-1561-676l-325-1474l2161-817l655-581l168-426l257-982l60-422l-3-64l-1038-2800l-51-111l-250-396l-70-73l-98-73l-122-58l-114-32l-377-70l-1565-284l41-651l304-44l741 95l351 323l432-142l898-777l239-644l91-762l-169-452l-755-1307l-79 4l-486-81l-200-67l-109-72l-9-1170l697-610l95-76l2262-1331l330 76z"/>
</g><g>
<path id="6411" d="M-139253 126738l492-35l1863-1737l1876-3037l559-2941l133-1268l170-845l157-699l126-476l507 65l1053-12l783-322l56-101l311-581l3849-39l503 165l192 347l882 4406l17 115l81 719l-7 83l-14 68l-1716 3346l-1166 1530l-502 643l-818 568l-1079 2684l29 446l-167 1031l-204 261l-1276 815l-860 175l-1548-1214l-81-625l-128-832l-478-1669l-993-454l-641 75l-1131 386l-554 295l-276-1336z"/>
<path id="6412" d="M-122039 90177l540 39l220 610l-779 728l-390 738l-139 1792l-18 455l-864 1130l-2904 4636l-1093 2633l-415-20l-2427 176l-3987 344l-2044 1218l-302 806l-81 309l-26 139l-31 259l-56 496l-62 661l-1301-728l-701-150l-2138 435l-642 11l-364-11l34-1139l1613-868l638-273l1099-376l-515-2308l-355-719l-1255-998l-433-230l-117 212l-85 211l-36 243l-205 1742l-1343-1554l-1562-2049l-264-620l78-304l210-764l168-143l2160-738l1062 88l3498-1665l1131-713l803-2063l-516-231l-73-904l419-602l1927-1996l1296-1319l828-503l889-140l1159-287l1719-588l469-443l193-328l397 16l891 863l22 761l-74 886l-906 741l-960 485l-291 1228l1274 1679l279 305l526 93l593-76l1304-915l1559-677l756 274z"/>
<path id="6413" d="M-120214 94984l22 1028l271 2237l1436 1766l-456 1801l-183 169l-3050 587l-2803 1213l-2489-847l1093-2633l2904-4636l864-1130l2391 445z"/>
<path id="6414" d="M-154944 92585l-753 700l97 335l365 746l2431 3607l257 32l648-412l473 55l472 2166l-829 4040l-868 898l-1016 527l-72-76l-1271 555l-183 2155l-190 837l-2935 757l-1081-1731l-248-332l-614-699l-1070-1042l-234-204l-61-53l-228-136l-217-107l-260-69l-2047-526l-437-14l-168-2l-382 15l-938 76l-185-486l-406-876l-641-905l-1359-1421l-376-384l-297-194l-573-217l-589 67l-145-1130l539-919l1885-2342l1368-1128l1379-178l223 578l3427-1689l329-173l523-553l60-479l1380-271l99-13l784-97l179-22l3157 180l598 554z"/>
<path id="6431" d="M-118644 169206l391 127l686-216l906-888l759-1011l2260 1642l784 637l607 1206l-1911 1481l-2606 2441l-2371 2242l-76 61l-65 42l-92 44l-141 38l-191 16l-1931-55l-647-292l-775-695l-104-787l358-951l560-371l209-63l165 0l157 44l314 99l236-39l138-85l108-151l369-932l-166-1910l-413-1194l-94-89l-149-144l169-851l704-603l1140-823l521 307l497 776l-306 947zM-127216 140112l332 250l779 103l1850-284l281-61l250-239l1058-1066l202 3240l-113 1489l404 1762l2696 2293l1360 765l900 1829l449 4127l-305 3548l18 1102l709 2978l911 1840l-510 1353l-896-322l-371-40l-2711 670l-3365-1509l-2089-348l-596-151l-2464-808l-1597-1416l-1177-3821l-94-415l46-1821l214-146l609 102l235-1108l-225-2474l-77-101l-976-262l-1965 465l-4225 1105l-261 560l7 1035l46 158l55 89l115 107l417-50l262-3l854 4304l167 1263l-998 1225l-546 60l-246 171l-950 848l-82 217l-1084 84l-425 17l-1401-1172l-639-911l-352-1270l-2254-2803l-1314-1364l-754-528l-1177-132l-562 112l-1287 578l-505-1301l-230-837l-79-187l-296-459l-130-131l-49-49l-81-78l-539-497l-282-337l-265-425l-210-431l-138-448l-1388-4644l-250-856l-28-191l-36-257l12-134l95-672l144-413l247-402l453-437l534-373l660-326l1205-419l121-29l1232-296l467-170l452-219l255-188l219-186l163-211l222-335l201-363l124-312l303 531l118 114l334 210l2579 368l2902-52l1429-322l320-98l40 300l1036 26l860-27l2598-233l1715 271l1895 327l473-349l509-379l-278-667l-39-813l1232-1002l311 22l485 1196l827 138l248 178l332 865l333 785z"/>
<path id="6432" d="M-105974 111730l-154 963l722 7463l397 1955l552 2263l269 623l-486-140l-543-29l-169 162l90 738l579 509l42 516l-484 467l-1322-790l-939-450l-53 42l67 1018l-2715 5475l-866 383l-2875 680l-2540-164l-509-75l-270-41l347-833l-680-248l-535 792l-726 1156l-719 1357l206 170l-363 607l-655 810l-1205 1474l-1155 232l-1058 1066l-250 239l-281 61l-1850 284l-779-103l-332-250l-333-785l-332-865l-248-178l-827-138l-485-1196l-311-22l-1232 1002l39 813l278 667l-509 379l-473 349l-1895-327l-1715-271l-2598 233l-860 27l-1036-26l-40-300l-120-2226l-836-2742l-581-1050l136-1519l510-746l350-26l54-299l61-1865l-78-335l-1259-2991l-656-1509l68-673l15-67l32-52l102-70l2172-967l174-1968l-223-768l-60-1600l1200-1387l1326-1214l24-393l-245-811l1582-1035l1324-17l167 40l694 297l1702 1151l143 60l135 33l417 37l296-13l-311 581l-56 101l-783 322l-1053 12l-507-65l-126 476l-157 699l-170 845l-133 1268l-559 2941l-1876 3037l-1863 1737l-492 35l276 1336l554-295l1131-386l641-75l993 454l478 1669l128 832l81 625l1548 1214l860-175l1276-815l204-261l167-1031l-29-446l1079-2684l818-568l502-643l1166-1530l1716-3346l14-68l7-83l-81-719l-17-115l-882-4406l-192-347l-503-165l285-302l81-52l1076-309l157-3l2440 229l725 228l1076 393l521 798l1351-221l736-332l753-555l593-615l886-269l1123-125l707 78l2525-2460l803-963l621-16l3340 293l650 396l895 827z"/>
<path id="6433" d="M-136897 107326l697 120l380 291l1747 4549l7 652l-655 206l-1324 17l-1582 1035l245 811l-24 393l-1326 1214l-1200 1387l60 1600l223 768l-174 1968l-2172 967l-102 70l-32 52l-15 67l-68 673l656 1509l1259 2991l78 335l-61 1865l-54 299l-350 26l-510 746l-136 1519l581 1050l836 2742l120 2226l-320 98l-1429 322l-2902 52l-2579-368l-334-210l-118-114l-303-531l1238-1690l599-549l186-171l127-166l112-229l55-210l-16-190l-114-244l-88-149l-106-100l-138-93l-260-67l-386 6l-884 182l-724 61l-359 0l-335-69l-188-45l-139-71l-203-144l-271-254l-221-381l-71-210l-43-128l-87-516l-48-323l-101-421l-225-587l-166-384l-385-766l-963-1411l-75-110l-77-113l-398-703l-42-223l12-318l89-440l163-517l327-1106l77-367l28-173l-2-144l-16-122l-34-144l-121-204l-163-167l-233-136l-309-157l-210-64l-314-87l-449-132l-205-98l-173-158l-150-252l-236-424l-112-228l-128-300l-56-266l-36-226l-20-300l19-288l48-306l55-243l169-483l121-303l109-215l201-397l200-540l93-471l12-263l-32-238l-791-2573l-6-738l-128-533l-205-503l-303-619l-356-571l-85-118l-104-144l-221-306l-108-145l-685-903l-416-479l-1060-839l2935-757l251 49l315 61l175 32l4199 393l178 10l152 5l256-45l142-32l85-33l145-92l3581-2598l178-161l81-88l94-157l81-175l3107-2923l703-616l205-1742l36-243l85-211l117-212l433 230l1255 998l355 719l515 2308l-1099 376l-638 273l-1613 868l-34 1139l364 11l642-11l2138-435l701 150l1301 728z"/>
<path id="6434" d="M-141055 64782l1065 840l523 1229l391 1175l142 137l1819 372l331-164l871-191l1578-186l108 941l-654 460l-87 65l265 535l1324 1222l1232 1125l540 1055l-838 1133l-1507 1866l-1414 668l4103 1133l2429 3253l-537 1642l1103 950l859 472l-193 328l-469 443l-1719 588l-1159 287l-889 140l-828 503l-1296 1319l-1927 1996l-419 602l73 904l-1406 442l-900-1346l-720-749l-1008 153l-126 103l-138 115l-530 784l-1219 387l-3847-612l-3622-1745l-2109-1406l119-1138l-776-194l-600 70l-48-147l0-92l29-91l170-484l368-697l1019-66l1027-192l1379-501l223-3988l-53-416l-89-693l-2495-3015l-807-82l-341 290l-354-221l-522-453l-289-456l89-256l189-150l1045 62l442-243l164-412l-55-289l-1602-1525l-622-198l-76-1628l1682-3278l2755-2175l913-532l4550-1642l1121 1800l801 494l681 2l389-182l379-250z"/>
<path id="6435" d="M-72490 61547l398 1465l242 1706l3727 2907l136 106l826 597l519 74l989-442l2420-780l197-26l677 231l514 785l215 179l232 126l795 372l2538 1014l2723 931l752 480l764 1066l275 580l20 175l9 2796l-188 506l-492 866l-291 315l-2243 2070l-605 240l-263 94l-1893 631l-1945 2395l-192 1654l-957 648l95 349l14 87l-30 159l-83 113l-150 75l-141 22l-751 47l-1739-45l-179-203l-17-417l-348-660l-3127-196l-182 6l-844 60l-1001-960l-102-8l-177 119l-29 111l-312 1392l17 161l516 1547l583 1207l-233 668l-224 2908l140 2648l110 1407l261 1019l420 1061l15 165l-22 773l-457 1265l-201-12l-940-116l-1114 8l-176 39l-2413 537l-156 73l-385 302l-182 104l-244 54l-1345-14l-147-40l-454-393l-270-308l-188-243l-142-251l-639-1604l-198-929l-536-1212l-207-188l-154-63l-2246-138l-1702-382l-2275-752l-628-109l-3398-578l-1090 73l-1896 1148l-970 1966l-902 1879l-736-394l-342-1044l-980-830l-450-380l-144-119l-90-74l-285-63l-1345 40l-419 913l-1055 211l-923-110l-1523 130l-1546 309l-268 78l-299 259l-179 245l-1053 1625l-4 1016l19 998l-553 776l43-212l-7-154l-50-228l-68-131l-154-154l-228-169l-58-29l-190-95l-3155-1202l-1594-70l-31 250l234 370l-610 638l-519-105l-1212-533l-676-1589l-1140-3393l-2858-835l-2391-445l18-455l139-1792l390-738l779-728l-220-610l-540-39l1465-2299l781-250l57-21l269-236l-944-2870l896-1079l1043-429l1213-1091l63-501l91-1042l-744-714l106-416l1474-617l3240 609l2282 1203l429 455l760 874l3316 1196l2170 92l2065 87l1681-174l3785-496l1082-1589l1165-1439l466-368l90-23l97 0l279 188l74 30l120 0l736-285l153-91l245-224l30-53l45-90l278-1907l5-1743l407-638l613-771l2051-1175l342-2046l-503-1541l414-1922l257-717l473-1319l417-644l944-1478l66-861l-97-2106l388-634l589-164l2629 1357l288 225l947 1553l509 1602l-6 582l-491 271l-918 1610l665 1686l1076-44l2295-239l2671-2097l193-320l1080-1832l869-1288l613-417l405 50z"/>
<path id="6436" d="M-136235 91624l516 231l-803 2063l-1131 713l-3498 1665l-1062-88l-2160 738l-168 143l-210 764l-78 304l264 620l1562 2049l1343 1554l-703 616l-3107 2923l-81 175l-94 157l-81 88l-178 161l-3581 2598l-145 92l-85 33l-142 32l-256 45l-152-5l-178-10l-4199-393l-175-32l-315-61l-251-49l190-837l183-2155l1271-555l72 76l1016-527l868-898l829-4040l-472-2166l-473-55l-648 412l-257-32l-2431-3607l-365-746l-97-335l753-700l1235-1561l844-1090l-189-2782l-63-664l600-70l776 194l-119 1138l2109 1406l3622 1745l3847 612l1219-387l530-784l138-115l126-103l1008-153l720 749l900 1346l1406-442z"/>
<path id="6437" d="M-106481 126430l1322 790l45 373l63 162l1460 928l257 138l281 0l982 2037l402 1618l245 977l263 75l659-498l349-393l1641 316l236 1431l-102 167l-441 448l-933 312l-598 1690l385 204l1183 183l1177 882l399 563l-1736 3988l-2593 1260l-120 156l-64 86l-95 406l29 2032l87 347l912 828l-11 246l-101 1787l-761 721l-401-50l-373 327l-941 1080l-220 602l-16 171l77 1450l26 75l205 104l352 53l503 6l166 111l25 26l187 270l1094 2226l-208 680l-517 2513l28 776l165 78l929 544l390 272l779 1404l0 509l-275 277l-216 217l-950 326l-146-175l85-383l1-190l-50-156l-341-950l-1171-16l-1111-189l-1376 1495l3 73l-11 62l-32 81l-461 1076l-107 146l-528 280l-76 18l-1254 57l-260-102l-71-44l-13-47l199-259l-133-188l-1877-844l-509 101l-1507 587l-1818 2939l-228 751l-2260-1642l-43-2077l510-1353l-911-1840l-709-2978l-18-1102l305-3548l-449-4127l-900-1829l-1360-765l-2696-2293l-404-1762l113-1489l-202-3240l1155-232l1205-1474l655-810l363-607l-206-170l719-1357l726-1156l535-792l680 248l-347 833l270 41l509 75l2540 164l2875-680l866-383l2715-5475l-67-1018l53-42l939 450z"/>
<path id="6438" d="M-107941 102625l-982 1609l-42 164l-16 204l8 167l64 161l101 162l190 212l142 64l193 29l331 0l260-67l266-114l301-109l210-75l296-14l218 22l573 197l277 110l163 121l135 143l102 117l70 101l43 117l16 132l61 3639l-766 776l-291 581l44 656l-895-827l-650-396l-3340-293l-621 16l-803 963l-2525 2460l-707-78l-1123 125l-886 269l-593 615l-753 555l-736 332l-1351 221l-521-798l-1076-393l-725-228l-2440-229l-157 3l-1076 309l-81 52l-285 302l-3849 39l-296 13l-417-37l-135-33l-143-60l-1702-1151l-694-297l-167-40l655-206l-7-652l-1747-4549l-380-291l-697-120l62-661l56-496l31-259l26-139l81-309l302-806l2044-1218l3987-344l2427-176l415 20l2489 847l2803-1213l3050-587l183-169l456-1801l-1436-1766l-271-2237l-22-1028l2858 835l1140 3393l676 1589l1212 533l519 105l610-638l-234-370l31-250l1594 70l3155 1202l190 95l58 29l228 169l154 154l68 131l50 228l7 154l-43 212z"/>
<path id="6439" d="M-153117 86488l63 664l189 2782l-844 1090l-1235 1561l-598-554l-3157-180l-179 22l-784 97l-99 13l-1380 271l-60 479l-523 553l-329 173l-3427 1689l-223-578l-1379 178l-1368 1128l-1885 2342l-539 919l145 1130l589-67l573 217l297 194l376 384l1359 1421l641 905l406 876l185 486l-2149 788l-12150 4672l-368 186l-98 39l-230 90l-1695 326l-4199 184l-632-139l-371-189l-311-277l-224-362l-138-518l-237-1924l-40-319l-60-269l-103-319l-173-268l-217-224l-2001-1502l-2884-2754l-215-294l-173-328l-78-302l-9-341l103-595l519 108l3584-1520l349-171l334-275l17-171l-568-825l69-557l202-699l152-427l775-1656l136-129l389-233l3050 861l1567 1461l525 422l280-4107l-485-515l-2213-1865l-393-599l25-1438l1735-2100l863-759l2830-1270l1945-761l1295 415l587 707l786 44l742-129l1185-885l573-508l76-71l48-89l47-106l-763-685l-331-231l-1302-1325l-255-394l284-397l789-1099l1115-267l1458 131l140 142l-29 419l51 120l348 717l1652 176l175-87l176-88l315-974l18-52l720-747l1644-220l1731 490l931-571l637-472l589-297l1242-202l129-14l174 27l198 777l483 932l48 66l1066 1311l658-18l3245-1271l1657-659l2201-1121l341-290l807 82l2495 3015l89 693l53 416l-223 3988l-1379 501l-1027 192l-1019 66l-368 697l-170 484l-29 91l0 92l48 147z"/>
<path id="6440" d="M-100869 55313l-1151 975l-147 961l-22 533l155 625l1717 2941l711 344l858 78l2481-148l946-79l263-245l276-199l541-229l4299-1797l1823-166l54 815l702 1516l1168 514l-66 861l-944 1478l-417 644l-473 1319l-257 717l-414 1922l503 1541l-342 2046l-2051 1175l-613 771l-407 638l-5 1743l-278 1907l-45 90l-30 53l-245 224l-153 91l-736 285l-120 0l-74-30l-279-188l-97 0l-90 23l-466 368l-1165 1439l-1082 1589l-3785 496l-1681 174l-2065-87l-2170-92l-3316-1196l-760-874l-429-455l-2282-1203l-3240-609l-1474 617l-106 416l744 714l-91 1042l-63 501l-1213 1091l-1043 429l-896 1079l944 2870l-269 236l-57 21l-781 250l-1465 2299l-756-274l-1559 677l-1304 915l-593 76l-526-93l-279-305l-1274-1679l291-1228l960-485l906-741l74-886l-22-761l-891-863l-397-16l-859-472l-1103-950l537-1642l-2429-3253l-4103-1133l1414-668l1507-1866l838-1133l-540-1055l-1232-1125l-1324-1222l-265-535l87-65l654-460l-108-941l-1578 186l-871 191l-331 164l-1819-372l-142-137l-391-1175l-523-1229l-1065-840l472-629l1337-1114l1234-57l419 34l1085 300l345-70l1158-254l181-175l-545-1727l-1150-1385l5012-3972l1517-130l1270 274l3991 584l2855 217l766 494l727 714l125 1063l-601 459l287 1204l680 614l618 302l4994 796l274 0l3822-292l410-255l2478-2111l212-743l-167-2228l1346-948l447-124l2003-824l193-129l2391 643z"/>
<path id="6531" d="M-111649 31473l456-350l575 210l668 357l577 613l1448 2386l-4 2121l-457 1314l-489-242l-94-598l-1085 48l69 544l1185 1756l1030 582l905 246l464-403l787 611l82 284l1073 2470l1883-75l37 3l657 720l547 692l1584 2234l1442 87l565 292l982 955l17 424l-432 1289l-2045 1989l-1734 646l-1687 984l-789 610l-5 38l177 360l-193 129l-2003 824l-447 124l-1346 948l167 2228l-212 743l-2478 2111l-410 255l-3822 292l-274 0l-4994-796l-618-302l-680-614l-287-1204l601-459l-125-1063l-727-714l-766-494l-2855-217l-3991-584l-1270-274l-1517 130l-5012 3972l1150 1385l545 1727l-181 175l-1158 254l-345 70l-47-324l-881-843l-937 104l-859-2228l-266-694l-271-1323l10-566l3151-2879l1590-1165l1566 598l925-126l1455-1352l-89-744l-194-86l-975-196l-2274-442l-1791-1012l132-787l571-76l1167-929l1064-1056l212-306l-56-551l-183-619l-777-1728l-448-926l-675-932l-913-970l-1083-879l-769 140l-713 390l-245 0l-831-1288l-21-354l392-1611l2059-4163l497-600l1021-1118l368 246l1055 1747l-345 193l17 342l2035 325l385-112l838-1120l429-1182l363-568l396-215l1064 261l257 84l1571 1634l782 644l1937-29l929-239l3676-1000l590-795l2561-783l1087 481l560 388l77 364l1240 544l1025 365l148 15l671-241l594-526l139-769l-104-256z"/>
<path id="6532" d="M-150806 13154l1236 670l1665 935l333 450l-23 846l-439 434l-412 2184l673 2160l122 336l416 36l1636-113l617-200l273-374l355 133l568 1192l-666 1124l-1157 1519l612 3504l678 785l1248-207l1948-1386l1392 339l1531 1176l760 2001l1446 977l-1021 1118l-497 600l-2059 4163l-392 1611l21 354l831 1288l245 0l713-390l769-140l1083 879l913 970l675 932l448 926l777 1728l183 619l56 551l-212 306l-1064 1056l-1167 929l-571 76l-132 787l1791 1012l2274 442l975 196l194 86l89 744l-1455 1352l-925 126l-1566-598l-1590 1165l-3151 2879l-10 566l271 1323l266 694l859 2228l937-104l881 843l47 324l-1085-300l-419-34l-1234 57l-1337 1114l-472 629l-379 250l-389 182l-681-2l-801-494l-1121-1800l33-597l-1783-872l-590-707l-564-1300l-1269-1323l-861 128l-368-526l-56-83l-1029-1559l-422-1866l-444-1773l-842-317l-1183-303l-1169-443l-965-1192l-1003-1317l-1505-3310l-342-759l-1727-1226l-263 0l-541 413l-446 510l-597 1411l-477-72l-2392-1332l-382-707l-479-1929l-355-345l-491-1862l-1396-3352l-497-976l42-917l185-1120l1037-1093l67-662l18-147l335-399l716 285l650-1180l1285-3222l-179-1061l-761-1736l-778-1412l-717-593l-125-1255l1227-816l1119-613l641-679l425-1156l889-1069l3364-3032l1971-2100l769-590l1345 93l85 475l189 700l768 1041l843-9l1341-372l135 11l909 76l230 374z"/>
<path id="6533" d="M-144426 62918l-4550 1642l-913 532l-2755 2175l-1682 3278l76 1628l622 198l1602 1525l55 289l-164 412l-442 243l-1045-62l-189 150l-89 256l289 456l522 453l354 221l-2201 1121l-1657 659l-3245 1271l-658 18l-1066-1311l-48-66l-483-932l-198-777l-174-27l-129 14l-1242 202l-589 297l-637 472l-931 571l-1731-490l-1644 220l-81-1744l-187-1077l-583-2236l-318-467l-1384-463l-69-17l-362-1947l-664-2022l-509-824l-2379-3033l-2782-866l-949 48l-100-407l1537-3294l957-2534l-72-49l-48-44l-352-442l-461-614l-607-1425l431-2756l687-1254l2695-3114l960-195l442-19l1224 564l269 1096l2361 675l1036-199l236-430l1412-3505l927-2406l9-689l479 1929l382 707l2392 1332l477 72l597-1411l446-510l541-413l263 0l1727 1226l342 759l1505 3310l1003 1317l965 1192l1169 443l1183 303l842 317l444 1773l422 1866l1029 1559l56 83l368 526l861-128l1269 1323l564 1300l590 707l1783 872l-33 597z"/>
<path id="6534" d="M-125807 375l1610 1325l2589-648l321 693l170 501l256 579l194 305l327 377l3448-133l1065-680l1892 699l1098 425l1476-1022l-184-599l174-225l275 66l1607 648l1919 2156l424 1043l634 884l2026 1352l1632 470l555-1104l4596 454l770 1067l812 1313l-471 623l-576 402l-1 633l698 1667l1002 753l517 1726l-104 1116l-675 714l-429 268l-344-279l-472-145l-606 43l-735 322l-3570 3381l-2825 2784l-942 404l-1123 280l-673 301l-1512 1090l-681 912l-393 863l-563 510l-469 252l-535 173l-604 297l-232 435l-10 406l76 406l724 815l104 256l-139 769l-594 526l-671 241l-148-15l-1025-365l-1240-544l-77-364l-560-388l-1087-481l-2561 783l-590 795l-3676 1000l-929 239l-1937 29l-782-644l-1571-1634l-257-84l-1064-261l-396 215l-363 568l-429 1182l-838 1120l-385 112l-2035-325l-17-342l345-193l-1055-1747l-368-246l-1446-977l-760-2001l-1531-1176l-1392-339l-1948 1386l-1248 207l-678-785l-612-3504l1157-1519l666-1124l-568-1192l-355-133l-273 374l-617 200l-1636 113l-416-36l-122-336l-673-2160l412-2184l439-434l23-846l-333-450l-1665-935l-1236-670l261 97l627-333l1204-1258l288-1076l565-925l690-901l1937-1619l1327-1720l-15-934l784-2676l424-280l886-57l1187 874l1553 812l4006 773l1605-102l1213-535l1562-692l717-494l530-583l3-818l1367-1848l637 203l1641 1313z"/>
<path id="6535" d="M-74590 22194l153 1201l-44 463l-522 388l-113 677l1496 1019l2672 1419l165 722l109 173l595 775l935-437l212-120l1012-845l251-701l353-383l1135-727l703-173l872-28l1440 1107l396 2429l-173 996l11 523l208 1512l854 2105l394 418l208 161l349 228l7 4l869 25l-189 696l-199 246l-570 678l-1102 1620l65 750l106 351l251 462l384 402l149 102l224 155l213 391l-427 596l-2005 1788l-1408-162l-6485-4729l-982-1559l-505-129l-398 393l372 3005l119 756l1050 2932l-653 1059l-197 1699l5 101l42 225l998 249l273 268l-81 231l-233 648l-274 289l-964 607l-297 67l-637 143l-1143 3156l-1329 3951l-114 844l2274 2968l1220 1173l-405-50l-613 417l-869 1288l-1080 1832l-193 320l-2671 2097l-2295 239l-1076 44l-665-1686l918-1610l491-271l6-582l-509-1602l-947-1553l-288-225l-2629-1357l-589 164l-388 634l97 2106l-1168-514l-702-1516l-54-815l-1823 166l-4299 1797l-541 229l-276 199l-263 245l-946 79l-2481 148l-858-78l-711-344l-1717-2941l-155-625l22-533l147-961l1151-975l-2391-643l-177-360l5-38l789-610l1687-984l1734-646l2045-1989l432-1289l-17-424l-982-955l-565-292l-1442-87l-1584-2234l-547-692l-657-720l-37-3l-1883 75l-1073-2470l-82-284l-787-611l-464 403l-905-246l-1030-582l-1185-1756l-69-544l1085-48l94 598l489 242l457-1314l4-2121l-1448-2386l-577-613l-668-357l-575-210l-456 350l-724-815l-76-406l10-406l232-435l604-297l535-173l469-252l563-510l393-863l681-912l1512-1090l673-301l1123-280l942-404l2825-2784l3570-3381l735-322l606-43l472 145l344 279l429-268l675-714l358 332l3536 1411l779-309l1133-209l1871 996l1222 1554l1553-153l1027 23l3580 775l703 1165l225 1081l1075 842l3084-2226l320-329z"/>
<path id="6611" d="M-65661-39546l780 1423l69 156l39 120l43 156l9 132l-10 147l-23 130l-949 3799l-105 143l-143 180l-1735 1598l-796 724l-2374 1126l-1233-183l-2735-835l-141-52l-3136-1303l-736-603l-327-631l-406-957l-35-399l1-302l7-730l992-3765l1844-405l1767 18l4481 1076l3659 840l462-1415l241-291l490 103z"/>
<path id="6631" d="M-51140 20887l63 903l277 317l4519 955l546-247l721-293l624-80l915 21l418 625l54 415l222 758l1989 1361l322 86l890 1216l234 1981l-584 1591l-1290 2625l-1508 1843l-1113 1696l-126 2731l81 1047l4747 787l1018-196l589-1335l-1279-1639l-228-619l120-203l128-164l109-89l99-59l474-263l2049-659l733-160l17 1l2129 137l136 17l1256 158l114 107l1030 1705l774 2211l82 141l296 534l6 1327l-440 73l-518-173l-130-502l-685-76l-497 271l-932 1305l327 949l392 236l102 390l577 4799l-678 958l-686 1837l158 1365l-290 1861l-206 1019l-1004 2322l-104 199l-57 102l-1314 558l-69 33l-98 105l-1404 2051l-1151 1383l-1966 1131l-901 776l-121 104l-1266 759l-1189 420l-166 44l-1679 291l-2492-889l-196-184l-575-555l-256-922l-203-273l-291-161l-425-132l-539 0l-795 652l-459-645l-135-102l-461 68l-177 32l-255 177l-402 923l642 1122l-494 1932l-179 667l-463 1686l-71 156l-176 210l-706 743l-752-480l-2723-931l-2538-1014l-795-372l-232-126l-215-179l-514-785l-677-231l-197 26l-2420 780l-989 442l-519-74l-826-597l-136-106l-3727-2907l-242-1706l-398-1465l-1220-1173l-2274-2968l114-844l1329-3951l1143-3156l637-143l297-67l964-607l274-289l233-648l81-231l-273-268l-998-249l-42-225l-5-101l197-1699l653-1059l-1050-2932l-119-756l-372-3005l398-393l505 129l982 1559l6485 4729l1408 162l2005-1788l427-596l-213-391l-224-155l-149-102l-384-402l-251-462l-106-351l-65-750l1102-1620l570-678l199-246l189-696l-869-25l-7-4l-349-228l-208-161l-394-418l-854-2105l-208-1512l-11-523l173-996l797-713l2041 1242l133 502l256 642l572 160l362-132l2858-2164l1032-831l381-689l-381-1161l-580-131l-460-195l478-1052l841-1686l2656-1864l440-235l204 41z"/>
<path id="6632" d="M-33608 491l199 1052l1157 1880l1352 2146l223 349l-10 79l-32 83l-657 470l-296 93l-2560 440l-881-190l-1069-392l-884-460l-871 388l-370 416l-350 1115l581 434l614-1025l1490-273l1856 1631l3069 3381l18 855l-1361 908l-1075 796l-385 996l180 1034l162 71l253-318l599-307l210 113l-66 829l-1022 1483l-1881 614l-619-245l-844-469l-301 208l-1376 1076l-137 354l-393 1942l6 615l655 1003l-162 1275l-183 177l-223 141l-1478 449l-322-86l-1989-1361l-222-758l-54-415l-418-625l-915-21l-624 80l-721 293l-546 247l-4519-955l-277-317l-63-903l-204-41l-440 235l-2656 1864l-841 1686l-478 1052l460 195l580 131l381 1161l-381 689l-1032 831l-2858 2164l-362 132l-572-160l-256-642l-133-502l-2041-1242l-797 713l-396-2429l-1440-1107l-872 28l-703 173l-1135 727l-353 383l-251 701l-1012 845l-212 120l-935 437l-595-775l-109-173l-165-722l-2672-1419l-1496-1019l113-677l522-388l44-463l-153-1201l995-258l442-171l2918-1625l584-1540l32-2120l-61-473l-565-3278l-613-685l-397-445l-326-736l393-985l1251-2530l242-440l1370-1011l1451-3140l919-1829l191-360l1245-2318l4268-3914l3827-3223l666-274l848 31l1117 516l719 523l361 43l955-314l945-805l176 20l1432 90l1727-284l3055 2359l-14 1254l1196 352l290 34l1591-1l944-510l323-172l1145 299l3727 2150l309 439l-822 1846l-244 512l-268 98l-142 380l712 450l850 487l1218-145z"/>
<path id="6633" d="M-56439-65072l-885 1539l-1444-1098l-1212-681l-227 94l-192 192l-188 336l-8 692l219 693l464 866l855 724l-1424 390l-348 1172l-24 238l-37 181l-57 185l-75 206l-104 212l-74 125l-84 116l-116 134l-124 132l-138 131l-50 40l-75 50l-62 32l-82 31l-78 21l-97 17l-73 12l-98 0l-101-21l-103-42l-190-115l-233-59l-104 17l-113 44l-59 38l-50 44l-53 63l-25 37l-38 78l-31 94l-16 94l-3 96l13 79l31 103l1527 2817l94 172l613 984l542 4106l868 2777l22 43l5 32l-29 247l-846 758l-996 40l-2396 702l-61 25l-38 26l-38 42l-1048 1668l-74 120l-82 148l-61 148l-23 74l-23 92l-14 60l-443 2670l192 443l-490-103l-241 291l-462 1415l-3659-840l-4481-1076l-1767-18l-1844 405l-992 3765l-7 730l-1 302l35 399l406 957l327 631l736 603l3136 1303l141 52l2735 835l1233 183l2374-1126l796-724l1735-1598l143-180l105-143l949-3799l23-130l10-147l-9-132l-43-156l-39-120l-69-156l918-234l2273 1588l1010 995l1536 505l2009 310l3274 1537l46 27l40 30l42 39l43 42l58 67l75 103l-1398-623l-137-61l-161-61l-161-55l-2232-456l-1265 10l-366 590l-387 1210l20 519l963 873l1459 1112l949 622l2169 153l1505-20l230-17l159-26l119-33l72-28l14 1305l-1092 875l-961 411l-563-567l-2031-49l-570 998l-398 1006l-561 1010l-1521 400l-504 331l-217 315l-642 1482l744 1087l-970 226l-694 365l-575 714l-1753-760l-588-1481l-480-1490l239-655l-1572-550l-5967-1249l-2703-89l-3918-822l-442-420l-68-1284l-557-641l-761 32l-3284 176l-597 1264l94 769l-1304 3156l-1887 561l-389 37l-751 390l170 1084l-1505 1298l-971 356l-850-353l-128-1427l-105-333l-961-1569l-543-496l-729-507l-872-701l-2064-3765l-146-296l-55-511l-18-621l5-363l1690-1398l-323-4248l173-3150l-433-300l-293-1034l73-515l2572-888l189 885l906 955l1076-218l143-1471l-773-6762l-262-1171l384-289l743-1624l165-344l752-320l840 362l1184 476l131-210l55-2239l585-839l65-73l1059-894l3028-1792l1883-1748l154-789l33-140l63-183l324-921l482-703l1367-1682l1610-2177l-324-525l-487-320l-454-458l-874-1133l24-309l2440-1201l358-147l993 38l500 74l1218-272l560-184l381-240l284-292l747-1115l-357-567l4053-319l-311 1513l-39 209l-23 194l12 163l30 159l63 140l66 89l104 101l82 70l74 58l132 78l82 41l42 21l206 93l194 74l197 50l187 27l170 24l3596 327l785-66l289-43l614-120l1248-340l52-34l54-64l79-137l60-131l710-529l432 408l246 854l137 1798l55 106l90 103l1510 1719l704 598l945 545z"/>
<path id="6634" d="M-60321-20801l328 82l1726-16l938-124l757 22l401 890l-212 703l49 342l2519 2296l450 121l1057 86l519-610l602 235l465 263l377 2272l-16 1178l-356 3128l-96 766l-945 805l-955 314l-361-43l-719-523l-1117-516l-848-31l-666 274l-3827 3223l-4268 3914l-1245 2318l-191 360l-919 1829l-1451 3140l-1370 1011l-242 440l-1251 2530l-393 985l326 736l397 445l613 685l565 3278l61 473l-32 2120l-584 1540l-2918 1625l-442 171l-995 258l-320 329l-3084 2226l-1075-842l-225-1081l-703-1165l-3580-775l-1027-23l-1553 153l-1222-1554l-1871-996l-1133 209l-779 309l-3536-1411l-358-332l104-1116l-517-1726l-1002-753l-698-1667l1-633l576-402l471-623l-812-1313l-770-1067l-4596-454l-555 1104l-1632-470l-2026-1352l-634-884l390 29l307 7l2989 64l480-279l111-925l-57-786l-899-786l-690-1271l567-948l386-312l3106-2183l2051-2112l541-932l-227-625l-98-805l1282-552l1018-427l712-5l881-1056l3017-3926l1844-3094l-304-140l-211-107l-584-437l-109-88l-432-810l-360-696l-160-836l-37-363l78-1298l971-356l1505-1298l-170-1084l751-390l389-37l1887-561l1304-3156l-94-769l597-1264l3284-176l761-32l557 641l68 1284l442 420l3918 822l2703 89l5967 1249l1572 550l-239 655l480 1490l588 1481l1753 760l575-714l694-365l970-226z"/>
<path id="6635" d="M-99937-56608l1374-346l1054 929l-215 910l-282 646l-706 1619l-3 203l759 2133l784 277l3437 222l453-56l262 1171l773 6762l-143 1471l-1076 218l-906-955l-189-885l-2572 888l-73 515l293 1034l433 300l-173 3150l323 4248l-1690 1398l-5 363l18 621l55 511l146 296l2064 3765l872 701l729 507l543 496l961 1569l105 333l128 1427l850 353l-78 1298l37 363l160 836l360 696l432 810l109 88l584 437l211 107l304 140l-1844 3094l-3017 3926l-881 1056l-712 5l-1018 427l-1282 552l98 805l227 625l-541 932l-2051 2112l-3106 2183l-386 312l-567 948l690 1271l899 786l57 786l-111 925l-480 279l-2989-64l-307-7l-390-29l-424-1043l-1919-2156l-1607-648l-275-66l-174 225l184 599l-1476 1022l-1098-425l-1892-699l-1065 680l-3448 133l-327-377l-194-305l-256-579l-170-501l-321-693l-2589 648l-1610-1325l-1641-1313l-637-203l-1367 1848l-3 818l-530 583l-717 494l-1562 692l-1213 535l-1605 102l-4006-773l-1553-812l-1187-874l-304-473l-17-267l1945-2479l1104-769l592-427l450-403l580-672l-451-1060l-607-838l353-2548l35-467l-35-115l-240-390l-461-368l-72-32l-56-4l-173 62l-347-240l-70-62l-65-80l-38-82l-24-84l-17-99l-4-106l9-95l28-84l52-74l301-427l56-71l1280-1238l965 138l118-17l115-43l102-87l289-491l111-103l150-53l2915 156l1672 201l3268 259l3410-1050l161-86l127-158l125-450l-573-233l-708 54l-623-1442l4-352l133-351l1440-1741l301-7l104-53l1153-912l1553-1741l25-96l-482-2386l-1248-4621l-220-1104l355-869l-667-1777l-1024-293l-926-193l-270 379l-410 448l-69 68l-97 63l-5126 2362l-818-57l-304-66l-278-253l-2212-3162l638-1073l2827-3967l1197-1409l6090-4119l289 88l1387 283l1871-608l1009-831l2257-516l496 82l559 143l1264 632l1135 677l542-220l973-618l811-680l224-104l1501-12l255-2l1405 424l89 15l15 2l102-25l279-786l492-1694l-48-1953l-940-191l-2730-4519l-159-682l-15-483l197-353l301-208l872-428l2338-855l1510-536l309-103l1140-340l2247-866l392 609l997 1012l1428 245z"/>
<path id="6636" d="M-39761-41908l-296 497l15 1954l356 1425l2870 6154l865 204l3993 452l840 49l435 377l-66 722l593 4718l290 241l306 79l2364 507l3781 916l654 270l501 251l2056 1908l1340 357l283 664l-368 845l-1410 983l-467 1439l18 285l106 177l295 439l35 40l15 17l141 147l-15 2537l-762 668l-422-275l-201-199l-926-1309l564-487l-204-874l-936-1340l-2823 809l-607 656l85 260l1697 1339l1000 632l828 1525l-806 891l-215 243l-719 912l-93 247l-290 2924l471 400l1488 524l1101 331l728 550l796 862l535 929l-640 2021l-1667 1023l-213 63l-2238 530l-130 17l-88 0l-150-30l-627-259l-52-40l-53-45l-274-306l-60-74l-21-102l11-99l53-69l-1356-438l-2373-548l-1407-154l-1104 33l-212 83l-188 136l-129 171l-748 1614l-1218 145l-850-487l-712-450l142-380l268-98l244-512l822-1846l-309-439l-3727-2150l-1145-299l-323 172l-944 510l-1591 1l-290-34l-1196-352l14-1254l-3055-2359l-1727 284l-1432-90l-176-20l96-766l356-3128l16-1178l-377-2272l-465-263l-602-235l-519 610l-1057-86l-450-121l-2519-2296l-49-342l212-703l-401-890l-757-22l-938 124l-1726 16l-328-82l-744-1087l642-1482l217-315l504-331l1521-400l561-1010l398-1006l570-998l2031 49l563 567l961-411l1092-875l-14-1305l-72 28l-119 33l-159 26l-230 17l-1505 20l-2169-153l-949-622l-1459-1112l-963-873l-20-519l387-1210l366-590l1265-10l2232 456l161 55l161 61l137 61l1398 623l1857-1006l694-224l436-2337l-166-1099l-565 26l-1894 926l-2336-3588l112-484l3892-2306l2408-2303l525-328l707-101l553 130l168 56l1247 864l-28 1937l119 230l551 926l306 169l514 115l340-15l173-130l-605-689l-256-718l-373-1790l38-1420l3864-739l1430 2535l66 173l216 1676l0 103l-197 617z"/>
</g><g>
<path id="7111" d="M-201308 64831l1573 2490l-725 1129l-1609 2225l-626 472l-1487 85l-759-256l-301-4l-229-3l-938-8l-439 2l-158 1l-80 286l72 1015l374 976l584 1191l-1108-64l-1127 251l-1021 824l-287 40l-1625-406l-35-14l-620-803l-36-54l-283-490l-24-65l-259-1057l151-91l276-172l167-146l962-1122l-82-611l-200-746l-376-239l-746-219l-518 959l-348-131l-551-1150l-462-1346l-25-1222l1069-1206l916-743l377 50l346-16l222-23l371-126l229-183l1356-1448l1298-1413l2215 2311l215 232l314 351l3997 687z"/>
<path id="7131" d="M-232389 36485l56 1615l7 748l-17 137l-53 146l-204 404l-51 198l0 205l33 188l77 189l164 249l251 314l178 160l207 163l300 172l413 154l378 121l755 154l353 102l202 87l322 206l284 275l250 341l162 309l147 323l148 352l53 271l206 1370l927 3087l142 320l222 499l477 819l654 948l647 916l931 1311l-502 430l-1573 938l-1210 656l-840 2573l-315 1907l52 283l-67 518l-51 113l-696 1160l-530 172l-769 245l-843-707l-36-58l-290-480l-758-669l-3162-326l-392 26l-1589 1171l-1764 794l-695-1440l-923 28l-572 73l-2102 377l-455 132l-445 171l-181 77l-3616 2053l-1983 2536l142 444l-1217 1148l-1210 715l-584 1361l-67 469l-688 534l-522 142l-749-98l-1089-850l-563-676l-2693-819l-1216 811l-2855-1060l-29-757l478-1086l528-1677l-356-394l-151-166l-996-1388l-1000-1945l25-440l249-376l457-558l455-1729l-1041-1253l-1559-4074l42-541l1950-1360l2165-528l401 429l57 752l267 1060l2920 2204l174 34l103-15l3046-1560l320-1616l175-1881l0-207l-280-315l-866-330l-268-1787l-40-305l96-263l139-99l1000-118l1762-2430l337-641l740-131l1671 600l854 85l1864-978l211-191l794-924l792-1058l969-1074l946-936l507-194l691 671l10 90l77 675l1132 883l659 81l649-451l694-1551l60-176l987 60l1003 627l440 49l1915-1292l786-1103l385-626l533-1599l1190-576l-122 2672z"/>
<path id="7132" d="M-187595 4497l1487 502l-1217 1895l-477 1843l71 841l578 265l618 283l869 173l795-32l831 238l114 43l99 73l75 73l56 73l443 980l-1 594l754 1270l865 463l593-15l6-2l766-301l1490-21l583 251l682 1675l-378 3069l-480 645l-196 1215l187 1458l801 1086l514 597l796 471l2762 3242l164 1841l-264 1461l-627-98l-1855 996l-159 482l-36 77l-45 64l-559 605l-54 38l-60 38l-153 33l-87 11l-213 0l-322-17l-213-30l-140-23l-333-83l-126-44l-83-33l-210-90l-171-85l181-707l215-835l-985-1222l-534-567l-2677-1247l-1279 329l-1060 2684l1119 933l-239 505l-2454-734l-31-1063l6-7l381-300l-279-662l-1232-1065l-1485 595l-767-754l-226-555l-209-1482l-168-15l-1863-336l-1194-744l-438-49l-1311 606l-30 30l-532 569l-1715 2426l215 830l195 749l720 25l306-628l121 47l349 186l184 122l51 47l115 146l71 148l57 137l-359 1543l-415 450l-758-178l-528 1854l84 1162l22 352l-285 2131l-156 101l-25 16l-749-1010l-633-1409l-788-420l-867-368l-1427-455l-3037 71l-3813 2492l-44 29l-51 75l-13 81l5 54l275 1852l17 85l28 86l63 177l51 136l53 104l51 70l90 76l113 76l140 84l139 73l201 96l129 60l-92 196l-1717 3432l-175 104l-2559-724l-263-185l-1160-1217l-194-652l-649-2452l684-1436l742-55l295-2095l13-459l-250-1400l-1132-2826l-527-899l-1128-1900l1447-857l1534 67l2959-1605l2122-1315l1010 407l1476 700l557-408l80-59l22-47l13-764l-31-676l-19-74l11-72l19-71l579-901l45-27l1103-347l1477-37l618 27l758 228l92 12l62 0l82-13l80-34l51-43l1312-1155l141-1121l10-709l-371-1220l-249-544l-735-945l983 196l1728-669l3397-2213l634-2058l21-1159l-373-3287l298-1539l1846-1089l764-1183l2928 1394z"/>
<path id="7133" d="M-182320 126556l-2683 2312l-183 884l517 284l-21 3784l-1100 373l-1017 892l-14 295l-563-762l-2480-870l-894 341l-721 336l29 455l-1042 436l-208-86l-1506-734l-2138-807l-508 116l-580 554l581 1266l-37 284l-1146 1214l-1080 695l-573 474l-339 479l-6 608l306 357l108 303l315 958l-1074 2751l-79 150l-160 173l-548 433l-902 847l285 585l-1904 1327l-1013 403l-277-71l-127-43l-72-120l-64-142l-92-334l-95-371l369-1092l122-149l280-181l596-1058l220-2166l-894-1569l-124-31l-65 8l-70 29l-71 44l-231 229l-691 1250l-643 284l-2448 423l-2731-840l-646-727l-908-1110l-1183-635l-1140-135l-710-984l-938-2248l-1261-1281l-397 80l-362 270l-640 615l-316 302l-1800-1394l-216-514l672-1515l613-120l790-449l371-1591l-1065-1062l-433-422l-1187-910l-286-608l-492-2791l14-1123l436-939l519-275l553 70l935 885l4642-811l393-117l1233-1052l905-977l605-832l1153-854l2977-1865l5170-3444l92-745l675-1786l2024-2387l1102-681l1822-42l337-93l1084 419l156 86l763 819l2779 3312l-310 1044l-398 1452l900 452l794-421l1529-575l148-21l2068 872l1677 713l798 2153l199 915l140 1013l76 877l81 456l1051 560l812-468l423 648l1292 2344l-849 1522l220 915z"/>
<path id="7134" d="M-222890 122475l-436 939l-14 1123l492 2791l286 608l1187 910l433 422l1065 1062l-371 1591l-790 449l-613 120l-672 1515l216 514l1800 1394l316-302l640-615l362-270l397-80l1261 1281l938 2248l710 984l1140 135l-305 994l109 1455l-2513 916l-601-111l-383 59l-1352 239l-428 195l-275 276l-1444 1642l-34 50l-16 73l-39 811l765 2925l448 754l-204 1684l-160 366l-254 220l-1113 185l-809-126l-937-383l-496-381l-352-269l-804 88l-962 304l-1114 1381l-949 1218l-1179 1048l-645 511l-1853 357l-160 50l-138 75l-323 306l-156-1574l-755-1433l-223-346l-430 402l-1201 745l-902 241l-730-84l-1866-1287l-1057-1194l260-911l20-144l-64-241l-1598-709l-52-15l-51 0l-46 7l-637 102l-67 73l-3 25l-29 322l-27 297l-84 57l-1223-29l-2464-679l-471-1300l-785-1320l-755-879l-2090-1019l1352-1119l369-491l1158-2443l-258-463l-1285-1039l3037-3383l3008-3054l544-976l-233-1523l166-480l4205-3424l4300-3468l1687-1308l-235-696l-2592-2802l1264-699l1722 42l1380 641l-173 434l924 511l727-159l382-262l780-837l199-557l117-330l578-111l3034 360l704 236l746 381l156 588l49 973l-260 51l-80 690l54 1662l133 217z"/>
<path id="7135" d="M-222562 88542l-201 24l-911 1121l-249 554l739 1235l41 51l61 39l890 484l107 35l320 364l593 1285l-14 192l-583 863l-718 390l-43 26l-661 457l-1955 1719l-1890 1911l-82 348l551 1238l205 474l1110 2949l65 316l-71 347l-391 296l-2213 1243l-2590 2900l-2296 849l-692 255l-842-531l-118-51l-1043-433l-901 76l-163-193l-144-193l-245-353l-100-153l-38-74l-54-139l-36-160l-46-246l493-686l-2211-928l-1300 286l-740-1065l-362-963l-184-1460l-310-910l-1043-659l-843-1752l-18-93l-13-144l0-118l7-60l18-53l17-42l35-45l53-40l56-23l266-40l-24-350l-138-292l-845-410l-60-18l-1914-460l-58-8l-53 2l-43 6l-594 149l-4369-1950l-46-34l-276-435l-12-32l-11-59l10-966l13-44l48-88l121-139l-172-434l-36-111l28-4082l-28-49l-877-1954l-312-5618l-1-104l15-162l28-231l28-77l696-1331l1073-1139l126-30l1024 60l320 387l553 832l41 72l24 96l-12 76l387 143l1105-291l1829-1674l428-725l551-1260l526-1819l-76-360l338 617l207 321l3228 989l811-17l720-403l488-349l-101-282l980-679l686 103l851 226l112 82l72 901l2295 1137l381-52l1143 135l1886 1050l1870 2010l118 134l1298 2253l-724 691l-770-443l-325 436l38 418l1334 541l724 92l1688-175l53-330l222-578l571-758l433-270l192 129l1206 963l-821 1878l-107 144l470 2719l103 560z"/>
<path id="7137" d="M-205812 55486l1177 449l-207 692l271 547l21 38l579 532l2742 2349l1015 2213l-478 459l-629 148l-107 5l-363-9l-621-130l-210 173l-219 688l-6 336l296 466l405 136l838 253l-3997-687l-314-351l-215-232l-2215-2311l-1298 1413l-1356 1448l-229 183l-371 126l-222 23l-346 16l-377-50l-916 743l-1069 1206l25 1222l462 1346l551 1150l348 131l518-959l746 219l376 239l200 746l82 611l-962 1122l-167 146l-276 172l-151 91l259 1057l24 65l283 490l36 54l620 803l35 14l1625 406l287-40l1021-824l1127-251l1108 64l2521 2755l352 385l164 250l133 450l16 454l-64 274l-141 293l-318 322l-185 133l-254 85l-389-746l-1837-947l-809 157l-1422 497l-400-51l-1006-327l-339-130l-458-356l-292-408l-243-148l-995 574l-436 611l-626 964l-221 586l-814 1333l-939 1428l-604 886l-612 586l-604 198l-891-47l-73-97l436-683l-239-236l-294-137l-831-178l-296 297l-997 1623l165 637l25 44l302 356l414 401l48 71l46 80l41 111l4 73l-7 95l-26 67l-42 44l-1505 1504l-553 57l-262 15l-1149-95l-103-560l-470-2719l107-144l821-1878l-1206-963l-192-129l-433 270l-571 758l-222 578l-53 330l-1688 175l-724-92l-1334-541l-38-418l325-436l770 443l724-691l-1298-2253l-118-134l-1870-2010l-1886-1050l-1143-135l-381 52l-2295-1137l-72-901l-112-82l-851-226l-686-103l-980 679l101 282l-488 349l-720 403l-811 17l-3228-989l-207-321l-338-617l-489-315l-1442-818l-1733-501l-148 225l-245 301l-863-301l-53-30l-1626-1496l30-365l282-196l297 138l1991-1503l82-65l1452-1152l-1457-1796l-1404-43l-375 103l-142-444l1983-2536l3616-2053l181-77l445-171l455-132l2102-377l572-73l923-28l695 1440l1764-794l1589-1171l392-26l3162 326l758 669l290 480l36 58l843 707l769-245l530-172l696-1160l51-113l67-518l-52-283l315-1907l840-2573l1210-656l1573-938l502-430l1298 1957l671 704l540 535l251 207l333 214l216 127l146 75l126 45l109 25l160 24l229 0l403-4l567-34l28-2l269-7l197-2l100 0l239 17l196 43l153 61l154 86l112 81l200 198l136 171l86 134l125 241l315 713l91 187l190 330l330 518l267 327l225 201l344 187l405 168l162 33l237 48l432 17l421-18l528-97l2626-723l1155-1762l2519-2637l665-240z"/>
<path id="7138" d="M-220223 26861l222-34l1303-117l766-49l1002 1009l291 14l563 23l1128 1900l527 899l1132 2826l250 1400l-13 459l-295 2095l-742 55l-684 1436l649 2452l194 652l1160 1217l263 185l2559 724l175-104l1717-3432l92-196l-129-60l-201-96l-139-73l-140-84l-113-76l-90-76l-51-70l-53-104l-51-136l-63-177l-28-86l-17-85l-275-1852l-5-54l13-81l51-75l44-29l3813-2492l3037-71l1427 455l867 368l788 420l633 1409l749 1010l-1751 856l-834 1565l-36 633l1166 87l822 2059l187 519l428 1214l-15 2069l-893 1676l-604-28l-794 384l-358 420l7 1578l679 650l-146 402l-97 216l-308 232l-63 44l-58 40l-2309 583l-1163-79l-124-65l-42-10l-60 10l-437 182l-528 237l-31 26l-727 635l-43 560l217 631l-665 240l-2519 2637l-1155 1762l-2626 723l-528 97l-421 18l-432-17l-237-48l-162-33l-405-168l-344-187l-225-201l-267-327l-330-518l-190-330l-91-187l-315-713l-125-241l-86-134l-136-171l-200-198l-112-81l-154-86l-153-61l-196-43l-239-17l-100 0l-197 2l-269 7l-28 2l-567 34l-403 4l-229 0l-160-24l-109-25l-126-45l-146-75l-216-127l-333-214l-251-207l-540-535l-671-704l-1298-1957l-931-1311l-647-916l-654-948l-477-819l-222-499l-142-320l-927-3087l-206-1370l-53-271l-148-352l-147-323l-162-309l-250-341l-284-275l-322-206l-202-87l-353-102l-755-154l-378-121l-413-154l-300-172l-207-163l-178-160l-251-314l-164-249l-77-189l-33-188l0-205l51-198l204-404l53-146l17-137l-7-748l-56-1615l1209-218l801-142l7 0l809 272l152 199l64 60l61 28l78-4l991-153l1740-498l2199-843l710-290l1716-719l809-2510l70-1166l-70-1559l-90-19l-225-43l-187-19l-14-1l-84-11l574-1310l246-558l214-299l125-92l261 271z"/>
<path id="7140" d="M-203832 79833l-2782-516l-466 13l-353 70l-377 222l-253 283l-81 211l-4 256l45 263l106 166l166 125l208 73l672 127l199 36l98 17l305 110l161 96l148 124l127 121l112 134l1869 2585l110 160l83 149l64 148l36 123l85 400l34 297l9 182l0 137l-20 120l-21 122l-192 660l-15 116l5 129l10 85l46 89l98 119l139 144l185 140l127 86l885 498l152 62l144 46l157 33l137 19l107 13l557 46l144 18l313 59l119 26l176 62l166 69l134 78l89 70l78 78l1697 2133l733 1388l29 56l23 81l66 452l8 97l-20 92l-47 98l-90 116l-571 543l-389 366l-72 84l-36 91l-14 100l10 99l17 75l50 79l197 246l387 438l272 273l1235 1464l786 974l-2063 899l-1295 610l-981 524l-826 679l-1529 1668l-257 378l-310 510l24 267l2259 2081l635 461l1773 1208l-1822 42l-1102 681l-2024 2387l-675 1786l-92 745l-5170 3444l-2977 1865l-1153 854l-605 832l-905 977l-1233 1052l-393 117l-4642 811l-935-885l-553-70l-519 275l-133-217l-54-1662l80-690l260-51l-49-973l-156-588l-746-381l-704-236l-3034-360l-578 111l-117 330l-199 557l-780 837l-382 262l-727 159l-924-511l173-434l-1380-641l-1722-42l-1264 699l-568-1254l-79-463l57-337l579-912l878-240l1726-2807l-2254-1051l-1357-2012l901-76l1043 433l118 51l842 531l692-255l2296-849l2590-2900l2213-1243l391-296l71-347l-65-316l-1110-2949l-205-474l-551-1238l82-348l1890-1911l1955-1719l661-457l43-26l718-390l583-863l14-192l-593-1285l-320-364l-107-35l-890-484l-61-39l-41-51l-739-1235l249-554l911-1121l201-24l1149 95l262-15l553-57l1505-1504l42-44l26-67l7-95l-4-73l-41-111l-46-80l-48-71l-414-401l-302-356l-25-44l-165-637l997-1623l296-297l831 178l294 137l239 236l-436 683l73 97l891 47l604-198l612-586l604-886l939-1428l814-1333l221-586l626-964l436-611l995-574l243 148l292 408l458 356l339 130l1006 327l400 51l1422-497l809-157l1837 947l389 746z"/>
<path id="7141" d="M-179635 62908l949-48l2782 866l2379 3033l509 824l664 2022l362 1947l69 17l1384 463l318 467l583 2236l187 1077l81 1744l-720 747l-18 52l-315 974l-176 88l-175 87l-1652-176l-348-717l-51-120l29-419l-140-142l-1458-131l-1115 267l-789 1099l-284 397l255 394l1302 1325l331 231l763 685l-47 106l-48 89l-76 71l-573 508l-1185 885l-742 129l-786-44l-587-707l-1295-415l-1945 761l-2830 1270l-863 759l-1735 2100l-25 1438l393 599l2213 1865l485 515l-280 4107l-525-422l-1567-1461l-3050-861l-389 233l-136 129l-775 1656l-152 427l-202 699l-69 557l568 825l-17 171l-334 275l-349 171l-3584 1520l-519-108l-565-1767l-786-974l-1235-1464l-272-273l-387-438l-197-246l-50-79l-17-75l-10-99l14-100l36-91l72-84l389-366l571-543l90-116l47-98l20-92l-8-97l-66-452l-23-81l-29-56l-733-1388l-1697-2133l-78-78l-89-70l-134-78l-166-69l-176-62l-119-26l-313-59l-144-18l-557-46l-107-13l-137-19l-157-33l-144-46l-152-62l-885-498l-127-86l-185-140l-139-144l-98-119l-46-89l-10-85l-5-129l15-116l192-660l21-122l20-120l0-137l-9-182l-34-297l-85-400l-36-123l-64-148l-83-149l-110-160l-1869-2585l-112-134l-127-121l-148-124l-161-96l-305-110l-98-17l-199-36l-672-127l-208-73l-166-125l-106-166l-45-263l4-256l81-211l253-283l377-222l353-70l466-13l2782 516l254-85l185-133l318-322l141-293l64-274l-16-454l-133-450l-164-250l-352-385l-2521-2755l-584-1191l-374-976l-72-1015l80-286l158-1l439-2l938 8l229 3l301 4l759 256l1487-85l626-472l1609-2225l725-1129l327 812l160 161l1776-1536l1071-1749l642-1352l954-560l1422 392l537 173l88 103l424 638l41 143l-1464 1680l-312 165l-121 380l386 213l3925 1608l2593 646l346-218l52-63l455-1107l43-119l696-2702l26-123l-15-105l-169-622l-209-809l207-196l2069-841l1047-401l773-296l144 605l140 590l297 1068l516 19l7 0l868-514l358-496z"/>
<path id="7143" d="M-193835 25338l1194 744l1863 336l168 15l209 1482l226 555l767 754l1485-595l1232 1065l279 662l-381 300l-6 7l31 1063l2454 734l239-505l-1119-933l1060-2684l1279-329l2677 1247l534 567l985 1222l-215 835l-181 707l171 85l210 90l83 33l126 44l333 83l140 23l213 30l322 17l213 0l87-11l153-33l60-38l54-38l559-605l45-64l36-77l159-482l1855-996l627 98l1396 244l6-1l818-556l350-548l171-5l126-1l1253 270l870 776l1052 1277l-1037 1093l-185 1120l-42 917l497 976l1396 3352l491 1862l355 345l-9 689l-927 2406l-1412 3505l-236 430l-1036 199l-2361-675l-269-1096l-1224-564l-442 19l-960 195l-2695 3114l-687 1254l-431 2756l607 1425l461 614l352 442l48 44l72 49l-957 2534l-1537 3294l100 407l-358 496l-868 514l-7 0l-516-19l-297-1068l-140-590l-144-605l-773 296l-1047 401l-2069 841l-207 196l209 809l169 622l15 105l-26 123l-696 2702l-43 119l-455 1107l-52 63l-346 218l-2593-646l-3925-1608l-386-213l121-380l312-165l1464-1680l-41-143l-424-638l-88-103l-537-173l-1422-392l-954 560l-642 1352l-1071 1749l-1776 1536l-160-161l-327-812l-1573-2490l-838-253l-405-136l-296-466l6-336l219-688l210-173l621 130l363 9l107-5l629-148l478-459l-1015-2213l-2742-2349l-579-532l-21-38l-271-547l207-692l-1177-449l-217-631l43-560l727-635l31-26l528-237l437-182l60-10l42 10l124 65l1163 79l2309-583l58-40l63-44l308-232l97-216l146-402l-679-650l-7-1578l358-420l794-384l604 28l893-1676l15-2069l-428-1214l-187-519l-822-2059l-1166-87l36-633l834-1565l1751-856l25-16l156-101l285-2131l-22-352l-84-1162l528-1854l758 178l415-450l359-1543l-57-137l-71-148l-115-146l-51-47l-184-122l-349-186l-121-47l-306 628l-720-25l-195-749l-215-830l1715-2426l532-569l30-30l1311-606l438 49z"/>
<path id="7211" d="M-284253 133597l375-435l-142-602l1843-1872l1295 378l445-189l602-641l282-353l-191-381l-781-199l-228-886l2422-1102l2354-3477l1137-3618l1334-229l803 898l58 97l1314 4337l779 2975l-75 800l-1668 517l-1607 1335l938 806l1501 1488l-1472 1889l-1122 1162l-3729 840l-2272 58l-167-326l-197-1868l-2378 1066l-894-664l-236-453l-323-1351z"/>
<path id="7231" d="M-251500 94134l-121 139l-48 88l-13 44l-10 966l11 59l12 32l276 435l46 34l4369 1950l594-149l43-6l53-2l58 8l1914 460l60 18l845 410l138 292l24 350l-266 40l-56 23l-53 40l-35 45l-17 42l-18 53l-7 60l0 118l13 144l18 93l843 1752l1043 659l310 910l184 1460l362 963l740 1065l1300-286l2211 928l-493 686l46 246l36 160l54 139l38 74l100 153l245 353l144 193l163 193l1357 2012l2254 1051l-1726 2807l-878 240l-579 912l-57 337l79 463l568 1254l2592 2802l235 696l-1687 1308l-4300 3468l-4205 3424l-166 480l233 1523l-544 976l-3008 3054l-3037 3383l-932 1028l-1958 701l-1914-669l-972-2345l370-778l-383-1860l-1291-1649l-1375-887l-792-504l-1270-3029l500-1369l499-388l34-49l711-1710l-754-1007l-75 41l-135 42l-126 14l-100-4l-58-17l-124-62l-46-30l-103-86l-112-138l-92-175l-100-277l-58-201l2-1977l148-907l191-1009l-803-2144l-220-236l-395 555l172 815l-424 209l-466 147l-3011 44l-1360 8l-572-1512l-256-338l-1343-866l-1412-526l-1411-151l-776-1893l2-13l222-1455l-311-2234l-183-891l-610-594l-240 167l-454-730l-274-809l2530-2080l415 207l273 9l265-209l-667-2373l-472-1147l-456-541l-63-69l-25-64l-218-577l0-4587l57-864l51-234l34-124l182-463l64-130l56-112l208-389l3147-1756l5105-1825l697-137l2424-312l2218 3137l579 1504l239 1159l96 403l30 54l49 79l44 29l183 104l670-256l1948-825l1685-954l805-533z"/>
<path id="7232" d="M-291305 67097l1612 153l-51 73l-212 306l-225 597l1424 2036l52 64l86 76l56 33l88-91l926-1043l84-358l1183 878l2382 1858l368 997l222 1508l57 388l728 1096l1851 1559l1768 1867l575 1547l-16 611l-596 773l-1464 914l-540-345l-682 331l-330 4402l2268 2247l-217 2061l1922 335l333 48l55 6l2631 298l3284 2442l-64 130l-182 463l-34 124l-51 234l-57 864l0 4587l218 577l25 64l63 69l456 541l472 1147l667 2373l-265 209l-273-9l-415-207l-2530 2080l274 809l454 730l240-167l610 594l183 891l311 2234l-222 1455l-2 13l-834-701l-513-166l-527 259l-512 278l-54 185l19 621l-110 489l-3587 1979l-1650-103l-4739 1308l-4641 4016l-312 292l-1566 1043l-106 29l-7 0l-567-24l-1032-62l-91-29l-1722-957l-182-111l-81-57l-56-57l-98-110l-103-147l-1306-1954l-2567-1041l-1275-317l-2019-2357l-2160-1257l-66-73l-1648-1936l-158-186l-35-67l-29-75l-340-1044l-8-43l23-64l32-23l32-13l45-15l58-9l-87-2799l-270-1397l-1183-703l-1216-277l-2 59l-29 42l-45 42l-81 49l-103 59l-122 57l-57 14l-65 1l-58-14l-40-20l-34-33l-28-51l-572-1138l-134-326l-1102-3098l-176-507l64-106l170-393l74-200l28-106l16-86l2-84l0-29l-226-1660l-23-94l-693-1966l-53-144l-47-114l-38-75l-817-1458l-122-989l1600-5071l1548-3251l-42-910l-338-1070l-375-797l-29-92l-5-89l24-67l344-771l51-102l106-187l1576-6l423 95l422 95l121 15l145-22l123-53l395-286l5-4l-125-2595l-722-1335l-57-81l-70-70l-77-54l-135-48l-86-13l-14-2l-86-14l-73-28l-42-28l-16-56l-5-66l21-198l13-101l20-75l580-1067l83-118l58-53l2392-1908l456-205l1602-611l1611-494l2075-1583l-52-96l-38-132l8-124l133-914l1548-2733l1540-440l403 114l368 676l141 233l999 873l485 289l953-805l50-62l503-808l1523-124z"/>
<path id="7233" d="M-262765 64298l356 394l-528 1677l-478 1086l29 757l2855 1060l1216-811l2693 819l563 676l1089 850l749 98l522-142l688-534l67-469l584-1361l1210-715l1217-1148l375-103l1404 43l1457 1796l-1452 1152l-82 65l-1991 1503l-297-138l-282 196l-30 365l1626 1496l53 30l863 301l245-301l148-225l1733 501l1442 818l489 315l76 360l-526 1819l-551 1260l-428 725l-1829 1674l-1105 291l-387-143l12-76l-24-96l-41-72l-553-832l-320-387l-1024-60l-126 30l-1073 1139l-696 1331l-28 77l-28 231l-15 162l1 104l312 5618l877 1954l28 49l-28 4082l36 111l172 434l-805 533l-1685 954l-1948 825l-670 256l-183-104l-44-29l-49-79l-30-54l-96-403l-239-1159l-579-1504l-2218-3137l-2424 312l-697 137l-5105 1825l-3147 1756l-208 389l-56 112l-3284-2442l-2631-298l-55-6l-333-48l-1922-335l217-2061l-2268-2247l330-4402l682-331l540 345l1464-914l596-773l16-611l-575-1547l-1768-1867l-1851-1559l-728-1096l-57-388l-222-1508l-368-997l-2382-1858l-1183-878l-84 358l-926 1043l-88 91l-56-33l-86-76l-52-64l-1424-2036l225-597l212-306l51-73l-738-1113l-733-1529l-865-2907l-226-1399l22-45l849-186l1059-222l2523 2041l770 1257l-318 1468l-581 934l116 400l2329-174l273-230l1197-1206l635-861l1255-1000l5409-1735l1374 1473l146 338l-288 1201l-169 702l1006 1146l995-297l507-932l-28-1242l51-44l79-58l195-106l80-40l102-38l200-66l228-75l1171 1577l636 1374l2571-444l3447-1046l255-58l1394 190z"/>
<path id="7235" d="M-271805 114569l776 1893l1411 151l1412 526l1343 866l256 338l572 1512l1360-8l3011-44l466-147l424-209l-172-815l395-555l220 236l803 2144l-191 1009l-148 907l-2 1977l58 201l100 277l92 175l112 138l103 86l46 30l124 62l58 17l100 4l126-14l135-42l75-41l754 1007l-711 1710l-34 49l-499 388l-500 1369l1270 3029l792 504l1375 887l1291 1649l383 1860l-370 778l972 2345l1914 669l1958-701l932-1028l1285 1039l258 463l-1158 2443l-369 491l-1352 1119l-1201 1165l-1689 704l-233 38l17-389l176-545l280-514l-943-205l-2522-181l-3536 2073l-300 281l-363 2l-1517 455l-654 341l-459 529l-845 1126l-1135 13l-839-390l-1174 603l-1254 1465l-336 397l-2170 1098l-2881 485l-5516 876l-1114 641l-782 1156l-1982-520l-408-769l-675-672l-1721 85l-1276 1065l-548 73l-1511-390l-654-449l-234-575l-701-537l-2956-709l-1164 153l-1141-139l-593-93l-159-52l-526-287l123-245l29-86l19-58l5-17l10-66l7-102l-3-76l-4-36l-21-81l-20-56l-30-45l-30-44l-82-85l-604-521l-647-561l-64-65l-54-81l-28-78l-4-68l2-71l14-72l26-58l1323-2140l127-173l125-145l207-234l80-77l71-43l87-50l15-8l195-43l137-20l144-18l87-8l86-18l65-15l116-40l126-59l67-60l68-68l84-88l1445-1515l42-62l24-38l32-64l96-215l1369-3203l30-83l28-90l19-94l23-136l1-93l0-86l-2-94l-20-65l-22-52l-29-43l-29-37l-56-36l-52-23l-42-16l-108-12l-232 12l-88 3l-86-3l-66-23l-50-25l-37-36l-35-50l-25-56l-9-55l-6-50l5-47l1-7l19-86l28-75l88-160l67-93l79-107l99-103l130-117l86-75l1335-1126l1665-1350l222-71l87-34l63-25l39-16l71-40l87-57l76-59l53-50l1325-1392l0-1605l343-2700l10-73l27-143l31-88l29-71l43-59l74-71l1025-1561l-249-2731l-328-1692l-522-331l-1103-789l-451-472l312-292l4641-4016l4739-1308l1650 103l3587-1979l110-489l-19-621l54-185l512-278l527-259l513 166l834 701zM-283878 133162l-375 435l323 1351l236 453l894 664l2378-1066l197 1868l167 326l2272-58l3729-840l1122-1162l1472-1889l-1501-1488l-938-806l1607-1335l1668-517l75-800l-779-2975l-1314-4337l-58-97l-803-898l-1334 229l-1137 3618l-2354 3477l-2422 1102l228 886l781 199l191 381l-282 353l-602 641l-445 189l-1295-378l-1843 1872l142 602z"/>
<path id="7311" d="M-150147 156600l-177 293l-232 420l-70 204l-65 228l-32 156l-38 323l-9 283l58 358l59 200l74 170l56 128l289 585l-2270-1239l-896 1533l-185 564l-66 590l-33 689l-684 2277l-1849 1207l-2486 466l-1-29l12-2099l33-1614l15-189l37-406l302-2812l1041-19l453 23l523-2l3188-2105l1435-1548l435 257l340 325l743 783z"/>
<path id="7312" d="M-192096 177949l-1255 1256l-565-267l-465-300l-231-180l-738-751l-945-1265l-1863-1910l-802 291l-1242 273l-2957 412l-718-458l-395-624l-257-769l-146-729l-1050-1929l-1010-404l-743-314l-101-1683l897-73l1748-129l630-1142l-208-811l355-2199l1620-802l1239 858l3184-246l1042-4l1555 638l401 941l-8 7l-448 397l-41 641l1164 681l39 14l56 14l183 29l789-64l465-259l585 66l199 310l808 1260l697 3561l-393 933l-316 464l-1591 907l-1746 240l-69 1367l529 904l197 174l769 496l698 339l454-161z"/>
<path id="7313" d="M-172549 194206l785 100l27-204l1194 279l1192 2594l172 1225l88 1037l-172 2081l-196 24l-1244-579l-1058-398l-3117 577l-238 601l-541 569l-1792-19l-828-1168l93-532l904-1290l-1653-1024l-806-480l1953-2850l1215-602l390-134l1932-566l269 333l1431 426zM-186282 186379l207 194l460-51l415-383l302-78l535 230l421 3489l-384 477l-501 69l-954-333l-901-935l-282-323l-180-285l-19-81l123-286l610-432l-2354-61l-1888 778l-121-50l-64-34l-64-67l-44-58l-89-155l-13-31l-25-92l-80-330l-97-3629l3867 83l1127 724l-91 352l84 1298z"/>
<path id="7314" d="M-150234 159948l632 2397l1797 4784l138 275l140 304l86 293l-9 222l-37 165l-80 161l-149 133l-100 53l-94 40l-412 157l-210 87l-166 84l-190 166l-128 227l-61 202l-34 224l12 201l62 166l93 187l47 62l54 71l208 163l199 136l169 81l206 44l234 27l1003-2l-5 141l-140 174l-74 67l-188 105l-3819 782l-1562 229l-543-338l-659-706l367-452l-1067-2114l-871-1066l-1585 632l-641 255l-415 164l-609-221l-657-1135l-153-365l-27-133l-11-176l52-484l728-382l2486-466l1849-1207l684-2277l33-689l66-590l185-564l896-1533l2270 1239z"/>
<path id="7315" d="M-158318 109507l1060 839l416 479l685 903l108 145l221 306l104 144l85 118l356 571l303 619l205 503l128 533l6 738l-1259-491l-3333 395l-1607 2819l-713 1641l231 379l-261 119l-1155-413l-361-377l148-2124l78-228l865-1555l268-214l-87-859l-1855-1218l-2656-1153l-2226 343l-124-178l-186-1054l45-897l559-1244l502-1005l696-35l222 53l890-242l605-565l406-588l583-1052l1-6l44-282l-1044-767l382-15l168 2l437 14l2047 526l260 69l217 107l228 136l61 53l234 204l1070 1042l614 699l248 332l1081 1731z"/>
<path id="7316" d="M-158817 185376l345 268l-1062 345l-3845 865l-3814-135l-28-1051l-98-483l-949-301l-870-224l-1318-24l-869 215l-308 76l-1930-383l-1610-964l-583-190l-3080-194l-1163-1072l-932-513l-288-629l1025-1042l106-67l334-146l274-2l1734 160l2769-485l961-556l322-495l-201-92l895-1794l2370-468l1127-169l431 131l1055 484l1768 1195l570 2232l-143 588l118 662l652 1597l61 83l1038 862l522 275l91 37l1857 722l2666 682z"/>
<path id="7317" d="M-217438 194466l41-573l1163 359l1468-292l235-386l1112-1572l2557 435l751 577l2841-102l1150-348l271 219l71 312l-180 412l-1359 3017l-801 1422l-248 572l-73 312l242 474l-414 674l-64 96l-48 58l-80 48l-3378 1323l-2002-1823l-117-116l-2767-4063l-371-1035z"/>
<path id="7318" d="M-147465 182574l-284 198l-550 461l-172 192l-125 189l-115 208l-99 290l-11 107l-18 189l25 344l16 52l80 255l124 195l221 197l269 147l963 363l239 136l207 167l215 271l128 263l127 391l24 286l-16 144l-17 143l-78 248l-60 136l-1465 719l-1594-1055l-1722-1132l-1258-733l97-973l166-974l-14-530l-2173-1398l449-790l373-655l1559-1731l345-362l947-98l8 204l-8 375l21 316l17 156l967 1769l183 1l1928-377l81 1696z"/>
<path id="7319" d="M-150584 138770l922 677l1079-533l290-74l391 195l-201 363l-222 335l-163 211l-219 186l-255 188l-452 219l-467 170l-1232 296l-121 29l-1205 419l-660 326l-534 373l-453 437l-247 402l-144 413l-95 672l-12 134l36 257l28 191l250 856l1388 4644l138 448l210 431l265 425l282 337l539 497l81 78l49 49l130 131l296 459l79 187l230 837l-713-79l-1445-901l-644-190l-1389-399l-331 17l-448 842l-245 457l-1556 111l-2692 428l-290 323l-1771-535l-756-2920l-360-609l-82-646l325-2058l296-379l2420-462l-316-578l-1671-2047l614-1157l2169-363l1370 520l669 339l1200 360l201 22l446 24l393-1323l360-1582l6-454l214-1958l2926-524l430-63l70 4l463 173l96 230l40 112z"/>
<path id="7320" d="M-231572 196374l-1168-1961l-216-453l-728-2375l32-688l101-289l1207-1719l396-168l677 1068l233-72l1069-1690l536-913l1055-673l383 55l602-196l983-1416l805-2315l-33-279l863 338l796 2950l366 2491l-1607 2354l-329 584l-21 658l414 269l255 134l408 196l-519 795l-2182 1057l-989-154l-14-78l0-73l-1055 164l-1349 512l-127 231l-781 1455l-48 96l-15 105z"/>
<path id="7331" d="M-170333 120543l799 31l1535-293l93-554l1154-85l532 861l623 1032l1048 2506l330 834l-217 477l-453 173l-706 256l-494 98l377 2175l475 319l1790-225l484 172l-137 1394l-296 821l-210 532l485 3289l2955 1338l1484-1071l3124-1807l2564-996l1975-1005l385 766l166 384l225 587l101 421l48 323l87 516l43 128l71 210l221 381l271 254l203 144l139 71l188 45l335 69l359 0l724-61l884-182l386-6l260 67l138 93l106 100l88 149l114 244l16 190l-55 210l-112 229l-127 166l-186 171l-599 549l-1238 1690l-124 312l-391-195l-290 74l-1079 533l-922-677l-40-112l-96-230l-463-173l-70-4l-430 63l-2926 524l-214 1958l-6 454l-360 1582l-393 1323l-446-24l-201-22l-1200-360l-669-339l-1370-520l-2169 363l-614 1157l1671 2047l316 578l-2420 462l-296 379l-325 2058l82 646l360 609l756 2920l-1739 258l-687-1070l336-232l117-83l-233-405l-412-629l-1924-2056l-1208 28l-657 272l-315 85l-481 22l-165-378l611-1608l62-259l-422-1607l-1543-1774l-719 249l-702-765l-672-2343l-3804-652l-2225-852l-1685 1205l-712 254l-833-87l-499-162l-307-384l-22-108l21-587l78-801l-1873-2249l-1167-853l-945-842l12-316l14-295l1017-892l1100-373l21-3784l-517-284l183-884l2683-2312l2429-1141l4336-2346l630-535l-91-550l474-1237l3629-1178l153 256l427 718z"/>
<path id="7332" d="M-162107 154109l1771 535l-165 1409l256 2649l-367 1004l-1026 1370l251 5587l539 2550l197 970l-1544 499l-2197 374l25 872l333 1271l1378-208l694 2574l408 894l293 193l615 495l625 1183l204 791l1273 5648l-273 607l-2666-682l-1857-722l-91-37l-522-275l-1038-862l-61-83l-652-1597l-118-662l143-588l-570-2232l-1768-1195l-1055-484l-431-131l-1127 169l-2370 468l-895 1794l201 92l-322 495l-961 556l-2769 485l-1734-160l-274 2l-334 146l-106 67l-1025 1042l-605 193l-3967 2226l-484 1328l-1127-724l-3867-83l-2657-1113l575-3604l1255-1256l1046-839l3496-1684l874-90l1109 635l422-13l329-269l644-1057l-635-1031l0-927l952-679l1109-523l1669-575l10-465l-347-1331l-163-94l-477 458l-173 311l-320 407l-1324-208l-189-523l-544-1593l-81-1764l70-828l276-234l138-85l191-43l242-18l334 1l131 0l3116-1018l456-449l-166-742l438-573l3233-2960l2266-3351l3423-4755l1066-1119l165 378l481-22l315-85l657-272l1208-28l1924 2056l412 629l233 405l-117 83l-336 232l687 1070l1739-258z"/>
<path id="7333" d="M-186821 135380l-12 316l945 842l1167 853l1873 2249l-78 801l-21 587l22 108l307 384l499 162l833 87l712-254l1685-1205l2225 852l3804 652l672 2343l702 765l719-249l1543 1774l422 1607l-62 259l-611 1608l-1066 1119l-3423 4755l-2266 3351l-3233 2960l-438 573l166 742l-456 449l-3116 1018l-131 0l-782-707l-220-2151l-36-732l-282-865l-515-180l-1685-587l-820 45l-962 159l-684 407l-708 650l-2216 892l-590-53l10-720l483-209l27-595l-354-366l-1731-849l-361-125l-1163-56l-942 347l-342 42l-532-1196l427-682l1001-821l-416-814l-3046-2326l-1432-667l-658 65l-534 187l562-794l1465-3463l469-1424l63-277l-133-690l-573 359l-211-39l-380-205l-542-512l-285-585l902-847l548-433l160-173l79-150l1074-2751l-315-958l-108-303l-306-357l6-608l339-479l573-474l1080-695l1146-1214l37-284l-581-1266l580-554l508-116l2138 807l1506 734l208 86l1042-436l-29-455l721-336l894-341l2480 870l563 762z"/>
<path id="7334" d="M-151608 192282l-585 408l-616 462l-302 285l-264 336l-198 313l-170 385l-92 285l-23 77l-72 423l-12 296l269 49l244-358l339-64l268 80l277 158l-1 334l-29 87l-508 1293l-1168 1957l-1031 2101l-96 240l-40 209l-8 262l64 280l20 55l171 461l26 72l29 173l7 231l-29 214l-81 544l-894 4497l-231 799l-320 615l-256 424l-375 423l-328 352l-71 71l-408 408l-703 775l-117 169l-530 766l-368 711l-287 639l-176 455l-71 219l-113 349l-144 790l-135 879l-39 199l-137 696l-148 384l-683 1517l-57 102l-127 226l-223 271l-408 384l-1119 854l-2271 1592l-143-269l-354-642l-74-86l-32-34l-134-60l-3726-454l-3287-763l-2387-567l-102-43l-1407-830l-123-79l-175-146l542-1979l285-1917l-494-3201l788-1877l1433-863l1592-1550l71-158l-146-1773l31-1349l424 20l3259 585l723 745l940 697l743 534l576 96l106-857l1568-724l1819 15l515-138l-23-2902l-533-1917l-1222-318l-1500 7l-96-2024l-31-657l202-1580l334-77l236-42l194 5l202 37l133 42l166 66l94 15l87-4l82-35l198-1103l-106-2520l-94-699l1018-2900l1014-390l1707-334l90 305l408-108l213-86l196-108l1320-963l101-79l85-93l51-99l32-94l51-89l76-69l96-44l308-103l2434 1423l507 639l76 1192l798 884l438 469l552 588l1625 218z"/>
<path id="7335" d="M-202501 152981l534-187l658-65l1432 667l3046 2326l416 814l-1001 821l-427 682l532 1196l342-42l942-347l1163 56l361 125l1731 849l354 366l-27 595l-483 209l-10 720l590 53l2216-892l708-650l684-407l962-159l820-45l1685 587l515 180l282 865l36 732l220 2151l782 707l-334-1l-242 18l-191 43l-138 85l-276 234l-70 828l81 1764l544 1593l189 523l1324 208l320-407l173-311l477-458l163 94l347 1331l-10 465l-1669 575l-1109 523l-952 679l0 927l635 1031l-644 1057l-329 269l-422 13l-1109-635l-874 90l-3496 1684l-1046 839l-454 161l-698-339l-769-496l-197-174l-529-904l69-1367l1746-240l1591-907l316-464l393-933l-697-3561l-808-1260l-199-310l-585-66l-465 259l-789 64l-183-29l-56-14l-39-14l-1164-681l41-641l448-397l8-7l-401-941l-1555-638l-1042 4l-3184 246l-1239-858l-1620 802l-355 2199l208 811l-630 1142l-1748 129l-897 73l101 1683l743 314l1010 404l1050 1929l146 729l257 769l395 624l718 458l2957-412l1242-273l802-291l1863 1910l945 1265l738 751l231 180l465 300l565 267l-575 3604l179 326l-525 395l-1546 414l-2330 117l-502-611l-134-1279l300-906l-161-420l-225-367l-344-207l-1921-12l-1867 209l-2622 24l-2409-375l-1480-3367l-635-517l-1198 172l-501 125l-573 145l-525 626l-662 1646l-933 850l-618 431l-956 460l-307-181l-253-914l-1012-1306l-451 292l-234 158l-1677 614l-3832-1603l-936-1099l-642-323l569-2234l392-1375l372-919l847-1192l323-67l1079 29l420-249l1193-994l249-470l-358-2356l2166-3927l3105-2007l695-219l1698 247l2469-839l3070-1349l1809-2320l229-1029l-501-403l-894-89l-221-223l939-1437l2066-358l1002-133l239 568z"/>
<path id="7336" d="M-201781 145936l542 512l380 205l211 39l573-359l133 690l-63 277l-469 1424l-1465 3463l-562 794l-239-568l-1002 133l-2066 358l-939 1437l221 223l894 89l501 403l-229 1029l-1809 2320l-3070 1349l-2469 839l-1698-247l-695 219l-3105 2007l-2166 3927l358 2356l-249 470l-1193 994l-420 249l-1079-29l-323 67l-847 1192l-372 919l-392 1375l-569 2234l-1896 714l-5457-3087l24-467l474-426l78-71l-89-632l-227-440l-833-1121l-1382-768l-542-865l-151-470l-293-1205l541-313l63-27l1524-579l871-201l993-942l383-912l-571-857l-1198-374l192-2247l116-511l-113-2972l-112-1347l323-306l138-75l160-50l1853-357l645-511l1179-1048l949-1218l1114-1381l962-304l804-88l352 269l496 381l937 383l809 126l1113-185l254-220l160-366l204-1684l-448-754l-765-2925l39-811l16-73l34-50l1444-1642l275-276l428-195l1352-239l383-59l601 111l2513-916l-109-1455l305-994l1183 635l908 1110l646 727l2731 840l2448-423l643-284l691-1250l231-229l71-44l70-29l65-8l124 31l894 1569l-220 2166l-596 1058l-280 181l-122 149l-369 1092l95 371l92 334l64 142l72 120l127 43l277 71l1013-403l1904-1327z"/>
<path id="7337" d="M-180931 181611l932 513l1163 1072l3080 194l583 190l1610 964l1930 383l308-76l869-215l1318 24l870 224l949 301l98 483l28 1051l3814 135l3845-865l1062-345l-97 1530l-32 94l-51 99l-85 93l-101 79l-1320 963l-196 108l-213 86l-408 108l-90-305l-1707 334l-1014 390l-1018 2900l94 699l106 2520l-198 1103l-82 35l-87 4l-94-15l-166-66l-133-42l-202-37l-194-5l-236 42l-334 77l-202 1580l31 657l96 2024l1500-7l1222 318l533 1917l23 2902l-515 138l-1819-15l-1568 724l-106 857l-576-96l-743-534l-940-697l-723-745l-3259-585l-424-20l-31 1349l146 1773l-71 158l-1592 1550l-1433 863l-788 1877l494 3201l-285 1917l-542 1979l-241-664l-64-103l-797-847l-86-77l-107-72l-3680-1720l-3734-3110l-967-289l-537 1162l-123 245l-94 122l-145 102l-518 232l-453-516l26-506l-336-819l-702 178l-259-1421l-167-1985l192-675l350-126l620 209l692-88l193-647l41-578l-63-1455l-635-247l-1557 72l-962 235l-418-56l-41-6l-590-1739l-9-726l415-1553l330-507l677 145l5 554l1134 850l291-89l445-592l557-1095l596-1487l364-3336l35-723l-776-2264l-158-404l-1668-1855l-100-95l-133-87l-147-73l-1675-820l-440 214l-204 117l-168 156l-123 118l-121 142l-118 190l-410 180l-144-261l255-1869l307-419l159-129l174-93l851-169l236 201l448-28l713-493l294-483l80 330l25 92l13 31l89 155l44 58l64 67l64 34l121 50l1888-778l2354 61l-610 432l-123 286l19 81l180 285l282 323l901 935l954 333l501-69l384-477l-421-3489l-535-230l-302 78l-415 383l-460 51l-207-194l-84-1298l91-352l484-1328l3967-2226l605-193l288 629zM-172549 194206l-1431-426l-269-333l-1932 566l-390 134l-1215 602l-1953 2850l806 480l1653 1024l-904 1290l-93 532l828 1168l1792 19l541-569l238-601l3117-577l1058 398l1244 579l196-24l172-2081l-88-1037l-172-1225l-1192-2594l-1194-279l-27 204l-785-100z"/>
<path id="7338" d="M-150583 154035l505 1301l-69 1264l-743-783l-340-325l-435-257l-1435 1548l-3188 2105l-523 2l-453-23l-1041 19l-302 2812l-37 406l-15 189l-33 1614l-12 2099l1 29l-728 382l-52 484l11 176l27 133l153 365l657 1135l609 221l415-164l641-255l1585-632l871 1066l1067 2114l-367 452l659 706l543 338l1562-229l3819-782l188-105l74-67l140-174l5-141l658-9l147-2l269-3l355 46l311 95l232 114l251 191l50 77l81 126l96 340l9 67l-21 195l-90 328l-725 2030l-121 896l277 1758l48 433l-2 361l-10 372l-33 343l-47 269l-42 202l-79 269l-73 243l-29 96l-128 380l-247 483l-236 375l-225 310l-295 330l-292 269l-293 218l-167 123l-238 169l-32 22l-81-1696l-1928 377l-183-1l-967-1769l-17-156l-21-316l8-375l-8-204l-947 98l-345 362l-1559 1731l-373 655l-449 790l2173 1398l14 530l-166 974l-97 973l1258 733l1722 1132l1594 1055l-3771 3417l-1625-218l-552-588l-438-469l-798-884l-76-1192l-507-639l-2434-1423l-308 103l-96 44l-76 69l-51 89l97-1530l-345-268l273-607l-1273-5648l-204-791l-625-1183l-615-495l-293-193l-408-894l-694-2574l-1378 208l-333-1271l-25-872l2197-374l1544-499l-197-970l-539-2550l-251-5587l1026-1370l367-1004l-256-2649l165-1409l290-323l2692-428l1556-111l245-457l448-842l331-17l1389 399l644 190l1445 901l713 79z"/>
<path id="7339" d="M-194955 100044l-103 595l9 341l78 302l173 328l215 294l2884 2754l2001 1502l217 224l173 268l103 319l60 269l40 319l237 1924l138 518l224 362l311 277l371 189l632 139l4199-184l1695-326l230-90l98-39l368-186l12150-4672l2149-788l938-76l1044 767l-44 282l-1 6l-583 1052l-406 588l-605 565l-890 242l-222-53l-696 35l-502 1005l-559 1244l-45 897l186 1054l124 178l2226-343l2656 1153l1855 1218l87 859l-268 214l-865 1555l-78 228l-148 2124l361 377l1155 413l261-119l-231-379l713-1641l1607-2819l3333-395l1259 491l791 2573l32 238l-12 263l-93 471l-200 540l-201 397l-109 215l-121 303l-169 483l-55 243l-48 306l-19 288l20 300l36 226l56 266l128 300l112 228l236 424l150 252l173 158l205 98l449 132l314 87l210 64l309 157l233 136l163 167l121 204l34 144l16 122l2 144l-28 173l-77 367l-327 1106l-163 517l-89 440l-12 318l42 223l398 703l77 113l75 110l963 1411l-1975 1005l-2564 996l-3124 1807l-1484 1071l-2955-1338l-485-3289l210-532l296-821l137-1394l-484-172l-1790 225l-475-319l-377-2175l494-98l706-256l453-173l217-477l-330-834l-1048-2506l-623-1032l-532-861l-1154 85l-93 554l-1535 293l-799-31l-427-718l-153-256l-3629 1178l-474 1237l91 550l-630 535l-4336 2346l-2429 1141l-220-915l849-1522l-1292-2344l-423-648l-812 468l-1051-560l-81-456l-76-877l-140-1013l-199-915l-798-2153l-1677-713l-2068-872l-148 21l-1529 575l-794 421l-900-452l398-1452l310-1044l-2779-3312l-763-819l-156-86l-1084-419l-337 93l-1773-1208l-635-461l-2259-2081l-24-267l310-510l257-378l1529-1668l826-679l981-524l1295-610l2063-899l565 1767z"/>
<path id="7340" d="M-193926 182809l2657 1113l97 3629l-294 483l-713 493l-448 28l-236-201l-851 169l-174 93l-159 129l-307 419l-255 1869l144 261l410-180l118-190l121-142l123-118l168-156l204-117l440-214l1675 820l147 73l133 87l100 95l1668 1855l158 404l776 2264l-35 723l-364 3336l-596 1487l-557 1095l-445 592l-291 89l-1134-850l-5-554l-677-145l-330 507l-415 1553l9 726l590 1739l41 6l418 56l962-235l1557-72l635 247l63 1455l-41 578l-193 647l-692 88l-620-209l-350 126l-192 675l167 1985l259 1421l702-178l336 819l-26 506l-1256-389l-84 14l-63 20l-71 39l-405 258l-487 391l-115 132l-194 287l-328 483l-906-319l-1701-1390l-1101-941l-79-77l-45-83l-118-371l-52-91l-105-85l-1055-469l-1282 857l-132 137l-78 135l-142 257l-300 537l-89 90l-98 54l-207 48l-412 43l-1848 58l-2881-1220l-1290 926l-3093-1180l-63-2048l-1974-1118l-147-48l-201-17l-2107 233l-231-11l-205-46l-208-90l-211-122l-281-195l-341-307l-1290-1246l-543-986l-1710-3295l691-1747l46-436l-871-1579l-3516-1864l-4627 794l-1226 328l-152 1553l-2940-3518l15-105l48-96l781-1455l127-231l1349-512l1055-164l0 73l14 78l989 154l2182-1057l519-795l-408-196l-255-134l-414-269l21-658l329-584l1607-2354l-366-2491l-796-2950l-863-338l-606-372l1241-1794l99-492l66-529l22-2454l936 1099l3832 1603l1677-614l234-158l451-292l1012 1306l253 914l307 181l956-460l618-431l933-850l662-1646l525-626l573-145l501-125l1198-172l635 517l1480 3367l2409 375l2622-24l1867-209l1921 12l344 207l225 367l161 420l-300 906l134 1279l502 611l2330-117l1546-414l525-395l-179-326zM-217397 193893l-41 573l371 1035l2767 4063l117 116l2002 1823l3378-1323l80-48l48-58l64-96l414-674l-242-474l73-312l248-572l801-1422l1359-3017l180-412l-71-312l-271-219l-1150 348l-2841 102l-751-577l-2557-435l-1112 1572l-235 386l-1468 292l-1163-359z"/>
</g><g>
<path id="8111" d="M-92149 238552l-626 503l273 1564l1379 3699l906 111l1354 340l1802 1425l-88 410l-725 121l-1799 599l-356 1198l-1154 1533l-737 323l-731 296l-563 151l-1339 476l-152 585l811 985l801 756l826 2099l-2121 504l-397 6l-399-9l-291-41l-291-68l-251-73l-399-164l-95-344l-1142-803l-171-85l-309-113l-402-131l-237-73l-714-196l-441-99l-322-33l-191 6l-487 73l-339 33l-276 0l-290-46l-527-139l-408-144l-345-88l-398-141l-393-167l-289-168l-167-141l-450-450l-2460-2526l-89-161l-26-206l492-379l1530-935l582 232l83 22l939-3184l-209-1621l29-2504l122-1596l133-125l119-96l181-131l665 1007l1023 679l1709-605l321-2016l1402-1042l489 481l920 216l747 9l1276-302l1615-211l1067 914z"/>
<path id="8115" d="M-105362 248425l-1530 935l-492 379l26 206l89 161l2460 2526l450 450l167 141l289 168l393 167l398 141l345 88l661 1941l936 1651l1117 1119l170 191l664 761l162 245l754 1199l552 991l27 69l81 216l-592 898l-395 302l-1008 1019l62 1037l-1303 224l-1072-1601l-711-765l-933 128l-640 1452l-253 1152l-362 1113l-248-16l-294-184l-517-463l-546-85l-274 25l-990 767l-1547 673l-1737-667l-1724-277l-1570-19l-4474 2558l-2067 2728l-521 2355l-787 2277l-413 108l-669-262l-2425-1192l-477-476l-190-748l-1297-487l-137 140l-434-19l-551-261l-98-578l204-1588l96-1240l-760-4536l172-836l834 0l2375 968l638-1565l-227-1739l-499-70l-52-329l57-969l709-2260l2804-2690l758-284l327 146l908-1413l963-3197l-3573-3683l-968-762l-900-951l364-482l245-294l1718-1776l323-120l562-94l347 755l1510 41l1809-1246l610-1285l37-312l-296-849l-76-20l-778-735l1122-2636l143-271l185-191l234-156l413-154l1269-311l443-119l1856 1390l36 811l-323 772l462 743l458 227l679 269l1580 435l1491-223l1108 407l733 1238l-386 2366l2 1095l438 1967l114 322l44 81l39 52l66 44l919 595l48 31l61 30z"/>
<path id="8116" d="M-80125 246929l234 985l194 328l252-24l720-697l563-791l692-229l662 290l1654 767l1235 719l627 979l552 393l-538 1035l-683 1186l-310 828l-263 2015l97 2584l386 1232l1125 1482l1071 2l1223-300l983 623l1460 3353l1115 971l211 256l224 320l-23 2151l-207 1800l-352 463l-794 144l-841 856l-497 1035l97 428l1534 1042l-719-94l-316 103l-1407 1125l-1166 1028l-1916 40l-2277 17l855-1102l58-154l-221-369l-1675-1270l-977-302l-1768 263l-348 297l-280 597l-1493 213l-585 20l-1518-64l-3406-878l-647-866l429-936l184-1291l1-465l-15-149l-19-87l-38-67l-94-97l-535-474l-814 314l-483 1386l-862 0l-4398-147l-768-275l-450-443l-1286-2674l-719-922l-2181-6l-62-1037l1008-1019l395-302l592-898l-81-216l-27-69l-552-991l-754-1199l-162-245l-664-761l-170-191l-1117-1119l-936-1651l-661-1941l408 144l527 139l290 46l276 0l339-33l487-73l191-6l322 33l441 99l714 196l237 73l402 131l309 113l171 85l1142 803l95 344l399 164l251 73l291 68l291 41l399 9l397-6l2121-504l-826-2099l-801-756l-811-985l152-585l1339-476l563-151l731-296l737-323l1154-1533l356-1198l1799-599l725-121l384 362l1219 766l3241-375l504-76l6-733l-352-677l639-633l738 510l451 630l194 551z"/>
<path id="8117" d="M-64218 247024l624 210l2098 53l734-193l745-320l1500-187l2410 299l501 217l621 1390l2958 3618l1081 1118l860-531l1370-561l553 65l1488 854l1344 785l1339-155l454-983l-55-504l-167-68l-334 523l-551 9l-788-1426l-16-956l1-505l445-58l3211 1209l61 590l575 401l1725 754l479 40l1264-224l494 1468l-186 995l-624 134l-1144 1959l108 730l-23 792l-554 501l-1192 561l-375-139l-647-305l-418 690l-427 1357l20 1300l296-6l43-275l263 0l1123 412l-116 424l-1401 222l-2457 776l-192 752l-468 1316l-819 1566l-3346 2834l-1135 783l-1213-127l-1116-251l-180-646l-3346 241l-1017 675l-1682 1898l-378 621l-566 999l-397 314l-1476-184l-1846-1461l-1292-227l-1578-125l-341 5l-225 313l-204-224l-1534-1042l-97-428l497-1035l841-856l794-144l352-463l207-1800l23-2151l-224-320l-211-256l-1115-971l-1460-3353l-983-623l-1223 300l-1071-2l-1125-1482l-386-1232l-97-2584l263-2015l310-828l683-1186l538-1035l-552-393l580-726l407-230l1274 583l458 516l1210 515l1751-213l426-1198l-41-219l-44-90l-54-38l-1032-949l316-918l921-76l2902 811z"/>
<path id="8118" d="M-79161 216392l-1257 409l-1182-325l-74-280l8-495l153-578l213-63l1711-419l291 629l137 1122zM-96068 218051l3696 1081l762-339l1240-605l1675-430l3497-725l857-59l2260 94l100 481l1555-106l10 312l-63 338l-1091 1496l-824-6l-915 351l-2490 1656l-127 327l995 291l607 69l948 1144l321 425l185 264l287 528l-167 454l-114 178l-2752 1771l-1951-87l-85 347l863 1524l314 352l922-72l1073-86l2041 1861l185 220l-223 640l-1125 524l-739-260l-937-291l-608 108l-955 476l-1387 1991l347 1019l-229 642l-406 754l-78 78l-1824 387l-1461 991l-270 393l-1067-914l-1615 211l-1276 302l-747-9l-920-216l-489-481l-1402 1042l-321 2016l-1709 605l-1023-679l-665-1007l-181 131l-119 96l-133 125l-122 1596l-29 2504l209 1621l-939 3184l-83-22l-582-232l-61-30l-48-31l-919-595l-66-44l-39-52l-44-81l-114-322l-438-1967l-2-1095l386-2366l-733-1238l-1108-407l-1491 223l-1580-435l-679-269l-458-227l-462-743l323-772l-36-811l-1856-1390l-443 119l-344-587l-443-1274l-1178-4570l243-1578l35-181l42-217l942 80l550 212l136 73l117 127l835 7l527-338l98-77l-126-1937l-947-3989l-853-1516l-1039-1215l-641-605l-1018-665l-427-784l688-247l1557-103l2592 403l1698 366l1608 847l1867 748l3614-400l-127-1008l-282-460l560-745l2913-1747l46-22l1139-286l575 198l415 614l63 70l226 215l3501 2750z"/>
<path id="8119" d="M-59036 225971l-438 1262l-738 912l-477 462l739 1152l290 395l1265 1713l304 137l692-562l1739 1388l66 60l40 73l120 356l408 1296l978 3631l360 1908l24 133l-5 143l-85 159l-214 305l-727 626l-2440 1250l-288-300l-233-323l-115-261l-1573-475l-2507 26l-1136 511l-118 107l769 1044l-492 1322l-259 241l-896 270l-714 500l-18 1056l497 536l-2902-811l-921 76l-316 918l1032 949l54 38l44 90l41 219l-426 1198l-1751 213l-1210-515l-458-516l-1274-583l-407 230l-580 726l-627-979l-1235-719l-1654-767l-662-290l-692 229l-563 791l-720 697l-252 24l-194-328l-234-985l-194-551l-451-630l-738-510l-639 633l352 677l-6 733l-504 76l-3241 375l-1219-766l-384-362l88-410l-1802-1425l-1354-340l-906-111l-1379-3699l-273-1564l626-503l270-393l1461-991l1824-387l78-78l406-754l229-642l-347-1019l1387-1991l955-476l608-108l937 291l739 260l1125-524l223-640l-185-220l-2041-1861l-1073 86l-922 72l-314-352l-863-1524l85-347l1951 87l2752-1771l114-178l167-454l-287-528l-185-264l-321-425l-948-1144l-607-69l-995-291l127-327l2490-1656l915-351l824 6l1091-1496l63-338l-10-312l8-642l1257-409l354 140l817-278l658-322l-114-261l-266-359l13-314l80-208l112-198l83-123l758-720l142-75l246-89l1612-213l1700-167l2357 1977l550 278l2612 616l188-247l595-173l159-21l117-6l122 13l224 56l207 62l305 97l593 349l127 92l-3 200l-203 3009l398 1788l1200 138l2224 1899l298 1165l862 979l998 495z"/>
<path id="8121" d="M-106079 199358l86-108l4580-312l67-370l160-277l296-220l888 53l1577 115l787 211l281 331l1391 1251l213 29l1952 526l3187 2776l1105 2168l273 640l177 631l380 1371l59 591l-2492 997l-2624-191l-1675 380l-1251 1007l-988 80l-226-138l-154-114l-229-262l-137-236l-1355-2628l12-635l584-275l1355-1233l133-749l-3239-2226l-4186-2648l-987-535z"/>
<path id="8125" d="M-76675 181254l1425 1248l109 1724l526 1780l1882 1039l733-157l474 40l311 386l-367 768l-1102 396l-2261 589l-1748 299l-458 136l-556 791l-443 1658l-132 630l-199 1031l-71 1224l336 1754l177 18l208 4l156-9l70-14l178-107l57-17l57-6l90 6l102 28l130 58l290 226l63 74l291 438l-2043 2366l-423 393l-482 171l-732-513l-894-34l-700 214l-583 408l-1576 1934l-149 387l2697 2507l750 304l403 104l758-265l865-374l506 1072l1204 2618l-60 201l-401-63l-256 191l-114 535l-67 691l260 628l3525-1379l179-547l-64-683l-154-230l-490-646l361-857l573-83l1014 638l67 93l204 318l145 238l470 1589l547 606l-1072 299l-730 242l-353 607l196 2236l-1700 167l-1612 213l-246 89l-142 75l-758 720l-83 123l-112 198l-80 208l-13 314l266 359l114 261l-658 322l-817 278l-354-140l-137-1122l-291-629l-1711 419l-213 63l-153 578l-8 495l74 280l1182 325l-8 642l-1555 106l-100-481l-2260-94l-857 59l-3497 725l-1675 430l-1240 605l-762 339l-3696-1081l-3501-2750l-226-215l-63-70l-415-614l-575-198l-1139 286l-46 22l-2913 1747l-560 745l282 460l127 1008l-3614 400l-1867-748l-1608-847l-1698-366l-2592-403l-1557 103l-688 247l217-2315l118-233l1034-2464l136-1437l-11-295l-279-1919l-830-1420l-356-590l-1148 749l-2124 49l-195-289l-497-3335l-20-760l169-891l305-509l3-7l68-282l108-1084l-321-508l1833 1356l1267 915l512-51l180-18l1682-726l-226-510l-339-1373l-77-395l1504-353l1724-344l1944-406l2453-2686l3894-4398l-49-489l-331-399l-825-1347l1701 591l85 882l1314 717l3389 841l200 5l2366-119l87-244l148-506l502-1939l7-179l-3-169l-44-316l-53-151l-115-281l-23-44l246-1696l4-27l228-496l53-13l2126 101l974 428l1795 1616l642 852l1475-831l158-974l535-1315l1748-1605l1222-1112l104-747l-63-368l-28-1067l17-126l94-202l526-683l163-150l256-124l240-71l244-1l242 65l159 93l140 129l477 712l181 221l1022 1185l1124 385l3465 583l1393-690zM-105993 199250l-86 108l987 535l4186 2648l3239 2226l-133 749l-1355 1233l-584 275l-12 635l1355 2628l137 236l229 262l154 114l226 138l988-80l1251-1007l1675-380l2624 191l2492-997l-59-591l-380-1371l-177-631l-273-640l-1105-2168l-3187-2776l-1952-526l-213-29l-1391-1251l-281-331l-787-211l-1577-115l-888-53l-296 220l-160 277l-67 370l-4580 312z"/>
<path id="8126" d="M-46767 181176l107 501l-87 1106l-518 3131l-615 1991l827 449l90 1095l-2080 3214l-1028 798l-1729 208l-1859 572l-222 219l-138 137l-65 148l57 112l436 147l42 427l36 1642l-992 2376l-471 922l-1559-135l-527 25l-1426 554l-58 121l-638 1387l70 693l-25 317l-1545 2778l-539 558l-474 170l-3231-238l-656-430l-1524 811l376 757l841 716l392 233l388-264l406 206l-4 1175l-303 407l-445-9l-782-317l-1499-1742l-119-245l-523-663l-734-227l-483 110l-749 1019l-321 504l13 424l558 456l13 711l-200 128l-144 90l-580-630l-547-606l-470-1589l-145-238l-204-318l-67-93l-1014-638l-573 83l-361 857l490 646l154 230l64 683l-179 547l-3525 1379l-260-628l67-691l114-535l256-191l401 63l60-201l-1204-2618l-506-1072l-865 374l-758 265l-403-104l-750-304l-2697-2507l149-387l1576-1934l583-408l700-214l894 34l732 513l482-171l423-393l2043-2366l-291-438l-63-74l-290-226l-130-58l-102-28l-90-6l-57 6l-57 17l-178 107l-70 14l-156 9l-208-4l-177-18l-336-1754l71-1224l199-1031l132-630l443-1658l556-791l458-136l1748-299l2261-589l1102-396l367-768l-311-386l-474-40l-733 157l-1882-1039l-526-1780l-109-1724l-1425-1248l-172-891l392-2063l1323-571l687 733l76 458l2369 1154l190 16l4112 67l388-109l1475-1652l-115-1038l-58-35l-304 192l-422-171l-615-1220l-57-517l538-292l1876-844l658-98l1235 171l650 215l69 1203l5086 1141l3560 398l1879 76l3172 688l1164 1686l752 1225z"/>
<path id="8127" d="M-28166 179465l-308 613l-367 3867l146 657l369 1042l741 423l1350-159l282 701l188 478l-979 1213l28 413l165 603l237 491l318 474l753 798l-304 1218l-1063 712l-1026 1682l274 5206l358 633l944-36l953 298l5071 3553l1673 1409l468 1274l42 611l-291 622l-300-81l-1583 754l-1514 2428l236 212l378 189l1004 466l190 66l636-259l882-14l917 3454l-460 209l-387 78l-845 195l-1356 969l-907 696l-825 103l-852-663l301-808l-15-175l-326-519l-1205 109l-151 57l-2577 1529l-1072 776l-159 109l-1947-637l-66-134l-19-172l3-108l-76-159l-5074 363l-1736 261l-315-290l-530-60l-267 220l-232 308l1263 4152l27 81l33 92l323 727l638 848l-1922 704l-115 16l-762 190l-3768 1159l-497 307l-816 1249l-146 619l198 171l59 412l-549 1234l-642 795l-521 410l-2776 283l-390 20l-468-920l-625-1573l-1664-426l-2702-986l-862-487l-695-690l-1657-103l-1607-46l-998-495l-862-979l-298-1165l-2224-1899l-1200-138l-398-1788l203-3009l3-200l-127-92l-593-349l-305-97l-207-62l-224-56l-122-13l-117 6l-159 21l-595 173l-188 247l-2612-616l-550-278l-2357-1977l-196-2236l353-607l730-242l1072-299l580 630l144-90l200-128l-13-711l-558-456l-13-424l321-504l749-1019l483-110l734 227l523 663l119 245l1499 1742l782 317l445 9l303-407l4-1175l-406-206l-388 264l-392-233l-841-716l-376-757l1524-811l656 430l3231 238l474-170l539-558l1545-2778l25-317l-70-693l638-1387l58-121l1426-554l527-25l1559 135l471-922l992-2376l-36-1642l-42-427l-436-147l-57-112l65-148l138-137l222-219l1859-572l1729-208l1028-798l2080-3214l-90-1095l-827-449l615-1991l518-3131l87-1106l-107-501l794-194l1425 65l1850 134l1097 495l86 305l441 1082l1816-881l1740-1555l1220 283l1948 292l1066-117l-312-857l295-733l775-642l1152-291l2358-163l528 522l322 544z"/>
<path id="8128" d="M-61068 135253l-376 228l-626 2531l28 237l-198 2286l-281 1722l-456 1076l-60 435l529 599l1423 1168l1621-646l89-1090l115-1473l2303-1181l114 61l186 727l18 1019l60 232l874 2422l583-14l1034-877l102-448l1-6l-29-409l145-710l14-60l1137-968l1612-1260l372 379l2534 2694l610 2205l14 170l-570 117l-92 125l-502 728l-152 728l649 1916l187 252l242 145l308 115l899 149l657 1566l217 691l33 417l6 1286l-1406 3361l-743 908l-2103 1354l168 203l2292 877l1131 131l513-994l-87-1355l767-1185l1754-842l926 74l890 2860l120 1176l-44 1484l-115 3005l-15 130l-631 861l-187 743l1167 987l1835 365l4019-231l237-51l264-128l103-54l3028-3687l-15-58l-653-146l-600-468l-350-407l-29-83l2304-1713l1046 165l562 1371l-1026 583l-41 629l504 892l2395 993l-108 2769l170 699l-994 1038l-545 656l-195 1128l1198 797l499-390l1078 662l2052 4693l-72 544l-1163 703l-1328-468l-1044 347l-322-544l-528-522l-2358 163l-1152 291l-775 642l-295 733l312 857l-1066 117l-1948-292l-1220-283l-1740 1555l-1816 881l-441-1082l-86-305l-1097-495l-1850-134l-1425-65l-794 194l-752-1225l-1164-1686l-3172-688l-1879-76l-3560-398l-5086-1141l-69-1203l-650-215l-1235-171l-658 98l-200-507l-786-967l-2518-967l-901-169l-389 274l-1061 338l-868 250l-326-1370l439-753l394-1311l-449-910l-1330-646l-57-248l1660-2350l358-52l418-129l1105-1191l396-759l-178-314l-552-298l-238-79l-657-132l-1290-3821l-287-1845l449-1035l259-362l175-231l622 244l245 98l94 80l122 104l313 38l293-391l1197-2281l-73-1074l-726-983l-1454-474l-783 346l-2302-241l-1507-568l-318-289l-26-631l-536-203l-1456-439l-259-65l-555-35l-79-17l-240-112l-444-419l-160-158l-50-315l210-307l466-606l204-256l588-631l177-364l164-572l-574-1994l-979-1671l-940-241l-413 527l80 1850l-50 252l-121 106l-442 205l-452 47l-761-42l-347-362l-631-1122l299-342l148-115l145-57l704-127l704-294l169-273l-683-340l-1721-366l-405 35l-413 252l-156 50l-226 0l-1858-785l-158-278l1395-2794l90-131l158-117l228-63l2935-270l2025 271l116 2l105-47l810-622l381-381l2468 477l1318 631l879-1289l178-242l88-114l151-158l116-64l251-56l1125-101l205 24l108 32l231 189l167 184l120 153l87 170l26 137l-7 186l-26 121l-3 9l-77 216l-61 271l-59 271l8 260l42 170l55 143l156 229l238 223l165 70l228 50l1908-401l5535-2218l942-402l685-324l222 1277z"/>
<path id="8135" d="M-5580 250700l1063 717l1811 1840l776 986l521 763l454 1014l353 1185l-1979 1720l-1117 507l-2879 542l-179-717l1217-1440l741-713l213-452l-29-317l-16-97l-143-181l-234-189l-1352-67l-428 48l-1115 1082l-77 187l-11 131l43 746l-189 1262l-1965 1532l-785-58l-367-1286l221-3l126-39l-321-1234l-87-189l-579-884l-267-308l-156-87l-195-44l-145 0l-160 34l-1206 303l-411 226l-829-743l-1119-1029l-618-194l-932 2545l-174 1746l77 145l988 1822l1899 1873l2064 2380l-232 572l-791-130l-534-14l-351 127l-220 1542l917 751l298 739l312 2342l-79 3255l-121 380l-1074 666l-1582 102l-3364 626l-213 27l-568-276l-374-415l-60-160l23-149l155-496l-122-894l-33-193l-2026-2814l-70-76l-75 51l-386 714l-54 88l-75 60l-214 99l-123 27l-195-12l-88-12l-1618-441l-1963-566l-923-1188l-658-813l-164-164l-2294-932l-1501-1647l-417-575l-878 31l-667 58l-1049 215l-881 747l-750 135l-650 97l-711-20l-166-1070l-458-2162l-186-704l-717-208l116-424l-1123-412l-263 0l-43 275l-296 6l-20-1300l427-1357l418-690l647 305l375 139l1192-561l554-501l23-792l-108-730l1144-1959l624-134l186-995l-494-1468l606 86l1493-722l160-294l-7-247l-488-1576l175-593l175-362l178-212l184-160l209-104l202-39l306-8l444 49l109 77l618 790l106 823l-224 320l828 91l962-124l1863-650l1525-657l121-75l1709-1552l1180-869l-494 1011l453 1218l140 250l932 1192l351 49l331-1859l20-1260l2520-707l279-34l216 54l240 295l758 855l1219 1126l3039 1712l1354 851l541 782l44 88l128 37l1610 93l1086 38l4906-1571z"/>
<path id="8136" d="M-22930 217063l852 663l825-103l907-696l1356-969l845-195l387-78l-347 1121l-174 743l43 304l145 80l975-666l4979 1480l1106 442l2384 3194l2093 2456l-509 209l-107 151l135 796l385 5l1152 659l1352 1715l582 755l399 2009l13 420l-246 6313l-413 5217l-1070 4119l-281 560l-654-188l-267 2725l265 209l238 187l-4906 1571l-1086-38l-1610-93l-128-37l-44-88l-541-782l-1354-851l-3039-1712l-1219-1126l-758-855l-240-295l-216-54l-279 34l-2520 707l-20 1260l-331 1859l-351-49l-932-1192l-140-250l-453-1218l494-1011l-1180 869l-1709 1552l-121 75l-1525 657l-1863 650l-962 124l-828-91l224-320l-106-823l-618-790l-109-77l-444-49l-306 8l-202 39l-209 104l-184 160l-178 212l-175 362l-175 593l488 1576l7 247l-160 294l-1493 722l-606-86l-1264 224l-479-40l-1725-754l-575-401l-61-590l-3211-1209l-445 58l-1 505l16 956l788 1426l551-9l334-523l167 68l55 504l-454 983l-1339 155l-1344-785l-1488-854l-553-65l-1370 561l-860 531l-1081-1118l-2958-3618l-621-1390l-501-217l-2410-299l-1500 187l-745 320l-734 193l-2098-53l-624-210l-497-536l18-1056l714-500l896-270l259-241l492-1322l-769-1044l118-107l1136-511l2507-26l1573 475l115 261l233 323l288 300l2440-1250l727-626l214-305l85-159l5-143l-24-133l-360-1908l-978-3631l-408-1296l-120-356l-40-73l-66-60l-1739-1388l-692 562l-304-137l-1265-1713l-290-395l-739-1152l477-462l738-912l438-1262l1607 46l1657 103l695 690l862 487l2702 986l1664 426l625 1573l468 920l390-20l2776-283l521-410l642-795l549-1234l-59-412l-198-171l146-619l816-1249l497-307l3768-1159l762-190l115-16l1922-704l-638-848l-323-727l-33-92l-27-81l-1263-4152l232-308l267-220l530 60l315 290l1736-261l5074-363l76 159l-3 108l19 172l66 134l1947 637l159-109l1072-776l2577-1529l151-57l1205-109l326 519l15 175l-301 808z"/>
<path id="8211" d="M-171829 238075l870-843l596-94l3391 2627l1621 1293l1685 1816l1260 2020l120 2109l1575 1746l410 1156l-146 2733l-414 605l-1178 1618l-1828 1741l-2405 204l-364-78l-522-472l-759-2713l-1855-2314l-3216-454l-162 405l-942-419l-1465-849l-93-378l383-445l2326-1097l62-25l84 7l762 221l428 77l246 13l230-5l1093-51l968-961l189-486l-122-635l-419-540l-1976-1987l-375-1806l160-161l2086-3494l-372-577l-1230 88l-702 405z"/>
<path id="8212" d="M-143584 225541l-63 147l-592-125l-539 171l-874 967l-802 358l-540 22l-1535-101l-802-203l-1579-587l-1844-1504l-2461-1951l-2525-728l-1590-267l-723 25l-2067-134l-448-581l408-384l223-271l127-226l57-102l683-1517l148-384l137-696l39-199l135-879l144-790l113-349l71-219l176-455l287-639l368-711l530-766l117-169l703-775l408-408l539 1016l4013 488l602-557l1149 135l810 1494l346 527l325 428l273 274l604 531l792 438l423-411l296-1238l24-155l7-95l1213 1186l1600 1927l87 509l-87 1073l-671 1563l-282 296l323 3276l436 156l469 169l1161 733l-342 667z"/>
<path id="8215" d="M-162120 221631l2067 134l723-25l1590 267l2525 728l2461 1951l1844 1504l1579 587l802 203l1535 101l540-22l802-358l874-967l539-171l592 125l-48 138l-200 753l442 1353l858 561l-103 887l-1357 1700l-721 2788l-475 1078l-141 273l-68 89l-75 68l-581 513l-1196 590l-1875 984l706 1852l394 420l736 562l-767 19l-3534-19l-969-1225l-287-645l-18-902l-265-1055l-555-679l-2086 323l-1126 400l-271 657l-767-302l-1818-801l-702-313l-477-498l-1181-2935l650-2714l1494-1105l1184 16l1183 16l443-1322l-3198-1702l-1057 226l43-283l11-75l-1665-297l-854-588l-69-57l-53-93l-18-89l0-93l42-918l351-1340l1119-854l448 581zM-140383 192151l3268 1546l855-188l1450 435l826 261l526 488l594 485l1918 290l483-554l1201-680l846 944l1007 1198l59 234l-276 66l315 1186l569 373l1708 543l1674 41l1016 499l321 508l-108 1084l-68 282l-3 7l-305 509l-169 891l20 760l497 3335l195 289l2124-49l1148-749l356 590l830 1420l279 1919l11 295l-136 1437l-1034 2464l-118 233l-691-392l-2265-141l-40 169l92 1106l19 1397l-858 236l-1130 230l-305-141l-371-173l-36-196l364-221l-845-637l-1199-37l-1765 53l-815 878l-865 1003l-96 1222l124 563l294 1071l-202 847l-1854 553l-2495-500l-322-119l-182-142l-107-191l-3004 287l-3436 363l-455 247l-509 1302l-293 1117l-1095 1301l-474 82l-264-139l342-667l-1161-733l-469-169l-436-156l-323-3276l282-296l671-1563l87-1073l-87-509l-1600-1927l-1213-1186l-7 95l-24 155l-296 1238l-423 411l-792-438l-604-531l-273-274l-325-428l-346-527l-810-1494l-1149-135l-602 557l-4013-488l-539-1016l71-71l328-352l375-423l256-424l320-615l231-799l894-4497l81-544l29-214l-7-231l-29-173l-26-72l-171-461l-20-55l-64-280l8-262l40-209l96-240l1031-2101l1168-1957l508-1293l29-87l1-334l-277-158l-268-80l-339 64l-244 358l-269-49l12-296l72-423l23-77l92-285l170-385l198-313l264-336l302-285l616-462l585-408l3771-3417l1465-719l1655 1122l614 140l2162 1020l1898 903l-340 820z"/>
<path id="8216" d="M-161475 225737l1057-226l3198 1702l-443 1322l-1183-16l-1184-16l-1494 1105l-650 2714l1181 2935l477 498l702 313l1818 801l767 302l271-657l1126-400l2086-323l555 679l265 1055l18 902l-43 552l-572 37l-863-145l812 2130l1594 4085l3304 1613l692 773l-843 3247l-400 730l-885 0l-983 3664l-216 2238l192 367l-333 577l-1100 1366l-1470 529l-1264 402l-365 1132l-465 681l-1752 2080l-139 83l-2778 1101l-45 15l-2101 93l-152 0l-1877-307l-127-34l-88-53l-507-341l-704-591l-155-108l-175-93l-761-283l-472-100l657-335l136-12l987 407l78-620l-368-2282l-954-312l-165 410l-2062-233l-1281-1271l-2856-1930l-912 204l-563 602l-463-99l-407-149l-2191-1770l-305-718l-203-46l-1788-404l-4849-1362l-534-605l119-282l364-633l940-46l-2446-2011l520-662l117-149l69-118l43-118l21-151l11-195l-52-471l0-561l59-680l79-403l77-321l67-206l65-134l61-109l86-84l92-82l97-55l95-47l149-33l115-22l233-28l163 6l178 38l332 104l263 76l264 75l231 42l236-2l235-46l296-112l333-225l214-252l166-289l96-248l90-405l85-766l85-358l87-158l218-215l194-140l478-232l236-54l199 13l145 13l292 76l585 167l227 3l176-46l42-11l37-10l246-104l522-382l472-368l373-336l155-182l282-359l480-637l207-304l170-288l65-131l59-151l88-330l262-1218l599-2021l467-1395l412-1084l65-168l44-108l102-202l508-990l242-461l150-263l293-512l1075-1784l2817-4394l44-49l101-109l90-75l83-54l101-51l173-85l278-103l1845-591l2271-1592l-351 1340l-42 918l0 93l18 89l53 93l69 57l854 588l1665 297l-11 75l-43 283zM-170959 237232l-870 843l702-405l1230-88l372 577l-2086 3494l-160 161l375 1806l1976 1987l419 540l122 635l-189 486l-968 961l-1093 51l-230 5l-246-13l-428-77l-762-221l-84-7l-62 25l-2326 1097l-383 445l93 378l1465 849l942 419l162-405l3216 454l1855 2314l759 2713l522 472l364 78l2405-204l1828-1741l1178-1618l414-605l146-2733l-410-1156l-1575-1746l-120-2109l-1260-2020l-1685-1816l-1621-1293l-3391-2627l-596 94z"/>
<path id="8221" d="M-139626 174260l544-1176l2076 261l429-542l2115-779l5895-1115l1382-788l1245 599l1806 2065l214 1040l145 1435l-3 573l-215 262l-2010 1597l-2281 1658l-203 508l-487 1168l-1135 20l-1153-259l-1262-293l-2034-1074l-512 306l-267 1554l-1074-87l-1677-1404l678-1169l1270-616l717-282l66-888l-905-1609l-722 224l-2054-588l-535-235l-53-366z"/>
<path id="8222" d="M-138829 162725l243 118l191 1934l-1256 658l-969 496l-474 783l-140 244l-103 215l-67 169l-29 90l1589 1544l932 461l152-230l447 295l-318 2727l-451 855l-544 1176l-979-343l-1269-28l43 468l-918 339l-2006 0l-446-43l725-2030l90-328l21-195l-9-67l-96-340l-81-126l-50-77l-251-191l-232-114l-311-95l-355-46l-269 3l-147 2l-658 9l-1003 2l-234-27l-206-44l-169-81l-199-136l-208-163l-54-71l-47-62l-93-187l-62-166l-12-201l34-224l61-202l128-227l190-166l166-84l210-87l412-157l94-40l100-53l149-133l80-161l37-165l9-222l-86-293l-140-304l-138-275l-1797-4784l-632-2397l-289-585l-56-128l-74-170l-59-200l-58-358l9-283l38-323l32-156l65-228l70-204l232-420l177-293l69-1264l1287-578l562-112l1177 132l754 528l1314 1364l2254 2803l352 1270l639 911l1401 1172l425-17l1084-84z"/>
<path id="8225" d="M-64992 174471l-1876 844l-538 292l57 517l615 1220l422 171l304-192l58 35l115 1038l-1475 1652l-388 109l-4112-67l-190-16l-2369-1154l-76-458l-687-733l-1323 571l-392 2063l172 891l-1393 690l-3465-583l-1124-385l-1022-1185l-181-221l-477-712l-140-129l-159-93l-242-65l-244 1l-240 71l-256 124l-163 150l-526 683l-94 202l-17 126l28 1067l63 368l-104 747l-1222 1112l-1748 1605l-535 1315l-158 974l-1475 831l-642-852l-1795-1616l-974-428l-2126-101l-53 13l-228 496l-4 27l-246 1696l23 44l115 281l53 151l44 316l3 169l-7 179l-502 1939l-148 506l-87 244l-2366 119l-200-5l-3389-841l-1314-717l-85-882l537-888l54-318l-89-310l-557-1351l-1854-1191l-3689-2515l-2076-2448l-113-1734l716-760l2836-1813l2365-1545l2096-1935l69-249l-711-1351l-978-1422l164-206l2016-460l1763-1909l-441-1570l434-1533l483-310l1171 16l341 950l50 156l-1 190l-85 383l146 175l950-326l216-217l275-277l0-509l-779-1404l-390-272l-929-544l-165-78l-28-776l517-2513l208-680l407-203l3148 102l603 48l959 129l536 446l953 6l1310-143l2006-603l686-375l2592-3323l-66-261l-924-1051l-139-584l85-84l646-570l1522-1150l1300-233l2225 263l2492 638l1674-186l722-854l283-604l-580-426l555 35l259 65l1456 439l536 203l26 631l318 289l1507 568l2302 241l783-346l1454 474l726 983l73 1074l-1197 2281l-293 391l-313-38l-122-104l-94-80l-245-98l-622-244l-175 231l-259 362l-449 1035l287 1845l1290 3821l657 132l238 79l552 298l178 314l-396 759l-1105 1191l-418 129l-358 52l-1660 2350l57 248l1330 646l449 910l-394 1311l-439 753l326 1370l868-250l1061-338l389-274l901 169l2518 967l786 967l200 507z"/>
<path id="8226" d="M-115945 165141l43 2077l-759 1011l-906 888l-686 216l-391-127l306-947l-497-776l-521-307l-1140 823l-704 603l-169 851l149 144l94 89l413 1194l166 1910l-369 932l-108 151l-138 85l-236 39l-314-99l-157-44l-165 0l-209 63l-560 371l-358 951l104 787l775 695l647 292l1931 55l191-16l141-38l92-44l65-42l76-61l2371-2242l2606-2441l1911-1481l-607-1206l-784-637l228-751l1818-2939l1507-587l509-101l1877 844l133 188l-199 259l13 47l71 44l260 102l1254-57l76-18l528-280l107-146l461-1076l32-81l11-62l-3-73l1376-1495l1111 189l-483 310l-434 1533l441 1570l-1763 1909l-2016 460l-164 206l978 1422l711 1351l-69 249l-2096 1935l-2365 1545l-2836 1813l-716 760l113 1734l2076 2448l3689 2515l1854 1191l557 1351l89 310l-54 318l-537 888l-1701-591l825 1347l331 399l49 489l-3894 4398l-2453 2686l-1944 406l-1724 344l-1504 353l77 395l339 1373l226 510l-1682 726l-180 18l-512 51l-1267-915l-1833-1356l-1016-499l-1674-41l-1708-543l-569-373l-315-1186l276-66l-59-234l-1007-1198l-846-944l-1201 680l-483 554l-1918-290l-594-485l-526-488l-826-261l-1450-435l-855 188l-3268-1546l340-820l-1898-903l-2162-1020l-614-140l-1655-1122l60-136l78-248l17-143l16-144l-24-286l-127-391l-128-263l-215-271l-207-167l-239-136l-963-363l-269-147l-221-197l-124-195l-80-255l-16-52l-25-344l18-189l11-107l99-290l115-208l125-189l172-192l550-461l284-198l32-22l238-169l167-123l293-218l292-269l295-330l225-310l236-375l247-483l128-380l29-96l73-243l79-269l42-202l47-269l33-343l10-372l2-361l-48-433l-277-1758l121-896l446 43l2006 0l918-339l-43-468l1269 28l979 343l53 366l535 235l2054 588l722-224l905 1609l-66 888l-717 282l-1270 616l-678 1169l1677 1404l1074 87l267-1554l512-306l2034 1074l1262 293l1153 259l1135-20l487-1168l203-508l2281-1658l2010-1597l215-262l3-573l-145-1435l-214-1040l-1806-2065l-1245-599l-1382 788l-5895 1115l-2115 779l-429 542l-2076-261l451-855l318-2727l-447-295l-152 230l-932-461l-1589-1544l29-90l67-169l103-215l140-244l474-783l969-496l1256-658l-191-1934l-243-118l82-217l950-848l246-171l546-60l998-1225l-167-1263l-854-4304l-262 3l-417 50l-115-107l-55-89l-46-158l-7-1035l261-560l4225-1105l1965-465l976 262l77 101l225 2474l-235 1108l-609-102l-214 146l-46 1821l94 415l1177 3821l1597 1416l2464 808l596 151l2089 348l3365 1509l2711-670l371 40l896 322z"/>
<path id="8231" d="M-132006 238678l-758 330l-407 56l-162 6l-1990-441l-1159-596l-430-263l-290-344l-2-494l142-26l141-47l190-93l331-263l57-78l527-859l41-74l19-79l15-556l-18-898l-381-1506l-392-663l-272-16l-174-11l-307-700l54-453l146-393l1393-746l7190-758l722 297l234 164l188 188l323 516l-215 1011l-109 353l-404 752l1300 758l1388 954l984 2462l-118 421l-2285 634l-428 466l-196 1503l-1998 1270l-1411 330l-229-346l106-93l89-133l48-184l18-183l-22-175l-79-180l-180-212l-648-753l-582 145z"/>
<path id="8235" d="M-147351 240297l682 134l1117 618l564 341l472 842l-117 235l-919 14l-18 100l-87 503l968 1209l594 33l217-17l189-54l138-101l117-121l138-247l117-239l97-268l63-196l92-431l24-110l242-711l62-149l33-49l40-45l97-84l84-51l3797-1685l406-135l1027 575l218 486l1271 768l780 256l2346-681l166-678l-275-948l-155-403l758-330l957 2388l418 1433l32 108l35 87l30 69l64 111l77 95l26 32l213 204l2334 1810l1750 493l1463 38l-364 482l900 951l968 762l3573 3683l-963 3197l-908 1413l-327-146l-758 284l-2804 2690l-709 2260l-57 969l52 329l499 70l227 1739l-638 1565l-2375-968l-834 0l-172 836l760 4536l-96 1240l-204 1588l98 578l551 261l434 19l-1111 2100l-346-376l-932 268l92 1108l-458 732l-2378 26l-975-669l-2505-1332l-1399 395l-2132-517l-582-826l26-513l509-838l1301-1186l-2348-1956l-1475-2623l-2752-1879l-812 40l-1308-272l-2574-1524l-808-965l-1858-1911l-668-617l-775-359l1470-529l1100-1366l333-577l-192-367l216-2238l983-3664l885 0l400-730l843-3247l-692-773l-3304-1613l-1594-4085l-812-2130l863 145l572-37l43-552l287 645l969 1225l3534 19l767-19z"/>
<path id="8236" d="M-118504 214543l-217 2315l427 784l1018 665l641 605l1039 1215l853 1516l947 3989l126 1937l-98 77l-527 338l-835-7l-117-127l-136-73l-550-212l-942-80l-42 217l-35 181l-243 1578l1178 4570l443 1274l344 587l-1269 311l-413 154l-234 156l-185 191l-143 271l-1122 2636l778 735l76 20l296 849l-37 312l-610 1285l-1809 1246l-1510-41l-347-755l-562 94l-323 120l-1718 1776l-245 294l-1463-38l-1750-493l-2334-1810l-213-204l-26-32l-77-95l-64-111l-30-69l-35-87l-32-108l-418-1433l-957-2388l582-145l648 753l180 212l79 180l22 175l-18 183l-48 184l-89 133l-106 93l229 346l1411-330l1998-1270l196-1503l428-466l2285-634l118-421l-984-2462l-1388-954l-1300-758l404-752l109-353l215-1011l-323-516l-188-188l-234-164l-722-297l-7190 758l-1393 746l-146 393l-54 453l307 700l174 11l272 16l392 663l381 1506l18 898l-15 556l-19 79l-41 74l-527 859l-57 78l-331 263l-190 93l-141 47l-142 26l2 494l290 344l430 263l1159 596l1990 441l162-6l407-56l155 403l275 948l-166 678l-2346 681l-780-256l-1271-768l-218-486l-1027-575l-406 135l-3797 1685l-84 51l-97 84l-40 45l-33 49l-62 149l-242 711l-24 110l-92 431l-63 196l-97 268l-117 239l-138 247l-117 121l-138 101l-189 54l-217 17l-594-33l-968-1209l87-503l18-100l919-14l117-235l-472-842l-564-341l-1117-618l-682-134l-736-562l-394-420l-706-1852l1875-984l1196-590l581-513l75-68l68-89l141-273l475-1078l721-2788l1357-1700l103-887l-858-561l-442-1353l200-753l48-138l63-147l264 139l474-82l1095-1301l293-1117l509-1302l455-247l3436-363l3004-287l107 191l182 142l322 119l2495 500l1854-553l202-847l-294-1071l-124-563l96-1222l865-1003l815-878l1765-53l1199 37l845 637l-364 221l36 196l371 173l305 141l1130-230l858-236l-19-1397l-92-1106l40-169l2265 141l691 392z"/>
<path id="8237" d="M-128865 275984l635 37l3068 2800l984 1013l506 837l-1315 731l-1493 442l-488 464l-1019 1368l-401 601l-32 54l-19 61l3 87l39 179l445 1058l-364 321l-447 1046l-375 1221l103 973l-67 258l-1024 508l-505 2l-3893-2020l-526-696l-2275 285l-2958 51l-437-369l-1178-527l-4664 179l-2731 2047l630 1825l-1114 1974l838 1667l726 171l-139 472l-436 1476l-2654 15l-1646-168l-3001-1032l-2370-1367l-223-490l-244-3160l381-1056l-447-552l-589-304l-804-245l-370-71l-614 699l-554 1515l331 748l-144 325l-1101 786l-3444-3554l-633-1620l727-2065l354-1050l456-1425l305-1424l280-3837l-329-790l-427-264l-1015 254l-1343-892l-466-633l-653-2126l220-2718l578-1280l535-2675l-486-432l-711-1681l-73-197l141-163l316-58l556 274l472 100l761 283l175 93l155 108l704 591l507 341l88 53l127 34l1877 307l152 0l2101-93l45-15l2778-1101l139-83l1752-2080l465-681l365-1132l1264-402l775 359l668 617l1858 1911l808 965l2574 1524l1308 272l812-40l2752 1879l1475 2623l2348 1956l-1301 1186l-509 838l-26 513l582 826l2132 517l1399-395l2505 1332l975 669l2378-26l458-732l-92-1108l932-268l346 376z"/>
<path id="8311" d="M-199392 322203l1776 1799l246 397l2094 3409l-607-109l-244 192l129 421l1000 595l989 29l966-147l547-343l450 203l105 641l94 1792l-651 5852l-1303 2699l-1056 828l-837 258l-859-35l-670-1028l-82-299l90-764l483-1021l218-136l223 339l102-5l189-700l115-1190l-3116-2938l-935-72l-526 569l-1060 408l-1660-780l-873-827l-943-104l-2112-124l-469 434l256 557l-384 299l-556 388l-663 434l-1925-82l-740-409l-351-406l1353-3340l1927-3419l441-749l1727-288l265 95l-96 525l1673 1553l801 247l584-522l865-919l187-453l371-1041l46-1082l237-790l1425-1017l744 176z"/>
<path id="8315" d="M-199392 322203l-744-176l-1425 1017l-237 790l-46 1082l-371 1041l-187 453l-865 919l-584 522l-801-247l-1673-1553l96-525l-265-95l-1727 288l-441 749l-1927 3419l-1353 3340l351 406l740 409l1925 82l663-434l556-388l384-299l-256-557l469-434l2112 124l943 104l873 827l1660 780l1060-408l526-569l935 72l3116 2938l-115 1190l-189 700l-102 5l-223-339l-218 136l-483 1021l-90 764l82 299l670 1028l859 35l837-258l1056-828l1303-2699l651-5852l-94-1792l-105-641l-450-203l-547 343l-966 147l-989-29l-1000-595l-129-421l244-192l607 109l-2094-3409l-246-397l2474 158l99 1l151-5l4791-325l916-498l1466-118l1145 179l214 170l287 222l1449 215l802 63l606-16l921-615l844 54l2432 2859l1302 2010l258 1066l640 433l344-152l1518 847l2717 1751l1860-1094l498-14l2034 355l3507 491l564-142l704 232l309 471l-55 829l-500 1049l-1318 800l1181 1177l3039 3005l1796 1075l2198 1390l59 63l2085 3179l30 71l-103 2416l-834-16l-84 0l-113 16l-84 32l-1165 445l-343 251l-1063 586l-72 29l-193 19l-1271 52l-3457-463l-2407-1092l-55-96l-63-52l-237-64l-1468 164l-579 360l-473 298l-1500 2327l-2125 4306l671 1489l580 970l-2182 45l-3070-1224l-4036-3808l-329-911l-329-961l-214-922l73-433l-45-456l-438-1071l-431-748l-555-304l-281-14l-351-16l-1096 273l-483 146l-677 330l-749 959l322-1231l45-922l-341-421l-453-288l-2023 78l-703-249l-2372-1410l-3412-244l-319 14l-233 186l-49 728l-119 467l-1417 2173l-2251 2173l-5349 3692l-566-22l-2889 274l-4819 1196l-1751 1172l-858 640l-587 222l-395-315l92-1646l-653-101l-1605 282l-961 230l-320 786l-523 804l-848 1194l-406 23l-878-2771l-96-345l-42-277l-32-317l-7-245l21-275l35-202l29-145l54-233l84-245l113-311l1297-3069l568-1284l184-281l107-213l111-293l68-297l44-289l21-307l8-303l-17-363l-12-224l-38-199l-71-267l-100-253l-72-201l-50-169l-50-205l-25-206l-15-152l6-214l22-253l21-190l34-191l43-206l63-166l70-142l101-161l140-141l150-120l161-94l145-67l164-78l160-78l149-79l157-98l125-119l61-92l108-175l70-176l117-354l43-175l38-188l28-312l7-535l0-205l0-494l-34-562l1-241l28-233l47-206l101-316l115-281l106-192l148-217l318-339l1015-1051l177-199l221-269l737-1223l116-213l80-210l40-188l49-299l0-184l-26-290l-76-446l-147-578l-168-554l-426-970l-149-287l-207-361l-217-287l-981-1291l-107-138l-255-319l-428-499l-122-130l-188-265l-97-158l-61-138l-46-137l-1-8l-7-80l-4-62l3-83l292-4785l502-1404l172-363l72-154l111-363l19-109l29-315l2-232l-46-485l-85-423l676 577l1646 459l548 19l218-397l1114-198l4033-290l807 544l1087 279l2733-253l419 531l41 61l41 119l180 911l1833 1612l2490 1302l180 261l160 262z"/>
<path id="8316" d="M-172614 310295l-1891 1117l-1363 1003l-180 635l-795 2851l127 821l639 1129l437 192l737 1762l-168 1999l-1404 681l-1105 1956l-552 2371l154 879l827 1293l676 719l-344 152l-640-433l-258-1066l-1302-2010l-2432-2859l-844-54l-921 615l-606 16l-802-63l-1449-215l-287-222l-214-170l-1145-179l-1466 118l-916 498l-4791 325l-151 5l-99-1l-2474-158l-1776-1799l-160-262l-180-261l-2490-1302l-1833-1612l-180-911l-41-119l-41-61l-419-531l-2733 253l-1087-279l-807-544l-4033 290l-1114 198l-218 397l-548-19l-1646-459l-676-577l168-1026l1724-3696l109-192l3084-4667l124-187l231-302l209-240l214-212l210-147l101-59l313-186l130-105l111-91l223-258l114-164l78-163l95-249l833-2820l207-710l1039 100l2561 1408l1154 592l1620-171l1067 283l601 510l1870 1231l1111-1011l1298 94l4095 1681l33 614l1719 723l3523 835l347 24l1539-843l88-325l-638-869l75-438l1766-1012l3693 923l1202 553l581 1140l939 424l844-166l1247-837l1353-1152l510-7l599 501l982 3524l-112 1036z"/>
<path id="8317" d="M-184569 252381l-940 46l-364 633l-119 282l534 605l4849 1362l1788 404l203 46l305 718l2191 1770l407 149l463 99l563-602l912-204l2856 1930l1281 1271l2062 233l165-410l954 312l368 2282l-78 620l-987-407l-136 12l-657 335l-556-274l-316 58l-141 163l73 197l711 1681l486 432l-535 2675l-578 1280l-220 2718l653 2126l466 633l1343 892l1015-254l427 264l329 790l-280 3837l-305 1424l-456 1425l-354 1050l-727 2065l633 1620l3444 3554l336 327l574 910l154 323l214 696l18 77l538 3082l-598 892l-270-74l-222-38l-195-11l-293 17l-330 32l-1310 135l-401 125l-171 184l-192 239l95 222l162 373l464-94l33 1212l-42 1136l-123 1479l424 2522l386 917l941 483l19 1026l-153 1279l-847 928l-528 4l-661 983l-217 353l-682-520l-2044-1207l-199 81l-269 579l97 1057l-664 1041l-571 352l-786-308l169-459l-612-978l-876-675l-628-461l-517-169l112-1036l-982-3524l-599-501l-510 7l-1353 1152l-1247 837l-844 166l-939-424l-581-1140l-1202-553l-3693-923l-1766 1012l-75 438l638 869l-88 325l-1539 843l-347-24l-3523-835l-1719-723l-33-614l-4095-1681l-1298-94l-1111 1011l-1870-1231l-601-510l-1067-283l-1620 171l-1154-592l-2561-1408l-1039-100l715-2894l52-1118l31-248l57-228l88-242l133-244l117-165l91-101l343-328l150-120l126-82l586-234l242-78l1042-359l317-147l240-131l93-73l194-173l62-75l154-221l39-65l41-70l50-125l93-316l37-226l18-253l-26-238l-120-616l-168-770l-282-1292l-40-204l-47-252l-157-1587l-20-657l-2-627l45-364l94-437l122-396l118-338l426-973l156-353l295-679l1482-3488l105-355l54-271l117-632l80-1021l42-1500l0-100l29-115l2-7l84-148l124-149l97-110l251-189l230-128l302-154l122-61l198-99l266-123l318-159l216-141l106-97l78-112l52-86l162-313l68-153l174-546l82-322l17-104l6-38l6-106l21-421l73-3780l-1-363l-42-357l-74-529l-167-722l-23-193l-17-194l-2-201l20-338l30-153l36-135l83-190l99-174l231-305l667-1023l764-1179l130-205l122-199l133-251l193-376l202-728l257-961l85-248l52-105l110-187l60-78l144-134l87-67l127-68l126-52l217-87l713-260l236-101l1537-812l188-119l287-267l516-568l3759-4369l714-830l237-305l2446 2011z"/>
<path id="8325" d="M-130631 290045l-233 1760l-521 1838l-1023 558l-1551 1060l-18 178l894 456l488-7l533 301l30 300l0 7l-119 364l-2444 1181l-546 44l-312-30l-417-147l-1559 1240l30 561l778 587l532-23l882-37l339 347l1584 2527l202 698l-349 674l-435 104l1398 7128l358 972l191 212l341 305l142 41l131-29l274-104l770 496l158 603l33 678l-503 867l-453 323l-476 227l-523 171l-304-243l-784-41l-129 23l-4028 2307l-3301 2430l-1011 1196l155 794l116 214l118 184l-688 446l-888-99l-1134-1021l-1883-3754l-224-3026l-1557-2974l-3673-1441l-2344-376l-142 390l174 461l-787 746l-1512-469l-1928-351l-1615 841l-1937 457l-3369-796l-332-412l217-353l661-983l528-4l847-928l153-1279l-19-1026l-941-483l-386-917l-424-2522l123-1479l42-1136l-33-1212l-464 94l-162-373l-95-222l192-239l171-184l401-125l1310-135l330-32l293-17l195 11l222 38l270 74l598-892l-538-3082l-18-77l-214-696l-154-323l-574-910l-336-327l1101-786l144-325l-331-748l554-1515l614-699l370 71l804 245l589 304l447 552l-381 1056l244 3160l223 490l2370 1367l3001 1032l1646 168l2654-15l436-1476l139-472l-726-171l-838-1667l1114-1974l-630-1825l2731-2047l4664-179l1178 527l437 369l2958-51l2275-285l526 696l3893 2020z"/>
<path id="8326" d="M-165032 311962l332 412l3369 796l1937-457l1615-841l1928 351l1512 469l787-746l-174-461l142-390l2344 376l3673 1441l1557 2974l224 3026l1883 3754l1134 1021l888 99l688-446l1251 1668l952 1317l478 1815l-1045 1927l829 1186l876 1164l497 2588l-361 15l-690-56l-754-59l-87 286l-988 2006l-1542-68l-1184 835l-153 992l344 3534l2334 3796l1173 1606l-269 464l-548 1029l-73 187l-204 1317l7 756l-614 1763l-424 423l-1065-206l-2343-638l-366 371l-141 1318l-515 935l-2995 1124l-406-285l1494-1173l46-304l-1705-4487l-589 137l-1935-240l-148-233l18-626l215-555l-33-436l-632-400l-1400-832l-464 353l103-2416l-30-71l-2085-3179l-59-63l-2198-1390l-1796-1075l-3039-3005l-1181-1177l1318-800l500-1049l55-829l-309-471l-704-232l-564 142l-3507-491l-2034-355l-498 14l-1860 1094l-2717-1751l-1518-847l-676-719l-827-1293l-154-879l552-2371l1105-1956l1404-681l168-1999l-737-1762l-437-192l-639-1129l-127-821l795-2851l180-635l1363-1003l1891-1117l517 169l628 461l876 675l612 978l-169 459l786 308l571-352l664-1041l-97-1057l269-579l199-81l2044 1207l682 520z"/>
<path id="8327" d="M-115214 320396l172 755l470 1028l634 399l608 215l1182 1736l4 460l-683 733l-833 200l-2088 109l-133-377l-384-99l-282 185l-164 339l-61 707l113 320l1141 1169l668 82l381-393l519 5l1666 1081l843 551l467 855l46 1562l-38 5914l-113 874l-114 605l-253 268l-2760 1292l-568-257l-817-991l-5458 2172l-295 173l-1061 1347l-2 151l-4 468l-939 1203l-766 272l-1141-166l-621-731l-30-941l75-1515l11-74l40-56l328-173l40-45l36-91l30-117l26-300l-12-149l-91-311l-173-379l-117-255l-108 48l-1017 868l-318 520l-194 1891l-3894 1126l-194 51l-191 23l-248-5l-188-23l-256-53l-1006-399l-725 935l-838 1612l-176 602l-365 840l-1063 325l-1585 300l-1182-975l-1173-1606l-2334-3796l-344-3534l153-992l1184-835l1542 68l988-2006l87-286l754 59l690 56l361-15l-497-2588l-876-1164l-829-1186l1045-1927l-478-1815l-952-1317l-1251-1668l-118-184l-116-214l-155-794l1011-1196l3301-2430l4028-2307l129-23l784 41l304 243l523-171l476-227l453-323l503-867l-33-678l529-115l416-266l-19-1201l420-914l1014-76l1829-121l524 290l1083 1269l2256 3070l580 1894l993 1458l1181 524l1999 588l870 145l1214-359z"/>
<path id="8335" d="M-137512 366788l-311 3l-121-26l-284-466l-12-43l2-79l6-30l1062-1514l1243-723l995-288l618 1518l-520 1189l-2481 430l-197 29zM-106204 339480l-701 612l-59 52l-24 44l-214 396l-20 46l-29 1057l203 143l306-88l283-80l747 191l4397 2052l56 49l269 281l-194 1929l-197 593l-1036 776l-811 462l-179 398l685 1214l-769 639l-462-5l-664-63l-1098-1094l-215-764l-321-220l-562-77l-371 314l-206 393l362 1807l136 376l266 128l97 56l177 133l40 674l-371 1523l-528 590l-396-683l-65-84l-21-27l-141-64l-1487-330l-72 4l-55 17l-343 499l-245 393l-29 111l0 138l19 101l67 123l74 85l2596 2844l422 406l402 322l354 253l385 270l2955 2010l198 102l203 66l239 35l160 11l860 268l1485 1226l112 117l48 69l13 19l30 46l2473 5167l85 196l45 164l381 1671l-10 166l-113 129l-321 177l-149 76l-130 35l-131-20l-130-64l-5-4l-149-60l-215-65l-303-91l-496-103l-512-81l-59 128l-73 165l4 814l26 194l-201 77l-633-124l-3534-1337l-222-93l-450-333l-259-243l-339-322l-421-240l-580-164l-2742-605l-2278-299l-342 15l-1502 573l-1523 786l-823 732l-2185 1137l-3101 846l-440-33l-3208-3738l132-1762l525-180l397 46l101 100l87 87l-44 338l628-23l19-2l192-264l-259-817l-187-178l-1836-708l-920-341l-1555-1656l-337-954l-801 282l-2025 1792l-86 1214l1631 287l489 246l702 735l164 259l27 65l-27 51l-1054 1890l-144 28l-199 16l-123-32l-320-129l-3729-1848l-1699-4140l264-963l573-677l502-261l785 53l178-174l-101-537l-936-1007l-436-192l-598-263l-666 445l-1215-1391l-977-1430l-1246-1522l-51-27l-63-3l-60 13l-413 175l-17 16l-27 42l-274 897l-17 145l0 198l24 46l238 265l35 67l155 1090l0 36l-6 33l-16 33l-40 50l-772 775l-741 701l-177-64l-118-96l-597-881l14-1227l94-1069l-427-1460l424-423l614-1763l-7-756l204-1317l73-187l548-1029l269-464l1182 975l1585-300l1063-325l365-840l176-602l838-1612l725-935l1006 399l256 53l188 23l248 5l191-23l194-51l3894-1126l194-1891l318-520l1017-868l108-48l117 255l173 379l91 311l12 149l-26 300l-30 117l-36 91l-40 45l-328 173l-40 56l-11 74l-75 1515l30 941l621 731l1141 166l766-272l939-1203l4-468l2-151l1061-1347l295-173l5458-2172l817 991l568 257l2760-1292l253-268l973 176l1930-49l404-307l1204-350l579 233l7 266l-108 100z"/>
<path id="8336" d="M-185880 348100l-568 450l-854 1037l-206 2367l54 1011l166 899l93 705l-7 332l-21 654l-87 346l-830 426l-348-75l-551 20l-488 510l-96 157l-111 183l-108 717l-304 2789l275 340l694 1352l-71 1191l-218 470l-360 580l-248 375l-65 94l-377 339l-988 725l-68 35l-90 15l-505-35l-1165 220l-511 263l-825 839l160 734l-11 491l-352 472l-786 455l-419 35l-616 43l-767-161l-188 45l0 640l24 755l340 1675l794 1366l384-12l510 400l151 584l-120 625l-547 568l-131-119l-114-67l-116-49l-175-53l-144-18l-1208-80l-3603 4l-96 12l-77 33l-55 44l-62 89l-218 470l-64 204l-40 143l-83 495l-36 174l-58 129l-79 117l-98 116l-1087 1170l-148 110l-337 163l-465 175l-2458 880l-4197 1027l-276 15l-189 5l-331 0l-190-4l-167-25l-301-64l-138-42l-140-43l-143-57l-274-153l-133-94l-1218-1213l-80-96l-1004-1375l121-199l130-213l51-80l1571 257l2032-155l52-11l31-29l13-33l195-537l6-51l-605-1179l-932-1100l-786-349l-252-106l-557-86l-150-20l-52 209l-143 396l-97 166l-84 97l-1078 815l-320 210l-174 72l-30-1l-770-38l-1104-2367l8-136l-19-169l-53-231l-68-168l-1698-3078l-170-231l-322-335l-1475-1233l-141-131l-115-127l-114-135l-717-948l-118-165l-154-247l-59-138l-44-139l-36-170l-376-3324l-11-100l11-134l16-103l86-235l100-163l105-127l249-251l14-14l1501-1258l131-124l137-178l160-265l97-183l102-260l74-238l52-260l34-268l14-202l0-348l-19-189l-24-127l-25-120l406-23l848-1194l523-804l320-786l961-230l1605-282l653 101l-92 1646l395 315l587-222l858-640l1751-1172l4819-1196l2889-274l566 22l5349-3692l2251-2173l1417-2173l119-467l49-728l233-186l319-14l3412 244l2372 1410l703 249l2023-78l453 288l341 421l-45 922l-322 1231z"/>
<path id="8337" d="M-154352 347654l464-353l1400 832l632 400l33 436l-215 555l-18 626l148 233l1935 240l589-137l1705 4487l-46 304l-1494 1173l-1449 438l-1182 1102l-1968 2291l-3052 5071l-487 2063l435 1000l4258 3180l45 17l397 25l3974-581l77-40l72-73l289-363l-70-235l-91-179l-196-383l-198-417l484-246l1307-596l1053-251l3086 211l1324 1430l262 330l67 117l34 116l5 117l-2 115l-32 149l-199 461l-121 273l-83 111l-133 126l-111 78l-169 83l-172 50l-218 40l-282 7l-167-11l-101-39l-64-72l-16-66l-12-57l18-121l79-83l94-28l169-16l204-42l110-61l100-107l41-132l0-187l-51-191l-90-179l-134-165l-49-53l-53-45l-85-42l-90-14l-99 0l-7 4l-61 38l-50 54l-623 877l-51 75l-20 87l-1 100l10 112l104 1158l13 132l38 197l92 316l73 175l316 611l29 87l4 117l-16 124l-19 52l-26 71l-82 161l-110 121l-1494 1533l-517 149l-694-276l-334-468l414-862l491-267l-310-629l-799-823l-1430-781l-1267-411l-437 103l-4526 3368l-13 577l217 454l504 1010l1004-46l96-25l62-64l179-252l310-89l362 818l-340 241l-290 164l-1423 438l-2371 648l-166 19l-163 8l-4273-291l-2981-396l-217-36l-85-23l-95-27l-200-81l-161-83l-128-95l-125-116l-1663-1588l-110-169l-57-115l-44-152l-33-195l0-159l17-203l81-425l32-241l-21-260l-67-155l-197-202l-173-130l-149-103l-139-55l-196-62l-1812-453l-85-16l-3037-424l-8105 3614l-109 60l-104 76l-98 100l-118 134l-168 295l-89 205l-38 109l-33 145l-146 655l-36 139l-50 131l-88 143l-87 123l-109 107l-136 105l-161 103l-140 70l-127 34l-121 22l-4646 632l-231 31l-68-6l-256-23l-220-46l-119-47l-9-6l-99-80l-246-201l-118-81l-264-116l-175-54l-147-23l-2950-197l-122 4l-100 40l-157 104l-106 99l-71 122l-238 729l-72 127l-31 31l-63 60l-97 58l-129 21l-107-6l-103-25l-1497-375l-211-72l-205-107l-199-139l-166-157l-150-196l-96-196l-43-138l-22-146l-13-169l23-149l24-112l34-102l63-111l151-326l25-97l0-121l-15-144l-40-187l-44-180l-233-613l-63-133l-109-153l-617-575l547-568l120-625l-151-584l-510-400l-384 12l-794-1366l-340-1675l-24-755l0-640l188-45l767 161l616-43l419-35l786-455l352-472l11-491l-160-734l825-839l511-263l1165-220l505 35l90-15l68-35l988-725l377-339l65-94l248-375l360-580l218-470l71-1191l-694-1352l-275-340l304-2789l108-717l111-183l96-157l488-510l551-20l348 75l830-426l87-346l21-654l7-332l-93-705l-166-899l-54-1011l206-2367l854-1037l568-450l749-959l677-330l483-146l1096-273l351 16l281 14l555 304l431 748l438 1071l45 456l-73 433l214 922l329 961l329 911l4036 3808l3070 1224l2182-45l-580-970l-671-1489l2125-4306l1500-2327l473-298l579-360l1468-164l237 64l63 52l55 96l2407 1092l3457 463l1271-52l193-19l72-29l1063-586l343-251l1165-445l84-32l113-16l84 0l834 16z"/>
<path id="8415" d="M-97395 265432l719 922l1286 2674l450 443l768 275l4398 147l862 0l483-1386l814-314l535 474l94 97l38 67l19 87l15 149l-1 465l-184 1291l-429 936l647 866l3406 878l1518 64l585-20l1493-213l280-597l348-297l1768-263l977 302l1675 1270l221 369l-58 154l-855 1102l2277-17l1916-40l1166-1028l1407-1125l316-103l719 94l204 224l199 2075l243 4296l717 966l1205 1455l1826 3616l157 637l-76 327l-1833 2401l-1031-276l-1022-94l-926 321l-31 462l71 1252l49 302l342 57l912-62l184 528l-834 2532l-420 1187l-539 1305l-1457-579l-1846 1571l-106 419l785 2431l-2525 1135l-357 376l51 1077l701 17l782 122l26 861l-50 586l-125 236l-2613 1131l13 1080l541 993l22 740l-89 445l-782 1045l-1335 752l-156-143l289-476l-268-431l-207-330l-3165 614l-1673 688l-615-4l-314-297l-1271-1930l-504-1169l-1060-1389l263-358l-1392-1112l-1543-765l-682-971l-547-861l-1701-579l-520 713l-567 482l-831 156l-1706-453l-52-386l-608-905l-386-363l-512-178l-1039 749l-1357-2535l1660-527l1306 193l151-6l458-1036l-15-1545l-12-506l-235 163l-356-6l-916-320l-407-234l-1119-742l-524-982l840-757l127-834l-3277-420l-450-250l-418-1127l-115-643l280-878l949-896l643-1069l-1316-663l-272-183l-435-415l-104-366l-162-665l380-1076l1457-1332l-24-1206l-422-274l-476 36l-404-411l-48-214l411-761l2140-1099l-410-922l-417-346l-410-171l-12-535l66-922l83-464l1361-517l506 607l796-613l173-1290l-289-609l-187-387l-1320-579l-1635-1861l-118-1020l-18-354l470-2187l1303-224l2181 6z"/>
<path id="8416" d="M-101951 264049l1072 1601l-470 2187l18 354l118 1020l1635 1861l1320 579l187 387l289 609l-173 1290l-796 613l-506-607l-1361 517l-83 464l-66 922l12 535l410 171l417 346l410 922l-2140 1099l-411 761l48 214l404 411l476-36l422 274l24 1206l-1457 1332l-380 1076l162 665l104 366l435 415l272 183l1316 663l-643 1069l-949 896l-280 878l115 643l418 1127l83 206l-500 152l-2980 671l-792 74l-3484-991l-1540-534l-167-210l-89-121l-9328-2976l19-55l150-759l-410-612l-2531 451l-443 556l-2256-133l-14-582l-2088-483l-445-1058l-39-179l-3-87l19-61l32-54l401-601l1019-1368l488-464l1493-442l1315-731l-506-837l-984-1013l-3068-2800l-635-37l1111-2100l137-140l1297 487l190 748l477 476l2425 1192l669 262l413-108l787-2277l521-2355l2067-2728l4474-2558l1570 19l1724 277l1737 667l1547-673l990-767l274-25l546 85l517 463l294 184l248 16l362-1113l253-1152l640-1452l933-128l711 765z"/>
<path id="8417" d="M-125864 286199l14 582l2256 133l443-556l2531-451l410 612l-150 759l-19 55l9328 2976l89 121l167 210l1540 534l3484 991l792-74l2980-671l500-152l-83-206l450 250l3277 420l-127 834l-840 757l524 982l1119 742l407 234l916 320l356 6l235-163l12 506l15 1545l-458 1036l-151 6l-1306-193l-1660 527l1357 2535l15 904l-320 290l-2685 850l-1049-72l-1763 1166l90 1718l1135 795l2125 742l1751 854l405 837l-320 3408l-1563 4415l-345 391l-1699-1344l-1560-1286l-179 5l-390 548l-1241 332l-1856-337l-215-332l-2081-1216l-1713 582l-1507 2568l-204 709l-354 612l-733 277l-627 202l-685-8l-426 492l236 888l-1214 359l-870-145l-1999-588l-1181-524l-993-1458l-580-1894l-2256-3070l-1083-1269l-524-290l-1829 121l-1014 76l-420 914l19 1201l-416 266l-529 115l-158-603l-770-496l-274 104l-131 29l-142-41l-341-305l-191-212l-358-972l-1398-7128l435-104l349-674l-202-698l-1584-2527l-339-347l-882 37l-532 23l-778-587l-30-561l1559-1240l417 147l312 30l546-44l2444-1181l119-364l0-7l-30-300l-533-301l-488 7l-894-456l18-178l1551-1060l1023-558l521-1838l233-1760l505-2l1024-508l67-258l-103-973l375-1221l447-1046l364-321l2088 483z"/>
<path id="8421" d="M-34448 282465l-276 579l-202 1738l93 226l-98 1231l-2707 3335l-1527 1545l-4 5l-120 168l-86 146l-83 181l-19 165l30 190l86 178l744 976l74 35l119 13l190-57l84-64l12-85l-193-467l2-9l30-97l371-203l89 27l66 32l64 80l88 122l36 50l132 761l69 1110l-330-100l-665 432l-633 1077l-66 274l400 1189l-1317 1241l-853 192l-867 101l-1274-173l-950-772l259-553l781-98l86-29l98-56l85-80l364-793l-165-757l-1301-873l-601 570l-828 132l-3168-1256l-415-762l163-816l339-913l1442-517l2421-1727l2477-2149l512-1393l100-330l-372-275l-633 432l-549 480l-400 382l-488-63l-123-155l-44-89l-4-35l-76-1007l138-380l588-538l1854-1080l2014-861l840-351l1563-114l531-34l1035-39l968 755z"/>
<path id="8425" d="M-40330 263293l186 704l458 2162l166 1070l711 20l650-97l750-135l881-747l1049-215l667-58l878-31l417 575l1501 1647l2294 932l164 164l658 813l923 1188l1963 566l1618 441l88 12l195 12l123-27l214-99l75-60l54-88l386-714l75-51l70 76l2026 2814l33 193l122 894l-155 496l-23 149l60 160l374 415l568 276l213-27l219 544l500 1511l-381 369l-1285-5l-2387 1271l-820 832l-1230 1249l-1770 350l-492-133l-672-1585l-1355-64l-968 717l-1051 443l-806 272l-387 59l-401 11l-1264-99l-968-755l-1035 39l-531 34l-1563 114l-840 351l-2014 861l-1854 1080l-588 538l-138 380l76 1007l4 35l44 89l123 155l488 63l400-382l549-480l633-432l372 275l-100 330l-512 1393l-2477 2149l-2421 1727l-1442 517l-339 913l-163 816l415 762l3168 1256l828-132l601-570l1301 873l165 757l-364 793l-85 80l-98 56l-86 29l-781 98l-259 553l950 772l1274 173l867-101l853-192l1317-1241l-400-1189l66-274l633-1077l665-432l330 100l1207 2172l2350 4284l1376 2569l-85 1343l10 1522l65 1053l22 100l323 1141l38 72l1200 3325l931 3451l-250-202l-149 41l-994 612l-249 679l-69 82l-523 286l-1299 658l-141-31l-2528-679l-352-202l12-116l502 23l865 30l523-197l917-1359l-465-7055l-474-479l-1679-1064l-559-357l-1021-767l-1466-1562l-2296-72l-679-128l-300-89l-2101-2213l-16-597l-1122-62l-243 611l209 118l-208 507l-529 888l-1985 3032l-733-276l-372-336l-1439 407l-506 162l-874 296l-2144 2067l-1687 2456l244 1305l55 1602l-124 229l-700 395l-831 115l-4026 232l-1847-1629l-1432-1655l-205-229l-1372-590l-710-46l-936 520l210 407l-524 418l-1187 289l-1234-298l-1195-1425l-211-743l98-1008l-2114-1288l-634 8l-13-1080l2613-1131l125-236l50-586l-26-861l-782-122l-701-17l-51-1077l357-376l2525-1135l-785-2431l106-419l1846-1571l1457 579l539-1305l420-1187l834-2532l-184-528l-912 62l-342-57l-49-302l-71-1252l31-462l926-321l1022 94l1031 276l1833-2401l76-327l-157-637l-1826-3616l-1205-1455l-717-966l-243-4296l-199-2075l225-313l341-5l1578 125l1292 227l1846 1461l1476 184l397-314l566-999l378-621l1682-1898l1017-675l3346-241l180 646l1116 251l1213 127l1135-783l3346-2834l819-1566l468-1316l192-752l2457-776l1401-222l717 208z"/>
<path id="8426" d="M-44738 300650l16 597l2101 2213l300 89l679 128l2296 72l1466 1562l1021 767l559 357l1679 1064l474 479l465 7055l-917 1359l-523 197l-865-30l-502-23l-12 116l352 202l2528 679l141 31l1299-658l523-286l69-82l249-679l994-612l149-41l250 202l295 1099l715 2583l75 186l208 512l57 116l89 123l1378 1439l76 163l18 94l164 1099l242 2232l31 1321l-55 861l-50 419l-56 294l-342 1199l-353 151l-438 242l-10 216l52 174l63 117l682 810l-351 995l-360 376l-115 154l-435 583l-25 101l-373 1596l45 1493l-720 129l-853-600l-399-131l-1675 801l-125 281l104 287l-54 145l-923 1388l-260 300l-447 337l-537 369l-352-34l-1599-621l-311-181l138-1824l-110-65l-1519 15l-588 23l-1655 1207l-354-6l-1386-1085l-855-963l-929-823l-1175 56l-1308 181l-507 283l-439 609l-223 880l-626 699l-1212 761l-5131-562l129-1116l-193-270l-488-398l-898-337l-1496-91l-3111 16l-920 417l-1921 642l-1480 132l-353-44l-258-500l-321-655l-363-964l422-438l-22-234l-309-607l-473-729l-13-824l-2930-3678l-2389-2172l-2295-1595l-1874 254l-3535-1570l-2174-740l-1040 327l-1572-249l-753-236l-2054-2027l-554-938l-74-1134l-2423-1478l-903-442l1192-1209l686-375l343-506l1054-1742l388-777l-387-2522l-582-759l1-606l2142-1362l335-207l583-32l1060 1389l504 1169l1271 1930l314 297l615 4l1673-688l3165-614l207 330l268 431l-289 476l156 143l1335-752l782-1045l89-445l-22-740l-541-993l634-8l2114 1288l-98 1008l211 743l1195 1425l1234 298l1187-289l524-418l-210-407l936-520l710 46l1372 590l205 229l1432 1655l1847 1629l4026-232l831-115l700-395l124-229l-55-1602l-244-1305l1687-2456l2144-2067l874-296l506-162l1439-407l372 336l733 276l1985-3032l529-888l208-507l-209-118l243-611l1122 62z"/>
<path id="8435" d="M-81648 352827l2627-640l249 185l942 1817l70 154l-263 1550l-32 92l-98 170l-84 141l-141 140l-228 180l-149 81l-87 37l-140 40l-154 56l-141 83l-126 99l-274 267l-43 63l-311 783l698 1110l724 520l425 32l575-569l181-40l175-15l193 16l342 75l123 57l111 73l1503 993l-80 275l-540 1590l470 462l4571 363l373-121l367-538l2136 1226l4003 3644l2608 1028l478-367l99-54l92-25l995 183l1239 313l229 284l717 1823l421 1242l-364 786l-25 43l-639 983l-45 39l-1206 172l-1018 89l-805 1475l108 1233l-2638-209l-60 10l-32 28l-1138 1181l-554 807l-2375 1042l-75-141l-95-118l-109-87l-127-48l-151-20l-25-3l-54 2l-146 7l-8 1l-932 195l-106 31l-67 38l-5 3l-113 65l-112 42l-217 15l-680-51l-55-11l-587-277l-407-216l-51-44l-860-858l-438-716l-96-199l-746-1722l-65-170l-132-798l-7-108l-295-627l-686-1086l-108-136l-436-344l-289-115l-141-19l-156 20l-2920-593l-2068-1133l-129-48l-92-34l-1030-225l-174-36l-270 0l-350 84l-2440 591l-146 55l-67 21l-251 50l-241-29l-276-101l-8-3l-2598-1279l-175-91l-3486-2279l-388-336l-471-415l-455-453l-265-281l-774-1084l-167-318l-154-343l-74-284l-20-149l-20-149l21-601l21-293l-16-180l-55-131l-109-157l-260-213l-121-92l-123-93l-221-158l-4226-2374l-231-108l-159-56l-175-38l-92 0l-502 1l-1155-1532l-1283-1092l-871-416l-1974-1477l528-590l371-1523l-40-674l-177-133l-97-56l-266-128l-136-376l-362-1807l206-393l371-314l562 77l321 220l215 764l1098 1094l664 63l462 5l769-639l788 29l1840 255l1948 451l174 48l1005-523l1646-1187l1340-1502l2011-196l82 292l270 532l887 674l1076 54l758-406l550-539l1393 540l1735 2223l689 894l587 1129l1373 711l654-128l268-131z"/>
<path id="8436" d="M-29440 336285l-804 288l-157 78l-137 116l-102 115l-81 149l-67 183l-47 131l-31 137l-13 224l34 1011l38 202l86 211l64 150l112 176l142 137l135 114l149 93l983 564l54 89l8 26l28 116l1 163l-523 5697l-1549 1527l1878 3247l1174 1929l493 309l117 571l-1720 996l-1835 1022l-1226 845l427 958l531 930l2681 1231l31 82l-117 1165l-14 87l-289 844l-12 116l216 2193l41 147l209 551l73 143l301 326l240 212l230 150l550 361l97 524l-732 2478l-575 407l-1018 643l-1217 318l-986 1096l-259 1682l-202-129l-178-355l14-728l252-882l-821-1841l-402-635l-2346-598l-1733 396l-117 43l-1012 738l-538 747l-341 743l-150 521l-425 362l-829 133l-63 9l-2120-210l-199-81l-2352-1049l-84-46l-480-264l-102-92l-180-213l-55-93l-61-184l-32-52l-97-74l-158-92l-352-148l-44-14l-1651-390l-604 95l-63 17l-683 418l-97 64l-102 92l-98 106l-54 86l-47 122l-32 160l-50 687l-44 410l-34 81l-75 103l-682 716l-5332 5117l-3086 203l-479-122l-398-311l-151-586l-108-1233l805-1475l1018-89l1206-172l45-39l639-983l25-43l364-786l-421-1242l-717-1823l-229-284l-1239-313l-995-183l-92 25l-99 54l-478 367l-2608-1028l-4003-3644l-2136-1226l-367 538l-373 121l-4571-363l-470-462l540-1590l80-275l-1503-993l-111-73l-123-57l-342-75l-193-16l-175 15l-181 40l-575 569l-425-32l-724-520l-698-1110l311-783l43-63l274-267l126-99l141-83l154-56l140-40l87-37l149-81l228-180l141-140l84-141l98-170l32-92l263-1550l-70-154l-942-1817l-249-185l-2627 640l-591-4483l-390-206l-298 18l-245 208l-474-406l-474-1699l307-460l379-559l1235-1465l768-1898l49-336l-382-809l-138-357l186-884l1113-2430l160-126l2319 402l1778 379l625-309l1212-1380l260-340l343-1003l240-370l479-24l570 1002l293 750l327 617l636 568l1342-459l151-616l-197-981l-621-631l-97-407l404-919l688-162l1548-183l1338-33l473 729l309 607l22 234l-422 438l363 964l321 655l258 500l353 44l1480-132l1921-642l920-417l3111-16l1496 91l898 337l488 398l193 270l-129 1116l5131 562l1212-761l626-699l223-880l439-609l507-283l1308-181l1175-56l929 823l855 963l1386 1085l354 6l1655-1207l588-23l1519-15l110 65l-138 1824l311 181l1599 621l352 34l537-369l447-337l260-300l923-1388l54-145l-104-287l125-281l1675-801l399 131l853 600z"/>
<path id="8437" d="M-85633 306237l-583 32l-335 207l-2142 1362l-1 606l582 759l387 2522l-388 777l-1054 1742l-343 506l-686 375l-1192 1209l903 442l2423 1478l74 1134l554 938l2054 2027l753 236l1572 249l1040-327l2174 740l3535 1570l1874-254l2295 1595l2389 2172l2930 3678l13 824l-1338 33l-1548 183l-688 162l-404 919l97 407l621 631l197 981l-151 616l-1342 459l-636-568l-327-617l-293-750l-570-1002l-479 24l-240 370l-343 1003l-260 340l-1212 1380l-625 309l-1778-379l-2319-402l-160 126l-1113 2430l-186 884l138 357l382 809l-49 336l-768 1898l-1235 1465l-379 559l-307 460l474 1699l474 406l245-208l298-18l390 206l591 4483l-268 131l-654 128l-1373-711l-587-1129l-689-894l-1735-2223l-1393-540l-550 539l-758 406l-1076-54l-887-674l-270-532l-82-292l-2011 196l-1340 1502l-1646 1187l-1005 523l-174-48l-1948-451l-1840-255l-788-29l-685-1214l179-398l811-462l1036-776l197-593l194-1929l-269-281l-56-49l-4397-2052l-747-191l-283 80l-306 88l-203-143l29-1057l20-46l214-396l24-44l59-52l701-612l108-100l-7-266l-579-233l-1204 350l-404 307l-1930 49l-973-176l114-605l113-874l38-5914l-46-1562l-467-855l-843-551l-1666-1081l-519-5l-381 393l-668-82l-1141-1169l-113-320l61-707l164-339l282-185l384 99l133 377l2088-109l833-200l683-733l-4-460l-1182-1736l-608-215l-634-399l-470-1028l-172-755l-236-888l426-492l685 8l627-202l733-277l354-612l204-709l1507-2568l1713-582l2081 1216l215 332l1856 337l1241-332l390-548l179-5l1560 1286l1699 1344l345-391l1563-4415l320-3408l-405-837l-1751-854l-2125-742l-1135-795l-90-1718l1763-1166l1049 72l2685-850l320-290l-15-904l1039-749l512 178l386 363l608 905l52 386l1706 453l831-156l567-482l520-713l1701 579l547 861l682 971l1543 765l1392 1112l-263 358z"/>
</g><g>
<path id="9161" d="M72775 250233l92 918l-214 1029l-1826 4l-563 4l-933 688l-47 38l-727 826l-69 659l194 905l-595 187l-1312 561l-845 901l-113 21l-936-369l-342-211l-1500-2273l-2201-1274l-927-941l-115-258l-2262-2933l-1988-2175l379-1108l920-72l268 74l3018 760l2898 477l1883-489l272-126l279-1045l75-2151l-257-52l46-454l515-764l2536 1255l1294 1249l3286 1262l489 445l310 1886l-27 633l-310 934l-645 979z"/>
<path id="9162" d="M78233 307595l123 566l2272 46l3107-980l883 258l962 1221l-26 479l-51 191l-78 121l-139 146l-697 1219l-811 1940l1076 758l943-178l892-169l34-68l-337-273l-18-166l75-128l100-29l1967-72l151 2l306 945l-173 388l-661 529l-721 1073l321 1220l2337-425l987 1340l-693 3556l-2028 3057l-168 0l-1128-4l-904-256l-1678-613l-888-209l-2711-520l-2185 965l-543 1815l-2889 809l-337-64l-2214-2811l-86-917l-107-978l-649-2699l-339-258l-1635-376l-1091 196l-818 717l-331 127l-292 67l-204 12l-492 21l-446-414l-1804-3920l297-1224l26-97l1521-2657l868-170l1990-609l2330-854l2049-1025l152-1543l650-1247l3953 2169z"/>
<path id="9163" d="M116690 351546l794-564l609-2092l-7-129l-41-999l163-436l1625-1900l678-327l363-155l134-31l144 2l1209 559l141 354l1223 3329l67 184l50 180l15 163l8 166l-29 207l-35 174l-76 194l-280 641l-174 334l-1053 1547l-1540 224l-510-51l-1111-191l-2096-399l-107-40l-24-104l-140-840z"/>
<path id="9171" d="M181033 307506l-724 45l-309 42l-3140 442l-211 49l-230 76l-65 30l-97 48l-68 42l-74 50l-89 86l-63 78l-63 97l-61 122l-53 156l-34 226l-63 437l-343 965l-645 1494l-80 168l-39 52l-1026 1306l-81 73l-43 36l-64 49l-144 86l-122 59l-103 30l-95 15l-50 6l-50 6l-181 1l-181 1l-130 20l-168 51l-112 45l-102 58l-353 229l-254 175l-127 113l-49 55l-41 72l-26 54l-1019 2451l-1836 494l-526 717l-230-176l-2434 521l-279 97l-160 98l-605 516l-96 1058l391 603l203 931l246 1320l-2032 2648l-526-6l-3108-244l-3127-1757l-658-386l-275-195l-69-79l-40-88l-977-2917l-1899-4316l161-303l1081-1574l143-200l276-287l213 112l278-417l844-1680l147-435l306-5147l-1989-1667l-341-394l-39-123l5-141l235-959l326-805l106-152l151-151l158-101l137-46l1678-164l-57-1569l-745-1076l-238-300l-666-697l-893-3478l476-1023l1726-1179l693-140l702 553l1740 1082l2031 675l165-151l-153-1048l94-42l1035-295l561 63l926 1451l2127 536l1413 233l542-223l1562-322l115-7l159 31l1427 515l199 76l203 88l160 78l795 437l83 71l82 81l2953 3179l2009 2561l894 1672l-30 35l-40 55l-20 35l-23 730l239 502l1227 1636l489 483l174 164l189 159l235 164l200 129l164 90l99 46l110 39z"/>
<path id="9172" d="M164980 366434l469-129l983-1513l66-226l-5-258l-49-368l-48-161l1204-3126l2504-466l1271-1625l216-288l300-186l320-109l353-59l595 17l462 42l402 243l192 29l1480-52l156-48l366-210l-1385-3082l-2597-323l-1598-105l-219-25l-222-141l-1940-1732l-78-78l-637-1327l-85-215l-241-805l-117-1558l2-439l446-2761l500-987l712-1285l1278 481l2499 276l5195 384l143-42l475-727l19-75l63-419l-16-101l-87-122l-122-113l-765-613l-147-28l-115 61l-96 122l-143 53l-143-27l-178-117l-499-532l-82-96l-249-730l-273-2895l223-223l817-238l308 550l714-258l172-1975l10-450l-259-389l2600 536l194 59l196 92l146 101l130 122l1734 2488l1944 3253l857 1815l478 1012l3 5l433 696l1210 1767l37 432l16 331l-38 203l-21 64l-39 112l-59 103l-2332 3996l-1427 1966l-1327 1775l-112 166l-62 120l48 36l985-154l133 347l152 399l-631 1856l-413 308l-617 156l-532 672l-622 1257l-22 108l-7 57l11 59l16 65l54 99l33 38l100 95l1499 1293l230 77l1886 74l2403 30l290-112l802-597l459-960l682-115l377 188l1722 887l2722 2740l-109 903l-82 677l315 1147l1257 2206l149 376l11 30l74 322l-133 712l-210 284l-296 197l-174 73l-103 80l-363 387l-79 102l-152 217l-1068 1844l-1008 1990l658 2370l-11 551l-1183 1615l-529 887l-6 356l757 579l358 328l34 311l112 1920l76 1303l-2947 3178l-1051-1387l-1205-741l-307 74l-117 1044l-369-19l-4467-2342l-1870-1708l-2671-2173l-2444-1245l-775-316l-648-562l-377-331l-861-1364l-371-1112l894-2424l1090-1129l466-177l711 192l83-263l-2692-2268l-644 57l-702-662l-1064-1419l57-148l107-123l121-82l95-26l426-118l666-488l233-768l142-470l-221-301l-2441 134l-2502-203l-1481-595z"/>
<path id="9173" d="M84100 341731l723 1007l1079 483l125 85l155 148l98 159l94 222l34 176l240 2052l-577 1260l-1831 2994l-407-136l-756 1346l1549 1035l252 50l329 17l447-61l222-70l126-34l136 15l126 83l350 366l764 1812l0 155l-47 176l-171 231l-176 167l-405 328l-463 2484l470 725l108 241l540 1947l-467 631l-696 155l-1288 753l-515 445l172 483l77 138l103 68l121 19l638-26l524-53l503-232l98-64l70-119l689-64l883 3000l-194 1129l-1153 2337l1160 1373l733 1387l25 855l-292 631l-5071 2241l-128 256l-560 1811l119 412l195-23l997-515l553-129l248-34l129 27l203 117l-1765 1170l-1375 2750l-28 178l-88 1178l189 2242l-1252 1236l-261 76l-2170 506l-2501 551l-4406-576l-57-104l-412-704l-65 5l-77 43l-494 387l-1442 1639l-64 99l-158 401l-1982-623l-4215-3257l-535-632l-808-1804l-1443-2072l-131-117l-1178-590l-102-28l-623-92l-96-33l-63-51l-76-89l23-668l11-104l130-635l293-1010l675-1465l-319-1690l-124-840l-69-550l73-779l108-272l442-952l232-464l2781-1030l2062-101l-198-1619l-135-472l819-433l642-482l107-81l376-317l93-80l47-87l-7-87l-46-66l-279-126l-291-930l-15-51l8-37l749-1128l81-114l331-246l85-35l2090-704l575-793l-1236-4466l-774-1354l-101-73l-132-40l-864-127l-1106 446l-1502-616l-123-82l-110-98l-717-884l-52-122l-4-111l61-848l126-18l108-68l89-105l59-79l51-69l131-331l21-184l23-1104l11-992l-14-252l-29-239l-244-1691l-262-5418l465-1471l83 104l361 238l2928 564l702 17l1039-1031l9-64l575-3007l1019-2393l1837 631l1511 74l3303 1026l2137 987l1102-563l333-32l414 243l821 644l1824 1744l-205 459l-16 157l86 535l846 405l734-55z"/>
<path id="9174" d="M73482 284023l56 517l400 1886l1036 3050l-416 929l-146 657l391 2590l3330 1246l1601 659l62 668l35 1169l-108 907l0 176l196 596l189 414l-520 235l-1090 534l-2975 1759l-1082 2510l-161 901l-650 1247l-152 1543l-2049 1025l-2330 854l-1990 609l75-321l79-523l-39-1136l-516-925l-1351-818l-719-90l-2444 202l-265 200l-643 483l-1012-342l-1259-3075l-116-158l-536-188l-776-175l-181 69l-38 300l-199-4l-1284-133l-187-25l-1325-1311l-3645-2298l-314-93l-1778 785l-142 97l-189 226l-76 101l-20 72l5 86l-2096 1677l-423 228l282-482l87-483l-268-1461l34-2294l220-551l594-912l90-135l2555-2219l74-2735l27-62l660-887l1006-2407l-445-1497l307-714l4437-2567l1189-415l1160-216l1602-401l736-269l41 68l100 75l862 246l608-253l93-39l31-266l90-78l114-65l111-40l119-26l124 2l138 22l107 33l114 57l759 480l2961 2957l665 1137l529 662l208-9l2009-778l40-45l-458-944l-23-149l11-208l46-127l535-636l1841-693l1377-360l288 92z"/>
<path id="9175" d="M114883 316524l557 1466l1350 171l1301 493l-757 971l-66 123l-799 1564l169 557l379 488l357 2267l455 3880l1043 2257l104 24l291 169l229 1705l-106 372l-1933 1944l-696 560l-79 38l-113 17l-2690 166l-1927 963l-828-1034l-1479-1409l-2489-1174l-516 699l-117 483l22 127l889 3458l241 473l-789 1726l-155 109l-248-80l-1785-1034l-3954-728l179-449l12-72l-9-84l-226-743l-541-430l-1594-568l-2860-2302l-961-984l-178-2415l1242-1525l230-2381l-179-1449l-1195-2566l-806-1705l-946-3220l168-839l1551-1091l322-793l-1086-5314l-204-858l-72-169l-229-241l476-242l1756 132l692 148l6450 1581l1771 750l279 412l114 1102l1952 1866l95 58l148 73l206-12l147-37l3904-980l684 244l356 182l124 102l62 101l121 554l996 1649l944 796l244-92z"/>
<path id="9176" d="M67829 214393l1320 331l2987 39l851-1342l302-154l1460 401l1083 387l372 356l111 237l-1032 2140l-576 1753l1385 2222l1680 2287l2352 3841l374 220l1589 880l1016 1182l2512 739l1696 19l1681 643l1826 3200l367 1235l27 507l-734 586l-2072 3766l-133 1614l412 992l524 17l91-19l79-45l71-68l85-130l48-73l663-173l954 9l-286 2494l-18 92l-31 107l-39 101l-52 71l-935 982l-203-69l-259-659l-1369-520l-88 64l-322 339l-51 73l-80 587l-33 109l-73 77l-685 656l-95 84l-190 91l-138 29l-80 4l-102-33l-1345-1178l-984-1181l37-76l387-29l100-321l49-160l-297-1188l-2019 79l-969 401l-2110 2536l-162 298l252 1181l-782 2049l-242 601l-530 825l-58 43l-1519 737l-75 14l-1075 135l-348 15l-167-7l-128-22l-372-181l-269-134l-670-875l645-979l310-934l27-633l-310-1886l-489-445l-3286-1262l-1294-1249l-2536-1255l-515 764l-46 454l257 52l-75 2151l-279 1045l-272 126l-1883 489l-2898-477l-3018-760l-268-74l-920 72l-379 1108l-1585 678l-657 227l-4418-2110l-1645-1028l-1226-1078l-66-90l-132-113l-149-78l-123-38l-287 0l-2029 829l-1578 1208l-843 203l-1157-752l-150-965l-9-230l644-442l-331-653l-590-167l-2070-62l-770-1480l-1456-2490l-444-237l-2445-221l2060-836l3297-1778l4493-2842l174-395l-707-1203l-216-225l-744-444l1413-2370l1240-994l879-426l294-74l285-42l2407 176l270-628l208-1238l54-392l-417-361l88-311l1188-2297l2097-2876l856-1000l293-161l852-315l637-108l1803 231l152 342l239 1283l608 2245l232 379l1423 725l3023 676l335-164l2725-1566l467-443l2291-2328l466-2663l-1347-988l-754-866l3135 1219z"/>
<path id="9177" d="M112311 284473l390 478l2018 323l1768-687l172-39l197-19l5020 279l86 11l922 309l357 163l2342 4362l38 487l-53 960l913 677l1906 1322l56 77l26 84l19 288l43 830l64 777l55 90l407 388l216 174l209 127l356 206l349 3763l-1109 713l-815 597l-284 990l-45 193l-488 4073l769 121l94 157l302 1709l140 980l5 106l-813 92l-816-121l-154-71l-132-152l-324-727l-1499 123l-3252 2247l-1020 909l-1593 1279l-1501 781l-683-27l-424 61l-2332 535l-115 45l-64 83l-13 104l25 114l837 1707l-244 92l-944-796l-996-1649l-121-554l-62-101l-124-102l-356-182l-684-244l-3904 980l-147 37l-206 12l-148-73l-95-58l-1952-1866l-114-1102l-279-412l-1771-750l-6450-1581l-692-148l-1756-132l-476 242l-567-1679l-14-161l14-125l76-293l171-44l60-19l440-1276l0-153l-52-145l-199-361l-273-406l-1091-1555l-142-866l1134-1043l632-23l416-385l179-1575l-355-1605l1342-3730l1803-2387l3658-3769l651 42l567 29l102-47l3208-1628l928-821l72-74l19-120l53-497l48-78l599-642l340-303l105-93l204-165l541-312l1070 140l209 54l91 66l49 97l59 274l449 905l736 978l891 288l231-7l495-150z"/>
<path id="9178" d="M104039 267448l422 509l1826 681l157 13l139-46l604-255l519-278l175 223l810 2903l-402 750l-183 862l50 1159l15 129l346 2054l1403 1553l1178 1665l1291 4368l-78 735l-495 150l-231 7l-891-288l-736-978l-449-905l-59-274l-49-97l-91-66l-209-54l-1070-140l-541 312l-204 165l-105 93l-340 303l-599 642l-48 78l-53 497l-19 120l-72 74l-928 821l-3208 1628l-102 47l-567-29l-651-42l-3658 3769l-1803 2387l-1342 3730l355 1605l-179 1575l-416 385l-632 23l-1134 1043l142 866l-159-203l-2516 341l-196 682l-1642 32l-3063-2l-1576-342l-1112-765l-506-425l-814-1096l-235-655l-189-414l-196-596l0-176l108-907l-35-1169l-62-668l-1601-659l-3330-1246l-391-2590l146-657l416-929l-1036-3050l-400-1886l-56-517l492-34l627-182l104-93l1563-1465l125-154l153-308l17-110l986-2354l525-816l303-151l700 108l390 314l101 500l1506 1176l1302 942l668 65l288-151l952-2941l75-816l772-184l206 0l546-204l-134-2502l-208-1858l-86-2517l1299-1373l924-457l543-257l875-610l14-88l0-1129l-741-930l-79-675l674-547l394 83l908 433l150 86l572 422l1148 523l153 63l174 41l1546 97l462-499l51-93l18-109l-128-633l1388-206l711 447l3145 2126l998 758l1551-460l992-8l842 155z"/>
<path id="9179" d="M67109 310704l-868 170l-1521 2657l-26 97l-297 1224l1804 3920l446 414l492-21l204-12l292-67l331-127l-803 1091l-843-352l-377 976l-272 520l-2171-98l-1420-394l-1852-517l-191-360l-221-697l-1151-500l-1359-384l-261-35l-1102-14l-1781 871l-2117 1701l-1418 1030l-1394-603l-1334-14l-424 646l-225 426l-21 85l14 78l53 54l74 42l-395 206l-2839 829l-127 28l-113-28l-2499-1617l22-472l491-427l-19-2801l-164-351l-1295-1026l-300-4l-1222-53l-538-105l-798-579l-731-1743l-174-547l398-149l1234-133l540-34l114 33l158-24l157-99l315-745l133-415l47-356l1148-482l-60-4718l537-140l697-1653l19-161l-151-979l-377-568l40-105l111-235l632-776l134-25l1113 1111l137 179l251 443l359 625l249 8l249-118l124-89l718-601l423-228l2096-1677l-5-86l20-72l76-101l189-226l142-97l1778-785l314 93l3645 2298l1325 1311l187 25l1284 133l199 4l38-300l181-69l776 175l536 188l116 158l1259 3075l1012 342l643-483l265-200l2444-202l719 90l1351 818l516 925l39 1136l-79 523l-75 321z"/>
<path id="9180" d="M63417 367241l135 472l198 1619l-2062 101l-2781 1030l-232 464l-442 952l-108 272l-73 779l69 550l124 840l319 1690l-675 1465l-293 1010l-130 635l-11 104l-23 668l76 89l63 51l96 33l623 92l102 28l1178 590l131 117l1443 2072l808 1804l535 632l4215 3257l1982 623l-1624 1720l-88 131l-68 141l-135 505l9 120l26 84l260 347l209 131l234 26l1127-36l545 1740l-103 469l-2904-178l-2805-88l-203 77l-3250 3715l-271 970l-324 498l-571 312l-566 309l-3221 279l-169-1l-172-177l26-266l97-268l1466-2281l656-636l-225-493l-3226-153l-167 31l-3766 1459l-2069 1018l-261 429l-73 163l-39 218l10 209l72 262l-97 178l-281 182l-280 136l-1142 86l-5118 190l-158 3l-1738-32l-782-66l-1270-282l-695-303l-43-388l-78-956l0-8l208-544l144-69l376-15l112-88l337-266l-87-1008l-1964-2407l-2299-2300l-1626-1294l-444 167l-1003 372l-236 62l-147 2l-129-2l-156-32l-522-257l-88-70l-36-98l-9-417l52-1293l18-75l56-74l291-202l70-48l170-108l2002-1667l-1485-2140l-74-49l-192-244l-69-91l-57-121l-626-2273l84-1146l1284-794l819 6l1106-439l693-304l1255-1154l149-202l967-2082l371-420l1670-3277l192-471l179-2297l-351-600l-359-393l-431-472l-745-1063l148-770l67-118l783-975l1216 119l788 434l121 79l1905-56l1483-1653l922-430l1631-490l639-123l3158-409l418 117l1120 618l827 617l1956-191l911-412l1612 378l4376 1029l362 143l1150 571l1065 539l1850 1175z"/>
<path id="9181" d="M39765 311899l-47 356l-133 415l-315 745l-157 99l-158 24l-114-33l-540 34l-1234 133l-398 149l174 547l731 1743l798 579l538 105l1222 53l300 4l1295 1026l164 351l19 2801l-491 427l-22 472l2499 1617l113 28l127-28l2839-829l395-206l141 80l55 62l21 58l0 92l-163 2442l-357 2486l-41 208l-26 292l-1 303l527 3105l236 687l105 182l309 414l263 4464l31 1100l103 1183l-25 219l-104 198l-294 329l-5655 4181l-144 23l-431-64l-1108-168l-1368-658l-407-191l-1508 614l-1990 2195l-49 722l39 385l-2221 293l-1744-162l-4220 335l-754 173l-258 552l-875 1341l-1255-92l-1508-114l-516 0l-238 5l-1946 1127l18-1126l276-3845l125-4681l76-167l851-656l135-95l206 43l874-1710l1013-2193l754-2025l65-446l-176-950l-658-3025l-934-763l-577-139l-192 45l-680 201l-593 249l-763 59l-368-180l-292-524l-15-667l2045-3299l1043-610l747-573l593-1712l0-312l-1057-27l-366-1116l-831-3164l14-708l1573-250l484-7l828 198l325 303l1053 84l348-95l894-1044l508-836l343-576l1360-2401l75-306l486-1999l409-2881l1453 251l192 46l995 1051l552 687l59 770l1449 1311l1640-810l2650 962l646 403l85 93l31 149z"/>
<path id="9182" d="M97656 340881l-109 393l-55 375l350 1106l468 875l1616 2309l1553 1817l93 46l901 331l187 0l316-93l106-344l357-81l129-11l373 110l3658 1243l103 83l755 645l463 1747l-28 722l-885 332l-961 266l-95 39l-110 67l-92 76l-552 576l370 694l1864 2012l1963 605l1534 2122l1456 2518l198 1526l-120 1481l-53 169l-94 343l1175 1918l1151 1567l91 115l-721 2343l0 816l291 351l506 595l163 141l176 74l851 81l364 230l156 499l-85 978l-511 394l-1967 512l-417 6l-183-134l-2777-716l-4416 750l-2272 601l-2228 754l-1197 2243l-275 82l-115 5l-960-69l-107-362l-4428-391l-5290 173l-1347 568l-1326 45l-425-43l-449-457l-196-199l-648-307l-255-90l-534 150l-203-117l-129-27l-248 34l-553 129l-997 515l-195 23l-119-412l560-1811l128-256l5071-2241l292-631l-25-855l-733-1387l-1160-1373l1153-2337l194-1129l-883-3000l-689 64l-70 119l-98 64l-503 232l-524 53l-638 26l-121-19l-103-68l-77-138l-172-483l515-445l1288-753l696-155l467-631l-540-1947l-108-241l-470-725l463-2484l405-328l176-167l171-231l47-176l0-155l-764-1812l-350-366l-126-83l-136-15l-126 34l-222 70l-447 61l-329-17l-252-50l-1549-1035l756-1346l407 136l1831-2994l577-1260l-240-2052l-34-176l-94-222l-98-159l-155-148l-125-85l-1079-483l-723-1007l277-263l4193-1731l97 13l95 71l901 1054l1293 1200l2617-490l363-190l127-1416l-12-158l1743-232l1862 1292z"/>
<path id="9183" d="M156196 291945l-693 140l-1726 1179l-476 1023l893 3478l666 697l238 300l745 1076l57 1569l-1678 164l-137 46l-158 101l-151 151l-106 152l-326 805l-235 959l-5 141l39 123l341 394l1989 1667l-306 5147l-147 435l-844 1680l-278 417l-213-112l-739-542l-1224 756l-684 660l-2972-352l-547 388l-72 107l-87 330l8 139l63 100l138 61l143 8l338-147l429 119l-408 884l-101 160l-1904 2117l-1249 716l-111 48l-122 2l-763-414l80-771l-565-978l-111-56l-121 16l-94 87l-1503 1599l-724-48l-216-38l-348 33l-163-27l-124-71l-100-135l-524-971l-1511 426l-464 1093l-112 190l-116 140l-859 756l-96 38l-2754 13l-139-26l-145-59l-1128-872l-404-627l-1308-1070l-657 217l-921-537l-1294-158l-1412 2144l-405 1167l-326 774l-474 776l-731 954l-121 34l-150-27l-855-449l-402-332l-763-696l332-659l102-102l366-952l92-316l-854-1548l-124-105l-162-43l-352-25l-163 86l-116 122l-124 360l-102 122l-134 82l-378 123l-1304 161l-749 22l-1301-493l-1350-171l-557-1466l-837-1707l-25-114l13-104l64-83l115-45l2332-535l424-61l683 27l1501-781l1593-1279l1020-909l3252-2247l1499-123l324 727l132 152l154 71l816 121l813-92l-5-106l-140-980l-302-1709l-94-157l-769-121l488-4073l45-193l284-990l815-597l1109-713l-349-3763l345-482l1098-333l1765-289l656 197l173 435l-177 214l-24 65l0 82l175 573l415-21l861-393l2526-1192l222-174l757-1442l1057-1484l974-174l1198-207l1784-3260l-83-1535l2412-1563l722-836l29-125l91-426l2541 789l1398 544l2202 1392l1960 1822l347 695l666 1361l401 914l-133 658z"/>
<path id="9184" d="M80343 300142l814 1096l506 425l1112 765l1576 342l3063 2l1642-32l196-682l2516-341l159 203l1091 1555l273 406l199 361l52 145l0 153l-440 1276l-60 19l-171 44l-76 293l-14 125l14 161l567 1679l229 241l72 169l204 858l1086 5314l-322 793l-1551 1091l-168 839l946 3220l806 1705l1195 2566l179 1449l-230 2381l-1242 1525l178 2415l961 984l2860 2302l1594 568l541 430l226 743l9 84l-12 72l-179 449l-810 1047l-716 1591l-286 208l-996-152l-134-51l-146-97l-1862-1292l-1743 232l12 158l-127 1416l-363 190l-2617 490l-1293-1200l-901-1054l-95-71l-97-13l-4193 1731l-277 263l-734 55l-846-405l-86-535l16-157l205-459l-1824-1744l-821-644l-414-243l-333 32l-1102 563l-2137-987l-3303-1026l-1511-74l-1837-631l-552-239l-1106-954l-179-630l372-372l590-60l153-79l104-125l823-1396l44-140l-19-148l-248-1489l-741-1406l-534-2959l803-3192l-248-537l-2692-1076l377-976l843 352l803-1091l818-717l1091-196l1635 376l339 258l649 2699l107 978l86 917l2214 2811l337 64l2889-809l543-1815l2185-965l2711 520l888 209l1678 613l904 256l1128 4l168 0l2028-3057l693-3556l-987-1340l-2337 425l-321-1220l721-1073l661-529l173-388l-306-945l-151-2l-1967 72l-100 29l-75 128l18 166l337 273l-34 68l-892 169l-943 178l-1076-758l811-1940l697-1219l139-146l78-121l51-191l26-479l-962-1221l-883-258l-3107 980l-2272-46l-123-566l-3953-2169l161-901l1082-2510l2975-1759l1090-534l520-235l235 655z"/>
<path id="9185" d="M55546 246540l1988 2175l2262 2933l115 258l927 941l2201 1274l1500 2273l342 211l936 369l113-21l845-901l1312-561l595-187l998-247l638 331l147 924l-1246 4584l-171 204l-737 465l-1691 23l-409 261l-1058 735l-2643 2886l-115 144l-85 142l116 378l57 125l133 207l312 102l233 45l301 54l108 56l1602 1081l124 222l-64 323l-804 1000l-649 174l-736-436l-545-64l-151 15l-112 38l-121 120l-413 534l225 571l203 451l181 263l466 573l190 204l165 135l216 156l122 122l82 104l73 160l65 338l-2797 2753l-2074 4856l-1091 66l-284 49l-80 81l-69 73l-117 647l-317 275l-141-9l-648-401l-3298-3051l-191-389l-125-604l52-1112l-244-1350l-395-368l-1512-962l-1310-629l-584-1982l66-110l550-1889l-224-901l-539-641l-2616-1430l-886-96l-1019 421l-2239 301l-919 43l-264-171l-723-545l-1095-1350l1154-722l199-153l-127-1975l-114-162l-475-239l-1127-347l-1138-1590l-1113-2446l-168-373l-3-90l-49-3399l94-2506l723-326l223-1403l-21-306l-1729-1440l245-3540l2015-1486l2070 62l590 167l331 653l-644 442l9 230l150 965l1157 752l843-203l1578-1208l2029-829l287 0l123 38l149 78l132 113l66 90l1226 1078l1645 1028l4418 2110l657-227l1585-678z"/>
<path id="9186" d="M89636 245770l-682-255l-1075-92l-90 105l-21 102l10 113l592 1719l720 667l77 90l290 532l-1044 434l-1695 280l-783 213l-968 546l70 4805l1569 1246l248-295l1100 808l1264 3866l27 123l-135 446l-460 806l-88 64l-465 220l-99 70l-72 112l-58 195l88 1121l13 136l26 65l113 81l856 129l-674 547l79 675l741 930l0 1129l-14 88l-875 610l-543 257l-924 457l-1299 1373l86 2517l208 1858l134 2502l-546 204l-206 0l-772 184l-75 816l-952 2941l-288 151l-668-65l-1302-942l-1506-1176l-101-500l-390-314l-700-108l-303 151l-525 816l-986 2354l-17 110l-153 308l-125 154l-1563 1465l-104 93l-627 182l-492 34l-288-92l-1377 360l-1841 693l-535 636l-46 127l-11 208l23 149l458 944l-40 45l-2009 778l-208 9l-529-662l-665-1137l-2961-2957l-759-480l-114-57l-107-33l-138-22l-124-2l-119 26l-111 40l-114 65l-90 78l-31 266l-93 39l-608 253l-862-246l-100-75l-41-68l-1224-2492l2074-4856l2797-2753l-65-338l-73-160l-82-104l-122-122l-216-156l-165-135l-190-204l-466-573l-181-263l-203-451l-225-571l413-534l121-120l112-38l151-15l545 64l736 436l649-174l804-1000l64-323l-124-222l-1602-1081l-108-56l-301-54l-233-45l-312-102l-133-207l-57-125l-116-378l85-142l115-144l2643-2886l1058-735l409-261l1691-23l737-465l171-204l1246-4584l-147-924l-638-331l-998 247l-194-905l69-659l727-826l47-38l933-688l563-4l1826-4l214-1029l-92-918l670 875l269 134l372 181l128 22l167 7l348-15l1075-135l75-14l1519-737l58-43l530-825l242-601l782-2049l-252-1181l162-298l2110-2536l969-401l2019-79l297 1188l-49 160l-100 321l-387 29l-37 76l984 1181l1345 1178l102 33l80-4l138-29l190-91l95-84l685-656l73-77l33-109l80-587l51-73l322-339l88-64l1369 520l259 659z"/>
<path id="9187" d="M142037 348023l-453 11l-240-15l-133-54l-87-89l-29-113l-44-607l32-192l424-878l1298 676l723 187l34 25l-123 336l-348 508l-58 84l-25 22l-106 24l-865 75zM128694 317139l921 537l657-217l1308 1070l404 627l1128 872l145 59l139 26l2754-13l96-38l859-756l116-140l112-190l464-1093l1511-426l524 971l100 135l124 71l163 27l348-33l62 788l-488 695l-2010 261l-1170 1441l-983 2746l310 877l103 87l1209 962l613 478l386 352l-612 1530l-743 3135l-68 1869l-618 336l-69 83l-11 79l35 217l428 609l1109 581l875 448l1825 595l2489-104l114 75l841 856l305 514l903 2153l-968 3136l-743 1064l-69 95l-632 778l-175 182l-85 30l-108-8l-443-121l-90-42l-48-58l-19-90l-214-533l-970-485l-391-42l-229-21l-65 22l-63 70l-554 1993l658 3064l80 321l42 116l87 140l47 75l419 386l78 23l55-12l118-95l266-204l128-66l93-35l274-71l145-20l1677-26l715 0l533 766l-27 1451l-875 81l-296 8l-399-10l18-474l-1399-11l-256 625l-866 3748l262 1573l30 306l-23 243l-69 252l-340 649l-2046 1100l-665 1335l-358 1302l-25 1965l27 192l101 211l288 359l-3158 761l-2381 1439l-552-82l-783-945l-346-702l52-269l324-1639l782-1115l476-1285l-125-486l-447-660l-572 190l-6 2l-1676 2587l-1640 1219l-1338 531l-1651 318l324 1739l113 352l3 7l163 332l201 249l999 1771l1029 1872l98 258l628 2777l39 204l-20 177l-35 180l-80 165l-4 6l-121 133l-204 169l-143 61l-162 47l-1034 182l-288-664l-160-409l-221-46l-420 73l-545 96l-833 449l-995 426l-777 0l-3787-760l-1327-550l85-978l-156-499l-364-230l-851-81l-176-74l-163-141l-506-595l-291-351l0-816l721-2343l-91-115l-1151-1567l-1175-1918l94-343l53-169l120-1481l-198-1526l-1456-2518l-1534-2122l-1963-605l-1864-2012l-370-694l552-576l92-76l110-67l95-39l961-266l885-332l28-722l-463-1747l-755-645l-103-83l-3658-1243l-373-110l-129 11l-357 81l-106 344l-316 93l-187 0l-901-331l-93-46l-1553-1817l-1616-2309l-468-875l-350-1106l55-375l109-393l146 97l134 51l996 152l286-208l716-1591l810-1047l3954 728l1785 1034l248 80l155-109l789-1726l-241-473l-889-3458l-22-127l117-483l516-699l2489 1174l1479 1409l828 1034l1927-963l2690-166l113-17l79-38l696-560l1933-1944l106-372l-229-1705l-291-169l-104-24l-1043-2257l-455-3880l-357-2267l-379-488l-169-557l799-1564l66-123l757-971l749-22l1304-161l378-123l134-82l102-122l124-360l116-122l163-86l352 25l162 43l124 105l854 1548l-92 316l-366 952l-102 102l-332 659l763 696l402 332l855 449l150 27l121-34l731-954l474-776l326-774l405-1167l1412-2144l1294 158zM118208 347326l-163 436l41 999l7 129l-609 2092l-794 564l140 840l24 104l107 40l2096 399l1111 191l510 51l1540-224l1053-1547l174-334l280-641l76-194l35-174l29-207l-8-166l-15-163l-50-180l-67-184l-1223-3329l-141-354l-1209-559l-144-2l-134 31l-363 155l-678 327l-1625 1900z"/>
<path id="9188" d="M65943 320674l2692 1076l248 537l-803 3192l534 2959l741 1406l248 1489l19 148l-44 140l-823 1396l-104 125l-153 79l-590 60l-372 372l179 630l1106 954l552 239l-1019 2393l-575 3007l-9 64l-1039 1031l-702-17l-2928-564l-361-238l-83-104l-465 1471l262 5418l244 1691l29 239l14 252l-11 992l-23 1104l-21 184l-131 331l-51 69l-59 79l-89 105l-108 68l-126 18l-1023-32l-152-54l-1091-665l-333-244l-108-89l-92-165l-40-150l-96-664l9-113l22-115l192-898l65-157l82-147l74-104l300-200l71-152l42-328l-30-190l-43-139l-145-336l-1030-2335l-56-31l-183 12l-141 61l-327 228l-101 274l-1277 296l-1608 92l-1263-166l-2465-525l-41-141l86-382l311-1126l1137-1283l403-207l469-198l884-419l255-183l65-79l83-123l-1526-1389l-2573-1667l-1044-319l-1414-31l-31-1100l-263-4464l-309-414l-105-182l-236-687l-527-3105l1-303l26-292l41-208l357-2486l163-2442l0-92l-21-58l-55-62l-141-80l-74-42l-53-54l-14-78l21-85l225-426l424-646l1334 14l1394 603l1418-1030l2117-1701l1781-871l1102 14l261 35l1359 384l1151 500l221 697l191 360l1852 517l1420 394l2171 98l272-520z"/>
<path id="9189" d="M153685 313677l-276 287l-143 200l-1081 1574l-161 303l1899 4316l977 2917l40 88l69 79l275 195l658 386l3127 1757l3108 244l526 6l2032-2648l-246-1320l-203-931l-391-603l96-1058l605-516l160-98l279-97l2434-521l230 176l-78 101l-38 94l-11 37l-8 30l-7 58l-5 122l14 127l44 325l21 148l194 1262l99 543l64 270l71 237l81 229l84 180l160 310l129 207l165 244l182 209l136 152l433 409l151 138l900 797l1407 1162l1505 1184l613 550l461 444l305 307l199 209l376 437l185 243l178 262l66 144l108 260l72 230l100 403l53 222l828 3302l72 196l72 158l85 131l73 100l77 85l39 37l146 127l259 389l-10 450l-172 1975l-714 258l-308-550l-817 238l-223 223l273 2895l249 730l82 96l499 532l178 117l143 27l143-53l96-122l115-61l147 28l765 613l122 113l87 122l16 101l-63 419l-19 75l-475 727l-143 42l-5195-384l-2499-276l-1278-481l-712 1285l-500 987l-446 2761l-2 439l117 1558l241 805l85 215l637 1327l78 78l1940 1732l222 141l219 25l1598 105l2597 323l1385 3082l-366 210l-156 48l-1480 52l-192-29l-402-243l-462-42l-595-17l-353 59l-320 109l-300 186l-216 288l-1271 1625l-2504 466l-1204 3126l48 161l49 368l5 258l-66 226l-983 1513l-469 129l-1460 71l-218 35l-4816 1014l-289 63l-142 121l-456 678l-970 2090l-159 660l-199 828l-205 232l-2924-369l-687 460l-1103 806l-1031 51l-2551-2667l-1898-2617l-171-310l109-703l153-980l-203-424l-854-60l-2128 512l-1047 447l-890 379l-293 57l-500 92l-1830-642l-357-250l172-480l-288-359l-101-211l-27-192l25-1965l358-1302l665-1335l2046-1100l340-649l69-252l23-243l-30-306l-262-1573l866-3748l256-625l1399 11l-18 474l399 10l296-8l875-81l27-1451l-533-766l-715 0l-1677 26l-145 20l-274 71l-93 35l-128 66l-266 204l-118 95l-55 12l-78-23l-419-386l-47-75l-87-140l-42-116l-80-321l-658-3064l554-1993l63-70l65-22l229 21l391 42l970 485l214 533l19 90l48 58l90 42l443 121l108 8l85-30l175-182l632-778l69-95l743-1064l968-3136l-903-2153l-305-514l-841-856l-114-75l-2489 104l-1825-595l-875-448l-1109-581l-428-609l-35-217l11-79l69-83l618-336l68-1869l743-3135l612-1530l-386-352l-613-478l-1209-962l-103-87l-310-877l983-2746l1170-1441l2010-261l488-695l-62-788l216 38l724 48l1503-1599l94-87l121-16l111 56l565 978l-80 771l763 414l122-2l111-48l1249-716l1904-2117l101-160l408-884l-429-119l-338 147l-143-8l-138-61l-63-100l-8-139l87-330l72-107l547-388l2972 352l684-660l1224-756l739 542zM142037 348023l865-75l106-24l25-22l58-84l348-508l123-336l-34-25l-723-187l-1298-676l-424 878l-32 192l44 607l29 113l87 89l133 54l240 15l453-11z"/>
<path id="9190" d="M62122 353069l-61 848l4 111l52 122l717 884l110 98l123 82l1502 616l1106-446l864 127l132 40l101 73l774 1354l1236 4466l-575 793l-2090 704l-85 35l-331 246l-81 114l-749 1128l-8 37l15 51l291 930l279 126l46 66l7 87l-47 87l-93 80l-376 317l-107 81l-642 482l-819 433l-1850-1175l-1065-539l-1150-571l-362-143l-4376-1029l-1612-378l-911 412l-1956 191l-827-617l-1120-618l-418-117l-3158 409l-639 123l-1631 490l-922 430l-1483 1653l-1905 56l-121-79l-788-434l-1216-119l-783 975l-67 118l-148 770l745 1063l431 472l359 393l351 600l-179 2297l-192 471l-1670 3277l-371 420l-1587 17l-2438-2277l-1228-2025l-2312-687l-1733 173l-672 330l-76 30l-1993 142l-126-51l-1294-609l156-629l105-298l1428-2601l1260-1791l201-161l704-818l-20-1036l-1708 420l-663 453l-191 140l-212 211l-15 21l-62 97l-32 66l-190 424l-460 522l-671 702l-1400 1344l-545 188l-678 41l-426-361l-922-1054l-371-695l242-862l929-710l207-2261l230-2623l48-229l163-309l1196-16l630 130l328 117l331 117l276-200l363-730l64-181l-190-663l-1112-511l-806-376l-471-921l356-2234l168-531l644-1985l186-380l1946-1127l238-5l516 0l1508 114l1255 92l875-1341l258-552l754-173l4220-335l1744 162l2221-293l-39-385l49-722l1990-2195l1508-614l407 191l1368 658l1108 168l431 64l144-23l5655-4181l294-329l104-198l25-219l-103-1183l1414 31l1044 319l2573 1667l1526 1389l-83 123l-65 79l-255 183l-884 419l-469 198l-403 207l-1137 1283l-311 1126l-86 382l41 141l2465 525l1263 166l1608-92l1277-296l101-274l327-228l141-61l183-12l56 31l1030 2335l145 336l43 139l30 190l-42 328l-71 152l-300 200l-74 104l-82 147l-65 157l-192 898l-22 115l-9 113l96 664l40 150l92 165l108 89l333 244l1091 665l152 54l1023 32z"/>
<path id="9261" d="M112143 275471l552-259l33-874l2700-1606l3121-1352l251-61l928-2977l697-394l64-11l63-3l125 51l122 97l93 94l870 1299l842 1666l467-26l3480-3002l107-118l65-111l37-124l141-568l1708-1056l182-112l133-66l157-39l1394-236l712 163l139 41l280 139l36 121l-440 1035l-51 90l-1804 2036l-2974 3356l-2158 1921l-82 54l-2896 683l-1030-70l-107-188l-22-134l-467-251l-427-229l-2350 438l-458 102l-1295 503l-2582 225l-356-247z"/>
<path id="9262" d="M222229 263266l-167 17l-126 66l-91 100l-69 129l-342 699l97 62l301 189l82 150l0 154l-83 212l-84 147l-89 107l-816 839l-1325 1125l-693 318l-1105-1106l-72-73l-608 555l-112 112l-113 170l-47 153l-9 153l18 153l51 179l47 131l68 145l-2286 877l-140 0l-110-22l-848-347l-2014-1239l-116-107l-2412-3221l215-1645l1160-914l1750-86l2683 19l2371 466l2627-136l1734-141l559 288l183 294l-17 662l-10 89l-42 277z"/>
<path id="9263" d="M145222 234633l2535-274l-50-512l55-1357l111-693l422-1275l762-1519l89-102l85-68l110-46l153-17l131 29l2123 481l1224 928l692 884l1045 437l189 49l164 0l150-32l125-65l65-82l41-96l120-551l66-126l87-108l120-83l110-54l178-68l142-34l1730 17l157 25l193 51l187 59l126 46l211 2761l-1297 1948l-696-377l-574-54l-939 227l-1102 654l-4242 2076l-315 89l-1115-313l-2662-1132l-604-629l-102-1094z"/>
<path id="9271" d="M197678 233970l-160-2l-131 32l-146 71l1340 1978l-566 1674l-245 137l-232 56l94 1076l1497 205l1783 225l77 47l71 44l122 98l91 104l45 56l26 47l323 672l-311 1267l-135 262l7 2118l1039 467l187 282l318 1837l62 561l18 124l1 144l-18 322l-25 132l-22 107l-465 2171l-23 65l-22 28l-63 51l-71 41l-3352 1726l-2148-227l-1613-559l-109-7l-116 34l-2370 2625l-647 1139l-156 291l-345 1784l126 1489l617 821l107 620l-869 522l-751 76l-1991-150l-2277-110l-560 2082l-630 612l-1215 428l-1787-1250l-589-82l-123-23l-115-43l-107-53l-116-66l-795-955l-60-300l43-463l231-342l92-346l21-635l-416-1208l-1621-530l-1938-437l-1227-8l-1038 0l-2651-1484l-151-174l-2622-4002l-85-554l711-373l-255-1548l-1191-785l-700-512l-541-1787l-517-3480l69-245l245-877l-1163-510l-313-495l568-1179l712-451l385-212l189 164l209 169l204 144l194 124l163 95l196 103l157 77l149 59l169 49l179 50l120 30l273 49l139 20l204 10l423-5l274-20l123-25l110-29l124-45l169-75l164-79l392-219l239-144l124-84l125-120l90-124l635-999l89-838l-245-1389l-158-40l-177-44l-132-458l-32-137l-352-2377l-18-152l4-165l20-99l32-91l34-80l49-86l176-258l101-114l83-72l68-40l92-36l144-35l208-32l1279-1759l-438-451l-653-1149l974-2654l82-92l856 488l641-756l1651 1996l2554 823l836-321l195-1888l1131-445l2280 170l1202 778l287 1912l-500 380l945 1355l2014 2643l127 143l81 55l121 39l1040 111l478 13l1062-23l1145-377l5775 1005l626 511l45 55l-3 69l-30 68l-98 91l-351 292z"/>
<path id="9272" d="M213449 220293l1165 840l4738 3216l949-87l-175-1243l-109-780l95-991l1532-598l552 14l2687 665l3771 2947l1082 1358l1534 3532l1229 1465l346 132l1131-23l1935-99l127-27l109-54l2274 1560l160 845l1118 2435l44 72l87 68l116 63l1456 679l2086 3114l-697 1790l666 764l1098 243l270 18l186-26l79 1014l-964 2271l-662 1551l-939 1761l-1196-970l-3190 273l-516 46l-81 126l-108 236l-395 1027l-13 56l133 487l36 48l-935 1352l-7276 1278l-1494-21l-2378-1482l-370-248l-78-131l-2012-2107l-57-47l-555-356l-708-316l-52-12l-592-59l-56 0l-84 18l-1207 724l-1433 863l-57 43l-46 18l-50 0l-869-604l-222-220l-120-147l-70-99l-64-96l-36-67l-422-797l-63-128l-99-252l-387-1004l-348-895l-19-46l-29-69l-21-38l-43-51l-43-42l-59-46l-51-24l-72-16l-64-3l-4848 400l-112 463l-10 87l-3 115l-1317 1077l-3756 571l-1774-413l-62-561l-318-1837l-187-282l-1039-467l-7-2118l135-262l311-1267l-323-672l-26-47l-45-56l-91-104l-122-98l-71-44l-77-47l-1783-225l-1497-205l-94-1076l232-56l245-137l566-1674l-1340-1978l146-71l131-32l160 2l1445 404l686 89l1722-471l2432-1458l267-455l23-76l144-556l8-42l-4-41l-383-1791l-242-1280l-7-75l162-3791l1260-839l75 79l99 91l103 85l100 73l74 45l87 39l63 15l1461 307l55 3l61-13l58-25l45-35l39-51l1509-1995l414-576l38-60l43-81l38-85l21-102l107-746l14-193l410-301l2156 122l1188 109z"/>
<path id="9273" d="M117406 246347l-760 1129l-2549 658l-2823 460l-1589 281l-163 971l-884 904l-518 519l-3079 2119l-1516 996l-1572 5566l1256 4724l830 2774l-842-155l-992 8l-1551 460l-998-758l-3145-2126l-711-447l-1388 206l128 633l-18 109l-51 93l-462 499l-1546-97l-174-41l-153-63l-1148-523l-572-422l-150-86l-908-433l-394-83l-856-129l-113-81l-26-65l-13-136l-88-1121l58-195l72-112l99-70l465-220l88-64l460-806l135-446l-27-123l-1264-3866l-1100-808l-248 295l-1569-1246l-70-4805l968-546l783-213l1695-280l1044-434l-290-532l-77-90l-720-667l-592-1719l-10-113l21-102l90-105l1075 92l682 255l203 69l935-982l52-71l39-101l31-107l18-92l286-2494l-954-9l-663 173l-48 73l-85 130l-71 68l-79 45l-91 19l-524-17l-412-992l133-1614l2072-3766l734-586l-27-507l-367-1235l-1826-3200l-1681-643l-1696-19l-2512-739l-1016-1182l-1589-880l396-1389l1137-2243l-786-1181l156-1416l196-213l2412-2l795-765l115 262l782-34l753-250l483-654l669 214l1152 518l782 383l519 1724l2490 1445l1425-790l138-1040l409-759l1079-1552l1668-411l2507-38l1897 977l448 664l1680 2863l973 1885l14 660l-350 428l-724-342l-63 97l13 110l283 545l607 519l1287-162l171-99l791-651l2170-289l5898 1386l557 198l386 357l-271 733l315 2211l499 432l347 288l493-347l781 15l972 989l703 1757l70 196l57 322l-220 1646l-448-219l-154-37l-107 20l-102 64l-801 560l-190 252l-133 316l-192 1140l276 1463l322 1835l117 1195l-741 3450z"/>
<path id="9274" d="M120082 246986l129 198l2398 1559l461 161l967 292l120-287l104-147l294-245l380 37l766 1215l1206 1435l2381 455l360-69l505-454l111-232l20-241l-126-569l1233-944l738-356l295 36l720 1416l151 458l-35 92l-245 208l-53 108l12 104l93 65l638 179l844 142l-27 682l1231 2103l2162 1181l218 60l182 121l177 201l630 732l400 3150l-462 101l-233 63l-908 284l-106 43l-1054 1835l7 252l372 871l499 888l-642 1389l-569 1576l15 1089l909 249l886-55l459 285l1083 782l456 675l41 158l-29 158l-169 193l64 866l573 737l116 58l194-234l1680-2147l-24-141l28-603l209-4l2810 100l1551 199l1086 1525l-67 155l-75 92l-71 62l-479 312l-144-268l-216 91l-637 420l-189 315l301 817l167 381l428 681l1092 1449l-737 562l-978 654l-1080 695l826 5754l30 62l279 512l-91 426l-29 125l-722 836l-2412 1563l83 1535l-1784 3260l-1198 207l-974 174l-1057 1484l-757 1442l-222 174l-2526 1192l-861 393l-415 21l-175-573l0-82l24-65l177-214l-173-435l-656-197l-1765 289l-1098 333l-345 482l-356-206l-209-127l-216-174l-407-388l-55-90l-64-777l-43-830l-19-288l-26-84l-56-77l-1906-1322l-913-677l53-960l-38-487l-2342-4362l-357-163l-922-309l-86-11l-5020-279l-197 19l-172 39l-1768 687l-2018-323l-390-478l78-735l-1291-4368l-1178-1665l-1403-1553l-346-2054l-15-129l-50-1159l183-862l402-750l-810-2903l-175-223l-519 278l-604 255l-139 46l-157-13l-1826-681l-422-509l-830-2774l-1256-4724l1572-5566l1516-996l3079-2119l518-519l884-904l163-971l1589-281l2823-460l2549-658l760-1129l2676 639zM112695 275212l-552 259l356 247l2582-225l1295-503l458-102l2350-438l427 229l467 251l22 134l107 188l1030 70l2896-683l82-54l2158-1921l2974-3356l1804-2036l51-90l440-1035l-36-121l-280-139l-139-41l-712-163l-1394 236l-157 39l-133 66l-182 112l-1708 1056l-141 568l-37 124l-65 111l-107 118l-3480 3002l-467 26l-842-1666l-870-1299l-93-94l-122-97l-125-51l-63 3l-64 11l-697 394l-928 2977l-251 61l-3121 1352l-2700 1606l-33 874z"/>
<path id="9275" d="M242525 248782l410 429l1032 1612l-69 106l-29 131l-16 146l54 662l19 113l421 2431l500 2183l175 756l61 891l0 783l-3 68l-15 72l-1231 4417l-24 78l-117 359l-62 102l-133 163l-1982 1851l-882-841l-437 72l-545 1298l-201 1039l42 319l371 204l-10 367l-15 544l-99 206l-990 1494l-389 426l-1107-338l-339-123l-3128-1672l-177-95l-130-87l-99-82l-91-135l-73-174l-313-728l-129-218l-80-111l-134-101l-158-67l-2541-980l-2345-102l-111 117l-107 53l-173 63l-179 17l-155-32l-164-85l-167-95l-1214-742l-101-75l-223-207l-87-85l-219-214l-710-729l-337-303l-277-230l-213-151l-212-118l-157-72l-64-29l-174-44l-122-12l-122-11l42-277l10-89l17-662l-183-294l-559-288l-1734 141l-2627 136l-2371-466l-2683-19l-1750 86l-1160 914l-215 1645l2412 3221l116 107l2014 1239l848 347l110 22l140 0l2286-877l715 1002l77 119l54 105l35 108l613 2756l-51 173l-634 1991l-680 2005l-593 1660l-49 145l-26 114l-12 118l10 91l19 111l56 148l102 205l97 150l265 387l276 430l88 173l91 231l55 217l35 261l-7 195l-14 171l-47 260l-1538 5477l-95 219l-96 199l-112 182l-197 218l-5739 5836l-300 273l-242 204l-249 188l-233 163l-167 111l-3412 2254l-232 141l-205 96l-164 52l-64 13l-140 28l-230 14l-553-13l-2510-129l-2204 188l-34-120l-515-1817l-2066-2938l-1733-864l-110-15l-117 60l-236 398l-307 139l-120 14l-76-66l-768-670l-539-592l-95-158l-501-1201l0-656l563-1556l821-539l1283-602l262-116l298-72l1213-64l126-90l1593-1469l210-244l20-101l-258-1346l-521 43l-769-469l-2727-1878l-287-2649l-1739-1639l-221-17l-184-57l-135-103l787-5287l252 47l110-13l94-58l72-151l14-127l0-79l-46-75l-554-681l-142-103l-1522-707l-427-31l-956 264l-962 447l-1619-1092l19-136l11-2027l-709-346l-175-58l-148 6l-201 71l-625 337l-192-8l-130-52l-788-683l616-1531l1215-428l630-612l560-2082l2277 110l1991 150l751-76l869-522l-107-620l-617-821l-126-1489l345-1784l156-291l647-1139l2370-2625l116-34l109 7l1613 559l2148 227l3352-1726l71-41l63-51l22-28l23-65l465-2171l22-107l25-132l18-322l-1-144l-18-124l1774 413l3756-571l1317-1077l3-115l10-87l112-463l4848-400l64 3l72 16l51 24l59 46l43 42l43 51l21 38l29 69l19 46l348 895l387 1004l99 252l63 128l422 797l36 67l64 96l70 99l120 147l222 220l869 604l50 0l46-18l57-43l1433-863l1207-724l84-18l56 0l592 59l52 12l708 316l555 356l57 47l2012 2107l78 131l370 248l2378 1482l1494 21l7276-1278l935-1352l-36-48l-133-487l13-56l395-1027l108-236l81-126l516-46l3190-273l1196 970z"/>
<path id="9276" d="M197936 205211l1763 703l1599-473l1239-366l446-10l527 214l2884 2261l5143 4813l277 265l43 121l537 2638l365 2376l-438 959l54 769l1074 812l-1188-109l-2156-122l-410 301l-14 193l-107 746l-21 102l-38 85l-43 81l-38 60l-414 576l-1509 1995l-39 51l-45 35l-58 25l-61 13l-55-3l-1461-307l-63-15l-87-39l-74-45l-100-73l-103-85l-99-91l-75-79l-1260 839l-162 3791l7 75l242 1280l383 1791l4 41l-8 42l-144 556l-23 76l-267 455l-2432 1458l-1722 471l-686-89l-1445-404l351-292l98-91l30-68l3-69l-45-55l-626-511l-5775-1005l-1145 377l-1062 23l-478-13l-1040-111l-121-39l-81-55l-127-143l-2014-2643l-945-1355l500-380l-287-1912l-1202-778l-2280-170l-1131 445l-195 1888l-836 321l-2554-823l-1651-1996l-1050-1445l190-981l-617-1456l-1904-1800l-361-311l-329 148l-1249-1721l-903-1542l-1664-4065l51-466l79-649l-354-1236l-808-1572l-38-69l-44-52l-85-70l-141-81l-387-198l-71-71l-59-59l-64-77l-44-95l-26-89l-10-121l-15-246l10-202l162-342l1582-1047l445 585l117 283l1657-206l1578-632l2811-356l1137 1038l1833-499l1789-962l1814-3088l4077 746l1619 311l1282 1000l367 1882l2695 1487l1301 347l718-90l50-1708l463-951l1298-2513l703-1744l472 960l-112 653l-69 393l-48 271l-156 942l951 1001l16 16l1618 1198l457 192l137 55z"/>
<path id="9277" d="M183845 263665l-616 1531l788 683l130 52l192 8l625-337l201-71l148-6l175 58l709 346l-11 2027l-19 136l1619 1092l962-447l956-264l427 31l1522 707l142 103l554 681l46 75l0 79l-14 127l-72 151l-94 58l-110 13l-252-47l-787 5287l135 103l184 57l221 17l1739 1639l287 2649l2727 1878l769 469l521-43l258 1346l-20 101l-210 244l-1593 1469l-126 90l-1213 64l-298 72l-262 116l-1283 602l-821 539l-563 1556l0 656l501 1201l95 158l539 592l768 670l76 66l120-14l307-139l236-398l117-60l110 15l1733 864l2066 2938l515 1817l34 120l-348 114l-455 201l-1781 996l-568 304l-7 3l-322 135l-370 124l-279 59l-349 42l-508 12l-311 5l-768-11l-53-5l-308-9l-159 0l-117 9l-133 40l-223 96l-4456 2422l-240 144l-304 256l-181 263l-91 216l-37 102l-88 238l-115 253l-83 160l-97 143l-277 359l-1142 1275l-1227 1329l-719 689l-177 125l-160 96l-178 64l-175 28l-164 8l-732 29l-110-39l-99-46l-164-90l-200-129l-235-164l-189-159l-174-164l-489-483l-1227-1636l-239-502l23-730l20-35l40-55l30-35l-894-1672l-2009-2561l-2953-3179l-82-81l-83-71l-795-437l-160-78l-203-88l-199-76l-1427-515l-159-31l-115 7l-1562 322l-542 223l-1413-233l-2127-536l-926-1451l-561-63l-1035 295l-94 42l153 1048l-165 151l-2031-675l-1740-1082l-702-553l133-658l-401-914l-666-1361l-347-695l-1960-1822l-2202-1392l-1398-544l-2541-789l-279-512l-30-62l-826-5754l1080-695l978-654l737-562l427 1204l608 1227l234 40l1683-30l525-295l163-510l275-987l-57-332l-411-588l-142-212l-149-302l-91-337l-58-417l424-1015l92-5l2243 340l1481 271l1164 676l430 748l-53 805l-183 73l-116 164l-18 237l104 1303l401 63l2055-994l3570-2728l212-181l716-910l-5-508l1007-1715l1638 613l956-483l243-157l273-212l-1057-990l-95-261l-12-290l460-2781l121-498l110-266l539-821l102-150l275-105l4493-1071l172-3l1749 165l5016-196l1722-522l348-173l1787 1250z"/>
<path id="9278" d="M175065 224515l-641 756l-856-488l-82 92l-974 2654l653 1149l438 451l-1279 1759l-208 32l-144 35l-92 36l-68 40l-83 72l-101 114l-176 258l-49 86l-34 80l-32 91l-20 99l-4 165l18 152l352 2377l32 137l132 458l177 44l158 40l245 1389l-89 838l-635 999l-90 124l-125 120l-124 84l-239 144l-392 219l-164 79l-169 75l-124 45l-110 29l-123 25l-274 20l-423 5l-204-10l-139-20l-273-49l-120-30l-179-50l-169-49l-149-59l-157-77l-196-103l-163-95l-194-124l-204-144l-209-169l-189-164l-385 212l-712 451l-568 1179l313 495l1163 510l-245 877l-69 245l-797-130l-1492 1040l-492 878l-9 479l-1914 2270l-1733 939l-401-319l-885 268l-1285 830l-790 702l-479 409l-1803 1194l-3014-542l-1535-2106l-105-249l-555-385l-329-196l-721-209l-1442-384l-819 188l-1772 583l-1216-19l-228-368l-496-687l-1066 221l-1309 765l-1511 1195l-3119 2591l-432 419l-844-142l-638-179l-93-65l-12-104l53-108l245-208l35-92l-151-458l-720-1416l-295-36l-738 356l-1233 944l126 569l-20 241l-111 232l-505 454l-360 69l-2381-455l-1206-1435l-766-1215l-380-37l-294 245l-104 147l-120 287l-967-292l-461-161l-2398-1559l-129-198l-399-686l-47-204l-19-181l22-213l163-189l2709-1276l4270-2248l1416-2395l1594-1465l2310-1384l1011-425l912-107l1182 13l1076 949l161 383l892 54l806-362l168-101l2499-2822l356-1060l-86-234l136-1395l1231-1917l698-48l100-302l-1555-5683l-20-116l12-115l422-999l2915-1154l-30-213l-197-3347l-22-866l-569-606l127-558l1210-2144l585-166l297 76l2658-2412l3320-1897l962-369l2831-235l2728 38l2006-336l4160-919l368-401l387 198l141 81l85 70l44 52l38 69l808 1572l354 1236l-79 649l-51 466l1664 4065l903 1542l1249 1721l329-148l361 311l1904 1800l617 1456l-190 981l1050 1445zM147757 234359l-2535 274l102 1094l604 629l2662 1132l1115 313l315-89l4242-2076l1102-654l939-227l574 54l696 377l1297-1948l-211-2761l-126-46l-187-59l-193-51l-157-25l-1730-17l-142 34l-178 68l-110 54l-120 83l-87 108l-66 126l-120 551l-41 96l-65 82l-125 65l-150 32l-164 0l-189-49l-1045-437l-692-884l-1224-928l-2123-481l-131-29l-153 17l-110 46l-85 68l-89 102l-762 1519l-422 1275l-111 693l-55 1357l50 512z"/>
<path id="9279" d="M166298 242225l517 3480l541 1787l700 512l1191 785l255 1548l-711 373l85 554l2622 4002l151 174l2651 1484l1038 0l1227 8l1938 437l1621 530l416 1208l-21 635l-92 346l-231 342l-43 463l60 300l795 955l116 66l107 53l115 43l123 23l589 82l-348 173l-1722 522l-5016 196l-1749-165l-172 3l-4493 1071l-275 105l-102 150l-539 821l-110 266l-121 498l-460 2781l12 290l95 261l1057 990l-273 212l-243 157l-956 483l-1638-613l-1007 1715l5 508l-716 910l-212 181l-3570 2728l-2055 994l-401-63l-104-1303l18-237l116-164l183-73l53-805l-430-748l-1164-676l-1481-271l-2243-340l-92 5l-424 1015l58 417l91 337l149 302l142 212l411 588l57 332l-275 987l-163 510l-525 295l-1683 30l-234-40l-608-1227l-427-1204l-1092-1449l-428-681l-167-381l-301-817l189-315l637-420l216-91l144 268l479-312l71-62l75-92l67-155l-1086-1525l-1551-199l-2810-100l-209 4l-28 603l24 141l-1680 2147l-194 234l-116-58l-573-737l-64-866l169-193l29-158l-41-158l-456-675l-1083-782l-459-285l-886 55l-909-249l-15-1089l569-1576l642-1389l-499-888l-372-871l-7-252l1054-1835l106-43l908-284l233-63l462-101l-400-3150l-630-732l-177-201l-182-121l-218-60l-2162-1181l-1231-2103l27-682l432-419l3119-2591l1511-1195l1309-765l1066-221l496 687l228 368l1216 19l1772-583l819-188l1442 384l721 209l329 196l555 385l105 249l1535 2106l3014 542l1803-1194l479-409l790-702l1285-830l885-268l401 319l1733-939l1914-2270l9-479l492-878l1492-1040l797 130z"/>
<path id="9361" d="M92533 172272l840-1809l2071-783l1268-677l2085-1984l169-713l703 0l2674 3553l172 2012l-3873 2774l-1696 974l-152-53l-2691-1459l-1051-771l-519-1064z"/>
<path id="9362" d="M111767 219958l38-151l396-597l-58-1689l1530-809l448 399l1417 96l1356-858l25-198l-5-184l-31-102l-84-123l-84-105l-36-137l-71-800l-29-344l-20-241l-3-166l2566-1357l452 646l64 120l15 115l-22 128l-57 128l-192 411l23 682l305 630l575 220l842-91l494-52l328 1978l853 2411l774 1983l-1013 2041l-3110 676l-385 39l-1962 110l-1505-485l-525-249l-2627-2968l-66-78l-239-311l-125-165l-151-213l-88-170l-13-170z"/>
<path id="9363" d="M112843 146098l293-321l406 158l1864-1702l1571-1522l499-794l2596 435l1147 446l5423 3530l786 1147l-511 2133l-186 535l-670 395l-382 41l-517-41l279-600l-38-232l-1432-2044l-422-425l-250-22l-2259 102l-593 30l-818 1506l-920 1910l52 677l-17 92l-375 803l-635 275l-204-7l-869-1016l-56-666l-2499-3595l-1263-1228z"/>
<path id="9371" d="M116880 160113l-1985 533l-1122 1451l64 1104l157 379l410 480l1084 1457l63 685l-996 1034l-1007 210l-111-304l103-154l106-551l-238-303l-233-42l-1266-14l-866 213l-224 117l195 617l40 189l290 1612l204 2226l-308 2028l-100 293l-1766-130l-1761-249l-167-294l-361-30l153 671l431 1219l1621 1660l1057 833l504-11l1395 361l580 240l484 278l16 61l209 867l-184 3036l-1133 859l-91 11l-292-459l191-349l-427-158l-955-244l-175-15l-1945 554l63 663l441 368l698 28l-712 1991l-607 621l-1046 390l-278 165l-337 481l-1695 3701l203 831l1401 1292l-562 1426l-826 2025l435 659l206 599l8 87l-791 32l-423-175l-331-413l-70-149l-630-3051l0-327l98-320l8-137l-75-216l-356-583l-513-342l-4131-1891l-285-99l-1876-231l-703-86l-684-48l-506-108l-3705-2837l-868-741l135-128l-1470-1462l-642-285l-348 470l-582 999l-115 445l64 201l-933 404l-1618-763l-1997-1284l-538-734l-15-1801l158-566l436-324l75-103l87-741l-266-950l-339-790l-1365-702l-241 85l-190 399l-239 207l-497 258l-645-123l-1154-1267l-75-1507l-1056-555l-111-788l10-460l146-295l708-1250l730-753l814-1408l378-1098l-462-749l-1952-2530l-1256-208l-573 68l-111-94l-175-150l-102-380l744-1840l515-1266l20-374l-148-249l-1103-182l-893-32l-570-437l-197-280l136-244l137-245l692-652l337-172l988 522l783-572l1114-1880l-338-795l-507-622l-629-994l114-231l682-702l1393-718l784 707l198-292l350-607l107-639l-259-1702l-2223-2190l-320-6267l1572-1337l696-726l229-1056l-442-812l241-290l1841-657l102-28l662-88l1316 3354l817 2093l-26 1115l-745 5941l-498 1654l0 181l77 162l154 160l163 74l1316 525l1639 78l2303-33l1221-93l366-202l1200-900l867-719l162-218l67-130l152-463l91-144l91-98l710-376l1445-175l109 12l792 492l1063 805l2886 654l890-553l787-437l909-247l2418 128l2114 394l1452 3826l-40 265l-293 1925l2554 810l2097-103l1211 60l2936 1327l652 774l181 726l-283 441zM98966 166306l-169 713l-2085 1984l-1268 677l-2071 783l-840 1809l519 1064l1051 771l2691 1459l152 53l1696-974l3873-2774l-172-2012l-2674-3553l-703 0z"/>
<path id="9372" d="M154194 167031l273 124l17 0l203 28l88 43l914 706l701 1966l45 1056l-9 146l-32 176l-119 412l792 390l956 463l2013 143l1851 1555l1947 1715l226 1274l-161 874l1612 3021l1732 641l5219 687l1057-36l-9-59l-30-100l-85-180l-61-113l-374-641l-52-111l-150-644l1608 12l3582 678l1642 897l4231 3165l178 1891l-292 916l599 1525l2024 1511l633 267l1462 2194l1677 2706l554 437l3318 2587l696 177l-703 1744l-1298 2513l-463 951l-50 1708l-718 90l-1301-347l-2695-1487l-367-1882l-1282-1000l-1619-311l-4077-746l-1814 3088l-1789 962l-1833 499l-1137-1038l-2811 356l-1578 632l-1657 206l-117-283l-445-585l-1582 1047l-162 342l-10 202l15 246l10 121l26 89l44 95l64 77l59 59l71 71l-368 401l-4160 919l-2006 336l-2728-38l-2831 235l-962 369l-3320 1897l-2658 2412l-297-76l-585 166l-1210 2144l-127 558l569 606l-191 317l-71 48l-86-5l-2084-776l-1407-1211l119-919l529-437l-989-3701l-604-489l-847-369l-2078-306l-435-7l284 253l335 120l503 255l103 412l-1659 810l-2929-46l-221-250l-817-4003l124-282l575-212l97-119l20-211l-290-868l-854-1450l236-582l1001-3065l593-917l1537-804l130 9l1434 2l430-44l1565-2251l132-2141l41-702l-90-772l-73-40l-72-21l64-271l855-820l2727-797l1295 87l195-160l2172-4942l-1430-232l-753-2460l-108-1501l291-4444l769-1279l377-306l1709-411l346-62l340 263l1012-534l425-541l-1139-1767l-888-987l-189-335l402-409l836-704l832-463l1306-611l1665-961l1001-873l314-741l652-213l824 130l-113 419l-354 852z"/>
<path id="9373" d="M76705 175072l1056 555l75 1507l1154 1267l645 123l497-258l239-207l190-399l241-85l1365 702l339 790l266 950l-87 741l-75 103l-436 324l-158 566l15 1801l538 734l1997 1284l1618 763l933-404l-64-201l115-445l582-999l348-470l642 285l1470 1462l-135 128l868 741l3705 2837l506 108l684 48l703 86l1876 231l285 99l4131 1891l513 342l356 583l75 216l-8 137l-98 320l0 327l630 3051l70 149l331 413l-238 2330l-505 848l-1440 1580l-1585 262l-1676 158l-225 1066l-420 413l-774 754l-1389-726l-309-767l-382-960l-305-131l-857 702l-311 548l-413 1281l-130 1152l-394 1268l-1023-203l-272 156l-798 805l-294 347l401 1598l-1427 748l-1453 359l-854 220l-1564 1650l-183 334l60 1633l-35 1259l-1080 2631l-23 1319l-795 765l-2412 2l-196 213l-156 1416l786 1181l-1137 2243l-396 1389l-374-220l-2352-3841l-1680-2287l-1385-2222l576-1753l1032-2140l-111-237l-372-356l-1083-387l-1460-401l-302 154l-851 1342l-2987-39l-1320-331l-3135-1219l-536-981l-1626-2910l-270-319l-367-18l-961 109l-733-138l-484-1265l-756-3815l108-607l217-979l-562-542l-1389-517l-1238-261l-612-2079l0-247l131-79l1679 0l430 55l664-1103l131-2572l-905-2609l-617-533l-291-139l-1093-47l-517 89l-800 344l-3036-426l-1289-2621l88-738l3757-2264l471-115l1820 329l1533 587l650 490l1551 806l591 286l146-54l183-68l3405-2682l457-1262l-16-378l302-1663l2101-4056l1569-2375l1608-1050l3330 881l1665 418l522-24l285-121l427-263l337-286l-49-290z"/>
<path id="9374" d="M136932 136247l-18 333l4 144l259 1141l693 1221l1985 2879l98 119l130 125l181 128l174 65l115 42l119 15l94 5l4998 1517l37 98l606 2006l26 101l-15 98l-290 1340l-117 2379l539 1544l469-6l444-221l277-135l596 21l335 50l133 69l1202 3617l13 83l6 72l-22 144l-275 1685l254 1052l1405 1838l-1995-934l-156-16l-1185 960l-789 748l-204 177l-315 53l-238-107l-1958-973l-1134-314l-3729 2246l-770-264l-537-43l-2793 1248l-908 691l-490 567l121 151l-217 547l-758-110l-2463-1123l-826-468l83-662l109-1160l-1399-630l-324-111l-883 638l-364 147l-62-24l-43-75l-1078-2155l-176-849l-467-1358l-945-1135l-1660-223l-119-293l-57-28l-214-12l-39 51l-175 254l-464 1140l-19 825l-86 385l-3343 2259l-1438 277l283-441l-181-726l-652-774l-2936-1327l-1211-60l-2097 103l-2554-810l293-1925l40-265l-1452-3826l-2114-394l-2418-128l-909 247l-787 437l-890 553l-2886-654l-1063-805l-792-492l-109-12l-1445 175l-710 376l-91 98l-91 144l-152 463l-67 130l-162 218l-867 719l-1200 900l-366 202l-1221 93l-2303 33l-1639-78l-1316-525l-163-74l-154-160l-77-162l0-181l498-1654l745-5941l26-1115l-817-2093l-1316-3354l-284-278l230-4001l664-838l2601 85l2069-1396l1824-2332l573-121l411-85l272 322l297 52l764 130l1655-78l2330-961l895-583l1444 199l677 2445l614 620l540 544l467 452l1837 1235l2981-705l183-103l1314-879l877-919l412-203l1531 1265l510 573l62 136l457 1439l891 612l2903 317l436-117l392-167l230-1045l67-924l-148-788l117-387l675-1102l3060-1704l1572-1898l447-83l476 934l772 2831l3338 5559l856 424l5333 807l4836 443l245-44l670-464zM113136 145777l-293 321l1263 1228l2499 3595l56 666l869 1016l204 7l635-275l375-803l17-92l-52-677l920-1910l818-1506l593-30l2259-102l250 22l422 425l1432 2044l38 232l-279 600l517 41l382-41l670-395l186-535l511-2133l-786-1147l-5423-3530l-1147-446l-2596-435l-499 794l-1571 1522l-1864 1702l-406-158z"/>
<path id="9375" d="M131895 203432l854 1450l290 868l-20 211l-97 119l-575 212l-124 282l817 4003l221 250l2929 46l1659-810l-103-412l-503-255l-335-120l-284-253l435 7l2078 306l847 369l604 489l989 3701l-529 437l-119 919l1407 1211l2084 776l86 5l71-48l191-317l22 866l197 3347l30 213l-2915 1154l-422 999l-12 115l20 116l1555 5683l-100 302l-698 48l-1231 1917l-136 1395l86 234l-356 1060l-2499 2822l-168 101l-806 362l-892-54l-161-383l-1076-949l-1182-13l-912 107l-1011 425l-2310 1384l-1594 1465l-1416 2395l-4270 2248l-2709 1276l-163 189l-22 213l19 181l47 204l399 686l-2676-639l741-3450l-117-1195l-322-1835l-276-1463l192-1140l133-316l190-252l801-560l102-64l107-20l154 37l448 219l220-1646l-57-322l-70-196l-703-1757l-972-989l-781-15l-493 347l-347-288l-499-432l-315-2211l271-733l-386-357l-557-198l-5898-1386l-2170 289l-791 651l-171 99l-1287 162l-607-519l-283-545l-13-110l63-97l724 342l350-428l-14-660l-973-1885l-1680-2863l-448-664l-1897-977l-2507 38l-1668 411l-1079 1552l-409 759l-138 1040l-1425 790l-2490-1445l-519-1724l-782-383l-1152-518l-669-214l-483 654l-753 250l-782 34l-115-262l23-1319l1080-2631l35-1259l-60-1633l183-334l1564-1650l854-220l1453-359l1427-748l-401-1598l294-347l798-805l272-156l1023 203l394-1268l130-1152l413-1281l311-548l857-702l305 131l382 960l309 767l1389 726l774-754l420-413l225-1066l1676-158l1585-262l1440-1580l505-848l973 37l2983 1014l1259 1637l2428 721l1459 388l1004 1022l576 235l1218 449l107-178l348-1560l1254-1137l1039-652l882-177l697-659l-180-580l-566-1818l-76-688l2005-1554l130-60l285-9l344 912l45 508l164 947l199 935l469 984l2529 2541l1473 363l2524-976l300 29l184 114l1375 1046zM111805 219807l-38 151l13 170l88 170l151 213l125 165l239 311l66 78l2627 2968l525 249l1505 485l1962-110l385-39l3110-676l1013-2041l-774-1983l-853-2411l-328-1978l-494 52l-842 91l-575-220l-305-630l-23-682l192-411l57-128l22-128l-15-115l-64-120l-452-646l-2566 1357l3 166l20 241l29 344l71 800l36 137l84 105l84 123l31 102l5 184l-25 198l-1356 858l-1417-96l-448-399l-1530 809l58 1689l-396 597z"/>
<path id="9376" d="M122834 155255l1660 223l945 1135l467 1358l176 849l1078 2155l43 75l62 24l364-147l883-638l324 111l1399 630l-109 1160l-83 662l826 468l2463 1123l758 110l217-547l-121-151l490-567l908-691l2793-1248l537 43l770 264l3729-2246l1134 314l1958 973l238 107l315-53l204-177l789-748l1185-960l156 16l1995 934l-271 443l17 108l1277 731l601 245l422 172l556-41l112-453l116-82l339 53l151 150l491 873l0 3766l-13 123l-16 120l-19 48l-46 84l-637 999l-273-124l354-852l113-419l-824-130l-652 213l-314 741l-1001 873l-1665 961l-1306 611l-832 463l-836 704l-402 409l189 335l888 987l1139 1767l-425 541l-1012 534l-340-263l-346 62l-1709 411l-377 306l-769 1279l-291 4444l108 1501l753 2460l1430 232l-2172 4942l-195 160l-1295-87l-2727 797l-855 820l-64 271l72 21l73 40l90 772l-41 702l-132 2141l-1565 2251l-430 44l-1434-2l-130-9l-1537 804l-593 917l-1001 3065l-236 582l-1375-1046l-184-114l-300-29l-2524 976l-1473-363l-2529-2541l-469-984l-199-935l-164-947l-45-508l-344-912l-285 9l-130 60l-2005 1554l76 688l566 1818l180 580l-697 659l-882 177l-1039 652l-1254 1137l-348 1560l-107 178l-1218-449l-576-235l-1004-1022l-1459-388l-2428-721l-1259-1637l-2983-1014l-973-37l238-2330l423 175l791-32l-8-87l-206-599l-435-659l826-2025l562-1426l-1401-1292l-203-831l1695-3701l337-481l278-165l1046-390l607-621l712-1991l-698-28l-441-368l-63-663l1945-554l175 15l955 244l427 158l-191 349l292 459l91-11l1133-859l184-3036l-209-867l-16-61l-484-278l-580-240l-1395-361l-504 11l-1057-833l-1621-1660l-431-1219l-153-671l361 30l167 294l1761 249l1766 130l100-293l308-2028l-204-2226l-290-1612l-40-189l-195-617l224-117l866-213l1266 14l233 42l238 303l-106 551l-103 154l111 304l1007-210l996-1034l-63-685l-1084-1457l-410-480l-157-379l-64-1104l1122-1451l1985-533l1438-277l3343-2259l86-385l19-825l464-1140l175-254l39-51l214 12l57 28l119 293z"/>
<path id="9377" d="M136932 136247l-670 464l-245 44l-4836-443l-5333-807l-856-424l-3338-5559l-772-2831l-476-934l-447 83l-1572 1898l-3060 1704l-675 1102l-117 387l148 788l-67 924l-230 1045l-392 167l-436 117l-2903-317l-891-612l-457-1439l-62-136l-510-573l-1531-1265l-412 203l-877 919l-1314 879l-183 103l-2981 705l-1837-1235l-467-452l-540-544l-614-620l-677-2445l-182-1283l76-3015l100-581l-1291-2418l-1167-1887l-688-196l-10-1610l86-960l162-621l1268-565l161-40l217 51l84 53l360 234l708 296l811 27l2473-1207l149-381l-49-505l802 902l2296-553l1497-425l3158-421l2800 233l4202-308l818-613l1857-746l933-327l1985-532l393-376l426-733l69-207l52-262l-96-654l-232-318l-17-1119l128-113l244-77l130-26l1628-104l950-18l392-355l794-1174l206-1060l905-252l484 561l1177-373l146-12l115 18l123 43l1128 571l72 101l834 1937l3809 2175l1524 793l1540 528l2611 643l275 45l81 45l136 76l1649 1201l696 1067l-434 773l-713 759l-127 29l-119 91l-105 108l-452 842l-3 6l-40 114l1 185l54 145l574 979l1147 280l3178 848l250 113l199 125l146 135l99 120l63 157l160 843l42 281l15 489l-15 167l-155 427l-571 872l-1546 2797l-1293 3102l-51 72l-571-275l-212-113l-263 34l-109 50l-296 405l-294 456l-19 168l88 1622l126 3018l-1 10l-28 188l-76 105l-90 77l-4773 2930l-144 397z"/>
<path id="9461" d="M23414 122398l1163-688l2581-1193l1367-524l696-240l1116-343l148-83l950 814l279 251l191 221l196 269l194 445l361 1372l58 338l100 1408l-8 112l-468 2518l-1396 1396l-366 26l-999-451l-2103-984l-3161-2112l-412-635l-487-1917z"/>
<path id="9462" d="M74984 114681l314-366l-182-197l943-713l841-209l653-75l718 473l584 164l1586 342l1216-315l2207 3334l208 369l-118 484l-783-77l-225-246l-191-34l-1360 782l-718 761l-52 57l-17 51l-194 617l-76 382l182 184l283 199l3 524l-635 956l-312 392l-615 257l-2140 229l-335-84l-1054-372l-61-285l123-1000l-2006-2856l-2374-1714l-95-324l234-843l526-582l1469 257l911 280l279-8l488-592l-225-202z"/>
<path id="9463" d="M27577 79728l372-365l944-135l833-533l317-433l604-140l1401-204l899 554l825 816l2586 2078l960 59l848-707l588-267l386 135l850 550l145 399l-2006 1270l-2873 1504l-1677 575l-3066-831l-1909-1173l944-7l247-144l188-608l-2-692l-272-221l-1479-1148l-653-332z"/>
<path id="9464" d="M98935 71243l-187 234l306 243l651 270l2087-16l1259-245l422 230l1129 1447l144 1623l-2721 3583l-1567 1836l-119 12l-1533-63l-102-10l-4319-3699l-684-625l1211-858l580-10l1875-791l306-191l554-463l40-429l114-1558l-430-916l984 396z"/>
<path id="9471" d="M53480 112021l206 88l192 1143l-1020 505l-1620 689l-1473 1642l93 549l856 579l304-106l261 541l-302 1268l-530 1657l-558 461l-150 933l-159 1603l144 523l1734 510l1182 44l376 607l-370 778l-244 2266l-673 770l-1897 131l-420-77l-937-226l126-193l-348-401l-422-187l-1239 41l-526 35l-644 174l-1769 479l-291 588l69 418l-69 1093l-196 1725l-1256 1056l-528 179l-573-144l-884 83l-932 345l-1992 905l-4346 869l-1043-366l-323 0l-347 352l-138 414l-43 488l-615-532l-138-513l214-233l47-36l54-38l-417-660l-3261 1755l-2668 2015l-142 133l-112 120l-185 276l-71 142l-79 238l-1708-412l-1275-1621l-643-497l-2475-1220l-618-609l-765-525l-422 26l-2350 2290l-766 1039l15 197l1172 493l1022 388l-812 1568l-1460 1340l-1191 144l-899-1249l-705-673l-997-38l-2106-634l-2111-895l-604-367l201-859l7-339l-12-286l-1405-2282l-2003-668l-1015 941l-244 122l-1109 98l-291-125l-195-199l-1300-3450l-90-398l1041-1430l-1047-801l-182-691l672-2374l334-829l534 53l550 56l1242 526l886 115l113-357l8-237l953 252l180 19l2321-48l2925 211l591 539l-382 553l-79 145l-90 255l125 473l599-34l1310-659l294-193l174-155l106-211l52-208l1649-2257l576-280l2403-1778l2870-3690l1744-3168l-11-617l277-2931l516-3957l166-863l605-303l212-32l462-65l498 694l477 351l373-5l360-6l548-250l598-652l2-985l5-1094l321-952l466-309l904 301l207-86l289-902l-279-1089l1829-102l470 564l-277 1093l-360 391l493 1604l685 1899l628 364l1650 372l205-1089l1183-445l401 151l1771 846l681 462l325 712l-329 510l-450-171l-80 434l183 313l321 179l795 215l526 98l2747-1015l1927-1161l3608-1533l4097-1083l329 82l763 832l-410 669l-1209 1110l-875 284l-205-294l-384 240l-390 749l-50 390l670 529l2335 922l3383 1569l792 467zM30337 119410l-1116 343l-696 240l-1367 524l-2581 1193l-1163 688l487 1917l412 635l3161 2112l2103 984l999 451l366-26l1396-1396l468-2518l8-112l-100-1408l-58-338l-361-1372l-194-445l-196-269l-191-221l-279-251l-950-814l-148 83z"/>
<path id="9472" d="M92144 98862l916 262l438 304l762 1087l-119 382l533 1687l700 461l2470 2490l473 891l8 199l-1077 455l17 546l1305 1185l1619 2228l381 1496l49 505l-149 381l-2473 1207l-811-27l-708-296l-360-234l-84-53l-217-51l-161 40l-1268 565l-162 621l-86 960l10 1610l688 196l1167 1887l1291 2418l-100 581l-76 3015l182 1283l-1444-199l-895 583l-2330 961l-1655 78l-764-130l-297-52l-272-322l-411 85l-573 121l-1824 2332l-2069 1396l-2601-85l-664 838l-230 4001l284 278l-662 88l-102 28l-1841 657l-241 290l442 812l-229 1056l-696 726l-1572 1337l-478-56l-59 246l-307 1984l163 1015l188 57l402 244l14 96l113 2224l-251 2025l-123 472l-522 224l-269 18l-969-337l-1344-627l-76-23l-1135 220l-243 90l-4583 2095l-115 190l211 856l-195 505l-166 95l-2063-1193l-461-849l102-1090l-1179-2922l-283-77l-339 281l-274-667l-699-3461l221-2289l212-1590l620-1195l960-199l95-226l-197-1483l-622-1092l-710-126l-1042-328l-268-556l976-1280l377 38l119-453l-75-248l-666-482l-2091-1114l-164 261l421 483l-42 516l-134 225l-693 303l-404 170l-401 147l-129-80l-109-74l-399-346l-104-108l-2030-3196l-81-147l-451-958l-161-565l92-666l533-644l-16-435l-761-1026l-1266 41l-310 322l-376-607l-1182-44l-1734-510l-144-523l159-1603l150-933l558-461l530-1657l302-1268l-261-541l-304 106l-856-579l-93-549l1473-1642l1620-689l1020-505l-192-1143l-206-88l743-1201l327-37l1587 1327l249 1000l-290 282l-354 844l293 461l1277 166l1250-14l1927 1137l99 584l215 289l1110 694l1283 357l252 41l243-106l618-1089l229-1686l1186-2918l196-243l1002-306l570 164l161 457l1594 321l7927-2888l5106-3720l201-586l-187-498l-321-285l-6-2110l1294-567l1789-1295l-265-381l-537-627l-126-1103l74-1857l2477 351l939-192l3530-527l211 239l791 2363zM75298 114315l-314 366l225 202l-488 592l-279 8l-911-280l-1469-257l-526 582l-234 843l95 324l2374 1714l2006 2856l-123 1000l61 285l1054 372l335 84l2140-229l615-257l312-392l635-956l-3-524l-283-199l-182-184l76-382l194-617l17-51l52-57l718-761l1360-782l191 34l225 246l783 77l118-484l-208-369l-2207-3334l-1216 315l-1586-342l-584-164l-718-473l-653 75l-841 209l-943 713l182 197z"/>
<path id="9473" d="M31670 68061l298 406l596 830l0 768l1749 1894l833-278l-91-1297l1050 144l1986 339l579 841l-2 103l-754 139l306 648l459 99l2792-1320l367-1042l881-212l864-13l189 73l1519 1891l1531 1982l53 191l72 575l-101 144l-413 71l-955 701l-420 576l-62 715l91 551l618 1192l346 470l2268 1771l652-81l110-123l469 447l238 399l209 716l-679 3028l-26 106l-634 1063l-743 1175l-163 137l-4 200l97 182l215 225l237 164l489 90l1036-274l-16 349l-1140 1254l-318 176l-403 44l-3326-969l-517-615l5-379l-469-350l-667-396l-4374-584l-1453-48l-1278 154l-809 136l-180 102l-140 187l-47 227l23 249l1189 1210l514 323l-69 1487l-100 260l-1181 341l-2467 1320l-2306 1376l-137 175l-360 684l-93 317l886 88l1367 1211l94 613l-815 1110l-494-58l-285-420l-469-206l-399 21l-1115 646l-883 568l-143 330l-198 1063l282 299l-1829 102l-151-1011l-1-181l-3-619l83-564l50-249l241-665l56-153l154-211l130-154l151-180l105-225l419-1275l25-125l-29-126l-101-222l-135-180l-1475-1083l-142-51l-480 238l-157 406l-833 424l-1905 754l-795-64l-1063-808l-88-92l-66-134l-140-1146l-47-505l7-442l14-176l87-248l149-172l320-197l-104-1929l-1309-3103l-1182-537l-1147-325l-187-59l9-1816l58-258l320-220l1147 299l-142 538l1689 238l4140 401l570-157l664-435l215-253l213-856l-62-1417l-319-739l-403-193l-149 89l-191 6l-2062-647l-2708-1678l-3782-2965l-223-3704l149-1005l1781 72l515 418l186 95l202 16l201-60l187-186l1118-1293l479-934l378-546l5274-276l2804 286l603-281l1738-627l330 51l588 623zM27949 79363l-372 365l653 332l1479 1148l272 221l2 692l-188 608l-247 144l-944 7l1909 1173l3066 831l1677-575l2873-1504l2006-1270l-145-399l-850-550l-386-135l-588 267l-848 707l-960-59l-2586-2078l-825-816l-899-554l-1401 204l-604 140l-317 433l-833 533l-944 135z"/>
<path id="9474" d="M62689 147785l-534 37l-519 224l-616 620l-722 1257l-87 180l-868 1051l-1008 427l-591 394l-908 1448l-468 1444l-186-260l-1009-61l-2378 794l-2126 912l-1602 384l-4631-84l-419-72l-1545-1104l-2073-4124l-323-2382l-1181-1766l-2552 2l-2001-1048l-2894-1640l-364-262l-663-519l84-831l612 278l865 29l80-4l486-371l0-377l-1301-4116l-486-1393l43-488l138-414l347-352l323 0l1043 366l4346-869l1992-905l932-345l884-83l573 144l528-179l1256-1056l196-1725l69-1093l-69-418l291-588l1769-479l644-174l526-35l1239-41l422 187l348 401l-126 193l937 226l420 77l1897-131l673-770l244-2266l370-778l310-322l1266-41l761 1026l16 435l-533 644l-92 666l161 565l451 958l81 147l2030 3196l104 108l399 346l109 74l129 80l401-147l404-170l693-303l134-225l42-516l-421-483l164-261l2091 1114l666 482l75 248l-119 453l-377-38l-976 1280l268 556l1042 328l710 126l622 1092l197 1483l-95 226l-960 199l-620 1195l-212 1590l-221 2289l699 3461l274 667z"/>
<path id="9475" d="M100959 63001l868 130l808 736l1734 2125l619 1247l512 1081l-361 763l-84 729l-105 1232l260 208l1212-553l2214 1413l256 223l1858 816l526-201l1674 2l243 48l462 1005l237 534l1354 808l207 136l122 97l95 76l14 33l1082 3257l-4 149l-84 184l-857 624l-195 80l-525 110l-217 70l-955 607l-532 1112l-29 88l352 446l978 999l914 330l1034 319l119-10l624 87l670 312l116 87l101 166l193 600l2 7l-870 589l-1416 471l-1787-530l-606-207l-95-88l-74-163l-753-387l-1086 765l-824 604l-460 644l-360 545l12 343l-852 1691l-31 29l-1989 1147l-988 450l-87-201l139-1134l240-665l4-45l-2073-1556l-233-6l-749 138l-1021 200l-264 190l209 958l-992 2591l-2554 3045l-1695 1389l-2525 2062l-900 503l-1647 177l-791-2363l-211-239l-3530 527l-939 192l-2477-351l-998 736l-508 369l-255-58l-540-658l-253-646l-48-224l33-166l348-933l55-116l349-133l332-43l1185 502l69-13l99-134l843-2154l5-197l-137-184l-396-208l-412-82l-232-43l-123 651l-99 244l-1014-443l-456-251l692-1313l1076-505l216-1485l-213-829l-1148-2806l-345-598l-753-135l-241-13l-552 37l-1533-238l-144-1270l873-1334l267-24l194-180l-191-563l-420-311l-49-20l-40-6l-512-65l-431 58l-64 33l-78 45l-619 515l-110 96l-515 653l-99 65l-155 72l-143 31l-189 21l-521-39l-1692-640l-182-99l-108-61l-120-120l-55-94l-39-170l-285-545l-196-485l392-290l1074-658l515-453l38-1330l-34-96l-313-663l-381-766l-447-281l-1202-1278l-40-116l-3-128l597-2365l160-585l125-238l3354-2931l652-61l520-313l283-215l-159-322l-382-732l1098 1106l100 73l118 53l136 33l130 7l5243-1431l2934-1208l754-567l1848-406l83-15l1044-100l95 8l90 29l460 513l64 77l774 1348l337 813l13 94l34 87l90 68l132 76l114 14l3030-1280l745-1003l194-483l86-164l123-86l2137-914l269-57l316 15zM98935 71243l-984-396l430 916l-114 1558l-40 429l-554 463l-306 191l-1875 791l-580 10l-1211 858l684 625l4319 3699l102 10l1533 63l119-12l1567-1836l2721-3583l-144-1623l-1129-1447l-422-230l-1259 245l-2087 16l-651-270l-306-243l187-234z"/>
<path id="9476" d="M69565 62681l273 139l1037 3484l1640 2069l702 41l1983-400l463-425l136-394l-4-416l96-325l186-260l186-66l1384-258l76 3l85 11l103 41l74 52l383 324l382 732l159 322l-283 215l-520 313l-652 61l-3354 2931l-125 238l-160 585l-597 2365l3 128l40 116l1202 1278l447 281l381 766l313 663l34 96l-38 1330l-515 453l-1074 658l-392 290l196 485l285 545l-816 827l-1006 284l-861 216l-1193 1020l-2086 1795l-2332 2336l-455 689l-203 350l458 77l675 778l420 858l-1986 869l-165 0l-556-38l-609-561l-439-646l-1308 946l-128 1113l-54 178l-1371 772l-311 85l-3946-95l-1403-1089l-2262-2591l173-751l-532-386l-1923-27l-59 306l-1036 274l-489-90l-237-164l-215-225l-97-182l4-200l163-137l743-1175l634-1063l26-106l679-3028l-209-716l-238-399l-469-447l125-1047l414-1345l51-12l1307 969l736 741l1583 1050l396-191l546-652l-111-2814l-253-2408l-15-104l512-3473l1052-285l249-257l43-250l-423-1996l-548-1645l-366-2466l119-1653l0-354l-8-46l-10-45l-274-811l-887-2394l-97-218l-306-387l-64-152l-5-144l165-698l229-256l454-147l232 12l323 143l688-244l983-341l986-18l1347-560l69-106l173-750l503-1249l839-1192l142-42l1591-235l448 56l3414 682l118 29l74 46l88 83l148 218l184 290l539 891l20 79l4 99l-15 213l-223 537l-143 76l-177-24l-871-295l-23 49l-18 2503l49 2436l15 105l57 378l93 262l278 204l1905 1124l2030-97z"/>
<path id="9477" d="M84196 96628l-74 1857l126 1103l537 627l265 381l-1789 1295l-1294 567l6 2110l321 285l187 498l-201 586l-5106 3720l-7927 2888l-1594-321l-161-457l-570-164l-1002 306l-196 243l-1186 2918l-229 1686l-618 1089l-243 106l-252-41l-1283-357l-1110-694l-215-289l-99-584l-1927-1137l-1250 14l-1277-166l-293-461l354-844l290-282l-249-1000l-1587-1327l-327 37l-199-252l-273-1400l1109-346l470 499l213-4l550-658l1061-1604l382-607l346-2175l-39-604l-337 41l-466-945l3-631l1168-3918l1738-1521l992 147l174-49l427-1995l92-577l-455-144l-109-12l-196 71l-77 368l-605-100l-184-225l77-1164l1371-772l54-178l128-1113l1308-946l439 646l609 561l556 38l165 0l1986-869l-420-858l-675-778l-458-77l203-350l455-689l2332-2336l2086-1795l1193-1020l861-216l1006-284l816-827l39 170l55 94l120 120l108 61l182 99l1692 640l521 39l189-21l143-31l155-72l99-65l515-653l110-96l619-515l78-45l64-33l431-58l512 65l40 6l49 20l420 311l191 563l-194 180l-267 24l-873 1334l144 1270l1533 238l552-37l241 13l753 135l345 598l1148 2806l213 829l-216 1485l-1076 505l-692 1313l456 251l1014 443l99-244l123-651l232 43l412 82l396 208l137 184l-5 197l-843 2154l-99 134l-69 13l-1185-502l-332 43l-349 133l-55 116l-348 933l-33 166l48 224l253 646l540 658l255 58l508-369l998-736z"/>
<path id="9478" d="M49822 88467l59-306l1923 27l532 386l-173 751l2262 2591l1403 1089l3946 95l311-85l-77 1164l184 225l605 100l77-368l196-71l109 12l455 144l-92 577l-427 1995l-174 49l-992-147l-1738 1521l-1168 3918l-3 631l466 945l337-41l39 604l-346 2175l-382 607l-1061 1604l-550 658l-213 4l-470-499l-1109 346l273 1400l199 252l-743 1201l-792-467l-3383-1569l-2335-922l-670-529l50-390l390-749l384-240l205 294l875-284l1209-1110l410-669l-763-832l-329-82l-4097 1083l-3608 1533l-1927 1161l-2747 1015l-526-98l-795-215l-321-179l-183-313l80-434l450 171l329-510l-325-712l-681-462l-1771-846l-401-151l-1183 445l-205 1089l-1650-372l-628-364l-685-1899l-493-1604l360-391l277-1093l-470-564l-282-299l198-1063l143-330l883-568l1115-646l399-21l469 206l285 420l494 58l815-1110l-94-613l-1367-1211l-886-88l93-317l360-684l137-175l2306-1376l2467-1320l1181-341l100-260l69-1487l-514-323l-1189-1210l-23-249l47-227l140-187l180-102l809-136l1278-154l1453 48l4374 584l667 396l469 350l-5 379l517 615l3326 969l403-44l318-176l1140-1254l16-349z"/>
<path id="9479" d="M118471 85313l1000 898l65 63l860 1141l902 1282l52 93l1084 2171l-15 455l-261 637l-572 945l-496 850l-39 583l185 1541l213 1409l22 119l54 66l760 730l1534 870l8 3l71 5l133-13l1502 961l1454 1020l-818 1039l-175 320l-63 139l-49 292l36 131l67 86l-206 1060l-794 1174l-392 355l-950 18l-1628 104l-130 26l-244 77l-128 113l17 1119l232 318l96 654l-52 262l-69 207l-426 733l-393 376l-1985 532l-933 327l-1857 746l-818 613l-4202 308l-2800-233l-3158 421l-1497 425l-2296 553l-802-902l-381-1496l-1619-2228l-1305-1185l-17-546l1077-455l-8-199l-473-891l-2470-2490l-700-461l-533-1687l119-382l-762-1087l-438-304l-916-262l1647-177l900-503l2525-2062l1695-1389l2554-3045l992-2591l-209-958l264-190l1021-200l749-138l233 6l2073 1556l-4 45l-240 665l-139 1134l87 201l988-450l1989-1147l31-29l852-1691l-12-343l360-545l460-644l824-604l1086-765l753 387l74 163l95 88l606 207l1787 530l1416-471l870-589z"/>
<path id="9561" d="M-3270 190577l685-374l671-4130l691-135l995-36l1601 263l1364-1099l675-517l1743-338l1207-4l231 995l1 6l1546 659l1024 101l1629 514l475 295l99 493l-1671 2656l-450 336l-841 293l-237 353l-19 156l376 921l628 921l864 599l189 2738l-569 79l-3625-1142l-1564-922l-730-983l-3169-473l-1933-192l-1290-1080l-596-953z"/>
<path id="9562" d="M38138 162584l-2865-73l-3883 279l-89-385l152-15l158-2269l12-329l-609-104l-408-2305l-327-3697l-44-2307l765-717l1621 843l380 929l231 309l64 70l987 842l243 161l656 122l436-249l2098-65l1204 72l770 794l220 1203l-66 169l-446 298l-599 510l-140 1384l-15 235l12 233l250 1517l79 1773l-847 772z"/>
<path id="9563" d="M35504 173708l-359-1288l-49-87l-212-149l-1407-846l-1867-148l-1824-438l-255-460l-500-1917l-41-1251l640-1221l732-256l174 22l638-1627l216-1252l3883-279l580 105l74 61l-7 1133l229 1276l598 470l1031 1173l366 2473l-67 326l-2176 3843l-397 337z"/>
<path id="9564" d="M38138 162584l-3 221l2390 3181l2708 424l201-810l572-670l319-176l552 361l206 552l724 2125l1375 1952l1753-370l199 254l360 460l-810 702l-1547 367l-980 609l-625 1302l375 708l1202 801l436 251l1449 726l193-491l112-686l962 60l1462 693l75 176l35 95l-1440 501l-770-176l-186 189l-32 892l346 909l185 324l328 861l-1294 210l-385-170l-2545-355l-244-15l-1227 332l-502 759l-151 306l-71 1073l318 503l716 562l-56 326l-428 542l-176 211l-216 192l-326 233l-687 430l-762 352l-549 240l-403 12l-753-442l-1418-1063l-1598-2048l-1435-745l-303-568l1116-611l990-807l323-527l-5-411l-784-957l-706-777l-1199-1980l397-337l2176-3843l67-326l-366-2473l-1031-1173l-598-470l-229-1276l7-1133l-74-61l-580-105l2865 73z"/>
<path id="9565" d="M40523 184202l753 442l403-12l549-240l82 219l123 404l87 324l501 1869l-946 69l-21-58l-15-123l25-231l-10-123l-18-61l-1802 312l-530 405l-375 1017l-56 718l-1147 370l-822-89l-235-339l-555-988l-1237-2674l-1012-2309l-80-734l269-333l1222-1377l396-314l1435 745l1598 2048l1418 1063zM55504 176437l-453 89l-726-2029l1588 234l489 963l-898 743z"/>
<path id="9571" d="M14311 173812l268-119l285 14l2070 140l625 633l605 839l85 650l-477 295l-171-103l-165-143l-227 555l429 1159l2778 1932l2598 1187l243-300l292 123l2237 1435l971 624l-485 984l8 370l683 2575l400 159l396 32l331 55l158 43l602 1039l614 1577l165 820l-403 903l-361 869l207 1708l406 243l465-170l127 851l-1075 1049l-577 455l-1036 305l-1531 1702l-1130 1554l-133 331l-1004 380l-1373-399l-769-308l-1077-348l-1485 139l-1334 711l-1277 1153l-1004 914l-877 1782l-3095 3360l-233 1108l-410 3657l918 683l7 0l1051-11l992 1298l110 2744l-1008 2465l-492 871l-1089 125l-749-48l-909-76l-2215-1247l-364-732l-414-101l-1016 0l-1640 290l-1069 1261l388 818l162 700l-438 312l-2952-95l-76-273l-658-301l-1450-7l-1641 511l-1534 482l-270 1209l136 667l181 819l23 105l-100 91l-1088-57l-2093-2456l-2384-3194l-1106-442l-4979-1480l-975 666l-145-80l-43-304l174-743l347-1121l460-209l-917-3454l-882 14l-636 259l-190-66l-1004-466l-378-189l-236-212l1514-2428l1583-754l300 81l291-622l-42-611l-468-1274l-1673-1409l-5071-3553l-953-298l-944 36l-358-633l-274-5206l1026-1682l1063-712l304-1218l-753-798l-318-474l-237-491l-165-603l-28-413l979-1213l-188-478l-282-701l-1350 159l-741-423l-369-1042l-146-657l367-3867l308-613l1044-347l1328 468l1163-703l72-544l-2052-4693l-1078-662l-499 390l-1198-797l195-1128l545-656l994-1038l620 132l251-24l3113-1386l747-827l61-5l1728-82l1854 392l66 24l2501 1838l-27 570l-624 654l-781 705l811 1598l346 677l989 1463l697 783l474 116l1117-627l2503-506l288 1426l2211-449l1824-908l-45-277l-58-108l-205-238l-221-131l319-374l2431 498l927 1686l1488-116l291-809l121-258l235-329l2241-2445l804-213l388 256l937 645l-5 464l1175 19l1355-10l255-57l753-460l628-204l941-128l305 133l378 398l-31 65l-478 860l-106 64l-487-67l-468 144l88 836l286 92l659 63l3145-328l2743-814l405-364zM-2585 190203l-685 374l596 953l1290 1080l1933 192l3169 473l730 983l1564 922l3625 1142l569-79l-189-2738l-864-599l-628-921l-376-921l19-156l237-353l841-293l450-336l1671-2656l-99-493l-475-295l-1629-514l-1024-101l-1546-659l-1-6l-231-995l-1207 4l-1743 338l-675 517l-1364 1099l-1601-263l-995 36l-691 135l-671 4130z"/>
<path id="9572" d="M17287 135769l2475 1220l643 497l1275 1621l1708 412l79-238l71-142l185-276l112-120l142-133l2668-2015l3261-1755l417 660l-54 38l-47 36l-214 233l138 513l615 532l486 1393l1301 4116l0 377l-486 371l-80 4l-865-29l-612-278l-84 831l663 519l364 262l2894 1640l2001 1048l2552-2l1181 1766l323 2382l2073 4124l1545 1104l419 72l4631 84l1602-384l2126-912l2378-794l1009 61l186 260l267 434l292 792l-1008 1423l-1031 1030l-766-126l-772-105l-2547 861l-863 452l-74 120l218 763l354 412l-28 719l-346 1473l-133 305l-691 1467l-748 2412l-53 1413l92 145l404 517l-1753 370l-1375-1952l-724-2125l-206-552l-552-361l-319 176l-572 670l-201 810l-2708-424l-2390-3181l3-221l847-772l-79-1773l-250-1517l-12-233l15-235l140-1384l599-510l446-298l66-169l-220-1203l-770-794l-1204-72l-2098 65l-436 249l-656-122l-243-161l-987-842l-64-70l-231-309l-380-929l-1621-843l-765 717l44 2307l327 3697l408 2305l609 104l-12 329l-158 2269l-152 15l-51-258l-1590-378l-803-36l-392 491l-735 441l-3506 155l-1364-107l-280-886l-21-659l6-2l552-160l-1744-3143l-724-569l-625-191l-390 442l-626 74l-289-51l-214-199l-66-853l-104-1999l46-469l475-1492l543-192l345-10l59-24l55-32l643-557l294-1985l-454-562l-2903-2426l-873-714l-2158-256l-1679 267l-898 441l-1426 296l-1449 155l-775 0l-744-172l-586-1184l-185-1436l114-718l2145-1254l174-23l2014-50l1191-144l1460-1340l812-1568l-1022-388l-1172-493l-15-197l766-1039l2350-2290l422-26l765 525l618 609z"/>
<path id="9573" d="M31301 162405l89 385l-216 1252l-638 1627l-174-22l-732 256l-640 1221l41 1251l500 1917l255 460l1824 438l1867 148l1407 846l212 149l49 87l359 1288l1199 1980l706 777l784 957l5 411l-323 527l-990 807l-1116 611l-162-68l-882-250l-1691 299l-1264 505l-158 271l118 655l-270 912l-338 517l-3995 148l-370-34l-971-624l-2237-1435l-292-123l-243 300l-2598-1187l-2778-1932l-429-1159l227-555l165 143l171 103l477-295l-85-650l-605-839l-625-633l-2070-140l-285-14l-268 119l58-728l88-3205l-104-744l-437-116l-521-98l-188-416l-141-1372l2054-900l2263-870l3445-1459l2032-1191l1364 107l3506-155l735-441l392-491l803 36l1590 378l51 258z"/>
<path id="9574" d="M76656 142022l320 6267l2223 2190l259 1702l-107 639l-350 607l-198 292l-784-707l-1393 718l-682 702l-114 231l629 994l507 622l338 795l-1114 1880l-783 572l-988-522l-337 172l-692 652l-137 245l-136 244l197 280l570 437l893 32l1103 182l148 249l-20 374l-515 1266l-744 1840l102 380l175 150l111 94l573-68l1256 208l1952 2530l462 749l-378 1098l-814 1408l-730 753l-708 1250l-146 295l-10 460l111 788l49 290l-337 286l-427 263l-285 121l-522 24l-1665-418l-3330-881l-1608 1050l-1569 2375l-2101 4056l-302 1663l16 378l-457 1262l-3405 2682l-183 68l-146 54l-591-286l-1551-806l-650-490l-1533-587l-1820-329l216-286l-233-598l-1975-2948l-993-988l-2333-1916l1294-210l-328-861l-185-324l-346-909l32-892l186-189l770 176l1440-501l-35-95l-75-176l-1462-693l-962-60l-112 686l-193 491l-1449-726l-436-251l-1202-801l-375-708l625-1302l980-609l1547-367l810-702l-360-460l-199-254l-404-517l-92-145l53-1413l748-2412l691-1467l133-305l346-1473l28-719l-354-412l-218-763l74-120l863-452l2547-861l772 105l766 126l1031-1030l1008-1423l-292-792l-267-434l468-1444l908-1448l591-394l1008-427l868-1051l87-180l722-1257l616-620l519-224l534-37l339-281l283 77l1179 2922l-102 1090l461 849l2063 1193l166-95l195-505l-211-856l115-190l4583-2095l243-90l1135-220l76 23l1344 627l969 337l269-18l522-224l123-472l251-2025l-113-2224l-14-96l-402-244l-188-57l-163-1015l307-1984l59-246l478 56zM55504 176437l898-743l-489-963l-1588-234l726 2029l453-89z"/>
<path id="9575" d="M11112 142120l-2014 50l-174 23l-2145 1254l-114 718l185 1436l586 1184l744 172l775 0l1449-155l1426-296l898-441l1679-267l2158 256l873 714l2903 2426l454 562l-294 1985l-643 557l-55 32l-59 24l-345 10l-543 192l-475 1492l-46 469l104 1999l66 853l214 199l289 51l626-74l390-442l625 191l724 569l1744 3143l-552 160l-6 2l21 659l280 886l-2032 1191l-3445 1459l-2263 870l-2054 900l141 1372l188 416l521 98l437 116l104 744l-88 3205l-58 728l-405 364l-2743 814l-3145 328l-659-63l-286-92l-88-836l468-144l487 67l106-64l478-860l31-65l-378-398l-305-133l-941 128l-628 204l-753 460l-255 57l-1355 10l-1175-19l5-464l-937-645l-388-256l-804 213l-2241 2445l-235 329l-121 258l-291 809l-1488 116l-927-1686l-2431-498l-319 374l221 131l205 238l58 108l45 277l-1824 908l-2211 449l-288-1426l-2503 506l-1117 627l-474-116l-697-783l-989-1463l-346-677l-811-1598l781-705l624-654l27-570l-2501-1838l-66-24l-1854-392l-1728 82l-61 5l-747 827l-3113 1386l-251 24l-620-132l-170-699l108-2769l-2395-993l-504-892l41-629l1026-583l-562-1371l-83-1384l-283-766l-454-519l-101-2877l1377-1961l597-675l336-323l561-175l587-218l2184 1321l513 1304l185 469l791 687l634-344l1213-864l326-245l190-1029l-154-1482l881-660l748-138l1230 357l2259 499l4026 257l1568 55l566-214l2199-1096l-462-1736l-761-917l-448-832l-315-1625l-366-2270l1361-2002l354-472l2470-2066l1752-977l820 237l3229-78l2571-418l1697-377l604 367l2111 895l2106 634l997 38l705 673l899 1249z"/>
<path id="9576" d="M48970 179111l2333 1916l993 988l1975 2948l233 598l-216 286l-471 115l-3757 2264l-88 738l1289 2621l3036 426l800-344l517-89l1093 47l291 139l617 533l905 2609l-131 2572l-664 1103l-430-55l-1679 0l-131 79l0 247l612 2079l1238 261l1389 517l562 542l-217 979l-108 607l756 3815l484 1265l733 138l961-109l367 18l270 319l1626 2910l536 981l754 866l1347 988l-466 2663l-2291 2328l-467 443l-2725 1566l-335 164l-3023-676l-1423-725l-232-379l-608-2245l-239-1283l-152-342l-1803-231l-637 108l-852 315l-293 161l-3604-3761l-444-97l-1739-499l-625-349l-1380-1397l-2848-2480l-448-69l-816-464l-3124-2042l30-846l-816-207l-3359 999l-106 94l-50 181l85 196l235 353l-300 1105l-431-64l-1630-841l-2428-1364l-1453-918l-163-182l-635-3235l-612-821l133-331l1130-1554l1531-1702l1036-305l577-455l1075-1049l-127-851l-465 170l-406-243l-207-1708l361-869l403-903l-165-820l-614-1577l-602-1039l-158-43l-331-55l-396-32l-400-159l-683-2575l-8-370l485-984l370 34l3995-148l338-517l270-912l-118-655l158-271l1264-505l1691-299l882 250l162 68l303 568l-396 314l-1222 1377l-269 333l80 734l1012 2309l1237 2674l555 988l235 339l822 89l1147-370l56-718l375-1017l530-405l1802-312l18 61l10 123l-25 231l15 123l21 58l946-69l-501-1869l-87-324l-123-404l-82-219l762-352l687-430l326-233l216-192l176-211l428-542l56-326l-716-562l-318-503l71-1073l151-306l502-759l1227-332l244 15l2545 355l385 170z"/>
<path id="9577" d="M24588 200187l612 821l635 3235l163 182l1453 918l2428 1364l1630 841l431 64l300-1105l-235-353l-85-196l50-181l106-94l3359-999l816 207l-30 846l3124 2042l816 464l448 69l2848 2480l1380 1397l625 349l1739 499l444 97l3604 3761l-856 1000l-2097 2876l-1188 2297l-88 311l417 361l-54 392l-208 1238l-270 628l-2407-176l-285 42l-294 74l-879 426l-1240 994l-1413 2370l744 444l216 225l707 1203l-174 395l-4493 2842l-3297 1778l-2060 836l-1237-1241l-1046-865l-2274 713l-466 24l-3020-2170l-950-795l-358-404l-53-201l835-272l785-335l124-68l-521-1942l-788-1863l-572-138l-1517 1384l-1201 1307l-2395 504l-664 1809l-371 445l-360 114l-496-62l-2344-1433l-596-492l-134-157l-64-211l25-238l1720-1865l198-609l-538-1555l-1129-2453l-465-385l-359-69l-468 33l-363 29l-607-141l-356-539l385-2847l749 48l1089-125l492-871l1008-2465l-110-2744l-992-1298l-1051 11l-7 0l-918-683l410-3657l233-1108l3095-3360l877-1782l1004-914l1277-1153l1334-711l1485-139l1077 348l769 308l1373 399l1004-380z"/>
<path id="9661" d="M-90575 117518l-805 4l-1052 344l-1516 543l-2663 613l-739 34l-24-162l-2662-1077l-1238-2145l-286-629l53-1596l213-373l435 125l202 16l375 0l149-14l300-97l370-122l-355-1642l-535-426l-728-56l-140-176l-487-1380l1-7l1591-1472l81 29l982 1362l1010 387l1953 755l2479 2266l31 446l-121 511l456 1560l2321 1566l257 274l92 539z"/>
<path id="9662" d="M-23906 107774l1420-1265l43-87l-5-284l-172-325l312-748l491-934l1184-727l516 269l277 103l99 3l75-32l173-319l165-1717l-23-180l-454-651l774-242l1496 687l551 526l327 2568l36 868l-264 133l-271 157l-1328 886l-70 1610l91 701l364-113l243 652l-172 95l-299 100l-1927 589l-437 5l-938-539l-949-569l-1328-1220z"/>
<path id="9663" d="M-45099 131528l37-543l1520-767l1099-1917l753-107l4791 754l187 192l999 2123l295 1533l96 921l-660 925l-97 134l-161-99l-548-335l-243-10l-2301 2798l140 55l850 286l190 68l254 153l142 132l171 253l195 372l273 522l69 211l33 181l-140 2504l-153 1018l-1329 281l-1139-66l-727-1379l-113-714l-2731-1688l-885 34l-640-978l-152-2012l608-2489l-683-2346z"/>
<path id="9671" d="M-78325 100730l-752 281l-793 3387l355 596l440 501l290 3406l-153 133l-189 292l-77 204l63 1538l1215 340l806 71l486 152l924 1759l25 270l-36 270l-107 377l-49 422l112 421l75 220l326 705l218 182l197 0l846-67l1212 16l237 124l-172 460l-2287 1987l-2125 1013l187 1877l390 1904l-1316 309l-299 178l-3024 2560l-158 217l92 781l93 640l-731 566l-2916 272l-521-1401l-822-1578l-701-904l-1939 159l-138-588l1545-3292l86-278l-13-381l-92-594l-1004-1792l-317-94l-118 91l-185 255l-750-167l-505-692l-181-320l-92-539l-257-274l-2321-1566l-456-1560l121-511l-31-446l-2479-2266l-1953-755l-1010-387l-982-1362l-81-29l-1591 1472l-1 7l487 1380l140 176l728 56l535 426l355 1642l-370 122l-300 97l-149 14l-375 0l-202-16l-435-125l-213 373l-53 1596l286 629l1238 2145l204 423l5 2789l-777 2244l-209 556l-248 287l-248-514l-1164-278l-538 451l-727 722l-450 500l-269-623l-552-2263l-397-1955l-722-7463l154-963l-44-656l291-581l766-776l-61-3639l-16-132l-43-117l-70-101l-102-117l-135-143l-163-121l-277-110l-573-197l-218-22l-296 14l-210 75l-301 109l-266 114l-260 67l-331 0l-193-29l-142-64l-190-212l-101-162l-64-161l-8-167l16-204l42-164l982-1609l553-776l-19-998l4-1016l1053-1625l179-245l299-259l268-78l1546-309l1523-130l923 110l1055-211l419-913l1345-40l285 63l90 74l144 119l450 380l980 830l342 1044l736 394l902-1879l970-1966l1896-1148l1090-73l3398 578l628 109l2275 752l1702 382l2246 138l154 63l207 188l536 1212l198 929l639 1604l142 251l188 243l270 308z"/>
<path id="9672" d="M-51254 64303l795-652l539 0l425 132l291 161l203 273l256 922l575 555l196 184l2492 889l1679-291l166-44l1189-420l1266-759l121-104l901-776l695 801l930 2971l26 109l6 72l-16 72l-358 1503l-1293 62l-662 297l-12 20l119 1778l599 1376l2645 2365l983 398l923-1256l238-242l700-391l195-24l142 966l130 759l345 468l107 145l262 301l2426 1155l486-639l738-123l891-39l890 100l653 262l809 951l94 290l3 194l-107 251l-441 541l-77 45l-323-433l-717 82l-777 621l300 549l739 372l699 158l3024 343l4626 130l1297 35l470-78l789-1459l108-616l2013-2212l686-125l1166 648l801 882l424 1099l556 2393l176 1530l466 648l648 880l642 309l-676 1031l-1027 1036l-269 2581l-31 1084l-105 491l-1627 1149l-2994 1254l-780-64l-2455-19l-2935 278l-1549 274l-425 185l-825 801l-336 484l-93 670l-102 635l-84 224l-259 574l-37 79l-897 614l-927-366l-4786 564l-2310-240l-3120 2639l-867 1527l17 932l468 592l-332 500l-34 74l-211 654l-31 668l190 157l-693 589l-5 4l-845 259l-875 119l-694-1234l-220-570l-899-1012l-143 85l-955 845l-216 937l-144 217l-390 130l-1606 57l-277-91l-2734-1321l-90-106l-118-788l909-1130l612-1499l244-643l-98-183l-3374-3342l-1796-1673l-1750-2807l-2331-3055l-48-102l-34-137l-59-501l-9-97l19-89l201-463l10-131l-29-145l-370-1307l-28-93l-75-183l-907-1723l-2977-53l-1070-185l957-648l192-1654l1945-2395l1893-631l263-94l605-240l2243-2070l291-315l492-866l188-506l-9-2796l-20-175l-275-580l-764-1066l706-743l176-210l71-156l463-1686l179-667l494-1932l-642-1122l402-923l255-177l177-32l461-68l135 102l459 645z"/>
<path id="9673" d="M-26455 49625l270 483l941 652l247-72l46-706l223-246l3053-305l238 5l474 39l1946 2651l814 1925l4591 2227l158-47l1088-64l355 35l768 1240l478 2482l909 1390l2272 2151l-662 2224l25 577l289 413l411 585l2106 220l1051-256l-103-527l2-18l45-176l450-190l181 9l369 115l581 1600l932 1625l1773 1733l1059 774l215 32l532-487l2224 82l760 1785l418 29l2132 447l-93 3491l-473 2705l-158 672l793 3192l579 1671l-291 253l-1133 1096l-404 928l-978 436l-512-159l-184-106l-149-195l-179-686l-444-866l-124-146l-1150-995l-1218-579l-41 38l-1869 2733l-535 202l-1693 838l-466 278l-3 429l-1017-1667l-1536-963l-1675-918l-457-17l-1074-59l-642-309l-648-880l-466-648l-176-1530l-556-2393l-424-1099l-801-882l-1166-648l-686 125l-2013 2212l-108 616l-789 1459l-470 78l-1297-35l-4626-130l-3024-343l-699-158l-739-372l-300-549l777-621l717-82l323 433l77-45l441-541l107-251l-3-194l-94-290l-809-951l-653-262l-890-100l-891 39l-738 123l-486 639l-2426-1155l-262-301l-107-145l-345-468l-130-759l-142-966l-195 24l-700 391l-238 242l-923 1256l-983-398l-2645-2365l-599-1376l-119-1778l12-20l662-297l1293-62l358-1503l16-72l-6-72l-26-109l-930-2971l-695-801l1966-1131l1151-1383l1404-2051l98-105l69-33l1314-558l57-102l104-199l1004-2322l206-1019l290-1861l302-63l380-168l1058-1056l194-208l1823-2002l412-608l18-475l493-571l945-120l302 353l42 250l73 684z"/>
<path id="9674" d="M4024 87359l179 686l149 195l184 106l512 159l978-436l404-928l1133-1096l291-253l166 429l1603 97l1968-433l923 408l845 494l615 725l1521 908l395-87l107-75l459-686l32-130l9-125l-157-1783l1147 325l1182 537l1309 3103l104 1929l-320 197l-149 172l-87 248l-14 176l-7 442l47 505l140 1146l66 134l88 92l1063 808l795 64l1905-754l833-424l157-406l480-238l142 51l1475 1083l135 180l101 222l29 126l-25 125l-419 1275l-105 225l-151 180l-130 154l-154 211l-56 153l-241 665l-50 249l-83 564l3 619l1 181l151 1011l279 1089l-289 902l-207 86l-904-301l-466 309l-321 952l-5 1094l-2 985l-598 652l-548 250l-360 6l-373 5l-477-351l-498-694l-462 65l-212 32l-605 303l-166 863l-516 3957l-277 2931l11 617l-1744 3168l-2870 3690l-2403 1778l-576 280l-1649 2257l-52 208l-106 211l-174 155l-294 193l-1310 659l-599 34l-125-473l90-255l79-145l382-553l-591-539l-2925-211l-2321 48l-180-19l-953-252l-770-544l-1891-1552l1088 263l3372-140l75-290l-1691-2882l-2012-1839l-2521-1653l-3297-5919l-4480-1403l-309-138l-171-134l-369-370l-374-430l471-195l507-209l1608-99l64 759l105 269l241 82l710-247l688-391l1193-1440l2524-3621l122-538l-312-322l-774-76l-693-183l-2131-575l4-1290l1942-2518l1126-3327l1193-3477l577-760l281-370l3-429l466-278l1693-838l535-202l1869-2733l41-38l1218 579l1150 995l124 146l444 866z"/>
<path id="9675" d="M-3766 130819l90 398l1300 3450l195 199l291 125l1109-98l244-122l1015-941l2003 668l1405 2282l12 286l-7 339l-201 859l-1697 377l-2571 418l-3229 78l-820-237l-1752 977l-2470 2066l-354 472l-1361 2002l366 2270l315 1625l448 832l761 917l462 1736l-2199 1096l-566 214l-1568-55l-4026-257l-2259-499l-1230-357l-748 138l-881 660l154 1482l-190 1029l-326 245l-1213 864l-634 344l-791-687l-185-469l-513-1304l-2184-1321l-587 218l-820-327l-1047-976l-203-1455l821-1524l380-249l1931-589l568 21l164-25l-537-2039l-907-1397l-1316-1989l-769-183l-1121-113l-909-700l-395-349l-314-1919l1006-1430l62-1455l-62-859l-243-2299l160-872l434-1757l311-505l4317-2324l580-12l734 249l811 153l383-182l-29-1825l-44-1170l-3-144l-1-52l30-195l57-162l84-135l153-231l124-108l1453-943l1038 37l2384 533l1770-200l1337-345l716 106l186 1379l-184 805l769 1110l1294 825l634-71l217-36l2465-415l543-552l277-676l1027 637l702 1540l-20 532l-295 1089l1113 942l2254 758l322-247z"/>
<path id="9676" d="M-76661 123571l449 2012l943 4207l810 2218l328 887l-86 2041l-106 465l-84 183l-344 653l-1318-631l-2468-477l-381 381l-810 622l-105 47l-116-2l-2025-271l-2935 270l-228 63l-158 117l-90 131l-1395 2794l158 278l1858 785l226 0l156-50l413-252l405-35l1721 366l683 340l-169 273l-704 294l-704 127l-145 57l-148 115l-299 342l631 1122l347 362l761 42l452-47l442-205l121-106l50-252l-80-1850l413-527l940 241l979 1671l574 1994l-164 572l-177 364l-588 631l-204 256l-466 606l-210 307l50 315l160 158l444 419l240 112l79 17l580 426l-283 604l-722 854l-1674 186l-2492-638l-2225-263l-1300 233l-1522 1150l-646 570l-85 84l139 584l924 1051l66 261l-2592 3323l-686 375l-2006 603l-1310 143l-953-6l-536-446l-959-129l-603-48l-3148-102l-407 203l-1094-2226l-187-270l-25-26l-166-111l-503-6l-352-53l-205-104l-26-75l-77-1450l16-171l220-602l941-1080l373-327l401 50l761-721l101-1787l11-246l-912-828l-87-347l-29-2032l95-406l64-86l120-156l2593-1260l1736-3988l-399-563l-1177-882l-1183-183l-385-204l598-1690l933-312l441-448l102-167l-236-1431l-1641-316l-349 393l-659 498l-263-75l-245-977l-402-1618l-982-2037l-281 0l-257-138l-1460-928l-63-162l-45-373l484-467l-42-516l-579-509l-90-738l169-162l543 29l486 140l450-500l727-722l538-451l1164 278l248 514l248-287l209-556l777-2244l-5-2789l-204-423l2662 1077l24 162l739-34l2663-613l1516-543l1052-344l805-4l181 320l505 692l750 167l185-255l118-91l317 94l1004 1792l92 594l13 381l-86 278l-1545 3292l138 588l1939-159l701 904l822 1578l521 1401l2916-272l731-566l-93-640l-92-781l158-217l3024-2560l299-178l1316-309z"/>
<path id="9677" d="M-70073 84705l844-60l182-6l3127 196l348 660l17 417l179 203l1739 45l751-47l141-22l150-75l83-113l30-159l-14-87l-95-349l1070 185l2977 53l907 1723l75 183l28 93l370 1307l29 145l-10 131l-201 463l-19 89l9 97l59 501l34 137l48 102l2331 3055l1750 2807l1796 1673l3374 3342l98 183l-244 643l-612 1499l-909 1130l118 788l90 106l2734 1321l277 91l1606-57l390-130l144-217l216-937l955-845l143-85l899 1012l220 570l694 1234l875-119l845-259l5-4l693-589l-190-157l31-668l211-654l34-74l332-500l1437 1427l1872 859l1142-426l921 676l373 2052l49 466l-87 816l-270 193l-1414 640l-169-282l-925 309l-385 790l51 413l2031-164l701-160l307 283l103 775l-460 1952l-516 1091l-798 1378l-1187 298l-334-8l-368-9l-2967-211l-334-992l-656-141l-1959 1678l23 699l41 1200l181 1000l172 563l299 652l300 481l-145 125l-1750-270l-3559-226l-1472 476l-3680 1296l-349 240l-1511 1190l-66 398l76 227l-761 1884l-424 477l-777 670l-1629-666l-248-26l-1198 179l-973 290l53 894l494 694l-75 422l-100 278l-138 202l-1610 2074l-313 174l-685 324l-942 402l-5535 2218l-1908 401l-228-50l-165-70l-238-223l-156-229l-55-143l-42-170l-8-260l59-271l61-271l77-216l3-9l26-121l7-186l-26-137l-87-170l-120-153l-167-184l-231-189l-108-32l-205-24l-1125 101l-251 56l-116 64l-151 158l-88 114l-178 242l-879 1289l344-653l84-183l106-465l86-2041l-328-887l-810-2218l-943-4207l-449-2012l-390-1904l-187-1877l2125-1013l2287-1987l172-460l-237-124l-1212-16l-846 67l-197 0l-218-182l-326-705l-75-220l-112-421l49-422l107-377l36-270l-25-270l-924-1759l-486-152l-806-71l-1215-340l-63-1538l77-204l189-292l153-133l-290-3406l-440-501l-355-596l793-3387l752-281l454 393l147 40l1345 14l244-54l182-104l385-302l156-73l2413-537l176-39l1114-8l940 116l201 12l457-1265l22-773l-15-165l-420-1061l-261-1019l-110-1407l-140-2648l224-2908l233-668l-583-1207l-516-1547l-17-161l312-1392l29-111l177-119l102 8l1001 960z"/>
<path id="9678" d="M-8204 85726l457 17l1675 918l1536 963l1017 1667l-281 370l-577 760l-1193 3477l-1126 3327l-1942 2518l-4 1290l2131 575l693 183l774 76l312 322l-122 538l-2524 3621l-1193 1440l-688 391l-710 247l-241-82l-105-269l-64-759l-1608 99l-507 209l-471 195l374 430l369 370l171 134l309 138l4480 1403l3297 5919l2521 1653l2012 1839l1691 2882l-75 290l-3372 140l-1088-263l1891 1552l770 544l-8 237l-113 357l-886-115l-1242-526l-550-56l-534-53l-334 829l-672 2374l182 691l1047 801l-1041 1430l-322 247l-2254-758l-1113-942l295-1089l20-532l-702-1540l-1027-637l-277 676l-543 552l-2465 415l-217 36l-634 71l-1294-825l-769-1110l184-805l-186-1379l-716-106l-1337 345l-1770 200l-2384-533l-1038-37l-24-1299l-1069-1031l-982 797l-641 176l-2354-389l-712-440l-369-646l169-750l31-484l-4484-2785l-798 169l516-1091l460-1952l-103-775l-307-283l-701 160l-2031 164l-51-413l385-790l925-309l169 282l1414-640l270-193l87-816l-49-466l-373-2052l-921-676l-1142 426l-1872-859l-1437-1427l-468-592l-17-932l867-1527l3120-2639l2310 240l4786-564l927 366l897-614l37-79l259-574l84-224l102-635l93-670l336-484l825-801l425-185l1549-274l2935-278l2455 19l780 64l2994-1254l1627-1149l105-491l31-1084l269-2581l1027-1036l676-1031l1074 59zM-19805 100880l454 651l23 180l-165 1717l-173 319l-75 32l-99-3l-277-103l-516-269l-1184 727l-491 934l-312 748l172 325l5 284l-43 87l-1420 1265l1328 1220l949 569l938 539l437-5l1927-589l299-100l172-95l-243-652l-364 113l-91-701l70-1610l1328-886l271-157l264-133l-36-868l-327-2568l-551-526l-1496-687l-774 242z"/>
<path id="9679" d="M-22315 123068l-1453 943l-124 108l-153 231l-84 135l-57 162l-30 195l1 52l3 144l44 1170l29 1825l-383 182l-811-153l-734-249l-580 12l-4317 2324l-311 505l-434 1757l-160 872l243 2299l62 859l-62 1455l-1006 1430l314 1919l395 349l909 700l1121 113l769 183l1316 1989l907 1397l537 2039l-164 25l-568-21l-1931 589l-380 249l-821 1524l203 1455l1047 976l820 327l-561 175l-336 323l-597 675l-1377 1961l101 2877l454 519l283 766l83 1384l-1046-165l-2304 1713l29 83l350 407l600 468l653 146l15 58l-3028 3687l-103 54l-264 128l-237 51l-4019 231l-1835-365l-1167-987l187-743l631-861l15-130l115-3005l44-1484l-120-1176l-890-2860l-926-74l-1754 842l-767 1185l87 1355l-513 994l-1131-131l-2292-877l-168-203l2103-1354l743-908l1406-3361l-6-1286l-33-417l-217-691l-657-1566l-899-149l-308-115l-242-145l-187-252l-649-1916l152-728l502-728l92-125l570-117l-14-170l-610-2205l-2534-2694l-372-379l-1612 1260l-1137 968l-14 60l-145 710l29 409l-1 6l-102 448l-1034 877l-583 14l-874-2422l-60-232l-18-1019l-186-727l-114-61l-2303 1181l-115 1473l-89 1090l-1621 646l-1423-1168l-529-599l60-435l456-1076l281-1722l198-2286l-28-237l626-2531l376-228l-222-1277l313-174l1610-2074l138-202l100-278l75-422l-494-694l-53-894l973-290l1198-179l248 26l1629 666l777-670l424-477l761-1884l-76-227l66-398l1511-1190l349-240l3680-1296l1472-476l3559 226l1750 270l145-125l-300-481l-299-652l-172-563l-181-1000l-41-1200l-23-699l1959-1678l656 141l334 992l2967 211l368 9l334 8l1187-298l798-1378l798-169l4484 2785l-31 484l-169 750l369 646l712 440l2354 389l641-176l982-797l1069 1031l24 1299zM-45062 130985l-37 543l683 2346l-608 2489l152 2012l640 978l885-34l2731 1688l113 714l727 1379l1139 66l1329-281l153-1018l140-2504l-33-181l-69-211l-273-522l-195-372l-171-253l-142-132l-254-153l-190-68l-850-286l-140-55l2301-2798l243 10l548 335l161 99l97-134l660-925l-96-921l-295-1533l-999-2123l-187-192l-4791-754l-753 107l-1099 1917l-1520 767z"/>
<path id="9761" d="M30507 304715l-249-279l-299-932l-11-94l-76-1095l-47-1423l-1584-75l-2959-217l-2156-462l-527 966l-2871-611l-184-632l0-94l505-1294l1267-2502l1202-1439l81-20l1141-14l22 85l7 80l-11 41l-116 180l-13 41l-9 39l2 39l114 418l119 36l378 7l1805-237l261-87l181-150l24-315l-153-2217l-427-876l-349-518l-117-478l120-1857l246-527l1091-147l317 246l70 398l655-114l894-900l148-2188l-15-390l-64-480l-375-2156l238-28l308-10l604 550l1879 3246l1751 3571l455 1053l57 207l35 168l186 1108l52 3749l-774 255l-88 657l1 1433l21 193l56 148l196 1389l-381 1807l-420 1662l-1796 1069l-418 17z"/>
<path id="9762" d="M3969 346655l10-336l1477-276l2055-1518l1453-1257l33-406l711-648l1017 409l515 226l801 3585l5 4230l-311 519l-26 3l-172-136l-651-853l-2445-528l-738 111l-270 463l-430-102l-623-192l-1313-1664l-1098-1630z"/>
<path id="9763" d="M-19980 360275l93-31l-79-351l13-364l32-112l320-383l111-69l906-437l1879-167l3382 566l1945 365l1159 383l409 160l88 58l525 653l41 134l0 125l-44 258l-1450 4254l-3027 2138l-3895-842l-467-491l-744-832l93-400l175-309l669-923l69-1106l-104-1371l-451-661l-900 287l-646-383l-70-69l-32-80z"/>
<path id="9764" d="M-29136 340364l-983-564l-149-93l-135-114l-142-137l-112-176l-64-150l-86-211l-38-202l-34-1011l13-224l31-137l47-131l67-183l81-149l102-115l137-116l157-78l804-288l720-129l1036 639l1997-2177l190-631l-1-383l-901-1297l-245-290l-519 292l-294-456l351-995l1838-427l2971-1470l2109-789l119 67l230 787l-53 395l-748 3008l-1407 2562l-210 1962l-256 1355l-1161 2440l-1660 1865l-213 123l-178 101l-971-313l-445-235l-1567-1460l-428-465z"/>
<path id="9771" d="M58818 280416l1224 2492l-736 269l-1602 401l-1160 216l-1189 415l-4437 2567l-307 714l445 1497l-1006 2407l-660 887l-27 62l-74 2735l-2555 2219l-90 135l-594 912l-220 551l-34 2294l268 1461l-87 483l-282 482l-718 601l-124 89l-249 118l-249-8l-359-625l-251-443l-137-179l-1113-1111l-134 25l-632 776l-111 235l-40 105l377 568l151 979l-19 161l-697 1653l-537 140l60 4718l-1148 482l-31-149l-85-93l-646-403l-2650-962l-1640 810l-1449-1311l-59-770l-552-687l-995-1051l-192-46l-1453-251l494-2271l418-17l1796-1069l420-1662l381-1807l-196-1389l-56-148l-21-193l-1-1433l88-657l774-255l-52-3749l-186-1108l-35-168l-57-207l-455-1053l-1751-3571l-1879-3246l-604-550l-308 10l-238 28l-444-2561l-20-83l-52-184l-69-213l-874-2118l-38-244l5-220l21-159l113-648l368-1794l2259-763l681-198l810 259l74 55l52 67l70 94l63 51l283 90l295 83l193-4l298-98l3072-1182l244-446l-886-2002l-754-570l-518-278l-2057-791l-429-450l404-1029l630-560l877-79l1614 57l2260-1175l1466-996l1095 1350l723 545l264 171l919-43l2239-301l1019-421l886 96l2616 1430l539 641l224 901l-550 1889l-66 110l584 1982l1310 629l1512 962l395 368l244 1350l-52 1112l125 604l191 389l3298 3051l648 401l141 9l317-275l117-647l69-73l80-81l284-49l1091-66z"/>
<path id="9772" d="M31305 268164l429 450l2057 791l518 278l754 570l886 2002l-244 446l-3072 1182l-298 98l-193 4l-295-83l-283-90l-63-51l-70-94l-52-67l-74-55l-810-259l-681 198l-2259 763l-368 1794l-113 648l-21 159l-5 220l38 244l874 2118l69 213l52 184l20 83l444 2561l375 2156l64 480l15 390l-148 2188l-894 900l-655 114l-70-398l-317-246l-1091 147l-246 527l-120 1857l117 478l349 518l427 876l153 2217l-24 315l-181 150l-261 87l-1805 237l-378-7l-119-36l-114-418l-2-39l9-39l13-41l116-180l11-41l-7-80l-22-85l-1141 14l-81 20l-1202 1439l-1267 2502l-505 1294l0 94l184 632l2871 611l527-966l2156 462l2959 217l1584 75l47 1423l76 1095l11 94l299 932l249 279l-494 2271l-409 2881l-486 1999l-75 306l-1360 2401l-343 576l-508 836l-894 1044l-348 95l-1053-84l-325-303l-828-198l-484 7l-1573 250l-14 708l831 3164l366 1116l-404 328l-1365 786l-1003 153l-3695-331l-927-164l-251 382l-475-48l-631-3505l48-318l138-643l414 5l286-259l57-65l48-60l34-68l203-588l-432-2065l-86-184l-112-213l-646-615l-976-103l-2980 689l-2292 175l-2462-341l-1683-478l-104-179l604-597l909-50l349-87l1424-552l568-429l33-71l-357-2168l-308-216l-231-102l-421-18l-309 140l-837-821l-66-233l-207-1323l11-140l1101-2810l636-1315l417-1194l-72-2327l-64-581l-43-197l-211-626l-48-75l-2310 103l-972 373l-2458-374l-533-86l-127-39l-65-73l121-816l48-172l157-410l168-234l197-87l368-66l137-124l597-1484l179-2479l1246-2238l-130-1559l-2239-755l-16-262l32-73l1772-1148l545-1058l-344-3766l-391-369l1449-561l455 204l77-12l1000-562l602-401l2708-1628l298-97l4270 119l1651 532l329 386l-78 955l394-65l1256-356l3113-1446l-15-269l-235-173l-814-365l278-869l533-922l839-1358l-85-742l-133-2545l-4-2107l1084-3039l-26-191l-397-942l1364-169l1829-507l350-462l401-591l562-98l2659-333l572 148l-51 1522l-294 115l-27 159l-2 193l20 150l546 1945l812 880l186 174l880 589l249 99l515-144l111-139z"/>
<path id="9773" d="M20623 264633l397 942l26 191l-1084 3039l4 2107l133 2545l85 742l-839 1358l-533 922l-278 869l814 365l235 173l15 269l-3113 1446l-1256 356l-394 65l78-955l-329-386l-1651-532l-4270-119l-298 97l-2708 1628l-602 401l-1000 562l-77 12l-455-204l-1449 561l-2817-1440l-565-440l-556 65l-1846 350l-367 70l-1160 388l-107-315l-197-742l-197-2927l140-545l200-558l-138-114l-2769 1042l14 262l272 433l-10 863l-115 1052l-26 102l-29 66l-53 60l-57 25l-4600 1471l-2174-1680l-1664-1978l-146-332l359-168l1582-102l1074-666l121-380l79-3255l-312-2342l-298-739l-917-751l220-1542l351-127l534 14l791 130l232-572l-2064-2380l-1899-1873l-988-1822l-77-145l174-1746l932-2545l618 194l1119 1029l829 743l411-226l1206-303l160-34l145 0l195 44l156 87l267 308l579 884l87 189l321 1234l-126 39l-221 3l367 1286l785 58l1965-1532l189-1262l-43-746l11-131l77-187l1115-1082l428-48l1352 67l234 189l143 181l16 97l29 317l-213 452l-741 713l-1217 1440l179 717l2879-542l1117-507l1979-1720l-353-1185l188-274l544-1044l672-2400l583-1069l1280-1300l1287-280l3710 776l888 206l2755 839l833 583l0 641l-1155 3980l-935 1313l2443 2391l1678 737l925-80l3335 343l2036 2088l511 1163z"/>
<path id="9774" d="M-5598 275551l-140 545l197 2927l197 742l107 315l1160-388l367-70l1846-350l556-65l565 440l2817 1440l391 369l344 3766l-545 1058l-1772 1148l-32 73l16 262l2239 755l130 1559l-1246 2238l-179 2479l-597 1484l-137 124l-368 66l-197 87l-168 234l-157 410l-48 172l-121 816l65 73l127 39l533 86l2458 374l972-373l2310-103l48 75l211 626l43 197l64 581l72 2327l-417 1194l-636 1315l-1101 2810l-11 140l207 1323l66 233l837 821l-313 375l-732 536l-681 94l-214 4l-145-17l-992-358l-8-139l19-226l61-547l-89-617l-993-561l-2932 946l-5235 3131l-1121 781l-356 446l-528 683l-720 676l-664 340l-451 38l-491-447l-46-404l116-488l-1267-726l-1179-221l-1210-154l-166-67l-220-91l-294-668l-287-758l328-523l442-451l97-911l-41-46l-763-813l-942-715l-438-74l117-703l906-3153l237-211l190-33l-24-1997l-410-2154l-1364-3927l-2489-1332l-3158-2107l-371-324l-85-93l-57-96l-986-1751l-81-466l-120-820l-32-2239l1171-567l101-141l1-221l-155-981l-185-703l-83-30l-395 45l-988 69l-1173 46l-275-264l-295-604l-69-352l1770-350l1230-1249l820-832l2387-1271l1285 5l381-369l-500-1511l-219-544l3364-626l-359 168l146 332l1664 1978l2174 1680l4600-1471l57-25l53-60l29-66l26-102l115-1052l10-863l-272-433l-14-262l2769-1042l138 114l-200 558z"/>
<path id="9775" d="M-27052 282844l69 352l295 604l275 264l1173-46l988-69l395-45l83 30l185 703l155 981l-1 221l-101 141l-1171 567l32 2239l120 820l81 466l986 1751l57 96l85 93l371 324l3158 2107l2489 1332l1364 3927l410 2154l24 1997l-190 33l-237 211l-906 3153l-117 703l-391 780l-653 2021l-314 605l-99 82l-841 667l-1224 891l-1101 2280l-64 218l70 759l114 657l56 641l-41 145l-69 146l-202 320l-1149 1592l-800-6l-12 1l-1512 521l-923 478l-995 715l-1378-1439l-89-123l-57-116l-208-512l-75-186l-715-2583l-295-1099l-931-3451l-1200-3325l-38-72l-323-1141l-22-100l-65-1053l-10-1522l85-1343l-1376-2569l-2350-4284l-1207-2172l-69-1110l-132-761l-36-50l-88-122l-64-80l-66-32l-89-27l-371 203l-30 97l-2 9l193 467l-12 85l-84 64l-190 57l-119-13l-74-35l-744-976l-86-178l-30-190l19-165l83-181l86-146l120-168l4-5l1527-1545l2707-3335l98-1231l-93-226l202-1738l276-579l1264 99l401-11l387-59l806-272l1051-443l968-717l1355 64l672 1585l492 133z"/>
<path id="9776" d="M-31828 373545l-323 963l-495 2341l-584 2562l-523 854l-1182 586l-397-244l-5051 1000l-246 415l506 1869l-416 1097l-108 185l-2882 509l-339-109l-79-26l-126-85l-138-134l-2683-833l-69 344l-148 726l-27 112l-56 104l-1165-635l-1419-958l-1354-1371l311-460l29-120l98-1976l-12-112l-28-162l-159-710l-1635-993l-207-3l-1770 138l-771 616l-45 44l-658 1003l-1213 2856l-406 1010l-456 1204l-38-132l-29-95l-101-254l-134-292l-117-208l-188-267l-273-275l-155-106l-205-136l-188-78l-189-23l-1979-380l-2028-442l-158-61l-26-12l-2814-1371l-141-78l-180-125l-126-107l-94-117l-61-131l-71-216l-245-862l2375-1042l554-807l1138-1181l32-28l60-10l2638 209l151 586l398 311l479 122l3086-203l5332-5117l682-716l75-103l34-81l44-410l50-687l32-160l47-122l54-86l98-106l102-92l97-64l683-418l63-17l604-95l1651 390l44 14l352 148l158 92l97 74l32 52l61 184l55 93l180 213l102 92l480 264l84 46l2352 1049l199 81l2120 210l63-9l829-133l425-362l150-521l341-743l538-747l1012-738l117-43l1733-396l2346 598l402 635l821 1841l-252 882l-14 728l178 355l202 129z"/>
<path id="9777" d="M19994 350912l-186 380l-644 1985l-168 531l-356 2234l471 921l806 376l1112 511l190 663l-64 181l-363 730l-276 200l-331-117l-328-117l-630-130l-1196 16l-163 309l-48 229l-230 2623l-207 2261l-929 710l-242 862l371 695l922 1054l426 361l678-41l545-188l1400-1344l671-702l460-522l190-424l32-66l62-97l15-21l212-211l191-140l663-453l1708-420l20 1036l-704 818l-201 161l-1260 1791l-1428 2601l-105 298l-156 629l1294 609l126 51l1993-142l76-30l672-330l1733-173l2312 687l1228 2025l2438 2277l1587-17l-967 2082l-149 202l-1255 1154l-693 304l-1106 439l-819-6l-1284 794l-84 1146l626 2273l57 121l69 91l192 244l74 49l-1358 195l-1059 161l-3022 918l-1294 528l-2433-684l-84-311l-166-269l-227-218l-499-269l-1594-170l-2614-665l-139-432l-196-612l-978-519l-4353-836l-177-29l-203 11l-510 60l-881 159l-262 213l-919 751l-110 336l189 326l9 205l-613 1599l-3780-190l-25-3l-644-97l-1898-395l-2139-1388l-487-370l1318-1533l85-130l495-1178l132-355l-695-231l168-614l-6-109l-122-1295l-132-99l-1107 399l-460-1079l920-1262l44-40l939-735l70-44l99-29l808-202l461-48l93-20l75-36l366-286l111-107l53-89l560-3151l-29-132l-699-1811l-298-384l-1306-232l-1603-136l19-236l325-2852l270-2001l217-508l-2580-6463l-2755-1256l-246-85l-2422-1651l-1949-2014l-633-817l-193-326l83-467l715-271l1400-1342l2047-2246l-75-368l-336-802l-56-115l6255-3000l1770-754l-77 433l193 47l258 20l771-145l444-186l284-224l295-409l433-1438l143-1220l-44-175l-314-295l-31-120l734-1192l964-237l4722 2048l651 691l40 126l-75 333l115 459l407 269l453 143l1756-2546l280-961l154-1074l44-629l215-862l744-1546l915-231l919-430l688-886l710-3308l-151-2219l-249-326l-87-648l38-1104l927 164l3695 331l1003-153l1365-786l404-328l1057 27l0 312l-593 1712l-747 573l-1043 610l-2045 3299l15 667l292 524l368 180l763-59l593-249l680-201l192-45l577 139l934 763l658 3025l176 950l-65 446l-754 2025l-1013 2193l-874 1710l-206-43l-135 95l-851 656l-76 167l-125 4681l-276 3845l-18 1126zM3979 346319l-10 336l1098 1630l1313 1664l623 192l430 102l270-463l738-111l2445 528l651 853l172 136l26-3l311-519l-5-4230l-801-3585l-515-226l-1017-409l-711 648l-33 406l-1453 1257l-2055 1518l-1477 276z"/>
<path id="9778" d="M-27457 331853l294 456l519-292l245 290l901 1297l1 383l-190 631l-1997 2177l-1036-639l-45-1493l373-1596l25-101l435-583l115-154l360-376zM-11110 315063l491 447l451-38l664-340l720-676l528-683l356-446l1121-781l5235-3131l2932-946l993 561l89 617l-61 547l-19 226l8 139l992 358l145 17l214-4l681-94l732-536l313-375l309-140l421 18l231 102l308 216l357 2168l-33 71l-568 429l-1424 552l-349 87l-909 50l-604 597l104 179l1683 478l2462 341l2292-175l2980-689l976 103l646 615l112 213l86 184l432 2065l-203 588l-34 68l-48 60l-57 65l-286 259l-414-5l-138 643l-48 318l631 3505l475 48l251-382l-38 1104l87 648l249 326l151 2219l-710 3308l-688 886l-919 430l-915 231l-744 1546l-215 862l-44 629l-154 1074l-280 961l-1756 2546l-453-143l-407-269l-115-459l75-333l-40-126l-651-691l-4722-2048l-964 237l-734 1192l31 120l314 295l44 175l-143 1220l-433 1438l-295 409l-284 224l-444 186l-771 145l-258-20l-193-47l77-433l-1770 754l-6255 3000l56 115l336 802l75 368l-2047 2246l-1400 1342l-715 271l-610 227l-4897 1099l-4979 780l-1312 1044l-1244 841l-1584 180l-493-309l-1174-1929l-1878-3247l1549-1527l523-5697l-1-163l-28-116l-8-26l-54-89l428 465l1567 1460l445 235l971 313l178-101l213-123l1660-1865l1161-2440l256-1355l210-1962l1407-2562l748-3008l53-395l-230-787l-119-67l-2109 789l-2971 1470l-1838 427l-682-810l-63-117l-52-174l10-216l438-242l353-151l342-1199l56-294l50-419l55-861l-31-1321l-242-2232l-164-1099l-18-94l-76-163l995-715l923-478l1512-521l12-1l800 6l1149-1592l202-320l69-146l41-145l-56-641l-114-657l-70-759l64-218l1101-2280l1224-891l841-667l99-82l314-605l653-2021l391-780l438 74l942 715l763 813l41 46l-97 911l-442 451l-328 523l287 758l294 668l220 91l166 67l1210 154l1179 221l1267 726l-116 488l46 404z"/>
<path id="9779" d="M10390 220463l-385 2847l356 539l607 141l363-29l468-33l359 69l465 385l1129 2453l538 1555l-198 609l-1720 1865l-25 238l64 211l134 157l596 492l2344 1433l496 62l360-114l371-445l664-1809l2395-504l1201-1307l1517-1384l572 138l788 1863l521 1942l-124 68l-785 335l-835 272l53 201l358 404l950 795l3020 2170l466-24l2274-713l1046 865l1237 1241l2445 221l444 237l1456 2490l770 1480l-2015 1486l-245 3540l1729 1440l21 306l-223 1403l-723 326l-94 2506l49 3399l3 90l168 373l1113 2446l1138 1590l1127 347l475 239l114 162l127 1975l-199 153l-1154 722l-1466 996l-2260 1175l-1614-57l-877 79l-630 560l-404 1029l-111 139l-515 144l-249-99l-880-589l-186-174l-812-880l-546-1945l-20-150l2-193l27-159l294-115l51-1522l-572-148l-2659 333l-562 98l-401 591l-350 462l-1829 507l-1364 169l-511-1163l-2036-2088l-3335-343l-925 80l-1678-737l-2443-2391l935-1313l1155-3980l0-641l-833-583l-2755-839l-888-206l-3710-776l-1287 280l-1280 1300l-583 1069l-672 2400l-544 1044l-188 274l-454-1014l-521-763l-776-986l-1811-1840l-1063-717l-238-187l-265-209l267-2725l654 188l281-560l1070-4119l413-5217l246-6313l-13-420l-399-2009l-582-755l-1352-1715l-1152-659l-385-5l-135-796l107-151l509-209l1088 57l100-91l-23-105l-181-819l-136-667l270-1209l1534-482l1641-511l1450 7l658 301l76 273l2952 95l438-312l-162-700l-388-818l1069-1261l1640-290l1016 0l414 101l364 732l2215 1247l909 76z"/>
<path id="9780" d="M-2087 379513l-2764 348l-398 804l432 914l1136 1491l259-130l-1159 3522l-580 2280l651 1896l232 218l220 41l411-105l868 310l374 632l143 944l437 3906l-66 160l-1525 1440l-634 437l-1547 3545l-3016 2953l-2191 2220l-848 1787l-4849 3543l-1734 784l-1304 455l-5162 757l-115-433l212-1519l38-190l200-606l113-101l134 0l183 168l115 54l197-5l843-411l847-930l374-611l-342-808l-781-794l22-170l331-1123l992-1822l1311-1894l101-270l-43-917l-644-812l-3383-408l-56 0l-916 741l-26 345l-39 576l15 273l41 425l-292 266l-756 138l-952 68l-407-111l-1397-838l-1444 2279l-76-16l-1217-4299l-874-1518l-134-256l382-552l329-31l400 45l109 0l720-348l771-1198l-903-2125l-729-1096l-2914-3378l-305-121l-194-29l-284 59l-860 419l-791 173l-242 40l-196 18l-175-28l-233-42l-83-80l-336-328l-2260-3828l-47-256l244-2559l-506-1869l246-415l5051-1000l397 244l1182-586l523-854l584-2562l495-2341l323-963l259-1682l986-1096l1217-318l1018-643l575-407l732-2478l-97-524l-550-361l-230-150l-240-212l-301-326l-73-143l-209-551l-41-147l-216-2193l12-116l289-844l14-87l117-1165l-31-82l-2681-1231l-531-930l-427-958l1226-845l1835-1022l1720-996l-117-571l1584-180l1244-841l1312-1044l4979-780l4897-1099l610-227l-83 467l193 326l633 817l1949 2014l2422 1651l246 85l2755 1256l2580 6463l-217 508l-270 2001l-325 2852l-19 236l1603 136l1306 232l298 384l699 1811l29 132l-560 3151l-53 89l-111 107l-366 286l-75 36l-93 20l-461 48l-808 202l-99 29l-70 44l-939 735l-44 40l-920 1262l460 1079l1107-399l132 99l122 1295l6 109l-168 614zM-19887 360244l-93 31l32 80l70 69l646 383l900-287l451 661l104 1371l-69 1106l-669 923l-175 309l-93 400l744 832l467 491l3895 842l3027-2138l1450-4254l44-258l0-125l-41-134l-525-653l-88-58l-409-160l-1159-383l-1945-365l-3382-566l-1879 167l-906 437l-111 69l-320 383l-32 112l-13 364l79 351z"/>
</g><g>
<path id="10041" d="M-245803 181955l-1911 1240l-618 619l-1649 2454l-50 1106l395 615l1243 1171l559 70l88 11l70-245l121-343l224-278l223-81l668 34l37 18l389 340l809 722l67 198l-411 4050l-789 808l-841 1146l-557 3429l-16 295l-1207 368l-54 27l-84 57l-31 41l-37 80l-17 116l12 141l25 153l24 140l55 278l34 146l23 84l-525 1395l-893 1268l-146 168l-434 45l-134 10l-169-25l-175-44l-194-73l-109-79l-61-83l-69-130l-43-116l-33-107l-856-4167l-238-1533l0-141l1-144l27-116l31-95l-1041-1790l-2218-2042l-1102 598l-229-171l-642-485l-2815-1381l-2927 120l-1991 1047l115 127l83 121l75 132l47 110l608 1871l17 133l-3 101l-29 161l-201 660l-1051 1757l-1256 608l-2794-1682l-493-233l-145-31l-134-19l-2943 312l-800-823l-452-469l-583-1465l1530-1906l-520-1473l1186-808l2005 561l1071-493l2170-1325l3468-3344l226-300l1704-2763l-257-1017l11-1546l355-2551l4098-2966l932-218l397 455l1838 1768l919-181l2450 241l3586 1910l844-344l1485 1735l-11 1971l643 284z"/>
<path id="10042" d="M-259770 160182l-614 751l-2075 1559l-78-31l-1373-384l-3096 965l-416 254l-777 1399l-37 366l-178 3052l111 1206l-536 804l-950 486l-1185 107l-1849 896l-1514 936l136 301l-755 522l-370 210l-217 122l-816-22l-846-1768l-1240-1695l-164-201l-202-233l-99-112l-112-103l-282-258l-284-62l-1266 227l-1293 609l-665 480l-1149-286l-1817-2245l-474-659l-587-813l-138-156l-163-105l-1713-1073l-2018-1106l-2064-1201l-1828-1739l-584-25l-88 97l-410 444l-230 213l-219 163l-161 95l-183 80l-209 62l-228 45l-228 13l-60 2l-874-97l-173-39l-152-57l-189-110l-465-346l-280-6416l-4-161l0-118l8-112l20-80l25-79l50-117l106-145l57-69l1446-1704l526 287l159 52l593 93l1141 139l1164-153l2956 709l701 537l234 575l654 449l1511 390l548-73l1276-1065l1721-85l675 672l408 769l1982 520l782-1156l1114-641l5516-876l2881-485l2170-1098l336-397l1254-1465l1174-603l839 390l1135-13l845-1126l459-529l654-341l1517-455l363-2l165 1729l682 735l1030-318l996-359l189 15l405 35l1023 444l167 975l-194 553l-474 772l-52 840l333 1353l167 1401l-272 2918l-170 402l-1947 751l-1318 196z"/>
<path id="10043" d="M-235308 169163l542 865l1382 768l833 1121l-1890 1020l-2461 2034l-251 1866l-8 2376l288 639l32 53l354 370l89 69l683 463l53 33l77 5l212-42l90-11l81 24l52 36l217 330l-1522 1792l-286 240l-179 88l-1251 473l-2470 838l-3413-1311l-1749-1347l-643-284l11-1971l-1485-1735l-844 344l-3586-1910l-2450-241l-919 181l-1838-1768l-397-455l-304-422l-1272-3108l-178-609l467-973l461-501l170-122l919 505l563 29l1962-979l779-239l407-133l1028 537l2219 1314l1314 1526l1583-33l670-449l91-508l199-252l1043-677l933-105l814 495l64 564l321 290l727 254l1044-306l2287-1170l1162-1168l506 385l1813 1072l854-170z"/>
<path id="10044" d="M-254387 167697l-779 239l-1962 979l-563-29l-919-505l-170 122l-461 501l-467 973l178 609l1272 3108l304 422l-932 218l-4098 2966l-355 2551l-11 1546l257 1017l-1704 2763l-226 300l-3468 3344l-2170 1325l-1071 493l-2005-561l-1186 808l-233-216l-1771 481l-8 3l-420-606l-37-101l-22-106l137-1497l145-1276l-1414-3594l-3068-2674l-86-6l-389 18l-193 11l-1805-2349l-1485-2998l-42-173l-79-413l-57-301l815-261l547 302l207 621l270 69l1014-1716l-964-2107l-699-550l-976 58l-1591-1559l-150-783l7-130l42-130l57-104l111-146l174-145l470-202l638-272l1817 2245l1149 286l665-480l1293-609l1266-227l284 62l282 258l112 103l99 112l202 233l164 201l1240 1695l846 1768l816 22l217-122l370-210l755-522l-136-301l1514-936l1849-896l1185-107l950-486l536-804l-111-1206l178-3052l37-366l777-1399l416-254l3096-965l1373 384l78 31l2075-1559l614-751l431 478l497 712l154 351l-509 462l-44 26l-307-51l-186 40l0 513l848 1171l1134-324l1218-1355l547-281l414 189l102 403l895 3901l189 1280z"/>
<path id="10045" d="M-225458 176326l642 323l-22 2454l-66 529l-99 492l-1241 1794l606 372l33 279l-805 2315l-983 1416l-602 196l-383-55l-1055 673l-536 913l-1069 1690l-233 72l-677-1068l-396 168l-1207 1719l-101 289l-32 688l728 2375l216 453l1168 1961l2940 3518l-140 1440l-75 185l-952-87l-119-13l-383-127l-146-30l-434-12l-269-3l-108 62l-926 541l-120 114l-69 103l-304 755l-903 1368l-381 231l-727-218l-1417-792l-1411-727l-4131-350l-863 165l-791 160l-420 666l-3815-2250l-42-63l-32-100l-142-1576l16-295l557-3429l841-1146l789-808l411-4050l-67-198l-809-722l-389-340l-37-18l-668-34l-223 81l-224 278l-121 343l-70 245l-88-11l-559-70l-1243-1171l-395-615l50-1106l1649-2454l618-619l1911-1240l1749 1347l3413 1311l2470-838l1251-473l179-88l286-240l1522-1792l-217-330l-52-36l-81-24l-90 11l-212 42l-77-5l-53-33l-683-463l-89-69l-354-370l-32-53l-288-639l8-2376l251-1866l2461-2034l1890-1020l227 440l89 632l-78 71l-474 426l-24 467l5457 3087l1896-714z"/>
<path id="10046" d="M-248459 146332l755 879l785 1320l471 1300l2464 679l1223 29l84-57l27-297l29-322l3-25l67-73l637-102l46-7l51 0l52 15l1598 709l64 241l-20 144l-260 911l1057 1194l1866 1287l730 84l902-241l1201-745l430-402l223 346l755 1433l156 1574l112 1347l113 2972l-116 511l-192 2247l1198 374l571 857l-383 912l-993 942l-871 201l-1524 579l-63 27l-541 313l293 1205l151 470l-854 170l-1813-1072l-506-385l-1162 1168l-2287 1170l-1044 306l-727-254l-321-290l-64-564l-814-495l-933 105l-1043 677l-199 252l-91 508l-670 449l-1583 33l-1314-1526l-2219-1314l-1028-537l-407 133l-189-1280l-895-3901l-102-403l-414-189l-547 281l-1218 1355l-1134 324l-848-1171l0-513l186-40l307 51l44-26l509-462l-154-351l-497-712l-431-478l1318-196l1947-751l170-402l272-2918l-167-1401l-333-1353l52-840l474-772l194-553l-167-975l-1023-444l-405-35l-189-15l-996 359l-1030 318l-682-735l-165-1729l300-281l3536-2073l2522 181l943 205l-280 514l-176 545l-17 389l233-38l1689-704l1201-1165l2090 1019z"/>
</g>
<path id="11000" d="M210919-176029l885 557l2215 722l74 474l-255 225l-447 405l-446 407l-349 463l-119 230l-200 535l-898 2849l-138 1101l634 536l246 23l3-8l24-766l0-7l1049-678l468-16l1299 472l171 28l2414 1033l3440 1778l344 306l181 685l-9 63l-44 125l-502-82l-1470 2447l-1997 2763l-704 662l-43 52l-28 61l-37 122l886 157l187 449l81 497l-3354 3604l-401-2619l35-85l21-465l-288-542l-143-140l-909-527l-2483-1202l-1189 450l-577 219l-2036-20l-149-144l-268-887l-1082-262l-2379 677l-916-2507l-117-128l-164-41l-235 32l-2780 1269l698 2505l-427 1244l-2129-92l-145-7l-111-1133l-3107-2428l-1065 706l-989 659l-976-1414l-1535 919l-84 34l-131 28l-91 11l-131 9l-1318-4l-93-1055l-215-695l-1488 7l-1664 679l-2473 1333l-198 844l563 198l-682 115l-2076-232l-46-7l-47-11l-57-27l-2323-1483l-61-79l-96-870l575-419l91-65l171-21l242-39l519-532l618-1017l19-105l-33-98l-129-181l-269-374l-473-659l15-1744l16-70l410-1270l578-204l1877-2416l734-949l-1632-1096l-1083 262l-645 156l45-1333l325-1946l307-992l404 163l293 92l145 9l105-9l87-10l63-52l58-137l331-1907l57-378l-37-458l-261-468l-109-959l1086-802l2815 1168l740-69l107-400l-5-84l-26-71l-66-91l-283-242l-759-832l-38-66l-28-76l-8-77l-4-40l8-97l34-78l1197-2409l1315-6l1593-7l538-1447l524-1431l1497 166l-3 1636l328 861l2093 495l686 20l78-11l516-81l77-20l586-283l460-300l78-54l886-1115l482-1084l715 658l1173 631l250 14l301-152l2006-2376l-759-590l512-758l1106 318l2994 1991l4 5l213 410l7 19l-4 347l-263 1107l-682 385l-600 2441l799 1458l1252-53l1095 198l935 516l1858 1526l464 1695l45 212l-20 111l-111 323l1788 611z"/>
<g>
<path id="12051" d="M148540-168736l-14 182l-28 95l-65 105l-87 75l-2245 1273l-121 20l-128 0l-1059-238l-1170-80l-83 2l-89 4l-480 136l-86 33l-1728 1186l-70 95l-32 100l-304 1037l-15 95l7 1588l7 235l1244-29l276-472l125-217l251-296l1358-492l98-22l2293 318l541 226l227 122l877 475l660 3355l-302 768l-1739 2153l-607-439l-2457 402l-478 2273l-656 2917l-2153 138l-701-820l-437-25l-640 16l-820 843l-831 1414l-382 868l-2739 945l-2910 796l-218-424l-10-111l145-1658l-1519-3623l-575-2452l-132-1059l-1065-3234l-668-248l-372-1517l671-246l1433-548l98-52l524-516l43-73l212-327l62-45l87-10l404 10l1119 29l-496 2288l9 63l671 2138l71-34l982-881l49-62l21-214l-191-2019l-184-743l4-71l113-157l4290-1895l184 547l483 1277l574 210l724 127l1552 218l313-535l17-31l6-50l-20-1399l-10-1014l10-157l24-141l31-44l62-43l2528-1462l82-47l6375-2512l72-19l89 4l95 37l45 52l7 83l-48 91l-1081 1339z"/>
<path id="12052" d="M259898-95384l110-585l980-222l703-462l587-844l304-664l-670-1510l-304-1419l8-1772l565 22l33 5l680 110l2929 831l1206 1783l-450 779l780 1075l1207 1542l496 526l1122-35l164-25l112-36l207-117l1128-1651l2601 1389l358 281l806 1714l280 635l-656 445l-769-81l-1066-152l-288 1228l499 600l292 451l-1132 1040l-339 25l-220-9l-1509-370l-415-320l-280 26l-1434 458l75 908l1012 965l1124 548l155 48l234 46l206 20l590-6l846 592l-364 2153l-2639 323l-2294-98l-2226 1228l-193 8l-1292-732l-891-738l78-1716l-1332-1153l-1201-424l-53-910l193-1303l441-1323l28-326l-248-904l-874-1897z"/>
<path id="12053" d="M274256-162576l1009 1667l771 3420l471 1438l812 1257l309 3077l-15 95l-11 93l13 144l52 135l1266 1637l129 146l179 137l190 84l222 53l-900 216l-2597 665l-1122 1088l-2831 598l-949-1065l-1959-939l-3592 781l-77-264l-176-3309l94-666l70-306l213-511l329-546l1777-2976l-1540-1936l505-1575l213-1864l94-401l1594-493l1508-10l2481 557l1089-180l379-247z"/>
<path id="12054" d="M180150-170137l-1877 2416l-578 204l-410 1270l-16 70l-15 1744l473 659l269 374l129 181l33 98l-19 105l-618 1017l-519 532l-242 39l-171 21l-91 65l-575 419l96 870l61 79l2323 1483l57 27l47 11l46 7l2076 232l682-115l-529 300l-197 157l-158 189l-106 179l-336 653l-28 62l-526 2231l-1975 782l-925-38l-1608 179l-630 546l-388 702l-673 58l-1393-335l-789-505l-2072-1527l-3334-2753l-128-1046l0-1913l47-702l81-726l428-138l82-15l160-1325l-339-680l-342-383l-573-251l-239-78l-2189-242l-515-478l175-193l196-216l1481-603l63-70l1005-1740l143-435l45-225l117-684l4321-1855l1434 2185l-99 359l631 1090l1312 1630l816 732l449-32l181-33l173-59l1651-964l25-2686l2801-1028l1113 116z"/>
<path id="12060" d="M244699-224072l-16 32l-42 95l-235 873l-14 93l3 32l8 57l294 1727l53 244l884 3710l38 100l47 111l59 96l331 513l67 126l23 70l30 129l9 241l-5 110l-36 249l-208 956l-65 192l-60 128l-220 389l-90 149l-238 296l-1333 33l-2015 990l-40 44l-1707 497l-3159 745l-163-426l135-360l-48-34l-1357-348l-286 231l-950 818l-1849 2713l-996 1993l-552 962l-335 534l-1182 651l-1864 1253l-983 2313l-3883 1790l-195 7l-177-64l-45-29l-29-56l-28-130l-126-271l-97 35l-1803 710l-511 214l-1308 894l3302 7342l2468-1442l1017-1104l-15-448l1195-241l592 956l-574 2570l-107 464l-822 3201l-20 65l-264 626l-642-416l-2596 658l-3485 1406l-814 928l-1920 3121l-1752 819l-1213 145l-679 278l-1034 520l-97 144l-129 578l-34 243l111 1197l1 6l-1788-611l111-323l20-111l-45-212l-464-1695l-1858-1526l-935-516l-1095-198l-1252 53l-799-1458l600-2441l682-385l263-1107l4-347l-7-19l-213-410l-4-5l-2994-1991l-1106-318l-512 758l759 590l-2006 2376l-301 152l-250-14l-1173-631l-715-658l279-59l260-299l15-77l-73-1248l-483-749l-167-231l186-1102l501-2144l855-916l93-348l-280-1987l-919-2206l-211-3082l92-303l846-2657l2928-768l2327-94l1886-937l-111-339l-695-807l-1333-1137l-803-1171l-776-1442l-441-833l-723-2037l280-340l1060-696l633-502l-1343-1052l-1290 100l-1770 803l-1215-909l-694-1756l-85-390l83-317l201-384l333-383l2229-1992l557-423l292-165l443-67l784-64l1630-581l1091-397l324-1781l2385-13l1097-333l876-306l1494-723l804-310l3731-134l1029-1158l-227-282l-1563 146l-45-463l642-2174l423-697l2169 392l3310-505l2550-923l828-842l2024-221l328-5l671 110l957 198l635 132l-152 571l-746 655l-626 282l-1847 2438l-223 2105l-118 1280l2348 1365l196 87l2564-14l824-471l1590 503l375 1791l24 57l3389 2289l667 185l32 3l97-14l367-55l582-90l404-727l102-1211l300-726l3888-960l1511-342l2036 229l360 154z"/>
<path id="12061" d="M217566-158305l586-912l522 7l339 104l671 375l678 1096l179 360l900 2246l-122 864l-819 941l-757 870l1719 1296l1021-411l1657-213l3363 298l1730 4425l-160 1267l-131 334l-1233 720l-980 1229l11 700l427 563l1696 1163l-332 2649l455 1591l556 1261l326 2375l-1021 1991l11 1230l1824 399l3860-1419l545-901l51-22l217-72l1823 24l714 395l957 1348l1247 898l2371 581l3070 774l1672 1455l1029 1575l328 1085l962 496l3525-642l538-1763l51-1546l1684 43l127 8l176 255l-470 606l-299 366l-514 731l-83 135l-29 114l205 1510l28 106l396 1145l1372 636l1463 262l781-71l1082-916l565-526l541-1307l589-686l1067-799l1084-488l454 5l855 273l2479 1691l90 438l0 732l40 1066l159 331l586 451l496 122l1127-74l778-322l555 1278l-1159 639l-119 48l-1046 206l-807 101l-774 0l-533-17l-1162 762l556 2863l56 198l427 1269l936 3030l-455 355l-2481 106l-1128-367l-989 228l-2394 1628l-2471 1787l-1279 2044l-714 2235l-2648 1496l-631-205l-945-571l-278-172l-559-421l-133-83l-139-55l-175-42l-1550-239l-1609-226l-2095-254l-173-24l-1783-376l-163-45l-498-210l-1472-689l-191-89l-236-68l-425-121l-393-107l-134-29l-3959-347l-4025 1358l-1972 3292l-423 809l108 357l203 6l829 414l81 89l694 1017l-94 355l-642 892l-259 340l-458 711l393 1537l305 1918l-580 3172l-801 1818l-1213 745l-1000-89l-1140-1835l-2692-353l-1290 1249l-763 789l-69 130l-15 161l85 387l87 344l-158 666l-2249-645l-161-1573l-2403 758l-1140 199l-857-264l-752-625l-658-732l-1972 1245l-1473-1807l-1749-2937l192-215l454-475l2990-1827l-984-5467l-454-233l-219-125l157-1328l66-358l976-889l788-999l-1321-2918l-2133-838l-2744-234l-681 357l-1193 348l-1417 409l-526-102l-992-481l-204-3578l261-1540l414-107l511-11l2192 393l1957 772l292 2l794-474l842-914l1861-1398l3052-1997l765-341l1202-306l840-79l1196-4133l-66-416l-604-1030l-679-763l-462-453l-2530-1358l-838-414l-51-17l-109-34l-1233-9l-219-8l-161-72l-907-616l362-4401l-510-4052l-15-276l41-1986l691-160l1722-271l-70-441l-324-929l-1697-2778l-1136-684l-931-75l-1529 322l-334 267l-162 615l-1358 146l-896-840l-388-1003l-298-778l404-570l876-253l1481 68l1189-711l-159-1527l-1742-630l-208-3814l1073-1770l-19-47l-2729-296l-668-465l-2366-2092l238-1251l427-1244l-698-2505l2780-1269l235-32l164 41l117 128l916 2507l2379-677l1082 262l268 887l149 144l2036 20l577-219l1189-450l2483 1202l909 527l143 140l288 542l-21 465l-35 85l401 2619l3354-3604l-81-497l-187-449z"/>
<path id="12062" d="M207270-92185l-192 215l1749 2937l1473 1807l1972-1245l658 732l752 625l857 264l1140-199l2403-758l161 1573l2249 645l158-666l-87-344l-85-387l15-161l69-130l763-789l1290-1249l2692 353l1140 1835l1000 89l295 1115l667 2011l1348 1413l1477 3254l1132 665l1188 748l475 428l284 1801l139 1153l-4 146l-24 95l-756 2150l-340 529l726 2177l-66 505l-218 414l-414 384l-835-51l-541 179l-1890 1457l-355 306l-487 485l-840 917l-5774 2048l-287 23l-1386-45l-331-213l-28-247l72-268l-1185 52l-889 41l-1110 2601l1596 1209l1501 578l965 550l155 235l1406 2297l487 1638l189 1281l-189 962l-992 4603l-412 722l-348 281l-485 707l-6084 88l-550-1595l-1374-85l-994 636l-575 1160l-209 14l-1338-1690l-317-1834l-3985-1535l-2225-1013l-341-217l-1264-1552l-5257 1323l-464 178l-2825 2454l74 1310l-2405 705l-2264-136l-91-23l-73-40l-110-118l-110-219l-354-784l-518-1298l-956-573l230-1933l628-2127l-381-3189l160-294l400-1572l25-551l-116-1474l-1327-1712l-2082-2113l-891-524l-362-732l514-817l681-1621l-466-832l-2809-1598l-777 738l-461 241l-910-365l-495-1035l-1960-2957l5043-3241l1187-911l567-438l626-687l1683-2742l-143-666l-603-1156l-701-652l-745-992l-594-1262l-33-889l-1-34l715-937l648-604l67-552l-593-2054l-1038-1697l-431-569l-430-590l-1044-2406l-75-469l2123-393l692-64l-296-2469l770-244l755-52l554 102l2174 516l515 144l273 878l-568 270l-220 1374l223 765l383 1103l473 1107l958 599l846 243l257 32l2795-112l355-1206l2960-373l86-10l134 39l759 363l905 563l2033 807l5019 1729l1852 665z"/>
<path id="12063" d="M157343-190845l2443-1172l-62-152l-28-71l488-325l3515-1733l363-159l1294 37l933 379l1066 996l427 1055l527 964l1689 2369l2003 199l3124 345l48 200l642 1341l852 1712l465 309l367-37l2127 325l225 1341l-350 415l214 650l708 906l-1086 802l109 959l261 468l37 458l-57 378l-331 1907l-58 137l-63 52l-87 10l-105 9l-145-9l-293-92l-404-163l-307 992l-325 1946l-45 1333l645-156l1083-262l1632 1096l-734 949l-1113-116l-2801 1028l-25 2686l-1651 964l-173 59l-181 33l-449 32l-816-732l-1312-1630l-631-1090l99-359l-1434-2185l-4321 1855l-117 684l-45 225l-143 435l-1005 1740l-63 70l-1481 603l-196 216l-175 193l515 478l95 238l31 102l7 115l-23 247l-40 91l-251 326l-2627-1097l-1856-1029l-849 303l-4003 1131l-96 14l-473 14l-498-843l-454-3437l234-317l831-1133l-2616-3705l-1563-595l-5351 1957l-1761 741l-335 83l-553 2l-4025-716l-814-265l-1017-1523l116-627l-723-30l-3285 442l-1477 1755l0 98l562 595l844 372l143 1368l14 173l-276 2486l-762 1554l102 263l1491-46l119-21l670-250l242-87l-13 74l-192 541l-922 1601l-191 303l-1119-29l-404-10l-87 10l-62 45l-212 327l-43 73l-524 516l-98 52l-1433 548l-671 246l-1228 395l-563 34l-426-150l-423-404l-82-221l-311-906l-158-2457l-154-1611l-866-506l-364-19l-744 324l-394 653l-496-129l-660-835l-326-1814l-7-113l15-397l-4-99l-37-92l-40-71l-73-50l-1335-489l-92-11l-99 26l-85 62l-40 77l-493 1166l-26 106l8 111l33 88l128 165l48 85l22 99l-7 99l-44 125l-265 368l-41 41l-1296 405l-87 15l-937 68l-1102-967l-248-953l-1005-1678l-61 29l-65 10l-584 46l-28-25l-16-38l20-733l3-73l1011-2650l80-158l1065-1693l-245-2224l-191-1167l-200-1030l76-1175l1228 582l563 228l415 18l1446-887l397-344l488-1161l44-500l-13-2357l-86-765l-20-126l-164-644l-273-1052l-34-60l-56-37l-79 4l-85 33l-172 83l-86 0l-174-47l-69-159l-1334-3481l110-4301l19-123l437-1218l687-1521l1287-102l115-15l89-63l91-111l179-311l14-130l808-697l461-76l1857-235l202 7l120 24l935 317l1318 431l1760-439l545-448l438-385l1465 256l227 337l488 1165l-120 295l-83 130l-747 1609l925 1880l85 80l127 50l134 23l103-15l636-230l4409-858l1016 402l571 184l1047 229l1396-19l213-1211l30-995l-372-900l-755 1l-94-1294l472-1150l509-902l2270 213l1321 764l1208 732l1343-741l151-76l170-42l185 8l397 50l270 1074l1143 2310l882 540l1243 490l801 2293l-422 757l-13 403l2297 2801l1870 989l4390 1115l-248-1281z"/>
<path id="12064" d="M274256-162576l-379 247l-1089 180l-2481-557l-1508 10l-1594 493l-94 401l-213 1864l-3134-1081l-390-66l-348 36l-392 156l-364 281l-207 356l-235 682l-2029-689l-336-139l233-1351l-2811-1465l-202-1227l425-611l-52-394l-135-672l-126-494l-940-2648l-2933-2856l-1175-525l-1571-261l-223 702l-67 613l-19 530l49 489l33 325l-46 199l-95 227l-221 197l-270 166l-5130 839l-881 31l17-179l-803-1801l-1824 629l-1098 611l-382 719l-3033-291l-2813-452l-1584-7l-1126 137l-806 703l-450 1210l-453 490l-3023 1468l-1395-1l-2821-529l-1636-2010l-145-2295l-1972-1548l-1553 41l-738 803l-273 847l-310 966l-121 572l-1299-472l-468 16l-1049 678l0 7l-24 766l-3 8l-246-23l-634-536l138-1101l898-2849l200-535l119-230l349-463l446-407l447-405l255-225l-74-474l-2215-722l-885-557l-1-6l-111-1197l34-243l129-578l97-144l1034-520l679-278l1213-145l1752-819l1920-3121l814-928l3485-1406l2596-658l642 416l264-626l20-65l822-3201l107-464l574-2570l-592-956l-1195 241l15 448l-1017 1104l-2468 1442l-3302-7342l1308-894l511-214l1803-710l97-35l126 271l28 130l29 56l45 29l177 64l195-7l3883-1790l983-2313l1864-1253l1182-651l335-534l552-962l996-1993l1849-2713l950-818l286-231l1357 348l48 34l-135 360l163 426l3159-745l1707-497l40-44l2015-990l1333-33l-747 1032l-195 320l-145 282l-89 205l-60 177l-40 128l-62 291l-21 146l-8 61l-7 54l-8 106l10 87l13 113l14 90l68 260l17 62l69 145l78 144l87 124l88 105l100 97l115 83l134 79l155 79l259 86l80 22l352 69l4233 417l81 9l252 52l125 47l63 28l59 28l62 50l136 115l97 130l246 330l989 1188l1027 1153l1792 1515l202 137l235 123l1337 603l251 110l341 85l487 151l456 170l223 101l1448 843l142 104l1468 1505l3877 4534l2582 3205l156 187l173 161l35 29l97 75l2962 1774l4187 2059l1542 1008l282 226l334 400l2491 3271l89 118l64 146l23 174l-26 217l-52 118l-57 110l-774 964l-186 234l-44 72l-104 177l-82 188l-635 1942l-60 197l-33 261l9 131l24 162l60 247l514 1604l73 149l124 141l155 105l184 98l218 92l238 105l6 3l154 81l113 85l59 48l132 157l105 172l69 202l51 185l27 176l0 241l-45 200l-11 32l-61 176l-131 288l-1264 2356l-744 1094l-1184 1727l-115 104l-155 56l-136 15l-116 12l-500 71l-202 59l-174 105l-263 179l-161 170l-142 184l-123 266l-113 325l-530 3276l-55 611z"/>
<path id="12065" d="M182907-251459l776 1220l1631 1753l977 748l1316 1973l-784 2248l-311 1538l-39 707l33 139l628 851l113 130l1549 1763l1889 1610l3367 3866l617 3148l280 699l3701 1886l1643-296l754 749l98 828l-168 503l-273 43l-19 277l1426 45l526-314l-324 1781l-1091 397l-1630 581l-784 64l-443 67l-292 165l-557 423l-2229 1992l-333 383l-201 384l-83 317l85 390l694 1756l1215 909l1770-803l1290-100l1343 1052l-633 502l-1060 696l-280 340l723 2037l441 833l776 1442l803 1171l1333 1137l695 807l111 339l-1886 937l-2327 94l-2928 768l-846 2657l-92 303l211 3082l919 2206l280 1987l-93 348l-855 916l-501 2144l-186 1102l167 231l483 749l73 1248l-15 77l-260 299l-279 59l-482 1084l-886 1115l-78 54l-460 300l-586 283l-77 20l-516 81l-78 11l-686-20l-2093-495l-328-861l3-1636l-1497-166l-524 1431l-538 1447l-1593 7l-1315 6l-1197 2409l-34 78l-8 97l4 40l8 77l28 76l38 66l759 832l283 242l66 91l26 71l5 84l-107 400l-740 69l-2815-1168l-708-906l-214-650l350-415l-225-1341l-2127-325l-367 37l-465-309l-852-1712l-642-1341l-48-200l-3124-345l-2003-199l-1689-2369l-527-964l-427-1055l-1066-996l-933-379l-1294-37l-363 159l-3515 1733l-488 325l28 71l62 152l-2443 1172l-285-1390l538-228l947 273l1182-590l1061-904l-1103-454l399-465l1207-948l1151-903l72-30l232-78l716-38l-87-2873l-243-2677l1458-944l2460-1843l390-1162l92-1390l5-416l-67-161l-437-377l-343-672l-41-202l-40-296l-14-252l1738-395l873-114l709 997l374 136l630 19l47 1l19 0l74-720l-144-1781l-1014-109l-587-2974l936-700l771-463l94-175l299-1947l289-2381l-423-1549l-240-862l-1458-1278l-1359-935l-78-352l454-1282l608-2080l-1-4441l-182-124l-173-84l-757-129l-1261 272l-1261 16l-1881-1636l-617-1654l27-163l1623-3190l414 63l1663-268l1143-771l943-706l20-102l-28-73l-38-26l-2775-1787l414-353l1838-1606l-7-164l48-127l795-774l289-259l1189-625l716-172l437 32l2237-1775l144-1046l-11-137l-430-746l-16-141l23-84l505-448l2416-1333l236-42l1956-72l297 142l159 159l116 216l144 1135l1070 1669l1599 304l488-835l42-92l149-673z"/>
<path id="12066" d="M246823-103509l-528 804l-68 1913l-40 2346l1492 456l299 10l192 195l82 113l454 738l1000 1926l-34 1053l-479 34l-648 2685l-92 462l-103 967l422 896l291 611l104 96l176 87l247 64l250 18l361-57l383-152l467-219l427 968l37 115l8 77l-470 1857l-32 109l-397 630l-289 291l-516-459l-180 24l-1448 3876l2616 3723l180 129l593 245l390-72l796-193l776-238l934 229l2085 2181l-1196 1892l-962 857l-79 61l-330 89l-642-72l-401 3427l661 648l291 1070l-110 498l-1391-166l-425-42l-2036 2674l-321 765l-668 2231l15 1642l-2122 2324l569 1548l-1634 3259l-1125 954l-322 478l-736 1171l-55 207l-206 1328l-2015-328l-1849-703l-87 80l-2292 1442l-142 52l-1604 430l-181 18l-213-11l-520-90l-117-40l-186-118l-196-198l-324-213l-1750-291l-58 316l108 622l-1055 803l-2939 1192l-2626-99l-1521-210l-942-173l-624-351l-355-411l348-281l412-722l992-4603l189-962l-189-1281l-487-1638l-1406-2297l-155-235l-965-550l-1501-578l-1596-1209l1110-2601l889-41l1185-52l-72 268l28 247l331 213l1386 45l287-23l5774-2048l840-917l487-485l355-306l1890-1457l541-179l835 51l414-384l218-414l66-505l-726-2177l340-529l756-2150l24-95l4-146l-139-1153l-284-1801l-475-428l-1188-748l-1132-665l-1477-3254l-1348-1413l-667-2011l-295-1115l1213-745l801-1818l580-3172l-305-1918l-393-1537l458-711l259-340l642-892l94-355l-694-1017l-81-89l-829-414l-203-6l-108-357l423-809l1972-3292l4025-1358l3959 347l134 29l393 107l425 121l236 68l191 89l1472 689l498 210l163 45l1783 376l173 24l2095 254z"/>
<path id="12067" d="M266898-159938l-505 1575l1540 1936l-1777 2976l-329 546l-213 511l-70 306l-94 666l176 3309l77 264l3592-781l1959 939l949 1065l2831-598l1122-1088l2597-665l900-216l639-62l203-6l230 19l243 55l4581 1283l233 74l216 116l144 121l238 254l1127 1592l72 115l38 136l10 135l-365 7214l-29 251l-44 174l-96 233l-299 515l-319 437l-588 851l-75 184l-45 167l-14 92l-13 102l12 233l309 2760l53 172l137 277l698 953l161 169l180 158l43 30l89 59l186 89l194 55l226 38l7 1l471 27l248 44l232 77l236 127l264 173l457 302l278 221l233 234l154 178l1067 1582l36 118l13 105l-2 136l-2 13l-627 3632l-16 67l-454 999l-54 84l-401 404l-79 104l-1078 1443l-57 91l-18 130l18 128l63 82l-176 125l-2140 26l-933-295l-466-623l-31-788l-490-733l-245-207l-202-79l-3239-420l-904-41l-108 18l-126 54l-379 164l-62 55l-768 920l-306 453l-7 51l25 51l48 60l218 104l-87 888l-355 440l-3940-123l-263-285l-225-276l-167-336l-195-519l-646-1870l-184-810l31-255l198-263l93-456l-59-255l-221-48l-1858 1569l-493 538l116 1428l-778 322l-1127 74l-496-122l-586-451l-159-331l-40-1066l0-732l-90-438l-2479-1691l-855-273l-454-5l-1084 488l-1067 799l-589 686l-541 1307l-565 526l-1082 916l-781 71l-1463-262l-1372-636l-396-1145l-28-106l-205-1510l29-114l83-135l514-731l299-366l470-606l-176-255l-127-8l-1684-43l-51 1546l-538 1763l-3525 642l-962-496l-328-1085l-1029-1575l-1672-1455l-3070-774l-2371-581l-1247-898l-957-1348l-714-395l-1823-24l-217 72l-51 22l-545 901l-3860 1419l-1824-399l-11-1230l1021-1991l-326-2375l-556-1261l-455-1591l332-2649l-1696-1163l-427-563l-11-700l980-1229l1233-720l131-334l160-1267l-1730-4425l-3363-298l-1657 213l-1021 411l-1719-1296l757-870l819-941l122-864l-900-2246l-179-360l-678-1096l-671-375l-339-104l-522-7l-586 912l-886-157l37-122l28-61l43-52l704-662l1997-2763l1470-2447l502 82l44-125l9-63l-181-685l-344-306l-3440-1778l-2414-1033l-171-28l121-572l310-966l273-847l738-803l1553-41l1972 1548l145 2295l1636 2010l2821 529l1395 1l3023-1468l453-490l450-1210l806-703l1126-137l1584 7l2813 452l3033 291l382-719l1098-611l1824-629l803 1801l-17 179l881-31l5130-839l270-166l221-197l95-227l46-199l-33-325l-49-489l19-530l67-613l223-702l1571 261l1175 525l2933 2856l940 2648l126 494l135 672l52 394l-425 611l202 1227l2811 1465l-233 1351l336 139l2029 689l235-682l207-356l364-281l392-156l348-36l390 66l3134 1081z"/>
<path id="12068" d="M122159-259285l670 221l343 114l223 102l1868 1103l2112 2610l1509 1868l54 254l73 140l697 844l486-2l3101-574l414-217l-39-560l1806-381l4535 1831l739-29l164-147l1052-712l2270-25l464 541l232 329l-403 429l-43 64l-20 89l-35 854l87 154l114 97l350 165l1116 369l2077 422l1136-115l322-89l327-222l757 118l-289 1507l-119 260l-187 279l-285 262l-419 351l1761 1188l90 44l111 22l306 55l105 14l81-6l772-101l1757-363l269-342l23-97l12-47l36-58l58-24l1692-576l103-27l121-4l68 0l45 32l31 61l336 614l336 614l39 71l1185 867l82 21l834 22l76-337l-42-617l905-654l557-176l2836-661l287-17l178 8l95 14l91 25l693 307l275 495l33 62l-15 63l-70 43l-26 7l-100 24l-112 41l-670 466l-113 88l-1187 950l-92 115l-44 118l13 99l61 82l2257 1194l58-13l351-186l54-64l44-87l2775 1787l38 26l28 73l-20 102l-943 706l-1143 771l-1663 268l-414-63l-1623 3190l-27 163l617 1654l1881 1636l1261-16l1261-272l757 129l173 84l182 124l1 4441l-608 2080l-454 1282l78 352l1359 935l1458 1278l240 862l423 1549l-289 2381l-299 1947l-94 175l-771 463l-936 700l587 2974l1014 109l144 1781l-74 720l-19 0l-47-1l-630-19l-374-136l-709-997l-873 114l-1738 395l14 252l40 296l41 202l343 672l437 377l67 161l-5 416l-92 1390l-390 1162l-2460 1843l-1458 944l243 2677l87 2873l-716 38l-232 78l-72 30l-1151 903l-1207 948l-399 465l1103 454l-1061 904l-1182 590l-947-273l-538 228l285 1390l248 1281l-4390-1115l-1870-989l-2297-2801l13-403l422-757l-801-2293l-1243-490l-882-540l-1143-2310l-270-1074l-397-50l-185-8l-170 42l-151 76l-1343 741l-1208-732l-1321-764l-2270-213l-509 902l-472 1150l94 1294l755-1l372 900l-30 995l-213 1211l-1396 19l-1047-229l-571-184l-1016-402l-4409 858l-636 230l-103 15l-134-23l-127-50l-85-80l-925-1880l747-1609l83-130l120-295l-488-1165l-227-337l-1465-256l-438 385l-545 448l-1760 439l-1318-431l-935-317l-120-24l-202-7l-1857 235l-461 76l-808 697l368-576l144-717l-1972-5322l-2209-2170l-1583 920l-3167 1440l-222-252l-412-2302l163-1332l75-263l337 81l2883-978l3137-1676l2776-326l1674-532l-1301-2973l202-383l662-713l661 304l139 9l1036-112l762-1640l321-1047l2020-1698l4071-1662l69-3940l-332-1006l-303-154l-1245 1398l-196 723l-747 1059l-1375 1046l-194 21l-451-325l-207-186l-114-114l-3320-3588l-283-988l419-1935l777-742l157-100l264-78l186 128l199 93l616 207l757-1981l-7-401l-3307-1747l-129-1716l1056-1602l575-331l883-582l201-480l-626-1445l-961-1784l-797-1582l655-286l164-99l150-142l2678-2960l-2651-3918l-803-3304l805-1375l467-796l605 457z"/>
<path id="12069" d="M136456-172456l4025 716l553-2l335-83l1761-741l5351-1957l1563 595l2616 3705l-831 1133l-234 317l454 3437l498 843l473-14l96-14l4003-1131l849-303l1856 1029l2627 1097l251-326l40-91l23-247l-7-115l-31-102l-95-238l2189 242l239 78l573 251l342 383l339 680l-160 1325l-82 15l-428 138l-81 726l-47 702l0 1913l128 1046l3334 2753l2072 1527l789 505l1393 335l673-58l388-702l630-546l1608-179l925 38l1975-782l526-2231l28-62l336-653l106-179l158-189l197-157l529-300l-563-198l198-844l2473-1333l1664-679l1488-7l215 695l93 1055l1318 4l131-9l91-11l131-28l84-34l1535-919l976 1414l118 967l-1431 2555l-2505 4261l-1896 816l-768-226l-658-219l-1201 427l-1340 966l-681 3121l655 1038l123 283l-115 403l-399 544l-72 93l-1489 1137l-421 315l-1354 3265l-1232 3372l-31 59l-1544 1583l-4143 3285l-1187 892l-438 2054l354 551l31 130l584 3201l-229 574l-1481 2831l-18 753l41 1872l-132 1144l-987-464l-2127-134l-3058 1430l-610 430l-451 1187l-44 730l-222 458l-611 339l-1343 699l-1942 441l-1093 449l-26 406l-512-134l-2214-900l-3223-1522l-290-150l-430-529l-166-239l-202-78l-530 12l-308 10l-137 61l-390 507l-132 862l-80 547l-1881 1487l-938 70l-4304-223l-129-810l-138-857l-89-330l-2102-445l-339-138l-456-263l-665-724l-323-1267l-46-443l-919-139l-405 28l-555 1164l-76 623l-163 234l-861 0l-361-103l-113-33l-3680-2313l-136-86l-974-612l-73-46l-56-35l-1670-1896l-33-37l-68-77l-63-72l-65-74l-76-86l-42-103l-286-707l-381-943l-83-206l-135-335l-79-138l-191-336l-71-62l-65-56l-242-82l-659-223l-102-34l-1066-520l-294-144l-76-37l-66-32l-2342-3952l-400-965l-1474-2327l186-653l1779-3840l526-438l339-279l1053 96l1344-1556l-1486-1060l-349-247l-774-379l-552-63l-402-123l439-2949l73-330l648-2302l20-52l1154-2469l104-166l104-151l282-150l119-156l1197-2425l-790-587l-980-1569l367-526l646-175l170-890l-594-3009l-341-1709l894-2113l880-1418l311 906l82 221l423 404l426 150l563-34l1228-395l372 1517l668 248l1065 3234l132 1059l575 2452l1519 3623l-145 1658l10 111l218 424l2910-796l2739-945l382-868l831-1414l820-843l640-16l437 25l701 820l2153-138l656-2917l478-2273l2457-402l607 439l1739-2153l302-768l-660-3355l-877-475l-227-122l-541-226l-2293-318l-98 22l-1358 492l-251 296l-125 217l-276 472l-1244 29l-7-235l-7-1588l15-95l304-1037l32-100l70-95l1728-1186l86-33l480-136l89-4l83-2l1170 80l1059 238l128 0l121-20l2245-1273l87-75l65-105l28-95l14-182l1081-1339l48-91l-7-83l-45-52l-95-37l-89-4l-72 19l-6375 2512l-82 47l-2528 1462l-62 43l-31 44l-24 141l-10 157l10 1014l20 1399l-6 50l-17 31l-313 535l-1552-218l-724-127l-574-210l-483-1277l-184-547l-4290 1895l-113 157l-4 71l184 743l191 2019l-21 214l-49 62l-982 881l-71 34l-671-2138l-9-63l496-2288l191-303l922-1601l192-541l13-74l-242 87l-670 250l-119 21l-1491 46l-102-263l762-1554l276-2486l-14-173l-143-1368l-844-372l-562-595l0-98l1477-1755l3285-442l723 30l-116 627l1017 1523l814 265z"/>
<path id="12070" d="M121554-259742l-467 796l-805 1375l803 3304l2651 3918l-2678 2960l-150 142l-164 99l-655 286l797 1582l961 1784l626 1445l-201 480l-883 582l-575 331l-1056 1602l129 1716l3307 1747l7 401l-757 1981l-616-207l-199-93l-186-128l-264 78l-157 100l-777 742l-419 1935l283 988l3320 3588l114 114l207 186l451 325l194-21l1375-1046l747-1059l196-723l1245-1398l303 154l332 1006l-69 3940l-4071 1662l-2020 1698l-321 1047l-762 1640l-1036 112l-139-9l-661-304l-662 713l-202 383l1301 2973l-1674 532l-2776 326l-3137 1676l-2883 978l84-258l-600-159l-596 1982l-1985-567l-783-305l-2414-469l-932-148l-158 58l-679 268l-170 555l-1460 598l-188 36l-177 7l-166-14l-1272-416l-232-290l-192-199l-262-190l-271-147l-305-102l-319-82l-3249-742l-3579-1317l-341-205l-305-354l-144-427l-20-390l69-332l185-401l342-380l536-468l283-234l137-254l58-264l20-385l-20-215l-78-234l-175-210l-352-244l-517-249l-371-78l-312 0l-771 49l-459-10l-292-42l-274-61l-249-61l-180-53l-160-102l-115-133l-185-220l-232-376l-243-462l-196-434l-220-359l-249-289l-181-163l-154-138l-289-192l-226-132l-290-104l-323-68l-359 22l-248 54l-361 195l-126 80l-576 379l-771 506l-264 148l-137 19l-165-9l-155-37l-148-61l-114-96l-91-108l-107-206l-251-517l-45-142l-23-187l-7-165l67-682l-7-262l-45-194l-226-562l-81-128l-90-104l-127-82l-159-11l-2117 408l-315-83l-295-133l-199-174l-172-217l-150-224l-67-240l0-210l31-232l126-352l191-273l386-468l137-166l174-220l82-157l30-172l-30-178l-90-130l-152-137l-229-121l-254-76l-318-38l-241 12l-299 58l-241 82l-1055 485l-287 94l-203 25l-185 0l-279-38l-4699-1139l-224-57l-222-65l-188-94l-194-100l-173-130l-137-122l-806-843l-656-727l-619-720l-223-209l-250-190l-312-171l-158-41l-149-37l-379-11l-401 78l-2308 630l-374 158l-265 177l-219 171l-296 208l-311 193l-277 171l-868 505l-806 408l-265 73l-301 0l-281-47l-209-121l-296-289l-3250-3347l-456-494l-320-389l-165-291l-48-242l-20-301l-113-1783l1240-50l1958 201l3328 353l1739-1417l7-650l216-670l4314-56l891 674l859 575l1672 329l1609 4l930-602l498-902l685-3018l22-121l0-236l-43-292l-85-300l-199-559l-312-1037l-86-1622l1016-1106l3189-2968l201-153l119-43l2282-159l1758 3l1279 377l1443 591l2060 746l4068-61l662-358l300-366l-1129-1510l-932-180l-613-428l-8-288l1056 26l471 50l2523 426l191-7l121-25l63-52l1106-1405l1004-1199l1053-210l475 26l411 16l1467-193l769-417l4048-2355l411-602l-145-1849l-287-767l-287-765l2808-1747l-557-1221l-25-980l918-141l1098 305l263 2408l1829 277l1585-607l5810-1068l596-84l459 1653l431 860l1127 1208l181 25l685-52l329-194l253-154l949-131l228 0l692 58l1099 535z"/>
<path id="12071" d="M289017-119646l328 266l83 94l53 114l32 169l0 125l-210 6350l-1018 3966l-32 107l-88 87l-724 572l-1730 1470l-2875 3130l-68 83l-982 1757l-150 308l-22 113l-30 1191l48 570l25 78l935 1472l160 187l95 91l67 39l46 22l913 254l149 27l147-12l114-30l98-27l65-7l41-4l84 14l46 11l72 29l746 430l87 67l62 93l598 1186l782 3162l-138 709l-126 725l-15 112l14 103l830 1520l58 71l1649 1862l1753 1187l1414 826l1608 3498l843 4334l132 726l9 109l-2 133l-26 111l-49 110l-184 344l-610 858l-93 76l-223 104l-277 130l-87 80l-643 915l-59 103l-37 95l-27 152l-440-173l-1292 405l48 331l-19 108l-933 1885l-427 657l-487 352l-146 19l-2884 249l-1465 115l-316-450l-583-1951l-173-113l-1020-617l-718 3l-424 105l-847 821l-302 955l-351 424l-1774 703l-1049-482l-3233 453l-237 134l-119 116l-137 268l-16 167l13 258l139 719l-466-261l-3653 458l-64 73l-36 91l-630 856l-1521 1516l-2135 855l-176-303l-113-147l-146-165l-194-141l-226-109l-615-268l-2215-739l-4280-594l-1357-17l-1866 32l110-498l-291-1070l-661-648l401-3427l642 72l330-89l79-61l962-857l1196-1892l-2085-2181l-934-229l-776 238l-796 193l-390 72l-593-245l-180-129l-2616-3723l1448-3876l180-24l516 459l289-291l397-630l32-109l470-1857l-8-77l-37-115l-427-968l-467 219l-383 152l-361 57l-250-18l-247-64l-176-87l-104-96l-291-611l-422-896l103-967l92-462l648-2685l479-34l34-1053l-1000-1926l-454-738l-82-113l-192-195l-299-10l-1492-456l40-2346l68-1913l528-804l1609 226l1550 239l175 42l139 55l133 83l559 421l278 172l945 571l631 205l2648-1496l714-2235l1279-2044l2471-1787l2394-1628l989-228l1128 367l2481-106l455-355l-936-3030l-427-1269l-56-198l-556-2863l1162-762l533 17l774 0l807-101l1046-206l119-48l1159-639l-555-1278l-116-1428l493-538l1858-1569l221 48l59 255l-93 456l-198 263l-31 255l184 810l646 1870l195 519l167 336l225 276l263 285l3940 123l355-440l87-888l-218-104l-48-60l-25-51l7-51l306-453l768-920l62-55l379-164l126-54l108-18l904 41l3239 420l202 79l245 207l490 733l31 788l466 623l933 295l2140-26l176-125zM260008-95969l-110 585l874 1897l248 904l-28 326l-441 1323l-193 1303l53 910l1201 424l1332 1153l-78 1716l891 738l1292 732l193-8l2226-1228l2294 98l2639-323l364-2153l-846-592l-590 6l-206-20l-234-46l-155-48l-1124-548l-1012-965l-75-908l1434-458l280-26l415 320l1509 370l220 9l339-25l1132-1040l-292-451l-499-600l288-1228l1066 152l769 81l656-445l-280-635l-806-1714l-358-281l-2601-1389l-1128 1651l-207 117l-112 36l-164 25l-1122 35l-496-526l-1207-1542l-780-1075l450-779l-1206-1783l-2929-831l-680-110l-33-5l-565-22l-8 1772l304 1419l670 1510l-304 664l-587 844l-703 462l-980 222z"/>
<path id="12072" d="M198691-156928l-238 1251l2366 2092l668 465l2729 296l19 47l-1073 1770l208 3814l1742 630l159 1527l-1189 711l-1481-68l-876 253l-404 570l298 778l388 1003l896 840l1358-146l162-615l334-267l1529-322l931 75l1136 684l1697 2778l324 929l70 441l-1722 271l-691 160l-41 1986l15 276l510 4052l-362 4401l907 616l161 72l219 8l1233 9l109 34l51 17l838 414l2530 1358l462 453l679 763l604 1030l66 416l-1196 4133l-840 79l-1202 306l-765 341l-3052 1997l-1861 1398l-842 914l-794 474l-292-2l-1957-772l-2192-393l-511 11l-414 107l-261 1540l204 3578l992 481l526 102l1417-409l1193-348l681-357l2744 234l2133 838l1321 2918l-788 999l-976 889l-66 358l-157 1328l219 125l454 233l984 5467l-2990 1827l-454 475l-1852-665l-5019-1729l-2033-807l-905-563l-759-363l-134-39l-86 10l-2960 373l-355 1206l-2795 112l-257-32l-846-243l-958-599l-473-1107l-383-1103l-223-765l220-1374l568-270l-273-878l-515-144l-2174-516l-554-102l-755 52l-770 244l296 2469l-692 64l-232-1175l-807-892l-539-276l-889 0l38 633l-2535 1063l-2926-197l-487-504l-304-349l-2-7l-15-199l300 21l489 35l543-1358l-190-920l-1639-338l-1258 60l-1171 79l-816-1908l-1259-1634l-2771-323l-87 721l-1627 613l-320 24l-2541-771l-4-1230l-218-1267l-373-1119l-707 92l-569 424l-354 113l-585 87l-622 32l-471 19l-402-77l-437-86l-475-164l-549-1473l26-406l1093-449l1942-441l1343-699l611-339l222-458l44-730l451-1187l610-430l3058-1430l2127 134l987 464l132-1144l-41-1872l18-753l1481-2831l229-574l-584-3201l-31-130l-354-551l438-2054l1187-892l4143-3285l1544-1583l31-59l1232-3372l1354-3265l421-315l1489-1137l72-93l399-544l115-403l-123-283l-655-1038l681-3121l1340-966l1201-427l658 219l768 226l1896-816l2505-4261l1431-2555l-118-967l989-659l1065-706l3107 2428l111 1133l145 7l2129 92z"/>
<path id="12073" d="M223871-283194l-134 792l26 363l124 1681l2917 1941l74 253l9 275l-25 358l-33 205l-377 1113l2458 560l3662-724l2957 531l453 1758l44 26l134 76l210-5l1431-93l1749-1243l144-531l795-1567l1017 25l732 515l1004 727l581 427l507 197l279 56l319 21l354 19l509-61l204-84l149-79l128-85l120-125l305-436l109-147l480-456l878 539l197 294l111 190l73 177l19 136l214 2102l29 330l8 93l12 497l-6 319l-18 270l-37 202l-443 1574l-311 1000l-102 287l-33 91l-197 420l-1043 1551l-1254 1645l-885 1055l-568 655l-757 757l-587 537l-200 183l-352 372l-1530 1923l-163 229l-88 163l-74 250l-58 414l-175 1250l1972 142l1062-656l1189-226l1739 619l1581 577l2410-369l1175-395l8-699l-260-1161l1434-701l512-211l555-229l672-1812l2440-1052l1054-840l924-777l961-636l180-69l224-47l238-1l458 91l55 106l193 372l100 2457l276 1426l278 1426l917 2l414 72l215 58l428 1193l39 127l14 122l-1 7l-30 140l-1005 1997l-1561 2477l-1489 1932l-67 25l-141 76l-93 79l-91 122l-54 120l-363 2242l-105 803l-15 181l4 195l57 337l114 448l87 340l279 529l193 297l316 429l303 408l124 165l11 82l11 90l-8 111l-18 121l-291 1955l-588 3802l-44 224l-198 816l-494 1474l-42 125l-131 354l-312 733l-84 150l-146 243l-116 181l-108 151l-100 124l-103 112l-129 139l-2340 2508l-2298 2263l-245 221l-213 174l-1393 990l-219 141l-736 436l-145 76l-115 48l-288 86l-61 19l-34 11l-218 109l-262 141l-128 81l-1738 1194l-174 146l-101 86l-1568 1359l-360-154l-2036-229l-1511 342l-3888 960l-300 726l-102 1211l-404 727l-582 90l-367 55l-97 14l-32-3l-667-185l-3389-2289l-24-57l-375-1791l-1590-503l-824 471l-2564 14l-196-87l-2348-1365l118-1280l223-2105l1847-2438l626-282l746-655l152-571l-635-132l-957-198l-671-110l-328 5l-2024 221l-828 842l-2550 923l-3310 505l-2169-392l-423 697l-642 2174l45 463l1563-146l227 282l-1029 1158l-3731 134l-804 310l-1494 723l-876 306l-1097 333l-2385 13l-526 314l-1426-45l19-277l273-43l168-503l-98-828l-754-749l-1643 296l-3701-1886l-280-699l-617-3148l-3367-3866l-1889-1610l-1549-1763l-113-130l-628-851l-33-139l39-707l311-1538l784-2248l-1316-1973l-977-748l-1631-1753l-776-1220l-115-820l470-1890l35-90l43-79l339-383l2178-1811l914-639l4000 191l429 565l736 1628l1910 1119l922-2592l816-2137l1457-520l220 446l87 61l86 10l1389-349l80-49l69-63l2357-3210l-240-1500l-220-590l-88-1450l370-1600l688 51l597-13l728-1729l-22-1269l-15-52l-35-45l-67-28l-87-7l-424-29l-50-30l-19-60l1-60l30-56l200-368l164-202l1227-925l2621-714l148-17l1695-3841l980-193l2952-2955l376-392l51-75l308-443l2265 6l447 272l1769 399l379-47l1065-493l644-671l878-1545l-2449-1321l-890-317l-179-1813l448-2285l53-263l367-562l590-38l77 65l45 556l-159 328l-13 402l1806 2813l3665 1556l-135 427z"/>
</g><g>
<path id="13001" d="M192242-350881l-33 776l18 119l55 135l1190 2044l75 95l90 75l306 184l133 79l153 53l1461 356l152 24l124 0l277-82l93-69l51-65l30-121l-22-128l441 138l28 453l-576 2927l-474 100l-3101 70l-5315-327l-2812-2613l88-783l1166-841l1520-906l554-285l904 13l2577-1181l795-454l52 214z"/>
<path id="13002" d="M175064-276611l254-347l499-167l110-57l634-446l164-584l469-1935l805-752l1145-1372l202-299l91-170l959-2111l13-127l-34-549l-335-731l-374-695l-59-109l-448-249l-896-200l-790-1048l917-1218l67-56l268-37l544-201l1550-1096l1058-3305l240-288l725 1888l225 861l60 441l1284 33l1506-110l2090 2440l352 2397l81 833l-2214 1767l-758 335l-2974 758l-1518 11l-61 154l-145 663l-393 1297l-558 1317l-1562 1422l-448 2104l13 117l15 167l-47 93l-369 531l-96 79l-123 31l-523 88l-102-21l-1078-525l-103-89l-52-109l-280-824z"/>
<path id="13003" d="M97813-354211l2008-167l5132-315l174-44l403-261l706-497l639-560l1065-1722l347-646l115-224l173-364l324-706l306-726l98-162l135-223l97-122l568-591l537-432l1855 167l858-28l869-119l1487 3524l1220 1429l-2115 1503l-1172-5l-2146 225l-1524 2616l72 2754l1279 3284l113 222l64 242l30 266l25 1483l-17 513l-731 1291l-1167 191l-1841 578l-1231 415l-2063 914l-689 52l-490-208l-792-705l-155-224l102-757l-150-1231l-629-2600l-1093-3732l-325-2880l-1564-917l-907-501z"/>
<path id="13004" d="M62816-298529l723 333l1597 1977l1359 4178l99 1664l-7 145l-940 2440l-759 175l-250 3l-1762 1094l90 205l1143 1667l-321 631l-2564 622l-2658 94l-1002-1336l741-2073l34-200l-1002-3637l-625-1616l-799-1051l-1340-1064l-1607-1010l-33-611l516-520l2363-1677l2188-283l3861-257l955 107z"/>
<path id="13005" d="M167706-374646l781 2265l1155 3453l-1 711l18 76l47 83l77 82l442 390l566 442l531 360l171 84l201 63l165 24l254 12l525-30l-118 939l-229 597l-915 1210l-3239-2070l-348-1043l-2831-1624l-2464-1703l-1-662l756-455l198 286l1651-287l477-141l522-358l0-231l-290-1164l-318-966l1574-812l524-47l119 516z"/>
<path id="13006" d="M58604-325215l710-286l67 148l610 507l384 208l899 368l877 42l1821-1983l259-661l174-485l259 508l1517 347l668 462l1188 2966l-349 1159l-454 614l-1408 1285l-1040 867l-4475-935l-1579-3060l196-1777l-324-294z"/>
<path id="13051" d="M117739-363233l551 1944l460 515l2043 2047l118 53l540 170l132 27l449 2343l-137 930l-6 1926l1332 5045l201 309l517 215l1327-317l445-238l-138-386l366-178l615-296l1096 910l553 890l588 1399l4077 76l1692-134l340 282l224 342l131 382l93 171l92 105l931 991l399 119l144 26l99-33l316-258l184-229l126-120l474-233l3019 3028l283 494l-111 779l-2485 3947l-585 6l-1473-344l-2230 221l-1222 211l378 223l1388 1003l-466 1699l-236 86l-1000 263l-1162 1896l73 397l39 477l-103 189l-2340-1445l-237-829l-195-588l-2189-1004l-2273 187l-757 696l-1244 1189l-172 272l-271 692l-714-274l-643-370l-293-201l-205-470l-302-1050l626-412l-479-1607l-533-189l-527 26l-1320 1229l-1202 1949l340 637l463-57l143 292l1 910l-506 265l-427-3l-1177-542l-1253-584l-3656 274l-1120 2258l-426 1424l31 635l113 1240l563 1147l105 974l7 139l-2702-49l-973 895l83 371l46 208l21 131l14 171l-562 1543l-359 279l-465 361l-1250-409l-2197-1979l-826-2306l-1250-702l-1009-427l-260 344l-416-96l-216-332l-263-1188l672-1975l675-1728l-7-46l-20-72l-72-72l-1116-922l-92-40l-79 7l-612 230l-93 53l-111 171l-126 119l-92 33l-1283 408l-237 26l-448 0l-849-1521l-73-237l-26-329l21-197l84-270l86-184l-566 131l-1022 512l-1853 1228l-1840 2779l-1550 321l-1741-138l-235-465l289-1101l374-1133l-1493-873l-1150-286l-1230 335l-2999 2940l-164 535l-541 1014l-902-241l-1146-4406l0-860l-2191-911l-856-188l-1573-1063l-900-1716l-869-1001l100-62l418-335l289-289l235-285l2882-4566l52-160l84-1033l-16-174l-45-123l-113-161l-533-751l-137-152l-168-129l-204-38l-144 15l-107 46l-1163 1133l-2242 2955l-489 755l-46 371l-360-222l-350-1914l94-323l1343-1866l492-310l597-212l738-35l438-89l454-271l238-143l473-330l747-655l254-306l253-345l663-814l1836-2197l273-305l449-489l425-265l569-76l637-52l3479-112l650 58l583 245l558 222l826 224l1023 178l1984 160l242 15l536-111l1059-314l1683-623l871-396l376-188l516-230l932-359l338-126l3630-1281l907 501l1564 917l325 2880l1093 3732l629 2600l150 1231l-102 757l155 224l792 705l490 208l689-52l2063-914l1231-415l1841-578l1167-191l731-1291l17-513l-25-1483l-30-266l-64-242l-113-222l-1279-3284l-72-2754l1524-2616l2146-225l1172 5l2115-1503l-1220-1429l-1487-3524l-869 119l-858 28l-1855-167l5540-3635l1559 2375z"/>
<path id="13052" d="M193395-309859l66 318l-933 4103l-152 382l-154 227l-425 452l-503 442l-1019 733l-2120 1407l-473 211l-546 173l-610 195l-593 263l-2183 1302l-1136 1884l-97 162l-141 322l-25 156l-180 1230l-24 414l-30 723l-240 288l-2069 4l-376-260l-4022 2820l-3626 2295l-147 349l-3 1775l-26 457l-1086 1143l-129-49l-44-85l-1040-1470l-1591-1018l-918 207l-940 400l-1693-730l-730-507l-1728-1466l-2413-1363l-1998 263l-1527 368l-1267 387l67 594l-584 299l-565 136l-1327-746l-74-207l115-617l0-652l-221-651l-1658-257l-509-63l-507 302l-2004-607l-447-140l-178-344l84-1790l294-537l441-804l30-1116l-1769-525l-1231 762l-1228 641l-906 36l-582-76l557-78l211-541l81-441l-553-576l-91-39l-242-20l-100-52l-599-731l-145-184l-117-236l-479-1192l112-4553l86-2136l1117-1615l2376-396l723-107l205-299l81-328l241-1364l-225-1440l-23-1558l1113-285l274-41l437-7l283-34l96-48l997-839l1039-5320l-401-2910l-33-117l20-100l1292-2501l784-473l551-243l535 494l55-23l15-740l-663-1534l-631-791l-622-775l823-4521l286-702l56 23l1066 649l242 198l599 676l1262 1551l242 161l242 94l843 121l4155-2487l4369-2355l5226-2724l894-287l776 232l-192 739l1438 918l1850 14l3099-1518l381-701l7-429l742-1048l522-210l443 1904l40 121l148 148l993 582l4301 2689l1546 2102l18 165l-236 1769l-505 612l-296-67l-189 40l-134 54l-513 505l711 1252l1542 2059l29 25l156 133l171 118l2261 1552l468 1653l-775 165l-282 342l-90 665l-329 2447l511 1647l1018 1104l792 729l-276 1637l-621 1612l-776 227l-318-20l-404-73l-408 1678l2306 3315l3063 343z"/>
<path id="13053" d="M151211-336710l-286 702l-823 4521l622 775l631 791l663 1534l-15 740l-55 23l-535-494l-551 243l-784 473l-1292 2501l-20 100l33 117l401 2910l-1039 5320l-997 839l-96 48l-283 34l-437 7l-274 41l-1113 285l23 1558l225 1440l-241 1364l-81 328l-205 299l-723 107l-2376 396l-1117 1615l-86 2136l-112 4553l479 1192l117 236l145 184l599 731l100 52l242 20l91 39l553 576l-81 441l-211 541l-557 78l-1172 1454l-931 0l-1755-1126l-1820-709l-705-15l-918 59l-82 20l-53 26l-533 428l-300 155l-244 52l-80 9l-104-2l-224-66l-452-469l1-542l-102-1577l-1038-1294l-929-893l-471 154l-449 456l144 1393l-477 1904l-566-469l-883-520l-2287 822l7 325l530 1014l337 3132l-498 2478l220 371l951 1624l-283 1002l-829 1003l-427-108l-1296-809l114-981l-1758-825l-299 44l-433 161l-1148 1608l-921 1137l-1014-379l-259-1092l-452-185l-2015-751l-2052-1009l-344-260l-272-240l-534-2189l-292-2145l-975 139l-689 186l-697 437l-1576 4l-2204-933l-1842-966l-1816-1207l-1626-2974l550-1723l-3028-3380l-555-417l-343-146l-2863 126l-1121 372l-923 450l-1564-286l-2767-1365l-2764-2160l-272-23l-70-581l-20-247l671-1225l353 107l162-812l-669-2473l-629-470l-764 300l-1475-369l14-3154l74-2296l439-724l496-478l1478-960l-317-964l-298-1132l75-2772l183-561l221-136l1741 138l1550-321l1840-2779l1853-1228l1022-512l566-131l-86 184l-84 270l-21 197l26 329l73 237l849 1521l448 0l237-26l1283-408l92-33l126-119l111-171l93-53l612-230l79-7l92 40l1116 922l72 72l20 72l7 46l-675 1728l-672 1975l263 1188l216 332l416 96l260-344l1009 427l1250 702l826 2306l2197 1979l1250 409l465-361l359-279l562-1543l-14-171l-21-131l-46-208l-83-371l973-895l2702 49l-7-139l-105-974l-563-1147l-113-1240l-31-635l426-1424l1120-2258l3656-274l1253 584l1177 542l427 3l506-265l-1-910l-143-292l-463 57l-340-637l1202-1949l1320-1229l527-26l533 189l479 1607l-626 412l302 1050l205 470l293 201l643 370l714 274l271-692l172-272l1244-1189l757-696l2273-187l2189 1004l195 588l237 829l2340 1445l103-189l-39-477l-73-397l1162-1896l1000-263l236-86l466-1699l-1388-1003l-378-223l1222-211l2230-221l1473 344l585-6l2485-3947l111-779l994 228l1636 1006l-186 89l-188 134l-120 228l1711 1224l488-171l463-466l615-1018l295 34l878 330l81 42l3129 2546z"/>
<path id="13054" d="M52410-295168l556-120l1607 1010l1340 1064l799 1051l625 1616l1002 3637l-34 200l-741 2073l1002 1336l2658-94l2564-622l612 2932l250 1140l448 1724l151 448l-701 2026l-186 2343l2745 1021l2334 25l487-1121l86-277l-251-591l-221-370l754-994l1427-1143l3851 2612l-1095 3237l1223 2112l915 1105l870 786l178 99l163 42l136 0l1733 3683l-120 113l-364 579l-65 189l-108 547l2038 4203l473 162l1024 148l476-386l447-111l662 131l884 609l838 1025l82 261l-473 192l222 1719l146 135l525 165l1780-511l-158-1343l521-271l915-154l802 1727l70 596l-802 1037l-995 671l-644 431l-471-50l-1056-26l8 288l613 428l932 180l1129 1510l-300 366l-662 358l-4068 61l-2060-746l-1443-591l-1279-377l-1758-3l-2282 159l-119 43l-201 153l-3189 2968l-1016 1106l86 1622l312 1037l199 559l85 300l43 292l0 236l-22 121l-685 3018l-498 902l-930 602l-1609-4l-1672-329l-859-575l-891-674l-4314 56l-216 670l-7 650l-1739 1417l-3328-353l-1958-201l-1240 50l-175-259l-292-351l-351-401l-519-502l-51-46l-342-305l-426-251l-34-16l-363-167l-174-74l-613-144l-163-7l-164 20l-137 73l-2131-596l-579-916l768-677l115-184l684-1285l-149-645l-885-522l-28-1l-1333-51l-1400-581l-3091-2261l-662-726l-51-67l-1115-1550l-160-266l-2446-4695l-2717-6050l-4613-1568l-1989 2329l24 137l0 131l-506 365l-1976 1315l-1097 558l-2897-1238l-225-139l-725-601l-2545-2449l-124-485l-206-480l-217-342l-268-305l-975-897l-243-169l-233-126l-327-27l-3969 7l-1308 91l-249 41l-355 142l-492 279l-524 365l-179-308l354-1490l74-12l73-4l74 20l81 7l84-27l636-407l58-53l46-73l130-387l233-1095l5-57l-89-1824l-42-548l-65-509l-11-130l15-77l875-3104l24-65l46-51l181-129l1112-641l605-5l2108 582l1764-2248l2081-986l1737-1230l2077-2193l1456-3088l12-94l0-81l-412-1129l-31-113l-148-1911l-4-58l8-58l13-50l24-42l51-46l62-41l75-38l92-17l83 0l779 34l278 279l57 78l54 108l129 352l64 176l37 78l54 37l78 13l724 51l91-7l3055-659l1120-1446l-276-722l129-2753l285-1547l236-375l13-19l1241-1763l1208 255l599 312l1269 835l52 60l689 1369l-30 787l-41 1305l919 394l807 283l1998-121l1007-510l1650 306l1966 741l912 710l-346 770l-32 221l33 1157l215 24l208 0l199-40l1340-464l402-214l934-583l311-216l80-68l68-80l117-242l43-110l14-95l109-870l10-237l51-220l148-245l99-156l1485-280l2219 647l601 186l637 919l1076-600l60-49l44-72l58-153l957-2905l-1336-1701l-1147-1361l728-457l119 155z"/>
<path id="13055" d="M179432-294728l376 260l2069-4l-1058 3305l-1550 1096l-544 201l-268 37l-67 56l-917 1218l790 1048l896 200l448 249l59 109l374 695l335 731l34 549l-13 127l-959 2111l-91 170l-202 299l-1145 1372l-696-491l-133-218l-316-727l-134-421l-205-845l-609-3328l-1174-714l-536 305l-689 55l-437 16l-221 8l-1215-230l3-1775l147-349l3626-2295l4022-2820zM197929-309270l560 657l368-50l150 120l108 115l207 319l253 1290l14 783l394 751l271 439l278 345l663 489l175 106l193 26l315-45l1408-381l907-250l1473-316l1762-236l3765 402l3741 1147l858 221l1996-158l-124 532l-227 215l-1497 13l-128 18l-141 59l-2620 1210l-1286 1229l-296 367l-304 489l369 260l1167 796l1272 613l1429 1218l175 185l267 499l-23 118l-409 470l-119 54l-269-46l-400 3l-1653 1524l-762 841l285 1756l1139 433l-323 3233l-363 115l-2255 859l-536 2659l84 219l1712 809l938 2526l-51 75l-376 392l-2952 2955l-980 193l-1695 3841l-148 17l-2621 714l-1227 925l-164 202l-200 368l-30 56l-1 60l19 60l50 30l424 29l87 7l67 28l35 45l15 52l22 1269l-728 1729l-597 13l-688-51l-370 1600l88 1450l220 590l240 1500l-2357 3210l-69 63l-80 49l-1389 349l-86-10l-87-61l-220-446l-1457 520l-816 2137l-922 2592l-1910-1119l-736-1628l-429-565l-4000-191l-914 639l-2178 1811l-339 383l-43 79l-35 90l-470 1890l115 820l-149 673l-42 92l-488 835l-1599-304l-1070-1669l-144-1135l-116-216l-159-159l-297-142l-1956 72l-236 42l-2416 1333l-505 448l-23 84l16 141l430 746l11 137l-144 1046l-2237 1775l-437-32l-716 172l-1189 625l-289 259l-795 774l-48 127l7 164l-1838 1606l-414 353l-44 87l-54 64l-351 186l-58 13l-2257-1194l-61-82l-13-99l44-118l92-115l1187-950l113-88l670-466l112-41l100-24l26-7l70-43l15-63l-33-62l-275-495l-693-307l-91-25l-95-14l-178-8l-287 17l-2836 661l-557 176l-905 654l42 617l-76 337l-834-22l-82-21l-1185-867l-39-71l-336-614l-336-614l-31-61l-45-32l-68 0l-121 4l-103 27l-1692 576l-58 24l-36 58l-12 47l-23 97l-948-3837l-67-233l-146-478l-23-42l-30-17l-685-191l-983-11l-443-191l-369-322l-583-859l-70-444l31-982l87-707l690-3510l1069-300l1079-37l192-188l183-256l219-369l45-324l206-1625l465-2252l134-333l525-684l482-262l131 213l679-388l282-2682l-961-402l425-3152l1468-3147l-120-2025l842-375l530 169l288 192l74 187l277 566l2375 533l172-832l-123-65l-92-105l10-279l1142-295l6264-825l4072-1009l715-127l302 232l168 316l668 1266l-254 347l280 824l52 109l103 89l1078 525l102 21l523-88l123-31l96-79l369-531l47-93l-15-167l-13-117l448-2104l1562-1422l558-1317l393-1297l145-663l61-154l1518-11l2974-758l758-335l2214-1767l-81-833l-352-2397l-2090-2440l-1506 110l-1284-33l-60-441l-225-861l-725-1888l30-723l24-414l180-1230l25-156l141-322l97-162l1136-1884l2183-1302l593-263l610-195l546-173l473-211l2120-1407l1019-733l503-442l425-452l154-227l152-382l933-4103l-66-318l2500 167l1760 335l274 87z"/>
<path id="13056" d="M141745-297314l582 76l906-36l1228-641l1231-762l1769 525l-30 1116l-441 804l-294 537l-84 1790l178 344l447 140l2004 607l507-302l509 63l1658 257l221 651l0 652l-115 617l74 207l1327 746l565-136l584-299l-67-594l1267-387l1527-368l1998-263l2413 1363l1728 1466l730 507l1693 730l940-400l918-207l1591 1018l1040 1470l44 85l129 49l1086-1143l26-457l1215 230l221-8l437-16l689-55l536-305l1174 714l609 3328l205 845l134 421l316 727l133 218l696 491l-805 752l-469 1935l-164 584l-634 446l-110 57l-499 167l-668-1266l-168-316l-302-232l-715 127l-4072 1009l-6264 825l-1142 295l-10 279l92 105l123 65l-172 832l-2375-533l-277-566l-74-187l-288-192l-530-169l-842 375l120 2025l-1468 3147l-425 3152l961 402l-282 2682l-679 388l-131-213l-482 262l-525 684l-134 333l-465 2252l-206 1625l-45 324l-219 369l-183 256l-192 188l-1079 37l-1069 300l-690 3510l-87 707l-31 982l70 444l583 859l369 322l443 191l983 11l685 191l30 17l23 42l146 478l67 233l948 3837l-269 342l-1757 363l-772 101l-81 6l-105-14l-306-55l-111-22l-90-44l-1761-1188l419-351l285-262l187-279l119-260l289-1507l-757-118l-327 222l-322 89l-1136 115l-2077-422l-1116-369l-350-165l-114-97l-87-154l35-854l20-89l43-64l403-429l-232-329l-464-541l-2270 25l-1052 712l-164 147l-739 29l-4535-1831l-1806 381l39 560l-414 217l-3101 574l-486 2l-697-844l-73-140l-54-254l-1509-1868l-2112-2610l-1868-1103l-223-102l-343-114l-670-221l689-1694l-448-1046l-1339-1526l-253 1l-1297-224l-1125-1781l-220-575l2214-1408l-284-1322l-372-2290l0-103l431-2554l320-583l105-81l106-41l164-18l149 34l278 77l165-28l138-91l757-640l111-148l87-249l311-1265l-1162-228l-165-5l-130-67l-219-226l-1565-2210l-637-1809l-42-230l-13-227l20-265l21-126l154-856l358-2629l116-1170l921-1137l1148-1608l433-161l299-44l1758 825l-114 981l1296 809l427 108l829-1003l283-1002l-951-1624l-220-371l498-2478l-337-3132l-530-1014l-7-325l2287-822l883 520l566 469l477-1904l-144-1393l449-456l471-154l929 893l1038 1294l102 1577l-1 542l452 469l224 66l104 2l80-9l244-52l300-155l533-428l53-26l82-20l918-59l705 15l1820 709l1755 1126l931 0l1172-1454z"/>
<path id="13057" d="M143020-383590l547 400l683-21l96 0l105 61l194 297l187 568l-40 125l-127 62l-211 33l-150 23l-309-95l-569-128l-557-106l-554-26l-293 192l-236 206l-259 6l-132-77l-107-116l-48-163l2-176l103-221l830-936l134-60l87-18l155-7l205 52l264 125zM166003-386735l-542 534l-359 320l-81 41l-855 75l-105 5l-1277 59l-1284 1098l-761 108l-47-10l-29-27l-123-327l24-63l1515-1144l199-111l167-70l223-47l175-18l237 18l476 11l708-40l95-18l87-63l294-255l850-793l377 416l58 80l24 81l-7 71l-39 69zM140679-385039l320 13l2837-132l3945-121l1251 56l3532-73l402-34l2252-367l2135-205l161 0l66 18l31 27l9 42l-101 2032l-46 132l-107 119l-435 285l-290 137l-2027 562l-7500 522l-506-5l-1052-88l-179-17l-113-56l-129-113l-611-1269l-79-181l-145-119l-40-10l-50-12l-46-9l-1649-75l-175 37l-4071 1404l-700 378l-2095 1162l-127 95l-358 273l-112 103l-59 139l-2 64l-4 136l65 148l104 233l59 89l-603 734l-4588 981l-1598 73l-699 49l-217 29l-1517 354l-73 43l-896 774l-296 578l-43 115l36 896l43 116l0 2326l-1932 2799l-173 219l-83 52l-95 29l-98 3l-602-186l-83-6l-78 18l-58 46l-75 101l-161 314l-207 559l-6 69l533 3746l12 69l42 52l491 366l1807 1198l141 70l1103 344l1340 62l327 0l652-106l167-70l116-106l52-88l-8-62l-44-97l-177-185l-194-114l-238-89l-520-124l-750-141l-212-17l-361-36l-123-44l-89-79l-537-961l-44-186l-45-855l17-194l36-194l510-1066l71-61l1068-743l2080-688l187-2032l-44-174l0-237l61-517l61-105l97-61l166-44l2359-548l110-24l93 9l248 129l100 25l97-22l160-60l223-146l201-175l117-142l87-161l793-1704l-201-753l-106-783l569-474l282-162l875 158l327 624l1427-174l3454-1713l168-133l827-678l168-156l13-54l-34-300l-21-67l-203-290l-49-48l-54-32l-63-16l-208-21l-46-23l-21-34l-3-66l81-334l29-60l291-465l62-44l133-55l84-23l2263-472l202 97l195 223l80 192l28 150l9 51l-28 173l-41 55l-65 85l-799 64l-200 4l-407 105l-185 207l-193 365l-445 2765l22 42l761 412l451-2059l0-150l-49-461l13-162l148-587l60-77l109-50l133-12l664-35l36 24l24 54l323 1961l79 838l17 54l37 36l888 119l77 0l1442-93l593-53l102-36l78-72l47-120l366-1870l60-119l451-480l65-42l72-12l72 30l47 65l848 2137l753 2101l533 509l1498 36l121 0l96-19l118-40l367-223l1519-1381l132-144l136-174l86-167l48-204l284-1939l525-1448l1571-1264l156-114l141-76l50-26l1783-489l2047-884l120-90l220-183l175-243l65-156l114-336l64-100l100-65l572-288l153-59l242-29l258 17l236 65l312 141l189 153l172 212l70 218l78 618l-19 131l-35 95l-82 64l-124 53l-220 118l-81 88l-78 125l-47 152l-82 666l70 903l204 767l24 54l1056 1326l164 189l164 135l118 89l131 53l163 17l207-6l278-35l289-77l161-86l193-102l48-14l107-30l130 0l124 23l111 47l113 95l217 241l244 323l311 603l83 194l42 183l23 153l6 88l-18 124l-49 198l-971 1814l-524 47l-1574 812l318 966l290 1164l0 231l-522 358l-477 141l-1651 287l-198-286l-756 455l1 662l2464 1703l2831 1624l348 1043l3239 2070l915-1210l1414-1217l101-47l100-18l1133-100l106 22l88 54l1077 994l690 679l53 88l4810 1384l56 40l497 979l40 95l41 151l201 821l303 908l57 145l87 218l96 171l140 200l594 782l-767 1011l-407 585l-158 335l-262 717l-142 413l-98 492l-22 370l-15 1126l361 1701l-1593 343l-934 263l-2155 1146l-128 163l-25 46l230 873l312 454l2180 1978l2226 1487l-699 1087l-247 4l-266-13l-230-66l-242-135l-348-121l-613-53l-728 764l-81 134l-107 405l13 144l-522 210l-742 1048l-7 429l-381 701l-3099 1518l-1850-14l-1438-918l192-739l-776-232l-894 287l-5226 2724l-4369 2355l-4155 2487l-843-121l-242-94l-242-161l-1262-1551l-599-676l-242-198l-1066-649l-56-23l-3129-2546l-81-42l-878-330l-295-34l-615 1018l-463 466l-488 171l-1711-1224l120-228l188-134l186-89l-1636-1006l-994-228l-283-494l-3019-3028l-474 233l-126 120l-184 229l-316 258l-99 33l-144-26l-399-119l-931-991l-92-105l-93-171l-131-382l-224-342l-340-282l-1692 134l-4077-76l-588-1399l-553-890l-1096-910l-615 296l-366 178l138 386l-445 238l-1327 317l-517-215l-201-309l-1332-5045l6-1926l137-930l-449-2343l-132-27l-540-170l-118-53l-2043-2047l-460-515l-551-1944l-1559-2375l323-158l773-449l477-343l789-621l250-198l411-408l327-358l512-833l425-730l521-909l136-243l287-606l268-585l151-480l618-1497l1138-2602l108-242l137-293l303-406l189-177l550-434l492-385l30-34l313-366l734-1005l345-475l787-1460l194-489l258-903l392-1508l835-2586l132-315l361-699l154-211l693-658l184-100l182-38l122-2l85 28l402 170l69 46l46 56l13 75l-6 81l-104 510l-19 73l-24 70l-42 70l-82 329l516 732l237 217l332 252l380 269l88 41l302 140l433 126l503 70l2052 137l437 31l390 42l685 125l2180 573l415 68l310 44z"/>
<path id="13058" d="M64866-333966l-520 1926l-1591 2712l-53 59l-62 18l-85-5l-102-23l-145-63l-12-7l-250-189l-70-103l-67-194l-58-201l-6-286l18-275l40-150l223-376l52-167l5-165l0-2003l-5-160l-23-87l-64-39l-79 0l-520 657l-76 97l-423 556l-91 1123l11 892l18 390l10 85l57 57l-573 12l-1501-160l-303-46l-224-97l-135-81l-106-99l-178-240l-152-286l-215-527l-81-249l-34-232l-18-1378l26-168l45-126l71-125l474-536l214-196l183-140l519-362l255-155l1468-671l3113-1171l217 19l838 225l140 86l131 145l77 163l15 214l-20 232l-121 864l-257 1006zM69611-337371l869 1001l900 1716l1573 1063l856 188l2191 911l0 860l1146 4406l902 241l541-1014l164-535l2999-2940l1230-335l1150 286l1493 873l-374 1133l-289 1101l235 465l-221 136l-183 561l-75 2772l298 1132l317 964l-1478 960l-496 478l-439 724l-74 2296l-14 3154l1475 369l764-300l629 470l669 2473l-162 812l-353-107l-671 1225l20 247l70 581l272 23l-557 377l-1574 297l-49-16l-649-238l-40-29l-1451-1345l-419-468l117-1068l-485-303l-2707 1139l-699 377l4 975l-251 1501l-40 163l-102 91l-3414 40l-1464-79l-393-321l-798-257l-4843-396l-164 110l-237 343l-21 138l126 941l160 366l189 418l210 442l152 763l-13 921l-119 596l-257 853l-730 2000l-1571 1639l-640 482l-955-107l-3861 257l-2188 283l-2363 1677l-516 520l33 611l-556 120l-119-155l-728 457l1147 1361l1336 1701l-957 2905l-58 153l-44 72l-60 49l-1076 600l-637-919l-601-186l-2219-647l-1485 280l-99 156l-148 245l-51 220l-10 237l-109 870l-14 95l-43 110l-117 242l-68 80l-80 68l-311 216l-934 583l-402 214l-1340 464l-199 40l-208 0l-215-24l-33-1157l32-221l346-770l-912-710l-1966-741l-1650-306l-1007 510l-1998 121l-807-283l-919-394l41-1305l30-787l-689-1369l-52-60l-1269-835l-599-312l-1208-255l-931-1940l-12-47l-13-79l51-686l6-40l18-17l26-10l331-143l-91-1050l-1359-1673l-1123-368l-1282-352l-12-3l-366 350l-26 25l-454 142l-752-176l-685-217l-1781-729l-63-43l-59-53l-839-973l-2600-3158l-462-2189l130-83l59-89l269-587l192-1592l8-96l0-119l-30-435l-34-149l-576-1498l-50-729l-42-568l-34-125l-60-144l-89-161l-116-148l-137-121l-408-368l-159-346l-25-1805l50-100l1506-2320l283-159l898-125l810-125l2989-2483l1285-1638l2262 623l-24 86l-18 228l17 270l33 94l39 70l35 56l37 48l132 110l117 75l120 64l109 31l108 6l3457-1051l47-28l31-19l64-114l25-74l3-73l-6-49l-14-60l-28-46l-37-56l-95-99l-112-90l-131-80l-41-17l-3174-1014l-263-2433l-350-1292l198-45l104-41l1243-655l435-249l225-155l208-160l695-614l192-171l1552-1223l185-138l160-100l2596-1528l882-398l1173-331l2287-602l148-26l596 7l828 205l252 46l277 38l1326 112l167 0l531-182l398-142l567-148l343-71l380-66l169 12l147 29l127 63l283 292l198 264l85 192l84 324l16 124l-13 291l37 141l395 866l32 63l43 44l1046 738l1859 1473l-100 713l-77 881l-11 441l19 118l49 300l37 152l58 232l140 352l108 202l60 81l246 217l175 136l164 104l245 140l324 173l59 26l165 68l199 54l181 30l201 12l272 9l218-22l75-28l1663-1211l139-134l2272-201l3563 1495l-71 811l-710 286l324 294l-196 1777l1579 3060l4475 935l1040-867l1408-1285l454-614l349-1159l-1188-2966l-668-462l-1517-347l-259-508l35-79l73-320l436-2779l336-2250l-48-30l-159-337l-37-135l0-68l24-54l1746-3653l1065-217l607 178l1128-270z"/>
<path id="13059" d="M219020-351659l978 1119l506 483l694 571l669 517l656 418l380 215l878 492l888 408l202 77l289 69l1465 313l353 96l265 109l1932 1015l119 63l1008 651l179 156l166 188l1076 1136l741 767l1918 1731l2527 2098l1736 1580l1703 1878l927 1077l141 137l750 677l830 647l760 526l311 179l703 394l-1224 1469l-115 540l461 817l87 188l43 127l117 1696l142 2135l-916-472l-237-101l-259-80l-242-50l-220 0l-674 174l-3959 402l-3139 107l-1607-351l-197-5l-169 17l-158 49l-1092 576l-51 85l-67 309l-12 44l-16 57l-40 62l-546 686l-124 113l-619 548l-887 424l-1391 439l-793 224l-187 40l-219 17l-75-4l-128-8l-635-89l-453-80l51-511l27-94l71-50l100 10l342 196l139 99l116 44l111 5l251-41l120-25l510-296l93-103l85-143l40-205l5-207l-40-174l-103-227l-179-232l-152-116l-1156-603l-198 673l-402 1618l-27 139l-88 230l-227 262l-180 123l-767 347l-117 22l-140-8l-705-55l-1374-183l-2413-665l-104-34l-83-97l-242-498l-41-157l783-1518l174-121l91-13l96 25l720 62l175-18l179-35l2529-922l94-44l90-65l1479-1079l75-57l75-112l349-851l47-135l430-1249l8-105l-18-318l-30-135l-527-2341l-56-131l-610-1288l-95-191l-227-288l-178-140l-1185-874l-93-264l-37-153l-7-201l154-1257l45-236l67-193l155-295l156-201l133-140l123-92l235-74l1635-458l148-23l207 0l288 45l658 185l179 81l110 89l66 111l525 1959l-22 141l-566 647l-118 125l-287 259l-98 111l-59 178l96 1612l103 673l44 186l97 103l120 44l95-23l59-59l403-1372l-90-696l-42-147l29-148l59-118l96-81l665-244l840-196l214-30l1745-214l148 16l89 65l15 133l-111 170l-104 82l-214 66l-265 119l-162 118l-69 133l-8 126l73 422l60 101l440 284l749 416l343 121l106 16l120-2l95-11l57-43l160-391l16-166l-43-5694l-318-1280l-72-181l-236-333l-253-289l-153-118l-895-325l-74-22l-1756-2570l-1465-1479l-680-215l-2573-146l-558 174l-186 2003l496 177l636 583l119 157l317 607l45 199l-15 140l-422 1042l-37 46l-4117 2099l-512-293l-191-458l-26-369l47-349l94-262l100-193l611-1041l536-750l241-330l61-128l21-87l13-60l-21-215l-74-186l-94-105l-40-43l-107-101l-1293-429l-75 7l-510 214l-114 60l-2086 1677l-221 289l-133 248l-169 590l-79 154l-252 210l-823 123l-248-5l-707-45l-77-15l-66-57l-62-96l-190-436l-56-165l-20-127l33-369l28-106l401-1034l66-55l86-11l67 21l96 101l131 156l70 36l56-11l50-60l369-1117l46-141l472-1485l587-1986l20-106l216-1590l11-198l-20-134l-295-929l-105-181l-260-133l-107-23l-167 7l-141-2l-122-21l-125-45l-138-79l-121-96l-820-769l-1471-1828l-28-53l-49-95l-367-1388l12-612l222-667l73-182l130-233l124-147l222-154l536-316l306-124l584-204l210-34l408-34l197 22l204 80l229 139l392 267l288 454l46 96l41 644l229 626l677 1538l436 853l334 512l785 996zM185769-355639l87 15l100-21l627-315l649-468l411-442l100-79l111-52l130-20l140 20l206 71l1564 759l2253 4900l43 176l-795 454l-2577 1181l-904-13l-554 285l-1520 906l-1166 841l-88 783l2812 2613l5315 327l3101-70l474-100l576-2927l-28-453l-441-138l-661-917l-364-591l-731-1629l-17-113l17-106l71-120l1028-743l1170-408l1181-287l140-22l317 48l685 30l871-66l143-33l959-234l133-44l1431-478l1455-556l345-194l261-184l784-802l-9-119l1951-1562l1081-859l85-27l345-42l122 16l121 43l403 301l196 218l244 361l11 74l-21 90l-535 339l-101 37l1542 2184l2981 3029l164 139l594 290l153 25l149-13l164-48l73-1l61 27l154 99l159 183l101 135l163 301l58 154l13 123l-945 5105l-216 483l-163 215l-999 1101l-142 115l-295 82l-459 129l-157 63l-130 84l-34 97l-13 85l13 129l58 164l1330 1620l2098 1817l106 58l166 31l164-5l200-35l183-49l138 0l129 31l126 69l107 93l775 733l4686 4685l176 185l800 1072l100 153l369 722l48 133l16 132l-11 133l-58 167l-148 280l-284 385l-222 221l-96 64l-83 30l-144 12l-406 4l-174 33l-163 74l-205 137l-1137 915l-2695 3234l-816 1326l55 497l540 1375l85 90l89 80l132-104l115-41l700-167l146-5l830 99l133 28l134 57l1072 837l102 85l213 262l637 1430l1131 1467l109 128l187 93l163 35l147 4l128-19l118-84l744 236l519 297l990 949l-2089 510l-330-1172l-196-6l-1331 45l-1081 270l43 194l61 1072l-5 655l-1376 331l-833-117l-399 878l-13 197l34 205l295 347l1970 553l1777-87l-1639 3890l-723 284l-1510-28l-1651 1003l-1458 1210l-1171 989l570 856l-858-221l-3741-1147l-3765-402l-1762 236l-1473 316l-907 250l-1408 381l-315 45l-193-26l-175-106l-663-489l-278-345l-271-439l-394-751l-14-783l-253-1290l-207-319l-108-115l-150-120l-368 50l-560-657l-274-87l-1760-335l-2500-167l-3063-343l-2306-3315l408-1678l404 73l318 20l776-227l621-1612l276-1637l-792-729l-1018-1104l-511-1647l329-2447l90-665l282-342l775-165l-468-1653l-2261-1552l-171-118l-156-133l-29-25l-1542-2059l-711-1252l513-505l134-54l189-40l296 67l505-612l236-1769l-18-165l-1546-2102l-4301-2689l-993-582l-148-148l-40-121l-443-1904l-13-144l107-405l81-134l728-764l613 53l348 121l242 135l230 66l266 13l247-4l699-1087l-2226-1487l-2180-1978l-312-454l-230-873l25-46l128-163l2155-1146l934-263l1593-343l-361-1701l15-1126l22-370l98-492l142-413l262-717l158-335l407-585l767-1011l965 1176l-117 1755l946 176z"/>
<path id="13060" d="M80923-311471l-117 1068l419 468l1451 1345l40 29l649 238l49 16l1574-297l557-377l2764 2160l2767 1365l1564 286l923-450l1121-372l2863-126l343 146l555 417l3028 3380l-550 1723l1626 2974l1816 1207l1842 966l2204 933l1576-4l697-437l689-186l975-139l292 2145l534 2189l272 240l344 260l2052 1009l2015 751l452 185l259 1092l1014 379l-116 1170l-358 2629l-154 856l-21 126l-20 265l13 227l42 230l637 1809l1565 2210l219 226l130 67l165 5l1162 228l-311 1265l-87 249l-111 148l-757 640l-138 91l-165 28l-278-77l-149-34l-164 18l-106 41l-105 81l-320 583l-431 2554l0 103l372 2290l284 1322l-2214 1408l220 575l1125 1781l1297 224l253-1l1339 1526l448 1046l-689 1694l-605-457l-1099-535l-692-58l-228 0l-949 131l-253 154l-329 194l-685 52l-181-25l-1127-1208l-431-860l-459-1653l-596 84l-5810 1068l-1585 607l-1829-277l-263-2408l-1098-305l-918 141l25 980l557 1221l-2808 1747l287 765l287 767l145 1849l-411 602l-4048 2355l-769 417l-1467 193l-411-16l-475-26l-1053 210l-1004 1199l-1106 1405l-63 52l-121 25l-191 7l-2523-426l644-431l995-671l802-1037l-70-596l-802-1727l-915 154l-521 271l158 1343l-1780 511l-525-165l-146-135l-222-1719l473-192l-82-261l-838-1025l-884-609l-662-131l-447 111l-476 386l-1024-148l-473-162l-2038-4203l108-547l65-189l364-579l120-113l-1733-3683l-136 0l-163-42l-178-99l-870-786l-915-1105l-1223-2112l1095-3237l-3851-2612l-1427 1143l-754 994l221 370l251 591l-86 277l-487 1121l-2334-25l-2745-1021l186-2343l701-2026l-151-448l-448-1724l-250-1140l-612-2932l321-631l-1143-1667l-90-205l1762-1094l250-3l759-175l940-2440l7-145l-99-1664l-1359-4178l-1597-1977l-723-333l640-482l1571-1639l730-2000l257-853l119-596l13-921l-152-763l-210-442l-189-418l-160-366l-126-941l21-138l237-343l164-110l4843 396l798 257l393 321l1464 79l3414-40l102-91l40-163l251-1501l-4-975l699-377l2707-1139l485 303z"/>
<path id="13061" d="M175072-390964l301 66l775-13l-388 1998l-13-132l-143-75l-120-4l-1118 447l-106 66l-1315 1137l-106 178l-66 190l37 211l-355 198l-1562 617l-526 201l-96-25l-126-309l-40-288l100-460l1070-2442l381-709l263-473l400-493l304-266l347-197l426-158l409-79l380-7l391 52l229 126l138 155l-225 65l-24 27l-35 54l44 138l94 102l275 102zM171245-403222l626 1608l32 103l0 119l-9 680l-39 134l-63 40l-72-8l-578-158l-62-24l-41-63l-220-1021l-87-909l-657 269l-1099 783l-64 71l-15 103l102 1122l214 1054l47 149l174 1067l12 126l-56 1508l-47 95l-723 906l-135 48l-261 23l-94 48l-64 71l-498 878l-25 55l-178 412l-529 1791l-16 95l-16 396l24 87l87 308l63 411l32 388l-107 1555l-142 846l-23 87l-199 371l-63 8l-62-39l-49-111l-228-775l-56-300l-9-554l25-451l182-1290l150-735l143-608l141-571l1158-4452l207-623l79-323l40-324l15-372l56-1717l-10-999l-2-167l-24-79l-79-134l-8-72l49-135l1168-1328l174-120l349-157l277-71l174-8l230 23l308 95l119 56l46 47l57 86l79 206l70 370zM186255-409129l-342 852l-46 228l-7 300l24 308l75 500l101 427l348 1214l305 638l509 967l683 901l825 842l371 287l350 209l401 150l399 92l550 83l546 38l400-26l2980-453l216-51l2201-734l3547-720l316-27l528-1l1143-1l200 24l192 84l1308 825l133 100l863 821l159 184l91 157l68 159l203 1954l27 275l-52 852l-33 257l-74 241l-552 1067l-83 108l-230 163l-817 574l-891 542l-1625 1218l-183 158l-1864 2280l-149 193l-117 208l-83 216l-33 283l-18 330l18 395l80 744l124 605l150 498l241 624l805 1804l146 268l326 527l807 1067l333 338l204 177l89 76l224 153l148 66l60 24l159 32l25 5l1324-31l168-26l477-82l162-46l103-95l124-198l73-40l96 0l108 40l297 150l112 92l1961 1858l2355 3574l54 1861l-916 2377l-39 123l-49 326l-78 788l45 924l51 430l103 363l389 913l25 121l8 138l-57 90l-102 92l-664 507l-57 31l-93 0l-89-38l-1296-1116l-138-139l-128-206l-30-127l11-88l123-164l142-147l61-20l66 13l42 34l209 223l37 61l20 109l56 82l77 77l323 199l123 22l301-32l45-36l8-77l-12-144l-174-762l-81-236l-185-373l-79-77l-104-38l-80 11l-1152 501l-1144 498l-87 27l-138-5l-189-31l-156-82l-170-143l-213-277l-220-317l-30-123l10-133l77-149l331-338l288-215l251-134l924-354l1359-935l364-568l79-180l-26-391l-1379-2754l-5711 476l-5893 1048l-2480 1842l-5544 5641l-1484 939l-52 34l-24 77l8 128l444 2275l25 31l62 5l51-25l389-369l62-62l59-102l74-251l-12-133l-34-97l-159-184l-56-22l-62 16l-36 36l-15 82l-15 113l-36 41l-200-209l-20-514l25-81l123-106l143-68l122-15l2364-122l77 17l75 41l100 112l593 758l128 170l271 521l181 412l41 113l26 129l46 430l-15 123l-46 102l-174 296l-236 236l-174 102l-771 438l-904 317l-4420-1183l-133-82l-1394-1358l1203 572l110 44l98 0l116-35l72-63l45-116l804-3155l-9-64l-90-142l-107-80l-116-18l-98 62l-1207 1162l-97 117l-29 99l-1284 828l-1106 605l-179 37l-151-28l-376-133l-3331-1587l-750-1904l-3138 420l-714-1242l-1988-4025l-26-174l0-691l41-470l437-2360l61-179l186-375l108-108l128-81l173-56l782-195l186-30l373-47l2647-167l125 21l106 54l63 71l20 72l31 112l24 48l43 45l91 50l926 225l266 21l874-157l85-42l1390-1265l92-118l20-107l5-28l-7-140l-43-86l-2043-2708l-966-933l-951-719l-957 282l-1867 379l-122 0l-173-40l-109-72l-80-123l-25-166l68-516l449-522l85-135l67-166l402-1374l18-109l38-296l36-74l825-203l135-24l436-68l67 31l1215-567l2778-1600l655-400l97-85l157-225l66-96l0-73l-2825-2283l-1848-100l-92 17l-122-7l-1352-215l-282-152l-298-397l-177-252l-60-145l-954-3039l1092-404l4062-1115l145-32l603-90l244 99l2557 1131l446 1051l-60 82l-51 115l-92 956l15 74l22 48l853 767l54 19l92 19l93-2l129-49l116-62l102-127l34-71l69-495l26-197l-15-128l-607-2317l-53-115l-122-90l-191-86l-130-99l-53-138l8-183l91-175l229-238l1345-1274l240-218l1313-1190l184-138l160-70l160-31l305 9l145 37l168 84l190 131l39 83l0 71l-15 67l-99 283l-763 1932l-298 473l-185 3144l0 67l50 207l14 53l245 258l34 23l60 0l1373-427l859-880l88-141l74-205l40-173l15-184l-13-200l-39-134l-86-105l-596-461l-75-48l-118-20l-877-46l-220-46l-246-168l-23-132l45-152l100-145l402-504l114-131l401-359l138-36l111 36l2038 3167l311 570l276 528l64 191l27 176l-64 170l-230 351l-91 177l-84 260l-21 158l0 239l68 253l294 832l48 106l52 60l108 79l1915 750l2690 1360l-664 1491l-138 339l-36 210l36 122l43 78l139 87l166 35l1307-162l172-9l246 23l146 36l122 64l58 81l414 676l47 111l-12 117l-52 134l-484 616l-58 25l-1131 34l-99-23l-58-41l-18-64l6-63l41-89l256-285l496-431l29-75l-7-100l-41-58l-69-29l-93 0l-117 42l-100 58l-407 343l-75 64l-362 484l-12 44l-22 1272l24 88l45 87l100 82l163 76l1958 402l1334 186l82-6l116-29l124-81l98-106l1108-2145l39-110l0-172l-50-282l-644-3312l-30-91l-51-90l-156-114l-65-47l-343-141l-374-84l-645-96l-157-19l-567 115l-58-3493l-437-5350l-1601 161l-285 489l-2056 264l-92 6l-107-25l-127-80l-2540-2156l-1445-1768l-9-524l-20-199l-30-157l-62-141l-849-1623l-46-61l-52-32l-47-9l-50 4l-684 182l-74 43l-108 117l-61 112l-1305 2418l-890 1020l-2874 1966l-1478 718l-54 14l-75 1l-122-20l-83-51l-57-102l-26-158l26-184l744-3032l119-353l166-352l444-570l239-371l306-603l194-454l84-260l337-1626l8-82l-16-159l-99-833l-16-99l-61-254l-84-185l-102-76l-129-19l-186 28l-213 56l-695 278l-63 30l-1095 940l-421 376l-704 750l-28 131l14 263l339 1469l300 1467l-3584 3775l-284 150l-575 250l-107 17l-81-29l-44-50l-1-729l33-166l167-311l258-299l199-158l1043-692l700-509l275-300l333-383l342-542l267-542l217-483l125-375l49-350l-20-253l-75-459l-9-31l-21-72l-129-433l-141-480l-175-1068l-8-183l41-250l339-688l341-442l365-392l613-607l1830-1376l828-539l193-58l4505-1020l2704-246l1441-291l447 201l131 276l-96 1685l-25 98l-178 471l-83 139l-291 267l-115 67l-426 143l-1276 382l-183 100l-150 159l-225 357l-108 217z"/>
<path id="13062" d="M224758-314907l2089-510l1041 979l679 537l93 69l128 75l173 82l8618 3041l105 30l1019 148l99 12l331 31l3610 95l178-49l166-98l344-252l136-123l875-808l756-762l129-172l307-553l135-141l117-86l172-49l178-7l209 37l808 304l203 136l295 258l546 479l80 98l37 111l37 166l92 431l16 616l-105 596l-30 86l-925 1281l-258 252l-719 510l-461 301l-214 80l-327 123l-92 68l-67 86l-69 141l-48 203l-31 178l12 92l37 92l75 62l193 116l75 45l7 4l1245 441l129 23l330 50l180 0l282-13l142-37l743-412l213 159l70 68l879 1283l38 89l22 128l15 231l-12 222l-33 173l94 1796l151 2021l57 730l42 102l130 108l2109 1675l105 5770l-24 150l-57 170l-552 1058l338 1155l721 2067l823 2297l1629 665l227 674l15 72l37 179l3 417l472 3003l1294 5353l62 195l1540 3802l933 3244l470 1500l-458-91l-238 1l-224 47l-180 69l-961 636l-924 777l-1054 840l-2440 1052l-672 1812l-555 229l-512 211l-1434 701l260 1161l-8 699l-1175 395l-2410 369l-1581-577l-1739-619l-1189 226l-1062 656l-1972-142l175-1250l58-414l74-250l88-163l163-229l1530-1923l352-372l200-183l587-537l757-757l568-655l885-1055l1254-1645l1043-1551l197-420l33-91l102-287l311-1000l443-1574l37-202l18-270l6-319l-12-497l-8-93l-29-330l-214-2102l-19-136l-73-177l-111-190l-197-294l-878-539l-480 456l-109 147l-305 436l-120 125l-128 85l-149 79l-204 84l-509 61l-354-19l-319-21l-279-56l-507-197l-581-427l-1004-727l-732-515l-1017-25l-795 1567l-144 531l-1749 1243l-1431 93l-210 5l-134-76l-44-26l-453-1758l-2957-531l-3662 724l-2458-560l377-1113l33-205l25-358l-9-275l-74-253l-2917-1941l-124-1681l-26-363l134-792l135-427l-3665-1556l-1806-2813l13-402l159-328l-45-556l-77-65l-590 38l-367 562l-53 263l-448 2285l179 1813l890 317l2449 1321l-878 1545l-644 671l-1065 493l-379 47l-1769-399l-447-272l-2265-6l-308 443l-938-2526l-1712-809l-84-219l536-2659l2255-859l363-115l323-3233l-1139-433l-285-1756l762-841l1653-1524l400-3l269 46l119-54l409-470l23-118l-267-499l-175-185l-1429-1218l-1272-613l-1167-796l-369-260l304-489l296-367l1286-1229l2620-1210l141-59l128-18l1497-13l227-215l124-532l-1996 158l-570-856l1171-989l1458-1210l1651-1003l1510 28l723-284l1639-3890l-1777 87l-1970-553l-295-347l-34-205l13-197l399-878l833 117l1376-331l5-655l-61-1072l-43-194l1081-270l1331-45l196 6l330 1172z"/>
</g><g>
<path id="14511" d="M175198 9513l-200 296l-173 415l-103 3239l301 76l1352-158l1806 424l1061 680l109 703l414 2752l-104 369l-355 58l-357 857l-681 1366l-620 1102l-1124 728l-1096 495l-1514 1364l-465 368l-1555 1004l-648 217l-877-30l-1574-1241l-236-1008l-20-559l381-582l-244-983l-360-218l-3511-1797l-1803 1441l-1243 439l-1257-69l-39-350l-243-1599l215-2302l1637-2859l-39-1651l1379-1681l30-1027l1333-1053l3178-567l390 38l64 31l38 105l-20 93l-70 146l-50 108l-77 254l-48 226l-8 196l3284 352l1747-723l284-429l1306 240l405 704z"/>
<path id="14522" d="M188812-25965l274 44l10 209l1 6l462 1846l2115 2406l607 1569l-1 2980l612 2538l310 3156l-222 421l-65 81l-110 37l-779-9l-31 399l37 136l227 499l806-196l596 325l9 356l-419 1016l-1306 2516l-664 633l604 680l1323-1322l731-746l422-533l123-112l189-83l774-89l2398-567l149-55l168-81l231-157l222-226l190-225l128-187l132-142l145-87l1225-364l1890-314l2588 1697l1553 1494l-801 1228l-391 909l2 218l6 636l570 1128l1100 137l1243-210l-1478 1930l-795 1129l-187 624l-242 811l683 130l797 359l282 1534l776 2542l429 182l184-32l58 16l1314 848l1925 3954l-397 715l485 1380l2115 1273l1122 1199l145 415l274 955l-790 1476l69 608l1140 947l110 52l201 37l421-22l163-30l178-75l333-243l148-60l200-7l147 37l134 96l281 259l163 156l67 89l44 97l474 1153l473 1088l74 81l119 82l236 148l585 296l1197 731l477 598l-715 148l-101 55l-842 649l-135 840l-1851 718l-1015-257l-1878-91l-188-2l-158 29l-112 50l-1844 1038l-2 285l83 235l79 173l69 98l80 82l184 120l72 62l414 491l44 64l37 80l349 1313l-2 65l-1219 4218l-44 93l-99 62l-1655 871l-344-700l-646-818l-565-683l-3572-2743l-2448-2317l-1854-1778l-155-2161l17-12l92-751l-528-1257l-1324 207l-840 760l-3434 781l-742-140l-276-336l-83-599l430-1700l-2028-1240l-3835-763l-2127 131l-2783 668l-1933-556l-2205-1031l-1391-1272l355-58l104-369l-414-2752l-109-703l-1061-680l-1806-424l-1352 158l-301-76l103-3239l173-415l200-296l-405-704l-1306-240l-284 429l-1747 723l-3284-352l8-196l48-226l77-254l50-108l70-146l20-93l-38-105l-64-31l-390-38l-3178 567l-1333 1053l-30 1027l-1379 1681l-63-6l-243-25l-1555-321l-500-417l-2113-2240l-1077-1148l-588 379l-1865-268l-663-462l-675-860l-506-714l-534-309l-455 116l-110-6l-340-178l-376-372l-220-324l-450-765l-429-1439l-261-1136l-397-2027l254 110l547 56l334-62l3471-735l1223-2482l1034 522l1130 325l554-121l82-394l-2261-2300l12-638l563-161l575-894l-490-1711l-409-610l166-970l706-1266l491-1638l60-1198l162-183l714 44l2507 560l966 390l0 165l88 166l105 94l213 186l4988-350l136-30l818-578l-250-165l-109-324l143-2198l347-906l-356-721l-1445-897l-363-31l-492-75l-151-31l-136-37l-91-84l-159-234l-207-392l971-1222l1207-2678l608-1782l741-830l1284 172l288 9l219-718l1016-543l1231-545l2194 410l1810 1463l53 70l32 74l2132-224l4275-747l4376-1953l1689-741l474 1571l-719 1089l587 794l261 186z"/>
<path id="14523" d="M135686 38365l1466 3767l-262 905l-411 2216l143 925l404 492l1069 421l1451 499l282 93l3167 492l659 264l-307 757l-727 898l-929 510l-48-221l-647 197l-935 482l-699 1041l-467 1406l419 938l2606 3323l2362 1879l3718 2326l48 1940l-676 492l-41 28l-93 58l-303 125l-270 103l-262 57l-228 41l-941 45l-657-16l-774 233l-758 230l-1412 2099l-77 150l-37 142l-99 1368l-1801 1176l-4397 3390l-31 115l-31 837l-7 587l-1911 2676l-327 450l-257 563l-659 1531l-1472 3948l-422 2066l111 414l77 147l124 120l232 107l66 30l4 7l377 774l-38 2320l-119 83l-128 35l-750 6l-143-18l-1810-334l-110-30l-207-167l-970-1543l-218-577l141-327l218-46l167-44l170-64l129-115l48-84l41-110l70-759l-151-1376l-311-567l-655-568l-528 77l-120 9l-157 11l-1617-1402l-64-98l-21-110l159-424l598-534l-2745-1454l-887-328l-15-1939l50-2019l-1244-1491l-567-26l-8 0l-5072 109l-340 435l-237-534l-462-1005l-243-48l-1674-2l-526 201l-1858-816l-256-223l-2214-1413l-1212 553l-260-208l105-1232l84-729l361-763l-512-1081l-619-1247l-1734-2125l-808-736l-868-130l332-443l54-481l-1021-143l-1009-175l-628-817l250-657l752-552l2260-626l426-88l1548-2671l-29-190l-56-111l-495-753l-1792-2627l-1013-66l-564 131l-756 77l-926-36l-1101-2524l129-466l638-804l129-79l188-47l1416-309l1172-962l584-676l-259-683l-420-1195l1443-727l1339-779l1131-818l593-546l-374-505l-262-702l1414-1315l666-235l845 1047l-185 279l-537 643l1466 2002l386 668l-479 1719l-217 531l-620 692l1260 1578l988-52l2008-272l106-1502l-1-887l479-172l1225 95l1111 1069l1190-717l1329 32l209-100l188-121l57-394l8-98l-8-80l-123-472l-143-98l-804-20l-300 345l-1223-296l-896-329l-19-26l228-713l48-119l2231-3742l445-213l686 0l644 825l300 1170l766-38l3229-1689l2064-345l2309-2365l1336-1452l205-1580l2431 445l1611 378l2140 2230l995 1108z"/>
<path id="14521" d="M182902 20670l1933 556l2783-668l2127-131l3835 763l2028 1240l-430 1700l83 599l276 336l742 140l3434-781l840-760l1324-207l528 1257l-92 751l-17 12l155 2161l1854 1778l2448 2317l3572 2743l565 683l646 818l344 700l-227 648l-70 163l-1138 1439l-316 369l-390 448l-137 143l-109 45l-115-8l-2182-716l-121-48l-1017-566l-86-80l-6-7l-57-86l-27-150l-22-246l-37-114l-586-1114l-65-74l-780-840l-608-271l-897-346l52 125l54 176l171 743l20 88l191 932l4 120l-42 94l-499 932l-57 61l-78 41l-711 252l-1174 460l-936 510l-38 26l-333 664l-17 51l143 1275l12 73l186 646l2 8l16 85l-18 58l-71 66l-73 42l-2030 819l-616-788l-239-1033l-75-217l-89-123l-159-66l-1383 3l-216 20l-207 83l-159 121l-48 62l-589 899l-378 737l-619 1498l-26 159l-27 214l-42 341l14 62l25 60l56 44l43 22l133 65l62 68l42 111l13 130l-13 260l-32 156l-2069 5261l-1463-38l-2642-736l-2401 959l-1118 334l-303 15l-1830 84l-213-107l-704-1000l-226-19l-718 347l-33 63l-466 2452l-93 561l-54 332l-19 160l-22 513l13 703l17 308l21 182l-609 2347l-1754 2392l-102 102l-172 115l-141 65l-457 204l-2181 900l-2800-1505l-828-764l-2754-1583l-883-780l-965-495l-628-262l-1727 1212l-4073 2045l-251 127l-1253 2020l-470 870l-815 459l-2537-1029l-3955 497l-1406 103l-48-1940l-3718-2326l-2362-1879l-2606-3323l-419-938l467-1406l699-1041l935-482l647-197l48 221l929-510l727-898l307-757l216-588l1160-987l1312 193l173 123l346 356l599 21l854-251l271-146l334-228l650-780l131-569l-947-411l-1241-37l-529-356l-50-186l315-1402l544-1955l806-753l3080-2621l1492 171l1721 20l1360-505l-19-1018l171-3366l30-104l29-104l137-602l30-164l-882-1064l-355-209l-781 202l-865-196l-2627-1310l-131-392l116-314l84-214l224-712l349-2295l2452 487l408 413l1340 2l246-96l746-1348l-553-1194l-42-789l1503-1128l806 908l311-21l773-795l712-1214l39 350l1257 69l1243-439l1803-1441l3511 1797l360 218l244 983l-381 582l20 559l236 1008l1574 1241l877 30l648-217l1555-1004l465-368l1514-1364l1096-495l1124-728l620-1102l681-1366l357-857l1391 1272l2205 1031z"/>
<path id="14524" d="M154029 8454l1865 268l588-379l1077 1148l2113 2240l500 417l1555 321l243 25l63 6l39 1651l-1637 2859l-215 2302l243 1599l-712 1214l-773 795l-311 21l-806-908l-1503 1128l42 789l553 1194l-746 1348l-246 96l-1340-2l-408-413l-2452-487l-349 2295l-224 712l-84 214l-116 314l131 392l2627 1310l865 196l781-202l355 209l882 1064l-30 164l-137 602l-29 104l-30 104l-171 3366l19 1018l-1360 505l-1721-20l-1492-171l-3080 2621l-806 753l-544 1955l-315 1402l50 186l529 356l1241 37l947 411l-131 569l-650 780l-334 228l-271 146l-854 251l-599-21l-346-356l-173-123l-1312-193l-1160 987l-216 588l-659-264l-3167-492l-282-93l-1451-499l-1069-421l-404-492l-143-925l411-2216l262-905l-1466-3767l-995-1108l-2140-2230l-1611-378l-2431-445l233-491l-576-491l-578 357l-1861-187l-96-19l-246-51l-951-918l-715-2262l694-528l484-680l208-515l-672-837l-1307 434l-330 43l-422-30l-692-979l414-1702l673-1034l35 14l158 305l1045 423l435 27l1328-1480l368-1028l-231-711l-1084 265l-520 25l-6 0l-603-135l-225-51l-255-2801l18-453l591 785l1451 176l4722-1651l-31-1550l103-194l1758-1140l282-108l594-139l1123 183l540 157l757 871l1421-830l517-919l-319-860l1012-2064l1657-1505l116-43l2817-1026l2073-465l362 46l396 342l606 119l4593-381l873-1822l-50-471l455-116l534 309l506 714l675 860l663 462z"/>
<path id="14612" d="M227984-24570l352 88l2079 595l3029 1810l1265-787l998 63l114 29l113 72l138 126l83 113l305 448l347 562l-237 363l-1336 539l300 889l1227 1354l1854 2226l22 635l-207 463l-320 419l-260 1302l1864 1068l1220-294l71-608l532-361l811 861l293 482l18 229l-76 2507l-618 864l-4615 4986l-304 61l-511-226l-638-652l-219-188l-82-37l-1434 471l-537 1136l-630 105l-2170 283l-117-1021l-1835-1595l-2147-849l-2547 606l-138 100l-96 104l-321 281l-1613-1957l-231-412l-108-759l-960-122l-1387-106l-189-4l-1193 58l-1881-1950l-377-1748l549-419l611-1823l38-388l139-791l1015-644l123-44l115-8l167-10l71 18l397 150l116 44l634 274l583 253l582 311l2051 204l858-66l301-508l-231-213l-575-531l97-949l1268-2695l726-722l1358 654l1108-455l387-414l-412-1556l-336-886l-666-8l-315-1426l820-176l720 202z"/>
<path id="14626" d="M292678-73099l-1074 2116l-30 92l-6 98l13 103l41 103l1377 3045l62 86l354 429l86 82l130 65l745 258l146 43l1017 295l90 14l397 24l4534 1848l1038 891l94 75l1440 465l106 14l113-17l119-34l899-199l1995 278l178 29l178 60l1823 1034l99 101l139 146l192 278l187 317l803 1695l353 1728l-176 831l-16 1380l87 2230l86 693l1154 4937l1180 1950l77 101l193 111l146 75l833 740l1764 2034l55 90l22 91l456 2367l-406 3241l-44 28l-40 64l-674 1556l-10 86l118 746l-248 1220l-733 5010l-111 2322l233 2413l-5 70l-986 4997l-44 60l-260 217l-94 75l-100 96l-116 164l-83 178l-227 1513l-3 86l13 86l33 109l-721 1952l-814 2282l-1159 3288l-154 1661l-1653 4446l-951 989l-3403 4570l-82 149l-42 106l-65 202l-12 213l29 200l78 329l82 218l-404 2485l-509 2729l-156 650l-368 215l-1971 145l-144 2l-273-433l-3019-918l-2125-416l-2747-924l-679-268l-1502-650l-140-851l1157-3723l139-252l213-182l437-373l186-160l-262-2852l-316 29l-2022 913l-646 402l-357 223l-678 424l-262 101l-390 150l-1259-441l-281-859l461-973l573-604l129-136l6-7l781-2206l139-394l91-1883l-5-487l-2550-2440l-2557-847l-749-152l-1290-196l91-864l40-375l402-1109l-502-287l-34-8l-44-10l-88 4l-88 42l-451 336l-195-570l-1121-1960l-159-159l-8-397l202-411l642-319l2513-663l1487-166l606 231l326-51l975-1061l565-1802l2489-1431l794-1390l127-788l435-952l1180-1304l1628-1229l1106-1523l-1476-1674l-3118-2625l-1160-916l155-405l402-755l-35-1683l-553-2608l-1423-3139l-976-1222l-1118-503l-432 772l-504 33l-1927-2432l-927 677l-151 517l-2748 966l-311 66l-66-8l-58-17l-121-157l-20-83l-196-1697l-71-468l-179-153l-218-58l-147 14l-128 80l-237-334l1208-4277l494-1247l761-938l963-1079l685-2038l-83-390l-1355-1265l-2418-2969l-165-997l-581-2948l-1085-2155l-287-1183l-139-719l-13-258l16-167l137-268l119-116l237-134l3233-453l1049 482l1774-703l351-424l302-955l847-821l424-105l718-3l1020 617l173 113l583 1951l316 450l1465-115l2884-249l146-19l487-352l427-657l933-1885l19-108l-48-331l1292-405l440 173z"/>
<path id="14625" d="M274858-64300l581 2948l165 997l2418 2969l1355 1265l83 390l-685 2038l-963 1079l-761 938l-494 1247l-1208 4277l237 334l128-80l147-14l218 58l179 153l71 468l196 1697l20 83l121 157l58 17l66 8l311-66l2748-966l151-517l927-677l1927 2432l504-33l432-772l1118 503l976 1222l1423 3139l553 2608l35 1683l-402 755l-155 405l1160 916l3118 2625l1476 1674l-1106 1523l-1628 1229l-1180 1304l-435 952l-127 788l-794 1390l-2489 1431l-565 1802l-975 1061l-326 51l-606-231l-1487 166l-2513 663l-642 319l-202 411l8 397l159 159l1121 1960l195 570l216 636l-64 766l-66 772l-1220-222l30-355l-649-607l-897-67l-181 171l-1507 1426l-626 376l-738 46l-4992-1917l-202-100l-230-207l-1040-1258l60-1600l-2253-390l-747-48l-4129-790l-1028-392l-1412-42l-292 581l-49 1241l-955 499l-255 53l-1347-919l118-429l-650-1020l-315-151l-1221 1311l-387 454l-295 172l-1481 100l-1314 10l-904-1426l-329 257l90 158l137 242l-708 1101l-311 415l-3792 432l-1217 521l-811-861l-532 361l-71 608l-1220 294l-1864-1068l260-1302l320-419l207-463l-22-635l-1854-2226l-1227-1354l-300-889l1336-539l237-363l-347-562l-305-448l-83-113l-138-126l-113-72l-114-29l-998-63l-1265 787l-3029-1810l-2079-595l-352-88l246-1065l628-3834l198-972l733 293l217 15l219-58l126-84l657-472l-115-884l-652 231l-197-383l-190-831l292-2769l-239-3614l1599-4292l1015 230l1059 161l42-263l-12-101l-681-2223l-39-69l-980-1606l-108-622l58-316l1750 291l324 213l196 198l186 118l117 40l520 90l213 11l181-18l1604-430l142-52l2292-1442l87-80l1849 703l2015 328l206-1328l55-207l736-1171l322-478l1125-954l1634-3259l-569-1548l2122-2324l-15-1642l668-2231l321-765l2036-2674l425 42l1391 166l1866-32l1357 17l4280 594l2215 739l615 268l226 109l194 141l146 165l113 147l176 303l2135-855l1521-1516l630-856l36-91l64-73l3653-458l466 261l287 1183l1085 2155z"/>
<path id="14627" d="M209922-49008l317 1834l1338 1690l209-14l575-1160l994-636l1374 85l550 1595l6084-88l485-707l355 411l624 351l942 173l1521 210l2626 99l2939-1192l1055-803l980 1606l39 69l681 2223l12 101l-42 263l-1059-161l-1015-230l-1599 4292l239 3614l-292 2769l190 831l197 383l652-231l115 884l-657 472l-126 84l-219 58l-217-15l-733-293l-198 972l-628 3834l-246 1065l-720-202l-820 176l315 1426l666 8l336 886l412 1556l-387 414l-1108 455l-1358-654l-726 722l-1268 2695l-97 949l575 531l231 213l-301 508l-858 66l-2051-204l-582-311l-583-253l-634-274l-116-44l-397-150l-71-18l-167 10l-115 8l-123 44l-1015 644l-139 791l-38 388l-611 1823l-549 419l-1273 1006l-1799 181l-1957 57l-840-645l-942-295l-3839 1633l-143 1611l21 490l-2588-1697l-1890 314l-1225 364l-145 87l-132 142l-128 187l-190 225l-222 226l-231 157l-168 81l-149 55l-2398 567l-774 89l-189 83l-123 112l-422 533l-731 746l-1323 1322l-604-680l664-633l1306-2516l419-1016l-9-356l-596-325l-806 196l-227-499l-37-136l31-399l779 9l110-37l65-81l222-421l-310-3156l-612-2538l1-2980l-607-1569l-2115-2406l-462-1846l-1-6l-10-209l-274-44l-261-186l-587-794l719-1089l-474-1571l514-474l643-3140l-258-2836l-1250-6327l-882-2829l312-1577l632-1783l308-104l354 784l110 219l110 118l73 40l91 23l2264 136l2405-705l-74-1310l2825-2454l464-178l5257-1323l1264 1552l341 217l2225 1013l3985 1535z"/>
<path id="14628" d="M254927-14742l1347 919l255-53l955-499l49-1241l292-581l1412 42l1028 392l4129 790l747 48l2253 390l-60 1600l-288-136l-880 41l-678 1094l-2011 6312l57 238l1996 1094l2008 2397l73 70l115 108l236 132l274 103l3666 946l81 20l202 0l689-200l615 603l182 201l75 128l38 136l134 862l-902 2659l-55 64l-72 38l-909 331l-4650 1607l-69-9l-1000-142l-500-650l-996-322l-1680 1031l-588 773l30 196l3 171l-13 145l-45 228l-2 7l-56 174l-215 534l-404 909l-58 129l-1368 780l-187 93l-2779 660l-4034 2096l-901 609l-646 718l3 588l-893 306l-2913 398l-1421-236l-203-300l-302-333l-273-208l-2422 1226l-625 1783l-711 425l-1112 67l-1342-382l-342 558l-169 1110l606 2688l12 284l-398 1064l-2778 1860l-515 202l-127 30l-1203 183l-104 4l-152-55l-220-171l-827-649l-129-66l-2257-274l-121-7l-1202 219l-232 323l-92 94l-109 81l-400 248l-182 46l-4119 816l-157-180l-97-100l-909-579l-7-3l-117-39l-15-3l-140-6l-65 9l-68 11l-644 113l-477-598l-1197-731l-585-296l-236-148l-119-82l-74-81l-473-1088l-474-1153l-44-97l-67-89l-163-156l-281-259l-134-96l-147-37l-200 7l-148 60l-333 243l-178 75l-163 30l-421 22l-201-37l-110-52l-1140-947l-69-608l790-1476l-274-955l-145-415l-1122-1199l-2115-1273l-485-1380l397-715l-1925-3954l-1314-848l-58-16l-184 32l-429-182l-776-2542l-282-1534l-797-359l-683-130l242-811l187-624l795-1129l1478-1930l-1243 210l-1100-137l-570-1128l-6-636l-2-218l391-909l801-1228l-1553-1494l-21-490l143-1611l3839-1633l942 295l840 645l1957-57l1799-181l1273-1006l377 1748l1881 1950l1193-58l189 4l1387 106l960 122l108 759l231 412l1613 1957l321-281l96-104l138-100l2547-606l2147 849l1835 1595l117 1021l2170-283l630-105l537-1136l1434-471l82 37l219 188l638 652l511 226l304-61l4615-4986l618-864l76-2507l-18-229l-293-482l1217-521l3792-432l311-415l708-1101l-137-242l-90-158l329-257l904 1426l1314-10l1481-100l295-172l387-454l1221-1311l315 151l650 1020l-118 429z"/>
<path id="14713" d="M139050-42166l795 1516l1255 361l901 704l289 1406l-563 778l-89 140l387 1085l-2375 612l-570 1477l-393 1205l-221 1340l-82 646l423-208l194 323l-304 268l-797-25l-2035-1080l174-666l-248-899l-1627-156l-4160-296l-959 408l-2087 2404l-579 959l165 1192l-1373 291l-2879 309l-159-278l-309-4047l256-807l608-5l-823-2184l-434-871l-484-557l28-894l382-453l992-168l163-357l16-95l-26-89l-820-1111l-84-105l-215-211l-74-105l-32-110l-26-172l-221-1806l-4-339l236-102l159-107l849-683l626-1844l416-1982l2633-621l3010 0l2345-4l3599-1495l744-669l4-792l1107 0l1650 1269l6 818l-438 819l-711 0l-202-542l-765 173l-390 475l4 703l906 1754l669 1187l-276 972l-413 822l722 591l1534-72z"/>
<path id="14729" d="M164372-52039l1138 366l1544 739l2685 2242l-37 504l-225 1464l-1217 266l-261-734l-880 91l16 1464l746 1609l373-22l153-322l505 59l738 753l51 643l-526 973l-315 175l-371-370l-818 88l-723 806l-1631 3305l-221 1319l96 624l1071 659l3032 2838l123 466l-56 483l-217 1050l-145 300l-417 378l-388 920l-200 684l284 957l302 116l820 277l-219 718l-288-9l-1284-172l-741 830l-608 1782l-1207 2678l-971 1222l207 392l159 234l91 84l136 37l151 31l492 75l363 31l1445 897l356 721l-347 906l-143 2198l109 324l250 165l-818 578l-136 30l-4988 350l-213-186l-105-94l-88-166l0-165l-966-390l-2507-560l-714-44l-162 183l-60 1198l-491 1638l-706 1266l-166 970l409 610l490 1711l-575 894l-563 161l-12 638l2261 2300l-82 394l-554 121l-1130-325l-1034-522l-1223 2482l-3471 735l-334 62l-547-56l-254-110l-47-268l-723-1329l-138-171l-885 710l-994 325l-408-140l-1660-855l-635-889l-225-1999l-581-131l-782-170l-320 25l63 1053l-282 179l-339-95l-277-1820l-176-2057l-2209-1333l-532-342l-271-1677l-179-204l-2521 718l-563 291l-2643-102l-981-247l-439-331l-29-755l-14-610l-1006-615l-575-290l-129 21l-2682 1420l-698 260l-67-587l-258-477l-1101-58l-698 71l-1484-417l-598-713l14-1132l445-474l120 32l106 11l85-24l370-296l76-396l-963-708l-2302-501l86-1996l425-1048l-94-1669l-422-3567l-350-2796l-290-1767l-1060-92l-404-1517l5-519l-47-987l-82-844l-776-1139l-690-1799l1454-950l483 247l1153-540l1-190l3513-2012l215 211l84 105l820 1111l26 89l-16 95l-163 357l-992 168l-382 453l-28 894l484 557l434 871l823 2184l-608 5l-256 807l309 4047l159 278l2879-309l1373-291l-165-1192l579-959l2087-2404l959-408l4160 296l1627 156l248 899l-174 666l2035 1080l797 25l304-268l-194-323l-423 208l82-646l221-1340l393-1205l570-1477l2375-612l-387-1085l89-140l563-778l-289-1406l-901-704l-1255-361l-795-1516l397-36l3603-1434l3759-1104l2354-2546l-61-2699l-38-84l-12-69l-14-307l544-1236l736-523l1223 135l785 244l1299 34l2821-1038l852-376l760-794l240-247l683-240l362 55l1167 800l86 338l105 217l224 216l567 329l181 56l2699 436z"/>
<path id="14730" d="M165997-74623l854 207l59-8l3314-825l123-1559l811-458l92-25l23-3l1127-85l102 12l1170 472l376 613l55 191l50 196l-20 376l-118 503l0 189l66 218l67 198l430 631l1777-1233l1960 2957l495 1035l910 365l461-241l777-738l2809 1598l466 832l-681 1621l-514 817l362 732l891 524l2082 2113l1327 1712l116 1474l-25 551l-400 1572l-160 294l381 3189l-628 2127l-230 1933l956 573l518 1298l-308 104l-632 1783l-312 1577l882 2829l1250 6327l258 2836l-643 3140l-514 474l-1689 741l-4376 1953l-4275 747l-2132 224l-32-74l-53-70l-1810-1463l-2194-410l-1231 545l-1016 543l-820-277l-302-116l-284-957l200-684l388-920l417-378l145-300l217-1050l56-483l-123-466l-3032-2838l-1071-659l-96-624l221-1319l1631-3305l723-806l818-88l371 370l315-175l526-973l-51-643l-738-753l-505-59l-153 322l-373 22l-746-1609l-16-1464l880-91l261 734l1217-266l225-1464l37-504l-2685-2242l-1544-739l-1138-366l-2699-436l-181-56l-567-329l-224-216l-105-217l-86-338l-1167-800l-362-55l-683 240l-240 247l-760 794l-852 376l-2821 1038l-1299-34l-785-244l-1223-135l-736 523l-544 1236l14 307l12 69l38 84l61 2699l-2354 2546l-3759 1104l-3603 1434l-397 36l-1534 72l-722-591l413-822l276-972l-669-1187l-906-1754l-4-703l390-475l765-173l202 542l711 0l438-819l-6-818l-1650-1269l-1107 0l-4 792l-744 669l-3599 1495l-2345 4l-3010 0l-2633 621l-416 1982l-626 1844l-849 683l-159 107l-236 102l4 339l221 1806l26 172l32 110l74 105l-3513 2012l164-2543l0-581l-190-1013l-298-1037l-501 23l-393-875l-261-2592l541-77l210-507l249-711l-483-1319l-760-154l-48 585l0 6l-869-210l-124-30l-305-2807l1379-1227l1875-1920l486-1498l0-593l-805 2l-291-366l-158-1458l-4-455l67-815l620-357l339-46l1548-1441l465-571l959-736l3202-282l1109-888l522-1107l1048-923l786-51l1497-6l1449-1l2382-972l193-512l897-1112l77-77l82-53l122-25l102 12l1596 459l1123 496l573-63l3303-640l2198-1182l292-1088l1411 130l974 1025l-106 86l-182 257l89 169l1683-718l1890-1611l690-1945l195-761l15-72l35-101l94-165l171-202l119-122l121-108l168-104l260-123l1360 112l300 51l330 95l1170 425l849 600l146 73l919 278l644-132l3915-3357l-134-442l801-215l320 105l1198 798l135 1079l-15 428l118 507l2479 967z"/>
</g><g>
<path id="15001" d="M116767-105341l746-764l-232-2166l5029-1021l-769 1323l726 1419l1786-804l1021 1261l-836 991l904 5200l-2623 1291l2379 3613l591 1879l-40 1078l-430-127l-553 864l-32 397l768 1281l1183 113l478-141l204 654l293 1753l-205 2447l-469 1630l-1032-6l-959-986l-1267-3620l-347-2248l-21-100l-48-141l-65-64l-117-64l-95-42l-96-18l-113-7l-70 17l-2514 2045l-628 2044l-55 644l-2114-695l-2005-819l-835-305l-1413-416l-1216-244l-382-1014l187-1794l1057-2221l489-2263l89-1584l20-535l-121-270l-1368-202l-594-58l-10-1l-90-9l84-419l7-37l3-15l75-373l93-462l42-209l34-169l15-76l26-127l40-196l36-178l33-163l51-253l14-71l9-43l34-22l36-23l50-33l20-13l12-8l55-36l133-88l133-88l153-101l166-109l200-132l94-62l15-10l40-20l124-63l80-40l208-105l174-87l158-79l222-111l22-11l110-55l68-34l96-48l164-83l71-36l200-100l140-70l98-49l45-23l67-34l-162-212l-557-728l-14-42l-154-476l-3-10l-17-61l20-16l75-59l15-12l154-122l87-69l93-73l17-14l69-26l74-28l226-85l149-56l27-10l14-5l151-55l76-28l124-45l139-50l179-65l255-92l203-74l292-106l183-66l95-34l93-33l83-30l9 15l71 134z"/>
<path id="15082" d="M124132-123093l71 62l191 336l79 138l135 335l83 206l381 943l286 707l42 103l76 86l65 74l63 72l68 77l33 37l1670 1896l56 35l73 46l974 612l136 86l7 1890l-1511-364l-2483 3240l-4118 1217l-202 1268l1941-430l61 1127l-5029 1021l232 2166l-746 764l-71-134l-9-15l-83 30l-93 33l-95 34l-183 66l-292 106l-203 74l-255 92l-179 65l-139 50l-124 45l-76 28l-151 55l-14 5l-27 10l-149 56l-226 85l-74 28l-69 26l-17 14l-93 73l-87 69l-154 122l-15 12l-75 59l-20 16l17 61l3 10l154 476l14 42l557 728l162 212l-67 34l-45 23l-98 49l-140 70l-200 100l-71 36l-164 83l-96 48l-68 34l-110 55l-22 11l-222 111l-158 79l-174 87l-208 105l-80 40l-124 63l-40 20l-15 10l-94 62l-200 132l-166 109l-153 101l-133 88l-133 88l-55 36l-12 8l-20 13l-50 33l-36 23l-34 22l-9 43l-14 71l-51 253l-33 163l-36 178l-40 196l-26 127l-15 76l-34 169l-42 209l-93 462l-75 373l-3 15l-7 37l-84 419l90 9l10 1l594 58l1368 202l121 270l-20 535l-89 1584l-489 2263l-1057 2221l-187 1794l382 1014l1216 244l1413 416l835 305l2005 819l2114 695l55-644l628-2044l2514-2045l70-17l113 7l96 18l95 42l117 64l65 64l48 141l21 100l347 2248l1267 3620l959 986l1032 6l-770 591l274 1323l1601 3460l837-130l2214-1070l2681-1063l1902-204l849 188l98 38l75 91l-246 1394l241 795l2933 2453l1149-535l1132-416l1677 27l-218 3286l335 717l385 595l-292 1088l-2198 1182l-3303 640l-573 63l-1123-496l-1596-459l-102-12l-122 25l-82 53l-77 77l-897 1112l-193 512l-2382 972l-1449 1l-1497 6l-786 51l-1048 923l-522 1107l-1109 888l-3202 282l-959 736l-465 571l-1548 1441l-339 46l-1093-2l-1153-1533l-465-1508l0-1928l-3652 14l-4526-314l-1044-588l-1-545l151-2192l553-2216l0-616l-243-462l-752-88l-369-41l-1774-113l-1131-23l-149 9l-104 22l-126 56l-364 207l-229 111l-241 93l-189 45l-156 14l-195-3l-224-26l-1904-258l-174-30l-156-63l-562-246l-60-41l-701-502l-2080-1520l-258-332l-308-509l-1523-1529l241-2198l534-3355l867-1195l1074 0l1332-1124l0-377l-797-217l-996 0l-938-872l-608-1388l-137-1141l1577-1608l313 2l101-976l-1884-1938l861-1672l2710-2228l899-727l370-174l653-7l652 278l94 45l72 55l426 422l256 331l468 150l89 5l91-14l1790-442l513-948l287-18l766 720l30-207l25-171l44-301l5-80l4-64l1-11l-10-120l-13-87l-38-119l-105-205l-152-220l-86-104l-91-110l-349-420l-167-200l-973-1169l-1073-1290l-879-1057l-669-636l-841-800l-431-410l-108-102l-30-28l-537-509l-365-345l-130-123l-493-467l-219-208l-17-17l-108-112l-177-183l-542-561l-680-704l-169-209l-74-165l-37-155l-17-192l4-63l34-599l108-593l135-539l28-110l10-56l37-211l16-132l4283-820l2639-2655l75 12l246 38l622 96l16 2l41 6l52-78l483-732l93-141l115-176l16-26l96-170l421-748l58-128l709-1556l12-27l17-38l1526 701l1014-2058l4087 609l3417-1087l1917-2658l4257-336l66 32l76 37l294 144l1066 520l102 34l659 223l242 82l65 56z"/>
<path id="15091" d="M155772-111205l549 1473l475 164l437 86l402 77l471-19l622-32l585-87l354-113l569-424l707-92l373 1119l218 1267l4 1230l2541 771l320-24l1627-613l87-721l2771 323l1259 1634l816 1908l1171-79l1258-60l1639 338l190 920l-543 1358l-489-35l-300-21l15 199l2 7l304 349l487 504l2926 197l2535-1063l-38-633l889 0l539 276l807 892l232 1175l-2123 393l75 469l1044 2406l430 590l431 569l1038 1697l593 2054l-67 552l-648 604l-715 937l1 34l33 889l594 1262l745 992l701 652l603 1156l143 666l-1683 2742l-626 687l-567 438l-1187 911l-5043 3241l-1777 1233l-430-631l-67-198l-66-218l0-189l118-503l20-376l-50-196l-55-191l-376-613l-1170-472l-102-12l-1127 85l-23 3l-92 25l-811 458l-123 1559l-3314 825l-59 8l-854-207l-2479-967l-118-507l15-428l-135-1079l-1198-798l-320-105l-801 215l134 442l-3915 3357l-644 132l-919-278l-146-73l-849-600l-1170-425l-330-95l-300-51l-1360-112l-260 123l-168 104l-121 108l-119 122l-171 202l-94 165l-35 101l-15 72l-195 761l-690 1945l-1890 1611l-1683 718l-89-169l182-257l106-86l-974-1025l-1411-130l-385-595l-335-717l218-3286l-1677-27l-1132 416l-1149 535l-2933-2453l-241-795l246-1394l-75-91l-98-38l-849-188l-1902 204l-2681 1063l-2214 1070l-837 130l-1601-3460l-274-1323l770-591l469-1630l205-2447l-293-1753l-204-654l-478 141l-1183-113l-768-1281l32-397l553-864l430 127l40-1078l-591-1879l-2379-3613l2623-1291l-904-5200l836-991l-1021-1261l-1786 804l-726-1419l769-1323l-61-1127l-1941 430l202-1268l4118-1217l2483-3240l1511 364l-7-1890l3680 2313l113 33l361 103l861 0l163-234l76-623l555-1164l405-28l919 139l46 443l323 1267l665 724l456 263l339 138l2102 445l89 330l138 857l129 810l4304 223l938-70l1881-1487l80-547l132-862l390-507l137-61l308-10l530-12l202 78l166 239l430 529l290 150l3223 1522l2214 900l512 134z"/>
<path id="15002" d="M105808-47850l-142 1266l-523 505l-434 259l-1462-178l-2115-404l-91-23l-706-819l-57-79l-25-115l4-82l75-598l23-47l51-43l100-28l95 0l123 33l76 52l38 71l5 76l-24 86l-114 290l0 80l32 52l63 24l100-4l85-22l167-149l-29-265l-134-1093l-39-70l-74-78l-108-72l-343-168l-319-134l-704-247l-610-95l-117-26l-116-57l-93-76l-83-110l-46-136l-14-163l17-139l73-159l117-103l162-83l167-50l363-59l72-27l-465-1115l-664-351l-1846-716l-1375-805l-228-839l-103-402l-513-2577l1546-2524l236-60l207-24l286-3l246 26l205 41l192 68l259 129l4089-731l2659-512l600 191l609 199l-334 1409l1571 3270l670 353l331 20l1341 62l131-65l200-253l615-270l486 693l-133 705l-915 1089l-1393 3l-778 2099l-912 2848l-306 1249z"/>
<path id="15084" d="M77760-35746l481-369l766 426l961 2184l1610 1799l1927 1584l971-713l3313-1461l2020 1849l-141 773l-15 723l122 539l2472 1005l156 0l668-870l999 1288l796-209l2352 67l1927-100l389-1229l-5-2584l1092-112l1746-4l589-537l868-564l595-164l2893-496l941 10l28 1518l-91 753l1776 798l4861-2438l1547 190l-5 519l404 1517l1060 92l290 1767l350 2796l422 3567l94 1669l-425 1048l-86 1996l2302 501l963 708l-76 396l-370 296l-85 24l-106-11l-120-32l-445 474l-14 1132l598 713l1484 417l698-71l1101 58l258 477l67 587l88 712l-959 1155l-733 728l-570 2486l-5 741l1174-99l1055-243l347 71l486 912l-77 1333l-113 300l-1606 2653l-322 433l-209 280l-1182 1158l-112 336l-316 1325l521 125l42 127l10 150l-11 99l-14 95l-47 155l-62 129l-951 1109l-250 117l-594 552l-1080-1994l-1184-2248l-90-16l-692 503l-148 128l-459 499l140 896l-1402-414l-1298-531l-1576-712l-844-270l-3829 578l-269 55l-1061 542l-62-1073l-213-758l-2558-3373l-467-420l-4846-3169l-1358-797l-152-78l-347-152l-3267 711l-1793 686l-2265-633l-1427-528l-2787-1449l-916-863l-186-1030l-93-535l-322-782l-1835-1311l-1573 231l-2831-333l-2140-515l-412 20l-1131 641l-420 1071l-4152 102l-74-293l-497-295l-952-587l-426-2730l911-1208l239-404l705-1585l40-325l-2911-4324l-978-390l-87-25l-154-34l-1381 518l-1395-153l-1618-1307l144-992l603-959l447-595l80-85l222-136l621 1025l224 5l230 4l1215-1014l3242-4868l516-834l1951 2003l804 384l418 5l2305-158l300-93l232-162l119-201l521-1022l276-825l491-894l2161-1742l238 0l0 382z"/>
<path id="15088" d="M117971-60821l-620 357l-67 815l4 455l158 1458l291 366l805-2l0 593l-486 1498l-1875 1920l-1379 1227l305 2807l124 30l869 210l0-6l48-585l760 154l483 1319l-249 711l-210 507l-541 77l261 2592l393 875l501-23l298 1037l190 1013l0 581l-164 2543l-1 190l-1153 540l-483-247l-1454 950l690 1799l776 1139l82 844l47 987l-1547-190l-4861 2438l-1776-798l91-753l-28-1518l-941-10l-2893 496l-595 164l-868 564l-589 537l-1746 4l-1092 112l5 2584l-389 1229l-1927 100l-2352-67l-796 209l-999-1288l-668 870l-156 0l-2472-1005l-122-539l15-723l141-773l-2020-1849l-3313 1461l-971 713l-1927-1584l-1610-1799l-961-2184l-766-426l-481 369l0-382l-238 0l-2161 1742l-491 894l-276 825l-521 1022l-119 201l-232 162l-300 93l-2305 158l-418-5l-804-384l-1951-2003l-13-288l-1710-1576l-1189-828l-651-646l-339-658l0-315l631-675l797-15l0-326l-1458-10l-164-135l212-743l580-1635l454-199l326 211l1945-1009l1821-2909l480-1079l155-383l652 176l842-387l-40-921l1188-1345l2185-1106l4029-1479l606 142l653 660l157 449l2688 2824l1830-295l1649-621l1581-1676l287-657l216-1538l-1807-1713l-1008-318l-1848-1895l-91-295l-2-943l702-1426l613-388l32-518l-396-1067l-570-858l-1686-1035l-113-907l3279-4382l1191-2214l34-717l-498-984l0-129l37-137l93-123l537-563l1964 332l4816-387l27-1299l0-1268l642-301l308 509l258 332l2080 1520l701 502l60 41l562 246l156 63l174 30l1904 258l224 26l195 3l156-14l189-45l241-93l229-111l364-207l126-56l104-22l149-9l1131 23l1774 113l369 41l752 88l243 462l0 616l-553 2216l-151 2192l1 545l1044 588l4526 314l3652-14l0 1928l465 1508l1153 1533l1093 2zM99402-49774l704 247l319 134l343 168l108 72l74 78l39 70l134 1093l29 265l-167 149l-85 22l-100 4l-63-24l-32-52l0-80l114-290l24-86l-5-76l-38-71l-76-52l-123-33l-95 0l-100 28l-51 43l-23 47l-75 598l-4 82l25 115l57 79l706 819l91 23l2115 404l1462 178l434-259l523-505l142-1266l306-1249l912-2848l778-2099l1393-3l915-1089l133-705l-486-693l-615 270l-200 253l-131 65l-1341-62l-331-20l-670-353l-1571-3270l334-1409l-609-199l-600-191l-2659 512l-4089 731l-259-129l-192-68l-205-41l-246-26l-286 3l-207 24l-236 60l-1546 2524l513 2577l103 402l228 839l1375 805l1846 716l664 351l465 1115l-72 27l-363 59l-167 50l-162 83l-117 103l-73 159l-17 139l14 163l46 136l83 110l93 76l116 57l117 26l610 95z"/>
<path id="15087" d="M51040-71681l817 384l140-20l208-119l608-349l575-330l406-233l951-545l25-15l156-89l629-467l43-32l538-399l364-271l308-267l352-306l292-514l135-365l663-874l1012-656l325-6l761-13l7-1l516-64l750-625l295-246l9-7l-13-32l-135-328l-181-442l-123-904l749-1718l4212 814l2465 623l923 634l404 601l175 1798l1763 466l2003-1041l1282-752l911-75l526 1622l0 1052l-329 0l-250 414l4 898l2035 1002l4110 712l1259 749l0 663l185 230l529 459l1683 4l562-430l-34 717l-1191 2214l-3279 4382l113 907l1686 1035l570 858l396 1067l-32 518l-613 388l-702 1426l2 943l91 295l1848 1895l1008 318l1807 1713l-216 1538l-287 657l-1581 1676l-1649 621l-1830 295l-2688-2824l-157-449l-653-660l-606-142l-4029 1479l-2185 1106l-1188 1345l40 921l-842 387l-652-176l-155 383l-480 1079l-1821 2909l-1945 1009l-326-211l-454 199l-580 1635l-212 743l164 135l1458 10l0 326l-797 15l-1038-11l-860-799l-408-2774l-1441-1218l-807 161l-230 40l-1006-182l-1140-545l-86-1156l-561-1092l-1192 474l-1352 513l-708 194l-1493 29l-456-124l-1129-397l-1483-207l-502 186l-3410 470l-1869-586l95-606l-646-400l-3244-1294l-669-158l-339 13l-238 40l-351 312l-910 502l-862 418l-243 69l-590 76l-460 8l-452-49l-352-41l207-255l915-1008l-2100 146l45-511l-521-2386l40-3094l-1011-1163l-893-699l-960-2155l188-1647l-2740-3007l-1051-2162l508-1938l284-521l216-132l30 650l207 238l290 151l700 27l782 6l396-4l285-396l41-63l29-66l98-306l30-115l7-98l-31-109l-958-1425l-410-168l418-662l818-754l1616-382l746 28l352 769l37 115l1198-333l167-26l181-10l805 83l671 114l514 259l558 1550l39 533l0 7l-9 138l-16 75l-13 14l-97-2l-142-65l-1266-638l-125-317l-579-387l-606-179l-578 513l43 260l331 544l882 1443l268 240l3388-355l2018-911l930 161l1807 910l58 826l-172 181l-775 475l166 367l814 1054l502 15l67 0l65-19l61-38l234-149l819-529l687-754l154-480l750-1175l671 216l2110 189l1066-612l261-350l606-1450l429-1117l-208-931l-162-10l-387 346l-223-69l-52-227l-64-1429l343 7z"/>
<path id="15003" d="M82349-134018l-315 254l-345 336l-281 391l-271 508l1126 3738l779 4071l256 888l46 146l237 648l670 80l1133 447l706 913l456 903l15 661l-1103 2023l-71 116l-855 1327l-701 301l-1016-307l-926-832l-3713 2070l-466 743l-809-2350l-486-1366l-1077-1128l-3151 622l-1887-1578l706-2083l56-1401l-22-609l198-1515l387-1619l949-2683l325-780l2278-1037l557 389l311-143l583-300l665-426l1152-1091l-246-972l-257-1062l-310-1390l2600-6l91 678l968 2469l1058-44z"/>
<path id="15085" d="M35167-116580l2868 1106l1594 1239l399 1627l529 632l90 89l89 66l819 385l3309-83l-5 164l-59 1697l-54 1338l1111 573l-203 2576l-385 596l627 1824l406 545l204-126l203-127l372-292l-20-302l226-218l722 82l410 219l1091 595l303 1125l2595 1707l719 2l-899-644l109-484l997-404l4088 101l165 59l299 251l-569 1119l-244 481l207 1480l61 231l307 1029l47 1169l-320 699l-1046 1247l-575 399l-769 345l-677-308l-1577-231l-2085 3123l52 143l2464 2049l2033 3011l139 9l1649 105l1417-2290l3642 940l-231 1340l897 791l-486 2248l-749 1718l123 904l181 442l135 328l13 32l-9 7l-295 246l-750 625l-516 64l-7 1l-761 13l-325 6l-1012 656l-663 874l-135 365l-292 514l-352 306l-308 267l-364 271l-538 399l-43 32l-629 467l-156 89l-25 15l-951 545l-406 233l-575 330l-608 349l-208 119l-140 20l-817-384l-343-7l64 1429l52 227l223 69l387-346l162 10l208 931l-429 1117l-606 1450l-261 350l-1066 612l-2110-189l-671-216l-750 1175l-154 480l-687 754l-819 529l-234 149l-61 38l-65 19l-67 0l-502-15l-814-1054l-166-367l775-475l172-181l-58-826l-1807-910l-930-161l-2018 911l-3388 355l-268-240l-882-1443l-331-544l-43-260l578-513l606 179l579 387l125 317l1266 638l142 65l97 2l13-14l16-75l9-138l0-7l-39-533l-558-1550l-514-259l-671-114l-805-83l-181 10l-167 26l-1198 333l-37-115l-352-769l-746-28l-1616 382l-818 754l-418 662l-1517 752l-2098-2005l-234-200l-69-57l-62-32l-2924-1001l-62-19l-65-9l-77-3l-1784-42l-1855-807l-2824 540l-1399 302l-131-69l-182-97l-115-78l-65-71l-85-100l-81-125l-1402-2333l-28-84l-262-1284l-241-1222l345-593l-2582-4826l-1734-2487l-995-626l-838-1619l-258-3530l8-3234l14-67l147-501l44-76l119-160l95-127l63-63l71-56l1519-974l1475-1107l535-698l927-1231l66-93l39-103l12-92l14-818l-6-119l-31-221l-171-610l-44-110l-51-97l-436-567l-517-346l-1332-483l-42-1883l388-620l409-571l1245-430l391-170l193-335l-644-589l-268 229l-215 99l-230 92l-549 133l-2530-2564l-85-303l-135-290l-183-284l-542-783l-366-457l-419-516l2655-298l2431-736l1346-1283l119-431l-148-446l-205 32l-252-1007l908-275l34-9l2354-465l337-43l347-41l378-20l5090-97l65 14l956 211l178 17l1613 13l138-5l1447-244l295-91l322-145l300-209l350-268l262-192l155-77l182-41l3916-66l193 5l1216 135l305 35l157 20l142 51l1694 586l1669 463z"/>
<path id="15086" d="M123401-163154l-880 1418l-894 2113l341 1709l594 3009l-170 890l-646 175l-367 526l980 1569l790 587l-1197 2425l-119 156l-282 150l-104 151l-104 166l-1154 2469l-20 52l-648 2302l-73 330l-439 2949l402 123l552 63l774 379l349 247l1486 1060l-1344 1556l-1053-96l-339 279l-526 438l-1779 3840l-186 653l1474 2327l400 965l2342 3952l-4257 336l-1917 2658l-3417 1087l-4087-609l-1014 2058l-1526-701l-17 38l-12 27l-709 1556l-58 128l-421 748l-96 170l-16 26l-115 176l-93 141l-483 732l-52 78l-41-6l-16-2l-622-96l-246-38l-75-12l-2639 2655l-4283 820l42-337l5-154l-10-175l-96-331l-282-527l-618-1009l-1898-3467l-1061-739l-2358-509l-1606-150l-906-384l-15-661l-456-903l-706-913l-1133-447l-670-80l-237-648l-46-146l-256-888l-779-4071l-1126-3738l271-508l281-391l345-336l315-254l366-313l88-135l48-176l34-206l-12-207l-42-183l-73-177l-335-425l-105-144l-57-137l-105-398l-168-737l-62-496l-26-404l-16-293l37-197l68-216l105-172l125-121l152-83l626-242l236-98l172-89l184-115l141-141l173-183l183-274l1532-2686l604-1549l30-100l10-106l-10-205l-35-645l0-216l30-171l53-179l148-305l1772-2188l108-110l242-209l119-60l150-47l156-31l58-3l750 46l2255 242l299-184l289-220l2719-2141l122-144l104-174l1501-3470l2000-1278l95-41l132-66l105-84l92-110l130-171l1694-2990l56-159l56-206l523-2931l11-158l-29-173l-38-122l-1175-3481l-896-1343l264-3064l449-3699l188-843l823 517l-35 2921l-320 2253l-117 625l200 10l332-26l290-56l2340-572l907-273l53-27l329-355l105-165l232-465l54-75l84-69l696-458l92-27l91 13l59 50l717 628l1038 1019l100 1216l-55 93l-40 82l515 543l192 83l3396 556l556-618l1102 967l937-68l87-15l1296-405l41-41l265-368l44-125l7-99l-22-99l-48-85l-128-165l-33-88l-8-111l26-106l493-1166l40-77l85-62l99-26l92 11l1335 489l73 50l40 71l37 92l4 99l-15 397l7 113l326 1814l660 835l496 129l394-653l744-324l364 19l866 506l154 1611l158 2457z"/>
<path id="15083" d="M39302-135607l701-1162l-314-544l-554-954l-1000 58l-484-1274l-1115-2069l-892-676l-768-1019l6-387l635-566l188-22l144-15l141-29l120-29l115-44l248-173l137-128l112-147l-203-1027l-2360-2830l-1045 49l-267-728l532-151l2181-468l341 100l715 17l1118-310l909-645l422-2041l-10-84l-1939-1512l-200-86l-392-95l-2260-2181l-2146-2318l-2639-3486l-100-1078l927-1588l2421-1213l1822-27l738-597l44-28l2044-682l162 86l227 189l200 287l81 146l655 1681l101 404l241 1106l76 343l1229 1321l2413 1918l1120 655l111 41l132 12l112-12l2053-255l4449-130l2654 326l2326 977l1914 38l484-84l798-354l979-281l1684 549l3116 1985l222 736l-804 65l224 1457l2490-866l5422-1887l1618-5345l3743-1352l2410 711l1509 732l1226 3192l140 1867l81 211l396 163l1523 485l1544 264l747 46l273-220l147-991l26-189l1828-393l1607 1358l-265 2272l-1136 1104l816 967l894 991l685 2568l-2255-242l209-747l22-175l2-98l-13-103l-15-61l-75-155l-55-84l-59-56l-1125-715l-88-40l-113-26l-136-8l-118 12l-102 23l-110 34l-81 44l-77 64l-63 69l-50 81l-37 86l-228 857l-4 69l22 64l325 608l41 74l137 133l1041 4l-58 3l-156 31l-150 47l-119 60l-242 209l-108 110l-1772 2188l-148 305l-53 179l-30 171l0 216l35 645l10 205l-10 106l-30 100l-604 1549l-1532 2686l-183 274l-173 183l-141 141l-184 115l-172 89l-236 98l-626 242l-152 83l-125 121l-105 172l-68 216l-37 197l16 293l26 404l62 496l168 737l105 398l57 137l105 144l335 425l73 177l42 183l12 207l-34 206l-48 176l-88 135l-366 313l-1058 44l-968-2469l-91-678l-2600 6l310 1390l257 1062l246 972l-1152 1091l-665 426l-583 300l-311 143l-557-389l-2278 1037l-325 780l-949 2683l-387 1619l-198 1515l22 609l-56 1401l-706 2083l1887 1578l3151-622l1077 1128l486 1366l809 2350l-741 139l-1247 378l-303 279l225 2075l184 3422l-468 328l-5993 555l-2-376l-4445-3780l-2554 32l-3023 2390l-1281 1839l-108 783l589 449l1009 2334l-837 881l-829 2203l-299-251l-165-59l-4088-101l-997 404l-109 484l899 644l-719-2l-2595-1707l-303-1125l-1091-595l-410-219l-722-82l-226 218l20 302l-372 292l-203 127l-204 126l-406-545l-627-1824l385-596l203-2576l-1111-573l54-1338l59-1697l5-164l-3309 83l-819-385l-89-66l-90-89l-529-632l-399-1627l-1594-1239l-2868-1106l-1669-463l-1694-586l565-1715l19-60l6-97l-179-1284l-9-51l-34-67l-96-117l-137-103l-170-35l-177 14l-142 21l-55 0l-93-21l-751-389l-190-99l-109-65l-92-75l-23-46l-14-82l0-116l103-770l1210-361l215-51l332-37l1428-514l1557-1047l1754-1443l1544-2231l94-1173l-77-760l-88-153l-148-13l-156-11l-45 3l-514 86l-658 110l-83-8l-63-22l-140-57l-213-124l-337-212l-256-177l-35-31l-91-84l-184-221l-164-232l-50-368l-13-341l25-1098l625-984l212-275l247-167l144-54l2459-709l155-24l390-38z"/>
<path id="15090" d="M90012-149891l-209 747l-750-46l-1041-4l-137-133l-41-74l-325-608l-22-64l4-69l228-857l37-86l50-81l63-69l77-64l81-44l110-34l102-23l118-12l136 8l113 26l88 40l1125 715l59 56l55 84l75 155l15 61l13 103l-2 98l-22 175zM76235-223703l315 83l2117-408l159 11l127 82l90 104l81 128l226 562l45 194l7 262l-67 682l7 165l23 187l45 142l251 517l107 206l91 108l114 96l148 61l155 37l165 9l137-19l264-148l771-506l576-379l126-80l361-195l248-54l359-22l323 68l290 104l226 132l289 192l154 138l181 163l249 289l220 359l196 434l243 462l232 376l185 220l115 133l160 102l180 53l249 61l274 61l292 42l459 10l771-49l312 0l371 78l517 249l352 244l175 210l78 234l20 215l-20 385l-58 264l-137 254l-283 234l-536 468l-342 380l-185 401l-69 332l20 390l144 427l305 354l341 205l3579 1317l3249 742l319 82l305 102l271 147l262 190l192 199l232 290l1272 416l166 14l177-7l188-36l1460-598l170-555l679-268l158-58l932 148l2414 469l783 305l1985 567l596-1982l600 159l-84 258l-337-81l-75 263l-163 1332l412 2302l222 252l3167-1440l1583-920l2209 2170l1972 5322l-144 717l-368 576l-14 130l-179 311l-91 111l-89 63l-115 15l-1287 102l-687 1521l-437 1218l-19 123l-110 4301l1334 3481l69 159l174 47l86 0l172-83l85-33l79-4l56 37l34 60l273 1052l164 644l20 126l86 765l13 2357l-44 500l-488 1161l-397 344l-1446 887l-415-18l-563-228l-1228-582l-76 1175l200 1030l191 1167l245 2224l-1065 1693l-80 158l-1011 2650l-3 73l-20 733l16 38l28 25l584-46l65-10l61-29l1005 1678l248 953l-556 618l-3396-556l-192-83l-515-543l40-82l55-93l-100-1216l-1038-1019l-717-628l-59-50l-91-13l-92 27l-696 458l-84 69l-54 75l-232 465l-105 165l-329 355l-53 27l-907 273l-2340 572l-290 56l-332 26l-200-10l117-625l320-2253l35-2921l-823-517l-188 843l-449 3699l-264 3064l896 1343l1175 3481l38 122l29 173l-11 158l-523 2931l-56 206l-56 159l-1694 2990l-130 171l-92 110l-105 84l-132 66l-95 41l-2000 1278l-1501 3470l-104 174l-122 144l-2719 2141l-289 220l-299 184l-685-2568l-894-991l-816-967l1136-1104l265-2272l-1607-1358l-1828 393l-26 189l-147 991l-273 220l-747-46l-1544-264l-1523-485l-396-163l-81-211l-140-1867l-1226-3192l-1509-732l-2410-711l-3743 1352l1110-3731l-937 377l-286-977l-1-7l265-2585l-1407-836l27-2101l571-2065l478-2156l267-2251l-249-1255l-3488 14l-92 3l-867 109l-952 628l-51 40l-31 54l-25 85l-32 38l-60 25l-917 159l-1901 282l-470-50l-2520-458l-1464-1101l-68-469l638-883l638-715l205 137l1278-17l1159-222l2272-1510l-11-276l-536-1676l-72-223l169-1920l1906-1574l126-116l75-99l71-133l31-62l233-606l29-133l5-821l-5-98l1189-3277l881-634l98-75l65-79l481-1065l-1383-659l-119-21l-92 3l-87 28l-373 246l-88 42l-108 21l-1300 85l-88-14l-74-49l-59-74l-141-320l196-859l414-716l708-724l218-163l195-117l350-133l-2168-1642l-1472-158l-480-236l-566-2468l72-241l1020-4l514 185l1112 104l1340-371l176-195l402-887l3515-689l2359 51l354-366l46-104l11-149l-347-2896l-1314-1423l-3352-2991l-509 828l-2185-781l-835-1466l-3-6l-945-1995l1232-5313l890-8l111 27l2531-734l2233-2639l1055-485l241-82l299-58l241-12l318 38l254 76l229 121l152 137l90 130l30 178l-30 172l-82 157l-174 220l-137 166l-386 468l-191 273l-126 352l-31 232l0 210l67 240l150 224l172 217l199 174l295 133z"/>
<path id="15089" d="M92492-118252l1898 3467l618 1009l282 527l96 331l10 175l-5 154l-42 337l-16 132l-37 211l-10 56l-28 110l-135 539l-108 593l-34 599l-4 63l17 192l37 155l74 165l169 209l680 704l542 561l177 183l108 112l17 17l219 208l493 467l130 123l365 345l537 509l30 28l108 102l431 410l841 800l669 636l879 1057l1073 1290l973 1169l167 200l349 420l91 110l86 104l152 220l105 205l38 119l13 87l10 120l-1 11l-4 64l-5 80l-44 301l-25 171l-30 207l-766-720l-287 18l-513 948l-1790 442l-91 14l-89-5l-468-150l-256-331l-426-422l-72-55l-94-45l-652-278l-653 7l-370 174l-899 727l-2710 2228l-861 1672l1884 1938l-101 976l-313-2l-1577 1608l137 1141l608 1388l938 872l996 0l797 217l0 377l-1332 1124l-1074 0l-867 1195l-534 3355l-241 2198l1523 1529l-642 301l0 1268l-27 1299l-4816 387l-1964-332l-537 563l-93 123l-37 137l0 129l498 984l-562 430l-1683-4l-529-459l-185-230l0-663l-1259-749l-4110-712l-2035-1002l-4-898l250-414l329 0l0-1052l-526-1622l-911 75l-1282 752l-2003 1041l-1763-466l-175-1798l-404-601l-923-634l-2465-623l-4212-814l486-2248l-897-791l231-1340l-3642-940l-1417 2290l-1649-105l-139-9l-2033-3011l-2464-2049l-52-143l2085-3123l1577 231l677 308l769-345l575-399l1046-1247l320-699l-47-1169l-307-1029l-61-231l-207-1480l244-481l569-1119l829-2203l837-881l-1009-2334l-589-449l108-783l1281-1839l3023-2390l2554-32l4445 3780l2 376l5993-555l468-328l-184-3422l-225-2075l303-279l1247-378l741-139l466-743l3713-2070l926 832l1016 307l701-301l855-1327l71-116l1103-2023l906 384l1606 150l2358 509l1061 739z"/>
<path id="15081" d="M73864-162688l-1618 5345l-5422 1887l-2490 866l-224-1457l804-65l-222-736l-3116-1985l-1684-549l-979 281l-798 354l-484 84l-1914-38l-2326-977l-2654-326l-4449 130l-2053 255l-112 12l-132-12l-111-41l-1120-655l-2413-1918l-1229-1321l-76-343l-241-1106l-101-404l-655-1681l-81-146l-200-287l-227-189l-162-86l-2044 682l-44 28l-738 597l-2389-2862l-1003-1402l-380-596l-350-620l-407-982l-445-1399l208-2403l1005-610l1184-1079l69-100l50-167l47-249l95-513l23-1184l-135-41l-675-190l-1291 637l-6 18l-187 584l-1140 694l-344-97l-466-924l-332-861l-866-1805l-1383-2354l-1085-1175l-583-723l-803-1490l-366-1477l-5-32l-509-934l-282-160l-597 216l-683 189l-476-32l-585-2047l-974-3395l-879-1558l-453-804l44-206l216-958l211-563l611-3883l-336-621l-38-64l27-226l2280-875l1538 348l849-16l408-555l1289 67l1080 436l913 206l3316-783l67-28l78-48l2720-2908l204-339l27-45l252-428l24-1562l197-701l380-397l306-91l1687-157l4146-71l346 9l264 11l-64 317l-245 1216l170 149l206 106l240 64l461 71l255-7l1628-262l1264-490l1826 85l1069 96l514 75l904 166l1019 984l55 82l2178 814l1806 651l72 6l937-299l434-163l4912-2579l4059-3499l670-385l539-309l1367-303l1018-38l835 1466l2185 781l509-828l3352 2991l1314 1423l347 2896l-11 149l-46 104l-354 366l-2359-51l-3515 689l-402 887l-176 195l-1340 371l-1112-104l-514-185l-1020 4l-72 241l566 2468l480 236l1472 158l2168 1642l-350 133l-195 117l-218 163l-708 724l-414 716l-196 859l141 320l59 74l74 49l88 14l1300-85l108-21l88-42l373-246l87-28l92-3l119 21l1383 659l-481 1065l-65 79l-98 75l-881 634l-1189 3277l5 98l-5 821l-29 133l-233 606l-31 62l-71 133l-75 99l-126 116l-1906 1574l-169 1920l72 223l536 1676l11 276l-2272 1510l-1159 222l-1278 17l-205-137l-638 715l-638 883l68 469l1464 1101l2520 458l470 50l1901-282l917-159l60-25l32-38l25-85l31-54l51-40l952-628l867-109l92-3l3488-14l249 1255l-267 2251l-478 2156l-571 2065l-27 2101l1407 836l-265 2585l1 7l286 977l937-377l-1110 3731z"/>
</g><g>
<path id="16051" d="M47041-2253l146 31l94 3183l-401 780l-237 223l-1108 647l-87-78l-59-80l-1025 591l203 2446l492 343l379 724l480 1077l39 522l-642 9l-1204-470l-1099-227l-511 592l25 313l20 184l243 756l-2058 711l-237 63l-190 34l-247 29l-2345 191l-2306-246l-193 48l-344 112l-1187 447l109 590l-662 263l-585 232l-878 322l-905-539l-254-766l-165-845l656-280l491-239l1153-706l-110-795l-456-1010l-460-521l-796-576l-708 110l-47 302l-734 260l-1270-54l-1936-2028l-452-491l-248-1472l142-50l494-212l454-268l187-145l131-131l632-677l-531-1109l-299-67l-607 45l-530 15l-501-1863l-32-892l420-90l531-150l824 38l1190 217l2144-291l3935-1660l2012-1858l1868-2312l366 4l1416 39l994 563l661 1042l231 507l1025 2914l1183 2772l1049-218l2173-744l54-131z"/>
<path id="16052" d="M116810 3257l367 1495l-6 1137l-1340 765l-409 74l-450 134l17 1600l221 1261l1096 1493l357 1304l-487 1025l-1155 939l48 3537l1340 1580l84 674l-720 388l-105 42l-1033 306l-624-347l-125-261l192-419l-682-934l-1100-645l-757-239l-353 455l-801 164l-1507 227l-212-35l-1853-878l-1349-2435l47-800l477-3052l1026-3591l559-1025l594-549l598-284l-526-814l-1468-881l-240-2163l1061-542l269-55l3829-578l844 270l1576 712l1298 531l1402 414z"/>
<path id="16053" d="M70598 9862l296-878l75-265l-187-906l-223-933l-432-2242l283-1489l372-56l1096-518l1491-1621l103-252l827 1949l597 570l2375-585l784-368l320-281l2563 1326l932 634l442 675l23 287l-86 3256l-702 3234l-473 1352l-2727 1805l-576 233l-841 247l-2067 420l-266-71l-2256-743l77-604l560-74l1616-318l244-227l-148-1385l-824-997l-684-602l-1088-140l-808-107l-688-326z"/>
<path id="16054" d="M16508 37421l337 569l970 616l174 55l110-37l337-238l45-17l49-10l522 46l146 308l1027 2296l213 711l-43 315l-290 119l-281-161l-295 44l-223 274l1029 1329l142 113l927 549l452-150l1068 331l144 71l97 116l67 165l-4 133l-52 1619l-1482 272l-538-241l-740-462l-675-539l-598-786l0-207l-144-596l-260-1037l-1515-30l-608 1022l-366 757l-277 545l-1238 1822l-939 584l-356 205l-1308 579l-899 184l-461-322l24-427l-357-412l-390-399l-966-431l-1269-423l-949-165l-1029-73l-343 60l-1286-370l-178-280l-303-795l-86-243l50-793l660-828l245-130l2193-127l1975-1814l114-392l264-476l242-257l682-190l1400 857l535 396l1858-982l-4-240l-7-953l11-116l25-124l134-564l74-170l93-130l147-152l143-106l196-85l184-35l217-11l160 36l1277 428z"/>
<path id="16055" d="M51479-2346l177-340l653-931l1343-118l1296-2l659 69l5578 1112l8 120l-94 204l-274 212l-368 113l-265 17l-734 675l441 861l849 1134l519 113l897-587l486-245l40 135l641 3311l-273 1100l-1053 871l-1115 879l-2503 1549l-898 414l-1467 649l-453-118l-1065-964l-1140-1429l122-334l1078-1366l-581-1296l-251-990l-32-1815l102-746l10-368l2-267l-1534-1187l-801-435z"/>
<path id="16056" d="M-22745 1924l496-1916l1667-1023l452-256l203-88l257-26l225 5l544 119l407 109l206 112l174 121l297 282l2046 809l302-226l29-1034l-79-663l-44-706l2242-2555l770-753l790 312l3070 1250l184 514l900 3619l-2 51l-52 1218l-443 1909l-437 1413l-76 96l-717-73l-1324 73l-146 18l-626 331l-311 368l-478 992l-163 515l-69 389l-58 422l-424-58l-8864-4820l-948-850z"/>
<path id="16061" d="M-3715-65366l3116 1535l-424 2031l512 1298l1219 1730l1283 1060l-622 2044l-757 2435l-157 578l-96 629l176 1744l-442 2448l-1372 1532l-28 312l815 2366l102 197l1012 1376l957 903l-2729 2977l-6 298l-3281-154l-2184-236l-907 21l-1242 1556l-99 434l116 1079l92 117l61 73l116 411l-708 1423l-583 854l-619 692l-1562 109l-1114 109l-547 1246l-71 606l688 395l439 250l-156 973l-373 441l-684 609l-1812 1122l-522 113l-1428 174l-1087 112l-306-458l-767 70l-944 307l-1199 852l-236 307l-2 392l443 422l975 930l89 133l422 1058l-56 147l-2056-1908l-501-251l-654-270l-3781-916l-2364-507l-306-79l-290-241l-593-4718l66-722l-435-377l-840-49l-3993-452l-865-204l-2870-6154l-356-1425l-15-1954l296-497l1005-302l3125-2193l958-688l2248-1824l673-765l2526-709l774-155l1053 251l2696 467l461-63l168-165l1751-4319l792-1121l916-669l222-32l690 948l10 21l1498 79l4079-1749l276-158l3027-2801l1214-1765l350-572l372-1361l-326-159l662-533l88-136l37-162l36-367l24-510l-11-750l-17-141l-43-128l-142-246l781-493l2784-643l184 0l1025 393l80 62z"/>
<path id="16062" d="M19972-71369l1784 42l77 3l65 9l62 19l2924 1001l62 32l69 57l234 200l2098 2005l1517-752l410 168l958 1425l31 109l-7 98l-30 115l-98 306l-29 66l-41 63l-285 396l-396 4l-782-6l-700-27l-290-151l-207-238l-30-650l-216 132l-284 521l-508 1938l1051 2162l2740 3007l-188 1647l960 2155l893 699l1011 1163l-40 3094l521 2386l-45 511l-643 945l-295 264l-414 324l-858 632l-1228 618l-1177 193l-1910-146l-155-307l-120-225l-3702-1573l-1427 341l-1401 1220l-869 1007l-328 621l-719 419l-373-70l-1693-376l-473-297l-371-367l-6261 791l-485 300l-1216 770l-1881-1042l-1395-605l-338 742l-1020 1711l-932 622l-957-903l-1012-1376l-102-197l-815-2366l28-312l1372-1532l442-2448l-176-1744l96-629l157-578l757-2435l622-2044l-1283-1060l-1219-1730l-512-1298l424-2031l812 1357l473 655l629 282l2948-339l1759-1081l798-990l2139 882l271 420l219 155l1103 131l386-598l548-1045l-45-238l-1226-604l-635-139l-392-1348l20-611l358-1867l186-383l1357-436l680-297l467-282l-112-739l1750-388l1399-302l2824-540l1855 807z"/>
<path id="16063" d="M-20357-15938l155-128l88-66l632-230l2438-324l3616-233l681-9l762 421l669 508l1390 2225l1098 2506l1264 2641l2876 3006l144 128l646-370l467-1184l-109-991l-106-55l200-469l1619-209l2593 32l210 57l119 187l381 746l227 479l679 222l4231 959l749-185l157 289l478 1615l-726 802l-2885 1894l-2678 1176l-3047 1236l-54 335l130 1398l408 881l397 201l240 108l602 82l541 15l-151 1006l-703 1976l-1137 2116l-1392 981l-1579 210l-314 267l-1328 2231l-277 490l-1050 2006l430 1200l327 395l-7 549l-502 3302l-1454 3220l-702 573l-883 314l-276 70l-953-228l-537-391l-255-365l-358-240l-2751 1230l-564 1005l-1208 518l-947 12l-979-297l-309-390l146-228l-657-316l-1489-159l10 98l46 423l38 295l21 96l547 1385l62 86l72 56l324 888l268 1002l-211 528l-804 984l-880 468l-144-155l-773 287l-99 1472l99 2978l975 1936l370 452l1102 1924l-25 427l-461 1539l-223 363l-286 206l-3257 48l-609-74l-1290-330l-1925-970l205-575l-287-364l-772-212l-710-25l-320 124l-774-2211l-1030-1705l-114-107l-1256-158l-136-17l-2129-137l-17-1l-733 160l-2049 659l-474 263l-99 59l-109 89l-128 164l-120 203l228 619l1279 1639l-589 1335l-1018 196l-4747-787l-81-1047l126-2731l1113-1696l1508-1843l1290-2625l584-1591l-234-1981l-890-1216l1478-449l223-141l183-177l162-1275l-655-1003l-6-615l393-1942l137-354l1376-1076l301-208l844 469l619 245l1881-614l1022-1483l66-829l-210-113l-599 307l-253 318l-162-71l-180-1034l385-996l1075-796l1361-908l-18-855l-3069-3381l-1856-1631l-1490 273l-614 1025l-581-434l350-1115l370-416l871-388l884 460l1069 392l881 190l2560-440l296-93l657-470l32-83l10-79l-223-349l-1352-2146l-1157-1880l-199-1052l748-1614l129-171l188-136l212-83l1104-33l1407 154l2373 548l1356 438l-53 69l-11 99l21 102l60 74l274 306l53 45l52 40l627 259l150 30l88 0l130-17l2238-530l213-63l-496 1916l948 850l8864 4820l424 58l58-422l69-389l163-515l478-992l311-368l626-331l146-18l1324-73l717 73l76-96l437-1413l443-1909l52-1218l2-51l-900-3619l-184-514l-3070-1250l-790-312l-770 753l-2242 2555l44 706l79 663l-29 1034l-302 226l-2046-809l-297-282l-174-121l-206-112l-407-109l-544-119l-225-5l-257 26l-203 88l-452 256l640-2021l-535-929l-796-862l-728-550l-1101-331l-1488-524l-471-400l290-2924l93-247l719-912l215-243l806-891l-828-1525l-1000-632l-1697-1339l-85-260l607-656l2823-809l936 1340l204 874l-564 487l926 1309l201 199l422 275l762-668l15-2537l-141-147z"/>
<path id="16064" d="M-1150-38171l366 153l742 516l528 996l-45 395l-321 431l-207 600l-127 451l792 328l1256 428l151-66l1633-986l530-395l933-707l2147 451l407 184l223 138l816 1110l3641 3045l217 480l1053 3790l388 1729l549 1002l497 197l468 154l758 66l575-317l292-238l1154-202l3696-340l1449-12l2813 284l1329 187l47 1357l1832 46l-48 603l-26 320l-303 1235l-726 697l43 580l327 1087l425 1948l-273 1537l-135 17l-786 198l-1197 337l-426 134l105 836l555 2332l-370 77l-666 168l-2150 260l-4977-713l-355-525l-986-557l-150-51l-140-43l-144-20l-551 4l-164 12l-113 39l-1689 1023l-255 458l-338 1644l153 906l565 1622l106 433l90 415l-2100 1500l-228 100l-2527 242l-1290-62l-691-247l-478-1615l-157-289l-749 185l-4231-959l-679-222l-227-479l-381-746l-119-187l-210-57l-2593-32l-1619 209l-200 469l106 55l109 991l-467 1184l-646 370l-144-128l-2876-3006l-1264-2641l-1098-2506l-1390-2225l-669-508l-762-421l-681 9l-3616 233l-2438 324l-632 230l-88 66l-155 128l-15-17l-35-40l-295-439l-106-177l-18-285l467-1439l1410-983l368-845l-283-664l-1340-357l56-147l-422-1058l-89-133l-975-930l-443-422l2-392l236-307l1199-852l944-307l767-70l306 458l1087-112l1428-174l522-113l1812-1122l684-609l373-441l156-973l-439-250l-688-395l71-606l547-1246l1114-109l1562-109l619-692l583-854l708-1423l-116-411l-61-73l-92-117l-116-1079l99-434l1242-1556l907-21l2184 236l3281 154l6-298z"/>
<path id="16065" d="M64673-38409l-631 675l0 315l339 658l651 646l1189 828l1710 1576l13 288l-516 834l-3242 4868l-1215 1014l-230-4l-224-5l-621-1025l-589-1113l-3320-3646l-703-382l-502 388l-501 575l-134 1348l188 131l688 51l736-63l-44 870l-181 376l-639 807l-770 790l-162 147l-233 6l-312-57l-119-51l-235-249l-243-256l-551-495l-826-715l-654-396l-121-65l-231 471l3 603l-693 932l-1455 1458l-579-191l120-557l-1980-790l-1295-446l-1171-453l-105-254l259-378l632-518l-28-660l-230-393l-374-607l-347-316l-2170-1241l-1213 68l-355 11l230-726l250-556l324-467l-301-222l-725-352l-875-318l-676 243l-823 353l-106 142l283 506l134 886l-324 1065l-1660 937l-1973 1713l-453 422l-242 760l-109 585l28 255l965 319l161 1413l-598 1476l-1820 1233l-954 392l-2761 26l-1832-46l-47-1357l-1329-187l-2813-284l-1449 12l-3696 340l-1154 202l-292 238l-575 317l-758-66l-468-154l-497-197l-549-1002l-388-1729l-1053-3790l-217-480l-3641-3045l-816-1110l-223-138l-407-184l-2147-451l-933 707l-530 395l-1633 986l-151 66l-1256-428l-792-328l127-451l207-600l321-431l45-395l-528-996l-742-516l-366-153l2729-2977l932-622l1020-1711l338-742l1395 605l1881 1042l1216-770l485-300l6261-791l371 367l473 297l1693 376l373 70l719-419l328-621l869-1007l1401-1220l1427-341l3702 1573l120 225l155 307l1910 146l1177-193l1228-618l858-632l414-324l295-264l643-945l2100-146l-915 1008l-207 255l352 41l452 49l460-8l590-76l243-69l862-418l910-502l351-312l238-40l339-13l669 158l3244 1294l646 400l-95 606l1869 586l3410-470l502-186l1483 207l1129 397l456 124l1493-29l708-194l1352-513l1192-474l561 1092l86 1156l1140 545l1006 182l230-40l807-161l1441 1218l408 2774l860 799l1038 11z"/>
<path id="16066" d="M17766 31197l268 392l-376 3284l-218 1196l-503 985l-429 367l-1277-428l-160-36l-217 11l-184 35l-196 85l-143 106l-147 152l-93 130l-74 170l-134 564l-25 124l-11 116l7 953l4 240l-1858 982l-535-396l-1400-857l-682 190l-242 257l-264 476l-114 392l-1975 1814l-2193 127l-245 130l-660 828l-50 793l86 243l303 795l178 280l1286 370l343-60l0 218l-330 663l-708 1329l-156 3l-1114 154l-852 1613l1622 595l405 259l966 656l164 905l-17 397l-491 1324l-441 1002l-371 499l-517 276l-388 0l249 923l1114 2618l878 1603l75 622l-27 492l-474 392l-220 165l-2997 7l-1231-715l-324-337l172-688l-41-185l-145-124l-1252 403l-165 104l-100 106l-40 108l-327 1041l11 876l83 1013l-391 651l-477 790l-1399 676l-369-115l-181-9l-450 190l-45 176l-2 18l103 527l-1051 256l-2106-220l-411-585l-289-413l-25-577l662-2224l-2272-2151l-909-1390l-478-2482l-768-1240l-355-35l-1088 64l-158 47l-4591-2227l-814-1925l-1946-2651l-474-39l-238-5l-3053 305l-223 246l-46 706l-247 72l-941-652l-270-483l-73-684l-42-250l-302-353l-945 120l-493 571l-18 475l-412 608l-1823 2002l-194 208l-1058 1056l-380 168l-302 63l-158-1365l686-1837l678-958l-577-4799l-102-390l-392-236l-327-949l932-1305l497-271l685 76l130 502l518 173l440-73l-6-1327l-296-534l-82-141l320-124l710 25l772 212l287 364l-205 575l1925 970l1290 330l609 74l3257-48l286-206l223-363l461-1539l25-427l-1102-1924l-370-452l-975-1936l-99-2978l99-1472l773-287l144 155l880-468l804-984l211-528l-268-1002l-324-888l-72-56l-62-86l-547-1385l-21-96l-38-295l-46-423l-10-98l1489 159l657 316l-146 228l309 390l979 297l947-12l1208-518l564-1005l2751-1230l358 240l255 365l537 391l953 228l276-70l883-314l702-573l1454-3220l502-3302l7-549l486 383l600 413l336-13l1593-299l244-208l3987 1229l752 409l894 651l172 297l352 2132l1314 5482l771 1530l337 361l508 374l4042 1381l2795 829l479 89l380-12l422-71l161-77l82-78l397-833l141-419l205-634l224-318l224-205l1120 1064l997 1104z"/>
<path id="16067" d="M26597-10978l524 1549l255 1367l-174 576l-1249 4083l-568 418l-420 90l32 892l501 1863l530-15l607-45l299 67l531 1109l-632 677l-131 131l-187 145l-454 268l-494 212l-142 50l248 1472l452 491l1936 2028l1270 54l734-260l47-302l708-110l796 576l460 521l456 1010l110 795l-1153 706l-491 239l-656 280l165 845l254 766l-1970-408l-1630 1380l-541 525l-4004 4185l-53 330l732 124l981 120l936 13l121 401l-1520 3252l-903 2857l-874 1162l-458 351l-239 61l-533-267l-374-82l-172-32l-262-48l-211 65l-943 445l-708 2407l-297 2015l-17 130l-56 641l-997-1104l-1120-1064l-224 205l-224 318l-205 634l-141 419l-397 833l-82 78l-161 77l-422 71l-380 12l-479-89l-2795-829l-4042-1381l-508-374l-337-361l-771-1530l-1314-5482l-352-2132l-172-297l-894-651l-752-409l-3987-1229l-244 208l-1593 299l-336 13l-600-413l-486-383l-327-395l-430-1200l1050-2006l277-490l1328-2231l314-267l1579-210l1392-981l1137-2116l703-1976l151-1006l-541-15l-602-82l-240-108l-397-201l-408-881l-130-1398l54-335l3047-1236l2678-1176l2885-1894l726-802l691 247l1290 62l2527-242l228-100l2100-1500l-90-415l-106-433l-565-1622l-153-906l338-1644l255-458l1689-1023l113-39l164-12l551-4l144 20l140 43l150 51l986 557l355 525l4977 713l2150-260l666-168z"/>
<path id="16068" d="M42261-34750l-324 467l-250 556l-230 726l355-11l1213-68l2170 1241l347 316l374 607l230 393l28 660l-632 518l-259 378l105 254l1171 453l1295 446l1980 790l-120 557l579 191l1455-1458l693-932l-3-603l231-471l121 65l654 396l826 715l551 495l243 256l235 249l119 51l312 57l233-6l162-147l770-790l639-807l181-376l44-870l-736 63l-688-51l-188-131l134-1348l501-575l502-388l703 382l3320 3646l589 1113l-222 136l-80 85l-447 595l-603 959l-144 992l1618 1307l1395 153l1381-518l154 34l87 25l978 390l2911 4324l-40 325l-705 1585l-239 404l-911 1208l426 2730l952 587l497 295l-297 596l-3203 1176l-483-194l-7-300l-1628-834l-1737 195l-1942 174l-1927 121l-803-171l-2035-187l-2142-132l-3453-195l-501 56l-237 1930l-50 852l358 2607l99 313l460 993l677 1113l-3012 1759l-54 131l-2173 744l-1049 218l-1183-2772l-1025-2914l-231-507l-661-1042l-994-563l-1416-39l-366-4l-1868 2312l-2012 1858l-3935 1660l-2144 291l-1190-217l-824-38l-531 150l568-418l1249-4083l174-576l-255-1367l-524-1549l370-77l-555-2332l-105-836l426-134l1197-337l786-198l135-17l273-1537l-425-1948l-327-1087l-43-580l726-697l303-1235l26-320l48-603l2761-26l954-392l1820-1233l598-1476l-161-1413l-965-319l-28-255l109-585l242-760l453-422l1973-1713l1660-937l324-1065l-134-886l-283-506l106-142l823-353l676-243l875 318l725 352l301 222z"/>
<path id="16069" d="M23176 46587l-64 483l-26 305l15 161l38 104l70 105l130 140l2261 605l256-314l663-1246l412-1059l25-154l-31-209l-55-271l-37-197l-6-247l37-172l234-443l197-296l154-185l191-191l104-70l308-108l700 920l1771 2652l-474 303l-44 942l475 906l315 572l563 615l1818-688l1552 2769l271 134l540 883l-1 308l-527 759l-1134 737l-239 391l1025 2157l484 244l447-137l995-151l1562 755l379 824l-115 392l-103 170l-203 84l-196-43l-139-135l-1000 849l-4735 4128l109 1181l201 152l262 476l-7 1149l-934 435l-588-623l-330-51l-1738 627l-603 281l-2804-286l-5274 276l-378 546l-479 934l-1118 1293l-187 186l-201 60l-202-16l-186-95l-515-418l-1781-72l-149 1005l223 3704l3782 2965l2708 1678l2062 647l191-6l149-89l403 193l319 739l62 1417l-213 856l-215 253l-664 435l-570 157l-4140-401l-1689-238l142-538l-1147-299l-320 220l-58 258l-9 1816l187 59l157 1783l-9 125l-32 130l-459 686l-107 75l-395 87l-1521-908l-615-725l-845-494l-923-408l-1968 433l-1603-97l-166-429l-579-1671l-793-3192l158-672l473-2705l93-3491l-2132-447l-418-29l-760-1785l-2224-82l-532 487l-215-32l-1059-774l-1773-1733l-932-1625l-581-1600l1399-676l477-790l391-651l-83-1013l-11-876l327-1041l40-108l100-106l165-104l1252-403l145 124l41 185l-172 688l324 337l1231 715l2997-7l220-165l474-392l27-492l-75-622l-878-1603l-1114-2618l-249-923l388 0l517-276l371-499l441-1002l491-1324l17-397l-164-905l-966-656l-405-259l-1622-595l852-1613l1114-154l156-3l708-1329l330-663l0-218l1029 73l949 165l1269 423l966 431l390 399l357 412l-24 427l461 322l899-184l1308-579l356-205l939-584l1238-1822l277-545l366-757l608-1022l1515 30l260 1037l144 596l0 207l598 786l675 539l740 462l538 241l1482-272z"/>
<path id="16070" d="M50968 21572l-1080 384l-762 637l-759 1236l-809 1364l23 204l241 514l229-59l165 422l249 640l234 2124l-470 443l-478 356l-597 129l-1805-20l-1812-336l-479-73l-498 153l-459 403l-87 1334l-59 1867l-390 223l-535 188l-2560 749l-792-194l-1359-16l-218 347l-1 82l911 1542l514 54l208-246l415-451l154-90l1210 422l185 119l284 1030l-5 829l-370 445l-146 434l-15 2551l852 873l521 516l568 348l147 114l38 59l31 302l-1380 4436l-34 105l-60 82l-1365 1584l-4297 475l-188-4l-1102-652l-1818 688l-563-615l-315-572l-475-906l44-942l474-303l-1771-2652l-700-920l-308 108l-104 70l-191 191l-154 185l-197 296l-234 443l-37 172l6 247l37 197l55 271l31 209l-25 154l-412 1059l-663 1246l-256 314l-2261-605l-130-140l-70-105l-38-104l-15-161l26-305l64-483l52-1619l4-133l-67-165l-97-116l-144-71l-1068-331l-452 150l-927-549l-142-113l-1029-1329l223-274l295-44l281 161l290-119l43-315l-213-711l-1027-2296l-146-308l-522-46l-49 10l-45 17l-337 238l-110 37l-174-55l-970-616l-337-569l429-367l503-985l218-1196l376-3284l-268-392l56-641l17-130l297-2015l708-2407l943-445l211-65l262 48l172 32l374 82l533 267l239-61l458-351l874-1162l903-2857l1520-3252l-121-401l-936-13l-981-120l-732-124l53-330l4004-4185l541-525l1630-1380l1970 408l905 539l878-322l585-232l662-263l-109-590l1187-447l344-112l193-48l2306 246l2345-191l247-29l190-34l237-63l2058-711l891 1664l236 1274l498 1412l154 97l1925 714l1108 1045l131 560l-709 469l-387 211l-480 194l-28 1367l71 502l661 774l2534 1599l388 178l393 100l357 82l436 17z"/>
<path id="16071" d="M83887-10421l-693 1244l-842 4425l-749 787l-950 707l-229 33l-1478-253l-1102 1329l-367 956l-1964 614l-1789 853l-308 275l56 153l-103 252l-1491 1621l-1096 518l-372 56l-283 1489l432 2242l223 933l187 906l-75 265l-296 878l-589 350l-331 223l-123 255l147 488l258-9l-100 849l-403 741l-2769 2836l862 1661l56 326l-135 569l-288 551l-232-8l-551-444l-527 31l-420 211l-317 1699l-71 671l-1616 705l-963 21l-108-77l-5-201l731-340l-487-1067l-41-86l-1946 364l141 915l18 739l-364 281l-986 305l-1050 83l-364 17l-212-46l-3027-2643l-466-839l-642-859l-897 99l-1375 2728l-438 611l-436-17l-357-82l-393-100l-388-178l-2534-1599l-661-774l-71-502l28-1367l480-194l387-211l709-469l-131-560l-1108-1045l-1925-714l-154-97l-498-1412l-236-1274l-891-1664l-243-756l-20-184l-25-313l511-592l1099 227l1204 470l642-9l-39-522l-480-1077l-379-724l-492-343l-203-2446l1025-591l59 80l87 78l1108-647l237-223l401-780l-94-3183l-146-31l3012-1759l-677-1113l-460-993l-99-313l-358-2607l50-852l237-1930l501-56l3453 195l2142 132l2035 187l803 171l1927-121l1942-174l1737-195l1628 834l7 300l483 194l3203-1176l297-596l74 293l4152-102l420-1071l1131-641l412-20l2140 515l2831 333l1573-231l1835 1311l322 782l93 535zM51656-2686l-177 340l801 435l1534 1187l-2 267l-10 368l-102 746l32 1815l251 990l581 1296l-1078 1366l-122 334l1140 1429l1065 964l453 118l1467-649l898-414l2503-1549l1115-879l1053-871l273-1100l-641-3311l-40-135l-486 245l-897 587l-519-113l-849-1134l-441-861l734-675l265-17l368-113l274-212l94-204l-8-120l-5578-1112l-659-69l-1296 2l-1343 118l-653 931z"/>
<path id="16072" d="M54250 57474l-323-143l-232-12l-454 147l-229 256l-165 698l5 144l64 152l306 387l97 218l887 2394l274 811l10 45l8 46l0 354l-119 1653l366 2466l548 1645l423 1996l-43 250l-249 257l-1052 285l-512 3473l15 104l253 2408l111 2814l-546 652l-396 191l-1583-1050l-736-741l-1307-969l-51 12l-414 1345l-125 1047l-110 123l-652 81l-2268-1771l-346-470l-618-1192l-91-551l62-715l420-576l955-701l413-71l101-144l-72-575l-53-191l-1531-1982l-1519-1891l-189-73l-864 13l-881 212l-367 1042l-2792 1320l-459-99l-306-648l754-139l2-103l-579-841l-1986-339l-1050-144l91 1297l-833 278l-1749-1894l0-768l-596-830l-298-406l934-435l7-1149l-262-476l-201-152l-109-1181l4735-4128l1000-849l139 135l196 43l203-84l103-170l115-392l-379-824l-1562-755l-995 151l-447 137l-484-244l-1025-2157l239-391l1134-737l527-759l1-308l-540-883l-271-134l711-357l1092 135l2387 888l1275 695l1626-462l-29-172l17-184l119-457l165-406l1052-535l48-20l2838-981l422 12l1100 2350l-24 133l-525-98l-520-162l-65 188l-380 1157l-63 459l353 609l512 794l2766-601l1990-582l440-231l581 42l260 28l1236 375l494 206l9 70l75 1103l-186 698l-254 461z"/>
<path id="16073" d="M65065 20862l-221 620l458 659l495 273l401-481l360-271l459 139l612 801l927 1256l1039 1455l636 399l1635-16l28-74l13-90l0-198l-1-134l691 273l428 434l88 119l33 67l510 1114l341 793l-1369 1316l-479 393l-357-289l-468-194l-352 116l-694 237l-621 383l-730 815l-227 358l-922 1879l25 174l194 219l1230 330l900 243l1061 2372l-508 272l-160 239l214 1261l1282 3590l882 1336l112 99l115 56l93 32l3421 955l891 20l1228-766l942-887l92-76l109-47l93 0l94 36l84 90l35 2115l-4 101l-28 53l-1944 2191l-2285 2086l-1183-462l-723-64l-691 120l-594 172l-495 229l-1905 1146l-853 2113l-63 266l-4 70l11 62l161 787l341 1136l138 366l397 894l301 721l-505 1697l-618 1300l131 1514l21 903l-248 603l-2030 97l-1905-1124l-278-204l-93-262l-57-378l-15-105l-49-2436l18-2503l23-49l871 295l177 24l143-76l223-537l15-213l-4-99l-20-79l-539-891l-184-290l-148-218l-88-83l-74-46l-118-29l-3414-682l-448-56l-1591 235l-142 42l-839 1192l-503 1249l-173 750l-69 106l-1347 560l-986 18l-983 341l-688 244l254-461l186-698l-75-1103l-9-70l-494-206l-1236-375l-260-28l-581-42l-440 231l-1990 582l-2766 601l-512-794l-353-609l63-459l380-1157l65-188l520 162l525 98l24-133l-1100-2350l-422-12l-2838 981l-48 20l-1052 535l-165 406l-119 457l-17 184l29 172l-1626 462l-1275-695l-2387-888l-1092-135l-711 357l-1552-2769l1102 652l188 4l4297-475l1365-1584l60-82l34-105l1380-4436l-31-302l-38-59l-147-114l-568-348l-521-516l-852-873l15-2551l146-434l370-445l5-829l-284-1030l-185-119l-1210-422l-154 90l-415 451l-208 246l-514-54l-911-1542l1-82l218-347l1359 16l792 194l2560-749l535-188l390-223l59-1867l87-1334l459-403l498-153l479 73l1812 336l1805 20l597-129l478-356l470-443l-234-2124l-249-640l-165-422l-229 59l-241-514l-23-204l809-1364l759-1236l762-637l1080-384l438-611l1375-2728l897-99l642 859l466 839l3027 2643l212 46l364-17l1050-83l986-305l364-281l-18-739l-141-915l1946-364l41 86l487 1067l-731 340l5 201l108 77l963-21l1616-705z"/>
<path id="16074" d="M106531 2505l240 2163l-2046-484l-810 78l-1361 463l-207 82l-22 222l643 1245l-18 331l-157 734l-707 922l-2065 360l-2478 2071l-1026 1570l1846 1712l1558 400l3 289l-497 864l-1167 1897l463 411l511 505l-189 933l-259 1047l-897 801l-188-57l-634-211l-593-51l-773 248l21 195l334 1152l185 245l-187 184l-747 283l-483 11l-1084-51l-1640-357l-530 179l-2297 571l-3129 126l-36 317l-233 973l-633 391l-1569 522l-2507 395l-1298 181l-1090-69l-4516 632l-606 277l-510-1114l-33-67l-88-119l-428-434l-691-273l1 134l0 198l-13 90l-28 74l-1635 16l-636-399l-1039-1455l-927-1256l-612-801l-459-139l-360 271l-401 481l-495-273l-458-659l221-620l71-671l317-1699l420-211l527-31l551 444l232 8l288-551l135-569l-56-326l-862-1661l2769-2836l403-741l100-849l-258 9l-147-488l123-255l331-223l589-350l688 326l808 107l1088 140l684 602l824 997l148 1385l-244 227l-1616 318l-560 74l-77 604l2256 743l266 71l2067-420l841-247l576-233l2727-1805l473-1352l702-3234l86-3256l-23-287l-442-675l-932-634l-2563-1326l-320 281l-784 368l-2375 585l-597-570l-827-1949l-56-153l308-275l1789-853l1964-614l367-956l1102-1329l1478 253l229-33l950-707l749-787l842-4425l693-1244l186 1030l916 863l2787 1449l1427 528l2265 633l1793-686l3267-711l347 152l152 78l1358 797l4846 3169l467 420l2558 3373l213 758l62 1073z"/>
<path id="16075" d="M102211 44301l-1443 727l420 1195l259 683l-584 676l-1172 962l-1416 309l-188 47l-129 79l-638 804l-129 466l1101 2524l926 36l756-77l564-131l1013 66l1792 2627l495 753l56 111l29 190l-1548 2671l-426 88l-2260 626l-752 552l-250 657l628 817l1009 175l1021 143l-54 481l-332 443l-316-15l-269 57l-2137 914l-123 86l-86 164l-194 483l-745 1003l-3030 1280l-114-14l-132-76l-90-68l-34-87l-13-94l-337-813l-774-1348l-64-77l-460-513l-90-29l-95-8l-1044 100l-83 15l-1848 406l-754 567l-2934 1208l-5243 1431l-130-7l-136-33l-118-53l-100-73l-1098-1106l-383-324l-74-52l-103-41l-85-11l-76-3l-1384 258l-186 66l-186 260l-96 325l4 416l-136 394l-463 425l-1983 400l-702-41l-1640-2069l-1037-3484l-273-139l248-603l-21-903l-131-1514l618-1300l505-1697l-301-721l-397-894l-138-366l-341-1136l-161-787l-11-62l4-70l63-266l853-2113l1905-1146l495-229l594-172l691-120l723 64l1183 462l2285-2086l1944-2191l28-53l4-101l-35-2115l-84-90l-94-36l-93 0l-109 47l-92 76l-942 887l-1228 766l-891-20l-3421-955l-93-32l-115-56l-112-99l-882-1336l-1282-3590l-214-1261l160-239l508-272l-1061-2372l-900-243l-1230-330l-194-219l-25-174l922-1879l227-358l730-815l621-383l694-237l352-116l468 194l357 289l479-393l1369-1316l-341-793l606-277l4516-632l1090 69l1298-181l2507-395l1569-522l633-391l233-973l36-317l3129-126l2297-571l530-179l1640 357l1084 51l483-11l747-283l187-184l312 196l3389 1452l575 26l411-130l474 437l310 330l-170 784l-1245 878l-1256 794l-520 340l-1301 1586l-577 1287l-141 560l-7 4879l0 217l34 405l1049 3161l203 420l689 1391l669 919l1047 679l619-582l686 332l227 360l420 722l73 216z"/>
<path id="16076" d="M120917 4937l1137 1506l394-221l489 274l-221 759l-1345 3355l-1001 1636l684 1292l955 305l718 133l880 818l-11 296l-364 3624l-18 453l255 2801l225 51l603 135l6 0l520-25l1084-265l231 711l-368 1028l-1328 1480l-435-27l-1045-423l-158-305l-35-14l-673 1034l-414 1702l692 979l422 30l330-43l1307-434l672 837l-208 515l-484 680l-694 528l715 2262l951 918l246 51l96 19l1861 187l578-357l576 491l-233 491l-205 1580l-1336 1452l-2309 2365l-2064 345l-3229 1689l-766 38l-300-1170l-644-825l-686 0l-445 213l-2231 3742l-48 119l-228 713l19 26l896 329l1223 296l300-345l804 20l143 98l123 472l8 80l-8 98l-57 394l-188 121l-209 100l-1329-32l-1190 717l-1111-1069l-1225-95l-479 172l1 887l-106 1502l-2008 272l-988 52l-1260-1578l620-692l217-531l479-1719l-386-668l-1466-2002l537-643l185-279l-845-1047l-666 235l-1414 1315l262 702l374 505l-593 546l-1131 818l-1339 779l-73-216l-420-722l-227-360l-686-332l-619 582l-1047-679l-669-919l-689-1391l-203-420l-1049-3161l-34-405l0-217l7-4879l141-560l577-1287l1301-1586l520-340l1256-794l1245-878l170-784l-310-330l-474-437l-411 130l-575-26l-3389-1452l-312-196l-185-245l-334-1152l-21-195l773-248l593 51l634 211l188 57l897-801l259-1047l189-933l-511-505l-463-411l1167-1897l497-864l-3-289l-1558-400l-1846-1712l1026-1570l2478-2071l2065-360l707-922l157-734l18-331l-643-1245l22-222l207-82l1361-463l810-78l2046 484l1468 881l526 814l-598 284l-594 549l-559 1025l-1026 3591l-477 3052l-47 800l1349 2435l1853 878l212 35l1507-227l801-164l353-455l757 239l1100 645l682 934l-192 419l125 261l624 347l1033-306l105-42l720-388l-84-674l-1340-1580l-48-3537l1155-939l487-1025l-357-1304l-1096-1493l-221-1261l-17-1600l450-134l409-74l1340-765l6-1137l-367-1495l-140-896l459-499l148-128l692-503l90 16l1184 2248l1080 1994l594-552z"/>
<path id="16077" d="M148613-22l397 2027l261 1136l429 1439l450 765l220 324l376 372l340 178l110 6l50 471l-873 1822l-4593 381l-606-119l-396-342l-362-46l-2073 465l-2817 1026l-116 43l-1657 1505l-1012 2064l319 860l-517 919l-1421 830l-757-871l-540-157l-1123-183l-594 139l-282 108l-1758 1140l-103 194l31 1550l-4722 1651l-1451-176l-591-785l364-3624l11-296l-880-818l-718-133l-955-305l-684-1292l1001-1636l1345-3355l221-759l-489-274l-394 221l-1137-1506l250-117l951-1109l62-129l47-155l14-95l11-99l-10-150l-42-127l-521-125l316-1325l112-336l1182-1158l209-280l322-433l1606-2653l113-300l77-1333l-486-912l-347-71l-1055 243l-1174 99l5-741l570-2486l733-728l959-1155l-88-712l698-260l2682-1420l129-21l575 290l1006 615l14 610l29 755l439 331l981 247l2643 102l563-291l2521-718l179 204l271 1677l532 342l2209 1333l176 2057l277 1820l339 95l282-179l-63-1053l320-25l782 170l581 131l225 1999l635 889l1660 855l408 140l994-325l885-710l138 171l723 1329l47 268z"/>
</g>	

	<g id="capitals" fill='red' pointer-events="none">
	
		<circle id='Kiel' cx='-23966' cy='-367447' r='3000'/>
		<circle id='Schwerin' cx='60783' cy='-291281' r='3000'/>
		<circle id='Hamburg' cx='-32548' cy='-282699' r='3000'/>
		<circle id='Bremen' cx='-113005' cy='-234425' r='3000'/>
		<circle id='Berlin' cx='197024' cy='-172204' r='3000'/>
		<circle id='Potsdam' cx='171277' cy='-160404' r='3000'/>
		<circle id='Magdeburg' cx='77947' cy='-123930' r='3000'/>
		<circle id='Hannover' cx='-50785' cy='-158258' r='3000'/>
		<circle id='Duesseldorf' cx='-257828' cy='-31672' r='3000'/>
		<circle id='Erfurt' cx='37182' cy='1583' r='3000'/>
		<circle id='Dresden' cx='231352' cy='-11290' r='3000'/>
		<circle id='Wiesbaden' cx='-159134' cy='99205' r='3000'/>
		<circle id='Mainz' cx='-163425' cy='111005' r='3000'/>
		<circle id='Saarbruecken' cx='-256755' cy='186099' r='3000'/>
		<circle id='Stuttgart' cx='-96914' cy='247246' r='3000'/>
		<circle id='Muenchen' cx='77947' cy='316976' r='3000'/>

    </g>
	
	<g id="laenderboundaries" stroke-width="1500" fill="none" stroke="#ffffff" pointer-events="none">
     
<path d="m-131127-291506 1572-20 621,224 1272,516 1465,764 472-250 365-304 95-89 57-61 345-394 725-234 908,119 551,157 199,85-1071,1914-370,516-807,343-39,265 832,2233 1227,4922-1853,2094-322,274-191,160-226,158-196,127-665-2-1398-25-218-165-400-324 78-211-244-1440m-3214,31961 1595,907 781-500 857-403 1381,557 2558,2115 1000,966 3023,131 1908,312 62,28 297,665 2,10 170,302 788,920 1277,475 689,24 53-89 115-91 135-61 126-27 874,57 1586,208 493,89 742,434 54,59 41,95 71,629 66,213 65,167 159,208 1290,1538 3287,0 452-1248 1334-893 996,530 1727,2481-1165,383-956,399-169,104 1466,7015 469,801-483,867-2029,1687-1880,1474-1306-329-5937-2226-1885-851-47-350-365-1103-766,247 123,433-478,726-167,61-1408,231-997-365-431-599-232-614-61-410 61-395 211-706 78-607-57-776-447-508-160-3-637-154-852-358-293-366-452-741 235-907 20-79-1025-644-10-1004-1941-5118-106-247-38-48-145-177-160-119-239-143-209-85-1149-205-636-120-302-127-3144-1839-380-285-836-667-257-267-287-371-831-1383-316-558-89-204-156-427 211-70 225-55 1136,9 806,14 565,929 256,422z"/>
<path d="m-234456-143461 2424-75 711-1056 277-301 639-678 2539-414 4877,543 581,23 3497,120 499,17 1387-1710 1145-101 742-66 1277-604 628-1316 1088-974 1034-269 2353-1285 2624-2130 2190-1618 98-64 1498-790 175-89 214-82 164-36 130-8 131,10 88,26 1364,180 228,15 146-242 576-1084 925-2431 397-2347-1164-705 472-1744 230-522 390-790 337-536 48-76 900-1152 332,148 401,195 4512,1755 297,327 606,1283 129,402 210,655 32,102 307,2049 349,1654 1121,296 1646,1007 3080,1886 462,277 1506,259 723,120 1352-640 203-77 1864-585 3186,2063 694,1751 13,79-9,91-199,807-10,110 11,132 64,233 46,125 580,866 45,53 268,192 919,1320-1273,755-277-36-544,0-898,348-51,42-32,47-342,921 281,537 1472,1881-720,750-2339,4636-617,1489 159,2154 1606,1391 445,197 3526,262 1098-114 679,556 593,957-120,366-1515,1599 242,3243-3434,990-4133,1330-893,598-113,90-92,150 629,685 836,1356 665,1729 881,380 881,379 2142,919 637-53 234-193 35-67 74-363 22-49 297-554 44-60 2694-1980 2414,126 1718,525 312,733 2108-1061 3102-429 2010-1777 592-845 721-871 1896-1810 1500-1072 1150-220 90,122-30,74-29,134-40,335-5,73 19,164 896,564 831,291 296-98 141-324 526-318 2651,855 345,527 196,308 100,155 449,118 580,82 575-95 377-160 72-31 87-40 403-437-329-927-47-168-28-173-4-143 33-185 48-120 222-377 84-111 113-113 302-294 110-82 1125-810 1364-820 63-24 56-10 59,1 54,8 84,22 65,15 64,0 686-77 124-35 100-44 424-225 249-133 72-61 773-717 823-1321-197-884-212-12-202-30-575-136-172-61-1359-552-148-73-80-51-886-641-287-1553-7-46 22-69 660-1073 1089-2335-21-2359-155-531-271-2353-94-1006 116-393 204-1268-983-4927-3402-2712-2460-862-2138-922-96-45-100-71-536-547 282-1130 244-377 27-705-917-2181-642-1254 1345,287 2951,1256 159-6 1387-81 3133-254 1677-1437 383-1615 126-2129 775-517 2687-1619 3160,1665 4748-2423 1676-800 1085,1089 2395,2391-364,1555 242,4696-3,3272 154,2139 599,336 2064,653 1819-796 399-174 567-246 1643,443 2977,727 5282-1184 332-121 2462-2796 3028-4253 938-1556 1727-2149 1998,595 2943,1257 277,324 16,38 175,642-662,778-1588,1290-258,557-315,813-47,123 163,126 898,714 907,1526 95,627 3,491-63,471-50,216-1847,3781-1746,2521-853,914-1381-190-479-272-188-115-64-37-71-21-52-3-23,9-37,20-1964,2011-498,1275-383,2973-13,121-50,89-299,388-851,183-314,63-61,226 489,1558 75,87 262,178 272,170 1726,866 2500,1192 2147,1067 64,77 26,97-26,114-77,102-556,575-1511,1832 216,1412-449,1258-1452,45-1065-662-1387-560 509,690 1023,841 213,363 384,656-31,2613 1850,768 3743,1067 375,28 320-97 301-433 917-98 1113,412 118,112 573,635 62,160 238,758-913,2266 620,260 1333,1260 58,80 420,582 512,923-32,333-559,117-544,832-15,72-93,1353 50,830 160,637 294,469 589,424 545,1818-826,1178-823,1675 99,401 962,1825 1086,599 314-125-11-565 456-886 126-37 733-101 1839-199 584,142 896,1545-428,1051-533,493-89,197 638,1494 909,1301 613,268 997-338 194-21 1281,640 653,962 226,1279-2,542-1,197-108,915-171,1056-205,989-115,304-129,279-40,80-78,79-116,114-83,32-427,36 129,64 102,44 138,20 285,0 195-58 175-85 275-163 248-404 1032-467 333,24 3964,1048 1371,1068-279,2326 450,3383-32,91-3346,3900-1039,441-588,1065-31,82-17,78 0,152 30,144 744,2026 644,1663 70,108 75,121 51,87 39,83 30,92 16,69 12,78 4,91-3,62-13,78-493,2210-579,1061-100,49-55,31-46,31-59,54-66,74-69,93-66,124-64,148-41,97-31,109-20,81-155,1099-19,140-10,98 475,349 326,146 481,2 1465-107 1649-364 357,567-747,1115-284,292-381,240-560,184-1218,272-500-74-993-38-358,147-2440,1201-24,309 874,1133 454,458 487,320 324,525-1610,2177-1367,1682-482,703-324,921-63,183-33,140-154,789-1883,1748-3028,1792-1059,894-65,73-585,839-55,2239-131,210-1184-476-840-362-752,320-165,344-743,1624-384,289-453,56-3437-222-784-277-759-2133 3-203 706-1619 282-646 215-910-1054-929-1374,346-1428-245-997-1012-392-609-2247,866-1140,340-309,103-1510,536-2338,855-872,428-301,208-197,353 15,483 159,682 2730,4519 940,191 48,1953-492,1694-279,786-102,25-15-2-89-15-1405-424-255,2-1501,12-224,104-811,680-973,618-542,220-1135-677-1264-632-559-143-496-82-2257,516-1009,831-1871,608-1387-283-289-88-6090,4119-1197,1409-2827,3967-638,1073 2212,3162 278,253 304,66 818,57 5126-2362 97-63 69-68 410-448 270-379 926,193 1024,293 667,1777-355,869 220,1104 1248,4621 482,2386-25,96-1553,1741-1153,912-104,53-301,7-1440,1741-133,351-4,352 623,1442 708-54 573,233-125,450-127,158-161,86-3410,1050-3268-259-1672-201-2915-156-150,53-111,103-289,491-102,87-115,43-118,17-965-138-1280,1238-56,71-301,427-52,74-28,84-9,95 4,106 17,99 24,84 38,82 65,80 70,62 347,240 173-62 56,4 72,32 461,368 240,390 35,115-35,467-353,2548 607,838 451,1060-580,672-450,403-592,427-1104,769-1945,2479 17,267 304,473-886,57-424,280-784,2676 15,934-1327,1720-1937,1619-690,901-565,925-288,1076-1204,1258-627,333-261-97-230-374-909-76-135-11-1341,372-843,9-768-1041-189-700-85-475-1345-93-769,590-1971,2100-3364,3032-889,1069-425,1156-641,679-1119,613-1227,816 125,1255 717,593 778,1412 761,1736 179,1061-1285,3222-650,1180-716-285-335,399-18,147-67,662"/>
<path d="m-291164,64608-865-2907-226-1399 22-45 849-186 1059-222 2523,2041 770,1257-318,1468-581,934 116,400 2329-174 273-230 1197-1206 635-861 1255-1000 5409-1735 1374,1473 146,338-288,1201-169,702 1006,1146 995-297 507-932-28-1242 51-44 79-58 195-106 80-40 102-38 200-66 228-75 1171,1577 636,1374 2571-444 3447-1046 255-58 1394,190-151-166-996-1388-1000-1945 25-440 249-376 457-558 455-1729-1041-1253-1559-4074 42-541 1950-1360 2165-528 401,429 57,752 267,1060 2920,2204 174,34 103-15 3046-1560 320-1616 175-1881 0-207-280-315-866-330-268-1787-40-305 96-263 139-99 1000-118 1762-2430 337-641 740-131 1671,600 854,85 1864-978 211-191 794-924 792-1058 969-1074 946-936 507-194 691,671 10,90 77,675 1132,883 659,81 649-451 694-1551 60-176 987,60 1003,627 440,49 1915-1292 786-1103 385-626 533-1599 1190-576-122,2672 1209-218 801-142 7,0 809,272 152,199 64,60 61,28 78-4 991-153 1740-498 2199-843 710-290 1716-719 809-2510 70-1166-70-1559-90-19-225-43-187-19-14-1-84-11 574-1310 246-558 214-299 125-92 261,271 222-34 1303-117 766-49 1002,1009 291,14 563,23 1447-857 1534,67 2959-1605 2122-1315 1010,407 1476,700 557-408 80-59 22-47 13-764-31-676-19-74 11-72 19-71 579-901 45-27 1103-347 1477-37 618,27 758,228 92,12 62,0 82-13 80-34 51-43 1312-1155 141-1121 10-709-371-1220-249-544-735-945 983,196 1728-669 3397-2213 634-2058 21-1159-373-3287 298-1539 1846-1089 764-1183 2928,1394 1487,502-1217,1895-477,1843 71,841 578,265 618,283 869,173 795-32 831,238 114,43 99,73 75,73 56,73 443,980-1,594 754,1270 865,463 593-15 6-2 766-301 1490-21 583,251 682,1675-378,3069-480,645-196,1215 187,1458 801,1086 514,597 796,471 2762,3242 164,1841-264,1461 1396,244 6-1 818-556 350-548 171-5 126-1 1253,270 870,776 1052,1277-1037,1093-185,1120-42,917 497,976 1396,3352 491,1862 355,345-9,689-927,2406-1412,3505-236,430-1036,199-2361-675-269-1096-1224-564-442,19-960,195-2695,3114-687,1254-431,2756 607,1425 461,614 352,442 48,44 72,49-957,2534-1537,3294 100,407 949-48 2782,866 2379,3033 509,824 664,2022 362,1947 69,17 1384,463 318,467 583,2236 187,1077 81,1744-720,747-18,52-315,974-176,88-175,87-1652-176-348-717-51-120 29-419-140-142-1458-131-1115,267-789,1099-284,397 255,394 1302,1325 331,231 763,685-47,106-48,89-76,71-573,508-1185,885-742,129-786-44-587-707-1295-415-1945,761-2830,1270-863,759-1735,2100-25,1438 393,599 2213,1865 485,515-280,4107-525-422-1567-1461-3050-861-389,233-136,129-775,1656-152,427-202,699-69,557 568,825-17,171-334,275-349,171-3584,1520-519-108-103,595 9,341 78,302 173,328 215,294 2884,2754 2001,1502 217,224 173,268 103,319 60,269 40,319 237,1924 138,518 224,362 311,277 371,189 632,139 4199-184 1695-326 230-90 98-39 368-186 12150-4672 2149-788 938-76 382-15 168,2 437,14 2047,526 260,69 217,107 228,136 61,53 234,204 1070,1042 614,699 248,332 1081,1731 1060,839 416,479 685,903 108,145 221,306 104,144 85,118 356,571 303,619 205,503 128,533 6,738 791,2573 32,238-12,263-93,471-200,540-201,397-109,215-121,303-169,483-55,243-48,306-19,288 20,300 36,226 56,266 128,300 112,228 236,424 150,252 173,158 205,98 449,132 314,87 210,64 309,157 233,136 163,167 121,204 34,144 16,122 2,144-28,173-77,367-327,1106-163,517-89,440-12,318 42,223 398,703 77,113 75,110 963,1411 385,766 166,384 225,587 101,421 48,323 87,516 43,128 71,210 221,381 271,254 203,144 139,71 188,45 335,69 359,0 724-61 884-182 386-6 260,67 138,93 106,100 88,149 114,244 16,190-55,210-112,229-127,166-186,171-599,549-1238,1690-124,312-201,363-222,335-163,211-219,186-255,188-452,219-467,170-1232,296-121,29-1205,419-660,326-534,373-453,437-247,402-144,413-95,672-12,134 36,257 28,191 250,856 1388,4644 138,448 210,431 265,425 282,337 539,497 81,78 49,49 130,131 296,459 79,187 230,837 505,1301-69,1264-177,293-232,420-70,204-65,228-32,156-38,323-9,283 58,358 59,200 74,170 56,128 289,585 632,2397 1797,4784 138,275 140,304 86,293-9,222-37,165-80,161-149,133-100,53-94,40-412,157-210,87-166,84-190,166-128,227-61,202-34,224 12,201 62,166 93,187 47,62 54,71 208,163 199,136 169,81 206,44 234,27 1003-2 658-9 147-2 269-3 355,46 311,95 232,114 251,191 50,77 81,126 96,340 9,67-21,195-90,328-725,2030-121,896 277,1758 48,433-2,361-10,372-33,343-47,269-42,202-79,269-73,243-29,96-128,380-247,483-236,375-225,310-295,330-292,269-293,218-167,123-238,169-32,22-284,198-550,461-172,192-125,189-115,208-99,290-11,107-18,189 25,344 16,52 80,255 124,195 221,197 269,147 963,363 239,136 207,167 215,271 128,263 127,391 24,286-16,144-17,143-78,248-60,136-1465,719-3771,3417-585,408-616,462-302,285-264,336-198,313-170,385-92,285-23,77-72,423-12,296 269,49 244-358 339-64 268,80 277,158-1,334-29,87-508,1293-1168,1957-1031,2101-96,240-40,209-8,262 64,280 20,55 171,461 26,72 29,173 7,231-29,214-81,544-894,4497-231,799-320,615-256,424-375,423-328,352-71,71-408,408-703,775-117,169-530,766-368,711-287,639-176,455-71,219-113,349-144,790-135,879-39,199-137,696-148,384-683,1517-57,102-127,226-223,271-408,384-1119,854-2271,1592-143-269m-62531-23335-2940-3518-1168-1961-216-453-728-2375 32-688 101-289 1207-1719 396-168 677,1068 233-72 1069-1690 536-913 1055-673 383,55 602-196 983-1416 805-2315-33-279-606-372 1241-1794 99-492 66-529 22-2454-642-323-1896,714-5457-3087 24-467 474-426 78-71-89-632-227-440-833-1121-1382-768-542-865-151-470-293-1205 541-313 63-27 1524-579 871-201 993-942 383-912-571-857-1198-374 192-2247 116-511-113-2972-112-1347-156-1574-755-1433-223-346-430,402-1201,745-902,241-730-84-1866-1287-1057-1194 260-911 20-144-64-241-1598-709-52-15-51,0-46,7-637,102-67,73-3,25-29,322-27,297-84,57-1223-29-2464-679-471-1300-785-1320-755-879-2090-1019-1201,1165-1689,704-233,38 17-389 176-545 280-514-943-205-2522-181-3536,2073-300,281-363,2-1517,455-654,341-459,529-845,1126-1135,13-839-390-1174,603-1254,1465-336,397-2170,1098-2881,485-5516,876-1114,641-782,1156-1982-520-408-769-675-672-1721,85-1276,1065-548,73-1511-390-654-449-234-575-701-537-2956-709-1164,153-1141-139-593-93-159-52-526-287"/>
<path d="m-67594,379384 2375-1042 554-807 1138-1181 32-28 60-10 2638,209 151,586 398,311 479,122 3086-203 5332-5117 682-716 75-103 34-81 44-410 50-687 32-160 47-122 54-86 98-106 102-92 97-64 683-418 63-17 604-95 1651,390 44,14 352,148 158,92 97,74 32,52 61,184 55,93 180,213 102,92 480,264 84,46 2352,1049 199,81 2120,210 63-9 829-133 425-362 150-521 341-743 538-747 1012-738 117-43 1733-396 2346,598 402,635 821,1841-252,882-14,728 178,355 202,129 259-1682 986-1096 1217-318 1018-643 575-407 732-2478-97-524-550-361-230-150-240-212-301-326-73-143-209-551-41-147-216-2193 12-116 289-844 14-87 117-1165-31-82-2681-1231-531-930-427-958 1226-845 1835-1022 1720-996-117-571-493-309-1174-1929-1878-3247 1549-1527 523-5697-1-163-28-116-8-26-54-89-983-564-149-93-135-114-142-137-112-176-64-150-86-211-38-202-34-1011 13-224 31-137 47-131 67-183 81-149 102-115 137-116 157-78 804-288 720-129-45-1493 373-1596 25-101 435-583 115-154 360-376 351-995-682-810-63-117-52-174 10-216 438-242 353-151 342-1199 56-294 50-419 55-861-31-1321-242-2232-164-1099-18-94-76-163-1378-1439-89-123-57-116-208-512-75-186-715-2583-295-1099-931-3451-1200-3325-38-72-323-1141-22-100-65-1053-10-1522 85-1343-1376-2569-2350-4284-1207-2172-69-1110-132-761-36-50-88-122-64-80-66-32-89-27-371,203-30,97-2,9 193,467-12,85-84,64-190,57-119-13-74-35-744-976-86-178-30-190 19-165 83-181 86-146 120-168 4-5 1527-1545 2707-3335 98-1231-93-226 202-1738 276-579 1264,99 401-11 387-59 806-272 1051-443 968-717 1355,64 672,1585 492,133 1770-350 1230-1249 820-832 2387-1271 1285,5 381-369-500-1511-219-544 3364-626 1582-102 1074-666 121-380 79-3255-312-2342-298-739-917-751 220-1542 351-127 534,14 791,130 232-572-2064-2380-1899-1873-988-1822-77-145 174-1746 932-2545 618,194 1119,1029 829,743 411-226 1206-303 160-34 145,0 195,44 156,87 267,308 579,884 87,189 321,1234-126,39-221,3 367,1286 785,58 1965-1532 189-1262-43-746 11-131 77-187 1115-1082 428-48 1352,67 234,189 143,181 16,97 29,317-213,452-741,713-1217,1440 179,717 2879-542 1117-507 1979-1720-353-1185-454-1014-521-763-776-986-1811-1840-1063-717-238-187-265-209 267-2725 654,188 281-560 1070-4119 413-5217 246-6313-13-420-399-2009-582-755-1352-1715-1152-659-385-5-135-796 107-151 509-209-2093-2456-2384-3194-1106-442-4979-1480-975,666-145-80-43-304 174-743 347-1121 460-209-917-3454-882,14-636,259-190-66-1004-466-378-189-236-212 1514-2428 1583-754 300,81 291-622-42-611-468-1274-1673-1409-5071-3553-953-298-944,36-358-633-274-5206 1026-1682 1063-712 304-1218-753-798-318-474-237-491-165-603-28-413 979-1213-188-478-282-701-1350,159-741-423-369-1042-146-657 367-3867 308-613 1044-347 1328,468 1163-703 72-544-2052-4693-1078-662-499,390-1198-797 195-1128 545-656 994-1038-170-699 108-2769-2395-993-504-892 41-629 1026-583-562-1371-1046-165-2304,1713 29,83 350,407 600,468 653,146 15,58-3028,3687-103,54-264,128-237,51-4019,231-1835-365-1167-987 187-743 631-861 15-130 115-3005 44-1484-120-1176-890-2860-926-74-1754,842-767,1185 87,1355-513,994-1131-131-2292-877-168-203 2103-1354 743-908 1406-3361-6-1286-33-417-217-691-657-1566-899-149-308-115-242-145-187-252-649-1916 152-728 502-728 92-125 570-117-14-170-610-2205-2534-2694-372-379-1612,1260-1137,968-14,60-145,710 29,409-1,6-102,448-1034,877-583,14-874-2422-60-232-18-1019-186-727-114-61-2303,1181-115,1473-89,1090-1621,646-1423-1168-529-599 60-435 456-1076 281-1722 198-2286-28-237 626-2531 376-228-222-1277-685,324-942,402-5535,2218-1908,401-228-50-165-70-238-223-156-229-55-143-42-170-8-260 59-271 61-271 77-216 3-9 26-121 7-186-26-137-87-170-120-153-167-184-231-189-108-32-205-24-1125,101-251,56-116,64-151,158-88,114-178,242-879,1289-1318-631-2468-477-381,381-810,622-105,47-116-2-2025-271-2935,270-228,63-158,117-90,131-1395,2794 158,278 1858,785 226,0 156-50 413-252 405-35 1721,366 683,340-169,273-704,294-704,127-145,57-148,115-299,342 631,1122 347,362 761,42 452-47 442-205 121-106 50-252-80-1850 413-527 940,241 979,1671 574,1994-164,572-177,364-588,631-204,256-466,606-210,307 50,315 160,158 444,419 240,112 79,17 580,426-283,604-722,854-1674,186-2492-638-2225-263-1300,233-1522,1150-646,570-85,84 139,584 924,1051 66,261-2592,3323-686,375-2006,603-1310,143-953-6-536-446-959-129-603-48-3148-102-407,203-1094-2226-187-270-25-26-166-111-503-6-352-53-205-104-26-75-77-1450 16-171 220-602 941-1080 373-327 401,50 761-721 101-1787 11-246-912-828-87-347-29-2032 95-406 64-86 120-156 2593-1260 1736-3988-399-563-1177-882-1183-183-385-204 598-1690 933-312 441-448 102-167-236-1431-1641-316-349,393-659,498-263-75-245-977-402-1618-982-2037-281,0-257-138-1460-928-63-162-45-373 484-467-42-516-579-509-90-738 169-162 543,29 486,140-269-623-552-2263-397-1955-722-7463 154-963-44-656 291-581 766-776-61-3639-16-132-43-117-70-101-102-117-135-143-163-121-277-110-573-197-218-22-296,14-210,75-301,109-266,114-260,67-331,0-193-29-142-64-190-212-101-162-64-161-8-167 16-204 42-164 982-1609 553-776-19-998 4-1016 1053-1625 179-245 299-259 268-78 1546-309 1523-130 923,110 1055-211 419-913 1345-40 285,63 90,74 144,119 450,380 980,830 342,1044 736,394 902-1879 970-1966 1896-1148 1090-73 3398,578 628,109 2275,752 1702,382 2246,138 154,63 207,188 536,1212 198,929 639,1604 142,251 188,243 270,308 454,393 147,40 1345,14 244-54 182-104 385-302 156-73 2413-537 176-39 1114-8 940,116 201,12 457-1265 22-773-15-165-420-1061-261-1019-110-1407-140-2648 224-2908 233-668-583-1207-516-1547-17-161 312-1392 29-111 177-119 102,8 1001,960 844-60 182-6 3127,196 348,660 17,417 179,203 1739,45 751-47 141-22 150-75 83-113 30-159-14-87-95-349 957-648 192-1654 1945-2395 1893-631 263-94 605-240 2243-2070 291-315 492-866 188-506-9-2796-20-175-275-580-764-1066 706-743 176-210 71-156 463-1686 179-667 494-1932-642-1122 402-923 255-177 177-32 461-68 135,102 459,645 795-652 539,0 425,132 291,161 203,273 256,922 575,555 196,184 2492,889 1679-291 166-44 1189-420 1266-759 121-104 901-776 1966-1131 1151-1383 1404-2051 98-105 69-33 1314-558 57-102 104-199 1004-2322 206-1019 290-1861 302-63 380-168 1058-1056 194-208 1823-2002 412-608 18-475 493-571 945-120 302,353 42,250 73,684 270,483 941,652 247-72 46-706 223-246 3053-305 238,5 474,39 1946,2651 814,1925 4591,2227 158-47 1088-64 355,35 768,1240 478,2482 909,1390 2272,2151-662,2224 25,577 289,413 411,585 2106,220 1051-256-103-527 2-18 45-176 450-190 181,9 369,115 581,1600 932,1625 1773,1733 1059,774 215,32 532-487 2224,82 760,1785 418,29 2132,447-93,3491-473,2705-158,672 793,3192 579,1671 166,429 1603,97 1968-433 923,408 845,494 615,725 1521,908 395-87 107-75 459-686 32-130 9-125-157-1783-187-59 9-1816 58-258 320-220 1147,299-142,538 1689,238 4140,401 570-157 664-435 215-253 213-856-62-1417-319-739-403-193-149,89-191,6-2062-647-2708-1678-3782-2965-223-3704 149-1005 1781,72 515,418 186,95 202,16 201-60 187-186 1118-1293 479-934 378-546 5274-276 2804,286 603-281 1738-627 330,51 588,623 298,406 596,830 0,768 1749,1894 833-278-91-1297 1050,144 1986,339 579,841-2,103-754,139 306,648 459,99 2792-1320 367-1042 881-212 864-13 189,73 1519,1891 1531,1982 53,191 72,575-101,144-413,71-955,701-420,576-62,715 91,551 618,1192 346,470 2268,1771 652-81 110-123 125-1047 414-1345 51-12 1307,969 736,741 1583,1050 396-191 546-652-111-2814-253-2408-15-104 512-3473 1052-285 249-257 43-250-423-1996-548-1645-366-2466 119-1653 0-354-8-46-10-45-274-811-887-2394-97-218-306-387-64-152-5-144 165-698 229-256 454-147 232,12 323,143 688-244 983-341 986-18 1347-560 69-106 173-750 503-1249 839-1192 142-42 1591-235 448,56 3414,682 118,29 74,46 88,83 148,218 184,290 539,891 20,79 4,99-15,213-223,537-143,76-177-24-871-295-23,49-18,2503 49,2436 15,105 57,378 93,262 278,204 1905,1124 2030-97 273,139 1037,3484 1640,2069 702,41 1983-400 463-425 136-394-4-416 96-325 186-260 186-66 1384-258 76,3 85,11 103,41 74,52 383,324 1098,1106 100,73 118,53 136,33 130,7 5243-1431 2934-1208 754-567 1848-406 83-15 1044-100 95,8 90,29 460,513 64,77 774,1348 337,813 13,94 34,87 90,68 132,76 114,14 3030-1280 745-1003 194-483 86-164 123-86 2137-914 269-57 316,15 868,130 808,736 1734,2125 619,1247 512,1081-361,763-84,729-105,1232 260,208 1212-553 2214,1413 256,223 1858,816 526-201 1674,2 243,48 462,1005"/>
<path d="m51521-234308-113-1783 1240-50 1958,201 3328,353 1739-1417 7-650 216-670 4314-56 891,674 859,575 1672,329 1609,4 930-602 498-902 685-3018 22-121 0-236-43-292-85-300-199-559-312-1037-86-1622 1016-1106 3189-2968 201-153 119-43 2282-159 1758,3 1279,377 1443,591 2060,746 4068-61 662-358 300-366-1129-1510-932-180-613-428-8-288 1056,26 471,50 2523,426 191-7 121-25 63-52 1106-1405 1004-1199 1053-210 475,26 411,16 1467-193 769-417 4048-2355 411-602-145-1849-287-767-287-765 2808-1747-557-1221-25-980 918-141 1098,305 263,2408 1829,277 1585-607 5810-1068 596-84 459,1653 431,860 1127,1208 181,25 685-52 329-194 253-154 949-131 228,0 692,58 1099,535 605,457 670,221 343,114 223,102 1868,1103 2112,2610 1509,1868 54,254 73,140 697,844 486-2 3101-574 414-217-39-560 1806-381 4535,1831 739-29 164-147 1052-712 2270-25 464,541 232,329-403,429-43,64-20,89-35,854 87,154 114,97 350,165 1116,369 2077,422 1136-115 322-89 327-222 757,118-289,1507-119,260-187,279-285,262-419,351 1761,1188 90,44 111,22 306,55 105,14 81-6 772-101 1757-363 269-342 23-97 12-47 36-58 58-24 1692-576 103-27 121-4 68,0 45,32 31,61 336,614 336,614 39,71 1185,867 82,21 834,22 76-337-42-617 905-654 557-176 2836-661 287-17 178,8 95,14 91,25 693,307 275,495 33,62-15,63-70,43-26,7-100,24-112,41-670,466-113,88-1187,950-92,115-44,118 13,99 61,82 2257,1194 58-13 351-186 54-64 44-87 414-353 1838-1606-7-164 48-127 795-774 289-259 1189-625 716-172 437,32 2237-1775 144-1046-11-137-430-746-16-141 23-84 505-448 2416-1333 236-42 1956-72 297,142 159,159 116,216 144,1135 1070,1669 1599,304 488-835 42-92 149-673-115-820 470-1890 35-90 43-79 339-383 2178-1811 914-639 4000,191 429,565 736,1628 1910,1119 922-2592 816-2137 1457-520 220,446 87,61 86,10 1389-349 80-49 69-63 2357-3210-240-1500-220-590-88-1450 370-1600 688,51 597-13 728-1729-22-1269-15-52-35-45-67-28-87-7-424-29-50-30-19-60 1-60 30-56 200-368 164-202 1227-925 2621-714 148-17 1695-3841 980-193 2952-2955 376-392 51-75 308-443 2265,6 447,272 1769,399 379-47 1065-493 644-671 878-1545-2449-1321-890-317-179-1813 448-2285 53-263 367-562 590-38 77,65 45,556-159,328-13,402 1806,2813 3665,1556-135,427-134,792 26,363 124,1681 2917,1941 74,253 9,275-25,358-33,205-377,1113 2458,560 3662-724 2957,531 453,1758 44,26 134,76 210-5 1431-93 1749-1243 144-531 795-1567 1017,25 732,515 1004,727 581,427 507,197 279,56 319,21 354,19 509-61 204-84 149-79 128-85 120-125 305-436 109-147 480-456 878,539 197,294 111,190 73,177 19,136 214,2102 29,330 8,93 12,497-6,319-18,270-37,202-443,1574-311,1000-102,287-33,91-197,420-1043,1551-1254,1645-885,1055-568,655-757,757-587,537-200,183-352,372-1530,1923-163,229-88,163-74,250-58,414-175,1250 1972,142 1062-656 1189-226 1739,619 1581,577 2410-369 1175-395 8-699-260-1161 1434-701 512-211 555-229 672-1812 2440-1052 1054-840 924-777 961-636 180-69 224-47 238-1m-83661,190936 5043-3241 1187-911 567-438 626-687 1683-2742-143-666-603-1156-701-652-745-992-594-1262-33-889-1-34 715-937 648-604 67-552-593-2054-1038-1697-431-569-430-590-1044-2406-75-469 2123-393-232-1175-807-892-539-276-889,0 38,633-2535,1063-2926-197-487-504-304-349-2-7-15-199 300,21 489,35 543-1358-190-920-1639-338-1258,60-1171,79-816-1908-1259-1634-2771-323-87,721-1627,613-320,24-2541-771-4-1230-218-1267-373-1119-707,92-569,424-354,113-585,87-622,32-471,19-402-77-437-86-475-164-549-1473-512-134-2214-900-3223-1522-290-150-430-529-166-239-202-78-530,12-308,10-137,61-390,507-132,862-80,547-1881,1487-938,70-4304-223-129-810-138-857-89-330-2102-445-339-138-456-263-665-724-323-1267-46-443-919-139-405,28-555,1164-76,623-163,234-861,0-361-103-113-33-3680-2313-1110-698-73-46-56-35-1670-1896-33-37-68-77-63-72-65-74-76-86-42-103-286-707-381-943-83-206-135-335-270-475-136-118-1003-339-1503-734-1-1-2342-3952-400-965-1474-2327 186-653 1779-3840 526-438 339-279 1053,96 1344-1556-1486-1060-349-247-774-379-552-63-402-123 439-2949 73-330 648-2302 20-52 1154-2469 104-166 104-151 282-150 119-156 1197-2425-790-587-980-1569 367-526 646-175 170-890-594-3009-341-1709 894-2113 880-1418-158-2457-154-1611-866-506-364-19-744,324-394,653-496-129-660-835-326-1814-7-113 15-397-4-99-37-92-40-71-73-50-1335-489-92-11-99,26-85,62-40,77-493,1166-26,106 8,111 33,88 128,165 48,85 22,99-7,99-44,125-265,368-41,41-1296,405-87,15-937,68-1102-967-248-953-1005-1678-61,29-65,10-584,46-28-25-16-38 20-733 3-73 1011-2650 80-158 1065-1693-245-2224-191-1167-200-1030 76-1175 1228,582 563,228 415,18 1446-887 397-344 488-1161 44-500-13-2357-86-765-20-126-164-644-273-1052-34-60-56-37-79,4-85,33-172,83-86,0-174-47-69-159-1334-3481 110-4301 19-123 437-1218 687-1521 1287-102 115-15 89-63 91-111 179-311 14-130 368-576 144-717-1972-5322-2209-2170-1583,920-3167,1440-222-252-412-2302 163-1332 75-263 337,81 84-258-600-159-596,1982-1985-567-783-305-2414-469-932-148-158,58-679,268-170,555-1460,598-188,36-177,7-166-14-1272-416-232-290-192-199-262-190-271-147-305-102-319-82-3249-742-3579-1317-341-205-305-354-144-427-20-390 69-332 185-401 342-380 536-468 283-234 137-254 58-264 20-385-20-215-78-234-175-210-352-244-517-249-371-78-312,0-771,49-459-10-292-42-274-61-249-61-180-53-160-102-115-133-185-220-232-376-243-462-196-434-220-359-249-289-181-163-154-138-289-192-226-132-290-104-323-68-359,22-248,54-361,195-126,80-576,379-771,506-264,148-137,19-165-9-155-37-148-61-114-96-91-108-107-206-251-517-45-142-23-187-7-165 67-682-7-262-45-194-226-562-81-128-90-104-127-82-159-11-2117,408-315-83-295-133-199-174-172-217-150-224-67-240 0-210 31-232 126-352 191-273 386-468 137-166 174-220 82-157 30-172-30-178-90-130-152-137-229-121-254-76-318-38-241,12-299,58-241,82-1055,485-287,94-203,25-185,0-279-38-4699-1139-224-57-222-65-188-94-194-100-173-130-137-122-806-843-656-727-619-720-223-209-250-190-312-171-158-41-149-37-379-11-401,78-2308,630-374,158-265,177-219,171-296,208-311,193-277,171-868,505-806,408-265,73-301,0-281-47-209-121-296-289-3250-3347-456-494-320-389-165-291-48-242-20-301m148518,44659-512,758 759,590-2006,2376-301,152-250-14-1173-631-715-658-482,1084-886,1115-78,54-460,300-586,283-77,20-516,81-78,11-686-20-2093-495-328-861 3-1636-1497-166-524,1431-538,1447-1593,7-1315,6-1197,2409-34,78-8,97 4,40 8,77 28,76 38,66 759,832 283,242 66,91 26,71 5,84-107,400-740,69-2815-1168-1086,802 109,959 261,468 37,458-57,378-331,1907-58,137-63,52-87,10-105,9-145-9-293-92-404-163-307,992-325,1946-45,1333 645-156 1083-262 1632,1096-734,949-1877,2416-578,204-410,1270-16,70-15,1744 473,659 269,374 129,181 33,98-19,105-618,1017-519,532-242,39-171,21-91,65-575,419 96,870 61,79 2323,1483 57,27 47,11 46,7 2076,232 682-115-563-198 198-844 2473-1333 1664-679 1488-7 215,695 93,1055 1318,4 131-9 91-11 131-28 84-34 1535-919 976,1414 989-659 1065-706 3107,2428 111,1133 145,7 2129,92 427-1244-698-2505 2780-1269 235-32 164,41 117,128 916,2507 2379-677 1082,262 268,887 149,144 2036,20 577-219 1189-450 2483,1202 909,527 143,140 288,542-21,465-35,85 401,2619 3354-3604-81-497-187-449-886-157 37-122 28-61 43-52 704-662 1997-2763 1470-2447 502,82 44-125 9-63-181-685-344-306-3440-1778-2414-1033-171-28-1299-472-468,16-1049,678 0,7-24,766-3,8-246-23-634-536 138-1101 898-2849 200-535 119-230 349-463 446-407 447-405 255-225-74-474-2215-722-885-557-1788-611 111-323 20-111-45-212-464-1695-1858-1526-935-516-1095-198-1252,53-799-1458 600-2441 682-385 263-1107 4-347-7-19-213-410-4-5-2994-1991-1106-318z"/>
<path d="m100959,63001 332-443 54-481-1021-143-1009-175-628-817 250-657 752-552 2260-626 426-88 1548-2671-29-190-56-111-495-753-1792-2627-1013-66-564,131-756,77-926-36-1101-2524 129-466 638-804 129-79 188-47 1416-309 1172-962 584-676-259-683-420-1195 1443-727 1339-779 1131-818 593-546-374-505-262-702 1414-1315 666-235 845,1047-185,279-537,643 1466,2002 386,668-479,1719-217,531-620,692 1260,1578 988-52 2008-272 106-1502-1-887 479-172 1225,95 1111,1069 1190-717 1329,32 209-100 188-121 57-394 8-98-8-80-123-472-143-98-804-20-300,345-1223-296-896-329-19-26 228-713 48-119 2231-3742 445-213 686,0 644,825 300,1170 766-38 3229-1689 2064-345 2309-2365 1336-1452 205-1580 233-491-576-491-578,357-1861-187-96-19-246-51-951-918-715-2262 694-528 484-680 208-515-672-837-1307,434-330,43-422-30-692-979 414-1702 673-1034 35,14 158,305 1045,423 435,27 1328-1480 368-1028-231-711-1084,265-520,25-6,0-603-135-225-51-255-2801 18-453 591,785 1451,176 4722-1651-31-1550 103-194 1758-1140 282-108 594-139 1123,183 540,157 757,871 1421-830 517-919-319-860 1012-2064 1657-1505 116-43 2817-1026 2073-465 362,46 396,342 606,119 4593-381 873-1822-50-471-110-6-340-178-376-372-220-324-450-765-429-1439-261-1136-397-2027-47-268-723-1329-138-171-885,710-994,325-408-140-1660-855-635-889-225-1999-581-131-782-170-320,25 63,1053-282,179-339-95-277-1820-176-2057-2209-1333-532-342-271-1677-179-204-2521,718-563,291-2643-102-981-247-439-331-29-755-14-610-1006-615-575-290-129,21-2682,1420-698,260-67-587-258-477-1101-58-698,71-1484-417-598-713 14-1132 445-474 120,32 106,11 85-24 370-296 76-396-963-708-2302-501 86-1996 425-1048-94-1669-422-3567-350-2796-290-1767-1060-92-404-1517 5-519-47-987-82-844-776-1139-690-1799 1454-950 483,247 1153-540 1-190 164-2543 0-581-190-1013-298-1037-501,23-393-875-261-2592 541-77 210-507 249-711-483-1319-760-154-48,585 0,6-869-210-124-30-305-2807 1379-1227 1875-1920 486-1498 0-593-805,2-291-366-158-1458-4-455 67-815 620-357 339-46 1548-1441 465-571 959-736 3202-282 1109-888 522-1107 1048-923 786-51 1497-6 1449-1 2382-972 193-512 897-1112 77-77 82-53 122-25 102,12 1596,459 1123,496 573-63 3303-640 2198-1182 292-1088 1411,130 974,1025-106,86-182,257 89,169 1683-718 1890-1611 690-1945 195-761 15-72 35-101 94-165 171-202 119-122 121-108 168-104 260-123 1360,112 300,51 330,95 1170,425 849,600 146,73 919,278 644-132 3915-3357-134-442 801-215 320,105 1198,798 135,1079-15,428 118,507 2479,967 854,207 59-8 3314-825 123-1559 811-458 92-25 23-3 1127-85 102,12 1170,472 376,613 55,191 50,196-20,376-118,503 0,189 66,218 67,198 430,631 1777-1233 1960,2957 495,1035 910,365 461-241 777-738 2809,1598 466,832-681,1621-514,817 362,732 891,524 2082,2113 1327,1712 116,1474-25,551-400,1572-160,294 381,3189-628,2127-230,1933 956,573 518,1298 354,784 110,219 110,118 73,40 91,23 2264,136 2405-705-74-1310 2825-2454 464-178 5257-1323 1264,1552 341,217 2225,1013 3985,1535 317,1834 1338,1690 209-14 575-1160 994-636 1374,85 550,1595 6084-88 485-707 355,411 624,351 942,173 1521,210 2626,99 2939-1192 1055-803-108-622 58-316 1750,291 324,213 196,198 186,118 117,40 520,90 213,11 181-18 1604-430 142-52 2292-1442 87-80 1849,703 2015,328 206-1328 55-207 736-1171 322-478 1125-954 1634-3259-569-1548 2122-2324-15-1642 668-2231 321-765 2036-2674 425,42 1391,166 1866-32 1357,17 4280,594 2215,739 615,268 226,109 194,141 146,165 113,147 176,303 2135-855 1521-1516 630-856 36-91 64-73 3653-458 466,261-139-719-13-258 16-167 137-268 119-116 237-134 3233-453 1049,482 1774-703 351-424 302-955 847-821 424-105 718-3 1020,617 173,113 583,1951 316,450 1465-115 2884-249 146-19 487-352 427-657 933-1885 19-108-48-331 1292-405 440,173"/>
<path d="m-32497,53609-158-1365 686-1837 678-958-577-4799-102-390-392-236-327-949 932-1305 497-271 685,76 130,502 518,173 440-73-6-1327-296-534-82-141-774-2211-1030-1705-114-107-1256-158-136-17-2129-137-17-1-733,160-2049,659-474,263-99,59-109,89-128,164-120,203 228,619 1279,1639-589,1335-1018,196-4747-787-81-1047 126-2731 1113-1696 1508-1843 1290-2625 584-1591-234-1981-890-1216 1478-449 223-141 183-177 162-1275-655-1003-6-615 393-1942 137-354 1376-1076 301-208 844,469 619,245 1881-614 1022-1483 66-829-210-113-599,307-253,318-162-71-180-1034 385-996 1075-796 1361-908-18-855-3069-3381-1856-1631-1490,273-614,1025-581-434 350-1115 370-416 871-388 884,460 1069,392 881,190 2560-440 296-93 657-470 32-83 10-79-223-349-1352-2146-1157-1880-199-1052 748-1614 129-171 188-136 212-83 1104-33 1407,154 2373,548 1356,438-53,69-11,99 21,102 60,74 274,306 53,45 52,40 627,259 150,30 88,0 130-17 2238-530 213-63 1667-1023 640-2021-535-929-796-862-728-550-1101-331-1488-524-471-400 290-2924 93-247 719-912 215-243 806-891-828-1525-1000-632-1697-1339-85-260 607-656 2823-809 936,1340 204,874-564,487 926,1309 201,199 422,275 762-668 15-2537-141-147-15-17-35-40-295-439-106-177-18-285 467-1439 1410-983 368-845-283-664-1340-357-2056-1908-501-251-654-270-3781-916-2364-507-306-79-290-241-593-4718 66-722-435-377-840-49-3993-452-865-204-2870-6154-356-1425-15-1954 296-497 1005-302 3125-2193 958-688 2248-1824 673-765 2526-709 774-155 1053,251 2696,467 461-63 168-165 1751-4319 792-1121 916-669 222-32 690,948 10,21 1498,79 4079-1749 276-158 3027-2801 1214-1765 350-572 372-1361-326-159 662-533 88-136 37-162 36-367 24-510-11-750-17-141-43-128-142-246 781-493 2784-643 184,0 1025,393 80,62 3116,1535 812,1357 473,655 629,282 2948-339 1759-1081 798-990 2139,882 271,420 219,155 1103,131 386-598 548-1045-45-238-1226-604-635-139-392-1348 20-611 358-1867 186-383 1357-436 680-297 467-282-112-739 1750-388 1399-302 2824-540 1855,807 1784,42 77,3 65,9 62,19 2924,1001 62,32 69,57 234,200 2098,2005 1517-752 410,168 958,1425 31,109-7,98-30,115-98,306-29,66-41,63-285,396-396,4-782-6-700-27-290-151-207-238-30-650-216,132-284,521-508,1938 1051,2162 2740,3007-188,1647 960,2155 893,699 1011,1163-40,3094 521,2386-45,511 2100-146-915,1008-207,255 352,41 452,49 460-8 590-76 243-69 862-418 910-502 351-312 238-40 339-13 669,158 3244,1294 646,400-95,606 1869,586 3410-470 502-186 1483,207 1129,397 456,124 1493-29 708-194 1352-513 1192-474 561,1092 86,1156 1140,545 1006,182 230-40 807-161 1441,1218 408,2774 860,799 1038,11-631,675 0,315 339,658 651,646 1189,828 1710,1576 13,288-516,834-3242,4868-1215,1014-230-4-224-5-621-1025-222,136-80,85-447,595-603,959-144,992 1618,1307 1395,153 1381-518 154,34 87,25 978,390 2911,4324-40,325-705,1585-239,404-911,1208 426,2730 952,587 497,295 74,293 4152-102 420-1071 1131-641 412-20 2140,515 2831,333 1573-231 1835,1311 322,782 93,535 186,1030 916,863 2787,1449 1427,528 2265,633 1793-686 3267-711 347,152 152,78 1358,797 4846,3169 467,420 2558,3373 213,758 62,1073 1061-542 269-55 3829-578 844,270 1576,712 1298,531 1402,414-140-896 459-499 148-128 692-503 90,16 1184,2248 1080,1994 594-552 250-117 951-1109 62-129 47-155 14-95 11-99-10-150-42-127-521-125 316-1325 112-336 1182-1158 209-280 322-433 1606-2653 113-300 77-1333-486-912-347-71-1055,243-1174,99 5-741 570-2486 733-728 959-1155-88-712"/>
<path d="m26485-328931 350,1292 263,2433 3174,1014 41,17 131,80 112,90 95,99 37,56 28,46 14,60 6,49-3,73-25,74-64,114-31,19-47,28-3457,1051-108-6-109-31-120-64-117-75-132-110-37-48-35-56-39-70-33-94-17-270 18-228 24-86-2262-623-1285,1638-2989,2483-810,125-898,125-283,159-1506,2320-50,100 25,1805 159,346 408,368 137,121 116,148 89,161 60,144 34,125 42,568 50,729 576,1498 34,149 30,435 0,119-8,96-192,1592-269,587-59,89-130,83 462,2189 2600,3158 839,973 59,53 63,43 1781,729 685,217 752,176 454-142 26-25 366-350 12,3 1282,352 1123,368 1359,1673 91,1050-331,143-26,10-18,17-6,40-51,686 13,79 12,47 931,1940-1241,1763-13,19-236,375-285,1547-129,2753 276,722-1120,1446-3055,659-91,7-724-51-78-13-54-37-37-78-64-176-129-352-54-108-57-78-278-279-779-34-83,0-92,17-75,38-62,41-51,46-24,42-13,50-8,58 4,58 148,1911 31,113 412,1129 0,81-12,94-1456,3088-2077,2193-1737,1230-2081,986-1764,2248-2108-582-605,5-1112,641-181,129-46,51-24,65-875,3104-15,77 11,130 65,509 42,548 89,1824-5,57-233,1095-130,387-46,73-58,53-636,407-84,27-81-7-74-20-73,4-74,12-354,1490 179,308-1096,353-567-399-1799-661-884-166-1546-301-279-77-216-91-411-237-1363-901-1438-674-298-162-958-601-1357-964-799-603-640-567-844-790-324-142-244-60-289-41-36,2-1029,69-677,44-222,12-312-19-209-94-1297-878 488-776 587-999-191-76-172-30-267-25-394-10 0,636-262,259-4359-4495-375-1335-827-487-3744-2475-162-568-836-3664-54-423 277-1519 662-935 332,306 1818-165 53-581 88-1092-94-959 1500-2003 266-873-2977-3303-2089-1501-148-291-14-30 43-31 1059-1220 1530-2088 19-45 603-1441 106-919-2029-577-1488,1144-908,673-1965,120-100-75-72-38-84-17-732-88-919,1069 363,554 362,245-620,2739-1280,211-572-560-2817,233-103,164-437,708-22,74-6,141 36,888-57,452-337,1000-1289,32-1102-318-269-151-1600-104-194,16-175,32-704,163-46,11 0,1194-190,506-291,502-824,1177-3059,3426-426,440-27,27-117,34-466,134-458-346-325-292-119-114-677-650-310-353-1536-1798-116-734 116-555-389-1-25,1-246,329-1199,3033 203,561-769,3068-340,824-269-37-809-116-581-98-365-100-1723-664-5481-3680-2550-2018-579-936-383-1007-259-1073-40-273-52-1258-196-642-98-316-217-661-632-1787-32-89-105-181-153-256-11-16-399-558-951-1116-2431-1912-601-498-534-565-513-774-49-88-641-1162-1486-3330-758-1714-163-377-32-74-333-768-247-495-2974-4374-1159-886-784-598-1398-640-2423-973-1532-303-579-32-1983,27-5724-204-1594-109-550-28-708,55-1074,127"/>
<path d="m-150078,155336 1287-578 562-112 1177,132 754,528 1314,1364 2254,2803 352,1270 639,911 1401,1172 425-17 1084-84 82-217 950-848 246-171 546-60 998-1225-167-1263-854-4304-262,3-417,50-115-107-55-89-46-158-7-1035 261-560 4225-1105 1965-465 976,262 77,101 225,2474-235,1108-609-102-214,146-46,1821 94,415 1177,3821 1597,1416 2464,808 596,151 2089,348 3365,1509 2711-670 371,40 896,322 43,2077-759,1011-906,888-686,216-391-127 306-947-497-776-521-307-1140,823-704,603-169,851 149,144 94,89 413,1194 166,1910-369,932-108,151-138,85-236,39-314-99-157-44-165,0-209,63-560,371-358,951 104,787 775,695 647,292 1931,55 191-16 141-38 92-44 65-42 76-61 2371-2242 2606-2441 1911-1481-607-1206-784-637 228-751 1818-2939 1507-587 509-101 1877,844 133,188-199,259 13,47 71,44 260,102 1254-57 76-18 528-280 107-146 461-1076 32-81 11-62-3-73 1376-1495 1111,189 1171,16 341,950 50,156-1,190-85,383 146,175 950-326 216-217 275-277 0-509-779-1404-390-272-929-544-165-78-28-776 517-2513 208-680"/>
<path d="m73600-226984-2233,2639-2531,734-111-27-890,8-1232,5313 945,1995 3,6-1018,38-1367,303-539,309-670,385-4059,3499-4912,2579-434,163-937,299-72-6-1806-651-2178-814-55-82-1019-984-904-166-514-75-1069-96-1826-85-1264,490-1628,262-255,7-461-71-240-64-206-106-170-149 245-1216 64-317-264-11-346-9-4146,71-1687,157-306,91-380,397-197,701-24,1562-252,428-27,45-204,339-2720,2908-78,48-67,28-3316,783-913-206-1080-436-1289-67-408,555-849,16-1538-348-2280,875-27,226 38,64 336,621-611,3883-211,563-216,958-44,206 453,804 879,1558 974,3395 585,2047 476,32 683-189 597-216 282,160 509,934 5,32 366,1477 803,1490 583,723 1085,1175 1383,2354 866,1805 332,861 466,924 344,97 1140-694 187-584 6-18 1291-637 675,190 135,41-23,1184-95,513-47,249-50,167-69,100-1184,1079-1005,610-208,2403 445,1399 407,982 350,620 380,596 1003,1402 2389,2862-1822,27-2421,1213-927,1588 100,1078 2639,3486 2146,2318 2260,2181 392,95 200,86 1939,1512 10,84-422,2041-909,645-1118,310-715-17-341-100-2181,468-532,151 267,728 1045-49 2360,2830 203,1027-112,147-137,128-248,173-115,44-120,29-141,29-144,15-188,22-635,566-6,387 768,1019 892,676 1115,2069 484,1274 1000-58 554,954 314,544-701,1162-390,38-155,24-2459,709-144,54-247,167-212,275-625,984-25,1098 13,341 50,368 164,232 184,221 91,84 35,31 256,177 337,212 213,124 140,57 63,22 83,8 658-110 514-86 45-3 156,11 148,13 88,153 77,760-94,1173-1544,2231-1754,1443-1557,1047-1428,514-332,37-215,51-1210,361-103,770 0,116 14,82 23,46 92,75 109,65 190,99 751,389 93,21 55,0 142-21 177-14 170,35 137,103 96,117 34,67 9,51 179,1284-6,97-19,60-565,1715-142-51-157-20-305-35-1216-135-193-5-3916,66-182,41-155,77-262,192-350,268-300,209-322,145-295,91-1447,244-138,5-1613-13-178-17-956-211-65-14-5090,97-378,20-347,41-337,43-2354,465-34,9-908,275 252,1007 205-32 148,446-119,431-1346,1283-2431,736-2655,298 419,516 366,457 542,783 183,284 135,290 85,303 2530,2564 549-133 230-92 215-99 268-229 644,589-193,335-391,170-1245,430-409,571-388,620 42,1883 1332,483 517,346 436,567 51,97 44,110 171,610 31,221 6,119-14,818-12,92-39,103-66,93-927,1231-535,698-1475,1107-1519,974-71,56-63,63-95,127-119,160-44,76-147,501-14,67-8,3234 258,3530 838,1619 995,626 1734,2487 2582,4826-345,593 241,1222 262,1284 28,84 1402,2333 81,125 85,100 65,71 115,78 182,97 131,69m-53655,29426 197-617 0-103-216-1676-66-173-1430-2535-3864,739-38,1420 373,1790 256,718 605,689-173,130-340,15-514-115-306-169-551-926-119-230 28-1937-1247-864-168-56-553-130-707,101-525,328-2408,2303-3892,2306-112,484 2336,3588 1894-926 565-26 166,1099-436,2337-694,224-1857,1006-75-103-58-67-43-42-42-39-40-30-46-27-3274-1537-2009-310-1536-505-1010-995-2273-1588-918,234-780-1423-192-443 443-2670 14-60 23-92 23-74 61-148 82-148 74-120 1048-1668 38-42 38-26 61-25 2396-702 996-40 846-758 29-247-5-32-22-43-868-2777-542-4106-613-984-94-172-1527-2817-31-103-13-79 3-96 16-94 31-94 38-78 25-37 53-63 50-44 59-38 113-44 104-17 233,59 190,115 103,42 101,21 98,0 73-12 97-17 78-21 82-31 62-32 75-50 50-40 138-131 124-132 116-134 84-116 74-125 104-212 75-206 57-185 37-181 24-238 348-1172 1424-390-855-724-464-866-219-693 8-692 188-336 192-192 227-94 1212,681 1444,1098 885-1539-945-545-704-598-1510-1719-90-103-55-106-137-1798-246-854-432-408-710,529-60,131-79,137-54,64-52,34-1248,340-614,120-289,43-785,66-3596-327-170-24-187-27-197-50-194-74-206-93-42-21-82-41-132-78-74-58-82-70-104-101-66-89-63-140-30-159-12-163 23-194 39-209 311-1513-4053,319m79751-189809 524-365 492-279 355-142 249-41 1308-91 3969-7 327,27 233,126 243,169 975,897 268,305 217,342 206,480 124,485 2545,2449 725,601 225,139 2897,1238 1097-558 1976-1315 506-365 0-131-24-137 1989-2329 4613,1568 2717,6050 2446,4695 160,266 1115,1550 51,67 662,726 3091,2261 1400,581 1333,51 28,1 885,522 149,645-684,1285-115,184-768,677 579,916 2131,596 137-73 164-20 163,7 613,144 174,74 363,167 34,16 426,251 342,305 51,46 519,502 351,401 292,351 175,259m-102447-48521 2927,317-228,2880-485,2130-5,37 14,26 279,469 1110,569-75,848 899,2385 3380,3480 769,1179 155-114 151-112 482-1178 1697-1672 351,64 734,1366 53,218 213,878-1,70-169,1055 3780,1266 115-47 677-284 2079-1246 1966-1889 325-514-495-371-65-430 609-819 95-104 1977,1352 193,227 725,1067 568,1296 219,287 3706,3074 251,157 256,118 251,70 37,5 158,20 3400,155 306-33 193-80 208-156 183-230 501-1126 58-131 237-504 130-195 151-140 232-130 195-92 1192-454 487-241 1139-769m-38559-14041 269,37"/>

		<!-- ActionMenu (Zahnrad) und Legende // anderes Koordinatensystem -->
		<g transform="matrix(875,0,0,875,-334877,-496231)" stroke="none" id="legende">

		  <g id="actionIconG" display="none">
		    <rect width="33" height="33" x="686" y="990" id="actionIcon" onclick="unhideControls()" pointer-events="all" fill="#bbbbbb"/>
		    <path d="m715.28544,1004.9159c0-0.32-0.264-0.582-0.582-0.582l-1.069,0c-0.324,0-0.662-0.25-0.751-0.559l-1.455-3.395c-0.155-0.277-0.104-0.68999 0.123-0.91799l0.723-0.723c0.227-0.228 0.227-0.599 0-0.824l-1.74-1.741c-0.226-0.228-0.597-0.228-0.828,0l-0.783,0.787c-0.23,0.228-0.649,0.289-0.931,0.141l-2.954-1.18c-0.309-0.087-0.561-0.423-0.561-0.742l0-1.096c0-0.319-0.264-0.581-0.582-0.581l-2.464,0c-0.32,0-0.583,0.262-0.583,0.581l0,1.096c0,0.319-0.252,0.657-0.557,0.752l-3.426,1.467c-0.273,0.161-0.683,0.106-0.912-0.118l-0.769-0.77c-0.226-0.226-0.597-0.226-0.824,0l-1.741,1.742c-0.229,0.228-0.229,0.599 0,0.825l0.835,0.839c0.23,0.22799 0.293,0.64199 0.145,0.92799l-1.165,2.927c-0.085,0.312-0.419,0.562-0.742,0.562l-1.162,0c-0.319,0-0.579,0.262-0.579,0.582l0,2.463c0,0.322 0.26,0.585 0.579,0.585l1.162,0c0.323,0 0.66,0.249 0.753,0.557l1.429,3.369c0.164,0.276 0.107,0.688-0.115,0.916l-0.802,0.797c-0.226,0.227-0.226,0.596 0,0.823l1.744,1.741c0.227,0.228 0.598,0.228 0.821,0l0.856-0.851c0.227-0.228 0.638-0.289 0.925-0.137l2.987,1.192c0.304,0.088 0.557,0.424 0.557,0.742l0,1.141c0,0.32 0.263,0.582 0.583,0.582l2.464,0c0.318,0 0.582-0.262 0.582-0.582l0-1.141c0-0.318 0.25-0.654 0.561-0.747l3.34-1.418c0.278-0.157 0.686-0.103 0.916,0.122l0.753,0.758c0.227,0.225 0.598,0.225 0.825,0l1.743-1.744c0.227-0.226 0.227-0.597 0-0.822l-0.805-0.802c-0.223-0.228-0.285-0.643-0.134-0.926l1.21-3.013c0.085-0.31 0.423-0.559 0.747-0.562l1.069,0c0.318,0 0.582-0.262 0.582-0.582l0-2.461 0.002,0 z m-12.665,5.397c-2.29,0-4.142-1.855-4.142-4.144 0-2.289 1.852-4.142 4.142-4.142 2.286,0 4.142,1.854 4.142,4.142 0,2.288-1.856,4.144-4.142,4.144z" fill="#ffffff" pointer-events="none"/>
		  </g>

		  <g stroke-width="1" stroke="#cccccc">
		  <rect width="56" height="13" x="205" y="1071" id="413"/>
		  <rect width="56" height="13" x="266" y="1071" id="414"/>
		  <rect width="56" height="13" x="328" y="1071" id="415"/>
		  <rect width="56" height="13" x="389" y="1071" id="416"/>
		  <rect width="56" height="13" x="450" y="1071" id="417"/>      
		  </g>
		  <g style="stroke: none; font-size: 14px; fill: #000000; text-anchor: middle;font-family: Helvetica, Arial, sans;">
		  <text x="204" y="1115" >min</text>
		  <text x="204" y="1100" id="418">x</text>
		  <text x="264" y="1100" id="419" font-weight="bold">x</text>
		  <text x="325" y="1100" id="420" font-weight="bold">x</text>
		  <text x="386" y="1100" id="421" font-weight="bold">x</text>
		  <text x="449" y="1100" id="422" font-weight="bold">x</text>
		  <text x="507" y="1100" id="423">x</text>
		  <text x="507" y="1115" >max</text>
		  </g>
		  <text x="355" y="18" id="424" style="font-weight: bold; stroke: none; font-size: 24px; fill: #3a3b4f; text-anchor: middle; letter-spacing: 1px;font-family: Helvetica, Arial, sans;">Headline</text>

		</g>  <!-- Ende Koordinatensystem Legende -->
		
	</g>  <!-- Ende Länderbinnengrenzen, keine Mouse Events -->    	
  
  </g> <!-- Ende Zoom und Pan Objekt (id="Wahlkreiskarte") -->
  
</svg>
</script>

</div>
	
</body>

</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
	
	<head>
		
		<title>SVGweb Map in DIV</title>

		<script src="../../../src/svg.js" data-path="../../../src/"></script>

	</head>
	
	<body>

	<h5>This map sits in a rectangular DIV (blue) "width: 500px; height: 600px;"</h5>
	<h5>SVG : viewBox="-340431 -475036 672623 911401" width="100%" height="100%"</h5>
	<h4>Map will remain inside DIV with native SVG but overflow with Flash renderer</h4>
	
	<div style="width: 500px; height: 600px; background-color: #99caff;">

	<script type="image/svg+xml">
	
	<svg	id="svgroot" viewBox="-340431 -475036 672623 911401" width="100%" height="100%">
		
	<g id="Wahlkreiskarte" fill="#fefcd5" stroke="#000000" stroke-width="300" stroke-linecap="round" stroke-linejoin="round">
	
<g>	
<path id="1001" d="M-65000-425755l936 1453l16 347l-88 3494l-273 383l-2724 2067l-627 137l-4521-193l-1300-3056l138-42l772-265l2042-1225l30-172l-31-245l-131-388l-43-210l-11-147l32-281l286-1725l1243 1l529 1389l438 783l1092-1279l59-145l136-203l351-435l57-51l68-37l42-4l1002-27l480 76z"/>
<path id="1002" d="M-20114-377012l-447-3l-361 39l-1092 509l-1208 3058l-66 299l15 92l340 351l239 219l256 356l92 236l55 183l24 238l-12 213l-106 258l-717 1314l-310 639l433-289l1443-977l331-667l8-19l-1-15l-83-1178l47 0l545 18l1515 510l187 2411l77 4443l-645 1545l-1035 1374l-578 31l-1295-218l-2066-179l-3442-3240l-219 22l-58-22l-568-371l-670-1125l-318-1487l141-1509l550-957l363 67l22 377l673 448l329 18l1282-627l756-760l-223-1015l-258-320l-286 136l-455 339l-885 314l-174-16l-1953-334l-194-62l-143-124l-147-276l298-1150l2218-1145l218-95l167 0l1298 21l267 30l237 56l733 205l1155-1837l42-85l10-85l10-119l-69-631l-114-531l-35-149l-27-191l-9-203l35-308l58-414l168-368l1523-1721l350-291l473-87l1267 2411l75 268l37 191l76 430l-169 1531z"/>
<path id="1003" d="M25802-328917l683-14l350 1292l263 2433l3174 1014l41 17l131 80l112 90l95 99l37 56l28 46l14 60l6 49l-3 73l-25 74l-64 114l-31 19l-47 28l-3457 1051l-108-6l-109-31l-120-64l-117-75l-132-110l-37-48l-35-56l-39-70l-33-94l-17-270l18-228l24-86l-2262-623l-1285 1638l-2989 2483l-810 125l-898 125l-283 159l-1506 2320l-50 100l25 1805l159 346l408 368l137 121l116 148l89 161l60 144l34 125l42 568l50 729l-871 246l-881 394l-1767 1797l-1891 788l-2074 481l-345-266l239-573l13-6l1228-455l-1-240l-942-348l-883-89l-132-7l-234-11l-161 88l8 42l426 2184l413-38l90 328l-430 461l-127-9l-337-27l-259-57l-1658-740l-1119-1597l353-216l46-14l62 8l38 22l33 42l90 125l42 33l61 22l71 0l28-13l33-33l241-358l42-66l43-89l13-67l0-331l-4-121l-9-72l-109-636l-14-75l-28-64l-588-709l-143 113l-27 33l-633 811l-372 28l-1387-2273l-39-80l-10-79l15-73l29-59l38-55l643-579l326-252l40-23l64-19l1255-220l913-1439l-744-2411l-23-39l-1700-1032l-112-268l-22-59l172-457l268-448l37-54l597-311l427 12l148 49l1393 780l1361 899l324 106l48-8l304-98l160-68l134-76l110-73l63-64l56-67l187-265l208-526l146-398l57-99l78-98l129-111l900-670l4792-2145l2918-1082l491 261l663-424l420-461l670-866l909-3613l53-1251l15-374l842-185l190-10l153 13l154 49l438 200l150 111l161 147l211 236l159 217l135 246l109 264l31 235l13 252l-23 221l-73 323l-30 135l-24 171l-12 160l-5 259l9 86l161 640l228 101l118 48l168 37z"/>
<path id="1004" d="M-30440-348117l-784 2197l-39 5319l318 286l891 256l954-77l159 662l-1148 1597l-2522 1363l-167 54l-95 30l-2307 528l-189 9l-620 0l-322-16l-118-286l82-1557l-932-1913l-477-4628l391-914l1167-2328l2218-2674l944-251l1458 1026l-36 869l1174 448z"/>
<path id="1051" d="M-118707-341722l290 1480l-266-84l-225-75l-289-226l-117-162l-68-150l-49-367l11-265l38-201l171-470l159-262l158-177l332-291l290-112l370-7l163 290l-968 1079zM-94186-375370l1303 456l957-740l145-76l112 15l117 69l199 159l199 161l236 195l2132 1888l38 81l295 1125l1371 1241l892-874l1351 718l1655 671l61 16l77-23l66-37l40-47l47-92l46-130l198-1336l-5-92l-8-104l-51-115l-81-79l-161-97l-305-162l-54-69l-7-84l7-115l61-76l84-38l237-23l200 0l121 15l111 34l1083 699l804 553l893 1070l32 59l32 129l-9 150l-195 1495l-13 53l-31 54l-38 23l-107 7l-367-68l-99-16l-95 12l-90 29l-55 55l-35 88l21 152l518 1188l1176 2146l68 122l19 18l28 13l946 335l61 16l69 15l107-23l86-60l416-459l827-611l126-73l129-38l3120-573l987 75l539 1188l1214 1517l818 2878l494 7337l-1029 747l-1219 754l-351-29l-61-234l-909 363l-949 447l-99 53l-128 70l-611 339l-1923 1145l-155 113l-1228 995l-468 520l515 1821l204 1736l-247 2577l-132 469l-466 1986l-309 1776l200 1192l-12 452l-14 407l-467 2207l-92 354l-18 62l-546 1044l-325 145l-287-72l-403 76l-4291 5269l-772 4256l52 1283l-1983 27l-5724-204l-1594-109l-550-28l-708 55l-1074 127l-211-1869l-1420 308l-898 217l-43 7l-151 20l-77-5l-82-25l-811-352l-672-569l-2061-2396l-483-633l-592-997l-749-1716l-1041-2569l-18-496l-1379-2629l-1435-2602l-781-57l-239-171l1704-1353l219-141l290-138l934-334l968-224l2760 578l544 389l100 93l354 367l753 44l420-108l221-65l356-127l349-127l47-28l65-39l117-80l135-135l132-157l107-177l124-283l69-195l130-369l54-176l97-326l21-145l2-19l8-165l4-181l-52-301l-383-745l-2029-3068l-1100-3670l-56-109l-78-86l-21-23l-57-48l-42-34l-79-39l-96-40l-740-146l-93 1l-785 135l-157 30l-171 77l-704 450l-765 68l-1009-91l-833-615l-609-650l-198-226l-140-252l-1146-3193l-62-188l-41-165l-17-231l43-242l487-1992l74-232l489-1047l157-284l196-251l88-76l307-166l43-38l27-55l398-1660l18-144l370-3884l1481 367l1531 199l315-9l265-89l121-104l61-174l30-224l-30-282l-59-545l-36-429l25-187l73-236l179-251l181-191l2597-2466l368-342l295-161l677-168l230-94l140-79l134-102l207-213l1158-1435l71-117l31-111l9-87l-31-266l-49-133l-70-118l-167-197l-138-135l-88-93l-90-139l-63-135l-41-122l-41-142l-20-134l-32-318l12-236l31-266l56-220l70-176l243-437l226-297l298-288l790-667l233-113l34-10l152-10l238 10l357 82l176 104l144 184l1549 1006z"/>
<path id="1053" d="M17441-312632l576 1498l34 149l30 435l0 119l-8 96l-192 1592l-269 587l-59 89l-130 83l462 2189l2600 3158l839 973l59 53l63 43l1781 729l685 217l752 176l454-142l26-25l366-350l12 3l1282 352l1123 368l1359 1673l91 1050l-331 143l-26 10l-18 17l-6 40l-51 686l13 79l12 47l931 1940l-1241 1763l-13 19l-236 375l-285 1547l-129 2753l276 722l-1120 1446l-3055 659l-91 7l-724-51l-78-13l-54-37l-37-78l-64-176l-129-352l-54-108l-57-78l-278-279l-779-34l-83 0l-92 17l-75 38l-62 41l-51 46l-24 42l-13 50l-8 58l4 58l148 1911l31 113l412 1129l0 81l-12 94l-1456 3088l-2077 2193l-1737 1230l-2081 986l-1764 2248l-2108-582l-605 5l-1112 641l-181 129l-46 51l-24 65l-875 3104l-15 77l11 130l65 509l42 548l89 1824l-5 57l-233 1095l-130 387l-46 73l-58 53l-636 407l-84 27l-81-7l-74-20l-73 4l-74 12l-354 1490l179 308l-1096 353l-567-399l-1799-661l-884-166l-1546-301l-279-77l-216-91l-411-237l-1363-901l-1438-674l-298-162l-958-601l-1357-964l-799-603l-640-567l-844-790l-324-142l-244-60l-289-41l-36 2l-1029 69l-677 44l-222 12l-312-19l-209-94l-1297-878l488-776l587-999l-191-76l-172-30l-267-25l-394-10l0 636l-262 259l-4359-4495l-375-1335l3911-2781l312-1591l-147-64l-109-90l-34-60l-17-123l17-105l74-147l1010-981l1962-1557l1329-813l702-220l91-34l1364-653l77-116l58-154l236-725l69-154l90-96l1488-1473l290-280l87-60l37-10l499 5l70 24l58 40l184 181l272 212l261 168l90 57l684 240l73 13l617-52l481-131l1017-442l187-85l246-149l338-241l136-115l84-124l78-149l135-357l157-447l45-195l11-52l-2-39l-16-33l-880-1032l-21-24l-565-327l-25-10l-1572-31l-637 97l-468-240l-2445-3137l-553-787l-102-305l149-1112l312-2261l1327-13l468 206l351-64l142-2463l-325-156l-1670-767l-234-71l-280 0l2374-2344l1851-1474l932 310l1378 766l1630-542l107-45l145-112l37-97l28-102l18-147l47-443l26-974l130-1168l4-26l7-41l26-79l47-53l41-35l110-47l578-193l52-5l71 0l566-130l1031-579l84-57l62-52l21-52l104-306l633-811l27-33l143-113l588 709l28 64l14 75l109 636l9 72l4 121l0 331l-13 67l-43 89l-42 66l-241 358l-33 33l-28 13l-71 0l-61-22l-42-33l-90-125l-33-42l-38-22l-62-8l-46 14l-353 216l1119 1597l1658 740l259 57l337 27l127 9l430-461l-90-328l-413 38l-426-2184l-8-42l161-88l234 11l132 7l883 89l942 348l1 240l-1228 455l-13 6l-239 573l345 266l2074-481l1891-788l1767-1797l881-394l871-246z"/>
<path id="1054" d="M-108528-395324l-81 19l-113-20l-139-54l-1763-702l-107-86l-87-100l-27-77l23-47l147-92l597-231l150-41l151-22l152 15l325 129l1282 187l161 470l46 188l-630 416l-87 48zM-119305-389945l-2128 421l-155-31l-171-74l-184-103l-190-131l-409-408l-994-1240l-233-410l-246-689l-35-794l0-550l60-291l143-158l381-322l2934-1251l2738-989l90-27l509 29l638 93l237 65l118 66l80 109l31 93l-36 1547l-748 2537l-1331 1912l-234 280l-192 109l-242 96l-60 22l-371 89zM-128056-399760l616 311l1174-382l219 18l145 24l119 48l86 59l74 64l898 1334l14 65l22 220l-6 87l-30 308l-36 48l-95 89l-127 51l-52 11l-328 61l-869 39l-106-11l-405-390l-887-746l-789-406l-73-39l-174-172l-77-90l-65-99l-64-113l-61-178l-5-60l15-63l51-65l81-70l102-59l111-31l147-9l132 36l243 110zM-114793-404939l-106 26l-99-8l-81-16l-118-46l-119-59l-95-87l-82-98l-70-102l-24-66l-21-76l0-90l9-71l37-135l184-418l26-39l85-56l115-39l542-49l81-22l96-35l64-41l244-205l51 16l75 73l98 146l67 182l10 150l4 253l-43 139l-70 129l-74 108l-87 104l-137 130l-152 97l-174 97l-236 108zM-119760-406362l-2081 550l-688 133l-61-17l-336-285l-61-35l-79 6l-576 142l-173 47l-1511 867l-395 410l-427 450l-198-1l-1006-887l-45-44l-25-56l-21-97l2-89l74-209l67-146l51-67l499-419l109-60l104-27l7 0l100 8l112 30l213 64l87 0l82-1l317-38l438-89l2473-504l2146-715l304-117l134-63l85-65l101-125l1135 371l-101 313l-27 56l-191 279l-38 40l-516 353l-84 37zM-115367-410515l-2067 420l-57-258l1097-510l1027 348zM-136706-405626l728 866l49-33l42 55l16 117l-16 293l-16 156l-67 164l-86 110l-103 109l-104 77l-164 100l-353 73l-162 26l-182 8l-1044-96l-140-29l-103-30l-104-68l-883-1016l-364-451l-2344-3487l-104-157l-499-1058l-24-112l0-164l43-189l67-141l2330-2660l342-389l286-312l1415-1189l95-62l46-20l38-9l34 0l40 20l23 24l16 35l-1 174l-19 100l-30 53l-529 634l-194 183l-345 259l-104 111l-125 184l-74 185l-65 187l-43 303l6 297l86 392l120 339l176 315l126 176l141 152l686 2833l45 151l59 107l1336 2304zM-124900-410931l-107 25l-971-19l-3337-189l-931-60l-158-32l-152-48l-361-142l-4434-2145l-230-167l-111-136l-96-270l-47-205l-61-481l68-458l251-739l301-791l229-459l172-254l286-355l458-457l527-371l235-124l241-77l2142-446l3590-252l858 59l563 150l732 229l770 261l737 471l144 125l86 89l192 319l619 2450l24 113l-9 77l-20 49l-2038 4093l-64 98l-98 69zM-131378-452486l858 303l137 53l62 42l43 58l11 81l-23 52l-44 47l-972 284l-86 8l-93-8l-84-22l-83-57l-84-137l-63-83l-231-223l-111-77l-89-51l-88-31l-2172 139l-77 26l-51 45l-33 41l-17 77l150 822l22 92l32 54l18 29l66 55l133 39l109 11l664-61l82-13l116 0l131 21l113 50l123 90l98 88l508 618l422 555l28 44l2 67l-74 577l-103 184l-40 40l-1346 814l-81 43l-188 81l-210 68l-181 49l-584 100l-104 28l-94 61l-922 725l-131 138l-332 444l-125 175l-157 244l-1059 1910l-52 99l-17 107l379 5379l91 1069l10 78l26 98l217 704l144 304l180 321l154 187l204 189l140 101l156 94l2578 1553l161 64l165 45l160 22l276 20l3281 52l913-489l301-139l366-110l6-1l391-56l4687-135l691-104l1609-636l253-171l352-241l16-1426l40 11l1439 319l554-175l195-65l156-32l164 0l134 14l53 12l44 10l97 26l148 65l1110 788l1487 1058l121 60l128 31l118 13l2919 152l51-21l1512-1143l20-15l27-16l60-33l60-11l502-82l1135-95l487-20l7196 649l111 17l133 35l1670 679l2364 1119l918 660l15 17l8 16l2 20l-6 17l-41 88l-16 42l6 34l14 20l456 265l718 392l46 20l1138 175l20 3l1641 138l91-15l1376-415l29 1720l-383 2235l-262 1169l-455 1685l1331 2902l-637 2087l-926 435l-1143 907l-46 42l-8 71l-159 2090l387 2690l-121 632l-583 457l-53 14l1989 1098l4105 713l696 1933l555 1041l2267 1376l-1 2251l1168 1552l835 1188l336 633l-702 2148l790 457l1168 307l234 80l1709 1327l39 451l-61 377l-975 2106l-1002 2006l323 2044l890 1221l591 673l327 313l119 87l49 96l537 2143l8 47l5 942l-241 650l-246 298l-57 53l-68 0l-68-17l-99-15l-355 249l-1214 1248l-55 62l-643 804l-1113 1963l-7 16l-390 905l0 36l68 916l197 942l-3148-808l-2790 3661l-61 457l56 230l197 806l-892 874l-1371-1241l-295-1125l-38-81l-2132-1888l-236-195l-199-161l-199-159l-117-69l-112-15l-145 76l-957 740l-1303-456l-1549-1006l-144-184l-176-104l-357-82l-238-10l-152 10l-34 10l-233 113l-790 667l-298 288l-226 297l-243 437l-70 176l-56 220l-31 266l-12 236l32 318l20 134l41 142l41 122l63 135l90 139l88 93l138 135l167 197l70 118l49 133l31 266l-9 87l-31 111l-71 117l-1158 1435l-207 213l-134 102l-140 79l-230 94l-677 168l-295 161l-368 342l-2597 2466l-181 191l-179 251l-73 236l-25 187l36 429l59 545l30 282l-30 224l-61 174l-121 104l-265 89l-315 9l-1531-199l-1481-367l-24-1060l-45-180l-71-220l-371-679l-246-338l-158-136l-127-51l-105-29l-137 9l-3443 823l-1282-681l-172-40l-1984-14l-378 78l-233 74l-368 242l-285 311l-767 1040l129 212l-1964 436l-58-8l-98-35l-3580-2285l-181-156l-247-286l-127-161l-145-193l-540-1059l-22-48l-31-85l-26-572l11-80l261-1577l297-1248l199-679l78-193l103-197l148-276l133-166l312-306l214-161l237-130l215-100l452-118l87 11l33 18l266 1295l0 168l589 578l91 75l60 15l44-5l597-197l2919-1583l214-272l43-393l51-857l-203-681l-1022 23l-675 389l-266-151l-338-310l-1013-1123l160-431l331-536l810-492l396-161l1642-161l2198-306l20-290l1899-239l4371-547l2161 578l45 400l1476-284l846-327l457-352l1202-996l162-157l47-339l64-121l1108-1304l1335-1195l863-404l630-207l1259-414l566-1490l312-932l-116-568l225-50l-106-812l-301-284l-751-1559l-84-555l-41-394l-16-161l-124-65l-211-29l-152 23l-2461 1236l-2007 4188l-39 319l551 237l-195 354l-36 40l-1596 753l-210 61l-201 43l-281 27l-303 14l-2473-193l-1175-263l-29-10l-63-23l-1085-621l-68-74l-44-80l-69-282l-49-2789l284-358l295-361l197-199l29-17l223-128l677-260l582-46l64-33l24-19l906-773l473-507l473-510l214-336l142-224l103-259l39-104l126-397l68-289l36-352l-3-186l-8-226l-39-306l-78-259l-257-595l-116-555l1377-3110l383-1056l-373-1087l-457-321l-851-373l-1000-932l-120-114l-972-2515l-257-251l-1268-839l-184 18l-2121-1267l-551-452l-314-306l-257-268l-161-214l-127-215l-27-100l-20-109l-116-648l-258-2121l204-75l-295-1026l-1422-1014l-689 127l29 159l8 40l-1139-151l-157-653l202-166l774-640l65-57l37-69l21-54l0-48l-24-1011l-717-2469l-367-808l-127-277l-311-559l-41-72l-2423-3703l-1999-2041l-69-93l-68-114l-46-110l-37-107l-29-112l-4-71l10-100l294-2423l-78-646l-565-1458l-987-25l-3978 91l-320 60l-345 87l-299 121l-867 465l-570 318l-50 32l-1796 1276l23 180l-2343 1057l-126 52l-111 27l-149 20l-196-13l-159-43l-191-92l-205-135l-1430-1094l-170-150l-84-87l-69-111l-353-886l-44-121l-28-129l-63-325l-21-44l-33-48l-26-37l-1440-527l-61-15l-62 36l-2177 2360l-80 88l-102 138l-143 273l-144 375l-277 777l-10 49l-141 1713l-251 4293l5 226l102 4392l152 400l15 124l-25 98l-51 57l-49 48l-76 39l-61 11l-76-22l-97-57l-116-129l-134-182l-155-248l-537-877l-8-36l57-1099l287-3502l322-4078l222-3092l62-1060l71-1031l104-705l135-737l434-1811l490-1510l511-1449l823-2104l105-236l519-952l3447-7813l473-1102l284-487l157-267l283-290l147-118l159-102l154-71l147-41l213-29l195 6l165 24l167 45l630 175l147 74l1002 526z"/>
<path id="1055" d="M39793-377742l-190 533l527-328l52-13l75 22l571 257l105 70l74 105l43 131l9 152l0 201l-39 224l-221 734l-83 228l-91 154l-115 136l-135 154l-1083 864l-109 84l-1539 901l-619 915l175 519l178 1331l744 5654l408 6441l272 2234l0 88l-19 99l-35 56l-2648 2015l-1514 970l-1957 1359l-2784 1987l-755 811l-1616 2153l-2032 2424l-138 157l-135 126l-179 154l-196 132l-732 356l-91 39l-100 9l-70 0l-2319-417l-209-54l-1587 510l-2602 2893l-119 155l-133 208l-137 286l-100 294l-84 315l-51 281l-10 259l20 219l13 98l20 141l28 112l541 1272l365 798l424 817l372 655l271 418l114 162l190 214l175 147l314 213l304 180l116 48l112 19l2710-12l-15 374l-53 1251l-909 3613l-670 866l-420 461l-663 424l-491-261l-2918 1082l-4792 2145l-900 670l-129 111l-78 98l-57 99l-146 398l-208 526l-187 265l-56 67l-63 64l-110 73l-134 76l-160 68l-304 98l-48 8l-324-106l-1361-899l-1393-780l-148-49l-427-12l108-778l-9-63l-40-40l-90-55l-1119-600l-810 118l-85 5l-80-5l-90-21l-71-27l-65-41l-170-139l-190-198l-148-175l-117-192l-151-254l920-1114l302-793l15-135l-1565-5201l-253-94l-2004-229l-2801-185l-56-26l1075-1977l598-762l1394-1415l78-77l77-45l79-31l86-21l386-19l432 458l100 86l1454 558l18 1l14-3l15-13l1153-1400l377-4244l-2926-398l-952-84l-176 51l-310 302l-1019 172l-796 135l-1203 203l-520-827l-16-11l-623-446l-557-398l-205-147l-240-171l285-3143l33-559l635-898l361-208l1325 1008l0 460l1457 953l33-1084l88-449l920-526l2211 469l168 51l42-137l373-1228l-1415-969l-92-93l-1457-2485l-415-732l-140-328l-99-530l10-61l695-750l196-87l341-49l661-31l271 180l306-54l264-205l587-976l345-1179l-133-1371l898-1233l1407-731l1852 586l1744 814l2260 1204l472 523l49 189l21 535l-62 326l41 265l111 258l174 222l1594-1169l452-488l615-912l618-5827l-578-668l-490-490l-144-557l29-877l425-1733l644-318l116-55l490-106l232-49l193-5l338 118l499 255l92 15l167-3l302-18l494-116l689-222l425-174l402-223l289-196l1379-1084l554-491l393-366l325-322l109-160l89-136l78-121l678-835l1020-1200l3974-2728l111-47l1186-298l67-10l52 5l2527 424l467 567l-74-78l-46-34l-46-28l-651-192l-38 0l-54 11l-48 19l-46 39l-47 70l-30 67l-17 51l-2 48l13 40l36 34l657 511l115 41l128 40l216 50l1346 140l417-15l1493-445l1016-316l773-284l127-197l-25-27l-8-28l2-43l16-58l14-33l667-1175l63-45l1007-555l494 230zM48784-386523l1718 2714l1048 1514l201 233l1029 2582l13 70l50 528l0 100l-16 42l-39 18l-105 21l-1139-175l-1242-280l-179-84l-260-155l-4498-1190l-106-24l-445-86l-858 77l-119 21l-69 40l-409 663l-8 99l42 64l708 688l47 15l57 0l38-26l60-97l33-110l20-143l36-44l38-11l76-2l71 31l48 42l9 53l-23 40l-390 511l-84 82l-136 103l-149 77l-167 33l-241 13l-3138-193l-71-18l-1536-652l-67-57l-31-108l19-1186l2-110l25-213l48-134l173-243l101-159l47-132l18-189l7-156l-34-268l-24-76l-292-745l-44-102l-57-60l-570-417l-285-138l-985-275l-125-8l-132 21l-2424 844l-154 118l-33 74l-20 314l23 98l96 89l951 663l116 63l105 17l155 0l75 27l129 149l29 53l-12 65l-53 23l-155-16l-202-65l-189-76l-186-109l-1727-1207l-86-100l-80-202l-80-249l-35-350l35-520l297-3227l306-927l734-1652l112-234l428-838l125-206l127-182l526-607l440-484l322-317l341-318l87-50l94-29l80-5l54 20l692 515l994 1l71 9l4514 1001l253 60l158 44l174 90l3610 1902l683 787l91 126l48 126l159 602l264 958l14 49l215 654z"/>
<path id="1056" d="M-39773-306106l963 314l1653-635l406-306l681-552l701-665l136-72l141-14l116 20l119 51l108 95l443 962l-69 1748l-1270 2309l-938 1669l-426 994l-6 1651l169 3146l104 224l12 24l-1600-104l-194 16l-175 32l-704 163l-46 11l0 1194l-190 506l-291 502l-824 1177l-3059 3426l-426 440l-27 27l-117 34l-466 134l-458-346l-325-292l-119-114l-677-650l-310-353l-1536-1798l-116-734l116-555l-389-1l-25 1l-246 329l-1199 3033l203 561l-769 3068l-340 824l-269-37l-809-116l-581-98l-365-100l-1723-664l-5481-3680l-2550-2018l-579-936l-383-1007l-259-1073l-40-273l-52-1258l-196-642l-98-316l-217-661l-632-1787l-32-89l-105-181l-153-256l-11-16l-399-558l-951-1116l54-20l853-308l2161-780l159-8l116-4l119-4l205 8l121 30l129 69l99 83l98 91l129 23l198 0l182-15l212-69l781-257l133-55l87-36l250-152l167-113l175-122l-628-1890l-391-1176l7-243l5038-2228l288-699l232-564l582-1761l325-1329l841-3701l-38-515l-38-349l-485-335l-281-44l-447-16l-660-2404l678-882l960-362l5358-322l745 2248l3931 3013l3818 4037l38 980l-499 1022l-611 1146l353 313l1374 306l290 140l190 179l40 360l10 220l-40 829l-100 309l-91 250l-89 110l-317 239l87 49l79 32l98 39l76 26zM-170237-356108l-302 260l-107-395l-24-42l-540-742l-161-176l-453-432l27-23l80-33l64-14l53-5l652-8l77 4l56 27l211 192l32 37l28 37l168 438l75 257l44 315l20 303z"/>
<path id="1057" d="M95-341721l-7 1l176-51l-169 50zM9065-372309l121 166l146 207l125 237l244 558l-1 78l-2 87l3 98l32 101l2234 2427l67 72l154 129l184 149l170 119l264 149l210 65l154 27l253 17l298-15l223-43l-425 1733l-29 877l144 557l490 490l578 668l-618 5827l-615 912l-452 488l-1594 1169l-174-222l-111-258l-41-265l62-326l-21-535l-49-189l-472-523l-2260-1204l-1744-814l-1852-586l-1407 731l-898 1233l133 1371l-345 1179l-587 976l-264 205l-306 54l-271-180l-661 31l-341 49l-196 87l-695 750l-10 61l99 530l140 328l415 732l1457 2485l92 93l1415 969l-373 1228l-42 137l-168-51l-2211-469l-920 526l-88 449l-33 1084l-1457-953l0-460l-1325-1008l-361 208l-635 898l-33 559l-285 3143l-187 55l261 1184l-601 85l-708 41l-534-26l-1148-188l-1047-1078l179-529l15-407l-10-248l-434-1594l-4508 680l-1276 1256l-1923 1435l-4056 2009l-907 424l-100 38l-118 0l-135-31l-177-73l-5519-231l-767-31l-954 77l-891-256l-318-286l39-5319l784-2197l145-359l937 97l1789 474l2420-227l789-1365l-189-650l-93-194l-309-1216l138-2435l71-749l115-565l135-200l197-1518l-165-1968l-946-950l-591-216l-292-150l75-134l74-86l1611-1693l2066 179l1295 218l578-31l1035-1374l645-1545l-77-4443l-187-2411l-1515-510l-545-18l-47 0l31-331l292-1416l47-60l93-76l40-24l87-48l703-251l85-32l36-60l773-2248l733-2195l25-45l622-627l346-320l4602-1974l505-172l578-107l736-16l914 198l544 160l1903 616l3121 2102l644 413l204 127l2501 1546l143 50l2537 748l1111 288l342 143l3285 1508l1237 740l1070 727l230 226l226 257z"/>
<path id="1058" d="M-30237-404497l3 8l79 408l57 1280l-40 213l-394 1369l-15 244l-96 1571l-13 2365l-4 795l74 630l-26 508l-41 95l-56 110l-1741 2982l-902 1016l-63 65l-1124 909l-221 177l-1692 1007l-3755 1853l-1000 373l-74 20l-95-2l-104-48l-385-243l-201-55l-540 10l-57 36l-41 46l-40 63l-17 98l-6 640l16 174l29 125l40 94l721 1132l218 341l172 159l115 86l139 55l141 33l194 2l1003-100l1757-276l186-78l784-594l78-61l232-182l1761-669l6881-1331l3027-555l486-72l819 0l181 21l134 55l1550 1032l217 155l197 174l1923 1839l-1114 1938l-160 248l-360 366l-473 87l-350 291l-1523 1721l-168 368l-58 414l-35 308l9 203l27 191l35 149l114 531l69 631l-10 119l-10 85l-42 85l-1155 1837l-733-205l-237-56l-267-30l-1298-21l-167 0l-218 95l-2218 1145l-298 1150l147 276l143 124l194 62l1953 334l174 16l885-314l455-339l286-136l258 320l223 1015l-756 760l-1282 627l-329-18l-673-448l-22-377l-363-67l-550 957l-141 1509l318 1487l670 1125l568 371l58 22l219-22l3442 3240l-1611 1693l-74 86l-75 134l292 150l591 216l946 950l165 1968l-197 1518l-135 200l-115 565l-71 749l-138 2435l309 1216l93 194l189 650l-789 1365l-2420 227l-1789-474l-937-97l-145 359l-1174-448l36-869l-1458-1026l-944 251l-2218 2674l-1167 2328l-391 914l477 4628l932 1913l-82 1557l-220 405l-2709 813l-1559 218l-831-410l-438-807l-2656-2913l-105-102l-609-444l-2586-389l-1358 105l-2410 768l-4029-249l-2743-281l-1483-3626l31-643l-537-423l-206-162l-2518-178l-376-467l-3468 678l-1270 426l-883 1315l-103 592l-834 680l-440 158l-2672-177l-1192-414l-39-12l-2508 84l-631 156l132-469l247-2577l-204-1736l-515-1821l468-520l1228-995l155-113l1923-1145l611-339l128-70l99-53l949-447l909-363l61 234l351 29l1219-754l1029-747l-494-7337l-818-2878l-1214-1517l-539-1188l323-1644l-376-2358l1039-1607l177-271l471-533l38-6l36 6l1391 271l54 12l67 24l114 66l876 605l139 66l120 31l127 0l799-56l391-58l161-53l290-96l276-95l139-48l3772-1600l171-173l709-1699l-324-1189l-597-1411l-196-468l-41-103l380-2527l89-564l180-235l764-299l1701-491l2832-1594l237-173l38-342l-17-222l-94-449l-762-337l414-960l620-733l802-350l478-289l725-702l66-155l1280-3026l1663-747l1566-1756l1160-1344l3507-2649l5451-4065l847-396l1340-470l1455-158l412 0l546-466l-5-1608l615 0l270 925l1070-446l568-238l774 102l41 9l62 43l628 902z"/>
<path id="1059" d="M-88711-431758l1016-71l486 86l401 134l3548 1567l2218 1027l290 699l-644 852l72 587l880 2350l5995 801l1794-1719l153-209l186-933l-98-246l615-799l1687-411l515 558l240 734l6 20l97 909l-1243-1l-286 1725l-32 281l11 147l43 210l131 388l31 245l-30 172l-2042 1225l-772 265l-138 42l1300 3056l4521 193l627-137l2724-2067l273-383l88-3494l-16-347l-936-1453l1428-1503l255-196l1528-1047l3124-3132l60-40l94-10l1457 52l74 30l27 37l10 32l-19 47l-690 698l-176 204l-309 526l-125 221l-67 123l-149 495l-25 110l-39 259l-4 30l0 350l8 116l216 643l124 227l417 694l153 227l43 44l49 23l270 63l144 27l91 3l73-19l432-188l74-22l58-4l56 15l2477 945l46 22l934 455l669 344l2859 1255l2493 1093l116 38l722-54l548-89l81 536l20 58l201 406l354 607l927 1250l986 1322l1038 526l175 58l832 222l150 34l179 8l138-8l142-36l47-16l55-47l1131-2005l528-1587l186-1201l18-92l34-44l55-18l48 18l1626 985l304 234l613 568l816 783l911 1482l21 41l14 37l15 59l174 955l106 1508l98 772l153 617l147 376l251 536l493 610l147 161l805 785l586 558l784 851l66 121l52 106l73 225l40 246l-10 182l-17 185l-125 1267l-159 1143l-23 654l-65 1983l16 93l-628-902l-62-43l-41-9l-774-102l-568 238l-1070 446l-270-925l-615 0l5 1608l-546 466l-412 0l-1455 158l-1340 470l-847 396l-5451 4065l-3507 2649l-1160 1344l-1566 1756l-1663 747l-1280 3026l-66 155l-725 702l-478 289l-802 350l-620 733l-414 960l762 337l94 449l17 222l-38 342l-237 173l-2832 1594l-1701 491l-764 299l-180 235l-89 564l-380 2527l41 103l196 468l597 1411l324 1189l-709 1699l-171 173l-3772 1600l-139 48l-276 95l-290 96l-161 53l-391 58l-799 56l-127 0l-120-31l-139-66l-876-605l-114-66l-67-24l-54-12l-1391-271l-36-6l-38 6l-471 533l-177 271l-1039 1607l376 2358l-323 1644l-987-75l-3120 573l-129 38l-126 73l-827 611l-416 459l-86 60l-107 23l-69-15l-61-16l-946-335l-28-13l-19-18l-68-122l-1176-2146l-518-1188l-21-152l35-88l55-55l90-29l95-12l99 16l367 68l107-7l38-23l31-54l13-53l195-1495l9-150l-32-129l-32-59l-893-1070l-804-553l-1083-699l-111-34l-121-15l-200 0l-237 23l-84 38l-61 76l-7 115l7 84l54 69l305 162l161 97l81 79l51 115l8 104l5 92l-198 1336l-46 130l-47 92l-40 47l-66 37l-77 23l-61-16l-1655-671l-1351-718l-197-806l-56-230l61-457l2790-3661l3148 808l-197-942l-68-916l0-36l390-905l7-16l1113-1963l643-804l55-62l1214-1248l355-249l99 15l68 17l68 0l57-53l246-298l241-650l-5-942l-8-47l-537-2143l-49-96l-119-87l-327-313l-591-673l-890-1221l-323-2044l1002-2006l975-2106l61-377l-39-451l-1709-1327l-234-80l-1168-307l-790-457l702-2148l-336-633l-835-1188l-1168-1552l1-2251l-2267-1376l-555-1041l-696-1933l-4105-713l-1989-1098l53-14l583-457l121-632l-387-2690l159-2090l8-71l46-42l1143-907l926-435l637-2087l-1331-2902l455-1685l262-1169l383-2235l-29-1720l412 114z"/>
<path id="1060" d="M-7169-341568l534 26l708-41l601-85l-261-1184l187-55l240 171l205 147l557 398l623 446l16 11l520 827l1203-203l796-135l1019-172l310-302l7-1l169-50l952 84l2926 398l-377 4244l-1153 1400l-15 13l-14 3l-18-1l-1454-558l-100-86l-432-458l-386 19l-86 21l-79 31l-77 45l-78 77l-1394 1415l-598 762l-1075 1977l56 26l2801 185l2004 229l253 94l1565 5201l-15 135l-302 793l-920 1114l-115-164l-317-15l-1721 1238l-4777 1041l12 783l610 128l445 113l18 228l-21 147l-82 197l-84 119l-636 796l-134 114l-790 593l-1261 739l-2245 411l-1368-757l-1035-428l-571 158l-2143 1761l-1003 936l-1553 1631l-499 591l-15 221l484 2386l370 143l478 292l156 1505l-1604 193l-1288 129l-158-84l-42-103l-134-791l-409-618l-928-707l-3019 1617l-364 510l-753 1201l198 335l88 114l94 56l137 46l79 41l62 74l81 155l42 129l13 143l-137 416l-33 92l-50 88l-875 1194l-1195 35l-209-1263l386-1178l-150-190l-1017-108l-2006 493l-1056 416l-1617 1350l230 2548l509 981l2457 1386l362 245l-620 2739l-1280 211l-572-560l-2817 233l-103 164l-437 708l-22 74l-6 141l36 888l-57 452l-337 1000l-1289 32l-1102-318l-269-151l-12-24l-104-224l-169-3146l6-1651l426-994l938-1669l1270-2309l69-1748l-443-962l-108-95l-119-51l-116-20l-141 14l-136 72l-701 665l-681 552l-406 306l-1653 635l-963-314l-76-26l-98-39l-79-32l-87-49l317-239l89-110l91-250l100-309l40-829l-10-220l-40-360l-190-179l-290-140l-1374-306l-353-313l611-1146l499-1022l-38-980l-3818-4037l-3931-3013l-745-2248l789-1206l-147-1076l-229-609l-53-997l1560-1116l493-10l426 158l335 93l295 55l167-9l397-1021l-341-1890l-1187-287l-816-1113l27-603l956-445l897 270l1398-199l564-1602l1876-1609l831 410l1559-218l2709-813l220-405l118 286l322 16l620 0l189-9l2307-528l95-30l167-54l2522-1363l1148-1597l-159-662l767 31l5519 231l177 73l135 31l118 0l100-38l907-424l4056-2009l1923-1435l1276-1256l4508-680l434 1594l10 248l-15 407l-179 529l1047 1078l1148 188z"/>
<path id="1061" d="M-63395-344513l2518 178l206 162l537 423l-31 643l1483 3626l2743 281l4029 249l2410-768l1358-105l2586 389l609 444l105 102l2656 2913l438 807l-1876 1609l-564 1602l-1398 199l-897-270l-956 445l-27 603l816 1113l1187 287l341 1890l-397 1021l-167 9l-295-55l-335-93l-426-158l-493 10l-1560 1116l53 997l229 609l147 1076l-789 1206l-5358 322l-960 362l-678 882l660 2404l447 16l281 44l485 335l38 349l38 515l-841 3701l-325 1329l-582 1761l-232 564l-288 699l-5038 2228l-7 243l391 1176l628 1890l-175 122l-167 113l-250 152l-87 36l-133 55l-781 257l-212 69l-182 15l-198 0l-129-23l-98-91l-99-83l-129-69l-121-30l-205-8l-119 4l-116 4l-159 8l-2161 780l-853 308l-54 20l-2431-1912l-601-498l-534-565l-513-774l-49-88l-641-1162l-1486-3330l-758-1714l-163-377l-32-74l-333-768l-247-495l-2974-4374l-1159-886l-784-598l-1398-640l-2423-973l-1532-303l-579-32l-52-1283l772-4256l4291-5269l403-76l287 72l325-145l546-1044l18-62l92-354l467-2207l14-407l12-452l-200-1192l309-1776l466-1986l631-156l2508-84l39 12l1192 414l2672 177l440-158l834-680l103-592l883-1315l1270-426l3468-678l376 467z"/>
<path id="1062" d="M2248-324608l151 254l117 192l148 175l190 198l170 139l65 41l71 27l90 21l80 5l85-5l810-118l1119 600l90 55l40 40l9 63l-108 778l-597 311l-37 54l-268 448l-172 457l22 59l112 268l1700 1032l23 39l744 2411l-913 1439l-1255 220l-64 19l-40 23l-326 252l-643 579l-38 55l-29 59l-15 73l10 79l39 80l1387 2273l372-28l-104 306l-21 52l-62 52l-84 57l-1031 579l-566 130l-71 0l-52 5l-578 193l-110 47l-41 35l-47 53l-26 79l-7 41l-4 26l-130 1168l-26 974l-47 443l-18 147l-28 102l-37 97l-145 112l-107 45l-1630 542l-1378-766l-932-310l-1851 1474l-2374 2344l280 0l234 71l1670 767l325 156l-142 2463l-351 64l-468-206l-1327 13l-312 2261l-149 1112l102 305l553 787l2445 3137l468 240l637-97l1572 31l25 10l565 327l21 24l880 1032l16 33l2 39l-11 52l-45 195l-157 447l-135 357l-78 149l-84 124l-136 115l-338 241l-246 149l-187 85l-1017 442l-481 131l-617 52l-73-13l-684-240l-90-57l-261-168l-272-212l-184-181l-58-40l-70-24l-499-5l-37 10l-87 60l-290 280l-1488 1473l-90 96l-69 154l-236 725l-58 154l-77 116l-1364 653l-91 34l-702 220l-1329 813l-1962 1557l-1010 981l-74 147l-17 105l17 123l34 60l109 90l147 64l-312 1591l-3911 2781l-827-487l-3744-2475l-162-568l-836-3664l-54-423l277-1519l662-935l332 306l1818-165l53-581l88-1092l-94-959l1500-2003l266-873l-2977-3303l-2089-1501l-148-291l-14-30l43-31l1059-1220l1530-2088l19-45l603-1441l106-919l-2029-577l-1488 1144l-908 673l-1965 120l-100-75l-72-38l-84-17l-732-88l-919 1069l363 554l-2457-1386l-509-981l-230-2548l1617-1350l1056-416l2006-493l1017 108l150 190l-386 1178l209 1263l1195-35l875-1194l50-88l33-92l137-416l-13-143l-42-129l-81-155l-62-74l-79-41l-137-46l-94-56l-88-114l-198-335l753-1201l364-510l3019-1617l928 707l409 618l134 791l42 103l158 84l1288-129l1604-193l-156-1505l-478-292l-370-143l-484-2386l15-221l499-591l1553-1631l1003-936l2143-1761l571-158l1035 428l1368 757l2245-411l1261-739l790-593l134-114l636-796l84-119l82-197l21-147l-18-228l-445-113l-610-128l-12-783l4777-1041l1721-1238l317 15l115 164z"/>
</g>
<path id="2000" d="M-20389-302847l-603 1441l-19 45l-1530 2088l-1059 1220l-43 31l14 30l148 291l2089 1501l2977 3303l-266 873l-1500 2003l94 959l-88 1092l-53 581l-1818 165l-332-306l-662 935l-277 1519l54 423l836 3664l162 568l3744 2475l827 487l375 1335l4359 4495l262-259l0-636l394 10l267 25l172 30l191 76l-587 999l-488 776l-1139 769l-487 241l-1192 454l-195 92l-232 130l-151 140l-130 195l-237 504l-58 131l-501 1126l-183 230l-208 156l-193 80l-306 33l-3400-155l-158-20l-37-5l-251-70l-256-118l-251-157l-3706-3074l-219-287l-568-1296l-725-1067l-193-227l-1977-1352l-95 104l-609 819l65 430l495 371l-325 514l-1966 1889l-2079 1246l-677 284l-115 47l-3780-1266l169-1055l1-70l-213-878l-53-218l-734-1366l-351-64l-1697 1672l-482 1178l-151 112l-155 114l-769-1179l-3380-3480l-899-2385l75-848l-1110-569l-279-469l-14-26l5-37l485-2130l228-2880l-2927-317l340-824l769-3068l-203-561l1199-3033l246-329l25-1l389 1l-116 555l116 734l1536 1798l310 353l677 650l119 114l325 292l458 346l466-134l117-34l27-27l426-440l3059-3426l824-1177l291-502l190-506l0-1194l46-11l704-163l175-32l194-16l1600 104l269 151l1102 318l1289-32l337-1000l57-452l-36-888l6-141l22-74l437-708l103-164l2817-233l572 560l1280-211l620-2739l-362-245l-363-554l919-1069l732 88l84 17l72 38l100 75l1965-120l908-673l1488-1144l2029 577l-106 919zM-130441-325896l-1971 74l28-547l83-462l88-293l86-225l74-145l91-121l114-112l105-52l88-9l102 14l79 24l1183 918l23 33l14 52l-14 202l-66 442l-15 66l-15 41l-38 58l-39 42zM-135413-329455l-492 216l-570-1117l74-169l148-180l782-684l251-167l159-15l129 19l358 249l64 88l5 164l-51 179l-675 1234l-80 101l-102 82z"/>
<g>
<path id="3101" d="M7407-149383l-508 194l-39 20l95 482l442 173l817-476l253 495l253 759l824 2929l208 753l-393 284l-1657 1814l-679 2620l-215 1405l14 162l-22 802l-29 588l-102 331l-1781 955l-1813 1135l-378 836l-114 568l-2156 578l-814-760l-1816-1165l-1932 72l-386-1019l-238-1080l350-494l28-3202l-597-3519l-84-367l-932-3027l157-856l100-270l526-172l482 441l924 255l2573 437l163-1006l-421-734l-144-178l-64-160l-4-139l26-1344l2174-557l442-69l493-10l485 801l400 824l1225 452l280-517l882-969l1103 2l298 13l480 238l695 371l121 88l5 213z"/>
<path id="3102" d="M427-131976l83 375l-566 905l-500 324l-409 9l-861 1138l-1877 2484l-357 530l-156 287l-119 314l-228 882l-5 1335l1641 3639l2074 1748l-115 1037l-342 634l-766 74l-560-492l-750-654l-818-46l-841 855l-686 708l-1709 1348l-2295 1379l-1094 71l-1128 35l249-747l42-227l-1251-676l-1752-259l-54-261l-69-1250l688-446l489-30l300 141l225 610l1306 331l647-77l551-812l30-66l13-94l5-152l-30-199l-943-2746l-737-1825l-279-560l-623-566l-366-131l-1097 297l-1086-46l-1166-403l-815-1340l-652-1076l-47-4462l243-4l1582-1455l561 456l732 312l509 164l130 19l103-3l4075-147l1308-1111l380-1114l150-758l1862-1400l622-455l1363-303l238 1080l386 1019l1932-72l1816 1165l814 760z"/>
<path id="3103" d="M26488-162405l-516 2413l-51 423l-27 1089l46 414l917 320l605 586l0 255l-545 1567l-385-41l-435-56l-623 320l-422 828l-110 321l-366 2250l978 1273l724 785l-179 382l-2202 2710l-720 105l-45-485l-268-604l-1466-1031l-6319-1988l-76-280l-846-1609l-1343-942l-656-78l-498 177l-621-1731l-603-2285l-133-738l-35-265l-232-2254l1726-1947l1294 35l411 206l49 49l125 155l20 56l704 500l1373 973l434 126l524-874l22-368l-304-261l-2-42l18-344l26-320l40-238l45-208l31-81l31-66l737-1050l197-250l1449-1636l346 15l200 420l206 382l285 403l4470 783l852 135l43 23l521 655l502 710l77 228z"/>
<path id="3151" d="M17411-199580l-216 958l-44 206l453 804l879 1558l974 3395l585 2047l476 32l683-189l597-216l282 160l509 934l5 32l366 1477l803 1490l583 723l1085 1175l1383 2354l866 1805l332 861l466 924l344 97l1140-694l187-584l6-18l1291-637l675 190l135 41l-23 1184l-95 513l-47 249l-50 167l-69 100l-1184 1079l-1005 610l-208 2403l445 1399l407 982l350 620l380 596l1003 1402l2389 2862l-1822 27l-2421 1213l-927 1588l-2891 1256l-77-228l-502-710l-521-655l-43-23l-852-135l-4470-783l-285-403l-206-382l-200-420l-346-15l-1449 1636l-197 250l-737 1050l-31 66l-31 81l-45 208l-40 238l-26 320l-18 344l2 42l304 261l-22 368l-524 874l-434-126l-1373-973l-704-500l-20-56l-125-155l-49-49l-411-206l-1294-35l-1726 1947l232 2254l35 265l133 738l603 2285l621 1731l-1533-58l-2244 750l49 117l93 744l91 793l-13 474l-155 798l-541 300l-5-213l-121-88l-695-371l-480-238l-298-13l-1103-2l-882 969l-280 517l-1225-452l-400-824l-485-801l-493 10l-442 69l-2174 557l-26 1344l4 139l64 160l144 178l421 734l-163 1006l-2573-437l-924-255l-482-441l-247-67l-63-20l-71-38l-44-49l-53-81l-78-134l-526-939l-529-1178l1143-399l673-1619l-109-940l-853 193l-929 320l-1118 375l-321-675l-343-1066l436-57l-54-430l-415-1599l-551-1454l-362-621l-714-782l-3390-1731l-356-162l733-1147l-1555-3474l639-1865l-1131-414l-400-536l620-1233l3310-1544l1792-1631l1287-45l512 408l229 166l730-557l1283-1015l-33-1009l-1763 541l-223-374l-87-795l1373-1211l878-1315l256-538l-233-404l-1051-1180l-1013-1621l688-917l843-1635l-425-1247l-990-2357l-1398-3200l-57-299l14-71l184-670l13-37l1014-670l1551-2637l-239-1855l1306-2484l1723-1914l976 610l4359-2509l807-234l1141 211l1793 1930l667 1622l3443 3104l508 323l1383 516l-176-688l1851-845l1788-477l85-10l144-17l1392-714l955-628z"/>
<path id="3152" d="M-23390-71796l268 852l674 796l153 133l66 29l1373 507l538-439l174-277l530-152l6724 2825l-227 3342l-530 747l-77 338l297 270l176 120l115 51l238 104l1179 364l2516 474l326 159l-372 1361l-350 572l-1214 1765l-3027 2801l-276 158l-4079 1749l-1498-79l-10-21l-690-948l-222 32l-916 669l-792 1121l-1751 4319l-168 165l-461 63l-2696-467l-1053-251l-774 155l-2526 709l-673 765l-2248 1824l-958 688l-3125 2193l-1005 302l197-617l0-103l-216-1676l-66-173l-1430-2535l-3864 739l-38 1420l373 1790l256 718l605 689l-173 130l-340 15l-514-115l-306-169l-551-926l-119-230l28-1937l-1247-864l-168-56l-553-130l-707 101l-525 328l-2408 2303l-3892 2306l-112 484l2336 3588l1894-926l565-26l166 1099l-436 2337l-694 224l-1857 1006l-75-103l-58-67l-43-42l-42-39l-40-30l-46-27l-3274-1537l-2009-310l-1536-505l-1010-995l-2273-1588l-918 234l-780-1423l-192-443l443-2670l14-60l23-92l23-74l61-148l82-148l74-120l1048-1668l38-42l38-26l61-25l2396-702l996-40l846-758l29-247l-5-32l-22-43l-868-2777l-542-4106l-613-984l-94-172l-1527-2817l-31-103l-13-79l3-96l16-94l31-94l38-78l25-37l53-63l50-44l59-38l113-44l104-17l233 59l190 115l103 42l101 21l98 0l73-12l97-17l78-21l82-31l62-32l75-50l50-40l138-131l124-132l116-134l84-116l74-125l104-212l75-206l57-185l37-181l24-238l348-1172l1424-390l1733-1818l885-1539l531-705l2690-2632l793-81l2168 709l1592 335l1991 100l1197-502l1935-485l700 292l598 353l552 350l1224 205l1531 34l2979-1167l4159-973l2390 755l2466-545l1861-2213l1389-687l303 133z"/>
<path id="3153" d="M-2076-116261l491 1531l791 1741l-594 1364l58 469l134 1041l1264 1298l2184 937l70-207l-47-117l-55-192l46-248l82-284l101-349l239-486l1144-1869l216-276l170 235l419 516l366 457l542 783l183 284l135 290l85 303l2530 2564l549-133l230-92l215-99l268-229l644 589l-193 335l-391 170l-1245 430l-409 571l-388 620l42 1883l1332 483l517 346l436 567l51 97l44 110l171 610l31 221l6 119l-14 818l-12 92l-39 103l-66 93l-927 1231l-535 698l-1475 1107l-1519 974l-71 56l-63 63l-95 127l-119 160l-44 76l-147 501l-14 67l-8 3234l258 3530l838 1619l995 626l1734 2487l2582 4826l-345 593l241 1222l262 1284l28 84l1402 2333l81 125l85 100l65 71l115 78l182 97l131 69l-1750 388l-1079-674l-1297-1097l-529-1065l-502-646l-1621-982l-683-112l-2223-14l-1396 636l-1730 975l-74 96l-460 309l-311-241l-1584-3474l-69-517l456-1671l466-1526l-13-2867l-1027-1144l-1083-24l-182-5l-95-34l-1680-607l-926-352l-1450-888l-118-79l-84-110l-161-447l-24-33l-1040-22l-191-2l-754 973l-1071 1018l-2560 453l-715-68l-1525-1124l-280-925l-25-105l-237-1061l-99-1220l-61-919l-1190-1079l-529-816l-498-111l-336-25l-665 254l-2690 2347l-1517 1583l-634 136l-842-1092l-108-197l-108-881l-89-2231l-1516-1552l357-2804l-842-3419l-536-593l-2212-2141l586-251l448-754l-401-673l487-1606l159-183l237-256l669-49l593 91l1014 400l2852 255l1985-39l585-551l494-743l-443-273l-139-545l-149-800l48-866l53-732l320-843l211-464l1732 353l1904-974l674-396l1124-1052l176-227l14-45l-54-581l1752 259l1251 676l-42 227l-249 747l1128-35l1094-71l2295-1379l1709-1348l686-708l841-855l818 46l750 654l560 492z"/>
<path id="3154" d="M39302-135607l-390 38l-155 24l-2459 709l-144 54l-247 167l-212 275l-625 984l-25 1098l13 341l50 368l164 232l184 221l91 84l35 31l256 177l337 212l213 124l140 57l63 22l83 8l658-110l514-86l45-3l156 11l148 13l88 153l77 760l-94 1173l-1544 2231l-1754 1443l-1557 1047l-1428 514l-332 37l-215 51l-1210 361l-103 770l0 116l14 82l23 46l92 75l109 65l190 99l751 389l93 21l55 0l142-21l177-14l170 35l137 103l96 117l34 67l9 51l179 1284l-6 97l-19 60l-565 1715l-142-51l-157-20l-305-35l-1216-135l-193-5l-3916 66l-182 41l-155 77l-262 192l-350 268l-300 209l-322 145l-295 91l-1447 244l-138 5l-1613-13l-178-17l-44-465l-154-1269l-420-1268l29-495l536-1053l1004 0l1270-1647l801-1440l478-119l743-334l1321-3258l324-1186l48-276l-387-1749l-1083-118l-212 329l-284 298l-345 191l-640-198l-4527-4726l-2741-3189l-773-1792l280-667l209-315l-62-925l-162-1505l-504-580l-617-565l-3701 490l-1268 344l-208-753l-824-2929l-253-759l-253-495l-817 476l-442-173l-95-482l39-20l508-194l541-300l155-798l13-474l-91-793l-93-744l-49-117l2244-750l1533 58l498-177l656 78l1343 942l846 1609l76 280l6319 1988l1466 1031l268 604l45 485l720-105l2202-2710l179-382l-724-785l-978-1273l366-2250l110-321l422-828l623-320l435 56l385 41l545-1567l0-255l-605-586l-917-320l-46-414l27-1089l51-423l516-2413l2891-1256l100 1078l2639 3486l2146 2318l2260 2181l392 95l200 86l1939 1512l10 84l-422 2041l-909 645l-1118 310l-715-17l-341-100l-2181 468l-532 151l267 728l1045-49l2360 2830l203 1027l-112 147l-137 128l-248 173l-115 44l-120 29l-141 29l-144 15l-188 22l-635 566l-6 387l768 1019l892 676l1115 2069l484 1274l1000-58l554 954l314 544l-701 1162z"/>
<path id="3155" d="M-57324-63533l-1733 1818l-855-724l-464-866l-219-693l8-692l188-336l192-192l227-94l1212 681l1444 1098zM-27100-100428l842 3419l-357 2804l1516 1552l89 2231l108 881l108 197l842 1092l286 563l143 951l-761 2834l-604 2216l-87 2779l1715 6750l-130 363l-303-133l-1389 687l-1861 2213l-2466 545l-2390-755l-4159 973l-2979 1167l-1531-34l-1224-205l-552-350l-598-353l-700-292l-1935 485l-1197 502l-1991-100l-1592-335l-2168-709l-793 81l-2690 2632l-531 705l-945-545l-704-598l-1510-1719l-90-103l-55-106l-137-1798l-246-854l-432-408l-710 529l-60 131l-79 137l-54 64l-52 34l-1248 340l-614 120l-289 43l-785 66l-3596-327l-170-24l-187-27l-197-50l-194-74l-206-93l-42-21l-82-41l-132-78l-74-58l-82-70l-104-101l-66-89l-63-140l-30-159l-12-163l23-194l39-209l311-1513l-4053 319l-1649 364l467-503l256-981l-124-1427l1170-2415l4508-3557l1118-646l1598-662l1404-1933l560-1157l481-1823l7-492l1761-1547l916-804l2886-2321l1662-879l260-431l172-481l-381-590l358-898l1199-1781l662-388l391-42l935 257l786 391l326 355l574 629l107 46l1155 281l459-11l327-75l373-642l626-1409l1899-269l4262-1799l299-349l949-634l386-204l3693 1875l2710-1212l243-532l-115-670l-587-1232l-84-137l-531-280l210-618l2550-1007l567 569l1717 1760l2212 2141l536 593z"/>
<path id="3156" d="M-17083-91620l1190 1079l61 919l99 1220l237 1061l25 105l280 925l1525 1124l715 68l2560-453l1071-1018l754-973l191 2l1040 22l24 33l161 447l84 110l118 79l1450 888l926 352l1680 607l95 34l182 5l1083 24l1027 1144l13 2867l-466 1526l-456 1671l69 517l1584 3474l311 241l460-309l74-96l1730-975l1396-636l2223 14l683 112l1621 982l502 646l529 1065l1297 1097l1079 674l112 739l-467 282l-680 297l-1357 436l-186 383l-358 1867l-20 611l392 1348l635 139l1226 604l45 238l-548 1045l-386 598l-1103-131l-219-155l-271-420l-2139-882l-798 990l-1759 1081l-2948 339l-629-282l-473-655l-812-1357l-3116-1535l-80-62l-1025-393l-184 0l-2784 643l-781 493l142 246l43 128l17 141l11 750l-24 510l-36 367l-37 162l-88 136l-662 533l-2516-474l-1179-364l-238-104l-115-51l-176-120l-297-270l77-338l530-747l227-3342l-6724-2825l-530 152l-174 277l-538 439l-1373-507l-66-29l-153-133l-674-796l-268-852l130-363l-1715-6750l87-2779l604-2216l761-2834l-143-951l-286-563l634-136l1517-1583l2690-2347l665-254l336 25l498 111l529 816z"/>
<path id="3157" d="M-5211-147835l-526 172l-100 270l-157 856l932 3027l84 367l597 3519l-28 3202l-350 494l-1363 303l-622 455l-1862 1400l-150 758l-380 1114l-1308 1111l-4075 147l-103 3l-130-19l-509-164l-732-312l-561-456l438-595l-309-1010l-720-1702l-88-127l-2999-1771l-1334-459l-3505-106l-1368 145l-2605 572l-5248-218l-290-785l544-2333l723-283l493-73l151-18l287-84l200-125l81-163l73-380l288-1732l-1-874l406-209l1448-88l906-455l313-818l67-669l80-1326l2563 237l410-84l602-630l388-1220l791-3071l-387-1199l-245-360l-612-220l-42-1206l341-266l1697-200l297 258l81 73l40 18l91 40l89 14l674-126l1242-1246l1754-2388l2799-1261l1865-877l356 162l3390 1731l714 782l362 621l551 1454l415 1599l54 430l-436 57l343 1066l321 675l1118-375l929-320l853-193l109 940l-673 1619l-1143 399l529 1178l526 939l78 134l53 81l44 49l71 38l63 20l247 67z"/>
<path id="3158" d="M-15699-122848l1086 46l1097-297l366 131l623 566l279 560l737 1825l943 2746l30 199l-5 152l-13 94l-30 66l-551 812l-647 77l-1306-331l-225-610l-300-141l-489 30l-688 446l69 1250l54 261l54 581l-14 45l-176 227l-1124 1052l-674 396l-1904 974l-1732-353l-270-2751l-244-3240l88-1060l-492-1359l-190-303l-663-1169l-70-1651l201-4273l794-1980l472-885l332-228l595-241l495-27l1012 267l43 811l-243 4l47 4462l652 1076l815 1340l1166 403zM23618-130624l640 198l345-191l284-298l212-329l1083 118l387 1749l-48 276l-324 1186l-1321 3258l-743 334l-478 119l-801 1440l-1270 1647l-1004 0l-536 1053l-29 495l420 1268l154 1269l44 465l-956-211l-65-14l-5090 97l-378 20l-347 41l-337 43l-2354 465l-34 9l-908 275l252 1007l205-32l148 446l-119 431l-1346 1283l-2431 736l-2655 298l-170-235l-216 276l-1144 1869l-239 486l-101 349l-82 284l-46 248l55 192l47 117l-70 207l-2184-937l-1264-1298l-134-1041l-58-469l594-1364l-791-1741l-491-1531l766-74l342-634l115-1037l-2074-1748l-1641-3639l5-1335l228-882l119-314l156-287l357-530l1877-2484l861-1138l409-9l500-324l566-905l-83-375l2156-578l114-568l378-836l1813-1135l1781-955l102-331l29-588l22-802l-14-162l215-1405l679-2620l1657-1814l393-284l1268-344l3701-490l617 565l504 580l162 1505l62 925l-209 315l-280 667l773 1792l2741 3189l4527 4726z"/>
<path id="3241" d="M-51786-182389l1013 777l1222 266l2298 1607l-157 578l304 357l1383 1071l433 126l461-180l285-438l366-672l2115 250l635 274l500 1037l2591 418l1509 31l1968 2060l-1370 2022l60 320l1763 1220l502 283l2691 41l931 179l1639 536l63 328l41 125l34 38l1410 1519l245 243l299 249l1720 1022l63 36l323 126l1715-478l434-232l192-469l254-594l1617 476l1113 840l825 593l928 477l1131 412l444 34l184-361l61-374l149-1672l1131 414l-639 1865l1555 3474l-733 1147l-1865 877l-2799 1261l-1754 2388l-1242 1246l-674 126l-89-14l-91-40l-40-18l-81-73l-297-258l-1697 200l-341 266l42 1206l612 220l245 360l387 1199l-791 3071l-388 1220l-602 630l-410 84l-2563-237l-80 1326l-67 669l-313 818l-906 455l-1448 88l-406 209l1 874l-1068 404l-91 8l-1047-246l-115-35l-33-17l-91-48l-101-75l-50-90l-1864-15l-2881 423l-681 952l-1229 1152l-604 12l-416-25l-515-33l-1085-609l-2205 517l-2620 1223l-1023 1311l-432 700l26 289l2010-391l1187 645l21 640l-51 294l-940 2634l-1359 2502l-1195 498l-1091-966l-457-415l-452-920l6-344l161-640l-629-27l-738 5l-1222 9l-318 73l-300 264l-280 341l-86 260l-46 243l1409 1234l207 136l648 402l594 178l-472 1269l-1971 2558l-858 309l-1039 97l-318-83l-1713-17l-431 185l-1005-457l-764-643l-1961-1946l-693-749l-494-262l-349 18l-408 64l-861 480l-205 96l-151 39l-186 12l-243-16l-1167-146l-427-410l-291-844l16-613l345-768l217 132l245-514l158-1794l36-1911l-711-1738l-445-743l-142-152l-543-83l-144-44l-138-89l-109-123l-639-816l-1021-2165l-870-225l-411-129l-259-113l-136-90l-342-382l-180-231l-152-259l-429-1148l-21-120l-348-3220l29-913l641-275l527 274l91-120l109-215l798-1615l-766-4326l-481-881l-212-343l-751-289l-1637 1177l-1891 1252l-1425-25l-219-10l-398-732l-34-99l-12-148l50-562l29-168l118-503l82-136l77-102l3164-3257l1312 262l74-199l-947-519l-1874-507l-526 8l-1204 347l-1537 338l-129 25l-142-8l-484-105l-130-53l-56-53l-59-88l-722-1612l-730-5547l-93-536l-835-1037l-600-1301l705-637l1711-1217l196-102l2813-787l728-95l574 284l1086-157l804-386l346-313l296-850l-559-606l-8-2l-777-73l-645-538l-36-57l-27-72l-110-856l180-1507l742-438l314-183l580-271l1857-510l1086-53l1061-141l906-675l-59-652l286-378l1239-877l466-17l2027 1278l808 591l466 218l338-52l843-843l188-978l126-665l-223-1593l26-499l397-703l1997-585l1015-75l422 234l1871 3833l1749 3608l859 765l549 187l1383-73l1056-162l65-16l65-115l176-313l34-246l-47-489l-59-695l548-1088l1391-980z"/>
<path id="3251" d="M-115378-228061l1885 851l5937 2226l1306 329l699 164l297 1223l7 138l-87 762l-900 1046l-405-276l-454 1067l-105 608l11 326l41 240l14 80l375 1474l440 662l428 1006l1221 3187l90 282l71 250l217 857l52 204l59 139l101 155l1788 136l151-5l366-821l325-1031l178-765l9-157l63-205l480-1221l1495-83l993 27l1433 463l671 595l2055 1633l963 737l11 111l-38 557l-474 3090l-906 1007l-376 167l-1112 426l-446-200l-504-240l-1449 925l-304 503l867 1012l269 145l224 1394l-10 1028l117 3104l395 588l-158 1347l-338 2499l-306 876l-684 942l-399 542l-996 2027l167 308l222 495l-772 2855l-1100 1546l-643-464l-497-206l-2406 1511l-1269 1336l-1378-5l-2046 42l-704 887l-128 1363l204 469l729 564l855 1471l-28 3268l-438 701l-389 69l-278-426l-949 295l-6342 2123l-1636 1056l-1686 1314l-1708 1039l-2395-2391l-1085-1089l-1676 800l-4748 2423l-3160-1665l-2687 1619l-775 517l-126 2129l-383 1615l-1677 1437l-3133 254l-1387 81l-159 6l-2951-1256l-1345-287l870-4728l287-3439l32-134l292-621l55-58l97-58l203-83l91-14l114 6l86 21l84 43l194 150l760-339l166-105l149-153l104-168l99-221l93-208l61-167l38-232l2-94l1-119l-595-1875l-1198-528l-638-894l-961-7600l28-146l36-146l997-3466l63-198l83-146l70-80l76-45l98-19l161-3l1526-281l58-58l3892-2603l900-589l162-104l74-13l2278 82l37-15l1061-998l308-923l143-1155l8-101l-14-98l-104-312l-58-90l-93-88l-106-64l-123-93l-82-94l-55-142l-21-115l-492-2720l24-99l585-1532l269 161l371 222l977 53l710-185l70-31l2407-1121l1128-1018l-350-1159l6326-2169l719-1108l-375-1092l509-4491l453-507l247-125l155-19l1026-24l184 464l77 92l167 38l165-49l721-516l147-164l44-70l42-120l52-272l-19-329l-25-196l-589-3453l-1847-446l-80-21l-756-1557l-56-1377l224-231l506-744l283-558l241-667l289-881l2050-2147l68-53l1182-734l431 599l997 365l1408-231l167-61l478-726l-123-433l766-247l365 1103l47 350z"/>
<path id="3252" d="M-59590-126064l900 1161l2799 1709l167 397l-528 313l-229 160l-518 435l-374 490l-485 2434l-339 1907l26 1476l-20 1838l-340 1771l-908 1922l515 780l435 832l69 614l-155 304l-1399-2189l-1328-1331l-356-706l-1633-3383l-14-584l-175-287l-457-407l-352-39l-1573 733l-159 1274l-1822 892l-2976 1830l-92 65l-643 458l-629 700l-137 198l-391 572l-94 43l-5224 979l-276-421l-171-105l-612 292l-540 875l53 547l130 168l504 420l586 144l301 576l104 757l-99 147l-199 212l-599 630l-521 77l-683-140l-1795 456l14 898l-997 338l-613-268l-909-1301l-638-1494l89-197l533-493l428-1051l-896-1545l-584-142l-1839 199l-733 101l-126 37l-456 886l11 565l-314 125l-1086-599l-962-1825l-99-401l823-1675l826-1178l-545-1818l-589-424l-294-469l-160-637l-50-830l93-1353l15-72l544-832l559-117l32-333l-512-923l-420-582l-58-80l-1333-1260l604-77l980-2197l970-2929l-1030-1547l-449-474l-483-1157l-40-127l-165-667l233-1012l204-87l232 11l234 374l719 234l1351-859l2443-1705l1733-814l1780-592l631 61l992 377l3505-142l391-174l561-1062l447-1262l287-547l543-291l946-26l137 20l137-4l112-31l1416-741l40-42l230-281l411-806l146-337l174-518l1021 2165l639 816l109 123l138 89l144 44l543 83l142 152l445 743l711 1738l-36 1911l-158 1794l-245 514l-217-132l-345 768l-16 613l291 844l427 410l1167 146l243 16l186-12l151-39l205-96l861-480l408-64l349-18l494 262l693 749l1961 1946l764 643l1005 457z"/>
<path id="3254" d="M-31742-142835l-288 1732l-73 380l-81 163l-200 125l-287 84l-151 18l-493 73l-723 283l-544 2333l290 785l5248 218l2605-572l1368-145l3505 106l1334 459l2999 1771l88 127l720 1702l309 1010l-438 595l-1582 1455l-43-811l-1012-267l-495 27l-595 241l-332 228l-472 885l-794 1980l-201 4273l70 1651l663 1169l190 303l492 1359l-88 1060l244 3240l270 2751l-211 464l-320 843l-53 732l-48 866l149 800l139 545l443 273l-494 743l-585 551l-1985 39l-2852-255l-1014-400l-593-91l-669 49l-237 256l-159 183l-487 1606l401 673l-448 754l-586 251l-1717-1760l-567-569l-2550 1007l-210 618l531 280l84 137l587 1232l115 670l-243 532l-2710 1212l-3693-1875l-386 204l-949 634l-1005-983l-1223-338l-2223-1541l-3471-3982l-374-929l-255-406l-326-330l-359-99l-63-10l-819 39l-1777 256l-696 1107l-85 142l-159 125l-1257 746l-1221-457l-675-468l-1031 447l155-304l-69-614l-435-832l-515-780l908-1922l340-1771l20-1838l-26-1476l339-1907l485-2434l374-490l518-435l229-160l528-313l-167-397l-2799-1709l-900-1161l431-185l1713 17l318 83l1039-97l858-309l1971-2558l472-1269l-594-178l-648-402l-207-136l-1409-1234l46-243l86-260l280-341l300-264l318-73l1222-9l738-5l629 27l-161 640l-6 344l452 920l457 415l1091 966l1195-498l1359-2502l940-2634l51-294l-21-640l-1187-645l-2010 391l-26-289l432-700l1023-1311l2620-1223l2205-517l1085 609l515 33l416 25l604-12l1229-1152l681-952l2881-423l1864 15l50 90l101 75l91 48l33 17l115 35l1047 246l91-8l1068-404z"/>
<path id="3255" d="M-58575-107521l1031-447l675 468l1221 457l1257-746l159-125l85-142l696-1107l1777-256l819-39l63 10l359 99l326 330l255 406l374 929l3471 3982l2223 1541l1223 338l1005 983l-299 349l-4262 1799l-1899 269l-626 1409l-373 642l-327 75l-459 11l-1155-281l-107-46l-574-629l-326-355l-786-391l-935-257l-391 42l-662 388l-1199 1781l-358 898l381 590l-172 481l-260 431l-1662 879l-2886 2321l-916 804l-1761 1547l-7 492l-481 1823l-560 1157l-1404 1933l-1598 662l-1118 646l-4508 3557l-1170 2415l124 1427l-256 981l-467 503l-1465 107l-481-2l-326-146l-475-349l10-98l19-140l155-1099l20-81l31-109l41-97l64-148l66-124l69-93l66-74l59-54l46-31l55-31l100-49l579-1061l493-2210l13-78l3-62l-4-91l-12-78l-16-69l-30-92l-39-83l-51-87l-75-121l-70-108l-644-1663l-744-2026l-30-144l0-152l17-78l31-82l588-1065l1039-441l3346-3900l32-91l-450-3383l279-2326l-1371-1068l-3964-1048l-333-24l-1032 467l-248 404l-275 163l-175 85l-195 58l-285 0l-138-20l-102-44l-129-64l427-36l83-32l116-114l78-79l40-80l129-279l115-304l205-989l171-1056l108-915l1-197l2-542l-226-1279l-653-962l-1281-640l-194 21l-14-898l1795-456l683 140l521-77l599-630l199-212l99-147l-104-757l-301-576l-586-144l-504-420l-130-168l-53-547l540-875l612-292l171 105l276 421l5224-979l94-43l391-572l137-198l629-700l643-458l92-65l2976-1830l1822-892l159-1274l1573-733l352 39l457 407l175 287l14 584l1633 3383l356 706l1328 1331l1399 2189z"/>
<path id="3256" d="M-79213-197151l-232 728l370 296l744 570l188 442l526 2630l-1036 146l-628 170l-84 66l-27 22l-159 131l537 529l122 119l128 38l1035 68l1222-1725l44-70l2462 89l292 307l155 90l134 63l351 133l136 35l150 24l210-15l1567-203l1023-161l338-17l241 0l585 163l4 1661l14 797l1141 216l865 64l-58 723l-172 671l-275 1231l1337 1758l680 385l223 1593l-126 665l-188 978l-843 843l-338 52l-466-218l-808-591l-2027-1278l-466 17l-1239 877l-286 378l59 652l-906 675l-1061 141l-1086 53l-1857 510l-580 271l-314 183l-742 438l-180 1507l110 856l27 72l36 57l645 538l777 73l8 2l559 606l-296 850l-346 313l-804 386l-1086 157l-574-284l-728 95l-2813 787l-196 102l-1711 1217l-705 637l600 1301l835 1037l93 536l730 5547l378 1511l-2096 495l-2323 1279l-204 320l-70 109l-179 175l-257 184l-306 187l-252 69l-2742 571l-2070-404l-3-491l-95-627l-907-1526l-898-714l-163-126l47-123l315-813l258-557l1588-1290l662-778l-175-642l-16-38l-277-324l-2943-1257l-1998-595l-1727 2149l-938 1556l-3028 4253l-2462 2796l-332 121l-5282 1184l-2977-727l-1643-443l-567 246l-399 174l-1819 796l-2064-653l-599-336l-154-2139l3-3272l-242-4696l364-1555l1708-1039l1686-1314l1636-1056l6342-2123l949-295l278 426l389-69l438-701l28-3268l-855-1471l-729-564l-204-469l128-1363l704-887l2046-42l1378 5l1269-1336l2406-1511l497 206l643 464l1100-1546l772-2855l-222-495l-167-308l996-2027l399-542l684-942l306-876l338-2499l158-1347l-395-588l-117-3104l10-1028l-224-1394l-269-145l-867-1012l304-503l1449-925l504 240l446 200l1112-426l376-167l906-1007l474-3090l38-557l-11-111l2457 447l537 4l2202 1168l1030 774l77 69l48 127l21 161l274 2466l-862 1052l-130 136l-65 161l-549 2626l414 76l2625 460l2149-58l8-344l1229-246l300 10l971 550l0 500l-157 2144l1204 1749l81 373l31 202z"/>
<path id="3257" d="M-71670-142249l-174 518l-146 337l-411 806l-230 281l-40 42l-1416 741l-112 31l-137 4l-137-20l-946 26l-543 291l-287 547l-447 1262l-561 1062l-391 174l-3505 142l-992-377l-631-61l-1780 592l-1733 814l-2443 1705l-1351 859l-719-234l-234-374l-232-11l-204 87l-233 1012l165 667l40 127l483 1157l449 474l1030 1547l-970 2929l-980 2197l-604 77l-620-260l913-2266l-238-758l-62-160l-573-635l-118-112l-1113-412l-917 98l-301 433l-320 97l-375-28l-3743-1067l-1850-768l31-2613l-384-656l-213-363l-1023-841l-509-690l1387 560l1065 662l1452-45l449-1258l-216-1412l1511-1832l556-575l77-102l26-114l-26-97l-64-77l-2147-1067l-2500-1192l-1726-866l-272-170l-262-178l-75-87l-489-1558l61-226l314-63l851-183l299-388l50-89l13-121l383-2973l498-1275l1964-2011l37-20l23-9l52 3l71 21l64 37l188 115l479 272l1381 190l853-914l1746-2521l1847-3781l50-216l63-471l2070 404l2742-571l252-69l306-187l257-184l179-175l70-109l204-320l2323-1279l2096-495l-378-1511l722 1612l59 88l56 53l130 53l484 105l142 8l129-25l1537-338l1204-347l526-8l1874 507l947 519l-74 199l-1312-262l-3164 3257l-77 102l-82 136l-118 503l-29 168l-50 562l12 148l34 99l398 732l219 10l1425 25l1891-1252l1637-1177l751 289l212 343l481 881l766 4326l-798 1615l-109 215l-91 120l-527-274l-641 275l-29 913l348 3220l21 120l429 1148l152 259l180 231l342 382l136 90l259 113l411 129l870 225z"/>
<path id="3351" d="M-17005-214037l1049 1418l493 691l126 257l214 895l416 1633l125 374l3099 4062l473-167l483-19l1341 368l1066 2562l2344 1300l2071-1111l-1723 1914l-1306 2484l239 1855l-1551 2637l-1014 670l-13 37l-184 670l-14 71l57 299l1398 3200l990 2357l425 1247l-843 1635l-688 917l1013 1621l1051 1180l233 404l-256 538l-878 1315l-1373 1211l87 795l223 374l1763-541l33 1009l-1283 1015l-730 557l-229-166l-512-408l-1287 45l-1792 1631l-3310 1544l-620 1233l400 536l-149 1672l-61 374l-184 361l-444-34l-1131-412l-928-477l-825-593l-1113-840l-1617-476l-254 594l-192 469l-434 232l-1715 478l-323-126l-63-36l-1720-1022l-299-249l-245-243l-1410-1519l-34-38l-41-125l-63-328l-1639-536l-931-179l-2691-41l-502-283l-1763-1220l-60-320l1370-2022l-1968-2060l-1509-31l-2591-418l-500-1037l-635-274l-2115-250l-366 672l-285 438l-461 180l-433-126l-1383-1071l-304-357l157-578l-2298-1607l-1222-266l-1013-777l792-1531l-200-1862l-241-396l-28-43l-55-40l-323-656l18-2112l1346-1499l-62-2336l3749-1151l1656-248l-35-918l-390-3087l18-600l110-1886l489-2912l1682-1248l-343-2025l-835-601l-58-831l341-611l1476-2540l1151-491l481 808l146 773l1396 351l104 26l1265-185l898-138l264 205l390 1462l996 504l338 19l1540-305l62-66l585-621l595-528l495-339l529-330l2342-1212l1107 13l2416 243l2528-1762l438-2162l1889 643l-41 842l2136-572l882-917l742 1224z"/>
<path id="3352" d="M-119067-321746l216 194l511-167l65-13l50 16l43 38l891 1242l691 977l1651 1611l1418 977l551 308l546 171l1861 225l3087 284l1662 117l158-8l828-109l735-109l2939-691l737-172l149-31l90-5l150-3l179 28l2590 530l579 1727l470 846l1726 194l1151 116l2079 803l623 717l1340 1153l361 254l530 361l525 162l-30-507l218-182l351 52l1803 2012l673 822l513 629l2748-1384l433 1054l334 1780l1549 1519l-3143 2610l-2055 1246l-910 1394l-18 56l27 72l84 149l611 650l182 119l1651 585l100 9l36-22l27-57l-23-372l-8-333l15-174l43-41l92-15l548-40l92 35l882 441l95 61l135 183l75 191l14 94l20 2373l-14 156l-39 103l-164 188l-1304 1310l-2615 1199l-929-312l-1167 475l-1368 1228l-1093 1508l-424 83l-1285 2058l-79 152l-21 83l-6 67l24 1142l-15 133l-39 84l-89 134l-142 152l-808 98l-837-730l-1365-1093l-848-110l-439 133l-304 583l-763 688l-88 63l-524 264l-88 20l-67 12l-252-4l-200-16l-931-172l-417-116l-1600 1583l-795 1650l-1779-401l-301-468l-1867 1186l-498 759l147 106l163 85l2023 848l621 91l477 35l383 14l201 31l310 105l152 690l44 3226l-1113 1581l-7 0l-1639 855l-732 585l-521 587l142 219l1258 60l1536 2729l-62 567l-1598 1221l-721 942l-344 468l-170 400l-99-68l-2067-1347l-555-358l-2195 300l-2981 730l-6 150l-41 123l-69 116l-129 143l-636 655l-2915 1258l6 436l1061 246l659 2804l-731 1403l-3198 1933l-3898 1434l-1552 561l-1934-982l-1162-658l-920-422l-58-11l-55 28l-459 413l-1446 597l-2058-371l14-401l150-287l170-305l334-895l256-1020l37-641l22-750l7-1361l-31-738l-45-234l-137-302l-122-227l-656-1205l-27-2055l-7-479l-58-1549l-4-92l-92-959l-75-797l-18-203l103-5449l41-454l103-454l351-826l382-701l351-557l461-430l419-316l449-284l722-438l895-450l409 549l402 720l244 1440l-78 211l400 324l218 165l1398 25l665 2l196-127l226-158l191-160l322-274l1853-2094l-1227-4922l-832-2233l39-265l807-343l370-516l1071-1914l-199-85l-551-157l-908-119l-725 234l-345 394l-57 61l-95 89l-365 304l-472 250l-1465-764l-1272-516l-621-224l-1572 20l-666-1756l-1152-2805l-30-71l-349-805l-58-165l-10-108l6-2144l8-1355l33-685l33-114l1054-2253l1582-3440l165-422l522-1940l672-2607l-9-91l163-927l136-551l469-1308l1213-3071l2271-3132l931-841l1463-608l253-87l890-238l852-215l146-30l301-48l631-13l482 145l-2 90l-178 57l-52 423l0 300l110 285l180 290z"/>
<path id="3353" d="M-47427-278184l-75 848l899 2385l3380 3480l769 1179l155-114l151-112l482-1178l1697-1672l351 64l734 1366l53 218l213 878l-1 70l-169 1055l3780 1266l115-47l677-284l2079-1246l1966-1889l325-514l-495-371l-65-430l609-819l95-104l1977 1352l193 227l725 1067l568 1296l219 287l3706 3074l251 157l256 118l251 70l37 5l158 20l3400 155l306-33l193-80l208-156l183-230l501-1126l58-131l237-504l130-195l151-140l232-130l195-92l1192-454l487-241l1139-769l1297 878l209 94l312 19l222-12l677-44l1029-69l36-2l289 41l244 60l324 142l844 790l640 567l799 603l1357 964l958 601l298 162l1438 674l-122 486l-260 385l-615 885l-1233 1490l-77-2l-1054-61l-1195-449l10-721l-2127-85l-3424 1515l-3647 2874l-2395 1245l-240 136l-87 98l-448 666l-538 1733l2071 996l892 2514l-61 513l-1625 914l-1267-251l-1021 1331l-50 107l-15 82l3 69l39 82l1382 2338l600 605l527 16l128 410l-160 1401l-1241 659l-2220 754l-979-973l-2343 1741l-1547 1876l-1012 1640l-1242 1398l-316-850l-1292-1463l-3291-2676l-1087-629l-1917-203l-1580 801l-1404-42l-1444-2120l-2677-1949l-1025 447l-842 1074l-1381 883l-789-267l-1857-661l-436-237l-126-86l-91-83l-187-176l-91-121l-91-163l-148-339l-51-81l-73-67l-1157-699l-2862-600l-3907-909l-1109-1814l-560-3688l-31-1451l466 9l-63-1375l-1808-3167l-841-1012l625-579l329-321l1260-1834l1609-2386l247-381l360-280l1453-983l2124-1143l1482-384l1532-848l1371-1762l1859 212l558-958l-789-4002l-454-1566l334-1101l1110 569z"/>
<path id="3354" d="M44894-240033l579 916l2131 596l137-73l164-20l163 7l613 144l174 74l363 167l34 16l426 251l342 305l51 46l519 502l351 401l292 351l175 259l113 1783l20 301l48 242l165 291l320 389l456 494l3250 3347l296 289l209 121l281 47l301 0l265-73l806-408l868-505l277-171l311-193l296-208l219-171l265-177l374-158l2308-630l401-78l379 11l149 37l158 41l312 171l250 190l223 209l619 720l656 727l806 843l137 122l173 130l194 100l188 94l222 65l224 57l4699 1139l279 38l185 0l203-25l287-94l-2233 2639l-2531 734l-111-27l-890 8l-1232 5313l945 1995l3 6l-1018 38l-1367 303l-539 309l-670 385l-4059 3499l-4912 2579l-434 163l-937 299l-72-6l-1806-651l-2178-814l-55-82l-1019-984l-904-166l-514-75l-1069-96l-1826-85l-1264 490l-1628 262l-255 7l-461-71l-240-64l-206-106l-170-149l245-1216l64-317l-264-11l-346-9l-4146 71l-1687 157l-306 91l-380 397l-197 701l-24 1562l-252 428l-27 45l-204 339l-2720 2908l-78 48l-67 28l-3316 783l-913-206l-1080-436l-1289-67l-511-199l-1053-1313l-939-3427l763-1400l362-566l1591-1891l449-494l85-2685l-769-2014l1267-799l1482-861l518-699l-55-1978l-1292-2125l-696-781l-1297-1775l-510-1913l-2589-1988l-1872-343l-335-523l-465-959l-274-1210l1384 86l991-1879l1129-733l1904 372l1389-158l3594-711l20-1292l-347-2091l-1480-1600l-1181-3404l-316-2864l119-114l3852 2539l293 196l226 235l4131 3735l3451 3120l1851 1650l883 759l279 162l117 31l268 66l151-7l154-8l282-36l258-111l231-202l216-230l244-355l305-542l427-703l381-609l197-240l230-206l399-171l202-18l216 0l265 87l238 121l418 284l408 418l294 368z"/>
<path id="3355" d="M5289-262307l1096-353l524-365l492-279l355-142l249-41l1308-91l3969-7l327 27l233 126l243 169l975 897l268 305l217 342l206 480l124 485l2545 2449l725 601l225 139l2897 1238l1097-558l1976-1315l506-365l0-131l-24-137l1989-2329l4613 1568l2717 6050l2446 4695l160 266l1115 1550l51 67l662 726l3091 2261l1400 581l1333 51l28 1l885 522l149 645l-684 1285l-115 184l-768 677l-294-368l-408-418l-418-284l-238-121l-265-87l-216 0l-202 18l-399 171l-230 206l-197 240l-381 609l-427 703l-305 542l-244 355l-216 230l-231 202l-258 111l-282 36l-154 8l-151 7l-268-66l-117-31l-279-162l-883-759l-1851-1650l-3451-3120l-4131-3735l-226-235l-293-196l-3852-2539l-119 114l316 2864l1181 3404l1480 1600l347 2091l-20 1292l-3594 711l-1389 158l-1904-372l-1129 733l-991 1879l-1384-86l-402-29l-1108-1479l-332-443l-655-582l-3018-1138l-1191-345l-1362 20l-147-1640l2076-270l153-924l-269-516l-3540-238l-420 556l126 417l-1255 1251l-3010-361l78-785l3-97l-158-678l-834-826l-983-842l-2498 1829l-5122 3952l-396 907l818 330l-455 2105l-362 916l-2847-280l-1129 178l-1063 2845l-2562-796l-3075 1162l-1190 959l14 879l-762-1310l-1910 709l-868 998l-382 928l-480 962l-1648 161l-3565 318l-1666-1046l-198-1434l446-333l348 286l1239-906l2117-1572l1032-1917l-733-1122l-120 36l-132 24l-432 24l-1361-1588l1242-1398l1012-1640l1547-1876l2343-1741l979 973l2220-754l1241-659l160-1401l-128-410l-527-16l-600-605l-1382-2338l-39-82l-3-69l15-82l50-107l1021-1331l1267 251l1625-914l61-513l-892-2514l-2071-996l538-1733l448-666l87-98l240-136l2395-1245l3647-2874l3424-1515l2127 85l-10 721l1195 449l1054 61l77 2l1233-1490l615-885l260-385l122-486l1363 901l411 237l216 91l279 77l1546 301l884 166l1799 661l567 399z"/>
<path id="3356" d="M-105711-265677l-222 525l2517 1232l1664 2878l1697 1764l982 2454l8 74l-631 1188l-870 1549l0 523l804 1317l137 144l89 56l431 125l163 50l93 70l88 137l394 700l38 1751l83 3860l-11 59l427 1451l1614 1503l683 2242l-379-122l-591 2093l-1593 1006l-2098-591l-1183-67l-126 321l-1727-2481l-996-530l-1334 893l-452 1248l-3287 0l-1290-1538l-159-208l-65-167l-66-213l-71-629l-41-95l-54-59l-742-434l-493-89l-1586-208l-874-57l-126 27l-135 61l-115 91l-53 89l-689-24l-1277-475l-788-920l-170-302l-2-10l-297-665l-62-28l-1908-312l-3023-131l-1000-966l-2558-2115l-1381-557l-857 403l-781 500l-1595-907l-256-422l-565-929l-806-14l-1136-9l-225 55l-166-653l-17-120l-52-375l7-565l47-577l830-7538l606-2710l177-839l40-836l-77-1205l656 1205l122 227l137 302l45 234l31 738l-7 1361l-22 750l-37 641l-256 1020l-334 895l-170 305l-150 287l-14 401l2058 371l1446-597l459-413l55-28l58 11l920 422l1162 658l1934 982l1552-561l3898-1434l3198-1933l731-1403l-659-2804l-1061-246l-6-436l2915-1258l636-655l129-143l69-116l41-123l6-150l2981-730l2195-300l555 358l2067 1347l99 68z"/>
<path id="3357" d="M-62437-260437l841 1012l1808 3167l63 1375l-466-9l31 1451l560 3688l1109 1814l3907 909l-29 824l796 1411l907 1361l672 913l1297 1325l1307 2l10 220l-2087 750l-1143 170l-444-6l-1961 2235l-507 239l-1053-308l-1235 950l-508 1604l474 1167l146 308l61 92l116 77l492 186l86 920l-194 825l-369 1153l-1507 1401l-50 15l-347 138l286 2032l1499 500l1115 607l1414 961l75 946l40 2731l-6 364l-682 1185l-5201 5016l-323 299l-1311 235l-384-146l69-1369l-638-1123l-884-453l-254 8l-1545 215l-2823 1750l-98 87l-99 99l-786 1403l144-1267l314-3438l54-833l-349-2403l-15-92l-107-154l-370-428l-787-856l-1985 567l-1039 395l-1336 1281l-2591-717l378-1172l673-517l-435-961l-3437-1790l-1933-569l-2010-364l-1849-180l-816-940l-186-307l-2180-4383l-490-1546l2240-4317l956-799l153-2570l-29-176l-162-293l-732-884l-335-237l-2933 1954l-1287 1768l-127 200l-86 252l-20 220l-2629-758l-683-2242l-1614-1503l-427-1451l11-59l-83-3860l-38-1751l-394-700l-88-137l-93-70l-163-50l-431-125l-89-56l-137-144l-804-1317l0-523l870-1549l631-1188l-8-74l-982-2454l-1697-1764l-1664-2878l-2517-1232l222-525l170-400l344-468l721-942l1598-1221l62-567l-1536-2729l-1258-60l-142-219l521-587l732-585l1639-855l7 0l1113-1581l-44-3226l-152-690l-310-105l-201-31l-383-14l-477-35l-621-91l-2023-848l-163-85l-147-106l498-759l1867-1186l301 468l1779 401l795-1650l1600-1583l417 116l931 172l200 16l252 4l67-12l88-20l524-264l88-63l763-688l304-583l439-133l848 110l1365 1093l837 730l808-98l142-152l89-134l39-84l15-133l-24-1142l6-67l21-83l79-152l1285-2058l424-83l290 1087l254 1088l407 2218l332 1020l50 148l81 117l867 1132l1208-6l586-891l2462-3l780 86l1469 1884l-465 643l-164 187l-292 251l-373-147l-1988 1823l-240 2397l573 1375l875 413l3535 1004l1419-973l986 1120l203 399l-23 1497l-6 204l-41 206l-89 204l-375 737l-89 198l-13 157l20 136l261 805l941 2464l2505 2526l1227 1010l1959 1417l476 4l1634-533l-18-920l2183-2751l489 0l3282 1190l554 397l-199 1356l-589 284l-552 1160l286 348l127 119l172 115z"/>
<path id="3358" d="M-28369-236723l1361 1588l432-24l132-24l120-36l733 1122l-1032 1917l-2117 1572l-1239 906l-348-286l-446 333l198 1434l1666 1046l3565-318l1648-161l480-962l382-928l868-998l1910-709l762 1310l385 1032l65 177l36 721l-72 2984l-336 56l-1023-637l-2769 224l161 1524l2210-167l864 122l707 756l462 3007l-14 2884l640 1787l231 210l-882 917l-2136 572l41-842l-1889-643l-438 2162l-2528 1762l-2416-243l-1107-13l-2342 1212l-529 330l-495 339l-595 528l-585 621l-62 66l-1540 305l-338-19l-996-504l-390-1462l-264-205l-898 138l-1265 185l-104-26l-1396-351l-146-773l-481-808l-1151 491l-1476 2540l-341 611l58 831l835 601l343 2025l-1682 1248l-489 2912l-110 1886l-18 600l390 3087l35 918l-1656 248l-3749 1151l62 2336l-1346 1499l-18 2112l323 656l55 40l28 43l241 396l200 1862l-792 1531l-1391 980l-548 1088l59 695l47 489l-34 246l-176 313l-65 115l-65 16l-1056 162l-1383 73l-549-187l-859-765l-1749-3608l-1871-3833l-422-234l-1015 75l-1997 585l-397 703l-26 499l-680-385l-1337-1758l275-1231l172-671l58-723l-865-64l-1141-216l-14-797l-4-1661l-585-163l-241 0l-338 17l-1023 161l-1567 203l-210 15l-150-24l-136-35l-351-133l-134-63l-155-90l-292-307l-2462-89l-44 70l-1222 1725l-1035-68l-128-38l-122-119l-537-529l159-131l27-22l84-66l628-170l1036-146l-526-2630l-188-442l-744-570l-370-296l232-728l71-556l1204-3223l1198-2039l246 113l1917-1792l-453-911l-478-419l-399-349l2989-4760l1397-1437l1331-1187l786-1403l99-99l98-87l2823-1750l1545-215l254-8l884 453l638 1123l-69 1369l384 146l1311-235l323-299l5201-5016l682-1185l6-364l-40-2731l-75-946l-1414-961l-1115-607l-1499-500l-286-2032l347-138l50-15l1507-1401l369-1153l194-825l-86-920l-492-186l-116-77l-61-92l-146-308l-474-1167l508-1604l1235-950l1053 308l507-239l1961-2235l444 6l1143-170l2087-750l-10-220l-1307-2l-1297-1325l-672-913l-907-1361l-796-1411l29-824l2862 600l1157 699l73 67l51 81l148 339l91 163l91 121l187 176l91 83l126 86l436 237l1857 661l789 267l1381-883l842-1074l1025-447l2677 1949l1444 2120l1404 42l1580-801l1917 203l1087 629l3291 2676l1292 1463l316 850z"/>
<path id="3359" d="M-85561-321057l579 32l1532 303l2423 973l1398 640l784 598l1159 886l2974 4374l247 495l333 768l32 74l163 377l758 1714l1486 3330l641 1162l49 88l513 774l534 565l601 498l2431 1912l951 1116l399 558l11 16l153 256l105 181l32 89l632 1787l217 661l98 316l196 642l52 1258l40 273l259 1073l383 1007l579 936l2550 2018l5481 3680l1723 664l365 100l581 98l809 116l269 37l2927 317l-228 2880l-485 2130l-5 37l14 26l279 469l-334 1101l454 1566l789 4002l-558 958l-1859-212l-1371 1762l-1532 848l-1482 384l-2124 1143l-1453 983l-360 280l-247 381l-1609 2386l-1260 1834l-329 321l-625 579l-172-115l-127-119l-286-348l552-1160l589-284l199-1356l-554-397l-3282-1190l-489 0l-2183 2751l18 920l-1634 533l-476-4l-1959-1417l-1227-1010l-2505-2526l-941-2464l-261-805l-20-136l13-157l89-198l375-737l89-204l41-206l6-204l23-1497l-203-399l-986-1120l-1419 973l-3535-1004l-875-413l-573-1375l240-2397l1988-1823l373 147l292-251l164-187l465-643l-1469-1884l-780-86l-2462 3l-586 891l-1208 6l-867-1132l-81-117l-50-148l-332-1020l-407-2218l-254-1088l-290-1087l1093-1508l1368-1228l1167-475l929 312l2615-1199l1304-1310l164-188l39-103l14-156l-20-2373l-14-94l-75-191l-135-183l-95-61l-882-441l-92-35l-548 40l-92 15l-43 41l-15 174l8 333l23 372l-27 57l-36 22l-100-9l-1651-585l-182-119l-611-650l-84-149l-27-72l18-56l910-1394l2055-1246l3143-2610l-1549-1519l-334-1780l-433-1054l-2748 1384l-513-629l-673-822l-1803-2012l-351-52l-218 182l30 507l-525-162l-530-361l-361-254l-1340-1153l-623-717l-2079-803l-1151-116l-1726-194l-470-846l-579-1727l-297-280l-115-161l-1353-3692l6-3l1834-717l1074-127l708-55l550 28l1594 109l5724 204l1983-27z"/>
<path id="3360" d="M2545-242484l-78 785l3010 361l1255-1251l-126-417l420-556l3540 238l269 516l-153 924l-2076 270l147 1640l1362-20l1191 345l3018 1138l655 582l332 443l1108 1479l402 29l274 1210l465 959l335 523l1872 343l2589 1988l510 1913l1297 1775l696 781l1292 2125l55 1978l-518 699l-1482 861l-1267 799l769 2014l-85 2685l-449 494l-1591 1891l-362 566l-763 1400l939 3427l1053 1313l511 199l-408 555l-849 16l-1538-348l-2280 875l-27 226l38 64l336 621l-611 3883l-211 563l-955 628l-1392 714l-144 17l-85 10l-1788 477l-1851 845l176 688l-1383-516l-508-323l-3443-3104l-667-1622l-1793-1930l-1141-211l-807 234l-4359 2509l-976-610l-2071 1111l-2344-1300l-1066-2562l-1341-368l-483 19l-473 167l-3099-4062l-125-374l-416-1633l-214-895l-126-257l-493-691l-1049-1418l-742-1224l-231-210l-640-1787l14-2884l-462-3007l-707-756l-864-122l-2210 167l-161-1524l2769-224l1023 637l336-56l72-2984l-36-721l-65-177l-385-1032l-14-879l1190-959l3075-1162l2562 796l1063-2845l1129-178l2847 280l362-916l455-2105l-818-330l396-907l5122-3952l2498-1829l983 842l834 826l158 678l-3 97z"/>
<path id="3361" d="M-70190-213711l-1331 1187l-1397 1437l-2989 4760l399 349l478 419l453 911l-1917 1792l-246-113l-1198 2039l-1204 3223l-71 556l-31-202l-81-373l-1204-1749l157-2144l0-500l-971-550l-300-10l-1229 246l-8 344l-2149 58l-2625-460l-414-76l549-2626l65-161l130-136l862-1052l-274-2466l-21-161l-48-127l-77-69l-1030-774l-2202-1168l-537-4l-2457-447l-963-737l-2055-1633l-671-595l-1433-463l-993-27l-1495 83l-480 1221l-63 205l-9 157l-178 765l-325 1031l-366 821l-151 5l-1788-136l-101-155l-59-139l-52-204l-217-857l-71-250l-90-282l-1221-3187l-428-1006l-440-662l-375-1474l-14-80l-41-240l-11-326l105-608l454-1067l405 276l900-1046l87-762l-7-138l-297-1223l-699-164l1880-1474l2029-1687l483-867l-469-801l-1466-7015l169-104l956-399l1165-383l126-321l1183 67l2098 591l1593-1006l591-2093l379 122l2629 758l20-220l86-252l127-200l1287-1768l2933-1954l335 237l732 884l162 293l29 176l-153 2570l-956 799l-2240 4317l490 1546l2180 4383l186 307l816 940l1849 180l2010 364l1933 569l3437 1790l435 961l-673 517l-378 1172l2591 717l1336-1281l1039-395l1985-567l787 856l370 428l107 154l15 92l349 2403l-54 833l-314 3438l-144 1267z"/>
<path id="3401" d="M-119914-228780l-1182 734l-68 53l-2050 2147l-289 881l-1114 508l-3539 1953l-917-2076l244-3845l432-1410l751-1108l1877-2494l870-1553l1374-1058l1025 644l-20 79l-235 907l452 741l293 366l852 358l637 154l160 3l447 508l57 776l-78 607l-211 706l-61 395l61 410l232 614z"/>
<path id="3402" d="M-212351-265926l-368-13l-246 2966l-232 285l-1847-600l-187-178l-486-307l-238-71l-1305-258l-4562-596l-919-61l-480 32l-1001-22l-3716-100l-1120-60l-2106-315l-120-39l-129-42l-11-4l-26-18l-293-242l-266-375l-665-1142l-172-424l-74-261l-51-216l1134-2012l183 152l948 1602l385 1144l1233 33l2099-1592l137-170l263-752l252-720l111-195l152-143l152-113l2713-1072l704 666l15 629l1346-41l3498-299l785-177l687-529l776-597l716-548l387 397l608 2922l1336 3476z"/>
<path id="3403" d="M-146780-245714l-1021 1122l236 729l125 270l940 1604l125 101l408 80l-1031 1018l-884 1385l-160 291l-77 279l-653 3010l131 479l-3985 1643l-1009-701l-727-951l-1090-1568l-3112 4l0-1502l6-359l1037-854l688-1952l39-1334l235-1371l880-880l2114-2045l268-131l250-42l217 17l157 18l2094 517l858 755l1208 376l1733-8z"/>
<path id="3404" d="M-173521-144392l-1472-1881l-281-537l342-921l32-47l51-42l898-348l544 0l277 36l1273-755l-919-1320l789-527l113-61l195-89l2078-803l373 1149l295 1045l523 217l2259 279l944-62l1497 460l-92 610l449 1088l1086 894l1084-620l631-303l519 17l980 335l850 848l64 421l-124 391l-741 710l-733 489l-1544 825l-208 2960l-180 392l-1447 1225l-795-972l-169-224l-124-294l205-287l-1069-474l-956 190l-1854 482l-209 452l-158 450l-1149-417l-1944-991l-1767-1387l-204-212l-88-265l53-203l279-324l463-564l-23-183l-91-537l-55-217l-218-415l-29-35l-34-33l-113-88l-356 473z"/>
<path id="3405" d="M-154447-285140l-326 222l-88 92l-381 739l-3 168l177 128l248 96l362-713l13-239l13-173l55-28l68 397l-3 69l-35 97l-609 1520l-62 101l-551 581l-81 35l-3656 1319l-314 77l-214 24l-13 0l-691-6l-237-30l-198-77l-624-360l-213-123l-192-146l-388-297l-1237-2963l-481-2313l-80-447l36-334l289-296l-45-763l-130-667l-676-2186l-64-76l-379-241l-145-47l-319-425l2211-2093l463-389l457-112l453 405l2765-1387l183 314l1260 2164l119 274l129 445l174 987l46 158l6 16l727 1718l24 52l709 1424l72 138l400 647l71 126l861 2071l44 327z"/>
<path id="3451" d="M-154713-263929l-801 1239l136 1567l272 617l2730 2107l2563 222l888 1913l251 547l1474 4075l806 3215l429 1973l-815 740l-1733 8l-1208-376l-858-755l-2094-517l-157-18l-217-17l-250 42l-268 131l-2114 2045l-880 880l-235 1371l-39 1334l-688 1952l-1037 854l-6 359l0 1502l-411 32l-291 73l-242 105l-2901 1681l-317 893l-1355 2505l-2257-1695l-1254-284l-2124-36l56-1112l-1034-1133l-2333-1658l-1912-182l-2788-3539l193-1284l778-511l-56-253l-58-123l-86-93l-1910-1218l-114-65l-876-255l-360-95l-874-171l-90 16l-71 41l-224 195l-162 93l-203 77l-123 16l-1731-182l-1825-608l-281-103l-1130-3107l51-1174l27-616l1975-901l1903-972l143-124l5945-5329l122-116l169-197l2577-6159l3961 2896l1078 1139l17 84l402 1108l4034-397l143-1015l805-1003l524-584l1074-956l1047 349l1422 782l1233 355l95 22l137 7l81-23l1718-855l164-171l194-544l109-203l73-58l502-280l120-54l103-13l269-28z"/>
<path id="3452" d="M-237420-300235l-1704 2400l-594-380l-103-103l-77-154l-507-1144l25-249l70-190l111-112l155-86l1299-576l112-26l635 0l285 26l119 86l122 181l52 327zM-206564-302731l2329 93l700-31l580-14l460-8l145 3l144 5l1327 87l1427 111l100 32l127 59l137 65l298 143l367 245l874 658l465 211l116 22l382 31l105-11l1728-412l181 174l32 104l-1219 479l-152 54l-720 121l-159 24l-182 74l-456 227l-1626 1520l638 798l439 642l489 917l-442 628l-3813 51l-1149-271l-633 361l-85 146l-74 183l-292 2290l-1 1691l-25 3277l-653 885l1278 1168l1167-153l195-129l2077-1195l3282-357l4618-474l1665-149l1545-96l843 2915l-599 523l-625 659l2091 2715l-116 3043l-109 1309l910 27l1333-984l1723-12l448 803l7 255l-6 820l-868 74l3 671l200 892l1455 658l706-1232l817 385l-465 1857l-481 1458l183 703l841 387l1354 461l631 2765l-3729 1008l-1966 545l-588 243l-4004 1681l-2507 612l-1896 24l-4352-2726l-2515-1571l-100-50l-123-36l-1065-157l-152-17l-1718 728l-893 443l-90 176l-55 43l-1196 887l-96 19l-1558-478l-1876-653l-17-1540l-760-11l-1251 534l-1292 1670l-1336-3476l-608-2922l-387-397l-716 548l-776 597l-687 529l-785 177l-3498 299l-1346 41l-15-629l-704-666l-2713 1072l-152 113l-152 143l-111 195l-252 720l-263 752l-137 170l-2099 1592l-1233-33l-385-1144l-948-1602l-183-152l-1134 2012l46-1418l1003-3482l190-3147l194-835l999-4043l1555-3158l27-75l-8-109l-39-116l-177-278l-481-1083l-71-234l-187-851l-4-160l31-172l54-91l96-101l289-137l127-26l139-4l54-1l77 1l192 5l113 30l94 56l1495 1049l1658 692l1519-317l75-22l449-342l561-587l35-50l343-761l-94-73l-8-3l-1332-931l-1574-1553l-493-710l-49-99l-8-134l289-920l112-142l326-360l4411-4779l2239-1691l3364-2435l724-319l2780-812l394-73l207-34l1326-213l640-47l1540-12l509 39l514 300l68 17l74 7zM-231656-302674l-6233 535l-215-8l-76-5l-1710-113l-68-7l-86-37l-78-51l-65-75l-34-72l-10-92l10-99l44-119l40-65l66-41l75-14l1535-107l929-76l185-21l3874-459l4094-412l1122-65l825-46l758 7l379 13l343 47l794 155l95 24l127 61l67 57l11 11l54 84l42 130l7 134l-5449 578l-92 24l-1360 124zM-215527-307568l263 12l1471-14l962-26l1264-60l1631-53l786 26l158 20l29 8l87 25l569 245l78 74l34 81l92 477l-11 67l-22 42l-37 14l-474 0l-159 210l-92 63l-120 46l-484 123l-2572 538l-1164 183l-449 39l-7218 464l-128-3l-61-29l-59-44l-361-309l-153-131l-74-97l-59-80l-197-397l-17-104l3-77l30-74l74-74l110-82l82-59l82-59l1645-734l299-105l942-307l167-29l211-27l396-19l220 17l1277 104l276 27l673 88zM-202304-307891l63 1384l-3050-266l-1611-382l-345-355l-16-37l0-61l32-71l77-74l133-107l95-55l1280-552l133-31l145-4l486-7l120 0l559 35l42 18l205 163l638 30l774 175l103 29l72 43l48 47l17 78z"/>
<path id="3453" d="M-188924-245770l3124-22l281 103l1825 608l1731 182l123-16l203-77l162-93l224-195l71-41l90-16l874 171l360 95l876 255l114 65l1910 1218l86 93l58 123l56 253l-778 511l-193 1284l2788 3539l1912 182l2333 1658l1034 1133l-56 1112l2124 36l1254 284l2257 1695l530 838l615 907l810 679l2626 4316l-160 602l-163 491l-169 1099l-207 1356l432 2953l874 1756l1329 2239l99 104l1041 1035l3658 3018l1963-336l-100 117l-280 416l-1267 3095l612 3411l-739 1403l-850 796l-762-85l-176-5l-34 12l-36 29l-30 60l-783 2064l-23 115l16 917l0 78l-3801-875l-2039-512l-3435 1632l-1128 4439l-1427 1321l-665 2139l-600-217l-1163-482l-70-44l-487-464l-92-67l-90-53l-105-37l-108-24l-441-26l-2018 756l-1561 874l-633-350l-216-726l-27-83l-63-70l-895-837l-2335-1414l-3433 947l-415 312l-265 1066l-1756 864l-359 133l-5075-376l-371-1116l-337-739l-1329-1883l-1409-1579l181-513l52-102l663-659l92-42l341-25l582-236l1579-820l72-58l1304-1090l655-663l9-279l-1981-3255l240-747l631-1615l1394-3554l66-112l114-97l792-405l178-69l49-8l134-24l226-70l258-116l710-320l2012-908l267-183l428-364l2561-3678l436-726l27-120l7-131l-40-137l-296-547l-93-81l-5546-2516l-1571-2351l165-150l254-227l-358-4405l-17-79l-196-433l-443-496l-3786-2878l-2221-1687l114-551l1174-5641l682 48l344-3204l423-3339l116-876l217-491l196 107l162 91l1120 703z"/>
<path id="3454" d="M-215758-239749l396-181l85-16l176 10l193 17l139 39l5847 2187l1438 862l5470 736l960 1378l1410 2030l285 1503l1107 936l969-206l357-238l265-180l2908-1958l281 213l2221 1687l3786 2878l443 496l196 433l17 79l358 4405l-254 227l-165 150l1571 2351l5546 2516l93 81l296 547l40 137l-7 131l-27 120l-436 726l-2561 3678l-428 364l-267 183l-2012 908l-710 320l-258 116l-226 70l-134 24l-49 8l-178 69l-792 405l-114 97l-66 112l-1394 3554l-631 1615l-240 747l1981 3255l-9 279l-655 663l-1304 1090l-72 58l-1579 820l-582 236l-341 25l-92 42l-663 659l-52 102l-181 513l1409 1579l1329 1883l337 739l371 1116l348 1790l-740 521l-1277 717l-701 462l-2864 2307l-97 103l-63 90l-77 117l-243 488l-5 75l-57 1091l29 47l305 527l363 1066l54 281l89 805l-555 3852l-616 6308l-201 2003l-332-148l-900 1152l-48 76l-337 536l-390 790l-230 522l-472 1744l1164 705l-397 2347l-925 2431l-576 1084l-146 242l-228-15l-1364-180l-88-26l-131-10l-130 8l-164 36l-214 82l-175 89l-1498 790l-98 64l-2190 1618l-2624 2130l-2353 1285l-1034 269l-1088 974l-628 1316l-1277 604l-742 66l-1145 101l-653-1427l-1569-3345l-1129-1744l-156-311l-124-256l-1316-6899l-125-456l-1198-4348l385-225l146 136l1225-733l2639-1580l-38-2049l579-2239l328-850l-1706-2920l-4504 265l-1890-2234l-60-904l-20-307l-42-631l-1069-1626l-1834-1423l-300-206l-151 1324l-771-288l-501-324l-1141-1140l-114-81l-2452-1668l-2125 995l-470 220l631-3187l217-338l57 63l91 49l177 71l2016 567l8 1l125-157l410-515l388-496l775-6700l1224-10592l1588-4179l-185-1120l-47-286l66-87l1134-1469l201-258l5363-7920l1803-5392l339-1113l306-1353l-552-7674l90-796l94-816l183-1582l39-333l2927-407l1955 536z"/>
<path id="3455" d="M-170343-305227l678 176l941-3l122 7l561 41l666 73l3006 488l132 28l865 442l128 83l187 125l103 131l13 61l16 606l-22 87l-147 343l-73 109l-74 101l-144 196l-29 59l-20 95l-59 441l-23 216l333 2571l106 475l79 216l58 152l553 1354l34 50l51 31l58 20l105 11l103-11l714-155l112-39l507-224l20-20l7-19l-4-50l8-70l18-24l31-19l34-10l41 3l674 254l65 36l166 109l371 680l-2765 1387l-453-405l-457 112l-463 389l-2211 2093l319 425l145 47l379 241l64 76l676 2186l130 667l45 763l-289 296l-36 334l80 447l481 2313l1237 2963l388 297l192 146l-77 1041l19 911l82 894l100 520l228 682l236 566l302 520l292 382l784 876l327 318l828-233l455-399l101-37l157-35l897-57l107 0l184 54l139 63l561 304l383 492l583 846l1031 1516l504 762l363 607l85 464l668 2134l-231 2405l-26 90l-149 135l-1836 1474l-269 28l-103 13l-120 54l-502 280l-73 58l-109 203l-194 544l-164 171l-1718 855l-81 23l-137-7l-95-22l-1233-355l-1422-782l-1047-349l-1074 956l-524 584l-805 1003l-143 1015l-4034 397l-402-1108l-17-84l-1078-1139l-3961-2896l-791-2779l-778-2589l2986-1957l817-534l1076-704l2400-1695l279-1855l-270-545l-525-922l-398 328l-549-132l-651-880l-129-790l115-462l552-2139l-1483-488l-980-219l-501-29l-2082 332l-2725 1187l-182-1095l-151-916l-13-106l16-63l1679-5469l1316-927l87-714l191-3119l-4-144l-25-158l-68-153l-238-324l-1609-7006l-652-1498l-182-1735l580 55l607 31l308-11l253-18l2068-230l268-75l164-106l88-13l516-44l1774-131l194 19l327 82zM-168827-313029l1643 1051l-165 198l-2961-338l-220-37l-236-63l-1640-633l-1038 317l-379 974l-1084-1269l-57-82l-26-86l-9-109l22-89l57-131l71-79l128-99l601-290l150-34l510-69l147-3l724-4l482 26l769 42l134 15l6 1l241 59l223 74l647 277l1094 301l86 32l80 48z"/>
<path id="3456" d="M-236333-187791l-217 338l-631 3187l470-220l2125-995l2452 1668l114 81l1141 1140l501 324l771 288l151-1324l300 206l1834 1423l1069 1626l42 631l20 307l60 904l1890 2234l4504-265l1706 2920l-328 850l-579 2239l38 2049l-2639 1580l-1225 733l-146-136l-385 225l1198 4348l125 456l1316 6899l124 256l156 311l1129 1744l1569 3345l653 1427l-1387 1710l-499-17l-3497-120l-581-23l-4877-543l-2539 414l-639 678l-277 301l-711 1056l-2424 75l-678-863l-678-873l-826-1913l-45-111l-13-124l-60-1548l26-189l56-192l2199-4942l41-77l1137-1471l126-2303l-510-1891l-282-962l-319-270l-201-45l-1080-236l-187-535l-605-1754l-1732-4827l-85-178l-248-250l-700 440l-329 577l-393 776l-310 553l-128 193l-171 185l-536 480l-185 144l-217 135l-330 112l-5280-2023l-544-957l-5343-265l-367-127l-741-269l-308-113l-6-3l-630-465l-3060-2274l313-1688l155-834l228-1235l-1422-3570l118-86l721 177l1453 358l3503-1269l-57-232l-43-63l-24-33l-221-216l-2713-2632l433-3398l245-1483l1236-1312l819-241l131-38l56-16l1634-359l215-22l270 18l193 31l222 64l795 304l226 66l187 51l424 114l2299-9l606-42l119-18l129-53l248-148l110-47l133-9l1425 204l221 71l194 101l761 399l80 49l28 18l56 87l72 409l31 64l59 67l74 43l92 29l981 213l143 26l131 11l169-6l696-37l288-39l742-195l154-58l109-83l273-214l102-42l106 5l108 35l1507 524l99 56l88 71l135 187z"/>
<path id="3457" d="M-207155-265926l1558 478l96-19l1196-887l55-43l90-176l893-443l1718-728l152 17l1065 157l123 36l100 50l2515 1571l4352 2726l1896-24l2507-612l4004-1681l588-243l1966-545l3729-1008l1082 585l290 847l875-500l1496-898l791 2779l-2577 6159l-169 197l-122 116l-5945 5329l-143 124l-1903 972l-1975 901l-27 616l-51 1174l1130 3107l-3124 22l-1120-703l-162-91l-196-107l-217 491l-116 876l-423 3339l-344 3204l-682-48l-1174 5641l-114 551l-281-213l-2908 1958l-265 180l-357 238l-969 206l-1107-936l-285-1503l-1410-2030l-960-1378l-5470-736l-1438-862l-5847-2187l-139-39l-193-17l-176-10l-85 16l-396 181l-1955-536l-2927 407l-1130-978l-217-1877l32-133l750-2225l801-1514l256 82l87 19l113 24l262-4l151-29l1104-436l-7-64l-8-41l-29-125l-791-4110l-387-3086l587-439l229-179l81-111l218-397l224-506l124-333l498-1890l68-358l13-680l206-1342l522-1886l43-132l303-854l1306 16l187 178l1847 600l232-285l246-2966l368 13l1292-1670l1251-534l760 11l17 1540l1876 653zM-244500-295006l-86 39l-104 19l-1112 35l-600-24l-1106-51l-195 22l-111 22l-92 47l-1344 877l-501 584l-705 1145l-1471 434l-135-79l-73-48l-1711-1188l-116-100l-143-160l-234-420l-74-152l-34-154l-33-1007l13-230l52-160l99-155l117-130l113-82l152-84l254-96l5959-1525l137-14l89 6l187 68l112 57l971 511l184 107l143 106l1104 990l170 182l60 96l61 115l48 103l32 102l13 63l-9 49l-29 38l-52 42z"/>
<path id="3458" d="M-124899-234990l-870 1553l-1877 2494l-751 1108l-432 1410l-244 3845l917 2076l3539-1953l1114-508l-241 667l-283 558l-506 744l-224 231l56 1377l756 1557l80 21l1847 446l589 3453l25 196l19 329l-52 272l-42 120l-44 70l-147 164l-721 516l-165 49l-167-38l-77-92l-184-464l-1026 24l-155 19l-247 125l-453 507l-509 4491l375 1092l-719 1108l-6326 2169l350 1159l-1128 1018l-2407 1121l-70 31l-710 185l-977-53l-371-222l-269-161l586-239l86-61l73-97l213-592l49-428l-29-291l-64-487l-2317-604l-2699 31l-12-849l789-864l-2-904l-1722-836l-1683 354l-1477-3572l-4154 553l-315 74l-150 76l-225 195l-124 144l-1963 336l-3658-3018l-1041-1035l-99-104l-1329-2239l-874-1756l-432-2953l207-1356l169-1099l163-491l160-602l-2626-4316l-810-679l-615-907l-530-838l1355-2505l317-893l2901-1681l242-105l291-73l411-32l3112-4l1090 1568l727 951l1009 701l3985-1643l-131-479l653-3010l77-279l160-291l884-1385l1031-1018l234-344l287-294l3976-876l229-35l821 5593l2403-886l3519 499l1301-564l5554 1965l1156 940l1588 820z"/>
<path id="3459" d="M-175118-190140l633 350l1561-874l2018-756l441 26l108 24l105 37l90 53l92 67l487 464l70 44l1163 482l600 217l55 35l64 45l866 885l64 75l54 97l789 2134l116 256l48 71l678 834l64 40l89 26l191 35l244 45l68 23l66 44l43 66l26 70l395 1847l17 1034l-572 2074l-1027 300l-1067 576l-71 194l-315 1068l467 1449l-72 1383l-1377 2009l1560 2670l885 809l-93 2408l16 2330l1723 1527l4648 1719l1711-2427l329-641l1275-2130l533 315l1966-187l999-607l2897-1265l218-95l55-16l17-3l18-2l57 4l271 50l-870 4728l642 1254l917 2181l-27 705l-244 377l-282 1130l536 547l100 71l96 45l2138 922l2460 862l3402 2712l983 4927l-204 1268l-116 393l94 1006l271 2353l155 531l21 2359l-1089 2335l-660 1073l-22 69l7 46l287 1553l886 641l80 51l148 73l1359 552l172 61l575 136l202 30l212 12l197 884l-823 1321l-773 717l-72 61l-249 133l-424 225l-100 44l-124 35l-686 77l-64 0l-65-15l-84-22l-54-8l-59-1l-56 10l-63 24l-1364 820l-1125 810l-110 82l-302 294l-113 113l-84 111l-222 377l-48 120l-33 185l4 143l28 173l47 168l329 927l-403 437l-87 40l-72 31l-377 160l-575 95l-580-82l-449-118l-100-155l-196-308l-345-527l-2651-855l-526 318l-141 324l-296 98l-831-291l-896-564l-19-164l5-73l40-335l29-134l30-74l-90-122l-1150 220l-1500 1072l-1896 1810l-721 871l-592 845l-2010 1777l-3102 429l-2108 1061l-312-733l-1718-525l-2414-126l-2694 1980l-44 60l-297 554l-22 49l-74 363l-35 67l-234 193l-637 53l-2142-919l-881-379l-881-380l-665-1729l-836-1356l-629-685l92-150l113-90l893-598l4133-1330l3434-990l-242-3243l1515-1599l120-366l-593-957l-679-556l-1098 114l-3526-262l-445-197l-1606-1391l-159-2154l617-1489l2339-4636l720-750l356-473l113 88l34 33l29 35l218 415l55 217l91 537l23 183l-463 564l-279 324l-53 203l88 265l204 212l1767 1387l1944 991l1149 417l158-450l209-452l1854-482l956-190l1069 474l-205 287l124 294l169 224l795 972l1447-1225l180-392l208-2960l1544-825l733-489l741-710l124-391l-64-421l-850-848l-980-335l-519-17l-631 303l-1084 620l-1086-894l-449-1088l92-610l-1497-460l-944 62l-2259-279l-523-217l-295-1045l-373-1149l-2078 803l-195 89l-113 61l-789 527l-268-192l-45-53l-580-866l-46-125l-64-233l-11-132l10-110l199-807l9-91l-13-79l-694-1751l-3186-2063l-1864 585l-203 77l-1352 640l-723-120l-1506-259l-462-277l-3080-1886l-1646-1007l-1121-296l-349-1654l-307-2049l-32-102l-210-655l-129-402l-606-1283l-297-327l-4512-1755l-401-195l201-2003l616-6308l555-3852l-89-805l-54-281l-363-1066l-305-527l-29-47l57-1091l5-75l243-488l77-117l63-90l97-103l2864-2307l701-462l1277-717l740-521l-348-1790l5075 376l359-133l1756-864l265-1066l415-312l3433-947l2335 1414l895 837l63 70l27 83l216 726z"/>
<path id="3460" d="M-137626-202176l-585 1532l-24 99l492 2720l21 115l55 142l82 94l123 93l106 64l93 88l58 90l104 312l14 98l-8 101l-143 1155l-308 923l-1061 998l-37 15l-2278-82l-74 13l-162 104l-900 589l-3892 2603l-58 58l-1526 281l-161 3l-98 19l-76 45l-70 80l-83 146l-63 198l-997 3466l-36 146l-28 146l961 7600l638 894l1198 528l595 1875l-1 119l-2 94l-38 232l-61 167l-93 208l-99 221l-104 168l-149 153l-166 105l-760 339l-194-150l-84-43l-86-21l-114-6l-91 14l-203 83l-97 58l-55 58l-292 621l-32 134l-287 3439l-271-50l-57-4l-18 2l-17 3l-55 16l-218 95l-2897 1265l-999 607l-1966 187l-533-315l-1275 2130l-329 641l-1711 2427l-4648-1719l-1723-1527l-16-2330l93-2408l-885-809l-1560-2670l1377-2009l72-1383l-467-1449l315-1068l71-194l1067-576l1027-300l572-2074l-17-1034l-395-1847l-26-70l-43-66l-66-44l-68-23l-244-45l-191-35l-89-26l-64-40l-678-834l-48-71l-116-256l-789-2134l-54-97l-64-75l-866-885l-64-45l-55-35l665-2139l1427-1321l1128-4439l3435-1632l2039 512l3801 875l0-78l-16-917l23-115l783-2064l30-60l36-29l34-12l176 5l762 85l850-796l739-1403l-612-3411l1267-3095l280-416l100-117l124-144l225-195l150-76l315-74l4154-553l1477 3572l1683-354l1722 836l2 904l-789 864l12 849l2699-31l2317 604l64 487l29 291l-49 428l-213 592l-73 97l-86 61l-586 239z"/>
<path id="3461" d="M-129167-283734l192 1203l-179 1108l-895 450l-722 438l-449 284l-419 316l-461 430l-351 557l-382 701l-351 826l-103 454l-41 454l-103 5449l18 203l75 797l92 959l4 92l58 1549l7 479l27 2055l77 1205l-40 836l-177 839l-606 2710l-830 7538l-47 577l-7 565l52 375l17 120l166 653l-211 70l156 427l89 204l316 558l831 1383l287 371l257 267l836 667l380 285l3144 1839l302 127l636 120l1149 205l209 85l239 143l160 119l145 177l38 48l106 247l1941 5118l10 1004l-1374 1058l-1588-820l-1156-940l-5554-1965l-1301 564l-3519-499l-2403 886l-821-5593l-229 35l-3976 876l-287 294l-234 344l-408-80l-125-101l-940-1604l-125-270l-236-729l1021-1122l815-740l-429-1973l-806-3215l-1474-4075l-251-547l-888-1913l-2563-222l-2730-2107l-272-617l-136-1567l801-1239l1836-1474l149-135l26-90l231-2405l-668-2134l438 583l176 184l1670 495l238 45l732 0l136-29l139-30l203-98l188-122l555-397l1123-1118l1241-1956l957-2140l146-418l138-925l74-1767l107-2682l-32-1222l-11-105l-192-544l-63-106l-210-211l-24-23l-266-160l-160-42l-107 10l-233 50l-1336 495l-212 78l-322 93l-281-6l-2200-312l192-1429l442-3282l236-1675l30-128l6-23l84-181l621-1336l196-268l318-328l1035-892l68-55l471-301l110-53l785-329l504-189l561-69l373 52l742 212l385 158l394 272l634 491l625 1021l383 711l167 277l155 257l704 1051l132 184l74 97l708 545l123 61l4098 1874l261 85l2507 349l963 127l2062 1194l103 100l17 24l45 65l18 48l28 96zM-154835-304005l-1864 245l-67-19l-70-33l-220-201l-162-167l-48-119l6-189l36-203l42-132l56-133l78-126l286-323l358-287l623-393l217-90l371-77l330-42l279 0l623 63l408 60l355 94l244 89l251 120l85 53l169 130l110 117l28 53l10 74l-32 57l-75 27l-553 43l-928 11l-78 7l-78 30l-50 56l-545 736l-14 98l14 119l0 105l-56 84l-139 63z"/>
<path id="3462" d="M-177490-304786l182 1735l652 1498l1609 7006l238 324l68 153l25 158l4 144l-191 3119l-87 714l-1316 927l-1679 5469l-16 63l13 106l151 916l182 1095l2725-1187l2082-332l501 29l980 219l1483 488l-552 2139l-115 462l129 790l651 880l549 132l398-328l525 922l270 545l-279 1855l-2400 1695l-1076 704l-817 534l-2986 1957l778 2589l-1496 898l-875 500l-290-847l-1082-585l-631-2765l-1354-461l-841-387l-183-703l481-1458l465-1857l-817-385l-706 1232l-1455-658l-200-892l-3-671l868-74l6-820l-7-255l-448-803l-1723 12l-1333 984l-910-27l109-1309l116-3043l-2091-2715l625-659l599-523l-843-2915l-1545 96l-1665 149l-4618 474l-3282 357l-2077 1195l-195 129l-1167 153l-1278-1168l653-885l25-3277l1-1691l292-2290l74-183l85-146l633-361l1149 271l3813-51l442-628l-489-917l-439-642l-638-798l1626-1520l456-227l182-74l159-24l720-121l152-54l1219-479l-32-104l-181-174l114 27l115 14l85 1l920-166l72-16l52-12l4034-1213l2612-848l396-147l690-157l983-146l89-13l86 7l99 9l65 19l29 22l38 33l47 56l46 44l314 104l168 43l407 92l675 37l567-3l663-62l487-78l367-107l211-72l90-36l79-35l65-37l691-417l81-45l98-25l1596-218l132 1zM-189220-309365l-16 119l-58 207l-862 67l-136 0l-146-17l-557-93l-1332-208l-802-46l-3365 341l-711 73l-354 394l-41 69l-24 95l-20 167l3 392l-182 204l-781 665l-759 299l-237 40l-79 0l-97-22l-92-39l-341-220l-65-49l-36-48l-13-49l-78-810l-3-363l14-105l169-621l51-106l390-658l307-469l69-57l63-51l251-131l311-117l257-71l71-16l2864-47l1841-2l1354 32l370 10l172 17l1074 207l884 233l256 88l135 80l81 79l173 437l7 21l20 79zM-178394-311199l-2515 893l-797 33l-259-10l-667-69l-681-120l-1002-260l-590-45l-64 18l-35 24l-827 1175l-468-49l-81-12l-97-28l-73-33l-68-47l-102-111l-45-82l-34-80l-47-197l-24-143l4-91l15-77l33-92l243-623l27-53l455-603l304-334l117-102l166-103l239-118l447-144l121-31l116-10l1462-79l1115 35l2357 135l1329 150l385 74l299 75l253 111l213 102l127 99l91 108l18 87l-46 86l-52 34l-115 41l-892 201l-355 265z"/>
</g>
<path id="4011" d="M-131557-248193l1595 907l781-500l857-403l1381 557l2558 2115l1000 966l3023 131l1908 312l62 28l297 665l2 10l170 302l788 920l1277 475l689 24l53-89l115-91l135-61l126-27l874 57l1586 208l493 89l742 434l54 59l41 95l71 629l66 213l65 167l159 208l1290 1538l3287 0l452-1248l1334-893l996 530l1727 2481l-1165 383l-956 399l-169 104l1466 7015l469 801l-483 867l-2029 1687l-1880 1474l-1306-329l-5937-2226l-1885-851l-47-350l-365-1103l-766 247l123 433l-478 726l-167 61l-1408 231l-997-365l-431-599l-232-614l-61-410l61-395l211-706l78-607l-57-776l-447-508l-160-3l-637-154l-852-358l-293-366l-452-741l235-907l20-79l-1025-644l-10-1004l-1941-5118l-106-247l-38-48l-145-177l-160-119l-239-143l-209-85l-1149-205l-636-120l-302-127l-3144-1839l-380-285l-836-667l-257-267l-287-371l-831-1383l-316-558l-89-204l-156-427l211-70l225-55l1136 9l806 14l565 929l256 422zM-127837-284732l-290 118l-588-963l-2146-4466l232-144l555-271l420 164l1603 1004l136 94l33 47l480 1214l-59 3011l-376 192z"/>
<path id="4012" d="M-128745-280874l618-3740l290-118l376-192l59-3011l-480-1214l-33-47l-136-94l-1603-1004l-420-164l-555 271l-498-1319l1572-20l621 224l1272 516l1465 764l472-250l365-304l95-89l57-61l345-394l725-234l908 119l551 157l199 85l-1071 1914l-370 516l-807 343l-39 265l832 2233l1227 4922l-1853 2094l-322 274l-191 160l-226 158l-196 127l-665-2l-1398-25l-218-165l-400-324l78-211l-244-1440l-402-720z"/>
<g>
<path id="5111" d="M-257088-45128l-158 1125l-102 985l-366 4371l-5 742l43 836l233 0l433-114l465-121l763-134l1640 449l889 470l698 463l1284 416l529 88l371-700l488-558l1534 107l251 339l-721 3840l-225 22l-1574-273l-1663-289l-335-73l-422 38l63 2546l356 487l2217 461l769 2420l-845 1408l-654 88l-390 392l-53 1527l961 1534l284 401l363-73l134 557l-574 888l-1351 449l-918-402l-1040-297l-616 78l-486 311l-206-374l-112-225l-80-278l-38-369l65-425l127-340l155-281l266-460l92-262l19-231l-22-148l-65-171l-77-126l-185-155l-232-95l-386-33l-254 66l-252 144l-178 144l-235 263l-519 756l-256 293l-274 173l-339 89l-364-13l-298-88l-185-131l-185-215l-137-334l-24-536l102-466l181-496l121-443l32-489l-22-340l-80-313l-134-230l-60-102l-275-250l-254-152l-303-92l-232-8l-292 39l-511 178l-334 80l-225 27l-489 22l-394-92l-398-177l-290-253l-71-66l-63-60l-53-124l-62-183l-46-178l-2-276l33-176l114-360l26-103l22-199l11-139l-1-146l-49-383l-1506-6873l1450-2949l194-266l102-163l72-141l51-101l159-315l94-220l134-396l41-216l24-214l-12-396l-10-100l-54-269l-65-210l-21-62l-42-84l-191-328l-166-204l-251-245l-466-393l257-345l456-474l1080-882l934-121l3007-223l753 197l-117 501z"/>
<path id="5112" d="M-257494-65636l-82 160l-143 505l-87 311l547 782l39 31l98 45l280 134l66 38l1654 1145l329 660l-76 3602l-1254 1249l300 892l137 411l22 131l47 280l-75 1425l-158 2882l-305 1800l-86 644l17 249l82 678l12 99l33 146l867 1760l-1858 449l117-501l-753-197l-3007 223l-934 121l-1080 882l-456 474l-257 345l-614-430l-2811-1387l-150-84l-119-85l-59-58l-51-51l-67-91l-43-89l-32-105l-21-97l-21-154l0-134l16-194l12-79l26-82l69-158l58-107l58-83l97-117l-72-2570l-562 16l-792-42l-44-724l150-929l524-1673l1330 542l1248-4093l-101-1177l-714-2282l-542-458l-315-241l-20-13l-211 346l-182 188l-17-12l-371-1054l-301-1541l12-40l435-513l927-172l296 264l1009-188l1322-771l284-854l-93-67l-126-91l-215-172l-227-232l-161-193l-70-103l-53-94l-70-163l-46-161l-14-101l-5-94l2-133l13-113l21-155l41-204l27-119l38-127l162-388l436-1032l469 88l1921 1028l929 622l2539 1374l805 351z"/>
<path id="5113" d="M-241880-64996l808 1519l3467 3168l1535 1187l541 191l139 156l67 91l186 335l1356 4107l-582 1045l679 527l27 550l-70 237l-216 333l-258 304l-466 304l-436 198l-144 2563l144 632l-154 318l-1309 522l-607 220l-545-188l-2466 100l-1716 254l-460 114l-1948 496l-891 645l-783 505l-267 4l-1864-310l-839-540l-1227-1519l353-76l2403-2093l122-117l222-334l-97-847l72-1147l60-567l376-591l948-1878l-36-244l-480-963l-2690-2153l-884-547l-369-696l466-1032l225-302l668-54l62-16l256-108l883-654l141 264l648-111l2319-627l165-53l254-119l565-308l475-1476l330-1392l842 173z"/>
<path id="5114" d="M-268580-50686l44 724l792 42l562-16l72 2570l-97 117l-58 83l-58 107l-69 158l-26 82l-12 79l-16 194l0 134l21 154l21 97l32 105l43 89l67 91l51 51l59 58l119 85l150 84l2811 1387l-232 487l-214 389l-208 269l-150 136l-227 150l-2529 1283l-2513 1980l-1715 334l-137 9l-447-28l-282-33l-31-5l-1016-149l-2366-343l-504-18l-200 13l-170 28l-516 69l-1031-239l-630-1128l-107-307l480-83l413-128l736-504l103-172l94-319l62-369l84-960l-5-465l-5-167l-39-247l-250-577l-1246-2524l-686-2529l90-853l218-595l682-448l103 11l1320 474l768-33l104-18l98-62l632-720l908 1524l707 370l307 113l3201-313l1838 222z"/>
<path id="5116" d="M-277393-32576l-2054-455l-442-61l-778 5785l643 708l1188-584l353-305l348-341l354 467l260 776l89 383l448 2452l-909 625l-626 34l-90-802l-680-273l-668-187l-764 469l-974 604l-2357 3697l-193 522l504 1392l-1166 98l-1705-148l-2680-818l-791-889l-149-1237l-7-245l117-615l370-671l-1579-1930l-788-870l-53-40l-69-29l-575-166l-159-29l-757-1779l-18-76l-105-761l829-552l1697-2315l506-2399l931-289l1056-55l34 241l86 258l181 314l219 289l118 152l2733 44l452-64l1308-1108l560-482l792-1034l505-377l3037 1574l1418 1102z"/>
<path id="5117" d="M-250179-46928l-5051 1351l-867-1760l-33-146l-12-99l-82-678l-17-249l86-644l305-1800l158-2882l75-1425l-47-280l-22-131l-137-411l-300-892l1273 620l931-109l1957-734l1860-1096l292-192l884 547l2690 2153l480 963l36 244l-948 1878l-376 591l-60 567l-72 1147l97 847l-222 334l-122 117l-2403 2093l-353 76z"/>
<path id="5119" d="M-247619-61347l-883 654l-256 108l-62 16l-668 54l-225 302l-466 1032l369 696l-292 192l-1860 1096l-1957 734l-931 109l-1273-620l1254-1249l76-3602l-329-660l-1654-1145l-66-38l-280-134l-98-45l-39-31l-547-782l87-311l143-505l82-160l49-1586l391-564l1938-2378l503-308l665-301l622 482l128 111l919 813l1803 3645l-38 963l561 1309l909 1388l1425 715z"/>
<path id="5120" d="M-223604-27756l-100 569l-75 589l175 45l601 68l82 1125l-9 127l-37 145l-937 3583l-53 121l-95 138l-254 211l-142 117l-85 6l-428-27l-944-216l-854-1369l-1921-437l-585-85l-85 7l-905 449l-50 28l-715 317l-1552 50l-38 0l-47-7l-269-112l-74-102l-49-41l-65-29l-74 5l-233 66l-62 45l-1006 946l-459-55l-161-405l-3-50l111-1839l673-688l546-2108l887-1914l191-252l799-285l2949-624l800-68l103-6l1279-58l276 150l2420 1436l474 434z"/>
<path id="5122" d="M-235001-23773l-111 1839l3 50l161 405l459 55l1006-946l62-45l233-66l74-5l65 29l49 41l74 102l-470 799l-166 1369l760 759l110 109l-1852 1023l-737-123l-1044-661l-237-293l203-569l-94-313l-497-475l-52-36l-63-10l-736-112l-1064-21l-68 0l-3270 538l-594 111l-41 12l-98 29l-129 50l-1545 643l-380 627l283-2426l-109-603l-543-313l-1347-286l-471 489l-826-320l352-1169l561-762l84-75l2428-1254l876-442l1098-531l273-99l1442-2027l1269-938l193-113l136-35l863-193l302-28l364 9l501 409l353 309l61 277l7 143l-19 82l-61 150l-35 128l-8 166l31 863l10 128l450 1509l33 48l1289 1857l29 38l59 56l61 38z"/>
<path id="5124" d="M-222831-31501l472 678l-157 330l-853 1626l-235 1111l-474-434l-2420-1436l-276-150l-1279 58l-103 6l-800 68l-2949 624l-799 285l-191 252l-887 1914l-546 2108l-673 688l-61-38l-59-56l-29-38l-1289-1857l-33-48l-450-1509l-10-128l-31-863l8-166l35-128l61-150l19-82l-7-143l-61-277l-353-309l-501-409l-364-9l-302 28l-863 193l-136 35l-193 113l-1269 938l-457-759l-480-2919l1822-1817l246-94l323-229l21-21l635-794l243-316l558-1115l1284-1844l131-142l74-59l77-38l780-313l1230-404l659 119l1147-325l505-321l961 878l1437 751l96-98l1204-795l598-247l1940-690l188-47l157-27l591 5357l-458 1032l-11 70l37 418l1032 850l1488 1114z"/>
<path id="5154" d="M-294405-105121l7 1l1842-4l1641-402l94-45l66-15l97 5l7 1l250 44l111 51l64 30l745 387l469 266l2363 2005l3067 2037l1159 676l702 154l950 2610l590 310l1421 73l908-198l1596-639l98 799l37 135l1194 3124l998 561l552 770l-367 223l-686 176l-1378 345l-1113 814l65 242l128 510l28 235l-336 1303l-500 1009l-1618 1559l-2165-860l-387-190l-215-140l-167-130l-70-91l-53-70l-106-191l-70-219l-14-177l34-194l62-187l96-180l466-580l137-209l162-304l119-359l45-263l8-206l-37-202l-85-228l-167-296l-136-194l-176-168l-241-147l-241-87l-199-31l-25 928l-1923 3077l-1051 1181l-529 822l332 629l555 125l215 98l454 626l-49 615l-779 1655l-1172 2281l-1830 601l-556 13l-1343-469l-142-44l-185 29l-35 88l-50 310l262 1906l1215 448l379 331l710 690l731 725l1808 1920l151 893l-560 347l4 168l10 409l15 89l47 78l52 65l1303 772l88 37l116 37l886 170l833-726l5350 227l391 192l-129 88l-2396 1569l1415 1448l-570 1765l-269 272l-544-271l-439-355l-581-616l-349 32l-3 1123l11 58l1608 3982l168 286l776 580l484 270l448 720l32 126l471 4028l69 752l-564 642l-3381 1247l-1852-210l-520-576l-1965-371l-427 1351l-436 762l-2207 1875l-3318 1523l-260 72l-211 26l-2119 255l-184 22l-217 9l-151-4l-488-660l-2358-580l-501-2487l-540-1457l1318-5899l344-1678l4-170l-452-4565l-40-165l-354-874l-363-694l-2741-4551l-2083-2400l-2193-2271l252-1817l148 61l148 62l1446-3394l144-354l-1112-494l-1533-419l-2618-1185l-576-547l-68-116l-48-3365l20-112l44-80l223-156l135-76l121-43l106-14l439-10l147-4l42-27l128-246l22-67l-10-51l-900-903l-2493-1670l-141-79l-211-52l-1654-92l-719-39l-150-437l50-722l2206-1438l469-305l88-411l-768-3085l-901-1085l-484-445l-551-1649l689-718l552-575l40 32l355 277l145 85l148 53l882 284l209 41l161 1l211-23l146-28l218-52l191-60l179-69l396-169l3159-1727l3248 665l4314 1089l21-2163l-1707-2924l-83-103l-1046-593l-31-16l-96-45l-7-3l-37-15l569-717l1979-473l1071 304l1211 1147l-193 616l36 197l50 261l54 107l356 431l161 171l214 185l259 196l225 145l305 177l178 89l355 165z"/>
<path id="5158" d="M-232091-40067l-505 321l-1147 325l-659-119l-1230 404l-780 313l-77 38l-74 59l-131 142l-1284 1844l-558 1115l-243 316l-635 794l-21 21l-323 229l-246 94l-1822 1817l480 2919l457 759l-1442 2027l-273 99l-1098 531l-876 442l-2428 1254l-84 75l-561 762l-352 1169l826 320l471-489l1347 286l543 313l109 603l-283 2426l-351 3337l-108 1224l-1506 931l-2423-607l-2317 327l-538 310l-112-79l-312-213l-355-170l-1182-450l-369-160l-227-152l-104-109l-124-156l-70-165l-47-185l-19-165l9-161l41-228l1619-1238l158-146l116-171l132-279l59-273l4-265l-51-294l-163-356l-248-322l-1340-1251l486-311l616-78l1040 297l918 402l1351-449l574-888l-134-557l-363 73l-284-401l-961-1534l53-1527l390-392l654-88l845-1408l-769-2420l-2217-461l-356-487l-63-2546l422-38l335 73l1663 289l1574 273l225-22l721-3840l-251-339l-1534-107l-488 558l-371 700l-529-88l-1284-416l-698-463l-889-470l-1640-449l-763 134l-465 121l-433 114l-233 0l-43-836l5-742l366-4371l102-985l158-1125l1858-449l5051-1351l1227 1519l839 540l1864 310l267-4l783-505l891-645l1948-496l460-114l1716-254l2466-100l545 188l607-220l1309-522l154-318l1007 155l1085 184l628 1314l201 4356l91 1473z"/>
<path id="5162" d="M-263458-43781l466 393l251 245l166 204l191 328l42 84l21 62l65 210l54 269l10 100l12 396l-24 214l-41 216l-134 396l-94 220l-159 315l-51 101l-72 141l-102 163l-194 266l-1450 2949l1506 6873l49 383l1 146l-11 139l-22 199l-26 103l-114 360l-33 176l2 276l46 178l62 183l53 124l63 60l71 66l290 253l398 177l394 92l489-22l225-27l334-80l511-178l292-39l232 8l303 92l254 152l275 250l60 102l134 230l80 313l22 340l-32 489l-121 443l-181 496l-102 466l24 536l137 334l185 215l185 131l298 88l364 13l339-89l274-173l256-293l519-756l235-263l178-144l252-144l254-66l386 33l232 95l185 155l77 126l65 171l22 148l-19 231l-92 262l-266 460l-155 281l-127 340l-65 425l38 369l80 278l112 225l206 374l1340 1251l248 322l163 356l51 294l-4 265l-59 273l-132 279l-116 171l-158 146l-1619 1238l-376-63l-797 236l-1225 942l84 151l191 511l94 394l45 543l9 329l-1140 1093l-401-83l-336-950l-11-512l-679-873l-297-189l-898 425l-1246-98l-1038 2017l-2086 3336l-2289-482l-1642-377l-3806-185l-1130-8l-1594-217l-1000-1522l229-1447l-1171-1295l-1085 8l-1997 1225l-252 220l-203 224l-353 746l-1427-1212l752-656l527-460l-1609-3741l-480 29l-504-1392l193-522l2357-3697l974-604l764-469l668 187l680 273l90 802l626-34l909-625l-448-2452l-89-383l-260-776l-354-467l-348 341l-353 305l-1188 584l-643-708l778-5785l442 61l2054 455l448 292l2235-563l3039-1289l1572-739l-136-421l-875-1102l-297 35l-724 87l-158-587l-398-1547l-70-830l31 5l282 33l447 28l137-9l1715-334l2513-1980l2529-1283l227-150l150-136l208-269l214-389l232-487l614 430z"/>
<path id="5166" d="M-275541-52602l-632 720l-98 62l-104 18l-768 33l-1320-474l-103-11l-682 448l-218 595l-90 853l686 2529l1246 2524l250 577l39 247l5 167l5 465l-84 960l-62 369l-94 319l-103 172l-736 504l-413 128l-480 83l107 307l630 1128l1031 239l516-69l170-28l200-13l504 18l2366 343l1016 149l70 830l398 1547l158 587l724-87l297-35l875 1102l136 421l-1572 739l-3039 1289l-2235 563l-448-292l-1418-1102l-3037-1574l-505 377l-792 1034l-560 482l-1308 1108l-452 64l-2733-44l-118-152l-219-289l-181-314l-86-258l-34-241l-1056 55l-931 289l-506 2399l-1697 2315l-829 552l-778-215l-864-563l-61-82l-185-360l-64-75l-110-75l-752-385l-651 228l-1052 1326l-1305 837l-2260-2147l130-54l233-98l5-84l-951-874l-2986 1217l-78 41l-160 119l-114 106l-317 345l-31 37l-28 33l-131 107l-188 120l-220 96l-336 90l-202 35l-197-4l-208-23l-449-89l-194-44l-86-29l-55-55l-529-1283l-157-4136l448-2409l986-553l2347-2312l494-487l2305-3554l350-712l387-1051l486-930l1521-727l2619-2204l-89-537l2358 580l488 660l151 4l217-9l184-22l2119-255l211-26l260-72l3318-1523l2207-1875l436-762l427-1351l1965 371l520 576l1852 210l3381-1247l564-642l1133 2070z"/>
<path id="5170" d="M-247537-88983l282 466l644 1105l834 1582l123 428l-329 1166l-566 536l-1322 2400l-1028 2615l123 1989l-2424 350l-83 123l-339 1604l-58 1662l153 392l-45 74l-400 638l-103 97l-673 406l-40 24l-415 245l-745 308l-665 301l-503 308l-1938 2378l-391 564l-49 1586l-805-351l-2539-1374l-929-622l-1921-1028l-469-88l-436 1032l-162 388l-38 127l-27 119l-41 204l-21 155l-13 113l-2 133l5 94l14 101l46 161l70 163l53 94l70 103l161 193l227 232l215 172l126 91l93 67l-284 854l-1322 771l-1009 188l-296-264l-927 172l-435 513l-12 40l301 1541l371 1054l17 12l182-188l211-346l20 13l315 241l542 458l714 2282l101 1177l-1248 4093l-1330-542l-524 1673l-150 929l-1838-222l-3201 313l-307-113l-707-370l-908-1524l-1133-2070l-69-752l-471-4028l-32-126l-448-720l-484-270l-776-580l-168-286l-1608-3982l-11-58l3-1123l349-32l581 616l439 355l544 271l269-272l570-1765l-1415-1448l2396-1569l129-88l-391-192l-5350-227l-833 726l-886-170l-116-37l-88-37l-1303-772l-52-65l-47-78l-15-89l-10-409l-4-168l560-347l-151-893l-1808-1920l-731-725l-710-690l-379-331l-1215-448l-262-1906l50-310l35-88l185-29l142 44l1343 469l556-13l1830-601l1172-2281l779-1655l49-615l-454-626l-215-98l-555-125l-332-629l529-822l1051-1181l1923-3077l25-928l199 31l241 87l241 147l176 168l136 194l167 296l85 228l37 202l-8 206l-45 263l-119 359l-162 304l-137 209l-466 580l-96 180l-62 187l-34 194l14 177l70 219l106 191l53 70l70 91l167 130l215 140l387 190l2165 860l1618-1559l500-1009l336-1303l-28-235l-128-510l-65-242l1113-814l1378-345l686-176l367-223l-552-770l-998-561l-1194-3124l-37-135l-98-799l1484-22l1159 424l1023 1013l1187 990l493 248l952-565l760-637l2706 474l457 113l1287 1085l467 619l179 807l3616 1043l1749-69l1433 590l890 2116l3489 1706l1691 393l2185-762l1512-775z"/>
<path id="5313" d="M-312330 7121l-17 997l21 111l782 2737l148 459l278 505l2535 427l442 53l715 60l1450 91l1016 0l1052 1287l657 4482l-307 1087l-202 747l26 268l706 1968l652 2374l-2119 5136l-377 556l-177-553l-3805-7765l-125-236l-335-281l-79-65l-10-5l-950-74l-1781 131l-2079 147l-142-4l-195-13l-180-198l-145-893l101-592l456-485l1-822l-2687-4634l-1381-1301l-134-134l145-591l633-848l1014 847l319 262l395-235l1017-1014l337-681l-169-921l-215-227l-20-23l-59-328l-1-7l1-7l206-1344l2411-1012l88-4l69 37l25 74l-7 454z"/>
<path id="5314" d="M-232267 33813l-1190 576l-416-563l-198-225l-333-251l-1386-293l-3941-749l-1692 1447l-556 515l-213 837l-433 186l-180 50l-471 1l-1933-2757l-199-965l89-253l570 488l211 11l268-294l278-1105l-305-1616l-375-1192l-448-708l1052-5648l868-720l400-331l905-396l4167-236l683 381l679 632l815 1190l866 377l2084 622l596 1218l-1475 2654l-1034 491l-585 443l284 1069l217 735l1406 2646l925 1733z"/>
<path id="5315" d="M-255104-15729l-41 228l-9 161l19 165l47 185l70 165l124 156l104 109l227 152l369 160l1182 450l355 170l312 213l112 79l168 120l354 267l2408 2068l167 146l1078 988l277 282l167 195l271 397l89 201l67 186l48 304l-19 372l1725 54l3234-58l1712 119l-475 581l242 2186l132 456l951 230l321 77l583 270l264 470l-2 913l-27 677l-1010 951l1861 1707l974 62l171 5l351 1719l-111 2417l-69 2579l384 487l1351 1203l-3606 2314l-60 323l-1634 1045l-707 240l-1252-35l9-1526l-258-558l-1759-73l-404 207l-364 770l-1161 204l-508 60l-423-61l-735-404l-1815 460l-1811-493l-369-1066l-30-99l-383-1270l-128-2159l144-352l363-808l-1030-873l-644-503l-1237-966l-1288 717l-1059-739l-1342-1942l-927-2450l729-1859l650-996l904-844l392-674l28-1860l-4-2161l-189-421l-1039-1169l-317 162l-351 173l-335-35l-754-213l-1507-2174l-140-654l106-308l898-425l297 189l679 873l11 512l336 950l401 83l1140-1093l-9-329l-45-543l-94-394l-191-511l-84-151l1225-942l797-236l376 63z"/>
<path id="5316" d="M-240487-7695l-1712-119l-3234 58l-1725-54l19-372l-48-304l-67-186l-89-201l-271-397l-167-195l-277-282l-1078-988l-167-146l-2408-2068l-354-267l-168-120l538-310l2317-327l2423 607l1506-931l108-1224l510 448l614 198l68 14l93-11l65-17l489-278l94-67l450-430l267-434l610-268l267-33l2084 40l-43 670l-745 1100l2494 1858l-66 1537l-639 1815l-769 774l-989 910z"/>
<path id="5354" d="M-288625 35394l59 0l48 19l44 29l28 61l10 66l-21 81l-293 804l-2115 2513l-853 840l-445 306l-394 324l-248 1146l-186 2133l455-285l466-167l304 100l100 205l-33 238l-810 1446l-274 356l-627 444l-225 159l-519 206l-70 27l-75 18l-237 40l-861 96l-1095 869l-177-180l-266-269l-1973-325l-4170-149l-1945-2271l-312-669l-536-1648l-157-1844l3318-2477l1664-461l2009-3260l86-149l14-25l49-201l15-298l6-152l-39-46l-252-274l-162-54l-445 210l-123 23l-1565 33l-3134-513l-1474-1906l268-73l123-5l798-19l377-556l2119-5136l-652-2374l-706-1968l-26-268l202-747l307-1087l-657-4482l-1052-1287l-1016 0l-1450-91l-715-60l-442-53l-2535-427l-278-505l-148-459l-782-2737l-21-111l17-997l1059 473l56-42l1144-2741l47-497l-476-658l-66-110l-268-593l-22-128l12-213l37-251l49-188l370-1181l42-99l469-610l59 427l295 207l3138 1245l340-263l557-694l270-675l-326-19l344-1082l309-673l392-652l666-570l741-378l1019-455l1842 1053l85 63l77 96l245 409l-78 1768l-875 1040l-969 790l-249 130l-69 467l2103 3524l1214 284l446-18l806-290l2240-1730l86 94l205 233l825 1128l416 583l967 4933l68 853l-1389 1774l-864 606l-610-337l-273 484l1010 2372l476 6l792-369l765-428l708 672l112 1246l-3234 4960l-2131 3222l-217 985l223 546l2540 1844l837 576l728-304l1940-436l2377 1857l26 385l-107 1021l-48 200l-125 224l-150 79l-736 140l-803 229l-100 89l-45 86l-10 130l825 1546l780 194l560-127l206-189z"/>
<path id="5358" d="M-281504-11630l-740 813l-463 903l-390 882l75 1500l723 1564l1171 1605l-547 359l-422 439l52 407l341 805l1126 2376l1133 699l-268 2203l58 1110l301 208l1858 457l27 2801l1175 2077l2802 2564l1691-44l1182-919l3743 264l195 2645l-26 2631l-1130 870l-453 311l-864 218l227 830l714 1456l321 578l48 927l-13 1020l-45 116l-1694 1731l-2245-1113l-1516 27l-2585 1553l-234 810l406 947l569 1551l-11 463l-548 555l-855 410l-1133 819l-863 4573l130 1012l-588 632l-234 71l-1906-90l-2108-300l-51-22l-561-507l-494-520l-424-246l-321-152l-428-200l-791-266l-1799-442l-109 11l-160 493l-170 549l-206 189l-560 127l-780-194l-825-1546l10-130l45-86l100-89l803-229l736-140l150-79l125-224l48-200l107-1021l-26-385l-2377-1857l-1940 436l-728 304l-837-576l-2540-1844l-223-546l217-985l2131-3222l3234-4960l-112-1246l-708-672l-765 428l-792 369l-476-6l-1010-2372l273-484l610 337l864-606l1389-1774l-68-853l-967-4933l-416-583l-825-1128l-205-233l-86-94l-2240 1730l-806 290l-446 18l-1214-284l-2103-3524l69-467l249-130l969-790l875-1040l78-1768l-245-409l-77-96l-85-63l-1842-1053l117-1895l98-79l2470-1942l3998-2417l2618-92l1074-28l1765-260l752-1022l1961-538l2186-150l987-418l1116-702l1427 1212z"/>
<path id="5362" d="M-260841-13775l-106 308l140 654l1507 2174l754 213l335 35l351-173l317-162l1039 1169l189 421l4 2161l-28 1860l-392 674l-904 844l-650 996l-729 1859l927 2450l1342 1942l1059 739l1288-717l1237 966l644 503l1030 873l-363 808l-144 352l128 2159l383 1270l30 99l369 1066l1811 493l1815-460l-72 237l-18 203l10 190l8 139l53 251l108 233l179 234l252 149l232 96l345 78l977 227l246 72l287 199l317 362l185 353l104 315l27 243l-9 253l-87 802l-2541 665l-1123-545l-3039-1019l-3608 1101l-933 308l-519 634l-307-453l-256 152l-714 555l-2396 1890l-1111 1573l382 234l-1770 2567l-1028-86l-3745-1089l-198-398l1068-1132l-545-898l-774-178l-531-115l-211 201l-714-1456l-227-830l864-218l453-311l1130-870l26-2631l-195-2645l-3743-264l-1182 919l-1691 44l-2802-2564l-1175-2077l-27-2801l-1858-457l-301-208l-58-1110l268-2203l-1133-699l-1126-2376l-341-805l-52-407l422-439l547-359l-1171-1605l-723-1564l-75-1500l390-882l463-903l740-813l353-746l203-224l252-220l1997-1225l1085-8l1171 1295l-229 1447l1000 1522l1594 217l1130 8l3806 185l1642 377l2289 482l2086-3336l1038-2017l1246 98z"/>
<path id="5366" d="M-256077 17581l338 177l91 367l-195 845l-264 525l118 657l313 961l381 497l274 355l768-175l673-282l872 1892l-1089 1538l-415 467l-251 230l-167 102l-294 118l-1314 343l-218 275l-563 767l-94 144l-36 524l31 61l986 223l6 1447l-502 1729l-202 1021l366 1136l313 291l270 250l1447 219l807 408l389 341l-125 570l-267 688l-786 1531l-232-27l-551 86l-274 126l-56 63l-155 176l3 71l24 509l344 2201l663 539l1419 628l405 657l-337 641l-1762 2430l-1000 118l-139 99l-96 263l40 305l268 1787l866 330l280 315l0 207l-175 1881l-320 1616l-3046 1560l-103 15l-174-34l-2920-2204l-267-1060l-57-752l-401-429l-2165 528l-1950 1360l-42 541l1559 4074l1041 1253l-455 1729l-457 558l-249 376l-25 440l1000 1945l996 1388l151 166l-1394-190l-255 58l-3447 1046l-2571 444l-636-1374l-1171-1577l-228 75l-200 66l-102 38l-80 40l-195 106l-79 58l-51 44l28 1242l-507 932l-995 297l-1006-1146l169-702l288-1201l-146-338l-1374-1473l-5409 1735l-1255 1000l-635 861l-1197 1206l-273 230l-2329 174l-116-400l581-934l318-1468l-770-1257l-2523-2041l-1059 222l-849 186l-22 45l226 1399l865 2907l733 1529l738 1113l-1612-153l242-1226l7-71l-566-924l-133-180l-2522-3010l-307-271l-856-755l250-459l82-126l858-1075l573-695l105-188l332-822l671-2696l30-140l1-783l-48-688l-34-238l-54-202l-110-326l-285 82l-204 57l-126-10l-116-26l-162-62l-735-330l-537-516l-36-58l-14-88l-22-1224l17-105l230-822l46-90l-561-969l-1203-593l1095-869l861-96l237-40l75-18l70-27l519-206l225-159l627-444l274-356l810-1446l33-238l-100-205l-304-100l-466 167l-455 285l186-2133l248-1146l394-324l445-306l853-840l2115-2513l293-804l21-81l-10-66l-28-61l-44-29l-48-19l-59 0l170-549l160-493l109-11l1799 442l791 266l428 200l321 152l424 246l494 520l561 507l51 22l2108 300l1906 90l234-71l588-632l-130-1012l863-4573l1133-819l855-410l548-555l11-463l-569-1551l-406-947l234-810l2585-1553l1516-27l2245 1113l1694-1731l45-116l13-1020l-48-927l-321-578l211-201l531 115l774 178l545 898l-1068 1132l198 398l3745 1089l1028 86l1770-2567l-382-234l1111-1573l2396-1890l714-555l256-152l307 453z"/>
<path id="5370" d="M-293855-27875l105 761l18 76l757 1779l159 29l575 166l69 29l53 40l788 870l1579 1930l-370 671l-117 615l7 245l149 1237l791 889l2680 818l1705 148l1166-98l480-29l1609 3741l-527 460l-752 656l-1116 702l-987 418l-2186 150l-1961 538l-752 1022l-1765 260l-1074 28l-2618 92l-3998 2417l-2470 1942l-98 79l-117 1895l-1019 455l-741 378l-666 570l-392 652l-309 673l-344 1082l326 19l-270 675l-557 694l-340 263l-3138-1245l-295-207l-59-427l439-414l68-87l52-144l36-177l-54-24l-1492-264l-1176-427l-2525-1112l-126-1439l-63-1541l24-41l952-2047l22-125l-31-173l-2716 10l-1375 223l-3399-49l-952-1108l-1509-3453l-46-131l-577-3019l-91-650l3417-1500l348 301l223 896l227 901l654 1292l1055 102l1078-851l82-140l59-172l27-156l268-1295l604-955l171-258l1037-1016l189-159l906-762l510-342l8 6l235 156l134 4l653-207l157-63l142-75l3302-2673l534-536l761-832l2592-921l141-29l1197-232l93-2l605-67l952-1021l-275-200l-2129-1548l16-72l2389-1002l117-49l2260 2147l1305-837l1052-1326l651-228l752 385l110 75l64 75l185 360l61 82l864 563l778 215z"/>
<path id="5374" d="M-214225-28383l-848 1576l-93 235l178 1066l1339 2469l974 994l843 1480l736 1481l950 2692l826 618l835 241l987 53l1418-350l1960-35l1563 765l120 338l-93 349l-430 719l65 571l1608 1463l245 29l2366-725l1571-511l1363 308l802 570l-639 686l-180 716l308 858l575 945l550-35l385 730l77 881l45 828l-391 788l-384 1083l100 1090l978 1713l573 587l1223-322l7-2l957 174l336 1445l350 1810l-453 1115l-764 1183l-1846 1089l-298 1539l373 3287l-21 1159l-634 2058l-3397 2213l-1728 669l-983-196l13-243l-784-1331l-799 19l7 598l-1366 849l-4956-1374l-1240-607l-75-802l-2568-3528l-1550-507l-104-573l345-969l505-1508l151-724l-6-101l-347-1015l-74-164l-965-1498l-819-1198l-1526-28l-812-41l-811-256l-698-1065l-1457 126l-551 96l-1384-1566l-970-1074l-1770-113l-863 143l-246 334l200 181l-257 132l-2121-1886l795-642l518-222l102-41l83-53l236-213l32-31l2629-3194l1044-1810l187-365l246-501l575-1868l61-234l-543-138l-640-142l-920-40l-713 75l-1325-735l-312-312l-167-5508l-74-1592l944 216l428 27l85-6l142-117l254-211l95-138l53-121l937-3583l37-145l9-127l-82-1125l-601-68l-175-45l75-589l100-569l235-1111l853-1626l157-330l-472-678l2322-763l24 583l23 182l40 63l67 29l814 114l6-1l500-121l-39-242l489-168l422-96l187-40l1087-8l309 151l332 321l2072 2106l1 622l-50 386z"/>
<path id="5378" d="M-225905-21155l74 1592l167 5508l312 312l1325 735l713-75l920 40l640 142l543 138l-61 234l-575 1868l-246 501l-187 365l-1044 1810l-2629 3194l-32 31l-236 213l-83 53l-102 41l-518 222l-795 642l2121 1886l257-132l-200-181l246-334l863-143l1770 113l970 1074l1384 1566l551-96l1457-126l698 1065l-903 1469l-48 47l-2851 2455l-121 61l-214 51l-195 19l-2845 266l-1779-635l-40-50l119-101l-483-619l-833-716l-477-363l-541 420l-342 789l-97 292l-31 358l-696 1125l-2013 2540l-2084 736l-520 48l-1351-1203l-384-487l69-2579l111-2417l-351-1719l-171-5l-974-62l-1861-1707l1010-951l27-677l2-913l-264-470l-583-270l-321-77l-951-230l-132-456l-242-2186l475-581l989-910l769-774l639-1815l66-1537l-2494-1858l745-1100l43-670l-2084-40l-267 33l-610 268l-267 434l-450 430l-94 67l-489 278l-65 17l-93 11l-68-14l-614-198l-510-448l351-3337l380-627l1545-643l129-50l98-29l41-12l594-111l3270-538l68 0l1064 21l736 112l63 10l52 36l497 475l94 313l-203 569l237 293l1044 661l737 123l1852-1023l-110-109l-760-759l166-1369l470-799l269 112l47 7l38 0l1552-50l715-317l50-28l905-449l85-7l585 85l1921 437l854 1369z"/>
<path id="5382" d="M-199821 16104l735 945l249 544l371 1220l-10 709l-141 1121l-1312 1155l-51 43l-80 34l-82 13l-62 0l-92-12l-758-228l-618-27l-1477 37l-1103 347l-45 27l-579 901l-19 71l-11 72l19 74l31 676l-13 764l-22 47l-80 59l-557 408l-1476-700l-1010-407l-2122 1315l-2959 1605l-1534-67l-1447 857l-563-23l-291-14l-1002-1009l-766 49l-1303 117l-222 34l-261-271l-125 92l-214 299l-246 558l-574 1310l84 11l14 1l187 19l225 43l90 19l70 1559l-70 1166l-809 2510l-1716 719l-710 290l-2199 843l-1740 498l-991 153l-78 4l-61-28l-64-60l-152-199l-809-272l-7 0l-801 142l-1209 218l122-2672l-925-1733l-1406-2646l-217-735l-284-1069l585-443l1034-491l1475-2654l-596-1218l-2084-622l-866-377l-815-1190l-679-632l-683-381l-4167 236l-905 396l-400 331l-868 720l-1052 5648l448 708l375 1192l305 1616l-278 1105l-268 294l-211-11l-570-488l-89 253l199 965l1933 2757l471-1l180-50l433-186l213-837l556-515l1692-1447l3941 749l1386 293l333 251l198 225l416 563l-533 1599l-385 626l-786 1103l-1915 1292l-440-49l-1003-627l-987-60l-60 176l-694 1551l-649 451l-659-81l-1132-883l-77-675l-10-90l-691-671l-507 194l-946 936l-969 1074l-792 1058l-794 924l-211 191l-1864 978l-854-85l-1671-600l-740 131l-405-657l-1419-628l-663-539l-344-2201l-24-509l-3-71l155-176l56-63l274-126l551-86l232 27l786-1531l267-688l125-570l-389-341l-807-408l-1447-219l-270-250l-313-291l-366-1136l202-1021l502-1729l-6-1447l-986-223l-31-61l36-524l94-144l563-767l218-275l1314-343l294-118l167-102l251-230l415-467l1089-1538l-872-1892l-673 282l-768 175l-274-355l-381-497l-313-961l-118-657l264-525l195-845l-91-367l-338-177l519-634l933-308l3608-1101l3039 1019l1123 545l2541-665l87-802l9-253l-27-243l-104-315l-185-353l-317-362l-287-199l-246-72l-977-227l-345-78l-232-96l-252-149l-179-234l-108-233l-53-251l-8-139l-10-190l18-203l72-237l735 404l423 61l508-60l1161-204l364-770l404-207l1759 73l258 558l-9 1526l1252 35l707-240l1634-1045l60-323l3606-2314l520-48l2084-736l2013-2540l696-1125l31-358l97-292l342-789l541-420l477 363l833 716l483 619l-119 101l40 50l1779 635l2845-266l195-19l214-51l121-61l2851-2455l48-47l903-1469l811 256l812 41l1526 28l819 1198l965 1498l74 164l347 1015l6 101l-151 724l-505 1508l-345 969l104 573l1550 507l2568 3528l75 802l1240 607l4956 1374l1366-849l-7-598l799-19l784 1331l-13 243z"/>
<path id="5512" d="M-242722-65169l-330 1392l-475 1476l-565 308l-254 119l-165 53l-2319 627l-648 111l-141-264l-1425-715l-909-1388l-561-1309l38-963l-1803-3645l-919-813l-128-111l-622-482l745-308l415-245l40-24l673-406l103-97l400-638l45-74l-153-392l58-1662l339-1604l83-123l2424-350l1980-940l1885 939l570 309l902 737l186 463l-255 1904l-298 365l-496 487l-1249 695l-489 407l-1054 958l-799 1741l1459 1059l1106 734l59 36l87 27l163 32l992 200l104 37l105 50l1016 695l37 46l22 50l37 396l-16 100z"/>
<path id="5513" d="M-232395-66568l-1180 14l-127 16l-215 33l-87 288l261 1012l560 1392l71 186l423 1225l-498 866l16 725l5 243l-66 804l-1289 278l-601 272l-223 124l-184 159l-541-191l-1535-1187l-3467-3168l-808-1519l231-860l1063-1105l-854-2618l-946-2115l1-1332l77-1692l1561-544l1051 134l1934 1203l677 2709l22 253l1680-385l438-87l56 34l70 49l623 443l48 35l320 440l991 1527l442 2339z"/>
<path id="5515" d="M-191699-118563l772 160l131 31l82 37l53 66l1797 3821l-641 1245l-385 619l-30 1335l754 2521l212 680l572 260l581 242l516 1293l-63 544l-1145 2296l-91 121l-996-87l-833-102l-753-341l-1993 867l-2378 1560l-2931 2252l-273 1402l-36 476l-1750-640l-584-216l-1896-2541l-880-2123l-1744-815l-59-201l-8-91l-101-1893l-11-400l-1916-2539l-131-122l36-205l472-1048l1079-1531l493-415l556-182l789-655l-27-305l-405-1977l429-135l1071-2070l6-183l-110-695l38-703l748-524l2917-1818l1054-440l3467 1070l329 117l455 250l912 759l1849 973z"/>
<path id="5554" d="M-221476-122454l-1759 1548l-1592-268l-1461-342l-1941 15l-1849 1256l-1363 2121l-167 163l-1733 714l-638-6l-472-138l-792-530l-1150-88l-352 1296l541 1177l46 75l252 330l523 195l718 383l396 404l256 439l-899 5179l-146 454l-496 1407l-344 558l-530 244l-409 970l96 645l1066 2721l425 897l35 70l251 391l87 81l1620 1434l1352 973l1935 915l851 309l-274 11l-79 22l-86 40l-2392 1759l-1326 1610l-98 119l-2750 979l-966 0l-1839-534l-691-1036l-113-1127l-1770-187l-512 32l-933 198l-349 644l-143 312l-233 591l-111 358l-106 392l-518 589l-1286-239l-1303-646l-613 2636l-27 160l-47 424l14 112l133 260l-1512 775l-2185 762l-1691-393l-3489-1706l-890-2116l-1433-590l-1749 69l-3616-1043l-179-807l-467-619l-1287-1085l-457-113l-2706-474l-760 637l-952 565l-493-248l-1187-990l-1023-1013l-1159-424l-1484 22l-1596 639l-908 198l-1421-73l-590-310l-950-2610l-220-772l-812-3321l0-120l110-912l139 20l4020 1199l413 779l25 31l85 105l134 133l137 105l157 71l307 76l1791-634l102-44l51-22l108-64l2073-1463l3573-1562l2410-685l1591-453l277-105l2295-1039l685-131l776 178l134 628l382 404l705 714l504 506l736-255l1268-871l1442-998l585-602l738-760l455-758l157-827l287-1605l301-114l294-109l244-89l174-63l1044-142l170-449l115-305l29-159l-108-1496l-207-794l-4829-4166l-2478-1397l-1908-112l17-1548l32-117l660-1742l2730-327l971-886l73-128l655-1693l61-222l213-1831l4249 235l2254-103l1089-932l109-121l71-130l686-2672l1862-2057l89-72l162-56l2823-358l344-534l1361-2135l120-382l344-1076l65-157l95-170l221-306l199-219l262-46l842-80l97 8l41 4l216 56l267 70l8 8l367 321l1394-274l769-363l456-289l353-307l142-232l36-94l-1-125l2424-75l-155 391l-270 4156l81 483l1446 1570l838 804l1128 1324l-996 1219l902 2074l3045 1768l1385 682l536-326l931-109l881 164l224 519l803 2092l136 888l199 1956l-26 580l-532 847z"/>
<path id="5558" d="M-204864-115164l405 1977l27 305l-789 655l-556 182l-493 415l-1079 1531l-472 1048l-36 205l131 122l1916 2539l11 400l101 1893l8 91l59 201l1744 815l880 2123l1896 2541l584 216l1750 640l16 299l1815 1464l1009-150l96-13l1008 941l1152 1819l6 553l-30 238l223 1056l1395 3178l944 1188l390 985l-2393 2851l-511-729l-1935-166l-3685 348l-524 560l-1314 932l-2664 1440l-530 265l-237-246l-1326-2289l-2731-2552l-324-756l-330-76l-2262 1331l-95 76l-697 610l9 1170l109 72l200 67l486 81l79-4l755 1307l169 452l-91 762l-239 644l-898 777l-432 142l-351-323l-741-95l-304 44l-41 651l-202-175l-1641-1405l-141-95l-106-44l-528-143l-117-29l-88-3l-55 3l-231 16l-146 7l-91-16l-42-23l-1305-828l-2688-2223l-46-53l-31-72l0-96l47-497l945-1019l921-1530l-889-1137l-1004-315l-222-41l-868-67l-737-1442l-639-1369l330-980l168-1049l-185-503l-289-323l-544-563l-2616-1458l-218-117l-997-370l-354-60l-76-12l-833-70l-851-309l-1935-915l-1352-973l-1620-1434l-87-81l-251-391l-35-70l-425-897l-1066-2721l-96-645l409-970l530-244l344-558l496-1407l146-454l899-5179l-256-439l-396-404l-718-383l-523-195l-252-330l-46-75l-541-1177l352-1296l1150 88l792 530l472 138l638 6l1733-714l167-163l1363-2121l1849-1256l1941-15l1461 342l1592 268l1759-1548l2402 1480l1244 498l750 222l1842 497l1934 203l658-321l799-190l131 18l152 46l129 71l89 94l218 272l560 828l150 377l110 317l55 218l-93 731l1007 937l1187 1032l479 239l81 8l686-29l2042-258z"/>
<path id="5562" d="M-213601-78361l1565 284l377 70l114 32l122 58l98 73l70 73l250 396l51 111l1038 2800l3 64l-60 422l-257 982l-168 426l-655 581l-2161 817l-230 234l-221 204l-1131 954l-1647 756l-1133-353l-339 1881l424 3460l137 453l-862 598l-380 263l-767 115l-1333-196l-1521-1256l194-920l-923-1650l-1151-1461l-1584-620l-310 154l-63 34l-81 71l-404 449l-100 110l-75 63l-106 58l-2501 910l-355 114l-553 164l-131 29l-219 40l-637 61l-212 10l-193-18l-774-107l-442-2339l-991-1527l-320-440l-48-35l-623-443l-70-49l-56-34l-438 87l-1680 385l-22-253l-677-2709l-1934-1203l-1051-134l-1561 544l-77 1692l-1 1332l946 2115l854 2618l-1063 1105l-231 860l-842-173l16-100l-37-396l-22-50l-37-46l-1016-695l-105-50l-104-37l-992-200l-163-32l-87-27l-59-36l-1106-734l-1459-1059l799-1741l1054-958l489-407l1249-695l496-487l298-365l255-1904l-186-463l-902-737l-570-309l-1885-939l-1980 940l-123-1989l1028-2615l1322-2400l566-536l329-1166l-123-428l-834-1582l-644-1105l-282-466l-133-260l-14-112l47-424l27-160l613-2636l1303 646l1286 239l518-589l106-392l111-358l233-591l143-312l349-644l933-198l512-32l1770 187l113 1127l691 1036l1839 534l966 0l2750-979l98-119l1326-1610l2392-1759l86-40l79-22l274-11l833 70l76 12l354 60l997 370l218 117l2616 1458l544 563l289 323l185 503l-168 1049l-330 980l639 1369l737 1442l868 67l222 41l1004 315l889 1137l-921 1530l-945 1019l-47 497l0 96l31 72l46 53l2688 2223l1305 828l42 23l91 16l146-7l231-16l55-3l88 3l117 29l528 143l106 44l141 95l1641 1405l202 175z"/>
<path id="5566" d="M-196265-167674l401 195l4512 1755l297 327l606 1283l129 402l210 655l32 102l307 2049l349 1654l1121 296l1646 1007l3080 1886l462 277l1506 259l723 120l1352-640l203-77l1864-585l3186 2063l694 1751l13 79l-9 91l-199 807l-10 110l11 132l64 233l46 125l580 866l45 53l268 192l919 1320l-1273 755l-277-36l-544 0l-898 348l-51 42l-32 47l-342 921l281 537l1472 1881l-720 750l-2339 4636l-617 1489l159 2154l1606 1391l445 197l3526 262l1098-114l679 556l593 957l-120 366l-1515 1599l242 3243l-3434 990l-4133 1330l-893 598l-113 90l-92 150l-340-33l-857-196l-3374-999l-1130-1075l-289-89l-2754 516l-286 137l-1433 2576l-1898 3906l-189 442l-1849-973l-912-759l-455-250l-329-117l-3467-1070l-1054 440l-2917 1818l-748 524l-38 703l110 695l-6 183l-1071 2070l-429 135l-2042 258l-686 29l-81-8l-479-239l-1187-1032l-1007-937l93-731l-55-218l-110-317l-150-377l-560-828l-218-272l-89-94l-129-71l-152-46l-131-18l-799 190l-658 321l-1934-203l-1842-497l-750-222l-1244-498l-2402-1480l532-847l26-580l-199-1956l-136-888l-803-2092l-224-519l-881-164l-931 109l-536 326l-1385-682l-3045-1768l-902-2074l996-1219l-1128-1324l-838-804l-1446-1570l-81-483l270-4156l155-391l711-1056l277-301l639-678l2539-414l4877 543l581 23l3497 120l499 17l1387-1710l1145-101l742-66l1277-604l628-1316l1088-974l1034-269l2353-1285l2624-2130l2190-1618l98-64l1498-790l175-89l214-82l164-36l130-8l131 10l88 26l1364 180l228 15l146-242l576-1084l925-2431l397-2347l-1164-705l472-1744l230-522l390-790l337-536l48-76l900-1152l332 148z"/>
<path id="5570" d="M-179149-123748l629 685l836 1356l665 1729l881 380l881 379l2142 919l637-53l234-193l35-67l74-363l22-49l297-554l44-60l2694-1980l2414 126l1718 525l312 733l-1653 5156l1050 1459l448-13l117-19l498 657l436 2301l-329 539l173 422l437 934l1241 1061l1595 1515l429 724l254 731l-164 860l-591 760l358 1677l1375 3004l690 114l293 331l654 805l274 695l-44 1132l968 1410l1353 2433l592 3258l1025 364l1511 1825l265 464l331 929l524 1711l-807 1508l-278 589l-558 1305l-31 85l-9 161l0 486l11 450l2 46l-6 43l-88 601l-14 91l-25 68l-48 56l-67 49l-1802 1215l-700 277l-491 134l-46 12l-2155 122l-77 2l-678-107l-825-157l-155-58l424-808l820-2238l42-348l-16-604l-3624-1553l-1156-485l-1430-397l-293 0l-400 233l-159 444l-626 1014l-515-162l-1394-557l-569-406l-219-250l-207-330l-183-53l-5409-718l-249-16l-265 52l-264 183l-257 249l-147 316l18 214l132 223l-47 384l-55 266l-91 106l-91 105l-227 159l-106 30l-468 97l-1576-781l-2294-1308l-646-963l-257-366l-3710-1271l-1284 478l-1513 763l-604 266l-204 58l-620-635l-1643-1080l-390-985l-944-1188l-1395-3178l-223-1056l30-238l-6-553l-1152-1819l-1008-941l-96 13l-1009 150l-1815-1464l-16-299l36-476l273-1402l2931-2252l2378-1560l1993-867l753 341l833 102l996 87l91-121l1145-2296l63-544l-516-1293l-581-242l-572-260l-212-680l-754-2521l30-1335l385-619l641-1245l-1797-3821l-53-66l-82-37l-131-31l-772-160l189-442l1898-3906l1433-2576l286-137l2754-516l289 89l1130 1075l3374 999l857 196l340 33z"/>
<path id="5711" d="M-126556-119474l777 232l-46 303l-318 1751l-546 6218l-87 883l-309 1738l-539 744l-1949 2318l-638 587l-1136 284l-1881-182l-1092-67l-845-39l-1474 591l-548-251l-372-1256l-308-676l-208-362l-210-235l-1407-711l-1397 282l-550 185l-535 121l-163 10l-135-21l-1962-1277l-1303-1916l238-251l813 145l274 155l739 21l1249-225l776-542l1028-976l331-872l446-2066l-18-380l-678-425l-753-344l-410-429l-785-1703l2013-2809l1622-2278l-9-497l-35-601l720-484l412-237l1513-466l107-27l117 18l3831 646l157 382l18 636l-38 348l-570 424l115 620l269 1058l4048 1768l1641 137z"/>
<path id="5754" d="M-151495-128124l-29 134l-40 335l-5 73l19 164l896 564l831 291l296-98l141-324l526-318l2651 855l345 527l196 308l100 155l449 118l580 82l575-95l377-160l72-31l87-40l403-437l36 116l47 107l102 170l357 481l240 142l244 117l337 85l742-71l1186-95l838 672l35 601l9 497l-1622 2278l-2013 2809l785 1703l410 429l753 344l678 425l18 380l-446 2066l-331 872l-1028 976l-776 542l-1249 225l-739-21l-274-155l-813-145l-238 251l1303 1916l1962 1277l135 21l163-10l535-121l550-185l1397-282l1407 711l210 235l208 362l308 676l372 1256l548 251l1474-591l845 39l1092 67l1881 182l1136-284l685-350l656 28l3854 1497l2583 2896l74 170l1175 2728l631 852l-2129 396l-3869 270l-322-921l-200-606l-1721 204l-4930 2408l-1908 1934l-64 438l-617 919l-326 233l-1211 842l-76 49l-678 267l-390 111l-1052 381l-1111 1023l-2501 2512l-502 1258l-584 2361l-142 769l-744 103l-1461-372l-2122-677l-1311-19l-524-1711l-331-929l-265-464l-1511-1825l-1025-364l-592-3258l-1353-2433l-968-1410l44-1132l-274-695l-654-805l-293-331l-690-114l-1375-3004l-358-1677l591-760l164-860l-254-731l-429-724l-1595-1515l-1241-1061l-437-934l-173-422l329-539l-436-2301l-498-657l-117 19l-448 13l-1050-1459l1653-5156l2108-1061l3102-429l2010-1777l592-845l721-871l1896-1810l1500-1072l1150-220l90 122l-30 74z"/>
<path id="5758" d="M-107398-132813l-65 47l-76 57l-1328 1496l-92 110l-43 70l-88 169l-256 1975l-24 2359l-548 1396l-74 159l-49 95l-106 126l-149 116l-2232 1027l-924-252l-551-350l-1524-1880l-4371 71l-1031 576l-685 860l351 669l-978 1284l-552-68l-1281-12l-1047 410l-329 476l-553 887l-562 1149l9 317l-1641-137l-4048-1768l-269-1058l-115-620l570-424l38-348l-18-636l-157-382l-3831-646l-117-18l-107 27l-1513 466l-412 237l-720 484l-838-672l-1186 95l-742 71l-337-85l-244-117l-240-142l-357-481l-102-170l-47-107l-36-116l-329-927l-47-168l-28-173l-4-143l33-185l48-120l222-377l84-111l113-113l302-294l110-82l1125-810l1364-820l63-24l56-10l59 1l54 8l84 22l65 15l64 0l686-77l124-35l100-44l424-225l249-133l72-61l773-717l823-1321l-197-884l-212-12l-202-30l-575-136l-172-61l-1359-552l-148-73l-80-51l-886-641l-287-1553l-7-46l22-69l660-1073l1089-2335l-21-2359l383 829l1155-496l2725 201l1710 422l1571 677l3792-562l2579 2364l1879-933l398-192l671 87l1397 840l1110 1110l2109 3155l273 864l-416 2094l-214 231l-679 785l445 745l2941-682l1347-556l412-1073l1274-981l753-267l1727-80l778 416l-316 252l540 351l255 118l714 288z"/>
<path id="5762" d="M-80953-95687l129 64l102 44l138 20l285 0l195-58l175-85l275-163l248-404l1032-467l333 24l3964 1048l1371 1068l-279 2326l450 3383l-32 91l-3346 3900l-1039 441l-588 1065l-31 82l-17 78l0 152l30 144l744 2026l644 1663l70 108l75 121l51 87l39 83l30 92l16 69l12 78l4 91l-3 62l-13 78l-493 2210l-579 1061l-100 49l-55 31l-46 31l-59 54l-66 74l-69 93l-66 124l-64 148l-41 97l-31 109l-20 81l-155 1099l-19 140l-10 98l475 349l326 146l481 2l1465-107l1649-364l357 567l-747 1115l-284 292l-381 240l-560 184l-1218 272l-500-74l-993-38l-358 147l-2440 1201l-24 309l874 1133l454 458l487 320l324 525l-1610 2177l-1367 1682l-482 703l-324 921l-63 183l-33 140l-154 789l-1883 1748l-3028 1792l-1059 894l-65 73l-585 839l-55 2239l-131 210l-1184-476l-840-362l-752 320l-165 344l-743 1624l-384 289l-453 56l-3437-222l-784-277l-759-2133l3-203l706-1619l282-646l215-910l-1054-929l-1374 346l-1428-245l-997-1012l-392-609l-2247 866l-1140 340l-176-704l-1966-66l-1196-792l-1097-1492l1634-655l1508-1530l636-939l378-205l1853-471l683-272l1163-552l-116-1586l-62-770l-111-157l-148-105l-153-10l-6 1l-670 165l-640-576l-410-1086l-282-1001l500-226l144-371l43-2442l-10-198l-164-878l-565-1118l-45-111l-37-158l79-1081l614-1463l691-2024l-162-4333l-284-1308l-422-669l-495-788l-820-1726l-236-934l-207-1376l-73-829l237-1982l169-90l72-18l651-6l90 6l197 116l187 71l154 11l107 7l103-42l861-542l1345-1941l138-1475l15-293l64-278l765-246l149 64l40 19l186 111l519 314l404 301l626 64l478-214l119-142l4195-3487l121-79l107-47l120-37l62-14l613-52l76 250l-203 1984l-94 277l850 1834l4431 2081l233 63l306-5l217-175l-59-954l196-176l1113-232l1208-14l970 172l154 59l107 84l62 88l383 646l775 584l540 216l189 41l159-1l1308-504z"/>
<path id="5766" d="M-102998-133129l1023 841l213 363l384 656l-31 2613l1850 768l3743 1067l375 28l320-97l301-433l917-98l1113 412l118 112l573 635l62 160l238 758l-913 2266l620 260l1333 1260l58 80l420 582l512 923l-32 333l-559 117l-544 832l-15 72l-93 1353l50 830l160 637l294 469l589 424l545 1818l-826 1178l-823 1675l99 401l962 1825l1086 599l314-125l-11-565l456-886l126-37l733-101l1839-199l584 142l896 1545l-428 1051l-533 493l-89 197l638 1494l909 1301l613 268l997-338l194-21l1281 640l653 962l226 1279l-2 542l-1 197l-108 915l-171 1056l-205 989l-115 304l-129 279l-40 80l-78 79l-116 114l-83 32l-427 36l-1308 504l-159 1l-189-41l-540-216l-775-584l-383-646l-62-88l-107-84l-154-59l-970-172l-1208 14l-1113 232l-196 176l59 954l-217 175l-306 5l-233-63l-4431-2081l-850-1834l94-277l203-1984l-76-250l-613 52l-62 14l-120 37l-107 47l-121 79l-4195 3487l-119 142l-478 214l-626-64l-404-301l-519-314l-186-111l-40-19l-149-64l-765 246l-64 278l-15 293l-138 1475l-1345 1941l-861 542l-103 42l-107-7l-154-11l-187-71l-197-116l-90-6l-651 6l-72 18l-169 90l-237 1982l73 829l207 1376l236 934l-293 93l-1649-663l-497-257l-182-225l-86-328l-3978 289l-4927-63l-4-5l-1392-2004l-182-814l-10-794l-226-2051l-875-1092l-631-852l-1175-2728l-74-170l-2583-2896l-3854-1497l-656-28l-685 350l638-587l1949-2318l539-744l309-1738l87-883l546-6218l318-1751l46-303l-777-232l-9-317l562-1149l553-887l329-476l1047-410l1281 12l552 68l978-1284l-351-669l685-860l1031-576l4371-71l1524 1880l551 350l924 252l2232-1027l149-116l106-126l49-95l74-159l548-1396l24-2359l256-1975l88-169l43-70l92-110l1328-1496l76-57l65-47l3891-1006l509 690z"/>
<path id="5770" d="M-124340-170688l2395 2391l-364 1555l242 4696l-3 3272l154 2139l599 336l2064 653l1819-796l399-174l567-246l1643 443l2977 727l5282-1184l332-121l2462-2796l3028-4253l938-1556l1727-2149l1998 595l2943 1257l277 324l16 38l175 642l-662 778l-1588 1290l-258 557l-315 813l-47 123l163 126l898 714l907 1526l95 627l3 491l-63 471l-50 216l-1847 3781l-1746 2521l-853 914l-1381-190l-479-272l-188-115l-64-37l-71-21l-52-3l-23 9l-37 20l-1964 2011l-498 1275l-383 2973l-13 121l-50 89l-299 388l-851 183l-314 63l-61 226l489 1558l75 87l262 178l272 170l1726 866l2500 1192l2147 1067l64 77l26 97l-26 114l-77 102l-556 575l-1511 1832l216 1412l-449 1258l-1452 45l-1065-662l-1387-560l-3891 1006l-714-288l-255-118l-540-351l316-252l-778-416l-1727 80l-753 267l-1274 981l-412 1073l-1347 556l-2941 682l-445-745l679-785l214-231l416-2094l-273-864l-2109-3155l-1110-1110l-1397-840l-671-87l-398 192l-1879 933l-2579-2364l-3792 562l-1571-677l-1710-422l-2725-201l-1155 496l-383-829l-155-531l-271-2353l-94-1006l116-393l204-1268l-983-4927l-3402-2712l-2460-862l-2138-922l-96-45l-100-71l-536-547l282-1130l244-377l27-705l-917-2181l-642-1254l1345 287l2951 1256l159-6l1387-81l3133-254l1677-1437l383-1615l126-2129l775-517l2687-1619l3160 1665l4748-2423l1676-800l1085 1089z"/>
<path id="5774" d="M-120553-96879l875 1092l226 2051l10 794l182 814l1392 2004l4 5l4927 63l3978-289l86 328l182 225l497 257l1649 663l293-93l820 1726l495 788l422 669l284 1308l162 4333l-691 2024l-614 1463l-79 1081l37 158l45 111l565 1118l164 878l10 198l-43 2442l-144 371l-500 226l282 1001l410 1086l640 576l670-165l6-1l153 10l148 105l111 157l62 770l116 1586l-1163 552l-683 272l-1853 471l-378 205l-636 939l-1508 1530l-1634 655l-991-139l139-1638l-441-169l-4929 968l-431 935l-136 503l2 800l853 469l1006 1134l123 506l-127 632l-2896 3576l-425 509l-1561 964l-4496-1757l-2336-1048l-98-67l-106-120l-782-932l-3567-153l-718 147l-117 46l-145 89l-258 221l-156 146l-110 140l-512 791l-776 177l-553-102l-331-83l-1918-2576l-416-2196l-246-1581l-1146-717l-392-288l-531-1846l-381-1458l210-1227l196-292l1291-1253l4693-2703l1074-582l596 482l-677-4474l-121-670l-1080-834l-484-247l-1442-48l-504-265l-2529-1331l26-165l-32-985l-256-1524l-147-811l-577-748l-372-279l-1462 616l-683 108l-1922-292l-203-68l142-769l584-2361l502-1258l2501-2512l1111-1023l1052-381l390-111l678-267l76-49l1211-842l326-233l617-919l64-438l1908-1934l4930-2408l1721-204l200 606l322 921l3869-270l2129-396z"/>
<path id="5911" d="M-220696-62803l-301 117l-88 45l-432 306l-32 32l-32 43l-51 85l-27 63l-11 52l-38 340l-24 783l992 1177l703 669l1457 700l-217 1867l-544 1314l-485 4l-1703-78l-711-243l-910 456l-788 1801l-1752 2360l-130 157l-79 44l-110 21l-132 9l-1074-84l-63-7l-99-20l-367-132l-160-87l-789-525l-110-68l-135-60l-176-54l-181-23l-1442-122l-454 478l-232 177l-225 71l-731-170l-1305-1365l-679-527l582-1045l-1356-4107l-186-335l-67-91l-139-156l184-159l223-124l601-272l1289-278l66-804l-5-243l-16-725l2229 266l88-12l272-80l3743-1201l1984-205l1855-470l327-192l472-629l1521 1256z"/>
<path id="5913" d="M-207998-50548l-2913-188l-34-1387l-1630-718l-2226-2241l-1671-2650l-589-558l-1199-198l-320 97l-1457-700l-703-669l-992-1177l24-783l38-340l11-52l27-63l51-85l32-43l32-32l432-306l88-45l301-117l1333 196l767-115l380-263l862-598l-137-453l-424-3460l339-1881l1133 353l1647-756l1131-954l221-204l230-234l325 1474l1561 676l865-181l881-756l1245-173l532 73l408 691l1137 1257l273-13l186-21l343-81l784-299l804-335l98-32l170-44l820-105l1327 235l335 584l24 505l-80 1005l770 1800l1127-247l648 571l193 2033l-151 302l-257 400l-731 221l-107 38l-155 69l-1479 812l38 1371l58 250l89 375l-1156 2754l-821-881l-1895 856l-277 564l-282 944l-940 1563l-1040 539l-305 534l-123 300l-26 996z"/>
<path id="5914" d="M-207998-50548l1343 1053l1714 991l1096 177l602 201l722 758l-244 1354l246 1737l145 546l-662 2355l-46 3117l16 57l4 65l-74 770l-83 391l-1326 1754l-1142 1164l-2138 408l-1327-1026l-621-2465l567-138l616-565l186-400l-218-1145l-670-112l-1932-284l-322 39l-1287 218l-219 65l-240 254l-623 1143l-98 226l77 264l220 5l400-268l48 229l-108 567l-313 371l-1272-499l-1032-740l455-868l966-259l401-988l46-908l-175-343l-740 15l-1115-160l-827-770l-445-462l128-670l2038-4090l948-1671l2479-763l923-888l2913 188z"/>
<path id="5915" d="M-176402-80868l1861 1053l158 99l38 39l689 712l41 47l713 996l-146 228l-653 254l-1350-621l-181-24l-242 60l-464 224l-139 549l-872 3194l-411 395l-1511 1927l-223 364l253 1277l-117 729l-2693 147l-3410 1532l-221 56l-582-1111l-47-1390l49-399l-1919-1245l-1790-735l-2627-127l-178 683l-1367 215l-907-261l-504-5156l206-320l49-42l1861-684l1243-137l215-251l65-129l-162-391l-424-353l-320-259l-452-386l-425-843l-91-1256l243-648l2393-2851l1643 1080l620 635l204-58l604-266l1513-763l1284-478l3710 1271l257 366l646 963l2294 1308l1576 781z"/>
<path id="5916" d="M-222217-64059l-472 629l-327 192l-1855 470l-1984 205l-3743 1201l-272 80l-88 12l-2229-266l498-866l-423-1225l-71-186l-560-1392l-261-1012l87-288l215-33l127-16l1180-14l774 107l193 18l212-10l637-61l219-40l131-29l553-164l355-114l2501-910l106-58l75-63l100-110l404-449l81-71l63-34l310-154l1584 620l1151 1461l923 1650l-194 920z"/>
<path id="5954" d="M-210911-50736l-923 888l-2479 763l-948 1671l-2038 4090l-128 670l445 462l827 770l1115 160l740-15l175 343l-46 908l-401 988l-966 259l-455 868l1032 740l1272 499l313-371l108-567l-48-229l-400 268l-220-5l-77-264l98-226l623-1143l240-254l219-65l1287-218l322-39l1932 284l670 112l218 1145l-186 400l-616 565l-567 138l621 2465l1327 1026l-434 60l-745 1183l-225 477l-47 793l-825 588l-607 354l-769 48l-1235 163l-425 222l-362 358l-726 1021l50-386l-1-622l-2072-2106l-332-321l-309-151l-1087 8l-187 40l-422 96l-489 168l39 242l-500 121l-6 1l-814-114l-67-29l-40-63l-23-182l-24-583l-2322 763l-1488-1114l-1032-850l-37-418l11-70l458-1032l-591-5357l-157 27l-188 47l-1940 690l-598 247l-1204 795l-96 98l-1437-751l-961-878l-91-1473l-201-4356l-628-1314l-1085-184l-1007-155l-144-632l144-2563l436-198l466-304l258-304l216-333l70-237l-27-550l1305 1365l731 170l225-71l232-177l454-478l1442 122l181 23l176 54l135 60l110 68l789 525l160 87l367 132l99 20l63 7l1074 84l132-9l110-21l79-44l130-157l1752-2360l788-1801l910-456l711 243l1703 78l485-4l544-1314l217-1867l320-97l1199 198l589 558l1671 2650l2226 2241l1630 718l34 1387z"/>
<path id="5958" d="M-110576-60322l1097 1492l1196 792l1966 66l176 704l-309 103l-1510 536l-2338 855l-872 428l-301 208l-197 353l15 483l159 682l2730 4519l940 191l48 1953l-492 1694l-279 786l-102 25l-15-2l-89-15l-1405-424l-255 2l-1501 12l-224 104l-811 680l-973 618l-542 220l-1135-677l-1264-632l-559-143l-496-82l-2257 516l-1009 831l-1871 608l-1387-283l-289-88l-6090 4119l-1197 1409l-2827 3967l-638 1073l2212 3162l278 253l304 66l818 57l5126-2362l97-63l69-68l410-448l270-379l926 193l1024 293l667 1777l-355 869l220 1104l1248 4621l482 2386l-25 96l-1553 1741l-1153 912l-104 53l-301 7l-1440 1741l-133 351l-4 352l623 1442l708-54l573 233l-125 450l-127 158l-161 86l-3410 1050l-3268-259l-1672-201l-2915-156l-150 53l-111 103l-210-1399l-1554-899l-1033-597l-240-167l-1130-1604l27-307l-53-223l-94-185l-4411 1069l-1629 648l-475 415l-1053 1350l-494 671l-337 511l-1060 804l-910 402l-6331-1194l-879-255l314-828l-1021-1193l-1392-327l-4099-1691l-1164-561l431-1124l875-606l226-622l30-962l-1450-1954l-1092-432l-557-1259l-118-1101l482-890l779-621l109-879l-126-333l-489-82l-1120-60l-1325-46l-1659 275l-779 94l-3355 50l-1054-404l-785-281l-517 16l-822 32l-569 30l-146 454l50 152l-29 72l-226 44l-102-72l-998-1141l-61-133l-911-3709l1158-3702l237-175l927-749l-135-1584l-230-454l-280-313l-845-508l-335-166l-69-96l-152-3570l-608-5186l-876-2709l-813-921l671-358l438-433l83-546l-223-380l309-426l538-572l1119-843l213-8l544 634l112 346l-43 60l-35 61l-24 151l2 64l26 90l42 79l145 220l71 78l205 195l60 43l47 24l1822 897l739-359l877-199l1540-42l742 339l1123 1013l1650 1168l994 339l3774 554l3328 1222l1548 970l1252 1634l399 366l1474 561l246 82l1680-43l2405 1705l1191-65l3306-586l4077-1400l2163-1255l798-551l492-828l-156-231l86-371l3463-1543l1610-987l618-441l331 83l553 102l776-177l512-791l110-140l156-146l258-221l145-89l117-46l718-147l3567 153l782 932l106 120l98 67l2336 1048l4496 1757l1561-964l425-509l2896-3576l127-632l-123-506l-1006-1134l-853-469l-2-800l136-503l431-935l4929-968l441 169l-139 1638l991 139z"/>
<path id="5962" d="M-182992-54205l813 921l876 2709l608 5186l152 3570l69 96l335 166l845 508l280 313l230 454l135 1584l-927 749l-237 175l-1158 3702l911 3709l61 133l998 1141l102 72l226-44l29-72l357 38l399 585l6 226l-100 711l-1543 1187l196 876l71 151l551 1154l-98 1251l-861 433l-2043 879l-797 226l-185 49l-1675 261l-797-14l-1256-490l-471 242l-1519 1116l-514 395l1824 1779l394 351l-539 1566l-344 771l-116 2407l333 386l-312 801l-48 102l-56 76l-72 75l-110 72l-122 47l-124 11l-4316-115l-495-32l-1914-427l-802-570l-1363-308l-1571 511l-2366 725l-245-29l-1608-1463l-65-571l430-719l93-349l-120-338l-1563-765l-1960 35l-1418 350l-987-53l-835-241l-826-618l-950-2692l-736-1481l-843-1480l-974-994l-1339-2469l-178-1066l93-235l848-1576l726-1021l362-358l425-222l1235-163l769-48l607-354l825-588l47-793l225-477l745-1183l434-60l2138-408l1142-1164l1326-1754l83-391l74-770l-4-65l-16-57l46-3117l662-2355l-145-546l-246-1737l244-1354l1609 214l354-85l397-354l755-1343l35-120l4-82l-154-1754l-176-925l-262-1106l802-1169l2357-1544l2117-695l128-31l97-11l86 3l77 12l1252 328l877 399l3918-162l3552-735l1704 2323z"/>
<path id="5966" d="M-158301-13980l-694 458l-165 538l-17 649l389 2038l966 419l-29 932l-336 783l-1498 1738l-3557 3000l-293 166l-2357-1299l-244-754l-1791-201l-1552 92l-429 658l-181 702l-393 455l-1882 197l-1345-2007l-1202-1259l-1770-148l-470-4l-1030 442l-547 321l-1173 2648l-61 1341l136 1476l35 1131l-1004 3630l-880 914l-1758 46l-1338-305l-1337 182l-1487-502l-2928-1394l453-1115l-350-1810l-336-1445l-957-174l-7 2l-1223 322l-573-587l-978-1713l-100-1090l384-1083l391-788l-45-828l-77-881l-385-730l-550 35l-575-945l-308-858l180-716l639-686l1914 427l495 32l4316 115l124-11l122-47l110-72l72-75l56-76l48-102l312-801l-333-386l116-2407l344-771l539-1566l-394-351l-1824-1779l514-395l1519-1116l471-242l1256 490l797 14l1675-261l185-49l797-226l2043-879l861-433l98-1251l-551-1154l-71-151l-196-876l1543-1187l100-711l-6-226l-399-585l-357-38l-50-152l146-454l569-30l822-32l517-16l785 281l1054 404l3355-50l779-94l1659-275l1325 46l1120 60l489 82l126 333l-109 879l-779 621l-482 890l118 1101l557 1259l1092 432l1450 1954l-30 962l-226 622l-875 606l-431 1124l1164 561l4099 1691l1392 327l1021 1193l-314 828z"/>
<path id="5970" d="M-136435-13020l-289 491l-102 87l-115 43l-118 17l-965-138l-1280 1238l-56 71l-301 427l-52 74l-28 84l-9 95l4 106l17 99l24 84l38 82l65 80l70 62l347 240l173-62l56 4l72 32l461 368l240 390l35 115l-35 467l-353 2548l607 838l451 1060l-580 672l-450 403l-592 427l-1104 769l-1945 2479l17 267l304 473l-886 57l-424 280l-784 2676l15 934l-1327 1720l-1937 1619l-690 901l-565 925l-288 1076l-1204 1258l-627 333l-261-97l-230-374l-909-76l-135-11l-1341 372l-843 9l-768-1041l-189-700l-85-475l-1345-93l-769 590l-1971 2100l-3364 3032l-889 1069l-425 1156l-641 679l-1119 613l-1227 816l125 1255l717 593l778 1412l761 1736l179 1061l-1285 3222l-650 1180l-716-285l-335 399l-18 147l-67 662l-1052-1277l-870-776l-1253-270l-126 1l-171 5l-350 548l-818 556l-6 1l-1396-244l264-1461l-164-1841l-2762-3242l-796-471l-514-597l-801-1086l-187-1458l196-1215l480-645l378-3069l-682-1675l-583-251l-1490 21l-766 301l-6 2l-593 15l-865-463l-754-1270l1-594l-443-980l-56-73l-75-73l-99-73l-114-43l-831-238l-795 32l-869-173l-618-283l-578-265l-71-841l477-1843l1217-1895l1337-182l1338 305l1758-46l880-914l1004-3630l-35-1131l-136-1476l61-1341l1173-2648l547-321l1030-442l470 4l1770 148l1202 1259l1345 2007l1882-197l393-455l181-702l429-658l1552-92l1791 201l244 754l2357 1299l293-166l3557-3000l1498-1738l336-783l29-932l-966-419l-389-2038l17-649l165-538l694-458l879 255l6331 1194l910-402l1060-804l337-511l494-671l1053-1350l475-415l1629-648l4411-1069l94 185l53 223l-27 307l1130 1604l240 167l1033 597l1554 899l210 1399z"/>
<path id="5974" d="M-150524-82996l1311 19l2122 677l1461 372l744-103l203 68l1922 292l683-108l1462-616l372 279l577 748l147 811l256 1524l32 985l-26 165l2529 1331l504 265l1442 48l484 247l1080 834l121 670l677 4474l-596-482l-1074 582l-4693 2703l-1291 1253l-196 292l-210 1227l381 1458l531 1846l392 288l1146 717l246 1581l416 2196l1918 2576l-618 441l-1610 987l-3463 1543l-86 371l156 231l-492 828l-798 551l-2163 1255l-4077 1400l-3306 586l-1191 65l-2405-1705l-1680 43l-246-82l-1474-561l-399-366l-1252-1634l-1548-970l-3328-1222l-3774-554l-994-339l-1650-1168l-1123-1013l-742-339l-1540 42l-877 199l-739 359l-1822-897l-47-24l-60-43l-205-195l-71-78l-145-220l-42-79l-26-90l-2-64l24-151l35-61l43-60l-112-346l-544-634l-213 8l-1119 843l-538 572l-309 426l223 380l-83 546l-438 433l-671 358l-1704-2323l170-1l130-10l111-24l101-37l226-136l61-62l28-71l9-246l-64-450l-73-183l-228-528l-247-144l-270-162l-333-975l231-3809l529-1410l-34-616l-712-2295l3410-1532l2693-147l117-729l-253-1277l223-364l1511-1927l411-395l872-3194l139-549l464-224l242-60l181 24l1350 621l653-254l146-228l-713-996l-41-47l-689-712l-38-39l-158-99l-1861-1053l468-97l106-30l227-159l91-105l91-106l55-266l47-384l-132-223l-18-214l147-316l257-249l264-183l265-52l249 16l5409 718l183 53l207 330l219 250l569 406l1394 557l515 162l626-1014l159-444l400-233l293 0l1430 397l1156 485l3624 1553l16 604l-42 348l-820 2238l-424 808l155 58l825 157l678 107l77-2l2155-122l46-12l491-134l700-277l1802-1215l67-49l48-56l25-68l14-91l88-601l6-43l-2-46l-11-450l0-486l9-161l31-85l558-1305l278-589l807-1508z"/>
<path id="5978" d="M-208927-86049l324 756l2731 2552l1326 2289l237 246l530-265l2664-1440l1314-932l524-560l3685-348l1935 166l511 729l-243 648l91 1256l425 843l452 386l320 259l424 353l162 391l-65 129l-215 251l-1243 137l-1861 684l-49 42l-206 320l504 5156l907 261l1367-215l178-683l2627 127l1790 735l1919 1245l-49 399l47 1390l582 1111l221-56l712 2295l34 616l-529 1410l-231 3809l333 975l270 162l247 144l228 528l73 183l64 450l-9 246l-28 71l-61 62l-226 136l-101 37l-111 24l-130 10l-170 1l-3552 735l-3918 162l-877-399l-1252-328l-77-12l-86-3l-97 11l-128 31l-2117 695l-2357 1544l-802 1169l262 1106l176 925l154 1754l-4 82l-35 120l-755 1343l-397 354l-354 85l-1609-214l-722-758l-602-201l-1096-177l-1714-991l-1343-1053l26-996l123-300l305-534l1040-539l940-1563l282-944l277-564l1895-856l821 881l1156-2754l-89-375l-58-250l-38-1371l1479-812l155-69l107-38l731-221l257-400l151-302l-193-2033l-648-571l-1127 247l-770-1800l80-1005l-24-505l-335-584l-1327-235l-820 105l-170 44l-98 32l-804 335l-784 299l-343 81l-186 21l-273 13l-1137-1257l-408-691l-532-73l-1245 173l-881 756l-865 181l-1561-676l-325-1474l2161-817l655-581l168-426l257-982l60-422l-3-64l-1038-2800l-51-111l-250-396l-70-73l-98-73l-122-58l-114-32l-377-70l-1565-284l41-651l304-44l741 95l351 323l432-142l898-777l239-644l91-762l-169-452l-755-1307l-79 4l-486-81l-200-67l-109-72l-9-1170l697-610l95-76l2262-1331l330 76z"/>
</g><g>
<path id="6411" d="M-139253 126738l492-35l1863-1737l1876-3037l559-2941l133-1268l170-845l157-699l126-476l507 65l1053-12l783-322l56-101l311-581l3849-39l503 165l192 347l882 4406l17 115l81 719l-7 83l-14 68l-1716 3346l-1166 1530l-502 643l-818 568l-1079 2684l29 446l-167 1031l-204 261l-1276 815l-860 175l-1548-1214l-81-625l-128-832l-478-1669l-993-454l-641 75l-1131 386l-554 295l-276-1336z"/>
<path id="6412" d="M-122039 90177l540 39l220 610l-779 728l-390 738l-139 1792l-18 455l-864 1130l-2904 4636l-1093 2633l-415-20l-2427 176l-3987 344l-2044 1218l-302 806l-81 309l-26 139l-31 259l-56 496l-62 661l-1301-728l-701-150l-2138 435l-642 11l-364-11l34-1139l1613-868l638-273l1099-376l-515-2308l-355-719l-1255-998l-433-230l-117 212l-85 211l-36 243l-205 1742l-1343-1554l-1562-2049l-264-620l78-304l210-764l168-143l2160-738l1062 88l3498-1665l1131-713l803-2063l-516-231l-73-904l419-602l1927-1996l1296-1319l828-503l889-140l1159-287l1719-588l469-443l193-328l397 16l891 863l22 761l-74 886l-906 741l-960 485l-291 1228l1274 1679l279 305l526 93l593-76l1304-915l1559-677l756 274z"/>
<path id="6413" d="M-120214 94984l22 1028l271 2237l1436 1766l-456 1801l-183 169l-3050 587l-2803 1213l-2489-847l1093-2633l2904-4636l864-1130l2391 445z"/>
<path id="6414" d="M-154944 92585l-753 700l97 335l365 746l2431 3607l257 32l648-412l473 55l472 2166l-829 4040l-868 898l-1016 527l-72-76l-1271 555l-183 2155l-190 837l-2935 757l-1081-1731l-248-332l-614-699l-1070-1042l-234-204l-61-53l-228-136l-217-107l-260-69l-2047-526l-437-14l-168-2l-382 15l-938 76l-185-486l-406-876l-641-905l-1359-1421l-376-384l-297-194l-573-217l-589 67l-145-1130l539-919l1885-2342l1368-1128l1379-178l223 578l3427-1689l329-173l523-553l60-479l1380-271l99-13l784-97l179-22l3157 180l598 554z"/>
<path id="6431" d="M-118644 169206l391 127l686-216l906-888l759-1011l2260 1642l784 637l607 1206l-1911 1481l-2606 2441l-2371 2242l-76 61l-65 42l-92 44l-141 38l-191 16l-1931-55l-647-292l-775-695l-104-787l358-951l560-371l209-63l165 0l157 44l314 99l236-39l138-85l108-151l369-932l-166-1910l-413-1194l-94-89l-149-144l169-851l704-603l1140-823l521 307l497 776l-306 947zM-127216 140112l332 250l779 103l1850-284l281-61l250-239l1058-1066l202 3240l-113 1489l404 1762l2696 2293l1360 765l900 1829l449 4127l-305 3548l18 1102l709 2978l911 1840l-510 1353l-896-322l-371-40l-2711 670l-3365-1509l-2089-348l-596-151l-2464-808l-1597-1416l-1177-3821l-94-415l46-1821l214-146l609 102l235-1108l-225-2474l-77-101l-976-262l-1965 465l-4225 1105l-261 560l7 1035l46 158l55 89l115 107l417-50l262-3l854 4304l167 1263l-998 1225l-546 60l-246 171l-950 848l-82 217l-1084 84l-425 17l-1401-1172l-639-911l-352-1270l-2254-2803l-1314-1364l-754-528l-1177-132l-562 112l-1287 578l-505-1301l-230-837l-79-187l-296-459l-130-131l-49-49l-81-78l-539-497l-282-337l-265-425l-210-431l-138-448l-1388-4644l-250-856l-28-191l-36-257l12-134l95-672l144-413l247-402l453-437l534-373l660-326l1205-419l121-29l1232-296l467-170l452-219l255-188l219-186l163-211l222-335l201-363l124-312l303 531l118 114l334 210l2579 368l2902-52l1429-322l320-98l40 300l1036 26l860-27l2598-233l1715 271l1895 327l473-349l509-379l-278-667l-39-813l1232-1002l311 22l485 1196l827 138l248 178l332 865l333 785z"/>
<path id="6432" d="M-105974 111730l-154 963l722 7463l397 1955l552 2263l269 623l-486-140l-543-29l-169 162l90 738l579 509l42 516l-484 467l-1322-790l-939-450l-53 42l67 1018l-2715 5475l-866 383l-2875 680l-2540-164l-509-75l-270-41l347-833l-680-248l-535 792l-726 1156l-719 1357l206 170l-363 607l-655 810l-1205 1474l-1155 232l-1058 1066l-250 239l-281 61l-1850 284l-779-103l-332-250l-333-785l-332-865l-248-178l-827-138l-485-1196l-311-22l-1232 1002l39 813l278 667l-509 379l-473 349l-1895-327l-1715-271l-2598 233l-860 27l-1036-26l-40-300l-120-2226l-836-2742l-581-1050l136-1519l510-746l350-26l54-299l61-1865l-78-335l-1259-2991l-656-1509l68-673l15-67l32-52l102-70l2172-967l174-1968l-223-768l-60-1600l1200-1387l1326-1214l24-393l-245-811l1582-1035l1324-17l167 40l694 297l1702 1151l143 60l135 33l417 37l296-13l-311 581l-56 101l-783 322l-1053 12l-507-65l-126 476l-157 699l-170 845l-133 1268l-559 2941l-1876 3037l-1863 1737l-492 35l276 1336l554-295l1131-386l641-75l993 454l478 1669l128 832l81 625l1548 1214l860-175l1276-815l204-261l167-1031l-29-446l1079-2684l818-568l502-643l1166-1530l1716-3346l14-68l7-83l-81-719l-17-115l-882-4406l-192-347l-503-165l285-302l81-52l1076-309l157-3l2440 229l725 228l1076 393l521 798l1351-221l736-332l753-555l593-615l886-269l1123-125l707 78l2525-2460l803-963l621-16l3340 293l650 396l895 827z"/>
<path id="6433" d="M-136897 107326l697 120l380 291l1747 4549l7 652l-655 206l-1324 17l-1582 1035l245 811l-24 393l-1326 1214l-1200 1387l60 1600l223 768l-174 1968l-2172 967l-102 70l-32 52l-15 67l-68 673l656 1509l1259 2991l78 335l-61 1865l-54 299l-350 26l-510 746l-136 1519l581 1050l836 2742l120 2226l-320 98l-1429 322l-2902 52l-2579-368l-334-210l-118-114l-303-531l1238-1690l599-549l186-171l127-166l112-229l55-210l-16-190l-114-244l-88-149l-106-100l-138-93l-260-67l-386 6l-884 182l-724 61l-359 0l-335-69l-188-45l-139-71l-203-144l-271-254l-221-381l-71-210l-43-128l-87-516l-48-323l-101-421l-225-587l-166-384l-385-766l-963-1411l-75-110l-77-113l-398-703l-42-223l12-318l89-440l163-517l327-1106l77-367l28-173l-2-144l-16-122l-34-144l-121-204l-163-167l-233-136l-309-157l-210-64l-314-87l-449-132l-205-98l-173-158l-150-252l-236-424l-112-228l-128-300l-56-266l-36-226l-20-300l19-288l48-306l55-243l169-483l121-303l109-215l201-397l200-540l93-471l12-263l-32-238l-791-2573l-6-738l-128-533l-205-503l-303-619l-356-571l-85-118l-104-144l-221-306l-108-145l-685-903l-416-479l-1060-839l2935-757l251 49l315 61l175 32l4199 393l178 10l152 5l256-45l142-32l85-33l145-92l3581-2598l178-161l81-88l94-157l81-175l3107-2923l703-616l205-1742l36-243l85-211l117-212l433 230l1255 998l355 719l515 2308l-1099 376l-638 273l-1613 868l-34 1139l364 11l642-11l2138-435l701 150l1301 728z"/>
<path id="6434" d="M-141055 64782l1065 840l523 1229l391 1175l142 137l1819 372l331-164l871-191l1578-186l108 941l-654 460l-87 65l265 535l1324 1222l1232 1125l540 1055l-838 1133l-1507 1866l-1414 668l4103 1133l2429 3253l-537 1642l1103 950l859 472l-193 328l-469 443l-1719 588l-1159 287l-889 140l-828 503l-1296 1319l-1927 1996l-419 602l73 904l-1406 442l-900-1346l-720-749l-1008 153l-126 103l-138 115l-530 784l-1219 387l-3847-612l-3622-1745l-2109-1406l119-1138l-776-194l-600 70l-48-147l0-92l29-91l170-484l368-697l1019-66l1027-192l1379-501l223-3988l-53-416l-89-693l-2495-3015l-807-82l-341 290l-354-221l-522-453l-289-456l89-256l189-150l1045 62l442-243l164-412l-55-289l-1602-1525l-622-198l-76-1628l1682-3278l2755-2175l913-532l4550-1642l1121 1800l801 494l681 2l389-182l379-250z"/>
<path id="6435" d="M-72490 61547l398 1465l242 1706l3727 2907l136 106l826 597l519 74l989-442l2420-780l197-26l677 231l514 785l215 179l232 126l795 372l2538 1014l2723 931l752 480l764 1066l275 580l20 175l9 2796l-188 506l-492 866l-291 315l-2243 2070l-605 240l-263 94l-1893 631l-1945 2395l-192 1654l-957 648l95 349l14 87l-30 159l-83 113l-150 75l-141 22l-751 47l-1739-45l-179-203l-17-417l-348-660l-3127-196l-182 6l-844 60l-1001-960l-102-8l-177 119l-29 111l-312 1392l17 161l516 1547l583 1207l-233 668l-224 2908l140 2648l110 1407l261 1019l420 1061l15 165l-22 773l-457 1265l-201-12l-940-116l-1114 8l-176 39l-2413 537l-156 73l-385 302l-182 104l-244 54l-1345-14l-147-40l-454-393l-270-308l-188-243l-142-251l-639-1604l-198-929l-536-1212l-207-188l-154-63l-2246-138l-1702-382l-2275-752l-628-109l-3398-578l-1090 73l-1896 1148l-970 1966l-902 1879l-736-394l-342-1044l-980-830l-450-380l-144-119l-90-74l-285-63l-1345 40l-419 913l-1055 211l-923-110l-1523 130l-1546 309l-268 78l-299 259l-179 245l-1053 1625l-4 1016l19 998l-553 776l43-212l-7-154l-50-228l-68-131l-154-154l-228-169l-58-29l-190-95l-3155-1202l-1594-70l-31 250l234 370l-610 638l-519-105l-1212-533l-676-1589l-1140-3393l-2858-835l-2391-445l18-455l139-1792l390-738l779-728l-220-610l-540-39l1465-2299l781-250l57-21l269-236l-944-2870l896-1079l1043-429l1213-1091l63-501l91-1042l-744-714l106-416l1474-617l3240 609l2282 1203l429 455l760 874l3316 1196l2170 92l2065 87l1681-174l3785-496l1082-1589l1165-1439l466-368l90-23l97 0l279 188l74 30l120 0l736-285l153-91l245-224l30-53l45-90l278-1907l5-1743l407-638l613-771l2051-1175l342-2046l-503-1541l414-1922l257-717l473-1319l417-644l944-1478l66-861l-97-2106l388-634l589-164l2629 1357l288 225l947 1553l509 1602l-6 582l-491 271l-918 1610l665 1686l1076-44l2295-239l2671-2097l193-320l1080-1832l869-1288l613-417l405 50z"/>
<path id="6436" d="M-136235 91624l516 231l-803 2063l-1131 713l-3498 1665l-1062-88l-2160 738l-168 143l-210 764l-78 304l264 620l1562 2049l1343 1554l-703 616l-3107 2923l-81 175l-94 157l-81 88l-178 161l-3581 2598l-145 92l-85 33l-142 32l-256 45l-152-5l-178-10l-4199-393l-175-32l-315-61l-251-49l190-837l183-2155l1271-555l72 76l1016-527l868-898l829-4040l-472-2166l-473-55l-648 412l-257-32l-2431-3607l-365-746l-97-335l753-700l1235-1561l844-1090l-189-2782l-63-664l600-70l776 194l-119 1138l2109 1406l3622 1745l3847 612l1219-387l530-784l138-115l126-103l1008-153l720 749l900 1346l1406-442z"/>
<path id="6437" d="M-106481 126430l1322 790l45 373l63 162l1460 928l257 138l281 0l982 2037l402 1618l245 977l263 75l659-498l349-393l1641 316l236 1431l-102 167l-441 448l-933 312l-598 1690l385 204l1183 183l1177 882l399 563l-1736 3988l-2593 1260l-120 156l-64 86l-95 406l29 2032l87 347l912 828l-11 246l-101 1787l-761 721l-401-50l-373 327l-941 1080l-220 602l-16 171l77 1450l26 75l205 104l352 53l503 6l166 111l25 26l187 270l1094 2226l-208 680l-517 2513l28 776l165 78l929 544l390 272l779 1404l0 509l-275 277l-216 217l-950 326l-146-175l85-383l1-190l-50-156l-341-950l-1171-16l-1111-189l-1376 1495l3 73l-11 62l-32 81l-461 1076l-107 146l-528 280l-76 18l-1254 57l-260-102l-71-44l-13-47l199-259l-133-188l-1877-844l-509 101l-1507 587l-1818 2939l-228 751l-2260-1642l-43-2077l510-1353l-911-1840l-709-2978l-18-1102l305-3548l-449-4127l-900-1829l-1360-765l-2696-2293l-404-1762l113-1489l-202-3240l1155-232l1205-1474l655-810l363-607l-206-170l719-1357l726-1156l535-792l680 248l-347 833l270 41l509 75l2540 164l2875-680l866-383l2715-5475l-67-1018l53-42l939 450z"/>
<path id="6438" d="M-107941 102625l-982 1609l-42 164l-16 204l8 167l64 161l101 162l190 212l142 64l193 29l331 0l260-67l266-114l301-109l210-75l296-14l218 22l573 197l277 110l163 121l135 143l102 117l70 101l43 117l16 132l61 3639l-766 776l-291 581l44 656l-895-827l-650-396l-3340-293l-621 16l-803 963l-2525 2460l-707-78l-1123 125l-886 269l-593 615l-753 555l-736 332l-1351 221l-521-798l-1076-393l-725-228l-2440-229l-157 3l-1076 309l-81 52l-285 302l-3849 39l-296 13l-417-37l-135-33l-143-60l-1702-1151l-694-297l-167-40l655-206l-7-652l-1747-4549l-380-291l-697-120l62-661l56-496l31-259l26-139l81-309l302-806l2044-1218l3987-344l2427-176l415 20l2489 847l2803-1213l3050-587l183-169l456-1801l-1436-1766l-271-2237l-22-1028l2858 835l1140 3393l676 1589l1212 533l519 105l610-638l-234-370l31-250l1594 70l3155 1202l190 95l58 29l228 169l154 154l68 131l50 228l7 154l-43 212z"/>
<path id="6439" d="M-153117 86488l63 664l189 2782l-844 1090l-1235 1561l-598-554l-3157-180l-179 22l-784 97l-99 13l-1380 271l-60 479l-523 553l-329 173l-3427 1689l-223-578l-1379 178l-1368 1128l-1885 2342l-539 919l145 1130l589-67l573 217l297 194l376 384l1359 1421l641 905l406 876l185 486l-2149 788l-12150 4672l-368 186l-98 39l-230 90l-1695 326l-4199 184l-632-139l-371-189l-311-277l-224-362l-138-518l-237-1924l-40-319l-60-269l-103-319l-173-268l-217-224l-2001-1502l-2884-2754l-215-294l-173-328l-78-302l-9-341l103-595l519 108l3584-1520l349-171l334-275l17-171l-568-825l69-557l202-699l152-427l775-1656l136-129l389-233l3050 861l1567 1461l525 422l280-4107l-485-515l-2213-1865l-393-599l25-1438l1735-2100l863-759l2830-1270l1945-761l1295 415l587 707l786 44l742-129l1185-885l573-508l76-71l48-89l47-106l-763-685l-331-231l-1302-1325l-255-394l284-397l789-1099l1115-267l1458 131l140 142l-29 419l51 120l348 717l1652 176l175-87l176-88l315-974l18-52l720-747l1644-220l1731 490l931-571l637-472l589-297l1242-202l129-14l174 27l198 777l483 932l48 66l1066 1311l658-18l3245-1271l1657-659l2201-1121l341-290l807 82l2495 3015l89 693l53 416l-223 3988l-1379 501l-1027 192l-1019 66l-368 697l-170 484l-29 91l0 92l48 147z"/>
<path id="6440" d="M-100869 55313l-1151 975l-147 961l-22 533l155 625l1717 2941l711 344l858 78l2481-148l946-79l263-245l276-199l541-229l4299-1797l1823-166l54 815l702 1516l1168 514l-66 861l-944 1478l-417 644l-473 1319l-257 717l-414 1922l503 1541l-342 2046l-2051 1175l-613 771l-407 638l-5 1743l-278 1907l-45 90l-30 53l-245 224l-153 91l-736 285l-120 0l-74-30l-279-188l-97 0l-90 23l-466 368l-1165 1439l-1082 1589l-3785 496l-1681 174l-2065-87l-2170-92l-3316-1196l-760-874l-429-455l-2282-1203l-3240-609l-1474 617l-106 416l744 714l-91 1042l-63 501l-1213 1091l-1043 429l-896 1079l944 2870l-269 236l-57 21l-781 250l-1465 2299l-756-274l-1559 677l-1304 915l-593 76l-526-93l-279-305l-1274-1679l291-1228l960-485l906-741l74-886l-22-761l-891-863l-397-16l-859-472l-1103-950l537-1642l-2429-3253l-4103-1133l1414-668l1507-1866l838-1133l-540-1055l-1232-1125l-1324-1222l-265-535l87-65l654-460l-108-941l-1578 186l-871 191l-331 164l-1819-372l-142-137l-391-1175l-523-1229l-1065-840l472-629l1337-1114l1234-57l419 34l1085 300l345-70l1158-254l181-175l-545-1727l-1150-1385l5012-3972l1517-130l1270 274l3991 584l2855 217l766 494l727 714l125 1063l-601 459l287 1204l680 614l618 302l4994 796l274 0l3822-292l410-255l2478-2111l212-743l-167-2228l1346-948l447-124l2003-824l193-129l2391 643z"/>
<path id="6531" d="M-111649 31473l456-350l575 210l668 357l577 613l1448 2386l-4 2121l-457 1314l-489-242l-94-598l-1085 48l69 544l1185 1756l1030 582l905 246l464-403l787 611l82 284l1073 2470l1883-75l37 3l657 720l547 692l1584 2234l1442 87l565 292l982 955l17 424l-432 1289l-2045 1989l-1734 646l-1687 984l-789 610l-5 38l177 360l-193 129l-2003 824l-447 124l-1346 948l167 2228l-212 743l-2478 2111l-410 255l-3822 292l-274 0l-4994-796l-618-302l-680-614l-287-1204l601-459l-125-1063l-727-714l-766-494l-2855-217l-3991-584l-1270-274l-1517 130l-5012 3972l1150 1385l545 1727l-181 175l-1158 254l-345 70l-47-324l-881-843l-937 104l-859-2228l-266-694l-271-1323l10-566l3151-2879l1590-1165l1566 598l925-126l1455-1352l-89-744l-194-86l-975-196l-2274-442l-1791-1012l132-787l571-76l1167-929l1064-1056l212-306l-56-551l-183-619l-777-1728l-448-926l-675-932l-913-970l-1083-879l-769 140l-713 390l-245 0l-831-1288l-21-354l392-1611l2059-4163l497-600l1021-1118l368 246l1055 1747l-345 193l17 342l2035 325l385-112l838-1120l429-1182l363-568l396-215l1064 261l257 84l1571 1634l782 644l1937-29l929-239l3676-1000l590-795l2561-783l1087 481l560 388l77 364l1240 544l1025 365l148 15l671-241l594-526l139-769l-104-256z"/>
<path id="6532" d="M-150806 13154l1236 670l1665 935l333 450l-23 846l-439 434l-412 2184l673 2160l122 336l416 36l1636-113l617-200l273-374l355 133l568 1192l-666 1124l-1157 1519l612 3504l678 785l1248-207l1948-1386l1392 339l1531 1176l760 2001l1446 977l-1021 1118l-497 600l-2059 4163l-392 1611l21 354l831 1288l245 0l713-390l769-140l1083 879l913 970l675 932l448 926l777 1728l183 619l56 551l-212 306l-1064 1056l-1167 929l-571 76l-132 787l1791 1012l2274 442l975 196l194 86l89 744l-1455 1352l-925 126l-1566-598l-1590 1165l-3151 2879l-10 566l271 1323l266 694l859 2228l937-104l881 843l47 324l-1085-300l-419-34l-1234 57l-1337 1114l-472 629l-379 250l-389 182l-681-2l-801-494l-1121-1800l33-597l-1783-872l-590-707l-564-1300l-1269-1323l-861 128l-368-526l-56-83l-1029-1559l-422-1866l-444-1773l-842-317l-1183-303l-1169-443l-965-1192l-1003-1317l-1505-3310l-342-759l-1727-1226l-263 0l-541 413l-446 510l-597 1411l-477-72l-2392-1332l-382-707l-479-1929l-355-345l-491-1862l-1396-3352l-497-976l42-917l185-1120l1037-1093l67-662l18-147l335-399l716 285l650-1180l1285-3222l-179-1061l-761-1736l-778-1412l-717-593l-125-1255l1227-816l1119-613l641-679l425-1156l889-1069l3364-3032l1971-2100l769-590l1345 93l85 475l189 700l768 1041l843-9l1341-372l135 11l909 76l230 374z"/>
<path id="6533" d="M-144426 62918l-4550 1642l-913 532l-2755 2175l-1682 3278l76 1628l622 198l1602 1525l55 289l-164 412l-442 243l-1045-62l-189 150l-89 256l289 456l522 453l354 221l-2201 1121l-1657 659l-3245 1271l-658 18l-1066-1311l-48-66l-483-932l-198-777l-174-27l-129 14l-1242 202l-589 297l-637 472l-931 571l-1731-490l-1644 220l-81-1744l-187-1077l-583-2236l-318-467l-1384-463l-69-17l-362-1947l-664-2022l-509-824l-2379-3033l-2782-866l-949 48l-100-407l1537-3294l957-2534l-72-49l-48-44l-352-442l-461-614l-607-1425l431-2756l687-1254l2695-3114l960-195l442-19l1224 564l269 1096l2361 675l1036-199l236-430l1412-3505l927-2406l9-689l479 1929l382 707l2392 1332l477 72l597-1411l446-510l541-413l263 0l1727 1226l342 759l1505 3310l1003 1317l965 1192l1169 443l1183 303l842 317l444 1773l422 1866l1029 1559l56 83l368 526l861-128l1269 1323l564 1300l590 707l1783 872l-33 597z"/>
<path id="6534" d="M-125807 375l1610 1325l2589-648l321 693l170 501l256 579l194 305l327 377l3448-133l1065-680l1892 699l1098 425l1476-1022l-184-599l174-225l275 66l1607 648l1919 2156l424 1043l634 884l2026 1352l1632 470l555-1104l4596 454l770 1067l812 1313l-471 623l-576 402l-1 633l698 1667l1002 753l517 1726l-104 1116l-675 714l-429 268l-344-279l-472-145l-606 43l-735 322l-3570 3381l-2825 2784l-942 404l-1123 280l-673 301l-1512 1090l-681 912l-393 863l-563 510l-469 252l-535 173l-604 297l-232 435l-10 406l76 406l724 815l104 256l-139 769l-594 526l-671 241l-148-15l-1025-365l-1240-544l-77-364l-560-388l-1087-481l-2561 783l-590 795l-3676 1000l-929 239l-1937 29l-782-644l-1571-1634l-257-84l-1064-261l-396 215l-363 568l-429 1182l-838 1120l-385 112l-2035-325l-17-342l345-193l-1055-1747l-368-246l-1446-977l-760-2001l-1531-1176l-1392-339l-1948 1386l-1248 207l-678-785l-612-3504l1157-1519l666-1124l-568-1192l-355-133l-273 374l-617 200l-1636 113l-416-36l-122-336l-673-2160l412-2184l439-434l23-846l-333-450l-1665-935l-1236-670l261 97l627-333l1204-1258l288-1076l565-925l690-901l1937-1619l1327-1720l-15-934l784-2676l424-280l886-57l1187 874l1553 812l4006 773l1605-102l1213-535l1562-692l717-494l530-583l3-818l1367-1848l637 203l1641 1313z"/>
<path id="6535" d="M-74590 22194l153 1201l-44 463l-522 388l-113 677l1496 1019l2672 1419l165 722l109 173l595 775l935-437l212-120l1012-845l251-701l353-383l1135-727l703-173l872-28l1440 1107l396 2429l-173 996l11 523l208 1512l854 2105l394 418l208 161l349 228l7 4l869 25l-189 696l-199 246l-570 678l-1102 1620l65 750l106 351l251 462l384 402l149 102l224 155l213 391l-427 596l-2005 1788l-1408-162l-6485-4729l-982-1559l-505-129l-398 393l372 3005l119 756l1050 2932l-653 1059l-197 1699l5 101l42 225l998 249l273 268l-81 231l-233 648l-274 289l-964 607l-297 67l-637 143l-1143 3156l-1329 3951l-114 844l2274 2968l1220 1173l-405-50l-613 417l-869 1288l-1080 1832l-193 320l-2671 2097l-2295 239l-1076 44l-665-1686l918-1610l491-271l6-582l-509-1602l-947-1553l-288-225l-2629-1357l-589 164l-388 634l97 2106l-1168-514l-702-1516l-54-815l-1823 166l-4299 1797l-541 229l-276 199l-263 245l-946 79l-2481 148l-858-78l-711-344l-1717-2941l-155-625l22-533l147-961l1151-975l-2391-643l-177-360l5-38l789-610l1687-984l1734-646l2045-1989l432-1289l-17-424l-982-955l-565-292l-1442-87l-1584-2234l-547-692l-657-720l-37-3l-1883 75l-1073-2470l-82-284l-787-611l-464 403l-905-246l-1030-582l-1185-1756l-69-544l1085-48l94 598l489 242l457-1314l4-2121l-1448-2386l-577-613l-668-357l-575-210l-456 350l-724-815l-76-406l10-406l232-435l604-297l535-173l469-252l563-510l393-863l681-912l1512-1090l673-301l1123-280l942-404l2825-2784l3570-3381l735-322l606-43l472 145l344 279l429-268l675-714l358 332l3536 1411l779-309l1133-209l1871 996l1222 1554l1553-153l1027 23l3580 775l703 1165l225 1081l1075 842l3084-2226l320-329z"/>
<path id="6611" d="M-65661-39546l780 1423l69 156l39 120l43 156l9 132l-10 147l-23 130l-949 3799l-105 143l-143 180l-1735 1598l-796 724l-2374 1126l-1233-183l-2735-835l-141-52l-3136-1303l-736-603l-327-631l-406-957l-35-399l1-302l7-730l992-3765l1844-405l1767 18l4481 1076l3659 840l462-1415l241-291l490 103z"/>
<path id="6631" d="M-51140 20887l63 903l277 317l4519 955l546-247l721-293l624-80l915 21l418 625l54 415l222 758l1989 1361l322 86l890 1216l234 1981l-584 1591l-1290 2625l-1508 1843l-1113 1696l-126 2731l81 1047l4747 787l1018-196l589-1335l-1279-1639l-228-619l120-203l128-164l109-89l99-59l474-263l2049-659l733-160l17 1l2129 137l136 17l1256 158l114 107l1030 1705l774 2211l82 141l296 534l6 1327l-440 73l-518-173l-130-502l-685-76l-497 271l-932 1305l327 949l392 236l102 390l577 4799l-678 958l-686 1837l158 1365l-290 1861l-206 1019l-1004 2322l-104 199l-57 102l-1314 558l-69 33l-98 105l-1404 2051l-1151 1383l-1966 1131l-901 776l-121 104l-1266 759l-1189 420l-166 44l-1679 291l-2492-889l-196-184l-575-555l-256-922l-203-273l-291-161l-425-132l-539 0l-795 652l-459-645l-135-102l-461 68l-177 32l-255 177l-402 923l642 1122l-494 1932l-179 667l-463 1686l-71 156l-176 210l-706 743l-752-480l-2723-931l-2538-1014l-795-372l-232-126l-215-179l-514-785l-677-231l-197 26l-2420 780l-989 442l-519-74l-826-597l-136-106l-3727-2907l-242-1706l-398-1465l-1220-1173l-2274-2968l114-844l1329-3951l1143-3156l637-143l297-67l964-607l274-289l233-648l81-231l-273-268l-998-249l-42-225l-5-101l197-1699l653-1059l-1050-2932l-119-756l-372-3005l398-393l505 129l982 1559l6485 4729l1408 162l2005-1788l427-596l-213-391l-224-155l-149-102l-384-402l-251-462l-106-351l-65-750l1102-1620l570-678l199-246l189-696l-869-25l-7-4l-349-228l-208-161l-394-418l-854-2105l-208-1512l-11-523l173-996l797-713l2041 1242l133 502l256 642l572 160l362-132l2858-2164l1032-831l381-689l-381-1161l-580-131l-460-195l478-1052l841-1686l2656-1864l440-235l204 41z"/>
<path id="6632" d="M-33608 491l199 1052l1157 1880l1352 2146l223 349l-10 79l-32 83l-657 470l-296 93l-2560 440l-881-190l-1069-392l-884-460l-871 388l-370 416l-350 1115l581 434l614-1025l1490-273l1856 1631l3069 3381l18 855l-1361 908l-1075 796l-385 996l180 1034l162 71l253-318l599-307l210 113l-66 829l-1022 1483l-1881 614l-619-245l-844-469l-301 208l-1376 1076l-137 354l-393 1942l6 615l655 1003l-162 1275l-183 177l-223 141l-1478 449l-322-86l-1989-1361l-222-758l-54-415l-418-625l-915-21l-624 80l-721 293l-546 247l-4519-955l-277-317l-63-903l-204-41l-440 235l-2656 1864l-841 1686l-478 1052l460 195l580 131l381 1161l-381 689l-1032 831l-2858 2164l-362 132l-572-160l-256-642l-133-502l-2041-1242l-797 713l-396-2429l-1440-1107l-872 28l-703 173l-1135 727l-353 383l-251 701l-1012 845l-212 120l-935 437l-595-775l-109-173l-165-722l-2672-1419l-1496-1019l113-677l522-388l44-463l-153-1201l995-258l442-171l2918-1625l584-1540l32-2120l-61-473l-565-3278l-613-685l-397-445l-326-736l393-985l1251-2530l242-440l1370-1011l1451-3140l919-1829l191-360l1245-2318l4268-3914l3827-3223l666-274l848 31l1117 516l719 523l361 43l955-314l945-805l176 20l1432 90l1727-284l3055 2359l-14 1254l1196 352l290 34l1591-1l944-510l323-172l1145 299l3727 2150l309 439l-822 1846l-244 512l-268 98l-142 380l712 450l850 487l1218-145z"/>
<path id="6633" d="M-56439-65072l-885 1539l-1444-1098l-1212-681l-227 94l-192 192l-188 336l-8 692l219 693l464 866l855 724l-1424 390l-348 1172l-24 238l-37 181l-57 185l-75 206l-104 212l-74 125l-84 116l-116 134l-124 132l-138 131l-50 40l-75 50l-62 32l-82 31l-78 21l-97 17l-73 12l-98 0l-101-21l-103-42l-190-115l-233-59l-104 17l-113 44l-59 38l-50 44l-53 63l-25 37l-38 78l-31 94l-16 94l-3 96l13 79l31 103l1527 2817l94 172l613 984l542 4106l868 2777l22 43l5 32l-29 247l-846 758l-996 40l-2396 702l-61 25l-38 26l-38 42l-1048 1668l-74 120l-82 148l-61 148l-23 74l-23 92l-14 60l-443 2670l192 443l-490-103l-241 291l-462 1415l-3659-840l-4481-1076l-1767-18l-1844 405l-992 3765l-7 730l-1 302l35 399l406 957l327 631l736 603l3136 1303l141 52l2735 835l1233 183l2374-1126l796-724l1735-1598l143-180l105-143l949-3799l23-130l10-147l-9-132l-43-156l-39-120l-69-156l918-234l2273 1588l1010 995l1536 505l2009 310l3274 1537l46 27l40 30l42 39l43 42l58 67l75 103l-1398-623l-137-61l-161-61l-161-55l-2232-456l-1265 10l-366 590l-387 1210l20 519l963 873l1459 1112l949 622l2169 153l1505-20l230-17l159-26l119-33l72-28l14 1305l-1092 875l-961 411l-563-567l-2031-49l-570 998l-398 1006l-561 1010l-1521 400l-504 331l-217 315l-642 1482l744 1087l-970 226l-694 365l-575 714l-1753-760l-588-1481l-480-1490l239-655l-1572-550l-5967-1249l-2703-89l-3918-822l-442-420l-68-1284l-557-641l-761 32l-3284 176l-597 1264l94 769l-1304 3156l-1887 561l-389 37l-751 390l170 1084l-1505 1298l-971 356l-850-353l-128-1427l-105-333l-961-1569l-543-496l-729-507l-872-701l-2064-3765l-146-296l-55-511l-18-621l5-363l1690-1398l-323-4248l173-3150l-433-300l-293-1034l73-515l2572-888l189 885l906 955l1076-218l143-1471l-773-6762l-262-1171l384-289l743-1624l165-344l752-320l840 362l1184 476l131-210l55-2239l585-839l65-73l1059-894l3028-1792l1883-1748l154-789l33-140l63-183l324-921l482-703l1367-1682l1610-2177l-324-525l-487-320l-454-458l-874-1133l24-309l2440-1201l358-147l993 38l500 74l1218-272l560-184l381-240l284-292l747-1115l-357-567l4053-319l-311 1513l-39 209l-23 194l12 163l30 159l63 140l66 89l104 101l82 70l74 58l132 78l82 41l42 21l206 93l194 74l197 50l187 27l170 24l3596 327l785-66l289-43l614-120l1248-340l52-34l54-64l79-137l60-131l710-529l432 408l246 854l137 1798l55 106l90 103l1510 1719l704 598l945 545z"/>
<path id="6634" d="M-60321-20801l328 82l1726-16l938-124l757 22l401 890l-212 703l49 342l2519 2296l450 121l1057 86l519-610l602 235l465 263l377 2272l-16 1178l-356 3128l-96 766l-945 805l-955 314l-361-43l-719-523l-1117-516l-848-31l-666 274l-3827 3223l-4268 3914l-1245 2318l-191 360l-919 1829l-1451 3140l-1370 1011l-242 440l-1251 2530l-393 985l326 736l397 445l613 685l565 3278l61 473l-32 2120l-584 1540l-2918 1625l-442 171l-995 258l-320 329l-3084 2226l-1075-842l-225-1081l-703-1165l-3580-775l-1027-23l-1553 153l-1222-1554l-1871-996l-1133 209l-779 309l-3536-1411l-358-332l104-1116l-517-1726l-1002-753l-698-1667l1-633l576-402l471-623l-812-1313l-770-1067l-4596-454l-555 1104l-1632-470l-2026-1352l-634-884l390 29l307 7l2989 64l480-279l111-925l-57-786l-899-786l-690-1271l567-948l386-312l3106-2183l2051-2112l541-932l-227-625l-98-805l1282-552l1018-427l712-5l881-1056l3017-3926l1844-3094l-304-140l-211-107l-584-437l-109-88l-432-810l-360-696l-160-836l-37-363l78-1298l971-356l1505-1298l-170-1084l751-390l389-37l1887-561l1304-3156l-94-769l597-1264l3284-176l761-32l557 641l68 1284l442 420l3918 822l2703 89l5967 1249l1572 550l-239 655l480 1490l588 1481l1753 760l575-714l694-365l970-226z"/>
<path id="6635" d="M-99937-56608l1374-346l1054 929l-215 910l-282 646l-706 1619l-3 203l759 2133l784 277l3437 222l453-56l262 1171l773 6762l-143 1471l-1076 218l-906-955l-189-885l-2572 888l-73 515l293 1034l433 300l-173 3150l323 4248l-1690 1398l-5 363l18 621l55 511l146 296l2064 3765l872 701l729 507l543 496l961 1569l105 333l128 1427l850 353l-78 1298l37 363l160 836l360 696l432 810l109 88l584 437l211 107l304 140l-1844 3094l-3017 3926l-881 1056l-712 5l-1018 427l-1282 552l98 805l227 625l-541 932l-2051 2112l-3106 2183l-386 312l-567 948l690 1271l899 786l57 786l-111 925l-480 279l-2989-64l-307-7l-390-29l-424-1043l-1919-2156l-1607-648l-275-66l-174 225l184 599l-1476 1022l-1098-425l-1892-699l-1065 680l-3448 133l-327-377l-194-305l-256-579l-170-501l-321-693l-2589 648l-1610-1325l-1641-1313l-637-203l-1367 1848l-3 818l-530 583l-717 494l-1562 692l-1213 535l-1605 102l-4006-773l-1553-812l-1187-874l-304-473l-17-267l1945-2479l1104-769l592-427l450-403l580-672l-451-1060l-607-838l353-2548l35-467l-35-115l-240-390l-461-368l-72-32l-56-4l-173 62l-347-240l-70-62l-65-80l-38-82l-24-84l-17-99l-4-106l9-95l28-84l52-74l301-427l56-71l1280-1238l965 138l118-17l115-43l102-87l289-491l111-103l150-53l2915 156l1672 201l3268 259l3410-1050l161-86l127-158l125-450l-573-233l-708 54l-623-1442l4-352l133-351l1440-1741l301-7l104-53l1153-912l1553-1741l25-96l-482-2386l-1248-4621l-220-1104l355-869l-667-1777l-1024-293l-926-193l-270 379l-410 448l-69 68l-97 63l-5126 2362l-818-57l-304-66l-278-253l-2212-3162l638-1073l2827-3967l1197-1409l6090-4119l289 88l1387 283l1871-608l1009-831l2257-516l496 82l559 143l1264 632l1135 677l542-220l973-618l811-680l224-104l1501-12l255-2l1405 424l89 15l15 2l102-25l279-786l492-1694l-48-1953l-940-191l-2730-4519l-159-682l-15-483l197-353l301-208l872-428l2338-855l1510-536l309-103l1140-340l2247-866l392 609l997 1012l1428 245z"/>
<path id="6636" d="M-39761-41908l-296 497l15 1954l356 1425l2870 6154l865 204l3993 452l840 49l435 377l-66 722l593 4718l290 241l306 79l2364 507l3781 916l654 270l501 251l2056 1908l1340 357l283 664l-368 845l-1410 983l-467 1439l18 285l106 177l295 439l35 40l15 17l141 147l-15 2537l-762 668l-422-275l-201-199l-926-1309l564-487l-204-874l-936-1340l-2823 809l-607 656l85 260l1697 1339l1000 632l828 1525l-806 891l-215 243l-719 912l-93 247l-290 2924l471 400l1488 524l1101 331l728 550l796 862l535 929l-640 2021l-1667 1023l-213 63l-2238 530l-130 17l-88 0l-150-30l-627-259l-52-40l-53-45l-274-306l-60-74l-21-102l11-99l53-69l-1356-438l-2373-548l-1407-154l-1104 33l-212 83l-188 136l-129 171l-748 1614l-1218 145l-850-487l-712-450l142-380l268-98l244-512l822-1846l-309-439l-3727-2150l-1145-299l-323 172l-944 510l-1591 1l-290-34l-1196-352l14-1254l-3055-2359l-1727 284l-1432-90l-176-20l96-766l356-3128l16-1178l-377-2272l-465-263l-602-235l-519 610l-1057-86l-450-121l-2519-2296l-49-342l212-703l-401-890l-757-22l-938 124l-1726 16l-328-82l-744-1087l642-1482l217-315l504-331l1521-400l561-1010l398-1006l570-998l2031 49l563 567l961-411l1092-875l-14-1305l-72 28l-119 33l-159 26l-230 17l-1505 20l-2169-153l-949-622l-1459-1112l-963-873l-20-519l387-1210l366-590l1265-10l2232 456l161 55l161 61l137 61l1398 623l1857-1006l694-224l436-2337l-166-1099l-565 26l-1894 926l-2336-3588l112-484l3892-2306l2408-2303l525-328l707-101l553 130l168 56l1247 864l-28 1937l119 230l551 926l306 169l514 115l340-15l173-130l-605-689l-256-718l-373-1790l38-1420l3864-739l1430 2535l66 173l216 1676l0 103l-197 617z"/>
</g><g>
<path id="7111" d="M-201308 64831l1573 2490l-725 1129l-1609 2225l-626 472l-1487 85l-759-256l-301-4l-229-3l-938-8l-439 2l-158 1l-80 286l72 1015l374 976l584 1191l-1108-64l-1127 251l-1021 824l-287 40l-1625-406l-35-14l-620-803l-36-54l-283-490l-24-65l-259-1057l151-91l276-172l167-146l962-1122l-82-611l-200-746l-376-239l-746-219l-518 959l-348-131l-551-1150l-462-1346l-25-1222l1069-1206l916-743l377 50l346-16l222-23l371-126l229-183l1356-1448l1298-1413l2215 2311l215 232l314 351l3997 687z"/>
<path id="7131" d="M-232389 36485l56 1615l7 748l-17 137l-53 146l-204 404l-51 198l0 205l33 188l77 189l164 249l251 314l178 160l207 163l300 172l413 154l378 121l755 154l353 102l202 87l322 206l284 275l250 341l162 309l147 323l148 352l53 271l206 1370l927 3087l142 320l222 499l477 819l654 948l647 916l931 1311l-502 430l-1573 938l-1210 656l-840 2573l-315 1907l52 283l-67 518l-51 113l-696 1160l-530 172l-769 245l-843-707l-36-58l-290-480l-758-669l-3162-326l-392 26l-1589 1171l-1764 794l-695-1440l-923 28l-572 73l-2102 377l-455 132l-445 171l-181 77l-3616 2053l-1983 2536l142 444l-1217 1148l-1210 715l-584 1361l-67 469l-688 534l-522 142l-749-98l-1089-850l-563-676l-2693-819l-1216 811l-2855-1060l-29-757l478-1086l528-1677l-356-394l-151-166l-996-1388l-1000-1945l25-440l249-376l457-558l455-1729l-1041-1253l-1559-4074l42-541l1950-1360l2165-528l401 429l57 752l267 1060l2920 2204l174 34l103-15l3046-1560l320-1616l175-1881l0-207l-280-315l-866-330l-268-1787l-40-305l96-263l139-99l1000-118l1762-2430l337-641l740-131l1671 600l854 85l1864-978l211-191l794-924l792-1058l969-1074l946-936l507-194l691 671l10 90l77 675l1132 883l659 81l649-451l694-1551l60-176l987 60l1003 627l440 49l1915-1292l786-1103l385-626l533-1599l1190-576l-122 2672z"/>
<path id="7132" d="M-187595 4497l1487 502l-1217 1895l-477 1843l71 841l578 265l618 283l869 173l795-32l831 238l114 43l99 73l75 73l56 73l443 980l-1 594l754 1270l865 463l593-15l6-2l766-301l1490-21l583 251l682 1675l-378 3069l-480 645l-196 1215l187 1458l801 1086l514 597l796 471l2762 3242l164 1841l-264 1461l-627-98l-1855 996l-159 482l-36 77l-45 64l-559 605l-54 38l-60 38l-153 33l-87 11l-213 0l-322-17l-213-30l-140-23l-333-83l-126-44l-83-33l-210-90l-171-85l181-707l215-835l-985-1222l-534-567l-2677-1247l-1279 329l-1060 2684l1119 933l-239 505l-2454-734l-31-1063l6-7l381-300l-279-662l-1232-1065l-1485 595l-767-754l-226-555l-209-1482l-168-15l-1863-336l-1194-744l-438-49l-1311 606l-30 30l-532 569l-1715 2426l215 830l195 749l720 25l306-628l121 47l349 186l184 122l51 47l115 146l71 148l57 137l-359 1543l-415 450l-758-178l-528 1854l84 1162l22 352l-285 2131l-156 101l-25 16l-749-1010l-633-1409l-788-420l-867-368l-1427-455l-3037 71l-3813 2492l-44 29l-51 75l-13 81l5 54l275 1852l17 85l28 86l63 177l51 136l53 104l51 70l90 76l113 76l140 84l139 73l201 96l129 60l-92 196l-1717 3432l-175 104l-2559-724l-263-185l-1160-1217l-194-652l-649-2452l684-1436l742-55l295-2095l13-459l-250-1400l-1132-2826l-527-899l-1128-1900l1447-857l1534 67l2959-1605l2122-1315l1010 407l1476 700l557-408l80-59l22-47l13-764l-31-676l-19-74l11-72l19-71l579-901l45-27l1103-347l1477-37l618 27l758 228l92 12l62 0l82-13l80-34l51-43l1312-1155l141-1121l10-709l-371-1220l-249-544l-735-945l983 196l1728-669l3397-2213l634-2058l21-1159l-373-3287l298-1539l1846-1089l764-1183l2928 1394z"/>
<path id="7133" d="M-182320 126556l-2683 2312l-183 884l517 284l-21 3784l-1100 373l-1017 892l-14 295l-563-762l-2480-870l-894 341l-721 336l29 455l-1042 436l-208-86l-1506-734l-2138-807l-508 116l-580 554l581 1266l-37 284l-1146 1214l-1080 695l-573 474l-339 479l-6 608l306 357l108 303l315 958l-1074 2751l-79 150l-160 173l-548 433l-902 847l285 585l-1904 1327l-1013 403l-277-71l-127-43l-72-120l-64-142l-92-334l-95-371l369-1092l122-149l280-181l596-1058l220-2166l-894-1569l-124-31l-65 8l-70 29l-71 44l-231 229l-691 1250l-643 284l-2448 423l-2731-840l-646-727l-908-1110l-1183-635l-1140-135l-710-984l-938-2248l-1261-1281l-397 80l-362 270l-640 615l-316 302l-1800-1394l-216-514l672-1515l613-120l790-449l371-1591l-1065-1062l-433-422l-1187-910l-286-608l-492-2791l14-1123l436-939l519-275l553 70l935 885l4642-811l393-117l1233-1052l905-977l605-832l1153-854l2977-1865l5170-3444l92-745l675-1786l2024-2387l1102-681l1822-42l337-93l1084 419l156 86l763 819l2779 3312l-310 1044l-398 1452l900 452l794-421l1529-575l148-21l2068 872l1677 713l798 2153l199 915l140 1013l76 877l81 456l1051 560l812-468l423 648l1292 2344l-849 1522l220 915z"/>
<path id="7134" d="M-222890 122475l-436 939l-14 1123l492 2791l286 608l1187 910l433 422l1065 1062l-371 1591l-790 449l-613 120l-672 1515l216 514l1800 1394l316-302l640-615l362-270l397-80l1261 1281l938 2248l710 984l1140 135l-305 994l109 1455l-2513 916l-601-111l-383 59l-1352 239l-428 195l-275 276l-1444 1642l-34 50l-16 73l-39 811l765 2925l448 754l-204 1684l-160 366l-254 220l-1113 185l-809-126l-937-383l-496-381l-352-269l-804 88l-962 304l-1114 1381l-949 1218l-1179 1048l-645 511l-1853 357l-160 50l-138 75l-323 306l-156-1574l-755-1433l-223-346l-430 402l-1201 745l-902 241l-730-84l-1866-1287l-1057-1194l260-911l20-144l-64-241l-1598-709l-52-15l-51 0l-46 7l-637 102l-67 73l-3 25l-29 322l-27 297l-84 57l-1223-29l-2464-679l-471-1300l-785-1320l-755-879l-2090-1019l1352-1119l369-491l1158-2443l-258-463l-1285-1039l3037-3383l3008-3054l544-976l-233-1523l166-480l4205-3424l4300-3468l1687-1308l-235-696l-2592-2802l1264-699l1722 42l1380 641l-173 434l924 511l727-159l382-262l780-837l199-557l117-330l578-111l3034 360l704 236l746 381l156 588l49 973l-260 51l-80 690l54 1662l133 217z"/>
<path id="7135" d="M-222562 88542l-201 24l-911 1121l-249 554l739 1235l41 51l61 39l890 484l107 35l320 364l593 1285l-14 192l-583 863l-718 390l-43 26l-661 457l-1955 1719l-1890 1911l-82 348l551 1238l205 474l1110 2949l65 316l-71 347l-391 296l-2213 1243l-2590 2900l-2296 849l-692 255l-842-531l-118-51l-1043-433l-901 76l-163-193l-144-193l-245-353l-100-153l-38-74l-54-139l-36-160l-46-246l493-686l-2211-928l-1300 286l-740-1065l-362-963l-184-1460l-310-910l-1043-659l-843-1752l-18-93l-13-144l0-118l7-60l18-53l17-42l35-45l53-40l56-23l266-40l-24-350l-138-292l-845-410l-60-18l-1914-460l-58-8l-53 2l-43 6l-594 149l-4369-1950l-46-34l-276-435l-12-32l-11-59l10-966l13-44l48-88l121-139l-172-434l-36-111l28-4082l-28-49l-877-1954l-312-5618l-1-104l15-162l28-231l28-77l696-1331l1073-1139l126-30l1024 60l320 387l553 832l41 72l24 96l-12 76l387 143l1105-291l1829-1674l428-725l551-1260l526-1819l-76-360l338 617l207 321l3228 989l811-17l720-403l488-349l-101-282l980-679l686 103l851 226l112 82l72 901l2295 1137l381-52l1143 135l1886 1050l1870 2010l118 134l1298 2253l-724 691l-770-443l-325 436l38 418l1334 541l724 92l1688-175l53-330l222-578l571-758l433-270l192 129l1206 963l-821 1878l-107 144l470 2719l103 560z"/>
<path id="7137" d="M-205812 55486l1177 449l-207 692l271 547l21 38l579 532l2742 2349l1015 2213l-478 459l-629 148l-107 5l-363-9l-621-130l-210 173l-219 688l-6 336l296 466l405 136l838 253l-3997-687l-314-351l-215-232l-2215-2311l-1298 1413l-1356 1448l-229 183l-371 126l-222 23l-346 16l-377-50l-916 743l-1069 1206l25 1222l462 1346l551 1150l348 131l518-959l746 219l376 239l200 746l82 611l-962 1122l-167 146l-276 172l-151 91l259 1057l24 65l283 490l36 54l620 803l35 14l1625 406l287-40l1021-824l1127-251l1108 64l2521 2755l352 385l164 250l133 450l16 454l-64 274l-141 293l-318 322l-185 133l-254 85l-389-746l-1837-947l-809 157l-1422 497l-400-51l-1006-327l-339-130l-458-356l-292-408l-243-148l-995 574l-436 611l-626 964l-221 586l-814 1333l-939 1428l-604 886l-612 586l-604 198l-891-47l-73-97l436-683l-239-236l-294-137l-831-178l-296 297l-997 1623l165 637l25 44l302 356l414 401l48 71l46 80l41 111l4 73l-7 95l-26 67l-42 44l-1505 1504l-553 57l-262 15l-1149-95l-103-560l-470-2719l107-144l821-1878l-1206-963l-192-129l-433 270l-571 758l-222 578l-53 330l-1688 175l-724-92l-1334-541l-38-418l325-436l770 443l724-691l-1298-2253l-118-134l-1870-2010l-1886-1050l-1143-135l-381 52l-2295-1137l-72-901l-112-82l-851-226l-686-103l-980 679l101 282l-488 349l-720 403l-811 17l-3228-989l-207-321l-338-617l-489-315l-1442-818l-1733-501l-148 225l-245 301l-863-301l-53-30l-1626-1496l30-365l282-196l297 138l1991-1503l82-65l1452-1152l-1457-1796l-1404-43l-375 103l-142-444l1983-2536l3616-2053l181-77l445-171l455-132l2102-377l572-73l923-28l695 1440l1764-794l1589-1171l392-26l3162 326l758 669l290 480l36 58l843 707l769-245l530-172l696-1160l51-113l67-518l-52-283l315-1907l840-2573l1210-656l1573-938l502-430l1298 1957l671 704l540 535l251 207l333 214l216 127l146 75l126 45l109 25l160 24l229 0l403-4l567-34l28-2l269-7l197-2l100 0l239 17l196 43l153 61l154 86l112 81l200 198l136 171l86 134l125 241l315 713l91 187l190 330l330 518l267 327l225 201l344 187l405 168l162 33l237 48l432 17l421-18l528-97l2626-723l1155-1762l2519-2637l665-240z"/>
<path id="7138" d="M-220223 26861l222-34l1303-117l766-49l1002 1009l291 14l563 23l1128 1900l527 899l1132 2826l250 1400l-13 459l-295 2095l-742 55l-684 1436l649 2452l194 652l1160 1217l263 185l2559 724l175-104l1717-3432l92-196l-129-60l-201-96l-139-73l-140-84l-113-76l-90-76l-51-70l-53-104l-51-136l-63-177l-28-86l-17-85l-275-1852l-5-54l13-81l51-75l44-29l3813-2492l3037-71l1427 455l867 368l788 420l633 1409l749 1010l-1751 856l-834 1565l-36 633l1166 87l822 2059l187 519l428 1214l-15 2069l-893 1676l-604-28l-794 384l-358 420l7 1578l679 650l-146 402l-97 216l-308 232l-63 44l-58 40l-2309 583l-1163-79l-124-65l-42-10l-60 10l-437 182l-528 237l-31 26l-727 635l-43 560l217 631l-665 240l-2519 2637l-1155 1762l-2626 723l-528 97l-421 18l-432-17l-237-48l-162-33l-405-168l-344-187l-225-201l-267-327l-330-518l-190-330l-91-187l-315-713l-125-241l-86-134l-136-171l-200-198l-112-81l-154-86l-153-61l-196-43l-239-17l-100 0l-197 2l-269 7l-28 2l-567 34l-403 4l-229 0l-160-24l-109-25l-126-45l-146-75l-216-127l-333-214l-251-207l-540-535l-671-704l-1298-1957l-931-1311l-647-916l-654-948l-477-819l-222-499l-142-320l-927-3087l-206-1370l-53-271l-148-352l-147-323l-162-309l-250-341l-284-275l-322-206l-202-87l-353-102l-755-154l-378-121l-413-154l-300-172l-207-163l-178-160l-251-314l-164-249l-77-189l-33-188l0-205l51-198l204-404l53-146l17-137l-7-748l-56-1615l1209-218l801-142l7 0l809 272l152 199l64 60l61 28l78-4l991-153l1740-498l2199-843l710-290l1716-719l809-2510l70-1166l-70-1559l-90-19l-225-43l-187-19l-14-1l-84-11l574-1310l246-558l214-299l125-92l261 271z"/>
<path id="7140" d="M-203832 79833l-2782-516l-466 13l-353 70l-377 222l-253 283l-81 211l-4 256l45 263l106 166l166 125l208 73l672 127l199 36l98 17l305 110l161 96l148 124l127 121l112 134l1869 2585l110 160l83 149l64 148l36 123l85 400l34 297l9 182l0 137l-20 120l-21 122l-192 660l-15 116l5 129l10 85l46 89l98 119l139 144l185 140l127 86l885 498l152 62l144 46l157 33l137 19l107 13l557 46l144 18l313 59l119 26l176 62l166 69l134 78l89 70l78 78l1697 2133l733 1388l29 56l23 81l66 452l8 97l-20 92l-47 98l-90 116l-571 543l-389 366l-72 84l-36 91l-14 100l10 99l17 75l50 79l197 246l387 438l272 273l1235 1464l786 974l-2063 899l-1295 610l-981 524l-826 679l-1529 1668l-257 378l-310 510l24 267l2259 2081l635 461l1773 1208l-1822 42l-1102 681l-2024 2387l-675 1786l-92 745l-5170 3444l-2977 1865l-1153 854l-605 832l-905 977l-1233 1052l-393 117l-4642 811l-935-885l-553-70l-519 275l-133-217l-54-1662l80-690l260-51l-49-973l-156-588l-746-381l-704-236l-3034-360l-578 111l-117 330l-199 557l-780 837l-382 262l-727 159l-924-511l173-434l-1380-641l-1722-42l-1264 699l-568-1254l-79-463l57-337l579-912l878-240l1726-2807l-2254-1051l-1357-2012l901-76l1043 433l118 51l842 531l692-255l2296-849l2590-2900l2213-1243l391-296l71-347l-65-316l-1110-2949l-205-474l-551-1238l82-348l1890-1911l1955-1719l661-457l43-26l718-390l583-863l14-192l-593-1285l-320-364l-107-35l-890-484l-61-39l-41-51l-739-1235l249-554l911-1121l201-24l1149 95l262-15l553-57l1505-1504l42-44l26-67l7-95l-4-73l-41-111l-46-80l-48-71l-414-401l-302-356l-25-44l-165-637l997-1623l296-297l831 178l294 137l239 236l-436 683l73 97l891 47l604-198l612-586l604-886l939-1428l814-1333l221-586l626-964l436-611l995-574l243 148l292 408l458 356l339 130l1006 327l400 51l1422-497l809-157l1837 947l389 746z"/>
<path id="7141" d="M-179635 62908l949-48l2782 866l2379 3033l509 824l664 2022l362 1947l69 17l1384 463l318 467l583 2236l187 1077l81 1744l-720 747l-18 52l-315 974l-176 88l-175 87l-1652-176l-348-717l-51-120l29-419l-140-142l-1458-131l-1115 267l-789 1099l-284 397l255 394l1302 1325l331 231l763 685l-47 106l-48 89l-76 71l-573 508l-1185 885l-742 129l-786-44l-587-707l-1295-415l-1945 761l-2830 1270l-863 759l-1735 2100l-25 1438l393 599l2213 1865l485 515l-280 4107l-525-422l-1567-1461l-3050-861l-389 233l-136 129l-775 1656l-152 427l-202 699l-69 557l568 825l-17 171l-334 275l-349 171l-3584 1520l-519-108l-565-1767l-786-974l-1235-1464l-272-273l-387-438l-197-246l-50-79l-17-75l-10-99l14-100l36-91l72-84l389-366l571-543l90-116l47-98l20-92l-8-97l-66-452l-23-81l-29-56l-733-1388l-1697-2133l-78-78l-89-70l-134-78l-166-69l-176-62l-119-26l-313-59l-144-18l-557-46l-107-13l-137-19l-157-33l-144-46l-152-62l-885-498l-127-86l-185-140l-139-144l-98-119l-46-89l-10-85l-5-129l15-116l192-660l21-122l20-120l0-137l-9-182l-34-297l-85-400l-36-123l-64-148l-83-149l-110-160l-1869-2585l-112-134l-127-121l-148-124l-161-96l-305-110l-98-17l-199-36l-672-127l-208-73l-166-125l-106-166l-45-263l4-256l81-211l253-283l377-222l353-70l466-13l2782 516l254-85l185-133l318-322l141-293l64-274l-16-454l-133-450l-164-250l-352-385l-2521-2755l-584-1191l-374-976l-72-1015l80-286l158-1l439-2l938 8l229 3l301 4l759 256l1487-85l626-472l1609-2225l725-1129l327 812l160 161l1776-1536l1071-1749l642-1352l954-560l1422 392l537 173l88 103l424 638l41 143l-1464 1680l-312 165l-121 380l386 213l3925 1608l2593 646l346-218l52-63l455-1107l43-119l696-2702l26-123l-15-105l-169-622l-209-809l207-196l2069-841l1047-401l773-296l144 605l140 590l297 1068l516 19l7 0l868-514l358-496z"/>
<path id="7143" d="M-193835 25338l1194 744l1863 336l168 15l209 1482l226 555l767 754l1485-595l1232 1065l279 662l-381 300l-6 7l31 1063l2454 734l239-505l-1119-933l1060-2684l1279-329l2677 1247l534 567l985 1222l-215 835l-181 707l171 85l210 90l83 33l126 44l333 83l140 23l213 30l322 17l213 0l87-11l153-33l60-38l54-38l559-605l45-64l36-77l159-482l1855-996l627 98l1396 244l6-1l818-556l350-548l171-5l126-1l1253 270l870 776l1052 1277l-1037 1093l-185 1120l-42 917l497 976l1396 3352l491 1862l355 345l-9 689l-927 2406l-1412 3505l-236 430l-1036 199l-2361-675l-269-1096l-1224-564l-442 19l-960 195l-2695 3114l-687 1254l-431 2756l607 1425l461 614l352 442l48 44l72 49l-957 2534l-1537 3294l100 407l-358 496l-868 514l-7 0l-516-19l-297-1068l-140-590l-144-605l-773 296l-1047 401l-2069 841l-207 196l209 809l169 622l15 105l-26 123l-696 2702l-43 119l-455 1107l-52 63l-346 218l-2593-646l-3925-1608l-386-213l121-380l312-165l1464-1680l-41-143l-424-638l-88-103l-537-173l-1422-392l-954 560l-642 1352l-1071 1749l-1776 1536l-160-161l-327-812l-1573-2490l-838-253l-405-136l-296-466l6-336l219-688l210-173l621 130l363 9l107-5l629-148l478-459l-1015-2213l-2742-2349l-579-532l-21-38l-271-547l207-692l-1177-449l-217-631l43-560l727-635l31-26l528-237l437-182l60-10l42 10l124 65l1163 79l2309-583l58-40l63-44l308-232l97-216l146-402l-679-650l-7-1578l358-420l794-384l604 28l893-1676l15-2069l-428-1214l-187-519l-822-2059l-1166-87l36-633l834-1565l1751-856l25-16l156-101l285-2131l-22-352l-84-1162l528-1854l758 178l415-450l359-1543l-57-137l-71-148l-115-146l-51-47l-184-122l-349-186l-121-47l-306 628l-720-25l-195-749l-215-830l1715-2426l532-569l30-30l1311-606l438 49z"/>
<path id="7211" d="M-284253 133597l375-435l-142-602l1843-1872l1295 378l445-189l602-641l282-353l-191-381l-781-199l-228-886l2422-1102l2354-3477l1137-3618l1334-229l803 898l58 97l1314 4337l779 2975l-75 800l-1668 517l-1607 1335l938 806l1501 1488l-1472 1889l-1122 1162l-3729 840l-2272 58l-167-326l-197-1868l-2378 1066l-894-664l-236-453l-323-1351z"/>
<path id="7231" d="M-251500 94134l-121 139l-48 88l-13 44l-10 966l11 59l12 32l276 435l46 34l4369 1950l594-149l43-6l53-2l58 8l1914 460l60 18l845 410l138 292l24 350l-266 40l-56 23l-53 40l-35 45l-17 42l-18 53l-7 60l0 118l13 144l18 93l843 1752l1043 659l310 910l184 1460l362 963l740 1065l1300-286l2211 928l-493 686l46 246l36 160l54 139l38 74l100 153l245 353l144 193l163 193l1357 2012l2254 1051l-1726 2807l-878 240l-579 912l-57 337l79 463l568 1254l2592 2802l235 696l-1687 1308l-4300 3468l-4205 3424l-166 480l233 1523l-544 976l-3008 3054l-3037 3383l-932 1028l-1958 701l-1914-669l-972-2345l370-778l-383-1860l-1291-1649l-1375-887l-792-504l-1270-3029l500-1369l499-388l34-49l711-1710l-754-1007l-75 41l-135 42l-126 14l-100-4l-58-17l-124-62l-46-30l-103-86l-112-138l-92-175l-100-277l-58-201l2-1977l148-907l191-1009l-803-2144l-220-236l-395 555l172 815l-424 209l-466 147l-3011 44l-1360 8l-572-1512l-256-338l-1343-866l-1412-526l-1411-151l-776-1893l2-13l222-1455l-311-2234l-183-891l-610-594l-240 167l-454-730l-274-809l2530-2080l415 207l273 9l265-209l-667-2373l-472-1147l-456-541l-63-69l-25-64l-218-577l0-4587l57-864l51-234l34-124l182-463l64-130l56-112l208-389l3147-1756l5105-1825l697-137l2424-312l2218 3137l579 1504l239 1159l96 403l30 54l49 79l44 29l183 104l670-256l1948-825l1685-954l805-533z"/>
<path id="7232" d="M-291305 67097l1612 153l-51 73l-212 306l-225 597l1424 2036l52 64l86 76l56 33l88-91l926-1043l84-358l1183 878l2382 1858l368 997l222 1508l57 388l728 1096l1851 1559l1768 1867l575 1547l-16 611l-596 773l-1464 914l-540-345l-682 331l-330 4402l2268 2247l-217 2061l1922 335l333 48l55 6l2631 298l3284 2442l-64 130l-182 463l-34 124l-51 234l-57 864l0 4587l218 577l25 64l63 69l456 541l472 1147l667 2373l-265 209l-273-9l-415-207l-2530 2080l274 809l454 730l240-167l610 594l183 891l311 2234l-222 1455l-2 13l-834-701l-513-166l-527 259l-512 278l-54 185l19 621l-110 489l-3587 1979l-1650-103l-4739 1308l-4641 4016l-312 292l-1566 1043l-106 29l-7 0l-567-24l-1032-62l-91-29l-1722-957l-182-111l-81-57l-56-57l-98-110l-103-147l-1306-1954l-2567-1041l-1275-317l-2019-2357l-2160-1257l-66-73l-1648-1936l-158-186l-35-67l-29-75l-340-1044l-8-43l23-64l32-23l32-13l45-15l58-9l-87-2799l-270-1397l-1183-703l-1216-277l-2 59l-29 42l-45 42l-81 49l-103 59l-122 57l-57 14l-65 1l-58-14l-40-20l-34-33l-28-51l-572-1138l-134-326l-1102-3098l-176-507l64-106l170-393l74-200l28-106l16-86l2-84l0-29l-226-1660l-23-94l-693-1966l-53-144l-47-114l-38-75l-817-1458l-122-989l1600-5071l1548-3251l-42-910l-338-1070l-375-797l-29-92l-5-89l24-67l344-771l51-102l106-187l1576-6l423 95l422 95l121 15l145-22l123-53l395-286l5-4l-125-2595l-722-1335l-57-81l-70-70l-77-54l-135-48l-86-13l-14-2l-86-14l-73-28l-42-28l-16-56l-5-66l21-198l13-101l20-75l580-1067l83-118l58-53l2392-1908l456-205l1602-611l1611-494l2075-1583l-52-96l-38-132l8-124l133-914l1548-2733l1540-440l403 114l368 676l141 233l999 873l485 289l953-805l50-62l503-808l1523-124z"/>
<path id="7233" d="M-262765 64298l356 394l-528 1677l-478 1086l29 757l2855 1060l1216-811l2693 819l563 676l1089 850l749 98l522-142l688-534l67-469l584-1361l1210-715l1217-1148l375-103l1404 43l1457 1796l-1452 1152l-82 65l-1991 1503l-297-138l-282 196l-30 365l1626 1496l53 30l863 301l245-301l148-225l1733 501l1442 818l489 315l76 360l-526 1819l-551 1260l-428 725l-1829 1674l-1105 291l-387-143l12-76l-24-96l-41-72l-553-832l-320-387l-1024-60l-126 30l-1073 1139l-696 1331l-28 77l-28 231l-15 162l1 104l312 5618l877 1954l28 49l-28 4082l36 111l172 434l-805 533l-1685 954l-1948 825l-670 256l-183-104l-44-29l-49-79l-30-54l-96-403l-239-1159l-579-1504l-2218-3137l-2424 312l-697 137l-5105 1825l-3147 1756l-208 389l-56 112l-3284-2442l-2631-298l-55-6l-333-48l-1922-335l217-2061l-2268-2247l330-4402l682-331l540 345l1464-914l596-773l16-611l-575-1547l-1768-1867l-1851-1559l-728-1096l-57-388l-222-1508l-368-997l-2382-1858l-1183-878l-84 358l-926 1043l-88 91l-56-33l-86-76l-52-64l-1424-2036l225-597l212-306l51-73l-738-1113l-733-1529l-865-2907l-226-1399l22-45l849-186l1059-222l2523 2041l770 1257l-318 1468l-581 934l116 400l2329-174l273-230l1197-1206l635-861l1255-1000l5409-1735l1374 1473l146 338l-288 1201l-169 702l1006 1146l995-297l507-932l-28-1242l51-44l79-58l195-106l80-40l102-38l200-66l228-75l1171 1577l636 1374l2571-444l3447-1046l255-58l1394 190z"/>
<path id="7235" d="M-271805 114569l776 1893l1411 151l1412 526l1343 866l256 338l572 1512l1360-8l3011-44l466-147l424-209l-172-815l395-555l220 236l803 2144l-191 1009l-148 907l-2 1977l58 201l100 277l92 175l112 138l103 86l46 30l124 62l58 17l100 4l126-14l135-42l75-41l754 1007l-711 1710l-34 49l-499 388l-500 1369l1270 3029l792 504l1375 887l1291 1649l383 1860l-370 778l972 2345l1914 669l1958-701l932-1028l1285 1039l258 463l-1158 2443l-369 491l-1352 1119l-1201 1165l-1689 704l-233 38l17-389l176-545l280-514l-943-205l-2522-181l-3536 2073l-300 281l-363 2l-1517 455l-654 341l-459 529l-845 1126l-1135 13l-839-390l-1174 603l-1254 1465l-336 397l-2170 1098l-2881 485l-5516 876l-1114 641l-782 1156l-1982-520l-408-769l-675-672l-1721 85l-1276 1065l-548 73l-1511-390l-654-449l-234-575l-701-537l-2956-709l-1164 153l-1141-139l-593-93l-159-52l-526-287l123-245l29-86l19-58l5-17l10-66l7-102l-3-76l-4-36l-21-81l-20-56l-30-45l-30-44l-82-85l-604-521l-647-561l-64-65l-54-81l-28-78l-4-68l2-71l14-72l26-58l1323-2140l127-173l125-145l207-234l80-77l71-43l87-50l15-8l195-43l137-20l144-18l87-8l86-18l65-15l116-40l126-59l67-60l68-68l84-88l1445-1515l42-62l24-38l32-64l96-215l1369-3203l30-83l28-90l19-94l23-136l1-93l0-86l-2-94l-20-65l-22-52l-29-43l-29-37l-56-36l-52-23l-42-16l-108-12l-232 12l-88 3l-86-3l-66-23l-50-25l-37-36l-35-50l-25-56l-9-55l-6-50l5-47l1-7l19-86l28-75l88-160l67-93l79-107l99-103l130-117l86-75l1335-1126l1665-1350l222-71l87-34l63-25l39-16l71-40l87-57l76-59l53-50l1325-1392l0-1605l343-2700l10-73l27-143l31-88l29-71l43-59l74-71l1025-1561l-249-2731l-328-1692l-522-331l-1103-789l-451-472l312-292l4641-4016l4739-1308l1650 103l3587-1979l110-489l-19-621l54-185l512-278l527-259l513 166l834 701zM-283878 133162l-375 435l323 1351l236 453l894 664l2378-1066l197 1868l167 326l2272-58l3729-840l1122-1162l1472-1889l-1501-1488l-938-806l1607-1335l1668-517l75-800l-779-2975l-1314-4337l-58-97l-803-898l-1334 229l-1137 3618l-2354 3477l-2422 1102l228 886l781 199l191 381l-282 353l-602 641l-445 189l-1295-378l-1843 1872l142 602z"/>
<path id="7311" d="M-150147 156600l-177 293l-232 420l-70 204l-65 228l-32 156l-38 323l-9 283l58 358l59 200l74 170l56 128l289 585l-2270-1239l-896 1533l-185 564l-66 590l-33 689l-684 2277l-1849 1207l-2486 466l-1-29l12-2099l33-1614l15-189l37-406l302-2812l1041-19l453 23l523-2l3188-2105l1435-1548l435 257l340 325l743 783z"/>
<path id="7312" d="M-192096 177949l-1255 1256l-565-267l-465-300l-231-180l-738-751l-945-1265l-1863-1910l-802 291l-1242 273l-2957 412l-718-458l-395-624l-257-769l-146-729l-1050-1929l-1010-404l-743-314l-101-1683l897-73l1748-129l630-1142l-208-811l355-2199l1620-802l1239 858l3184-246l1042-4l1555 638l401 941l-8 7l-448 397l-41 641l1164 681l39 14l56 14l183 29l789-64l465-259l585 66l199 310l808 1260l697 3561l-393 933l-316 464l-1591 907l-1746 240l-69 1367l529 904l197 174l769 496l698 339l454-161z"/>
<path id="7313" d="M-172549 194206l785 100l27-204l1194 279l1192 2594l172 1225l88 1037l-172 2081l-196 24l-1244-579l-1058-398l-3117 577l-238 601l-541 569l-1792-19l-828-1168l93-532l904-1290l-1653-1024l-806-480l1953-2850l1215-602l390-134l1932-566l269 333l1431 426zM-186282 186379l207 194l460-51l415-383l302-78l535 230l421 3489l-384 477l-501 69l-954-333l-901-935l-282-323l-180-285l-19-81l123-286l610-432l-2354-61l-1888 778l-121-50l-64-34l-64-67l-44-58l-89-155l-13-31l-25-92l-80-330l-97-3629l3867 83l1127 724l-91 352l84 1298z"/>
<path id="7314" d="M-150234 159948l632 2397l1797 4784l138 275l140 304l86 293l-9 222l-37 165l-80 161l-149 133l-100 53l-94 40l-412 157l-210 87l-166 84l-190 166l-128 227l-61 202l-34 224l12 201l62 166l93 187l47 62l54 71l208 163l199 136l169 81l206 44l234 27l1003-2l-5 141l-140 174l-74 67l-188 105l-3819 782l-1562 229l-543-338l-659-706l367-452l-1067-2114l-871-1066l-1585 632l-641 255l-415 164l-609-221l-657-1135l-153-365l-27-133l-11-176l52-484l728-382l2486-466l1849-1207l684-2277l33-689l66-590l185-564l896-1533l2270 1239z"/>
<path id="7315" d="M-158318 109507l1060 839l416 479l685 903l108 145l221 306l104 144l85 118l356 571l303 619l205 503l128 533l6 738l-1259-491l-3333 395l-1607 2819l-713 1641l231 379l-261 119l-1155-413l-361-377l148-2124l78-228l865-1555l268-214l-87-859l-1855-1218l-2656-1153l-2226 343l-124-178l-186-1054l45-897l559-1244l502-1005l696-35l222 53l890-242l605-565l406-588l583-1052l1-6l44-282l-1044-767l382-15l168 2l437 14l2047 526l260 69l217 107l228 136l61 53l234 204l1070 1042l614 699l248 332l1081 1731z"/>
<path id="7316" d="M-158817 185376l345 268l-1062 345l-3845 865l-3814-135l-28-1051l-98-483l-949-301l-870-224l-1318-24l-869 215l-308 76l-1930-383l-1610-964l-583-190l-3080-194l-1163-1072l-932-513l-288-629l1025-1042l106-67l334-146l274-2l1734 160l2769-485l961-556l322-495l-201-92l895-1794l2370-468l1127-169l431 131l1055 484l1768 1195l570 2232l-143 588l118 662l652 1597l61 83l1038 862l522 275l91 37l1857 722l2666 682z"/>
<path id="7317" d="M-217438 194466l41-573l1163 359l1468-292l235-386l1112-1572l2557 435l751 577l2841-102l1150-348l271 219l71 312l-180 412l-1359 3017l-801 1422l-248 572l-73 312l242 474l-414 674l-64 96l-48 58l-80 48l-3378 1323l-2002-1823l-117-116l-2767-4063l-371-1035z"/>
<path id="7318" d="M-147465 182574l-284 198l-550 461l-172 192l-125 189l-115 208l-99 290l-11 107l-18 189l25 344l16 52l80 255l124 195l221 197l269 147l963 363l239 136l207 167l215 271l128 263l127 391l24 286l-16 144l-17 143l-78 248l-60 136l-1465 719l-1594-1055l-1722-1132l-1258-733l97-973l166-974l-14-530l-2173-1398l449-790l373-655l1559-1731l345-362l947-98l8 204l-8 375l21 316l17 156l967 1769l183 1l1928-377l81 1696z"/>
<path id="7319" d="M-150584 138770l922 677l1079-533l290-74l391 195l-201 363l-222 335l-163 211l-219 186l-255 188l-452 219l-467 170l-1232 296l-121 29l-1205 419l-660 326l-534 373l-453 437l-247 402l-144 413l-95 672l-12 134l36 257l28 191l250 856l1388 4644l138 448l210 431l265 425l282 337l539 497l81 78l49 49l130 131l296 459l79 187l230 837l-713-79l-1445-901l-644-190l-1389-399l-331 17l-448 842l-245 457l-1556 111l-2692 428l-290 323l-1771-535l-756-2920l-360-609l-82-646l325-2058l296-379l2420-462l-316-578l-1671-2047l614-1157l2169-363l1370 520l669 339l1200 360l201 22l446 24l393-1323l360-1582l6-454l214-1958l2926-524l430-63l70 4l463 173l96 230l40 112z"/>
<path id="7320" d="M-231572 196374l-1168-1961l-216-453l-728-2375l32-688l101-289l1207-1719l396-168l677 1068l233-72l1069-1690l536-913l1055-673l383 55l602-196l983-1416l805-2315l-33-279l863 338l796 2950l366 2491l-1607 2354l-329 584l-21 658l414 269l255 134l408 196l-519 795l-2182 1057l-989-154l-14-78l0-73l-1055 164l-1349 512l-127 231l-781 1455l-48 96l-15 105z"/>
<path id="7331" d="M-170333 120543l799 31l1535-293l93-554l1154-85l532 861l623 1032l1048 2506l330 834l-217 477l-453 173l-706 256l-494 98l377 2175l475 319l1790-225l484 172l-137 1394l-296 821l-210 532l485 3289l2955 1338l1484-1071l3124-1807l2564-996l1975-1005l385 766l166 384l225 587l101 421l48 323l87 516l43 128l71 210l221 381l271 254l203 144l139 71l188 45l335 69l359 0l724-61l884-182l386-6l260 67l138 93l106 100l88 149l114 244l16 190l-55 210l-112 229l-127 166l-186 171l-599 549l-1238 1690l-124 312l-391-195l-290 74l-1079 533l-922-677l-40-112l-96-230l-463-173l-70-4l-430 63l-2926 524l-214 1958l-6 454l-360 1582l-393 1323l-446-24l-201-22l-1200-360l-669-339l-1370-520l-2169 363l-614 1157l1671 2047l316 578l-2420 462l-296 379l-325 2058l82 646l360 609l756 2920l-1739 258l-687-1070l336-232l117-83l-233-405l-412-629l-1924-2056l-1208 28l-657 272l-315 85l-481 22l-165-378l611-1608l62-259l-422-1607l-1543-1774l-719 249l-702-765l-672-2343l-3804-652l-2225-852l-1685 1205l-712 254l-833-87l-499-162l-307-384l-22-108l21-587l78-801l-1873-2249l-1167-853l-945-842l12-316l14-295l1017-892l1100-373l21-3784l-517-284l183-884l2683-2312l2429-1141l4336-2346l630-535l-91-550l474-1237l3629-1178l153 256l427 718z"/>
<path id="7332" d="M-162107 154109l1771 535l-165 1409l256 2649l-367 1004l-1026 1370l251 5587l539 2550l197 970l-1544 499l-2197 374l25 872l333 1271l1378-208l694 2574l408 894l293 193l615 495l625 1183l204 791l1273 5648l-273 607l-2666-682l-1857-722l-91-37l-522-275l-1038-862l-61-83l-652-1597l-118-662l143-588l-570-2232l-1768-1195l-1055-484l-431-131l-1127 169l-2370 468l-895 1794l201 92l-322 495l-961 556l-2769 485l-1734-160l-274 2l-334 146l-106 67l-1025 1042l-605 193l-3967 2226l-484 1328l-1127-724l-3867-83l-2657-1113l575-3604l1255-1256l1046-839l3496-1684l874-90l1109 635l422-13l329-269l644-1057l-635-1031l0-927l952-679l1109-523l1669-575l10-465l-347-1331l-163-94l-477 458l-173 311l-320 407l-1324-208l-189-523l-544-1593l-81-1764l70-828l276-234l138-85l191-43l242-18l334 1l131 0l3116-1018l456-449l-166-742l438-573l3233-2960l2266-3351l3423-4755l1066-1119l165 378l481-22l315-85l657-272l1208-28l1924 2056l412 629l233 405l-117 83l-336 232l687 1070l1739-258z"/>
<path id="7333" d="M-186821 135380l-12 316l945 842l1167 853l1873 2249l-78 801l-21 587l22 108l307 384l499 162l833 87l712-254l1685-1205l2225 852l3804 652l672 2343l702 765l719-249l1543 1774l422 1607l-62 259l-611 1608l-1066 1119l-3423 4755l-2266 3351l-3233 2960l-438 573l166 742l-456 449l-3116 1018l-131 0l-782-707l-220-2151l-36-732l-282-865l-515-180l-1685-587l-820 45l-962 159l-684 407l-708 650l-2216 892l-590-53l10-720l483-209l27-595l-354-366l-1731-849l-361-125l-1163-56l-942 347l-342 42l-532-1196l427-682l1001-821l-416-814l-3046-2326l-1432-667l-658 65l-534 187l562-794l1465-3463l469-1424l63-277l-133-690l-573 359l-211-39l-380-205l-542-512l-285-585l902-847l548-433l160-173l79-150l1074-2751l-315-958l-108-303l-306-357l6-608l339-479l573-474l1080-695l1146-1214l37-284l-581-1266l580-554l508-116l2138 807l1506 734l208 86l1042-436l-29-455l721-336l894-341l2480 870l563 762z"/>
<path id="7334" d="M-151608 192282l-585 408l-616 462l-302 285l-264 336l-198 313l-170 385l-92 285l-23 77l-72 423l-12 296l269 49l244-358l339-64l268 80l277 158l-1 334l-29 87l-508 1293l-1168 1957l-1031 2101l-96 240l-40 209l-8 262l64 280l20 55l171 461l26 72l29 173l7 231l-29 214l-81 544l-894 4497l-231 799l-320 615l-256 424l-375 423l-328 352l-71 71l-408 408l-703 775l-117 169l-530 766l-368 711l-287 639l-176 455l-71 219l-113 349l-144 790l-135 879l-39 199l-137 696l-148 384l-683 1517l-57 102l-127 226l-223 271l-408 384l-1119 854l-2271 1592l-143-269l-354-642l-74-86l-32-34l-134-60l-3726-454l-3287-763l-2387-567l-102-43l-1407-830l-123-79l-175-146l542-1979l285-1917l-494-3201l788-1877l1433-863l1592-1550l71-158l-146-1773l31-1349l424 20l3259 585l723 745l940 697l743 534l576 96l106-857l1568-724l1819 15l515-138l-23-2902l-533-1917l-1222-318l-1500 7l-96-2024l-31-657l202-1580l334-77l236-42l194 5l202 37l133 42l166 66l94 15l87-4l82-35l198-1103l-106-2520l-94-699l1018-2900l1014-390l1707-334l90 305l408-108l213-86l196-108l1320-963l101-79l85-93l51-99l32-94l51-89l76-69l96-44l308-103l2434 1423l507 639l76 1192l798 884l438 469l552 588l1625 218z"/>
<path id="7335" d="M-202501 152981l534-187l658-65l1432 667l3046 2326l416 814l-1001 821l-427 682l532 1196l342-42l942-347l1163 56l361 125l1731 849l354 366l-27 595l-483 209l-10 720l590 53l2216-892l708-650l684-407l962-159l820-45l1685 587l515 180l282 865l36 732l220 2151l782 707l-334-1l-242 18l-191 43l-138 85l-276 234l-70 828l81 1764l544 1593l189 523l1324 208l320-407l173-311l477-458l163 94l347 1331l-10 465l-1669 575l-1109 523l-952 679l0 927l635 1031l-644 1057l-329 269l-422 13l-1109-635l-874 90l-3496 1684l-1046 839l-454 161l-698-339l-769-496l-197-174l-529-904l69-1367l1746-240l1591-907l316-464l393-933l-697-3561l-808-1260l-199-310l-585-66l-465 259l-789 64l-183-29l-56-14l-39-14l-1164-681l41-641l448-397l8-7l-401-941l-1555-638l-1042 4l-3184 246l-1239-858l-1620 802l-355 2199l208 811l-630 1142l-1748 129l-897 73l101 1683l743 314l1010 404l1050 1929l146 729l257 769l395 624l718 458l2957-412l1242-273l802-291l1863 1910l945 1265l738 751l231 180l465 300l565 267l-575 3604l179 326l-525 395l-1546 414l-2330 117l-502-611l-134-1279l300-906l-161-420l-225-367l-344-207l-1921-12l-1867 209l-2622 24l-2409-375l-1480-3367l-635-517l-1198 172l-501 125l-573 145l-525 626l-662 1646l-933 850l-618 431l-956 460l-307-181l-253-914l-1012-1306l-451 292l-234 158l-1677 614l-3832-1603l-936-1099l-642-323l569-2234l392-1375l372-919l847-1192l323-67l1079 29l420-249l1193-994l249-470l-358-2356l2166-3927l3105-2007l695-219l1698 247l2469-839l3070-1349l1809-2320l229-1029l-501-403l-894-89l-221-223l939-1437l2066-358l1002-133l239 568z"/>
<path id="7336" d="M-201781 145936l542 512l380 205l211 39l573-359l133 690l-63 277l-469 1424l-1465 3463l-562 794l-239-568l-1002 133l-2066 358l-939 1437l221 223l894 89l501 403l-229 1029l-1809 2320l-3070 1349l-2469 839l-1698-247l-695 219l-3105 2007l-2166 3927l358 2356l-249 470l-1193 994l-420 249l-1079-29l-323 67l-847 1192l-372 919l-392 1375l-569 2234l-1896 714l-5457-3087l24-467l474-426l78-71l-89-632l-227-440l-833-1121l-1382-768l-542-865l-151-470l-293-1205l541-313l63-27l1524-579l871-201l993-942l383-912l-571-857l-1198-374l192-2247l116-511l-113-2972l-112-1347l323-306l138-75l160-50l1853-357l645-511l1179-1048l949-1218l1114-1381l962-304l804-88l352 269l496 381l937 383l809 126l1113-185l254-220l160-366l204-1684l-448-754l-765-2925l39-811l16-73l34-50l1444-1642l275-276l428-195l1352-239l383-59l601 111l2513-916l-109-1455l305-994l1183 635l908 1110l646 727l2731 840l2448-423l643-284l691-1250l231-229l71-44l70-29l65-8l124 31l894 1569l-220 2166l-596 1058l-280 181l-122 149l-369 1092l95 371l92 334l64 142l72 120l127 43l277 71l1013-403l1904-1327z"/>
<path id="7337" d="M-180931 181611l932 513l1163 1072l3080 194l583 190l1610 964l1930 383l308-76l869-215l1318 24l870 224l949 301l98 483l28 1051l3814 135l3845-865l1062-345l-97 1530l-32 94l-51 99l-85 93l-101 79l-1320 963l-196 108l-213 86l-408 108l-90-305l-1707 334l-1014 390l-1018 2900l94 699l106 2520l-198 1103l-82 35l-87 4l-94-15l-166-66l-133-42l-202-37l-194-5l-236 42l-334 77l-202 1580l31 657l96 2024l1500-7l1222 318l533 1917l23 2902l-515 138l-1819-15l-1568 724l-106 857l-576-96l-743-534l-940-697l-723-745l-3259-585l-424-20l-31 1349l146 1773l-71 158l-1592 1550l-1433 863l-788 1877l494 3201l-285 1917l-542 1979l-241-664l-64-103l-797-847l-86-77l-107-72l-3680-1720l-3734-3110l-967-289l-537 1162l-123 245l-94 122l-145 102l-518 232l-453-516l26-506l-336-819l-702 178l-259-1421l-167-1985l192-675l350-126l620 209l692-88l193-647l41-578l-63-1455l-635-247l-1557 72l-962 235l-418-56l-41-6l-590-1739l-9-726l415-1553l330-507l677 145l5 554l1134 850l291-89l445-592l557-1095l596-1487l364-3336l35-723l-776-2264l-158-404l-1668-1855l-100-95l-133-87l-147-73l-1675-820l-440 214l-204 117l-168 156l-123 118l-121 142l-118 190l-410 180l-144-261l255-1869l307-419l159-129l174-93l851-169l236 201l448-28l713-493l294-483l80 330l25 92l13 31l89 155l44 58l64 67l64 34l121 50l1888-778l2354 61l-610 432l-123 286l19 81l180 285l282 323l901 935l954 333l501-69l384-477l-421-3489l-535-230l-302 78l-415 383l-460 51l-207-194l-84-1298l91-352l484-1328l3967-2226l605-193l288 629zM-172549 194206l-1431-426l-269-333l-1932 566l-390 134l-1215 602l-1953 2850l806 480l1653 1024l-904 1290l-93 532l828 1168l1792 19l541-569l238-601l3117-577l1058 398l1244 579l196-24l172-2081l-88-1037l-172-1225l-1192-2594l-1194-279l-27 204l-785-100z"/>
<path id="7338" d="M-150583 154035l505 1301l-69 1264l-743-783l-340-325l-435-257l-1435 1548l-3188 2105l-523 2l-453-23l-1041 19l-302 2812l-37 406l-15 189l-33 1614l-12 2099l1 29l-728 382l-52 484l11 176l27 133l153 365l657 1135l609 221l415-164l641-255l1585-632l871 1066l1067 2114l-367 452l659 706l543 338l1562-229l3819-782l188-105l74-67l140-174l5-141l658-9l147-2l269-3l355 46l311 95l232 114l251 191l50 77l81 126l96 340l9 67l-21 195l-90 328l-725 2030l-121 896l277 1758l48 433l-2 361l-10 372l-33 343l-47 269l-42 202l-79 269l-73 243l-29 96l-128 380l-247 483l-236 375l-225 310l-295 330l-292 269l-293 218l-167 123l-238 169l-32 22l-81-1696l-1928 377l-183-1l-967-1769l-17-156l-21-316l8-375l-8-204l-947 98l-345 362l-1559 1731l-373 655l-449 790l2173 1398l14 530l-166 974l-97 973l1258 733l1722 1132l1594 1055l-3771 3417l-1625-218l-552-588l-438-469l-798-884l-76-1192l-507-639l-2434-1423l-308 103l-96 44l-76 69l-51 89l97-1530l-345-268l273-607l-1273-5648l-204-791l-625-1183l-615-495l-293-193l-408-894l-694-2574l-1378 208l-333-1271l-25-872l2197-374l1544-499l-197-970l-539-2550l-251-5587l1026-1370l367-1004l-256-2649l165-1409l290-323l2692-428l1556-111l245-457l448-842l331-17l1389 399l644 190l1445 901l713 79z"/>
<path id="7339" d="M-194955 100044l-103 595l9 341l78 302l173 328l215 294l2884 2754l2001 1502l217 224l173 268l103 319l60 269l40 319l237 1924l138 518l224 362l311 277l371 189l632 139l4199-184l1695-326l230-90l98-39l368-186l12150-4672l2149-788l938-76l1044 767l-44 282l-1 6l-583 1052l-406 588l-605 565l-890 242l-222-53l-696 35l-502 1005l-559 1244l-45 897l186 1054l124 178l2226-343l2656 1153l1855 1218l87 859l-268 214l-865 1555l-78 228l-148 2124l361 377l1155 413l261-119l-231-379l713-1641l1607-2819l3333-395l1259 491l791 2573l32 238l-12 263l-93 471l-200 540l-201 397l-109 215l-121 303l-169 483l-55 243l-48 306l-19 288l20 300l36 226l56 266l128 300l112 228l236 424l150 252l173 158l205 98l449 132l314 87l210 64l309 157l233 136l163 167l121 204l34 144l16 122l2 144l-28 173l-77 367l-327 1106l-163 517l-89 440l-12 318l42 223l398 703l77 113l75 110l963 1411l-1975 1005l-2564 996l-3124 1807l-1484 1071l-2955-1338l-485-3289l210-532l296-821l137-1394l-484-172l-1790 225l-475-319l-377-2175l494-98l706-256l453-173l217-477l-330-834l-1048-2506l-623-1032l-532-861l-1154 85l-93 554l-1535 293l-799-31l-427-718l-153-256l-3629 1178l-474 1237l91 550l-630 535l-4336 2346l-2429 1141l-220-915l849-1522l-1292-2344l-423-648l-812 468l-1051-560l-81-456l-76-877l-140-1013l-199-915l-798-2153l-1677-713l-2068-872l-148 21l-1529 575l-794 421l-900-452l398-1452l310-1044l-2779-3312l-763-819l-156-86l-1084-419l-337 93l-1773-1208l-635-461l-2259-2081l-24-267l310-510l257-378l1529-1668l826-679l981-524l1295-610l2063-899l565 1767z"/>
<path id="7340" d="M-193926 182809l2657 1113l97 3629l-294 483l-713 493l-448 28l-236-201l-851 169l-174 93l-159 129l-307 419l-255 1869l144 261l410-180l118-190l121-142l123-118l168-156l204-117l440-214l1675 820l147 73l133 87l100 95l1668 1855l158 404l776 2264l-35 723l-364 3336l-596 1487l-557 1095l-445 592l-291 89l-1134-850l-5-554l-677-145l-330 507l-415 1553l9 726l590 1739l41 6l418 56l962-235l1557-72l635 247l63 1455l-41 578l-193 647l-692 88l-620-209l-350 126l-192 675l167 1985l259 1421l702-178l336 819l-26 506l-1256-389l-84 14l-63 20l-71 39l-405 258l-487 391l-115 132l-194 287l-328 483l-906-319l-1701-1390l-1101-941l-79-77l-45-83l-118-371l-52-91l-105-85l-1055-469l-1282 857l-132 137l-78 135l-142 257l-300 537l-89 90l-98 54l-207 48l-412 43l-1848 58l-2881-1220l-1290 926l-3093-1180l-63-2048l-1974-1118l-147-48l-201-17l-2107 233l-231-11l-205-46l-208-90l-211-122l-281-195l-341-307l-1290-1246l-543-986l-1710-3295l691-1747l46-436l-871-1579l-3516-1864l-4627 794l-1226 328l-152 1553l-2940-3518l15-105l48-96l781-1455l127-231l1349-512l1055-164l0 73l14 78l989 154l2182-1057l519-795l-408-196l-255-134l-414-269l21-658l329-584l1607-2354l-366-2491l-796-2950l-863-338l-606-372l1241-1794l99-492l66-529l22-2454l936 1099l3832 1603l1677-614l234-158l451-292l1012 1306l253 914l307 181l956-460l618-431l933-850l662-1646l525-626l573-145l501-125l1198-172l635 517l1480 3367l2409 375l2622-24l1867-209l1921 12l344 207l225 367l161 420l-300 906l134 1279l502 611l2330-117l1546-414l525-395l-179-326zM-217397 193893l-41 573l371 1035l2767 4063l117 116l2002 1823l3378-1323l80-48l48-58l64-96l414-674l-242-474l73-312l248-572l801-1422l1359-3017l180-412l-71-312l-271-219l-1150 348l-2841 102l-751-577l-2557-435l-1112 1572l-235 386l-1468 292l-1163-359z"/>
</g><g>
<path id="8111" d="M-92149 238552l-626 503l273 1564l1379 3699l906 111l1354 340l1802 1425l-88 410l-725 121l-1799 599l-356 1198l-1154 1533l-737 323l-731 296l-563 151l-1339 476l-152 585l811 985l801 756l826 2099l-2121 504l-397 6l-399-9l-291-41l-291-68l-251-73l-399-164l-95-344l-1142-803l-171-85l-309-113l-402-131l-237-73l-714-196l-441-99l-322-33l-191 6l-487 73l-339 33l-276 0l-290-46l-527-139l-408-144l-345-88l-398-141l-393-167l-289-168l-167-141l-450-450l-2460-2526l-89-161l-26-206l492-379l1530-935l582 232l83 22l939-3184l-209-1621l29-2504l122-1596l133-125l119-96l181-131l665 1007l1023 679l1709-605l321-2016l1402-1042l489 481l920 216l747 9l1276-302l1615-211l1067 914z"/>
<path id="8115" d="M-105362 248425l-1530 935l-492 379l26 206l89 161l2460 2526l450 450l167 141l289 168l393 167l398 141l345 88l661 1941l936 1651l1117 1119l170 191l664 761l162 245l754 1199l552 991l27 69l81 216l-592 898l-395 302l-1008 1019l62 1037l-1303 224l-1072-1601l-711-765l-933 128l-640 1452l-253 1152l-362 1113l-248-16l-294-184l-517-463l-546-85l-274 25l-990 767l-1547 673l-1737-667l-1724-277l-1570-19l-4474 2558l-2067 2728l-521 2355l-787 2277l-413 108l-669-262l-2425-1192l-477-476l-190-748l-1297-487l-137 140l-434-19l-551-261l-98-578l204-1588l96-1240l-760-4536l172-836l834 0l2375 968l638-1565l-227-1739l-499-70l-52-329l57-969l709-2260l2804-2690l758-284l327 146l908-1413l963-3197l-3573-3683l-968-762l-900-951l364-482l245-294l1718-1776l323-120l562-94l347 755l1510 41l1809-1246l610-1285l37-312l-296-849l-76-20l-778-735l1122-2636l143-271l185-191l234-156l413-154l1269-311l443-119l1856 1390l36 811l-323 772l462 743l458 227l679 269l1580 435l1491-223l1108 407l733 1238l-386 2366l2 1095l438 1967l114 322l44 81l39 52l66 44l919 595l48 31l61 30z"/>
<path id="8116" d="M-80125 246929l234 985l194 328l252-24l720-697l563-791l692-229l662 290l1654 767l1235 719l627 979l552 393l-538 1035l-683 1186l-310 828l-263 2015l97 2584l386 1232l1125 1482l1071 2l1223-300l983 623l1460 3353l1115 971l211 256l224 320l-23 2151l-207 1800l-352 463l-794 144l-841 856l-497 1035l97 428l1534 1042l-719-94l-316 103l-1407 1125l-1166 1028l-1916 40l-2277 17l855-1102l58-154l-221-369l-1675-1270l-977-302l-1768 263l-348 297l-280 597l-1493 213l-585 20l-1518-64l-3406-878l-647-866l429-936l184-1291l1-465l-15-149l-19-87l-38-67l-94-97l-535-474l-814 314l-483 1386l-862 0l-4398-147l-768-275l-450-443l-1286-2674l-719-922l-2181-6l-62-1037l1008-1019l395-302l592-898l-81-216l-27-69l-552-991l-754-1199l-162-245l-664-761l-170-191l-1117-1119l-936-1651l-661-1941l408 144l527 139l290 46l276 0l339-33l487-73l191-6l322 33l441 99l714 196l237 73l402 131l309 113l171 85l1142 803l95 344l399 164l251 73l291 68l291 41l399 9l397-6l2121-504l-826-2099l-801-756l-811-985l152-585l1339-476l563-151l731-296l737-323l1154-1533l356-1198l1799-599l725-121l384 362l1219 766l3241-375l504-76l6-733l-352-677l639-633l738 510l451 630l194 551z"/>
<path id="8117" d="M-64218 247024l624 210l2098 53l734-193l745-320l1500-187l2410 299l501 217l621 1390l2958 3618l1081 1118l860-531l1370-561l553 65l1488 854l1344 785l1339-155l454-983l-55-504l-167-68l-334 523l-551 9l-788-1426l-16-956l1-505l445-58l3211 1209l61 590l575 401l1725 754l479 40l1264-224l494 1468l-186 995l-624 134l-1144 1959l108 730l-23 792l-554 501l-1192 561l-375-139l-647-305l-418 690l-427 1357l20 1300l296-6l43-275l263 0l1123 412l-116 424l-1401 222l-2457 776l-192 752l-468 1316l-819 1566l-3346 2834l-1135 783l-1213-127l-1116-251l-180-646l-3346 241l-1017 675l-1682 1898l-378 621l-566 999l-397 314l-1476-184l-1846-1461l-1292-227l-1578-125l-341 5l-225 313l-204-224l-1534-1042l-97-428l497-1035l841-856l794-144l352-463l207-1800l23-2151l-224-320l-211-256l-1115-971l-1460-3353l-983-623l-1223 300l-1071-2l-1125-1482l-386-1232l-97-2584l263-2015l310-828l683-1186l538-1035l-552-393l580-726l407-230l1274 583l458 516l1210 515l1751-213l426-1198l-41-219l-44-90l-54-38l-1032-949l316-918l921-76l2902 811z"/>
<path id="8118" d="M-79161 216392l-1257 409l-1182-325l-74-280l8-495l153-578l213-63l1711-419l291 629l137 1122zM-96068 218051l3696 1081l762-339l1240-605l1675-430l3497-725l857-59l2260 94l100 481l1555-106l10 312l-63 338l-1091 1496l-824-6l-915 351l-2490 1656l-127 327l995 291l607 69l948 1144l321 425l185 264l287 528l-167 454l-114 178l-2752 1771l-1951-87l-85 347l863 1524l314 352l922-72l1073-86l2041 1861l185 220l-223 640l-1125 524l-739-260l-937-291l-608 108l-955 476l-1387 1991l347 1019l-229 642l-406 754l-78 78l-1824 387l-1461 991l-270 393l-1067-914l-1615 211l-1276 302l-747-9l-920-216l-489-481l-1402 1042l-321 2016l-1709 605l-1023-679l-665-1007l-181 131l-119 96l-133 125l-122 1596l-29 2504l209 1621l-939 3184l-83-22l-582-232l-61-30l-48-31l-919-595l-66-44l-39-52l-44-81l-114-322l-438-1967l-2-1095l386-2366l-733-1238l-1108-407l-1491 223l-1580-435l-679-269l-458-227l-462-743l323-772l-36-811l-1856-1390l-443 119l-344-587l-443-1274l-1178-4570l243-1578l35-181l42-217l942 80l550 212l136 73l117 127l835 7l527-338l98-77l-126-1937l-947-3989l-853-1516l-1039-1215l-641-605l-1018-665l-427-784l688-247l1557-103l2592 403l1698 366l1608 847l1867 748l3614-400l-127-1008l-282-460l560-745l2913-1747l46-22l1139-286l575 198l415 614l63 70l226 215l3501 2750z"/>
<path id="8119" d="M-59036 225971l-438 1262l-738 912l-477 462l739 1152l290 395l1265 1713l304 137l692-562l1739 1388l66 60l40 73l120 356l408 1296l978 3631l360 1908l24 133l-5 143l-85 159l-214 305l-727 626l-2440 1250l-288-300l-233-323l-115-261l-1573-475l-2507 26l-1136 511l-118 107l769 1044l-492 1322l-259 241l-896 270l-714 500l-18 1056l497 536l-2902-811l-921 76l-316 918l1032 949l54 38l44 90l41 219l-426 1198l-1751 213l-1210-515l-458-516l-1274-583l-407 230l-580 726l-627-979l-1235-719l-1654-767l-662-290l-692 229l-563 791l-720 697l-252 24l-194-328l-234-985l-194-551l-451-630l-738-510l-639 633l352 677l-6 733l-504 76l-3241 375l-1219-766l-384-362l88-410l-1802-1425l-1354-340l-906-111l-1379-3699l-273-1564l626-503l270-393l1461-991l1824-387l78-78l406-754l229-642l-347-1019l1387-1991l955-476l608-108l937 291l739 260l1125-524l223-640l-185-220l-2041-1861l-1073 86l-922 72l-314-352l-863-1524l85-347l1951 87l2752-1771l114-178l167-454l-287-528l-185-264l-321-425l-948-1144l-607-69l-995-291l127-327l2490-1656l915-351l824 6l1091-1496l63-338l-10-312l8-642l1257-409l354 140l817-278l658-322l-114-261l-266-359l13-314l80-208l112-198l83-123l758-720l142-75l246-89l1612-213l1700-167l2357 1977l550 278l2612 616l188-247l595-173l159-21l117-6l122 13l224 56l207 62l305 97l593 349l127 92l-3 200l-203 3009l398 1788l1200 138l2224 1899l298 1165l862 979l998 495z"/>
<path id="8121" d="M-106079 199358l86-108l4580-312l67-370l160-277l296-220l888 53l1577 115l787 211l281 331l1391 1251l213 29l1952 526l3187 2776l1105 2168l273 640l177 631l380 1371l59 591l-2492 997l-2624-191l-1675 380l-1251 1007l-988 80l-226-138l-154-114l-229-262l-137-236l-1355-2628l12-635l584-275l1355-1233l133-749l-3239-2226l-4186-2648l-987-535z"/>
<path id="8125" d="M-76675 181254l1425 1248l109 1724l526 1780l1882 1039l733-157l474 40l311 386l-367 768l-1102 396l-2261 589l-1748 299l-458 136l-556 791l-443 1658l-132 630l-199 1031l-71 1224l336 1754l177 18l208 4l156-9l70-14l178-107l57-17l57-6l90 6l102 28l130 58l290 226l63 74l291 438l-2043 2366l-423 393l-482 171l-732-513l-894-34l-700 214l-583 408l-1576 1934l-149 387l2697 2507l750 304l403 104l758-265l865-374l506 1072l1204 2618l-60 201l-401-63l-256 191l-114 535l-67 691l260 628l3525-1379l179-547l-64-683l-154-230l-490-646l361-857l573-83l1014 638l67 93l204 318l145 238l470 1589l547 606l-1072 299l-730 242l-353 607l196 2236l-1700 167l-1612 213l-246 89l-142 75l-758 720l-83 123l-112 198l-80 208l-13 314l266 359l114 261l-658 322l-817 278l-354-140l-137-1122l-291-629l-1711 419l-213 63l-153 578l-8 495l74 280l1182 325l-8 642l-1555 106l-100-481l-2260-94l-857 59l-3497 725l-1675 430l-1240 605l-762 339l-3696-1081l-3501-2750l-226-215l-63-70l-415-614l-575-198l-1139 286l-46 22l-2913 1747l-560 745l282 460l127 1008l-3614 400l-1867-748l-1608-847l-1698-366l-2592-403l-1557 103l-688 247l217-2315l118-233l1034-2464l136-1437l-11-295l-279-1919l-830-1420l-356-590l-1148 749l-2124 49l-195-289l-497-3335l-20-760l169-891l305-509l3-7l68-282l108-1084l-321-508l1833 1356l1267 915l512-51l180-18l1682-726l-226-510l-339-1373l-77-395l1504-353l1724-344l1944-406l2453-2686l3894-4398l-49-489l-331-399l-825-1347l1701 591l85 882l1314 717l3389 841l200 5l2366-119l87-244l148-506l502-1939l7-179l-3-169l-44-316l-53-151l-115-281l-23-44l246-1696l4-27l228-496l53-13l2126 101l974 428l1795 1616l642 852l1475-831l158-974l535-1315l1748-1605l1222-1112l104-747l-63-368l-28-1067l17-126l94-202l526-683l163-150l256-124l240-71l244-1l242 65l159 93l140 129l477 712l181 221l1022 1185l1124 385l3465 583l1393-690zM-105993 199250l-86 108l987 535l4186 2648l3239 2226l-133 749l-1355 1233l-584 275l-12 635l1355 2628l137 236l229 262l154 114l226 138l988-80l1251-1007l1675-380l2624 191l2492-997l-59-591l-380-1371l-177-631l-273-640l-1105-2168l-3187-2776l-1952-526l-213-29l-1391-1251l-281-331l-787-211l-1577-115l-888-53l-296 220l-160 277l-67 370l-4580 312z"/>
<path id="8126" d="M-46767 181176l107 501l-87 1106l-518 3131l-615 1991l827 449l90 1095l-2080 3214l-1028 798l-1729 208l-1859 572l-222 219l-138 137l-65 148l57 112l436 147l42 427l36 1642l-992 2376l-471 922l-1559-135l-527 25l-1426 554l-58 121l-638 1387l70 693l-25 317l-1545 2778l-539 558l-474 170l-3231-238l-656-430l-1524 811l376 757l841 716l392 233l388-264l406 206l-4 1175l-303 407l-445-9l-782-317l-1499-1742l-119-245l-523-663l-734-227l-483 110l-749 1019l-321 504l13 424l558 456l13 711l-200 128l-144 90l-580-630l-547-606l-470-1589l-145-238l-204-318l-67-93l-1014-638l-573 83l-361 857l490 646l154 230l64 683l-179 547l-3525 1379l-260-628l67-691l114-535l256-191l401 63l60-201l-1204-2618l-506-1072l-865 374l-758 265l-403-104l-750-304l-2697-2507l149-387l1576-1934l583-408l700-214l894 34l732 513l482-171l423-393l2043-2366l-291-438l-63-74l-290-226l-130-58l-102-28l-90-6l-57 6l-57 17l-178 107l-70 14l-156 9l-208-4l-177-18l-336-1754l71-1224l199-1031l132-630l443-1658l556-791l458-136l1748-299l2261-589l1102-396l367-768l-311-386l-474-40l-733 157l-1882-1039l-526-1780l-109-1724l-1425-1248l-172-891l392-2063l1323-571l687 733l76 458l2369 1154l190 16l4112 67l388-109l1475-1652l-115-1038l-58-35l-304 192l-422-171l-615-1220l-57-517l538-292l1876-844l658-98l1235 171l650 215l69 1203l5086 1141l3560 398l1879 76l3172 688l1164 1686l752 1225z"/>
<path id="8127" d="M-28166 179465l-308 613l-367 3867l146 657l369 1042l741 423l1350-159l282 701l188 478l-979 1213l28 413l165 603l237 491l318 474l753 798l-304 1218l-1063 712l-1026 1682l274 5206l358 633l944-36l953 298l5071 3553l1673 1409l468 1274l42 611l-291 622l-300-81l-1583 754l-1514 2428l236 212l378 189l1004 466l190 66l636-259l882-14l917 3454l-460 209l-387 78l-845 195l-1356 969l-907 696l-825 103l-852-663l301-808l-15-175l-326-519l-1205 109l-151 57l-2577 1529l-1072 776l-159 109l-1947-637l-66-134l-19-172l3-108l-76-159l-5074 363l-1736 261l-315-290l-530-60l-267 220l-232 308l1263 4152l27 81l33 92l323 727l638 848l-1922 704l-115 16l-762 190l-3768 1159l-497 307l-816 1249l-146 619l198 171l59 412l-549 1234l-642 795l-521 410l-2776 283l-390 20l-468-920l-625-1573l-1664-426l-2702-986l-862-487l-695-690l-1657-103l-1607-46l-998-495l-862-979l-298-1165l-2224-1899l-1200-138l-398-1788l203-3009l3-200l-127-92l-593-349l-305-97l-207-62l-224-56l-122-13l-117 6l-159 21l-595 173l-188 247l-2612-616l-550-278l-2357-1977l-196-2236l353-607l730-242l1072-299l580 630l144-90l200-128l-13-711l-558-456l-13-424l321-504l749-1019l483-110l734 227l523 663l119 245l1499 1742l782 317l445 9l303-407l4-1175l-406-206l-388 264l-392-233l-841-716l-376-757l1524-811l656 430l3231 238l474-170l539-558l1545-2778l25-317l-70-693l638-1387l58-121l1426-554l527-25l1559 135l471-922l992-2376l-36-1642l-42-427l-436-147l-57-112l65-148l138-137l222-219l1859-572l1729-208l1028-798l2080-3214l-90-1095l-827-449l615-1991l518-3131l87-1106l-107-501l794-194l1425 65l1850 134l1097 495l86 305l441 1082l1816-881l1740-1555l1220 283l1948 292l1066-117l-312-857l295-733l775-642l1152-291l2358-163l528 522l322 544z"/>
<path id="8128" d="M-61068 135253l-376 228l-626 2531l28 237l-198 2286l-281 1722l-456 1076l-60 435l529 599l1423 1168l1621-646l89-1090l115-1473l2303-1181l114 61l186 727l18 1019l60 232l874 2422l583-14l1034-877l102-448l1-6l-29-409l145-710l14-60l1137-968l1612-1260l372 379l2534 2694l610 2205l14 170l-570 117l-92 125l-502 728l-152 728l649 1916l187 252l242 145l308 115l899 149l657 1566l217 691l33 417l6 1286l-1406 3361l-743 908l-2103 1354l168 203l2292 877l1131 131l513-994l-87-1355l767-1185l1754-842l926 74l890 2860l120 1176l-44 1484l-115 3005l-15 130l-631 861l-187 743l1167 987l1835 365l4019-231l237-51l264-128l103-54l3028-3687l-15-58l-653-146l-600-468l-350-407l-29-83l2304-1713l1046 165l562 1371l-1026 583l-41 629l504 892l2395 993l-108 2769l170 699l-994 1038l-545 656l-195 1128l1198 797l499-390l1078 662l2052 4693l-72 544l-1163 703l-1328-468l-1044 347l-322-544l-528-522l-2358 163l-1152 291l-775 642l-295 733l312 857l-1066 117l-1948-292l-1220-283l-1740 1555l-1816 881l-441-1082l-86-305l-1097-495l-1850-134l-1425-65l-794 194l-752-1225l-1164-1686l-3172-688l-1879-76l-3560-398l-5086-1141l-69-1203l-650-215l-1235-171l-658 98l-200-507l-786-967l-2518-967l-901-169l-389 274l-1061 338l-868 250l-326-1370l439-753l394-1311l-449-910l-1330-646l-57-248l1660-2350l358-52l418-129l1105-1191l396-759l-178-314l-552-298l-238-79l-657-132l-1290-3821l-287-1845l449-1035l259-362l175-231l622 244l245 98l94 80l122 104l313 38l293-391l1197-2281l-73-1074l-726-983l-1454-474l-783 346l-2302-241l-1507-568l-318-289l-26-631l-536-203l-1456-439l-259-65l-555-35l-79-17l-240-112l-444-419l-160-158l-50-315l210-307l466-606l204-256l588-631l177-364l164-572l-574-1994l-979-1671l-940-241l-413 527l80 1850l-50 252l-121 106l-442 205l-452 47l-761-42l-347-362l-631-1122l299-342l148-115l145-57l704-127l704-294l169-273l-683-340l-1721-366l-405 35l-413 252l-156 50l-226 0l-1858-785l-158-278l1395-2794l90-131l158-117l228-63l2935-270l2025 271l116 2l105-47l810-622l381-381l2468 477l1318 631l879-1289l178-242l88-114l151-158l116-64l251-56l1125-101l205 24l108 32l231 189l167 184l120 153l87 170l26 137l-7 186l-26 121l-3 9l-77 216l-61 271l-59 271l8 260l42 170l55 143l156 229l238 223l165 70l228 50l1908-401l5535-2218l942-402l685-324l222 1277z"/>
<path id="8135" d="M-5580 250700l1063 717l1811 1840l776 986l521 763l454 1014l353 1185l-1979 1720l-1117 507l-2879 542l-179-717l1217-1440l741-713l213-452l-29-317l-16-97l-143-181l-234-189l-1352-67l-428 48l-1115 1082l-77 187l-11 131l43 746l-189 1262l-1965 1532l-785-58l-367-1286l221-3l126-39l-321-1234l-87-189l-579-884l-267-308l-156-87l-195-44l-145 0l-160 34l-1206 303l-411 226l-829-743l-1119-1029l-618-194l-932 2545l-174 1746l77 145l988 1822l1899 1873l2064 2380l-232 572l-791-130l-534-14l-351 127l-220 1542l917 751l298 739l312 2342l-79 3255l-121 380l-1074 666l-1582 102l-3364 626l-213 27l-568-276l-374-415l-60-160l23-149l155-496l-122-894l-33-193l-2026-2814l-70-76l-75 51l-386 714l-54 88l-75 60l-214 99l-123 27l-195-12l-88-12l-1618-441l-1963-566l-923-1188l-658-813l-164-164l-2294-932l-1501-1647l-417-575l-878 31l-667 58l-1049 215l-881 747l-750 135l-650 97l-711-20l-166-1070l-458-2162l-186-704l-717-208l116-424l-1123-412l-263 0l-43 275l-296 6l-20-1300l427-1357l418-690l647 305l375 139l1192-561l554-501l23-792l-108-730l1144-1959l624-134l186-995l-494-1468l606 86l1493-722l160-294l-7-247l-488-1576l175-593l175-362l178-212l184-160l209-104l202-39l306-8l444 49l109 77l618 790l106 823l-224 320l828 91l962-124l1863-650l1525-657l121-75l1709-1552l1180-869l-494 1011l453 1218l140 250l932 1192l351 49l331-1859l20-1260l2520-707l279-34l216 54l240 295l758 855l1219 1126l3039 1712l1354 851l541 782l44 88l128 37l1610 93l1086 38l4906-1571z"/>
<path id="8136" d="M-22930 217063l852 663l825-103l907-696l1356-969l845-195l387-78l-347 1121l-174 743l43 304l145 80l975-666l4979 1480l1106 442l2384 3194l2093 2456l-509 209l-107 151l135 796l385 5l1152 659l1352 1715l582 755l399 2009l13 420l-246 6313l-413 5217l-1070 4119l-281 560l-654-188l-267 2725l265 209l238 187l-4906 1571l-1086-38l-1610-93l-128-37l-44-88l-541-782l-1354-851l-3039-1712l-1219-1126l-758-855l-240-295l-216-54l-279 34l-2520 707l-20 1260l-331 1859l-351-49l-932-1192l-140-250l-453-1218l494-1011l-1180 869l-1709 1552l-121 75l-1525 657l-1863 650l-962 124l-828-91l224-320l-106-823l-618-790l-109-77l-444-49l-306 8l-202 39l-209 104l-184 160l-178 212l-175 362l-175 593l488 1576l7 247l-160 294l-1493 722l-606-86l-1264 224l-479-40l-1725-754l-575-401l-61-590l-3211-1209l-445 58l-1 505l16 956l788 1426l551-9l334-523l167 68l55 504l-454 983l-1339 155l-1344-785l-1488-854l-553-65l-1370 561l-860 531l-1081-1118l-2958-3618l-621-1390l-501-217l-2410-299l-1500 187l-745 320l-734 193l-2098-53l-624-210l-497-536l18-1056l714-500l896-270l259-241l492-1322l-769-1044l118-107l1136-511l2507-26l1573 475l115 261l233 323l288 300l2440-1250l727-626l214-305l85-159l5-143l-24-133l-360-1908l-978-3631l-408-1296l-120-356l-40-73l-66-60l-1739-1388l-692 562l-304-137l-1265-1713l-290-395l-739-1152l477-462l738-912l438-1262l1607 46l1657 103l695 690l862 487l2702 986l1664 426l625 1573l468 920l390-20l2776-283l521-410l642-795l549-1234l-59-412l-198-171l146-619l816-1249l497-307l3768-1159l762-190l115-16l1922-704l-638-848l-323-727l-33-92l-27-81l-1263-4152l232-308l267-220l530 60l315 290l1736-261l5074-363l76 159l-3 108l19 172l66 134l1947 637l159-109l1072-776l2577-1529l151-57l1205-109l326 519l15 175l-301 808z"/>
<path id="8211" d="M-171829 238075l870-843l596-94l3391 2627l1621 1293l1685 1816l1260 2020l120 2109l1575 1746l410 1156l-146 2733l-414 605l-1178 1618l-1828 1741l-2405 204l-364-78l-522-472l-759-2713l-1855-2314l-3216-454l-162 405l-942-419l-1465-849l-93-378l383-445l2326-1097l62-25l84 7l762 221l428 77l246 13l230-5l1093-51l968-961l189-486l-122-635l-419-540l-1976-1987l-375-1806l160-161l2086-3494l-372-577l-1230 88l-702 405z"/>
<path id="8212" d="M-143584 225541l-63 147l-592-125l-539 171l-874 967l-802 358l-540 22l-1535-101l-802-203l-1579-587l-1844-1504l-2461-1951l-2525-728l-1590-267l-723 25l-2067-134l-448-581l408-384l223-271l127-226l57-102l683-1517l148-384l137-696l39-199l135-879l144-790l113-349l71-219l176-455l287-639l368-711l530-766l117-169l703-775l408-408l539 1016l4013 488l602-557l1149 135l810 1494l346 527l325 428l273 274l604 531l792 438l423-411l296-1238l24-155l7-95l1213 1186l1600 1927l87 509l-87 1073l-671 1563l-282 296l323 3276l436 156l469 169l1161 733l-342 667z"/>
<path id="8215" d="M-162120 221631l2067 134l723-25l1590 267l2525 728l2461 1951l1844 1504l1579 587l802 203l1535 101l540-22l802-358l874-967l539-171l592 125l-48 138l-200 753l442 1353l858 561l-103 887l-1357 1700l-721 2788l-475 1078l-141 273l-68 89l-75 68l-581 513l-1196 590l-1875 984l706 1852l394 420l736 562l-767 19l-3534-19l-969-1225l-287-645l-18-902l-265-1055l-555-679l-2086 323l-1126 400l-271 657l-767-302l-1818-801l-702-313l-477-498l-1181-2935l650-2714l1494-1105l1184 16l1183 16l443-1322l-3198-1702l-1057 226l43-283l11-75l-1665-297l-854-588l-69-57l-53-93l-18-89l0-93l42-918l351-1340l1119-854l448 581zM-140383 192151l3268 1546l855-188l1450 435l826 261l526 488l594 485l1918 290l483-554l1201-680l846 944l1007 1198l59 234l-276 66l315 1186l569 373l1708 543l1674 41l1016 499l321 508l-108 1084l-68 282l-3 7l-305 509l-169 891l20 760l497 3335l195 289l2124-49l1148-749l356 590l830 1420l279 1919l11 295l-136 1437l-1034 2464l-118 233l-691-392l-2265-141l-40 169l92 1106l19 1397l-858 236l-1130 230l-305-141l-371-173l-36-196l364-221l-845-637l-1199-37l-1765 53l-815 878l-865 1003l-96 1222l124 563l294 1071l-202 847l-1854 553l-2495-500l-322-119l-182-142l-107-191l-3004 287l-3436 363l-455 247l-509 1302l-293 1117l-1095 1301l-474 82l-264-139l342-667l-1161-733l-469-169l-436-156l-323-3276l282-296l671-1563l87-1073l-87-509l-1600-1927l-1213-1186l-7 95l-24 155l-296 1238l-423 411l-792-438l-604-531l-273-274l-325-428l-346-527l-810-1494l-1149-135l-602 557l-4013-488l-539-1016l71-71l328-352l375-423l256-424l320-615l231-799l894-4497l81-544l29-214l-7-231l-29-173l-26-72l-171-461l-20-55l-64-280l8-262l40-209l96-240l1031-2101l1168-1957l508-1293l29-87l1-334l-277-158l-268-80l-339 64l-244 358l-269-49l12-296l72-423l23-77l92-285l170-385l198-313l264-336l302-285l616-462l585-408l3771-3417l1465-719l1655 1122l614 140l2162 1020l1898 903l-340 820z"/>
<path id="8216" d="M-161475 225737l1057-226l3198 1702l-443 1322l-1183-16l-1184-16l-1494 1105l-650 2714l1181 2935l477 498l702 313l1818 801l767 302l271-657l1126-400l2086-323l555 679l265 1055l18 902l-43 552l-572 37l-863-145l812 2130l1594 4085l3304 1613l692 773l-843 3247l-400 730l-885 0l-983 3664l-216 2238l192 367l-333 577l-1100 1366l-1470 529l-1264 402l-365 1132l-465 681l-1752 2080l-139 83l-2778 1101l-45 15l-2101 93l-152 0l-1877-307l-127-34l-88-53l-507-341l-704-591l-155-108l-175-93l-761-283l-472-100l657-335l136-12l987 407l78-620l-368-2282l-954-312l-165 410l-2062-233l-1281-1271l-2856-1930l-912 204l-563 602l-463-99l-407-149l-2191-1770l-305-718l-203-46l-1788-404l-4849-1362l-534-605l119-282l364-633l940-46l-2446-2011l520-662l117-149l69-118l43-118l21-151l11-195l-52-471l0-561l59-680l79-403l77-321l67-206l65-134l61-109l86-84l92-82l97-55l95-47l149-33l115-22l233-28l163 6l178 38l332 104l263 76l264 75l231 42l236-2l235-46l296-112l333-225l214-252l166-289l96-248l90-405l85-766l85-358l87-158l218-215l194-140l478-232l236-54l199 13l145 13l292 76l585 167l227 3l176-46l42-11l37-10l246-104l522-382l472-368l373-336l155-182l282-359l480-637l207-304l170-288l65-131l59-151l88-330l262-1218l599-2021l467-1395l412-1084l65-168l44-108l102-202l508-990l242-461l150-263l293-512l1075-1784l2817-4394l44-49l101-109l90-75l83-54l101-51l173-85l278-103l1845-591l2271-1592l-351 1340l-42 918l0 93l18 89l53 93l69 57l854 588l1665 297l-11 75l-43 283zM-170959 237232l-870 843l702-405l1230-88l372 577l-2086 3494l-160 161l375 1806l1976 1987l419 540l122 635l-189 486l-968 961l-1093 51l-230 5l-246-13l-428-77l-762-221l-84-7l-62 25l-2326 1097l-383 445l93 378l1465 849l942 419l162-405l3216 454l1855 2314l759 2713l522 472l364 78l2405-204l1828-1741l1178-1618l414-605l146-2733l-410-1156l-1575-1746l-120-2109l-1260-2020l-1685-1816l-1621-1293l-3391-2627l-596 94z"/>
<path id="8221" d="M-139626 174260l544-1176l2076 261l429-542l2115-779l5895-1115l1382-788l1245 599l1806 2065l214 1040l145 1435l-3 573l-215 262l-2010 1597l-2281 1658l-203 508l-487 1168l-1135 20l-1153-259l-1262-293l-2034-1074l-512 306l-267 1554l-1074-87l-1677-1404l678-1169l1270-616l717-282l66-888l-905-1609l-722 224l-2054-588l-535-235l-53-366z"/>
<path id="8222" d="M-138829 162725l243 118l191 1934l-1256 658l-969 496l-474 783l-140 244l-103 215l-67 169l-29 90l1589 1544l932 461l152-230l447 295l-318 2727l-451 855l-544 1176l-979-343l-1269-28l43 468l-918 339l-2006 0l-446-43l725-2030l90-328l21-195l-9-67l-96-340l-81-126l-50-77l-251-191l-232-114l-311-95l-355-46l-269 3l-147 2l-658 9l-1003 2l-234-27l-206-44l-169-81l-199-136l-208-163l-54-71l-47-62l-93-187l-62-166l-12-201l34-224l61-202l128-227l190-166l166-84l210-87l412-157l94-40l100-53l149-133l80-161l37-165l9-222l-86-293l-140-304l-138-275l-1797-4784l-632-2397l-289-585l-56-128l-74-170l-59-200l-58-358l9-283l38-323l32-156l65-228l70-204l232-420l177-293l69-1264l1287-578l562-112l1177 132l754 528l1314 1364l2254 2803l352 1270l639 911l1401 1172l425-17l1084-84z"/>
<path id="8225" d="M-64992 174471l-1876 844l-538 292l57 517l615 1220l422 171l304-192l58 35l115 1038l-1475 1652l-388 109l-4112-67l-190-16l-2369-1154l-76-458l-687-733l-1323 571l-392 2063l172 891l-1393 690l-3465-583l-1124-385l-1022-1185l-181-221l-477-712l-140-129l-159-93l-242-65l-244 1l-240 71l-256 124l-163 150l-526 683l-94 202l-17 126l28 1067l63 368l-104 747l-1222 1112l-1748 1605l-535 1315l-158 974l-1475 831l-642-852l-1795-1616l-974-428l-2126-101l-53 13l-228 496l-4 27l-246 1696l23 44l115 281l53 151l44 316l3 169l-7 179l-502 1939l-148 506l-87 244l-2366 119l-200-5l-3389-841l-1314-717l-85-882l537-888l54-318l-89-310l-557-1351l-1854-1191l-3689-2515l-2076-2448l-113-1734l716-760l2836-1813l2365-1545l2096-1935l69-249l-711-1351l-978-1422l164-206l2016-460l1763-1909l-441-1570l434-1533l483-310l1171 16l341 950l50 156l-1 190l-85 383l146 175l950-326l216-217l275-277l0-509l-779-1404l-390-272l-929-544l-165-78l-28-776l517-2513l208-680l407-203l3148 102l603 48l959 129l536 446l953 6l1310-143l2006-603l686-375l2592-3323l-66-261l-924-1051l-139-584l85-84l646-570l1522-1150l1300-233l2225 263l2492 638l1674-186l722-854l283-604l-580-426l555 35l259 65l1456 439l536 203l26 631l318 289l1507 568l2302 241l783-346l1454 474l726 983l73 1074l-1197 2281l-293 391l-313-38l-122-104l-94-80l-245-98l-622-244l-175 231l-259 362l-449 1035l287 1845l1290 3821l657 132l238 79l552 298l178 314l-396 759l-1105 1191l-418 129l-358 52l-1660 2350l57 248l1330 646l449 910l-394 1311l-439 753l326 1370l868-250l1061-338l389-274l901 169l2518 967l786 967l200 507z"/>
<path id="8226" d="M-115945 165141l43 2077l-759 1011l-906 888l-686 216l-391-127l306-947l-497-776l-521-307l-1140 823l-704 603l-169 851l149 144l94 89l413 1194l166 1910l-369 932l-108 151l-138 85l-236 39l-314-99l-157-44l-165 0l-209 63l-560 371l-358 951l104 787l775 695l647 292l1931 55l191-16l141-38l92-44l65-42l76-61l2371-2242l2606-2441l1911-1481l-607-1206l-784-637l228-751l1818-2939l1507-587l509-101l1877 844l133 188l-199 259l13 47l71 44l260 102l1254-57l76-18l528-280l107-146l461-1076l32-81l11-62l-3-73l1376-1495l1111 189l-483 310l-434 1533l441 1570l-1763 1909l-2016 460l-164 206l978 1422l711 1351l-69 249l-2096 1935l-2365 1545l-2836 1813l-716 760l113 1734l2076 2448l3689 2515l1854 1191l557 1351l89 310l-54 318l-537 888l-1701-591l825 1347l331 399l49 489l-3894 4398l-2453 2686l-1944 406l-1724 344l-1504 353l77 395l339 1373l226 510l-1682 726l-180 18l-512 51l-1267-915l-1833-1356l-1016-499l-1674-41l-1708-543l-569-373l-315-1186l276-66l-59-234l-1007-1198l-846-944l-1201 680l-483 554l-1918-290l-594-485l-526-488l-826-261l-1450-435l-855 188l-3268-1546l340-820l-1898-903l-2162-1020l-614-140l-1655-1122l60-136l78-248l17-143l16-144l-24-286l-127-391l-128-263l-215-271l-207-167l-239-136l-963-363l-269-147l-221-197l-124-195l-80-255l-16-52l-25-344l18-189l11-107l99-290l115-208l125-189l172-192l550-461l284-198l32-22l238-169l167-123l293-218l292-269l295-330l225-310l236-375l247-483l128-380l29-96l73-243l79-269l42-202l47-269l33-343l10-372l2-361l-48-433l-277-1758l121-896l446 43l2006 0l918-339l-43-468l1269 28l979 343l53 366l535 235l2054 588l722-224l905 1609l-66 888l-717 282l-1270 616l-678 1169l1677 1404l1074 87l267-1554l512-306l2034 1074l1262 293l1153 259l1135-20l487-1168l203-508l2281-1658l2010-1597l215-262l3-573l-145-1435l-214-1040l-1806-2065l-1245-599l-1382 788l-5895 1115l-2115 779l-429 542l-2076-261l451-855l318-2727l-447-295l-152 230l-932-461l-1589-1544l29-90l67-169l103-215l140-244l474-783l969-496l1256-658l-191-1934l-243-118l82-217l950-848l246-171l546-60l998-1225l-167-1263l-854-4304l-262 3l-417 50l-115-107l-55-89l-46-158l-7-1035l261-560l4225-1105l1965-465l976 262l77 101l225 2474l-235 1108l-609-102l-214 146l-46 1821l94 415l1177 3821l1597 1416l2464 808l596 151l2089 348l3365 1509l2711-670l371 40l896 322z"/>
<path id="8231" d="M-132006 238678l-758 330l-407 56l-162 6l-1990-441l-1159-596l-430-263l-290-344l-2-494l142-26l141-47l190-93l331-263l57-78l527-859l41-74l19-79l15-556l-18-898l-381-1506l-392-663l-272-16l-174-11l-307-700l54-453l146-393l1393-746l7190-758l722 297l234 164l188 188l323 516l-215 1011l-109 353l-404 752l1300 758l1388 954l984 2462l-118 421l-2285 634l-428 466l-196 1503l-1998 1270l-1411 330l-229-346l106-93l89-133l48-184l18-183l-22-175l-79-180l-180-212l-648-753l-582 145z"/>
<path id="8235" d="M-147351 240297l682 134l1117 618l564 341l472 842l-117 235l-919 14l-18 100l-87 503l968 1209l594 33l217-17l189-54l138-101l117-121l138-247l117-239l97-268l63-196l92-431l24-110l242-711l62-149l33-49l40-45l97-84l84-51l3797-1685l406-135l1027 575l218 486l1271 768l780 256l2346-681l166-678l-275-948l-155-403l758-330l957 2388l418 1433l32 108l35 87l30 69l64 111l77 95l26 32l213 204l2334 1810l1750 493l1463 38l-364 482l900 951l968 762l3573 3683l-963 3197l-908 1413l-327-146l-758 284l-2804 2690l-709 2260l-57 969l52 329l499 70l227 1739l-638 1565l-2375-968l-834 0l-172 836l760 4536l-96 1240l-204 1588l98 578l551 261l434 19l-1111 2100l-346-376l-932 268l92 1108l-458 732l-2378 26l-975-669l-2505-1332l-1399 395l-2132-517l-582-826l26-513l509-838l1301-1186l-2348-1956l-1475-2623l-2752-1879l-812 40l-1308-272l-2574-1524l-808-965l-1858-1911l-668-617l-775-359l1470-529l1100-1366l333-577l-192-367l216-2238l983-3664l885 0l400-730l843-3247l-692-773l-3304-1613l-1594-4085l-812-2130l863 145l572-37l43-552l287 645l969 1225l3534 19l767-19z"/>
<path id="8236" d="M-118504 214543l-217 2315l427 784l1018 665l641 605l1039 1215l853 1516l947 3989l126 1937l-98 77l-527 338l-835-7l-117-127l-136-73l-550-212l-942-80l-42 217l-35 181l-243 1578l1178 4570l443 1274l344 587l-1269 311l-413 154l-234 156l-185 191l-143 271l-1122 2636l778 735l76 20l296 849l-37 312l-610 1285l-1809 1246l-1510-41l-347-755l-562 94l-323 120l-1718 1776l-245 294l-1463-38l-1750-493l-2334-1810l-213-204l-26-32l-77-95l-64-111l-30-69l-35-87l-32-108l-418-1433l-957-2388l582-145l648 753l180 212l79 180l22 175l-18 183l-48 184l-89 133l-106 93l229 346l1411-330l1998-1270l196-1503l428-466l2285-634l118-421l-984-2462l-1388-954l-1300-758l404-752l109-353l215-1011l-323-516l-188-188l-234-164l-722-297l-7190 758l-1393 746l-146 393l-54 453l307 700l174 11l272 16l392 663l381 1506l18 898l-15 556l-19 79l-41 74l-527 859l-57 78l-331 263l-190 93l-141 47l-142 26l2 494l290 344l430 263l1159 596l1990 441l162-6l407-56l155 403l275 948l-166 678l-2346 681l-780-256l-1271-768l-218-486l-1027-575l-406 135l-3797 1685l-84 51l-97 84l-40 45l-33 49l-62 149l-242 711l-24 110l-92 431l-63 196l-97 268l-117 239l-138 247l-117 121l-138 101l-189 54l-217 17l-594-33l-968-1209l87-503l18-100l919-14l117-235l-472-842l-564-341l-1117-618l-682-134l-736-562l-394-420l-706-1852l1875-984l1196-590l581-513l75-68l68-89l141-273l475-1078l721-2788l1357-1700l103-887l-858-561l-442-1353l200-753l48-138l63-147l264 139l474-82l1095-1301l293-1117l509-1302l455-247l3436-363l3004-287l107 191l182 142l322 119l2495 500l1854-553l202-847l-294-1071l-124-563l96-1222l865-1003l815-878l1765-53l1199 37l845 637l-364 221l36 196l371 173l305 141l1130-230l858-236l-19-1397l-92-1106l40-169l2265 141l691 392z"/>
<path id="8237" d="M-128865 275984l635 37l3068 2800l984 1013l506 837l-1315 731l-1493 442l-488 464l-1019 1368l-401 601l-32 54l-19 61l3 87l39 179l445 1058l-364 321l-447 1046l-375 1221l103 973l-67 258l-1024 508l-505 2l-3893-2020l-526-696l-2275 285l-2958 51l-437-369l-1178-527l-4664 179l-2731 2047l630 1825l-1114 1974l838 1667l726 171l-139 472l-436 1476l-2654 15l-1646-168l-3001-1032l-2370-1367l-223-490l-244-3160l381-1056l-447-552l-589-304l-804-245l-370-71l-614 699l-554 1515l331 748l-144 325l-1101 786l-3444-3554l-633-1620l727-2065l354-1050l456-1425l305-1424l280-3837l-329-790l-427-264l-1015 254l-1343-892l-466-633l-653-2126l220-2718l578-1280l535-2675l-486-432l-711-1681l-73-197l141-163l316-58l556 274l472 100l761 283l175 93l155 108l704 591l507 341l88 53l127 34l1877 307l152 0l2101-93l45-15l2778-1101l139-83l1752-2080l465-681l365-1132l1264-402l775 359l668 617l1858 1911l808 965l2574 1524l1308 272l812-40l2752 1879l1475 2623l2348 1956l-1301 1186l-509 838l-26 513l582 826l2132 517l1399-395l2505 1332l975 669l2378-26l458-732l-92-1108l932-268l346 376z"/>
<path id="8311" d="M-199392 322203l1776 1799l246 397l2094 3409l-607-109l-244 192l129 421l1000 595l989 29l966-147l547-343l450 203l105 641l94 1792l-651 5852l-1303 2699l-1056 828l-837 258l-859-35l-670-1028l-82-299l90-764l483-1021l218-136l223 339l102-5l189-700l115-1190l-3116-2938l-935-72l-526 569l-1060 408l-1660-780l-873-827l-943-104l-2112-124l-469 434l256 557l-384 299l-556 388l-663 434l-1925-82l-740-409l-351-406l1353-3340l1927-3419l441-749l1727-288l265 95l-96 525l1673 1553l801 247l584-522l865-919l187-453l371-1041l46-1082l237-790l1425-1017l744 176z"/>
<path id="8315" d="M-199392 322203l-744-176l-1425 1017l-237 790l-46 1082l-371 1041l-187 453l-865 919l-584 522l-801-247l-1673-1553l96-525l-265-95l-1727 288l-441 749l-1927 3419l-1353 3340l351 406l740 409l1925 82l663-434l556-388l384-299l-256-557l469-434l2112 124l943 104l873 827l1660 780l1060-408l526-569l935 72l3116 2938l-115 1190l-189 700l-102 5l-223-339l-218 136l-483 1021l-90 764l82 299l670 1028l859 35l837-258l1056-828l1303-2699l651-5852l-94-1792l-105-641l-450-203l-547 343l-966 147l-989-29l-1000-595l-129-421l244-192l607 109l-2094-3409l-246-397l2474 158l99 1l151-5l4791-325l916-498l1466-118l1145 179l214 170l287 222l1449 215l802 63l606-16l921-615l844 54l2432 2859l1302 2010l258 1066l640 433l344-152l1518 847l2717 1751l1860-1094l498-14l2034 355l3507 491l564-142l704 232l309 471l-55 829l-500 1049l-1318 800l1181 1177l3039 3005l1796 1075l2198 1390l59 63l2085 3179l30 71l-103 2416l-834-16l-84 0l-113 16l-84 32l-1165 445l-343 251l-1063 586l-72 29l-193 19l-1271 52l-3457-463l-2407-1092l-55-96l-63-52l-237-64l-1468 164l-579 360l-473 298l-1500 2327l-2125 4306l671 1489l580 970l-2182 45l-3070-1224l-4036-3808l-329-911l-329-961l-214-922l73-433l-45-456l-438-1071l-431-748l-555-304l-281-14l-351-16l-1096 273l-483 146l-677 330l-749 959l322-1231l45-922l-341-421l-453-288l-2023 78l-703-249l-2372-1410l-3412-244l-319 14l-233 186l-49 728l-119 467l-1417 2173l-2251 2173l-5349 3692l-566-22l-2889 274l-4819 1196l-1751 1172l-858 640l-587 222l-395-315l92-1646l-653-101l-1605 282l-961 230l-320 786l-523 804l-848 1194l-406 23l-878-2771l-96-345l-42-277l-32-317l-7-245l21-275l35-202l29-145l54-233l84-245l113-311l1297-3069l568-1284l184-281l107-213l111-293l68-297l44-289l21-307l8-303l-17-363l-12-224l-38-199l-71-267l-100-253l-72-201l-50-169l-50-205l-25-206l-15-152l6-214l22-253l21-190l34-191l43-206l63-166l70-142l101-161l140-141l150-120l161-94l145-67l164-78l160-78l149-79l157-98l125-119l61-92l108-175l70-176l117-354l43-175l38-188l28-312l7-535l0-205l0-494l-34-562l1-241l28-233l47-206l101-316l115-281l106-192l148-217l318-339l1015-1051l177-199l221-269l737-1223l116-213l80-210l40-188l49-299l0-184l-26-290l-76-446l-147-578l-168-554l-426-970l-149-287l-207-361l-217-287l-981-1291l-107-138l-255-319l-428-499l-122-130l-188-265l-97-158l-61-138l-46-137l-1-8l-7-80l-4-62l3-83l292-4785l502-1404l172-363l72-154l111-363l19-109l29-315l2-232l-46-485l-85-423l676 577l1646 459l548 19l218-397l1114-198l4033-290l807 544l1087 279l2733-253l419 531l41 61l41 119l180 911l1833 1612l2490 1302l180 261l160 262z"/>
<path id="8316" d="M-172614 310295l-1891 1117l-1363 1003l-180 635l-795 2851l127 821l639 1129l437 192l737 1762l-168 1999l-1404 681l-1105 1956l-552 2371l154 879l827 1293l676 719l-344 152l-640-433l-258-1066l-1302-2010l-2432-2859l-844-54l-921 615l-606 16l-802-63l-1449-215l-287-222l-214-170l-1145-179l-1466 118l-916 498l-4791 325l-151 5l-99-1l-2474-158l-1776-1799l-160-262l-180-261l-2490-1302l-1833-1612l-180-911l-41-119l-41-61l-419-531l-2733 253l-1087-279l-807-544l-4033 290l-1114 198l-218 397l-548-19l-1646-459l-676-577l168-1026l1724-3696l109-192l3084-4667l124-187l231-302l209-240l214-212l210-147l101-59l313-186l130-105l111-91l223-258l114-164l78-163l95-249l833-2820l207-710l1039 100l2561 1408l1154 592l1620-171l1067 283l601 510l1870 1231l1111-1011l1298 94l4095 1681l33 614l1719 723l3523 835l347 24l1539-843l88-325l-638-869l75-438l1766-1012l3693 923l1202 553l581 1140l939 424l844-166l1247-837l1353-1152l510-7l599 501l982 3524l-112 1036z"/>
<path id="8317" d="M-184569 252381l-940 46l-364 633l-119 282l534 605l4849 1362l1788 404l203 46l305 718l2191 1770l407 149l463 99l563-602l912-204l2856 1930l1281 1271l2062 233l165-410l954 312l368 2282l-78 620l-987-407l-136 12l-657 335l-556-274l-316 58l-141 163l73 197l711 1681l486 432l-535 2675l-578 1280l-220 2718l653 2126l466 633l1343 892l1015-254l427 264l329 790l-280 3837l-305 1424l-456 1425l-354 1050l-727 2065l633 1620l3444 3554l336 327l574 910l154 323l214 696l18 77l538 3082l-598 892l-270-74l-222-38l-195-11l-293 17l-330 32l-1310 135l-401 125l-171 184l-192 239l95 222l162 373l464-94l33 1212l-42 1136l-123 1479l424 2522l386 917l941 483l19 1026l-153 1279l-847 928l-528 4l-661 983l-217 353l-682-520l-2044-1207l-199 81l-269 579l97 1057l-664 1041l-571 352l-786-308l169-459l-612-978l-876-675l-628-461l-517-169l112-1036l-982-3524l-599-501l-510 7l-1353 1152l-1247 837l-844 166l-939-424l-581-1140l-1202-553l-3693-923l-1766 1012l-75 438l638 869l-88 325l-1539 843l-347-24l-3523-835l-1719-723l-33-614l-4095-1681l-1298-94l-1111 1011l-1870-1231l-601-510l-1067-283l-1620 171l-1154-592l-2561-1408l-1039-100l715-2894l52-1118l31-248l57-228l88-242l133-244l117-165l91-101l343-328l150-120l126-82l586-234l242-78l1042-359l317-147l240-131l93-73l194-173l62-75l154-221l39-65l41-70l50-125l93-316l37-226l18-253l-26-238l-120-616l-168-770l-282-1292l-40-204l-47-252l-157-1587l-20-657l-2-627l45-364l94-437l122-396l118-338l426-973l156-353l295-679l1482-3488l105-355l54-271l117-632l80-1021l42-1500l0-100l29-115l2-7l84-148l124-149l97-110l251-189l230-128l302-154l122-61l198-99l266-123l318-159l216-141l106-97l78-112l52-86l162-313l68-153l174-546l82-322l17-104l6-38l6-106l21-421l73-3780l-1-363l-42-357l-74-529l-167-722l-23-193l-17-194l-2-201l20-338l30-153l36-135l83-190l99-174l231-305l667-1023l764-1179l130-205l122-199l133-251l193-376l202-728l257-961l85-248l52-105l110-187l60-78l144-134l87-67l127-68l126-52l217-87l713-260l236-101l1537-812l188-119l287-267l516-568l3759-4369l714-830l237-305l2446 2011z"/>
<path id="8325" d="M-130631 290045l-233 1760l-521 1838l-1023 558l-1551 1060l-18 178l894 456l488-7l533 301l30 300l0 7l-119 364l-2444 1181l-546 44l-312-30l-417-147l-1559 1240l30 561l778 587l532-23l882-37l339 347l1584 2527l202 698l-349 674l-435 104l1398 7128l358 972l191 212l341 305l142 41l131-29l274-104l770 496l158 603l33 678l-503 867l-453 323l-476 227l-523 171l-304-243l-784-41l-129 23l-4028 2307l-3301 2430l-1011 1196l155 794l116 214l118 184l-688 446l-888-99l-1134-1021l-1883-3754l-224-3026l-1557-2974l-3673-1441l-2344-376l-142 390l174 461l-787 746l-1512-469l-1928-351l-1615 841l-1937 457l-3369-796l-332-412l217-353l661-983l528-4l847-928l153-1279l-19-1026l-941-483l-386-917l-424-2522l123-1479l42-1136l-33-1212l-464 94l-162-373l-95-222l192-239l171-184l401-125l1310-135l330-32l293-17l195 11l222 38l270 74l598-892l-538-3082l-18-77l-214-696l-154-323l-574-910l-336-327l1101-786l144-325l-331-748l554-1515l614-699l370 71l804 245l589 304l447 552l-381 1056l244 3160l223 490l2370 1367l3001 1032l1646 168l2654-15l436-1476l139-472l-726-171l-838-1667l1114-1974l-630-1825l2731-2047l4664-179l1178 527l437 369l2958-51l2275-285l526 696l3893 2020z"/>
<path id="8326" d="M-165032 311962l332 412l3369 796l1937-457l1615-841l1928 351l1512 469l787-746l-174-461l142-390l2344 376l3673 1441l1557 2974l224 3026l1883 3754l1134 1021l888 99l688-446l1251 1668l952 1317l478 1815l-1045 1927l829 1186l876 1164l497 2588l-361 15l-690-56l-754-59l-87 286l-988 2006l-1542-68l-1184 835l-153 992l344 3534l2334 3796l1173 1606l-269 464l-548 1029l-73 187l-204 1317l7 756l-614 1763l-424 423l-1065-206l-2343-638l-366 371l-141 1318l-515 935l-2995 1124l-406-285l1494-1173l46-304l-1705-4487l-589 137l-1935-240l-148-233l18-626l215-555l-33-436l-632-400l-1400-832l-464 353l103-2416l-30-71l-2085-3179l-59-63l-2198-1390l-1796-1075l-3039-3005l-1181-1177l1318-800l500-1049l55-829l-309-471l-704-232l-564 142l-3507-491l-2034-355l-498 14l-1860 1094l-2717-1751l-1518-847l-676-719l-827-1293l-154-879l552-2371l1105-1956l1404-681l168-1999l-737-1762l-437-192l-639-1129l-127-821l795-2851l180-635l1363-1003l1891-1117l517 169l628 461l876 675l612 978l-169 459l786 308l571-352l664-1041l-97-1057l269-579l199-81l2044 1207l682 520z"/>
<path id="8327" d="M-115214 320396l172 755l470 1028l634 399l608 215l1182 1736l4 460l-683 733l-833 200l-2088 109l-133-377l-384-99l-282 185l-164 339l-61 707l113 320l1141 1169l668 82l381-393l519 5l1666 1081l843 551l467 855l46 1562l-38 5914l-113 874l-114 605l-253 268l-2760 1292l-568-257l-817-991l-5458 2172l-295 173l-1061 1347l-2 151l-4 468l-939 1203l-766 272l-1141-166l-621-731l-30-941l75-1515l11-74l40-56l328-173l40-45l36-91l30-117l26-300l-12-149l-91-311l-173-379l-117-255l-108 48l-1017 868l-318 520l-194 1891l-3894 1126l-194 51l-191 23l-248-5l-188-23l-256-53l-1006-399l-725 935l-838 1612l-176 602l-365 840l-1063 325l-1585 300l-1182-975l-1173-1606l-2334-3796l-344-3534l153-992l1184-835l1542 68l988-2006l87-286l754 59l690 56l361-15l-497-2588l-876-1164l-829-1186l1045-1927l-478-1815l-952-1317l-1251-1668l-118-184l-116-214l-155-794l1011-1196l3301-2430l4028-2307l129-23l784 41l304 243l523-171l476-227l453-323l503-867l-33-678l529-115l416-266l-19-1201l420-914l1014-76l1829-121l524 290l1083 1269l2256 3070l580 1894l993 1458l1181 524l1999 588l870 145l1214-359z"/>
<path id="8335" d="M-137512 366788l-311 3l-121-26l-284-466l-12-43l2-79l6-30l1062-1514l1243-723l995-288l618 1518l-520 1189l-2481 430l-197 29zM-106204 339480l-701 612l-59 52l-24 44l-214 396l-20 46l-29 1057l203 143l306-88l283-80l747 191l4397 2052l56 49l269 281l-194 1929l-197 593l-1036 776l-811 462l-179 398l685 1214l-769 639l-462-5l-664-63l-1098-1094l-215-764l-321-220l-562-77l-371 314l-206 393l362 1807l136 376l266 128l97 56l177 133l40 674l-371 1523l-528 590l-396-683l-65-84l-21-27l-141-64l-1487-330l-72 4l-55 17l-343 499l-245 393l-29 111l0 138l19 101l67 123l74 85l2596 2844l422 406l402 322l354 253l385 270l2955 2010l198 102l203 66l239 35l160 11l860 268l1485 1226l112 117l48 69l13 19l30 46l2473 5167l85 196l45 164l381 1671l-10 166l-113 129l-321 177l-149 76l-130 35l-131-20l-130-64l-5-4l-149-60l-215-65l-303-91l-496-103l-512-81l-59 128l-73 165l4 814l26 194l-201 77l-633-124l-3534-1337l-222-93l-450-333l-259-243l-339-322l-421-240l-580-164l-2742-605l-2278-299l-342 15l-1502 573l-1523 786l-823 732l-2185 1137l-3101 846l-440-33l-3208-3738l132-1762l525-180l397 46l101 100l87 87l-44 338l628-23l19-2l192-264l-259-817l-187-178l-1836-708l-920-341l-1555-1656l-337-954l-801 282l-2025 1792l-86 1214l1631 287l489 246l702 735l164 259l27 65l-27 51l-1054 1890l-144 28l-199 16l-123-32l-320-129l-3729-1848l-1699-4140l264-963l573-677l502-261l785 53l178-174l-101-537l-936-1007l-436-192l-598-263l-666 445l-1215-1391l-977-1430l-1246-1522l-51-27l-63-3l-60 13l-413 175l-17 16l-27 42l-274 897l-17 145l0 198l24 46l238 265l35 67l155 1090l0 36l-6 33l-16 33l-40 50l-772 775l-741 701l-177-64l-118-96l-597-881l14-1227l94-1069l-427-1460l424-423l614-1763l-7-756l204-1317l73-187l548-1029l269-464l1182 975l1585-300l1063-325l365-840l176-602l838-1612l725-935l1006 399l256 53l188 23l248 5l191-23l194-51l3894-1126l194-1891l318-520l1017-868l108-48l117 255l173 379l91 311l12 149l-26 300l-30 117l-36 91l-40 45l-328 173l-40 56l-11 74l-75 1515l30 941l621 731l1141 166l766-272l939-1203l4-468l2-151l1061-1347l295-173l5458-2172l817 991l568 257l2760-1292l253-268l973 176l1930-49l404-307l1204-350l579 233l7 266l-108 100z"/>
<path id="8336" d="M-185880 348100l-568 450l-854 1037l-206 2367l54 1011l166 899l93 705l-7 332l-21 654l-87 346l-830 426l-348-75l-551 20l-488 510l-96 157l-111 183l-108 717l-304 2789l275 340l694 1352l-71 1191l-218 470l-360 580l-248 375l-65 94l-377 339l-988 725l-68 35l-90 15l-505-35l-1165 220l-511 263l-825 839l160 734l-11 491l-352 472l-786 455l-419 35l-616 43l-767-161l-188 45l0 640l24 755l340 1675l794 1366l384-12l510 400l151 584l-120 625l-547 568l-131-119l-114-67l-116-49l-175-53l-144-18l-1208-80l-3603 4l-96 12l-77 33l-55 44l-62 89l-218 470l-64 204l-40 143l-83 495l-36 174l-58 129l-79 117l-98 116l-1087 1170l-148 110l-337 163l-465 175l-2458 880l-4197 1027l-276 15l-189 5l-331 0l-190-4l-167-25l-301-64l-138-42l-140-43l-143-57l-274-153l-133-94l-1218-1213l-80-96l-1004-1375l121-199l130-213l51-80l1571 257l2032-155l52-11l31-29l13-33l195-537l6-51l-605-1179l-932-1100l-786-349l-252-106l-557-86l-150-20l-52 209l-143 396l-97 166l-84 97l-1078 815l-320 210l-174 72l-30-1l-770-38l-1104-2367l8-136l-19-169l-53-231l-68-168l-1698-3078l-170-231l-322-335l-1475-1233l-141-131l-115-127l-114-135l-717-948l-118-165l-154-247l-59-138l-44-139l-36-170l-376-3324l-11-100l11-134l16-103l86-235l100-163l105-127l249-251l14-14l1501-1258l131-124l137-178l160-265l97-183l102-260l74-238l52-260l34-268l14-202l0-348l-19-189l-24-127l-25-120l406-23l848-1194l523-804l320-786l961-230l1605-282l653 101l-92 1646l395 315l587-222l858-640l1751-1172l4819-1196l2889-274l566 22l5349-3692l2251-2173l1417-2173l119-467l49-728l233-186l319-14l3412 244l2372 1410l703 249l2023-78l453 288l341 421l-45 922l-322 1231z"/>
<path id="8337" d="M-154352 347654l464-353l1400 832l632 400l33 436l-215 555l-18 626l148 233l1935 240l589-137l1705 4487l-46 304l-1494 1173l-1449 438l-1182 1102l-1968 2291l-3052 5071l-487 2063l435 1000l4258 3180l45 17l397 25l3974-581l77-40l72-73l289-363l-70-235l-91-179l-196-383l-198-417l484-246l1307-596l1053-251l3086 211l1324 1430l262 330l67 117l34 116l5 117l-2 115l-32 149l-199 461l-121 273l-83 111l-133 126l-111 78l-169 83l-172 50l-218 40l-282 7l-167-11l-101-39l-64-72l-16-66l-12-57l18-121l79-83l94-28l169-16l204-42l110-61l100-107l41-132l0-187l-51-191l-90-179l-134-165l-49-53l-53-45l-85-42l-90-14l-99 0l-7 4l-61 38l-50 54l-623 877l-51 75l-20 87l-1 100l10 112l104 1158l13 132l38 197l92 316l73 175l316 611l29 87l4 117l-16 124l-19 52l-26 71l-82 161l-110 121l-1494 1533l-517 149l-694-276l-334-468l414-862l491-267l-310-629l-799-823l-1430-781l-1267-411l-437 103l-4526 3368l-13 577l217 454l504 1010l1004-46l96-25l62-64l179-252l310-89l362 818l-340 241l-290 164l-1423 438l-2371 648l-166 19l-163 8l-4273-291l-2981-396l-217-36l-85-23l-95-27l-200-81l-161-83l-128-95l-125-116l-1663-1588l-110-169l-57-115l-44-152l-33-195l0-159l17-203l81-425l32-241l-21-260l-67-155l-197-202l-173-130l-149-103l-139-55l-196-62l-1812-453l-85-16l-3037-424l-8105 3614l-109 60l-104 76l-98 100l-118 134l-168 295l-89 205l-38 109l-33 145l-146 655l-36 139l-50 131l-88 143l-87 123l-109 107l-136 105l-161 103l-140 70l-127 34l-121 22l-4646 632l-231 31l-68-6l-256-23l-220-46l-119-47l-9-6l-99-80l-246-201l-118-81l-264-116l-175-54l-147-23l-2950-197l-122 4l-100 40l-157 104l-106 99l-71 122l-238 729l-72 127l-31 31l-63 60l-97 58l-129 21l-107-6l-103-25l-1497-375l-211-72l-205-107l-199-139l-166-157l-150-196l-96-196l-43-138l-22-146l-13-169l23-149l24-112l34-102l63-111l151-326l25-97l0-121l-15-144l-40-187l-44-180l-233-613l-63-133l-109-153l-617-575l547-568l120-625l-151-584l-510-400l-384 12l-794-1366l-340-1675l-24-755l0-640l188-45l767 161l616-43l419-35l786-455l352-472l11-491l-160-734l825-839l511-263l1165-220l505 35l90-15l68-35l988-725l377-339l65-94l248-375l360-580l218-470l71-1191l-694-1352l-275-340l304-2789l108-717l111-183l96-157l488-510l551-20l348 75l830-426l87-346l21-654l7-332l-93-705l-166-899l-54-1011l206-2367l854-1037l568-450l749-959l677-330l483-146l1096-273l351 16l281 14l555 304l431 748l438 1071l45 456l-73 433l214 922l329 961l329 911l4036 3808l3070 1224l2182-45l-580-970l-671-1489l2125-4306l1500-2327l473-298l579-360l1468-164l237 64l63 52l55 96l2407 1092l3457 463l1271-52l193-19l72-29l1063-586l343-251l1165-445l84-32l113-16l84 0l834 16z"/>
<path id="8415" d="M-97395 265432l719 922l1286 2674l450 443l768 275l4398 147l862 0l483-1386l814-314l535 474l94 97l38 67l19 87l15 149l-1 465l-184 1291l-429 936l647 866l3406 878l1518 64l585-20l1493-213l280-597l348-297l1768-263l977 302l1675 1270l221 369l-58 154l-855 1102l2277-17l1916-40l1166-1028l1407-1125l316-103l719 94l204 224l199 2075l243 4296l717 966l1205 1455l1826 3616l157 637l-76 327l-1833 2401l-1031-276l-1022-94l-926 321l-31 462l71 1252l49 302l342 57l912-62l184 528l-834 2532l-420 1187l-539 1305l-1457-579l-1846 1571l-106 419l785 2431l-2525 1135l-357 376l51 1077l701 17l782 122l26 861l-50 586l-125 236l-2613 1131l13 1080l541 993l22 740l-89 445l-782 1045l-1335 752l-156-143l289-476l-268-431l-207-330l-3165 614l-1673 688l-615-4l-314-297l-1271-1930l-504-1169l-1060-1389l263-358l-1392-1112l-1543-765l-682-971l-547-861l-1701-579l-520 713l-567 482l-831 156l-1706-453l-52-386l-608-905l-386-363l-512-178l-1039 749l-1357-2535l1660-527l1306 193l151-6l458-1036l-15-1545l-12-506l-235 163l-356-6l-916-320l-407-234l-1119-742l-524-982l840-757l127-834l-3277-420l-450-250l-418-1127l-115-643l280-878l949-896l643-1069l-1316-663l-272-183l-435-415l-104-366l-162-665l380-1076l1457-1332l-24-1206l-422-274l-476 36l-404-411l-48-214l411-761l2140-1099l-410-922l-417-346l-410-171l-12-535l66-922l83-464l1361-517l506 607l796-613l173-1290l-289-609l-187-387l-1320-579l-1635-1861l-118-1020l-18-354l470-2187l1303-224l2181 6z"/>
<path id="8416" d="M-101951 264049l1072 1601l-470 2187l18 354l118 1020l1635 1861l1320 579l187 387l289 609l-173 1290l-796 613l-506-607l-1361 517l-83 464l-66 922l12 535l410 171l417 346l410 922l-2140 1099l-411 761l48 214l404 411l476-36l422 274l24 1206l-1457 1332l-380 1076l162 665l104 366l435 415l272 183l1316 663l-643 1069l-949 896l-280 878l115 643l418 1127l83 206l-500 152l-2980 671l-792 74l-3484-991l-1540-534l-167-210l-89-121l-9328-2976l19-55l150-759l-410-612l-2531 451l-443 556l-2256-133l-14-582l-2088-483l-445-1058l-39-179l-3-87l19-61l32-54l401-601l1019-1368l488-464l1493-442l1315-731l-506-837l-984-1013l-3068-2800l-635-37l1111-2100l137-140l1297 487l190 748l477 476l2425 1192l669 262l413-108l787-2277l521-2355l2067-2728l4474-2558l1570 19l1724 277l1737 667l1547-673l990-767l274-25l546 85l517 463l294 184l248 16l362-1113l253-1152l640-1452l933-128l711 765z"/>
<path id="8417" d="M-125864 286199l14 582l2256 133l443-556l2531-451l410 612l-150 759l-19 55l9328 2976l89 121l167 210l1540 534l3484 991l792-74l2980-671l500-152l-83-206l450 250l3277 420l-127 834l-840 757l524 982l1119 742l407 234l916 320l356 6l235-163l12 506l15 1545l-458 1036l-151 6l-1306-193l-1660 527l1357 2535l15 904l-320 290l-2685 850l-1049-72l-1763 1166l90 1718l1135 795l2125 742l1751 854l405 837l-320 3408l-1563 4415l-345 391l-1699-1344l-1560-1286l-179 5l-390 548l-1241 332l-1856-337l-215-332l-2081-1216l-1713 582l-1507 2568l-204 709l-354 612l-733 277l-627 202l-685-8l-426 492l236 888l-1214 359l-870-145l-1999-588l-1181-524l-993-1458l-580-1894l-2256-3070l-1083-1269l-524-290l-1829 121l-1014 76l-420 914l19 1201l-416 266l-529 115l-158-603l-770-496l-274 104l-131 29l-142-41l-341-305l-191-212l-358-972l-1398-7128l435-104l349-674l-202-698l-1584-2527l-339-347l-882 37l-532 23l-778-587l-30-561l1559-1240l417 147l312 30l546-44l2444-1181l119-364l0-7l-30-300l-533-301l-488 7l-894-456l18-178l1551-1060l1023-558l521-1838l233-1760l505-2l1024-508l67-258l-103-973l375-1221l447-1046l364-321l2088 483z"/>
<path id="8421" d="M-34448 282465l-276 579l-202 1738l93 226l-98 1231l-2707 3335l-1527 1545l-4 5l-120 168l-86 146l-83 181l-19 165l30 190l86 178l744 976l74 35l119 13l190-57l84-64l12-85l-193-467l2-9l30-97l371-203l89 27l66 32l64 80l88 122l36 50l132 761l69 1110l-330-100l-665 432l-633 1077l-66 274l400 1189l-1317 1241l-853 192l-867 101l-1274-173l-950-772l259-553l781-98l86-29l98-56l85-80l364-793l-165-757l-1301-873l-601 570l-828 132l-3168-1256l-415-762l163-816l339-913l1442-517l2421-1727l2477-2149l512-1393l100-330l-372-275l-633 432l-549 480l-400 382l-488-63l-123-155l-44-89l-4-35l-76-1007l138-380l588-538l1854-1080l2014-861l840-351l1563-114l531-34l1035-39l968 755z"/>
<path id="8425" d="M-40330 263293l186 704l458 2162l166 1070l711 20l650-97l750-135l881-747l1049-215l667-58l878-31l417 575l1501 1647l2294 932l164 164l658 813l923 1188l1963 566l1618 441l88 12l195 12l123-27l214-99l75-60l54-88l386-714l75-51l70 76l2026 2814l33 193l122 894l-155 496l-23 149l60 160l374 415l568 276l213-27l219 544l500 1511l-381 369l-1285-5l-2387 1271l-820 832l-1230 1249l-1770 350l-492-133l-672-1585l-1355-64l-968 717l-1051 443l-806 272l-387 59l-401 11l-1264-99l-968-755l-1035 39l-531 34l-1563 114l-840 351l-2014 861l-1854 1080l-588 538l-138 380l76 1007l4 35l44 89l123 155l488 63l400-382l549-480l633-432l372 275l-100 330l-512 1393l-2477 2149l-2421 1727l-1442 517l-339 913l-163 816l415 762l3168 1256l828-132l601-570l1301 873l165 757l-364 793l-85 80l-98 56l-86 29l-781 98l-259 553l950 772l1274 173l867-101l853-192l1317-1241l-400-1189l66-274l633-1077l665-432l330 100l1207 2172l2350 4284l1376 2569l-85 1343l10 1522l65 1053l22 100l323 1141l38 72l1200 3325l931 3451l-250-202l-149 41l-994 612l-249 679l-69 82l-523 286l-1299 658l-141-31l-2528-679l-352-202l12-116l502 23l865 30l523-197l917-1359l-465-7055l-474-479l-1679-1064l-559-357l-1021-767l-1466-1562l-2296-72l-679-128l-300-89l-2101-2213l-16-597l-1122-62l-243 611l209 118l-208 507l-529 888l-1985 3032l-733-276l-372-336l-1439 407l-506 162l-874 296l-2144 2067l-1687 2456l244 1305l55 1602l-124 229l-700 395l-831 115l-4026 232l-1847-1629l-1432-1655l-205-229l-1372-590l-710-46l-936 520l210 407l-524 418l-1187 289l-1234-298l-1195-1425l-211-743l98-1008l-2114-1288l-634 8l-13-1080l2613-1131l125-236l50-586l-26-861l-782-122l-701-17l-51-1077l357-376l2525-1135l-785-2431l106-419l1846-1571l1457 579l539-1305l420-1187l834-2532l-184-528l-912 62l-342-57l-49-302l-71-1252l31-462l926-321l1022 94l1031 276l1833-2401l76-327l-157-637l-1826-3616l-1205-1455l-717-966l-243-4296l-199-2075l225-313l341-5l1578 125l1292 227l1846 1461l1476 184l397-314l566-999l378-621l1682-1898l1017-675l3346-241l180 646l1116 251l1213 127l1135-783l3346-2834l819-1566l468-1316l192-752l2457-776l1401-222l717 208z"/>
<path id="8426" d="M-44738 300650l16 597l2101 2213l300 89l679 128l2296 72l1466 1562l1021 767l559 357l1679 1064l474 479l465 7055l-917 1359l-523 197l-865-30l-502-23l-12 116l352 202l2528 679l141 31l1299-658l523-286l69-82l249-679l994-612l149-41l250 202l295 1099l715 2583l75 186l208 512l57 116l89 123l1378 1439l76 163l18 94l164 1099l242 2232l31 1321l-55 861l-50 419l-56 294l-342 1199l-353 151l-438 242l-10 216l52 174l63 117l682 810l-351 995l-360 376l-115 154l-435 583l-25 101l-373 1596l45 1493l-720 129l-853-600l-399-131l-1675 801l-125 281l104 287l-54 145l-923 1388l-260 300l-447 337l-537 369l-352-34l-1599-621l-311-181l138-1824l-110-65l-1519 15l-588 23l-1655 1207l-354-6l-1386-1085l-855-963l-929-823l-1175 56l-1308 181l-507 283l-439 609l-223 880l-626 699l-1212 761l-5131-562l129-1116l-193-270l-488-398l-898-337l-1496-91l-3111 16l-920 417l-1921 642l-1480 132l-353-44l-258-500l-321-655l-363-964l422-438l-22-234l-309-607l-473-729l-13-824l-2930-3678l-2389-2172l-2295-1595l-1874 254l-3535-1570l-2174-740l-1040 327l-1572-249l-753-236l-2054-2027l-554-938l-74-1134l-2423-1478l-903-442l1192-1209l686-375l343-506l1054-1742l388-777l-387-2522l-582-759l1-606l2142-1362l335-207l583-32l1060 1389l504 1169l1271 1930l314 297l615 4l1673-688l3165-614l207 330l268 431l-289 476l156 143l1335-752l782-1045l89-445l-22-740l-541-993l634-8l2114 1288l-98 1008l211 743l1195 1425l1234 298l1187-289l524-418l-210-407l936-520l710 46l1372 590l205 229l1432 1655l1847 1629l4026-232l831-115l700-395l124-229l-55-1602l-244-1305l1687-2456l2144-2067l874-296l506-162l1439-407l372 336l733 276l1985-3032l529-888l208-507l-209-118l243-611l1122 62z"/>
<path id="8435" d="M-81648 352827l2627-640l249 185l942 1817l70 154l-263 1550l-32 92l-98 170l-84 141l-141 140l-228 180l-149 81l-87 37l-140 40l-154 56l-141 83l-126 99l-274 267l-43 63l-311 783l698 1110l724 520l425 32l575-569l181-40l175-15l193 16l342 75l123 57l111 73l1503 993l-80 275l-540 1590l470 462l4571 363l373-121l367-538l2136 1226l4003 3644l2608 1028l478-367l99-54l92-25l995 183l1239 313l229 284l717 1823l421 1242l-364 786l-25 43l-639 983l-45 39l-1206 172l-1018 89l-805 1475l108 1233l-2638-209l-60 10l-32 28l-1138 1181l-554 807l-2375 1042l-75-141l-95-118l-109-87l-127-48l-151-20l-25-3l-54 2l-146 7l-8 1l-932 195l-106 31l-67 38l-5 3l-113 65l-112 42l-217 15l-680-51l-55-11l-587-277l-407-216l-51-44l-860-858l-438-716l-96-199l-746-1722l-65-170l-132-798l-7-108l-295-627l-686-1086l-108-136l-436-344l-289-115l-141-19l-156 20l-2920-593l-2068-1133l-129-48l-92-34l-1030-225l-174-36l-270 0l-350 84l-2440 591l-146 55l-67 21l-251 50l-241-29l-276-101l-8-3l-2598-1279l-175-91l-3486-2279l-388-336l-471-415l-455-453l-265-281l-774-1084l-167-318l-154-343l-74-284l-20-149l-20-149l21-601l21-293l-16-180l-55-131l-109-157l-260-213l-121-92l-123-93l-221-158l-4226-2374l-231-108l-159-56l-175-38l-92 0l-502 1l-1155-1532l-1283-1092l-871-416l-1974-1477l528-590l371-1523l-40-674l-177-133l-97-56l-266-128l-136-376l-362-1807l206-393l371-314l562 77l321 220l215 764l1098 1094l664 63l462 5l769-639l788 29l1840 255l1948 451l174 48l1005-523l1646-1187l1340-1502l2011-196l82 292l270 532l887 674l1076 54l758-406l550-539l1393 540l1735 2223l689 894l587 1129l1373 711l654-128l268-131z"/>
<path id="8436" d="M-29440 336285l-804 288l-157 78l-137 116l-102 115l-81 149l-67 183l-47 131l-31 137l-13 224l34 1011l38 202l86 211l64 150l112 176l142 137l135 114l149 93l983 564l54 89l8 26l28 116l1 163l-523 5697l-1549 1527l1878 3247l1174 1929l493 309l117 571l-1720 996l-1835 1022l-1226 845l427 958l531 930l2681 1231l31 82l-117 1165l-14 87l-289 844l-12 116l216 2193l41 147l209 551l73 143l301 326l240 212l230 150l550 361l97 524l-732 2478l-575 407l-1018 643l-1217 318l-986 1096l-259 1682l-202-129l-178-355l14-728l252-882l-821-1841l-402-635l-2346-598l-1733 396l-117 43l-1012 738l-538 747l-341 743l-150 521l-425 362l-829 133l-63 9l-2120-210l-199-81l-2352-1049l-84-46l-480-264l-102-92l-180-213l-55-93l-61-184l-32-52l-97-74l-158-92l-352-148l-44-14l-1651-390l-604 95l-63 17l-683 418l-97 64l-102 92l-98 106l-54 86l-47 122l-32 160l-50 687l-44 410l-34 81l-75 103l-682 716l-5332 5117l-3086 203l-479-122l-398-311l-151-586l-108-1233l805-1475l1018-89l1206-172l45-39l639-983l25-43l364-786l-421-1242l-717-1823l-229-284l-1239-313l-995-183l-92 25l-99 54l-478 367l-2608-1028l-4003-3644l-2136-1226l-367 538l-373 121l-4571-363l-470-462l540-1590l80-275l-1503-993l-111-73l-123-57l-342-75l-193-16l-175 15l-181 40l-575 569l-425-32l-724-520l-698-1110l311-783l43-63l274-267l126-99l141-83l154-56l140-40l87-37l149-81l228-180l141-140l84-141l98-170l32-92l263-1550l-70-154l-942-1817l-249-185l-2627 640l-591-4483l-390-206l-298 18l-245 208l-474-406l-474-1699l307-460l379-559l1235-1465l768-1898l49-336l-382-809l-138-357l186-884l1113-2430l160-126l2319 402l1778 379l625-309l1212-1380l260-340l343-1003l240-370l479-24l570 1002l293 750l327 617l636 568l1342-459l151-616l-197-981l-621-631l-97-407l404-919l688-162l1548-183l1338-33l473 729l309 607l22 234l-422 438l363 964l321 655l258 500l353 44l1480-132l1921-642l920-417l3111-16l1496 91l898 337l488 398l193 270l-129 1116l5131 562l1212-761l626-699l223-880l439-609l507-283l1308-181l1175-56l929 823l855 963l1386 1085l354 6l1655-1207l588-23l1519-15l110 65l-138 1824l311 181l1599 621l352 34l537-369l447-337l260-300l923-1388l54-145l-104-287l125-281l1675-801l399 131l853 600z"/>
<path id="8437" d="M-85633 306237l-583 32l-335 207l-2142 1362l-1 606l582 759l387 2522l-388 777l-1054 1742l-343 506l-686 375l-1192 1209l903 442l2423 1478l74 1134l554 938l2054 2027l753 236l1572 249l1040-327l2174 740l3535 1570l1874-254l2295 1595l2389 2172l2930 3678l13 824l-1338 33l-1548 183l-688 162l-404 919l97 407l621 631l197 981l-151 616l-1342 459l-636-568l-327-617l-293-750l-570-1002l-479 24l-240 370l-343 1003l-260 340l-1212 1380l-625 309l-1778-379l-2319-402l-160 126l-1113 2430l-186 884l138 357l382 809l-49 336l-768 1898l-1235 1465l-379 559l-307 460l474 1699l474 406l245-208l298-18l390 206l591 4483l-268 131l-654 128l-1373-711l-587-1129l-689-894l-1735-2223l-1393-540l-550 539l-758 406l-1076-54l-887-674l-270-532l-82-292l-2011 196l-1340 1502l-1646 1187l-1005 523l-174-48l-1948-451l-1840-255l-788-29l-685-1214l179-398l811-462l1036-776l197-593l194-1929l-269-281l-56-49l-4397-2052l-747-191l-283 80l-306 88l-203-143l29-1057l20-46l214-396l24-44l59-52l701-612l108-100l-7-266l-579-233l-1204 350l-404 307l-1930 49l-973-176l114-605l113-874l38-5914l-46-1562l-467-855l-843-551l-1666-1081l-519-5l-381 393l-668-82l-1141-1169l-113-320l61-707l164-339l282-185l384 99l133 377l2088-109l833-200l683-733l-4-460l-1182-1736l-608-215l-634-399l-470-1028l-172-755l-236-888l426-492l685 8l627-202l733-277l354-612l204-709l1507-2568l1713-582l2081 1216l215 332l1856 337l1241-332l390-548l179-5l1560 1286l1699 1344l345-391l1563-4415l320-3408l-405-837l-1751-854l-2125-742l-1135-795l-90-1718l1763-1166l1049 72l2685-850l320-290l-15-904l1039-749l512 178l386 363l608 905l52 386l1706 453l831-156l567-482l520-713l1701 579l547 861l682 971l1543 765l1392 1112l-263 358z"/>
</g><g>
<path id="9161" d="M72775 250233l92 918l-214 1029l-1826 4l-563 4l-933 688l-47 38l-727 826l-69 659l194 905l-595 187l-1312 561l-845 901l-113 21l-936-369l-342-211l-1500-2273l-2201-1274l-927-941l-115-258l-2262-2933l-1988-2175l379-1108l920-72l268 74l3018 760l2898 477l1883-489l272-126l279-1045l75-2151l-257-52l46-454l515-764l2536 1255l1294 1249l3286 1262l489 445l310 1886l-27 633l-310 934l-645 979z"/>
<path id="9162" d="M78233 307595l123 566l2272 46l3107-980l883 258l962 1221l-26 479l-51 191l-78 121l-139 146l-697 1219l-811 1940l1076 758l943-178l892-169l34-68l-337-273l-18-166l75-128l100-29l1967-72l151 2l306 945l-173 388l-661 529l-721 1073l321 1220l2337-425l987 1340l-693 3556l-2028 3057l-168 0l-1128-4l-904-256l-1678-613l-888-209l-2711-520l-2185 965l-543 1815l-2889 809l-337-64l-2214-2811l-86-917l-107-978l-649-2699l-339-258l-1635-376l-1091 196l-818 717l-331 127l-292 67l-204 12l-492 21l-446-414l-1804-3920l297-1224l26-97l1521-2657l868-170l1990-609l2330-854l2049-1025l152-1543l650-1247l3953 2169z"/>
<path id="9163" d="M116690 351546l794-564l609-2092l-7-129l-41-999l163-436l1625-1900l678-327l363-155l134-31l144 2l1209 559l141 354l1223 3329l67 184l50 180l15 163l8 166l-29 207l-35 174l-76 194l-280 641l-174 334l-1053 1547l-1540 224l-510-51l-1111-191l-2096-399l-107-40l-24-104l-140-840z"/>
<path id="9171" d="M181033 307506l-724 45l-309 42l-3140 442l-211 49l-230 76l-65 30l-97 48l-68 42l-74 50l-89 86l-63 78l-63 97l-61 122l-53 156l-34 226l-63 437l-343 965l-645 1494l-80 168l-39 52l-1026 1306l-81 73l-43 36l-64 49l-144 86l-122 59l-103 30l-95 15l-50 6l-50 6l-181 1l-181 1l-130 20l-168 51l-112 45l-102 58l-353 229l-254 175l-127 113l-49 55l-41 72l-26 54l-1019 2451l-1836 494l-526 717l-230-176l-2434 521l-279 97l-160 98l-605 516l-96 1058l391 603l203 931l246 1320l-2032 2648l-526-6l-3108-244l-3127-1757l-658-386l-275-195l-69-79l-40-88l-977-2917l-1899-4316l161-303l1081-1574l143-200l276-287l213 112l278-417l844-1680l147-435l306-5147l-1989-1667l-341-394l-39-123l5-141l235-959l326-805l106-152l151-151l158-101l137-46l1678-164l-57-1569l-745-1076l-238-300l-666-697l-893-3478l476-1023l1726-1179l693-140l702 553l1740 1082l2031 675l165-151l-153-1048l94-42l1035-295l561 63l926 1451l2127 536l1413 233l542-223l1562-322l115-7l159 31l1427 515l199 76l203 88l160 78l795 437l83 71l82 81l2953 3179l2009 2561l894 1672l-30 35l-40 55l-20 35l-23 730l239 502l1227 1636l489 483l174 164l189 159l235 164l200 129l164 90l99 46l110 39z"/>
<path id="9172" d="M164980 366434l469-129l983-1513l66-226l-5-258l-49-368l-48-161l1204-3126l2504-466l1271-1625l216-288l300-186l320-109l353-59l595 17l462 42l402 243l192 29l1480-52l156-48l366-210l-1385-3082l-2597-323l-1598-105l-219-25l-222-141l-1940-1732l-78-78l-637-1327l-85-215l-241-805l-117-1558l2-439l446-2761l500-987l712-1285l1278 481l2499 276l5195 384l143-42l475-727l19-75l63-419l-16-101l-87-122l-122-113l-765-613l-147-28l-115 61l-96 122l-143 53l-143-27l-178-117l-499-532l-82-96l-249-730l-273-2895l223-223l817-238l308 550l714-258l172-1975l10-450l-259-389l2600 536l194 59l196 92l146 101l130 122l1734 2488l1944 3253l857 1815l478 1012l3 5l433 696l1210 1767l37 432l16 331l-38 203l-21 64l-39 112l-59 103l-2332 3996l-1427 1966l-1327 1775l-112 166l-62 120l48 36l985-154l133 347l152 399l-631 1856l-413 308l-617 156l-532 672l-622 1257l-22 108l-7 57l11 59l16 65l54 99l33 38l100 95l1499 1293l230 77l1886 74l2403 30l290-112l802-597l459-960l682-115l377 188l1722 887l2722 2740l-109 903l-82 677l315 1147l1257 2206l149 376l11 30l74 322l-133 712l-210 284l-296 197l-174 73l-103 80l-363 387l-79 102l-152 217l-1068 1844l-1008 1990l658 2370l-11 551l-1183 1615l-529 887l-6 356l757 579l358 328l34 311l112 1920l76 1303l-2947 3178l-1051-1387l-1205-741l-307 74l-117 1044l-369-19l-4467-2342l-1870-1708l-2671-2173l-2444-1245l-775-316l-648-562l-377-331l-861-1364l-371-1112l894-2424l1090-1129l466-177l711 192l83-263l-2692-2268l-644 57l-702-662l-1064-1419l57-148l107-123l121-82l95-26l426-118l666-488l233-768l142-470l-221-301l-2441 134l-2502-203l-1481-595z"/>
<path id="9173" d="M84100 341731l723 1007l1079 483l125 85l155 148l98 159l94 222l34 176l240 2052l-577 1260l-1831 2994l-407-136l-756 1346l1549 1035l252 50l329 17l447-61l222-70l126-34l136 15l126 83l350 366l764 1812l0 155l-47 176l-171 231l-176 167l-405 328l-463 2484l470 725l108 241l540 1947l-467 631l-696 155l-1288 753l-515 445l172 483l77 138l103 68l121 19l638-26l524-53l503-232l98-64l70-119l689-64l883 3000l-194 1129l-1153 2337l1160 1373l733 1387l25 855l-292 631l-5071 2241l-128 256l-560 1811l119 412l195-23l997-515l553-129l248-34l129 27l203 117l-1765 1170l-1375 2750l-28 178l-88 1178l189 2242l-1252 1236l-261 76l-2170 506l-2501 551l-4406-576l-57-104l-412-704l-65 5l-77 43l-494 387l-1442 1639l-64 99l-158 401l-1982-623l-4215-3257l-535-632l-808-1804l-1443-2072l-131-117l-1178-590l-102-28l-623-92l-96-33l-63-51l-76-89l23-668l11-104l130-635l293-1010l675-1465l-319-1690l-124-840l-69-550l73-779l108-272l442-952l232-464l2781-1030l2062-101l-198-1619l-135-472l819-433l642-482l107-81l376-317l93-80l47-87l-7-87l-46-66l-279-126l-291-930l-15-51l8-37l749-1128l81-114l331-246l85-35l2090-704l575-793l-1236-4466l-774-1354l-101-73l-132-40l-864-127l-1106 446l-1502-616l-123-82l-110-98l-717-884l-52-122l-4-111l61-848l126-18l108-68l89-105l59-79l51-69l131-331l21-184l23-1104l11-992l-14-252l-29-239l-244-1691l-262-5418l465-1471l83 104l361 238l2928 564l702 17l1039-1031l9-64l575-3007l1019-2393l1837 631l1511 74l3303 1026l2137 987l1102-563l333-32l414 243l821 644l1824 1744l-205 459l-16 157l86 535l846 405l734-55z"/>
<path id="9174" d="M73482 284023l56 517l400 1886l1036 3050l-416 929l-146 657l391 2590l3330 1246l1601 659l62 668l35 1169l-108 907l0 176l196 596l189 414l-520 235l-1090 534l-2975 1759l-1082 2510l-161 901l-650 1247l-152 1543l-2049 1025l-2330 854l-1990 609l75-321l79-523l-39-1136l-516-925l-1351-818l-719-90l-2444 202l-265 200l-643 483l-1012-342l-1259-3075l-116-158l-536-188l-776-175l-181 69l-38 300l-199-4l-1284-133l-187-25l-1325-1311l-3645-2298l-314-93l-1778 785l-142 97l-189 226l-76 101l-20 72l5 86l-2096 1677l-423 228l282-482l87-483l-268-1461l34-2294l220-551l594-912l90-135l2555-2219l74-2735l27-62l660-887l1006-2407l-445-1497l307-714l4437-2567l1189-415l1160-216l1602-401l736-269l41 68l100 75l862 246l608-253l93-39l31-266l90-78l114-65l111-40l119-26l124 2l138 22l107 33l114 57l759 480l2961 2957l665 1137l529 662l208-9l2009-778l40-45l-458-944l-23-149l11-208l46-127l535-636l1841-693l1377-360l288 92z"/>
<path id="9175" d="M114883 316524l557 1466l1350 171l1301 493l-757 971l-66 123l-799 1564l169 557l379 488l357 2267l455 3880l1043 2257l104 24l291 169l229 1705l-106 372l-1933 1944l-696 560l-79 38l-113 17l-2690 166l-1927 963l-828-1034l-1479-1409l-2489-1174l-516 699l-117 483l22 127l889 3458l241 473l-789 1726l-155 109l-248-80l-1785-1034l-3954-728l179-449l12-72l-9-84l-226-743l-541-430l-1594-568l-2860-2302l-961-984l-178-2415l1242-1525l230-2381l-179-1449l-1195-2566l-806-1705l-946-3220l168-839l1551-1091l322-793l-1086-5314l-204-858l-72-169l-229-241l476-242l1756 132l692 148l6450 1581l1771 750l279 412l114 1102l1952 1866l95 58l148 73l206-12l147-37l3904-980l684 244l356 182l124 102l62 101l121 554l996 1649l944 796l244-92z"/>
<path id="9176" d="M67829 214393l1320 331l2987 39l851-1342l302-154l1460 401l1083 387l372 356l111 237l-1032 2140l-576 1753l1385 2222l1680 2287l2352 3841l374 220l1589 880l1016 1182l2512 739l1696 19l1681 643l1826 3200l367 1235l27 507l-734 586l-2072 3766l-133 1614l412 992l524 17l91-19l79-45l71-68l85-130l48-73l663-173l954 9l-286 2494l-18 92l-31 107l-39 101l-52 71l-935 982l-203-69l-259-659l-1369-520l-88 64l-322 339l-51 73l-80 587l-33 109l-73 77l-685 656l-95 84l-190 91l-138 29l-80 4l-102-33l-1345-1178l-984-1181l37-76l387-29l100-321l49-160l-297-1188l-2019 79l-969 401l-2110 2536l-162 298l252 1181l-782 2049l-242 601l-530 825l-58 43l-1519 737l-75 14l-1075 135l-348 15l-167-7l-128-22l-372-181l-269-134l-670-875l645-979l310-934l27-633l-310-1886l-489-445l-3286-1262l-1294-1249l-2536-1255l-515 764l-46 454l257 52l-75 2151l-279 1045l-272 126l-1883 489l-2898-477l-3018-760l-268-74l-920 72l-379 1108l-1585 678l-657 227l-4418-2110l-1645-1028l-1226-1078l-66-90l-132-113l-149-78l-123-38l-287 0l-2029 829l-1578 1208l-843 203l-1157-752l-150-965l-9-230l644-442l-331-653l-590-167l-2070-62l-770-1480l-1456-2490l-444-237l-2445-221l2060-836l3297-1778l4493-2842l174-395l-707-1203l-216-225l-744-444l1413-2370l1240-994l879-426l294-74l285-42l2407 176l270-628l208-1238l54-392l-417-361l88-311l1188-2297l2097-2876l856-1000l293-161l852-315l637-108l1803 231l152 342l239 1283l608 2245l232 379l1423 725l3023 676l335-164l2725-1566l467-443l2291-2328l466-2663l-1347-988l-754-866l3135 1219z"/>
<path id="9177" d="M112311 284473l390 478l2018 323l1768-687l172-39l197-19l5020 279l86 11l922 309l357 163l2342 4362l38 487l-53 960l913 677l1906 1322l56 77l26 84l19 288l43 830l64 777l55 90l407 388l216 174l209 127l356 206l349 3763l-1109 713l-815 597l-284 990l-45 193l-488 4073l769 121l94 157l302 1709l140 980l5 106l-813 92l-816-121l-154-71l-132-152l-324-727l-1499 123l-3252 2247l-1020 909l-1593 1279l-1501 781l-683-27l-424 61l-2332 535l-115 45l-64 83l-13 104l25 114l837 1707l-244 92l-944-796l-996-1649l-121-554l-62-101l-124-102l-356-182l-684-244l-3904 980l-147 37l-206 12l-148-73l-95-58l-1952-1866l-114-1102l-279-412l-1771-750l-6450-1581l-692-148l-1756-132l-476 242l-567-1679l-14-161l14-125l76-293l171-44l60-19l440-1276l0-153l-52-145l-199-361l-273-406l-1091-1555l-142-866l1134-1043l632-23l416-385l179-1575l-355-1605l1342-3730l1803-2387l3658-3769l651 42l567 29l102-47l3208-1628l928-821l72-74l19-120l53-497l48-78l599-642l340-303l105-93l204-165l541-312l1070 140l209 54l91 66l49 97l59 274l449 905l736 978l891 288l231-7l495-150z"/>
<path id="9178" d="M104039 267448l422 509l1826 681l157 13l139-46l604-255l519-278l175 223l810 2903l-402 750l-183 862l50 1159l15 129l346 2054l1403 1553l1178 1665l1291 4368l-78 735l-495 150l-231 7l-891-288l-736-978l-449-905l-59-274l-49-97l-91-66l-209-54l-1070-140l-541 312l-204 165l-105 93l-340 303l-599 642l-48 78l-53 497l-19 120l-72 74l-928 821l-3208 1628l-102 47l-567-29l-651-42l-3658 3769l-1803 2387l-1342 3730l355 1605l-179 1575l-416 385l-632 23l-1134 1043l142 866l-159-203l-2516 341l-196 682l-1642 32l-3063-2l-1576-342l-1112-765l-506-425l-814-1096l-235-655l-189-414l-196-596l0-176l108-907l-35-1169l-62-668l-1601-659l-3330-1246l-391-2590l146-657l416-929l-1036-3050l-400-1886l-56-517l492-34l627-182l104-93l1563-1465l125-154l153-308l17-110l986-2354l525-816l303-151l700 108l390 314l101 500l1506 1176l1302 942l668 65l288-151l952-2941l75-816l772-184l206 0l546-204l-134-2502l-208-1858l-86-2517l1299-1373l924-457l543-257l875-610l14-88l0-1129l-741-930l-79-675l674-547l394 83l908 433l150 86l572 422l1148 523l153 63l174 41l1546 97l462-499l51-93l18-109l-128-633l1388-206l711 447l3145 2126l998 758l1551-460l992-8l842 155z"/>
<path id="9179" d="M67109 310704l-868 170l-1521 2657l-26 97l-297 1224l1804 3920l446 414l492-21l204-12l292-67l331-127l-803 1091l-843-352l-377 976l-272 520l-2171-98l-1420-394l-1852-517l-191-360l-221-697l-1151-500l-1359-384l-261-35l-1102-14l-1781 871l-2117 1701l-1418 1030l-1394-603l-1334-14l-424 646l-225 426l-21 85l14 78l53 54l74 42l-395 206l-2839 829l-127 28l-113-28l-2499-1617l22-472l491-427l-19-2801l-164-351l-1295-1026l-300-4l-1222-53l-538-105l-798-579l-731-1743l-174-547l398-149l1234-133l540-34l114 33l158-24l157-99l315-745l133-415l47-356l1148-482l-60-4718l537-140l697-1653l19-161l-151-979l-377-568l40-105l111-235l632-776l134-25l1113 1111l137 179l251 443l359 625l249 8l249-118l124-89l718-601l423-228l2096-1677l-5-86l20-72l76-101l189-226l142-97l1778-785l314 93l3645 2298l1325 1311l187 25l1284 133l199 4l38-300l181-69l776 175l536 188l116 158l1259 3075l1012 342l643-483l265-200l2444-202l719 90l1351 818l516 925l39 1136l-79 523l-75 321z"/>
<path id="9180" d="M63417 367241l135 472l198 1619l-2062 101l-2781 1030l-232 464l-442 952l-108 272l-73 779l69 550l124 840l319 1690l-675 1465l-293 1010l-130 635l-11 104l-23 668l76 89l63 51l96 33l623 92l102 28l1178 590l131 117l1443 2072l808 1804l535 632l4215 3257l1982 623l-1624 1720l-88 131l-68 141l-135 505l9 120l26 84l260 347l209 131l234 26l1127-36l545 1740l-103 469l-2904-178l-2805-88l-203 77l-3250 3715l-271 970l-324 498l-571 312l-566 309l-3221 279l-169-1l-172-177l26-266l97-268l1466-2281l656-636l-225-493l-3226-153l-167 31l-3766 1459l-2069 1018l-261 429l-73 163l-39 218l10 209l72 262l-97 178l-281 182l-280 136l-1142 86l-5118 190l-158 3l-1738-32l-782-66l-1270-282l-695-303l-43-388l-78-956l0-8l208-544l144-69l376-15l112-88l337-266l-87-1008l-1964-2407l-2299-2300l-1626-1294l-444 167l-1003 372l-236 62l-147 2l-129-2l-156-32l-522-257l-88-70l-36-98l-9-417l52-1293l18-75l56-74l291-202l70-48l170-108l2002-1667l-1485-2140l-74-49l-192-244l-69-91l-57-121l-626-2273l84-1146l1284-794l819 6l1106-439l693-304l1255-1154l149-202l967-2082l371-420l1670-3277l192-471l179-2297l-351-600l-359-393l-431-472l-745-1063l148-770l67-118l783-975l1216 119l788 434l121 79l1905-56l1483-1653l922-430l1631-490l639-123l3158-409l418 117l1120 618l827 617l1956-191l911-412l1612 378l4376 1029l362 143l1150 571l1065 539l1850 1175z"/>
<path id="9181" d="M39765 311899l-47 356l-133 415l-315 745l-157 99l-158 24l-114-33l-540 34l-1234 133l-398 149l174 547l731 1743l798 579l538 105l1222 53l300 4l1295 1026l164 351l19 2801l-491 427l-22 472l2499 1617l113 28l127-28l2839-829l395-206l141 80l55 62l21 58l0 92l-163 2442l-357 2486l-41 208l-26 292l-1 303l527 3105l236 687l105 182l309 414l263 4464l31 1100l103 1183l-25 219l-104 198l-294 329l-5655 4181l-144 23l-431-64l-1108-168l-1368-658l-407-191l-1508 614l-1990 2195l-49 722l39 385l-2221 293l-1744-162l-4220 335l-754 173l-258 552l-875 1341l-1255-92l-1508-114l-516 0l-238 5l-1946 1127l18-1126l276-3845l125-4681l76-167l851-656l135-95l206 43l874-1710l1013-2193l754-2025l65-446l-176-950l-658-3025l-934-763l-577-139l-192 45l-680 201l-593 249l-763 59l-368-180l-292-524l-15-667l2045-3299l1043-610l747-573l593-1712l0-312l-1057-27l-366-1116l-831-3164l14-708l1573-250l484-7l828 198l325 303l1053 84l348-95l894-1044l508-836l343-576l1360-2401l75-306l486-1999l409-2881l1453 251l192 46l995 1051l552 687l59 770l1449 1311l1640-810l2650 962l646 403l85 93l31 149z"/>
<path id="9182" d="M97656 340881l-109 393l-55 375l350 1106l468 875l1616 2309l1553 1817l93 46l901 331l187 0l316-93l106-344l357-81l129-11l373 110l3658 1243l103 83l755 645l463 1747l-28 722l-885 332l-961 266l-95 39l-110 67l-92 76l-552 576l370 694l1864 2012l1963 605l1534 2122l1456 2518l198 1526l-120 1481l-53 169l-94 343l1175 1918l1151 1567l91 115l-721 2343l0 816l291 351l506 595l163 141l176 74l851 81l364 230l156 499l-85 978l-511 394l-1967 512l-417 6l-183-134l-2777-716l-4416 750l-2272 601l-2228 754l-1197 2243l-275 82l-115 5l-960-69l-107-362l-4428-391l-5290 173l-1347 568l-1326 45l-425-43l-449-457l-196-199l-648-307l-255-90l-534 150l-203-117l-129-27l-248 34l-553 129l-997 515l-195 23l-119-412l560-1811l128-256l5071-2241l292-631l-25-855l-733-1387l-1160-1373l1153-2337l194-1129l-883-3000l-689 64l-70 119l-98 64l-503 232l-524 53l-638 26l-121-19l-103-68l-77-138l-172-483l515-445l1288-753l696-155l467-631l-540-1947l-108-241l-470-725l463-2484l405-328l176-167l171-231l47-176l0-155l-764-1812l-350-366l-126-83l-136-15l-126 34l-222 70l-447 61l-329-17l-252-50l-1549-1035l756-1346l407 136l1831-2994l577-1260l-240-2052l-34-176l-94-222l-98-159l-155-148l-125-85l-1079-483l-723-1007l277-263l4193-1731l97 13l95 71l901 1054l1293 1200l2617-490l363-190l127-1416l-12-158l1743-232l1862 1292z"/>
<path id="9183" d="M156196 291945l-693 140l-1726 1179l-476 1023l893 3478l666 697l238 300l745 1076l57 1569l-1678 164l-137 46l-158 101l-151 151l-106 152l-326 805l-235 959l-5 141l39 123l341 394l1989 1667l-306 5147l-147 435l-844 1680l-278 417l-213-112l-739-542l-1224 756l-684 660l-2972-352l-547 388l-72 107l-87 330l8 139l63 100l138 61l143 8l338-147l429 119l-408 884l-101 160l-1904 2117l-1249 716l-111 48l-122 2l-763-414l80-771l-565-978l-111-56l-121 16l-94 87l-1503 1599l-724-48l-216-38l-348 33l-163-27l-124-71l-100-135l-524-971l-1511 426l-464 1093l-112 190l-116 140l-859 756l-96 38l-2754 13l-139-26l-145-59l-1128-872l-404-627l-1308-1070l-657 217l-921-537l-1294-158l-1412 2144l-405 1167l-326 774l-474 776l-731 954l-121 34l-150-27l-855-449l-402-332l-763-696l332-659l102-102l366-952l92-316l-854-1548l-124-105l-162-43l-352-25l-163 86l-116 122l-124 360l-102 122l-134 82l-378 123l-1304 161l-749 22l-1301-493l-1350-171l-557-1466l-837-1707l-25-114l13-104l64-83l115-45l2332-535l424-61l683 27l1501-781l1593-1279l1020-909l3252-2247l1499-123l324 727l132 152l154 71l816 121l813-92l-5-106l-140-980l-302-1709l-94-157l-769-121l488-4073l45-193l284-990l815-597l1109-713l-349-3763l345-482l1098-333l1765-289l656 197l173 435l-177 214l-24 65l0 82l175 573l415-21l861-393l2526-1192l222-174l757-1442l1057-1484l974-174l1198-207l1784-3260l-83-1535l2412-1563l722-836l29-125l91-426l2541 789l1398 544l2202 1392l1960 1822l347 695l666 1361l401 914l-133 658z"/>
<path id="9184" d="M80343 300142l814 1096l506 425l1112 765l1576 342l3063 2l1642-32l196-682l2516-341l159 203l1091 1555l273 406l199 361l52 145l0 153l-440 1276l-60 19l-171 44l-76 293l-14 125l14 161l567 1679l229 241l72 169l204 858l1086 5314l-322 793l-1551 1091l-168 839l946 3220l806 1705l1195 2566l179 1449l-230 2381l-1242 1525l178 2415l961 984l2860 2302l1594 568l541 430l226 743l9 84l-12 72l-179 449l-810 1047l-716 1591l-286 208l-996-152l-134-51l-146-97l-1862-1292l-1743 232l12 158l-127 1416l-363 190l-2617 490l-1293-1200l-901-1054l-95-71l-97-13l-4193 1731l-277 263l-734 55l-846-405l-86-535l16-157l205-459l-1824-1744l-821-644l-414-243l-333 32l-1102 563l-2137-987l-3303-1026l-1511-74l-1837-631l-552-239l-1106-954l-179-630l372-372l590-60l153-79l104-125l823-1396l44-140l-19-148l-248-1489l-741-1406l-534-2959l803-3192l-248-537l-2692-1076l377-976l843 352l803-1091l818-717l1091-196l1635 376l339 258l649 2699l107 978l86 917l2214 2811l337 64l2889-809l543-1815l2185-965l2711 520l888 209l1678 613l904 256l1128 4l168 0l2028-3057l693-3556l-987-1340l-2337 425l-321-1220l721-1073l661-529l173-388l-306-945l-151-2l-1967 72l-100 29l-75 128l18 166l337 273l-34 68l-892 169l-943 178l-1076-758l811-1940l697-1219l139-146l78-121l51-191l26-479l-962-1221l-883-258l-3107 980l-2272-46l-123-566l-3953-2169l161-901l1082-2510l2975-1759l1090-534l520-235l235 655z"/>
<path id="9185" d="M55546 246540l1988 2175l2262 2933l115 258l927 941l2201 1274l1500 2273l342 211l936 369l113-21l845-901l1312-561l595-187l998-247l638 331l147 924l-1246 4584l-171 204l-737 465l-1691 23l-409 261l-1058 735l-2643 2886l-115 144l-85 142l116 378l57 125l133 207l312 102l233 45l301 54l108 56l1602 1081l124 222l-64 323l-804 1000l-649 174l-736-436l-545-64l-151 15l-112 38l-121 120l-413 534l225 571l203 451l181 263l466 573l190 204l165 135l216 156l122 122l82 104l73 160l65 338l-2797 2753l-2074 4856l-1091 66l-284 49l-80 81l-69 73l-117 647l-317 275l-141-9l-648-401l-3298-3051l-191-389l-125-604l52-1112l-244-1350l-395-368l-1512-962l-1310-629l-584-1982l66-110l550-1889l-224-901l-539-641l-2616-1430l-886-96l-1019 421l-2239 301l-919 43l-264-171l-723-545l-1095-1350l1154-722l199-153l-127-1975l-114-162l-475-239l-1127-347l-1138-1590l-1113-2446l-168-373l-3-90l-49-3399l94-2506l723-326l223-1403l-21-306l-1729-1440l245-3540l2015-1486l2070 62l590 167l331 653l-644 442l9 230l150 965l1157 752l843-203l1578-1208l2029-829l287 0l123 38l149 78l132 113l66 90l1226 1078l1645 1028l4418 2110l657-227l1585-678z"/>
<path id="9186" d="M89636 245770l-682-255l-1075-92l-90 105l-21 102l10 113l592 1719l720 667l77 90l290 532l-1044 434l-1695 280l-783 213l-968 546l70 4805l1569 1246l248-295l1100 808l1264 3866l27 123l-135 446l-460 806l-88 64l-465 220l-99 70l-72 112l-58 195l88 1121l13 136l26 65l113 81l856 129l-674 547l79 675l741 930l0 1129l-14 88l-875 610l-543 257l-924 457l-1299 1373l86 2517l208 1858l134 2502l-546 204l-206 0l-772 184l-75 816l-952 2941l-288 151l-668-65l-1302-942l-1506-1176l-101-500l-390-314l-700-108l-303 151l-525 816l-986 2354l-17 110l-153 308l-125 154l-1563 1465l-104 93l-627 182l-492 34l-288-92l-1377 360l-1841 693l-535 636l-46 127l-11 208l23 149l458 944l-40 45l-2009 778l-208 9l-529-662l-665-1137l-2961-2957l-759-480l-114-57l-107-33l-138-22l-124-2l-119 26l-111 40l-114 65l-90 78l-31 266l-93 39l-608 253l-862-246l-100-75l-41-68l-1224-2492l2074-4856l2797-2753l-65-338l-73-160l-82-104l-122-122l-216-156l-165-135l-190-204l-466-573l-181-263l-203-451l-225-571l413-534l121-120l112-38l151-15l545 64l736 436l649-174l804-1000l64-323l-124-222l-1602-1081l-108-56l-301-54l-233-45l-312-102l-133-207l-57-125l-116-378l85-142l115-144l2643-2886l1058-735l409-261l1691-23l737-465l171-204l1246-4584l-147-924l-638-331l-998 247l-194-905l69-659l727-826l47-38l933-688l563-4l1826-4l214-1029l-92-918l670 875l269 134l372 181l128 22l167 7l348-15l1075-135l75-14l1519-737l58-43l530-825l242-601l782-2049l-252-1181l162-298l2110-2536l969-401l2019-79l297 1188l-49 160l-100 321l-387 29l-37 76l984 1181l1345 1178l102 33l80-4l138-29l190-91l95-84l685-656l73-77l33-109l80-587l51-73l322-339l88-64l1369 520l259 659z"/>
<path id="9187" d="M142037 348023l-453 11l-240-15l-133-54l-87-89l-29-113l-44-607l32-192l424-878l1298 676l723 187l34 25l-123 336l-348 508l-58 84l-25 22l-106 24l-865 75zM128694 317139l921 537l657-217l1308 1070l404 627l1128 872l145 59l139 26l2754-13l96-38l859-756l116-140l112-190l464-1093l1511-426l524 971l100 135l124 71l163 27l348-33l62 788l-488 695l-2010 261l-1170 1441l-983 2746l310 877l103 87l1209 962l613 478l386 352l-612 1530l-743 3135l-68 1869l-618 336l-69 83l-11 79l35 217l428 609l1109 581l875 448l1825 595l2489-104l114 75l841 856l305 514l903 2153l-968 3136l-743 1064l-69 95l-632 778l-175 182l-85 30l-108-8l-443-121l-90-42l-48-58l-19-90l-214-533l-970-485l-391-42l-229-21l-65 22l-63 70l-554 1993l658 3064l80 321l42 116l87 140l47 75l419 386l78 23l55-12l118-95l266-204l128-66l93-35l274-71l145-20l1677-26l715 0l533 766l-27 1451l-875 81l-296 8l-399-10l18-474l-1399-11l-256 625l-866 3748l262 1573l30 306l-23 243l-69 252l-340 649l-2046 1100l-665 1335l-358 1302l-25 1965l27 192l101 211l288 359l-3158 761l-2381 1439l-552-82l-783-945l-346-702l52-269l324-1639l782-1115l476-1285l-125-486l-447-660l-572 190l-6 2l-1676 2587l-1640 1219l-1338 531l-1651 318l324 1739l113 352l3 7l163 332l201 249l999 1771l1029 1872l98 258l628 2777l39 204l-20 177l-35 180l-80 165l-4 6l-121 133l-204 169l-143 61l-162 47l-1034 182l-288-664l-160-409l-221-46l-420 73l-545 96l-833 449l-995 426l-777 0l-3787-760l-1327-550l85-978l-156-499l-364-230l-851-81l-176-74l-163-141l-506-595l-291-351l0-816l721-2343l-91-115l-1151-1567l-1175-1918l94-343l53-169l120-1481l-198-1526l-1456-2518l-1534-2122l-1963-605l-1864-2012l-370-694l552-576l92-76l110-67l95-39l961-266l885-332l28-722l-463-1747l-755-645l-103-83l-3658-1243l-373-110l-129 11l-357 81l-106 344l-316 93l-187 0l-901-331l-93-46l-1553-1817l-1616-2309l-468-875l-350-1106l55-375l109-393l146 97l134 51l996 152l286-208l716-1591l810-1047l3954 728l1785 1034l248 80l155-109l789-1726l-241-473l-889-3458l-22-127l117-483l516-699l2489 1174l1479 1409l828 1034l1927-963l2690-166l113-17l79-38l696-560l1933-1944l106-372l-229-1705l-291-169l-104-24l-1043-2257l-455-3880l-357-2267l-379-488l-169-557l799-1564l66-123l757-971l749-22l1304-161l378-123l134-82l102-122l124-360l116-122l163-86l352 25l162 43l124 105l854 1548l-92 316l-366 952l-102 102l-332 659l763 696l402 332l855 449l150 27l121-34l731-954l474-776l326-774l405-1167l1412-2144l1294 158zM118208 347326l-163 436l41 999l7 129l-609 2092l-794 564l140 840l24 104l107 40l2096 399l1111 191l510 51l1540-224l1053-1547l174-334l280-641l76-194l35-174l29-207l-8-166l-15-163l-50-180l-67-184l-1223-3329l-141-354l-1209-559l-144-2l-134 31l-363 155l-678 327l-1625 1900z"/>
<path id="9188" d="M65943 320674l2692 1076l248 537l-803 3192l534 2959l741 1406l248 1489l19 148l-44 140l-823 1396l-104 125l-153 79l-590 60l-372 372l179 630l1106 954l552 239l-1019 2393l-575 3007l-9 64l-1039 1031l-702-17l-2928-564l-361-238l-83-104l-465 1471l262 5418l244 1691l29 239l14 252l-11 992l-23 1104l-21 184l-131 331l-51 69l-59 79l-89 105l-108 68l-126 18l-1023-32l-152-54l-1091-665l-333-244l-108-89l-92-165l-40-150l-96-664l9-113l22-115l192-898l65-157l82-147l74-104l300-200l71-152l42-328l-30-190l-43-139l-145-336l-1030-2335l-56-31l-183 12l-141 61l-327 228l-101 274l-1277 296l-1608 92l-1263-166l-2465-525l-41-141l86-382l311-1126l1137-1283l403-207l469-198l884-419l255-183l65-79l83-123l-1526-1389l-2573-1667l-1044-319l-1414-31l-31-1100l-263-4464l-309-414l-105-182l-236-687l-527-3105l1-303l26-292l41-208l357-2486l163-2442l0-92l-21-58l-55-62l-141-80l-74-42l-53-54l-14-78l21-85l225-426l424-646l1334 14l1394 603l1418-1030l2117-1701l1781-871l1102 14l261 35l1359 384l1151 500l221 697l191 360l1852 517l1420 394l2171 98l272-520z"/>
<path id="9189" d="M153685 313677l-276 287l-143 200l-1081 1574l-161 303l1899 4316l977 2917l40 88l69 79l275 195l658 386l3127 1757l3108 244l526 6l2032-2648l-246-1320l-203-931l-391-603l96-1058l605-516l160-98l279-97l2434-521l230 176l-78 101l-38 94l-11 37l-8 30l-7 58l-5 122l14 127l44 325l21 148l194 1262l99 543l64 270l71 237l81 229l84 180l160 310l129 207l165 244l182 209l136 152l433 409l151 138l900 797l1407 1162l1505 1184l613 550l461 444l305 307l199 209l376 437l185 243l178 262l66 144l108 260l72 230l100 403l53 222l828 3302l72 196l72 158l85 131l73 100l77 85l39 37l146 127l259 389l-10 450l-172 1975l-714 258l-308-550l-817 238l-223 223l273 2895l249 730l82 96l499 532l178 117l143 27l143-53l96-122l115-61l147 28l765 613l122 113l87 122l16 101l-63 419l-19 75l-475 727l-143 42l-5195-384l-2499-276l-1278-481l-712 1285l-500 987l-446 2761l-2 439l117 1558l241 805l85 215l637 1327l78 78l1940 1732l222 141l219 25l1598 105l2597 323l1385 3082l-366 210l-156 48l-1480 52l-192-29l-402-243l-462-42l-595-17l-353 59l-320 109l-300 186l-216 288l-1271 1625l-2504 466l-1204 3126l48 161l49 368l5 258l-66 226l-983 1513l-469 129l-1460 71l-218 35l-4816 1014l-289 63l-142 121l-456 678l-970 2090l-159 660l-199 828l-205 232l-2924-369l-687 460l-1103 806l-1031 51l-2551-2667l-1898-2617l-171-310l109-703l153-980l-203-424l-854-60l-2128 512l-1047 447l-890 379l-293 57l-500 92l-1830-642l-357-250l172-480l-288-359l-101-211l-27-192l25-1965l358-1302l665-1335l2046-1100l340-649l69-252l23-243l-30-306l-262-1573l866-3748l256-625l1399 11l-18 474l399 10l296-8l875-81l27-1451l-533-766l-715 0l-1677 26l-145 20l-274 71l-93 35l-128 66l-266 204l-118 95l-55 12l-78-23l-419-386l-47-75l-87-140l-42-116l-80-321l-658-3064l554-1993l63-70l65-22l229 21l391 42l970 485l214 533l19 90l48 58l90 42l443 121l108 8l85-30l175-182l632-778l69-95l743-1064l968-3136l-903-2153l-305-514l-841-856l-114-75l-2489 104l-1825-595l-875-448l-1109-581l-428-609l-35-217l11-79l69-83l618-336l68-1869l743-3135l612-1530l-386-352l-613-478l-1209-962l-103-87l-310-877l983-2746l1170-1441l2010-261l488-695l-62-788l216 38l724 48l1503-1599l94-87l121-16l111 56l565 978l-80 771l763 414l122-2l111-48l1249-716l1904-2117l101-160l408-884l-429-119l-338 147l-143-8l-138-61l-63-100l-8-139l87-330l72-107l547-388l2972 352l684-660l1224-756l739 542zM142037 348023l865-75l106-24l25-22l58-84l348-508l123-336l-34-25l-723-187l-1298-676l-424 878l-32 192l44 607l29 113l87 89l133 54l240 15l453-11z"/>
<path id="9190" d="M62122 353069l-61 848l4 111l52 122l717 884l110 98l123 82l1502 616l1106-446l864 127l132 40l101 73l774 1354l1236 4466l-575 793l-2090 704l-85 35l-331 246l-81 114l-749 1128l-8 37l15 51l291 930l279 126l46 66l7 87l-47 87l-93 80l-376 317l-107 81l-642 482l-819 433l-1850-1175l-1065-539l-1150-571l-362-143l-4376-1029l-1612-378l-911 412l-1956 191l-827-617l-1120-618l-418-117l-3158 409l-639 123l-1631 490l-922 430l-1483 1653l-1905 56l-121-79l-788-434l-1216-119l-783 975l-67 118l-148 770l745 1063l431 472l359 393l351 600l-179 2297l-192 471l-1670 3277l-371 420l-1587 17l-2438-2277l-1228-2025l-2312-687l-1733 173l-672 330l-76 30l-1993 142l-126-51l-1294-609l156-629l105-298l1428-2601l1260-1791l201-161l704-818l-20-1036l-1708 420l-663 453l-191 140l-212 211l-15 21l-62 97l-32 66l-190 424l-460 522l-671 702l-1400 1344l-545 188l-678 41l-426-361l-922-1054l-371-695l242-862l929-710l207-2261l230-2623l48-229l163-309l1196-16l630 130l328 117l331 117l276-200l363-730l64-181l-190-663l-1112-511l-806-376l-471-921l356-2234l168-531l644-1985l186-380l1946-1127l238-5l516 0l1508 114l1255 92l875-1341l258-552l754-173l4220-335l1744 162l2221-293l-39-385l49-722l1990-2195l1508-614l407 191l1368 658l1108 168l431 64l144-23l5655-4181l294-329l104-198l25-219l-103-1183l1414 31l1044 319l2573 1667l1526 1389l-83 123l-65 79l-255 183l-884 419l-469 198l-403 207l-1137 1283l-311 1126l-86 382l41 141l2465 525l1263 166l1608-92l1277-296l101-274l327-228l141-61l183-12l56 31l1030 2335l145 336l43 139l30 190l-42 328l-71 152l-300 200l-74 104l-82 147l-65 157l-192 898l-22 115l-9 113l96 664l40 150l92 165l108 89l333 244l1091 665l152 54l1023 32z"/>
<path id="9261" d="M112143 275471l552-259l33-874l2700-1606l3121-1352l251-61l928-2977l697-394l64-11l63-3l125 51l122 97l93 94l870 1299l842 1666l467-26l3480-3002l107-118l65-111l37-124l141-568l1708-1056l182-112l133-66l157-39l1394-236l712 163l139 41l280 139l36 121l-440 1035l-51 90l-1804 2036l-2974 3356l-2158 1921l-82 54l-2896 683l-1030-70l-107-188l-22-134l-467-251l-427-229l-2350 438l-458 102l-1295 503l-2582 225l-356-247z"/>
<path id="9262" d="M222229 263266l-167 17l-126 66l-91 100l-69 129l-342 699l97 62l301 189l82 150l0 154l-83 212l-84 147l-89 107l-816 839l-1325 1125l-693 318l-1105-1106l-72-73l-608 555l-112 112l-113 170l-47 153l-9 153l18 153l51 179l47 131l68 145l-2286 877l-140 0l-110-22l-848-347l-2014-1239l-116-107l-2412-3221l215-1645l1160-914l1750-86l2683 19l2371 466l2627-136l1734-141l559 288l183 294l-17 662l-10 89l-42 277z"/>
<path id="9263" d="M145222 234633l2535-274l-50-512l55-1357l111-693l422-1275l762-1519l89-102l85-68l110-46l153-17l131 29l2123 481l1224 928l692 884l1045 437l189 49l164 0l150-32l125-65l65-82l41-96l120-551l66-126l87-108l120-83l110-54l178-68l142-34l1730 17l157 25l193 51l187 59l126 46l211 2761l-1297 1948l-696-377l-574-54l-939 227l-1102 654l-4242 2076l-315 89l-1115-313l-2662-1132l-604-629l-102-1094z"/>
<path id="9271" d="M197678 233970l-160-2l-131 32l-146 71l1340 1978l-566 1674l-245 137l-232 56l94 1076l1497 205l1783 225l77 47l71 44l122 98l91 104l45 56l26 47l323 672l-311 1267l-135 262l7 2118l1039 467l187 282l318 1837l62 561l18 124l1 144l-18 322l-25 132l-22 107l-465 2171l-23 65l-22 28l-63 51l-71 41l-3352 1726l-2148-227l-1613-559l-109-7l-116 34l-2370 2625l-647 1139l-156 291l-345 1784l126 1489l617 821l107 620l-869 522l-751 76l-1991-150l-2277-110l-560 2082l-630 612l-1215 428l-1787-1250l-589-82l-123-23l-115-43l-107-53l-116-66l-795-955l-60-300l43-463l231-342l92-346l21-635l-416-1208l-1621-530l-1938-437l-1227-8l-1038 0l-2651-1484l-151-174l-2622-4002l-85-554l711-373l-255-1548l-1191-785l-700-512l-541-1787l-517-3480l69-245l245-877l-1163-510l-313-495l568-1179l712-451l385-212l189 164l209 169l204 144l194 124l163 95l196 103l157 77l149 59l169 49l179 50l120 30l273 49l139 20l204 10l423-5l274-20l123-25l110-29l124-45l169-75l164-79l392-219l239-144l124-84l125-120l90-124l635-999l89-838l-245-1389l-158-40l-177-44l-132-458l-32-137l-352-2377l-18-152l4-165l20-99l32-91l34-80l49-86l176-258l101-114l83-72l68-40l92-36l144-35l208-32l1279-1759l-438-451l-653-1149l974-2654l82-92l856 488l641-756l1651 1996l2554 823l836-321l195-1888l1131-445l2280 170l1202 778l287 1912l-500 380l945 1355l2014 2643l127 143l81 55l121 39l1040 111l478 13l1062-23l1145-377l5775 1005l626 511l45 55l-3 69l-30 68l-98 91l-351 292z"/>
<path id="9272" d="M213449 220293l1165 840l4738 3216l949-87l-175-1243l-109-780l95-991l1532-598l552 14l2687 665l3771 2947l1082 1358l1534 3532l1229 1465l346 132l1131-23l1935-99l127-27l109-54l2274 1560l160 845l1118 2435l44 72l87 68l116 63l1456 679l2086 3114l-697 1790l666 764l1098 243l270 18l186-26l79 1014l-964 2271l-662 1551l-939 1761l-1196-970l-3190 273l-516 46l-81 126l-108 236l-395 1027l-13 56l133 487l36 48l-935 1352l-7276 1278l-1494-21l-2378-1482l-370-248l-78-131l-2012-2107l-57-47l-555-356l-708-316l-52-12l-592-59l-56 0l-84 18l-1207 724l-1433 863l-57 43l-46 18l-50 0l-869-604l-222-220l-120-147l-70-99l-64-96l-36-67l-422-797l-63-128l-99-252l-387-1004l-348-895l-19-46l-29-69l-21-38l-43-51l-43-42l-59-46l-51-24l-72-16l-64-3l-4848 400l-112 463l-10 87l-3 115l-1317 1077l-3756 571l-1774-413l-62-561l-318-1837l-187-282l-1039-467l-7-2118l135-262l311-1267l-323-672l-26-47l-45-56l-91-104l-122-98l-71-44l-77-47l-1783-225l-1497-205l-94-1076l232-56l245-137l566-1674l-1340-1978l146-71l131-32l160 2l1445 404l686 89l1722-471l2432-1458l267-455l23-76l144-556l8-42l-4-41l-383-1791l-242-1280l-7-75l162-3791l1260-839l75 79l99 91l103 85l100 73l74 45l87 39l63 15l1461 307l55 3l61-13l58-25l45-35l39-51l1509-1995l414-576l38-60l43-81l38-85l21-102l107-746l14-193l410-301l2156 122l1188 109z"/>
<path id="9273" d="M117406 246347l-760 1129l-2549 658l-2823 460l-1589 281l-163 971l-884 904l-518 519l-3079 2119l-1516 996l-1572 5566l1256 4724l830 2774l-842-155l-992 8l-1551 460l-998-758l-3145-2126l-711-447l-1388 206l128 633l-18 109l-51 93l-462 499l-1546-97l-174-41l-153-63l-1148-523l-572-422l-150-86l-908-433l-394-83l-856-129l-113-81l-26-65l-13-136l-88-1121l58-195l72-112l99-70l465-220l88-64l460-806l135-446l-27-123l-1264-3866l-1100-808l-248 295l-1569-1246l-70-4805l968-546l783-213l1695-280l1044-434l-290-532l-77-90l-720-667l-592-1719l-10-113l21-102l90-105l1075 92l682 255l203 69l935-982l52-71l39-101l31-107l18-92l286-2494l-954-9l-663 173l-48 73l-85 130l-71 68l-79 45l-91 19l-524-17l-412-992l133-1614l2072-3766l734-586l-27-507l-367-1235l-1826-3200l-1681-643l-1696-19l-2512-739l-1016-1182l-1589-880l396-1389l1137-2243l-786-1181l156-1416l196-213l2412-2l795-765l115 262l782-34l753-250l483-654l669 214l1152 518l782 383l519 1724l2490 1445l1425-790l138-1040l409-759l1079-1552l1668-411l2507-38l1897 977l448 664l1680 2863l973 1885l14 660l-350 428l-724-342l-63 97l13 110l283 545l607 519l1287-162l171-99l791-651l2170-289l5898 1386l557 198l386 357l-271 733l315 2211l499 432l347 288l493-347l781 15l972 989l703 1757l70 196l57 322l-220 1646l-448-219l-154-37l-107 20l-102 64l-801 560l-190 252l-133 316l-192 1140l276 1463l322 1835l117 1195l-741 3450z"/>
<path id="9274" d="M120082 246986l129 198l2398 1559l461 161l967 292l120-287l104-147l294-245l380 37l766 1215l1206 1435l2381 455l360-69l505-454l111-232l20-241l-126-569l1233-944l738-356l295 36l720 1416l151 458l-35 92l-245 208l-53 108l12 104l93 65l638 179l844 142l-27 682l1231 2103l2162 1181l218 60l182 121l177 201l630 732l400 3150l-462 101l-233 63l-908 284l-106 43l-1054 1835l7 252l372 871l499 888l-642 1389l-569 1576l15 1089l909 249l886-55l459 285l1083 782l456 675l41 158l-29 158l-169 193l64 866l573 737l116 58l194-234l1680-2147l-24-141l28-603l209-4l2810 100l1551 199l1086 1525l-67 155l-75 92l-71 62l-479 312l-144-268l-216 91l-637 420l-189 315l301 817l167 381l428 681l1092 1449l-737 562l-978 654l-1080 695l826 5754l30 62l279 512l-91 426l-29 125l-722 836l-2412 1563l83 1535l-1784 3260l-1198 207l-974 174l-1057 1484l-757 1442l-222 174l-2526 1192l-861 393l-415 21l-175-573l0-82l24-65l177-214l-173-435l-656-197l-1765 289l-1098 333l-345 482l-356-206l-209-127l-216-174l-407-388l-55-90l-64-777l-43-830l-19-288l-26-84l-56-77l-1906-1322l-913-677l53-960l-38-487l-2342-4362l-357-163l-922-309l-86-11l-5020-279l-197 19l-172 39l-1768 687l-2018-323l-390-478l78-735l-1291-4368l-1178-1665l-1403-1553l-346-2054l-15-129l-50-1159l183-862l402-750l-810-2903l-175-223l-519 278l-604 255l-139 46l-157-13l-1826-681l-422-509l-830-2774l-1256-4724l1572-5566l1516-996l3079-2119l518-519l884-904l163-971l1589-281l2823-460l2549-658l760-1129l2676 639zM112695 275212l-552 259l356 247l2582-225l1295-503l458-102l2350-438l427 229l467 251l22 134l107 188l1030 70l2896-683l82-54l2158-1921l2974-3356l1804-2036l51-90l440-1035l-36-121l-280-139l-139-41l-712-163l-1394 236l-157 39l-133 66l-182 112l-1708 1056l-141 568l-37 124l-65 111l-107 118l-3480 3002l-467 26l-842-1666l-870-1299l-93-94l-122-97l-125-51l-63 3l-64 11l-697 394l-928 2977l-251 61l-3121 1352l-2700 1606l-33 874z"/>
<path id="9275" d="M242525 248782l410 429l1032 1612l-69 106l-29 131l-16 146l54 662l19 113l421 2431l500 2183l175 756l61 891l0 783l-3 68l-15 72l-1231 4417l-24 78l-117 359l-62 102l-133 163l-1982 1851l-882-841l-437 72l-545 1298l-201 1039l42 319l371 204l-10 367l-15 544l-99 206l-990 1494l-389 426l-1107-338l-339-123l-3128-1672l-177-95l-130-87l-99-82l-91-135l-73-174l-313-728l-129-218l-80-111l-134-101l-158-67l-2541-980l-2345-102l-111 117l-107 53l-173 63l-179 17l-155-32l-164-85l-167-95l-1214-742l-101-75l-223-207l-87-85l-219-214l-710-729l-337-303l-277-230l-213-151l-212-118l-157-72l-64-29l-174-44l-122-12l-122-11l42-277l10-89l17-662l-183-294l-559-288l-1734 141l-2627 136l-2371-466l-2683-19l-1750 86l-1160 914l-215 1645l2412 3221l116 107l2014 1239l848 347l110 22l140 0l2286-877l715 1002l77 119l54 105l35 108l613 2756l-51 173l-634 1991l-680 2005l-593 1660l-49 145l-26 114l-12 118l10 91l19 111l56 148l102 205l97 150l265 387l276 430l88 173l91 231l55 217l35 261l-7 195l-14 171l-47 260l-1538 5477l-95 219l-96 199l-112 182l-197 218l-5739 5836l-300 273l-242 204l-249 188l-233 163l-167 111l-3412 2254l-232 141l-205 96l-164 52l-64 13l-140 28l-230 14l-553-13l-2510-129l-2204 188l-34-120l-515-1817l-2066-2938l-1733-864l-110-15l-117 60l-236 398l-307 139l-120 14l-76-66l-768-670l-539-592l-95-158l-501-1201l0-656l563-1556l821-539l1283-602l262-116l298-72l1213-64l126-90l1593-1469l210-244l20-101l-258-1346l-521 43l-769-469l-2727-1878l-287-2649l-1739-1639l-221-17l-184-57l-135-103l787-5287l252 47l110-13l94-58l72-151l14-127l0-79l-46-75l-554-681l-142-103l-1522-707l-427-31l-956 264l-962 447l-1619-1092l19-136l11-2027l-709-346l-175-58l-148 6l-201 71l-625 337l-192-8l-130-52l-788-683l616-1531l1215-428l630-612l560-2082l2277 110l1991 150l751-76l869-522l-107-620l-617-821l-126-1489l345-1784l156-291l647-1139l2370-2625l116-34l109 7l1613 559l2148 227l3352-1726l71-41l63-51l22-28l23-65l465-2171l22-107l25-132l18-322l-1-144l-18-124l1774 413l3756-571l1317-1077l3-115l10-87l112-463l4848-400l64 3l72 16l51 24l59 46l43 42l43 51l21 38l29 69l19 46l348 895l387 1004l99 252l63 128l422 797l36 67l64 96l70 99l120 147l222 220l869 604l50 0l46-18l57-43l1433-863l1207-724l84-18l56 0l592 59l52 12l708 316l555 356l57 47l2012 2107l78 131l370 248l2378 1482l1494 21l7276-1278l935-1352l-36-48l-133-487l13-56l395-1027l108-236l81-126l516-46l3190-273l1196 970z"/>
<path id="9276" d="M197936 205211l1763 703l1599-473l1239-366l446-10l527 214l2884 2261l5143 4813l277 265l43 121l537 2638l365 2376l-438 959l54 769l1074 812l-1188-109l-2156-122l-410 301l-14 193l-107 746l-21 102l-38 85l-43 81l-38 60l-414 576l-1509 1995l-39 51l-45 35l-58 25l-61 13l-55-3l-1461-307l-63-15l-87-39l-74-45l-100-73l-103-85l-99-91l-75-79l-1260 839l-162 3791l7 75l242 1280l383 1791l4 41l-8 42l-144 556l-23 76l-267 455l-2432 1458l-1722 471l-686-89l-1445-404l351-292l98-91l30-68l3-69l-45-55l-626-511l-5775-1005l-1145 377l-1062 23l-478-13l-1040-111l-121-39l-81-55l-127-143l-2014-2643l-945-1355l500-380l-287-1912l-1202-778l-2280-170l-1131 445l-195 1888l-836 321l-2554-823l-1651-1996l-1050-1445l190-981l-617-1456l-1904-1800l-361-311l-329 148l-1249-1721l-903-1542l-1664-4065l51-466l79-649l-354-1236l-808-1572l-38-69l-44-52l-85-70l-141-81l-387-198l-71-71l-59-59l-64-77l-44-95l-26-89l-10-121l-15-246l10-202l162-342l1582-1047l445 585l117 283l1657-206l1578-632l2811-356l1137 1038l1833-499l1789-962l1814-3088l4077 746l1619 311l1282 1000l367 1882l2695 1487l1301 347l718-90l50-1708l463-951l1298-2513l703-1744l472 960l-112 653l-69 393l-48 271l-156 942l951 1001l16 16l1618 1198l457 192l137 55z"/>
<path id="9277" d="M183845 263665l-616 1531l788 683l130 52l192 8l625-337l201-71l148-6l175 58l709 346l-11 2027l-19 136l1619 1092l962-447l956-264l427 31l1522 707l142 103l554 681l46 75l0 79l-14 127l-72 151l-94 58l-110 13l-252-47l-787 5287l135 103l184 57l221 17l1739 1639l287 2649l2727 1878l769 469l521-43l258 1346l-20 101l-210 244l-1593 1469l-126 90l-1213 64l-298 72l-262 116l-1283 602l-821 539l-563 1556l0 656l501 1201l95 158l539 592l768 670l76 66l120-14l307-139l236-398l117-60l110 15l1733 864l2066 2938l515 1817l34 120l-348 114l-455 201l-1781 996l-568 304l-7 3l-322 135l-370 124l-279 59l-349 42l-508 12l-311 5l-768-11l-53-5l-308-9l-159 0l-117 9l-133 40l-223 96l-4456 2422l-240 144l-304 256l-181 263l-91 216l-37 102l-88 238l-115 253l-83 160l-97 143l-277 359l-1142 1275l-1227 1329l-719 689l-177 125l-160 96l-178 64l-175 28l-164 8l-732 29l-110-39l-99-46l-164-90l-200-129l-235-164l-189-159l-174-164l-489-483l-1227-1636l-239-502l23-730l20-35l40-55l30-35l-894-1672l-2009-2561l-2953-3179l-82-81l-83-71l-795-437l-160-78l-203-88l-199-76l-1427-515l-159-31l-115 7l-1562 322l-542 223l-1413-233l-2127-536l-926-1451l-561-63l-1035 295l-94 42l153 1048l-165 151l-2031-675l-1740-1082l-702-553l133-658l-401-914l-666-1361l-347-695l-1960-1822l-2202-1392l-1398-544l-2541-789l-279-512l-30-62l-826-5754l1080-695l978-654l737-562l427 1204l608 1227l234 40l1683-30l525-295l163-510l275-987l-57-332l-411-588l-142-212l-149-302l-91-337l-58-417l424-1015l92-5l2243 340l1481 271l1164 676l430 748l-53 805l-183 73l-116 164l-18 237l104 1303l401 63l2055-994l3570-2728l212-181l716-910l-5-508l1007-1715l1638 613l956-483l243-157l273-212l-1057-990l-95-261l-12-290l460-2781l121-498l110-266l539-821l102-150l275-105l4493-1071l172-3l1749 165l5016-196l1722-522l348-173l1787 1250z"/>
<path id="9278" d="M175065 224515l-641 756l-856-488l-82 92l-974 2654l653 1149l438 451l-1279 1759l-208 32l-144 35l-92 36l-68 40l-83 72l-101 114l-176 258l-49 86l-34 80l-32 91l-20 99l-4 165l18 152l352 2377l32 137l132 458l177 44l158 40l245 1389l-89 838l-635 999l-90 124l-125 120l-124 84l-239 144l-392 219l-164 79l-169 75l-124 45l-110 29l-123 25l-274 20l-423 5l-204-10l-139-20l-273-49l-120-30l-179-50l-169-49l-149-59l-157-77l-196-103l-163-95l-194-124l-204-144l-209-169l-189-164l-385 212l-712 451l-568 1179l313 495l1163 510l-245 877l-69 245l-797-130l-1492 1040l-492 878l-9 479l-1914 2270l-1733 939l-401-319l-885 268l-1285 830l-790 702l-479 409l-1803 1194l-3014-542l-1535-2106l-105-249l-555-385l-329-196l-721-209l-1442-384l-819 188l-1772 583l-1216-19l-228-368l-496-687l-1066 221l-1309 765l-1511 1195l-3119 2591l-432 419l-844-142l-638-179l-93-65l-12-104l53-108l245-208l35-92l-151-458l-720-1416l-295-36l-738 356l-1233 944l126 569l-20 241l-111 232l-505 454l-360 69l-2381-455l-1206-1435l-766-1215l-380-37l-294 245l-104 147l-120 287l-967-292l-461-161l-2398-1559l-129-198l-399-686l-47-204l-19-181l22-213l163-189l2709-1276l4270-2248l1416-2395l1594-1465l2310-1384l1011-425l912-107l1182 13l1076 949l161 383l892 54l806-362l168-101l2499-2822l356-1060l-86-234l136-1395l1231-1917l698-48l100-302l-1555-5683l-20-116l12-115l422-999l2915-1154l-30-213l-197-3347l-22-866l-569-606l127-558l1210-2144l585-166l297 76l2658-2412l3320-1897l962-369l2831-235l2728 38l2006-336l4160-919l368-401l387 198l141 81l85 70l44 52l38 69l808 1572l354 1236l-79 649l-51 466l1664 4065l903 1542l1249 1721l329-148l361 311l1904 1800l617 1456l-190 981l1050 1445zM147757 234359l-2535 274l102 1094l604 629l2662 1132l1115 313l315-89l4242-2076l1102-654l939-227l574 54l696 377l1297-1948l-211-2761l-126-46l-187-59l-193-51l-157-25l-1730-17l-142 34l-178 68l-110 54l-120 83l-87 108l-66 126l-120 551l-41 96l-65 82l-125 65l-150 32l-164 0l-189-49l-1045-437l-692-884l-1224-928l-2123-481l-131-29l-153 17l-110 46l-85 68l-89 102l-762 1519l-422 1275l-111 693l-55 1357l50 512z"/>
<path id="9279" d="M166298 242225l517 3480l541 1787l700 512l1191 785l255 1548l-711 373l85 554l2622 4002l151 174l2651 1484l1038 0l1227 8l1938 437l1621 530l416 1208l-21 635l-92 346l-231 342l-43 463l60 300l795 955l116 66l107 53l115 43l123 23l589 82l-348 173l-1722 522l-5016 196l-1749-165l-172 3l-4493 1071l-275 105l-102 150l-539 821l-110 266l-121 498l-460 2781l12 290l95 261l1057 990l-273 212l-243 157l-956 483l-1638-613l-1007 1715l5 508l-716 910l-212 181l-3570 2728l-2055 994l-401-63l-104-1303l18-237l116-164l183-73l53-805l-430-748l-1164-676l-1481-271l-2243-340l-92 5l-424 1015l58 417l91 337l149 302l142 212l411 588l57 332l-275 987l-163 510l-525 295l-1683 30l-234-40l-608-1227l-427-1204l-1092-1449l-428-681l-167-381l-301-817l189-315l637-420l216-91l144 268l479-312l71-62l75-92l67-155l-1086-1525l-1551-199l-2810-100l-209 4l-28 603l24 141l-1680 2147l-194 234l-116-58l-573-737l-64-866l169-193l29-158l-41-158l-456-675l-1083-782l-459-285l-886 55l-909-249l-15-1089l569-1576l642-1389l-499-888l-372-871l-7-252l1054-1835l106-43l908-284l233-63l462-101l-400-3150l-630-732l-177-201l-182-121l-218-60l-2162-1181l-1231-2103l27-682l432-419l3119-2591l1511-1195l1309-765l1066-221l496 687l228 368l1216 19l1772-583l819-188l1442 384l721 209l329 196l555 385l105 249l1535 2106l3014 542l1803-1194l479-409l790-702l1285-830l885-268l401 319l1733-939l1914-2270l9-479l492-878l1492-1040l797 130z"/>
<path id="9361" d="M92533 172272l840-1809l2071-783l1268-677l2085-1984l169-713l703 0l2674 3553l172 2012l-3873 2774l-1696 974l-152-53l-2691-1459l-1051-771l-519-1064z"/>
<path id="9362" d="M111767 219958l38-151l396-597l-58-1689l1530-809l448 399l1417 96l1356-858l25-198l-5-184l-31-102l-84-123l-84-105l-36-137l-71-800l-29-344l-20-241l-3-166l2566-1357l452 646l64 120l15 115l-22 128l-57 128l-192 411l23 682l305 630l575 220l842-91l494-52l328 1978l853 2411l774 1983l-1013 2041l-3110 676l-385 39l-1962 110l-1505-485l-525-249l-2627-2968l-66-78l-239-311l-125-165l-151-213l-88-170l-13-170z"/>
<path id="9363" d="M112843 146098l293-321l406 158l1864-1702l1571-1522l499-794l2596 435l1147 446l5423 3530l786 1147l-511 2133l-186 535l-670 395l-382 41l-517-41l279-600l-38-232l-1432-2044l-422-425l-250-22l-2259 102l-593 30l-818 1506l-920 1910l52 677l-17 92l-375 803l-635 275l-204-7l-869-1016l-56-666l-2499-3595l-1263-1228z"/>
<path id="9371" d="M116880 160113l-1985 533l-1122 1451l64 1104l157 379l410 480l1084 1457l63 685l-996 1034l-1007 210l-111-304l103-154l106-551l-238-303l-233-42l-1266-14l-866 213l-224 117l195 617l40 189l290 1612l204 2226l-308 2028l-100 293l-1766-130l-1761-249l-167-294l-361-30l153 671l431 1219l1621 1660l1057 833l504-11l1395 361l580 240l484 278l16 61l209 867l-184 3036l-1133 859l-91 11l-292-459l191-349l-427-158l-955-244l-175-15l-1945 554l63 663l441 368l698 28l-712 1991l-607 621l-1046 390l-278 165l-337 481l-1695 3701l203 831l1401 1292l-562 1426l-826 2025l435 659l206 599l8 87l-791 32l-423-175l-331-413l-70-149l-630-3051l0-327l98-320l8-137l-75-216l-356-583l-513-342l-4131-1891l-285-99l-1876-231l-703-86l-684-48l-506-108l-3705-2837l-868-741l135-128l-1470-1462l-642-285l-348 470l-582 999l-115 445l64 201l-933 404l-1618-763l-1997-1284l-538-734l-15-1801l158-566l436-324l75-103l87-741l-266-950l-339-790l-1365-702l-241 85l-190 399l-239 207l-497 258l-645-123l-1154-1267l-75-1507l-1056-555l-111-788l10-460l146-295l708-1250l730-753l814-1408l378-1098l-462-749l-1952-2530l-1256-208l-573 68l-111-94l-175-150l-102-380l744-1840l515-1266l20-374l-148-249l-1103-182l-893-32l-570-437l-197-280l136-244l137-245l692-652l337-172l988 522l783-572l1114-1880l-338-795l-507-622l-629-994l114-231l682-702l1393-718l784 707l198-292l350-607l107-639l-259-1702l-2223-2190l-320-6267l1572-1337l696-726l229-1056l-442-812l241-290l1841-657l102-28l662-88l1316 3354l817 2093l-26 1115l-745 5941l-498 1654l0 181l77 162l154 160l163 74l1316 525l1639 78l2303-33l1221-93l366-202l1200-900l867-719l162-218l67-130l152-463l91-144l91-98l710-376l1445-175l109 12l792 492l1063 805l2886 654l890-553l787-437l909-247l2418 128l2114 394l1452 3826l-40 265l-293 1925l2554 810l2097-103l1211 60l2936 1327l652 774l181 726l-283 441zM98966 166306l-169 713l-2085 1984l-1268 677l-2071 783l-840 1809l519 1064l1051 771l2691 1459l152 53l1696-974l3873-2774l-172-2012l-2674-3553l-703 0z"/>
<path id="9372" d="M154194 167031l273 124l17 0l203 28l88 43l914 706l701 1966l45 1056l-9 146l-32 176l-119 412l792 390l956 463l2013 143l1851 1555l1947 1715l226 1274l-161 874l1612 3021l1732 641l5219 687l1057-36l-9-59l-30-100l-85-180l-61-113l-374-641l-52-111l-150-644l1608 12l3582 678l1642 897l4231 3165l178 1891l-292 916l599 1525l2024 1511l633 267l1462 2194l1677 2706l554 437l3318 2587l696 177l-703 1744l-1298 2513l-463 951l-50 1708l-718 90l-1301-347l-2695-1487l-367-1882l-1282-1000l-1619-311l-4077-746l-1814 3088l-1789 962l-1833 499l-1137-1038l-2811 356l-1578 632l-1657 206l-117-283l-445-585l-1582 1047l-162 342l-10 202l15 246l10 121l26 89l44 95l64 77l59 59l71 71l-368 401l-4160 919l-2006 336l-2728-38l-2831 235l-962 369l-3320 1897l-2658 2412l-297-76l-585 166l-1210 2144l-127 558l569 606l-191 317l-71 48l-86-5l-2084-776l-1407-1211l119-919l529-437l-989-3701l-604-489l-847-369l-2078-306l-435-7l284 253l335 120l503 255l103 412l-1659 810l-2929-46l-221-250l-817-4003l124-282l575-212l97-119l20-211l-290-868l-854-1450l236-582l1001-3065l593-917l1537-804l130 9l1434 2l430-44l1565-2251l132-2141l41-702l-90-772l-73-40l-72-21l64-271l855-820l2727-797l1295 87l195-160l2172-4942l-1430-232l-753-2460l-108-1501l291-4444l769-1279l377-306l1709-411l346-62l340 263l1012-534l425-541l-1139-1767l-888-987l-189-335l402-409l836-704l832-463l1306-611l1665-961l1001-873l314-741l652-213l824 130l-113 419l-354 852z"/>
<path id="9373" d="M76705 175072l1056 555l75 1507l1154 1267l645 123l497-258l239-207l190-399l241-85l1365 702l339 790l266 950l-87 741l-75 103l-436 324l-158 566l15 1801l538 734l1997 1284l1618 763l933-404l-64-201l115-445l582-999l348-470l642 285l1470 1462l-135 128l868 741l3705 2837l506 108l684 48l703 86l1876 231l285 99l4131 1891l513 342l356 583l75 216l-8 137l-98 320l0 327l630 3051l70 149l331 413l-238 2330l-505 848l-1440 1580l-1585 262l-1676 158l-225 1066l-420 413l-774 754l-1389-726l-309-767l-382-960l-305-131l-857 702l-311 548l-413 1281l-130 1152l-394 1268l-1023-203l-272 156l-798 805l-294 347l401 1598l-1427 748l-1453 359l-854 220l-1564 1650l-183 334l60 1633l-35 1259l-1080 2631l-23 1319l-795 765l-2412 2l-196 213l-156 1416l786 1181l-1137 2243l-396 1389l-374-220l-2352-3841l-1680-2287l-1385-2222l576-1753l1032-2140l-111-237l-372-356l-1083-387l-1460-401l-302 154l-851 1342l-2987-39l-1320-331l-3135-1219l-536-981l-1626-2910l-270-319l-367-18l-961 109l-733-138l-484-1265l-756-3815l108-607l217-979l-562-542l-1389-517l-1238-261l-612-2079l0-247l131-79l1679 0l430 55l664-1103l131-2572l-905-2609l-617-533l-291-139l-1093-47l-517 89l-800 344l-3036-426l-1289-2621l88-738l3757-2264l471-115l1820 329l1533 587l650 490l1551 806l591 286l146-54l183-68l3405-2682l457-1262l-16-378l302-1663l2101-4056l1569-2375l1608-1050l3330 881l1665 418l522-24l285-121l427-263l337-286l-49-290z"/>
<path id="9374" d="M136932 136247l-18 333l4 144l259 1141l693 1221l1985 2879l98 119l130 125l181 128l174 65l115 42l119 15l94 5l4998 1517l37 98l606 2006l26 101l-15 98l-290 1340l-117 2379l539 1544l469-6l444-221l277-135l596 21l335 50l133 69l1202 3617l13 83l6 72l-22 144l-275 1685l254 1052l1405 1838l-1995-934l-156-16l-1185 960l-789 748l-204 177l-315 53l-238-107l-1958-973l-1134-314l-3729 2246l-770-264l-537-43l-2793 1248l-908 691l-490 567l121 151l-217 547l-758-110l-2463-1123l-826-468l83-662l109-1160l-1399-630l-324-111l-883 638l-364 147l-62-24l-43-75l-1078-2155l-176-849l-467-1358l-945-1135l-1660-223l-119-293l-57-28l-214-12l-39 51l-175 254l-464 1140l-19 825l-86 385l-3343 2259l-1438 277l283-441l-181-726l-652-774l-2936-1327l-1211-60l-2097 103l-2554-810l293-1925l40-265l-1452-3826l-2114-394l-2418-128l-909 247l-787 437l-890 553l-2886-654l-1063-805l-792-492l-109-12l-1445 175l-710 376l-91 98l-91 144l-152 463l-67 130l-162 218l-867 719l-1200 900l-366 202l-1221 93l-2303 33l-1639-78l-1316-525l-163-74l-154-160l-77-162l0-181l498-1654l745-5941l26-1115l-817-2093l-1316-3354l-284-278l230-4001l664-838l2601 85l2069-1396l1824-2332l573-121l411-85l272 322l297 52l764 130l1655-78l2330-961l895-583l1444 199l677 2445l614 620l540 544l467 452l1837 1235l2981-705l183-103l1314-879l877-919l412-203l1531 1265l510 573l62 136l457 1439l891 612l2903 317l436-117l392-167l230-1045l67-924l-148-788l117-387l675-1102l3060-1704l1572-1898l447-83l476 934l772 2831l3338 5559l856 424l5333 807l4836 443l245-44l670-464zM113136 145777l-293 321l1263 1228l2499 3595l56 666l869 1016l204 7l635-275l375-803l17-92l-52-677l920-1910l818-1506l593-30l2259-102l250 22l422 425l1432 2044l38 232l-279 600l517 41l382-41l670-395l186-535l511-2133l-786-1147l-5423-3530l-1147-446l-2596-435l-499 794l-1571 1522l-1864 1702l-406-158z"/>
<path id="9375" d="M131895 203432l854 1450l290 868l-20 211l-97 119l-575 212l-124 282l817 4003l221 250l2929 46l1659-810l-103-412l-503-255l-335-120l-284-253l435 7l2078 306l847 369l604 489l989 3701l-529 437l-119 919l1407 1211l2084 776l86 5l71-48l191-317l22 866l197 3347l30 213l-2915 1154l-422 999l-12 115l20 116l1555 5683l-100 302l-698 48l-1231 1917l-136 1395l86 234l-356 1060l-2499 2822l-168 101l-806 362l-892-54l-161-383l-1076-949l-1182-13l-912 107l-1011 425l-2310 1384l-1594 1465l-1416 2395l-4270 2248l-2709 1276l-163 189l-22 213l19 181l47 204l399 686l-2676-639l741-3450l-117-1195l-322-1835l-276-1463l192-1140l133-316l190-252l801-560l102-64l107-20l154 37l448 219l220-1646l-57-322l-70-196l-703-1757l-972-989l-781-15l-493 347l-347-288l-499-432l-315-2211l271-733l-386-357l-557-198l-5898-1386l-2170 289l-791 651l-171 99l-1287 162l-607-519l-283-545l-13-110l63-97l724 342l350-428l-14-660l-973-1885l-1680-2863l-448-664l-1897-977l-2507 38l-1668 411l-1079 1552l-409 759l-138 1040l-1425 790l-2490-1445l-519-1724l-782-383l-1152-518l-669-214l-483 654l-753 250l-782 34l-115-262l23-1319l1080-2631l35-1259l-60-1633l183-334l1564-1650l854-220l1453-359l1427-748l-401-1598l294-347l798-805l272-156l1023 203l394-1268l130-1152l413-1281l311-548l857-702l305 131l382 960l309 767l1389 726l774-754l420-413l225-1066l1676-158l1585-262l1440-1580l505-848l973 37l2983 1014l1259 1637l2428 721l1459 388l1004 1022l576 235l1218 449l107-178l348-1560l1254-1137l1039-652l882-177l697-659l-180-580l-566-1818l-76-688l2005-1554l130-60l285-9l344 912l45 508l164 947l199 935l469 984l2529 2541l1473 363l2524-976l300 29l184 114l1375 1046zM111805 219807l-38 151l13 170l88 170l151 213l125 165l239 311l66 78l2627 2968l525 249l1505 485l1962-110l385-39l3110-676l1013-2041l-774-1983l-853-2411l-328-1978l-494 52l-842 91l-575-220l-305-630l-23-682l192-411l57-128l22-128l-15-115l-64-120l-452-646l-2566 1357l3 166l20 241l29 344l71 800l36 137l84 105l84 123l31 102l5 184l-25 198l-1356 858l-1417-96l-448-399l-1530 809l58 1689l-396 597z"/>
<path id="9376" d="M122834 155255l1660 223l945 1135l467 1358l176 849l1078 2155l43 75l62 24l364-147l883-638l324 111l1399 630l-109 1160l-83 662l826 468l2463 1123l758 110l217-547l-121-151l490-567l908-691l2793-1248l537 43l770 264l3729-2246l1134 314l1958 973l238 107l315-53l204-177l789-748l1185-960l156 16l1995 934l-271 443l17 108l1277 731l601 245l422 172l556-41l112-453l116-82l339 53l151 150l491 873l0 3766l-13 123l-16 120l-19 48l-46 84l-637 999l-273-124l354-852l113-419l-824-130l-652 213l-314 741l-1001 873l-1665 961l-1306 611l-832 463l-836 704l-402 409l189 335l888 987l1139 1767l-425 541l-1012 534l-340-263l-346 62l-1709 411l-377 306l-769 1279l-291 4444l108 1501l753 2460l1430 232l-2172 4942l-195 160l-1295-87l-2727 797l-855 820l-64 271l72 21l73 40l90 772l-41 702l-132 2141l-1565 2251l-430 44l-1434-2l-130-9l-1537 804l-593 917l-1001 3065l-236 582l-1375-1046l-184-114l-300-29l-2524 976l-1473-363l-2529-2541l-469-984l-199-935l-164-947l-45-508l-344-912l-285 9l-130 60l-2005 1554l76 688l566 1818l180 580l-697 659l-882 177l-1039 652l-1254 1137l-348 1560l-107 178l-1218-449l-576-235l-1004-1022l-1459-388l-2428-721l-1259-1637l-2983-1014l-973-37l238-2330l423 175l791-32l-8-87l-206-599l-435-659l826-2025l562-1426l-1401-1292l-203-831l1695-3701l337-481l278-165l1046-390l607-621l712-1991l-698-28l-441-368l-63-663l1945-554l175 15l955 244l427 158l-191 349l292 459l91-11l1133-859l184-3036l-209-867l-16-61l-484-278l-580-240l-1395-361l-504 11l-1057-833l-1621-1660l-431-1219l-153-671l361 30l167 294l1761 249l1766 130l100-293l308-2028l-204-2226l-290-1612l-40-189l-195-617l224-117l866-213l1266 14l233 42l238 303l-106 551l-103 154l111 304l1007-210l996-1034l-63-685l-1084-1457l-410-480l-157-379l-64-1104l1122-1451l1985-533l1438-277l3343-2259l86-385l19-825l464-1140l175-254l39-51l214 12l57 28l119 293z"/>
<path id="9377" d="M136932 136247l-670 464l-245 44l-4836-443l-5333-807l-856-424l-3338-5559l-772-2831l-476-934l-447 83l-1572 1898l-3060 1704l-675 1102l-117 387l148 788l-67 924l-230 1045l-392 167l-436 117l-2903-317l-891-612l-457-1439l-62-136l-510-573l-1531-1265l-412 203l-877 919l-1314 879l-183 103l-2981 705l-1837-1235l-467-452l-540-544l-614-620l-677-2445l-182-1283l76-3015l100-581l-1291-2418l-1167-1887l-688-196l-10-1610l86-960l162-621l1268-565l161-40l217 51l84 53l360 234l708 296l811 27l2473-1207l149-381l-49-505l802 902l2296-553l1497-425l3158-421l2800 233l4202-308l818-613l1857-746l933-327l1985-532l393-376l426-733l69-207l52-262l-96-654l-232-318l-17-1119l128-113l244-77l130-26l1628-104l950-18l392-355l794-1174l206-1060l905-252l484 561l1177-373l146-12l115 18l123 43l1128 571l72 101l834 1937l3809 2175l1524 793l1540 528l2611 643l275 45l81 45l136 76l1649 1201l696 1067l-434 773l-713 759l-127 29l-119 91l-105 108l-452 842l-3 6l-40 114l1 185l54 145l574 979l1147 280l3178 848l250 113l199 125l146 135l99 120l63 157l160 843l42 281l15 489l-15 167l-155 427l-571 872l-1546 2797l-1293 3102l-51 72l-571-275l-212-113l-263 34l-109 50l-296 405l-294 456l-19 168l88 1622l126 3018l-1 10l-28 188l-76 105l-90 77l-4773 2930l-144 397z"/>
<path id="9461" d="M23414 122398l1163-688l2581-1193l1367-524l696-240l1116-343l148-83l950 814l279 251l191 221l196 269l194 445l361 1372l58 338l100 1408l-8 112l-468 2518l-1396 1396l-366 26l-999-451l-2103-984l-3161-2112l-412-635l-487-1917z"/>
<path id="9462" d="M74984 114681l314-366l-182-197l943-713l841-209l653-75l718 473l584 164l1586 342l1216-315l2207 3334l208 369l-118 484l-783-77l-225-246l-191-34l-1360 782l-718 761l-52 57l-17 51l-194 617l-76 382l182 184l283 199l3 524l-635 956l-312 392l-615 257l-2140 229l-335-84l-1054-372l-61-285l123-1000l-2006-2856l-2374-1714l-95-324l234-843l526-582l1469 257l911 280l279-8l488-592l-225-202z"/>
<path id="9463" d="M27577 79728l372-365l944-135l833-533l317-433l604-140l1401-204l899 554l825 816l2586 2078l960 59l848-707l588-267l386 135l850 550l145 399l-2006 1270l-2873 1504l-1677 575l-3066-831l-1909-1173l944-7l247-144l188-608l-2-692l-272-221l-1479-1148l-653-332z"/>
<path id="9464" d="M98935 71243l-187 234l306 243l651 270l2087-16l1259-245l422 230l1129 1447l144 1623l-2721 3583l-1567 1836l-119 12l-1533-63l-102-10l-4319-3699l-684-625l1211-858l580-10l1875-791l306-191l554-463l40-429l114-1558l-430-916l984 396z"/>
<path id="9471" d="M53480 112021l206 88l192 1143l-1020 505l-1620 689l-1473 1642l93 549l856 579l304-106l261 541l-302 1268l-530 1657l-558 461l-150 933l-159 1603l144 523l1734 510l1182 44l376 607l-370 778l-244 2266l-673 770l-1897 131l-420-77l-937-226l126-193l-348-401l-422-187l-1239 41l-526 35l-644 174l-1769 479l-291 588l69 418l-69 1093l-196 1725l-1256 1056l-528 179l-573-144l-884 83l-932 345l-1992 905l-4346 869l-1043-366l-323 0l-347 352l-138 414l-43 488l-615-532l-138-513l214-233l47-36l54-38l-417-660l-3261 1755l-2668 2015l-142 133l-112 120l-185 276l-71 142l-79 238l-1708-412l-1275-1621l-643-497l-2475-1220l-618-609l-765-525l-422 26l-2350 2290l-766 1039l15 197l1172 493l1022 388l-812 1568l-1460 1340l-1191 144l-899-1249l-705-673l-997-38l-2106-634l-2111-895l-604-367l201-859l7-339l-12-286l-1405-2282l-2003-668l-1015 941l-244 122l-1109 98l-291-125l-195-199l-1300-3450l-90-398l1041-1430l-1047-801l-182-691l672-2374l334-829l534 53l550 56l1242 526l886 115l113-357l8-237l953 252l180 19l2321-48l2925 211l591 539l-382 553l-79 145l-90 255l125 473l599-34l1310-659l294-193l174-155l106-211l52-208l1649-2257l576-280l2403-1778l2870-3690l1744-3168l-11-617l277-2931l516-3957l166-863l605-303l212-32l462-65l498 694l477 351l373-5l360-6l548-250l598-652l2-985l5-1094l321-952l466-309l904 301l207-86l289-902l-279-1089l1829-102l470 564l-277 1093l-360 391l493 1604l685 1899l628 364l1650 372l205-1089l1183-445l401 151l1771 846l681 462l325 712l-329 510l-450-171l-80 434l183 313l321 179l795 215l526 98l2747-1015l1927-1161l3608-1533l4097-1083l329 82l763 832l-410 669l-1209 1110l-875 284l-205-294l-384 240l-390 749l-50 390l670 529l2335 922l3383 1569l792 467zM30337 119410l-1116 343l-696 240l-1367 524l-2581 1193l-1163 688l487 1917l412 635l3161 2112l2103 984l999 451l366-26l1396-1396l468-2518l8-112l-100-1408l-58-338l-361-1372l-194-445l-196-269l-191-221l-279-251l-950-814l-148 83z"/>
<path id="9472" d="M92144 98862l916 262l438 304l762 1087l-119 382l533 1687l700 461l2470 2490l473 891l8 199l-1077 455l17 546l1305 1185l1619 2228l381 1496l49 505l-149 381l-2473 1207l-811-27l-708-296l-360-234l-84-53l-217-51l-161 40l-1268 565l-162 621l-86 960l10 1610l688 196l1167 1887l1291 2418l-100 581l-76 3015l182 1283l-1444-199l-895 583l-2330 961l-1655 78l-764-130l-297-52l-272-322l-411 85l-573 121l-1824 2332l-2069 1396l-2601-85l-664 838l-230 4001l284 278l-662 88l-102 28l-1841 657l-241 290l442 812l-229 1056l-696 726l-1572 1337l-478-56l-59 246l-307 1984l163 1015l188 57l402 244l14 96l113 2224l-251 2025l-123 472l-522 224l-269 18l-969-337l-1344-627l-76-23l-1135 220l-243 90l-4583 2095l-115 190l211 856l-195 505l-166 95l-2063-1193l-461-849l102-1090l-1179-2922l-283-77l-339 281l-274-667l-699-3461l221-2289l212-1590l620-1195l960-199l95-226l-197-1483l-622-1092l-710-126l-1042-328l-268-556l976-1280l377 38l119-453l-75-248l-666-482l-2091-1114l-164 261l421 483l-42 516l-134 225l-693 303l-404 170l-401 147l-129-80l-109-74l-399-346l-104-108l-2030-3196l-81-147l-451-958l-161-565l92-666l533-644l-16-435l-761-1026l-1266 41l-310 322l-376-607l-1182-44l-1734-510l-144-523l159-1603l150-933l558-461l530-1657l302-1268l-261-541l-304 106l-856-579l-93-549l1473-1642l1620-689l1020-505l-192-1143l-206-88l743-1201l327-37l1587 1327l249 1000l-290 282l-354 844l293 461l1277 166l1250-14l1927 1137l99 584l215 289l1110 694l1283 357l252 41l243-106l618-1089l229-1686l1186-2918l196-243l1002-306l570 164l161 457l1594 321l7927-2888l5106-3720l201-586l-187-498l-321-285l-6-2110l1294-567l1789-1295l-265-381l-537-627l-126-1103l74-1857l2477 351l939-192l3530-527l211 239l791 2363zM75298 114315l-314 366l225 202l-488 592l-279 8l-911-280l-1469-257l-526 582l-234 843l95 324l2374 1714l2006 2856l-123 1000l61 285l1054 372l335 84l2140-229l615-257l312-392l635-956l-3-524l-283-199l-182-184l76-382l194-617l17-51l52-57l718-761l1360-782l191 34l225 246l783 77l118-484l-208-369l-2207-3334l-1216 315l-1586-342l-584-164l-718-473l-653 75l-841 209l-943 713l182 197z"/>
<path id="9473" d="M31670 68061l298 406l596 830l0 768l1749 1894l833-278l-91-1297l1050 144l1986 339l579 841l-2 103l-754 139l306 648l459 99l2792-1320l367-1042l881-212l864-13l189 73l1519 1891l1531 1982l53 191l72 575l-101 144l-413 71l-955 701l-420 576l-62 715l91 551l618 1192l346 470l2268 1771l652-81l110-123l469 447l238 399l209 716l-679 3028l-26 106l-634 1063l-743 1175l-163 137l-4 200l97 182l215 225l237 164l489 90l1036-274l-16 349l-1140 1254l-318 176l-403 44l-3326-969l-517-615l5-379l-469-350l-667-396l-4374-584l-1453-48l-1278 154l-809 136l-180 102l-140 187l-47 227l23 249l1189 1210l514 323l-69 1487l-100 260l-1181 341l-2467 1320l-2306 1376l-137 175l-360 684l-93 317l886 88l1367 1211l94 613l-815 1110l-494-58l-285-420l-469-206l-399 21l-1115 646l-883 568l-143 330l-198 1063l282 299l-1829 102l-151-1011l-1-181l-3-619l83-564l50-249l241-665l56-153l154-211l130-154l151-180l105-225l419-1275l25-125l-29-126l-101-222l-135-180l-1475-1083l-142-51l-480 238l-157 406l-833 424l-1905 754l-795-64l-1063-808l-88-92l-66-134l-140-1146l-47-505l7-442l14-176l87-248l149-172l320-197l-104-1929l-1309-3103l-1182-537l-1147-325l-187-59l9-1816l58-258l320-220l1147 299l-142 538l1689 238l4140 401l570-157l664-435l215-253l213-856l-62-1417l-319-739l-403-193l-149 89l-191 6l-2062-647l-2708-1678l-3782-2965l-223-3704l149-1005l1781 72l515 418l186 95l202 16l201-60l187-186l1118-1293l479-934l378-546l5274-276l2804 286l603-281l1738-627l330 51l588 623zM27949 79363l-372 365l653 332l1479 1148l272 221l2 692l-188 608l-247 144l-944 7l1909 1173l3066 831l1677-575l2873-1504l2006-1270l-145-399l-850-550l-386-135l-588 267l-848 707l-960-59l-2586-2078l-825-816l-899-554l-1401 204l-604 140l-317 433l-833 533l-944 135z"/>
<path id="9474" d="M62689 147785l-534 37l-519 224l-616 620l-722 1257l-87 180l-868 1051l-1008 427l-591 394l-908 1448l-468 1444l-186-260l-1009-61l-2378 794l-2126 912l-1602 384l-4631-84l-419-72l-1545-1104l-2073-4124l-323-2382l-1181-1766l-2552 2l-2001-1048l-2894-1640l-364-262l-663-519l84-831l612 278l865 29l80-4l486-371l0-377l-1301-4116l-486-1393l43-488l138-414l347-352l323 0l1043 366l4346-869l1992-905l932-345l884-83l573 144l528-179l1256-1056l196-1725l69-1093l-69-418l291-588l1769-479l644-174l526-35l1239-41l422 187l348 401l-126 193l937 226l420 77l1897-131l673-770l244-2266l370-778l310-322l1266-41l761 1026l16 435l-533 644l-92 666l161 565l451 958l81 147l2030 3196l104 108l399 346l109 74l129 80l401-147l404-170l693-303l134-225l42-516l-421-483l164-261l2091 1114l666 482l75 248l-119 453l-377-38l-976 1280l268 556l1042 328l710 126l622 1092l197 1483l-95 226l-960 199l-620 1195l-212 1590l-221 2289l699 3461l274 667z"/>
<path id="9475" d="M100959 63001l868 130l808 736l1734 2125l619 1247l512 1081l-361 763l-84 729l-105 1232l260 208l1212-553l2214 1413l256 223l1858 816l526-201l1674 2l243 48l462 1005l237 534l1354 808l207 136l122 97l95 76l14 33l1082 3257l-4 149l-84 184l-857 624l-195 80l-525 110l-217 70l-955 607l-532 1112l-29 88l352 446l978 999l914 330l1034 319l119-10l624 87l670 312l116 87l101 166l193 600l2 7l-870 589l-1416 471l-1787-530l-606-207l-95-88l-74-163l-753-387l-1086 765l-824 604l-460 644l-360 545l12 343l-852 1691l-31 29l-1989 1147l-988 450l-87-201l139-1134l240-665l4-45l-2073-1556l-233-6l-749 138l-1021 200l-264 190l209 958l-992 2591l-2554 3045l-1695 1389l-2525 2062l-900 503l-1647 177l-791-2363l-211-239l-3530 527l-939 192l-2477-351l-998 736l-508 369l-255-58l-540-658l-253-646l-48-224l33-166l348-933l55-116l349-133l332-43l1185 502l69-13l99-134l843-2154l5-197l-137-184l-396-208l-412-82l-232-43l-123 651l-99 244l-1014-443l-456-251l692-1313l1076-505l216-1485l-213-829l-1148-2806l-345-598l-753-135l-241-13l-552 37l-1533-238l-144-1270l873-1334l267-24l194-180l-191-563l-420-311l-49-20l-40-6l-512-65l-431 58l-64 33l-78 45l-619 515l-110 96l-515 653l-99 65l-155 72l-143 31l-189 21l-521-39l-1692-640l-182-99l-108-61l-120-120l-55-94l-39-170l-285-545l-196-485l392-290l1074-658l515-453l38-1330l-34-96l-313-663l-381-766l-447-281l-1202-1278l-40-116l-3-128l597-2365l160-585l125-238l3354-2931l652-61l520-313l283-215l-159-322l-382-732l1098 1106l100 73l118 53l136 33l130 7l5243-1431l2934-1208l754-567l1848-406l83-15l1044-100l95 8l90 29l460 513l64 77l774 1348l337 813l13 94l34 87l90 68l132 76l114 14l3030-1280l745-1003l194-483l86-164l123-86l2137-914l269-57l316 15zM98935 71243l-984-396l430 916l-114 1558l-40 429l-554 463l-306 191l-1875 791l-580 10l-1211 858l684 625l4319 3699l102 10l1533 63l119-12l1567-1836l2721-3583l-144-1623l-1129-1447l-422-230l-1259 245l-2087 16l-651-270l-306-243l187-234z"/>
<path id="9476" d="M69565 62681l273 139l1037 3484l1640 2069l702 41l1983-400l463-425l136-394l-4-416l96-325l186-260l186-66l1384-258l76 3l85 11l103 41l74 52l383 324l382 732l159 322l-283 215l-520 313l-652 61l-3354 2931l-125 238l-160 585l-597 2365l3 128l40 116l1202 1278l447 281l381 766l313 663l34 96l-38 1330l-515 453l-1074 658l-392 290l196 485l285 545l-816 827l-1006 284l-861 216l-1193 1020l-2086 1795l-2332 2336l-455 689l-203 350l458 77l675 778l420 858l-1986 869l-165 0l-556-38l-609-561l-439-646l-1308 946l-128 1113l-54 178l-1371 772l-311 85l-3946-95l-1403-1089l-2262-2591l173-751l-532-386l-1923-27l-59 306l-1036 274l-489-90l-237-164l-215-225l-97-182l4-200l163-137l743-1175l634-1063l26-106l679-3028l-209-716l-238-399l-469-447l125-1047l414-1345l51-12l1307 969l736 741l1583 1050l396-191l546-652l-111-2814l-253-2408l-15-104l512-3473l1052-285l249-257l43-250l-423-1996l-548-1645l-366-2466l119-1653l0-354l-8-46l-10-45l-274-811l-887-2394l-97-218l-306-387l-64-152l-5-144l165-698l229-256l454-147l232 12l323 143l688-244l983-341l986-18l1347-560l69-106l173-750l503-1249l839-1192l142-42l1591-235l448 56l3414 682l118 29l74 46l88 83l148 218l184 290l539 891l20 79l4 99l-15 213l-223 537l-143 76l-177-24l-871-295l-23 49l-18 2503l49 2436l15 105l57 378l93 262l278 204l1905 1124l2030-97z"/>
<path id="9477" d="M84196 96628l-74 1857l126 1103l537 627l265 381l-1789 1295l-1294 567l6 2110l321 285l187 498l-201 586l-5106 3720l-7927 2888l-1594-321l-161-457l-570-164l-1002 306l-196 243l-1186 2918l-229 1686l-618 1089l-243 106l-252-41l-1283-357l-1110-694l-215-289l-99-584l-1927-1137l-1250 14l-1277-166l-293-461l354-844l290-282l-249-1000l-1587-1327l-327 37l-199-252l-273-1400l1109-346l470 499l213-4l550-658l1061-1604l382-607l346-2175l-39-604l-337 41l-466-945l3-631l1168-3918l1738-1521l992 147l174-49l427-1995l92-577l-455-144l-109-12l-196 71l-77 368l-605-100l-184-225l77-1164l1371-772l54-178l128-1113l1308-946l439 646l609 561l556 38l165 0l1986-869l-420-858l-675-778l-458-77l203-350l455-689l2332-2336l2086-1795l1193-1020l861-216l1006-284l816-827l39 170l55 94l120 120l108 61l182 99l1692 640l521 39l189-21l143-31l155-72l99-65l515-653l110-96l619-515l78-45l64-33l431-58l512 65l40 6l49 20l420 311l191 563l-194 180l-267 24l-873 1334l144 1270l1533 238l552-37l241 13l753 135l345 598l1148 2806l213 829l-216 1485l-1076 505l-692 1313l456 251l1014 443l99-244l123-651l232 43l412 82l396 208l137 184l-5 197l-843 2154l-99 134l-69 13l-1185-502l-332 43l-349 133l-55 116l-348 933l-33 166l48 224l253 646l540 658l255 58l508-369l998-736z"/>
<path id="9478" d="M49822 88467l59-306l1923 27l532 386l-173 751l2262 2591l1403 1089l3946 95l311-85l-77 1164l184 225l605 100l77-368l196-71l109 12l455 144l-92 577l-427 1995l-174 49l-992-147l-1738 1521l-1168 3918l-3 631l466 945l337-41l39 604l-346 2175l-382 607l-1061 1604l-550 658l-213 4l-470-499l-1109 346l273 1400l199 252l-743 1201l-792-467l-3383-1569l-2335-922l-670-529l50-390l390-749l384-240l205 294l875-284l1209-1110l410-669l-763-832l-329-82l-4097 1083l-3608 1533l-1927 1161l-2747 1015l-526-98l-795-215l-321-179l-183-313l80-434l450 171l329-510l-325-712l-681-462l-1771-846l-401-151l-1183 445l-205 1089l-1650-372l-628-364l-685-1899l-493-1604l360-391l277-1093l-470-564l-282-299l198-1063l143-330l883-568l1115-646l399-21l469 206l285 420l494 58l815-1110l-94-613l-1367-1211l-886-88l93-317l360-684l137-175l2306-1376l2467-1320l1181-341l100-260l69-1487l-514-323l-1189-1210l-23-249l47-227l140-187l180-102l809-136l1278-154l1453 48l4374 584l667 396l469 350l-5 379l517 615l3326 969l403-44l318-176l1140-1254l16-349z"/>
<path id="9479" d="M118471 85313l1000 898l65 63l860 1141l902 1282l52 93l1084 2171l-15 455l-261 637l-572 945l-496 850l-39 583l185 1541l213 1409l22 119l54 66l760 730l1534 870l8 3l71 5l133-13l1502 961l1454 1020l-818 1039l-175 320l-63 139l-49 292l36 131l67 86l-206 1060l-794 1174l-392 355l-950 18l-1628 104l-130 26l-244 77l-128 113l17 1119l232 318l96 654l-52 262l-69 207l-426 733l-393 376l-1985 532l-933 327l-1857 746l-818 613l-4202 308l-2800-233l-3158 421l-1497 425l-2296 553l-802-902l-381-1496l-1619-2228l-1305-1185l-17-546l1077-455l-8-199l-473-891l-2470-2490l-700-461l-533-1687l119-382l-762-1087l-438-304l-916-262l1647-177l900-503l2525-2062l1695-1389l2554-3045l992-2591l-209-958l264-190l1021-200l749-138l233 6l2073 1556l-4 45l-240 665l-139 1134l87 201l988-450l1989-1147l31-29l852-1691l-12-343l360-545l460-644l824-604l1086-765l753 387l74 163l95 88l606 207l1787 530l1416-471l870-589z"/>
<path id="9561" d="M-3270 190577l685-374l671-4130l691-135l995-36l1601 263l1364-1099l675-517l1743-338l1207-4l231 995l1 6l1546 659l1024 101l1629 514l475 295l99 493l-1671 2656l-450 336l-841 293l-237 353l-19 156l376 921l628 921l864 599l189 2738l-569 79l-3625-1142l-1564-922l-730-983l-3169-473l-1933-192l-1290-1080l-596-953z"/>
<path id="9562" d="M38138 162584l-2865-73l-3883 279l-89-385l152-15l158-2269l12-329l-609-104l-408-2305l-327-3697l-44-2307l765-717l1621 843l380 929l231 309l64 70l987 842l243 161l656 122l436-249l2098-65l1204 72l770 794l220 1203l-66 169l-446 298l-599 510l-140 1384l-15 235l12 233l250 1517l79 1773l-847 772z"/>
<path id="9563" d="M35504 173708l-359-1288l-49-87l-212-149l-1407-846l-1867-148l-1824-438l-255-460l-500-1917l-41-1251l640-1221l732-256l174 22l638-1627l216-1252l3883-279l580 105l74 61l-7 1133l229 1276l598 470l1031 1173l366 2473l-67 326l-2176 3843l-397 337z"/>
<path id="9564" d="M38138 162584l-3 221l2390 3181l2708 424l201-810l572-670l319-176l552 361l206 552l724 2125l1375 1952l1753-370l199 254l360 460l-810 702l-1547 367l-980 609l-625 1302l375 708l1202 801l436 251l1449 726l193-491l112-686l962 60l1462 693l75 176l35 95l-1440 501l-770-176l-186 189l-32 892l346 909l185 324l328 861l-1294 210l-385-170l-2545-355l-244-15l-1227 332l-502 759l-151 306l-71 1073l318 503l716 562l-56 326l-428 542l-176 211l-216 192l-326 233l-687 430l-762 352l-549 240l-403 12l-753-442l-1418-1063l-1598-2048l-1435-745l-303-568l1116-611l990-807l323-527l-5-411l-784-957l-706-777l-1199-1980l397-337l2176-3843l67-326l-366-2473l-1031-1173l-598-470l-229-1276l7-1133l-74-61l-580-105l2865 73z"/>
<path id="9565" d="M40523 184202l753 442l403-12l549-240l82 219l123 404l87 324l501 1869l-946 69l-21-58l-15-123l25-231l-10-123l-18-61l-1802 312l-530 405l-375 1017l-56 718l-1147 370l-822-89l-235-339l-555-988l-1237-2674l-1012-2309l-80-734l269-333l1222-1377l396-314l1435 745l1598 2048l1418 1063zM55504 176437l-453 89l-726-2029l1588 234l489 963l-898 743z"/>
<path id="9571" d="M14311 173812l268-119l285 14l2070 140l625 633l605 839l85 650l-477 295l-171-103l-165-143l-227 555l429 1159l2778 1932l2598 1187l243-300l292 123l2237 1435l971 624l-485 984l8 370l683 2575l400 159l396 32l331 55l158 43l602 1039l614 1577l165 820l-403 903l-361 869l207 1708l406 243l465-170l127 851l-1075 1049l-577 455l-1036 305l-1531 1702l-1130 1554l-133 331l-1004 380l-1373-399l-769-308l-1077-348l-1485 139l-1334 711l-1277 1153l-1004 914l-877 1782l-3095 3360l-233 1108l-410 3657l918 683l7 0l1051-11l992 1298l110 2744l-1008 2465l-492 871l-1089 125l-749-48l-909-76l-2215-1247l-364-732l-414-101l-1016 0l-1640 290l-1069 1261l388 818l162 700l-438 312l-2952-95l-76-273l-658-301l-1450-7l-1641 511l-1534 482l-270 1209l136 667l181 819l23 105l-100 91l-1088-57l-2093-2456l-2384-3194l-1106-442l-4979-1480l-975 666l-145-80l-43-304l174-743l347-1121l460-209l-917-3454l-882 14l-636 259l-190-66l-1004-466l-378-189l-236-212l1514-2428l1583-754l300 81l291-622l-42-611l-468-1274l-1673-1409l-5071-3553l-953-298l-944 36l-358-633l-274-5206l1026-1682l1063-712l304-1218l-753-798l-318-474l-237-491l-165-603l-28-413l979-1213l-188-478l-282-701l-1350 159l-741-423l-369-1042l-146-657l367-3867l308-613l1044-347l1328 468l1163-703l72-544l-2052-4693l-1078-662l-499 390l-1198-797l195-1128l545-656l994-1038l620 132l251-24l3113-1386l747-827l61-5l1728-82l1854 392l66 24l2501 1838l-27 570l-624 654l-781 705l811 1598l346 677l989 1463l697 783l474 116l1117-627l2503-506l288 1426l2211-449l1824-908l-45-277l-58-108l-205-238l-221-131l319-374l2431 498l927 1686l1488-116l291-809l121-258l235-329l2241-2445l804-213l388 256l937 645l-5 464l1175 19l1355-10l255-57l753-460l628-204l941-128l305 133l378 398l-31 65l-478 860l-106 64l-487-67l-468 144l88 836l286 92l659 63l3145-328l2743-814l405-364zM-2585 190203l-685 374l596 953l1290 1080l1933 192l3169 473l730 983l1564 922l3625 1142l569-79l-189-2738l-864-599l-628-921l-376-921l19-156l237-353l841-293l450-336l1671-2656l-99-493l-475-295l-1629-514l-1024-101l-1546-659l-1-6l-231-995l-1207 4l-1743 338l-675 517l-1364 1099l-1601-263l-995 36l-691 135l-671 4130z"/>
<path id="9572" d="M17287 135769l2475 1220l643 497l1275 1621l1708 412l79-238l71-142l185-276l112-120l142-133l2668-2015l3261-1755l417 660l-54 38l-47 36l-214 233l138 513l615 532l486 1393l1301 4116l0 377l-486 371l-80 4l-865-29l-612-278l-84 831l663 519l364 262l2894 1640l2001 1048l2552-2l1181 1766l323 2382l2073 4124l1545 1104l419 72l4631 84l1602-384l2126-912l2378-794l1009 61l186 260l267 434l292 792l-1008 1423l-1031 1030l-766-126l-772-105l-2547 861l-863 452l-74 120l218 763l354 412l-28 719l-346 1473l-133 305l-691 1467l-748 2412l-53 1413l92 145l404 517l-1753 370l-1375-1952l-724-2125l-206-552l-552-361l-319 176l-572 670l-201 810l-2708-424l-2390-3181l3-221l847-772l-79-1773l-250-1517l-12-233l15-235l140-1384l599-510l446-298l66-169l-220-1203l-770-794l-1204-72l-2098 65l-436 249l-656-122l-243-161l-987-842l-64-70l-231-309l-380-929l-1621-843l-765 717l44 2307l327 3697l408 2305l609 104l-12 329l-158 2269l-152 15l-51-258l-1590-378l-803-36l-392 491l-735 441l-3506 155l-1364-107l-280-886l-21-659l6-2l552-160l-1744-3143l-724-569l-625-191l-390 442l-626 74l-289-51l-214-199l-66-853l-104-1999l46-469l475-1492l543-192l345-10l59-24l55-32l643-557l294-1985l-454-562l-2903-2426l-873-714l-2158-256l-1679 267l-898 441l-1426 296l-1449 155l-775 0l-744-172l-586-1184l-185-1436l114-718l2145-1254l174-23l2014-50l1191-144l1460-1340l812-1568l-1022-388l-1172-493l-15-197l766-1039l2350-2290l422-26l765 525l618 609z"/>
<path id="9573" d="M31301 162405l89 385l-216 1252l-638 1627l-174-22l-732 256l-640 1221l41 1251l500 1917l255 460l1824 438l1867 148l1407 846l212 149l49 87l359 1288l1199 1980l706 777l784 957l5 411l-323 527l-990 807l-1116 611l-162-68l-882-250l-1691 299l-1264 505l-158 271l118 655l-270 912l-338 517l-3995 148l-370-34l-971-624l-2237-1435l-292-123l-243 300l-2598-1187l-2778-1932l-429-1159l227-555l165 143l171 103l477-295l-85-650l-605-839l-625-633l-2070-140l-285-14l-268 119l58-728l88-3205l-104-744l-437-116l-521-98l-188-416l-141-1372l2054-900l2263-870l3445-1459l2032-1191l1364 107l3506-155l735-441l392-491l803 36l1590 378l51 258z"/>
<path id="9574" d="M76656 142022l320 6267l2223 2190l259 1702l-107 639l-350 607l-198 292l-784-707l-1393 718l-682 702l-114 231l629 994l507 622l338 795l-1114 1880l-783 572l-988-522l-337 172l-692 652l-137 245l-136 244l197 280l570 437l893 32l1103 182l148 249l-20 374l-515 1266l-744 1840l102 380l175 150l111 94l573-68l1256 208l1952 2530l462 749l-378 1098l-814 1408l-730 753l-708 1250l-146 295l-10 460l111 788l49 290l-337 286l-427 263l-285 121l-522 24l-1665-418l-3330-881l-1608 1050l-1569 2375l-2101 4056l-302 1663l16 378l-457 1262l-3405 2682l-183 68l-146 54l-591-286l-1551-806l-650-490l-1533-587l-1820-329l216-286l-233-598l-1975-2948l-993-988l-2333-1916l1294-210l-328-861l-185-324l-346-909l32-892l186-189l770 176l1440-501l-35-95l-75-176l-1462-693l-962-60l-112 686l-193 491l-1449-726l-436-251l-1202-801l-375-708l625-1302l980-609l1547-367l810-702l-360-460l-199-254l-404-517l-92-145l53-1413l748-2412l691-1467l133-305l346-1473l28-719l-354-412l-218-763l74-120l863-452l2547-861l772 105l766 126l1031-1030l1008-1423l-292-792l-267-434l468-1444l908-1448l591-394l1008-427l868-1051l87-180l722-1257l616-620l519-224l534-37l339-281l283 77l1179 2922l-102 1090l461 849l2063 1193l166-95l195-505l-211-856l115-190l4583-2095l243-90l1135-220l76 23l1344 627l969 337l269-18l522-224l123-472l251-2025l-113-2224l-14-96l-402-244l-188-57l-163-1015l307-1984l59-246l478 56zM55504 176437l898-743l-489-963l-1588-234l726 2029l453-89z"/>
<path id="9575" d="M11112 142120l-2014 50l-174 23l-2145 1254l-114 718l185 1436l586 1184l744 172l775 0l1449-155l1426-296l898-441l1679-267l2158 256l873 714l2903 2426l454 562l-294 1985l-643 557l-55 32l-59 24l-345 10l-543 192l-475 1492l-46 469l104 1999l66 853l214 199l289 51l626-74l390-442l625 191l724 569l1744 3143l-552 160l-6 2l21 659l280 886l-2032 1191l-3445 1459l-2263 870l-2054 900l141 1372l188 416l521 98l437 116l104 744l-88 3205l-58 728l-405 364l-2743 814l-3145 328l-659-63l-286-92l-88-836l468-144l487 67l106-64l478-860l31-65l-378-398l-305-133l-941 128l-628 204l-753 460l-255 57l-1355 10l-1175-19l5-464l-937-645l-388-256l-804 213l-2241 2445l-235 329l-121 258l-291 809l-1488 116l-927-1686l-2431-498l-319 374l221 131l205 238l58 108l45 277l-1824 908l-2211 449l-288-1426l-2503 506l-1117 627l-474-116l-697-783l-989-1463l-346-677l-811-1598l781-705l624-654l27-570l-2501-1838l-66-24l-1854-392l-1728 82l-61 5l-747 827l-3113 1386l-251 24l-620-132l-170-699l108-2769l-2395-993l-504-892l41-629l1026-583l-562-1371l-83-1384l-283-766l-454-519l-101-2877l1377-1961l597-675l336-323l561-175l587-218l2184 1321l513 1304l185 469l791 687l634-344l1213-864l326-245l190-1029l-154-1482l881-660l748-138l1230 357l2259 499l4026 257l1568 55l566-214l2199-1096l-462-1736l-761-917l-448-832l-315-1625l-366-2270l1361-2002l354-472l2470-2066l1752-977l820 237l3229-78l2571-418l1697-377l604 367l2111 895l2106 634l997 38l705 673l899 1249z"/>
<path id="9576" d="M48970 179111l2333 1916l993 988l1975 2948l233 598l-216 286l-471 115l-3757 2264l-88 738l1289 2621l3036 426l800-344l517-89l1093 47l291 139l617 533l905 2609l-131 2572l-664 1103l-430-55l-1679 0l-131 79l0 247l612 2079l1238 261l1389 517l562 542l-217 979l-108 607l756 3815l484 1265l733 138l961-109l367 18l270 319l1626 2910l536 981l754 866l1347 988l-466 2663l-2291 2328l-467 443l-2725 1566l-335 164l-3023-676l-1423-725l-232-379l-608-2245l-239-1283l-152-342l-1803-231l-637 108l-852 315l-293 161l-3604-3761l-444-97l-1739-499l-625-349l-1380-1397l-2848-2480l-448-69l-816-464l-3124-2042l30-846l-816-207l-3359 999l-106 94l-50 181l85 196l235 353l-300 1105l-431-64l-1630-841l-2428-1364l-1453-918l-163-182l-635-3235l-612-821l133-331l1130-1554l1531-1702l1036-305l577-455l1075-1049l-127-851l-465 170l-406-243l-207-1708l361-869l403-903l-165-820l-614-1577l-602-1039l-158-43l-331-55l-396-32l-400-159l-683-2575l-8-370l485-984l370 34l3995-148l338-517l270-912l-118-655l158-271l1264-505l1691-299l882 250l162 68l303 568l-396 314l-1222 1377l-269 333l80 734l1012 2309l1237 2674l555 988l235 339l822 89l1147-370l56-718l375-1017l530-405l1802-312l18 61l10 123l-25 231l15 123l21 58l946-69l-501-1869l-87-324l-123-404l-82-219l762-352l687-430l326-233l216-192l176-211l428-542l56-326l-716-562l-318-503l71-1073l151-306l502-759l1227-332l244 15l2545 355l385 170z"/>
<path id="9577" d="M24588 200187l612 821l635 3235l163 182l1453 918l2428 1364l1630 841l431 64l300-1105l-235-353l-85-196l50-181l106-94l3359-999l816 207l-30 846l3124 2042l816 464l448 69l2848 2480l1380 1397l625 349l1739 499l444 97l3604 3761l-856 1000l-2097 2876l-1188 2297l-88 311l417 361l-54 392l-208 1238l-270 628l-2407-176l-285 42l-294 74l-879 426l-1240 994l-1413 2370l744 444l216 225l707 1203l-174 395l-4493 2842l-3297 1778l-2060 836l-1237-1241l-1046-865l-2274 713l-466 24l-3020-2170l-950-795l-358-404l-53-201l835-272l785-335l124-68l-521-1942l-788-1863l-572-138l-1517 1384l-1201 1307l-2395 504l-664 1809l-371 445l-360 114l-496-62l-2344-1433l-596-492l-134-157l-64-211l25-238l1720-1865l198-609l-538-1555l-1129-2453l-465-385l-359-69l-468 33l-363 29l-607-141l-356-539l385-2847l749 48l1089-125l492-871l1008-2465l-110-2744l-992-1298l-1051 11l-7 0l-918-683l410-3657l233-1108l3095-3360l877-1782l1004-914l1277-1153l1334-711l1485-139l1077 348l769 308l1373 399l1004-380z"/>
<path id="9661" d="M-90575 117518l-805 4l-1052 344l-1516 543l-2663 613l-739 34l-24-162l-2662-1077l-1238-2145l-286-629l53-1596l213-373l435 125l202 16l375 0l149-14l300-97l370-122l-355-1642l-535-426l-728-56l-140-176l-487-1380l1-7l1591-1472l81 29l982 1362l1010 387l1953 755l2479 2266l31 446l-121 511l456 1560l2321 1566l257 274l92 539z"/>
<path id="9662" d="M-23906 107774l1420-1265l43-87l-5-284l-172-325l312-748l491-934l1184-727l516 269l277 103l99 3l75-32l173-319l165-1717l-23-180l-454-651l774-242l1496 687l551 526l327 2568l36 868l-264 133l-271 157l-1328 886l-70 1610l91 701l364-113l243 652l-172 95l-299 100l-1927 589l-437 5l-938-539l-949-569l-1328-1220z"/>
<path id="9663" d="M-45099 131528l37-543l1520-767l1099-1917l753-107l4791 754l187 192l999 2123l295 1533l96 921l-660 925l-97 134l-161-99l-548-335l-243-10l-2301 2798l140 55l850 286l190 68l254 153l142 132l171 253l195 372l273 522l69 211l33 181l-140 2504l-153 1018l-1329 281l-1139-66l-727-1379l-113-714l-2731-1688l-885 34l-640-978l-152-2012l608-2489l-683-2346z"/>
<path id="9671" d="M-78325 100730l-752 281l-793 3387l355 596l440 501l290 3406l-153 133l-189 292l-77 204l63 1538l1215 340l806 71l486 152l924 1759l25 270l-36 270l-107 377l-49 422l112 421l75 220l326 705l218 182l197 0l846-67l1212 16l237 124l-172 460l-2287 1987l-2125 1013l187 1877l390 1904l-1316 309l-299 178l-3024 2560l-158 217l92 781l93 640l-731 566l-2916 272l-521-1401l-822-1578l-701-904l-1939 159l-138-588l1545-3292l86-278l-13-381l-92-594l-1004-1792l-317-94l-118 91l-185 255l-750-167l-505-692l-181-320l-92-539l-257-274l-2321-1566l-456-1560l121-511l-31-446l-2479-2266l-1953-755l-1010-387l-982-1362l-81-29l-1591 1472l-1 7l487 1380l140 176l728 56l535 426l355 1642l-370 122l-300 97l-149 14l-375 0l-202-16l-435-125l-213 373l-53 1596l286 629l1238 2145l204 423l5 2789l-777 2244l-209 556l-248 287l-248-514l-1164-278l-538 451l-727 722l-450 500l-269-623l-552-2263l-397-1955l-722-7463l154-963l-44-656l291-581l766-776l-61-3639l-16-132l-43-117l-70-101l-102-117l-135-143l-163-121l-277-110l-573-197l-218-22l-296 14l-210 75l-301 109l-266 114l-260 67l-331 0l-193-29l-142-64l-190-212l-101-162l-64-161l-8-167l16-204l42-164l982-1609l553-776l-19-998l4-1016l1053-1625l179-245l299-259l268-78l1546-309l1523-130l923 110l1055-211l419-913l1345-40l285 63l90 74l144 119l450 380l980 830l342 1044l736 394l902-1879l970-1966l1896-1148l1090-73l3398 578l628 109l2275 752l1702 382l2246 138l154 63l207 188l536 1212l198 929l639 1604l142 251l188 243l270 308z"/>
<path id="9672" d="M-51254 64303l795-652l539 0l425 132l291 161l203 273l256 922l575 555l196 184l2492 889l1679-291l166-44l1189-420l1266-759l121-104l901-776l695 801l930 2971l26 109l6 72l-16 72l-358 1503l-1293 62l-662 297l-12 20l119 1778l599 1376l2645 2365l983 398l923-1256l238-242l700-391l195-24l142 966l130 759l345 468l107 145l262 301l2426 1155l486-639l738-123l891-39l890 100l653 262l809 951l94 290l3 194l-107 251l-441 541l-77 45l-323-433l-717 82l-777 621l300 549l739 372l699 158l3024 343l4626 130l1297 35l470-78l789-1459l108-616l2013-2212l686-125l1166 648l801 882l424 1099l556 2393l176 1530l466 648l648 880l642 309l-676 1031l-1027 1036l-269 2581l-31 1084l-105 491l-1627 1149l-2994 1254l-780-64l-2455-19l-2935 278l-1549 274l-425 185l-825 801l-336 484l-93 670l-102 635l-84 224l-259 574l-37 79l-897 614l-927-366l-4786 564l-2310-240l-3120 2639l-867 1527l17 932l468 592l-332 500l-34 74l-211 654l-31 668l190 157l-693 589l-5 4l-845 259l-875 119l-694-1234l-220-570l-899-1012l-143 85l-955 845l-216 937l-144 217l-390 130l-1606 57l-277-91l-2734-1321l-90-106l-118-788l909-1130l612-1499l244-643l-98-183l-3374-3342l-1796-1673l-1750-2807l-2331-3055l-48-102l-34-137l-59-501l-9-97l19-89l201-463l10-131l-29-145l-370-1307l-28-93l-75-183l-907-1723l-2977-53l-1070-185l957-648l192-1654l1945-2395l1893-631l263-94l605-240l2243-2070l291-315l492-866l188-506l-9-2796l-20-175l-275-580l-764-1066l706-743l176-210l71-156l463-1686l179-667l494-1932l-642-1122l402-923l255-177l177-32l461-68l135 102l459 645z"/>
<path id="9673" d="M-26455 49625l270 483l941 652l247-72l46-706l223-246l3053-305l238 5l474 39l1946 2651l814 1925l4591 2227l158-47l1088-64l355 35l768 1240l478 2482l909 1390l2272 2151l-662 2224l25 577l289 413l411 585l2106 220l1051-256l-103-527l2-18l45-176l450-190l181 9l369 115l581 1600l932 1625l1773 1733l1059 774l215 32l532-487l2224 82l760 1785l418 29l2132 447l-93 3491l-473 2705l-158 672l793 3192l579 1671l-291 253l-1133 1096l-404 928l-978 436l-512-159l-184-106l-149-195l-179-686l-444-866l-124-146l-1150-995l-1218-579l-41 38l-1869 2733l-535 202l-1693 838l-466 278l-3 429l-1017-1667l-1536-963l-1675-918l-457-17l-1074-59l-642-309l-648-880l-466-648l-176-1530l-556-2393l-424-1099l-801-882l-1166-648l-686 125l-2013 2212l-108 616l-789 1459l-470 78l-1297-35l-4626-130l-3024-343l-699-158l-739-372l-300-549l777-621l717-82l323 433l77-45l441-541l107-251l-3-194l-94-290l-809-951l-653-262l-890-100l-891 39l-738 123l-486 639l-2426-1155l-262-301l-107-145l-345-468l-130-759l-142-966l-195 24l-700 391l-238 242l-923 1256l-983-398l-2645-2365l-599-1376l-119-1778l12-20l662-297l1293-62l358-1503l16-72l-6-72l-26-109l-930-2971l-695-801l1966-1131l1151-1383l1404-2051l98-105l69-33l1314-558l57-102l104-199l1004-2322l206-1019l290-1861l302-63l380-168l1058-1056l194-208l1823-2002l412-608l18-475l493-571l945-120l302 353l42 250l73 684z"/>
<path id="9674" d="M4024 87359l179 686l149 195l184 106l512 159l978-436l404-928l1133-1096l291-253l166 429l1603 97l1968-433l923 408l845 494l615 725l1521 908l395-87l107-75l459-686l32-130l9-125l-157-1783l1147 325l1182 537l1309 3103l104 1929l-320 197l-149 172l-87 248l-14 176l-7 442l47 505l140 1146l66 134l88 92l1063 808l795 64l1905-754l833-424l157-406l480-238l142 51l1475 1083l135 180l101 222l29 126l-25 125l-419 1275l-105 225l-151 180l-130 154l-154 211l-56 153l-241 665l-50 249l-83 564l3 619l1 181l151 1011l279 1089l-289 902l-207 86l-904-301l-466 309l-321 952l-5 1094l-2 985l-598 652l-548 250l-360 6l-373 5l-477-351l-498-694l-462 65l-212 32l-605 303l-166 863l-516 3957l-277 2931l11 617l-1744 3168l-2870 3690l-2403 1778l-576 280l-1649 2257l-52 208l-106 211l-174 155l-294 193l-1310 659l-599 34l-125-473l90-255l79-145l382-553l-591-539l-2925-211l-2321 48l-180-19l-953-252l-770-544l-1891-1552l1088 263l3372-140l75-290l-1691-2882l-2012-1839l-2521-1653l-3297-5919l-4480-1403l-309-138l-171-134l-369-370l-374-430l471-195l507-209l1608-99l64 759l105 269l241 82l710-247l688-391l1193-1440l2524-3621l122-538l-312-322l-774-76l-693-183l-2131-575l4-1290l1942-2518l1126-3327l1193-3477l577-760l281-370l3-429l466-278l1693-838l535-202l1869-2733l41-38l1218 579l1150 995l124 146l444 866z"/>
<path id="9675" d="M-3766 130819l90 398l1300 3450l195 199l291 125l1109-98l244-122l1015-941l2003 668l1405 2282l12 286l-7 339l-201 859l-1697 377l-2571 418l-3229 78l-820-237l-1752 977l-2470 2066l-354 472l-1361 2002l366 2270l315 1625l448 832l761 917l462 1736l-2199 1096l-566 214l-1568-55l-4026-257l-2259-499l-1230-357l-748 138l-881 660l154 1482l-190 1029l-326 245l-1213 864l-634 344l-791-687l-185-469l-513-1304l-2184-1321l-587 218l-820-327l-1047-976l-203-1455l821-1524l380-249l1931-589l568 21l164-25l-537-2039l-907-1397l-1316-1989l-769-183l-1121-113l-909-700l-395-349l-314-1919l1006-1430l62-1455l-62-859l-243-2299l160-872l434-1757l311-505l4317-2324l580-12l734 249l811 153l383-182l-29-1825l-44-1170l-3-144l-1-52l30-195l57-162l84-135l153-231l124-108l1453-943l1038 37l2384 533l1770-200l1337-345l716 106l186 1379l-184 805l769 1110l1294 825l634-71l217-36l2465-415l543-552l277-676l1027 637l702 1540l-20 532l-295 1089l1113 942l2254 758l322-247z"/>
<path id="9676" d="M-76661 123571l449 2012l943 4207l810 2218l328 887l-86 2041l-106 465l-84 183l-344 653l-1318-631l-2468-477l-381 381l-810 622l-105 47l-116-2l-2025-271l-2935 270l-228 63l-158 117l-90 131l-1395 2794l158 278l1858 785l226 0l156-50l413-252l405-35l1721 366l683 340l-169 273l-704 294l-704 127l-145 57l-148 115l-299 342l631 1122l347 362l761 42l452-47l442-205l121-106l50-252l-80-1850l413-527l940 241l979 1671l574 1994l-164 572l-177 364l-588 631l-204 256l-466 606l-210 307l50 315l160 158l444 419l240 112l79 17l580 426l-283 604l-722 854l-1674 186l-2492-638l-2225-263l-1300 233l-1522 1150l-646 570l-85 84l139 584l924 1051l66 261l-2592 3323l-686 375l-2006 603l-1310 143l-953-6l-536-446l-959-129l-603-48l-3148-102l-407 203l-1094-2226l-187-270l-25-26l-166-111l-503-6l-352-53l-205-104l-26-75l-77-1450l16-171l220-602l941-1080l373-327l401 50l761-721l101-1787l11-246l-912-828l-87-347l-29-2032l95-406l64-86l120-156l2593-1260l1736-3988l-399-563l-1177-882l-1183-183l-385-204l598-1690l933-312l441-448l102-167l-236-1431l-1641-316l-349 393l-659 498l-263-75l-245-977l-402-1618l-982-2037l-281 0l-257-138l-1460-928l-63-162l-45-373l484-467l-42-516l-579-509l-90-738l169-162l543 29l486 140l450-500l727-722l538-451l1164 278l248 514l248-287l209-556l777-2244l-5-2789l-204-423l2662 1077l24 162l739-34l2663-613l1516-543l1052-344l805-4l181 320l505 692l750 167l185-255l118-91l317 94l1004 1792l92 594l13 381l-86 278l-1545 3292l138 588l1939-159l701 904l822 1578l521 1401l2916-272l731-566l-93-640l-92-781l158-217l3024-2560l299-178l1316-309z"/>
<path id="9677" d="M-70073 84705l844-60l182-6l3127 196l348 660l17 417l179 203l1739 45l751-47l141-22l150-75l83-113l30-159l-14-87l-95-349l1070 185l2977 53l907 1723l75 183l28 93l370 1307l29 145l-10 131l-201 463l-19 89l9 97l59 501l34 137l48 102l2331 3055l1750 2807l1796 1673l3374 3342l98 183l-244 643l-612 1499l-909 1130l118 788l90 106l2734 1321l277 91l1606-57l390-130l144-217l216-937l955-845l143-85l899 1012l220 570l694 1234l875-119l845-259l5-4l693-589l-190-157l31-668l211-654l34-74l332-500l1437 1427l1872 859l1142-426l921 676l373 2052l49 466l-87 816l-270 193l-1414 640l-169-282l-925 309l-385 790l51 413l2031-164l701-160l307 283l103 775l-460 1952l-516 1091l-798 1378l-1187 298l-334-8l-368-9l-2967-211l-334-992l-656-141l-1959 1678l23 699l41 1200l181 1000l172 563l299 652l300 481l-145 125l-1750-270l-3559-226l-1472 476l-3680 1296l-349 240l-1511 1190l-66 398l76 227l-761 1884l-424 477l-777 670l-1629-666l-248-26l-1198 179l-973 290l53 894l494 694l-75 422l-100 278l-138 202l-1610 2074l-313 174l-685 324l-942 402l-5535 2218l-1908 401l-228-50l-165-70l-238-223l-156-229l-55-143l-42-170l-8-260l59-271l61-271l77-216l3-9l26-121l7-186l-26-137l-87-170l-120-153l-167-184l-231-189l-108-32l-205-24l-1125 101l-251 56l-116 64l-151 158l-88 114l-178 242l-879 1289l344-653l84-183l106-465l86-2041l-328-887l-810-2218l-943-4207l-449-2012l-390-1904l-187-1877l2125-1013l2287-1987l172-460l-237-124l-1212-16l-846 67l-197 0l-218-182l-326-705l-75-220l-112-421l49-422l107-377l36-270l-25-270l-924-1759l-486-152l-806-71l-1215-340l-63-1538l77-204l189-292l153-133l-290-3406l-440-501l-355-596l793-3387l752-281l454 393l147 40l1345 14l244-54l182-104l385-302l156-73l2413-537l176-39l1114-8l940 116l201 12l457-1265l22-773l-15-165l-420-1061l-261-1019l-110-1407l-140-2648l224-2908l233-668l-583-1207l-516-1547l-17-161l312-1392l29-111l177-119l102 8l1001 960z"/>
<path id="9678" d="M-8204 85726l457 17l1675 918l1536 963l1017 1667l-281 370l-577 760l-1193 3477l-1126 3327l-1942 2518l-4 1290l2131 575l693 183l774 76l312 322l-122 538l-2524 3621l-1193 1440l-688 391l-710 247l-241-82l-105-269l-64-759l-1608 99l-507 209l-471 195l374 430l369 370l171 134l309 138l4480 1403l3297 5919l2521 1653l2012 1839l1691 2882l-75 290l-3372 140l-1088-263l1891 1552l770 544l-8 237l-113 357l-886-115l-1242-526l-550-56l-534-53l-334 829l-672 2374l182 691l1047 801l-1041 1430l-322 247l-2254-758l-1113-942l295-1089l20-532l-702-1540l-1027-637l-277 676l-543 552l-2465 415l-217 36l-634 71l-1294-825l-769-1110l184-805l-186-1379l-716-106l-1337 345l-1770 200l-2384-533l-1038-37l-24-1299l-1069-1031l-982 797l-641 176l-2354-389l-712-440l-369-646l169-750l31-484l-4484-2785l-798 169l516-1091l460-1952l-103-775l-307-283l-701 160l-2031 164l-51-413l385-790l925-309l169 282l1414-640l270-193l87-816l-49-466l-373-2052l-921-676l-1142 426l-1872-859l-1437-1427l-468-592l-17-932l867-1527l3120-2639l2310 240l4786-564l927 366l897-614l37-79l259-574l84-224l102-635l93-670l336-484l825-801l425-185l1549-274l2935-278l2455 19l780 64l2994-1254l1627-1149l105-491l31-1084l269-2581l1027-1036l676-1031l1074 59zM-19805 100880l454 651l23 180l-165 1717l-173 319l-75 32l-99-3l-277-103l-516-269l-1184 727l-491 934l-312 748l172 325l5 284l-43 87l-1420 1265l1328 1220l949 569l938 539l437-5l1927-589l299-100l172-95l-243-652l-364 113l-91-701l70-1610l1328-886l271-157l264-133l-36-868l-327-2568l-551-526l-1496-687l-774 242z"/>
<path id="9679" d="M-22315 123068l-1453 943l-124 108l-153 231l-84 135l-57 162l-30 195l1 52l3 144l44 1170l29 1825l-383 182l-811-153l-734-249l-580 12l-4317 2324l-311 505l-434 1757l-160 872l243 2299l62 859l-62 1455l-1006 1430l314 1919l395 349l909 700l1121 113l769 183l1316 1989l907 1397l537 2039l-164 25l-568-21l-1931 589l-380 249l-821 1524l203 1455l1047 976l820 327l-561 175l-336 323l-597 675l-1377 1961l101 2877l454 519l283 766l83 1384l-1046-165l-2304 1713l29 83l350 407l600 468l653 146l15 58l-3028 3687l-103 54l-264 128l-237 51l-4019 231l-1835-365l-1167-987l187-743l631-861l15-130l115-3005l44-1484l-120-1176l-890-2860l-926-74l-1754 842l-767 1185l87 1355l-513 994l-1131-131l-2292-877l-168-203l2103-1354l743-908l1406-3361l-6-1286l-33-417l-217-691l-657-1566l-899-149l-308-115l-242-145l-187-252l-649-1916l152-728l502-728l92-125l570-117l-14-170l-610-2205l-2534-2694l-372-379l-1612 1260l-1137 968l-14 60l-145 710l29 409l-1 6l-102 448l-1034 877l-583 14l-874-2422l-60-232l-18-1019l-186-727l-114-61l-2303 1181l-115 1473l-89 1090l-1621 646l-1423-1168l-529-599l60-435l456-1076l281-1722l198-2286l-28-237l626-2531l376-228l-222-1277l313-174l1610-2074l138-202l100-278l75-422l-494-694l-53-894l973-290l1198-179l248 26l1629 666l777-670l424-477l761-1884l-76-227l66-398l1511-1190l349-240l3680-1296l1472-476l3559 226l1750 270l145-125l-300-481l-299-652l-172-563l-181-1000l-41-1200l-23-699l1959-1678l656 141l334 992l2967 211l368 9l334 8l1187-298l798-1378l798-169l4484 2785l-31 484l-169 750l369 646l712 440l2354 389l641-176l982-797l1069 1031l24 1299zM-45062 130985l-37 543l683 2346l-608 2489l152 2012l640 978l885-34l2731 1688l113 714l727 1379l1139 66l1329-281l153-1018l140-2504l-33-181l-69-211l-273-522l-195-372l-171-253l-142-132l-254-153l-190-68l-850-286l-140-55l2301-2798l243 10l548 335l161 99l97-134l660-925l-96-921l-295-1533l-999-2123l-187-192l-4791-754l-753 107l-1099 1917l-1520 767z"/>
<path id="9761" d="M30507 304715l-249-279l-299-932l-11-94l-76-1095l-47-1423l-1584-75l-2959-217l-2156-462l-527 966l-2871-611l-184-632l0-94l505-1294l1267-2502l1202-1439l81-20l1141-14l22 85l7 80l-11 41l-116 180l-13 41l-9 39l2 39l114 418l119 36l378 7l1805-237l261-87l181-150l24-315l-153-2217l-427-876l-349-518l-117-478l120-1857l246-527l1091-147l317 246l70 398l655-114l894-900l148-2188l-15-390l-64-480l-375-2156l238-28l308-10l604 550l1879 3246l1751 3571l455 1053l57 207l35 168l186 1108l52 3749l-774 255l-88 657l1 1433l21 193l56 148l196 1389l-381 1807l-420 1662l-1796 1069l-418 17z"/>
<path id="9762" d="M3969 346655l10-336l1477-276l2055-1518l1453-1257l33-406l711-648l1017 409l515 226l801 3585l5 4230l-311 519l-26 3l-172-136l-651-853l-2445-528l-738 111l-270 463l-430-102l-623-192l-1313-1664l-1098-1630z"/>
<path id="9763" d="M-19980 360275l93-31l-79-351l13-364l32-112l320-383l111-69l906-437l1879-167l3382 566l1945 365l1159 383l409 160l88 58l525 653l41 134l0 125l-44 258l-1450 4254l-3027 2138l-3895-842l-467-491l-744-832l93-400l175-309l669-923l69-1106l-104-1371l-451-661l-900 287l-646-383l-70-69l-32-80z"/>
<path id="9764" d="M-29136 340364l-983-564l-149-93l-135-114l-142-137l-112-176l-64-150l-86-211l-38-202l-34-1011l13-224l31-137l47-131l67-183l81-149l102-115l137-116l157-78l804-288l720-129l1036 639l1997-2177l190-631l-1-383l-901-1297l-245-290l-519 292l-294-456l351-995l1838-427l2971-1470l2109-789l119 67l230 787l-53 395l-748 3008l-1407 2562l-210 1962l-256 1355l-1161 2440l-1660 1865l-213 123l-178 101l-971-313l-445-235l-1567-1460l-428-465z"/>
<path id="9771" d="M58818 280416l1224 2492l-736 269l-1602 401l-1160 216l-1189 415l-4437 2567l-307 714l445 1497l-1006 2407l-660 887l-27 62l-74 2735l-2555 2219l-90 135l-594 912l-220 551l-34 2294l268 1461l-87 483l-282 482l-718 601l-124 89l-249 118l-249-8l-359-625l-251-443l-137-179l-1113-1111l-134 25l-632 776l-111 235l-40 105l377 568l151 979l-19 161l-697 1653l-537 140l60 4718l-1148 482l-31-149l-85-93l-646-403l-2650-962l-1640 810l-1449-1311l-59-770l-552-687l-995-1051l-192-46l-1453-251l494-2271l418-17l1796-1069l420-1662l381-1807l-196-1389l-56-148l-21-193l-1-1433l88-657l774-255l-52-3749l-186-1108l-35-168l-57-207l-455-1053l-1751-3571l-1879-3246l-604-550l-308 10l-238 28l-444-2561l-20-83l-52-184l-69-213l-874-2118l-38-244l5-220l21-159l113-648l368-1794l2259-763l681-198l810 259l74 55l52 67l70 94l63 51l283 90l295 83l193-4l298-98l3072-1182l244-446l-886-2002l-754-570l-518-278l-2057-791l-429-450l404-1029l630-560l877-79l1614 57l2260-1175l1466-996l1095 1350l723 545l264 171l919-43l2239-301l1019-421l886 96l2616 1430l539 641l224 901l-550 1889l-66 110l584 1982l1310 629l1512 962l395 368l244 1350l-52 1112l125 604l191 389l3298 3051l648 401l141 9l317-275l117-647l69-73l80-81l284-49l1091-66z"/>
<path id="9772" d="M31305 268164l429 450l2057 791l518 278l754 570l886 2002l-244 446l-3072 1182l-298 98l-193 4l-295-83l-283-90l-63-51l-70-94l-52-67l-74-55l-810-259l-681 198l-2259 763l-368 1794l-113 648l-21 159l-5 220l38 244l874 2118l69 213l52 184l20 83l444 2561l375 2156l64 480l15 390l-148 2188l-894 900l-655 114l-70-398l-317-246l-1091 147l-246 527l-120 1857l117 478l349 518l427 876l153 2217l-24 315l-181 150l-261 87l-1805 237l-378-7l-119-36l-114-418l-2-39l9-39l13-41l116-180l11-41l-7-80l-22-85l-1141 14l-81 20l-1202 1439l-1267 2502l-505 1294l0 94l184 632l2871 611l527-966l2156 462l2959 217l1584 75l47 1423l76 1095l11 94l299 932l249 279l-494 2271l-409 2881l-486 1999l-75 306l-1360 2401l-343 576l-508 836l-894 1044l-348 95l-1053-84l-325-303l-828-198l-484 7l-1573 250l-14 708l831 3164l366 1116l-404 328l-1365 786l-1003 153l-3695-331l-927-164l-251 382l-475-48l-631-3505l48-318l138-643l414 5l286-259l57-65l48-60l34-68l203-588l-432-2065l-86-184l-112-213l-646-615l-976-103l-2980 689l-2292 175l-2462-341l-1683-478l-104-179l604-597l909-50l349-87l1424-552l568-429l33-71l-357-2168l-308-216l-231-102l-421-18l-309 140l-837-821l-66-233l-207-1323l11-140l1101-2810l636-1315l417-1194l-72-2327l-64-581l-43-197l-211-626l-48-75l-2310 103l-972 373l-2458-374l-533-86l-127-39l-65-73l121-816l48-172l157-410l168-234l197-87l368-66l137-124l597-1484l179-2479l1246-2238l-130-1559l-2239-755l-16-262l32-73l1772-1148l545-1058l-344-3766l-391-369l1449-561l455 204l77-12l1000-562l602-401l2708-1628l298-97l4270 119l1651 532l329 386l-78 955l394-65l1256-356l3113-1446l-15-269l-235-173l-814-365l278-869l533-922l839-1358l-85-742l-133-2545l-4-2107l1084-3039l-26-191l-397-942l1364-169l1829-507l350-462l401-591l562-98l2659-333l572 148l-51 1522l-294 115l-27 159l-2 193l20 150l546 1945l812 880l186 174l880 589l249 99l515-144l111-139z"/>
<path id="9773" d="M20623 264633l397 942l26 191l-1084 3039l4 2107l133 2545l85 742l-839 1358l-533 922l-278 869l814 365l235 173l15 269l-3113 1446l-1256 356l-394 65l78-955l-329-386l-1651-532l-4270-119l-298 97l-2708 1628l-602 401l-1000 562l-77 12l-455-204l-1449 561l-2817-1440l-565-440l-556 65l-1846 350l-367 70l-1160 388l-107-315l-197-742l-197-2927l140-545l200-558l-138-114l-2769 1042l14 262l272 433l-10 863l-115 1052l-26 102l-29 66l-53 60l-57 25l-4600 1471l-2174-1680l-1664-1978l-146-332l359-168l1582-102l1074-666l121-380l79-3255l-312-2342l-298-739l-917-751l220-1542l351-127l534 14l791 130l232-572l-2064-2380l-1899-1873l-988-1822l-77-145l174-1746l932-2545l618 194l1119 1029l829 743l411-226l1206-303l160-34l145 0l195 44l156 87l267 308l579 884l87 189l321 1234l-126 39l-221 3l367 1286l785 58l1965-1532l189-1262l-43-746l11-131l77-187l1115-1082l428-48l1352 67l234 189l143 181l16 97l29 317l-213 452l-741 713l-1217 1440l179 717l2879-542l1117-507l1979-1720l-353-1185l188-274l544-1044l672-2400l583-1069l1280-1300l1287-280l3710 776l888 206l2755 839l833 583l0 641l-1155 3980l-935 1313l2443 2391l1678 737l925-80l3335 343l2036 2088l511 1163z"/>
<path id="9774" d="M-5598 275551l-140 545l197 2927l197 742l107 315l1160-388l367-70l1846-350l556-65l565 440l2817 1440l391 369l344 3766l-545 1058l-1772 1148l-32 73l16 262l2239 755l130 1559l-1246 2238l-179 2479l-597 1484l-137 124l-368 66l-197 87l-168 234l-157 410l-48 172l-121 816l65 73l127 39l533 86l2458 374l972-373l2310-103l48 75l211 626l43 197l64 581l72 2327l-417 1194l-636 1315l-1101 2810l-11 140l207 1323l66 233l837 821l-313 375l-732 536l-681 94l-214 4l-145-17l-992-358l-8-139l19-226l61-547l-89-617l-993-561l-2932 946l-5235 3131l-1121 781l-356 446l-528 683l-720 676l-664 340l-451 38l-491-447l-46-404l116-488l-1267-726l-1179-221l-1210-154l-166-67l-220-91l-294-668l-287-758l328-523l442-451l97-911l-41-46l-763-813l-942-715l-438-74l117-703l906-3153l237-211l190-33l-24-1997l-410-2154l-1364-3927l-2489-1332l-3158-2107l-371-324l-85-93l-57-96l-986-1751l-81-466l-120-820l-32-2239l1171-567l101-141l1-221l-155-981l-185-703l-83-30l-395 45l-988 69l-1173 46l-275-264l-295-604l-69-352l1770-350l1230-1249l820-832l2387-1271l1285 5l381-369l-500-1511l-219-544l3364-626l-359 168l146 332l1664 1978l2174 1680l4600-1471l57-25l53-60l29-66l26-102l115-1052l10-863l-272-433l-14-262l2769-1042l138 114l-200 558z"/>
<path id="9775" d="M-27052 282844l69 352l295 604l275 264l1173-46l988-69l395-45l83 30l185 703l155 981l-1 221l-101 141l-1171 567l32 2239l120 820l81 466l986 1751l57 96l85 93l371 324l3158 2107l2489 1332l1364 3927l410 2154l24 1997l-190 33l-237 211l-906 3153l-117 703l-391 780l-653 2021l-314 605l-99 82l-841 667l-1224 891l-1101 2280l-64 218l70 759l114 657l56 641l-41 145l-69 146l-202 320l-1149 1592l-800-6l-12 1l-1512 521l-923 478l-995 715l-1378-1439l-89-123l-57-116l-208-512l-75-186l-715-2583l-295-1099l-931-3451l-1200-3325l-38-72l-323-1141l-22-100l-65-1053l-10-1522l85-1343l-1376-2569l-2350-4284l-1207-2172l-69-1110l-132-761l-36-50l-88-122l-64-80l-66-32l-89-27l-371 203l-30 97l-2 9l193 467l-12 85l-84 64l-190 57l-119-13l-74-35l-744-976l-86-178l-30-190l19-165l83-181l86-146l120-168l4-5l1527-1545l2707-3335l98-1231l-93-226l202-1738l276-579l1264 99l401-11l387-59l806-272l1051-443l968-717l1355 64l672 1585l492 133z"/>
<path id="9776" d="M-31828 373545l-323 963l-495 2341l-584 2562l-523 854l-1182 586l-397-244l-5051 1000l-246 415l506 1869l-416 1097l-108 185l-2882 509l-339-109l-79-26l-126-85l-138-134l-2683-833l-69 344l-148 726l-27 112l-56 104l-1165-635l-1419-958l-1354-1371l311-460l29-120l98-1976l-12-112l-28-162l-159-710l-1635-993l-207-3l-1770 138l-771 616l-45 44l-658 1003l-1213 2856l-406 1010l-456 1204l-38-132l-29-95l-101-254l-134-292l-117-208l-188-267l-273-275l-155-106l-205-136l-188-78l-189-23l-1979-380l-2028-442l-158-61l-26-12l-2814-1371l-141-78l-180-125l-126-107l-94-117l-61-131l-71-216l-245-862l2375-1042l554-807l1138-1181l32-28l60-10l2638 209l151 586l398 311l479 122l3086-203l5332-5117l682-716l75-103l34-81l44-410l50-687l32-160l47-122l54-86l98-106l102-92l97-64l683-418l63-17l604-95l1651 390l44 14l352 148l158 92l97 74l32 52l61 184l55 93l180 213l102 92l480 264l84 46l2352 1049l199 81l2120 210l63-9l829-133l425-362l150-521l341-743l538-747l1012-738l117-43l1733-396l2346 598l402 635l821 1841l-252 882l-14 728l178 355l202 129z"/>
<path id="9777" d="M19994 350912l-186 380l-644 1985l-168 531l-356 2234l471 921l806 376l1112 511l190 663l-64 181l-363 730l-276 200l-331-117l-328-117l-630-130l-1196 16l-163 309l-48 229l-230 2623l-207 2261l-929 710l-242 862l371 695l922 1054l426 361l678-41l545-188l1400-1344l671-702l460-522l190-424l32-66l62-97l15-21l212-211l191-140l663-453l1708-420l20 1036l-704 818l-201 161l-1260 1791l-1428 2601l-105 298l-156 629l1294 609l126 51l1993-142l76-30l672-330l1733-173l2312 687l1228 2025l2438 2277l1587-17l-967 2082l-149 202l-1255 1154l-693 304l-1106 439l-819-6l-1284 794l-84 1146l626 2273l57 121l69 91l192 244l74 49l-1358 195l-1059 161l-3022 918l-1294 528l-2433-684l-84-311l-166-269l-227-218l-499-269l-1594-170l-2614-665l-139-432l-196-612l-978-519l-4353-836l-177-29l-203 11l-510 60l-881 159l-262 213l-919 751l-110 336l189 326l9 205l-613 1599l-3780-190l-25-3l-644-97l-1898-395l-2139-1388l-487-370l1318-1533l85-130l495-1178l132-355l-695-231l168-614l-6-109l-122-1295l-132-99l-1107 399l-460-1079l920-1262l44-40l939-735l70-44l99-29l808-202l461-48l93-20l75-36l366-286l111-107l53-89l560-3151l-29-132l-699-1811l-298-384l-1306-232l-1603-136l19-236l325-2852l270-2001l217-508l-2580-6463l-2755-1256l-246-85l-2422-1651l-1949-2014l-633-817l-193-326l83-467l715-271l1400-1342l2047-2246l-75-368l-336-802l-56-115l6255-3000l1770-754l-77 433l193 47l258 20l771-145l444-186l284-224l295-409l433-1438l143-1220l-44-175l-314-295l-31-120l734-1192l964-237l4722 2048l651 691l40 126l-75 333l115 459l407 269l453 143l1756-2546l280-961l154-1074l44-629l215-862l744-1546l915-231l919-430l688-886l710-3308l-151-2219l-249-326l-87-648l38-1104l927 164l3695 331l1003-153l1365-786l404-328l1057 27l0 312l-593 1712l-747 573l-1043 610l-2045 3299l15 667l292 524l368 180l763-59l593-249l680-201l192-45l577 139l934 763l658 3025l176 950l-65 446l-754 2025l-1013 2193l-874 1710l-206-43l-135 95l-851 656l-76 167l-125 4681l-276 3845l-18 1126zM3979 346319l-10 336l1098 1630l1313 1664l623 192l430 102l270-463l738-111l2445 528l651 853l172 136l26-3l311-519l-5-4230l-801-3585l-515-226l-1017-409l-711 648l-33 406l-1453 1257l-2055 1518l-1477 276z"/>
<path id="9778" d="M-27457 331853l294 456l519-292l245 290l901 1297l1 383l-190 631l-1997 2177l-1036-639l-45-1493l373-1596l25-101l435-583l115-154l360-376zM-11110 315063l491 447l451-38l664-340l720-676l528-683l356-446l1121-781l5235-3131l2932-946l993 561l89 617l-61 547l-19 226l8 139l992 358l145 17l214-4l681-94l732-536l313-375l309-140l421 18l231 102l308 216l357 2168l-33 71l-568 429l-1424 552l-349 87l-909 50l-604 597l104 179l1683 478l2462 341l2292-175l2980-689l976 103l646 615l112 213l86 184l432 2065l-203 588l-34 68l-48 60l-57 65l-286 259l-414-5l-138 643l-48 318l631 3505l475 48l251-382l-38 1104l87 648l249 326l151 2219l-710 3308l-688 886l-919 430l-915 231l-744 1546l-215 862l-44 629l-154 1074l-280 961l-1756 2546l-453-143l-407-269l-115-459l75-333l-40-126l-651-691l-4722-2048l-964 237l-734 1192l31 120l314 295l44 175l-143 1220l-433 1438l-295 409l-284 224l-444 186l-771 145l-258-20l-193-47l77-433l-1770 754l-6255 3000l56 115l336 802l75 368l-2047 2246l-1400 1342l-715 271l-610 227l-4897 1099l-4979 780l-1312 1044l-1244 841l-1584 180l-493-309l-1174-1929l-1878-3247l1549-1527l523-5697l-1-163l-28-116l-8-26l-54-89l428 465l1567 1460l445 235l971 313l178-101l213-123l1660-1865l1161-2440l256-1355l210-1962l1407-2562l748-3008l53-395l-230-787l-119-67l-2109 789l-2971 1470l-1838 427l-682-810l-63-117l-52-174l10-216l438-242l353-151l342-1199l56-294l50-419l55-861l-31-1321l-242-2232l-164-1099l-18-94l-76-163l995-715l923-478l1512-521l12-1l800 6l1149-1592l202-320l69-146l41-145l-56-641l-114-657l-70-759l64-218l1101-2280l1224-891l841-667l99-82l314-605l653-2021l391-780l438 74l942 715l763 813l41 46l-97 911l-442 451l-328 523l287 758l294 668l220 91l166 67l1210 154l1179 221l1267 726l-116 488l46 404z"/>
<path id="9779" d="M10390 220463l-385 2847l356 539l607 141l363-29l468-33l359 69l465 385l1129 2453l538 1555l-198 609l-1720 1865l-25 238l64 211l134 157l596 492l2344 1433l496 62l360-114l371-445l664-1809l2395-504l1201-1307l1517-1384l572 138l788 1863l521 1942l-124 68l-785 335l-835 272l53 201l358 404l950 795l3020 2170l466-24l2274-713l1046 865l1237 1241l2445 221l444 237l1456 2490l770 1480l-2015 1486l-245 3540l1729 1440l21 306l-223 1403l-723 326l-94 2506l49 3399l3 90l168 373l1113 2446l1138 1590l1127 347l475 239l114 162l127 1975l-199 153l-1154 722l-1466 996l-2260 1175l-1614-57l-877 79l-630 560l-404 1029l-111 139l-515 144l-249-99l-880-589l-186-174l-812-880l-546-1945l-20-150l2-193l27-159l294-115l51-1522l-572-148l-2659 333l-562 98l-401 591l-350 462l-1829 507l-1364 169l-511-1163l-2036-2088l-3335-343l-925 80l-1678-737l-2443-2391l935-1313l1155-3980l0-641l-833-583l-2755-839l-888-206l-3710-776l-1287 280l-1280 1300l-583 1069l-672 2400l-544 1044l-188 274l-454-1014l-521-763l-776-986l-1811-1840l-1063-717l-238-187l-265-209l267-2725l654 188l281-560l1070-4119l413-5217l246-6313l-13-420l-399-2009l-582-755l-1352-1715l-1152-659l-385-5l-135-796l107-151l509-209l1088 57l100-91l-23-105l-181-819l-136-667l270-1209l1534-482l1641-511l1450 7l658 301l76 273l2952 95l438-312l-162-700l-388-818l1069-1261l1640-290l1016 0l414 101l364 732l2215 1247l909 76z"/>
<path id="9780" d="M-2087 379513l-2764 348l-398 804l432 914l1136 1491l259-130l-1159 3522l-580 2280l651 1896l232 218l220 41l411-105l868 310l374 632l143 944l437 3906l-66 160l-1525 1440l-634 437l-1547 3545l-3016 2953l-2191 2220l-848 1787l-4849 3543l-1734 784l-1304 455l-5162 757l-115-433l212-1519l38-190l200-606l113-101l134 0l183 168l115 54l197-5l843-411l847-930l374-611l-342-808l-781-794l22-170l331-1123l992-1822l1311-1894l101-270l-43-917l-644-812l-3383-408l-56 0l-916 741l-26 345l-39 576l15 273l41 425l-292 266l-756 138l-952 68l-407-111l-1397-838l-1444 2279l-76-16l-1217-4299l-874-1518l-134-256l382-552l329-31l400 45l109 0l720-348l771-1198l-903-2125l-729-1096l-2914-3378l-305-121l-194-29l-284 59l-860 419l-791 173l-242 40l-196 18l-175-28l-233-42l-83-80l-336-328l-2260-3828l-47-256l244-2559l-506-1869l246-415l5051-1000l397 244l1182-586l523-854l584-2562l495-2341l323-963l259-1682l986-1096l1217-318l1018-643l575-407l732-2478l-97-524l-550-361l-230-150l-240-212l-301-326l-73-143l-209-551l-41-147l-216-2193l12-116l289-844l14-87l117-1165l-31-82l-2681-1231l-531-930l-427-958l1226-845l1835-1022l1720-996l-117-571l1584-180l1244-841l1312-1044l4979-780l4897-1099l610-227l-83 467l193 326l633 817l1949 2014l2422 1651l246 85l2755 1256l2580 6463l-217 508l-270 2001l-325 2852l-19 236l1603 136l1306 232l298 384l699 1811l29 132l-560 3151l-53 89l-111 107l-366 286l-75 36l-93 20l-461 48l-808 202l-99 29l-70 44l-939 735l-44 40l-920 1262l460 1079l1107-399l132 99l122 1295l6 109l-168 614zM-19887 360244l-93 31l32 80l70 69l646 383l900-287l451 661l104 1371l-69 1106l-669 923l-175 309l-93 400l744 832l467 491l3895 842l3027-2138l1450-4254l44-258l0-125l-41-134l-525-653l-88-58l-409-160l-1159-383l-1945-365l-3382-566l-1879 167l-906 437l-111 69l-320 383l-32 112l-13 364l79 351z"/>
</g><g>
<path id="10041" d="M-245803 181955l-1911 1240l-618 619l-1649 2454l-50 1106l395 615l1243 1171l559 70l88 11l70-245l121-343l224-278l223-81l668 34l37 18l389 340l809 722l67 198l-411 4050l-789 808l-841 1146l-557 3429l-16 295l-1207 368l-54 27l-84 57l-31 41l-37 80l-17 116l12 141l25 153l24 140l55 278l34 146l23 84l-525 1395l-893 1268l-146 168l-434 45l-134 10l-169-25l-175-44l-194-73l-109-79l-61-83l-69-130l-43-116l-33-107l-856-4167l-238-1533l0-141l1-144l27-116l31-95l-1041-1790l-2218-2042l-1102 598l-229-171l-642-485l-2815-1381l-2927 120l-1991 1047l115 127l83 121l75 132l47 110l608 1871l17 133l-3 101l-29 161l-201 660l-1051 1757l-1256 608l-2794-1682l-493-233l-145-31l-134-19l-2943 312l-800-823l-452-469l-583-1465l1530-1906l-520-1473l1186-808l2005 561l1071-493l2170-1325l3468-3344l226-300l1704-2763l-257-1017l11-1546l355-2551l4098-2966l932-218l397 455l1838 1768l919-181l2450 241l3586 1910l844-344l1485 1735l-11 1971l643 284z"/>
<path id="10042" d="M-259770 160182l-614 751l-2075 1559l-78-31l-1373-384l-3096 965l-416 254l-777 1399l-37 366l-178 3052l111 1206l-536 804l-950 486l-1185 107l-1849 896l-1514 936l136 301l-755 522l-370 210l-217 122l-816-22l-846-1768l-1240-1695l-164-201l-202-233l-99-112l-112-103l-282-258l-284-62l-1266 227l-1293 609l-665 480l-1149-286l-1817-2245l-474-659l-587-813l-138-156l-163-105l-1713-1073l-2018-1106l-2064-1201l-1828-1739l-584-25l-88 97l-410 444l-230 213l-219 163l-161 95l-183 80l-209 62l-228 45l-228 13l-60 2l-874-97l-173-39l-152-57l-189-110l-465-346l-280-6416l-4-161l0-118l8-112l20-80l25-79l50-117l106-145l57-69l1446-1704l526 287l159 52l593 93l1141 139l1164-153l2956 709l701 537l234 575l654 449l1511 390l548-73l1276-1065l1721-85l675 672l408 769l1982 520l782-1156l1114-641l5516-876l2881-485l2170-1098l336-397l1254-1465l1174-603l839 390l1135-13l845-1126l459-529l654-341l1517-455l363-2l165 1729l682 735l1030-318l996-359l189 15l405 35l1023 444l167 975l-194 553l-474 772l-52 840l333 1353l167 1401l-272 2918l-170 402l-1947 751l-1318 196z"/>
<path id="10043" d="M-235308 169163l542 865l1382 768l833 1121l-1890 1020l-2461 2034l-251 1866l-8 2376l288 639l32 53l354 370l89 69l683 463l53 33l77 5l212-42l90-11l81 24l52 36l217 330l-1522 1792l-286 240l-179 88l-1251 473l-2470 838l-3413-1311l-1749-1347l-643-284l11-1971l-1485-1735l-844 344l-3586-1910l-2450-241l-919 181l-1838-1768l-397-455l-304-422l-1272-3108l-178-609l467-973l461-501l170-122l919 505l563 29l1962-979l779-239l407-133l1028 537l2219 1314l1314 1526l1583-33l670-449l91-508l199-252l1043-677l933-105l814 495l64 564l321 290l727 254l1044-306l2287-1170l1162-1168l506 385l1813 1072l854-170z"/>
<path id="10044" d="M-254387 167697l-779 239l-1962 979l-563-29l-919-505l-170 122l-461 501l-467 973l178 609l1272 3108l304 422l-932 218l-4098 2966l-355 2551l-11 1546l257 1017l-1704 2763l-226 300l-3468 3344l-2170 1325l-1071 493l-2005-561l-1186 808l-233-216l-1771 481l-8 3l-420-606l-37-101l-22-106l137-1497l145-1276l-1414-3594l-3068-2674l-86-6l-389 18l-193 11l-1805-2349l-1485-2998l-42-173l-79-413l-57-301l815-261l547 302l207 621l270 69l1014-1716l-964-2107l-699-550l-976 58l-1591-1559l-150-783l7-130l42-130l57-104l111-146l174-145l470-202l638-272l1817 2245l1149 286l665-480l1293-609l1266-227l284 62l282 258l112 103l99 112l202 233l164 201l1240 1695l846 1768l816 22l217-122l370-210l755-522l-136-301l1514-936l1849-896l1185-107l950-486l536-804l-111-1206l178-3052l37-366l777-1399l416-254l3096-965l1373 384l78 31l2075-1559l614-751l431 478l497 712l154 351l-509 462l-44 26l-307-51l-186 40l0 513l848 1171l1134-324l1218-1355l547-281l414 189l102 403l895 3901l189 1280z"/>
<path id="10045" d="M-225458 176326l642 323l-22 2454l-66 529l-99 492l-1241 1794l606 372l33 279l-805 2315l-983 1416l-602 196l-383-55l-1055 673l-536 913l-1069 1690l-233 72l-677-1068l-396 168l-1207 1719l-101 289l-32 688l728 2375l216 453l1168 1961l2940 3518l-140 1440l-75 185l-952-87l-119-13l-383-127l-146-30l-434-12l-269-3l-108 62l-926 541l-120 114l-69 103l-304 755l-903 1368l-381 231l-727-218l-1417-792l-1411-727l-4131-350l-863 165l-791 160l-420 666l-3815-2250l-42-63l-32-100l-142-1576l16-295l557-3429l841-1146l789-808l411-4050l-67-198l-809-722l-389-340l-37-18l-668-34l-223 81l-224 278l-121 343l-70 245l-88-11l-559-70l-1243-1171l-395-615l50-1106l1649-2454l618-619l1911-1240l1749 1347l3413 1311l2470-838l1251-473l179-88l286-240l1522-1792l-217-330l-52-36l-81-24l-90 11l-212 42l-77-5l-53-33l-683-463l-89-69l-354-370l-32-53l-288-639l8-2376l251-1866l2461-2034l1890-1020l227 440l89 632l-78 71l-474 426l-24 467l5457 3087l1896-714z"/>
<path id="10046" d="M-248459 146332l755 879l785 1320l471 1300l2464 679l1223 29l84-57l27-297l29-322l3-25l67-73l637-102l46-7l51 0l52 15l1598 709l64 241l-20 144l-260 911l1057 1194l1866 1287l730 84l902-241l1201-745l430-402l223 346l755 1433l156 1574l112 1347l113 2972l-116 511l-192 2247l1198 374l571 857l-383 912l-993 942l-871 201l-1524 579l-63 27l-541 313l293 1205l151 470l-854 170l-1813-1072l-506-385l-1162 1168l-2287 1170l-1044 306l-727-254l-321-290l-64-564l-814-495l-933 105l-1043 677l-199 252l-91 508l-670 449l-1583 33l-1314-1526l-2219-1314l-1028-537l-407 133l-189-1280l-895-3901l-102-403l-414-189l-547 281l-1218 1355l-1134 324l-848-1171l0-513l186-40l307 51l44-26l509-462l-154-351l-497-712l-431-478l1318-196l1947-751l170-402l272-2918l-167-1401l-333-1353l52-840l474-772l194-553l-167-975l-1023-444l-405-35l-189-15l-996 359l-1030 318l-682-735l-165-1729l300-281l3536-2073l2522 181l943 205l-280 514l-176 545l-17 389l233-38l1689-704l1201-1165l2090 1019z"/>
</g>
<path id="11000" d="M210919-176029l885 557l2215 722l74 474l-255 225l-447 405l-446 407l-349 463l-119 230l-200 535l-898 2849l-138 1101l634 536l246 23l3-8l24-766l0-7l1049-678l468-16l1299 472l171 28l2414 1033l3440 1778l344 306l181 685l-9 63l-44 125l-502-82l-1470 2447l-1997 2763l-704 662l-43 52l-28 61l-37 122l886 157l187 449l81 497l-3354 3604l-401-2619l35-85l21-465l-288-542l-143-140l-909-527l-2483-1202l-1189 450l-577 219l-2036-20l-149-144l-268-887l-1082-262l-2379 677l-916-2507l-117-128l-164-41l-235 32l-2780 1269l698 2505l-427 1244l-2129-92l-145-7l-111-1133l-3107-2428l-1065 706l-989 659l-976-1414l-1535 919l-84 34l-131 28l-91 11l-131 9l-1318-4l-93-1055l-215-695l-1488 7l-1664 679l-2473 1333l-198 844l563 198l-682 115l-2076-232l-46-7l-47-11l-57-27l-2323-1483l-61-79l-96-870l575-419l91-65l171-21l242-39l519-532l618-1017l19-105l-33-98l-129-181l-269-374l-473-659l15-1744l16-70l410-1270l578-204l1877-2416l734-949l-1632-1096l-1083 262l-645 156l45-1333l325-1946l307-992l404 163l293 92l145 9l105-9l87-10l63-52l58-137l331-1907l57-378l-37-458l-261-468l-109-959l1086-802l2815 1168l740-69l107-400l-5-84l-26-71l-66-91l-283-242l-759-832l-38-66l-28-76l-8-77l-4-40l8-97l34-78l1197-2409l1315-6l1593-7l538-1447l524-1431l1497 166l-3 1636l328 861l2093 495l686 20l78-11l516-81l77-20l586-283l460-300l78-54l886-1115l482-1084l715 658l1173 631l250 14l301-152l2006-2376l-759-590l512-758l1106 318l2994 1991l4 5l213 410l7 19l-4 347l-263 1107l-682 385l-600 2441l799 1458l1252-53l1095 198l935 516l1858 1526l464 1695l45 212l-20 111l-111 323l1788 611z"/>
<g>
<path id="12051" d="M148540-168736l-14 182l-28 95l-65 105l-87 75l-2245 1273l-121 20l-128 0l-1059-238l-1170-80l-83 2l-89 4l-480 136l-86 33l-1728 1186l-70 95l-32 100l-304 1037l-15 95l7 1588l7 235l1244-29l276-472l125-217l251-296l1358-492l98-22l2293 318l541 226l227 122l877 475l660 3355l-302 768l-1739 2153l-607-439l-2457 402l-478 2273l-656 2917l-2153 138l-701-820l-437-25l-640 16l-820 843l-831 1414l-382 868l-2739 945l-2910 796l-218-424l-10-111l145-1658l-1519-3623l-575-2452l-132-1059l-1065-3234l-668-248l-372-1517l671-246l1433-548l98-52l524-516l43-73l212-327l62-45l87-10l404 10l1119 29l-496 2288l9 63l671 2138l71-34l982-881l49-62l21-214l-191-2019l-184-743l4-71l113-157l4290-1895l184 547l483 1277l574 210l724 127l1552 218l313-535l17-31l6-50l-20-1399l-10-1014l10-157l24-141l31-44l62-43l2528-1462l82-47l6375-2512l72-19l89 4l95 37l45 52l7 83l-48 91l-1081 1339z"/>
<path id="12052" d="M259898-95384l110-585l980-222l703-462l587-844l304-664l-670-1510l-304-1419l8-1772l565 22l33 5l680 110l2929 831l1206 1783l-450 779l780 1075l1207 1542l496 526l1122-35l164-25l112-36l207-117l1128-1651l2601 1389l358 281l806 1714l280 635l-656 445l-769-81l-1066-152l-288 1228l499 600l292 451l-1132 1040l-339 25l-220-9l-1509-370l-415-320l-280 26l-1434 458l75 908l1012 965l1124 548l155 48l234 46l206 20l590-6l846 592l-364 2153l-2639 323l-2294-98l-2226 1228l-193 8l-1292-732l-891-738l78-1716l-1332-1153l-1201-424l-53-910l193-1303l441-1323l28-326l-248-904l-874-1897z"/>
<path id="12053" d="M274256-162576l1009 1667l771 3420l471 1438l812 1257l309 3077l-15 95l-11 93l13 144l52 135l1266 1637l129 146l179 137l190 84l222 53l-900 216l-2597 665l-1122 1088l-2831 598l-949-1065l-1959-939l-3592 781l-77-264l-176-3309l94-666l70-306l213-511l329-546l1777-2976l-1540-1936l505-1575l213-1864l94-401l1594-493l1508-10l2481 557l1089-180l379-247z"/>
<path id="12054" d="M180150-170137l-1877 2416l-578 204l-410 1270l-16 70l-15 1744l473 659l269 374l129 181l33 98l-19 105l-618 1017l-519 532l-242 39l-171 21l-91 65l-575 419l96 870l61 79l2323 1483l57 27l47 11l46 7l2076 232l682-115l-529 300l-197 157l-158 189l-106 179l-336 653l-28 62l-526 2231l-1975 782l-925-38l-1608 179l-630 546l-388 702l-673 58l-1393-335l-789-505l-2072-1527l-3334-2753l-128-1046l0-1913l47-702l81-726l428-138l82-15l160-1325l-339-680l-342-383l-573-251l-239-78l-2189-242l-515-478l175-193l196-216l1481-603l63-70l1005-1740l143-435l45-225l117-684l4321-1855l1434 2185l-99 359l631 1090l1312 1630l816 732l449-32l181-33l173-59l1651-964l25-2686l2801-1028l1113 116z"/>
<path id="12060" d="M244699-224072l-16 32l-42 95l-235 873l-14 93l3 32l8 57l294 1727l53 244l884 3710l38 100l47 111l59 96l331 513l67 126l23 70l30 129l9 241l-5 110l-36 249l-208 956l-65 192l-60 128l-220 389l-90 149l-238 296l-1333 33l-2015 990l-40 44l-1707 497l-3159 745l-163-426l135-360l-48-34l-1357-348l-286 231l-950 818l-1849 2713l-996 1993l-552 962l-335 534l-1182 651l-1864 1253l-983 2313l-3883 1790l-195 7l-177-64l-45-29l-29-56l-28-130l-126-271l-97 35l-1803 710l-511 214l-1308 894l3302 7342l2468-1442l1017-1104l-15-448l1195-241l592 956l-574 2570l-107 464l-822 3201l-20 65l-264 626l-642-416l-2596 658l-3485 1406l-814 928l-1920 3121l-1752 819l-1213 145l-679 278l-1034 520l-97 144l-129 578l-34 243l111 1197l1 6l-1788-611l111-323l20-111l-45-212l-464-1695l-1858-1526l-935-516l-1095-198l-1252 53l-799-1458l600-2441l682-385l263-1107l4-347l-7-19l-213-410l-4-5l-2994-1991l-1106-318l-512 758l759 590l-2006 2376l-301 152l-250-14l-1173-631l-715-658l279-59l260-299l15-77l-73-1248l-483-749l-167-231l186-1102l501-2144l855-916l93-348l-280-1987l-919-2206l-211-3082l92-303l846-2657l2928-768l2327-94l1886-937l-111-339l-695-807l-1333-1137l-803-1171l-776-1442l-441-833l-723-2037l280-340l1060-696l633-502l-1343-1052l-1290 100l-1770 803l-1215-909l-694-1756l-85-390l83-317l201-384l333-383l2229-1992l557-423l292-165l443-67l784-64l1630-581l1091-397l324-1781l2385-13l1097-333l876-306l1494-723l804-310l3731-134l1029-1158l-227-282l-1563 146l-45-463l642-2174l423-697l2169 392l3310-505l2550-923l828-842l2024-221l328-5l671 110l957 198l635 132l-152 571l-746 655l-626 282l-1847 2438l-223 2105l-118 1280l2348 1365l196 87l2564-14l824-471l1590 503l375 1791l24 57l3389 2289l667 185l32 3l97-14l367-55l582-90l404-727l102-1211l300-726l3888-960l1511-342l2036 229l360 154z"/>
<path id="12061" d="M217566-158305l586-912l522 7l339 104l671 375l678 1096l179 360l900 2246l-122 864l-819 941l-757 870l1719 1296l1021-411l1657-213l3363 298l1730 4425l-160 1267l-131 334l-1233 720l-980 1229l11 700l427 563l1696 1163l-332 2649l455 1591l556 1261l326 2375l-1021 1991l11 1230l1824 399l3860-1419l545-901l51-22l217-72l1823 24l714 395l957 1348l1247 898l2371 581l3070 774l1672 1455l1029 1575l328 1085l962 496l3525-642l538-1763l51-1546l1684 43l127 8l176 255l-470 606l-299 366l-514 731l-83 135l-29 114l205 1510l28 106l396 1145l1372 636l1463 262l781-71l1082-916l565-526l541-1307l589-686l1067-799l1084-488l454 5l855 273l2479 1691l90 438l0 732l40 1066l159 331l586 451l496 122l1127-74l778-322l555 1278l-1159 639l-119 48l-1046 206l-807 101l-774 0l-533-17l-1162 762l556 2863l56 198l427 1269l936 3030l-455 355l-2481 106l-1128-367l-989 228l-2394 1628l-2471 1787l-1279 2044l-714 2235l-2648 1496l-631-205l-945-571l-278-172l-559-421l-133-83l-139-55l-175-42l-1550-239l-1609-226l-2095-254l-173-24l-1783-376l-163-45l-498-210l-1472-689l-191-89l-236-68l-425-121l-393-107l-134-29l-3959-347l-4025 1358l-1972 3292l-423 809l108 357l203 6l829 414l81 89l694 1017l-94 355l-642 892l-259 340l-458 711l393 1537l305 1918l-580 3172l-801 1818l-1213 745l-1000-89l-1140-1835l-2692-353l-1290 1249l-763 789l-69 130l-15 161l85 387l87 344l-158 666l-2249-645l-161-1573l-2403 758l-1140 199l-857-264l-752-625l-658-732l-1972 1245l-1473-1807l-1749-2937l192-215l454-475l2990-1827l-984-5467l-454-233l-219-125l157-1328l66-358l976-889l788-999l-1321-2918l-2133-838l-2744-234l-681 357l-1193 348l-1417 409l-526-102l-992-481l-204-3578l261-1540l414-107l511-11l2192 393l1957 772l292 2l794-474l842-914l1861-1398l3052-1997l765-341l1202-306l840-79l1196-4133l-66-416l-604-1030l-679-763l-462-453l-2530-1358l-838-414l-51-17l-109-34l-1233-9l-219-8l-161-72l-907-616l362-4401l-510-4052l-15-276l41-1986l691-160l1722-271l-70-441l-324-929l-1697-2778l-1136-684l-931-75l-1529 322l-334 267l-162 615l-1358 146l-896-840l-388-1003l-298-778l404-570l876-253l1481 68l1189-711l-159-1527l-1742-630l-208-3814l1073-1770l-19-47l-2729-296l-668-465l-2366-2092l238-1251l427-1244l-698-2505l2780-1269l235-32l164 41l117 128l916 2507l2379-677l1082 262l268 887l149 144l2036 20l577-219l1189-450l2483 1202l909 527l143 140l288 542l-21 465l-35 85l401 2619l3354-3604l-81-497l-187-449z"/>
<path id="12062" d="M207270-92185l-192 215l1749 2937l1473 1807l1972-1245l658 732l752 625l857 264l1140-199l2403-758l161 1573l2249 645l158-666l-87-344l-85-387l15-161l69-130l763-789l1290-1249l2692 353l1140 1835l1000 89l295 1115l667 2011l1348 1413l1477 3254l1132 665l1188 748l475 428l284 1801l139 1153l-4 146l-24 95l-756 2150l-340 529l726 2177l-66 505l-218 414l-414 384l-835-51l-541 179l-1890 1457l-355 306l-487 485l-840 917l-5774 2048l-287 23l-1386-45l-331-213l-28-247l72-268l-1185 52l-889 41l-1110 2601l1596 1209l1501 578l965 550l155 235l1406 2297l487 1638l189 1281l-189 962l-992 4603l-412 722l-348 281l-485 707l-6084 88l-550-1595l-1374-85l-994 636l-575 1160l-209 14l-1338-1690l-317-1834l-3985-1535l-2225-1013l-341-217l-1264-1552l-5257 1323l-464 178l-2825 2454l74 1310l-2405 705l-2264-136l-91-23l-73-40l-110-118l-110-219l-354-784l-518-1298l-956-573l230-1933l628-2127l-381-3189l160-294l400-1572l25-551l-116-1474l-1327-1712l-2082-2113l-891-524l-362-732l514-817l681-1621l-466-832l-2809-1598l-777 738l-461 241l-910-365l-495-1035l-1960-2957l5043-3241l1187-911l567-438l626-687l1683-2742l-143-666l-603-1156l-701-652l-745-992l-594-1262l-33-889l-1-34l715-937l648-604l67-552l-593-2054l-1038-1697l-431-569l-430-590l-1044-2406l-75-469l2123-393l692-64l-296-2469l770-244l755-52l554 102l2174 516l515 144l273 878l-568 270l-220 1374l223 765l383 1103l473 1107l958 599l846 243l257 32l2795-112l355-1206l2960-373l86-10l134 39l759 363l905 563l2033 807l5019 1729l1852 665z"/>
<path id="12063" d="M157343-190845l2443-1172l-62-152l-28-71l488-325l3515-1733l363-159l1294 37l933 379l1066 996l427 1055l527 964l1689 2369l2003 199l3124 345l48 200l642 1341l852 1712l465 309l367-37l2127 325l225 1341l-350 415l214 650l708 906l-1086 802l109 959l261 468l37 458l-57 378l-331 1907l-58 137l-63 52l-87 10l-105 9l-145-9l-293-92l-404-163l-307 992l-325 1946l-45 1333l645-156l1083-262l1632 1096l-734 949l-1113-116l-2801 1028l-25 2686l-1651 964l-173 59l-181 33l-449 32l-816-732l-1312-1630l-631-1090l99-359l-1434-2185l-4321 1855l-117 684l-45 225l-143 435l-1005 1740l-63 70l-1481 603l-196 216l-175 193l515 478l95 238l31 102l7 115l-23 247l-40 91l-251 326l-2627-1097l-1856-1029l-849 303l-4003 1131l-96 14l-473 14l-498-843l-454-3437l234-317l831-1133l-2616-3705l-1563-595l-5351 1957l-1761 741l-335 83l-553 2l-4025-716l-814-265l-1017-1523l116-627l-723-30l-3285 442l-1477 1755l0 98l562 595l844 372l143 1368l14 173l-276 2486l-762 1554l102 263l1491-46l119-21l670-250l242-87l-13 74l-192 541l-922 1601l-191 303l-1119-29l-404-10l-87 10l-62 45l-212 327l-43 73l-524 516l-98 52l-1433 548l-671 246l-1228 395l-563 34l-426-150l-423-404l-82-221l-311-906l-158-2457l-154-1611l-866-506l-364-19l-744 324l-394 653l-496-129l-660-835l-326-1814l-7-113l15-397l-4-99l-37-92l-40-71l-73-50l-1335-489l-92-11l-99 26l-85 62l-40 77l-493 1166l-26 106l8 111l33 88l128 165l48 85l22 99l-7 99l-44 125l-265 368l-41 41l-1296 405l-87 15l-937 68l-1102-967l-248-953l-1005-1678l-61 29l-65 10l-584 46l-28-25l-16-38l20-733l3-73l1011-2650l80-158l1065-1693l-245-2224l-191-1167l-200-1030l76-1175l1228 582l563 228l415 18l1446-887l397-344l488-1161l44-500l-13-2357l-86-765l-20-126l-164-644l-273-1052l-34-60l-56-37l-79 4l-85 33l-172 83l-86 0l-174-47l-69-159l-1334-3481l110-4301l19-123l437-1218l687-1521l1287-102l115-15l89-63l91-111l179-311l14-130l808-697l461-76l1857-235l202 7l120 24l935 317l1318 431l1760-439l545-448l438-385l1465 256l227 337l488 1165l-120 295l-83 130l-747 1609l925 1880l85 80l127 50l134 23l103-15l636-230l4409-858l1016 402l571 184l1047 229l1396-19l213-1211l30-995l-372-900l-755 1l-94-1294l472-1150l509-902l2270 213l1321 764l1208 732l1343-741l151-76l170-42l185 8l397 50l270 1074l1143 2310l882 540l1243 490l801 2293l-422 757l-13 403l2297 2801l1870 989l4390 1115l-248-1281z"/>
<path id="12064" d="M274256-162576l-379 247l-1089 180l-2481-557l-1508 10l-1594 493l-94 401l-213 1864l-3134-1081l-390-66l-348 36l-392 156l-364 281l-207 356l-235 682l-2029-689l-336-139l233-1351l-2811-1465l-202-1227l425-611l-52-394l-135-672l-126-494l-940-2648l-2933-2856l-1175-525l-1571-261l-223 702l-67 613l-19 530l49 489l33 325l-46 199l-95 227l-221 197l-270 166l-5130 839l-881 31l17-179l-803-1801l-1824 629l-1098 611l-382 719l-3033-291l-2813-452l-1584-7l-1126 137l-806 703l-450 1210l-453 490l-3023 1468l-1395-1l-2821-529l-1636-2010l-145-2295l-1972-1548l-1553 41l-738 803l-273 847l-310 966l-121 572l-1299-472l-468 16l-1049 678l0 7l-24 766l-3 8l-246-23l-634-536l138-1101l898-2849l200-535l119-230l349-463l446-407l447-405l255-225l-74-474l-2215-722l-885-557l-1-6l-111-1197l34-243l129-578l97-144l1034-520l679-278l1213-145l1752-819l1920-3121l814-928l3485-1406l2596-658l642 416l264-626l20-65l822-3201l107-464l574-2570l-592-956l-1195 241l15 448l-1017 1104l-2468 1442l-3302-7342l1308-894l511-214l1803-710l97-35l126 271l28 130l29 56l45 29l177 64l195-7l3883-1790l983-2313l1864-1253l1182-651l335-534l552-962l996-1993l1849-2713l950-818l286-231l1357 348l48 34l-135 360l163 426l3159-745l1707-497l40-44l2015-990l1333-33l-747 1032l-195 320l-145 282l-89 205l-60 177l-40 128l-62 291l-21 146l-8 61l-7 54l-8 106l10 87l13 113l14 90l68 260l17 62l69 145l78 144l87 124l88 105l100 97l115 83l134 79l155 79l259 86l80 22l352 69l4233 417l81 9l252 52l125 47l63 28l59 28l62 50l136 115l97 130l246 330l989 1188l1027 1153l1792 1515l202 137l235 123l1337 603l251 110l341 85l487 151l456 170l223 101l1448 843l142 104l1468 1505l3877 4534l2582 3205l156 187l173 161l35 29l97 75l2962 1774l4187 2059l1542 1008l282 226l334 400l2491 3271l89 118l64 146l23 174l-26 217l-52 118l-57 110l-774 964l-186 234l-44 72l-104 177l-82 188l-635 1942l-60 197l-33 261l9 131l24 162l60 247l514 1604l73 149l124 141l155 105l184 98l218 92l238 105l6 3l154 81l113 85l59 48l132 157l105 172l69 202l51 185l27 176l0 241l-45 200l-11 32l-61 176l-131 288l-1264 2356l-744 1094l-1184 1727l-115 104l-155 56l-136 15l-116 12l-500 71l-202 59l-174 105l-263 179l-161 170l-142 184l-123 266l-113 325l-530 3276l-55 611z"/>
<path id="12065" d="M182907-251459l776 1220l1631 1753l977 748l1316 1973l-784 2248l-311 1538l-39 707l33 139l628 851l113 130l1549 1763l1889 1610l3367 3866l617 3148l280 699l3701 1886l1643-296l754 749l98 828l-168 503l-273 43l-19 277l1426 45l526-314l-324 1781l-1091 397l-1630 581l-784 64l-443 67l-292 165l-557 423l-2229 1992l-333 383l-201 384l-83 317l85 390l694 1756l1215 909l1770-803l1290-100l1343 1052l-633 502l-1060 696l-280 340l723 2037l441 833l776 1442l803 1171l1333 1137l695 807l111 339l-1886 937l-2327 94l-2928 768l-846 2657l-92 303l211 3082l919 2206l280 1987l-93 348l-855 916l-501 2144l-186 1102l167 231l483 749l73 1248l-15 77l-260 299l-279 59l-482 1084l-886 1115l-78 54l-460 300l-586 283l-77 20l-516 81l-78 11l-686-20l-2093-495l-328-861l3-1636l-1497-166l-524 1431l-538 1447l-1593 7l-1315 6l-1197 2409l-34 78l-8 97l4 40l8 77l28 76l38 66l759 832l283 242l66 91l26 71l5 84l-107 400l-740 69l-2815-1168l-708-906l-214-650l350-415l-225-1341l-2127-325l-367 37l-465-309l-852-1712l-642-1341l-48-200l-3124-345l-2003-199l-1689-2369l-527-964l-427-1055l-1066-996l-933-379l-1294-37l-363 159l-3515 1733l-488 325l28 71l62 152l-2443 1172l-285-1390l538-228l947 273l1182-590l1061-904l-1103-454l399-465l1207-948l1151-903l72-30l232-78l716-38l-87-2873l-243-2677l1458-944l2460-1843l390-1162l92-1390l5-416l-67-161l-437-377l-343-672l-41-202l-40-296l-14-252l1738-395l873-114l709 997l374 136l630 19l47 1l19 0l74-720l-144-1781l-1014-109l-587-2974l936-700l771-463l94-175l299-1947l289-2381l-423-1549l-240-862l-1458-1278l-1359-935l-78-352l454-1282l608-2080l-1-4441l-182-124l-173-84l-757-129l-1261 272l-1261 16l-1881-1636l-617-1654l27-163l1623-3190l414 63l1663-268l1143-771l943-706l20-102l-28-73l-38-26l-2775-1787l414-353l1838-1606l-7-164l48-127l795-774l289-259l1189-625l716-172l437 32l2237-1775l144-1046l-11-137l-430-746l-16-141l23-84l505-448l2416-1333l236-42l1956-72l297 142l159 159l116 216l144 1135l1070 1669l1599 304l488-835l42-92l149-673z"/>
<path id="12066" d="M246823-103509l-528 804l-68 1913l-40 2346l1492 456l299 10l192 195l82 113l454 738l1000 1926l-34 1053l-479 34l-648 2685l-92 462l-103 967l422 896l291 611l104 96l176 87l247 64l250 18l361-57l383-152l467-219l427 968l37 115l8 77l-470 1857l-32 109l-397 630l-289 291l-516-459l-180 24l-1448 3876l2616 3723l180 129l593 245l390-72l796-193l776-238l934 229l2085 2181l-1196 1892l-962 857l-79 61l-330 89l-642-72l-401 3427l661 648l291 1070l-110 498l-1391-166l-425-42l-2036 2674l-321 765l-668 2231l15 1642l-2122 2324l569 1548l-1634 3259l-1125 954l-322 478l-736 1171l-55 207l-206 1328l-2015-328l-1849-703l-87 80l-2292 1442l-142 52l-1604 430l-181 18l-213-11l-520-90l-117-40l-186-118l-196-198l-324-213l-1750-291l-58 316l108 622l-1055 803l-2939 1192l-2626-99l-1521-210l-942-173l-624-351l-355-411l348-281l412-722l992-4603l189-962l-189-1281l-487-1638l-1406-2297l-155-235l-965-550l-1501-578l-1596-1209l1110-2601l889-41l1185-52l-72 268l28 247l331 213l1386 45l287-23l5774-2048l840-917l487-485l355-306l1890-1457l541-179l835 51l414-384l218-414l66-505l-726-2177l340-529l756-2150l24-95l4-146l-139-1153l-284-1801l-475-428l-1188-748l-1132-665l-1477-3254l-1348-1413l-667-2011l-295-1115l1213-745l801-1818l580-3172l-305-1918l-393-1537l458-711l259-340l642-892l94-355l-694-1017l-81-89l-829-414l-203-6l-108-357l423-809l1972-3292l4025-1358l3959 347l134 29l393 107l425 121l236 68l191 89l1472 689l498 210l163 45l1783 376l173 24l2095 254z"/>
<path id="12067" d="M266898-159938l-505 1575l1540 1936l-1777 2976l-329 546l-213 511l-70 306l-94 666l176 3309l77 264l3592-781l1959 939l949 1065l2831-598l1122-1088l2597-665l900-216l639-62l203-6l230 19l243 55l4581 1283l233 74l216 116l144 121l238 254l1127 1592l72 115l38 136l10 135l-365 7214l-29 251l-44 174l-96 233l-299 515l-319 437l-588 851l-75 184l-45 167l-14 92l-13 102l12 233l309 2760l53 172l137 277l698 953l161 169l180 158l43 30l89 59l186 89l194 55l226 38l7 1l471 27l248 44l232 77l236 127l264 173l457 302l278 221l233 234l154 178l1067 1582l36 118l13 105l-2 136l-2 13l-627 3632l-16 67l-454 999l-54 84l-401 404l-79 104l-1078 1443l-57 91l-18 130l18 128l63 82l-176 125l-2140 26l-933-295l-466-623l-31-788l-490-733l-245-207l-202-79l-3239-420l-904-41l-108 18l-126 54l-379 164l-62 55l-768 920l-306 453l-7 51l25 51l48 60l218 104l-87 888l-355 440l-3940-123l-263-285l-225-276l-167-336l-195-519l-646-1870l-184-810l31-255l198-263l93-456l-59-255l-221-48l-1858 1569l-493 538l116 1428l-778 322l-1127 74l-496-122l-586-451l-159-331l-40-1066l0-732l-90-438l-2479-1691l-855-273l-454-5l-1084 488l-1067 799l-589 686l-541 1307l-565 526l-1082 916l-781 71l-1463-262l-1372-636l-396-1145l-28-106l-205-1510l29-114l83-135l514-731l299-366l470-606l-176-255l-127-8l-1684-43l-51 1546l-538 1763l-3525 642l-962-496l-328-1085l-1029-1575l-1672-1455l-3070-774l-2371-581l-1247-898l-957-1348l-714-395l-1823-24l-217 72l-51 22l-545 901l-3860 1419l-1824-399l-11-1230l1021-1991l-326-2375l-556-1261l-455-1591l332-2649l-1696-1163l-427-563l-11-700l980-1229l1233-720l131-334l160-1267l-1730-4425l-3363-298l-1657 213l-1021 411l-1719-1296l757-870l819-941l122-864l-900-2246l-179-360l-678-1096l-671-375l-339-104l-522-7l-586 912l-886-157l37-122l28-61l43-52l704-662l1997-2763l1470-2447l502 82l44-125l9-63l-181-685l-344-306l-3440-1778l-2414-1033l-171-28l121-572l310-966l273-847l738-803l1553-41l1972 1548l145 2295l1636 2010l2821 529l1395 1l3023-1468l453-490l450-1210l806-703l1126-137l1584 7l2813 452l3033 291l382-719l1098-611l1824-629l803 1801l-17 179l881-31l5130-839l270-166l221-197l95-227l46-199l-33-325l-49-489l19-530l67-613l223-702l1571 261l1175 525l2933 2856l940 2648l126 494l135 672l52 394l-425 611l202 1227l2811 1465l-233 1351l336 139l2029 689l235-682l207-356l364-281l392-156l348-36l390 66l3134 1081z"/>
<path id="12068" d="M122159-259285l670 221l343 114l223 102l1868 1103l2112 2610l1509 1868l54 254l73 140l697 844l486-2l3101-574l414-217l-39-560l1806-381l4535 1831l739-29l164-147l1052-712l2270-25l464 541l232 329l-403 429l-43 64l-20 89l-35 854l87 154l114 97l350 165l1116 369l2077 422l1136-115l322-89l327-222l757 118l-289 1507l-119 260l-187 279l-285 262l-419 351l1761 1188l90 44l111 22l306 55l105 14l81-6l772-101l1757-363l269-342l23-97l12-47l36-58l58-24l1692-576l103-27l121-4l68 0l45 32l31 61l336 614l336 614l39 71l1185 867l82 21l834 22l76-337l-42-617l905-654l557-176l2836-661l287-17l178 8l95 14l91 25l693 307l275 495l33 62l-15 63l-70 43l-26 7l-100 24l-112 41l-670 466l-113 88l-1187 950l-92 115l-44 118l13 99l61 82l2257 1194l58-13l351-186l54-64l44-87l2775 1787l38 26l28 73l-20 102l-943 706l-1143 771l-1663 268l-414-63l-1623 3190l-27 163l617 1654l1881 1636l1261-16l1261-272l757 129l173 84l182 124l1 4441l-608 2080l-454 1282l78 352l1359 935l1458 1278l240 862l423 1549l-289 2381l-299 1947l-94 175l-771 463l-936 700l587 2974l1014 109l144 1781l-74 720l-19 0l-47-1l-630-19l-374-136l-709-997l-873 114l-1738 395l14 252l40 296l41 202l343 672l437 377l67 161l-5 416l-92 1390l-390 1162l-2460 1843l-1458 944l243 2677l87 2873l-716 38l-232 78l-72 30l-1151 903l-1207 948l-399 465l1103 454l-1061 904l-1182 590l-947-273l-538 228l285 1390l248 1281l-4390-1115l-1870-989l-2297-2801l13-403l422-757l-801-2293l-1243-490l-882-540l-1143-2310l-270-1074l-397-50l-185-8l-170 42l-151 76l-1343 741l-1208-732l-1321-764l-2270-213l-509 902l-472 1150l94 1294l755-1l372 900l-30 995l-213 1211l-1396 19l-1047-229l-571-184l-1016-402l-4409 858l-636 230l-103 15l-134-23l-127-50l-85-80l-925-1880l747-1609l83-130l120-295l-488-1165l-227-337l-1465-256l-438 385l-545 448l-1760 439l-1318-431l-935-317l-120-24l-202-7l-1857 235l-461 76l-808 697l368-576l144-717l-1972-5322l-2209-2170l-1583 920l-3167 1440l-222-252l-412-2302l163-1332l75-263l337 81l2883-978l3137-1676l2776-326l1674-532l-1301-2973l202-383l662-713l661 304l139 9l1036-112l762-1640l321-1047l2020-1698l4071-1662l69-3940l-332-1006l-303-154l-1245 1398l-196 723l-747 1059l-1375 1046l-194 21l-451-325l-207-186l-114-114l-3320-3588l-283-988l419-1935l777-742l157-100l264-78l186 128l199 93l616 207l757-1981l-7-401l-3307-1747l-129-1716l1056-1602l575-331l883-582l201-480l-626-1445l-961-1784l-797-1582l655-286l164-99l150-142l2678-2960l-2651-3918l-803-3304l805-1375l467-796l605 457z"/>
<path id="12069" d="M136456-172456l4025 716l553-2l335-83l1761-741l5351-1957l1563 595l2616 3705l-831 1133l-234 317l454 3437l498 843l473-14l96-14l4003-1131l849-303l1856 1029l2627 1097l251-326l40-91l23-247l-7-115l-31-102l-95-238l2189 242l239 78l573 251l342 383l339 680l-160 1325l-82 15l-428 138l-81 726l-47 702l0 1913l128 1046l3334 2753l2072 1527l789 505l1393 335l673-58l388-702l630-546l1608-179l925 38l1975-782l526-2231l28-62l336-653l106-179l158-189l197-157l529-300l-563-198l198-844l2473-1333l1664-679l1488-7l215 695l93 1055l1318 4l131-9l91-11l131-28l84-34l1535-919l976 1414l118 967l-1431 2555l-2505 4261l-1896 816l-768-226l-658-219l-1201 427l-1340 966l-681 3121l655 1038l123 283l-115 403l-399 544l-72 93l-1489 1137l-421 315l-1354 3265l-1232 3372l-31 59l-1544 1583l-4143 3285l-1187 892l-438 2054l354 551l31 130l584 3201l-229 574l-1481 2831l-18 753l41 1872l-132 1144l-987-464l-2127-134l-3058 1430l-610 430l-451 1187l-44 730l-222 458l-611 339l-1343 699l-1942 441l-1093 449l-26 406l-512-134l-2214-900l-3223-1522l-290-150l-430-529l-166-239l-202-78l-530 12l-308 10l-137 61l-390 507l-132 862l-80 547l-1881 1487l-938 70l-4304-223l-129-810l-138-857l-89-330l-2102-445l-339-138l-456-263l-665-724l-323-1267l-46-443l-919-139l-405 28l-555 1164l-76 623l-163 234l-861 0l-361-103l-113-33l-3680-2313l-136-86l-974-612l-73-46l-56-35l-1670-1896l-33-37l-68-77l-63-72l-65-74l-76-86l-42-103l-286-707l-381-943l-83-206l-135-335l-79-138l-191-336l-71-62l-65-56l-242-82l-659-223l-102-34l-1066-520l-294-144l-76-37l-66-32l-2342-3952l-400-965l-1474-2327l186-653l1779-3840l526-438l339-279l1053 96l1344-1556l-1486-1060l-349-247l-774-379l-552-63l-402-123l439-2949l73-330l648-2302l20-52l1154-2469l104-166l104-151l282-150l119-156l1197-2425l-790-587l-980-1569l367-526l646-175l170-890l-594-3009l-341-1709l894-2113l880-1418l311 906l82 221l423 404l426 150l563-34l1228-395l372 1517l668 248l1065 3234l132 1059l575 2452l1519 3623l-145 1658l10 111l218 424l2910-796l2739-945l382-868l831-1414l820-843l640-16l437 25l701 820l2153-138l656-2917l478-2273l2457-402l607 439l1739-2153l302-768l-660-3355l-877-475l-227-122l-541-226l-2293-318l-98 22l-1358 492l-251 296l-125 217l-276 472l-1244 29l-7-235l-7-1588l15-95l304-1037l32-100l70-95l1728-1186l86-33l480-136l89-4l83-2l1170 80l1059 238l128 0l121-20l2245-1273l87-75l65-105l28-95l14-182l1081-1339l48-91l-7-83l-45-52l-95-37l-89-4l-72 19l-6375 2512l-82 47l-2528 1462l-62 43l-31 44l-24 141l-10 157l10 1014l20 1399l-6 50l-17 31l-313 535l-1552-218l-724-127l-574-210l-483-1277l-184-547l-4290 1895l-113 157l-4 71l184 743l191 2019l-21 214l-49 62l-982 881l-71 34l-671-2138l-9-63l496-2288l191-303l922-1601l192-541l13-74l-242 87l-670 250l-119 21l-1491 46l-102-263l762-1554l276-2486l-14-173l-143-1368l-844-372l-562-595l0-98l1477-1755l3285-442l723 30l-116 627l1017 1523l814 265z"/>
<path id="12070" d="M121554-259742l-467 796l-805 1375l803 3304l2651 3918l-2678 2960l-150 142l-164 99l-655 286l797 1582l961 1784l626 1445l-201 480l-883 582l-575 331l-1056 1602l129 1716l3307 1747l7 401l-757 1981l-616-207l-199-93l-186-128l-264 78l-157 100l-777 742l-419 1935l283 988l3320 3588l114 114l207 186l451 325l194-21l1375-1046l747-1059l196-723l1245-1398l303 154l332 1006l-69 3940l-4071 1662l-2020 1698l-321 1047l-762 1640l-1036 112l-139-9l-661-304l-662 713l-202 383l1301 2973l-1674 532l-2776 326l-3137 1676l-2883 978l84-258l-600-159l-596 1982l-1985-567l-783-305l-2414-469l-932-148l-158 58l-679 268l-170 555l-1460 598l-188 36l-177 7l-166-14l-1272-416l-232-290l-192-199l-262-190l-271-147l-305-102l-319-82l-3249-742l-3579-1317l-341-205l-305-354l-144-427l-20-390l69-332l185-401l342-380l536-468l283-234l137-254l58-264l20-385l-20-215l-78-234l-175-210l-352-244l-517-249l-371-78l-312 0l-771 49l-459-10l-292-42l-274-61l-249-61l-180-53l-160-102l-115-133l-185-220l-232-376l-243-462l-196-434l-220-359l-249-289l-181-163l-154-138l-289-192l-226-132l-290-104l-323-68l-359 22l-248 54l-361 195l-126 80l-576 379l-771 506l-264 148l-137 19l-165-9l-155-37l-148-61l-114-96l-91-108l-107-206l-251-517l-45-142l-23-187l-7-165l67-682l-7-262l-45-194l-226-562l-81-128l-90-104l-127-82l-159-11l-2117 408l-315-83l-295-133l-199-174l-172-217l-150-224l-67-240l0-210l31-232l126-352l191-273l386-468l137-166l174-220l82-157l30-172l-30-178l-90-130l-152-137l-229-121l-254-76l-318-38l-241 12l-299 58l-241 82l-1055 485l-287 94l-203 25l-185 0l-279-38l-4699-1139l-224-57l-222-65l-188-94l-194-100l-173-130l-137-122l-806-843l-656-727l-619-720l-223-209l-250-190l-312-171l-158-41l-149-37l-379-11l-401 78l-2308 630l-374 158l-265 177l-219 171l-296 208l-311 193l-277 171l-868 505l-806 408l-265 73l-301 0l-281-47l-209-121l-296-289l-3250-3347l-456-494l-320-389l-165-291l-48-242l-20-301l-113-1783l1240-50l1958 201l3328 353l1739-1417l7-650l216-670l4314-56l891 674l859 575l1672 329l1609 4l930-602l498-902l685-3018l22-121l0-236l-43-292l-85-300l-199-559l-312-1037l-86-1622l1016-1106l3189-2968l201-153l119-43l2282-159l1758 3l1279 377l1443 591l2060 746l4068-61l662-358l300-366l-1129-1510l-932-180l-613-428l-8-288l1056 26l471 50l2523 426l191-7l121-25l63-52l1106-1405l1004-1199l1053-210l475 26l411 16l1467-193l769-417l4048-2355l411-602l-145-1849l-287-767l-287-765l2808-1747l-557-1221l-25-980l918-141l1098 305l263 2408l1829 277l1585-607l5810-1068l596-84l459 1653l431 860l1127 1208l181 25l685-52l329-194l253-154l949-131l228 0l692 58l1099 535z"/>
<path id="12071" d="M289017-119646l328 266l83 94l53 114l32 169l0 125l-210 6350l-1018 3966l-32 107l-88 87l-724 572l-1730 1470l-2875 3130l-68 83l-982 1757l-150 308l-22 113l-30 1191l48 570l25 78l935 1472l160 187l95 91l67 39l46 22l913 254l149 27l147-12l114-30l98-27l65-7l41-4l84 14l46 11l72 29l746 430l87 67l62 93l598 1186l782 3162l-138 709l-126 725l-15 112l14 103l830 1520l58 71l1649 1862l1753 1187l1414 826l1608 3498l843 4334l132 726l9 109l-2 133l-26 111l-49 110l-184 344l-610 858l-93 76l-223 104l-277 130l-87 80l-643 915l-59 103l-37 95l-27 152l-440-173l-1292 405l48 331l-19 108l-933 1885l-427 657l-487 352l-146 19l-2884 249l-1465 115l-316-450l-583-1951l-173-113l-1020-617l-718 3l-424 105l-847 821l-302 955l-351 424l-1774 703l-1049-482l-3233 453l-237 134l-119 116l-137 268l-16 167l13 258l139 719l-466-261l-3653 458l-64 73l-36 91l-630 856l-1521 1516l-2135 855l-176-303l-113-147l-146-165l-194-141l-226-109l-615-268l-2215-739l-4280-594l-1357-17l-1866 32l110-498l-291-1070l-661-648l401-3427l642 72l330-89l79-61l962-857l1196-1892l-2085-2181l-934-229l-776 238l-796 193l-390 72l-593-245l-180-129l-2616-3723l1448-3876l180-24l516 459l289-291l397-630l32-109l470-1857l-8-77l-37-115l-427-968l-467 219l-383 152l-361 57l-250-18l-247-64l-176-87l-104-96l-291-611l-422-896l103-967l92-462l648-2685l479-34l34-1053l-1000-1926l-454-738l-82-113l-192-195l-299-10l-1492-456l40-2346l68-1913l528-804l1609 226l1550 239l175 42l139 55l133 83l559 421l278 172l945 571l631 205l2648-1496l714-2235l1279-2044l2471-1787l2394-1628l989-228l1128 367l2481-106l455-355l-936-3030l-427-1269l-56-198l-556-2863l1162-762l533 17l774 0l807-101l1046-206l119-48l1159-639l-555-1278l-116-1428l493-538l1858-1569l221 48l59 255l-93 456l-198 263l-31 255l184 810l646 1870l195 519l167 336l225 276l263 285l3940 123l355-440l87-888l-218-104l-48-60l-25-51l7-51l306-453l768-920l62-55l379-164l126-54l108-18l904 41l3239 420l202 79l245 207l490 733l31 788l466 623l933 295l2140-26l176-125zM260008-95969l-110 585l874 1897l248 904l-28 326l-441 1323l-193 1303l53 910l1201 424l1332 1153l-78 1716l891 738l1292 732l193-8l2226-1228l2294 98l2639-323l364-2153l-846-592l-590 6l-206-20l-234-46l-155-48l-1124-548l-1012-965l-75-908l1434-458l280-26l415 320l1509 370l220 9l339-25l1132-1040l-292-451l-499-600l288-1228l1066 152l769 81l656-445l-280-635l-806-1714l-358-281l-2601-1389l-1128 1651l-207 117l-112 36l-164 25l-1122 35l-496-526l-1207-1542l-780-1075l450-779l-1206-1783l-2929-831l-680-110l-33-5l-565-22l-8 1772l304 1419l670 1510l-304 664l-587 844l-703 462l-980 222z"/>
<path id="12072" d="M198691-156928l-238 1251l2366 2092l668 465l2729 296l19 47l-1073 1770l208 3814l1742 630l159 1527l-1189 711l-1481-68l-876 253l-404 570l298 778l388 1003l896 840l1358-146l162-615l334-267l1529-322l931 75l1136 684l1697 2778l324 929l70 441l-1722 271l-691 160l-41 1986l15 276l510 4052l-362 4401l907 616l161 72l219 8l1233 9l109 34l51 17l838 414l2530 1358l462 453l679 763l604 1030l66 416l-1196 4133l-840 79l-1202 306l-765 341l-3052 1997l-1861 1398l-842 914l-794 474l-292-2l-1957-772l-2192-393l-511 11l-414 107l-261 1540l204 3578l992 481l526 102l1417-409l1193-348l681-357l2744 234l2133 838l1321 2918l-788 999l-976 889l-66 358l-157 1328l219 125l454 233l984 5467l-2990 1827l-454 475l-1852-665l-5019-1729l-2033-807l-905-563l-759-363l-134-39l-86 10l-2960 373l-355 1206l-2795 112l-257-32l-846-243l-958-599l-473-1107l-383-1103l-223-765l220-1374l568-270l-273-878l-515-144l-2174-516l-554-102l-755 52l-770 244l296 2469l-692 64l-232-1175l-807-892l-539-276l-889 0l38 633l-2535 1063l-2926-197l-487-504l-304-349l-2-7l-15-199l300 21l489 35l543-1358l-190-920l-1639-338l-1258 60l-1171 79l-816-1908l-1259-1634l-2771-323l-87 721l-1627 613l-320 24l-2541-771l-4-1230l-218-1267l-373-1119l-707 92l-569 424l-354 113l-585 87l-622 32l-471 19l-402-77l-437-86l-475-164l-549-1473l26-406l1093-449l1942-441l1343-699l611-339l222-458l44-730l451-1187l610-430l3058-1430l2127 134l987 464l132-1144l-41-1872l18-753l1481-2831l229-574l-584-3201l-31-130l-354-551l438-2054l1187-892l4143-3285l1544-1583l31-59l1232-3372l1354-3265l421-315l1489-1137l72-93l399-544l115-403l-123-283l-655-1038l681-3121l1340-966l1201-427l658 219l768 226l1896-816l2505-4261l1431-2555l-118-967l989-659l1065-706l3107 2428l111 1133l145 7l2129 92z"/>
<path id="12073" d="M223871-283194l-134 792l26 363l124 1681l2917 1941l74 253l9 275l-25 358l-33 205l-377 1113l2458 560l3662-724l2957 531l453 1758l44 26l134 76l210-5l1431-93l1749-1243l144-531l795-1567l1017 25l732 515l1004 727l581 427l507 197l279 56l319 21l354 19l509-61l204-84l149-79l128-85l120-125l305-436l109-147l480-456l878 539l197 294l111 190l73 177l19 136l214 2102l29 330l8 93l12 497l-6 319l-18 270l-37 202l-443 1574l-311 1000l-102 287l-33 91l-197 420l-1043 1551l-1254 1645l-885 1055l-568 655l-757 757l-587 537l-200 183l-352 372l-1530 1923l-163 229l-88 163l-74 250l-58 414l-175 1250l1972 142l1062-656l1189-226l1739 619l1581 577l2410-369l1175-395l8-699l-260-1161l1434-701l512-211l555-229l672-1812l2440-1052l1054-840l924-777l961-636l180-69l224-47l238-1l458 91l55 106l193 372l100 2457l276 1426l278 1426l917 2l414 72l215 58l428 1193l39 127l14 122l-1 7l-30 140l-1005 1997l-1561 2477l-1489 1932l-67 25l-141 76l-93 79l-91 122l-54 120l-363 2242l-105 803l-15 181l4 195l57 337l114 448l87 340l279 529l193 297l316 429l303 408l124 165l11 82l11 90l-8 111l-18 121l-291 1955l-588 3802l-44 224l-198 816l-494 1474l-42 125l-131 354l-312 733l-84 150l-146 243l-116 181l-108 151l-100 124l-103 112l-129 139l-2340 2508l-2298 2263l-245 221l-213 174l-1393 990l-219 141l-736 436l-145 76l-115 48l-288 86l-61 19l-34 11l-218 109l-262 141l-128 81l-1738 1194l-174 146l-101 86l-1568 1359l-360-154l-2036-229l-1511 342l-3888 960l-300 726l-102 1211l-404 727l-582 90l-367 55l-97 14l-32-3l-667-185l-3389-2289l-24-57l-375-1791l-1590-503l-824 471l-2564 14l-196-87l-2348-1365l118-1280l223-2105l1847-2438l626-282l746-655l152-571l-635-132l-957-198l-671-110l-328 5l-2024 221l-828 842l-2550 923l-3310 505l-2169-392l-423 697l-642 2174l45 463l1563-146l227 282l-1029 1158l-3731 134l-804 310l-1494 723l-876 306l-1097 333l-2385 13l-526 314l-1426-45l19-277l273-43l168-503l-98-828l-754-749l-1643 296l-3701-1886l-280-699l-617-3148l-3367-3866l-1889-1610l-1549-1763l-113-130l-628-851l-33-139l39-707l311-1538l784-2248l-1316-1973l-977-748l-1631-1753l-776-1220l-115-820l470-1890l35-90l43-79l339-383l2178-1811l914-639l4000 191l429 565l736 1628l1910 1119l922-2592l816-2137l1457-520l220 446l87 61l86 10l1389-349l80-49l69-63l2357-3210l-240-1500l-220-590l-88-1450l370-1600l688 51l597-13l728-1729l-22-1269l-15-52l-35-45l-67-28l-87-7l-424-29l-50-30l-19-60l1-60l30-56l200-368l164-202l1227-925l2621-714l148-17l1695-3841l980-193l2952-2955l376-392l51-75l308-443l2265 6l447 272l1769 399l379-47l1065-493l644-671l878-1545l-2449-1321l-890-317l-179-1813l448-2285l53-263l367-562l590-38l77 65l45 556l-159 328l-13 402l1806 2813l3665 1556l-135 427z"/>
</g><g>
<path id="13001" d="M192242-350881l-33 776l18 119l55 135l1190 2044l75 95l90 75l306 184l133 79l153 53l1461 356l152 24l124 0l277-82l93-69l51-65l30-121l-22-128l441 138l28 453l-576 2927l-474 100l-3101 70l-5315-327l-2812-2613l88-783l1166-841l1520-906l554-285l904 13l2577-1181l795-454l52 214z"/>
<path id="13002" d="M175064-276611l254-347l499-167l110-57l634-446l164-584l469-1935l805-752l1145-1372l202-299l91-170l959-2111l13-127l-34-549l-335-731l-374-695l-59-109l-448-249l-896-200l-790-1048l917-1218l67-56l268-37l544-201l1550-1096l1058-3305l240-288l725 1888l225 861l60 441l1284 33l1506-110l2090 2440l352 2397l81 833l-2214 1767l-758 335l-2974 758l-1518 11l-61 154l-145 663l-393 1297l-558 1317l-1562 1422l-448 2104l13 117l15 167l-47 93l-369 531l-96 79l-123 31l-523 88l-102-21l-1078-525l-103-89l-52-109l-280-824z"/>
<path id="13003" d="M97813-354211l2008-167l5132-315l174-44l403-261l706-497l639-560l1065-1722l347-646l115-224l173-364l324-706l306-726l98-162l135-223l97-122l568-591l537-432l1855 167l858-28l869-119l1487 3524l1220 1429l-2115 1503l-1172-5l-2146 225l-1524 2616l72 2754l1279 3284l113 222l64 242l30 266l25 1483l-17 513l-731 1291l-1167 191l-1841 578l-1231 415l-2063 914l-689 52l-490-208l-792-705l-155-224l102-757l-150-1231l-629-2600l-1093-3732l-325-2880l-1564-917l-907-501z"/>
<path id="13004" d="M62816-298529l723 333l1597 1977l1359 4178l99 1664l-7 145l-940 2440l-759 175l-250 3l-1762 1094l90 205l1143 1667l-321 631l-2564 622l-2658 94l-1002-1336l741-2073l34-200l-1002-3637l-625-1616l-799-1051l-1340-1064l-1607-1010l-33-611l516-520l2363-1677l2188-283l3861-257l955 107z"/>
<path id="13005" d="M167706-374646l781 2265l1155 3453l-1 711l18 76l47 83l77 82l442 390l566 442l531 360l171 84l201 63l165 24l254 12l525-30l-118 939l-229 597l-915 1210l-3239-2070l-348-1043l-2831-1624l-2464-1703l-1-662l756-455l198 286l1651-287l477-141l522-358l0-231l-290-1164l-318-966l1574-812l524-47l119 516z"/>
<path id="13006" d="M58604-325215l710-286l67 148l610 507l384 208l899 368l877 42l1821-1983l259-661l174-485l259 508l1517 347l668 462l1188 2966l-349 1159l-454 614l-1408 1285l-1040 867l-4475-935l-1579-3060l196-1777l-324-294z"/>
<path id="13051" d="M117739-363233l551 1944l460 515l2043 2047l118 53l540 170l132 27l449 2343l-137 930l-6 1926l1332 5045l201 309l517 215l1327-317l445-238l-138-386l366-178l615-296l1096 910l553 890l588 1399l4077 76l1692-134l340 282l224 342l131 382l93 171l92 105l931 991l399 119l144 26l99-33l316-258l184-229l126-120l474-233l3019 3028l283 494l-111 779l-2485 3947l-585 6l-1473-344l-2230 221l-1222 211l378 223l1388 1003l-466 1699l-236 86l-1000 263l-1162 1896l73 397l39 477l-103 189l-2340-1445l-237-829l-195-588l-2189-1004l-2273 187l-757 696l-1244 1189l-172 272l-271 692l-714-274l-643-370l-293-201l-205-470l-302-1050l626-412l-479-1607l-533-189l-527 26l-1320 1229l-1202 1949l340 637l463-57l143 292l1 910l-506 265l-427-3l-1177-542l-1253-584l-3656 274l-1120 2258l-426 1424l31 635l113 1240l563 1147l105 974l7 139l-2702-49l-973 895l83 371l46 208l21 131l14 171l-562 1543l-359 279l-465 361l-1250-409l-2197-1979l-826-2306l-1250-702l-1009-427l-260 344l-416-96l-216-332l-263-1188l672-1975l675-1728l-7-46l-20-72l-72-72l-1116-922l-92-40l-79 7l-612 230l-93 53l-111 171l-126 119l-92 33l-1283 408l-237 26l-448 0l-849-1521l-73-237l-26-329l21-197l84-270l86-184l-566 131l-1022 512l-1853 1228l-1840 2779l-1550 321l-1741-138l-235-465l289-1101l374-1133l-1493-873l-1150-286l-1230 335l-2999 2940l-164 535l-541 1014l-902-241l-1146-4406l0-860l-2191-911l-856-188l-1573-1063l-900-1716l-869-1001l100-62l418-335l289-289l235-285l2882-4566l52-160l84-1033l-16-174l-45-123l-113-161l-533-751l-137-152l-168-129l-204-38l-144 15l-107 46l-1163 1133l-2242 2955l-489 755l-46 371l-360-222l-350-1914l94-323l1343-1866l492-310l597-212l738-35l438-89l454-271l238-143l473-330l747-655l254-306l253-345l663-814l1836-2197l273-305l449-489l425-265l569-76l637-52l3479-112l650 58l583 245l558 222l826 224l1023 178l1984 160l242 15l536-111l1059-314l1683-623l871-396l376-188l516-230l932-359l338-126l3630-1281l907 501l1564 917l325 2880l1093 3732l629 2600l150 1231l-102 757l155 224l792 705l490 208l689-52l2063-914l1231-415l1841-578l1167-191l731-1291l17-513l-25-1483l-30-266l-64-242l-113-222l-1279-3284l-72-2754l1524-2616l2146-225l1172 5l2115-1503l-1220-1429l-1487-3524l-869 119l-858 28l-1855-167l5540-3635l1559 2375z"/>
<path id="13052" d="M193395-309859l66 318l-933 4103l-152 382l-154 227l-425 452l-503 442l-1019 733l-2120 1407l-473 211l-546 173l-610 195l-593 263l-2183 1302l-1136 1884l-97 162l-141 322l-25 156l-180 1230l-24 414l-30 723l-240 288l-2069 4l-376-260l-4022 2820l-3626 2295l-147 349l-3 1775l-26 457l-1086 1143l-129-49l-44-85l-1040-1470l-1591-1018l-918 207l-940 400l-1693-730l-730-507l-1728-1466l-2413-1363l-1998 263l-1527 368l-1267 387l67 594l-584 299l-565 136l-1327-746l-74-207l115-617l0-652l-221-651l-1658-257l-509-63l-507 302l-2004-607l-447-140l-178-344l84-1790l294-537l441-804l30-1116l-1769-525l-1231 762l-1228 641l-906 36l-582-76l557-78l211-541l81-441l-553-576l-91-39l-242-20l-100-52l-599-731l-145-184l-117-236l-479-1192l112-4553l86-2136l1117-1615l2376-396l723-107l205-299l81-328l241-1364l-225-1440l-23-1558l1113-285l274-41l437-7l283-34l96-48l997-839l1039-5320l-401-2910l-33-117l20-100l1292-2501l784-473l551-243l535 494l55-23l15-740l-663-1534l-631-791l-622-775l823-4521l286-702l56 23l1066 649l242 198l599 676l1262 1551l242 161l242 94l843 121l4155-2487l4369-2355l5226-2724l894-287l776 232l-192 739l1438 918l1850 14l3099-1518l381-701l7-429l742-1048l522-210l443 1904l40 121l148 148l993 582l4301 2689l1546 2102l18 165l-236 1769l-505 612l-296-67l-189 40l-134 54l-513 505l711 1252l1542 2059l29 25l156 133l171 118l2261 1552l468 1653l-775 165l-282 342l-90 665l-329 2447l511 1647l1018 1104l792 729l-276 1637l-621 1612l-776 227l-318-20l-404-73l-408 1678l2306 3315l3063 343z"/>
<path id="13053" d="M151211-336710l-286 702l-823 4521l622 775l631 791l663 1534l-15 740l-55 23l-535-494l-551 243l-784 473l-1292 2501l-20 100l33 117l401 2910l-1039 5320l-997 839l-96 48l-283 34l-437 7l-274 41l-1113 285l23 1558l225 1440l-241 1364l-81 328l-205 299l-723 107l-2376 396l-1117 1615l-86 2136l-112 4553l479 1192l117 236l145 184l599 731l100 52l242 20l91 39l553 576l-81 441l-211 541l-557 78l-1172 1454l-931 0l-1755-1126l-1820-709l-705-15l-918 59l-82 20l-53 26l-533 428l-300 155l-244 52l-80 9l-104-2l-224-66l-452-469l1-542l-102-1577l-1038-1294l-929-893l-471 154l-449 456l144 1393l-477 1904l-566-469l-883-520l-2287 822l7 325l530 1014l337 3132l-498 2478l220 371l951 1624l-283 1002l-829 1003l-427-108l-1296-809l114-981l-1758-825l-299 44l-433 161l-1148 1608l-921 1137l-1014-379l-259-1092l-452-185l-2015-751l-2052-1009l-344-260l-272-240l-534-2189l-292-2145l-975 139l-689 186l-697 437l-1576 4l-2204-933l-1842-966l-1816-1207l-1626-2974l550-1723l-3028-3380l-555-417l-343-146l-2863 126l-1121 372l-923 450l-1564-286l-2767-1365l-2764-2160l-272-23l-70-581l-20-247l671-1225l353 107l162-812l-669-2473l-629-470l-764 300l-1475-369l14-3154l74-2296l439-724l496-478l1478-960l-317-964l-298-1132l75-2772l183-561l221-136l1741 138l1550-321l1840-2779l1853-1228l1022-512l566-131l-86 184l-84 270l-21 197l26 329l73 237l849 1521l448 0l237-26l1283-408l92-33l126-119l111-171l93-53l612-230l79-7l92 40l1116 922l72 72l20 72l7 46l-675 1728l-672 1975l263 1188l216 332l416 96l260-344l1009 427l1250 702l826 2306l2197 1979l1250 409l465-361l359-279l562-1543l-14-171l-21-131l-46-208l-83-371l973-895l2702 49l-7-139l-105-974l-563-1147l-113-1240l-31-635l426-1424l1120-2258l3656-274l1253 584l1177 542l427 3l506-265l-1-910l-143-292l-463 57l-340-637l1202-1949l1320-1229l527-26l533 189l479 1607l-626 412l302 1050l205 470l293 201l643 370l714 274l271-692l172-272l1244-1189l757-696l2273-187l2189 1004l195 588l237 829l2340 1445l103-189l-39-477l-73-397l1162-1896l1000-263l236-86l466-1699l-1388-1003l-378-223l1222-211l2230-221l1473 344l585-6l2485-3947l111-779l994 228l1636 1006l-186 89l-188 134l-120 228l1711 1224l488-171l463-466l615-1018l295 34l878 330l81 42l3129 2546z"/>
<path id="13054" d="M52410-295168l556-120l1607 1010l1340 1064l799 1051l625 1616l1002 3637l-34 200l-741 2073l1002 1336l2658-94l2564-622l612 2932l250 1140l448 1724l151 448l-701 2026l-186 2343l2745 1021l2334 25l487-1121l86-277l-251-591l-221-370l754-994l1427-1143l3851 2612l-1095 3237l1223 2112l915 1105l870 786l178 99l163 42l136 0l1733 3683l-120 113l-364 579l-65 189l-108 547l2038 4203l473 162l1024 148l476-386l447-111l662 131l884 609l838 1025l82 261l-473 192l222 1719l146 135l525 165l1780-511l-158-1343l521-271l915-154l802 1727l70 596l-802 1037l-995 671l-644 431l-471-50l-1056-26l8 288l613 428l932 180l1129 1510l-300 366l-662 358l-4068 61l-2060-746l-1443-591l-1279-377l-1758-3l-2282 159l-119 43l-201 153l-3189 2968l-1016 1106l86 1622l312 1037l199 559l85 300l43 292l0 236l-22 121l-685 3018l-498 902l-930 602l-1609-4l-1672-329l-859-575l-891-674l-4314 56l-216 670l-7 650l-1739 1417l-3328-353l-1958-201l-1240 50l-175-259l-292-351l-351-401l-519-502l-51-46l-342-305l-426-251l-34-16l-363-167l-174-74l-613-144l-163-7l-164 20l-137 73l-2131-596l-579-916l768-677l115-184l684-1285l-149-645l-885-522l-28-1l-1333-51l-1400-581l-3091-2261l-662-726l-51-67l-1115-1550l-160-266l-2446-4695l-2717-6050l-4613-1568l-1989 2329l24 137l0 131l-506 365l-1976 1315l-1097 558l-2897-1238l-225-139l-725-601l-2545-2449l-124-485l-206-480l-217-342l-268-305l-975-897l-243-169l-233-126l-327-27l-3969 7l-1308 91l-249 41l-355 142l-492 279l-524 365l-179-308l354-1490l74-12l73-4l74 20l81 7l84-27l636-407l58-53l46-73l130-387l233-1095l5-57l-89-1824l-42-548l-65-509l-11-130l15-77l875-3104l24-65l46-51l181-129l1112-641l605-5l2108 582l1764-2248l2081-986l1737-1230l2077-2193l1456-3088l12-94l0-81l-412-1129l-31-113l-148-1911l-4-58l8-58l13-50l24-42l51-46l62-41l75-38l92-17l83 0l779 34l278 279l57 78l54 108l129 352l64 176l37 78l54 37l78 13l724 51l91-7l3055-659l1120-1446l-276-722l129-2753l285-1547l236-375l13-19l1241-1763l1208 255l599 312l1269 835l52 60l689 1369l-30 787l-41 1305l919 394l807 283l1998-121l1007-510l1650 306l1966 741l912 710l-346 770l-32 221l33 1157l215 24l208 0l199-40l1340-464l402-214l934-583l311-216l80-68l68-80l117-242l43-110l14-95l109-870l10-237l51-220l148-245l99-156l1485-280l2219 647l601 186l637 919l1076-600l60-49l44-72l58-153l957-2905l-1336-1701l-1147-1361l728-457l119 155z"/>
<path id="13055" d="M179432-294728l376 260l2069-4l-1058 3305l-1550 1096l-544 201l-268 37l-67 56l-917 1218l790 1048l896 200l448 249l59 109l374 695l335 731l34 549l-13 127l-959 2111l-91 170l-202 299l-1145 1372l-696-491l-133-218l-316-727l-134-421l-205-845l-609-3328l-1174-714l-536 305l-689 55l-437 16l-221 8l-1215-230l3-1775l147-349l3626-2295l4022-2820zM197929-309270l560 657l368-50l150 120l108 115l207 319l253 1290l14 783l394 751l271 439l278 345l663 489l175 106l193 26l315-45l1408-381l907-250l1473-316l1762-236l3765 402l3741 1147l858 221l1996-158l-124 532l-227 215l-1497 13l-128 18l-141 59l-2620 1210l-1286 1229l-296 367l-304 489l369 260l1167 796l1272 613l1429 1218l175 185l267 499l-23 118l-409 470l-119 54l-269-46l-400 3l-1653 1524l-762 841l285 1756l1139 433l-323 3233l-363 115l-2255 859l-536 2659l84 219l1712 809l938 2526l-51 75l-376 392l-2952 2955l-980 193l-1695 3841l-148 17l-2621 714l-1227 925l-164 202l-200 368l-30 56l-1 60l19 60l50 30l424 29l87 7l67 28l35 45l15 52l22 1269l-728 1729l-597 13l-688-51l-370 1600l88 1450l220 590l240 1500l-2357 3210l-69 63l-80 49l-1389 349l-86-10l-87-61l-220-446l-1457 520l-816 2137l-922 2592l-1910-1119l-736-1628l-429-565l-4000-191l-914 639l-2178 1811l-339 383l-43 79l-35 90l-470 1890l115 820l-149 673l-42 92l-488 835l-1599-304l-1070-1669l-144-1135l-116-216l-159-159l-297-142l-1956 72l-236 42l-2416 1333l-505 448l-23 84l16 141l430 746l11 137l-144 1046l-2237 1775l-437-32l-716 172l-1189 625l-289 259l-795 774l-48 127l7 164l-1838 1606l-414 353l-44 87l-54 64l-351 186l-58 13l-2257-1194l-61-82l-13-99l44-118l92-115l1187-950l113-88l670-466l112-41l100-24l26-7l70-43l15-63l-33-62l-275-495l-693-307l-91-25l-95-14l-178-8l-287 17l-2836 661l-557 176l-905 654l42 617l-76 337l-834-22l-82-21l-1185-867l-39-71l-336-614l-336-614l-31-61l-45-32l-68 0l-121 4l-103 27l-1692 576l-58 24l-36 58l-12 47l-23 97l-948-3837l-67-233l-146-478l-23-42l-30-17l-685-191l-983-11l-443-191l-369-322l-583-859l-70-444l31-982l87-707l690-3510l1069-300l1079-37l192-188l183-256l219-369l45-324l206-1625l465-2252l134-333l525-684l482-262l131 213l679-388l282-2682l-961-402l425-3152l1468-3147l-120-2025l842-375l530 169l288 192l74 187l277 566l2375 533l172-832l-123-65l-92-105l10-279l1142-295l6264-825l4072-1009l715-127l302 232l168 316l668 1266l-254 347l280 824l52 109l103 89l1078 525l102 21l523-88l123-31l96-79l369-531l47-93l-15-167l-13-117l448-2104l1562-1422l558-1317l393-1297l145-663l61-154l1518-11l2974-758l758-335l2214-1767l-81-833l-352-2397l-2090-2440l-1506 110l-1284-33l-60-441l-225-861l-725-1888l30-723l24-414l180-1230l25-156l141-322l97-162l1136-1884l2183-1302l593-263l610-195l546-173l473-211l2120-1407l1019-733l503-442l425-452l154-227l152-382l933-4103l-66-318l2500 167l1760 335l274 87z"/>
<path id="13056" d="M141745-297314l582 76l906-36l1228-641l1231-762l1769 525l-30 1116l-441 804l-294 537l-84 1790l178 344l447 140l2004 607l507-302l509 63l1658 257l221 651l0 652l-115 617l74 207l1327 746l565-136l584-299l-67-594l1267-387l1527-368l1998-263l2413 1363l1728 1466l730 507l1693 730l940-400l918-207l1591 1018l1040 1470l44 85l129 49l1086-1143l26-457l1215 230l221-8l437-16l689-55l536-305l1174 714l609 3328l205 845l134 421l316 727l133 218l696 491l-805 752l-469 1935l-164 584l-634 446l-110 57l-499 167l-668-1266l-168-316l-302-232l-715 127l-4072 1009l-6264 825l-1142 295l-10 279l92 105l123 65l-172 832l-2375-533l-277-566l-74-187l-288-192l-530-169l-842 375l120 2025l-1468 3147l-425 3152l961 402l-282 2682l-679 388l-131-213l-482 262l-525 684l-134 333l-465 2252l-206 1625l-45 324l-219 369l-183 256l-192 188l-1079 37l-1069 300l-690 3510l-87 707l-31 982l70 444l583 859l369 322l443 191l983 11l685 191l30 17l23 42l146 478l67 233l948 3837l-269 342l-1757 363l-772 101l-81 6l-105-14l-306-55l-111-22l-90-44l-1761-1188l419-351l285-262l187-279l119-260l289-1507l-757-118l-327 222l-322 89l-1136 115l-2077-422l-1116-369l-350-165l-114-97l-87-154l35-854l20-89l43-64l403-429l-232-329l-464-541l-2270 25l-1052 712l-164 147l-739 29l-4535-1831l-1806 381l39 560l-414 217l-3101 574l-486 2l-697-844l-73-140l-54-254l-1509-1868l-2112-2610l-1868-1103l-223-102l-343-114l-670-221l689-1694l-448-1046l-1339-1526l-253 1l-1297-224l-1125-1781l-220-575l2214-1408l-284-1322l-372-2290l0-103l431-2554l320-583l105-81l106-41l164-18l149 34l278 77l165-28l138-91l757-640l111-148l87-249l311-1265l-1162-228l-165-5l-130-67l-219-226l-1565-2210l-637-1809l-42-230l-13-227l20-265l21-126l154-856l358-2629l116-1170l921-1137l1148-1608l433-161l299-44l1758 825l-114 981l1296 809l427 108l829-1003l283-1002l-951-1624l-220-371l498-2478l-337-3132l-530-1014l-7-325l2287-822l883 520l566 469l477-1904l-144-1393l449-456l471-154l929 893l1038 1294l102 1577l-1 542l452 469l224 66l104 2l80-9l244-52l300-155l533-428l53-26l82-20l918-59l705 15l1820 709l1755 1126l931 0l1172-1454z"/>
<path id="13057" d="M143020-383590l547 400l683-21l96 0l105 61l194 297l187 568l-40 125l-127 62l-211 33l-150 23l-309-95l-569-128l-557-106l-554-26l-293 192l-236 206l-259 6l-132-77l-107-116l-48-163l2-176l103-221l830-936l134-60l87-18l155-7l205 52l264 125zM166003-386735l-542 534l-359 320l-81 41l-855 75l-105 5l-1277 59l-1284 1098l-761 108l-47-10l-29-27l-123-327l24-63l1515-1144l199-111l167-70l223-47l175-18l237 18l476 11l708-40l95-18l87-63l294-255l850-793l377 416l58 80l24 81l-7 71l-39 69zM140679-385039l320 13l2837-132l3945-121l1251 56l3532-73l402-34l2252-367l2135-205l161 0l66 18l31 27l9 42l-101 2032l-46 132l-107 119l-435 285l-290 137l-2027 562l-7500 522l-506-5l-1052-88l-179-17l-113-56l-129-113l-611-1269l-79-181l-145-119l-40-10l-50-12l-46-9l-1649-75l-175 37l-4071 1404l-700 378l-2095 1162l-127 95l-358 273l-112 103l-59 139l-2 64l-4 136l65 148l104 233l59 89l-603 734l-4588 981l-1598 73l-699 49l-217 29l-1517 354l-73 43l-896 774l-296 578l-43 115l36 896l43 116l0 2326l-1932 2799l-173 219l-83 52l-95 29l-98 3l-602-186l-83-6l-78 18l-58 46l-75 101l-161 314l-207 559l-6 69l533 3746l12 69l42 52l491 366l1807 1198l141 70l1103 344l1340 62l327 0l652-106l167-70l116-106l52-88l-8-62l-44-97l-177-185l-194-114l-238-89l-520-124l-750-141l-212-17l-361-36l-123-44l-89-79l-537-961l-44-186l-45-855l17-194l36-194l510-1066l71-61l1068-743l2080-688l187-2032l-44-174l0-237l61-517l61-105l97-61l166-44l2359-548l110-24l93 9l248 129l100 25l97-22l160-60l223-146l201-175l117-142l87-161l793-1704l-201-753l-106-783l569-474l282-162l875 158l327 624l1427-174l3454-1713l168-133l827-678l168-156l13-54l-34-300l-21-67l-203-290l-49-48l-54-32l-63-16l-208-21l-46-23l-21-34l-3-66l81-334l29-60l291-465l62-44l133-55l84-23l2263-472l202 97l195 223l80 192l28 150l9 51l-28 173l-41 55l-65 85l-799 64l-200 4l-407 105l-185 207l-193 365l-445 2765l22 42l761 412l451-2059l0-150l-49-461l13-162l148-587l60-77l109-50l133-12l664-35l36 24l24 54l323 1961l79 838l17 54l37 36l888 119l77 0l1442-93l593-53l102-36l78-72l47-120l366-1870l60-119l451-480l65-42l72-12l72 30l47 65l848 2137l753 2101l533 509l1498 36l121 0l96-19l118-40l367-223l1519-1381l132-144l136-174l86-167l48-204l284-1939l525-1448l1571-1264l156-114l141-76l50-26l1783-489l2047-884l120-90l220-183l175-243l65-156l114-336l64-100l100-65l572-288l153-59l242-29l258 17l236 65l312 141l189 153l172 212l70 218l78 618l-19 131l-35 95l-82 64l-124 53l-220 118l-81 88l-78 125l-47 152l-82 666l70 903l204 767l24 54l1056 1326l164 189l164 135l118 89l131 53l163 17l207-6l278-35l289-77l161-86l193-102l48-14l107-30l130 0l124 23l111 47l113 95l217 241l244 323l311 603l83 194l42 183l23 153l6 88l-18 124l-49 198l-971 1814l-524 47l-1574 812l318 966l290 1164l0 231l-522 358l-477 141l-1651 287l-198-286l-756 455l1 662l2464 1703l2831 1624l348 1043l3239 2070l915-1210l1414-1217l101-47l100-18l1133-100l106 22l88 54l1077 994l690 679l53 88l4810 1384l56 40l497 979l40 95l41 151l201 821l303 908l57 145l87 218l96 171l140 200l594 782l-767 1011l-407 585l-158 335l-262 717l-142 413l-98 492l-22 370l-15 1126l361 1701l-1593 343l-934 263l-2155 1146l-128 163l-25 46l230 873l312 454l2180 1978l2226 1487l-699 1087l-247 4l-266-13l-230-66l-242-135l-348-121l-613-53l-728 764l-81 134l-107 405l13 144l-522 210l-742 1048l-7 429l-381 701l-3099 1518l-1850-14l-1438-918l192-739l-776-232l-894 287l-5226 2724l-4369 2355l-4155 2487l-843-121l-242-94l-242-161l-1262-1551l-599-676l-242-198l-1066-649l-56-23l-3129-2546l-81-42l-878-330l-295-34l-615 1018l-463 466l-488 171l-1711-1224l120-228l188-134l186-89l-1636-1006l-994-228l-283-494l-3019-3028l-474 233l-126 120l-184 229l-316 258l-99 33l-144-26l-399-119l-931-991l-92-105l-93-171l-131-382l-224-342l-340-282l-1692 134l-4077-76l-588-1399l-553-890l-1096-910l-615 296l-366 178l138 386l-445 238l-1327 317l-517-215l-201-309l-1332-5045l6-1926l137-930l-449-2343l-132-27l-540-170l-118-53l-2043-2047l-460-515l-551-1944l-1559-2375l323-158l773-449l477-343l789-621l250-198l411-408l327-358l512-833l425-730l521-909l136-243l287-606l268-585l151-480l618-1497l1138-2602l108-242l137-293l303-406l189-177l550-434l492-385l30-34l313-366l734-1005l345-475l787-1460l194-489l258-903l392-1508l835-2586l132-315l361-699l154-211l693-658l184-100l182-38l122-2l85 28l402 170l69 46l46 56l13 75l-6 81l-104 510l-19 73l-24 70l-42 70l-82 329l516 732l237 217l332 252l380 269l88 41l302 140l433 126l503 70l2052 137l437 31l390 42l685 125l2180 573l415 68l310 44z"/>
<path id="13058" d="M64866-333966l-520 1926l-1591 2712l-53 59l-62 18l-85-5l-102-23l-145-63l-12-7l-250-189l-70-103l-67-194l-58-201l-6-286l18-275l40-150l223-376l52-167l5-165l0-2003l-5-160l-23-87l-64-39l-79 0l-520 657l-76 97l-423 556l-91 1123l11 892l18 390l10 85l57 57l-573 12l-1501-160l-303-46l-224-97l-135-81l-106-99l-178-240l-152-286l-215-527l-81-249l-34-232l-18-1378l26-168l45-126l71-125l474-536l214-196l183-140l519-362l255-155l1468-671l3113-1171l217 19l838 225l140 86l131 145l77 163l15 214l-20 232l-121 864l-257 1006zM69611-337371l869 1001l900 1716l1573 1063l856 188l2191 911l0 860l1146 4406l902 241l541-1014l164-535l2999-2940l1230-335l1150 286l1493 873l-374 1133l-289 1101l235 465l-221 136l-183 561l-75 2772l298 1132l317 964l-1478 960l-496 478l-439 724l-74 2296l-14 3154l1475 369l764-300l629 470l669 2473l-162 812l-353-107l-671 1225l20 247l70 581l272 23l-557 377l-1574 297l-49-16l-649-238l-40-29l-1451-1345l-419-468l117-1068l-485-303l-2707 1139l-699 377l4 975l-251 1501l-40 163l-102 91l-3414 40l-1464-79l-393-321l-798-257l-4843-396l-164 110l-237 343l-21 138l126 941l160 366l189 418l210 442l152 763l-13 921l-119 596l-257 853l-730 2000l-1571 1639l-640 482l-955-107l-3861 257l-2188 283l-2363 1677l-516 520l33 611l-556 120l-119-155l-728 457l1147 1361l1336 1701l-957 2905l-58 153l-44 72l-60 49l-1076 600l-637-919l-601-186l-2219-647l-1485 280l-99 156l-148 245l-51 220l-10 237l-109 870l-14 95l-43 110l-117 242l-68 80l-80 68l-311 216l-934 583l-402 214l-1340 464l-199 40l-208 0l-215-24l-33-1157l32-221l346-770l-912-710l-1966-741l-1650-306l-1007 510l-1998 121l-807-283l-919-394l41-1305l30-787l-689-1369l-52-60l-1269-835l-599-312l-1208-255l-931-1940l-12-47l-13-79l51-686l6-40l18-17l26-10l331-143l-91-1050l-1359-1673l-1123-368l-1282-352l-12-3l-366 350l-26 25l-454 142l-752-176l-685-217l-1781-729l-63-43l-59-53l-839-973l-2600-3158l-462-2189l130-83l59-89l269-587l192-1592l8-96l0-119l-30-435l-34-149l-576-1498l-50-729l-42-568l-34-125l-60-144l-89-161l-116-148l-137-121l-408-368l-159-346l-25-1805l50-100l1506-2320l283-159l898-125l810-125l2989-2483l1285-1638l2262 623l-24 86l-18 228l17 270l33 94l39 70l35 56l37 48l132 110l117 75l120 64l109 31l108 6l3457-1051l47-28l31-19l64-114l25-74l3-73l-6-49l-14-60l-28-46l-37-56l-95-99l-112-90l-131-80l-41-17l-3174-1014l-263-2433l-350-1292l198-45l104-41l1243-655l435-249l225-155l208-160l695-614l192-171l1552-1223l185-138l160-100l2596-1528l882-398l1173-331l2287-602l148-26l596 7l828 205l252 46l277 38l1326 112l167 0l531-182l398-142l567-148l343-71l380-66l169 12l147 29l127 63l283 292l198 264l85 192l84 324l16 124l-13 291l37 141l395 866l32 63l43 44l1046 738l1859 1473l-100 713l-77 881l-11 441l19 118l49 300l37 152l58 232l140 352l108 202l60 81l246 217l175 136l164 104l245 140l324 173l59 26l165 68l199 54l181 30l201 12l272 9l218-22l75-28l1663-1211l139-134l2272-201l3563 1495l-71 811l-710 286l324 294l-196 1777l1579 3060l4475 935l1040-867l1408-1285l454-614l349-1159l-1188-2966l-668-462l-1517-347l-259-508l35-79l73-320l436-2779l336-2250l-48-30l-159-337l-37-135l0-68l24-54l1746-3653l1065-217l607 178l1128-270z"/>
<path id="13059" d="M219020-351659l978 1119l506 483l694 571l669 517l656 418l380 215l878 492l888 408l202 77l289 69l1465 313l353 96l265 109l1932 1015l119 63l1008 651l179 156l166 188l1076 1136l741 767l1918 1731l2527 2098l1736 1580l1703 1878l927 1077l141 137l750 677l830 647l760 526l311 179l703 394l-1224 1469l-115 540l461 817l87 188l43 127l117 1696l142 2135l-916-472l-237-101l-259-80l-242-50l-220 0l-674 174l-3959 402l-3139 107l-1607-351l-197-5l-169 17l-158 49l-1092 576l-51 85l-67 309l-12 44l-16 57l-40 62l-546 686l-124 113l-619 548l-887 424l-1391 439l-793 224l-187 40l-219 17l-75-4l-128-8l-635-89l-453-80l51-511l27-94l71-50l100 10l342 196l139 99l116 44l111 5l251-41l120-25l510-296l93-103l85-143l40-205l5-207l-40-174l-103-227l-179-232l-152-116l-1156-603l-198 673l-402 1618l-27 139l-88 230l-227 262l-180 123l-767 347l-117 22l-140-8l-705-55l-1374-183l-2413-665l-104-34l-83-97l-242-498l-41-157l783-1518l174-121l91-13l96 25l720 62l175-18l179-35l2529-922l94-44l90-65l1479-1079l75-57l75-112l349-851l47-135l430-1249l8-105l-18-318l-30-135l-527-2341l-56-131l-610-1288l-95-191l-227-288l-178-140l-1185-874l-93-264l-37-153l-7-201l154-1257l45-236l67-193l155-295l156-201l133-140l123-92l235-74l1635-458l148-23l207 0l288 45l658 185l179 81l110 89l66 111l525 1959l-22 141l-566 647l-118 125l-287 259l-98 111l-59 178l96 1612l103 673l44 186l97 103l120 44l95-23l59-59l403-1372l-90-696l-42-147l29-148l59-118l96-81l665-244l840-196l214-30l1745-214l148 16l89 65l15 133l-111 170l-104 82l-214 66l-265 119l-162 118l-69 133l-8 126l73 422l60 101l440 284l749 416l343 121l106 16l120-2l95-11l57-43l160-391l16-166l-43-5694l-318-1280l-72-181l-236-333l-253-289l-153-118l-895-325l-74-22l-1756-2570l-1465-1479l-680-215l-2573-146l-558 174l-186 2003l496 177l636 583l119 157l317 607l45 199l-15 140l-422 1042l-37 46l-4117 2099l-512-293l-191-458l-26-369l47-349l94-262l100-193l611-1041l536-750l241-330l61-128l21-87l13-60l-21-215l-74-186l-94-105l-40-43l-107-101l-1293-429l-75 7l-510 214l-114 60l-2086 1677l-221 289l-133 248l-169 590l-79 154l-252 210l-823 123l-248-5l-707-45l-77-15l-66-57l-62-96l-190-436l-56-165l-20-127l33-369l28-106l401-1034l66-55l86-11l67 21l96 101l131 156l70 36l56-11l50-60l369-1117l46-141l472-1485l587-1986l20-106l216-1590l11-198l-20-134l-295-929l-105-181l-260-133l-107-23l-167 7l-141-2l-122-21l-125-45l-138-79l-121-96l-820-769l-1471-1828l-28-53l-49-95l-367-1388l12-612l222-667l73-182l130-233l124-147l222-154l536-316l306-124l584-204l210-34l408-34l197 22l204 80l229 139l392 267l288 454l46 96l41 644l229 626l677 1538l436 853l334 512l785 996zM185769-355639l87 15l100-21l627-315l649-468l411-442l100-79l111-52l130-20l140 20l206 71l1564 759l2253 4900l43 176l-795 454l-2577 1181l-904-13l-554 285l-1520 906l-1166 841l-88 783l2812 2613l5315 327l3101-70l474-100l576-2927l-28-453l-441-138l-661-917l-364-591l-731-1629l-17-113l17-106l71-120l1028-743l1170-408l1181-287l140-22l317 48l685 30l871-66l143-33l959-234l133-44l1431-478l1455-556l345-194l261-184l784-802l-9-119l1951-1562l1081-859l85-27l345-42l122 16l121 43l403 301l196 218l244 361l11 74l-21 90l-535 339l-101 37l1542 2184l2981 3029l164 139l594 290l153 25l149-13l164-48l73-1l61 27l154 99l159 183l101 135l163 301l58 154l13 123l-945 5105l-216 483l-163 215l-999 1101l-142 115l-295 82l-459 129l-157 63l-130 84l-34 97l-13 85l13 129l58 164l1330 1620l2098 1817l106 58l166 31l164-5l200-35l183-49l138 0l129 31l126 69l107 93l775 733l4686 4685l176 185l800 1072l100 153l369 722l48 133l16 132l-11 133l-58 167l-148 280l-284 385l-222 221l-96 64l-83 30l-144 12l-406 4l-174 33l-163 74l-205 137l-1137 915l-2695 3234l-816 1326l55 497l540 1375l85 90l89 80l132-104l115-41l700-167l146-5l830 99l133 28l134 57l1072 837l102 85l213 262l637 1430l1131 1467l109 128l187 93l163 35l147 4l128-19l118-84l744 236l519 297l990 949l-2089 510l-330-1172l-196-6l-1331 45l-1081 270l43 194l61 1072l-5 655l-1376 331l-833-117l-399 878l-13 197l34 205l295 347l1970 553l1777-87l-1639 3890l-723 284l-1510-28l-1651 1003l-1458 1210l-1171 989l570 856l-858-221l-3741-1147l-3765-402l-1762 236l-1473 316l-907 250l-1408 381l-315 45l-193-26l-175-106l-663-489l-278-345l-271-439l-394-751l-14-783l-253-1290l-207-319l-108-115l-150-120l-368 50l-560-657l-274-87l-1760-335l-2500-167l-3063-343l-2306-3315l408-1678l404 73l318 20l776-227l621-1612l276-1637l-792-729l-1018-1104l-511-1647l329-2447l90-665l282-342l775-165l-468-1653l-2261-1552l-171-118l-156-133l-29-25l-1542-2059l-711-1252l513-505l134-54l189-40l296 67l505-612l236-1769l-18-165l-1546-2102l-4301-2689l-993-582l-148-148l-40-121l-443-1904l-13-144l107-405l81-134l728-764l613 53l348 121l242 135l230 66l266 13l247-4l699-1087l-2226-1487l-2180-1978l-312-454l-230-873l25-46l128-163l2155-1146l934-263l1593-343l-361-1701l15-1126l22-370l98-492l142-413l262-717l158-335l407-585l767-1011l965 1176l-117 1755l946 176z"/>
<path id="13060" d="M80923-311471l-117 1068l419 468l1451 1345l40 29l649 238l49 16l1574-297l557-377l2764 2160l2767 1365l1564 286l923-450l1121-372l2863-126l343 146l555 417l3028 3380l-550 1723l1626 2974l1816 1207l1842 966l2204 933l1576-4l697-437l689-186l975-139l292 2145l534 2189l272 240l344 260l2052 1009l2015 751l452 185l259 1092l1014 379l-116 1170l-358 2629l-154 856l-21 126l-20 265l13 227l42 230l637 1809l1565 2210l219 226l130 67l165 5l1162 228l-311 1265l-87 249l-111 148l-757 640l-138 91l-165 28l-278-77l-149-34l-164 18l-106 41l-105 81l-320 583l-431 2554l0 103l372 2290l284 1322l-2214 1408l220 575l1125 1781l1297 224l253-1l1339 1526l448 1046l-689 1694l-605-457l-1099-535l-692-58l-228 0l-949 131l-253 154l-329 194l-685 52l-181-25l-1127-1208l-431-860l-459-1653l-596 84l-5810 1068l-1585 607l-1829-277l-263-2408l-1098-305l-918 141l25 980l557 1221l-2808 1747l287 765l287 767l145 1849l-411 602l-4048 2355l-769 417l-1467 193l-411-16l-475-26l-1053 210l-1004 1199l-1106 1405l-63 52l-121 25l-191 7l-2523-426l644-431l995-671l802-1037l-70-596l-802-1727l-915 154l-521 271l158 1343l-1780 511l-525-165l-146-135l-222-1719l473-192l-82-261l-838-1025l-884-609l-662-131l-447 111l-476 386l-1024-148l-473-162l-2038-4203l108-547l65-189l364-579l120-113l-1733-3683l-136 0l-163-42l-178-99l-870-786l-915-1105l-1223-2112l1095-3237l-3851-2612l-1427 1143l-754 994l221 370l251 591l-86 277l-487 1121l-2334-25l-2745-1021l186-2343l701-2026l-151-448l-448-1724l-250-1140l-612-2932l321-631l-1143-1667l-90-205l1762-1094l250-3l759-175l940-2440l7-145l-99-1664l-1359-4178l-1597-1977l-723-333l640-482l1571-1639l730-2000l257-853l119-596l13-921l-152-763l-210-442l-189-418l-160-366l-126-941l21-138l237-343l164-110l4843 396l798 257l393 321l1464 79l3414-40l102-91l40-163l251-1501l-4-975l699-377l2707-1139l485 303z"/>
<path id="13061" d="M175072-390964l301 66l775-13l-388 1998l-13-132l-143-75l-120-4l-1118 447l-106 66l-1315 1137l-106 178l-66 190l37 211l-355 198l-1562 617l-526 201l-96-25l-126-309l-40-288l100-460l1070-2442l381-709l263-473l400-493l304-266l347-197l426-158l409-79l380-7l391 52l229 126l138 155l-225 65l-24 27l-35 54l44 138l94 102l275 102zM171245-403222l626 1608l32 103l0 119l-9 680l-39 134l-63 40l-72-8l-578-158l-62-24l-41-63l-220-1021l-87-909l-657 269l-1099 783l-64 71l-15 103l102 1122l214 1054l47 149l174 1067l12 126l-56 1508l-47 95l-723 906l-135 48l-261 23l-94 48l-64 71l-498 878l-25 55l-178 412l-529 1791l-16 95l-16 396l24 87l87 308l63 411l32 388l-107 1555l-142 846l-23 87l-199 371l-63 8l-62-39l-49-111l-228-775l-56-300l-9-554l25-451l182-1290l150-735l143-608l141-571l1158-4452l207-623l79-323l40-324l15-372l56-1717l-10-999l-2-167l-24-79l-79-134l-8-72l49-135l1168-1328l174-120l349-157l277-71l174-8l230 23l308 95l119 56l46 47l57 86l79 206l70 370zM186255-409129l-342 852l-46 228l-7 300l24 308l75 500l101 427l348 1214l305 638l509 967l683 901l825 842l371 287l350 209l401 150l399 92l550 83l546 38l400-26l2980-453l216-51l2201-734l3547-720l316-27l528-1l1143-1l200 24l192 84l1308 825l133 100l863 821l159 184l91 157l68 159l203 1954l27 275l-52 852l-33 257l-74 241l-552 1067l-83 108l-230 163l-817 574l-891 542l-1625 1218l-183 158l-1864 2280l-149 193l-117 208l-83 216l-33 283l-18 330l18 395l80 744l124 605l150 498l241 624l805 1804l146 268l326 527l807 1067l333 338l204 177l89 76l224 153l148 66l60 24l159 32l25 5l1324-31l168-26l477-82l162-46l103-95l124-198l73-40l96 0l108 40l297 150l112 92l1961 1858l2355 3574l54 1861l-916 2377l-39 123l-49 326l-78 788l45 924l51 430l103 363l389 913l25 121l8 138l-57 90l-102 92l-664 507l-57 31l-93 0l-89-38l-1296-1116l-138-139l-128-206l-30-127l11-88l123-164l142-147l61-20l66 13l42 34l209 223l37 61l20 109l56 82l77 77l323 199l123 22l301-32l45-36l8-77l-12-144l-174-762l-81-236l-185-373l-79-77l-104-38l-80 11l-1152 501l-1144 498l-87 27l-138-5l-189-31l-156-82l-170-143l-213-277l-220-317l-30-123l10-133l77-149l331-338l288-215l251-134l924-354l1359-935l364-568l79-180l-26-391l-1379-2754l-5711 476l-5893 1048l-2480 1842l-5544 5641l-1484 939l-52 34l-24 77l8 128l444 2275l25 31l62 5l51-25l389-369l62-62l59-102l74-251l-12-133l-34-97l-159-184l-56-22l-62 16l-36 36l-15 82l-15 113l-36 41l-200-209l-20-514l25-81l123-106l143-68l122-15l2364-122l77 17l75 41l100 112l593 758l128 170l271 521l181 412l41 113l26 129l46 430l-15 123l-46 102l-174 296l-236 236l-174 102l-771 438l-904 317l-4420-1183l-133-82l-1394-1358l1203 572l110 44l98 0l116-35l72-63l45-116l804-3155l-9-64l-90-142l-107-80l-116-18l-98 62l-1207 1162l-97 117l-29 99l-1284 828l-1106 605l-179 37l-151-28l-376-133l-3331-1587l-750-1904l-3138 420l-714-1242l-1988-4025l-26-174l0-691l41-470l437-2360l61-179l186-375l108-108l128-81l173-56l782-195l186-30l373-47l2647-167l125 21l106 54l63 71l20 72l31 112l24 48l43 45l91 50l926 225l266 21l874-157l85-42l1390-1265l92-118l20-107l5-28l-7-140l-43-86l-2043-2708l-966-933l-951-719l-957 282l-1867 379l-122 0l-173-40l-109-72l-80-123l-25-166l68-516l449-522l85-135l67-166l402-1374l18-109l38-296l36-74l825-203l135-24l436-68l67 31l1215-567l2778-1600l655-400l97-85l157-225l66-96l0-73l-2825-2283l-1848-100l-92 17l-122-7l-1352-215l-282-152l-298-397l-177-252l-60-145l-954-3039l1092-404l4062-1115l145-32l603-90l244 99l2557 1131l446 1051l-60 82l-51 115l-92 956l15 74l22 48l853 767l54 19l92 19l93-2l129-49l116-62l102-127l34-71l69-495l26-197l-15-128l-607-2317l-53-115l-122-90l-191-86l-130-99l-53-138l8-183l91-175l229-238l1345-1274l240-218l1313-1190l184-138l160-70l160-31l305 9l145 37l168 84l190 131l39 83l0 71l-15 67l-99 283l-763 1932l-298 473l-185 3144l0 67l50 207l14 53l245 258l34 23l60 0l1373-427l859-880l88-141l74-205l40-173l15-184l-13-200l-39-134l-86-105l-596-461l-75-48l-118-20l-877-46l-220-46l-246-168l-23-132l45-152l100-145l402-504l114-131l401-359l138-36l111 36l2038 3167l311 570l276 528l64 191l27 176l-64 170l-230 351l-91 177l-84 260l-21 158l0 239l68 253l294 832l48 106l52 60l108 79l1915 750l2690 1360l-664 1491l-138 339l-36 210l36 122l43 78l139 87l166 35l1307-162l172-9l246 23l146 36l122 64l58 81l414 676l47 111l-12 117l-52 134l-484 616l-58 25l-1131 34l-99-23l-58-41l-18-64l6-63l41-89l256-285l496-431l29-75l-7-100l-41-58l-69-29l-93 0l-117 42l-100 58l-407 343l-75 64l-362 484l-12 44l-22 1272l24 88l45 87l100 82l163 76l1958 402l1334 186l82-6l116-29l124-81l98-106l1108-2145l39-110l0-172l-50-282l-644-3312l-30-91l-51-90l-156-114l-65-47l-343-141l-374-84l-645-96l-157-19l-567 115l-58-3493l-437-5350l-1601 161l-285 489l-2056 264l-92 6l-107-25l-127-80l-2540-2156l-1445-1768l-9-524l-20-199l-30-157l-62-141l-849-1623l-46-61l-52-32l-47-9l-50 4l-684 182l-74 43l-108 117l-61 112l-1305 2418l-890 1020l-2874 1966l-1478 718l-54 14l-75 1l-122-20l-83-51l-57-102l-26-158l26-184l744-3032l119-353l166-352l444-570l239-371l306-603l194-454l84-260l337-1626l8-82l-16-159l-99-833l-16-99l-61-254l-84-185l-102-76l-129-19l-186 28l-213 56l-695 278l-63 30l-1095 940l-421 376l-704 750l-28 131l14 263l339 1469l300 1467l-3584 3775l-284 150l-575 250l-107 17l-81-29l-44-50l-1-729l33-166l167-311l258-299l199-158l1043-692l700-509l275-300l333-383l342-542l267-542l217-483l125-375l49-350l-20-253l-75-459l-9-31l-21-72l-129-433l-141-480l-175-1068l-8-183l41-250l339-688l341-442l365-392l613-607l1830-1376l828-539l193-58l4505-1020l2704-246l1441-291l447 201l131 276l-96 1685l-25 98l-178 471l-83 139l-291 267l-115 67l-426 143l-1276 382l-183 100l-150 159l-225 357l-108 217z"/>
<path id="13062" d="M224758-314907l2089-510l1041 979l679 537l93 69l128 75l173 82l8618 3041l105 30l1019 148l99 12l331 31l3610 95l178-49l166-98l344-252l136-123l875-808l756-762l129-172l307-553l135-141l117-86l172-49l178-7l209 37l808 304l203 136l295 258l546 479l80 98l37 111l37 166l92 431l16 616l-105 596l-30 86l-925 1281l-258 252l-719 510l-461 301l-214 80l-327 123l-92 68l-67 86l-69 141l-48 203l-31 178l12 92l37 92l75 62l193 116l75 45l7 4l1245 441l129 23l330 50l180 0l282-13l142-37l743-412l213 159l70 68l879 1283l38 89l22 128l15 231l-12 222l-33 173l94 1796l151 2021l57 730l42 102l130 108l2109 1675l105 5770l-24 150l-57 170l-552 1058l338 1155l721 2067l823 2297l1629 665l227 674l15 72l37 179l3 417l472 3003l1294 5353l62 195l1540 3802l933 3244l470 1500l-458-91l-238 1l-224 47l-180 69l-961 636l-924 777l-1054 840l-2440 1052l-672 1812l-555 229l-512 211l-1434 701l260 1161l-8 699l-1175 395l-2410 369l-1581-577l-1739-619l-1189 226l-1062 656l-1972-142l175-1250l58-414l74-250l88-163l163-229l1530-1923l352-372l200-183l587-537l757-757l568-655l885-1055l1254-1645l1043-1551l197-420l33-91l102-287l311-1000l443-1574l37-202l18-270l6-319l-12-497l-8-93l-29-330l-214-2102l-19-136l-73-177l-111-190l-197-294l-878-539l-480 456l-109 147l-305 436l-120 125l-128 85l-149 79l-204 84l-509 61l-354-19l-319-21l-279-56l-507-197l-581-427l-1004-727l-732-515l-1017-25l-795 1567l-144 531l-1749 1243l-1431 93l-210 5l-134-76l-44-26l-453-1758l-2957-531l-3662 724l-2458-560l377-1113l33-205l25-358l-9-275l-74-253l-2917-1941l-124-1681l-26-363l134-792l135-427l-3665-1556l-1806-2813l13-402l159-328l-45-556l-77-65l-590 38l-367 562l-53 263l-448 2285l179 1813l890 317l2449 1321l-878 1545l-644 671l-1065 493l-379 47l-1769-399l-447-272l-2265-6l-308 443l-938-2526l-1712-809l-84-219l536-2659l2255-859l363-115l323-3233l-1139-433l-285-1756l762-841l1653-1524l400-3l269 46l119-54l409-470l23-118l-267-499l-175-185l-1429-1218l-1272-613l-1167-796l-369-260l304-489l296-367l1286-1229l2620-1210l141-59l128-18l1497-13l227-215l124-532l-1996 158l-570-856l1171-989l1458-1210l1651-1003l1510 28l723-284l1639-3890l-1777 87l-1970-553l-295-347l-34-205l13-197l399-878l833 117l1376-331l5-655l-61-1072l-43-194l1081-270l1331-45l196 6l330 1172z"/>
</g><g>
<path id="14511" d="M175198 9513l-200 296l-173 415l-103 3239l301 76l1352-158l1806 424l1061 680l109 703l414 2752l-104 369l-355 58l-357 857l-681 1366l-620 1102l-1124 728l-1096 495l-1514 1364l-465 368l-1555 1004l-648 217l-877-30l-1574-1241l-236-1008l-20-559l381-582l-244-983l-360-218l-3511-1797l-1803 1441l-1243 439l-1257-69l-39-350l-243-1599l215-2302l1637-2859l-39-1651l1379-1681l30-1027l1333-1053l3178-567l390 38l64 31l38 105l-20 93l-70 146l-50 108l-77 254l-48 226l-8 196l3284 352l1747-723l284-429l1306 240l405 704z"/>
<path id="14522" d="M188812-25965l274 44l10 209l1 6l462 1846l2115 2406l607 1569l-1 2980l612 2538l310 3156l-222 421l-65 81l-110 37l-779-9l-31 399l37 136l227 499l806-196l596 325l9 356l-419 1016l-1306 2516l-664 633l604 680l1323-1322l731-746l422-533l123-112l189-83l774-89l2398-567l149-55l168-81l231-157l222-226l190-225l128-187l132-142l145-87l1225-364l1890-314l2588 1697l1553 1494l-801 1228l-391 909l2 218l6 636l570 1128l1100 137l1243-210l-1478 1930l-795 1129l-187 624l-242 811l683 130l797 359l282 1534l776 2542l429 182l184-32l58 16l1314 848l1925 3954l-397 715l485 1380l2115 1273l1122 1199l145 415l274 955l-790 1476l69 608l1140 947l110 52l201 37l421-22l163-30l178-75l333-243l148-60l200-7l147 37l134 96l281 259l163 156l67 89l44 97l474 1153l473 1088l74 81l119 82l236 148l585 296l1197 731l477 598l-715 148l-101 55l-842 649l-135 840l-1851 718l-1015-257l-1878-91l-188-2l-158 29l-112 50l-1844 1038l-2 285l83 235l79 173l69 98l80 82l184 120l72 62l414 491l44 64l37 80l349 1313l-2 65l-1219 4218l-44 93l-99 62l-1655 871l-344-700l-646-818l-565-683l-3572-2743l-2448-2317l-1854-1778l-155-2161l17-12l92-751l-528-1257l-1324 207l-840 760l-3434 781l-742-140l-276-336l-83-599l430-1700l-2028-1240l-3835-763l-2127 131l-2783 668l-1933-556l-2205-1031l-1391-1272l355-58l104-369l-414-2752l-109-703l-1061-680l-1806-424l-1352 158l-301-76l103-3239l173-415l200-296l-405-704l-1306-240l-284 429l-1747 723l-3284-352l8-196l48-226l77-254l50-108l70-146l20-93l-38-105l-64-31l-390-38l-3178 567l-1333 1053l-30 1027l-1379 1681l-63-6l-243-25l-1555-321l-500-417l-2113-2240l-1077-1148l-588 379l-1865-268l-663-462l-675-860l-506-714l-534-309l-455 116l-110-6l-340-178l-376-372l-220-324l-450-765l-429-1439l-261-1136l-397-2027l254 110l547 56l334-62l3471-735l1223-2482l1034 522l1130 325l554-121l82-394l-2261-2300l12-638l563-161l575-894l-490-1711l-409-610l166-970l706-1266l491-1638l60-1198l162-183l714 44l2507 560l966 390l0 165l88 166l105 94l213 186l4988-350l136-30l818-578l-250-165l-109-324l143-2198l347-906l-356-721l-1445-897l-363-31l-492-75l-151-31l-136-37l-91-84l-159-234l-207-392l971-1222l1207-2678l608-1782l741-830l1284 172l288 9l219-718l1016-543l1231-545l2194 410l1810 1463l53 70l32 74l2132-224l4275-747l4376-1953l1689-741l474 1571l-719 1089l587 794l261 186z"/>
<path id="14523" d="M135686 38365l1466 3767l-262 905l-411 2216l143 925l404 492l1069 421l1451 499l282 93l3167 492l659 264l-307 757l-727 898l-929 510l-48-221l-647 197l-935 482l-699 1041l-467 1406l419 938l2606 3323l2362 1879l3718 2326l48 1940l-676 492l-41 28l-93 58l-303 125l-270 103l-262 57l-228 41l-941 45l-657-16l-774 233l-758 230l-1412 2099l-77 150l-37 142l-99 1368l-1801 1176l-4397 3390l-31 115l-31 837l-7 587l-1911 2676l-327 450l-257 563l-659 1531l-1472 3948l-422 2066l111 414l77 147l124 120l232 107l66 30l4 7l377 774l-38 2320l-119 83l-128 35l-750 6l-143-18l-1810-334l-110-30l-207-167l-970-1543l-218-577l141-327l218-46l167-44l170-64l129-115l48-84l41-110l70-759l-151-1376l-311-567l-655-568l-528 77l-120 9l-157 11l-1617-1402l-64-98l-21-110l159-424l598-534l-2745-1454l-887-328l-15-1939l50-2019l-1244-1491l-567-26l-8 0l-5072 109l-340 435l-237-534l-462-1005l-243-48l-1674-2l-526 201l-1858-816l-256-223l-2214-1413l-1212 553l-260-208l105-1232l84-729l361-763l-512-1081l-619-1247l-1734-2125l-808-736l-868-130l332-443l54-481l-1021-143l-1009-175l-628-817l250-657l752-552l2260-626l426-88l1548-2671l-29-190l-56-111l-495-753l-1792-2627l-1013-66l-564 131l-756 77l-926-36l-1101-2524l129-466l638-804l129-79l188-47l1416-309l1172-962l584-676l-259-683l-420-1195l1443-727l1339-779l1131-818l593-546l-374-505l-262-702l1414-1315l666-235l845 1047l-185 279l-537 643l1466 2002l386 668l-479 1719l-217 531l-620 692l1260 1578l988-52l2008-272l106-1502l-1-887l479-172l1225 95l1111 1069l1190-717l1329 32l209-100l188-121l57-394l8-98l-8-80l-123-472l-143-98l-804-20l-300 345l-1223-296l-896-329l-19-26l228-713l48-119l2231-3742l445-213l686 0l644 825l300 1170l766-38l3229-1689l2064-345l2309-2365l1336-1452l205-1580l2431 445l1611 378l2140 2230l995 1108z"/>
<path id="14521" d="M182902 20670l1933 556l2783-668l2127-131l3835 763l2028 1240l-430 1700l83 599l276 336l742 140l3434-781l840-760l1324-207l528 1257l-92 751l-17 12l155 2161l1854 1778l2448 2317l3572 2743l565 683l646 818l344 700l-227 648l-70 163l-1138 1439l-316 369l-390 448l-137 143l-109 45l-115-8l-2182-716l-121-48l-1017-566l-86-80l-6-7l-57-86l-27-150l-22-246l-37-114l-586-1114l-65-74l-780-840l-608-271l-897-346l52 125l54 176l171 743l20 88l191 932l4 120l-42 94l-499 932l-57 61l-78 41l-711 252l-1174 460l-936 510l-38 26l-333 664l-17 51l143 1275l12 73l186 646l2 8l16 85l-18 58l-71 66l-73 42l-2030 819l-616-788l-239-1033l-75-217l-89-123l-159-66l-1383 3l-216 20l-207 83l-159 121l-48 62l-589 899l-378 737l-619 1498l-26 159l-27 214l-42 341l14 62l25 60l56 44l43 22l133 65l62 68l42 111l13 130l-13 260l-32 156l-2069 5261l-1463-38l-2642-736l-2401 959l-1118 334l-303 15l-1830 84l-213-107l-704-1000l-226-19l-718 347l-33 63l-466 2452l-93 561l-54 332l-19 160l-22 513l13 703l17 308l21 182l-609 2347l-1754 2392l-102 102l-172 115l-141 65l-457 204l-2181 900l-2800-1505l-828-764l-2754-1583l-883-780l-965-495l-628-262l-1727 1212l-4073 2045l-251 127l-1253 2020l-470 870l-815 459l-2537-1029l-3955 497l-1406 103l-48-1940l-3718-2326l-2362-1879l-2606-3323l-419-938l467-1406l699-1041l935-482l647-197l48 221l929-510l727-898l307-757l216-588l1160-987l1312 193l173 123l346 356l599 21l854-251l271-146l334-228l650-780l131-569l-947-411l-1241-37l-529-356l-50-186l315-1402l544-1955l806-753l3080-2621l1492 171l1721 20l1360-505l-19-1018l171-3366l30-104l29-104l137-602l30-164l-882-1064l-355-209l-781 202l-865-196l-2627-1310l-131-392l116-314l84-214l224-712l349-2295l2452 487l408 413l1340 2l246-96l746-1348l-553-1194l-42-789l1503-1128l806 908l311-21l773-795l712-1214l39 350l1257 69l1243-439l1803-1441l3511 1797l360 218l244 983l-381 582l20 559l236 1008l1574 1241l877 30l648-217l1555-1004l465-368l1514-1364l1096-495l1124-728l620-1102l681-1366l357-857l1391 1272l2205 1031z"/>
<path id="14524" d="M154029 8454l1865 268l588-379l1077 1148l2113 2240l500 417l1555 321l243 25l63 6l39 1651l-1637 2859l-215 2302l243 1599l-712 1214l-773 795l-311 21l-806-908l-1503 1128l42 789l553 1194l-746 1348l-246 96l-1340-2l-408-413l-2452-487l-349 2295l-224 712l-84 214l-116 314l131 392l2627 1310l865 196l781-202l355 209l882 1064l-30 164l-137 602l-29 104l-30 104l-171 3366l19 1018l-1360 505l-1721-20l-1492-171l-3080 2621l-806 753l-544 1955l-315 1402l50 186l529 356l1241 37l947 411l-131 569l-650 780l-334 228l-271 146l-854 251l-599-21l-346-356l-173-123l-1312-193l-1160 987l-216 588l-659-264l-3167-492l-282-93l-1451-499l-1069-421l-404-492l-143-925l411-2216l262-905l-1466-3767l-995-1108l-2140-2230l-1611-378l-2431-445l233-491l-576-491l-578 357l-1861-187l-96-19l-246-51l-951-918l-715-2262l694-528l484-680l208-515l-672-837l-1307 434l-330 43l-422-30l-692-979l414-1702l673-1034l35 14l158 305l1045 423l435 27l1328-1480l368-1028l-231-711l-1084 265l-520 25l-6 0l-603-135l-225-51l-255-2801l18-453l591 785l1451 176l4722-1651l-31-1550l103-194l1758-1140l282-108l594-139l1123 183l540 157l757 871l1421-830l517-919l-319-860l1012-2064l1657-1505l116-43l2817-1026l2073-465l362 46l396 342l606 119l4593-381l873-1822l-50-471l455-116l534 309l506 714l675 860l663 462z"/>
<path id="14612" d="M227984-24570l352 88l2079 595l3029 1810l1265-787l998 63l114 29l113 72l138 126l83 113l305 448l347 562l-237 363l-1336 539l300 889l1227 1354l1854 2226l22 635l-207 463l-320 419l-260 1302l1864 1068l1220-294l71-608l532-361l811 861l293 482l18 229l-76 2507l-618 864l-4615 4986l-304 61l-511-226l-638-652l-219-188l-82-37l-1434 471l-537 1136l-630 105l-2170 283l-117-1021l-1835-1595l-2147-849l-2547 606l-138 100l-96 104l-321 281l-1613-1957l-231-412l-108-759l-960-122l-1387-106l-189-4l-1193 58l-1881-1950l-377-1748l549-419l611-1823l38-388l139-791l1015-644l123-44l115-8l167-10l71 18l397 150l116 44l634 274l583 253l582 311l2051 204l858-66l301-508l-231-213l-575-531l97-949l1268-2695l726-722l1358 654l1108-455l387-414l-412-1556l-336-886l-666-8l-315-1426l820-176l720 202z"/>
<path id="14626" d="M292678-73099l-1074 2116l-30 92l-6 98l13 103l41 103l1377 3045l62 86l354 429l86 82l130 65l745 258l146 43l1017 295l90 14l397 24l4534 1848l1038 891l94 75l1440 465l106 14l113-17l119-34l899-199l1995 278l178 29l178 60l1823 1034l99 101l139 146l192 278l187 317l803 1695l353 1728l-176 831l-16 1380l87 2230l86 693l1154 4937l1180 1950l77 101l193 111l146 75l833 740l1764 2034l55 90l22 91l456 2367l-406 3241l-44 28l-40 64l-674 1556l-10 86l118 746l-248 1220l-733 5010l-111 2322l233 2413l-5 70l-986 4997l-44 60l-260 217l-94 75l-100 96l-116 164l-83 178l-227 1513l-3 86l13 86l33 109l-721 1952l-814 2282l-1159 3288l-154 1661l-1653 4446l-951 989l-3403 4570l-82 149l-42 106l-65 202l-12 213l29 200l78 329l82 218l-404 2485l-509 2729l-156 650l-368 215l-1971 145l-144 2l-273-433l-3019-918l-2125-416l-2747-924l-679-268l-1502-650l-140-851l1157-3723l139-252l213-182l437-373l186-160l-262-2852l-316 29l-2022 913l-646 402l-357 223l-678 424l-262 101l-390 150l-1259-441l-281-859l461-973l573-604l129-136l6-7l781-2206l139-394l91-1883l-5-487l-2550-2440l-2557-847l-749-152l-1290-196l91-864l40-375l402-1109l-502-287l-34-8l-44-10l-88 4l-88 42l-451 336l-195-570l-1121-1960l-159-159l-8-397l202-411l642-319l2513-663l1487-166l606 231l326-51l975-1061l565-1802l2489-1431l794-1390l127-788l435-952l1180-1304l1628-1229l1106-1523l-1476-1674l-3118-2625l-1160-916l155-405l402-755l-35-1683l-553-2608l-1423-3139l-976-1222l-1118-503l-432 772l-504 33l-1927-2432l-927 677l-151 517l-2748 966l-311 66l-66-8l-58-17l-121-157l-20-83l-196-1697l-71-468l-179-153l-218-58l-147 14l-128 80l-237-334l1208-4277l494-1247l761-938l963-1079l685-2038l-83-390l-1355-1265l-2418-2969l-165-997l-581-2948l-1085-2155l-287-1183l-139-719l-13-258l16-167l137-268l119-116l237-134l3233-453l1049 482l1774-703l351-424l302-955l847-821l424-105l718-3l1020 617l173 113l583 1951l316 450l1465-115l2884-249l146-19l487-352l427-657l933-1885l19-108l-48-331l1292-405l440 173z"/>
<path id="14625" d="M274858-64300l581 2948l165 997l2418 2969l1355 1265l83 390l-685 2038l-963 1079l-761 938l-494 1247l-1208 4277l237 334l128-80l147-14l218 58l179 153l71 468l196 1697l20 83l121 157l58 17l66 8l311-66l2748-966l151-517l927-677l1927 2432l504-33l432-772l1118 503l976 1222l1423 3139l553 2608l35 1683l-402 755l-155 405l1160 916l3118 2625l1476 1674l-1106 1523l-1628 1229l-1180 1304l-435 952l-127 788l-794 1390l-2489 1431l-565 1802l-975 1061l-326 51l-606-231l-1487 166l-2513 663l-642 319l-202 411l8 397l159 159l1121 1960l195 570l216 636l-64 766l-66 772l-1220-222l30-355l-649-607l-897-67l-181 171l-1507 1426l-626 376l-738 46l-4992-1917l-202-100l-230-207l-1040-1258l60-1600l-2253-390l-747-48l-4129-790l-1028-392l-1412-42l-292 581l-49 1241l-955 499l-255 53l-1347-919l118-429l-650-1020l-315-151l-1221 1311l-387 454l-295 172l-1481 100l-1314 10l-904-1426l-329 257l90 158l137 242l-708 1101l-311 415l-3792 432l-1217 521l-811-861l-532 361l-71 608l-1220 294l-1864-1068l260-1302l320-419l207-463l-22-635l-1854-2226l-1227-1354l-300-889l1336-539l237-363l-347-562l-305-448l-83-113l-138-126l-113-72l-114-29l-998-63l-1265 787l-3029-1810l-2079-595l-352-88l246-1065l628-3834l198-972l733 293l217 15l219-58l126-84l657-472l-115-884l-652 231l-197-383l-190-831l292-2769l-239-3614l1599-4292l1015 230l1059 161l42-263l-12-101l-681-2223l-39-69l-980-1606l-108-622l58-316l1750 291l324 213l196 198l186 118l117 40l520 90l213 11l181-18l1604-430l142-52l2292-1442l87-80l1849 703l2015 328l206-1328l55-207l736-1171l322-478l1125-954l1634-3259l-569-1548l2122-2324l-15-1642l668-2231l321-765l2036-2674l425 42l1391 166l1866-32l1357 17l4280 594l2215 739l615 268l226 109l194 141l146 165l113 147l176 303l2135-855l1521-1516l630-856l36-91l64-73l3653-458l466 261l287 1183l1085 2155z"/>
<path id="14627" d="M209922-49008l317 1834l1338 1690l209-14l575-1160l994-636l1374 85l550 1595l6084-88l485-707l355 411l624 351l942 173l1521 210l2626 99l2939-1192l1055-803l980 1606l39 69l681 2223l12 101l-42 263l-1059-161l-1015-230l-1599 4292l239 3614l-292 2769l190 831l197 383l652-231l115 884l-657 472l-126 84l-219 58l-217-15l-733-293l-198 972l-628 3834l-246 1065l-720-202l-820 176l315 1426l666 8l336 886l412 1556l-387 414l-1108 455l-1358-654l-726 722l-1268 2695l-97 949l575 531l231 213l-301 508l-858 66l-2051-204l-582-311l-583-253l-634-274l-116-44l-397-150l-71-18l-167 10l-115 8l-123 44l-1015 644l-139 791l-38 388l-611 1823l-549 419l-1273 1006l-1799 181l-1957 57l-840-645l-942-295l-3839 1633l-143 1611l21 490l-2588-1697l-1890 314l-1225 364l-145 87l-132 142l-128 187l-190 225l-222 226l-231 157l-168 81l-149 55l-2398 567l-774 89l-189 83l-123 112l-422 533l-731 746l-1323 1322l-604-680l664-633l1306-2516l419-1016l-9-356l-596-325l-806 196l-227-499l-37-136l31-399l779 9l110-37l65-81l222-421l-310-3156l-612-2538l1-2980l-607-1569l-2115-2406l-462-1846l-1-6l-10-209l-274-44l-261-186l-587-794l719-1089l-474-1571l514-474l643-3140l-258-2836l-1250-6327l-882-2829l312-1577l632-1783l308-104l354 784l110 219l110 118l73 40l91 23l2264 136l2405-705l-74-1310l2825-2454l464-178l5257-1323l1264 1552l341 217l2225 1013l3985 1535z"/>
<path id="14628" d="M254927-14742l1347 919l255-53l955-499l49-1241l292-581l1412 42l1028 392l4129 790l747 48l2253 390l-60 1600l-288-136l-880 41l-678 1094l-2011 6312l57 238l1996 1094l2008 2397l73 70l115 108l236 132l274 103l3666 946l81 20l202 0l689-200l615 603l182 201l75 128l38 136l134 862l-902 2659l-55 64l-72 38l-909 331l-4650 1607l-69-9l-1000-142l-500-650l-996-322l-1680 1031l-588 773l30 196l3 171l-13 145l-45 228l-2 7l-56 174l-215 534l-404 909l-58 129l-1368 780l-187 93l-2779 660l-4034 2096l-901 609l-646 718l3 588l-893 306l-2913 398l-1421-236l-203-300l-302-333l-273-208l-2422 1226l-625 1783l-711 425l-1112 67l-1342-382l-342 558l-169 1110l606 2688l12 284l-398 1064l-2778 1860l-515 202l-127 30l-1203 183l-104 4l-152-55l-220-171l-827-649l-129-66l-2257-274l-121-7l-1202 219l-232 323l-92 94l-109 81l-400 248l-182 46l-4119 816l-157-180l-97-100l-909-579l-7-3l-117-39l-15-3l-140-6l-65 9l-68 11l-644 113l-477-598l-1197-731l-585-296l-236-148l-119-82l-74-81l-473-1088l-474-1153l-44-97l-67-89l-163-156l-281-259l-134-96l-147-37l-200 7l-148 60l-333 243l-178 75l-163 30l-421 22l-201-37l-110-52l-1140-947l-69-608l790-1476l-274-955l-145-415l-1122-1199l-2115-1273l-485-1380l397-715l-1925-3954l-1314-848l-58-16l-184 32l-429-182l-776-2542l-282-1534l-797-359l-683-130l242-811l187-624l795-1129l1478-1930l-1243 210l-1100-137l-570-1128l-6-636l-2-218l391-909l801-1228l-1553-1494l-21-490l143-1611l3839-1633l942 295l840 645l1957-57l1799-181l1273-1006l377 1748l1881 1950l1193-58l189 4l1387 106l960 122l108 759l231 412l1613 1957l321-281l96-104l138-100l2547-606l2147 849l1835 1595l117 1021l2170-283l630-105l537-1136l1434-471l82 37l219 188l638 652l511 226l304-61l4615-4986l618-864l76-2507l-18-229l-293-482l1217-521l3792-432l311-415l708-1101l-137-242l-90-158l329-257l904 1426l1314-10l1481-100l295-172l387-454l1221-1311l315 151l650 1020l-118 429z"/>
<path id="14713" d="M139050-42166l795 1516l1255 361l901 704l289 1406l-563 778l-89 140l387 1085l-2375 612l-570 1477l-393 1205l-221 1340l-82 646l423-208l194 323l-304 268l-797-25l-2035-1080l174-666l-248-899l-1627-156l-4160-296l-959 408l-2087 2404l-579 959l165 1192l-1373 291l-2879 309l-159-278l-309-4047l256-807l608-5l-823-2184l-434-871l-484-557l28-894l382-453l992-168l163-357l16-95l-26-89l-820-1111l-84-105l-215-211l-74-105l-32-110l-26-172l-221-1806l-4-339l236-102l159-107l849-683l626-1844l416-1982l2633-621l3010 0l2345-4l3599-1495l744-669l4-792l1107 0l1650 1269l6 818l-438 819l-711 0l-202-542l-765 173l-390 475l4 703l906 1754l669 1187l-276 972l-413 822l722 591l1534-72z"/>
<path id="14729" d="M164372-52039l1138 366l1544 739l2685 2242l-37 504l-225 1464l-1217 266l-261-734l-880 91l16 1464l746 1609l373-22l153-322l505 59l738 753l51 643l-526 973l-315 175l-371-370l-818 88l-723 806l-1631 3305l-221 1319l96 624l1071 659l3032 2838l123 466l-56 483l-217 1050l-145 300l-417 378l-388 920l-200 684l284 957l302 116l820 277l-219 718l-288-9l-1284-172l-741 830l-608 1782l-1207 2678l-971 1222l207 392l159 234l91 84l136 37l151 31l492 75l363 31l1445 897l356 721l-347 906l-143 2198l109 324l250 165l-818 578l-136 30l-4988 350l-213-186l-105-94l-88-166l0-165l-966-390l-2507-560l-714-44l-162 183l-60 1198l-491 1638l-706 1266l-166 970l409 610l490 1711l-575 894l-563 161l-12 638l2261 2300l-82 394l-554 121l-1130-325l-1034-522l-1223 2482l-3471 735l-334 62l-547-56l-254-110l-47-268l-723-1329l-138-171l-885 710l-994 325l-408-140l-1660-855l-635-889l-225-1999l-581-131l-782-170l-320 25l63 1053l-282 179l-339-95l-277-1820l-176-2057l-2209-1333l-532-342l-271-1677l-179-204l-2521 718l-563 291l-2643-102l-981-247l-439-331l-29-755l-14-610l-1006-615l-575-290l-129 21l-2682 1420l-698 260l-67-587l-258-477l-1101-58l-698 71l-1484-417l-598-713l14-1132l445-474l120 32l106 11l85-24l370-296l76-396l-963-708l-2302-501l86-1996l425-1048l-94-1669l-422-3567l-350-2796l-290-1767l-1060-92l-404-1517l5-519l-47-987l-82-844l-776-1139l-690-1799l1454-950l483 247l1153-540l1-190l3513-2012l215 211l84 105l820 1111l26 89l-16 95l-163 357l-992 168l-382 453l-28 894l484 557l434 871l823 2184l-608 5l-256 807l309 4047l159 278l2879-309l1373-291l-165-1192l579-959l2087-2404l959-408l4160 296l1627 156l248 899l-174 666l2035 1080l797 25l304-268l-194-323l-423 208l82-646l221-1340l393-1205l570-1477l2375-612l-387-1085l89-140l563-778l-289-1406l-901-704l-1255-361l-795-1516l397-36l3603-1434l3759-1104l2354-2546l-61-2699l-38-84l-12-69l-14-307l544-1236l736-523l1223 135l785 244l1299 34l2821-1038l852-376l760-794l240-247l683-240l362 55l1167 800l86 338l105 217l224 216l567 329l181 56l2699 436z"/>
<path id="14730" d="M165997-74623l854 207l59-8l3314-825l123-1559l811-458l92-25l23-3l1127-85l102 12l1170 472l376 613l55 191l50 196l-20 376l-118 503l0 189l66 218l67 198l430 631l1777-1233l1960 2957l495 1035l910 365l461-241l777-738l2809 1598l466 832l-681 1621l-514 817l362 732l891 524l2082 2113l1327 1712l116 1474l-25 551l-400 1572l-160 294l381 3189l-628 2127l-230 1933l956 573l518 1298l-308 104l-632 1783l-312 1577l882 2829l1250 6327l258 2836l-643 3140l-514 474l-1689 741l-4376 1953l-4275 747l-2132 224l-32-74l-53-70l-1810-1463l-2194-410l-1231 545l-1016 543l-820-277l-302-116l-284-957l200-684l388-920l417-378l145-300l217-1050l56-483l-123-466l-3032-2838l-1071-659l-96-624l221-1319l1631-3305l723-806l818-88l371 370l315-175l526-973l-51-643l-738-753l-505-59l-153 322l-373 22l-746-1609l-16-1464l880-91l261 734l1217-266l225-1464l37-504l-2685-2242l-1544-739l-1138-366l-2699-436l-181-56l-567-329l-224-216l-105-217l-86-338l-1167-800l-362-55l-683 240l-240 247l-760 794l-852 376l-2821 1038l-1299-34l-785-244l-1223-135l-736 523l-544 1236l14 307l12 69l38 84l61 2699l-2354 2546l-3759 1104l-3603 1434l-397 36l-1534 72l-722-591l413-822l276-972l-669-1187l-906-1754l-4-703l390-475l765-173l202 542l711 0l438-819l-6-818l-1650-1269l-1107 0l-4 792l-744 669l-3599 1495l-2345 4l-3010 0l-2633 621l-416 1982l-626 1844l-849 683l-159 107l-236 102l4 339l221 1806l26 172l32 110l74 105l-3513 2012l164-2543l0-581l-190-1013l-298-1037l-501 23l-393-875l-261-2592l541-77l210-507l249-711l-483-1319l-760-154l-48 585l0 6l-869-210l-124-30l-305-2807l1379-1227l1875-1920l486-1498l0-593l-805 2l-291-366l-158-1458l-4-455l67-815l620-357l339-46l1548-1441l465-571l959-736l3202-282l1109-888l522-1107l1048-923l786-51l1497-6l1449-1l2382-972l193-512l897-1112l77-77l82-53l122-25l102 12l1596 459l1123 496l573-63l3303-640l2198-1182l292-1088l1411 130l974 1025l-106 86l-182 257l89 169l1683-718l1890-1611l690-1945l195-761l15-72l35-101l94-165l171-202l119-122l121-108l168-104l260-123l1360 112l300 51l330 95l1170 425l849 600l146 73l919 278l644-132l3915-3357l-134-442l801-215l320 105l1198 798l135 1079l-15 428l118 507l2479 967z"/>
</g><g>
<path id="15001" d="M116767-105341l746-764l-232-2166l5029-1021l-769 1323l726 1419l1786-804l1021 1261l-836 991l904 5200l-2623 1291l2379 3613l591 1879l-40 1078l-430-127l-553 864l-32 397l768 1281l1183 113l478-141l204 654l293 1753l-205 2447l-469 1630l-1032-6l-959-986l-1267-3620l-347-2248l-21-100l-48-141l-65-64l-117-64l-95-42l-96-18l-113-7l-70 17l-2514 2045l-628 2044l-55 644l-2114-695l-2005-819l-835-305l-1413-416l-1216-244l-382-1014l187-1794l1057-2221l489-2263l89-1584l20-535l-121-270l-1368-202l-594-58l-10-1l-90-9l84-419l7-37l3-15l75-373l93-462l42-209l34-169l15-76l26-127l40-196l36-178l33-163l51-253l14-71l9-43l34-22l36-23l50-33l20-13l12-8l55-36l133-88l133-88l153-101l166-109l200-132l94-62l15-10l40-20l124-63l80-40l208-105l174-87l158-79l222-111l22-11l110-55l68-34l96-48l164-83l71-36l200-100l140-70l98-49l45-23l67-34l-162-212l-557-728l-14-42l-154-476l-3-10l-17-61l20-16l75-59l15-12l154-122l87-69l93-73l17-14l69-26l74-28l226-85l149-56l27-10l14-5l151-55l76-28l124-45l139-50l179-65l255-92l203-74l292-106l183-66l95-34l93-33l83-30l9 15l71 134z"/>
<path id="15082" d="M124132-123093l71 62l191 336l79 138l135 335l83 206l381 943l286 707l42 103l76 86l65 74l63 72l68 77l33 37l1670 1896l56 35l73 46l974 612l136 86l7 1890l-1511-364l-2483 3240l-4118 1217l-202 1268l1941-430l61 1127l-5029 1021l232 2166l-746 764l-71-134l-9-15l-83 30l-93 33l-95 34l-183 66l-292 106l-203 74l-255 92l-179 65l-139 50l-124 45l-76 28l-151 55l-14 5l-27 10l-149 56l-226 85l-74 28l-69 26l-17 14l-93 73l-87 69l-154 122l-15 12l-75 59l-20 16l17 61l3 10l154 476l14 42l557 728l162 212l-67 34l-45 23l-98 49l-140 70l-200 100l-71 36l-164 83l-96 48l-68 34l-110 55l-22 11l-222 111l-158 79l-174 87l-208 105l-80 40l-124 63l-40 20l-15 10l-94 62l-200 132l-166 109l-153 101l-133 88l-133 88l-55 36l-12 8l-20 13l-50 33l-36 23l-34 22l-9 43l-14 71l-51 253l-33 163l-36 178l-40 196l-26 127l-15 76l-34 169l-42 209l-93 462l-75 373l-3 15l-7 37l-84 419l90 9l10 1l594 58l1368 202l121 270l-20 535l-89 1584l-489 2263l-1057 2221l-187 1794l382 1014l1216 244l1413 416l835 305l2005 819l2114 695l55-644l628-2044l2514-2045l70-17l113 7l96 18l95 42l117 64l65 64l48 141l21 100l347 2248l1267 3620l959 986l1032 6l-770 591l274 1323l1601 3460l837-130l2214-1070l2681-1063l1902-204l849 188l98 38l75 91l-246 1394l241 795l2933 2453l1149-535l1132-416l1677 27l-218 3286l335 717l385 595l-292 1088l-2198 1182l-3303 640l-573 63l-1123-496l-1596-459l-102-12l-122 25l-82 53l-77 77l-897 1112l-193 512l-2382 972l-1449 1l-1497 6l-786 51l-1048 923l-522 1107l-1109 888l-3202 282l-959 736l-465 571l-1548 1441l-339 46l-1093-2l-1153-1533l-465-1508l0-1928l-3652 14l-4526-314l-1044-588l-1-545l151-2192l553-2216l0-616l-243-462l-752-88l-369-41l-1774-113l-1131-23l-149 9l-104 22l-126 56l-364 207l-229 111l-241 93l-189 45l-156 14l-195-3l-224-26l-1904-258l-174-30l-156-63l-562-246l-60-41l-701-502l-2080-1520l-258-332l-308-509l-1523-1529l241-2198l534-3355l867-1195l1074 0l1332-1124l0-377l-797-217l-996 0l-938-872l-608-1388l-137-1141l1577-1608l313 2l101-976l-1884-1938l861-1672l2710-2228l899-727l370-174l653-7l652 278l94 45l72 55l426 422l256 331l468 150l89 5l91-14l1790-442l513-948l287-18l766 720l30-207l25-171l44-301l5-80l4-64l1-11l-10-120l-13-87l-38-119l-105-205l-152-220l-86-104l-91-110l-349-420l-167-200l-973-1169l-1073-1290l-879-1057l-669-636l-841-800l-431-410l-108-102l-30-28l-537-509l-365-345l-130-123l-493-467l-219-208l-17-17l-108-112l-177-183l-542-561l-680-704l-169-209l-74-165l-37-155l-17-192l4-63l34-599l108-593l135-539l28-110l10-56l37-211l16-132l4283-820l2639-2655l75 12l246 38l622 96l16 2l41 6l52-78l483-732l93-141l115-176l16-26l96-170l421-748l58-128l709-1556l12-27l17-38l1526 701l1014-2058l4087 609l3417-1087l1917-2658l4257-336l66 32l76 37l294 144l1066 520l102 34l659 223l242 82l65 56z"/>
<path id="15091" d="M155772-111205l549 1473l475 164l437 86l402 77l471-19l622-32l585-87l354-113l569-424l707-92l373 1119l218 1267l4 1230l2541 771l320-24l1627-613l87-721l2771 323l1259 1634l816 1908l1171-79l1258-60l1639 338l190 920l-543 1358l-489-35l-300-21l15 199l2 7l304 349l487 504l2926 197l2535-1063l-38-633l889 0l539 276l807 892l232 1175l-2123 393l75 469l1044 2406l430 590l431 569l1038 1697l593 2054l-67 552l-648 604l-715 937l1 34l33 889l594 1262l745 992l701 652l603 1156l143 666l-1683 2742l-626 687l-567 438l-1187 911l-5043 3241l-1777 1233l-430-631l-67-198l-66-218l0-189l118-503l20-376l-50-196l-55-191l-376-613l-1170-472l-102-12l-1127 85l-23 3l-92 25l-811 458l-123 1559l-3314 825l-59 8l-854-207l-2479-967l-118-507l15-428l-135-1079l-1198-798l-320-105l-801 215l134 442l-3915 3357l-644 132l-919-278l-146-73l-849-600l-1170-425l-330-95l-300-51l-1360-112l-260 123l-168 104l-121 108l-119 122l-171 202l-94 165l-35 101l-15 72l-195 761l-690 1945l-1890 1611l-1683 718l-89-169l182-257l106-86l-974-1025l-1411-130l-385-595l-335-717l218-3286l-1677-27l-1132 416l-1149 535l-2933-2453l-241-795l246-1394l-75-91l-98-38l-849-188l-1902 204l-2681 1063l-2214 1070l-837 130l-1601-3460l-274-1323l770-591l469-1630l205-2447l-293-1753l-204-654l-478 141l-1183-113l-768-1281l32-397l553-864l430 127l40-1078l-591-1879l-2379-3613l2623-1291l-904-5200l836-991l-1021-1261l-1786 804l-726-1419l769-1323l-61-1127l-1941 430l202-1268l4118-1217l2483-3240l1511 364l-7-1890l3680 2313l113 33l361 103l861 0l163-234l76-623l555-1164l405-28l919 139l46 443l323 1267l665 724l456 263l339 138l2102 445l89 330l138 857l129 810l4304 223l938-70l1881-1487l80-547l132-862l390-507l137-61l308-10l530-12l202 78l166 239l430 529l290 150l3223 1522l2214 900l512 134z"/>
<path id="15002" d="M105808-47850l-142 1266l-523 505l-434 259l-1462-178l-2115-404l-91-23l-706-819l-57-79l-25-115l4-82l75-598l23-47l51-43l100-28l95 0l123 33l76 52l38 71l5 76l-24 86l-114 290l0 80l32 52l63 24l100-4l85-22l167-149l-29-265l-134-1093l-39-70l-74-78l-108-72l-343-168l-319-134l-704-247l-610-95l-117-26l-116-57l-93-76l-83-110l-46-136l-14-163l17-139l73-159l117-103l162-83l167-50l363-59l72-27l-465-1115l-664-351l-1846-716l-1375-805l-228-839l-103-402l-513-2577l1546-2524l236-60l207-24l286-3l246 26l205 41l192 68l259 129l4089-731l2659-512l600 191l609 199l-334 1409l1571 3270l670 353l331 20l1341 62l131-65l200-253l615-270l486 693l-133 705l-915 1089l-1393 3l-778 2099l-912 2848l-306 1249z"/>
<path id="15084" d="M77760-35746l481-369l766 426l961 2184l1610 1799l1927 1584l971-713l3313-1461l2020 1849l-141 773l-15 723l122 539l2472 1005l156 0l668-870l999 1288l796-209l2352 67l1927-100l389-1229l-5-2584l1092-112l1746-4l589-537l868-564l595-164l2893-496l941 10l28 1518l-91 753l1776 798l4861-2438l1547 190l-5 519l404 1517l1060 92l290 1767l350 2796l422 3567l94 1669l-425 1048l-86 1996l2302 501l963 708l-76 396l-370 296l-85 24l-106-11l-120-32l-445 474l-14 1132l598 713l1484 417l698-71l1101 58l258 477l67 587l88 712l-959 1155l-733 728l-570 2486l-5 741l1174-99l1055-243l347 71l486 912l-77 1333l-113 300l-1606 2653l-322 433l-209 280l-1182 1158l-112 336l-316 1325l521 125l42 127l10 150l-11 99l-14 95l-47 155l-62 129l-951 1109l-250 117l-594 552l-1080-1994l-1184-2248l-90-16l-692 503l-148 128l-459 499l140 896l-1402-414l-1298-531l-1576-712l-844-270l-3829 578l-269 55l-1061 542l-62-1073l-213-758l-2558-3373l-467-420l-4846-3169l-1358-797l-152-78l-347-152l-3267 711l-1793 686l-2265-633l-1427-528l-2787-1449l-916-863l-186-1030l-93-535l-322-782l-1835-1311l-1573 231l-2831-333l-2140-515l-412 20l-1131 641l-420 1071l-4152 102l-74-293l-497-295l-952-587l-426-2730l911-1208l239-404l705-1585l40-325l-2911-4324l-978-390l-87-25l-154-34l-1381 518l-1395-153l-1618-1307l144-992l603-959l447-595l80-85l222-136l621 1025l224 5l230 4l1215-1014l3242-4868l516-834l1951 2003l804 384l418 5l2305-158l300-93l232-162l119-201l521-1022l276-825l491-894l2161-1742l238 0l0 382z"/>
<path id="15088" d="M117971-60821l-620 357l-67 815l4 455l158 1458l291 366l805-2l0 593l-486 1498l-1875 1920l-1379 1227l305 2807l124 30l869 210l0-6l48-585l760 154l483 1319l-249 711l-210 507l-541 77l261 2592l393 875l501-23l298 1037l190 1013l0 581l-164 2543l-1 190l-1153 540l-483-247l-1454 950l690 1799l776 1139l82 844l47 987l-1547-190l-4861 2438l-1776-798l91-753l-28-1518l-941-10l-2893 496l-595 164l-868 564l-589 537l-1746 4l-1092 112l5 2584l-389 1229l-1927 100l-2352-67l-796 209l-999-1288l-668 870l-156 0l-2472-1005l-122-539l15-723l141-773l-2020-1849l-3313 1461l-971 713l-1927-1584l-1610-1799l-961-2184l-766-426l-481 369l0-382l-238 0l-2161 1742l-491 894l-276 825l-521 1022l-119 201l-232 162l-300 93l-2305 158l-418-5l-804-384l-1951-2003l-13-288l-1710-1576l-1189-828l-651-646l-339-658l0-315l631-675l797-15l0-326l-1458-10l-164-135l212-743l580-1635l454-199l326 211l1945-1009l1821-2909l480-1079l155-383l652 176l842-387l-40-921l1188-1345l2185-1106l4029-1479l606 142l653 660l157 449l2688 2824l1830-295l1649-621l1581-1676l287-657l216-1538l-1807-1713l-1008-318l-1848-1895l-91-295l-2-943l702-1426l613-388l32-518l-396-1067l-570-858l-1686-1035l-113-907l3279-4382l1191-2214l34-717l-498-984l0-129l37-137l93-123l537-563l1964 332l4816-387l27-1299l0-1268l642-301l308 509l258 332l2080 1520l701 502l60 41l562 246l156 63l174 30l1904 258l224 26l195 3l156-14l189-45l241-93l229-111l364-207l126-56l104-22l149-9l1131 23l1774 113l369 41l752 88l243 462l0 616l-553 2216l-151 2192l1 545l1044 588l4526 314l3652-14l0 1928l465 1508l1153 1533l1093 2zM99402-49774l704 247l319 134l343 168l108 72l74 78l39 70l134 1093l29 265l-167 149l-85 22l-100 4l-63-24l-32-52l0-80l114-290l24-86l-5-76l-38-71l-76-52l-123-33l-95 0l-100 28l-51 43l-23 47l-75 598l-4 82l25 115l57 79l706 819l91 23l2115 404l1462 178l434-259l523-505l142-1266l306-1249l912-2848l778-2099l1393-3l915-1089l133-705l-486-693l-615 270l-200 253l-131 65l-1341-62l-331-20l-670-353l-1571-3270l334-1409l-609-199l-600-191l-2659 512l-4089 731l-259-129l-192-68l-205-41l-246-26l-286 3l-207 24l-236 60l-1546 2524l513 2577l103 402l228 839l1375 805l1846 716l664 351l465 1115l-72 27l-363 59l-167 50l-162 83l-117 103l-73 159l-17 139l14 163l46 136l83 110l93 76l116 57l117 26l610 95z"/>
<path id="15087" d="M51040-71681l817 384l140-20l208-119l608-349l575-330l406-233l951-545l25-15l156-89l629-467l43-32l538-399l364-271l308-267l352-306l292-514l135-365l663-874l1012-656l325-6l761-13l7-1l516-64l750-625l295-246l9-7l-13-32l-135-328l-181-442l-123-904l749-1718l4212 814l2465 623l923 634l404 601l175 1798l1763 466l2003-1041l1282-752l911-75l526 1622l0 1052l-329 0l-250 414l4 898l2035 1002l4110 712l1259 749l0 663l185 230l529 459l1683 4l562-430l-34 717l-1191 2214l-3279 4382l113 907l1686 1035l570 858l396 1067l-32 518l-613 388l-702 1426l2 943l91 295l1848 1895l1008 318l1807 1713l-216 1538l-287 657l-1581 1676l-1649 621l-1830 295l-2688-2824l-157-449l-653-660l-606-142l-4029 1479l-2185 1106l-1188 1345l40 921l-842 387l-652-176l-155 383l-480 1079l-1821 2909l-1945 1009l-326-211l-454 199l-580 1635l-212 743l164 135l1458 10l0 326l-797 15l-1038-11l-860-799l-408-2774l-1441-1218l-807 161l-230 40l-1006-182l-1140-545l-86-1156l-561-1092l-1192 474l-1352 513l-708 194l-1493 29l-456-124l-1129-397l-1483-207l-502 186l-3410 470l-1869-586l95-606l-646-400l-3244-1294l-669-158l-339 13l-238 40l-351 312l-910 502l-862 418l-243 69l-590 76l-460 8l-452-49l-352-41l207-255l915-1008l-2100 146l45-511l-521-2386l40-3094l-1011-1163l-893-699l-960-2155l188-1647l-2740-3007l-1051-2162l508-1938l284-521l216-132l30 650l207 238l290 151l700 27l782 6l396-4l285-396l41-63l29-66l98-306l30-115l7-98l-31-109l-958-1425l-410-168l418-662l818-754l1616-382l746 28l352 769l37 115l1198-333l167-26l181-10l805 83l671 114l514 259l558 1550l39 533l0 7l-9 138l-16 75l-13 14l-97-2l-142-65l-1266-638l-125-317l-579-387l-606-179l-578 513l43 260l331 544l882 1443l268 240l3388-355l2018-911l930 161l1807 910l58 826l-172 181l-775 475l166 367l814 1054l502 15l67 0l65-19l61-38l234-149l819-529l687-754l154-480l750-1175l671 216l2110 189l1066-612l261-350l606-1450l429-1117l-208-931l-162-10l-387 346l-223-69l-52-227l-64-1429l343 7z"/>
<path id="15003" d="M82349-134018l-315 254l-345 336l-281 391l-271 508l1126 3738l779 4071l256 888l46 146l237 648l670 80l1133 447l706 913l456 903l15 661l-1103 2023l-71 116l-855 1327l-701 301l-1016-307l-926-832l-3713 2070l-466 743l-809-2350l-486-1366l-1077-1128l-3151 622l-1887-1578l706-2083l56-1401l-22-609l198-1515l387-1619l949-2683l325-780l2278-1037l557 389l311-143l583-300l665-426l1152-1091l-246-972l-257-1062l-310-1390l2600-6l91 678l968 2469l1058-44z"/>
<path id="15085" d="M35167-116580l2868 1106l1594 1239l399 1627l529 632l90 89l89 66l819 385l3309-83l-5 164l-59 1697l-54 1338l1111 573l-203 2576l-385 596l627 1824l406 545l204-126l203-127l372-292l-20-302l226-218l722 82l410 219l1091 595l303 1125l2595 1707l719 2l-899-644l109-484l997-404l4088 101l165 59l299 251l-569 1119l-244 481l207 1480l61 231l307 1029l47 1169l-320 699l-1046 1247l-575 399l-769 345l-677-308l-1577-231l-2085 3123l52 143l2464 2049l2033 3011l139 9l1649 105l1417-2290l3642 940l-231 1340l897 791l-486 2248l-749 1718l123 904l181 442l135 328l13 32l-9 7l-295 246l-750 625l-516 64l-7 1l-761 13l-325 6l-1012 656l-663 874l-135 365l-292 514l-352 306l-308 267l-364 271l-538 399l-43 32l-629 467l-156 89l-25 15l-951 545l-406 233l-575 330l-608 349l-208 119l-140 20l-817-384l-343-7l64 1429l52 227l223 69l387-346l162 10l208 931l-429 1117l-606 1450l-261 350l-1066 612l-2110-189l-671-216l-750 1175l-154 480l-687 754l-819 529l-234 149l-61 38l-65 19l-67 0l-502-15l-814-1054l-166-367l775-475l172-181l-58-826l-1807-910l-930-161l-2018 911l-3388 355l-268-240l-882-1443l-331-544l-43-260l578-513l606 179l579 387l125 317l1266 638l142 65l97 2l13-14l16-75l9-138l0-7l-39-533l-558-1550l-514-259l-671-114l-805-83l-181 10l-167 26l-1198 333l-37-115l-352-769l-746-28l-1616 382l-818 754l-418 662l-1517 752l-2098-2005l-234-200l-69-57l-62-32l-2924-1001l-62-19l-65-9l-77-3l-1784-42l-1855-807l-2824 540l-1399 302l-131-69l-182-97l-115-78l-65-71l-85-100l-81-125l-1402-2333l-28-84l-262-1284l-241-1222l345-593l-2582-4826l-1734-2487l-995-626l-838-1619l-258-3530l8-3234l14-67l147-501l44-76l119-160l95-127l63-63l71-56l1519-974l1475-1107l535-698l927-1231l66-93l39-103l12-92l14-818l-6-119l-31-221l-171-610l-44-110l-51-97l-436-567l-517-346l-1332-483l-42-1883l388-620l409-571l1245-430l391-170l193-335l-644-589l-268 229l-215 99l-230 92l-549 133l-2530-2564l-85-303l-135-290l-183-284l-542-783l-366-457l-419-516l2655-298l2431-736l1346-1283l119-431l-148-446l-205 32l-252-1007l908-275l34-9l2354-465l337-43l347-41l378-20l5090-97l65 14l956 211l178 17l1613 13l138-5l1447-244l295-91l322-145l300-209l350-268l262-192l155-77l182-41l3916-66l193 5l1216 135l305 35l157 20l142 51l1694 586l1669 463z"/>
<path id="15086" d="M123401-163154l-880 1418l-894 2113l341 1709l594 3009l-170 890l-646 175l-367 526l980 1569l790 587l-1197 2425l-119 156l-282 150l-104 151l-104 166l-1154 2469l-20 52l-648 2302l-73 330l-439 2949l402 123l552 63l774 379l349 247l1486 1060l-1344 1556l-1053-96l-339 279l-526 438l-1779 3840l-186 653l1474 2327l400 965l2342 3952l-4257 336l-1917 2658l-3417 1087l-4087-609l-1014 2058l-1526-701l-17 38l-12 27l-709 1556l-58 128l-421 748l-96 170l-16 26l-115 176l-93 141l-483 732l-52 78l-41-6l-16-2l-622-96l-246-38l-75-12l-2639 2655l-4283 820l42-337l5-154l-10-175l-96-331l-282-527l-618-1009l-1898-3467l-1061-739l-2358-509l-1606-150l-906-384l-15-661l-456-903l-706-913l-1133-447l-670-80l-237-648l-46-146l-256-888l-779-4071l-1126-3738l271-508l281-391l345-336l315-254l366-313l88-135l48-176l34-206l-12-207l-42-183l-73-177l-335-425l-105-144l-57-137l-105-398l-168-737l-62-496l-26-404l-16-293l37-197l68-216l105-172l125-121l152-83l626-242l236-98l172-89l184-115l141-141l173-183l183-274l1532-2686l604-1549l30-100l10-106l-10-205l-35-645l0-216l30-171l53-179l148-305l1772-2188l108-110l242-209l119-60l150-47l156-31l58-3l750 46l2255 242l299-184l289-220l2719-2141l122-144l104-174l1501-3470l2000-1278l95-41l132-66l105-84l92-110l130-171l1694-2990l56-159l56-206l523-2931l11-158l-29-173l-38-122l-1175-3481l-896-1343l264-3064l449-3699l188-843l823 517l-35 2921l-320 2253l-117 625l200 10l332-26l290-56l2340-572l907-273l53-27l329-355l105-165l232-465l54-75l84-69l696-458l92-27l91 13l59 50l717 628l1038 1019l100 1216l-55 93l-40 82l515 543l192 83l3396 556l556-618l1102 967l937-68l87-15l1296-405l41-41l265-368l44-125l7-99l-22-99l-48-85l-128-165l-33-88l-8-111l26-106l493-1166l40-77l85-62l99-26l92 11l1335 489l73 50l40 71l37 92l4 99l-15 397l7 113l326 1814l660 835l496 129l394-653l744-324l364 19l866 506l154 1611l158 2457z"/>
<path id="15083" d="M39302-135607l701-1162l-314-544l-554-954l-1000 58l-484-1274l-1115-2069l-892-676l-768-1019l6-387l635-566l188-22l144-15l141-29l120-29l115-44l248-173l137-128l112-147l-203-1027l-2360-2830l-1045 49l-267-728l532-151l2181-468l341 100l715 17l1118-310l909-645l422-2041l-10-84l-1939-1512l-200-86l-392-95l-2260-2181l-2146-2318l-2639-3486l-100-1078l927-1588l2421-1213l1822-27l738-597l44-28l2044-682l162 86l227 189l200 287l81 146l655 1681l101 404l241 1106l76 343l1229 1321l2413 1918l1120 655l111 41l132 12l112-12l2053-255l4449-130l2654 326l2326 977l1914 38l484-84l798-354l979-281l1684 549l3116 1985l222 736l-804 65l224 1457l2490-866l5422-1887l1618-5345l3743-1352l2410 711l1509 732l1226 3192l140 1867l81 211l396 163l1523 485l1544 264l747 46l273-220l147-991l26-189l1828-393l1607 1358l-265 2272l-1136 1104l816 967l894 991l685 2568l-2255-242l209-747l22-175l2-98l-13-103l-15-61l-75-155l-55-84l-59-56l-1125-715l-88-40l-113-26l-136-8l-118 12l-102 23l-110 34l-81 44l-77 64l-63 69l-50 81l-37 86l-228 857l-4 69l22 64l325 608l41 74l137 133l1041 4l-58 3l-156 31l-150 47l-119 60l-242 209l-108 110l-1772 2188l-148 305l-53 179l-30 171l0 216l35 645l10 205l-10 106l-30 100l-604 1549l-1532 2686l-183 274l-173 183l-141 141l-184 115l-172 89l-236 98l-626 242l-152 83l-125 121l-105 172l-68 216l-37 197l16 293l26 404l62 496l168 737l105 398l57 137l105 144l335 425l73 177l42 183l12 207l-34 206l-48 176l-88 135l-366 313l-1058 44l-968-2469l-91-678l-2600 6l310 1390l257 1062l246 972l-1152 1091l-665 426l-583 300l-311 143l-557-389l-2278 1037l-325 780l-949 2683l-387 1619l-198 1515l22 609l-56 1401l-706 2083l1887 1578l3151-622l1077 1128l486 1366l809 2350l-741 139l-1247 378l-303 279l225 2075l184 3422l-468 328l-5993 555l-2-376l-4445-3780l-2554 32l-3023 2390l-1281 1839l-108 783l589 449l1009 2334l-837 881l-829 2203l-299-251l-165-59l-4088-101l-997 404l-109 484l899 644l-719-2l-2595-1707l-303-1125l-1091-595l-410-219l-722-82l-226 218l20 302l-372 292l-203 127l-204 126l-406-545l-627-1824l385-596l203-2576l-1111-573l54-1338l59-1697l5-164l-3309 83l-819-385l-89-66l-90-89l-529-632l-399-1627l-1594-1239l-2868-1106l-1669-463l-1694-586l565-1715l19-60l6-97l-179-1284l-9-51l-34-67l-96-117l-137-103l-170-35l-177 14l-142 21l-55 0l-93-21l-751-389l-190-99l-109-65l-92-75l-23-46l-14-82l0-116l103-770l1210-361l215-51l332-37l1428-514l1557-1047l1754-1443l1544-2231l94-1173l-77-760l-88-153l-148-13l-156-11l-45 3l-514 86l-658 110l-83-8l-63-22l-140-57l-213-124l-337-212l-256-177l-35-31l-91-84l-184-221l-164-232l-50-368l-13-341l25-1098l625-984l212-275l247-167l144-54l2459-709l155-24l390-38z"/>
<path id="15090" d="M90012-149891l-209 747l-750-46l-1041-4l-137-133l-41-74l-325-608l-22-64l4-69l228-857l37-86l50-81l63-69l77-64l81-44l110-34l102-23l118-12l136 8l113 26l88 40l1125 715l59 56l55 84l75 155l15 61l13 103l-2 98l-22 175zM76235-223703l315 83l2117-408l159 11l127 82l90 104l81 128l226 562l45 194l7 262l-67 682l7 165l23 187l45 142l251 517l107 206l91 108l114 96l148 61l155 37l165 9l137-19l264-148l771-506l576-379l126-80l361-195l248-54l359-22l323 68l290 104l226 132l289 192l154 138l181 163l249 289l220 359l196 434l243 462l232 376l185 220l115 133l160 102l180 53l249 61l274 61l292 42l459 10l771-49l312 0l371 78l517 249l352 244l175 210l78 234l20 215l-20 385l-58 264l-137 254l-283 234l-536 468l-342 380l-185 401l-69 332l20 390l144 427l305 354l341 205l3579 1317l3249 742l319 82l305 102l271 147l262 190l192 199l232 290l1272 416l166 14l177-7l188-36l1460-598l170-555l679-268l158-58l932 148l2414 469l783 305l1985 567l596-1982l600 159l-84 258l-337-81l-75 263l-163 1332l412 2302l222 252l3167-1440l1583-920l2209 2170l1972 5322l-144 717l-368 576l-14 130l-179 311l-91 111l-89 63l-115 15l-1287 102l-687 1521l-437 1218l-19 123l-110 4301l1334 3481l69 159l174 47l86 0l172-83l85-33l79-4l56 37l34 60l273 1052l164 644l20 126l86 765l13 2357l-44 500l-488 1161l-397 344l-1446 887l-415-18l-563-228l-1228-582l-76 1175l200 1030l191 1167l245 2224l-1065 1693l-80 158l-1011 2650l-3 73l-20 733l16 38l28 25l584-46l65-10l61-29l1005 1678l248 953l-556 618l-3396-556l-192-83l-515-543l40-82l55-93l-100-1216l-1038-1019l-717-628l-59-50l-91-13l-92 27l-696 458l-84 69l-54 75l-232 465l-105 165l-329 355l-53 27l-907 273l-2340 572l-290 56l-332 26l-200-10l117-625l320-2253l35-2921l-823-517l-188 843l-449 3699l-264 3064l896 1343l1175 3481l38 122l29 173l-11 158l-523 2931l-56 206l-56 159l-1694 2990l-130 171l-92 110l-105 84l-132 66l-95 41l-2000 1278l-1501 3470l-104 174l-122 144l-2719 2141l-289 220l-299 184l-685-2568l-894-991l-816-967l1136-1104l265-2272l-1607-1358l-1828 393l-26 189l-147 991l-273 220l-747-46l-1544-264l-1523-485l-396-163l-81-211l-140-1867l-1226-3192l-1509-732l-2410-711l-3743 1352l1110-3731l-937 377l-286-977l-1-7l265-2585l-1407-836l27-2101l571-2065l478-2156l267-2251l-249-1255l-3488 14l-92 3l-867 109l-952 628l-51 40l-31 54l-25 85l-32 38l-60 25l-917 159l-1901 282l-470-50l-2520-458l-1464-1101l-68-469l638-883l638-715l205 137l1278-17l1159-222l2272-1510l-11-276l-536-1676l-72-223l169-1920l1906-1574l126-116l75-99l71-133l31-62l233-606l29-133l5-821l-5-98l1189-3277l881-634l98-75l65-79l481-1065l-1383-659l-119-21l-92 3l-87 28l-373 246l-88 42l-108 21l-1300 85l-88-14l-74-49l-59-74l-141-320l196-859l414-716l708-724l218-163l195-117l350-133l-2168-1642l-1472-158l-480-236l-566-2468l72-241l1020-4l514 185l1112 104l1340-371l176-195l402-887l3515-689l2359 51l354-366l46-104l11-149l-347-2896l-1314-1423l-3352-2991l-509 828l-2185-781l-835-1466l-3-6l-945-1995l1232-5313l890-8l111 27l2531-734l2233-2639l1055-485l241-82l299-58l241-12l318 38l254 76l229 121l152 137l90 130l30 178l-30 172l-82 157l-174 220l-137 166l-386 468l-191 273l-126 352l-31 232l0 210l67 240l150 224l172 217l199 174l295 133z"/>
<path id="15089" d="M92492-118252l1898 3467l618 1009l282 527l96 331l10 175l-5 154l-42 337l-16 132l-37 211l-10 56l-28 110l-135 539l-108 593l-34 599l-4 63l17 192l37 155l74 165l169 209l680 704l542 561l177 183l108 112l17 17l219 208l493 467l130 123l365 345l537 509l30 28l108 102l431 410l841 800l669 636l879 1057l1073 1290l973 1169l167 200l349 420l91 110l86 104l152 220l105 205l38 119l13 87l10 120l-1 11l-4 64l-5 80l-44 301l-25 171l-30 207l-766-720l-287 18l-513 948l-1790 442l-91 14l-89-5l-468-150l-256-331l-426-422l-72-55l-94-45l-652-278l-653 7l-370 174l-899 727l-2710 2228l-861 1672l1884 1938l-101 976l-313-2l-1577 1608l137 1141l608 1388l938 872l996 0l797 217l0 377l-1332 1124l-1074 0l-867 1195l-534 3355l-241 2198l1523 1529l-642 301l0 1268l-27 1299l-4816 387l-1964-332l-537 563l-93 123l-37 137l0 129l498 984l-562 430l-1683-4l-529-459l-185-230l0-663l-1259-749l-4110-712l-2035-1002l-4-898l250-414l329 0l0-1052l-526-1622l-911 75l-1282 752l-2003 1041l-1763-466l-175-1798l-404-601l-923-634l-2465-623l-4212-814l486-2248l-897-791l231-1340l-3642-940l-1417 2290l-1649-105l-139-9l-2033-3011l-2464-2049l-52-143l2085-3123l1577 231l677 308l769-345l575-399l1046-1247l320-699l-47-1169l-307-1029l-61-231l-207-1480l244-481l569-1119l829-2203l837-881l-1009-2334l-589-449l108-783l1281-1839l3023-2390l2554-32l4445 3780l2 376l5993-555l468-328l-184-3422l-225-2075l303-279l1247-378l741-139l466-743l3713-2070l926 832l1016 307l701-301l855-1327l71-116l1103-2023l906 384l1606 150l2358 509l1061 739z"/>
<path id="15081" d="M73864-162688l-1618 5345l-5422 1887l-2490 866l-224-1457l804-65l-222-736l-3116-1985l-1684-549l-979 281l-798 354l-484 84l-1914-38l-2326-977l-2654-326l-4449 130l-2053 255l-112 12l-132-12l-111-41l-1120-655l-2413-1918l-1229-1321l-76-343l-241-1106l-101-404l-655-1681l-81-146l-200-287l-227-189l-162-86l-2044 682l-44 28l-738 597l-2389-2862l-1003-1402l-380-596l-350-620l-407-982l-445-1399l208-2403l1005-610l1184-1079l69-100l50-167l47-249l95-513l23-1184l-135-41l-675-190l-1291 637l-6 18l-187 584l-1140 694l-344-97l-466-924l-332-861l-866-1805l-1383-2354l-1085-1175l-583-723l-803-1490l-366-1477l-5-32l-509-934l-282-160l-597 216l-683 189l-476-32l-585-2047l-974-3395l-879-1558l-453-804l44-206l216-958l211-563l611-3883l-336-621l-38-64l27-226l2280-875l1538 348l849-16l408-555l1289 67l1080 436l913 206l3316-783l67-28l78-48l2720-2908l204-339l27-45l252-428l24-1562l197-701l380-397l306-91l1687-157l4146-71l346 9l264 11l-64 317l-245 1216l170 149l206 106l240 64l461 71l255-7l1628-262l1264-490l1826 85l1069 96l514 75l904 166l1019 984l55 82l2178 814l1806 651l72 6l937-299l434-163l4912-2579l4059-3499l670-385l539-309l1367-303l1018-38l835 1466l2185 781l509-828l3352 2991l1314 1423l347 2896l-11 149l-46 104l-354 366l-2359-51l-3515 689l-402 887l-176 195l-1340 371l-1112-104l-514-185l-1020 4l-72 241l566 2468l480 236l1472 158l2168 1642l-350 133l-195 117l-218 163l-708 724l-414 716l-196 859l141 320l59 74l74 49l88 14l1300-85l108-21l88-42l373-246l87-28l92-3l119 21l1383 659l-481 1065l-65 79l-98 75l-881 634l-1189 3277l5 98l-5 821l-29 133l-233 606l-31 62l-71 133l-75 99l-126 116l-1906 1574l-169 1920l72 223l536 1676l11 276l-2272 1510l-1159 222l-1278 17l-205-137l-638 715l-638 883l68 469l1464 1101l2520 458l470 50l1901-282l917-159l60-25l32-38l25-85l31-54l51-40l952-628l867-109l92-3l3488-14l249 1255l-267 2251l-478 2156l-571 2065l-27 2101l1407 836l-265 2585l1 7l286 977l937-377l-1110 3731z"/>
</g><g>
<path id="16051" d="M47041-2253l146 31l94 3183l-401 780l-237 223l-1108 647l-87-78l-59-80l-1025 591l203 2446l492 343l379 724l480 1077l39 522l-642 9l-1204-470l-1099-227l-511 592l25 313l20 184l243 756l-2058 711l-237 63l-190 34l-247 29l-2345 191l-2306-246l-193 48l-344 112l-1187 447l109 590l-662 263l-585 232l-878 322l-905-539l-254-766l-165-845l656-280l491-239l1153-706l-110-795l-456-1010l-460-521l-796-576l-708 110l-47 302l-734 260l-1270-54l-1936-2028l-452-491l-248-1472l142-50l494-212l454-268l187-145l131-131l632-677l-531-1109l-299-67l-607 45l-530 15l-501-1863l-32-892l420-90l531-150l824 38l1190 217l2144-291l3935-1660l2012-1858l1868-2312l366 4l1416 39l994 563l661 1042l231 507l1025 2914l1183 2772l1049-218l2173-744l54-131z"/>
<path id="16052" d="M116810 3257l367 1495l-6 1137l-1340 765l-409 74l-450 134l17 1600l221 1261l1096 1493l357 1304l-487 1025l-1155 939l48 3537l1340 1580l84 674l-720 388l-105 42l-1033 306l-624-347l-125-261l192-419l-682-934l-1100-645l-757-239l-353 455l-801 164l-1507 227l-212-35l-1853-878l-1349-2435l47-800l477-3052l1026-3591l559-1025l594-549l598-284l-526-814l-1468-881l-240-2163l1061-542l269-55l3829-578l844 270l1576 712l1298 531l1402 414z"/>
<path id="16053" d="M70598 9862l296-878l75-265l-187-906l-223-933l-432-2242l283-1489l372-56l1096-518l1491-1621l103-252l827 1949l597 570l2375-585l784-368l320-281l2563 1326l932 634l442 675l23 287l-86 3256l-702 3234l-473 1352l-2727 1805l-576 233l-841 247l-2067 420l-266-71l-2256-743l77-604l560-74l1616-318l244-227l-148-1385l-824-997l-684-602l-1088-140l-808-107l-688-326z"/>
<path id="16054" d="M16508 37421l337 569l970 616l174 55l110-37l337-238l45-17l49-10l522 46l146 308l1027 2296l213 711l-43 315l-290 119l-281-161l-295 44l-223 274l1029 1329l142 113l927 549l452-150l1068 331l144 71l97 116l67 165l-4 133l-52 1619l-1482 272l-538-241l-740-462l-675-539l-598-786l0-207l-144-596l-260-1037l-1515-30l-608 1022l-366 757l-277 545l-1238 1822l-939 584l-356 205l-1308 579l-899 184l-461-322l24-427l-357-412l-390-399l-966-431l-1269-423l-949-165l-1029-73l-343 60l-1286-370l-178-280l-303-795l-86-243l50-793l660-828l245-130l2193-127l1975-1814l114-392l264-476l242-257l682-190l1400 857l535 396l1858-982l-4-240l-7-953l11-116l25-124l134-564l74-170l93-130l147-152l143-106l196-85l184-35l217-11l160 36l1277 428z"/>
<path id="16055" d="M51479-2346l177-340l653-931l1343-118l1296-2l659 69l5578 1112l8 120l-94 204l-274 212l-368 113l-265 17l-734 675l441 861l849 1134l519 113l897-587l486-245l40 135l641 3311l-273 1100l-1053 871l-1115 879l-2503 1549l-898 414l-1467 649l-453-118l-1065-964l-1140-1429l122-334l1078-1366l-581-1296l-251-990l-32-1815l102-746l10-368l2-267l-1534-1187l-801-435z"/>
<path id="16056" d="M-22745 1924l496-1916l1667-1023l452-256l203-88l257-26l225 5l544 119l407 109l206 112l174 121l297 282l2046 809l302-226l29-1034l-79-663l-44-706l2242-2555l770-753l790 312l3070 1250l184 514l900 3619l-2 51l-52 1218l-443 1909l-437 1413l-76 96l-717-73l-1324 73l-146 18l-626 331l-311 368l-478 992l-163 515l-69 389l-58 422l-424-58l-8864-4820l-948-850z"/>
<path id="16061" d="M-3715-65366l3116 1535l-424 2031l512 1298l1219 1730l1283 1060l-622 2044l-757 2435l-157 578l-96 629l176 1744l-442 2448l-1372 1532l-28 312l815 2366l102 197l1012 1376l957 903l-2729 2977l-6 298l-3281-154l-2184-236l-907 21l-1242 1556l-99 434l116 1079l92 117l61 73l116 411l-708 1423l-583 854l-619 692l-1562 109l-1114 109l-547 1246l-71 606l688 395l439 250l-156 973l-373 441l-684 609l-1812 1122l-522 113l-1428 174l-1087 112l-306-458l-767 70l-944 307l-1199 852l-236 307l-2 392l443 422l975 930l89 133l422 1058l-56 147l-2056-1908l-501-251l-654-270l-3781-916l-2364-507l-306-79l-290-241l-593-4718l66-722l-435-377l-840-49l-3993-452l-865-204l-2870-6154l-356-1425l-15-1954l296-497l1005-302l3125-2193l958-688l2248-1824l673-765l2526-709l774-155l1053 251l2696 467l461-63l168-165l1751-4319l792-1121l916-669l222-32l690 948l10 21l1498 79l4079-1749l276-158l3027-2801l1214-1765l350-572l372-1361l-326-159l662-533l88-136l37-162l36-367l24-510l-11-750l-17-141l-43-128l-142-246l781-493l2784-643l184 0l1025 393l80 62z"/>
<path id="16062" d="M19972-71369l1784 42l77 3l65 9l62 19l2924 1001l62 32l69 57l234 200l2098 2005l1517-752l410 168l958 1425l31 109l-7 98l-30 115l-98 306l-29 66l-41 63l-285 396l-396 4l-782-6l-700-27l-290-151l-207-238l-30-650l-216 132l-284 521l-508 1938l1051 2162l2740 3007l-188 1647l960 2155l893 699l1011 1163l-40 3094l521 2386l-45 511l-643 945l-295 264l-414 324l-858 632l-1228 618l-1177 193l-1910-146l-155-307l-120-225l-3702-1573l-1427 341l-1401 1220l-869 1007l-328 621l-719 419l-373-70l-1693-376l-473-297l-371-367l-6261 791l-485 300l-1216 770l-1881-1042l-1395-605l-338 742l-1020 1711l-932 622l-957-903l-1012-1376l-102-197l-815-2366l28-312l1372-1532l442-2448l-176-1744l96-629l157-578l757-2435l622-2044l-1283-1060l-1219-1730l-512-1298l424-2031l812 1357l473 655l629 282l2948-339l1759-1081l798-990l2139 882l271 420l219 155l1103 131l386-598l548-1045l-45-238l-1226-604l-635-139l-392-1348l20-611l358-1867l186-383l1357-436l680-297l467-282l-112-739l1750-388l1399-302l2824-540l1855 807z"/>
<path id="16063" d="M-20357-15938l155-128l88-66l632-230l2438-324l3616-233l681-9l762 421l669 508l1390 2225l1098 2506l1264 2641l2876 3006l144 128l646-370l467-1184l-109-991l-106-55l200-469l1619-209l2593 32l210 57l119 187l381 746l227 479l679 222l4231 959l749-185l157 289l478 1615l-726 802l-2885 1894l-2678 1176l-3047 1236l-54 335l130 1398l408 881l397 201l240 108l602 82l541 15l-151 1006l-703 1976l-1137 2116l-1392 981l-1579 210l-314 267l-1328 2231l-277 490l-1050 2006l430 1200l327 395l-7 549l-502 3302l-1454 3220l-702 573l-883 314l-276 70l-953-228l-537-391l-255-365l-358-240l-2751 1230l-564 1005l-1208 518l-947 12l-979-297l-309-390l146-228l-657-316l-1489-159l10 98l46 423l38 295l21 96l547 1385l62 86l72 56l324 888l268 1002l-211 528l-804 984l-880 468l-144-155l-773 287l-99 1472l99 2978l975 1936l370 452l1102 1924l-25 427l-461 1539l-223 363l-286 206l-3257 48l-609-74l-1290-330l-1925-970l205-575l-287-364l-772-212l-710-25l-320 124l-774-2211l-1030-1705l-114-107l-1256-158l-136-17l-2129-137l-17-1l-733 160l-2049 659l-474 263l-99 59l-109 89l-128 164l-120 203l228 619l1279 1639l-589 1335l-1018 196l-4747-787l-81-1047l126-2731l1113-1696l1508-1843l1290-2625l584-1591l-234-1981l-890-1216l1478-449l223-141l183-177l162-1275l-655-1003l-6-615l393-1942l137-354l1376-1076l301-208l844 469l619 245l1881-614l1022-1483l66-829l-210-113l-599 307l-253 318l-162-71l-180-1034l385-996l1075-796l1361-908l-18-855l-3069-3381l-1856-1631l-1490 273l-614 1025l-581-434l350-1115l370-416l871-388l884 460l1069 392l881 190l2560-440l296-93l657-470l32-83l10-79l-223-349l-1352-2146l-1157-1880l-199-1052l748-1614l129-171l188-136l212-83l1104-33l1407 154l2373 548l1356 438l-53 69l-11 99l21 102l60 74l274 306l53 45l52 40l627 259l150 30l88 0l130-17l2238-530l213-63l-496 1916l948 850l8864 4820l424 58l58-422l69-389l163-515l478-992l311-368l626-331l146-18l1324-73l717 73l76-96l437-1413l443-1909l52-1218l2-51l-900-3619l-184-514l-3070-1250l-790-312l-770 753l-2242 2555l44 706l79 663l-29 1034l-302 226l-2046-809l-297-282l-174-121l-206-112l-407-109l-544-119l-225-5l-257 26l-203 88l-452 256l640-2021l-535-929l-796-862l-728-550l-1101-331l-1488-524l-471-400l290-2924l93-247l719-912l215-243l806-891l-828-1525l-1000-632l-1697-1339l-85-260l607-656l2823-809l936 1340l204 874l-564 487l926 1309l201 199l422 275l762-668l15-2537l-141-147z"/>
<path id="16064" d="M-1150-38171l366 153l742 516l528 996l-45 395l-321 431l-207 600l-127 451l792 328l1256 428l151-66l1633-986l530-395l933-707l2147 451l407 184l223 138l816 1110l3641 3045l217 480l1053 3790l388 1729l549 1002l497 197l468 154l758 66l575-317l292-238l1154-202l3696-340l1449-12l2813 284l1329 187l47 1357l1832 46l-48 603l-26 320l-303 1235l-726 697l43 580l327 1087l425 1948l-273 1537l-135 17l-786 198l-1197 337l-426 134l105 836l555 2332l-370 77l-666 168l-2150 260l-4977-713l-355-525l-986-557l-150-51l-140-43l-144-20l-551 4l-164 12l-113 39l-1689 1023l-255 458l-338 1644l153 906l565 1622l106 433l90 415l-2100 1500l-228 100l-2527 242l-1290-62l-691-247l-478-1615l-157-289l-749 185l-4231-959l-679-222l-227-479l-381-746l-119-187l-210-57l-2593-32l-1619 209l-200 469l106 55l109 991l-467 1184l-646 370l-144-128l-2876-3006l-1264-2641l-1098-2506l-1390-2225l-669-508l-762-421l-681 9l-3616 233l-2438 324l-632 230l-88 66l-155 128l-15-17l-35-40l-295-439l-106-177l-18-285l467-1439l1410-983l368-845l-283-664l-1340-357l56-147l-422-1058l-89-133l-975-930l-443-422l2-392l236-307l1199-852l944-307l767-70l306 458l1087-112l1428-174l522-113l1812-1122l684-609l373-441l156-973l-439-250l-688-395l71-606l547-1246l1114-109l1562-109l619-692l583-854l708-1423l-116-411l-61-73l-92-117l-116-1079l99-434l1242-1556l907-21l2184 236l3281 154l6-298z"/>
<path id="16065" d="M64673-38409l-631 675l0 315l339 658l651 646l1189 828l1710 1576l13 288l-516 834l-3242 4868l-1215 1014l-230-4l-224-5l-621-1025l-589-1113l-3320-3646l-703-382l-502 388l-501 575l-134 1348l188 131l688 51l736-63l-44 870l-181 376l-639 807l-770 790l-162 147l-233 6l-312-57l-119-51l-235-249l-243-256l-551-495l-826-715l-654-396l-121-65l-231 471l3 603l-693 932l-1455 1458l-579-191l120-557l-1980-790l-1295-446l-1171-453l-105-254l259-378l632-518l-28-660l-230-393l-374-607l-347-316l-2170-1241l-1213 68l-355 11l230-726l250-556l324-467l-301-222l-725-352l-875-318l-676 243l-823 353l-106 142l283 506l134 886l-324 1065l-1660 937l-1973 1713l-453 422l-242 760l-109 585l28 255l965 319l161 1413l-598 1476l-1820 1233l-954 392l-2761 26l-1832-46l-47-1357l-1329-187l-2813-284l-1449 12l-3696 340l-1154 202l-292 238l-575 317l-758-66l-468-154l-497-197l-549-1002l-388-1729l-1053-3790l-217-480l-3641-3045l-816-1110l-223-138l-407-184l-2147-451l-933 707l-530 395l-1633 986l-151 66l-1256-428l-792-328l127-451l207-600l321-431l45-395l-528-996l-742-516l-366-153l2729-2977l932-622l1020-1711l338-742l1395 605l1881 1042l1216-770l485-300l6261-791l371 367l473 297l1693 376l373 70l719-419l328-621l869-1007l1401-1220l1427-341l3702 1573l120 225l155 307l1910 146l1177-193l1228-618l858-632l414-324l295-264l643-945l2100-146l-915 1008l-207 255l352 41l452 49l460-8l590-76l243-69l862-418l910-502l351-312l238-40l339-13l669 158l3244 1294l646 400l-95 606l1869 586l3410-470l502-186l1483 207l1129 397l456 124l1493-29l708-194l1352-513l1192-474l561 1092l86 1156l1140 545l1006 182l230-40l807-161l1441 1218l408 2774l860 799l1038 11z"/>
<path id="16066" d="M17766 31197l268 392l-376 3284l-218 1196l-503 985l-429 367l-1277-428l-160-36l-217 11l-184 35l-196 85l-143 106l-147 152l-93 130l-74 170l-134 564l-25 124l-11 116l7 953l4 240l-1858 982l-535-396l-1400-857l-682 190l-242 257l-264 476l-114 392l-1975 1814l-2193 127l-245 130l-660 828l-50 793l86 243l303 795l178 280l1286 370l343-60l0 218l-330 663l-708 1329l-156 3l-1114 154l-852 1613l1622 595l405 259l966 656l164 905l-17 397l-491 1324l-441 1002l-371 499l-517 276l-388 0l249 923l1114 2618l878 1603l75 622l-27 492l-474 392l-220 165l-2997 7l-1231-715l-324-337l172-688l-41-185l-145-124l-1252 403l-165 104l-100 106l-40 108l-327 1041l11 876l83 1013l-391 651l-477 790l-1399 676l-369-115l-181-9l-450 190l-45 176l-2 18l103 527l-1051 256l-2106-220l-411-585l-289-413l-25-577l662-2224l-2272-2151l-909-1390l-478-2482l-768-1240l-355-35l-1088 64l-158 47l-4591-2227l-814-1925l-1946-2651l-474-39l-238-5l-3053 305l-223 246l-46 706l-247 72l-941-652l-270-483l-73-684l-42-250l-302-353l-945 120l-493 571l-18 475l-412 608l-1823 2002l-194 208l-1058 1056l-380 168l-302 63l-158-1365l686-1837l678-958l-577-4799l-102-390l-392-236l-327-949l932-1305l497-271l685 76l130 502l518 173l440-73l-6-1327l-296-534l-82-141l320-124l710 25l772 212l287 364l-205 575l1925 970l1290 330l609 74l3257-48l286-206l223-363l461-1539l25-427l-1102-1924l-370-452l-975-1936l-99-2978l99-1472l773-287l144 155l880-468l804-984l211-528l-268-1002l-324-888l-72-56l-62-86l-547-1385l-21-96l-38-295l-46-423l-10-98l1489 159l657 316l-146 228l309 390l979 297l947-12l1208-518l564-1005l2751-1230l358 240l255 365l537 391l953 228l276-70l883-314l702-573l1454-3220l502-3302l7-549l486 383l600 413l336-13l1593-299l244-208l3987 1229l752 409l894 651l172 297l352 2132l1314 5482l771 1530l337 361l508 374l4042 1381l2795 829l479 89l380-12l422-71l161-77l82-78l397-833l141-419l205-634l224-318l224-205l1120 1064l997 1104z"/>
<path id="16067" d="M26597-10978l524 1549l255 1367l-174 576l-1249 4083l-568 418l-420 90l32 892l501 1863l530-15l607-45l299 67l531 1109l-632 677l-131 131l-187 145l-454 268l-494 212l-142 50l248 1472l452 491l1936 2028l1270 54l734-260l47-302l708-110l796 576l460 521l456 1010l110 795l-1153 706l-491 239l-656 280l165 845l254 766l-1970-408l-1630 1380l-541 525l-4004 4185l-53 330l732 124l981 120l936 13l121 401l-1520 3252l-903 2857l-874 1162l-458 351l-239 61l-533-267l-374-82l-172-32l-262-48l-211 65l-943 445l-708 2407l-297 2015l-17 130l-56 641l-997-1104l-1120-1064l-224 205l-224 318l-205 634l-141 419l-397 833l-82 78l-161 77l-422 71l-380 12l-479-89l-2795-829l-4042-1381l-508-374l-337-361l-771-1530l-1314-5482l-352-2132l-172-297l-894-651l-752-409l-3987-1229l-244 208l-1593 299l-336 13l-600-413l-486-383l-327-395l-430-1200l1050-2006l277-490l1328-2231l314-267l1579-210l1392-981l1137-2116l703-1976l151-1006l-541-15l-602-82l-240-108l-397-201l-408-881l-130-1398l54-335l3047-1236l2678-1176l2885-1894l726-802l691 247l1290 62l2527-242l228-100l2100-1500l-90-415l-106-433l-565-1622l-153-906l338-1644l255-458l1689-1023l113-39l164-12l551-4l144 20l140 43l150 51l986 557l355 525l4977 713l2150-260l666-168z"/>
<path id="16068" d="M42261-34750l-324 467l-250 556l-230 726l355-11l1213-68l2170 1241l347 316l374 607l230 393l28 660l-632 518l-259 378l105 254l1171 453l1295 446l1980 790l-120 557l579 191l1455-1458l693-932l-3-603l231-471l121 65l654 396l826 715l551 495l243 256l235 249l119 51l312 57l233-6l162-147l770-790l639-807l181-376l44-870l-736 63l-688-51l-188-131l134-1348l501-575l502-388l703 382l3320 3646l589 1113l-222 136l-80 85l-447 595l-603 959l-144 992l1618 1307l1395 153l1381-518l154 34l87 25l978 390l2911 4324l-40 325l-705 1585l-239 404l-911 1208l426 2730l952 587l497 295l-297 596l-3203 1176l-483-194l-7-300l-1628-834l-1737 195l-1942 174l-1927 121l-803-171l-2035-187l-2142-132l-3453-195l-501 56l-237 1930l-50 852l358 2607l99 313l460 993l677 1113l-3012 1759l-54 131l-2173 744l-1049 218l-1183-2772l-1025-2914l-231-507l-661-1042l-994-563l-1416-39l-366-4l-1868 2312l-2012 1858l-3935 1660l-2144 291l-1190-217l-824-38l-531 150l568-418l1249-4083l174-576l-255-1367l-524-1549l370-77l-555-2332l-105-836l426-134l1197-337l786-198l135-17l273-1537l-425-1948l-327-1087l-43-580l726-697l303-1235l26-320l48-603l2761-26l954-392l1820-1233l598-1476l-161-1413l-965-319l-28-255l109-585l242-760l453-422l1973-1713l1660-937l324-1065l-134-886l-283-506l106-142l823-353l676-243l875 318l725 352l301 222z"/>
<path id="16069" d="M23176 46587l-64 483l-26 305l15 161l38 104l70 105l130 140l2261 605l256-314l663-1246l412-1059l25-154l-31-209l-55-271l-37-197l-6-247l37-172l234-443l197-296l154-185l191-191l104-70l308-108l700 920l1771 2652l-474 303l-44 942l475 906l315 572l563 615l1818-688l1552 2769l271 134l540 883l-1 308l-527 759l-1134 737l-239 391l1025 2157l484 244l447-137l995-151l1562 755l379 824l-115 392l-103 170l-203 84l-196-43l-139-135l-1000 849l-4735 4128l109 1181l201 152l262 476l-7 1149l-934 435l-588-623l-330-51l-1738 627l-603 281l-2804-286l-5274 276l-378 546l-479 934l-1118 1293l-187 186l-201 60l-202-16l-186-95l-515-418l-1781-72l-149 1005l223 3704l3782 2965l2708 1678l2062 647l191-6l149-89l403 193l319 739l62 1417l-213 856l-215 253l-664 435l-570 157l-4140-401l-1689-238l142-538l-1147-299l-320 220l-58 258l-9 1816l187 59l157 1783l-9 125l-32 130l-459 686l-107 75l-395 87l-1521-908l-615-725l-845-494l-923-408l-1968 433l-1603-97l-166-429l-579-1671l-793-3192l158-672l473-2705l93-3491l-2132-447l-418-29l-760-1785l-2224-82l-532 487l-215-32l-1059-774l-1773-1733l-932-1625l-581-1600l1399-676l477-790l391-651l-83-1013l-11-876l327-1041l40-108l100-106l165-104l1252-403l145 124l41 185l-172 688l324 337l1231 715l2997-7l220-165l474-392l27-492l-75-622l-878-1603l-1114-2618l-249-923l388 0l517-276l371-499l441-1002l491-1324l17-397l-164-905l-966-656l-405-259l-1622-595l852-1613l1114-154l156-3l708-1329l330-663l0-218l1029 73l949 165l1269 423l966 431l390 399l357 412l-24 427l461 322l899-184l1308-579l356-205l939-584l1238-1822l277-545l366-757l608-1022l1515 30l260 1037l144 596l0 207l598 786l675 539l740 462l538 241l1482-272z"/>
<path id="16070" d="M50968 21572l-1080 384l-762 637l-759 1236l-809 1364l23 204l241 514l229-59l165 422l249 640l234 2124l-470 443l-478 356l-597 129l-1805-20l-1812-336l-479-73l-498 153l-459 403l-87 1334l-59 1867l-390 223l-535 188l-2560 749l-792-194l-1359-16l-218 347l-1 82l911 1542l514 54l208-246l415-451l154-90l1210 422l185 119l284 1030l-5 829l-370 445l-146 434l-15 2551l852 873l521 516l568 348l147 114l38 59l31 302l-1380 4436l-34 105l-60 82l-1365 1584l-4297 475l-188-4l-1102-652l-1818 688l-563-615l-315-572l-475-906l44-942l474-303l-1771-2652l-700-920l-308 108l-104 70l-191 191l-154 185l-197 296l-234 443l-37 172l6 247l37 197l55 271l31 209l-25 154l-412 1059l-663 1246l-256 314l-2261-605l-130-140l-70-105l-38-104l-15-161l26-305l64-483l52-1619l4-133l-67-165l-97-116l-144-71l-1068-331l-452 150l-927-549l-142-113l-1029-1329l223-274l295-44l281 161l290-119l43-315l-213-711l-1027-2296l-146-308l-522-46l-49 10l-45 17l-337 238l-110 37l-174-55l-970-616l-337-569l429-367l503-985l218-1196l376-3284l-268-392l56-641l17-130l297-2015l708-2407l943-445l211-65l262 48l172 32l374 82l533 267l239-61l458-351l874-1162l903-2857l1520-3252l-121-401l-936-13l-981-120l-732-124l53-330l4004-4185l541-525l1630-1380l1970 408l905 539l878-322l585-232l662-263l-109-590l1187-447l344-112l193-48l2306 246l2345-191l247-29l190-34l237-63l2058-711l891 1664l236 1274l498 1412l154 97l1925 714l1108 1045l131 560l-709 469l-387 211l-480 194l-28 1367l71 502l661 774l2534 1599l388 178l393 100l357 82l436 17z"/>
<path id="16071" d="M83887-10421l-693 1244l-842 4425l-749 787l-950 707l-229 33l-1478-253l-1102 1329l-367 956l-1964 614l-1789 853l-308 275l56 153l-103 252l-1491 1621l-1096 518l-372 56l-283 1489l432 2242l223 933l187 906l-75 265l-296 878l-589 350l-331 223l-123 255l147 488l258-9l-100 849l-403 741l-2769 2836l862 1661l56 326l-135 569l-288 551l-232-8l-551-444l-527 31l-420 211l-317 1699l-71 671l-1616 705l-963 21l-108-77l-5-201l731-340l-487-1067l-41-86l-1946 364l141 915l18 739l-364 281l-986 305l-1050 83l-364 17l-212-46l-3027-2643l-466-839l-642-859l-897 99l-1375 2728l-438 611l-436-17l-357-82l-393-100l-388-178l-2534-1599l-661-774l-71-502l28-1367l480-194l387-211l709-469l-131-560l-1108-1045l-1925-714l-154-97l-498-1412l-236-1274l-891-1664l-243-756l-20-184l-25-313l511-592l1099 227l1204 470l642-9l-39-522l-480-1077l-379-724l-492-343l-203-2446l1025-591l59 80l87 78l1108-647l237-223l401-780l-94-3183l-146-31l3012-1759l-677-1113l-460-993l-99-313l-358-2607l50-852l237-1930l501-56l3453 195l2142 132l2035 187l803 171l1927-121l1942-174l1737-195l1628 834l7 300l483 194l3203-1176l297-596l74 293l4152-102l420-1071l1131-641l412-20l2140 515l2831 333l1573-231l1835 1311l322 782l93 535zM51656-2686l-177 340l801 435l1534 1187l-2 267l-10 368l-102 746l32 1815l251 990l581 1296l-1078 1366l-122 334l1140 1429l1065 964l453 118l1467-649l898-414l2503-1549l1115-879l1053-871l273-1100l-641-3311l-40-135l-486 245l-897 587l-519-113l-849-1134l-441-861l734-675l265-17l368-113l274-212l94-204l-8-120l-5578-1112l-659-69l-1296 2l-1343 118l-653 931z"/>
<path id="16072" d="M54250 57474l-323-143l-232-12l-454 147l-229 256l-165 698l5 144l64 152l306 387l97 218l887 2394l274 811l10 45l8 46l0 354l-119 1653l366 2466l548 1645l423 1996l-43 250l-249 257l-1052 285l-512 3473l15 104l253 2408l111 2814l-546 652l-396 191l-1583-1050l-736-741l-1307-969l-51 12l-414 1345l-125 1047l-110 123l-652 81l-2268-1771l-346-470l-618-1192l-91-551l62-715l420-576l955-701l413-71l101-144l-72-575l-53-191l-1531-1982l-1519-1891l-189-73l-864 13l-881 212l-367 1042l-2792 1320l-459-99l-306-648l754-139l2-103l-579-841l-1986-339l-1050-144l91 1297l-833 278l-1749-1894l0-768l-596-830l-298-406l934-435l7-1149l-262-476l-201-152l-109-1181l4735-4128l1000-849l139 135l196 43l203-84l103-170l115-392l-379-824l-1562-755l-995 151l-447 137l-484-244l-1025-2157l239-391l1134-737l527-759l1-308l-540-883l-271-134l711-357l1092 135l2387 888l1275 695l1626-462l-29-172l17-184l119-457l165-406l1052-535l48-20l2838-981l422 12l1100 2350l-24 133l-525-98l-520-162l-65 188l-380 1157l-63 459l353 609l512 794l2766-601l1990-582l440-231l581 42l260 28l1236 375l494 206l9 70l75 1103l-186 698l-254 461z"/>
<path id="16073" d="M65065 20862l-221 620l458 659l495 273l401-481l360-271l459 139l612 801l927 1256l1039 1455l636 399l1635-16l28-74l13-90l0-198l-1-134l691 273l428 434l88 119l33 67l510 1114l341 793l-1369 1316l-479 393l-357-289l-468-194l-352 116l-694 237l-621 383l-730 815l-227 358l-922 1879l25 174l194 219l1230 330l900 243l1061 2372l-508 272l-160 239l214 1261l1282 3590l882 1336l112 99l115 56l93 32l3421 955l891 20l1228-766l942-887l92-76l109-47l93 0l94 36l84 90l35 2115l-4 101l-28 53l-1944 2191l-2285 2086l-1183-462l-723-64l-691 120l-594 172l-495 229l-1905 1146l-853 2113l-63 266l-4 70l11 62l161 787l341 1136l138 366l397 894l301 721l-505 1697l-618 1300l131 1514l21 903l-248 603l-2030 97l-1905-1124l-278-204l-93-262l-57-378l-15-105l-49-2436l18-2503l23-49l871 295l177 24l143-76l223-537l15-213l-4-99l-20-79l-539-891l-184-290l-148-218l-88-83l-74-46l-118-29l-3414-682l-448-56l-1591 235l-142 42l-839 1192l-503 1249l-173 750l-69 106l-1347 560l-986 18l-983 341l-688 244l254-461l186-698l-75-1103l-9-70l-494-206l-1236-375l-260-28l-581-42l-440 231l-1990 582l-2766 601l-512-794l-353-609l63-459l380-1157l65-188l520 162l525 98l24-133l-1100-2350l-422-12l-2838 981l-48 20l-1052 535l-165 406l-119 457l-17 184l29 172l-1626 462l-1275-695l-2387-888l-1092-135l-711 357l-1552-2769l1102 652l188 4l4297-475l1365-1584l60-82l34-105l1380-4436l-31-302l-38-59l-147-114l-568-348l-521-516l-852-873l15-2551l146-434l370-445l5-829l-284-1030l-185-119l-1210-422l-154 90l-415 451l-208 246l-514-54l-911-1542l1-82l218-347l1359 16l792 194l2560-749l535-188l390-223l59-1867l87-1334l459-403l498-153l479 73l1812 336l1805 20l597-129l478-356l470-443l-234-2124l-249-640l-165-422l-229 59l-241-514l-23-204l809-1364l759-1236l762-637l1080-384l438-611l1375-2728l897-99l642 859l466 839l3027 2643l212 46l364-17l1050-83l986-305l364-281l-18-739l-141-915l1946-364l41 86l487 1067l-731 340l5 201l108 77l963-21l1616-705z"/>
<path id="16074" d="M106531 2505l240 2163l-2046-484l-810 78l-1361 463l-207 82l-22 222l643 1245l-18 331l-157 734l-707 922l-2065 360l-2478 2071l-1026 1570l1846 1712l1558 400l3 289l-497 864l-1167 1897l463 411l511 505l-189 933l-259 1047l-897 801l-188-57l-634-211l-593-51l-773 248l21 195l334 1152l185 245l-187 184l-747 283l-483 11l-1084-51l-1640-357l-530 179l-2297 571l-3129 126l-36 317l-233 973l-633 391l-1569 522l-2507 395l-1298 181l-1090-69l-4516 632l-606 277l-510-1114l-33-67l-88-119l-428-434l-691-273l1 134l0 198l-13 90l-28 74l-1635 16l-636-399l-1039-1455l-927-1256l-612-801l-459-139l-360 271l-401 481l-495-273l-458-659l221-620l71-671l317-1699l420-211l527-31l551 444l232 8l288-551l135-569l-56-326l-862-1661l2769-2836l403-741l100-849l-258 9l-147-488l123-255l331-223l589-350l688 326l808 107l1088 140l684 602l824 997l148 1385l-244 227l-1616 318l-560 74l-77 604l2256 743l266 71l2067-420l841-247l576-233l2727-1805l473-1352l702-3234l86-3256l-23-287l-442-675l-932-634l-2563-1326l-320 281l-784 368l-2375 585l-597-570l-827-1949l-56-153l308-275l1789-853l1964-614l367-956l1102-1329l1478 253l229-33l950-707l749-787l842-4425l693-1244l186 1030l916 863l2787 1449l1427 528l2265 633l1793-686l3267-711l347 152l152 78l1358 797l4846 3169l467 420l2558 3373l213 758l62 1073z"/>
<path id="16075" d="M102211 44301l-1443 727l420 1195l259 683l-584 676l-1172 962l-1416 309l-188 47l-129 79l-638 804l-129 466l1101 2524l926 36l756-77l564-131l1013 66l1792 2627l495 753l56 111l29 190l-1548 2671l-426 88l-2260 626l-752 552l-250 657l628 817l1009 175l1021 143l-54 481l-332 443l-316-15l-269 57l-2137 914l-123 86l-86 164l-194 483l-745 1003l-3030 1280l-114-14l-132-76l-90-68l-34-87l-13-94l-337-813l-774-1348l-64-77l-460-513l-90-29l-95-8l-1044 100l-83 15l-1848 406l-754 567l-2934 1208l-5243 1431l-130-7l-136-33l-118-53l-100-73l-1098-1106l-383-324l-74-52l-103-41l-85-11l-76-3l-1384 258l-186 66l-186 260l-96 325l4 416l-136 394l-463 425l-1983 400l-702-41l-1640-2069l-1037-3484l-273-139l248-603l-21-903l-131-1514l618-1300l505-1697l-301-721l-397-894l-138-366l-341-1136l-161-787l-11-62l4-70l63-266l853-2113l1905-1146l495-229l594-172l691-120l723 64l1183 462l2285-2086l1944-2191l28-53l4-101l-35-2115l-84-90l-94-36l-93 0l-109 47l-92 76l-942 887l-1228 766l-891-20l-3421-955l-93-32l-115-56l-112-99l-882-1336l-1282-3590l-214-1261l160-239l508-272l-1061-2372l-900-243l-1230-330l-194-219l-25-174l922-1879l227-358l730-815l621-383l694-237l352-116l468 194l357 289l479-393l1369-1316l-341-793l606-277l4516-632l1090 69l1298-181l2507-395l1569-522l633-391l233-973l36-317l3129-126l2297-571l530-179l1640 357l1084 51l483-11l747-283l187-184l312 196l3389 1452l575 26l411-130l474 437l310 330l-170 784l-1245 878l-1256 794l-520 340l-1301 1586l-577 1287l-141 560l-7 4879l0 217l34 405l1049 3161l203 420l689 1391l669 919l1047 679l619-582l686 332l227 360l420 722l73 216z"/>
<path id="16076" d="M120917 4937l1137 1506l394-221l489 274l-221 759l-1345 3355l-1001 1636l684 1292l955 305l718 133l880 818l-11 296l-364 3624l-18 453l255 2801l225 51l603 135l6 0l520-25l1084-265l231 711l-368 1028l-1328 1480l-435-27l-1045-423l-158-305l-35-14l-673 1034l-414 1702l692 979l422 30l330-43l1307-434l672 837l-208 515l-484 680l-694 528l715 2262l951 918l246 51l96 19l1861 187l578-357l576 491l-233 491l-205 1580l-1336 1452l-2309 2365l-2064 345l-3229 1689l-766 38l-300-1170l-644-825l-686 0l-445 213l-2231 3742l-48 119l-228 713l19 26l896 329l1223 296l300-345l804 20l143 98l123 472l8 80l-8 98l-57 394l-188 121l-209 100l-1329-32l-1190 717l-1111-1069l-1225-95l-479 172l1 887l-106 1502l-2008 272l-988 52l-1260-1578l620-692l217-531l479-1719l-386-668l-1466-2002l537-643l185-279l-845-1047l-666 235l-1414 1315l262 702l374 505l-593 546l-1131 818l-1339 779l-73-216l-420-722l-227-360l-686-332l-619 582l-1047-679l-669-919l-689-1391l-203-420l-1049-3161l-34-405l0-217l7-4879l141-560l577-1287l1301-1586l520-340l1256-794l1245-878l170-784l-310-330l-474-437l-411 130l-575-26l-3389-1452l-312-196l-185-245l-334-1152l-21-195l773-248l593 51l634 211l188 57l897-801l259-1047l189-933l-511-505l-463-411l1167-1897l497-864l-3-289l-1558-400l-1846-1712l1026-1570l2478-2071l2065-360l707-922l157-734l18-331l-643-1245l22-222l207-82l1361-463l810-78l2046 484l1468 881l526 814l-598 284l-594 549l-559 1025l-1026 3591l-477 3052l-47 800l1349 2435l1853 878l212 35l1507-227l801-164l353-455l757 239l1100 645l682 934l-192 419l125 261l624 347l1033-306l105-42l720-388l-84-674l-1340-1580l-48-3537l1155-939l487-1025l-357-1304l-1096-1493l-221-1261l-17-1600l450-134l409-74l1340-765l6-1137l-367-1495l-140-896l459-499l148-128l692-503l90 16l1184 2248l1080 1994l594-552z"/>
<path id="16077" d="M148613-22l397 2027l261 1136l429 1439l450 765l220 324l376 372l340 178l110 6l50 471l-873 1822l-4593 381l-606-119l-396-342l-362-46l-2073 465l-2817 1026l-116 43l-1657 1505l-1012 2064l319 860l-517 919l-1421 830l-757-871l-540-157l-1123-183l-594 139l-282 108l-1758 1140l-103 194l31 1550l-4722 1651l-1451-176l-591-785l364-3624l11-296l-880-818l-718-133l-955-305l-684-1292l1001-1636l1345-3355l221-759l-489-274l-394 221l-1137-1506l250-117l951-1109l62-129l47-155l14-95l11-99l-10-150l-42-127l-521-125l316-1325l112-336l1182-1158l209-280l322-433l1606-2653l113-300l77-1333l-486-912l-347-71l-1055 243l-1174 99l5-741l570-2486l733-728l959-1155l-88-712l698-260l2682-1420l129-21l575 290l1006 615l14 610l29 755l439 331l981 247l2643 102l563-291l2521-718l179 204l271 1677l532 342l2209 1333l176 2057l277 1820l339 95l282-179l-63-1053l320-25l782 170l581 131l225 1999l635 889l1660 855l408 140l994-325l885-710l138 171l723 1329l47 268z"/>
</g>	

	<g id="capitals" fill='red' pointer-events="none">
	
		<circle id='Kiel' cx='-23966' cy='-367447' r='3000'/>
		<circle id='Schwerin' cx='60783' cy='-291281' r='3000'/>
		<circle id='Hamburg' cx='-32548' cy='-282699' r='3000'/>
		<circle id='Bremen' cx='-113005' cy='-234425' r='3000'/>
		<circle id='Berlin' cx='197024' cy='-172204' r='3000'/>
		<circle id='Potsdam' cx='171277' cy='-160404' r='3000'/>
		<circle id='Magdeburg' cx='77947' cy='-123930' r='3000'/>
		<circle id='Hannover' cx='-50785' cy='-158258' r='3000'/>
		<circle id='Duesseldorf' cx='-257828' cy='-31672' r='3000'/>
		<circle id='Erfurt' cx='37182' cy='1583' r='3000'/>
		<circle id='Dresden' cx='231352' cy='-11290' r='3000'/>
		<circle id='Wiesbaden' cx='-159134' cy='99205' r='3000'/>
		<circle id='Mainz' cx='-163425' cy='111005' r='3000'/>
		<circle id='Saarbruecken' cx='-256755' cy='186099' r='3000'/>
		<circle id='Stuttgart' cx='-96914' cy='247246' r='3000'/>
		<circle id='Muenchen' cx='77947' cy='316976' r='3000'/>

    </g>
	
	<g id="laenderboundaries" stroke-width="1500" fill="none" stroke="#ffffff" pointer-events="none">
     
<path d="m-131127-291506 1572-20 621,224 1272,516 1465,764 472-250 365-304 95-89 57-61 345-394 725-234 908,119 551,157 199,85-1071,1914-370,516-807,343-39,265 832,2233 1227,4922-1853,2094-322,274-191,160-226,158-196,127-665-2-1398-25-218-165-400-324 78-211-244-1440m-3214,31961 1595,907 781-500 857-403 1381,557 2558,2115 1000,966 3023,131 1908,312 62,28 297,665 2,10 170,302 788,920 1277,475 689,24 53-89 115-91 135-61 126-27 874,57 1586,208 493,89 742,434 54,59 41,95 71,629 66,213 65,167 159,208 1290,1538 3287,0 452-1248 1334-893 996,530 1727,2481-1165,383-956,399-169,104 1466,7015 469,801-483,867-2029,1687-1880,1474-1306-329-5937-2226-1885-851-47-350-365-1103-766,247 123,433-478,726-167,61-1408,231-997-365-431-599-232-614-61-410 61-395 211-706 78-607-57-776-447-508-160-3-637-154-852-358-293-366-452-741 235-907 20-79-1025-644-10-1004-1941-5118-106-247-38-48-145-177-160-119-239-143-209-85-1149-205-636-120-302-127-3144-1839-380-285-836-667-257-267-287-371-831-1383-316-558-89-204-156-427 211-70 225-55 1136,9 806,14 565,929 256,422z"/>
<path d="m-234456-143461 2424-75 711-1056 277-301 639-678 2539-414 4877,543 581,23 3497,120 499,17 1387-1710 1145-101 742-66 1277-604 628-1316 1088-974 1034-269 2353-1285 2624-2130 2190-1618 98-64 1498-790 175-89 214-82 164-36 130-8 131,10 88,26 1364,180 228,15 146-242 576-1084 925-2431 397-2347-1164-705 472-1744 230-522 390-790 337-536 48-76 900-1152 332,148 401,195 4512,1755 297,327 606,1283 129,402 210,655 32,102 307,2049 349,1654 1121,296 1646,1007 3080,1886 462,277 1506,259 723,120 1352-640 203-77 1864-585 3186,2063 694,1751 13,79-9,91-199,807-10,110 11,132 64,233 46,125 580,866 45,53 268,192 919,1320-1273,755-277-36-544,0-898,348-51,42-32,47-342,921 281,537 1472,1881-720,750-2339,4636-617,1489 159,2154 1606,1391 445,197 3526,262 1098-114 679,556 593,957-120,366-1515,1599 242,3243-3434,990-4133,1330-893,598-113,90-92,150 629,685 836,1356 665,1729 881,380 881,379 2142,919 637-53 234-193 35-67 74-363 22-49 297-554 44-60 2694-1980 2414,126 1718,525 312,733 2108-1061 3102-429 2010-1777 592-845 721-871 1896-1810 1500-1072 1150-220 90,122-30,74-29,134-40,335-5,73 19,164 896,564 831,291 296-98 141-324 526-318 2651,855 345,527 196,308 100,155 449,118 580,82 575-95 377-160 72-31 87-40 403-437-329-927-47-168-28-173-4-143 33-185 48-120 222-377 84-111 113-113 302-294 110-82 1125-810 1364-820 63-24 56-10 59,1 54,8 84,22 65,15 64,0 686-77 124-35 100-44 424-225 249-133 72-61 773-717 823-1321-197-884-212-12-202-30-575-136-172-61-1359-552-148-73-80-51-886-641-287-1553-7-46 22-69 660-1073 1089-2335-21-2359-155-531-271-2353-94-1006 116-393 204-1268-983-4927-3402-2712-2460-862-2138-922-96-45-100-71-536-547 282-1130 244-377 27-705-917-2181-642-1254 1345,287 2951,1256 159-6 1387-81 3133-254 1677-1437 383-1615 126-2129 775-517 2687-1619 3160,1665 4748-2423 1676-800 1085,1089 2395,2391-364,1555 242,4696-3,3272 154,2139 599,336 2064,653 1819-796 399-174 567-246 1643,443 2977,727 5282-1184 332-121 2462-2796 3028-4253 938-1556 1727-2149 1998,595 2943,1257 277,324 16,38 175,642-662,778-1588,1290-258,557-315,813-47,123 163,126 898,714 907,1526 95,627 3,491-63,471-50,216-1847,3781-1746,2521-853,914-1381-190-479-272-188-115-64-37-71-21-52-3-23,9-37,20-1964,2011-498,1275-383,2973-13,121-50,89-299,388-851,183-314,63-61,226 489,1558 75,87 262,178 272,170 1726,866 2500,1192 2147,1067 64,77 26,97-26,114-77,102-556,575-1511,1832 216,1412-449,1258-1452,45-1065-662-1387-560 509,690 1023,841 213,363 384,656-31,2613 1850,768 3743,1067 375,28 320-97 301-433 917-98 1113,412 118,112 573,635 62,160 238,758-913,2266 620,260 1333,1260 58,80 420,582 512,923-32,333-559,117-544,832-15,72-93,1353 50,830 160,637 294,469 589,424 545,1818-826,1178-823,1675 99,401 962,1825 1086,599 314-125-11-565 456-886 126-37 733-101 1839-199 584,142 896,1545-428,1051-533,493-89,197 638,1494 909,1301 613,268 997-338 194-21 1281,640 653,962 226,1279-2,542-1,197-108,915-171,1056-205,989-115,304-129,279-40,80-78,79-116,114-83,32-427,36 129,64 102,44 138,20 285,0 195-58 175-85 275-163 248-404 1032-467 333,24 3964,1048 1371,1068-279,2326 450,3383-32,91-3346,3900-1039,441-588,1065-31,82-17,78 0,152 30,144 744,2026 644,1663 70,108 75,121 51,87 39,83 30,92 16,69 12,78 4,91-3,62-13,78-493,2210-579,1061-100,49-55,31-46,31-59,54-66,74-69,93-66,124-64,148-41,97-31,109-20,81-155,1099-19,140-10,98 475,349 326,146 481,2 1465-107 1649-364 357,567-747,1115-284,292-381,240-560,184-1218,272-500-74-993-38-358,147-2440,1201-24,309 874,1133 454,458 487,320 324,525-1610,2177-1367,1682-482,703-324,921-63,183-33,140-154,789-1883,1748-3028,1792-1059,894-65,73-585,839-55,2239-131,210-1184-476-840-362-752,320-165,344-743,1624-384,289-453,56-3437-222-784-277-759-2133 3-203 706-1619 282-646 215-910-1054-929-1374,346-1428-245-997-1012-392-609-2247,866-1140,340-309,103-1510,536-2338,855-872,428-301,208-197,353 15,483 159,682 2730,4519 940,191 48,1953-492,1694-279,786-102,25-15-2-89-15-1405-424-255,2-1501,12-224,104-811,680-973,618-542,220-1135-677-1264-632-559-143-496-82-2257,516-1009,831-1871,608-1387-283-289-88-6090,4119-1197,1409-2827,3967-638,1073 2212,3162 278,253 304,66 818,57 5126-2362 97-63 69-68 410-448 270-379 926,193 1024,293 667,1777-355,869 220,1104 1248,4621 482,2386-25,96-1553,1741-1153,912-104,53-301,7-1440,1741-133,351-4,352 623,1442 708-54 573,233-125,450-127,158-161,86-3410,1050-3268-259-1672-201-2915-156-150,53-111,103-289,491-102,87-115,43-118,17-965-138-1280,1238-56,71-301,427-52,74-28,84-9,95 4,106 17,99 24,84 38,82 65,80 70,62 347,240 173-62 56,4 72,32 461,368 240,390 35,115-35,467-353,2548 607,838 451,1060-580,672-450,403-592,427-1104,769-1945,2479 17,267 304,473-886,57-424,280-784,2676 15,934-1327,1720-1937,1619-690,901-565,925-288,1076-1204,1258-627,333-261-97-230-374-909-76-135-11-1341,372-843,9-768-1041-189-700-85-475-1345-93-769,590-1971,2100-3364,3032-889,1069-425,1156-641,679-1119,613-1227,816 125,1255 717,593 778,1412 761,1736 179,1061-1285,3222-650,1180-716-285-335,399-18,147-67,662"/>
<path d="m-291164,64608-865-2907-226-1399 22-45 849-186 1059-222 2523,2041 770,1257-318,1468-581,934 116,400 2329-174 273-230 1197-1206 635-861 1255-1000 5409-1735 1374,1473 146,338-288,1201-169,702 1006,1146 995-297 507-932-28-1242 51-44 79-58 195-106 80-40 102-38 200-66 228-75 1171,1577 636,1374 2571-444 3447-1046 255-58 1394,190-151-166-996-1388-1000-1945 25-440 249-376 457-558 455-1729-1041-1253-1559-4074 42-541 1950-1360 2165-528 401,429 57,752 267,1060 2920,2204 174,34 103-15 3046-1560 320-1616 175-1881 0-207-280-315-866-330-268-1787-40-305 96-263 139-99 1000-118 1762-2430 337-641 740-131 1671,600 854,85 1864-978 211-191 794-924 792-1058 969-1074 946-936 507-194 691,671 10,90 77,675 1132,883 659,81 649-451 694-1551 60-176 987,60 1003,627 440,49 1915-1292 786-1103 385-626 533-1599 1190-576-122,2672 1209-218 801-142 7,0 809,272 152,199 64,60 61,28 78-4 991-153 1740-498 2199-843 710-290 1716-719 809-2510 70-1166-70-1559-90-19-225-43-187-19-14-1-84-11 574-1310 246-558 214-299 125-92 261,271 222-34 1303-117 766-49 1002,1009 291,14 563,23 1447-857 1534,67 2959-1605 2122-1315 1010,407 1476,700 557-408 80-59 22-47 13-764-31-676-19-74 11-72 19-71 579-901 45-27 1103-347 1477-37 618,27 758,228 92,12 62,0 82-13 80-34 51-43 1312-1155 141-1121 10-709-371-1220-249-544-735-945 983,196 1728-669 3397-2213 634-2058 21-1159-373-3287 298-1539 1846-1089 764-1183 2928,1394 1487,502-1217,1895-477,1843 71,841 578,265 618,283 869,173 795-32 831,238 114,43 99,73 75,73 56,73 443,980-1,594 754,1270 865,463 593-15 6-2 766-301 1490-21 583,251 682,1675-378,3069-480,645-196,1215 187,1458 801,1086 514,597 796,471 2762,3242 164,1841-264,1461 1396,244 6-1 818-556 350-548 171-5 126-1 1253,270 870,776 1052,1277-1037,1093-185,1120-42,917 497,976 1396,3352 491,1862 355,345-9,689-927,2406-1412,3505-236,430-1036,199-2361-675-269-1096-1224-564-442,19-960,195-2695,3114-687,1254-431,2756 607,1425 461,614 352,442 48,44 72,49-957,2534-1537,3294 100,407 949-48 2782,866 2379,3033 509,824 664,2022 362,1947 69,17 1384,463 318,467 583,2236 187,1077 81,1744-720,747-18,52-315,974-176,88-175,87-1652-176-348-717-51-120 29-419-140-142-1458-131-1115,267-789,1099-284,397 255,394 1302,1325 331,231 763,685-47,106-48,89-76,71-573,508-1185,885-742,129-786-44-587-707-1295-415-1945,761-2830,1270-863,759-1735,2100-25,1438 393,599 2213,1865 485,515-280,4107-525-422-1567-1461-3050-861-389,233-136,129-775,1656-152,427-202,699-69,557 568,825-17,171-334,275-349,171-3584,1520-519-108-103,595 9,341 78,302 173,328 215,294 2884,2754 2001,1502 217,224 173,268 103,319 60,269 40,319 237,1924 138,518 224,362 311,277 371,189 632,139 4199-184 1695-326 230-90 98-39 368-186 12150-4672 2149-788 938-76 382-15 168,2 437,14 2047,526 260,69 217,107 228,136 61,53 234,204 1070,1042 614,699 248,332 1081,1731 1060,839 416,479 685,903 108,145 221,306 104,144 85,118 356,571 303,619 205,503 128,533 6,738 791,2573 32,238-12,263-93,471-200,540-201,397-109,215-121,303-169,483-55,243-48,306-19,288 20,300 36,226 56,266 128,300 112,228 236,424 150,252 173,158 205,98 449,132 314,87 210,64 309,157 233,136 163,167 121,204 34,144 16,122 2,144-28,173-77,367-327,1106-163,517-89,440-12,318 42,223 398,703 77,113 75,110 963,1411 385,766 166,384 225,587 101,421 48,323 87,516 43,128 71,210 221,381 271,254 203,144 139,71 188,45 335,69 359,0 724-61 884-182 386-6 260,67 138,93 106,100 88,149 114,244 16,190-55,210-112,229-127,166-186,171-599,549-1238,1690-124,312-201,363-222,335-163,211-219,186-255,188-452,219-467,170-1232,296-121,29-1205,419-660,326-534,373-453,437-247,402-144,413-95,672-12,134 36,257 28,191 250,856 1388,4644 138,448 210,431 265,425 282,337 539,497 81,78 49,49 130,131 296,459 79,187 230,837 505,1301-69,1264-177,293-232,420-70,204-65,228-32,156-38,323-9,283 58,358 59,200 74,170 56,128 289,585 632,2397 1797,4784 138,275 140,304 86,293-9,222-37,165-80,161-149,133-100,53-94,40-412,157-210,87-166,84-190,166-128,227-61,202-34,224 12,201 62,166 93,187 47,62 54,71 208,163 199,136 169,81 206,44 234,27 1003-2 658-9 147-2 269-3 355,46 311,95 232,114 251,191 50,77 81,126 96,340 9,67-21,195-90,328-725,2030-121,896 277,1758 48,433-2,361-10,372-33,343-47,269-42,202-79,269-73,243-29,96-128,380-247,483-236,375-225,310-295,330-292,269-293,218-167,123-238,169-32,22-284,198-550,461-172,192-125,189-115,208-99,290-11,107-18,189 25,344 16,52 80,255 124,195 221,197 269,147 963,363 239,136 207,167 215,271 128,263 127,391 24,286-16,144-17,143-78,248-60,136-1465,719-3771,3417-585,408-616,462-302,285-264,336-198,313-170,385-92,285-23,77-72,423-12,296 269,49 244-358 339-64 268,80 277,158-1,334-29,87-508,1293-1168,1957-1031,2101-96,240-40,209-8,262 64,280 20,55 171,461 26,72 29,173 7,231-29,214-81,544-894,4497-231,799-320,615-256,424-375,423-328,352-71,71-408,408-703,775-117,169-530,766-368,711-287,639-176,455-71,219-113,349-144,790-135,879-39,199-137,696-148,384-683,1517-57,102-127,226-223,271-408,384-1119,854-2271,1592-143-269m-62531-23335-2940-3518-1168-1961-216-453-728-2375 32-688 101-289 1207-1719 396-168 677,1068 233-72 1069-1690 536-913 1055-673 383,55 602-196 983-1416 805-2315-33-279-606-372 1241-1794 99-492 66-529 22-2454-642-323-1896,714-5457-3087 24-467 474-426 78-71-89-632-227-440-833-1121-1382-768-542-865-151-470-293-1205 541-313 63-27 1524-579 871-201 993-942 383-912-571-857-1198-374 192-2247 116-511-113-2972-112-1347-156-1574-755-1433-223-346-430,402-1201,745-902,241-730-84-1866-1287-1057-1194 260-911 20-144-64-241-1598-709-52-15-51,0-46,7-637,102-67,73-3,25-29,322-27,297-84,57-1223-29-2464-679-471-1300-785-1320-755-879-2090-1019-1201,1165-1689,704-233,38 17-389 176-545 280-514-943-205-2522-181-3536,2073-300,281-363,2-1517,455-654,341-459,529-845,1126-1135,13-839-390-1174,603-1254,1465-336,397-2170,1098-2881,485-5516,876-1114,641-782,1156-1982-520-408-769-675-672-1721,85-1276,1065-548,73-1511-390-654-449-234-575-701-537-2956-709-1164,153-1141-139-593-93-159-52-526-287"/>
<path d="m-67594,379384 2375-1042 554-807 1138-1181 32-28 60-10 2638,209 151,586 398,311 479,122 3086-203 5332-5117 682-716 75-103 34-81 44-410 50-687 32-160 47-122 54-86 98-106 102-92 97-64 683-418 63-17 604-95 1651,390 44,14 352,148 158,92 97,74 32,52 61,184 55,93 180,213 102,92 480,264 84,46 2352,1049 199,81 2120,210 63-9 829-133 425-362 150-521 341-743 538-747 1012-738 117-43 1733-396 2346,598 402,635 821,1841-252,882-14,728 178,355 202,129 259-1682 986-1096 1217-318 1018-643 575-407 732-2478-97-524-550-361-230-150-240-212-301-326-73-143-209-551-41-147-216-2193 12-116 289-844 14-87 117-1165-31-82-2681-1231-531-930-427-958 1226-845 1835-1022 1720-996-117-571-493-309-1174-1929-1878-3247 1549-1527 523-5697-1-163-28-116-8-26-54-89-983-564-149-93-135-114-142-137-112-176-64-150-86-211-38-202-34-1011 13-224 31-137 47-131 67-183 81-149 102-115 137-116 157-78 804-288 720-129-45-1493 373-1596 25-101 435-583 115-154 360-376 351-995-682-810-63-117-52-174 10-216 438-242 353-151 342-1199 56-294 50-419 55-861-31-1321-242-2232-164-1099-18-94-76-163-1378-1439-89-123-57-116-208-512-75-186-715-2583-295-1099-931-3451-1200-3325-38-72-323-1141-22-100-65-1053-10-1522 85-1343-1376-2569-2350-4284-1207-2172-69-1110-132-761-36-50-88-122-64-80-66-32-89-27-371,203-30,97-2,9 193,467-12,85-84,64-190,57-119-13-74-35-744-976-86-178-30-190 19-165 83-181 86-146 120-168 4-5 1527-1545 2707-3335 98-1231-93-226 202-1738 276-579 1264,99 401-11 387-59 806-272 1051-443 968-717 1355,64 672,1585 492,133 1770-350 1230-1249 820-832 2387-1271 1285,5 381-369-500-1511-219-544 3364-626 1582-102 1074-666 121-380 79-3255-312-2342-298-739-917-751 220-1542 351-127 534,14 791,130 232-572-2064-2380-1899-1873-988-1822-77-145 174-1746 932-2545 618,194 1119,1029 829,743 411-226 1206-303 160-34 145,0 195,44 156,87 267,308 579,884 87,189 321,1234-126,39-221,3 367,1286 785,58 1965-1532 189-1262-43-746 11-131 77-187 1115-1082 428-48 1352,67 234,189 143,181 16,97 29,317-213,452-741,713-1217,1440 179,717 2879-542 1117-507 1979-1720-353-1185-454-1014-521-763-776-986-1811-1840-1063-717-238-187-265-209 267-2725 654,188 281-560 1070-4119 413-5217 246-6313-13-420-399-2009-582-755-1352-1715-1152-659-385-5-135-796 107-151 509-209-2093-2456-2384-3194-1106-442-4979-1480-975,666-145-80-43-304 174-743 347-1121 460-209-917-3454-882,14-636,259-190-66-1004-466-378-189-236-212 1514-2428 1583-754 300,81 291-622-42-611-468-1274-1673-1409-5071-3553-953-298-944,36-358-633-274-5206 1026-1682 1063-712 304-1218-753-798-318-474-237-491-165-603-28-413 979-1213-188-478-282-701-1350,159-741-423-369-1042-146-657 367-3867 308-613 1044-347 1328,468 1163-703 72-544-2052-4693-1078-662-499,390-1198-797 195-1128 545-656 994-1038-170-699 108-2769-2395-993-504-892 41-629 1026-583-562-1371-1046-165-2304,1713 29,83 350,407 600,468 653,146 15,58-3028,3687-103,54-264,128-237,51-4019,231-1835-365-1167-987 187-743 631-861 15-130 115-3005 44-1484-120-1176-890-2860-926-74-1754,842-767,1185 87,1355-513,994-1131-131-2292-877-168-203 2103-1354 743-908 1406-3361-6-1286-33-417-217-691-657-1566-899-149-308-115-242-145-187-252-649-1916 152-728 502-728 92-125 570-117-14-170-610-2205-2534-2694-372-379-1612,1260-1137,968-14,60-145,710 29,409-1,6-102,448-1034,877-583,14-874-2422-60-232-18-1019-186-727-114-61-2303,1181-115,1473-89,1090-1621,646-1423-1168-529-599 60-435 456-1076 281-1722 198-2286-28-237 626-2531 376-228-222-1277-685,324-942,402-5535,2218-1908,401-228-50-165-70-238-223-156-229-55-143-42-170-8-260 59-271 61-271 77-216 3-9 26-121 7-186-26-137-87-170-120-153-167-184-231-189-108-32-205-24-1125,101-251,56-116,64-151,158-88,114-178,242-879,1289-1318-631-2468-477-381,381-810,622-105,47-116-2-2025-271-2935,270-228,63-158,117-90,131-1395,2794 158,278 1858,785 226,0 156-50 413-252 405-35 1721,366 683,340-169,273-704,294-704,127-145,57-148,115-299,342 631,1122 347,362 761,42 452-47 442-205 121-106 50-252-80-1850 413-527 940,241 979,1671 574,1994-164,572-177,364-588,631-204,256-466,606-210,307 50,315 160,158 444,419 240,112 79,17 580,426-283,604-722,854-1674,186-2492-638-2225-263-1300,233-1522,1150-646,570-85,84 139,584 924,1051 66,261-2592,3323-686,375-2006,603-1310,143-953-6-536-446-959-129-603-48-3148-102-407,203-1094-2226-187-270-25-26-166-111-503-6-352-53-205-104-26-75-77-1450 16-171 220-602 941-1080 373-327 401,50 761-721 101-1787 11-246-912-828-87-347-29-2032 95-406 64-86 120-156 2593-1260 1736-3988-399-563-1177-882-1183-183-385-204 598-1690 933-312 441-448 102-167-236-1431-1641-316-349,393-659,498-263-75-245-977-402-1618-982-2037-281,0-257-138-1460-928-63-162-45-373 484-467-42-516-579-509-90-738 169-162 543,29 486,140-269-623-552-2263-397-1955-722-7463 154-963-44-656 291-581 766-776-61-3639-16-132-43-117-70-101-102-117-135-143-163-121-277-110-573-197-218-22-296,14-210,75-301,109-266,114-260,67-331,0-193-29-142-64-190-212-101-162-64-161-8-167 16-204 42-164 982-1609 553-776-19-998 4-1016 1053-1625 179-245 299-259 268-78 1546-309 1523-130 923,110 1055-211 419-913 1345-40 285,63 90,74 144,119 450,380 980,830 342,1044 736,394 902-1879 970-1966 1896-1148 1090-73 3398,578 628,109 2275,752 1702,382 2246,138 154,63 207,188 536,1212 198,929 639,1604 142,251 188,243 270,308 454,393 147,40 1345,14 244-54 182-104 385-302 156-73 2413-537 176-39 1114-8 940,116 201,12 457-1265 22-773-15-165-420-1061-261-1019-110-1407-140-2648 224-2908 233-668-583-1207-516-1547-17-161 312-1392 29-111 177-119 102,8 1001,960 844-60 182-6 3127,196 348,660 17,417 179,203 1739,45 751-47 141-22 150-75 83-113 30-159-14-87-95-349 957-648 192-1654 1945-2395 1893-631 263-94 605-240 2243-2070 291-315 492-866 188-506-9-2796-20-175-275-580-764-1066 706-743 176-210 71-156 463-1686 179-667 494-1932-642-1122 402-923 255-177 177-32 461-68 135,102 459,645 795-652 539,0 425,132 291,161 203,273 256,922 575,555 196,184 2492,889 1679-291 166-44 1189-420 1266-759 121-104 901-776 1966-1131 1151-1383 1404-2051 98-105 69-33 1314-558 57-102 104-199 1004-2322 206-1019 290-1861 302-63 380-168 1058-1056 194-208 1823-2002 412-608 18-475 493-571 945-120 302,353 42,250 73,684 270,483 941,652 247-72 46-706 223-246 3053-305 238,5 474,39 1946,2651 814,1925 4591,2227 158-47 1088-64 355,35 768,1240 478,2482 909,1390 2272,2151-662,2224 25,577 289,413 411,585 2106,220 1051-256-103-527 2-18 45-176 450-190 181,9 369,115 581,1600 932,1625 1773,1733 1059,774 215,32 532-487 2224,82 760,1785 418,29 2132,447-93,3491-473,2705-158,672 793,3192 579,1671 166,429 1603,97 1968-433 923,408 845,494 615,725 1521,908 395-87 107-75 459-686 32-130 9-125-157-1783-187-59 9-1816 58-258 320-220 1147,299-142,538 1689,238 4140,401 570-157 664-435 215-253 213-856-62-1417-319-739-403-193-149,89-191,6-2062-647-2708-1678-3782-2965-223-3704 149-1005 1781,72 515,418 186,95 202,16 201-60 187-186 1118-1293 479-934 378-546 5274-276 2804,286 603-281 1738-627 330,51 588,623 298,406 596,830 0,768 1749,1894 833-278-91-1297 1050,144 1986,339 579,841-2,103-754,139 306,648 459,99 2792-1320 367-1042 881-212 864-13 189,73 1519,1891 1531,1982 53,191 72,575-101,144-413,71-955,701-420,576-62,715 91,551 618,1192 346,470 2268,1771 652-81 110-123 125-1047 414-1345 51-12 1307,969 736,741 1583,1050 396-191 546-652-111-2814-253-2408-15-104 512-3473 1052-285 249-257 43-250-423-1996-548-1645-366-2466 119-1653 0-354-8-46-10-45-274-811-887-2394-97-218-306-387-64-152-5-144 165-698 229-256 454-147 232,12 323,143 688-244 983-341 986-18 1347-560 69-106 173-750 503-1249 839-1192 142-42 1591-235 448,56 3414,682 118,29 74,46 88,83 148,218 184,290 539,891 20,79 4,99-15,213-223,537-143,76-177-24-871-295-23,49-18,2503 49,2436 15,105 57,378 93,262 278,204 1905,1124 2030-97 273,139 1037,3484 1640,2069 702,41 1983-400 463-425 136-394-4-416 96-325 186-260 186-66 1384-258 76,3 85,11 103,41 74,52 383,324 1098,1106 100,73 118,53 136,33 130,7 5243-1431 2934-1208 754-567 1848-406 83-15 1044-100 95,8 90,29 460,513 64,77 774,1348 337,813 13,94 34,87 90,68 132,76 114,14 3030-1280 745-1003 194-483 86-164 123-86 2137-914 269-57 316,15 868,130 808,736 1734,2125 619,1247 512,1081-361,763-84,729-105,1232 260,208 1212-553 2214,1413 256,223 1858,816 526-201 1674,2 243,48 462,1005"/>
<path d="m51521-234308-113-1783 1240-50 1958,201 3328,353 1739-1417 7-650 216-670 4314-56 891,674 859,575 1672,329 1609,4 930-602 498-902 685-3018 22-121 0-236-43-292-85-300-199-559-312-1037-86-1622 1016-1106 3189-2968 201-153 119-43 2282-159 1758,3 1279,377 1443,591 2060,746 4068-61 662-358 300-366-1129-1510-932-180-613-428-8-288 1056,26 471,50 2523,426 191-7 121-25 63-52 1106-1405 1004-1199 1053-210 475,26 411,16 1467-193 769-417 4048-2355 411-602-145-1849-287-767-287-765 2808-1747-557-1221-25-980 918-141 1098,305 263,2408 1829,277 1585-607 5810-1068 596-84 459,1653 431,860 1127,1208 181,25 685-52 329-194 253-154 949-131 228,0 692,58 1099,535 605,457 670,221 343,114 223,102 1868,1103 2112,2610 1509,1868 54,254 73,140 697,844 486-2 3101-574 414-217-39-560 1806-381 4535,1831 739-29 164-147 1052-712 2270-25 464,541 232,329-403,429-43,64-20,89-35,854 87,154 114,97 350,165 1116,369 2077,422 1136-115 322-89 327-222 757,118-289,1507-119,260-187,279-285,262-419,351 1761,1188 90,44 111,22 306,55 105,14 81-6 772-101 1757-363 269-342 23-97 12-47 36-58 58-24 1692-576 103-27 121-4 68,0 45,32 31,61 336,614 336,614 39,71 1185,867 82,21 834,22 76-337-42-617 905-654 557-176 2836-661 287-17 178,8 95,14 91,25 693,307 275,495 33,62-15,63-70,43-26,7-100,24-112,41-670,466-113,88-1187,950-92,115-44,118 13,99 61,82 2257,1194 58-13 351-186 54-64 44-87 414-353 1838-1606-7-164 48-127 795-774 289-259 1189-625 716-172 437,32 2237-1775 144-1046-11-137-430-746-16-141 23-84 505-448 2416-1333 236-42 1956-72 297,142 159,159 116,216 144,1135 1070,1669 1599,304 488-835 42-92 149-673-115-820 470-1890 35-90 43-79 339-383 2178-1811 914-639 4000,191 429,565 736,1628 1910,1119 922-2592 816-2137 1457-520 220,446 87,61 86,10 1389-349 80-49 69-63 2357-3210-240-1500-220-590-88-1450 370-1600 688,51 597-13 728-1729-22-1269-15-52-35-45-67-28-87-7-424-29-50-30-19-60 1-60 30-56 200-368 164-202 1227-925 2621-714 148-17 1695-3841 980-193 2952-2955 376-392 51-75 308-443 2265,6 447,272 1769,399 379-47 1065-493 644-671 878-1545-2449-1321-890-317-179-1813 448-2285 53-263 367-562 590-38 77,65 45,556-159,328-13,402 1806,2813 3665,1556-135,427-134,792 26,363 124,1681 2917,1941 74,253 9,275-25,358-33,205-377,1113 2458,560 3662-724 2957,531 453,1758 44,26 134,76 210-5 1431-93 1749-1243 144-531 795-1567 1017,25 732,515 1004,727 581,427 507,197 279,56 319,21 354,19 509-61 204-84 149-79 128-85 120-125 305-436 109-147 480-456 878,539 197,294 111,190 73,177 19,136 214,2102 29,330 8,93 12,497-6,319-18,270-37,202-443,1574-311,1000-102,287-33,91-197,420-1043,1551-1254,1645-885,1055-568,655-757,757-587,537-200,183-352,372-1530,1923-163,229-88,163-74,250-58,414-175,1250 1972,142 1062-656 1189-226 1739,619 1581,577 2410-369 1175-395 8-699-260-1161 1434-701 512-211 555-229 672-1812 2440-1052 1054-840 924-777 961-636 180-69 224-47 238-1m-83661,190936 5043-3241 1187-911 567-438 626-687 1683-2742-143-666-603-1156-701-652-745-992-594-1262-33-889-1-34 715-937 648-604 67-552-593-2054-1038-1697-431-569-430-590-1044-2406-75-469 2123-393-232-1175-807-892-539-276-889,0 38,633-2535,1063-2926-197-487-504-304-349-2-7-15-199 300,21 489,35 543-1358-190-920-1639-338-1258,60-1171,79-816-1908-1259-1634-2771-323-87,721-1627,613-320,24-2541-771-4-1230-218-1267-373-1119-707,92-569,424-354,113-585,87-622,32-471,19-402-77-437-86-475-164-549-1473-512-134-2214-900-3223-1522-290-150-430-529-166-239-202-78-530,12-308,10-137,61-390,507-132,862-80,547-1881,1487-938,70-4304-223-129-810-138-857-89-330-2102-445-339-138-456-263-665-724-323-1267-46-443-919-139-405,28-555,1164-76,623-163,234-861,0-361-103-113-33-3680-2313-1110-698-73-46-56-35-1670-1896-33-37-68-77-63-72-65-74-76-86-42-103-286-707-381-943-83-206-135-335-270-475-136-118-1003-339-1503-734-1-1-2342-3952-400-965-1474-2327 186-653 1779-3840 526-438 339-279 1053,96 1344-1556-1486-1060-349-247-774-379-552-63-402-123 439-2949 73-330 648-2302 20-52 1154-2469 104-166 104-151 282-150 119-156 1197-2425-790-587-980-1569 367-526 646-175 170-890-594-3009-341-1709 894-2113 880-1418-158-2457-154-1611-866-506-364-19-744,324-394,653-496-129-660-835-326-1814-7-113 15-397-4-99-37-92-40-71-73-50-1335-489-92-11-99,26-85,62-40,77-493,1166-26,106 8,111 33,88 128,165 48,85 22,99-7,99-44,125-265,368-41,41-1296,405-87,15-937,68-1102-967-248-953-1005-1678-61,29-65,10-584,46-28-25-16-38 20-733 3-73 1011-2650 80-158 1065-1693-245-2224-191-1167-200-1030 76-1175 1228,582 563,228 415,18 1446-887 397-344 488-1161 44-500-13-2357-86-765-20-126-164-644-273-1052-34-60-56-37-79,4-85,33-172,83-86,0-174-47-69-159-1334-3481 110-4301 19-123 437-1218 687-1521 1287-102 115-15 89-63 91-111 179-311 14-130 368-576 144-717-1972-5322-2209-2170-1583,920-3167,1440-222-252-412-2302 163-1332 75-263 337,81 84-258-600-159-596,1982-1985-567-783-305-2414-469-932-148-158,58-679,268-170,555-1460,598-188,36-177,7-166-14-1272-416-232-290-192-199-262-190-271-147-305-102-319-82-3249-742-3579-1317-341-205-305-354-144-427-20-390 69-332 185-401 342-380 536-468 283-234 137-254 58-264 20-385-20-215-78-234-175-210-352-244-517-249-371-78-312,0-771,49-459-10-292-42-274-61-249-61-180-53-160-102-115-133-185-220-232-376-243-462-196-434-220-359-249-289-181-163-154-138-289-192-226-132-290-104-323-68-359,22-248,54-361,195-126,80-576,379-771,506-264,148-137,19-165-9-155-37-148-61-114-96-91-108-107-206-251-517-45-142-23-187-7-165 67-682-7-262-45-194-226-562-81-128-90-104-127-82-159-11-2117,408-315-83-295-133-199-174-172-217-150-224-67-240 0-210 31-232 126-352 191-273 386-468 137-166 174-220 82-157 30-172-30-178-90-130-152-137-229-121-254-76-318-38-241,12-299,58-241,82-1055,485-287,94-203,25-185,0-279-38-4699-1139-224-57-222-65-188-94-194-100-173-130-137-122-806-843-656-727-619-720-223-209-250-190-312-171-158-41-149-37-379-11-401,78-2308,630-374,158-265,177-219,171-296,208-311,193-277,171-868,505-806,408-265,73-301,0-281-47-209-121-296-289-3250-3347-456-494-320-389-165-291-48-242-20-301m148518,44659-512,758 759,590-2006,2376-301,152-250-14-1173-631-715-658-482,1084-886,1115-78,54-460,300-586,283-77,20-516,81-78,11-686-20-2093-495-328-861 3-1636-1497-166-524,1431-538,1447-1593,7-1315,6-1197,2409-34,78-8,97 4,40 8,77 28,76 38,66 759,832 283,242 66,91 26,71 5,84-107,400-740,69-2815-1168-1086,802 109,959 261,468 37,458-57,378-331,1907-58,137-63,52-87,10-105,9-145-9-293-92-404-163-307,992-325,1946-45,1333 645-156 1083-262 1632,1096-734,949-1877,2416-578,204-410,1270-16,70-15,1744 473,659 269,374 129,181 33,98-19,105-618,1017-519,532-242,39-171,21-91,65-575,419 96,870 61,79 2323,1483 57,27 47,11 46,7 2076,232 682-115-563-198 198-844 2473-1333 1664-679 1488-7 215,695 93,1055 1318,4 131-9 91-11 131-28 84-34 1535-919 976,1414 989-659 1065-706 3107,2428 111,1133 145,7 2129,92 427-1244-698-2505 2780-1269 235-32 164,41 117,128 916,2507 2379-677 1082,262 268,887 149,144 2036,20 577-219 1189-450 2483,1202 909,527 143,140 288,542-21,465-35,85 401,2619 3354-3604-81-497-187-449-886-157 37-122 28-61 43-52 704-662 1997-2763 1470-2447 502,82 44-125 9-63-181-685-344-306-3440-1778-2414-1033-171-28-1299-472-468,16-1049,678 0,7-24,766-3,8-246-23-634-536 138-1101 898-2849 200-535 119-230 349-463 446-407 447-405 255-225-74-474-2215-722-885-557-1788-611 111-323 20-111-45-212-464-1695-1858-1526-935-516-1095-198-1252,53-799-1458 600-2441 682-385 263-1107 4-347-7-19-213-410-4-5-2994-1991-1106-318z"/>
<path d="m100959,63001 332-443 54-481-1021-143-1009-175-628-817 250-657 752-552 2260-626 426-88 1548-2671-29-190-56-111-495-753-1792-2627-1013-66-564,131-756,77-926-36-1101-2524 129-466 638-804 129-79 188-47 1416-309 1172-962 584-676-259-683-420-1195 1443-727 1339-779 1131-818 593-546-374-505-262-702 1414-1315 666-235 845,1047-185,279-537,643 1466,2002 386,668-479,1719-217,531-620,692 1260,1578 988-52 2008-272 106-1502-1-887 479-172 1225,95 1111,1069 1190-717 1329,32 209-100 188-121 57-394 8-98-8-80-123-472-143-98-804-20-300,345-1223-296-896-329-19-26 228-713 48-119 2231-3742 445-213 686,0 644,825 300,1170 766-38 3229-1689 2064-345 2309-2365 1336-1452 205-1580 233-491-576-491-578,357-1861-187-96-19-246-51-951-918-715-2262 694-528 484-680 208-515-672-837-1307,434-330,43-422-30-692-979 414-1702 673-1034 35,14 158,305 1045,423 435,27 1328-1480 368-1028-231-711-1084,265-520,25-6,0-603-135-225-51-255-2801 18-453 591,785 1451,176 4722-1651-31-1550 103-194 1758-1140 282-108 594-139 1123,183 540,157 757,871 1421-830 517-919-319-860 1012-2064 1657-1505 116-43 2817-1026 2073-465 362,46 396,342 606,119 4593-381 873-1822-50-471-110-6-340-178-376-372-220-324-450-765-429-1439-261-1136-397-2027-47-268-723-1329-138-171-885,710-994,325-408-140-1660-855-635-889-225-1999-581-131-782-170-320,25 63,1053-282,179-339-95-277-1820-176-2057-2209-1333-532-342-271-1677-179-204-2521,718-563,291-2643-102-981-247-439-331-29-755-14-610-1006-615-575-290-129,21-2682,1420-698,260-67-587-258-477-1101-58-698,71-1484-417-598-713 14-1132 445-474 120,32 106,11 85-24 370-296 76-396-963-708-2302-501 86-1996 425-1048-94-1669-422-3567-350-2796-290-1767-1060-92-404-1517 5-519-47-987-82-844-776-1139-690-1799 1454-950 483,247 1153-540 1-190 164-2543 0-581-190-1013-298-1037-501,23-393-875-261-2592 541-77 210-507 249-711-483-1319-760-154-48,585 0,6-869-210-124-30-305-2807 1379-1227 1875-1920 486-1498 0-593-805,2-291-366-158-1458-4-455 67-815 620-357 339-46 1548-1441 465-571 959-736 3202-282 1109-888 522-1107 1048-923 786-51 1497-6 1449-1 2382-972 193-512 897-1112 77-77 82-53 122-25 102,12 1596,459 1123,496 573-63 3303-640 2198-1182 292-1088 1411,130 974,1025-106,86-182,257 89,169 1683-718 1890-1611 690-1945 195-761 15-72 35-101 94-165 171-202 119-122 121-108 168-104 260-123 1360,112 300,51 330,95 1170,425 849,600 146,73 919,278 644-132 3915-3357-134-442 801-215 320,105 1198,798 135,1079-15,428 118,507 2479,967 854,207 59-8 3314-825 123-1559 811-458 92-25 23-3 1127-85 102,12 1170,472 376,613 55,191 50,196-20,376-118,503 0,189 66,218 67,198 430,631 1777-1233 1960,2957 495,1035 910,365 461-241 777-738 2809,1598 466,832-681,1621-514,817 362,732 891,524 2082,2113 1327,1712 116,1474-25,551-400,1572-160,294 381,3189-628,2127-230,1933 956,573 518,1298 354,784 110,219 110,118 73,40 91,23 2264,136 2405-705-74-1310 2825-2454 464-178 5257-1323 1264,1552 341,217 2225,1013 3985,1535 317,1834 1338,1690 209-14 575-1160 994-636 1374,85 550,1595 6084-88 485-707 355,411 624,351 942,173 1521,210 2626,99 2939-1192 1055-803-108-622 58-316 1750,291 324,213 196,198 186,118 117,40 520,90 213,11 181-18 1604-430 142-52 2292-1442 87-80 1849,703 2015,328 206-1328 55-207 736-1171 322-478 1125-954 1634-3259-569-1548 2122-2324-15-1642 668-2231 321-765 2036-2674 425,42 1391,166 1866-32 1357,17 4280,594 2215,739 615,268 226,109 194,141 146,165 113,147 176,303 2135-855 1521-1516 630-856 36-91 64-73 3653-458 466,261-139-719-13-258 16-167 137-268 119-116 237-134 3233-453 1049,482 1774-703 351-424 302-955 847-821 424-105 718-3 1020,617 173,113 583,1951 316,450 1465-115 2884-249 146-19 487-352 427-657 933-1885 19-108-48-331 1292-405 440,173"/>
<path d="m-32497,53609-158-1365 686-1837 678-958-577-4799-102-390-392-236-327-949 932-1305 497-271 685,76 130,502 518,173 440-73-6-1327-296-534-82-141-774-2211-1030-1705-114-107-1256-158-136-17-2129-137-17-1-733,160-2049,659-474,263-99,59-109,89-128,164-120,203 228,619 1279,1639-589,1335-1018,196-4747-787-81-1047 126-2731 1113-1696 1508-1843 1290-2625 584-1591-234-1981-890-1216 1478-449 223-141 183-177 162-1275-655-1003-6-615 393-1942 137-354 1376-1076 301-208 844,469 619,245 1881-614 1022-1483 66-829-210-113-599,307-253,318-162-71-180-1034 385-996 1075-796 1361-908-18-855-3069-3381-1856-1631-1490,273-614,1025-581-434 350-1115 370-416 871-388 884,460 1069,392 881,190 2560-440 296-93 657-470 32-83 10-79-223-349-1352-2146-1157-1880-199-1052 748-1614 129-171 188-136 212-83 1104-33 1407,154 2373,548 1356,438-53,69-11,99 21,102 60,74 274,306 53,45 52,40 627,259 150,30 88,0 130-17 2238-530 213-63 1667-1023 640-2021-535-929-796-862-728-550-1101-331-1488-524-471-400 290-2924 93-247 719-912 215-243 806-891-828-1525-1000-632-1697-1339-85-260 607-656 2823-809 936,1340 204,874-564,487 926,1309 201,199 422,275 762-668 15-2537-141-147-15-17-35-40-295-439-106-177-18-285 467-1439 1410-983 368-845-283-664-1340-357-2056-1908-501-251-654-270-3781-916-2364-507-306-79-290-241-593-4718 66-722-435-377-840-49-3993-452-865-204-2870-6154-356-1425-15-1954 296-497 1005-302 3125-2193 958-688 2248-1824 673-765 2526-709 774-155 1053,251 2696,467 461-63 168-165 1751-4319 792-1121 916-669 222-32 690,948 10,21 1498,79 4079-1749 276-158 3027-2801 1214-1765 350-572 372-1361-326-159 662-533 88-136 37-162 36-367 24-510-11-750-17-141-43-128-142-246 781-493 2784-643 184,0 1025,393 80,62 3116,1535 812,1357 473,655 629,282 2948-339 1759-1081 798-990 2139,882 271,420 219,155 1103,131 386-598 548-1045-45-238-1226-604-635-139-392-1348 20-611 358-1867 186-383 1357-436 680-297 467-282-112-739 1750-388 1399-302 2824-540 1855,807 1784,42 77,3 65,9 62,19 2924,1001 62,32 69,57 234,200 2098,2005 1517-752 410,168 958,1425 31,109-7,98-30,115-98,306-29,66-41,63-285,396-396,4-782-6-700-27-290-151-207-238-30-650-216,132-284,521-508,1938 1051,2162 2740,3007-188,1647 960,2155 893,699 1011,1163-40,3094 521,2386-45,511 2100-146-915,1008-207,255 352,41 452,49 460-8 590-76 243-69 862-418 910-502 351-312 238-40 339-13 669,158 3244,1294 646,400-95,606 1869,586 3410-470 502-186 1483,207 1129,397 456,124 1493-29 708-194 1352-513 1192-474 561,1092 86,1156 1140,545 1006,182 230-40 807-161 1441,1218 408,2774 860,799 1038,11-631,675 0,315 339,658 651,646 1189,828 1710,1576 13,288-516,834-3242,4868-1215,1014-230-4-224-5-621-1025-222,136-80,85-447,595-603,959-144,992 1618,1307 1395,153 1381-518 154,34 87,25 978,390 2911,4324-40,325-705,1585-239,404-911,1208 426,2730 952,587 497,295 74,293 4152-102 420-1071 1131-641 412-20 2140,515 2831,333 1573-231 1835,1311 322,782 93,535 186,1030 916,863 2787,1449 1427,528 2265,633 1793-686 3267-711 347,152 152,78 1358,797 4846,3169 467,420 2558,3373 213,758 62,1073 1061-542 269-55 3829-578 844,270 1576,712 1298,531 1402,414-140-896 459-499 148-128 692-503 90,16 1184,2248 1080,1994 594-552 250-117 951-1109 62-129 47-155 14-95 11-99-10-150-42-127-521-125 316-1325 112-336 1182-1158 209-280 322-433 1606-2653 113-300 77-1333-486-912-347-71-1055,243-1174,99 5-741 570-2486 733-728 959-1155-88-712"/>
<path d="m26485-328931 350,1292 263,2433 3174,1014 41,17 131,80 112,90 95,99 37,56 28,46 14,60 6,49-3,73-25,74-64,114-31,19-47,28-3457,1051-108-6-109-31-120-64-117-75-132-110-37-48-35-56-39-70-33-94-17-270 18-228 24-86-2262-623-1285,1638-2989,2483-810,125-898,125-283,159-1506,2320-50,100 25,1805 159,346 408,368 137,121 116,148 89,161 60,144 34,125 42,568 50,729 576,1498 34,149 30,435 0,119-8,96-192,1592-269,587-59,89-130,83 462,2189 2600,3158 839,973 59,53 63,43 1781,729 685,217 752,176 454-142 26-25 366-350 12,3 1282,352 1123,368 1359,1673 91,1050-331,143-26,10-18,17-6,40-51,686 13,79 12,47 931,1940-1241,1763-13,19-236,375-285,1547-129,2753 276,722-1120,1446-3055,659-91,7-724-51-78-13-54-37-37-78-64-176-129-352-54-108-57-78-278-279-779-34-83,0-92,17-75,38-62,41-51,46-24,42-13,50-8,58 4,58 148,1911 31,113 412,1129 0,81-12,94-1456,3088-2077,2193-1737,1230-2081,986-1764,2248-2108-582-605,5-1112,641-181,129-46,51-24,65-875,3104-15,77 11,130 65,509 42,548 89,1824-5,57-233,1095-130,387-46,73-58,53-636,407-84,27-81-7-74-20-73,4-74,12-354,1490 179,308-1096,353-567-399-1799-661-884-166-1546-301-279-77-216-91-411-237-1363-901-1438-674-298-162-958-601-1357-964-799-603-640-567-844-790-324-142-244-60-289-41-36,2-1029,69-677,44-222,12-312-19-209-94-1297-878 488-776 587-999-191-76-172-30-267-25-394-10 0,636-262,259-4359-4495-375-1335-827-487-3744-2475-162-568-836-3664-54-423 277-1519 662-935 332,306 1818-165 53-581 88-1092-94-959 1500-2003 266-873-2977-3303-2089-1501-148-291-14-30 43-31 1059-1220 1530-2088 19-45 603-1441 106-919-2029-577-1488,1144-908,673-1965,120-100-75-72-38-84-17-732-88-919,1069 363,554 362,245-620,2739-1280,211-572-560-2817,233-103,164-437,708-22,74-6,141 36,888-57,452-337,1000-1289,32-1102-318-269-151-1600-104-194,16-175,32-704,163-46,11 0,1194-190,506-291,502-824,1177-3059,3426-426,440-27,27-117,34-466,134-458-346-325-292-119-114-677-650-310-353-1536-1798-116-734 116-555-389-1-25,1-246,329-1199,3033 203,561-769,3068-340,824-269-37-809-116-581-98-365-100-1723-664-5481-3680-2550-2018-579-936-383-1007-259-1073-40-273-52-1258-196-642-98-316-217-661-632-1787-32-89-105-181-153-256-11-16-399-558-951-1116-2431-1912-601-498-534-565-513-774-49-88-641-1162-1486-3330-758-1714-163-377-32-74-333-768-247-495-2974-4374-1159-886-784-598-1398-640-2423-973-1532-303-579-32-1983,27-5724-204-1594-109-550-28-708,55-1074,127"/>
<path d="m-150078,155336 1287-578 562-112 1177,132 754,528 1314,1364 2254,2803 352,1270 639,911 1401,1172 425-17 1084-84 82-217 950-848 246-171 546-60 998-1225-167-1263-854-4304-262,3-417,50-115-107-55-89-46-158-7-1035 261-560 4225-1105 1965-465 976,262 77,101 225,2474-235,1108-609-102-214,146-46,1821 94,415 1177,3821 1597,1416 2464,808 596,151 2089,348 3365,1509 2711-670 371,40 896,322 43,2077-759,1011-906,888-686,216-391-127 306-947-497-776-521-307-1140,823-704,603-169,851 149,144 94,89 413,1194 166,1910-369,932-108,151-138,85-236,39-314-99-157-44-165,0-209,63-560,371-358,951 104,787 775,695 647,292 1931,55 191-16 141-38 92-44 65-42 76-61 2371-2242 2606-2441 1911-1481-607-1206-784-637 228-751 1818-2939 1507-587 509-101 1877,844 133,188-199,259 13,47 71,44 260,102 1254-57 76-18 528-280 107-146 461-1076 32-81 11-62-3-73 1376-1495 1111,189 1171,16 341,950 50,156-1,190-85,383 146,175 950-326 216-217 275-277 0-509-779-1404-390-272-929-544-165-78-28-776 517-2513 208-680"/>
<path d="m73600-226984-2233,2639-2531,734-111-27-890,8-1232,5313 945,1995 3,6-1018,38-1367,303-539,309-670,385-4059,3499-4912,2579-434,163-937,299-72-6-1806-651-2178-814-55-82-1019-984-904-166-514-75-1069-96-1826-85-1264,490-1628,262-255,7-461-71-240-64-206-106-170-149 245-1216 64-317-264-11-346-9-4146,71-1687,157-306,91-380,397-197,701-24,1562-252,428-27,45-204,339-2720,2908-78,48-67,28-3316,783-913-206-1080-436-1289-67-408,555-849,16-1538-348-2280,875-27,226 38,64 336,621-611,3883-211,563-216,958-44,206 453,804 879,1558 974,3395 585,2047 476,32 683-189 597-216 282,160 509,934 5,32 366,1477 803,1490 583,723 1085,1175 1383,2354 866,1805 332,861 466,924 344,97 1140-694 187-584 6-18 1291-637 675,190 135,41-23,1184-95,513-47,249-50,167-69,100-1184,1079-1005,610-208,2403 445,1399 407,982 350,620 380,596 1003,1402 2389,2862-1822,27-2421,1213-927,1588 100,1078 2639,3486 2146,2318 2260,2181 392,95 200,86 1939,1512 10,84-422,2041-909,645-1118,310-715-17-341-100-2181,468-532,151 267,728 1045-49 2360,2830 203,1027-112,147-137,128-248,173-115,44-120,29-141,29-144,15-188,22-635,566-6,387 768,1019 892,676 1115,2069 484,1274 1000-58 554,954 314,544-701,1162-390,38-155,24-2459,709-144,54-247,167-212,275-625,984-25,1098 13,341 50,368 164,232 184,221 91,84 35,31 256,177 337,212 213,124 140,57 63,22 83,8 658-110 514-86 45-3 156,11 148,13 88,153 77,760-94,1173-1544,2231-1754,1443-1557,1047-1428,514-332,37-215,51-1210,361-103,770 0,116 14,82 23,46 92,75 109,65 190,99 751,389 93,21 55,0 142-21 177-14 170,35 137,103 96,117 34,67 9,51 179,1284-6,97-19,60-565,1715-142-51-157-20-305-35-1216-135-193-5-3916,66-182,41-155,77-262,192-350,268-300,209-322,145-295,91-1447,244-138,5-1613-13-178-17-956-211-65-14-5090,97-378,20-347,41-337,43-2354,465-34,9-908,275 252,1007 205-32 148,446-119,431-1346,1283-2431,736-2655,298 419,516 366,457 542,783 183,284 135,290 85,303 2530,2564 549-133 230-92 215-99 268-229 644,589-193,335-391,170-1245,430-409,571-388,620 42,1883 1332,483 517,346 436,567 51,97 44,110 171,610 31,221 6,119-14,818-12,92-39,103-66,93-927,1231-535,698-1475,1107-1519,974-71,56-63,63-95,127-119,160-44,76-147,501-14,67-8,3234 258,3530 838,1619 995,626 1734,2487 2582,4826-345,593 241,1222 262,1284 28,84 1402,2333 81,125 85,100 65,71 115,78 182,97 131,69m-53655,29426 197-617 0-103-216-1676-66-173-1430-2535-3864,739-38,1420 373,1790 256,718 605,689-173,130-340,15-514-115-306-169-551-926-119-230 28-1937-1247-864-168-56-553-130-707,101-525,328-2408,2303-3892,2306-112,484 2336,3588 1894-926 565-26 166,1099-436,2337-694,224-1857,1006-75-103-58-67-43-42-42-39-40-30-46-27-3274-1537-2009-310-1536-505-1010-995-2273-1588-918,234-780-1423-192-443 443-2670 14-60 23-92 23-74 61-148 82-148 74-120 1048-1668 38-42 38-26 61-25 2396-702 996-40 846-758 29-247-5-32-22-43-868-2777-542-4106-613-984-94-172-1527-2817-31-103-13-79 3-96 16-94 31-94 38-78 25-37 53-63 50-44 59-38 113-44 104-17 233,59 190,115 103,42 101,21 98,0 73-12 97-17 78-21 82-31 62-32 75-50 50-40 138-131 124-132 116-134 84-116 74-125 104-212 75-206 57-185 37-181 24-238 348-1172 1424-390-855-724-464-866-219-693 8-692 188-336 192-192 227-94 1212,681 1444,1098 885-1539-945-545-704-598-1510-1719-90-103-55-106-137-1798-246-854-432-408-710,529-60,131-79,137-54,64-52,34-1248,340-614,120-289,43-785,66-3596-327-170-24-187-27-197-50-194-74-206-93-42-21-82-41-132-78-74-58-82-70-104-101-66-89-63-140-30-159-12-163 23-194 39-209 311-1513-4053,319m79751-189809 524-365 492-279 355-142 249-41 1308-91 3969-7 327,27 233,126 243,169 975,897 268,305 217,342 206,480 124,485 2545,2449 725,601 225,139 2897,1238 1097-558 1976-1315 506-365 0-131-24-137 1989-2329 4613,1568 2717,6050 2446,4695 160,266 1115,1550 51,67 662,726 3091,2261 1400,581 1333,51 28,1 885,522 149,645-684,1285-115,184-768,677 579,916 2131,596 137-73 164-20 163,7 613,144 174,74 363,167 34,16 426,251 342,305 51,46 519,502 351,401 292,351 175,259m-102447-48521 2927,317-228,2880-485,2130-5,37 14,26 279,469 1110,569-75,848 899,2385 3380,3480 769,1179 155-114 151-112 482-1178 1697-1672 351,64 734,1366 53,218 213,878-1,70-169,1055 3780,1266 115-47 677-284 2079-1246 1966-1889 325-514-495-371-65-430 609-819 95-104 1977,1352 193,227 725,1067 568,1296 219,287 3706,3074 251,157 256,118 251,70 37,5 158,20 3400,155 306-33 193-80 208-156 183-230 501-1126 58-131 237-504 130-195 151-140 232-130 195-92 1192-454 487-241 1139-769m-38559-14041 269,37"/>

	</g></g>
	
	</svg>
		
	</script>

	</div>

	</body>
	
</html>



<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
    <head>
        <script src="../../../src/svg.js" data-path="../../../src/" type="text/javascript"></script>
    </head>
    <body>
        <!--[if lt IE 9]><object src="svg.svg" classid="image/svg+xml"  width="100%" height="100%" ><![endif]-->
        <!--[if gte IE 9]><object data="svg.svg" type="image/svg+xml"  width="100%" height="100%" ><![endif]-->
        <!--[if !IE]>--><object data="svg.svg" type="image/svg+xml" width="100%" height="100%" ><!--<![endif]--></object>

        <!--[if lt IE 9]><object src="svg.svg" classid="image/svg+xml"  height="50%" ><![endif]-->
        <!--[if gte IE 9]><object data="svg.svg" type="image/svg+xml"  height="50%" ><![endif]-->
        <!--[if !IE]>--><object data="svg.svg" type="image/svg+xml" height="50%" ><!--<![endif]--></object>

        <!--[if lt IE 9]><object src="svg.svg" classid="image/svg+xml"  height="10%" ><![endif]-->
        <!--[if gte IE 9]><object data="svg.svg" type="image/svg+xml"  height="10%" ><![endif]-->
        <!--[if !IE]>--><object data="svg.svg" type="image/svg+xml" height="10%" ><!--<![endif]--></object>

        <!--[if lt IE 9]><object src="svg.svg" classid="image/svg+xml"  width="300" height="200"><![endif]-->
        <!--[if gte IE 9]><object data="svg.svg" type="image/svg+xml"  width="300" height="200"><![endif]-->
        <!--[if !IE]>--><object data="svg.svg" type="image/svg+xml" width="300" height="200"><!--<![endif]--></object>

        <!--[if lt IE 9]><object src="svg.svg" classid="image/svg+xml"  ><![endif]-->
        <!--[if gte IE 9]><object data="svg.svg" type="image/svg+xml"  ><![endif]-->
        <!--[if !IE]>--><object data="svg.svg" type="image/svg+xml" ><!--<![endif]--></object>

        <!--[if lt IE 9]><object src="svg.svg" classid="image/svg+xml"  width="100%" height="400"><![endif]-->
        <!--[if gte IE 9]><object data="svg.svg" type="image/svg+xml"  width="100%" height="400"><![endif]-->
        <!--[if !IE]>--><object data="svg.svg" type="image/svg+xml" width="100%" height="400"><!--<![endif]--></object>

        <!--[if lt IE 9]><object src="svg.svg" classid="image/svg+xml"  width="100" ><![endif]-->
        <!--[if gte IE 9]><object data="svg.svg" type="image/svg+xml"  width="100" ><![endif]-->
        <!--[if !IE]>--><object data="svg.svg" type="image/svg+xml" width="100" ><!--<![endif]--></object>

        <!--[if lt IE 9]><object src="svg.svg" classid="image/svg+xml"  width="20%" ><![endif]-->
        <!--[if gte IE 9]><object data="svg.svg" type="image/svg+xml"  width="20%" ><![endif]-->
        <!--[if !IE]>--><object data="svg.svg" type="image/svg+xml" width="20%" ><!--<![endif]--></object>

        <!--[if lt IE 9]><object src="svg.svg" classid="image/svg+xml"  height="50%" ><![endif]-->
        <!--[if gte IE 9]><object data="svg.svg" type="image/svg+xml"  height="50%" ><![endif]-->
        <!--[if !IE]>--><object data="svg.svg" type="image/svg+xml" height="50%" ><!--<![endif]--></object>

        <!--[if lt IE 9]><object src="svg.svg" classid="image/svg+xml"  height="500" ><![endif]-->
        <!--[if gte IE 9]><object data="svg.svg" type="image/svg+xml"  height="500" ><![endif]-->
        <!--[if !IE]>--><object data="svg.svg" type="image/svg+xml" height="500" ><!--<![endif]--></object>

    </body>
</html>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html>
	
	<head>
		
		<title>SVGweb shp2svg 50x60%</title>

		<script src="../../../src/svg.js"></script>

	</head>
	
	<body>

	<h1>This map was converted from a shapefile using shp2svg</h1>
	<p>width="50%" height="60%"</p>
	
	<script type="image/svg+xml">
	
	<svg	xmlns="http://www.w3.org/2000/svg" 
			xmlns:xlink="http://www.w3.org/1999/xlink" 
			xmlns:attrib="http://www.carto.net/attrib/"
			id="svgroot" width="50%" height="60%"
			viewBox="-305335.3 -6849295.8 672666.9 910384.7">
		
	<g id="Wahlkreiskarte" fill="#fefcd5" stroke="#000000" stroke-width="300" stroke-linecap="round" stroke-linejoin="round">
	
		<g  id="_1">
			<path  id="1" d="M-57478.2-6801661.5l561.3-4945.5l3824.6 892.5l943.6 561l3371.6 1280.5l333.1 3659l253.7 841.5l5921.7 676.5l2649.9-3883l1824.7-325l1499.7 1694l178.2-97l2919.3-988.5l7087.9-5527l2340.4 829l-1559.6 2761.5l1392.7 570l1535.1 626.5l1711.1 711.5l3592.7 1465.5l534.2 172.5l3155.9 2826l2707.1 4249l2621 912l1713.6-2378l656-2701l3492.3 3069l856.8 2117.5l458.8 2930.5l317 795.5l3027.8 3393.5l-372.8 5642.5l-3911.1-1170l-329.1 2307.5l-990.2-899.5l-840.3-319.5l143.4 401.5l-608.3 895l-1506.6 580.5l-505.7 300l-404 394.5l-1614.1 1385.5l-2623.5 1704.5l-1210.9 1188l-3434.1 2633l-915 1295.5l-512.5 1141l-3918 1611l91.1 2499.5l-2486.1 1933l-537.3 1063.5l873.8 1354l-2366.4 1260l-401.7 99.5l-1519.5 958.5l-485.8-112l-798.9 377.5l-643.7 3389.5l1210.8 3026l-682.2 1703.5l-5817.4 2114l-3274.1-946l-477.3 577.5l-1235.6 1861.5l849.9 1930l167 729.5l-759.2-383.5l827.1 754l-840.3 923l-3423.2 871l-2975.4 622.5l-927.1-1194.5l176.1-362l-1591.6-1925l898.1-2362l-2847.4-2227l-612.1 192l499.7 2015l-316.2 508l-704.4-440l-1207.8 1163.5l195.8-1727.5l-1311.8-375.5l-202.9-1552.5l828-830.5l1481.5-1198.5l-189.7-1633.5l250.7-475l1415.5 1130l2190.5 372.5l-258.8-1192.5l-112-805l425.3-504.5l765.7-1897l935.7-944l560.3-1006l1812.9-1848.5l-222.1-1531l-615.1-535l303.3-1166l-337-237.5l-1659.4-2175l280.2-2469l906-1252l-730.8-645.5l1206.6-1856l-1660.5-2037.5l-1463-386.5l-799.4-459.5l326.6-2203.5l757.7-147l-1573.5-872.5l-1297.8-2364l-911.1-496l1009.4-1629l-1885.3-1211l-1009.3-1292l-328.7-3256l-1422.8-200.5l-1634.2 1131.5l-3687.7-970l-286-245.5l1133.2-1469l-61.1-4687l2102.5-1329l-185.9-901.5l824.6-1288l-1321.5-3003.5l-1428.5-239l304.3-287l1547.3-1056.5z" />
			<path  id="2" d="M-104355-6820243l-1193.9 2301.5l539.6 2649.5l-39.3 1794l-54.4 2002l1236.7 2120l2887 1640l3963 223.5l-4861.9 3095.5l-2263.7-1291l-909.2-2042.5l-1471.9-603l-493.4 1732.5l-2057.6 1147.5l-661.5 6842l-227.3 6401.5l-937.1-1820.5l394.5-4811l530.4-8454.5l1583.8-6546.5l824.6-2096.5l2070.1-4670.5l2927.3-6630l1893.5-360.5l2438.5 1144l-1622.6 3051l-4495.2 3182z M-57478.2-6801661.5l-1547.3 1056.5l-304.3 287l1428.5 239l1321.5 3003.5l-824.6 1288l185.9 901.5l-2102.5 1329l61.1 4687l-1133.2 1469l286 245.5l3687.7 970l1634.2-1131.5l1422.8 200.5l328.7 3256l1009.3 1292l1885.3 1211l-1009.4 1629l911.1 496l1297.8 2364l1573.5 872.5l-757.7 147l-326.6 2203.5l799.4 459.5l1463 386.5l1660.5 2037.5l-1206.6 1856l730.8 645.5l-906 1252l-280.2 2469l1659.4 2175l337 237.5l-303.3 1166l615.1 535l222.1 1531l-1812.9 1848.5l-560.3 1006l-935.7 944l-765.7 1897l-425.3 504.5l112 805l258.8 1192.5l-2190.5-372.5l-1415.5-1130l-250.7 475l189.7 1633.5l-1481.5 1198.5l-828 830.5l202.9 1552.5l1311.8 375.5l-195.8 1727.5l1207.8-1163.5l704.4 440l316.2-508l-499.7-2015l612.1-192l2847.4 2227l-898.1 2362l1591.6 1925l-176.1 362l927.1 1194.5l2975.4-622.5l3423.2-871l186.2 284.5l470.7 2285l1124.3 173.5l756.3 876l586.3 1090l-607 1133l96.4 1131l537.9 394l-886.5 1735.5l-3775.4 454l-1953.8 1429l-1962.7 122l-1275.5-162.5l-405.1 134.5l-19.3 94.5l-2776.5 73l-407 931l301.7 178l-834 2735l-3284.7-652.5l-1480.7 2407l-926.9 1202l-23.3-707.5l-994.4-741l-2498.2 732l-2108.6-399.5l-153.7-688.5l-2795 557l-784.4-1690.5l-1234.6 69.5l-342.7 1216l-1686.5 269l167.2 1025l-1344.3 345.5l-1612.6-1271.5l-1392.8 450.5l-1356.7 893l-1735.9-1103l-847.9-1664l-497.4-2215l-605.8-1150.5l1407.3-3081l565.6-1208l386.5-5573l-8-1558l-1215.1-1309.5l-2624.2 1152.5l-861.9-936l-2015.7 34l-2074.1-13l-1671.8 2439l-5858.4-3007.5l-711.6-1709.5l1154-4585.5l1116.4-648.5l2016.2 1882l606.3-514l420.2-443.5l2121.2-951.5l70.9-1408l-67-596.5l-1653.4 467.5l-1084.1-1319.5l1651.8-2132.5l1670.4 365l3762.4-418l2854.4-689.5l4658.2 396.5l2555.6-1228.5l1395.7-1743.5l2251.9-2515.5l2284.1-755.5l1024.6-1235l-6.6-1280l-1561.3-3975l-65.9-304l-3314-2576l-299.3-1696l-3054.6-5337l-2511-1882l-909.6-2990l-3327-1662.5l-1650.3-1739l-196.3-3495.5l-2242.7-2811l-1863.9-6144l-1684.4-346.5l-722.1-2597l-2330.4-2506.5l388.6-4137.5l-549.9-888.5l1947.2-804.5l216.4-1955.5l2735.8 133l3496.5 2015l5744.8-1444.5l1542.5 1073l2036.2-484l197.2 1.5l5767.3 678l4046.6 2395l2704.8 489.5l2217.5-197l-561.3 4945.5z M-93933.4-6793960.5l2683.8 1215l-160.9 1632l130.2 374l846.1 888l-2003.8 4184l-2667.3-33.5l-3510.6-300l-1305.9-1169.5l-156.2 2l-1367-261.5l-1907-1214.5l569.6-2724l2103.4-1977.5l4401.7-289l2343.9-325.5z M-106447.5-6785360l1730.8 4773l1483.5 749l-1826 1611.5l-1786.8-143.5l-795.7-1218l-2248.2-4791l799.8-2361l3090.6-2616l-1313.2 2343l865.1 1653z M-83178.6-6786553l700.8 517l-797.9 1275.5l-1629.1 183.5l1726.3-1976z M-93813-6778640l-1201.6-1096l8951-3760.5l-2021.3 2313.5l-2749 643l-2979.2 1900z M-82645.2-6779530.5l-387.9-1307.5l1325.8-336.5l-68.9 1183l-869 461z M-76327.1-6775812l-647-1007.5l1509.2-53l-862.1 1060.5z M-94402.8-6774176.5l1180.3-24.5l825.4 2125l-1477.6 167.5l-2227.2-1643l-105.5-798l1804.4 173z M-76987.3-6771504.5l1132.9 639.5l-205 803l-2249.1-958.5l1321.2-484z M-90706.2-6765954l-691.8-1331.5l250.4-1813l5961.2-2239.5l1527 178.5l-2318.1 6199.5l-3031 705l-1697.7-1699z M-74174.2-6767058l730.2-781l1360 387l3450.7 317l610.1 1804.5l-3733.3 4667.5l-4190.9-406l-1371.9-908l14.7-3096.5l3130.4-1984.5z M-93744.5-6760948.5l-434.3-1051.5l1102.3 494l-668 557.5z M-83170.2-6761722.5l1446.5-50l-842.4 649.5l-604.1-599.5z" />
			<path  id="3" d="M-85792-6714515.5l-1111.7-1620.5l1535.8-1724l198.4 3102l-622.5 242.5z M-40925.4-6731712l3775.4-454l631.9 902l-833.6 1164.5l457.2 506.5l526.2 1165l-1065.4 1001.5l-2348.9 560l-2019.8 1291.5l-96.3 17l-3014.1 2150.5l-516.9 263l630.6 778l-88.6 551l-2.9 5511.5l-61.5 107l1601.4-200l983.2-635.5l1760.2 839.5l2477.6-695l184.1 869l2076.9-1953.5l169.9-857l1392.4-348.5l1201.4 656.5l1548.2-1335l2551.9 521l267.7 245.5l1580.1 333l547.8 2045.5l980.5 139l-165.7 2125.5l1290.2 23l1147.3 93.5l882.8 101l1660.1-1827l2177.7 2305.5l1763.4-694.5l154.3-301l2587.2 345.5l1407-175.5l862.9 745.5l-29.7 1692l-235 637l2779.7 374l53 643l550 230l736.9 308.5l1229.3-133l336.2 68l369.9-835l2509.2-518l1534.5 74.5l3213.7 5906.5l1086.1 372.5l1224.4-995l260 1419l-1299.6 1221l-58.5 2228.5l-1781.3-579l-1296.5 720l959.2 1205.5l-3341.6 837l-97.5 745l-624.2 1324l-2040.3 520l-1951.8-1115.5l-1448.8 545l-2087.5 1201.5l1961.3 1439l266 2284l-332.4 805.5l1150.9 1735.5l-534.3 442l-208.7-236l-1132.7 679l-874.4-910.5l-656-82l191.2-2224l-1986.4-1574l-2001.3-1442.5l-782.9-2241.5l-1546.6 155.5l-989.5 86.5l-1308.3 72.5l-1237.4 80l-293.3 19l-1344.7 890.5l-120.2 766.5l1915.1 2859l-187.2 801.5l-166.1 793l-1526.9 5864l-978.1 1147.5l-4629.7 2157l1258.5 3290l-955.7 473.5l-5509.4 1087.5l-4104.5-3642.5l-2993.9-6290.5l-391.1-860.5l-226.2-500l-1827.4-2647.5l-529.1-845l-768.1-1241l-4062.5-2343.5l-1731.9-717.5l-2049.8-275.5l-1465.6 19l-10195.8-70l-173.5-2908l-120.3-144.5l-2607.5 1177.5l-2013.5-2083l-1582.5-701.5l-1670.7-3324.5l-1855.1-4624.5l-3062.9-3819l3952.9-2275.5l4478.8 1609l838.3-217.5l1092.4-731.5l401-1020l37.4-1723.5l-1905.1-2486.5l-753.5-2126.5l-587.5-1904l1344.3-345.5l-167.2-1025l1686.5-269l342.7-1216l1234.6-69.5l784.4 1690.5l2795-557l153.7 688.5l2108.6 399.5l2498.2-732l994.4 741l23.3 707.5l926.9-1202l1480.7-2407l3284.7 652.5l834-2735l-301.7-178l407-931l2776.5-73l19.3-94.5l405.1-134.5l1275.5 162.5l1962.7-122l1953.8-1429z" />
			<path  id="9" d="M74063-6767826l1879.3 265l1679.6 1304l2398.3 213l1286.6 3757.5l4043.3 7078.5l-62.4 760.5l-6499.5-923l-1855 639l-1549.7 497l-4136-824l-104.6-4073.5l-2014.1-744.5l-2510.7 891.5l-215 857.5l-841.3-473l140.4-4882l3404.3-5593.5l4956.7 1250z M55761.7-6707771.5l-2350.2 5902.5l-5366.4 1974.5l-3819.8 1816l-2573.3 1309.5l-3566.6-1038.5l-333.9 546l-685 896.5l2112.9 1484.5l-191.2 1890.5l2023.1 846l-3766.3 1482l-458 1430.5l1653.3 1870l-2642.4 1403.5l371.9 1122l-945.5 726.5l220.4 1225.5l-1984.7 1226.5l-709.8-364l-1438.7-1075l500.3-2813l-2043.4-1242l-56.1-1810l-1066.8 394.5l-2521.9-5065.5l-44.7-724l1417.4-712.5l1061.3-366l65.8-119l681.7-1231.5l-1300.4-1243l2559.7 53.5l2752.4-270.5l330.9-1101.5l1525.9-670l1271.6-2043l-2261.1-5102l-4701.2-349.5l825.2-1183.5l1800.1-2689.5l1362.2-752l1974.6 1037l1006.3-1251l534.8-4339.5l-3992.1-428.5l-1170.9 1565.5l-2160.7-553.5l-2268.9-2082l698-1167.5l-381.5-2549.5l964.5-1193.5l2733.6 2325l3479.7-1628.5l536-1437.5l-1626-805l-1438-3088l-713-1075l2744.1-952.5l876.6-2158l675.5-1469l-594.7-1077l4288.2-776.5l677.4 1164.5l2255.3 879l1312.7 1026.5l369 1732l1465.1-1206l791.1-1906.5l-778.3 65l16.9-612l1086.5-2128.5l83.4-3318l-335.7-3595l3313.6-195.5l2225.2-1097l2780-2562.5l5169.4-4399.5l1771.2-828.5l4195.9 837.5l537.9 1039.5l3391.5-926.5l1043.5-1888.5l1697.1-218l875.1 697.5l-300.1 1546.5l-2879.2 2385.5l-1242.3-230.5l903.5 572.5l144.5 5242.5l502.9 3603l-24.3 2658l782.1 5296.5l-952 387l-2010.7 2107l-6764 4956l-3109.4 3927l-1956.1 1541.5l-3272-887l-943.8 970.5l-2946.1 3350.5l-142.3 2012l1393.6 3011l1692.8 1826l2794.8 51l509.6 583.5z" />
			<path  id="7" d="M-138122.8-6732025.5l1098.8 147l1273.4-128.5l-760.1 1028.5l-88.5 1287l-543.1-330.5l-565.8 189l-961.6-1759l546.9-433.5z M-17798.4-6696904l1546.6-155.5l782.9 2241.5l2001.3 1442.5l1986.4 1574l-191.2 2224l656 82l874.4 910.5l1132.7-679l208.7 236l1012.2 996l217.2 1130.5l-1131.9 2261.5l2042.1 797.5l231.5 1107.5l-599.3 1369l2267.4 205.5l2577.8-1935l1168 917.5l-2039.5 5068l-1141.3 4002.5l674.5 2819.5l-2562.5 26l-657.4 1955l-789.3 1449l-1114.6 1397l-696.9 780.5l-2205.1 2011l-2187.4-1905.5l332.1-1007.5l-1700.1-641.5l-27.6-1290.5l-808 1045l-1863.8 6733l-3597.9-795l-2775.6-1980l-1164.2-701l-1583.3-947l-2733.3-2132l-906.4-1626.5l-1030.8-4717.5l-842.8-2045.5l-1434.4-1835l5509.4-1087.5l955.7-473.5l-1258.5-3290l4629.7-2157l978.1-1147.5l1526.9-5864l166.1-793l187.2-801.5l-1915.1-2859l120.2-766.5l1344.7-890.5l293.3-19l1237.4-80l1308.3-72.5l989.5-86.5z" />
			<path  id="11" d="M55761.7-6707771.5l-509.6-583.5l2302.1 434.5l552.3 3210.5l1300 219l417 1167.5l-916.5 2425l2988.4 623.5l1853.7 1117l-2336.2 911.5l-1971.1-1683.5l-1338.5-941.5l-5285.6 5362l-1957.3 358.5l-1542.9 2470l1089.9 4642l-2223 1030l-1107.4 1480l-1952.8 3680.5l-772.7 237.5l624.2 681l37.8 184l-266.6 2583.5l-697.4 1486l1540.7 1756.5l-500.7 1646.5l-3394-1873.5l7.5 315l-1962.7-854.5l545.5-1425l-726.5-733.5l-586.5 380.5l-2816.1 1330l-118.3 303l-678.2 2737.5l-118.6 44l-714.4 2056l-347.1 1616l-809.6-443.5l-385.5 1854.5l-2070.9-210.5l-1375.6-729l-518.1-622l-269.7-1355l-1709.8-1132.5l-258.9-711.5l399.9-3151.5l1886.1 274l423.2-2671l-2987.5-533.5l-222.4-1026.5l1571.5-312.5l1092.6 168.5l653.4-865.5l-207-774l875.2-568.5l1044.1-908.5l1438.7 1075l709.8 364l1984.7-1226.5l-220.4-1225.5l945.5-726.5l-371.9-1122l2642.4-1403.5l-1653.3-1870l458-1430.5l3766.3-1482l-2023.1-846l191.2-1890.5l-2112.9-1484.5l685-896.5l333.9-546l3566.6 1038.5l2573.3-1309.5l3819.8-1816l5366.4-1974.5l2350.2-5902.5z" />
			<path  id="4" d="M-3999.5-6779911l840.3 319.5l990.2 899.5l329.1-2307.5l3911.1 1170l-185.2 3299.5l-141.9 1247l39 3093.5l25.9 1978l-2022.1 3404l-4711.5 3291l-3050.2 1537l-2805.6 311.5l1997.2 2790.5l3213.5-428l1739.4-1208l5610.3-1404.5l6487.1-1055.5l2128.3 1145l2270.5 2114l-1629.8 2563l-717.8 435l-725.3 2017l-554.6-207l-2264.7-1313.5l-1076.6 762.5l-1036.7 5195.5l-450 1172.5l-1534-.5l-381.4 646l-4.7 612l2390.9 608.5l-975.4 1107l-419.9 538l-464.8 1935l556.3 1620.5l1232.7 1340.5l1616.9-209l-697.9 2072l2612.4 1413l-1705.5 1799l593.7 323.5l1038.1 380l388 2121.5l-27 72.5l-444.3 4578l552.9 3048l-986.7 509.5l103.8 1215l-2894.8 460l-2245.2-758l-152.2 361l-671.4-278.5l-548.5-1182.5l-1581.7-852.5l-759.6 230l-121.6 1381l-1147.7 226l-2070.1 3416l16.7 4347l-100 1136.5l1782.7 66l-723.8 3443l-2509.2 518l-369.9 835l-336.2-68l-1229.3 133l-736.9-308.5l-550-230l-53-643l-2779.7-374l235-637l29.7-1692l-862.9-745.5l-1407 175.5l-2587.2-345.5l-154.3 301l-1763.4 694.5l-2177.7-2305.5l-1660.1 1827l-882.8-101l-1147.3-93.5l-1290.2-23l165.7-2125.5l-980.5-139l-547.8-2045.5l-1580.1-333l-267.7-245.5l-2551.9-521l-1548.2 1335l-1201.4-656.5l-1392.4 348.5l-169.9 857l-2076.9 1953.5l-184.1-869l-2477.6 695l-1760.2-839.5l-983.2 635.5l-1601.4 200l61.5-107l2.9-5511.5l88.6-551l-630.6-778l516.9-263l3014.1-2150.5l96.3-17l2019.8-1291.5l2348.9-560l1065.4-1001.5l-526.2-1165l-457.2-506.5l833.6-1164.5l-631.9-902l886.5-1735.5l-537.9-394l-96.4-1131l607-1133l-586.3-1090l-756.3-876l-1124.3-173.5l-470.7-2285l-186.2-284.5l840.3-923l-827.1-754l759.2 383.5l-167-729.5l-849.9-1930l1235.6-1861.5l477.3-577.5l3274.1 946l5817.4-2114l682.2-1703.5l-1210.8-3026l643.7-3389.5l798.9-377.5l485.8 112l1519.5-958.5l401.7-99.5l2366.4-1260l-873.8-1354l537.3-1063.5l2486.1-1933l-91.1-2499.5l3918-1611l512.5-1141l915-1295.5l3434.1-2633l1210.9-1188l2623.5-1704.5l1614.1-1385.5l404-394.5l505.7-300l1506.6-580.5l608.3-895l-143.4-401.5z" />
			<path  id="6" d="M11419-6747447.5l222.8-1038.5l1174.4-1236l925.8-3021l1995.1-2564l2585.9-284.5l1424.4-1662.5l3674.6 242l4009.4 2172.5l1550.6 929l2525.4 1467.5l3630.6 1084l3601.9 1605.5l2797.9 1839.5l709.2 1401.5l2014.8 2071l2318.3 1301.5l335.7 3595l-83.4 3318l-1086.5 2128.5l-16.9 612l778.3-65l-791.1 1906.5l-1465.1 1206l-369-1732l-1312.7-1026.5l-2255.3-879l-677.4-1164.5l-4288.2 776.5l594.7 1077l-675.5 1469l-876.6 2158l-2744.1 952.5l713 1075l1438 3088l1626 805l-536 1437.5l-3479.7 1628.5l-2733.6-2325l-964.5 1193.5l381.5 2549.5l-698 1167.5l136.7 1135l-1441.8 163.5l-1556.4-218.5l-1009-1073.5l-645-2741.5l-3057.9 610.5l136 285l-3134.8 1305l-1124-168l-237.6 1231l-2433.7 620.5l-7.8 253.5l-2515.5 1671l-2341.1-260l1623.5 2611l2456.3 319l1009.4-921l648.2 1077.5l939.8-493.5l432.4 697l832-259l-22.7-937l1016.8-245.5l-205.6 1302.5l1710.5 356.5l307.7 3464.5l-3872.4-1385.5l-1617.5 3728l-2397.3 539l-1745.2-375l-4658.2 2532l-1892.1 2229.5l-329-2.5l58.5-2228.5l1299.6-1221l-260-1419l-1224.4 995l-1086.1-372.5l-3213.7-5906.5l-1534.5-74.5l723.8-3443l-1782.7-66l100-1136.5l-16.7-4347l2070.1-3416l1147.7-226l121.6-1381l759.6-230l1581.7 852.5l548.5 1182.5l671.4 278.5l152.2-361l2245.2 758l2894.8-460l-103.8-1215l986.7-509.5l-552.9-3048l444.3-4578l27-72.5l-388-2121.5l-1038.1-380l-593.7-323.5l1705.5-1799l1514.3 386l782.6-784.5l1120.9 682.5l1616.9-1475l555-1797l-296.5-533.5l-1050.7-2511.5l1302.2-867l624.8-799.5l-825.4-1827l-2066.7-514.5z" />
			<path  id="5" d="M11036.1-6757151.5l1539.2 3416l-191.8 1164l-3032.7 2499.5l607.3 694l1460.8 1930.5l2066.7 514.5l825.4 1827l-624.8 799.5l-1302.2 867l1050.7 2511.5l296.5 533.5l-555 1797l-1616.9 1475l-1120.9-682.5l-782.6 784.5l-1514.3-386l-2612.4-1413l697.9-2072l-1616.9 209l-1232.7-1340.5l-556.3-1620.5l464.8-1935l419.9-538l975.4-1107l-2390.9-608.5l4.7-612l381.4-646l1534 .5l450-1172.5l1036.7-5195.5l1076.6-762.5l2264.7 1313.5l554.6 207l725.3-2017l717.8-435z" />
			<path  id="8" d="M19820.3-6720313l3057.9-610.5l645 2741.5l1009 1073.5l1556.4 218.5l1441.8-163.5l-136.7-1135l2268.9 2082l2160.7 553.5l1170.9-1565.5l3992.1 428.5l-534.8 4339.5l-1006.3 1251l-1974.6-1037l-1362.2 752l-1800.1 2689.5l-825.2 1183.5l4701.2 349.5l2261.1 5102l-1271.6 2043l-1525.9 670l-330.9 1101.5l-2752.4 270.5l-2559.7-53.5l1300.4 1243l-681.7 1231.5l-65.8 119l-1061.3 366l-1417.4 712.5l44.7 724l2521.9 5065.5l1066.8-394.5l56.1 1810l2043.4 1242l-500.3 2813l-1044.1 908.5l-875.2 568.5l207 774l-653.4 865.5l-1092.6-168.5l-1571.5 312.5l222.4 1026.5l2987.5 533.5l-423.2 2671l-1886.1-274l-399.9 3151.5l-2132.2-475.5l-297.9 134l-3465-563.5l-201-778l186.4-869.5l-1187-707.5l-3554.7 1657.5l-78.6-802l-4609.2 1698.5l-24.2 1357l-1936.9-860.5l1094.8-1539.5l-137.6-1583l1376.7-609l1049.3-2348l-1607.7-881l-3022.7 2438.5l-2742.1-364.5l-736.4 1160.5l541.5 678.5l-864.8 2110l-4379.7 384.5l-805.8 3612l-910.4 95l-1859-505l-674.5-2819.5l1141.3-4002.5l2039.5-5068l-1168-917.5l-2577.8 1935l-2267.4-205.5l599.3-1369l-231.5-1107.5l-2042.1-797.5l1131.9-2261.5l-217.2-1130.5l-1012.2-996l534.3-442l-1150.9-1735.5l332.4-805.5l-266-2284l-1961.3-1439l2087.5-1201.5l1448.8-545l1951.8 1115.5l2040.3-520l624.2-1324l97.5-745l3341.6-837l-959.2-1205.5l1296.5-720l1781.3 579l329 2.5l1892.1-2229.5l4658.2-2532l1745.2 375l2397.3-539l1617.5-3728l3872.4 1385.5l-307.7-3464.5l-1710.5-356.5l205.6-1302.5l-1016.8 245.5l22.7 937l-832 259l-432.4-697l-939.8 493.5l-648.2-1077.5l-1009.4 921l-2456.3-319l-1623.5-2611l2341.1 260l2515.5-1671l7.8-253.5l2433.7-620.5l237.6-1231l1124 168l3134.8-1305l-136-285z" />
			<path  id="10" d="M48184.7-6687009l2223-1030l348.2 1162l211.6 1030.5l-347.5 1090.5l-511.5 3654l2273.2 402l681.5 336.5l328.8 331l200.1 1930l1639.2 1224.5l565.1 193.5l1829.3 601l1048.4-447.5l1951.9 690l536.7 573.5l1134.7 1044.5l763.2 4096l-1513.1 2108.5l-101.4 653.5l-147.6 4383l-854.5 1301.5l-3998.3 825.5l-737.2-1159.5l-1147.9 281.5l226.9 1390l448.2 1996l-675.4 745l-550.8 1644l713.7 828l-2600.2 688.5l-96.5 265.5l-1758.6 2481.5l-3600.9 603l-557.3 2563l-811.8-233l-3047.5 167.5l-637.5 1428.5l-494.1 3024.5l32.7 504l-52.5 2984.5l-1410.9 2277l-32.6 100.5l-470.8 273.5l-4047.8-969l-658.1-84.5l-3181.7-1623l-2627.7-1361l-2123.7-1483.5l-1720.4-1555.5l-2546.2 122l-1732.3-952.5l1142-1847.5l-2348.2-600l-2703.7-2682l-726.1-343l-123.5-1523.5l-1754.8-2623.5l-1477.1 865l-1704.8-1134l-929.9-2622l710.8-1545l-769.5-530l314.8-1474.5l709.6-680.5l2522-3.5l-830.2-3234.5l2185.5-2296.5l-3345-3893l24.2-1357l4609.2-1698.5l78.6 802l3554.7-1657.5l1187 707.5l-186.4 869.5l201 778l3465 563.5l297.9-134l2132.2 475.5l258.9 711.5l1709.8 1132.5l269.7 1355l518.1 622l1375.6 729l2070.9 210.5l385.5-1854.5l809.6 443.5l347.1-1616l714.4-2056l118.6-44l678.2-2737.5l118.3-303l2816.1-1330l586.5-380.5l726.5 733.5l-545.5 1425l1962.7 854.5l-7.5-315l3394 1873.5l500.7-1646.5l-1540.7-1756.5l697.4-1486l266.6-2583.5l-37.8-184l-624.2-681l772.7-237.5l1952.8-3680.5l1107.4-1480z" />
		</g>
		<g  id="_2">
			<path  id="21" d="M-6084.4-6670262l2562.5-26l1859 505l-835.7 5334l465.5 3142l1059.6 1448.5l749.4 1024.5l-955.3 477.5l-2890.3-622.5l-5272.8-5701.5l696.9-780.5l1114.6-1397l789.3-1449l657.4-1955z" />
			<path  id="20" d="M-15938.8-6666469.5l808-1045l27.6 1290.5l1700.1 641.5l-332.1 1007.5l2187.4 1905.5l2205.1-2011l5272.8 5701.5l-112 2737.5l-10696.5-3097.5l-2924.3-397.5l1863.8-6733z" />
			<path  id="24" d="M-15470.9-6657884l3224 1421l702 1228.5l16088.3 2267.5l8012.3-1696l1477.1-865l1754.8 2623.5l123.5 1523.5l726.1 343l2703.7 2682l2348.2 600l-1142 1847.5l-3175.1 1661l-2003.2 2658l-3888.9-242.5l-1705.9-1978l-2556.8-1411.5l-1834.2-2883.5l-1905.7-1144.5l-1443.9 3207l-3059.9 2232l-1612-1340.5l-2239.3 824.5l-200.5-1960.5l-1570.3-2324.5l-2412.2 3109l-6142.7-8368l-267.4-4013.5z" />
			<path  id="22" d="M11257.4-6679897.5l1607.7 881l-1049.3 2348l-1376.7 609l137.6 1583l-1094.8 1539.5l-1622.6 4938l-4467 1863.5l-901.8 365.5l-940.6 4070l-2523.5 1841.5l-1059.6-1448.5l-465.5-3142l835.7-5334l910.4-95l805.8-3612l4379.7-384.5l864.8-2110l-541.5-678.5l736.4-1160.5l2742.1 364.5l3022.7-2438.5z" />
			<path  id="23" d="M9481.9-6672937l1936.9 860.5l3345 3893l-2185.5 2296.5l830.2 3234.5l-2522 3.5l-709.6 680.5l-314.8 1474.5l769.5 530l-5602.5 1046l-2538.7-6852l901.8-365.5l4467-1863.5l1622.6-4938z" />
			<path  id="19" d="M2490.5-6665770l2538.7 6852l5602.5-1046l-710.8 1545l929.9 2622l1704.8 1134l-8012.3 1696l-16088.3-2267.5l-702-1228.5l-3224-1421l592.6-1455l10696.5 3097.5l112-2737.5l2890.3 622.5l955.3-477.5l-749.4-1024.5l2523.5-1841.5l940.6-4070z" />
		</g>
		<g  id="_3">
			<path  id="27" d="M-140503.8-6685755.5l-1235-1696l2326.7-642l4117.5 762l1622.5 1579.5l-6112.9-1666l-718.8 1662.5z M-152818.9-6683752.5l-975-1080.5l2221.5-2109.5l5814.6 298.5l1945.9 1017.5l-4038.6 789.5l-4002.1-246l-966.3 1330.5z M-166573.1-6680678l-763.5-2138l1735.7-1913l7051.6 56l2291.8 802l-42.5 656.5l-7586.8 41l-2686.2 2495.5z M-163101.8-6674585.5l1671.6-800l3464.8-1222l8651.5-1279l4914.5-1103l6713.2-595.5l6551.1 868l1317 847.5l-727.7 2257.5l1175.4 4914.5l3128.4 433l5076.6 11457l-709.2 1979.5l-986.7 512l-3750.3 1326.5l-2066.4-867.5l336.7 3810.5l262.3 729l1877.1 2551.5l1531.6-814.5l1718.3 187.5l3134.4 4772l337.6 4543l-1982.9 1524.5l-3291.6 2578l-3429.5-1577.5l-2795.3 2405.5l-183.9 1202.5l-4002 519l-575.1-1648l-2032.8-1878.5l-2924-1850l-841-2674l-2418.4 1387.5l-1268.4-1475.5l-2418.5-7027.5l-2550.8-3960.5l-3997.3 987.5l217.5-3336.5l-1872.1-3816l1003-1082l-795.2-2821l-5002.9 489l-3351.2 428.5l-1905.4 200.5l-1187.3 264.5l-3260.8 1334.5l-472.8-2026l-211.5-3061l-478.6-649l1113.1-3893.5l548.2-326l1818.9-234.5l919.3-27l2341.3 351l396.2-555.5l-1357.6-2421.5l2627.6-1839z" />
			<path  id="25" d="M-169082.8-6680542.5l-4744.2-606l-347.8-641.5l1965.6-828.5l2616.7 489.5l509.6 1586.5z M-187950.4-6678797l-894.4-1453.5l3279.5-1386l9503.7-2.5l1046.2 839.5l-5195.1 1426l-7739.9 576.5z M-204772.3-6675887l-1682-531l374.2-418l9783-970.5l4540.8 531l-183.9 544.5l-7112-173.5l-5720 1017.5z M-163101.8-6674585.5l-2627.6 1839l1357.6 2421.5l-396.2 555.5l-2341.3-351l-919.3 27l-1818.9 234.5l-548.2 326l-1113.1 3893.5l478.6 649l211.5 3061l472.8 2026l3260.8-1334.5l1187.3-264.5l1905.4-200.5l3351.2-428.5l5002.9-489l795.2 2821l-1003 1082l1872.1 3816l-217.5 3336.5l3997.3-987.5l2550.8 3960.5l2418.5 7027.5l-5779.8 1602l-3398 1511l-1230.6 375l-4239.9 71.5l-3528-2080.5l-1206.1 419.5l-2681.8-2041.5l-2779.1 605.5l-5309.5 379.5l-3759.8 845l-467 2956l-5118.5-1302.5l-13124.3-865.5l-1758-2687.5l1150.1-2146.5l1395.1-11550.5l456.4-5532.5l939.4-289.5l2168.3 1567l1591.5 2317l3219.8-3326l-1083.9-1943.5l-3065.4-2349.5l304.4-975l6295.6-6480l4148.8-2985l4976.6-1462.5l10753.6 405.5l2516.9 1491.5l2408-349l-1671.6 800z M-205826.4-6671514l-1075.8-634.5l-438.8-1752l2156.9-890.5l934 1094.5l-688.4 1940l-887.9 242.5z" />
			<path  id="28" d="M-140697.2-6638802.5l2924 1850l2032.8 1878.5l575.1 1648l4002-519l183.9-1202.5l2795.3-2405.5l3429.5 1577.5l3291.6-2578l-681.5 1476.5l455.2 2012l2504.5 2106.5l2764.7 509l1151.3 1837.5l586.3 5369l1011.4-276.5l1265.3 4675.5l-839.2 854.5l-780 912.5l1253.2 3102l-1606 2356.5l-772.1 3024l88.8 763l-3778.8 1504l-1938.9-1087.5l484.9-2405l-4815 574l-3973.1 1919.5l-1417.8 3261l-2324.9-1598l-3455.8-297l-418.7-1072l-1180-267.5l-2474.6-3670.5l-1139.1 1044l-2844.7-3601.5l1017.3-1944l-2384-1762l-1848.9-493l-2858.3 554l-1968.2-771.5l-1068.3-4216.5l2263.3-1907.5l4181.4-2940.5l3803.9-3489l2502.3-6304.5z" />
			<path  id="40" d="M-69203.2-6508575.5l4058.5 1337.5l77.2-3065l1044.2-1385.5l989.4-1184.5l-7033.4-3592.5l1921.1-6676l4166.5-1450.5l1135.1-1313l1533.9-2195l1929.2-4585.5l-2057.9-3428l2954.8-3777.5l-2787.8-2302.5l-2899.5-350.5l-1997.7 2475.5l-1717.2 2295.5l-314.1-2544l-3320.2-2116l472.5-4172l342.4-1218.5l-1320.1-2803.5l-2522.6-1836.5l-1658.4-2039l-44.7-1196l984.3-1461l1881.7-54.5l3616.9-2047.5l652.6 301.5l247.2-981l2643.4-942.5l-402.4-2302.5l1153.4-661l-962.7-2706.5l1656.5-317.5l6192.5-1727.5l547.4 611l4565.7-1092l1021.3-646.5l2141.9 370l2211.9-2845.5l336.3 812l-231.9 876.5l-435.3 1673.5l1201.2 1401.5l516.1-29l-453.5-3743l185.6-485.5l172.8 84.5l813.1 549l1612.8 758.5l608.4 2936l-170.6 1220l1537.7-2296l2127.1 497l1412.8 765l2624.6-360.5l1269.4 141.5l26.5 2433l3558 5014l11.6 2874l-811.7 1177l-3763.8-1974.5l-2688.1 2372.5l-5755.3 1855l174.6 2577l1912.1 1226.5l-699.6 1024l-1703.9 285.5l-4203.9 976l-1947.5 1288.5l-722.6 731.5l1549.1 2340l344.5 3528.5l-1685.1 81l-243.8 652l2609.1 901.5l-322.2 835l980.7 1807l5484.8 351l-3169.6 3181.5l-118.7 2030.5l279.5 537l651.4-494.5l1373.2 575.5l-80.9-589l2951.2-1834l1014 26.5l757.1 4701.5l1075.3-143l-2411.3 4521l561.2 3166.5l979.1 1696l1534.8 597.5l-1384.6 1866l-2661.8 1066.5l-1512.1 2934.5l-3007.6 926l-490.6-445l-2027.6-511.5l-3336 1485.5l-1490.1 1257.5l-4098.7 1141.5l2361.6 4671l-614.7 2652.5l-1028.5 456.5l-990.4 1910l-1530.6 48.5l1843.2-2457.5l-935.3-1677l-5138.6-1729l-2348.9 1040l-1720.3 427.5l461.1-3818l-2078.6-2749.5z" />
			<path  id="50" d="M32794.9-6525729l1177.9 732.5l1852.5-787.5l1509.5 2176.5l1507.9-2081.5l2948.1 329l-201.4 479l1136.5 4540l1189.5 829l-3410.8 4989.5l471 834.5l-79.1 2309l-3525 2081.5l-2657.8 1942.5l-2047.9-1903l-2550.9 142.5l-716.4-2092.5l-187.3-6011.5l-1073-4684.5l851.1-1346l1170.5 902.5l2968.3 25.5l-333.3-3407z" />
			<path  id="48" d="M-25304.9-6501101l4380.1-536.5l2429.1-3630.5l-2854.8-2338l655.2-849l2191.7-253.5l2835.9 3286.5l890.4-2328.5l2457.6-2429l18.4-1773.5l-3365.4-447l1556.8-2030l2409.1-1368l4914.1 314.5l947.7-678.5l33.1-1460.5l8204.5-400.5l-359.9 2257.5l-1979.5 718l-89.1 2980.5l5295.2 563l4611.2-1134.5l472.7 864l2267.8-764l4470.1 2414l1012.8 2698l-454.5 553l27.6 976l-1594 486.5l-19.8-848l-2413.6 325.5l-1272 3034l632.2 1178l699.8 1924.5l-1027.4 382l-452.4 1358.5l1688.5 4930.5l-471.6-218.5l-113.9 1886l793.5 4201.5l-724.6 727.5l352.8 713l479 3024l-648.5 1017.5l-403.1 247l-7520.3-174.5l-112.7 2453.5l-961.1 868l-2256.2-2243l-2792.9 1544l1292.4 1708.5l-143.1 1104l-2728.2 1268.5l-1674.5-1751.5l-1196.7 995.5l-763.2-1105.5l-1354 879l-133-62l-3311.7-2663l-1348.9-291.5l-958.6-1864.5l-2386.9-1759.5l-510.5-1463l-1269.6-389l-90.1-60l-467.3 416l-1928.5-436l-1847.9 2867.5l-1168.3-709.5l-596.1-614l-746.7 383.5l-366.4 47l-867-2429l697.3-3638.5l668.3-208.5l491-1048.5l-210.8-223l-960.4-2469l814.3-1746.5l1286.5-4045.5l-1883-919l-1178.5-1794z" />
			<path  id="26" d="M-215289.2-6664461l-2611.5-298l-2816.9-2251.5l-396-2378.5l6378.9-1947.5l3221.5 1806.5l626 778.5l-4402 4290.5z M-141538.1-6641476.5l841 2674l-2502.3 6304.5l-3803.9 3489l-4181.4 2940.5l-2263.3 1907.5l1068.3 4216.5l-3326.1-131.5l-22.3 172.5l-1804.5-908l43.6 4148l-2454.2 9926l1066.7 828.5l5486.9 4085.5l-7.7 54.5l377 5532.5l212.7 165l1868.6 2311.5l4751.4 1992.5l536.2 876l-809.1 1550.5l-2046.3 2822.5l-3560.9 2170l-1800.7 878.5l-1537 4760l-597.9 1004.5l-1217.2 747.5l-2433.2-333.5l-2272 860.5l-2951.7 2230.5l-1668.2 243l-2015.4 1189.5l-1618 305.5l-998.4 1372l-1270-772l-1355.5-2788l-2688.2 525l-1385.7 1566l-1361.4-58l-754-1639.5l-4192.4-983.5l-681.5 453l943.1 252l-975 966.5l-2832 1748l-5199.7 475.5l-563.7 3982l1960.8 138.5l1697.7 4358l-3976.2 696.5l-884.7 4915.5l1075.2 1603l-1856.5-1459l-210.8 1293l-2473.3-1819l-1501.5-258.5l-275.3 954l-698.3-2303.5l-2645.9 1219.5l841.7-3625l2308.8 798.5l994.8-1190.5l1344.2-12268.5l1787.8-10595.5l2287.7-3088l2408-3722.5l2064.3-3040.5l1493.5-4562l1110.3-2683l-847.3-8031l344.4-3748.5l-1260.2-1017l-195.2-1829.5l2747.8-6338l1027.3-6938l619.5-3304.5l908-3508l3457.3 123.5l235.2-328l467-2956l3759.8-845l5309.5-379.5l2779.1-605.5l2681.8 2041.5l1206.1-419.5l3528 2080.5l4239.9-71.5l1230.6-375l3398-1511l5779.8-1602l1268.4 1475.5l2418.4-1387.5z" />
			<path  id="46" d="M-37474.2-6517071.5l1611.1 1155.5l1186.6 2232.5l1762.4 3525l-1557.7 3711l130.6 1338.5l1200.7 831l2927.2-902l2713.3 2601l2195.1 1478l1178.5 1794l1883 919l-1286.5 4045.5l-814.3 1746.5l960.4 2469l210.8 223l-491 1048.5l-668.3 208.5l-697.3 3638.5l867 2429l366.4-47l746.7-383.5l596.1 614l1168.3 709.5l1847.9-2867.5l1928.5 436l467.3-416l90.1 60l1269.6 389l510.5 1463l2386.9 1759.5l958.6 1864.5l1348.9 291.5l3311.7 2663l-3154.8 1196l-3168.4 1162.5l-970.8 2159.5l-2059.6-198l-2092.9-1485.5l-1605.1 332l-1379.6 4280.5l-2698.1 1948.5l-599.6 7944.5l2548.2-524.5l674.5-1424l4721.7 524.5l599.6 2848l-4871.6 3297.5l824.4 2173.5l2248.4-824l1648.9 3972l74.9 1948.5l-1798.7 225l-308.2 2943.5l-3181.5 3509l-3384.3-3415l-292.4-2404l-1278.6 170l-1576.7 381.5l-1486.3 386l-2416.3-692l-1052.8 635l-1536-577.5l-369.6-801.5l306.1-2121l-2115.9 358l-1722.5 354l-1026.1 77.5l-112 65l-465.1 271l-2922.3-378l1651.4-6458l-350.7-427.5l125.5-2215.5l-1000.7-645.5l468-2239.5l1607.5-1098.5l314.7-685.5l2449.3-2282l-1025.4-1134.5l28.9-3688l1810.7-1883l-55.7-856l-3689 806l-3171.1-1004.5l-1895.2 1042l834.1-3708.5l-705.6-3138.5l-1655.7-738l-1095.5 169l-1362.8-1110l-123.9-2627l1067.9-274.5l-842.6-1905l-3911.4-17.5l-1448.4 1137.5l-1434.8-2207.5l1546.1-1501l-1382.9-5128.5l1108.9-3056l-2452.5-3059.5l990.4-1910l1028.5-456.5l614.7-2652.5l-2361.6-4671l4098.7-1141.5l1490.1-1257.5l3336-1485.5l2027.6 511.5l490.6 445l3007.6-926l1512.1-2934.5l2661.8-1066.5l1384.6-1866z" />
			<path  id="52" d="M-465-6479080l2792.9-1544l2256.2 2243l2746 2734.5l898.8 3374.5l-795.8 3235.5l453.4 958l2057.9 534l2652.1-899.5l-764.2 2751l818.5 495.5l1053.3-528l350-1473.5l-581.3-1031.5l251.1-4161.5l1275.7-5795.5l-714.8-407.5l3724.5-2298l2257.6 323l1579.5 1672.5l-852.4 1387l-849.3 941l3303.2-1307l2028.9 454.5l-915.5 2197.5l620.1 1258.5l1184.1-880l638.3-2889.5l-1312.1-2442l-1638.8-632l-102.4-977.5l1404.5-1211.5l6495.3 74.5l-309.4-604.5l1715.7-2112.5l1151.7 1245l2356.8 293l1783.2-2944.5l1820.7 2577l2297.9 1566.5l1490.9 434l678.2 590l-416.5 452.5l-2196.1 1636.5l5.8 1961l970.3 350l1169.6 774.5l468.2 2094.5l-961.7 1476.5l-4120.9 4045.5l793.7 911l-691.6 817.5l156.1 4983.5l1301.7 1816.5l2112.9 950l1738.5 4266l1054.9 1040l294.6 1290l-437.2 1499.5l181.1 1020l1153.3 2265.5l1176 1437.5l-1658.8 325l-396.6 1018.5l-1756.8 765l-130.8 1232l-781.9 995.5l807.8 1996l1546.9 698.5l-703.4 2161.5l-3050.8-2235l-1224.7 500.5l-892.8-1408l-1172.7-2561.5l1369.7-582.5l-547.5-142.5l-2671.6-205.5l-2588.4 1960.5l-1630.7-635.5l-442.9-1871.5l6758.6-5969.5l-2082.8 1001.5l-5618.3 4194l-3345.7 718l-5578.6-5908l-1287.3 669l-45.5 1296l-426.9 1845.5l-759.8 254.5l-1664.5 1969l1978.7 1491l-4947.2-1837.5l-175.3-113l-866.4-276.5l-775.8 693.5l-1527.9-636.5l-434.8-1812l-619.7 17.5l-2359.7 2907l-915.3 737.5l-951.5-923l-2015.8 1361l-132.8-5.5l-2207.7-1633l97.3 777.5l-7720.3 1834l-3170.2-1241.5l-3089.6-51.5l-1446.6 1672l-1349.3-1206.5l-4514.1-587l308.2-2943.5l1798.7-225l-74.9-1948.5l-1648.9-3972l-2248.4 824l-824.4-2173.5l4871.6-3297.5l-599.6-2848l-4721.7-524.5l-674.5 1424l-2548.2 524.5l599.6-7944.5l2698.1-1948.5l1379.6-4280.5l1605.1-332l2092.9 1485.5l2059.6 198l970.8-2159.5l3168.4-1162.5l3154.8-1196l133 62l1354-879l763.2 1105.5l1196.7-995.5l1674.5 1751.5l2728.2-1268.5l143.1-1104l-1292.4-1708.5z" />
			<path  id="37" d="M43372.8-6639001.5l193 21l3215.9-153l4129.5 3439.5l150.3 1126.5l2585.3 1617l2193.6 1005l2125.7-1315.5l-160.8-1168l762.8 444l2517.1-2902l784.3 77.5l1241 1416l2751.6 185l1417.3 5014l2047 2520.5l3238.9 5183.5l3493.5 1728.5l13.9 1105.5l3852.7 1302.5l-47.3 573.5l-1470.7 1852.5l919.2 2228.5l766.4 150l1864.6-892.5l310.2 66.5l2714.1 2564.5l144.3 2155l3339.5 3286.5l581.3 936.5l858.4 768l2585.3-961l2816.9-1290.5l2230.4-471.5l1614.8 1394.5l1863.2 1768l2512.1-479l3573 1846.5l-2590 4192.5l-2922.9-837l-929.4 3532l-344.7 1794l864.1 2030l-2262.5 288l-1703.9 1254.5l-419.1 448l-490.6 482.5l-1468.6 1605l-1754.4 523.5l-4579.9 2658l-1692.3-1108.5l-1711.9 936.5l-1585.6 96.5l-639.3-1203.5l-987.5-860l-4044.4-799l-3052.4 1217.5l-1169.7-390.5l-202.5-1569l-548.7 28l-4674.3 411.5l-1392.1 415.5l-363.1 2651.5l-3750.2 3312.5l-1564.4-89.5l-4350.2 318.5l-2558.2-5025.5l2527.4-3861l1257.2 287l-1164.5-4980l-162.4-737l3296.2-2034l-155.7-2118l-1376.6-2080.5l-2052-839.5l-482.9-3638.5l-3939.7-2068l-1344.1-1702.5l-27.1-1324.5l-2721.4-2415l-1051.8 297l-358.5-726l-4264.2-1343l-59.1-1327l1975.5-1844.5l-3482.3-170.5l-1462.9 2287.5l-1032-962.5l-814.2 623l-1550.4-1590l-1687.6-1638.5l-1046.5 1553l-1424.5 366l-1936.8 1833l34.9 904l-2283.7 1063.5l-1779.4 4365l-2339.3-268l-1194.2 191l-1016.2 2814.5l-2464.4-755.5l-4317.8 3162.5l260.9 6700.5l521 5908l925.3 2019l-3138.5 1495.5l-6159.1 2071l-1918.5-185l-789.8 945.5l-4013.6 2619l-2969.7-139.5l-641.2-1833l-1953.2 366l-155.7-13.5l-525.2-4358l-1414.5-710.5l-1638.7 819l-228.1-205.5l1817-2428.5l3160-2251l6656.8-974l-624.8-1929l-2466-2651l-1447.2-3030l261.7-1133l4992.5-168.5l5077.4-5166l-2774.3-2556l-1805.1-2526.5l-3463.9-861l58.2-1664l-2725.4-771.5l-1544.8 877l-1366.9-52l-1710.5-2366l-2685.1-1663l-2.4-1483l2270.3-203l837.6-2212l1683-28.5l-1669.9-1771.5l-28.1-1214.5l1331.2-1253l2218.8 1413.5l1043.6-3420.5l1146.4-764l301.4-1890l817.7-919.5l3532.2 1575l1254.6 363.5l1580-1093.5l657 1345l4391.2 60.5l-459.3 1880.5l2598.6 1048l859.9-718.5l1316-2581l4692.2-1789.5l1524.2-467l-216-1622l-2950.8-602.5l-2215.1-4565.5l975.3-2297.5l3175.1-1661l1732.3 952.5l2546.2-122l1720.4 1555.5l2123.7 1483.5l2627.7 1361l3181.7 1623l658.1 84.5l4047.8 969l470.8-273.5l32.6-100.5l3684.6-626z" />
			<path  id="33" d="M-152379.7-6619944.5l1968.2 771.5l2858.3-554l1848.9 493l2384 1762l-1017.3 1944l2844.7 3601.5l1139.1-1044l2474.6 3670.5l1180 267.5l418.7 1072l3455.8 297l2324.9 1598l3386.9 4953l1329.4 1960l-734.7 3534l394.2 4256.5l5557.5 5850.5l1721.2 974.5l1770.7-490.5l4919.1-994.5l1558.6 3561.5l1477.2-288.5l1877 833l-668.5 2519l5121.2 330.5l-908.5 2445.5l-689.6 1631l1186.9 3696l96.5 2023.5l-1698.7 1304.5l-2715.8 98.5l-1533.5 1054l-3330.5 2704.5l-1603.6-109l-1296.1 4079l713 4858l441.6 2870l1775.2 1233l285.4 3005l-2219.5 979l-121.4 3161.5l-297.2 749.5l-4568.5 1984l-2537.6-60l-1869.1 3226l-1320.3 1949l-4130-1589l-2521.6 244l-422.2-1684.5l594.5-143l109.4-4742.5l-3188.4-3255.5l2059.4-2223l-39.9-4123l1092.8-562l1041.1-429l603.9-2940l-478.6-2254.5l-1431.3-739.5l-1072.3-2478l-1058.2-1210.5l-3009.3-1271l-3746.1 1522l-4230.7-3371l-3436.4 935.5l-2747.4 2419.5l-5043.6-402l-3520.2-5263l917.9-1399l4570.2-2940l-1915-3622.5l597.9-1004.5l1537-4760l1800.7-878.5l3560.9-2170l2046.3-2822.5l809.1-1550.5l-536.2-876l-4751.4-1992.5l-1868.6-2311.5l-212.7-165l-377-5532.5l7.7-54.5l-5486.9-4085.5l-1066.7-828.5l2454.2-9926l-43.6-4148l1804.5 908l22.3-172.5l3326.1 131.5z" />
			<path  id="44" d="M40626.2-6619170l3482.3 170.5l-1975.5 1844.5l59.1 1327l4264.2 1343l358.5 726l1051.8-297l2721.4 2415l27.1 1324.5l1344.1 1702.5l3939.7 2068l482.9 3638.5l2052 839.5l1376.6 2080.5l155.7 2118l-3296.2 2034l162.4 737l1164.5 4980l-1257.2-287l-2527.4 3861l2558.2 5025.5l-5141.2 1221l-335.5 3933l6.3 1120.5l-4394 1598l-1768.2 1293l156 631l-5338.7-3432l-1405.4-2727.5l-2556.2-1443l-4937.5 2792l-1018.4-714l-3223.6 4520l491.8 1777l-2490.3 3744l833.1 4047l1861.7 3488l-1714.3 2480.5l443.4 665.5l-321.9 80.5l2368.7 2486.5l-1033.4 2220l-1351.6 822.5l1363.3 2277l-1429.5-109l-2263.7 1588l-2717.9 2563.5l-1500.1 583l-1673.6-88.5l-34.3 241.5l955.2 655.5l-362 2386.5l-824.6-493l-5293.4-2228l-557.8 1019.5l-2449.4 215.5l-1379.3-991.5l-2193.1-1619l-269.4-1252l-6064.4 86.5l631.8-4340.5l-545.3-316.5l-1459.4 18l-5814.6-1366.5l210.4-1582.5l-3581.7 953l-256.2-624l-6227.5-4116l630.2-3439.5l-975.6-862l260.5-2360l1764.3-2041.5l-549.3-1768.5l5420.1-1514.5l-290.5-7606l887.6-6562.5l1630.2-3021l1232.8-531l2103.7 1893.5l155.7 13.5l1953.2-366l641.2 1833l2969.7 139.5l4013.6-2619l789.8-945.5l1918.5 185l6159.1-2071l3138.5-1495.5l-925.3-2019l-521-5908l-260.9-6700.5l4317.8-3162.5l2464.4 755.5l1016.2-2814.5l1194.2-191l2339.3 268l1779.4-4365l2283.7-1063.5l-34.9-904l1936.8-1833l1424.5-366l1046.5-1553l1687.6 1638.5l1550.4 1590l814.2-623l1032 962.5l1462.9-2287.5z" />
			<path  id="45" d="M38549.9-6577882l1405.4 2727.5l5338.7 3432l-156-631l1768.2-1293l4394-1598l-64.4 1715l2126.5 3261.5l525.9 4092l2078.9-377l411.1 1528.5l2644.5 3972l2150.6 3848.5l-5883.3 2374l-6195.5 1129l-1160 198.5l-255.1 3858.5l1727.3 1100.5l-143.1 2146.5l-455.3 757l-1600.1 1229.5l-2162.5 3644l-1197.9 1338.5l651.5 569.5l1344.9 787l-1694 2232l1593.3 6961.5l-1605.5-657l-2350.8 333l646.2 3100.5l-844.2 1220.5l201.4-479l-2948.1-329l-1507.9 2081.5l-1509.5-2176.5l-1852.5 787.5l-1177.9-732.5l333.3 3407l-2968.3-25.5l-1170.5-902.5l-851.1 1346l1073 4684.5l187.3 6011.5l-1933.3 784.5l-2163.5 2470l-1794.9 1902.5l-4002.1 97.5l-1858.9-920l454.5-553l-1012.8-2698l-4470.1-2414l-2267.8 764l-472.7-864l-4611.2 1134.5l-5295.2-563l89.1-2980.5l1979.5-718l359.9-2257.5l6.7-840l3013.9-1309.5l-15.9-3331l1248.4-959l1566 2223l2476.3-4406l-693-828l-1132.5-2633l3509.5-441l1142.3-1157.5l636.3-2504.5l5722-2084l-939-4265l-338.9-2646l-955.2-655.5l34.3-241.5l1673.6 88.5l1500.1-583l2717.9-2563.5l2263.7-1588l1429.5 109l-1363.3-2277l1351.6-822.5l1033.4-2220l-2368.7-2486.5l321.9-80.5l-443.4-665.5l1714.3-2480.5l-1861.7-3488l-833.1-4047l2490.3-3744l-491.8-1777l3223.6-4520l1018.4 714l4937.5-2792l2556.2 1443z" />
			<path  id="32" d="M-159653.7-6577291.5l2433.2 333.5l1217.2-747.5l1915 3622.5l-4570.2 2940l-917.9 1399l3520.2 5263l304.8 1817l-2565.8 1617l-3082.6 2540.5l-424.5 1192l858.8 3368l-588.5 1219l258.4 3936l-1026.5 4692l9.2 2302.5l-3109 4566l2649.7 1309l-134.8 737.5l-1871.5 4246l-2336.1 778.5l-597.8-302.5l-295.3 80.5l-499.1 269.5l-4181.4 2695l-1715.1 858.5l-862.1 2093l-3170.1 880l-1036.4 1311l-2520.6 1248l-865.7 89l-1403.4 1765l-5416.1-280.5l-451.3-36l-182.2-16.5l-5899.4 175l-1646.6 1972.5l-2283.2 82l-1511.3-1713.5l-977.5-3534l3420.1-7056.5l115.5-2318.5l-841.3-2583l-1517.5-771l-1588.5-3051.5l-686.6-3031.5l-686.1-1473.5l-689 426.5l-2228.3 3065l-6375.6-1742l139.5-1040.5l-5356.8-261.5l-1994.2-996.5l-268.9-218l-2783.5-2297.5l383.3-2118l263-1320.5l-1465.5-3776.5l3085.4-929l2726.7 224l-3048.2-3087l-468.2-4357.5l3441.7-2257l3856.5 255l5446-99.5l1455.3 1346l3813.8-519.5l2040.2 863l-841.7 3625l2645.9-1219.5l698.3 2303.5l275.3-954l1501.5 258.5l2473.3 1819l210.8-1293l1856.5 1459l-1075.2-1603l884.7-4915.5l3976.2-696.5l-1697.7-4358l-1960.8-138.5l563.7-3982l5199.7-475.5l2832-1748l975-966.5l-943.1-252l681.5-453l4192.4 983.5l754 1639.5l1361.4 58l1385.7-1566l2688.2-525l1355.5 2788l1270 772l998.4-1372l1618-305.5l2015.4-1189.5l1668.2-243l2951.7-2230.5l2272-860.5z" />
			<path  id="38" d="M-156056.2-6564481l5043.6 402l2747.4-2419.5l3436.4-935.5l4230.7 3371l3746.1-1522l3009.3 1271l1058.2 1210.5l1072.3 2478l1431.3 739.5l478.6 2254.5l-603.9 2940l-1041.1 429l-1092.8 562l39.9 4123l-2059.4 2223l3188.4 3255.5l-109.4 4742.5l-594.5 143l422.2 1684.5l2521.6-244l4130 1589l1320.3-1949l1869.1-3226l2537.6 60l4568.5-1984l-230.6 2385.5l-664.2 2355.5l919.3 5514l5361.7 2797.5l3383.9 2444.5l1282.5 4979l-74.6 4544.5l181.5 958l-1730 5872l2223.8 2245l2804.1 1114.5l-2699 2920l-1856.2 379l-2862.2 2017.5l-39.6 2297l-1455 779l-1360.5-560.5l-3085.7-1521l-3835.2-662l-372.7 1177.5l-1102.3-163l-3173.1 3700l-568.4 1613.5l-1288.1-61l-2904.4 68.5l-2457.8 1525l-2646.2-1161.5l-1836-105l-3547.3 3511.5l-4342.6-1931.5l277.8-665l-2367.9-2916.5l5064.1-2251.5l988.3-1206.5l2464.1 160.5l-207.3-4500.5l1001.8-1776.5l1274.9 95l342.6-732.5l2915.9 1258l1795.7-525.5l1709.6-807.5l1214.9-2963.5l-1222-2761l576.3-3480l2851.5-2047l1939-1296l-413.2-2270l-2204.5-893l-2723-6265l-2138.5 1486l-2313.7 396l-1196.8-99l-6206.5-1424.5l-1075.2 733.5l-1028.7-110.5l-1993.5-1743l-3416.8 1246.5l-1940.7-307.5l-1999.6-1032l-2287.3-1395l-2394.8-1116.5l-1757.6-6202.5l-5160.7-2134.5l-9.2-2302.5l1026.5-4692l-258.4-3936l588.5-1219l-858.8-3368l424.5-1192l3082.6-2540.5l2565.8-1617l-304.8-1817z" />
			<path  id="51" d="M65486.3-6556516.5l710.3 214.5l-244.7 2260l-1628.9 2416l-743 1597.5l1094.3 2822l3860.8 4970.5l-3353.6 21l-620.9 238l-1012.5 2650.5l-31.9 1272.5l3144.4 3691l1308.9 1704l4829.8 3869.5l425.6 329l-401.1 1947.5l-1977 1063l-3757 508l304.6 725l934.9-124l1188.3 1610.5l1303.8 2210l-1730.4 1208l30.8 382.5l1208.9 1905.5l843.2-214l971.2 1491.5l197.7 1932l1815.9 1458l-637.6 849.5l-2075.8 569l-2120.6 1823l366.5 2296.5l2851 735.5l-437 2523.5l-1699 2130l-8.1 52l-3506 2729l-2276.2 283.5l-82.8 706l1946.9 1095l177.1 1694l-503.4 1649.5l-1186.1-198.5l-1663.7 31l-3397.2 91.5l-2154.3 923l-761.5 264l-1874.3 51.5l-97.8 19l-628.1-3186.5l630.1-1482l2791.2-1487.5l-735.3-1005.5l2573.6-1358l374.8-2518.5l548-1110l26.4-2607.5l-1170.6-94l-345.8 506.5l-358.1 313.5l-659-100l-152.7-10l-524.1-1036.5l-695.8-829l-861.1-1659.5l-14.2-57l-123.7 58l-465.4 128.5l-1236.4-107l-328.9 14.5l-67.5-33l-401.6-1367.5l-1136.4-620.5l-64.5-534.5l-2219.6-3615.5l211.3-3466.5l-1125.6-1103.5l-4944.4 896l-1189.5-829l-1136.5-4540l844.2-1220.5l-646.2-3100.5l2350.8-333l1605.5 657l-1593.3-6961.5l1694-2232l-1344.9-787l-651.5-569.5l1197.9-1338.5l2162.5-3644l1600.1-1229.5l455.3-757l143.1-2146.5l-1727.3-1100.5l255.1-3858.5l1160-198.5l6195.5-1129l5883.3-2374l1647.9 2612l2665.2-1924.5z" />
			<path  id="39" d="M-127402.3-6530094l2723 6265l2204.5 893l413.2 2270l-1939 1296l-2851.5 2047l-576.3 3480l1222 2761l-1214.9 2963.5l-1709.6 807.5l-1795.7 525.5l-2915.9-1258l-342.6 732.5l-1274.9-95l-6002.4-1084.5l-1783.7-2189.5l-102.8-959l1525.9-1562l382.9-1190l-95.7-3194.5l2292.5-1132.5l-1649.6-1737.5l-33.9-1138.5l1287.1-815.5l2665.4 346.5l-1563.4-2365.5l-1103.9-1201l-691.6-3372.5l1075.2-733.5l6206.5 1424.5l1196.8 99l2313.7-396l2138.5-1486z" />
			<path  id="49" d="M48859.8-6520408l1125.6 1103.5l-211.3 3466.5l2219.6 3615.5l64.5 534.5l1136.4 620.5l401.6 1367.5l67.5 33l328.9-14.5l1236.4 107l465.4-128.5l123.7-58l14.2 57l861.1 1659.5l695.8 829l524.1 1036.5l152.7 10l659 100l358.1-313.5l345.8-506.5l1170.6 94l-26.4 2607.5l-548 1110l-374.8 2518.5l-2573.6 1358l735.3 1005.5l-2791.2 1487.5l-630.1 1482l628.1 3186.5l-2600.7 13l-1232.5-99l-1484.6-76.5l-2074.8 105l-1524.7 454.5l-1555.5 352l543.6 1725l-1594.1 1505.5l-2211.3 646l-1271.8-361.5l-1463.8 728l-1783.2 2944.5l-2356.8-293l-1151.7-1245l-1715.7 2112.5l309.4 604.5l-6495.3-74.5l-1404.5 1211.5l102.4 977.5l1638.8 632l1312.1 2442l-638.3 2889.5l-1184.1 880l-620.1-1258.5l915.5-2197.5l-2028.9-454.5l-3303.2 1307l849.3-941l852.4-1387l-1579.5-1672.5l-2257.6-323l-3724.5 2298l714.8 407.5l-1275.7 5795.5l-251.1 4161.5l581.3 1031.5l-350 1473.5l-1053.3 528l-818.5-495.5l764.2-2751l-2652.1 899.5l-2057.9-534l-453.4-958l795.8-3235.5l-898.8-3374.5l-2746-2734.5l961.1-868l112.7-2453.5l7520.3 174.5l403.1-247l648.5-1017.5l-479-3024l-352.8-713l724.6-727.5l-793.5-4201.5l113.9-1886l471.6 218.5l-1688.5-4930.5l452.4-1358.5l1027.4-382l-699.8-1924.5l-632.2-1178l1272-3034l2413.6-325.5l19.8 848l1594-486.5l-27.6-976l1858.9 920l4002.1-97.5l1794.9-1902.5l2163.5-2470l1933.3-784.5l716.4 2092.5l2550.9-142.5l2047.9 1903l2657.8-1942.5l3525-2081.5l79.1-2309l-471-834.5l3410.8-4989.5l4944.4-896z" />
			<path  id="53" d="M37338.7-6449749l2082.8-1001.5l-6758.6 5969.5l442.9 1871.5l1630.7 635.5l2588.4-1960.5l2671.6 205.5l547.5 142.5l-1369.7 582.5l1172.7 2561.5l892.8 1408l-2531.6 2043.5l-2641 333.5l-849.6-1066l-1091.3-1215l-3344.5-1695l-4536.8 155.5l85.1 2297.5l-973.8 1313l110.5 1563l-1527.8 2003.5l-2456.9 1025l-520.4 1990.5l-1865.6 954l-2502.5 1227l-2466.6-960l-1601.9 2077l466.6 455.5l-981.1 2034.5l-2115.4 244.5l911.7 1296l-117.1 141.5l-4953.5-508l-386.1 1641.5l-1196.2-1730l-836-90.5l-351.7 1097.5l-260.6 721.5l-1998.5 26.5l-191.3 1204.5l-1281.5 1128.5l-1541.8 395.5l-1521 1672.5l-1273.6 393.5l387.9-1676.5l-2030.8-3024l-3543.9 488.5l1195 4612l-1213.2-93l-884.9-3320.5l-1790.4-802l-588.3 56l-1575 2293.5l-5515.3 2777.5l251.9 798l2239.6 4210.5l2327.7-2008l-26.3 2156.5l-215 1277l-2508.4 1285l-3786.2-2059l-2941.6-254.5l-4667.2-2742.5l-721-1238.5l-553.4-858.5l80.9-345l1774.8-887.5l-381.4-2278.5l2325.4-1386l1913.4-240.5l911.2-1458l-1136.2-2996l644.9-1947.5l-1287.4-2096.5l-2296.2-3990.5l2251.3-1166l-205.2-2192.5l-201-634l2610.9 301l-1392.8-1788l-121.6-1658.5l3139.9 1529l949.4 28.5l-33-1543l3181.5-3509l4514.1 587l1349.3 1206.5l1446.6-1672l3089.6 51.5l3170.2 1241.5l7720.3-1834l-97.3-777.5l2207.7 1633l132.8 5.5l2015.8-1361l951.5 923l915.3-737.5l2359.7-2907l619.7-17.5l434.8 1812l1527.9 636.5l775.8-693.5l866.4 276.5l175.3 113l4947.2 1837.5l-1978.7-1491l1664.5-1969l759.8-254.5l426.9-1845.5l45.5-1296l1287.3-669l5578.6 5908l3345.7-718l5618.3-4194z" />
			<path  id="30" d="M-97866.4-6666108.5l-739.5-1929.5l-1535.5-3709l48.1-3226.5l715.9-2534.5l1172.8-2969l400.1-826.5l2393.8-8550.5l1122.3-2843.5l3293.9-3962l4542.9-1023.5l1781.8 3172l3055.5 2247.5l1739.2 1051l2949 270l1704.1 2456.5l-932.6 2395.5l-293.7 562.5l1657.9 1287.5l-5463.2-1832l-1610.5 2537.5l-3103 479.5l137 2753l2949.8 5164.5l627.1-3.5l-392.9 879.5l4231.9 338.5l1378.1 2223.5l2890.5 1678.5l2707.1 1260l472.5-257l2093.3 1679l-1096.2 1187l748.7 1861l1455.5 4160l-813.4 26l-219.5 2174l-614.2 750.5l-2087.3-347l-2657.2 1489l4393.1 1530.5l-418.6 3798l636.4 1880.5l-1059.3-338.5l-2920.6 2196.5l3042.9 3012l-3216.9 2447l343.6 1061.5l-254.7 646.5l2186.9 946.5l-18 2649.5l1390.8 1029l732-522l1691.2 2464.5l867.1 1745.5l-843.9 2503l-461.2 828.5l2120.9 2625.5l68 1614.5l195 4256.5l1968.1 2528.5l691 2259.5l-920.1 1933l-1392.9 902l-2237.6-571.5l-1359.5 506.5l-2527.1-2961.5l-5418.3 2194l-2533.9-3573.5l-2903.7-40.5l-506.9 519l-1770.1-842.5l-2231-1954.5l-2749.8 406.5l-983.1 102l-4361.2-870.5l-7071.9-4866l-313.4-1680.5l704.6-4830l870.3-8447.5l-38.1-605.5l-136.2-3805.5l-119.8-5805l699.2-4144.5l3394.4-2722l1023.2 2960.5l530.7 464l2163.1 205l1894.4-2046.5l981.5-1449.5l-2050.3-6746.5l2247.4-2853l-1884.7-396.5l-2966.1 672.5l-3877-884.5z" />
			<path  id="29" d="M-96293.5-6656564l364.9 530l-3394.4 2722l-699.2 4144.5l119.8 5805l136.2 3805.5l38.1 605.5l-870.3 8447.5l-704.6 4830l218.3 2210l1569.4 2697.5l4262 2598.5l3078.9 1060.5l2147.5 6526l3642.8 3709l137.5 3513.5l-1470.6 594l-2277.6 3287l-1075.1 2407l802.2 2705.5l286.3-698.5l1775.3 227.5l-50.3 1057l286.6 4905l-2484.8-460.5l-1094.5 2662.5l-352.6 4801l-5030.4 1662l-1383.4 388.5l484.9 1327l-2058.7 1463.5l-2442.8 815l-1366.9-405.5l908.5-2445.5l-5121.2-330.5l668.5-2519l-1877-833l-1477.2 288.5l-1558.6-3561.5l-4919.1 994.5l-1770.7 490.5l-1721.2-974.5l-5557.5-5850.5l-394.2-4256.5l734.7-3534l-1329.4-1960l-3386.9-4953l1417.8-3261l3973.1-1919.5l4815-574l-484.9 2405l1938.9 1087.5l3778.8-1504l-88.8-763l772.1-3024l1606-2356.5l-1253.2-3102l780-912.5l839.2-854.5l-1265.3-4675.5l-1011.4 276.5l-586.3-5369l-1151.3-1837.5l-2764.7-509l-2504.5-2106.5l-455.2-2012l681.5-1476.5l1982.9-1524.5l-337.6-4543l2257.8 1197l1926.8-303.5l2095.6-2316.5l1522.2-3409.5l504.8-5094l-159.4-1925l-911.7-995l-2300 835.5l-2314.1-435l885.1-6645l2835.5-3275.5l2729.4-402.5l1521.7 1004l2273.3 3660.5l5909.9 2478l2845.9 380l2305.7 2073l-404 1230.5z" />
			<path  id="34" d="M-86246.4-6603359l1443.1 1141.5l1540-555l977.4-1535.5l483.9 1550l2609.7 1879l6555.1 1451l770.8 211.5l-1574.6 5237.5l1596.8 3985l1464.4 4157.5l918.4-936l1026 1071.5l1483.1-4022l3786.2 170.5l913.5 1040l95.7 530l327 799l2455.4 632.5l2987.6 375.5l410.4-1729l662.1 2532l1732.5 1079.5l524.1 785l-1256.6 6013l7422.9 2326.5l-137 1601.5l779.9 858l844.2 689.5l-591.8 957.5l-813.1-549l-172.8-84.5l-185.6 485.5l453.5 3743l-516.1 29l-1201.2-1401.5l435.3-1673.5l231.9-876.5l-336.3-812l-2211.9 2845.5l-2141.9-370l-1021.3 646.5l-4565.7 1092l-547.4-611l-6192.5 1727.5l-1656.5 317.5l962.7 2706.5l-1153.4 661l402.4 2302.5l-2643.4 942.5l-247.2 981l-652.6-301.5l-3616.9 2047.5l-1881.7 54.5l-984.3 1461l44.7 1196l1658.4 2039l2522.6 1836.5l1320.1 2803.5l-342.4 1218.5l-472.5 4172l3320.2 2116l314.1 2544l-4277.2 6091l-1098.5-129l-2225 746l-2422.3 708l-4475.3-1130l-871.5 353.5l-1949.7 840l-1995-866l-753.5-11l925.3-3757.5l-1001.5-1628.5l99.8-6324l-3387.4-3511.5l-6398.2 3332l-3536.9-1480.5l-3171.7 2420.5l-477.3 3308.5l-2678.8 1685.5l-1432.4-523l-1709.4 501.5l-4877.3-1394.5l664.2-2355.5l230.6-2385.5l297.2-749.5l121.4-3161.5l2219.5-979l-285.4-3005l-1775.2-1233l-441.6-2870l-713-4858l1296.1-4079l1603.6 109l3330.5-2704.5l1533.5-1054l2715.8-98.5l1698.7-1304.5l-96.5-2023.5l-1186.9-3696l689.6-1631l1366.9 405.5l2442.8-815l2058.7-1463.5l-484.9-1327l1383.4-388.5l5030.4-1662l352.6-4801l1094.5-2662.5l2484.8 460.5l-286.6-4905l50.3-1057l-1775.3-227.5l-286.3 698.5l-802.2-2705.5l1075.1-2407l2277.6-3287l1470.6-594z" />
			<path  id="31" d="M-54021.3-6695860.5l1465.6-19l2049.8 275.5l1731.9 717.5l4062.5 2343.5l768.1 1241l529.1 845l1827.4 2647.5l226.2 500l391.1 860.5l2993.9 6290.5l4104.5 3642.5l1434.4 1835l842.8 2045.5l1030.8 4717.5l906.4 1626.5l2733.3 2132l1583.3 947l1164.2 701l2775.6 1980l3597.9 795l2924.3 397.5l-592.6 1455l267.4 4013.5l-360 1146.5l-1748.7 417l2245.7 1163l744.9 4456l-2827.6 279.5l-935.4 1692l-2906.3 1125.5l-29 143.5l-2089.8 218l-1794.2 2048l-397.2 2545l-1059.8-151.5l-2686.8 3483l-599.3-696l1320.6-2880.5l-2799.1-401.5l-1236.9-1372l-2181.5 2957.5l-236.9 935.5l-1944.7 505.5l-5815.1-4661.5l1086.1-2121l-2249.7-514l-136.9-658.5l304.1-3792.5l-2344.4-320.5l-1498.1-2025.5l-2121.8 1231l-1385.1-2031l70.4-2144l3336.2-2791l-1326.6-1265l728.9-1375l-903.5-108.5l-846.9 871.5l-4104.6 845.5l-1688.5-2668l-234.1-3281.5l-447.7-825l-317.6-103.5l-290.9 580.5l-1564.7 3561.5l-3055.5-1872.5l-1288.7 419l-939.9 1164.5l-1561.3 242.5l-1442.9-232.5l-1455.5-4160l-748.7-1861l1096.2-1187l-2093.3-1679l-472.5 257l-2707.1-1260l-2890.5-1678.5l-1378.1-2223.5l-4231.9-338.5l392.9-879.5l-627.1 3.5l-2949.8-5164.5l-137-2753l3103-479.5l1610.5-2537.5l5463.2 1832l-1657.9-1287.5l293.7-562.5l932.6-2395.5l-1704.1-2456.5l5048.9 608l3416.6-1022.5l4204.7 314l-1800.9-4157.5l1839.5-730l10195.8 70z" />
			<path  id="35" d="M-56620.6-6663994.5l317.6 103.5l447.7 825l234.1 3281.5l1688.5 2668l4104.6-845.5l846.9-871.5l903.5 108.5l-728.9 1375l1326.6 1265l-3336.2 2791l-70.4 2144l1385.1 2031l2121.8-1231l1498.1 2025.5l2344.4 320.5l-304.1 3792.5l136.9 658.5l2249.7 514l-1086.1 2121l5815.1 4661.5l1944.7-505.5l236.9-935.5l2181.5-2957.5l1236.9 1372l2799.1 401.5l-1320.6 2880.5l599.3 696l237 287.5l376.6 387l714.8 1743.5l335.4 977.5l1034 1359l-641.3 1985l482.3 1994l47.1 212l345.3 1631l1692.6 1877l2005.3 453l467.4 107.5l844.2 186.5l2359.2 4483.5l2716.8 1473.5l-6610.8 2792.5l-1209.1-184l611.4 610.5l-1751.9 2485l28.5 111.5l1365.9 2576l-811.6 2301l-1725.6 1674.5l4448.4 3839l315.2 773.5l-1705.8 1835.5l1694 748l-1084.8 2110.5l-2450.7 1495.5l-2511.7 3169l-1961.1 429.5l-608.1-2513l-1230.5-440l-4340.8 2291.5l-1019 1482l-2578.5 2585.5l-172.3 1630l-2456.2 2712.5l838 2374l-1627.7 1347.5l-1519.6-636l-938 1343.5l1856.5 1436l-2217.3 3747l-844.2-689.5l-779.9-858l137-1601.5l-7422.9-2326.5l1256.6-6013l-524.1-785l-1732.5-1079.5l-662.1-2532l-410.4 1729l-2987.6-375.5l-2455.4-632.5l-327-799l-95.7-530l-913.5-1040l-3786.2-170.5l-1483.1 4022l-1026-1071.5l-918.4 936l-1464.4-4157.5l-1596.8-3985l1574.6-5237.5l-770.8-211.5l4236.4-3815l-1070.3-4364l2015-1219.5l-1516.9-485.5l-1344.6-1768.5l2385.3-1025.5l1359.5-506.5l2237.6 571.5l1392.9-902l920.1-1933l-691-2259.5l-1968.1-2528.5l-195-4256.5l-68-1614.5l-2120.9-2625.5l461.2-828.5l843.9-2503l-867.1-1745.5l-1691.2-2464.5l-732 522l-1390.8-1029l18-2649.5l-2186.9-946.5l254.7-646.5l-343.6-1061.5l3216.9-2447l-3042.9-3012l2920.6-2196.5l1059.3 338.5l-636.4-1880.5l418.6-3798l-4393.1-1530.5l2657.2-1489l2087.3 347l614.2-750.5l219.5-2174l813.4-26l1442.9 232.5l1561.3-242.5l939.9-1164.5l1288.7-419l3055.5 1872.5l1564.7-3561.5l290.9-580.5z" />
			<path  id="36" d="M-15203.5-6653870.5l6142.7 8368l2412.2-3109l1570.3 2324.5l200.5 1960.5l2239.3-824.5l1612 1340.5l3059.9-2232l1443.9-3207l1905.7 1144.5l1834.2 2883.5l2556.8 1411.5l1705.9 1978l3888.9 242.5l2003.2-2658l-975.3 2297.5l2215.1 4565.5l2950.8 602.5l216 1622l-1524.2 467l-4692.2 1789.5l-1316 2581l-859.9 718.5l-2598.6-1048l459.3-1880.5l-4391.2-60.5l-657-1345l-1580 1093.5l-1254.6-363.5l-3532.2-1575l-817.7 919.5l-301.4 1890l-1146.4 764l-1043.6 3420.5l-2218.8-1413.5l-1331.2 1253l28.1 1214.5l1669.9 1771.5l-1683 28.5l-837.6 2212l-2270.3 203l2.4 1483l2685.1 1663l1710.5 2366l1366.9 52l1544.8-877l2725.4 771.5l-58.2 1664l3463.9 861l1805.1 2526.5l2774.3 2556l-5077.4 5166l-4992.5 168.5l-261.7 1133l1447.2 3030l2466 2651l624.8 1929l-6656.8 974l-3160 2251l-1817 2428.5l228.1 205.5l1638.7-819l1414.5 710.5l525.2 4358l-2103.7-1893.5l-1232.8 531l-1630.2 3021l-887.6 6562.5l290.5 7606l-5420.1 1514.5l549.3 1768.5l-1764.3 2041.5l-260.5 2360l975.6 862l-630.2 3439.5l-208 232l-1318.3 234l-558.6 3454l-3092.8 113.5l-1625.1-2682l479.2-907l1384.4 58l-3810-1585.5l-1369.9-1917l398.6-1221.5l-3485 423.5l-348.9 1299.5l-3558-5014l-26.5-2433l-1269.4-141.5l-2624.6 360.5l-1412.8-765l-2127.1-497l-1537.7 2296l170.6-1220l-608.4-2936l-1612.8-758.5l591.8-957.5l2217.3-3747l-1856.5-1436l938-1343.5l1519.6 636l1627.7-1347.5l-838-2374l2456.2-2712.5l172.3-1630l2578.5-2585.5l1019-1482l4340.8-2291.5l1230.5 440l608.1 2513l1961.1-429.5l2511.7-3169l2450.7-1495.5l1084.8-2110.5l-1694-748l1705.8-1835.5l-315.2-773.5l-4448.4-3839l1725.6-1674.5l811.6-2301l-1365.9-2576l-28.5-111.5l1751.9-2485l-611.4-610.5l1209.1 184l6610.8-2792.5l-2716.8-1473.5l-2359.2-4483.5l-844.2-186.5l-467.4-107.5l-2005.3-453l-1692.6-1877l-345.3-1631l-47.1-212l-482.3-1994l641.3-1985l-1034-1359l-335.4-977.5l-714.8-1743.5l-376.6-387l-237-287.5l2686.8-3483l1059.8 151.5l397.2-2545l1794.2-2048l2089.8-218l29-143.5l2906.3-1125.5l935.4-1692l2827.6-279.5l-744.9-4456l-2245.7-1163l1748.7-417l360-1146.5z" />
			<path  id="43" d="M-31389.4-6559953.5l348.9-1299.5l3485-423.5l-398.6 1221.5l1369.9 1917l3810 1585.5l-1384.4-58l-479.2 907l1625.1 2682l3092.8-113.5l558.6-3454l1318.3-234l208-232l6227.5 4116l256.2 624l3581.7-953l-210.4 1582.5l5814.6 1366.5l1459.4-18l545.3 316.5l-631.8 4340.5l6064.4-86.5l269.4 1252l-1769.3 3344l3217.8 5336l-1189.3 3902l-2519 557.5l-3994.8-2276.5l-3750 35l-777-31.5l689.6 500l-987.9 550l-2001.6 211l65.8-640.5l-4662.8-2905.5l-3278.6-602l-562.2 2942.5l-6915.5-724l-1768.7 493.5l-1579.4 904.5l-474.9 2632l-679.4-1172.5l-6060-1752l-1205.5 2493.5l-3476.5 4065l-1075.3 143l-757.1-4701.5l-1014-26.5l-2951.2 1834l80.9 589l-1373.2-575.5l-651.4 494.5l-279.5-537l118.7-2030.5l3169.6-3181.5l-5484.8-351l-980.7-1807l322.2-835l-2609.1-901.5l243.8-652l1685.1-81l-344.5-3528.5l-1549.1-2340l722.6-731.5l1947.5-1288.5l4203.9-976l1703.9-285.5l699.6-1024l-1912.1-1226.5l-174.6-2577l5755.3-1855l2688.1-2372.5l3763.8 1974.5l811.7-1177l-11.6-2874z" />
			<path  id="47" d="M7734.2-6543295.5l1379.3 991.5l2449.4-215.5l557.8-1019.5l5293.4 2228l824.6 493l362-2386.5l338.9 2646l939 4265l-5722 2084l-636.3 2504.5l-1142.3 1157.5l-3509.5 441l1132.5 2633l693 828l-2476.3 4406l-1566-2223l-1248.4 959l15.9 3331l-3013.9 1309.5l-6.7 840l-8204.5 400.5l-33.1 1460.5l-947.7 678.5l-4914.1-314.5l-2409.1 1368l-1556.8 2030l3365.4 447l-18.4 1773.5l-2457.6 2429l-890.4 2328.5l-2835.9-3286.5l-2191.7 253.5l-655.2 849l2854.8 2338l-2429.1 3630.5l-4380.1 536.5l-2195.1-1478l-2713.3-2601l-2927.2 902l-1200.7-831l-130.6-1338.5l1557.7-3711l-1762.4-3525l-1186.6-2232.5l-1611.1-1155.5l-1534.8-597.5l-979.1-1696l-561.2-3166.5l2411.3-4521l3476.5-4065l1205.5-2493.5l6060 1752l679.4 1172.5l141 355l1225-84.5l337.9-802.5l-84.5-380.5l887.1-802.5l1538 1624.5l-264.4 3091.5l-788.7 1108.5l-929-27l248.6 454l2633 4884l740.6-153.5l3548.3-2380.5l1636.7 1754l1217-207l4504.7 1968l1269.3-887l1045.9-3381l-774.1-747.5l587.2-1057l854.6 57.5l-628.4-4287.5l1526.1-1241l-341.4-749.5l-807.2 490.5l-147.2-699.5l2001.6-211l987.9-550l-689.6-500l777 31.5l3750-35l3994.8 2276.5l2519-557.5l1189.3-3902l-3217.8-5336l1769.3-3344l2193.1 1619z" />
			<path  id="41" d="M-24662.2-6534223l1768.7-493.5l6915.5 724l562.2-2942.5l3278.6 602l4662.8 2905.5l-65.8 640.5l147.2 699.5l807.2-490.5l341.4 749.5l-1526.1 1241l628.4 4287.5l-854.6-57.5l-587.2 1057l-495.7 509l-1205.5-680.5l-185.5-2874.5l-1267.4-402l-3833 1669.5l-2998.4-1638.5l-463.7-1916.5l-3639-143l-1538-1624.5l-887.1 802.5l84.5 380.5l-337.9 802.5l-1225 84.5l-141-355l474.9-2632l1579.4-904.5z" />
			<path  id="42" d="M-24654-6526604l929 27l788.7-1108.5l264.4-3091.5l3639 143l463.7 1916.5l2998.4 1638.5l3833-1669.5l1267.4 402l185.5 2874.5l1205.5 680.5l495.7-509l774.1 747.5l-1045.9 3381l-1269.3 887l-4504.7-1968l-1217 207l-1636.7-1754l-3548.3 2380.5l-740.6 153.5l-2633-4884l-248.6-454z" />
		</g>
		<g  id="_4">
			<path  id="55" d="M-97866.4-6666108.5l3877 884.5l2966.1-672.5l1884.7 396.5l-2247.4 2853l2050.3 6746.5l-981.5 1449.5l-1894.4 2046.5l-2163.1-205l-530.7-464l-1023.2-2960.5l-364.9-530l404-1230.5l377.9-1151l-4048.4-6915.5l1693.6-247.5z M-101084.6-6623464l-218.3-2210l313.4 1680.5l7071.9 4866l4361.2 870.5l983.1-102l2749.8-406.5l2231 1954.5l1770.1 842.5l506.9-519l2903.7 40.5l2533.9 3573.5l-2417.9 728.5l832.8 1735l-832.8 1249l624.6 347l-347 625l-2012.6-833l-2706.6 2429l-3646.7-279.5l-3642.8-3709l-2147.5-6526l-3078.9-1060.5l-4262-2598.5l-1569.4-2697.5z" />
			<path  id="54" d="M-67932.4-6612106l-2385.3 1025.5l1344.6 1768.5l1516.9 485.5l-2015 1219.5l1070.3 4364l-4236.4 3815l-6555.1-1451l-2609.7-1879l-483.9-1550l-977.4 1535.5l-1540 555l-1443.1-1141.5l-137.5-3513.5l3646.7 279.5l2706.6-2429l2012.6 833l347-625l-624.6-347l832.8-1249l-832.8-1735l2417.9-728.5l5418.3-2194l2527.1 2961.5z" />
		</g>
		<g  id="_5">
			<path  id="125" d="M-176066.3-6499541.5l-679.8 886.5l-4318.1-646l-2514.4 2727l-1633.3 244.5l-1921.9-58l-1891.7 1605l-4042.8-632.5l-852.5 72.5l-3438.2 3703.5l-2269.1 582.5l-2524 113.5l-246.7-14.5l-543.3-1947l-5907-736.5l-1241.2-2103.5l-1528.4-120.5l-792.3-3119l204.4-4091l-2027.8-2170.5l1029.5-3074.5l1993.2-2142.5l2984.9-420.5l2854.7-5006.5l3372.5 53l1859.1-1440l2283.2-82l1646.6-1972.5l5899.4-175l182.2 16.5l451.3 36l5416.1 280.5l1403.4-1765l865.7-89l2520.6-1248l1036.4-1311l3170.1-880l862.1-2093l1715.1-858.5l-341.7 757.5l4798.2 3118.5l3232.6 6453l340.7 2399l-8153.5 3953l-1907.7-276.5l-645.6 1458.5l1428.3 4232.5l-2129.3 5780.5z" />
			<path  id="134" d="M-104556.8-6498778.5l-2996.8-459.5l-1151.9-1221.5l39.6-2297l2862.2-2017.5l1856.2-379l2699-2920l-2804.1-1114.5l-2223.8-2245l1730-5872l2240.1 332.5l3727.6 573.5l165.2 266l2113.7 369.5l3258.1-550l3310.4 3274l869.3-1464.5l1771.8-139.5l1531.2-3271.5l3238.8 1547.5l5410.7 1669l-3025.1 2908.5l1539.6 1174l816 2025.5l2580.8-202l1739.9 1289.5l-2124.5 3555.5l-158.2 4063.5l-2137.4 1399.5l-1322-41l-2170.4-2073l-4429.6-113.5l-939.1 943.5l-1303.9 2515l-1404.4-426.5l-1858.9 1341l-1050.6 2388l-1703.7-214l-3054-1974.5l-1631-3296l-371.4 700.5l-2647.9-1489.5l-2991.5 1445.5z" />
			<path  id="136" d="M-69203.2-6508575.5l2078.6 2749.5l-461.1 3818l1720.3-427.5l2348.9-1040l5138.6 1729l935.3 1677l-1843.2 2457.5l1530.6-48.5l2452.5 3059.5l-1108.9 3056l1382.9 5128.5l-1546.1 1501l1434.8 2207.5l-563.9 1340.5l-4428.2 1085.5l-359.7 2480.5l-2143.7 903l-4830.8 1309.5l-661.1-497.5l-100.1-2473l-1450.1-142.5l-86.6-3656.5l-1424.6-2496.5l-6771.6-1193l807.3 1709.5l-3517.2 496.5l-2590.2 1407l-1585.4 3511l-251.6 507.5l-3447-1654l-1860 2178l-4019.2-1654.5l-1229.4 279.5l2572.2-4788l775.2-858l593.5-7278l-445.3-1759l1050.6-2388l1858.9-1341l1404.4 426.5l1303.9-2515l939.1-943.5l4429.6 113.5l2170.4 2073l1322 41l2137.4-1399.5l158.2-4063.5l2124.5-3555.5l4157.7 429.5l-102.6-1502.5z" />
			<path  id="128" d="M-176066.3-6499541.5l2129.3-5780.5l4635.3 1421.5l1598.4 4451l-1191.8 1557l1378.1 3998l-1479.4 2462l-1526.1 2255l568.2 2275l-2939.5 2236.5l-457 1936l1890.3 1458.5l735.1 3400l2715.7 4666l2796.7 1539l865.8 281.5l1918.2 1832.5l1542.7 77.5l1503 2350l1682.3 6025.5l1629.2 1364.5l-2385.9 2701l-2433-879.5l-1122 1535l-1738.9-922.5l-5683.5 2895.5l-1837.8-3985l-2298.1 294.5l-172.6-723l-879.7-1274l-2432.1 1479.5l-795.1 1452l1798.2 1780l2.6 1401l-2921.3 1685l-7296.5-4873.5l-88.4-780.5l1572.2-2629l-2764.8-1507l-1364.9-2732.5l893.8-574l-688.5-2362l-3164.8-1956.5l-2704-630.5l-3341.4-1327l-1627.7-1615l-2848.1-4809.5l1964.4-4276l819.6-5169.5l-2011.1-1502.5l-530.8-1902.5l2524-113.5l2269.1-582.5l3438.2-3703.5l852.5-72.5l4042.8 632.5l1891.7-1605l1921.9 58l1633.3-244.5l2514.4-2727l4318.1 646l679.8-886.5z" />
			<path  id="127" d="M-214234.3-6505245.5l2027.8 2170.5l-204.4 4091l792.3 3119l1528.4 120.5l1241.2 2103.5l5907 736.5l543.3 1947l246.7 14.5l530.8 1902.5l2011.1 1502.5l-819.6 5169.5l-1964.4 4276l2848.1 4809.5l1627.7 1615l3341.4 1327l-4267.9 3550l-2735.9 1052.5l-3048.3-839l-606.9-1822l-2922 18l-1616.4 2924.5l-2132-661.5l-617.4-164l-521.9 3597l-3675.9 1732l-4812.5-2390l-998.4 222l-1039.2-3346.5l-2363.3 716l-4928.3-3083l-3785.7-1064.5l-1745.4 1255.5l-2841.1-2377l-509.7-694.5l-1951.6 564l-3910.8 651.5l-1660.3-2893l-903.9-5171l5547.8 2541.5l4779.9-2845.5l10063.3-3529.5l2444.1 2445l1588.7-931l755.2-748.5l2462.1-1809.5l2881.6-3720.5l-15.2-3241.5l-4868.9-4140l-4372.1-1464l66.5-1387.5l588.4-1959l2728.8-364l912.1-838.5l1048-3965.5l5879.9 162l1447.2-885.5z" />
			<path  id="132" d="M-112744.8-6498228l2292 1837.5l2144.8 3777.5l146.8 150.5l2431.3 3240.5l-524.2 2851.5l-2952.6 1769l-1903.4-301l1049.5 2000l6359.5 1785.5l1068.1 3096l1864.1-1234l1667.7 815.5l2905.8 7308.5l-2101.5 1113.5l-2611 1261.5l-1146.8 2639.5l-3475.5 1684.5l-3586.6 3597.5l-1088.1 4366l-3582.5-479l-2082.8-333.5l-1204.7-3194l-3256.4-2575l441.8-1569l-1626.7-3521.5l-2355.2-676l1386.5-1679l-4595-6276.5l1412.1-1459.5l-65-1600.5l-3790.6-3384.5l15.4-5002l-1370.5 340.5l-1036.3-1474.5l1605.8-5211l2457.8-1525l2904.4-68.5l1288.1 61l568.4-1613.5l3173.1-3700l1102.3 163l372.7-1177.5l3835.2 662l3085.7 1521l-287.9 1485l-936 528z" />
			<path  id="133" d="M-104556.8-6498778.5l2991.5-1445.5l2647.9 1489.5l371.4-700.5l1631 3296l3054 1974.5l1703.7 214l445.3 1759l-593.5 7278l-775.2 858l-2572.2 4788l-3448.2 828l-1667.7-815.5l-1864.1 1234l-1068.1-3096l-6359.5-1785.5l-1049.5-2000l1903.4 301l2952.6-1769l524.2-2851.5l-2431.3-3240.5l-146.8-150.5l-2144.8-3777.5l-2292-1837.5l936-528l287.9-1485l1360.5 560.5l1455-779l1151.9 1221.5l2996.8 459.5z" />
			<path  id="131" d="M-130308.7-6494563.5l-1605.8 5211l1036.3 1474.5l1370.5-340.5l-15.4 5002l3790.6 3384.5l65 1600.5l-1412.1 1459.5l4595 6276.5l-1386.5 1679l2355.2 676l1626.7 3521.5l-441.8 1569l3256.4 2575l1204.7 3194l-1759.5 3402l-113.5 2030l-2055.6 1371.5l-4935.7 120.5l1250.5-4024l-2311.7-321l-3722.4-1968l-1723.7 1649.5l-2777.3-1394l-5543-1083l-1126 350l-1147.9 2000.5l-3389.4-628.5l-5597-3999l-2894.2 1512l-2355.5-1472.5l-1629.2-1364.5l-1682.3-6025.5l-1503-2350l-1542.7-77.5l-1918.2-1832.5l368.5-1827l2485.1-2291.5l3007 829.5l-383.1-1890.5l325.1-1674l803.9-467.5l3666.6 1245.5l866.1-3625.5l-1529.1-1757l-748.9-2490l-303.5-1597.5l1076.5-1704.5l-2621-4113l1621.9-1881l-102.7-1149l2242.4-3972l2777-541l1358.9 1170l2323.1-4l2342.3 1293.5l2367.9 2916.5l-277.8 665l4342.6 1931.5l3547.3-3511.5l1836 105l2646.2 1161.5z" />
			<path  id="130" d="M-170522.4-6489177.5l1526.1-2255l1479.4-2462l3109.5-1959l7073.4 3105.5l2621 4113l-1076.5 1704.5l303.5 1597.5l748.9 2490l1529.1 1757l-866.1 3625.5l-3666.6-1245.5l-803.9 467.5l-325.1 1674l383.1 1890.5l-3007-829.5l-2485.1 2291.5l-368.5 1827l-865.8-281.5l-2796.7-1539l-2715.7-4666l-735.1-3400l-1890.3-1458.5l457-1936l2939.5-2236.5l-568.2-2275z" />
			<path  id="138" d="M-99101.1-6478439.5l3448.2-828l1229.4-279.5l4019.2 1654.5l4189.4 6205l159.2 212l1118.1 2857l174 1857.5l1469.7 2063l4946.5-41l3777.5-1511.5l815 603.5l-697 553.5l2807.6 1502.5l327.6 656l1367.2 2444l761.3 5996.5l-1706.7 3532.5l1006.5 3138.5l-754.3 3001.5l778.2 2141.5l1657.6 663l193.8 2351.5l-3516.2 1168l-4346.1 3600.5l-823-1863l-3291.7 109l-2078.1 731.5l-556.1 1438l1980.4 3464l-3376.9 4221l-1563.1 1080l-637.6-814.5l-2522.2-578.5l-6587-2304.5l-1634.4-513.5l-1979.6 1648l-1779.3-8l-1913-2685l-2798.6-6330.5l-16.5-2329.5l1238-2040l6319.4-3791.5l-657.2-4105.5l-6476.3-2845l451.7-796.5l-1074.7-3354.5l-4553.5 97.5l1088.1-4366l3586.6-3597.5l3475.5-1684.5l1146.8-2639.5l2611-1261.5l2101.5-1113.5l-2905.8-7308.5z" />
			<path  id="147" d="M-115870-6457281l2082.8 333.5l3582.5 479l4553.5-97.5l1074.7 3354.5l-451.7 796.5l6476.3 2845l657.2 4105.5l-6319.4 3791.5l-1238 2040l16.5 2329.5l2798.6 6330.5l1913 2685l-5423.5 2863l-72.1 753l-3632.4 3060.5l-1833.6-281.5l-1858.9 1294l-4691.6 711.5l-2345.8-1724l-3857.9-854.5l-421.7-1310l-5702.5-2865.5l-4046 10.5l-3295-2590l-4070.6 125l-2283.1-984l-107.8-898l-673.1-901l-606 262l-2581.8 3272.5l-1736.9-2342.5l857.5-805.5l-1214.9-2219l271.5-1331l435.2-1215.5l-729.6-5592l3041.1-1686l2740.3 149.5l126.4-2180.5l3083.7-6458.5l3043.5-98.5l-3526.1-3023l1147.9-2000.5l1126-350l5543 1083l2777.3 1394l1723.7-1649.5l3722.4 1968l2311.7 321l-1250.5 4024l4935.7-120.5l2055.6-1371.5l113.5-2030l1759.5-3402z" />
			<path  id="91" d="M-266944.1-6376671l3141.8-4119l2558.3-777l1796.3-2978.5l897.5 1167l3291-69l719.9-817.5l6619.7-1786.5l1436.3 1056.5l-1661.1 3257.5l944.3 2281.5l1774.4 1323.5l-1152.2 2262l2100.4 6373.5l1149 428.5l1161.9 19l1455.1 5035.5l1467.7 71l1042.2 1201l-28.2 1345.5l2885.3-989l2311.2 130l1384.7 92.5l201.6 5269.5l-2337.1 1855l862.3 1860.5l469.7 2586.5l-1752 1873.5l-2477.3-1661l-3849.8 2008l162.2 1189l522.5 2668l-2543.5 1776.5l635.1 1817l-1339.8 1417.5l-92.4 2490.5l-1053.1 119.5l-3797 118.5l-1445.1-1309.5l-3309-1032l-456.5 1075.5l-392.1 895l-1542.4-2266.5l1698.6-2311.5l-1840.5-156.5l-450.3-2960l-2911 1717l-3266.9-2445.5l-58.5-1512l1630-1715l1553.3-3828l2786.8-2178.5l-3514.5-1602.5l-628.6-1810.5l2631.8-3044l185.7-1928.5l-1728-2389l570.8-1553l-1466.3-1901.5l-4836 3057l-382.7-689l82.9-1523.5l-1513-2238.5l73.9-1026l1815.8-1833.5l162-1579l-2356.9-1807.5z" />
			<path  id="89" d="M-266944.1-6376671l2356.9 1807.5l-162 1579l-1815.8 1833.5l-73.9 1026l1513 2238.5l-82.9 1523.5l382.7 689l4836-3057l1466.3 1901.5l-570.8 1553l1728 2389l-185.7 1928.5l-2631.8 3044l628.6 1810.5l3514.5 1602.5l-2786.8 2178.5l-1553.3 3828l-1630 1715l58.5 1512l3266.9 2445.5l2911-1717l450.3 2960l1840.5 156.5l-1698.6 2311.5l1542.4 2266.5l392.1-895l-98 992l-3771.4 4058.5l-689 3551l1132.5-677l431.5 483.5l-2400.2 2654l-2311.8 1076l-3254.9-1014l-3251.1 868l-3009.6-5316.5l29.1-1909l6289.3-5577.5l607.4-1513.5l-6197.2-1187.5l-966.7-1229l1379.8-545.5l911-3397.5l1654.5-1848l-1690.8-4249l488.7-1974l-1316.4-3772.5l1201.1-1916l28.2-338.5l-4700.8 188.5l-1548.8-373.5l222.6-793.5l-2054.2 496.5l-1016.4-4909.5l1119.4 564.5l1154-2791.5l-788.4-2316l963.8-2210.5l3751.5 1553l1011.7-3388l2993.5-1868.5z" />
			<path  id="88" d="M-277149.6-6366214l1016.4 4909.5l2054.2-496.5l-222.6 793.5l1548.8 373.5l4700.8-188.5l-28.2 338.5l-1201.1 1916l1316.4 3772.5l-488.7 1974l1690.8 4249l-1654.5 1848l-911 3397.5l-2431-3284l-2205.8-5100l-5114.9 165.5l-2171.7-9317l1370.2-4941.5l2731.8-410z" />
			<path  id="113" d="M-247268-6473393l1660.3 2893l3910.8-651.5l1029.9 3128l-1857.6 3136l318.2 3708l-2073.2 2001.5l-3348.5-1688l936.5-3140l-1304.9-1291l-287.2 2175.5l-3073.9 4327l1485.4 1072.5l-544.9 1407l-1479.8 3021l-1886 652l-1893.8-776.5l-89.4 2614.5l1942.2 770l2986.8 2944l193.6 1359.5l-653.8 426.5l1319.4 1415l1742.3-281l654.6-1167l544.2 236l4598.7 906.5l-2497.9 1657.5l-1152.8 2437l1648.4 4894l1610.2 1155.5l937.3 5771l-2158.4 904l-972.4-443l-780.1 1518.5l-4495.3-754.5l-723.2 1741.5l-2054.5 1587l-3921.1 1962l-2004.1 226.5l-3506.3-1112l-1077.4-3879l1389.1-9339l-1018.7-4774.5l-1569.7-1421l-1231.1-3184l-4305.3-4590.5l263.1-1124.5l1882.3-4340.5l-5921.6-2663.5l402-5190l-3163.5-1881l-341.7-2306l192.6-4217.5l1230.5-3624.5l3089-1299l1958-2237.5l2364.9 1884l4571.6 1195.5l116.7-2270.5l-1867.9-2833.5l3407.3-584l4981.9 3014.5l5929.8 2234.5l2803.8 2100.5l1154.7 587.5z" />
			<path  id="148" d="M-79990.2-6436651.5l3291.7-109l823 1863l429.9 949.5l4107.3 1836.5l-5549.5 2645.5l2080.6 4037.5l-222.6 1751.5l1975.3 221.5l277 1712.5l-1047.6 2723l-3284.1-508l-5960.6 119l-5010.3 1964.5l-2234.1-604l-1653.3 640l-1637.7 3416l-1161.2-371l-1171 763l-3529.6 5032.5l-1092 1432l810.5 819l1995.3 2646.5l6941.8-2922l1764-37.5l922.4 1257.5l-425.9 1707.5l769.2 3305.5l1896.3 1098.5l-1295.3 1128.5l-196 3333.5l-3939.1 3912.5l592.4 1853l1290.1 276l-3290.2 1322l-1660.5 727l-7071.5-1000l-161-1252l-2654.8-1504l-1066.3-1522.5l-2572.4 606.5l-1214.5-886.5l-2573.3 1164.5l-1564.9 2217l-2777 1971.5l-7202.1-1404.5l290.5-1083l-3848.7-3697l-1071.1-260.5l-591.7 1209l-2147.6-705l1542.5-3358.5l-2659.6-2510.5l-616.2-2210.5l1360-1647.5l-136.1-1064l-3700.1-856l-1651.1 1078l-6718.5-574l-492.1 660l-1420.9-1809l-216.2-4633.5l1566.2-3128.5l-385.9-2037l-1538-1081.5l223.8-2798l-1025.3-2196.5l307.8-2585l-2056.6-4737.5l2581.8-3272.5l606-262l673.1 901l107.8 898l2283.1 984l4070.6-125l3295 2590l4046-10.5l5702.5 2865.5l421.7 1310l3857.9 854.5l2345.8 1724l4691.6-711.5l1858.9-1294l1833.6 281.5l3632.4-3060.5l72.1-753l5423.5-2863l1779.3 8l1979.6-1648l1634.4 513.5l6587 2304.5l2522.2 578.5l637.6 814.5l1563.1-1080l3376.9-4221l-1980.4-3464l556.1-1438l2078.1-731.5z" />
			<path  id="151" d="M-149964.1-6430687l1736.9 2342.5l2056.6 4737.5l-307.8 2585l1025.3 2196.5l-223.8 2798l1538 1081.5l385.9 2037l-1566.2 3128.5l216.2 4633.5l1420.9 1809l783.3 1614.5l-659.1 4540l-1004.6 910l-1382.7-1399.5l-700.4 1808l-6504.4 1333.5l-635.9-2257.5l993.6-1988.5l-2618.8-4492.5l-2112.6 1228l-1811.8-1062.5l-1252.3-1950l-1138.1 672.5l-1877.2-453.5l-1431.3-3191l138.5-553.5l-2908-1103l-533.5-1256.5l-250.5-3893.5l1129.7-905l-269.1-5725.5l1933.2 350l1256.2-1808l-1124.2-4714.5l1196-490l3005.7-1679l1625.8-650.5l7088.2 837l2782.3-1068.5z" />
			<path  id="112" d="M-245023.7-6427818.5l972.4 443l2158.4-904l1236.7 2238.5l-799.1 734l-2994.7-21l46.9 5659l1605 868.5l8 3229l-1420.7 1098l2223.9 1317l4171.3 546.5l618.6 2743.5l1992.3 1317.5l-4076 879.5l-470.9 1335l-2760.9 201.5l-4376.5-2649.5l-2982.5 2929l-3129.8 105l-1127.8-1282l-1776.6 379.5l-64.3 891l-58.3 1158.5l-2909 3275l-2728.5-1776l-2898.6 2444.5l-2427-2086.5l-595.6-1111l-4302.3 2241.5l-1592-35l-681.5-4663.5l1034.4-1512.5l-677.9-1740l3788.3-3389.5l2302.1-3507.5l1184.1-2759.5l4023.5-3428l3506.3 1112l2004.1-226.5l3921.1-1962l2054.5-1587l723.2-1741.5l4495.3 754.5l780.1-1518.5z" />
			<path  id="139" d="M-167458.1-6415738l-1129.7 905l250.5 3893.5l-2442.3 2847l-2107.5 403l-1718.1 1417.5l-154.4 1410l-4353.6 2606l-202.7-1187l-2432.9-2407.5l-1969.4-58.5l-2161.4-615l-1885 1120l-382.5-1311.5l-2277.9-553l-177.3-5403.5l2610.4-896l1292.1-1920l-254.2-3281l1267.4-553l1491 1958.5l1767.7 267l2140.1-5501.5l2028 658.5l2152.7-2713l3255.2-1.5l-393.8 383.5l1892.4 1309.5l3626.1 1497.5l269.1 5725.5z" />
			<path  id="103" d="M-190602.4-6412672l177.3 5403.5l2277.9 553l382.5 1311.5l-908.6 3770l-2096.3-465l-1882.9-1854l104.5-628l-341.9-949.5l-1443.6-418l-2849.2 1253.5l-5090.5-152l-545.5 1030.5l-3103.9 1152l-171.5-2214.5l-1538-1592.5l1383.6-1303l1488.1-259.5l2521-3969.5l966.2-955.5l4064.7-929l603.4 365l8.4 1316l1451.9 463.5l4697.8-2464.5l-155.2 1536z" />
			<path  id="150" d="M-168337.4-6410939.5l533.5 1256.5l2908 1103l-138.5 553.5l1431.3 3191l1877.2 453.5l1138.1-672.5l1252.3 1950l1811.8 1062.5l2112.6-1228l2618.8 4492.5l-993.6 1988.5l635.9 2257.5l6504.4-1333.5l700.4-1808l1382.7 1399.5l1004.6-910l659.1-4540l-783.3-1614.5l492.1-660l6718.5 574l1651.1-1078l3700.1 856l136.1 1064l-1360 1647.5l616.2 2210.5l2659.6 2510.5l-1542.5 3358.5l2147.6 705l591.7-1209l1071.1 260.5l3848.7 3697l-290.5 1083l-1051.4 1202l1585.9 2972.5l-398.6 1629l-1149.8 865.5l-864.9 2439.5l-1815.2 82l-1470.9 1560l-4371-2181.5l-1636.3 117l-1137.5 1805l-1634.1 146l-493.2-731l-961.6-3290l-4845 1302.5l-1372.7 3719l541.5 1402l-1382.9 2510.5l-160.8 2304.5l231.5 335.5l-989.6 1124l-4300.5-150.5l-2531.5-1802.5l-1879.3-20.5l-221.6-4436l-2300.1 157l-1553.9-2242l-28.6-1340l661.9-2825l-2107.4-3117.5l898.3-1139.5l-1795.4-1180.5l-4330.8 1470.5l-1126.6-1044l-615.7-445.5l151.3-2096.5l-7328.8-840.5l441.1-2709.5l-633.5 528l-813.2-756.5l-3716.9-6148.5l-513-1288.5l1149.7-1823.5l4353.6-2606l154.4-1410l1718.1-1417.5l2107.5-403l2442.3-2847z" />
			<path  id="100" d="M-187764.7-6405404l1885-1120l2161.4 615l1969.4 58.5l2432.9 2407.5l202.7 1187l-1149.7 1823.5l513 1288.5l3716.9 6148.5l813.2 756.5l633.5-528l-441.1 2709.5l7328.8 840.5l-151.3 2096.5l615.7 445.5l1126.6 1044l4330.8-1470.5l1795.4 1180.5l-898.3 1139.5l2107.4 3117.5l-661.9 2825l28.6 1340l1553.9 2242l2300.1-157l221.6 4436l-3639.4 2602.5l1666.5 1759l-777 5582l744.5 623.5l-2132.5-565l-1908.4 2093.5l-540.6 478l-2742.7 460l-823.2-1631.5l-1957.9 1535l-6429.6-1665l-920.5-2362.5l-1518.6-2258.5l-1956.7-604.5l1254.2-3434l-1195.6-2389l-2284.3-1907l-2018.6-281l-2159.3-852l-1684.7-1026l-1186.3-1485l-2925.1 705.5l-2190.7-1816l5741-6666l-3666.2-3742.5l257.8-669.5l1432.5-1928l-1682.4-1255l-185.2-3397.5l1793.5-124.5l834.7-3535.5l-542.6-2899.5l908.6-3770z" />
			<path  id="104" d="M-202273.4-6404847l5090.5 152l2849.2-1253.5l1443.6 418l341.9 949.5l-104.5 628l1882.9 1854l2096.3 465l542.6 2899.5l-834.7 3535.5l-1793.5 124.5l-1246.5-1438l-2110.9-341.5l-3852.6 655.5l396.4 3248l-1156.1 452l-1901.5 31l-1285.7-2057l-917.7-160l-4348.9 535.5l-2667.9 1239.5l-144.7-2762l-3018.3-370.5l686.5-1876.5l1892.5-819.5l3031.3-1780l1480.5-2146.5l3103.9-1152l545.5-1030.5z" />
			<path  id="149" d="M-109124.8-6392267l1214.5 886.5l2572.4-606.5l1066.3 1522.5l2654.8 1504l161 1252l-3373.4 2473.5l1251.9 1241l-117.5 2786.5l1049.3 2188.5l-305.7 1191.5l-3992.5 4037.5l213.5 829l-918-8.5l-1935.7 5818.5l-1297.3 682l-2385.7 2030l-168.5 1684l-2143.2 1497.5l-3523.7 28.5l-1388.1-2393.5l-1207.3 162l-2671.1 3249.5l-2341.4 1812l-2365.7 3335.5l-2619.2 1515l2502.1 6003.5l-1838.7 4455l-751.3-177l-443.3 1212l-1839-2037l-1385.4-362.5l-1411.9 1241l-1468.5-247l190.8-3325l-871.8-751.5l-1137.9-1401.5l-1856.7-1735l-1210.7-2490l636.8-3465l-107-66.5l352.2-1709l-878.3-1832.5l-2636.3 125.5l-668.6-45.5l-2316.8-3339l-2181.2-452l-1530.3-517.5l1627.5-4690l4300.5 150.5l989.6-1124l-231.5-335.5l160.8-2304.5l1382.9-2510.5l-541.5-1402l1372.7-3719l4845-1302.5l961.6 3290l493.2 731l1634.1-146l1137.5-1805l1636.3-117l4371 2181.5l1470.9-1560l1815.2-82l864.9-2439.5l1149.8-865.5l398.6-1629l-1585.9-2972.5l1051.4-1202l7202.1 1404.5l2777-1971.5l1564.9-2217l2573.3-1164.5z" />
			<path  id="99" d="M-208744.7-6352310l-637.4 3239.5l760.5 5776.5l-554 1394.5l-851.3-397l45.7 1169l2560.5 2473.5l3158.7-2740.5l5228.8 925.5l950.8 1109l-503.9 2087l-1169 1187.5l-1865.8 1289l-2546.2-277l-1802.6 1702.5l-2603.5-2143.5l-3809.8 4241.5l-987.3-151l-872.4 1047.5l-1450-880l-1656.8 453.5l-440.3-714l-1830.7-999l-622.6-2337.5l2276.1-3247l-1082.8-1308l-2017.5-710.5l287-5347l-1107.9-919.5l3141.1-2015l1352.2-1923.5l-2945.9-2205l-455.7-3574l3213.1-1858.5l2373.2-18.5l3454.3 1368l2716.5-711.5l435.6 1796.5l2042.2 1523.5l-2183.1 1693.5z M-202455.7-6354186.5l1558.9-2248l1999.9-514l3091.5 2438l1696.3-1147l-569 4711.5l1299.7 1416l5844.3 4485.5l1145-49l705.7 2991l-329.1 17l-52.7 39l-615.8 1653.5l-2986.2 1930.5l-4113.9 1298.5l-3205.1-17l26.8-2929.5l-544-1152.5l-2228.7-4940.5l2892.8-3883l-5616.4-4100z" />
			<path  id="97" d="M-208744.7-6352310l2183.1-1693.5l711.5 293l1624.8 873l1769.6-1349l5616.4 4100l-2892.8 3883l2228.7 4940.5l544 1152.5l-1123 750.5l-950.8-1109l-5228.8-925.5l-3158.7 2740.5l-2560.5-2473.5l-45.7-1169l851.3 397l554-1394.5l-760.5-5776.5l637.4-3239.5z" />
			<path  id="135" d="M-58484.6-6539891l-2954.8 3777.5l2057.9 3428l-1929.2 4585.5l-1533.9 2195l-1135.1 1313l-4166.5 1450.5l-1921.1 6676l7033.4 3592.5l-989.4 1184.5l-1044.2 1385.5l-77.2 3065l-4058.5-1337.5l102.6 1502.5l-4157.7-429.5l-1739.9-1289.5l-2580.8 202l-816-2025.5l-1539.6-1174l3025.1-2908.5l-5410.7-1669l-3238.8-1547.5l-1531.2 3271.5l-1771.8 139.5l-869.3 1464.5l-3310.4-3274l-3258.1 550l-2113.7-369.5l-165.2-266l-3727.6-573.5l-2240.1-332.5l-181.5-958l74.6-4544.5l-1282.5-4979l-3383.9-2444.5l-5361.7-2797.5l-919.3-5514l4877.3 1394.5l1709.4-501.5l1432.4 523l2678.8-1685.5l477.3-3308.5l3171.7-2420.5l3536.9 1480.5l6398.2-3332l3387.4 3511.5l-99.8 6324l1001.5 1628.5l-925.3 3757.5l753.5 11l1995 866l1949.7-840l871.5-353.5l4475.3 1130l2422.3-708l2225-746l1098.5 129l4277.2-6091l1717.2-2295.5l1997.7-2475.5l2899.5 350.5l2787.8 2302.5z" />
			<path  id="129" d="M-162312.9-6541797l5160.7 2134.5l1757.6 6202.5l2394.8 1116.5l2287.3 1395l1999.6 1032l1940.7 307.5l3416.8-1246.5l1993.5 1743l1028.7 110.5l691.6 3372.5l1103.9 1201l1563.4 2365.5l-2665.4-346.5l-1287.1 815.5l33.9 1138.5l1649.6 1737.5l-2292.5 1132.5l95.7 3194.5l-382.9 1190l-1525.9 1562l102.8 959l1783.7 2189.5l6002.4 1084.5l-1001.8 1776.5l207.3 4500.5l-2464.1-160.5l-988.3 1206.5l-5064.1 2251.5l-2342.3-1293.5l-2323.1 4l-1358.9-1170l-2777 541l-2242.4 3972l102.7 1149l-1621.9 1881l-7073.4-3105.5l-3109.5 1959l-1378.1-3998l1191.8-1557l-1598.4-4451l-4635.3-1421.5l-1428.3-4232.5l645.6-1458.5l1907.7 276.5l8153.5-3953l-340.7-2399l-3232.6-6453l-4798.2-3118.5l341.7-757.5l4181.4-2695l499.1-269.5l295.3-80.5l597.8 302.5l2336.1-778.5l1871.5-4246l134.8-737.5l-2649.7-1309l3109-4566z" />
			<path  id="137" d="M-77960.3-6486048l6771.6 1193l1424.6 2496.5l86.6 3656.5l1450.1 142.5l100.1 2473l661.1 497.5l4830.8-1309.5l2143.7-903l359.7-2480.5l4428.2-1085.5l563.9-1340.5l1448.4-1137.5l3911.4 17.5l842.6 1905l-1067.9 274.5l123.9 2627l1362.8 1110l1095.5-169l1655.7 738l705.6 3138.5l-834.1 3708.5l1895.2-1042l3171.1 1004.5l3689-806l55.7 856l-1810.7 1883l-28.9 3688l1025.4 1134.5l-2449.3 2282l-314.7 685.5l-1607.5 1098.5l-468 2239.5l1000.7 645.5l-125.5 2215.5l350.7 427.5l-1651.4 6458l2922.3 378l465.1-271l112-65l1026.1-77.5l355.2 713.5l-919.8 1147.5l-2342.7 998.5l-1630.8-187.5l-2639.2 1555l1807.3 1909.5l-200.8 1225l-2791.1 3418.5l-723 2340.5l-2917.2 2816l-3064.3 1838.5l-425.6 1850l-2340.4 674l-2120.4 2617l-4307.8-308.5l-1089.7-2224l1095.7-3276l-1051.7-999.5l-3713.7-1113l-3679.9 654.5l-4107.3-1836.5l-429.9-949.5l4346.1-3600.5l3516.2-1168l-193.8-2351.5l-1657.6-663l-778.2-2141.5l754.3-3001.5l-1006.5-3138.5l1706.7-3532.5l-761.3-5996.5l-1367.2-2444l-327.6-656l-2807.6-1502.5l697-553.5l-815-603.5l-3777.5 1511.5l-4946.5 41l-1469.7-2063l-174-1857.5l-1118.1-2857l-159.2-212l-4189.4-6205l1860-2178l3447 1654l251.6-507.5l1585.4-3511l2590.2-1407l3517.2-496.5l-807.3-1709.5z" />
			<path  id="114" d="M-241696.9-6471151.5l1951.6-564l509.7 694.5l2841.1 2377l1745.4-1255.5l3785.7 1064.5l4928.3 3083l2363.3-716l1039.2 3346.5l998.4-222l4812.5 2390l3675.9-1732l1625.6 4847.5l-2504.1 3435.5l-256.2 3964.5l-2348 382l158 1085l-1451.8 1436.5l-7438.5 2195.5l-1595.9-480.5l-236.4 1730l-2244.9 930l-76 422l-814.6 2316.5l916.5 2258.5l-4425 1555l-1428.7-2259l-1152.4 33l-1436.8 3636l635 1052l-5710.2 95l-1610.2-1155.5l-1648.4-4894l1152.8-2437l2497.9-1657.5l-4598.7-906.5l-544.2-236l-654.6 1167l-1742.3 281l-1319.4-1415l653.8-426.5l-193.6-1359.5l-2986.8-2944l-1942.2-770l89.4-2614.5l1893.8 776.5l1886-652l1479.8-3021l544.9-1407l-1485.4-1072.5l3073.9-4327l287.2-2175.5l1304.9 1291l-936.5 3140l3348.5 1688l2073.2-2001.5l-318.2-3708l1857.6-3136l-1029.9-3128z" />
			<path  id="110" d="M-246889-6408782.5l4376.5 2649.5l-2207.6-322l-290 1866.5l488.9 4016l1719.6-316l562.3 3655l-2842.3-572l-1576.1 1057.5l-2561.5 4203l512.6 1285l-4105-273.5l-2328.8-1759l456.8-2334l-4253.8-5700l2909-3275l58.3-1158.5l64.3-891l1776.6-379.5l1127.8 1282l3129.8-105l2982.5-2929z" />
			<path  id="90" d="M-261665.8-6403102.5l2728.5 1776l4253.8 5700l-456.8 2334l2328.8 1759l4105 273.5l2119.3 3819l-1332.3 1389.5l-6619.7 1786.5l-719.9 817.5l-3291 69l-897.5-1167l-1796.3 2978.5l-2558.3 777l-3141.8 4119l-2993.5 1868.5l-1011.7 3388l-3751.5-1553l198.4-694l-4922.4-1924.5l-131.6-1497.5l991.3-3909l-4146 265.5l-683.7-704.5l-4244.4 881.5l-1680.2-8549l3359.2-1538.5l1509 3396l1139.3 83.5l1098.1-1209l2084.4-3722l4094.4-2426l2086.3-1674.5l3301.3-2361.5l2027.3-226l1520.3-1093.5l-2471.4-1780.5l2579.6-1093.5l2427 2086.5l2898.6-2444.5z" />
			<path  id="123" d="M-201580.7-6465738.5l2735.9-1052.5l4267.9-3550l2704 630.5l3164.8 1956.5l688.5 2362l-893.8 574l1364.9 2732.5l2764.8 1507l-1572.2 2629l88.4 780.5l7296.5 4873.5l546.1 300l-617 1805.5l-3325-486l-2928.9 3531l-1543.7-1229.5l-871.2 600.5l-879-375l-2944.8-451l-2222.9-2716.5l-2750 397.5l-1572.2 1273.5l1542.9 896.5l1220.4 8258l-2421.2-13.5l-2296.1-4578l-2824.4-2627.5l-2250.5-1084.5l11-787.5l842.4-1360.5l-831.3-3213l1657.3-2571l2620.4-3156l55.4-4389l-827.4-1467z" />
			<path  id="126" d="M-212523.9-6466282.5l617.4 164l2132 661.5l1616.4-2924.5l2922-18l606.9 1822l3048.3 839l827.4 1467l-55.4 4389l-2620.4 3156l-1657.3 2571l831.3 3213l-842.4 1360.5l-3179.3 783l1925.4 5052l-823.2 5024.5l-734.1-128.5l-886.9 2742.5l-4159.3 1014.5l-2288.5-2086l-1663-5388l-2297.4-1910l2372.1-1796l-990.5-1260.5l1451.8-1436.5l-158-1085l2348-382l256.2-3964.5l2504.1-3435.5l-1625.6-4847.5l521.9-3597z" />
			<path  id="146" d="M-177055.4-6458613.5l2432.1-1479.5l879.7 1274l172.6 723l2298.1-294.5l1837.8 3985l5683.5-2895.5l1738.9 922.5l1122-1535l2433 879.5l2385.9-2701l2355.5 1472.5l2894.2-1512l5597 3999l3389.4 628.5l3526.1 3023l-3043.5 98.5l-3083.7 6458.5l-126.4 2180.5l-2740.3-149.5l-3041.1 1686l-227.8 77.5l-629.5-3036l-1849.6-1463.5l-3926.3-1034l-1007.5 1430l-1812.7-41.5l-847-5182.5l-1568.8-15.5l-1515 1328l-1202.2-282l-894.7 1157l-664-50.5l-1635.7 914.5l-564.9 2913l2133.6 1077l-198.8 1186.5l-6090.8 266.5l-829.4-1525.5l-3101.5 1327.5l-1661.8-943l-121.4-1373l2804.5-1454l13.2-3028.5l-897.8-2119l-1784.6-274.5l-546.1-300l2921.3-1685l-2.6-1401l-1798.2-1780l795.1-1452z" />
			<path  id="122" d="M-198079.6-6449645.5l1572.2-1273.5l2750-397.5l2222.9 2716.5l2944.8 451l879 375l871.2-600.5l1543.7 1229.5l2928.9-3531l3325 486l617-1805.5l1784.6 274.5l897.8 2119l-13.2 3028.5l-2804.5 1454l-1588.2 1367l-1711.9-474.5l-1704.4 2217l700.4 4782l-3225.9 502.5l-1330.9-1114.5l137-1136.5l-3565.2-3622l-4467 2107.5l-1220.4-8258l-1542.9-896.5z" />
			<path  id="145" d="M-160644.8-6451100l847 5182.5l1812.7 41.5l1007.5-1430l3926.3 1034l1849.6 1463.5l629.5 3036l227.8-77.5l729.6 5592l-435.2 1215.5l-271.5 1331l1214.9 2219l-857.5 805.5l-2782.3 1068.5l-7088.2-837l-1625.8 650.5l-3005.7 1679l-1196 490l1124.2 4714.5l-1256.2 1808l-1933.2-350l-3626.1-1497.5l-1892.4-1309.5l393.8-383.5l-400.7-1032.5l2994.1-4262l1796.4-934l2310.5-37.5l-429.7-3529.5l2533.9-1212.5l89.4-3362l-1692.9 50l-1104.3-3898l198.8-1186.5l-2133.6-1077l564.9-2913l1635.7-914.5l664 50.5l894.7-1157l1202.2 282l1515-1328l1568.8 15.5z" />
			<path  id="124" d="M-208276.8-6448799l3179.3-783l-11 787.5l2250.5 1084.5l2824.4 2627.5l2296.1 4578l-1483.3-12.5l1297.8 4321l-364.8 861.5l-195.1 1559.5l-2493.8 1038.5l-5563-4362l-635.1-1624l823.2-5024.5l-1925.4-5052z" />
			<path  id="118" d="M-226856.8-6445819.5l1595.9 480.5l7438.5-2195.5l990.5 1260.5l-2372.1 1796l2297.4 1910l1663 5388l2288.5 2086l-1885.5 950l-221.8 1936l-4059.3 2097l-2254.7-594.5l1050.6-5454l-2214.3-1425l-237.9-1870.5l-3138.6-1441l-3497.5-1841.5l76-422l2244.9-930l236.4-1730z" />
			<path  id="143" d="M-181860.4-6444227l1711.9 474.5l1588.2-1367l121.4 1373l1661.8 943l62.1 5444.5l4694.8 419l167.7 2347.5l-3437.3 1551l-538.2 6406.5l-3058.8 247.5l-2228.8-4819.5l-2800.1-1052.5l-1709-771l-1273.3-1802l807.5-1893l3225.9-502.5l-700.4-4782l1704.4-2217z" />
			<path  id="144" d="M-176777-6442803.5l3101.5-1327.5l829.4 1525.5l6090.8-266.5l1104.3 3898l1692.9-50l-89.4 3362l-2533.9 1212.5l429.7 3529.5l-2310.5 37.5l-1796.4 934l-2994.1 4262l400.7 1032.5l-3255.2 1.5l279.2-1982.5l538.2-6406.5l3437.3-1551l-167.7-2347.5l-4694.8-419l-62.1-5444.5z" />
			<path  id="117" d="M-229414-6442737.5l3497.5 1841.5l3138.6 1441l237.9 1870.5l2214.3 1425l-1050.6 5454l-3271.6-61l-4994.7-93.5l-1615.6 1750l43.4-5148l-2522.4-2349.5l4425-1555l-916.5-2258.5l814.6-2316.5z" />
			<path  id="142" d="M-195316.3-6440491l4467-2107.5l3565.2 3622l-137 1136.5l1330.9 1114.5l-807.5 1893l1273.3 1802l1709 771l-527.2 2825.5l-3828.3 245l-2688.8-806l-1177.7-6447l-1761.1-548.5l-1180.6 1563.5l-3208.5 92.5l364.8-861.5l-1297.8-4321l1483.3 12.5l2421.2 13.5z" />
			<path  id="115" d="M-236318.3-6438833.5l1152.4-33l1428.7 2259l2522.4 2349.5l-43.4 5148l-600.1 2980.5l-1261-765.5l-665.7 2531l-204.8 3344l-1432.8 1402l-3519.7 1277l-3145.9-1464l-709.9 1004.5l-1605-868.5l-46.9-5659l2994.7 21l799.1-734l-1236.7-2238.5l-937.3-5771l5710.2-95l-635-1052l1436.8-3636z" />
			<path  id="120" d="M-207908.8-6438851l734.1 128.5l635.1 1624l5563 4362l2183.8 6263.5l-545.6 1382.5l-1336.1 762l-5395.6-3323l-2786.5-3604l122.6-1975l-61.6-2878l886.9-2742.5z" />
			<path  id="141" d="M-198287.8-6435334.5l3208.5-92.5l1180.6-1563.5l1761.1 548.5l1177.7 6447l2688.8 806l383.3 1121l-2964.2 3228l-6735.3-327.5l-1205.7-1305.5l-2183.8-6263.5l2493.8-1038.5l195.1-1559.5z" />
			<path  id="119" d="M-212955-6435094l4159.3-1014.5l61.6 2878l-2818.1 3641l472.2 1299l-1339.6 4621.5l-2769.8 2955.5l-5275.3 1499.5l-1004.7-2548l616.9-7030l-523.8-1913.5l2254.7 594.5l4059.3-2097l221.8-1936l1885.5-950z" />
			<path  id="121" d="M-211552.2-6429589.5l2818.1-3641l-122.6 1975l2786.5 3604l5395.6 3323l311.2 2744l-1970.3 1292.5l-3770.6 657l-2266.8 353.5l-5245.3 858l-1573.1-2290l2769.8-2955.5l1339.6-4621.5l-472.2-1299z" />
			<path  id="140" d="M-188271.1-6429189l3828.3-245l527.2-2825.5l2800.1 1052.5l2228.8 4819.5l3058.8-247.5l-279.2 1982.5l-2152.7 2713l-2028-658.5l-2140.1 5501.5l-1767.7-267l-1491-1958.5l-1267.4 553l254.2 3281l-1292.1 1920l-2610.4 896l155.2-1536l-4697.8 2464.5l-1451.9-463.5l-8.4-1316l-603.4-365l-1114.9-3407l602.7-2781.5l-401.2-936.5l-2241.4-571.5l-311.2-2744l1336.1-762l545.6-1382.5l1205.7 1305.5l6735.3 327.5l2964.2-3228l-383.3-1121z" />
			<path  id="116" d="M-224647.9-6430766.5l3271.6 61l523.8 1913.5l-616.9 7030l1004.7 2548l-1699.2 171.5l-1652.5 774l-2366.7-1212l-2423.4 2061l-596.7-420.5l-3094.6-1455l-34.7-3936.5l-1452.6-1132.5l665.7-2531l1261 765.5l600.1-2980.5l1615.6-1750l4994.7 93.5z" />
			<path  id="111" d="M-242798-6418800.5l709.9-1004.5l3145.9 1464l3519.7-1277l1432.8-1402l204.8-3344l1452.6 1132.5l34.7 3936.5l3094.6 1455l596.7 420.5l1300.5 2344l-779.7 6154.5l-2094.1 2311.5l-1606.5 113.5l-2474.1 1425l-327.3 3819l-1268.3 471.5l290.1 1727.5l-893.7 1512l-553.8 1001l-1449.8-1193l-1020.4 4114l-3082.1 2610l-608 3605l-2457.1 1026l-852.7 1383l-1436.3-1056.5l1332.3-1389.5l-2119.3-3819l-512.6-1285l2561.5-4203l1576.1-1057.5l2842.3 572l-562.3-3655l-1719.6 316l-488.9-4016l290-1866.5l2207.6 322l2760.9-201.5l470.9-1335l4076-879.5l-1992.3-1317.5l-618.6-2743.5l-4171.3-546.5l-2223.9-1317l1420.7-1098l-8-3229z" />
			<path  id="106" d="M-208371.1-6419281.5l2266.8-353.5l3770.6-657l1970.3-1292.5l2241.4 571.5l401.2 936.5l-602.7 2781.5l1114.9 3407l-4064.7 929l-966.2 955.5l-2521 3969.5l-1488.1 259.5l-2281.2-3676l-1732.6-936.5l-3226.6 1948l-2819.6 1162l-6361-1875l505.8-7890.5l1699.2-171.5l5275.3-1499.5l1573.1 2290l5245.3-858z" />
			<path  id="107" d="M-228606.5-6417419.5l2423.4-2061l2366.7 1212l1652.5-774l-505.8 7890.5l6361 1875l2819.6-1162l-472.9 3882l-4162.7-237.5l-29.6 2085.5l-8013.8-673l-2407.5 152l-2042.8-252l438.6-1127.5l2094.1-2311.5l779.7-6154.5l-1300.5-2344z" />
			<path  id="105" d="M-213489-6410439l3226.6-1948l1732.6 936.5l2281.2 3676l-1383.6 1303l1538 1592.5l171.5 2214.5l-1480.5 2146.5l-3031.3 1780l-1892.5 819.5l-686.5 1876.5l3018.3 370.5l144.7 2762l-758.2 3159l-115.1 1921.5l-1016.3 649.5l-2219-520l-838.7-1038l-729.4-145.5l-1573 1750.5l-2573.7-1048.5l-475.2-1204.5l2274.4-2256l-1854.5-2406l3951.9-17l829.3-1376.5l-2174-2136.5l2271.3-3655.5l-3303.4-3476l29.6-2085.5l4162.7 237.5l472.9-3882z" />
			<path  id="109" d="M-231786.2-6406496l1606.5-113.5l-438.6 1127.5l2042.8 252l576.1 4219l3355.4 188.5l847.8 691.5l121 3804l2727.6-1612l1132.5-7.5l85.8 3899l1854.5 2406l-2274.4 2256l-582.6 64.5l-1327.6 845l482.8 1750l-1689.7 1388l-181 60l-362.1-1448l-1025.9-1207l-952.5 531l-1448.9-273l516.7 2647.5l-3392.9 2881l-4646.6-860.5l-803.3-627l-5000.2 299l-1016.6-1536l595.2-1802.5l-2189.2-730.5l608-3605l3082.1-2610l1020.4-4114l1449.8 1193l553.8-1001l893.7-1512l-290.1-1727.5l1268.3-471.5l327.3-3819l2474.1-1425z" />
			<path  id="108" d="M-228575.5-6405230l2407.5-152l8013.8 673l3303.4 3476l-2271.3 3655.5l2174 2136.5l-829.3 1376.5l-3951.9 17l-85.8-3899l-1132.5 7.5l-2727.6 1612l-121-3804l-847.8-691.5l-3355.4-188.5l-576.1-4219z" />
			<path  id="101" d="M-197969-6396198.5l3852.6-655.5l2110.9 341.5l1246.5 1438l185.2 3397.5l1682.4 1255l-1432.5 1928l-257.8 669.5l3666.2 3742.5l-5741 6666l2190.7 1816l2925.1-705.5l1186.3 1485l1684.7 1026l2159.3 852l-3732.1 3896.5l-3104.6 606.5l-183 18l-1741.5-533.5l-1932.7-2013l-4031.7 5940l-2367.8 636l-1535.7-1671l348.8-4243l453.5-2931l-2332.1 295.5l-1729.2-1734.5l1107.1-1105.5l-179.8-1453l-2011.6-1021l105.2-3216.5l1616-739l1800.6-4113l-2588.1-424.5l-1184.5-1011.5l1089.5-2352l-2978.4 477l-1536.1 1054l-1450-1169.5l758.2-3159l2667.9-1239.5l4348.9-535.5l917.7 160l1285.7 2057l1901.5-31l1156.1-452l-396.4-3248z" />
			<path  id="102" d="M-210608.7-6389750.5l1450 1169.5l1536.1-1054l2978.4-477l-1089.5 2352l1184.5 1011.5l2588.1 424.5l-1800.6 4113l-1616 739l-105.2 3216.5l2011.6 1021l179.8 1453l-1107.1 1105.5l-8759.7 1126l-504-941.5l2951.7-2031.5l-2568.3-2990l1147.5-1741l-348.7-1880l-4620.2-3998.5l1573-1750.5l729.4 145.5l838.7 1038l2219 520l1016.3-649.5l115.1-1921.5z" />
			<path  id="96" d="M-220149.2-6389385.5l475.2 1204.5l2573.7 1048.5l4620.2 3998.5l348.7 1880l-1147.5 1741l2568.3 2990l-2951.7 2031.5l-2031.7-191.5l-1495 1840l-2875-1035l-1188.3-3028.5l-1006-51.5l947.4-1653l.6-4662l-1353.3-1100.5l-1545.2 50l-1579.1-3078.5l952.5-531l1025.9 1207l362.1 1448l181-60l1689.7-1388l-482.8-1750l1327.6-845l582.6-64.5z" />
			<path  id="92" d="M-227236.7-6387675l1448.9 273l1579.1 3078.5l1545.2-50l1353.3 1100.5l-.6 4662l-947.4 1653l-1950.1 3477l3343 3869l1765.3-521.5l2710.2 2130.5l-247.1 4809.5l-4869.2 543.5l-599.5 689l-1973.2-2530l-566 414l-1754.7 1761l-1183.1 156l-2559.1-2963.5l-2598.4 1527.5l-293 1340.5l-2311.2-130l-2885.3 989l28.2-1345.5l-1042.2-1201l-1467.7-71l-1455.1-5035.5l-1161.9-19l-1149-428.5l-2100.4-6373.5l1152.2-2262l-1774.4-1323.5l-944.3-2281.5l1661.1-3257.5l852.7-1383l2457.1-1026l2189.2 730.5l-595.2 1802.5l1016.6 1536l5000.2-299l803.3 627l4646.6 860.5l3392.9-2881l-516.7-2647.5z" />
			<path  id="95" d="M-224208.3-6373481l1950.1-3477l1006 51.5l1188.3 3028.5l2875 1035l2236.8 26l6618.3 5992l-3987.4 4833.5l-3629.9 223l-685.8-1425l247.1-4809.5l-2710.2-2130.5l-1765.3 521.5l-3343-3869z" />
			<path  id="94" d="M-204398.6-6374676l1729.2 1734.5l2332.1-295.5l-453.5 2931l-348.8 4243l1535.7 1671l-5029.7 3573.5l-1990.4 225l-4073.1-872.5l-1624.2-525.5l3987.4-4833.5l-6618.3-5992l-2236.8-26l1495-1840l2031.7 191.5l504 941.5l8759.7-1126z" />
			<path  id="98" d="M-182510.4-6372942.5l2018.6 281l2284.3 1907l1195.6 2389l-1254.2 3434l1956.7 604.5l1518.6 2258.5l920.5 2362.5l6429.6 1665l1957.9-1535l823.2 1631.5l1355.8 1221.5l134.4 1594l-1.5 191l-1666.3 946l1.6 1560l-126.1 75l-3037.4 27.5l-1070 145l-745.3 1148.5l337.3 1135l-435.2 662l-2150.1-360.5l-1684.2 251.5l-1348.2 1212l-1005.2-151.5l-1658.4 1246.5l-2842 635l-4340.8-670.5l-1448.2 1983l-1145 49l-5844.3-4485.5l-1299.7-1416l569-4711.5l-1696.3 1147l-3091.5-2438l-1999.9 514l-1558.9 2248l-1769.6 1349l-1624.8-873l-711.5-293l-2042.2-1523.5l-435.6-1796.5l-227.2-1957.5l-2672.7-1161.5l-382-1549l1624.2 525.5l4073.1 872.5l1990.4-225l5029.7-3573.5l2367.8-636l4031.7-5940l1932.7 2013l1741.5 533.5l183-18l3104.6-606.5l3732.1-3896.5z" />
			<path  id="93" d="M-233033.3-6362255.5l293-1340.5l2598.4-1527.5l2559.1 2963.5l1183.1-156l1754.7-1761l566-414l1973.2 2530l599.5-689l4869.2-543.5l685.8 1425l3629.9-223l382 1549l2672.7 1161.5l227.2 1957.5l-2716.5 711.5l-3454.3-1368l-2373.2 18.5l-3213.1 1858.5l455.7 3574l2945.9 2205l-1352.2 1923.5l-3141.1 2015l1107.9 919.5l-287 5347l2017.5 710.5l1082.8 1308l-2276.1 3247l622.6 2337.5l1830.7 999l440.3 714l135.7 2654l-1144.6 722.5l-2380.8 8.5l362.9 2114.5l1167.5 688.5l-421.4 3684l-2192.3 791l-289 494l-884.8 213l-2966.8-2113.5l-702.7-2162l-2346.3 616.5l-1847.6 1788.5l1613.5 1162l-1725.6 1847l1145.1 1088l778.9-423.5l478.8 3483l-783.1 1335l939.3 2066.5l1273.1 516.5l-187.5 1017l-251.2 3.5l-4441.2 720l-2740.9 1849l-692.3-2791l-1187.8-1410l-899.9 445l-1393 2381l-1099.7-959.5l423.3-2177.5l-2623.8-1301l-505.3 586l-2695.2 1206l-727.5-400.5l-2227.2 1844l-1470.5 1462.5l-2505.6-96.5l914.3-2473l-877.3-1234l-1904.2 238.5l-439.8-2342.5l-1331.3 331l-716.9 154.5l1224.3 3730l619.2 2053l676.6-43l84.7 1213l-1561.9-117.5l320.8-1433l-3150.8-4068l1473.5-8839l-3920.4-5221.5l2311.8-1076l2400.2-2654l-431.5-483.5l-1132.5 677l689-3551l3771.4-4058.5l98-992l456.5-1075.5l3309 1032l1445.1 1309.5l3797-118.5l1053.1-119.5l92.4-2490.5l1339.8-1417.5l-635.1-1817l2543.5-1776.5l-522.5-2668l-162.2-1189l3849.8-2008l2477.3 1661l1752-1873.5l-469.7-2586.5l-862.3-1860.5l2337.1-1855l-201.6-5269.5l-1384.7-92.5z" />
		</g>
		<g  id="_6">
			<path  id="170" d="M-37112.1-6420965.5l2656.7 76l1604.7 1021l1584-398.5l-10.2-719l3815.8 804l-2325.4 1386l381.4 2278.5l-1774.8 887.5l-80.9 345l553.4 858.5l721 1238.5l4667.2 2742.5l2941.6 254.5l3786.2 2059l-3681.5-1251.5l-1842.4 294.5l-586.4 1970.5l1777.5 1543l1582.2 1200l4614.2 123l-396.7 1253.5l-1468.5 719l-3155.3-142.5l-1208.6 2181.5l-1995.3 1251.5l-1127.9 2123l785 1050l-2751.5 1021.5l-2255.5-1649.5l112.8-2416l-3520.3-1227l-2352.7 1087l-599.5-1466.5l-879.5-2180.5l1475-1928l-5756-1397.5l-3207.4-3660.5l2137.6-1429.5l-794.5-3288l-1212.3-1225.5l-70.2-720l2963.3-1898l2391.5 471.5l1185.7-1962l1316.3-1280.5z" />
			<path  id="173" d="M-107648.1-6372969.5l918 8.5l2869.4 1633.5l5868.7 459.5l7315-4496l180.5 1421l1748.6 723l-173.7 1017l2456.2-1345.5l2985.6 2339l2946.7-679.5l3160.7 1222l1548.2-698.5l-102.7-1260l1610.1 621l2374.8 3170l30.2 720l2511.1 493.5l590 2166l512.7 506.5l1190-2281.5l4708.9 523.5l1507.9 2258.5l-1022.3 1704.5l1665.4 2440.5l441.7 2784l-265.4 416l-2220.7 189.5l-1377.7 1380l-96.5 1218l-5602.8 2022l-26.1 1918l-4225.4 2120.5l-1083.1 1764l-1993.7 1132l-392.7 954l843.1 1190l-1283.7 1821l-2426.1-872l-1761.6-1243l-4285.9 2159.5l-966.7-912.5l-1557.5 1378l-1378.6-19l-1401.8 220.5l-3822-2549.5l-187.2 537l-2176 2767.5l-3178.1-2880.5l-1505-1000l-195.9-3220l-1248 662.5l-1368.5-758l-4036.6 1463.5l-507.6-2345l-771.9-2008.5l1813.3-2553l-642.4-1248l-1305.2 461.5l-1860.5 155l-824.5-2549l903.3-3225l-1420-1378l-1936.6-126.5l.1-781l2143.2-1497.5l168.5-1684l2385.7-2030l1297.3-682l1935.7-5818.5z" />
			<path  id="174" d="M-120490.4-6363622.5l1388.1 2393.5l3523.7-28.5l-.1 781l1936.6 126.5l1420 1378l-903.3 3225l824.5 2549l1860.5-155l1305.2-461.5l642.4 1248l-1813.3 2553l771.9 2008.5l507.6 2345l4036.6-1463.5l1368.5 758l1248-662.5l195.9 3220l1505 1000l3178.1 2880.5l2176-2767.5l2766.3 4503.5l-75.9 2637.5l-244.1 1775l-3473.4 2650l-664.3-1107.5l-2925.3-170l1462.5 2658l-136.2 1196.5l785.3 703.5l-2408 2512l-2264.5 469l2879.9 1298l1985.2-492.5l2134.1 1768l-1500.6 1598l-1638.9 18l-3122.9 1855.5l-1199.3 1482.5l-341 95.5l-901.8 187l1027.3 5250l2251 530.5l-2754.8-217.5l-1783.5 1814l-1444.9 440l-1946.9-2305l-2891.5-3376.5l850.6-2286.5l-1527.8 658.5l-1442.7 280l-1512.2-1939.5l-808.5-3708l-2566.8-814.5l-754.3-370l-3490.8-4844l-338.8-1523.5l-1741.8-1222.5l-1809.4 2253.5l-2918.9-1359l-828-2629.5l-1656.5-955.5l998.8-2114l-1386.6-2396l-447-476.5l-109.6-193l49.5-2411.5l554.6-203l404.8-878.5l443.3-1212l751.3 177l1838.7-4455l-2502.1-6003.5l2619.2-1515l2365.7-3335.5l2341.4-1812l2671.1-3249.5l1207.3-162z" />
			<path  id="175" d="M-59806.2-6357519l4193.7 1675.5l1765-476l2565.3 2393l3244.3-515l499.9 1445.5l5511.3 1773.5l2757.5-1461.5l891.1 3549l1322.7-282l2451.6 3410.5l-677.6 2079l-3334.3 2732.5l-1879.1-1424.5l-3102.8 398l-5003.5 3509l-1907.7 3631l-1186.7 564l-1716-1662.5l35.4 3278l-1699.9 96.5l-3558.9 131.5l-1786.5-883.5l-2767.8 5888l1981.5 1246l-271.7 875.5l7841.9 1615l2018.7 1446l-1100.1 1544l-258.5 5063l-6264.4 2153l-1505.2 1938l38.4-1358l-2818.4 41l-1235-296.5l-1890.3-3542.5l160.3-1496.5l1176.2-1263.5l-2413.6-332.5l-2652.4 1063l-251.1-642.5l-1327.1 601l226.1 3940l-2871.3 2459l-2787.3-777.5l-575.2 1151.5l-1588.7-741l-4295.6-78.5l-1265.4-996.5l-265.1-1083l806.4-508.5l-805.7-2469l-2076.5 1331l-1841-1284.5l-1802.9 315.5l-1822.4-1184l-183.7 277l-2557.2-55l-5369.9 3963.5l1837.2 1564l-300.2 1494.5l-1424.7 420.5l-2251-530.5l-1027.3-5250l901.8-187l341-95.5l1199.3-1482.5l3122.9-1855.5l1638.9-18l1500.6-1598l-2134.1-1768l-1985.2 492.5l-2879.9-1298l2264.5-469l2408-2512l-785.3-703.5l136.2-1196.5l-1462.5-2658l2925.3 170l664.3 1107.5l3473.4-2650l244.1-1775l75.9-2637.5l-2766.3-4503.5l187.2-537l3822 2549.5l1401.8-220.5l1378.6 19l1557.5-1378l966.7 912.5l4285.9-2159.5l1761.6 1243l2426.1 872l1283.7-1821l-843.1-1190l392.7-954l1993.7-1132l1083.1-1764l4225.4-2120.5l26.1-1918l5602.8-2022l96.5-1218l1377.7-1380l2220.7-189.5l265.4-416z" />
			<path  id="179" d="M-139118.6-6327359l530.3-561.5l1946.6 1296.5l66 897.5l2571 479l1030.2-585.5l1233.2 2353.5l1374.2-1120l-6.1 3357l-1488.4 699l-914.4 1106.5l-1874.9 4110.5l570.3 667.5l-1025.5 465.5l-768.3 2108l1747.2 2282l3227.2 744l-2.2 160l3803.9 2410l3344.1 965l-1543.1-2599l4536.4 2.5l-99.4 1417.5l1237.2 137l3302.5-1104.5l-1664.1 3315l-1652.1 976.5l1401.3 4196l1204.8 1036l2847.7 2197l935 1772l-211.3 836l-2010.2 851.5l1946.7 2325.5l-3328.2 773.5l-421 1553l-216.5 1216.5l-976.7-193.5l2228.6 3628l-1696.5-163.5l-1220.8 1582.5l-611.8-568l-5599.6 263l-594 1051l-3582.9 1849l-1733.7-363.5l-3483.1 3309.5l1789.3 684l-1931.2 913l1703 1142.5l2725.8 3871.5l-1267.9 498l-1471.2 395l-3661.8 1769.5l-2300 385l-4955.6 2192.5l-786.3 402.5l-2129.5 519.5l-4364.6 243l-1334.1-762l-216.9-479l-333.7-2651l-1953.1-1772.5l-1472.4-1757.5l-1725.1-1283.5l-742.4-2105l1696-1051.5l498.2-856l1994.9-839l372-1899.5l885-1504l675.3-471l820.7 806.5l2604.3 28l1401.1 2294l359.8-247l43.4-4269.5l-811.4-809l-245.6-235l-155.3-119.5l-610.5-727l-265.3-119l-960.8-918.5l-70-1425l2096.6-1574.5l-370.6-739.5l3218.3-1316.5l152.1-681l2334.5-693.5l333.9-1225.5l638.3 903l443 159.5l583.3 1323.5l1683.6-230l223-771.5l1314.4-768.5l-1420.6-1710l-1144.1-1044.5l768.7-604.5l768.7-927.5l1217.6-76.5l3037.6 1599.5l644.5-1154l753.9-756.5l-104.6-2516l-1076.4-940l194.4-1678l-1373-788.5l-1091-315.5l14.4-2571.5l-33.4-288.5l-375.3-1196.5l-3517.2-1848.5l461.2-324.5l315.8-1462.5l-2462.8 223.5l-467.8-1173.5l-834.5 220.5l-363.2-792l1627.3-1537.5l58.8-853.5l-919.4-94.5l1026.6-727l842.6-227.5l710.5-1656.5l-1064.4-1018.5l-498.1-355.5l-575.7-2573l805.9-318l-479.6-1471.5l983.2-1442.5l2059.8-1894.5l695.5-1064.5z" />
			<path  id="180" d="M-125365.3-6282074l5599.6-263l611.8 568l-749.2 709l424.3 1125l1638.7 2.5l441.5 7141.5l237.8 1602l658.3 89l652.5 508.5l-932.6 966.5l-2374.7 1186.5l-339.1 2853.5l-2882.6 729l-3331.7-3988.5l-3771.1-844l-990.4 71.5l-2725.8-3871.5l-1703-1142.5l1931.2-913l-1789.3-684l3483.1-3309.5l1733.7 363.5l3582.9-1849l594-1051z" />
			<path  id="187" d="M-99327.2-6235126.5l-1693-443l-1631.4 897l-1034.9-334l259.4-4333.5l-116.6-242l-883.2 268l-712.3-1989l861.7-4525l-1927.9-5163.5l162.3-178l3072.1-1017l-960.8-4270.5l1152.5-2423l861.5-147.5l377.3-1274.5l1576.5 181.5l-730.9-629.5l1845.9-514.5l3816.3 1551.5l2136.3 169l1602.5-258l1508.6-698.5l682.2 1268l1695-1176l2318.1 1491l2837.4-1400.5l945.2-427l1433.9 2588l-746.5 509.5l1907.6 825.5l815.1 1790l-3208 735.5l-163-1241.5l-1705-1022.5l-5172.2 1129l-519 1412l-310.4 775l-1083.5-424.5l-268.3 616l4345.4 1608.5l262.6 1263l-898.4 1387l-908 627l1349.3 5115.5l-1904.2 1853l310 2183l722.6 3438l-1075.9 1204.5l-2660.8 163.5l-2552.4-3373l-1552.8 998.5l-588.3 2090.5l-2295.3-251.5l-1554-381z" />
			<path  id="189" d="M-79523.1-6207537.5l2221.4 1658.5l1397 1658l-1912.7 1408l-1604.5-213.5l-636.8 2222.5l-895.7 929.5l-2388 2291l-2546.7-187l-965.3-1628l2507.7-1905l-193.1-3080l-569.8-725.5l2050.1-2309l1012.9 2159.5l2523.5-2279z M-111859.1-6235402.5l154.5-321l3373.4 1253l3308.5 705.5l179.6 22l1156.7-1263.5l1034.9 334l1631.4-897l1693 443l1554 381l2295.3 251.5l588.3-2090.5l1552.8-998.5l2552.4 3373l2660.8-163.5l1075.9-1204.5l502.3-193l-.9 779.5l216.5 2461.5l-409.8 2193l3432.9 3325.5l1917.3 126l1174.3 376l-1249 743l987.6 3020.5l-622 922.5l892.8 491.5l-1021.4 346.5l893.3 3190.5l-410.6 2253l1170 5958.5l-3113.5 229.5l-1935.8 740l-629.2-857.5l184.6-2436.5l-1363.2 46.5l-941.7 987.5l-1330.5-445l-495 344.5l-4580.1-2354l261.8-1388l-972.1-862l-565.2-3531.5l1084.8-1401.5l-339.8-2664.5l-6888.1 1312l-238.2 445.5l-360.1 247.5l280.9 1311.5l684.4-117.5l1067.2 5256.5l-2811.2 2952l-2824.6-998l-3304.7-5054l-2164.5-1870.5l-3037.7 607l-546.5-1291.5l-2268.7-3577l-1054.7-3977l-803.3-2098l481.7-1727l4738.6-2114.5l1499.9-1533.5z" />
			<path  id="181" d="M-35720.1-6292314.5l1571.5 541l2739.3-1582l-2870.3-558l-2033.2 1091.5l-941.8 187l-769 2188l1388.1 2277l1218.1 303l989 1409.5l-139.5 598l-931.1 121.5l183 2554l1716.3 228l211.9 812.5l-1713.7 1706.5l825.2 4404l-432.9 1273l-3545.6 343l-115.4 6.5l-2939.9 669l-1177.7-325.5l-2130.6-4804l-3778.1-1015l-992.3 674l-1842.3-954l-1516.5 321l-1746.3-850l-1723.3 74l-2053 801l504.6 1078l-2275.4 3152.5l-1255.5 791.5l291.1-2389.5l-1733.8-1389.5l-3516.8 713.5l-2486.9 532l-491.2 186.5l-1893 1579l-351.4 3175l-598.7 128.5l-385.4-994l-2711.8-476l-285.6-1043.5l-2499.6 1565l-1750.3-623.5l-697.9-1588.5l564.5-3290l-4502.7-1041l-2472.6-413.5l128.5-2096.5l1162.1-1683l-712.8-489.5l88-2057l527.9-612.5l1073.1 454.5l887.1-567.5l-1455.6-3177.5l350.6-795l1375.5 258.5l3973.9-4162.5l1223.5-323.5l4362.2 2538l-388.9 674l3059.4-118.5l1832.5 1923.5l983.3-1765l1362-221l750 689.5l5245.5-688.5l2745.3-3480l895.9 252l1612.4 1211l2525.9-2044.5l683.7 1168.5l-1661.3 3135.5l1331.1 2056.5l733.7 429.5l1855.9-1274l4103.6-484l478.5 86.5l4264.3-4979l-209.5-762l2383.5 1091.5l181.4 1361.5l1914.2 325.5l4119.4-3141.5l1309.3 717l3135.7 3100l6.3 2498.5l-1072.2 819l984.2-221l1751.7 970l-1797.8 575.5l-1459.1-1094.5l-127.3 84l-2566.5 177l-2588.3-1489.5l-263.2-1016.5z" />
			<path  id="169" d="M-34800.2-6448473l-306.1 2121l369.6 801.5l1536 577.5l1052.8-635l2416.3 692l1486.3-386l1576.7-381.5l1278.6-170l292.4 2404l3384.3 3415l33 1543l-949.4-28.5l-3139.9-1529l121.6 1658.5l1392.8 1788l-2610.9-301l201 634l205.2 2192.5l-2251.3 1166l2296.2 3990.5l1287.4 2096.5l-644.9 1947.5l1136.2 2996l-911.2 1458l-1913.4 240.5l-3815.8-804l10.2 719l-1584 398.5l-1604.7-1021l-2656.7-76l-1316.3 1280.5l-1185.7 1962l-2391.5-471.5l-2963.3 1898l70.2 720l1212.3 1225.5l794.5 3288l-2137.6 1429.5l3207.4 3660.5l5756 1397.5l-1475 1928l879.5 2180.5l-844.8 408l-1126.8-895l-2451.8 1026l-3254.5-1663l-712.9-1948l-1650.9-562l-4.9 360l-1327 601l-2147 650l-986.2 4923l-2658.1 23.5l-61.6 1597.5l-2656 1342.5l126.4 2460l1016.7 1652.5l523.1 1206l-1737.9 2894l-3279.6 4591l-3190.8 996l-166.8 1976l-4445.6-4447l-2590.9-1973.5l-2578.7-2872.5l620.3-1530l-400.4-2883l1300.9-1621l-1087.4-854.5l1488.6-2197l176.2-2675.5l-2071.7-1947l-4853.5-1644.5l-784.6 389l40.5 2898.5l-508.2 3569.5l-3016.2 4315.5l-875.8 2686l-1544.5 1897l-3049-2079.5l-2000.5 1040l-1290.1-276l-592.4-1853l3939.1-3912.5l196-3333.5l1295.3-1128.5l-1896.3-1098.5l-769.2-3305.5l425.9-1707.5l-922.4-1257.5l-1764 37.5l-6941.8 2922l-1995.3-2646.5l-810.5-819l1092-1432l3529.6-5032.5l1171-763l1161.2 371l1637.7-3416l1653.3-640l2234.1 604l5010.3-1964.5l5960.6-119l3284.1 508l1047.6-2723l-277-1712.5l-1975.3-221.5l222.6-1751.5l-2080.6-4037.5l5549.5-2645.5l3679.9-654.5l3713.7 1113l1051.7 999.5l-1095.7 3276l1089.7 2224l4307.8 308.5l2120.4-2617l2340.4-674l425.6-1850l3064.3-1838.5l2917.2-2816l723-2340.5l2791.1-3418.5l200.8-1225l-1807.3-1909.5l2639.2-1555l1630.8 187.5l2342.7-998.5l919.8-1147.5l-355.2-713.5l1722.5-354l2115.9-358z" />
			<path  id="171" d="M-13570.8-6420922l588.3-56l1790.4 802l884.9 3320.5l1213.2 93l-1195-4612l3543.9-488.5l2030.8 3024l-387.9 1676.5l-64.7 2253l-31 363.5l1477.8 2997l-426.8 1993l429.4 745l948.1-194.5l1919.6 2129l4829.6 907.5l234.2 183.5l-976 1245.5l192.8 994.5l1877.7 1031.5l257.8 143.5l-683.4 1769l2550.1 554l3054.5 1660.5l1345.6-501.5l2953.4 2438l1345.1 318l-1473.1 2537.5l-459.1 1432.5l653.5 833l-3.5 2792.5l-788.3 668.5l-3222.6-4000l-1863.3 374l-487.9 613l3685.2 2308l258.2 1056.5l-1292.4 1527l-640.4 4487l2512 707.5l2131.2 2691l-754.7 1590l-1495.7 1258.5l-2564.5 504.5l-1128.4-774.5l-865.2-1030.5l-5795 20.5l-983.6 1805.5l1587.7 5217l1435.2 259l-1131.8 705l-4557.5-46.5l-2305.2-527l113.9 1919.5l192.2 562.5l2244-1310l-1027.3 2944.5l958.7 33l1300.3-1580.5l1448.4 759l1876.8 1584l271.9 2148.5l-2343.7 1819.5l-23.8 1758l-1853.2 2572.5l-1812.1-464l-1192 963.5l-531.1 2330l687.9 2327.5l-2035.9 1311.5l-2341.3-1230.5l-261.1-1382.5l-3237.4 16l-4523.8-900.5l-342.3-1283.5l-2360.8 1686.5l-2118.4 2969l1154.4 1814l-4426.9 3737l-3023-2539.5l-707.1 570l-466.5-2444l-1526-940l-1541.9 239l-3739.2 3126.5l-2451.6-3410.5l-1322.7 282l-891.1-3549l2597.4-1443.5l1707.7-676l1177.1-2802l-1592.8-3378.5l376.5-1234l-649.1-768l-605.8-1007.5l659.4-1469.5l5089.5-3968l51.3-838.5l-1131.9-1993.5l1008.3-2144.5l1561.3-198.5l-853.7-411l87.7-3516l1851.8 484.5l1729.8-835.5l4783.4-4970.5l4190 456.5l1634-1136.5l-103.6-7075.5l-3056.8-41l-2538.1-2912.5l-262.3-1282l-3737.1 29l-785-1050l1127.9-2123l1995.3-1251.5l1208.6-2181.5l3155.3 142.5l1468.5-719l396.7-1253.5l-4614.2-123l-1582.2-1200l-1777.5-1543l586.4-1970.5l1842.4-294.5l3681.5 1251.5l2508.4-1285l215-1277l26.3-2156.5l-2327.7 2008l-2239.6-4210.5l-251.9-798l5515.3-2777.5l1575-2293.5z" />
			<path  id="172" d="M-46703.5-6404101l1650.9 562l712.9 1948l3254.5 1663l2451.8-1026l1126.8 895l844.8-408l599.5 1466.5l2352.7-1087l3520.3 1227l-112.8 2416l2255.5 1649.5l2751.5-1021.5l3737.1-29l262.3 1282l2538.1 2912.5l3056.8 41l103.6 7075.5l-1634 1136.5l-4190-456.5l-4783.4 4970.5l-1729.8 835.5l-1851.8-484.5l-87.7 3516l853.7 411l-1561.3 198.5l-1008.3 2144.5l1131.9 1993.5l-51.3 838.5l-5089.5 3968l-659.4 1469.5l605.8 1007.5l649.1 768l-376.5 1234l1592.8 3378.5l-1177.1 2802l-1707.7 676l-2597.4 1443.5l-2757.5 1461.5l-5511.3-1773.5l-499.9-1445.5l-3244.3 515l-2565.3-2393l-1765 476l-4193.7-1675.5l-441.7-2784l-1665.4-2440.5l1022.3-1704.5l-1507.9-2258.5l-4708.9-523.5l-1190 2281.5l-512.7-506.5l-590-2166l-2511.1-493.5l-30.2-720l-2374.8-3170l-1610.1-621l102.7 1260l-1548.2 698.5l-3160.7-1222l-2946.7 679.5l-2985.6-2339l-2456.2 1345.5l173.7-1017l-1748.6-723l-180.5-1421l-7315 4496l-5868.7-459.5l-2869.4-1633.5l-213.5-829l3992.5-4037.5l305.7-1191.5l-1049.3-2188.5l117.5-2786.5l-1251.9-1241l3373.4-2473.5l7071.5 1000l1660.5-727l3290.2-1322l2000.5-1040l3049 2079.5l1544.5-1897l875.8-2686l3016.2-4315.5l508.2-3569.5l-40.5-2898.5l784.6-389l4853.5 1644.5l2071.7 1947l-176.2 2675.5l-1488.6 2197l1087.4 854.5l-1300.9 1621l400.4 2883l-620.3 1530l2578.7 2872.5l2590.9 1973.5l4445.6 4447l166.8-1976l3190.8-996l3279.6-4591l1737.9-2894l-523.1-1206l-1016.7-1652.5l-126.4-2460l2656-1342.5l61.6-1597.5l2658.1-23.5l986.2-4923l2147-650l1327-601l4.9-360z" />
			<path  id="176" d="M-36312.8-6292822l2033.2-1091.5l2870.3 558l-2739.3 1582l-1571.5-541l-592.7-507.5z M-18209.2-6352538.5l2360.8-1686.5l342.3 1283.5l4523.8 900.5l3237.4-16l261.1 1382.5l2341.3 1230.5l-272.9 975.5l618.2 88.5l657.2 168l178.3 1590.5l-2373.6 4115l1065.7 993.5l-2953.7 2677.5l-195.2 4094l1926.4-593l1463.6 1118.5l2336.8 91.5l577.8-1351l-1387.5-2316.5l3417.4-1513l3713.1 270l423.4 638l925.9 1269l309.1 1285.5l296.6 776l362.1 2018l-2312.7-391l-837.5 1347.5l683.6 1168l62 235.5l223.4 4010l-176.9 2530l-427.9 614l-149 1968l-155.1 1603.5l-628.7 2430l-2225.5 2104l-753 1742.5l-3561.5 2767.5l-2587.5 1847l-2984.1 728l-2435.8-1008l-1046-1444.5l-265.9-313l-3189.3-353.5l-545 863.5l-2.3 3441.5l-1532.9 3371.5l748.2 1085l298.9 2339l-147.8 1670.5l-1302.2 1696l-386.4 38l-631.4 342.5l-724.4 1209l-786.4 307.5l-1360.6 386.5l-1487.3 619.5l-669.7 1465.5l1674.3 2024l-3097.9 932.5l-143.8 120.5l-1751.7-970l-984.2 221l1072.2-819l-6.3-2498.5l-3135.7-3100l-1309.3-717l-4119.4 3141.5l-1914.2-325.5l-181.4-1361.5l-2383.5-1091.5l-1170.7-2094l246.9-3474l-1644.4-1061.5l-3191.1 2474.5l-1552.4 998.5l-2932.2-1149l-1101.1-1334l361.1-1573.5l1263.7-343l-244.8-1102.5l-1573.4-401l2552.2-6940l-2360-2809.5l258.5-5063l1100.1-1544l-2018.7-1446l-7841.9-1615l271.7-875.5l-1981.5-1246l2767.8-5888l1786.5 883.5l3558.9-131.5l1699.9-96.5l-35.4-3278l1716 1662.5l1186.7-564l1907.7-3631l5003.5-3509l3102.8-398l1879.1 1424.5l3334.3-2732.5l677.6-2079l3739.2-3126.5l1541.9-239l1526 940l466.5 2444l707.1-570l3023 2539.5l4426.9-3737l-1154.4-1814l2118.4-2969z" />
			<path  id="177" d="M-130634.1-6332427l828 2629.5l2918.9 1359l1809.4-2253.5l1741.8 1222.5l338.8 1523.5l3490.8 4844l754.3 370l2566.8 814.5l808.5 3708l1512.2 1939.5l1442.7-280l1527.8-658.5l-850.6 2286.5l2891.5 3376.5l1946.9 2305l1444.9-440l217.3 183l2698.3 2894.5l3835.8 92.5l-367 1993.5l3131.4 3380.5l-751.5 889l-3016 2796.5l4022.3 1074.5l2511.8 3391.5l-480.9 1552.5l317.5 164l1663.2 1142l-711.9 909.5l-4619.6 1675.5l-3567.4 3649l-2957.7-2209l-4791.2-3303.5l111.1-817.5l-1492.5-460.5l-540.9 92.5l-1148 2103l-979.1 2174.5l-2543.7 405l-1642-1222l-709.8-709l421-1553l3328.2-773.5l-1946.7-2325.5l2010.2-851.5l211.3-836l-935-1772l-2847.7-2197l-1204.8-1036l-1401.3-4196l1652.1-976.5l1664.1-3315l-3302.5 1104.5l-1237.2-137l99.4-1417.5l-4536.4-2.5l1543.1 2599l-3344.1-965l-3803.9-2410l2.2-160l-3227.2-744l-1747.2-2282l768.3-2108l1025.5-465.5l-570.3-667.5l1874.9-4110.5l914.4-1106.5l1488.4-699l6.1-3357l-1374.2 1120l-1233.2-2353.5l-797.8-205.5l925.6-802l1818.8-3673l393.7-1913.5z" />
			<path  id="178" d="M-70633-6319617l251.1 642.5l2652.4-1063l2413.6 332.5l-1176.2 1263.5l-160.3 1496.5l1890.3 3542.5l1235 296.5l2818.4-41l-38.4 1358l1505.2-1938l6264.4-2153l2360 2809.5l-2552.2 6940l1573.4 401l244.8 1102.5l-1263.7 343l-361.1 1573.5l1101.1 1334l2932.2 1149l1552.4-998.5l3191.1-2474.5l1644.4 1061.5l-246.9 3474l1170.7 2094l209.5 762l-4264.3 4979l-478.5-86.5l-4103.6 484l-1855.9 1274l-733.7-429.5l-1331.1-2056.5l1661.3-3135.5l-683.7-1168.5l-2525.9 2044.5l-1612.4-1211l-895.9-252l-2745.3 3480l-5245.5 688.5l-750-689.5l-1362 221l-983.3 1765l-1832.5-1923.5l-3059.4 118.5l388.9-674l-4362.2-2538l-1223.5 323.5l-3973.9 4162.5l-1375.5-258.5l-350.6 795l1455.6 3177.5l-887.1 567.5l-1073.1-454.5l-527.9 612.5l-88 2057l-796-250.5l-2840.7 1660l-1413.5-399l-960.6-2831l2055-2670l-1482.6-1199.5l-1663.2-1142l-317.5-164l480.9-1552.5l-2511.8-3391.5l-4022.3-1074.5l3016-2796.5l751.5-889l-3131.4-3380.5l367-1993.5l-3835.8-92.5l-2698.3-2894.5l-217.3-183l1783.5-1814l2754.8 217.5l1424.7-420.5l300.2-1494.5l-1837.2-1564l5369.9-3963.5l2557.2 55l183.7-277l1822.4 1184l1802.9-315.5l1841 1284.5l2076.5-1331l805.7 2469l-806.4 508.5l265.1 1083l1265.4 996.5l4295.6 78.5l1588.7 741l575.2-1151.5l2787.3 777.5l2871.3-2459l-226.1-3940l1327.1-601z M-36312.8-6292822l592.7 507.5l263.2 1016.5l-486.2 1817.5l525.7 1613.5l-1218.1-303l-1388.1-2277l769-2188l941.8-187z" />
			<path  id="182" d="M-110249.4-6290590.5l540.9-92.5l1492.5 460.5l-111.1 817.5l4791.2 3303.5l2957.7 2209l86.2 1000.5l735 329.5l-684.5 1829.5l-2116 1270l-242.2 176.5l-2014.6 1171.5l-1091.1-594.5l-1461.4 1639l-1355.2-278.5l-210.3 756.5l-84.1 298.5l1017.5 1593l2221.6 2689l-3558.1 2949l-1241.7 1641.5l-2136.5 1310l-1972.9 1032.5l-2570.6-555.5l-1481.7 199.5l-757.5-150l339.1-2853.5l2374.7-1186.5l932.6-966.5l-652.5-508.5l-658.3-89l-237.8-1602l-441.5-7141.5l-1638.7-2.5l-424.3-1125l749.2-709l1220.8-1582.5l1696.5 163.5l-2228.6-3628l976.7 193.5l216.5-1216.5l709.8 709l1642 1222l2543.7-405l979.1-2174.5l1148-2103z" />
			<path  id="184" d="M-91679.3-6290126.5l1482.6 1199.5l-2055 2670l960.6 2831l1413.5 399l2840.7-1660l796 250.5l712.8 489.5l-1162.1 1683l-128.5 2096.5l-4099.8 3122.5l358.4 3022.5l-789.6 2207.5l-7023.6 604l-1918.6 1452.5l-535.4 2611l-3006.7-821l-2164.2 410l5.8-419.5l216-1176l2661.6-1702.5l-2188.8-3627.5l1361.3-1363.5l1411.5 1359.5l3764.1 156.5l6221.2-2300l-993.3-6692l-3471.7-4218l4619.6-1675.5l711.9-909.5z" />
			<path  id="183" d="M-100578.1-6283892.5l3567.4-3649l3471.7 4218l993.3 6692l-6221.2 2300l-3764.1-156.5l-1411.5-1359.5l-1361.3 1363.5l-473.6 2472l-2221.6-2689l-1017.5-1593l84.1-298.5l210.3-756.5l1355.2 278.5l1461.4-1639l1091.1 594.5l2014.6-1171.5l242.2-176.5l2116-1270l684.5-1829.5l-735-329.5l-86.2-1000.5z" />
			<path  id="186" d="M-86818.7-6280167.5l2472.6 413.5l4502.7 1041l-564.5 3290l697.9 1588.5l1750.3 623.5l-284.3 1065.5l-950.7-633l-1947.3 633l-416.3 1214l248.1 862.5l-3168.4 2235l552.5 1986.5l-2169 2229l-2684.9 483l-76.3 2657.5l-929.1-22.5l-1508.6 698.5l-1602.5 258l-2136.3-169l-3816.3-1551.5l692.6-949.5l-1741-4221.5l-194.6-382l-735-330l535.4-2611l1918.6-1452.5l7023.6-604l789.6-2207.5l-358.4-3022.5l4099.8-3122.5z" />
			<path  id="188" d="M-75460-6274776l285.6 1043.5l2711.8 476l385.4 994l-238.4 589.5l-409.7 731.5l69.4 1591l2793.6-153l493.4 1924l653.9 1812.5l-1828.5 2099.5l838.3 4034l-375 572l1043.4 8056l890.3 1275.5l-1161.5 455.5l674.8 733l-568.8 1004l2095.5 1649.5l1442.9-1754l52.2 5363l510.3 1073.5l1010.6-885.5l1715.5 434l143.4 1359l-1514.3 911l-480.8 1673l1496.3 389.5l229.2 157l1291.8 1177l-523.9 1255l-224.3 568.5l-419.4 1251.5l-891.7 83l437.7 900l-18.9 710l-1537.3 351.5l-1291 896l37.1 2208l1005.4 947l-112.4 2114l-2607.7 2490.5l-7.5 1836.5l2592.8 2786.5l-191.5 1785l-1904-1553l-218.4 1324l1058 2099l2122.1 1206l605.4 1958.5l-1310.9 717.5l-1606.7-1859l-143 102l-1257.4-569.5l-396.6 737.5l-1325.9 2738l-1854.2 23.5l-2098.3-1387l-1295 969.5l-1212.2-450.5l435 1131.5l-1937.4 2740.5l-2221.4-1658.5l-51.4-2046l-1170-5958.5l410.6-2253l-893.3-3190.5l1021.4-346.5l-892.8-491.5l622-922.5l-987.6-3020.5l1249-743l-1174.3-376l-1917.3-126l-3432.9-3325.5l409.8-2193l-216.5-2461.5l.9-779.5l-502.3 193l-722.6-3438l-310-2183l1904.2-1853l-1349.3-5115.5l908-627l898.4-1387l-262.6-1263l-4345.4-1608.5l268.3-616l1083.5 424.5l310.4-775l519-1412l5172.2-1129l1705 1022.5l163 1241.5l3208-735.5l-815.1-1790l-1907.6-825.5l746.5-509.5l-1433.9-2588l-945.2 427l-2837.4 1400.5l-2318.1-1491l-1695 1176l-682.2-1268l929.1 22.5l76.3-2657.5l2684.9-483l2169-2229l-552.5-1986.5l3168.4-2235l-248.1-862.5l416.3-1214l1947.3-633l950.7 633l284.3-1065.5l2499.6-1565z" />
			<path  id="185" d="M-105303.7-6274484l2188.8 3627.5l-2661.6 1702.5l-216 1176l-5.8 419.5l2164.2-410l3006.7 821l735 330l194.6 382l1741 4221.5l-692.6 949.5l-1845.9 514.5l730.9 629.5l-1576.5-181.5l-377.3 1274.5l-861.5 147.5l-1152.5 2423l960.8 4270.5l-3072.1 1017l-162.3 178l1927.9 5163.5l-861.7 4525l712.3 1989l883.2-268l116.6 242l-259.4 4333.5l-1156.7 1263.5l-179.6-22l-3308.5-705.5l-3373.4-1253l2272.4-2794l-395.1-1021.5l-2175.7 253l-1802.7-815.5l-295.8-1240l-902.2-2233l-1019.6-1474l-64.5-83l-466.6-1140.5l38.9-557l563.9-2048.5l-578.8-1100l-1307.2-348l-1207.2-2308.5l651.2-1980.5l-60.8-3120l-95.7-347.5l-207.6-806l-1053-3181.5l-2568.2-2786.5l2882.6-729l757.5 150l1481.7-199.5l2570.6 555.5l1972.9-1032.5l2136.5-1310l1241.7-1641.5l3558.1-2949l473.6-2472z" />
		</g>
		<g  id="_7">
			<path  id="202" d="M-176358.7-6295991.5l993.6-620.5l2310.8 891l4126.4 957.5l746 511l-3564.4-379l-745.6 995.5l812 660l1339.5 405l2353.7 3380.5l-37.2 2255.5l1239 908.5l398 186.5l2219.8 599.5l1814.5 3159l849.6 609.5l-400.7 1143.5l-752.9 1039l2939.6 3510.5l-3455.2 1555.5l-308.9 268l-3578.8 3447l-2.4 127l1336.4 404l701.6 564l100.3 297l1364.2 1301.5l788.6 951.5l244.9-498.5l182.4 177.5l146 685l-3505.4 83l1375.9 1929l-2576.9 991.5l-855 1746.5l60.1 1204l-754.4 1699.5l-1366.3-867.5l-912.9 970.5l-2413.7 1514.5l-234.8 313l-1142.5 1267l-1677.8 112.5l-145.8 376l-207.4 225l-3129.4 3114l-229.5 111l-1899.6-698.5l-215.6 302l-1296.1 1121l-1134.8 805l-553.6 499.5l-336.7-454l448.1-686l-1900.2-629l-850.2-585.5l678.8-86.5l78.1-2418l-194.1-289l121.4-785l-1133.5-381.5l-297.2-241.5l-2602.1 195.5l-498.9-531.5l-1966 1888.5l-1015 272.5l-668-380l45.6-1795l-648 332.5l-1055.6 624.5l-399.3-404.5l-2013.3 807.5l589.9 1861.5l1842 921l262.6 707.5l-2318.6 1831l-426.5 377l-1510.5 1143.5l-1195.8 1161.5l-992.2 751l-1875.5 1681l-1799 1382.5l13.3 1120.5l194 1046l-1982.2 2003l-2582.6 3075.5l-2111.8 2191l-2131.4 1353.5l-2549.1-165l452.5-586l-845.8-900.5l276.1-2512l-812.3-1078l-640.4-200l-331.8-660.5l-181-643.5l-2031.6-1408.5l-379.5-155.5l-649.6-1207l52.7-552l-408.4-1023.5l-368.4 377l-1081.6-1109l265.1-393.5l1442.1-904l1075.1-1674.5l-1748.8-2819l-226.5-891l277.6-806l-853.1-3677l60.7-403.5l1847.5-1220.5l-255.7-1196l932.3-316l938.6 1096.5l4233.1-1253l195.1-168.5l-2394.7-2598.5l2337.4-1524.5l131.7-515l-1275.3-691.5l1577.2-3021l-225.6-2072.5l1320.5 513.5l886 105.5l1092.3 1193.5l1337.7 1413.5l293.5 1832.5l1608.1 316.5l919.5-505.5l1059.3-1758l883.6-230.5l920.5 873.5l-501.1-1971l22.1-331l343.5-2742l544.7-64l-1549.5-1394.5l183.8-1284l-120.7-339l-1204.8-1805l-1776.1-285.5l-324.2-221.5l-1700.7 530l-1987.7-2422.5l-1483.6 299l-194.2-1740l209.7-2063.5l772.3-2195.5l-1012-314.5l-300.9-877l-989.8-1315.5l1074.7-402.5l-75.5-1616l-873.3-2601l349.5-2913.5l1444.2-1098l1096.6 11l881.2 1998l1158.3-641.5l758.5-60.5l232.9-1065l683.5-265l967.4-1275.5l-9.2-184.5l929.8-3055l126.9-67l386 989l2517.9 284l51.9 43.5l693.9-588.5l-32.2 1366l1640.8-486l1254.3-1390.5l1613.8 240.5l307.7 1929l1470.4 538l1801.5-174l630.1-109.5l-221.4 867l1877.8 232l137.8 392l1159.2 949.5l143.1 475l1620.9 1809.5l-281.8 1356l-1018.8-307l-230.4 881.5l1297 489.5l318.9 9.5l2363.3 137l1007.5-2173.5l1189.2 929l183.9 112l-1688.8 2464l-1173.2 251.5l25.2 118l2060.2 692l-340.7 567l842.5 1239l3274.6-1450.5l242.6-427.5l-1132.5-1627.5l869.8-97l-195.1-936l1851.7-891.5l742.4 1406.5l1200.8-785.5l86.3-1018.5l2368.7-1713.5l508.1-1892.5l39.2-143.5l587.9-1035z" />
			<path  id="199" d="M-150919.2-6369155l-1627.5 4690l1530.3 517.5l2181.2 452l2316.8 3339l668.6 45.5l2636.3-125.5l878.3 1832.5l-352.2 1709l107 66.5l-636.8 3465l1210.7 2490l1856.7 1735l1137.9 1401.5l871.8 751.5l-190.8 3325l-758.5-21l-74.4 55l-1543.5 849.5l-1527.4 1398l-782.7-151.5l-546.1-543.5l268.6-1253l-1512-1881l-1313.6-296l-1458.6-872.5l-1156.6 347l-371.4 761l-548 1881.5l966.6 1094.5l-263.7 366.5l-2200.3-615.5l-329.5-1052l397-220l-271.7-781l-1213.8-1135l-1557.9 852.5l-58.3-79l-592.9-737.5l290-1896l63.1-202.5l-1079.2-44l-386.7-145.5l-954.9-806.5l-517.3 559.5l-883.1-613.5l-838.1-214l34.4 1087.5l-1644.6-146.5l-228.1 794l889-77.5l-407.2 978.5l-643.6 .5l-1197.9 823.5l-211 374l308.1 1075l1631.3 556.5l185.1 952l-723.1 1077.5l-1067.3-335.5l-680.7 1305.5l586 450.5l-26.7 4024l-155.1-44l-1903.4 1164.5l-722.4 1928.5l1094.6 152l186.1 2911l960.1-784.5l411.5 1449l-895.2 1226l636.5 115l-287.8 1648l-2142.4 1694.5l355.5 644.5l-196.8 561.5l-183 393l739.4 719l-441.9 744l-1405.5 130l-334.6 574l-1286.5-40.5l-2195.8 514l-148.1 1671.5l-1158.9 63.5l-2103 2859l-368.1 2074l-1302.2-428l-2181.1 896.5l-1575.9 43.5l-1978.1-1906.5l-1003.4-1623l-1893.4-69l-2181.3-944.5l-1491.1-1812.5l-779.7-1132l-440.2-633.5l-1183.9-1566.5l-555.2-828.5l-1326.4-3010l-459.5-1570l-342.9-1339.5l21-365.5l-98.7-325.5l-792.8-1433.5l-1195-561l-1801.3-563l-844-1215l280-2037.5l-34.1-1207.5l3205.1 17l4113.9-1298.5l2986.2-1930.5l615.8-1653.5l52.7-39l329.1-17l-705.7-2991l1448.2-1983l4340.8 670.5l2842-635l1658.4-1246.5l1005.2 151.5l1348.2-1212l1684.2-251.5l2150.1 360.5l435.2-662l-337.3-1135l745.3-1148.5l1070-145l3037.4-27.5l126.1-75l-1.6-1560l1666.3-946l1.5-191l-134.4-1594l-1355.8-1221.5l2742.7-460l540.6-478l1908.4-2093.5l2132.5 565l-744.5-623.5l777-5582l-1666.5-1759l3639.4-2602.5l1879.3 20.5l2531.5 1802.5z" />
			<path  id="206" d="M-158248.1-6348642l883.1 613.5l517.3-559.5l954.9 806.5l386.7 145.5l1079.2 44l-63.1 202.5l-290 1896l592.9 737.5l58.3 79l1557.9-852.5l1213.8 1135l271.7 781l-397 220l329.5 1052l2200.3 615.5l263.7-366.5l-966.6-1094.5l548-1881.5l371.4-761l1156.6-347l1458.6 872.5l1313.6 296l1512 1881l-268.6 1253l546.1 543.5l782.7 151.5l1527.4-1398l1543.5-849.5l74.4-55l758.5 21l1468.5 247l1411.9-1241l1385.4 362.5l1839 2037l-404.8 878.5l-554.6 203l-49.5 2411.5l109.6 193l447 476.5l1386.6 2396l-998.8 2114l1656.5 955.5l-393.7 1913.5l-1818.8 3673l-925.6 802l797.8 205.5l-1030.2 585.5l-2571-479l-66-897.5l-1946.6-1296.5l-530.3 561.5l-695.5 1064.5l-2059.8 1894.5l-983.2 1442.5l479.6 1471.5l-805.9 318l575.7 2573l498.1 355.5l1064.4 1018.5l-710.5 1656.5l-842.6 227.5l-1026.6 727l919.4 94.5l-58.8 853.5l-1627.3 1537.5l363.2 792l834.5-220.5l467.8 1173.5l2462.8-223.5l-315.8 1462.5l-461.2 324.5l3517.2 1848.5l375.3 1196.5l33.4 288.5l-14.4 2571.5l1091 315.5l1373 788.5l-194.4 1678l1076.4 940l104.6 2516l-753.9 756.5l-644.5 1154l-3037.6-1599.5l-1217.6 76.5l-768.7 927.5l-768.7 604.5l1144.1 1044.5l1420.6 1710l-1314.4 768.5l-223 771.5l-1683.6 230l-583.3-1323.5l-443-159.5l-638.3-903l-333.9 1225.5l-2334.5 693.5l-152.1 681l-3218.3 1316.5l370.6 739.5l-2096.6 1574.5l70 1425l960.8 918.5l265.3 119l610.5 727l155.3 119.5l245.6 235l811.4 809l-43.4 4269.5l-359.8 247l-1401.1-2294l-2604.3-28l-820.7-806.5l-675.3 471l-339.4-964.5l-8.9-199l-2486.8-967l321.2-475.5l-1176.9-2896l-816.2-227.5l-451-1075l250.1-496.5l-284.8-49l-664.6-49l-1040.9-317.5l-1.9-68l-354.2-1522l-283.7-828l-1761.4 1402l-588.4-1128l640.8-925l209-535.5l1135.8-832l-1489.5-1169.5l2148.1-1534.5l192.2-921.5l-140.4-889l-203.3-193l1128-2184l-1110.6 380l-511.5-962l1793.4-933l372.8 58.5l953-489l-64.6-772.5l528.1-2854l984.9-1809l-346.8-184.5l-956.5-253.5l-413.9-294.5l1598.4-1897.5l276-351l-1180.8-1100l-1484.8-535l-1382.4 2479.5l-184.5 1206l-2508.5 1001l-184.5 746.5l-479.5-955.5l-163.5-943.5l-1592.2-1523.5l-1276.9-659l212.2-1326l1836.6-116.5l-155.6-2185l262.4-643.5l-1549-480.5l-759.5-587l-395.5-1150.5l858.6-1578l-828.4 536l-2302.8-1037.5l-233.4-114.5l148.1-1671.5l2195.8-514l1286.5 40.5l334.6-574l1405.5-130l441.9-744l-739.4-719l183-393l196.8-561.5l-355.5-644.5l2142.4-1694.5l287.8-1648l-636.5-115l895.2-1226l-411.5-1449l-960.1 784.5l-186.1-2911l-1094.6-152l722.4-1928.5l1903.4-1164.5l155.1 44l26.7-4024l-586-450.5l680.7-1305.5l1067.3 335.5l723.1-1077.5l-185.1-952l-1631.3-556.5l-308.1-1075l211-374l1197.9-823.5l643.6-.5l407.2-978.5l-889 77.5l228.1-794l1644.6 146.5l-34.4-1087.5l838.1 214z" />
			<path  id="201" d="M-170197.1-6318545.5l233.4 114.5l2302.8 1037.5l828.4-536l-858.6 1578l395.5 1150.5l759.5 587l1549 480.5l-262.4 643.5l155.6 2185l-1836.6 116.5l-212.2 1326l1276.9 659l1592.2 1523.5l163.5 943.5l479.5 955.5l184.5-746.5l2508.5-1001l184.5-1206l1382.4-2479.5l1484.8 535l1180.8 1100l-276 351l-1598.4 1897.5l413.9 294.5l956.5 253.5l346.8 184.5l-984.9 1809l-528.1 2854l64.6 772.5l-953 489l-372.8-58.5l-1793.4 933l511.5 962l1110.6-380l-1128 2184l203.3 193l140.4 889l-192.2 921.5l-2148.1 1534.5l1489.5 1169.5l-1135.8 832l-209 535.5l-640.8 925l588.4 1128l1761.4-1402l283.7 828l354.2 1522l1.9 68l1040.9 317.5l664.6 49l284.8 49l-250.1 496.5l451 1075l816.2 227.5l1176.9 2896l-321.2 475.5l2486.8 967l8.9 199l339.4 964.5l-885 1504l-372 1899.5l-1994.9 839l-498.2 856l-1696 1051.5l-530.2-1756.5l-2939.6-3510.5l752.9-1039l400.7-1143.5l-849.6-609.5l-1814.5-3159l-2219.8-599.5l-398-186.5l-1239-908.5l37.2-2255.5l-2353.7-3380.5l-1339.5-405l-812-660l745.6-995.5l3564.4 379l-746-511l-4126.4-957.5l-2310.8-891l-993.6 620.5l-587.9 1035l-39.2 143.5l-508.1 1892.5l-2368.7 1713.5l-86.3 1018.5l-1200.8 785.5l-742.4-1406.5l-1851.7 891.5l195.1 936l-869.8 97l1132.5 1627.5l-242.6 427.5l-3274.6 1450.5l-842.5-1239l340.7-567l-2060.2-692l-25.2-118l1173.2-251.5l1688.8-2464l-183.9-112l2300-3535.5l557.2-822.5l-786.2-1089.5l150-1451l-956-1517l621.4-1256l1348.2-2037.5l-854.6-1284l381.8-325l-213.6-1249l1484-2348l656.9 10l290.3-1112.5l-81.4-1581.5l577.4-2366l-856-1122l1228.4-1033.5l1978.1 1906.5l1575.9-43.5l2181.1-896.5l1302.2 428l368.1-2074l2103-2859l1158.9-63.5z" />
			<path  id="207" d="M-163172.2-6274223.5l3455.2-1555.5l530.2 1756.5l742.4 2105l1725.1 1283.5l1472.4 1757.5l1953.1 1772.5l333.7 2651l216.9 479l1334.1 762l4364.6-243l2129.5-519.5l786.3-402.5l4955.6-2192.5l2300-385l3661.8-1769.5l1471.2-395l1267.9-498l990.4-71.5l3771.1 844l3331.7 3988.5l2568.2 2786.5l1053 3181.5l-3128.9-800.5l-1387.3 638l-656 1557l-1414.1 3306.5l-310.5 138l-153.4 1565l-1038.4 358.5l-1506.2 426.5l-626.5 633.5l-716.3-1323.5l-636.8-1077.5l-454-1181.5l-2772.7 958l-1272.9-727.5l-114.7-286.5l-2150.1 1150l-2844.1 295l1027.7 1567.5l-1515.9 870l-1089.2 647l-100.8 753.5l-899.3-251l-1526.3 876.5l-75.5 1010.5l-2187.4 151.5l-769.3-1013.5l1318.2-1374.5l-522.6-972.5l-97.3-135.5l-525.2-1046.5l-548.9-675l-875.9 207l-1001.3-493.5l-11.3-423.5l-383.1-2012l-291.5-1046.5l-763.7-778.5l51.2-1170l-374.9-79l-1694.4-501.5l-1597.6-949l-632.6 309.5l-1795.6 718.5l-743.9-584l228.9-1192l1196-1.5l-235.2-828l-2646.5-1468.5l-702.9-1238l22.9-296.5l-924.2-1447l-1570.5-374.5l-146-685l-182.4-177.5l-244.9 498.5l-788.6-951.5l-1364.2-1301.5l-100.3-297l-701.6-564l-1336.4-404l2.4-127l3578.8-3447l308.9-268z" />
			<path  id="208" d="M-123929.9-6257493.5l656-1557l1387.3-638l3128.9 800.5l207.6 806l95.7 347.5l60.8 3120l-651.2 1980.5l1207.2 2308.5l1307.2 348l578.8 1100l-563.9 2048.5l-38.9 557l466.6 1140.5l64.5 83l1019.6 1474l902.2 2233l295.8 1240l1802.7 815.5l2175.7-253l395.1 1021.5l-2272.4 2794l-154.5 321l-1499.9 1533.5l-4738.6 2114.5l-481.7 1727l803.3 2098l1054.7 3977l2268.7 3577l-4116-1529l-1032.4 1409l-744.6-538.5l-2927.9 994l-166.3 204l-696.6 143l-1741.9-515l-1715.6 309l-672.7-1716l-273.3-748l-882.6-1240.5l-1641.7-939l-1112.9 363.5l-1125.8-182.5l669-1692l-734.5-2147.5l-320.1 22l-938.6-1414.5l-842.3 290l-172.5-1217l-494 231.5l-492.2-1489.5l-79.7-582.5l-31.6-58l-3538.1-131.5l-152.7-440.5l-2301.5-970.5l-1135 808.5l-1315 738l-1734.2-596.5l334.5-1156l634.4-577l-1407.6-1504.5l-864.1-128l-420.4-819l1168.9-1084.5l-174.9-775.5l-1416.3 673l-849.1 642l-825.3-1016l1109.9-1273l909.7-269l126-170l-293.7-852.5l183.8-490l83.5-2317.5l-544.2-315.5l206.3-847.5l1200.3-725l-160.7-635l1607.7-981.5l2187.4-151.5l75.5-1010.5l1526.3-876.5l899.3 251l100.8-753.5l1089.2-647l1515.9-870l-1027.7-1567.5l2844.1-295l2150.1-1150l114.7 286.5l1272.9 727.5l2772.7-958l454 1181.5l636.8 1077.5l716.3 1323.5l626.5-633.5l1506.2-426.5l1038.4-358.5l153.4-1565l310.5-138l1414.1-3306.5z" />
			<path  id="209" d="M-114452.7-6220375.5l546.5 1291.5l-87.8 1230l-583 1752.5l613.3 1653l1278.6 5456.5l-143.3 4633l2205.6 897.5l2459.4 682.5l-743.7 2953l-64.3 347l-1281.2-845.5l-3567.9 612l-1237.2 2992l-488.6-1316l-2212.3-2294.5l-1623 199l-261.4 1066.5l-1657.9 716.5l2326.1 5216l1391.8-9.5l-1722.7 1655.5l-2889.7 1959.5l-1479.2-6442.5l-1081.7-1737.5l-907.4-18l326.1-539.5l-909.7-3015l-1464.9 242.5l-296.2-1293.5l92.8-828l116.5-245.5l3280.9-691l214.2-26l-564.3-1145.5l-251-2430.5l-1359.6 82l62.4-1457l-992.4 207.5l-28.2-364l2314.9-615l-135.3-3024.5l-770.8-954l-27.4-282l1868.9-682.5l-71-614.5l170.8-1084.5l-49.7-3207l696.6-143l166.3-204l2927.9-994l744.6 538.5l1032.4-1409l4116 1529z" />
			<path  id="213" d="M-116548.5-6181159l522.6 2419l-1853.5 3795l-283.8 563l-592.5 2458.5l52.4 1516.5l-321.4 1686.5l-619.8 3137l-691 1348l-754.5 939.5l-2230.3 2997l-1551.9 5446l-303.5 567l-777.4 938l-1169.7 930l-2164 1590.5l-306.7-640.5l-4729.3-721.5l-6895.3-2581.5l-1875.7-1834l-1339.2-350.5l-4190.7-2877.5l-2443-1323l-936.4 1390l-1119.5-395l-1568.9-1180.5l912.7-2215.5l45.5-374l-574.5-764l474.2-775.5l1336.7 10l337.8-1031l-637.4-1792.5l-3049.9 145l-660.5-1742.5l-431.7-587l1185.3-2145l678.7 350.5l1093.6 1251.5l807.1-617.5l146.8-833.5l724.9-1413.5l145.5-400.5l138.1 49.5l276.6-695l-848.7-1271.5l-1170.5-188.5l2216.1-1341.5l-237.6-744.5l-1047.9-179l695.3-877.5l-560.6-1513.5l-1344.7-1354l-2380.3-1522l-1601.4 1096l328.5-2415.5l1854.4-308.5l1228.1-1267.5l-263.8-3273.5l3391.6-225l1594.3 892.5l152.4-1391l1761.4-514.5l1100-796.5l341.8-69l303.8-952.5l1137.7 281l1445.8 841.5l-649.2 1345l2016.2-280l7492.6 1523l4046.4 326l-295.6 1557l2913.5-197.5l940.8-261l237.2 589.5l4716.5-1272.5l191.9 1324l3160.6 1498.5l294.7 1709.5l1562.6 1723.5l1623.9 420l-1154.1 852.5z" />
			<path  id="200" d="M-196959.4-6340110.5l-26.8 2929.5l34.1 1207.5l-280 2037.5l844 1215l1801.3 563l1195 561l792.8 1433.5l98.7 325.5l-21 365.5l342.9 1339.5l459.5 1570l1326.4 3010l555.2 828.5l1183.9 1566.5l440.2 633.5l779.7 1132l1491.1 1812.5l2181.3 944.5l1893.4 69l1003.4 1623l-1228.4 1033.5l856 1122l-577.4 2366l81.4 1581.5l-290.3 1112.5l-656.9-10l-1484 2348l213.6 1249l-381.8 325l854.6 1284l-1348.2 2037.5l-621.4 1256l956 1517l-150 1451l786.2 1089.5l-557.2 822.5l-2300 3535.5l-1189.2-929l-1007.5 2173.5l-2363.3-137l-318.9-9.5l-1297-489.5l230.4-881.5l1018.8 307l281.8-1356l-1620.9-1809.5l-143.1-475l-1159.2-949.5l-137.8-392l-1877.8-232l221.4-867l-630.1 109.5l-1801.5 174l-1470.4-538l-307.7-1929l-1613.8-240.5l-1254.3 1390.5l-1640.8 486l32.2-1366l-693.9 588.5l-51.9-43.5l-2517.9-284l-386-989l-126.9 67l-174-44.5l-1744.2-1050.5l-1767-556l98.3 829.5l-870-433.5l-2246.3-1969l1296.5-1343l1704.7-759.5l219-394.5l1509-520.5l-1551-626.5l-325.1-118.5l-168.6-892.5l-1754.8 33.5l-605.9 1124.5l-156.2 48.5l-208.8 984l-1359.3-213.5l-321.7 461.5l-386 1207.5l50.4 115.5l-1984.7 706l-1906.7-1745l-256.1-54l-1550.5-261.5l-671.6-358.5l-62.8-16l-1161.9 921l-1325.2-667l-1722.2-526l74.4-746l1209.8-233.5l-868.2-1651.5l783.4-844l-586.5-174l187.5-1017l-1273.1-516.5l-939.3-2066.5l783.1-1335l-478.8-3483l-778.9 423.5l-1145.1-1088l1725.6-1847l-1613.5-1162l1847.6-1788.5l2346.3-616.5l702.7 2162l2966.8 2113.5l884.8-213l289-494l2192.3-791l421.4-3684l-1167.5-688.5l-362.9-2114.5l2380.8-8.5l1144.6-722.5l-135.7-2654l1656.8-453.5l1450 880l872.4-1047.5l987.3 151l3809.8-4241.5l2603.5 2143.5l1802.6-1702.5l2546.2 277l1865.8-1289l1169-1187.5l503.9-2087l1123-750.5z" />
			<path  id="204" d="M-226740.9-6309038l-783.4 844l868.2 1651.5l-1209.8 233.5l-74.4 746l1722.2 526l1325.2 667l1161.9-921l62.8 16l671.6 358.5l1550.5 261.5l256.1 54l1906.7 1745l1984.7-706l-50.4-115.5l386-1207.5l321.7-461.5l1359.3 213.5l208.8-984l156.2-48.5l605.9-1124.5l1754.8-33.5l168.6 892.5l325.1 118.5l1551 626.5l-1509 520.5l-219 394.5l-1704.7 759.5l-1296.5 1343l2246.3 1969l870 433.5l-98.3-829.5l1767 556l1744.2 1050.5l174 44.5l-929.8 3055l9.2 184.5l-967.4 1275.5l-683.5 265l-232.9 1065l-758.5 60.5l-1158.3 641.5l-881.2-1998l-1096.6-11l-1444.2 1098l-349.5 2913.5l873.3 2601l75.5 1616l-1074.7 402.5l989.8 1315.5l300.9 877l1012 314.5l-772.3 2195.5l-209.7 2063.5l194.2 1740l1483.6-299l1987.7 2422.5l1700.7-530l324.2 221.5l1776.1 285.5l1204.8 1805l120.7 339l-183.8 1284l1549.5 1394.5l-544.7 64l-343.5 2742l-22.1 331l501.1 1971l-920.5-873.5l-883.6 230.5l-1059.3 1758l-919.5 505.5l-1608.1-316.5l-293.5-1832.5l-1337.7-1413.5l-1092.3-1193.5l-886-105.5l-1320.5-513.5l225.6 2072.5l-1577.2 3021l1275.3 691.5l-131.7 515l-2337.4 1524.5l2394.7 2598.5l-195.1 168.5l-4233.1 1253l-938.6-1096.5l-932.3 316l255.7 1196l-1847.5 1220.5l-60.7 403.5l-477 1542.5l-2029.6 74.5l-1111.3 567.5l-614.3-366l-1300.3 1021l-61.5-103l-701.4-2748l-1712-259.5l262.8-1337l-1304.6 214l-1201.4 854l-1094.4-2733.5l-1309.5-1197.5l-4285.3 3911l15.5 267l-2402.1-432.5l324.5-1476.5l416-787.5l-851.7 278l-230.2 197.5l-236.4 524.5l-1162.8 2469l-2575.9 355l-827.5 553l-204.8 2158.5l-847.3-486.5l-1541 669l-540.8 390.5l-1187.3 1132l-1597.8 1014.5l-1727.8-2l-2865.1-2330.5l-1677.8-2382.5l-3008.1-424.5l-4305.1-3555l-904.2-1428l-820.8-541.5l110-1530l-479.6-1742.5l-32.9-2281l-1359-628l-1701.4 177l-298.7-993.5l-734.4-1001l288.3-1147l288.6-507l-1292.2-564.5l-162.2-2167.5l-860.6-344.5l655.3-1206l-1094.3-789.5l322.3-1365l-1257.7-2557.5l1156.5-958.5l178.2-4812l800.5-1578l1219.1-1105l-68.5-927.5l-835-2155.5l567.4-936l1000.1 391.5l2289-674l-1062.7-5760.5l3646.3-2504.5l312.3-124.5l3568.3-639l93.8-27l1070.5-1333.5l-446.3-816l1684.6-3723l1516.2-434.5l1907.1 1789.5l3542.4-1358l1561.9 117.5l-84.7-1213l-676.6 43l-619.2-2053l-1224.3-3730l716.9-154.5l1331.3-331l439.8 2342.5l1904.2-238.5l877.3 1234l-914.3 2473l2505.6 96.5l1470.5-1462.5l2227.2-1844l727.5 400.5l2695.2-1206l505.3-586l2623.8 1301l-423.3 2177.5l1099.7 959.5l1393-2381l899.9-445l1187.8 1410l692.3 2791l2740.9-1849l4441.2-720l251.2-3.5l586.5 174z" />
			<path  id="203" d="M-162198.1-6266499.5l1570.5 374.5l924.2 1447l-22.9 296.5l702.9 1238l2646.5 1468.5l235.2 828l-1196 1.5l-228.9 1192l743.9 584l1795.6-718.5l632.6-309.5l1597.6 949l1694.4 501.5l374.9 79l-51.2 1170l763.7 778.5l291.5 1046.5l383.1 2012l11.3 423.5l1001.3 493.5l875.9-207l548.9 675l525.2 1046.5l97.3 135.5l522.6 972.5l-1318.2 1374.5l769.3 1013.5l-1607.7 981.5l160.7 635l-1200.3 725l-206.3 847.5l544.2 315.5l-83.5 2317.5l-183.8 490l293.7 852.5l-126 170l-909.7 269l-1109.9 1273l-517.9-1108l-2008.1 598.5l-716.1-1108.5l-1560.9 1008l-3136.4-272l-24.1 222l-1433.7 349l-594.6-1311l-635 690l393.8 1595l-1796.6 1687.5l-824.1 641l-453 810l865.3 1898l-451.3 600.5l-601.7 2084l-694.7 730.5l-996.9 950.5l287.9 580.5l-1923.8 1351.5l-1702.3-21l317.9-1821.5l1104.2-1591.5l-556.9-1507l639.4-83.5l29.4-324l-922-1533l-528.1 341l-738.3 1211l-1361.5 248l-1038-18.5l-632.3 470.5l-3166.4-1381l-72.7-26.5l-1305.1-2529l-607.9 561.5l-396.9 110l-166.3 3212.5l-2313.9 224l-951.3-147.5l-170.5 44.5l952.9 2686.5l-125.9 347l-418.6 2700.5l-259.6 329l-2237 597l-2100.6 2831.5l-365.3-186l-1463.6-491l-1442.2-437l-1662.4 1187l-502.3 1066.5l-340.4 10l-605 1388l-784.9-64l129.6 961.5l-790.5-40l-466.9 328l-2245.3 474.5l-220.3-1355.5l-607.5-1128.5l384.5-1453l-1449.5 1016.5l-735.9 510.5l-2087.8-10l-11.8-913.5l-2418.8-1002.5l-152.3-1788l-608 10.5l-4070.6 68.5l-1967.6-1532l-1413-2089l-2230.7-1109l1725.8-1628l-456.3-2065l733.5-354.5l860.1 3.5l-1561.3-1522.5l2111.8-2191l2582.6-3075.5l1982.2-2003l-194-1046l-13.3-1120.5l1799-1382.5l1875.5-1681l992.2-751l1195.8-1161.5l1510.5-1143.5l426.5-377l2318.6-1831l-262.6-707.5l-1842-921l-589.9-1861.5l2013.3-807.5l399.3 404.5l1055.6-624.5l648-332.5l-45.6 1795l668 380l1015-272.5l1966-1888.5l498.9 531.5l2602.1-195.5l297.2 241.5l1133.5 381.5l-121.4 785l194.1 289l-78.1 2418l-678.8 86.5l850.2 585.5l1900.2 629l-448.1 686l336.7 454l553.6-499.5l1134.8-805l1296.1-1121l215.6-302l1899.6 698.5l229.5-111l3129.4-3114l207.4-225l145.8-376l1677.8-112.5l1142.5-1267l234.8-313l2413.7-1514.5l912.9-970.5l1366.3 867.5l754.4-1699.5l-60.1-1204l855-1746.5l2576.9-991.5l-1375.9-1929l3505.4-83z" />
			<path  id="205" d="M-243096.3-6258598.5l-416 787.5l-324.5 1476.5l2402.1 432.5l-15.5-267l4285.3-3911l1309.5 1197.5l1094.4 2733.5l1201.4-854l1304.6-214l-262.8 1337l1712 259.5l701.4 2748l61.5 103l1300.3-1021l614.3 366l1111.3-567.5l2029.6-74.5l477-1542.5l853.1 3677l-277.6 806l226.5 891l1748.8 2819l-1075.1 1674.5l-1442.1 904l-265.1 393.5l1081.6 1109l368.4-377l408.4 1023.5l-52.7 552l649.6 1207l379.5 155.5l2031.6 1408.5l181 643.5l331.8 660.5l640.4 200l812.3 1078l-276.1 2512l845.8 900.5l-452.5 586l2549.1 165l2131.4-1353.5l1561.3 1522.5l-860.1-3.5l-733.5 354.5l456.3 2065l-1725.8 1628l-1439 1034l-505.9-204l-1162.7 1074.5l470.4-1589.5l-2945.9 1058.5l-1310-730.5l171 1309l-3194.6 549.5l-2019.3 534.5l-1904.8 1595l-332.9 1040.5l-748.5-613l-1634-44l-2520.2 2054.5l-834.8 757.5l-2852.1 566.5l-2063.2 2119l-2657.9-1888.5l-164.9 171l-21.2 692l-5214.3 1396.5l-1097.1-1378l-3451 1281l-109.8-814l-3388.8-1055.5l-3071-681l-772.1 447.5l-2420.3-984.5l-1513.8-2480l2804.9-2924.5l2159.4-2355.5l1450.6-3474.5l-552.8-704.5l-325.9-567l1698.5-1651l2215-1638.5l2105.2-1680.5l-275.8-4367l1346.9-1127.5l-653.9-5265l-2150.8-1414l1187.3-1132l540.8-390.5l1541-669l847.3 486.5l204.8-2158.5l827.5-553l2575.9-355l1162.8-2469l236.4-524.5l230.2-197.5l851.7-278z" />
			<path  id="211" d="M-158699.2-6239417l24.1-222l3136.4 272l1560.9-1008l716.1 1108.5l2008.1-598.5l517.9 1108l825.3 1016l849.1-642l1416.3-673l174.9 775.5l-1168.9 1084.5l420.4 819l864.1 128l1407.6 1504.5l-634.4 577l-334.5 1156l1734.2 596.5l1315-738l1135-808.5l2301.5 970.5l152.7 440.5l3538.1 131.5l31.6 58l79.7 582.5l492.2 1489.5l494-231.5l172.5 1217l842.3-290l938.6 1414.5l320.1-22l734.5 2147.5l-669 1692l-880.4 770l-339 480l-505.7 220.5l-729.5 1967.5l-358.5 187l-245.9 1112l-1632.6 751.5l-209.8 1022l986.9 1496.5l-1120.9 752.5l-2010.1 680.5l-1077.5 1873l-1715.1 1122l-2329.8 2355.5l-1629.5 13.5l-1360.2 422.5l252.5 1367l-91.4 1407.5l1956.3 3634.5l-2184.6 1729l993.2 1467l-3502.9 778l-4400.7 1972.5l-676.2 988l-823.3 544l-1400.3-309l-3457.5-3960l-2033.4 425.5l-2113.1-340.5l-960.6 970.5l-475.1-280.5l-902.6-1205l-707.2-2268.5l-1284.1-1190l-1442.1 473l295-1154.5l-1779.1-3856.5l-1515.4 510.5l-2058.8-2306.5l-2480.1-965l-1771.3 706.5l-63.3-44l-1217.6-278l-602.8 801.5l-1041.6 929.5l-706.9 1483l638.3 2460l-1612.3 1274l-1246.2-28l-791.6 93l768 301.5l-511.5 611l-1713.6 3432.5l799.2 650.5l-628.6 672.5l-2137.8 818.5l-2092.3-1967.5l-2465.8-728.5l-887-427l700.6-938l-386.4-1065.5l-113.8-902.5l-2722.2-1827l-375.5-1653.5l2985-1042l930.5-998l455.5-924l-645.5-1038l-1295.5-159l715.1-1602l-398.3-758l847.1-1691.5l1147.5 171l-277.7-1769.5l-1875.3-207l20.7-1284.5l2245.3-474.5l466.9-328l790.5 40l-129.6-961.5l784.9 64l605-1388l340.4-10l502.3-1066.5l1662.4-1187l1442.2 437l1463.6 491l365.3 186l2100.6-2831.5l2237-597l259.6-329l418.6-2700.5l125.9-347l-952.9-2686.5l170.5-44.5l951.3 147.5l2313.9-224l166.3-3212.5l396.9-110l607.9-561.5l1305.1 2529l72.7 26.5l3166.4 1381l632.3-470.5l1038 18.5l1361.5-248l738.3-1211l528.1-341l922 1533l-29.4 324l-639.4 83.5l556.9 1507l-1104.2 1591.5l-317.9 1821.5l1702.3 21l1923.8-1351.5l-287.9-580.5l996.9-950.5l694.7-730.5l601.7-2084l451.3-600.5l-865.3-1898l453-810l824.1-641l1796.6-1687.5l-393.8-1595l635-690l594.6 1311l1433.7-349z" />
			<path  id="210" d="M-132177.2-6224179l1112.9-363.5l1641.7 939l882.6 1240.5l273.3 748l672.7 1716l1715.6-309l1741.9 515l49.7 3207l-170.8 1084.5l71 614.5l-1868.9 682.5l27.4 282l770.8 954l135.3 3024.5l-2314.9 615l28.2 364l992.4-207.5l-62.4 1457l1359.6-82l251 2430.5l564.3 1145.5l-214.2 26l-3280.9 691l-116.5 245.5l-92.8 828l296.2 1293.5l1464.9-242.5l909.7 3015l-326.1 539.5l907.4 18l1081.7 1737.5l1479.2 6442.5l2889.7-1959.5l1722.7-1655.5l-1391.8 9.5l-2326.1-5216l1657.9-716.5l261.4-1066.5l1623-199l2212.3 2294.5l488.6 1316l1237.2-2992l3567.9-612l1281.2 845.5l-19.3 163l-15.1 265.5l13.8 224l-2229.6 1561.5l-201.1 1104l866.8 399l1832.4-1577l-655 3480l-1660.9 1874l-1060.3 869.5l-233.1 1786l2184.9 1269l230.5 1675.5l-1475.6 758l-1610.8 1767.5l-2390.9 1848l-1623.9-420l-1562.6-1723.5l-294.7-1709.5l-3160.6-1498.5l-191.9-1324l-4716.5 1272.5l-237.2-589.5l-940.8 261l-2913.5 197.5l295.6-1557l-4046.4-326l-7492.6-1523l-2016.2 280l649.2-1345l-1445.8-841.5l-1137.7-281l-303.8 952.5l-341.8 69l-1100 796.5l-1761.4 514.5l-152.4 1391l-1594.3-892.5l-3391.6 225l-829.3-1719l-1639.9 401l-580.4-1601.5l987.1-2245l823.3-544l676.2-988l4400.7-1972.5l3502.9-778l-993.2-1467l2184.6-1729l-1956.3-3634.5l91.4-1407.5l-252.5-1367l1360.2-422.5l1629.5-13.5l2329.8-2355.5l1715.1-1122l1077.5-1873l2010.1-680.5l1120.9-752.5l-986.9-1496.5l209.8-1022l1632.6-751.5l245.9-1112l358.5-187l729.5-1967.5l505.7-220.5l339-480l880.4-770l1125.8 182.5z" />
			<path  id="212" d="M-181086.9-6210041.5l63.3 44l1771.3-706.5l2480.1 965l2058.8 2306.5l1515.4-510.5l1779.1 3856.5l-295 1154.5l1442.1-473l1284.1 1190l707.2 2268.5l902.6 1205l475.1 280.5l960.6-970.5l2113.1 340.5l2033.4-425.5l3457.5 3960l1400.3 309l-987.1 2245l580.4 1601.5l1639.9-401l829.3 1719l263.8 3273.5l-1228.1 1267.5l-1854.4 308.5l-328.5 2415.5l1601.4-1096l2380.3 1522l1344.7 1354l560.6 1513.5l-695.3 877.5l1047.9 179l237.6 744.5l-2216.1 1341.5l1170.5 188.5l848.7 1271.5l-276.6 695l-138.1-49.5l-145.5 400.5l-724.9 1413.5l-146.8 833.5l-807.1 617.5l-1093.6-1251.5l-678.7-350.5l-1185.3 2145l431.7 587l660.5 1742.5l3049.9-145l637.4 1792.5l-337.8 1031l-1336.7-10l-474.2 775.5l574.5 764l-45.5 374l-912.7 2215.5l1568.9 1180.5l-974-514.5l-2946.1 484.5l-2246.2-1205.5l-1730-1321.5l-796.5 794l-704.4 385.5l-687.8 913l-2183.9 161l-2845.8-1595.5l71.1 912l-1667.9 463l-1907.9-768l-1233.6-433.5l-1757.1-3002.5l-3079.7 24l-2441.6-2546.5l-397-414.5l-1930.1-3382.5l202.6-1159l-185.9-2586.5l-4204.5-68.5l738.3-1684l-2563.8 458l-2168.8 391.5l-1174.1 313l218.7 1162l-1344.2-215l-767.7-2397.5l-1353.5-647l-2070-4619l1802.2-2881.5l730.2 1083.5l3845.1-3587.5l1625.9-3866.5l-649.3-542.5l1197.4-1742l-425-2954l649.5-474.5l-476.3-413l628.6-672.5l-799.2-650.5l1713.6-3432.5l511.5-611l-768-301.5l791.6-93l1246.2 28l1612.3-1274l-638.3-2460l706.9-1483l1041.6-929.5l602.8-801.5l1217.6 278z" />
		</g>
		<g  id="_8">
			<path  id="283" d="M-174521.1-6040844.5l1086.7 847.5l31 738.5l2176 1007l-371.7 1479l1511.2 3374.5l1341.9 428l1814 2352l1954.7 319.5l3706.3-1973.5l2392.2-1095l758.6-31l283.7 2839.5l6972.9 1520.5l2447.3 328.5l80.4 2577.5l-1492.7 2218l186.1 3293l45 1996.5l-2558.5 1607.5l267.8 1554.5l-1289.4 1560l-61.1 27l1702.5 2064.5l-1050.4 2425.5l-1718 1283l-2604.3 1346.5l-167.6 1688l-2896.2 455.5l83.2 851.5l327.7 2293.5l1705.9 1729l-520.2 1784.5l-4682.3-243.5l-1053.9-66.5l-1822.4 3231l-5462.2 1533.5l-3362.4 958l-2344.1-1919l-730.9-1201l3939.5-1166l-1272.5-1578l891.2-1159l-2580.2-112l-2312.1 2073.5l-1086.2-145l-1141.9-1373l-1508.5-4753l-3214-3436.5l-465.8-4555.5l2258.9-2060l276.1-2392.5l-1045.5-4485.5l2684.7-6602.5l-322.5-3949l1907.8-2053l123.7-844l135.5-2884l2307-2885.5l2103.6 76l1634-898.5z" />
			<path  id="285" d="M-150039.9-6123769.5l2152.1 1429.5l-16.2 1965l2248.3 274l-155.7 651l845.2-167l2392.2 1248l747.7-.5l2202.1 1935.5l788.7 554.5l2030.4-689l4233 3316l305.1-113l1806.3-181.5l949.7 866l-700.7 1359.5l1151.1 306.5l-101.1 646l-1877.7-86l-1074.7 153.5l2104.9 2656l-1829.2 2175l344.9 5695l1625.6 1756.5l1789.3 121.5l604.5 1305.5l25.5 48.5l-1667.2 7163.5l-1661.1 1382.5l-1105.2-39.5l-3693.1 5505.5l-1210.3 1354.5l-450.6-87.5l-2877.5-290l-322.1 2839l-2310.8 360.5l-1474.7 53l-1714.9-1614l-1534.2 1187.5l-1330 2721l-1158.6-1682l1116.6-2975.5l-755.9-1886l133.1-521l-266.5-2124.5l-1181.9 406l-1355.4-741l-3476.7-3435l-3067.9-1475.5l15 1941l-1673.2 578.5l-522.1-1554l-5235.1-2974l1351-6295.5l1770.8-1108l1172.7-2109l-223.3-7339.5l2782.9-5360.5l710.5-1288l3450.8-1864.5l5173.9-5954z" />
			<path  id="291" d="M-90835.2-6100623l1149.9 161.5l1034.6 1308.5l2947.3 1350l400-104.5l855-2258l-323.3-2098l2423.5-300.5l380.6-2217l4634.3-2898.5l2093.7-226l1999.9 209.5l2119.1 1344.5l616-1281l920.8-629l1703.7 431l1353.9-3529l1414.6 801.5l1152.8 1476.5l-437.9 2172.5l-64.5 1724l1887.8 1552l-29.4 797l1404.4-402l117-11l123 2439.5l-686.5 499.5l-1617.2-99l-474.5 1529l852.4 1103.5l389.6 897l-2027.7 1007.5l-50.8 1329l739.9 274.5l38 1403.5l-1438.1 3197.5l2196.2 1387l-2265.7 3529l859.7 1109.5l1688.5 364.5l1542.9 1319.5l40.8 1456l1556.4 974l1318 364.5l76 98.5l-1736.1 2675.5l-1653.1 496l1351.3 2566.5l-347.4 1193.5l-5469.4 1918l-2642.3-543l-621.8-1646.5l-2421.9-2142l-257.3-2138l-200.5-39l-1646 1071l-2018.5-1726l-1216 3879l-1427.7-209l-2041.7 256l-2992.6-4157.5l-834.8-903.5l-841.8-1043.5l713.7-2763l-1958.4-5346.5l-4206.4-1168l-228.8-2475l3598.2-2424l510.4-253l-500.5-797.5l-4565.7-3834l1040.1-2004.5z" />
			<path  id="275" d="M-101197.7-6221864l6888.1-1312l339.8 2664.5l-1084.8 1401.5l565.2 3531.5l972.1 862l-261.8 1388l4580.1 2354l-1281.8 2127l-57 2263l156.8 1785l1185.5 552.5l-139.3 1876.5l1891.4 3023.5l-1815.2 3442.5l-1031.3 159.5l-495.1 452l-1573.4 432l-58.4 1007.5l-1096.5 561l-2839.3-606.5l-597 907l-1226.5-2107.5l-983.8 1953.5l-2334.9-1524l459.6-1106.5l813.7-341.5l-398.1-2910.5l-2745.6-1192l695.6-1176.5l235.6-3771l-2942.4-1924.5l700.7-1502.5l1237-312.5l1252.1-923.5l-388.4-1937.5l2811.2-2952l-1067.2-5256.5l-684.4 117.5l-280.9-1311.5l360.1-247.5l238.2-445.5z" />
			<path  id="276" d="M-113906.2-6219084l3037.7-607l2164.5 1870.5l3304.7 5054l2824.6 998l388.4 1937.5l-1252.1 923.5l-1237 312.5l-700.7 1502.5l2942.4 1924.5l-235.6 3771l-695.6 1176.5l-276.5-64l-1683.5-149l-239.9 572l-3342.1 35.5l743.7-2953l-2459.4-682.5l-2205.6-897.5l143.3-4633l-1278.6-5456.5l-613.3-1653l583-1752.5l87.8-1230z" />
			<path  id="278" d="M-64962.2-6215807.5l-1064.5 1870l-1058-2099l218.4-1324l1904 1553z M-89198.8-6210974.5l495-344.5l1330.5 445l941.7-987.5l1363.2-46.5l-184.6 2436.5l629.2 857.5l1935.8-740l3113.5-229.5l51.4 2046l-2523.5 2279l-1012.9-2159.5l-2050.1 2309l569.8 725.5l193.1 3080l-2507.7 1905l965.3 1628l2546.7 187l2388-2291l895.7-929.5l636.8-2222.5l1604.5 213.5l1912.7-1408l-1397-1658l1937.4-2740.5l-435-1131.5l1212.2 450.5l1295-969.5l2098.3 1387l1854.2-23.5l1325.9-2738l396.6-737.5l1257.4 569.5l-799.9 1784.5l1115.2 1039.5l-4173.5 3018.5l1284.8 2970l-1884.3 2487.5l-701.6 986l-734.5-1491.5l-1405.2 991.5l400.2 2125.5l-2880.8 538.5l-784.8 682.5l117.8 1704l1613.4 1237l181.2 1577.5l3290.3 1386l1602.1 1773.5l1272-234l-657.9 741l443.3 2469l-2001.8-567l1486 2215l-2373.8 1868l-900.5-512.5l363.9 1762l-2946.8 3030l-430.9 1002l-4888.8 1144l207.4 1823l-2320.5 1105.5l-3207.4-2120l-284.9-805.5l-2170.7 331.5l-2233.8-869l-1160.9-2741l-3306.8 15l-289 28.5l-2886-1298.5l-2356.1-121l-1129.8-651.5l-2037-955.5l352.8-806l-990-456.5l860.6-2013.5l2107.2-726l-134.6-2084l801-1016.5l-401.6-1128l-178.9-873l333.1-467l2020.8-1232.5l983.8-1953.5l1226.5 2107.5l597-907l2839.3 606.5l1096.5-561l58.4-1007.5l1573.4-432l495.1-452l1031.3-159.5l1815.2-3442.5l-1891.4-3023.5l139.3-1876.5l-1185.5-552.5l-156.8-1785l57-2263l1281.8-2127z" />
			<path  id="279" d="M-103365-6200220.5l2745.6 1192l398.1 2910.5l-813.7 341.5l-459.6 1106.5l2334.9 1524l-2020.8 1232.5l-333.1 467l178.9 873l401.6 1128l-801 1016.5l134.6 2084l-2107.2 726l-860.6 2013.5l990 456.5l-352.8 806l2037 955.5l1129.8 651.5l2356.1 121l2886 1298.5l289-28.5l3306.8-15l1160.9 2741l2233.8 869l2170.7-331.5l284.9 805.5l615.6 625.5l-647.3 3487.5l-5136.6 375.5l-3061.4-2102l-2266.7 358.5l-2466 3061l2617.4 2379.5l604.3 2822l-2310.8 1630l-3594.8 1899l-998.4 93.5l-4148.1-1806.5l-539.9-1346l-909.9-1826.5l239-1299.5l-340.9-2726l-543.9-833l661.9-1513l644.9-1595.5l-968.9-1607.5l-2340 668.5l-4133.4-1963.5l-2780.4 1549.5l1853.5-3795l-522.6-2419l1154.1-852.5l2390.9-1848l1610.8-1767.5l1475.6-758l-230.5-1675.5l-2184.9-1269l233.1-1786l1060.3-869.5l1660.9-1874l655-3480l-1832.4 1577l-866.8-399l201.1-1104l2229.6-1561.5l-13.8-224l15.1-265.5l19.3-163l64.3-347l3342.1-35.5l239.9-572l1683.5 149l276.5 64z" />
			<path  id="273" d="M-125953.1-6153348l268.3 762l3621.6-593l2474.1 1574l1778.9 2028l4218.5-251.5l-64.8 1838l2925.1 375.5l3764-1336.5l12.8 51l959.9 3766.5l-2462 2232.5l455.3 2310.5l-1901.5 2206.5l-2423 1408l1763.3 2842l-4273.8 13.5l-1296.5-1855l-800.7-2583l-3587.1 1510.5l-3698.1-2109.5l-1211.1-2669l675.9-2986.5l3979.3-1450.5l330.2-795l-3038.6-1691l-2954.5-549l-923.3-687.5l238.2-2431.5l1169.7-930z M-110965.6-6174531l2340-668.5l968.9 1607.5l-644.9 1595.5l-661.9 1513l543.9 833l340.9 2726l-239 1299.5l909.9 1826.5l539.9 1346l4148.1 1806.5l998.4-93.5l3594.8-1899l2310.8-1630l-604.3-2822l-2617.4-2379.5l2466-3061l2266.7-358.5l3061.4 2102l5136.6-375.5l1755.6 810.5l-1183.4 2599.5l140.3 126l3230.9-598l1251 2513.5l61.5 3025l-961 153.5l-98.1 2405l-3054.5-384l-137 2654.5l-5384.5-1045l-2119.8 2121l52.1 3098.5l114.9 493.5l-1652.6 616l-3070.2-655.5l-712.6-1502.5l-1913 1879l-2883.3 407l-467.9-97.5l-1081.3-144l-1164.7 2897.5l-1570.2 889l-12.8-51l-2087.9-2044.5l-589.5-2282l1571.8-2382l-37.7-1873l-2399.8-3066l-1083.4 2060.5l-1582.4-1209l-1565.2-2344l679.2-2266.5l-958.1 51l-2186.5 2372l-3407.8 391l-475.3-1752l754.5-939.5l691-1348l619.8-3137l321.4-1686.5l-52.4-1516.5l592.5-2458.5l283.8-563l2780.4-1549.5l4133.4 1963.5z" />
			<path  id="272" d="M-121090-6163296l475.3 1752l3407.8-391l2186.5-2372l958.1-51l-679.2 2266.5l1565.2 2344l1582.4 1209l1083.4-2060.5l2399.8 3066l37.7 1873l-1571.8 2382l589.5 2282l2087.9 2044.5l-3764 1336.5l-2925.1-375.5l64.8-1838l-4218.5 251.5l-1778.9-2028l-2474.1-1574l-3621.6 593l-268.3-762l777.4-938l303.5-567l1551.9-5446l2230.3-2997z" />
			<path  id="280" d="M-84964.4-6160512l3054.5 384l-167 2558l2038 1554.5l27.2 43l2900.7 6969.5l108.9 1916l-1541.7 362l-1440.5-700l-523.5 2310l1263.1 1133l-777.4 351l471.9 727.5l1056.9 4184.5l-1950.8 631l-584.4 1517.5l-1689.1 1238.5l997.8 581l-882.7 1580.5l1509.4-1001l452.9 990.5l-717.4 996.5l709.8 621.5l-408 401l-558.8-547.5l-2552.6 1131.5l-759.6-794l-1957.7 1413l-911.4 962l-2596.2 8.5l-1945.2-2866l-899.4 544l-2276.7-4435l-466.6 229l311.6 1891.5l6.2 112l-3115.4 496.5l-2604-1856.5l-1606.1 2260.5l-773.4-1020l-2021.6 669l-648.8 2081l-1484.9 712l-945.6-1382.5l563.6-1513.5l-1393.1-354.5l-871.1-713.5l-1763.3-2842l2423-1408l1901.5-2206.5l-455.3-2310.5l2462-2232.5l-959.9-3766.5l1570.2-889l1164.7-2897.5l1081.3 144l467.9 97.5l2883.3-407l1913-1879l712.6 1502.5l3070.2 655.5l1652.6-616l-114.9-493.5l-52.1-3098.5l2119.8-2121l5384.5 1045l137-2654.5z" />
			<path  id="274" d="M-127122.8-6152418l-238.2 2431.5l923.3 687.5l2954.5 549l3038.6 1691l-330.2 795l-3979.3 1450.5l-675.9 2986.5l1211.1 2669l3698.1 2109.5l3587.1-1510.5l800.7 2583l-606.6 651l-1965.9-474.5l-203 292.5l1755.6 924.5l394.2 1208l-1393.6 917.5l2596.6 1345l482.2 2344l-893.4 3026l3233.3-2223.5l1385.9 878.5l-703.5 3607l-2150.9 4103l-220.7 2296l-1107 648l-73.7 1724.5l-1536.7 543l-1552.2 232.5l-443.3 1891.5l-2016.8 1786.5l-2841.7 1626.5l-4252-174l-2793.1-1652.5l1877.7 86l101.1-646l-1151.1-306.5l700.7-1359.5l-949.7-866l-1806.3 181.5l-305.1 113l-4233-3316l-2030.4 689l-788.7-554.5l-2202.1-1935.5l-747.7 .5l-2392.2-1248l-845.2 167l155.7-651l-2248.3-274l16.2-1965l-2152.1-1429.5l808.5-3923.5l4619.1-3600.5l2458.6-172.5l1522.2-1104.5l1693.7-3105l759.8-2718.5l3726.4-7391l453.4-596.5l1343.4-2171l880.1-1406.5l2487.9-868.5l2164-1590.5z" />
			<path  id="281" d="M-95980-6135516.5l466.6-229l2276.7 4435l899.4-544l1945.2 2866l2596.2-8.5l-263.7 606l1337 1091.5l1182.3 944l-485.9 1958.5l1891.3 251l1641.8 1257l-1675.4 1835.5l512.3 742l-3223.3 3366l-18.1 543.5l-1517.3 634l-266.7 2618l-114.6 4556l-3399.7-1249l-187.9 960l826.8 4499.5l828.4 833.5l-925.4 701l818.8 2226l-1040.1 2004.5l4565.7 3834l500.5 797.5l-510.4 253l-3598.2 2424l228.8 2475l-550.2 675.5l-681.7 2912l-1566.6 631l-3447.4-1124l-1031-1408.5l-5071.9 330.5l-2418.1-865l-707 325l-1473.9-571.5l-2251.3-1l400.7 1911.5l-2760.2 562l1197.3 2723.5l-2245.3 1174.5l2173.2 2242l-499.4 1421l-2435.9 45.5l-1270.1 1404l-786.1-2435l-2172.8 3.5l-3234.8-1886l85.7-4326l-2311.5-1150l-1904.2 4191l-347.6 25.5l-558.8-1020l-3194.4-4244l-1024.9-709.5l1661.1-1382.5l1667.2-7163.5l-25.5-48.5l-604.5-1305.5l-1789.3-121.5l-1625.6-1756.5l-344.9-5695l1829.2-2175l-2104.9-2656l1074.7-153.5l2793.1 1652.5l4252 174l2841.7-1626.5l2016.8-1786.5l443.3-1891.5l1552.2-232.5l1536.7-543l73.7-1724.5l1107-648l220.7-2296l2150.9-4103l703.5-3607l-1385.9-878.5l-3233.3 2223.5l893.4-3026l-482.2-2344l-2596.6-1345l1393.6-917.5l-394.2-1208l-1755.6-924.5l203-292.5l1965.9 474.5l606.6-651l1296.5 1855l4273.8-13.5l871.1 713.5l1393.1 354.5l-563.6 1513.5l945.6 1382.5l1484.9-712l648.8-2081l2021.6-669l773.4 1020l1606.1-2260.5l2604 1856.5l3115.4-496.5l-6.2-112l-311.6-1891.5z" />
			<path  id="277" d="M-31653.2-6239697l6462.7-1323l127.2 2835l-948.7 1191.5l363.9 588l-70 2942.5l-669.6 630.5l-539.3 1600l2690.9 1563.5l960.4-456.5l85.2-2543.5l2430.3-1178.5l1223.6 4415.5l1794-2526l3257.4-2321.5l-69.6 1145l1776.6 1223.5l1063.6 2830l124.8 296.5l-1178.8 1716l406.2 548.5l2703.4 4011l444.1 1504.5l-2207 4145l-966.1 1118l-575.3 352.5l-566.3 591.5l3440.9 1087.5l1154.5-3621.5l1898.7-799.5l689.8 508.5l-941.7 2115.5l1616.9 957.5l312.2 1707.5l-121.6 3130.5l-668.2 1904l1089.6 1007.5l2163.4-7l1228.6-126l-177 356.5l3217.3-252.5l3126.1-3868l-1205.9-660l-457.2-490l1706.7-1667l1594.6 122.5l398.4 591.5l1500.1 4014l-642.4 1791l1252.4 1482l1557.1 5378l914.4 2514l703.9 668.5l-385.3 743l-3217.1 412l-311.1-1214l-4027.2 675l-831.4 553.5l-4380.3 1173.5l-4898.3 571l-4163.4 105l-1629.7-2705l-5489.1-1182.5l-677.4 974.5l-2571.1-427.5l-456.7-2083l-1864 301.5l136.8 597l-3182.9-633l317.7-1806l-2827.9 403.5l-2457.8 1140.5l863.1 1472.5l-693.8 2892l-4715.2 145.5l-2271-1122l-849.8-1301.5l-1349.7 669.5l-204 2937.5l-1778.6 587l-1494.2-756l-1675.6 283l-3387.3-2746l-1428.1 1739.5l439.8 1615l-1501.8 1034l-540.9 1977l-1314.3-81l-575.7 2700l-1439.6 954l-2626.5-2994.5l-1333-191l-1797.5-336l-607.2 2103.5l-324.1 3964.5l-2582.1 126l-36.9-508l-3329.4-252l-1414-1585l-443.3-2469l657.9-741l-1272 234l-1602.1-1773.5l-3290.3-1386l-181.2-1577.5l-1613.4-1237l-117.8-1704l784.8-682.5l2880.8-538.5l-400.2-2125.5l1405.2-991.5l734.5 1491.5l701.6-986l1884.3-2487.5l-1284.8-2970l4173.5-3018.5l-1115.2-1039.5l799.9-1784.5l143-102l1606.7 1859l1310.9-717.5l-605.4-1958.5l-2122.1-1206l1064.5-1870l191.5-1785l6631.9 474l2184.4-530.5l443.5-165l703.2-107l653-1335l717.2 39l955.8-4622l1127.3-388l1218.1-1820.5l446 119.5l2347.1 1107.5l1776.4-1405.5l1186.4 1593.5l1606.5-298l962.4-1491l-571.5-536l-1012.4-910.5l667.1-828l1017.3-1253l15.7-1773.5l-883.7-1690l-1574.6-1119.5l-280.1 2956.5l-1806.9 87l-938.4-1629l2172.5-1007.5l-1588.9-474l-2101.4 103l-1952-1044l1974.3-368l-546.4-2691.5l3198.8-454.5l1293.4-568.5l854.1 828l1237.6-859l1920.1-1118.5l963.7 1744.5l1116 244l1342.6-1878.5l1894.9 127l485.1 2492.5l3382 2202l581.7-641.5l-702.3-3215z" />
			<path  id="269" d="M-28636.9-6200494l2827.9-403.5l-317.7 1806l3182.9 633l-136.8-597l1864-301.5l456.7 2083l2571.1 427.5l677.4-974.5l5489.1 1182.5l1629.7 2705l4163.4-105l4898.3-571l4380.3-1173.5l831.4-553.5l4027.2-675l311.1 1214l-349.7 5844.5l1163.5 872l705.3-367l-81.5 2517l178.5 1013l1422.6 1565l-1419.2 2196.5l-830.8-1342l-577.1 1743l1095.8 909.5l-709.6 338.5l559.7 4457l129 1299.5l3060 1961l751.3-517.5l3630.1 2812.5l1234.8 1022l684.2 2100l-3889.7 3511.5l3442.3 547l1062.7 3413l-616.4 221.5l-2607.4 1317.5l-856.2 719.5l-1355.9-260l-16-1320.5l-1528-303.5l-3982.4 1745l-3123.6-333l-1785.8 527.5l-2057.3-1243.5l-3285.7 1326.5l877.3 1042.5l-954.6 1386.5l1439.2 1845.5l1515 2254l-3550.1 373.5l-2939.9 1659.5l-808.9-396.5l-1603.7 1546.5l594.1 1111l-2237 2766l-490-626.5l-2143.7 637.5l169.4-1033.5l-2970.8-1837l67.6-1318l-3790.9-305l-940-1685.5l-2842.2 1035.5l-1256.8-841l-406.3-2268l-4997.5-2200l297-906l-355.5-2322.5l780.9-1203l-5422.3-653l-2635.4-2451.5l48.1-2630.5l1868.4-592.5l-1337.7-2864.5l-1411.8-636l-3536.1 4789.5l-589.3-813.5l1097.6-1583.5l-1131.7-3742l-2204.4 620l-1644.2-1520.5l-408.8-721l-2185.2-575.5l1820.6-933l-266.9-517.5l842.7-1216l3689.7-958l817-1010l1136.2-892.5l-2378.4-1594.5l358.5-3612l1423.7-1731l-361.8-748l1559.8 144l3954.7-1662.5l-3011.1-1999.5l-561.3-1704l-362.3-2089l-1202.5-973l204-2937.5l1349.7-669.5l849.8 1301.5l2271 1122l4715.2-145.5l693.8-2892l-863.1-1472.5l2457.8-1140.5z" />
			<path  id="268" d="M-50078.7-6194552.5l1428.1-1739.5l3387.3 2746l1675.6-283l1494.2 756l1778.6-587l1202.5 973l362.3 2089l561.3 1704l3011.1 1999.5l-3954.7 1662.5l-1559.8-144l361.8 748l-1423.7 1731l-358.5 3612l2378.4 1594.5l-1136.2 892.5l-817 1010l-3689.7 958l-842.7 1216l266.9 517.5l-1820.6 933l2185.2 575.5l408.8 721l1644.2 1520.5l2204.4-620l1131.7 3742l-1097.6 1583.5l589.3 813.5l3536.1-4789.5l1411.8 636l1337.7 2864.5l-1868.4 592.5l-48.1 2630.5l-449.1 452l-3266.5 187l-1371.2 2765.5l-1106.3-7.5l-116-1109.5l-310.1-624l-994.2 435.5l309.7-994.5l1869.5 373l-134.8-523.5l-3652.7-887l-536.5-179l-282.1-1602l-1951.5-1470.5l-2559.7-1116l-3451.9 840.5l241.7 471.5l-3830.8-978.5l-1152.8 1032.5l-979.5 997l-1089 160l-894.2-1759.5l-1295.7-1899l2067.8-2679l-3309.8-2142.5l-1569.7-187.5l-1461.5 1795.5l917.4 866l-749.7 2949.5l-19.6 642l-3054.2-210l-1622.7 568.5l-905.5 1490l-575.1 607l-1247.6 1291l-1565.2-149.5l-315 638.5l-1645-999.5l-2453.4 163l-61.5-3025l-1251-2513.5l-3230.9 598l-140.3-126l1183.4-2599.5l-1755.6-810.5l647.3-3487.5l-615.6-625.5l3207.4 2120l2320.5-1105.5l-207.4-1823l4888.8-1144l430.9-1002l2946.8-3030l-363.9-1762l900.5 512.5l2373.8-1868l-1486-2215l2001.8 567l1414 1585l3329.4 252l36.9 508l2582.1-126l324.1-3964.5l607.2-2103.5l1797.5 336l1333 191l2626.5 2994.5l1439.6-954l575.7-2700l1314.3 81l540.9-1977l1501.8-1034l-439.8-1615z" />
			<path  id="267" d="M-66153.9-6172338.5l1569.7 187.5l3309.8 2142.5l-2067.8 2679l1295.7 1899l894.2 1759.5l1089-160l979.5-997l1152.8-1032.5l3830.8 978.5l-241.7-471.5l3451.9-840.5l2559.7 1116l1951.5 1470.5l282.1 1602l536.5 179l3652.7 887l134.8 523.5l-1869.5-373l-309.7 994.5l994.2-435.5l310.1 624l116 1109.5l-1260.1 420.5l-7.4 632l-1129.9 2175.5l-1719.2 333.5l-1629.9 1450.5l-990.7 570l636 310.5l1287.2 599l393.3 369l87.4 121.5l951.3 1369l-857.9 665l-601.5 74l-361.6 72.5l-1199.4 1550l-1758.5-17.5l601.8 1793.5l1691.6 794l958.7-596l818.1 2561.5l1116.6-696l-848.1 1122.5l-1703 108.5l-906.3-165.5l-1314.5 711.5l-678.4-1067l658.8-369l-340.9-855l-1517.5 274l-3920.8-1219.5l-576-112.5l-2910 1629.5l-2372.4-974l-1103.2 395.5l-684.2-110l-206 1328.5l-2629.6-831.5l-136.1-1078.5l-994.2-119.5l-515.9-1812l-1494.8 72l-460.3-850l-688.7-3252.5l-1509-172.5l-1840.5-2735.5l-5842-1988.5l-2038-1554.5l167-2558l98.1-2405l961-153.5l2453.4-163l1645 999.5l315-638.5l1565.2 149.5l1247.6-1291l575.1-607l905.5-1490l1622.7-568.5l3054.2 210l19.6-642l749.7-2949.5l-917.4-866l1461.5-1795.5z" />
			<path  id="270" d="M-36338.4-6161893.5l2635.4 2451.5l5422.3 653l-780.9 1203l355.5 2322.5l-297 906l4997.5 2200l406.3 2268l1256.8 841l2842.2-1035.5l940 1685.5l3790.9 305l-67.6 1318l2970.8 1837l-169.4 1033.5l2143.7-637.5l490 626.5l2237-2766l365.5-665l4589.2-548.5l1170.4 1438.5l2373.5-98l108.2 3643l766.1 506l800.9 474.5l-28.9 81.5l77 538.5l-386.5 1395l-1010.4 351.5l-919.7-923.5l-2206.6 1303.5l-504.2 2002.5l976.4 1491l-317.6 864.5l429.6 2031.5l720.7 1613.5l-2498.3 3035l151.4 1637.5l2811.5 369.5l107.1 2336.5l-539.8 1213l-690.1-83.5l-3984.6-318.5l-105.1-1210l-1582.5-1368.5l-2057.2 238.5l969 2873.5l790.9-504l-277.5 1532.5l-1376 163l-2509.4-1300l-1221.4-210l-2284.9 1026.5l-724.1-1189l-483.8-554l-330.3-1205.5l-2134-728l-691.5-2444.5l-2105.7 164l133.4-491l-4220.2 671l-2351-397.5l-480.4-1508l1882.8-1134.5l458.6-1366.5l-765.1-1134l4326.4-584l1842.9 1087l2648-1361l627.2-653.5l-708.7-2140l339.8-151l-1672.1-2157.5l-3.1-3107.5l-3007.3-1320.5l17.5-1652.5l-1935.1-1274l-3122.5-447.5l-2574.9 1148.5l-670.9 3019.5l-181.6 965l-4864.5-669l-1752.1 651l-1218.4 513.5l-1556.7 21l-1134.2-1026l-501.1-61l-1752.1-994l-1837.9-1191.5l-544.2 509l-1116.6 696l-818.1-2561.5l-958.7 596l-1691.6-794l-601.8-1793.5l1758.5 17.5l1199.4-1550l361.6-72.5l601.5-74l857.9-665l-951.3-1369l-87.4-121.5l-393.3-369l-1287.2-599l-636-310.5l990.7-570l1629.9-1450.5l1719.2-333.5l1129.9-2175.5l7.4-632l1260.1-420.5l1106.3 7.5l1371.2-2765.5l3266.5-187l449.1-452z" />
			<path  id="271" d="M18864.9-6159680l160.7 1887l4203.3 1571l328.2 346.5l865.3-734.5l1227.5 413.5l332.2 2626l1364 132l656 1673.5l2338.5 1105l-762.4 959l83.9 317l1050.4-164l90.5 1005l1821.6 1582.5l689.8 3319l-2096.9 809.5l2118.6 1944.5l-460 1446l412.3 432l9.6 2221.5l-1723.7 865l-186.1 960l1584.8 567l70 2395l-478.6 358.5l-955.5 765l-38.6 2433l-601.6 382.5l268.3 3416l2977.2 879.5l-670.2 781.5l2398.9 3595l349 681.5l-1951.2 2221.5l-3994.4 1095l2097.1-3482l-588.5-795l-1741.8 88.5l-1152.5 1282l-203.3 2235l-2058.3 1564.5l-778-643.5l-985.1-3321l-1301.4 16l-260.3 707l-3390-1330.5l53.3 1039.5l-1094.4 605l255.1 2590l2637.5 2508l2079.8 2748.5l-287.6 551l-1631 24.5l-3.4 1691l784.7 740.5l666.6 2906l-622 614l-446.2 1470.5l771.1 1585l-2506.8 784l-942.8-353l-2549 973l-1143.2-499.5l-1808.7-2895.5l-301.9-1902.5l-1139.7 991.5l-873.5-880.5l-487.1 667.5l-718.1-359.5l-2208.8-175.5l-301.1-1525.5l-462.8-213.5l-1681.3-1306.5l-1677.2-182l-1284.1-2251.5l-5588.1 1222l379.7-2042l-1883.2-2119l-1736.1-1082l817.2-2852l1863.1 74.5l2612.5-4307l-345.9-2442l690.1 83.5l539.8-1213l-107.1-2336.5l-2811.5-369.5l-151.4-1637.5l2498.3-3035l-720.7-1613.5l-429.6-2031.5l317.6-864.5l-976.4-1491l504.2-2002.5l2206.6-1303.5l919.7 923.5l1010.4-351.5l386.5-1395l-77-538.5l28.9-81.5l-800.9-474.5l-766.1-506l-108.2-3643l-2373.5 98l-1170.4-1438.5l-4589.2 548.5l-365.5 665l-594.1-1111l1603.7-1546.5l808.9 396.5l2939.9-1659.5l3550.1-373.5l-1515-2254l-1439.2-1845.5l954.6-1386.5l-877.3-1042.5l3285.7-1326.5l2057.3 1243.5l1785.8-527.5l3123.6 333l3982.4-1745l1528 303.5l16 1320.5l1355.9 260l856.2-719.5l2607.4-1317.5z" />
			<path  id="264" d="M-20794.2-6128199l-133.4 491l2105.7-164l691.5 2444.5l2134 728l330.3 1205.5l483.8 554l724.1 1189l2284.9-1026.5l1221.4 210l2509.4 1300l1376-163l277.5-1532.5l-790.9 504l-969-2873.5l2057.2-238.5l1582.5 1368.5l105.1 1210l3984.6 318.5l345.9 2442l-2612.5 4307l-1863.1-74.5l-817.2 2852l1736.1 1082l-3497.6 1162.5l-1900 3589.5l-3966.6 3286l-6438.3-466.5l-72.6 40l-572.5 581l16.5 551l-146.8 848l-1887.7 450.5l-12.9 557.5l-2660.3 1823.5l-1887.2-1935l-3496.4 3.5l-197.6-254l-1621.4-1447l2394.9-2361.5l225.5-1426l-223.5-1313.5l80.7-2119l-4300.6-1876.5l1563.9-767l-431.6-655.5l339.3-1046l-1031.8-508.5l-1259.2 250.5l-2349.8-1226l74.4-1081l-310.3-927.5l431.8-1236.5l-771.3-1085.5l737.7-644.5l-456.8-1256.5l1779.2-2671.5l-619-441.5l1049.2-1024l2887.2 1633.5l1086-244l643.8 154l435.8-1244.5l-434.6-2224.5l2579.2 1106.5l886-414l2351 397.5l4220.2-671z" />
			<path  id="263" d="M-37599.7-6118332.5l310.3 927.5l-74.4 1081l2349.8 1226l1259.2-250.5l1031.8 508.5l-339.3 1046l431.6 655.5l-1563.9 767l4300.6 1876.5l-80.7 2119l223.5 1313.5l-225.5 1426l-2394.9 2361.5l1621.4 1447l-1234.6 101l-5553.2 1844l-1271.9 850l405.5-1508l-2066.3-2198.5l-2401.2 1143.5l-721.5-304.5l-1080.5 897.5l-1107.1-429l-2884-1594.5l-947.2 861l-628.9-1467l-284.7-891.5l568.6-971l-336.9-827.5l-1119.7 36l-923.7 1364.5l-2598.3-359.5l-319.3-594.5l-1104.3-142l-965.3 909l-1030.5-1584l-42.6-52.5l-707.5-835l678.6-970.5l-1532.2-110l-336.2-715l-2237.2-17.5l-1426.8 312l-1152.8-1476.5l-1414.6-801.5l361.6-646.5l-970-1785l414-419.5l881.9 3.5l-200.5-394.5l290.4-1515.5l-1304.4-827l-6.2-188.5l-34.2-1078.5l1185.6-1602l-684.6-879.5l915.7-509l4618.3 606l2621.6 1495.5l2944.5-202.5l1815.3 3413.5l3435.4 448l-544.2-1151l464.2-256.5l3112.5 130l469.5 1265l2246.8 866l-72.5 558.5l2070.2-2693l979.7 540.5l1161.1-1891.5l2754.6-259.5z" />
			<path  id="292" d="M-4030.1-6112065.5l1883.2 2119l-379.7 2042l5588.1-1222l1284.1 2251.5l1677.2 182l1681.3 1306.5l462.8 213.5l301.1 1525.5l2208.8 175.5l718.1 359.5l487.1-667.5l873.5 880.5l1139.7-991.5l301.9 1902.5l1808.7 2895.5l1143.2 499.5l266.8 544l217.7 605l305 912l-1183.2 381.5l-545.7 14.5l-1122 620l-2600.1 2605l-2490.8 526l-2269.7-2266.5l-3454.9 2352.5l-1853-184.5l752.3 2886.5l-5317 5575.5l454.6 1795l1626.4 1553.5l894.5 910l2097.9 4030.5l2037.8 2595l-237.4 1025l345.2 2011l-257.9 2176l1592.7 3246l11.2 97l-89.7 788.5l818.8 3727l-3455.8 2395.5l-2898.7-919.5l24.9-74.5l1899.1-146.5l2475.3-4114l-463.1-926l-1355.1 485l-313.8-936.5l-1991.5-5130l-1663.2 549.5l-1669.7-2803l-2133.1 211l-1005.4-199l-484.7-2054.5l-2776.7-751.5l-1303.4 2564.5l-478.7 508.5l-1730.9 1760.5l-2307.1-154.5l-805.1 729l123 1543l-2151.2 1646l-1791.8 1439l77.2 469.5l230.2 2346l-1258.3 761l-2186.7-994l-1549.7 559.5l-1729.9 1949l458.7-793l-808.9-1472.5l-692.1-1065.5l-1794.3 185.5l875.2-682l-331.5-855l-2046.1-887.5l-1205.9 1444l-2641.3 419.5l-1373.6-3284.5l-2712.9-1449l559.1-1330l2121.7-1009l-1489.9-2696.5l2852.8-1604.5l-756-2597.5l3391.2-1537l950-2836l-828.6-4192l3040.6-265l465.6-2200.5l385.5 827.5l773.7-861l-1779.4-4837.5l-390.3-1202.5l-1592.1-799.5l-454.8-1397l-3.7-5241.5l3496.4-3.5l1887.2 1935l2660.3-1823.5l12.9-557.5l1887.7-450.5l146.8-848l-16.5-551l572.5-581l72.6-40l6438.3 466.5l3966.6-3286l1900-3589.5l3497.6-1162.5z" />
			<path  id="290" d="M-62532.1-6109393.5l2237.2 17.5l336.2 715l1532.2 110l-678.6 970.5l707.5 835l42.6 52.5l1030.5 1584l965.3-909l1104.3 142l319.3 594.5l2598.3 359.5l923.7-1364.5l1119.7-36l336.9 827.5l-568.6 971l284.7 891.5l628.9 1467l947.2-861l2884 1594.5l1107.1 429l1080.5-897.5l721.5 304.5l2401.2-1143.5l2066.3 2198.5l-405.5 1508l1271.9-850l5553.2-1844l1234.6-101l197.6 254l3.7 5241.5l454.8 1397l1592.1 799.5l390.3 1202.5l1779.4 4837.5l-773.7 861l-385.5-827.5l-465.6 2200.5l-3040.6 265l828.6 4192l-950 2836l-3391.2 1537l756 2597.5l-2852.8 1604.5l1489.9 2696.5l-2121.7 1009l-559.1 1330l723.5 2261.5l-1212.1 1113l-1135 526l-325-1320.5l-4843.7 1362l-936.6-161l-1393.8-2761.5l-1479.9-1873.5l-1133.8-1440.5l-2780.5-2554.5l-1702.8-538l-4842.2-803.5l-1398.4 658l-1351.3-2566.5l1653.1-496l1736.1-2675.5l-76-98.5l-1318-364.5l-1556.4-974l-40.8-1456l-1542.9-1319.5l-1688.5-364.5l-859.7-1109.5l2265.7-3529l-2196.2-1387l1438.1-3197.5l-38-1403.5l-739.9-274.5l50.8-1329l2027.7-1007.5l-389.6-897l-852.4-1103.5l474.5-1529l1617.2 99l686.5-499.5l-123-2439.5l-117 11l-1404.4 402l29.4-797l-1887.8-1552l64.5-1724l437.9-2172.5l1426.8-312z" />
			<path  id="284" d="M-160471.9-6087922.5l1673.2-578.5l-15-1941l3067.9 1475.5l3476.7 3435l1355.4 741l1181.9-406l266.5 2124.5l-133.1 521l755.9 1886l-1116.6 2975.5l1158.6 1682l1330-2721l1534.2-1187.5l1714.9 1614l1474.7-53l2310.8-360.5l322.1-2839l2877.5 290l450.6 87.5l86 1649.5l-2370.3 4868.5l-334.9 1333.5l1677.6 418.5l2090.2 1636l224.1 1949.5l-779.6 1184l1302.3 1917.5l-409.5 2294.5l-2986.5 2083.5l44.1 2688.5l-1266.3 948l737 1759.5l969.7 1352l-352.8 2076.5l1545.5 1123l-2731.6 145.5l-1570.5 1201l484.7 3743.5l1412.7 2061l40.4 58l-1078.3-57l-2005.3-3219l-3617.6-2361l-2439.6-401l-4145.6-269l-2609.8-207l-393.5 1997l-433.2-1005.5l-1857.3 244.5l-1576-360.5l-1114 459.5l-1830.3-1968l-2561.4-1771.5l-2403.3-115l57-2681.5l-521-520.5l-3729.3 623.5l-84.3-690.5l-4395.8-211.5l-1925.4 679.5l-2718-1083l1680.1-2192.5l145.8-2279.5l1207-1587.5l1708.7-2720.5l2737.1-4235l727.2-2491.5l1101.7-4924l3287.7-1894l226.2-218l448.5-1297.5l-897.7-5827l1140.1-3751l613.6-1429.5l5235.1 2974l522.1 1554z" />
			<path  id="295" d="M-90688.9-6088835l4206.4 1168l1958.4 5346.5l-713.7 2763l841.8 1043.5l834.8 903.5l2992.6 4157.5l2041.7-256l1427.7 209l1216-3879l2018.5 1726l1646-1071l200.5 39l257.3 2138l2421.9 2142l621.8 1646.5l2642.3 543l5469.4-1918l347.4-1193.5l1398.4-658l4842.2 803.5l1702.8 538l2780.5 2554.5l1133.8 1440.5l-2967.7 2108l890.4 3511.5l-1611.4 2829l-2748.7 1115.5l4087.8 2507l778.6 2120.5l2072.8 830l-242.5 1033.5l2013.9 304l1426.1-87.5l-227.9-570l2604.1 1431.5l3357.3 1456.5l2328.6 602.5l393 382l1434.5 279.5l741.1 1366l1974.4 442l724.4 1417l20 1106l1320.8 680.5l604.8 1683l1265 3909l-1724.8 465.5l-698 3015l-1699.7 162l727.7 1316.5l1839.6 1447l-2756.1 1214l-1960.9-586l-2881.1 2488.5l-1459.3 1469.5l-1886.8-1786.5l-1245.8-1149l-2754.9-1321l-1814 2630.5l1692.3 2883.5l694.1 3878l-1059.2 158.5l-2167.3-2052l-1894.5-2423.5l-1524.3-893l-2519.1 923l-2164.4-2605.5l-1517 3257l-1430.8-628.5l-2293 1834.5l-4509-628.5l-566.4-1455.5l1859.6-1442.5l320.6-1334.5l-201.9-990.5l-3270.7-1793.5l-2731.7-1312.5l414-1294l-835-838l-3560.4 326.5l-6.4-4129.5l666.8-1254.5l-962.2-1028.5l435-2488l-1467.7-1486.5l-1030.2-270l-1572.2 252l-1596.9-3128.5l373.7-298l576.7 571.5l2973.1-237.5l662-1403l-1500-1758.5l-1031.5-534.5l-644.9-1833l-1087.1 411l-1912.8-804l-1379.4 460l-842.4-171.5l-1338.4-3084.5l-198.3-539.5l-1535.3-1156l-710.2 68.5l-231.1-2417l-995.4-971.5l-1643.7-493.5l-1651.9 181.5l-487.8 2106l-959.5 372l-2345.4-2457l1896.6-2143.5l-1469.6-712l-1518.3-1751.5l469.3-1071.5l-847.1-2870.5l-2364.8-1243.5l1373.2-1333.5l-2566.5-1426.5l943.8-717l4305.3-1610l47.5-681l-1914.2-858.5l3136.5-1654l-191.5-2482.5l394.7-1282.5l1566.6-631l681.7-2912l550.2-675.5z" />
			<path  id="287" d="M-130776.8-6087997.5l1024.9 709.5l3194.4 4244l558.8 1020l347.6-25.5l1315.1 2142.5l498.3 3431l-3402.9 1196l841.6 3282l-745.9 1194l742.2 3343l1033.7 489.5l-227.6 2455l-2142.3 2156l295.3 450.5l4044.2 669l3759.3-997l3669.8 584.5l-289.7-1606l2889.6 413.5l448.3 1108.5l2704.4 290l2806.7 4381l-988.6 1398l2984.6 4911.5l1343.3-256l2416.7 2685l-318.3 705l465.1 350.5l426.5 791l-1072.5 2101l2413.8 1738.5l-827.3 901.5l437 1621l-1388.8 1786l-748.7 1523l-1526.8-591l-1623.7 738l175.8 4726l1659.7 2060l-493.8 778.5l2337.5 2526.5l-2085.4 5944.5l-3046.7-608.5l-1287 2472l-3498.5 755.5l1589-1495.5l-1736.1-4466.5l-2537.4-2.5l-5.2-1939l-2473.4-879.5l106.1-2309l-1206.2-828l-1031.2-2552.5l-6954-4486l-31.5-901.5l-3181.8-266.5l3269.4-1738l556.5-1561l-780.9-1064.5l-6543.5-631.5l-1991.8 1511.5l-411.5-1129l-2908.6-912l-877.6-787l-165.9-238.5l-40.4-58l-1412.7-2061l-484.7-3743.5l1570.5-1201l2731.6-145.5l-1545.5-1123l352.8-2076.5l-969.7-1352l-737-1759.5l1266.3-948l-44.1-2688.5l2986.5-2083.5l409.5-2294.5l-1302.3-1917.5l779.6-1184l-224.1-1949.5l-2090.2-1636l-1677.6-418.5l334.9-1333.5l2370.3-4868.5l-86-1649.5l1210.3-1354.5l3693.1-5505.5l1105.2 39.5z" />
			<path  id="286" d="M-109887.8-6087931l2251.3 1l1473.9 571.5l707-325l2418.1 865l5071.9-330.5l1031 1408.5l3447.4 1124l-394.7 1282.5l191.5 2482.5l-3136.5 1654l1914.2 858.5l-47.5 681l-4305.3 1610l-943.8 717l2566.5 1426.5l-1373.2 1333.5l2364.8 1243.5l847.1 2870.5l-469.3 1071.5l1518.3 1751.5l1469.6 712l-1896.6 2143.5l2345.4 2457l959.5-372l487.8-2106l1651.9-181.5l1643.7 493.5l995.4 971.5l231.1 2417l710.2-68.5l1535.3 1156l198.3 539.5l1338.4 3084.5l842.4 171.5l1379.4-460l1912.8 804l1087.1-411l644.9 1833l1031.5 534.5l1500 1758.5l-662 1403l-2973.1 237.5l-576.7-571.5l-373.7 298l1596.9 3128.5l1572.2-252l1030.2 270l1467.7 1486.5l-435 2488l962.2 1028.5l-666.8 1254.5l6.4 4129.5l-3582.7 1344.5l-871.3-1097.5l-5712.6 2611.5l-2241.6 3394.5l-2339.1-1066l301.3-4355.5l-1776 3331l-4795.1 1219l-945.3-1500.5l-1273.1 1653l-939.1-512l473.3 2063.5l-1452.1 2223l-1691.5 342l-1155.8-966.5l-2337.5-2526.5l493.8-778.5l-1659.7-2060l-175.8-4726l1623.7-738l1526.8 591l748.7-1523l1388.8-1786l-437-1621l827.3-901.5l-2413.8-1738.5l1072.5-2101l-426.5-791l-465.1-350.5l318.3-705l-2416.7-2685l-1343.3 256l-2984.6-4911.5l988.6-1398l-2806.7-4381l-2704.4-290l-448.3-1108.5l-2889.6-413.5l289.7 1606l-3669.8-584.5l-3759.3 997l-4044.2-669l-295.3-450.5l2142.3-2156l227.6-2455l-1033.7-489.5l-742.2-3343l745.9-1194l-841.6-3282l3402.9-1196l-498.3-3431l-1315.1-2142.5l1904.2-4191l2311.5 1150l-85.7 4326l3234.8 1886l2172.8-3.5l786.1 2435l1270.1-1404l2435.9-45.5l499.4-1421l-2173.2-2242l2245.3-1174.5l-1197.3-2723.5l2760.2-562l-400.7-1911.5z" />
			<path  id="293" d="M-9966.4-6071917l1303.4-2564.5l2776.7 751.5l484.7 2054.5l1005.4 199l2133.1-211l1669.7 2803l1663.2-549.5l1991.5 5130l313.8 936.5l1355.1-485l463.1 926l-2475.3 4114l-1899.1 146.5l-24.9 74.5l2898.7 919.5l3455.8-2395.5l1002.7 3610.5l144.7 206.5l1962.8 2393l245.5 1063l53.5 402l46.4 3353.5l-671.9 4284.5l297.7 431.5l-165.2 729.5l-1040.7 1348l-328.8 3141.5l-714.1 149.5l-1244.5 525l-325.4 1382.5l1906.8 2258l-69.4 2024l-43.6 375l-134.2 4157.5l-1116.1 1201l-1124.9-50l478.1 1350l1427.6-1086l614.1 2834l1627.3 2207l301.6 847.5l-1440.7 1306l-1880.7-61l-1865.1 1968.5l3801.1 3464.5l-262.5 1621.5l141.1 2116.5l1794.5 1679.5l-751.6 3090.5l-2640 1225.5l-1281.8 2876.5l-1335.6-4581.5l-3315.5-473.5l-1405.4 494.5l-2163.3 2961.5l-2648-30.5l-1021.8-600.5l-1944.1-426.5l-1054-1224l-3401.6 71l-3045.2 2844.5l446.3 467l-3796.1 4487.5l-976.5-1229.5l-581.7 716.5l-1824.8 671l-911.6-977l-760.4-1973l451.9-819.5l1595.2 379l1829.6-1446l865.3-1021.5l-1198-3015l-1201.2-542l1443.6-4819.5l1637.8-787l169.3-1374.5l-1889.6-2800l1008.6-2385.5l-333.1-736l-511.8-2364.5l632-571l-1013.7-546.5l-60.6-1257l-857.3 213.5l-1239.9-1377.5l-3171.7-3858.5l1299.9-544.5l284.8-2069l-376.2-1773.5l1835.9-2431.5l812.2-2366l-1063.4-1191l-3330.1 1871.5l-1934.2-115l-1265-3909l-604.8-1683l-1320.8-680.5l-20-1106l-724.4-1417l-1974.4-442l-741.1-1366l-1434.5-279.5l-393-382l-2328.6-602.5l-3357.3-1456.5l-2604.1-1431.5l227.9 570l-1426.1 87.5l-2013.9-304l242.5-1033.5l-2072.8-830l-778.6-2120.5l-4087.8-2507l2748.7-1115.5l1611.4-2829l-890.4-3511.5l2967.7-2108l1479.9 1873.5l1393.8 2761.5l936.6 161l4843.7-1362l325 1320.5l1135-526l1212.1-1113l-723.5-2261.5l2712.9 1449l1373.6 3284.5l2641.3-419.5l1205.9-1444l2046.1 887.5l331.5 855l-875.2 682l1794.3-185.5l692.1 1065.5l808.9 1472.5l-458.7 793l1729.9-1949l1549.7-559.5l2186.7 994l1258.3-761l-230.2-2346l-77.2-469.5l1791.8-1439l2151.2-1646l-123-1543l805.1-729l2307.1 154.5l1730.9-1760.5l478.7-508.5z" />
			<path  id="282" d="M-175711.7-6057199.5l4395.8 211.5l84.3 690.5l3729.3-623.5l521 520.5l-57 2681.5l2403.3 115l2561.4 1771.5l1830.3 1968l1663.2 4089.5l1922.7 644l1635.6-565.5l332.8 183.5l-59.4 2957.5l-932.3 2646.5l466 2911.5l-1121.2 2521l-1784 1078.5l-758.6 31l-2392.2 1095l-3706.3 1973.5l-1954.7-319.5l-1814-2352l-1341.9-428l-1511.2-3374.5l371.7-1479l-2176-1007l-31-738.5l-1086.7-847.5l-1634 898.5l-2103.6-76l705.2-1552.5l-358.8-2044.5l-3361.5-5018l543.3-6261l375.3-2705l2718 1083l1925.4-679.5z" />
			<path  id="289" d="M-154869.3-6051199.5l2609.8 207l4145.6 269l2439.6 401l3617.6 2361l2005.3 3219l1078.3 57l165.9 238.5l877.6 787l2908.6 912l411.5 1129l1991.8-1511.5l6543.5 631.5l780.9 1064.5l-556.5 1561l-3269.4 1738l3181.8 266.5l31.5 901.5l6954 4486l1031.2 2552.5l1206.2 828l-106.1 2309l2473.4 879.5l5.2 1939l2537.4 2.5l1736.1 4466.5l-1589 1495.5l-2784.1 1267l-2201.6 4549.5l-2160.5 1407.5l-957.6 1297.5l1002.2 1729l-973.5 866.5l484.3 960l4522.1 3207.5l239.5-1315l4167 557.5l135.8-1922.5l5147.7-958l2021.7 2584l-923 1296.5l-1045.9-154l-569.9-345.5l662.2 3191l-1727 1917l-1125-184l245.6-1936.5l-2021.1-1371.5l-353.1-466.5l-4067.1 1741.5l-2133.4 1338.5l738.6 2028.5l1637.8-362l428.2 738.5l-602.5 402.5l-4184.6 1139l-5807.3-555.5l-1993.2-168l-2023.5-1794l-397.2-2342.5l-3007.6-834l-2058.1 1063l-1066.5-1749l-1612.5 803l-1998.1 2009.5l-1154.9-147.5l-3028.2 1340l-1379.8 2637.5l-1858.6-709.5l-2360.1 1238.5l-2828.9-470l-2965.1-293l-1042.8 1568.5l-2048.2-409.5l-800.4-1047.5l-47.9-2291l-842.1-997.5l520.2-1784.5l-1705.9-1729l-327.7-2293.5l-83.2-851.5l2896.2-455.5l167.6-1688l2604.3-1346.5l1718-1283l1050.4-2425.5l-1702.5-2064.5l61.1-27l1289.4-1560l-267.8-1554.5l2558.5-1607.5l-45-1996.5l-186.1-3293l1492.7-2218l-80.4-2577.5l-2447.3-328.5l-6972.9-1520.5l-283.7-2839.5l1784-1078.5l1121.2-2521l-466-2911.5l932.3-2646.5l59.4-2957.5l-332.8-183.5l-1635.6 565.5l-1922.7-644l-1663.2-4089.5l1114-459.5l1576 360.5l1857.3-244.5l433.2 1005.5l393.5-1997z" />
			<path  id="294" d="M-22896.8-6039948l1063.4 1191l-812.2 2366l-1835.9 2431.5l376.2 1773.5l-284.8 2069l-1299.9 544.5l3171.7 3858.5l1239.9 1377.5l857.3-213.5l60.6 1257l1013.7 546.5l-632 571l511.8 2364.5l333.1 736l-1008.6 2385.5l1889.6 2800l-169.3 1374.5l-1637.8 787l-1443.6 4819.5l1201.2 542l1198 3015l-865.3 1021.5l-1829.6 1446l-1595.2-379l-451.9 819.5l760.4 1973l-3896.2 711.5l267.3 1518.5l-1240-307.5l-556.9 1088.5l-1351.6-122l-3584.4-347l-1866.4-1804l-140-1379l-1293.9-2462l-1350.9-1494l-2397.9-93l-5062.7-1869l-2841 781l-1891.2-947.5l-1963.4-928.5l-915.1-568.5l-4065.8-3568.5l-1621.1-3503.5l-7071.2-4442l-3632.9-2553l787.5-525l-1034.9-4133l192.2-1031.5l1120.5 39l1421.5 1848l1907.2-559.5l4509 628.5l2293-1834.5l1430.8 628.5l1517-3257l2164.4 2605.5l2519.1-923l1524.3 893l1894.5 2423.5l2167.3 2052l1059.2-158.5l-694.1-3878l-1692.3-2883.5l1814-2630.5l2754.9 1321l1245.8 1149l1886.8 1786.5l1459.3-1469.5l2881.1-2488.5l1960.9 586l2756.1-1214l-1839.6-1447l-727.7-1316.5l1699.7-162l698-3015l1724.8-465.5l1934.2 115l3330.1-1871.5z" />
			<path  id="288" d="M-96263.8-6008209.5l-3005 337.5l-933.7-2932l2764.1-156l1174.6 2750.5z M-77321.7-6033912l3582.7-1344.5l3560.4-326.5l835 838l-414 1294l2731.7 1312.5l3270.7 1793.5l201.9 990.5l-320.6 1334.5l-1859.6 1442.5l566.4 1455.5l-1907.2 559.5l-1421.5-1848l-1120.5-39l-192.2 1031.5l1034.9 4133l-787.5 525l-2360.5-1193.5l-675.1 1346l4261.6 4139.5l1470.8 697l4940.4 3202l3232 7641l-1723 1052l-1470.9 242l-2043.2-1524.5l-977.1 250l-2209.6-1173l-6052.6-1309.5l-5083.2 2593l-4495.5 1564.5l-1589.8-810.5l-1971.1-3011.5l88.9-1763.5l1654.1-673.5l-159.8-90.5l-1700.8 119.5l-2165.7-1152l-898.7-2781.5l-2624.9 2187.5l-231.8 1273l1713.2 267.5l1316.7 1288.5l-1085.9 1974l-5076-2016l676-2602.5l-1865.9-1578l2219.7-2496l-1936.3-1424l-1902.3-941l-2069.5-2535.5l-990.8 3207l-1525.3 830.5l-951.7-4666l2085.4-5944.5l1155.8 966.5l1691.5-342l1452.1-2223l-473.3-2063.5l939.1 512l1273.1-1653l945.3 1500.5l4795.1-1219l1776-3331l-301.3 4355.5l2339.1 1066l2241.6-3394.5l5712.6-2611.5l871.3 1097.5z" />
			<path  id="266" d="M-80011.8-6155972.5l-27.2-43l5842 1988.5l1840.5 2735.5l1509 172.5l688.7 3252.5l460.3 850l1494.8-72l515.9 1812l994.2 119.5l136.1 1078.5l2629.6 831.5l206-1328.5l684.2 110l1103.2-395.5l2372.4 974l2910-1629.5l576 112.5l3920.8 1219.5l1517.5-274l340.9 855l-658.8 369l678.4 1067l-1045.9 1251.5l-265.1 2767l-1441.6 462l-2342.9 1415.5l-1538.9-2059l-2445.4 1944.5l-1360.7-163.5l-1290.9-1326.5l-1485.4 322l215 3322l-1694.4 473l-1505.6-1352l-1220.3 2351l491.1 1934.5l52 2788.5l-626.4 1819.5l-675.1-152l-1213.4-849l-1394.3-3807.5l834.5-1220l58-1320l-882.7-764.5l-2846.9-659l-1812.7 437l-109.8-48.5l-537.4-2768l-2130.8-1350l-1056.9-4184.5l-471.9-727.5l777.4-351l-1263.1-1133l523.5-2310l1440.5 700l1541.7-362l-108.9-1916l-2900.7-6969.5z" />
			<path  id="265" d="M-29491.6-6145682l2574.9-1148.5l3122.5 447.5l1935.1 1274l-17.5 1652.5l3007.3 1320.5l3.1 3107.5l1672.1 2157.5l-339.8 151l708.7 2140l-627.2 653.5l-2648 1361l-1842.9-1087l-4326.4 584l765.1 1134l-458.6 1366.5l-1882.8 1134.5l480.4 1508l-886 414l-2579.2-1106.5l434.6 2224.5l-435.8 1244.5l-643.8-154l-1086 244l-2887.2-1633.5l-1049.2 1024l-723.4-1592.5l-1737.1-649.5l-2436-260l-1322.9 1904l-740.3-2308l-1252.7-1054l-280.6 1964.5l-2379.7-452.5l-689.6 756l-2238.6-803.5l79.4-468.5l-4158.1-1910.5l-1287.9-3692l292.8-2036.5l2342.9-1415.5l1441.6-462l265.1-2767l1045.9-1251.5l1314.5-711.5l906.3 165.5l1703-108.5l848.1-1122.5l544.2-509l1837.9 1191.5l1752.1 994l501.1 61l1134.2 1026l1556.7-21l1218.4-513.5l1752.1-651l4864.5 669l181.6-965l670.9-3019.5z" />
			<path  id="261" d="M-78493.3-6138719l2130.8 1350l537.4 2768l109.8 48.5l1812.7-437l2846.9 659l882.7 764.5l-58 1320l-834.5 1220l1394.3 3807.5l1213.4 849l-1645.7 1058l-500 614.5l4926.5 3495.5l-915.7 509l684.6 879.5l-1185.6 1602l34.2 1078.5l6.2 188.5l1304.4 827l-290.4 1515.5l200.5 394.5l-881.9-3.5l-414 419.5l970 1785l-361.6 646.5l-1353.9 3529l-1703.7-431l-920.8 629l-616 1281l-2119.1-1344.5l-1999.9-209.5l-2093.7 226l-4634.3 2898.5l-380.6 2217l-2423.5 300.5l323.3 2098l-855 2258l-400 104.5l-2947.3-1350l-1034.6-1308.5l-1149.9-161.5l-818.8-2226l925.4-701l-828.4-833.5l-826.8-4499.5l187.9-960l3399.7 1249l114.6-4556l266.7-2618l1517.3-634l18.1-543.5l3223.3-3366l-512.3-742l1675.4-1835.5l-1641.8-1257l-1891.3-251l485.9-1958.5l-1182.3-944l-1337-1091.5l263.7-606l911.4-962l1957.7-1413l759.6 794l2552.6-1131.5l558.8 547.5l408-401l-709.8-621.5l717.4-996.5l-452.9-990.5l-1509.4 1001l882.7-1580.5l-997.8-581l1689.1-1238.5l584.4-1517.5l1950.8-631z" />
			<path  id="260" d="M-62008.7-6137876l1290.9 1326.5l1360.7 163.5l2445.4-1944.5l1538.9 2059l-292.8 2036.5l1287.9 3692l4158.1 1910.5l-79.4 468.5l-2875.2 603l-632 1782.5l-1026.7-1742.5l-3760.7-177.5l-325.7-4264.5l-1243.7-118.5l-3968 3553.5l-3077.2-2297.5l-491.1-1934.5l1220.3-2351l1505.6 1352l1694.4-473l-215-3322l1485.4-322z" />
			<path  id="259" d="M-67208.2-6130825.5l3077.2 2297.5l3968-3553.5l1243.7 118.5l325.7 4264.5l3760.7 177.5l1026.7 1742.5l-4 6.5l-775.8 1246l-3226.4 1335l2419.8 3811.5l-100 77l-2944.5 202.5l-2621.6-1495.5l-4618.3-606l-4926.5-3495.5l500-614.5l1645.7-1058l675.1 152l626.4-1819.5l-52-2788.5z" />
			<path  id="262" d="M-38958.5-6127910.5l1737.1 649.5l723.4 1592.5l619 441.5l-1779.2 2671.5l456.8 1256.5l-737.7 644.5l771.3 1085.5l-431.8 1236.5l-2754.6 259.5l-1161.1 1891.5l-979.7-540.5l-2070.2 2693l72.5-558.5l-2246.8-866l-469.5-1265l-3112.5-130l-464.2 256.5l544.2 1151l-3435.4-448l-1815.3-3413.5l100-77l-2419.8-3811.5l3226.4-1335l775.8-1246l4-6.5l632-1782.5l2875.2-603l2238.6 803.5l689.6-756l2379.7 452.5l280.6-1964.5l1252.7 1054l740.3 2308l1322.9-1904l2436 260z" />
		</g>
		<g  id="_9">
			<path  id="240" d="M135119-6312189.5l1365.3-960.5l1746.8 893.5l487.5 2426l782.7-469.5l1498.8 908.5l-224.5 1257l373 1516l-773.4 1426.5l3905.6 1142l360.9 1194.5l4310.3-7l609.9 1149l1820.6 1200.5l-452 955l1485.9 2495.5l-3371.8 2732.5l2652.8 2141l1725.2-415.5l715.1 1740l3004.3 3376l1031.2 2658l-1333.3 2983.5l595.1 2400.5l566.3 1539l1759.5 863l2427 1671l-348.2 2242.5l-1009.8 2219.5l-113.5 60l-3278.5 635.5l-405.6 3802.5l-1333.7 191.5l-2099.2 1193.5l-7615.5 298.5l-4488.9 588.5l-336.9 396l-3164.5 877l-1514-723.5l-256.7-707.5l15.2-560.5l-459.9-1337.5l-2600.8-2254l1035-1016l-1047-1384l-742.4-144.5l-1212.3-1693.5l-2140.6-917.5l-409-1210.5l1444.1-740.5l-2145-1643.5l-1000.1-2566.5l-2462.2 668l-4507.3-273l-1578.7 1078l-714.5-671l72.8-1950l2201.1 58l704.6-2555.5l-2656.5-159.5l553.3-1534l1471.2-359.5l-930.8-1596.5l338.5-856.5l-1335.1-267.5l-71.4-2888l-3804.5 827l718.6-1458.5l-312.6-2564l1143.9-507.5l-1396.2-475.5l-1761.6 1508l-2702.5-1090.5l-394.5-1148l1660.4-1808.5l77.1-892l-2120.4-2741l516-3419l715.9 70.5l3403.7-3423.5l719.3-382.5l-513.6-1115.5l1393.4 1279.5l1087.8-347.5l1843.5-458.5l1369.4-157l776.3-156.5l528.8-718l856.5 594.5l1315.3-914.5l202.1-176l1865.4 33.5l-771.2-1042.5l3079.9-432l1835.8 2436.5l250 671.5l814.9-443l1909.4-767.5l1341.5-1653l1426.3-243.5z" />
			<path  id="214" d="M182985.7-6091054.5l912-1612l4077.5 1385.5l434.7 1800.5l1675.2-517.5l1099 3053l-85.2-1242l939.9 20l1427.9 2967.5l-133.1 650l657.5 1366l3830.1 951l1701.9-1498l924 1445.5l1444.7 319l1822.4 667l2469.8-835.5l3196 1290l2229.4 2810.5l1280.4 1742.5l2645 1477.5l-180.7 420.5l-240.3 1491.5l-208.7 590.5l4047.9 3149l-5319.4 690.5l-1277.8 2659l-1630.7 2782.5l-4024.5 3211l-1128.2 3l-559.2 1650l-2036.2 1316l-621-902.5l-1121.7 668l-11.7 1063l971 2921.5l-2107.4 2552l-4862.4 284.5l-145.6-2151l-2325.5-280.5l-1457.8-3839.5l627.7-898.5l-1999.9-1512.5l-454.2-1557l1529.8-2303.5l-762.3-539.5l-1960.7 1434.5l-3352.3-10.5l-834.5 4020.5l-2192.7 740.5l-1375.9-2255.5l-1907.4 723l-720.5 957.5l-1224.9-1166l-1586.1 554.5l-1532.1 2112.5l-3093.1-155.5l-1255.4-782.5l-1475.7-2209l-751 860l-2426.2-1655.5l94.1 1284l-3253.4 5475.5l-1386.9-160.5l-946.6-1318.5l982-1781l-1564.9-1997.5l-429.4 719.5l-2620.6 366l-2679.2-624l-558.6-1436l-786.5-2075l5119.9-1063l-15.6-583.5l612.7-1323.5l1577.5 124.5l3646.3-3058.5l1405.6-44l1352.4 1104.5l795.5-194l-1190.1-3087l795-1854.5l-59.5-3426.5l1982.9-2042.5l-415.4-2974.5l898.3-788.5l2911.3-268l115.2 1496l1759.1-970.5l86.4-861.5l3282.7-1673l69.4 285.5l960.8-1799l2672.8-1438.5l1090-1857.5l-284.3-1968l1299.2-1182l1119.8 118z" />
			<path  id="248" d="M-56217.2-6280621l1723.3-74l1746.3 850l1516.5-321l1842.3 954l992.3-674l3778.1 1015l2130.6 4804l-585.8 198.5l-184.4 243.5l-146.1 692.5l-82.4 684l-410.8 1918l352.2 563l354.9 374l667.3 2435l-122.4 341l-319.4 648.5l-231.8 352l37.9 1009l1005.3 985.5l1426 306.5l1536.4 4668l2230.4-57l149.9 607.5l-372.8 78l-1221.3 1732.5l91.1 1176l-799.1-1032.5l-2084.1 1047.5l648.1 3232.5l25.1 461.5l-2555.7 1350l-2348.4 2036l238.5 2127.5l-1172.5-277l-1776.8-228.5l-2992.7-3123.5l-1791.3 64l-265.5 1411.5l-950.9-1478l232.3-170l2384.1-3635.5l-1043.7-3073l-1376.7 139l-630.3-957l-6753.7 1579.5l-2123.3-2072l-723.6 1000l306.2 3056.5l-1059.6 3068.5l-1407.6-890.5l-1811.8 1744.5l-890.3-1275.5l-1043.4-8056l375-572l-838.3-4034l1828.5-2099.5l-653.9-1812.5l-493.4-1924l-2793.6 153l-69.4-1591l409.7-731.5l238.4-589.5l598.7-128.5l351.4-3175l1893-1579l491.2-186.5l2486.9-532l3516.8-713.5l1733.8 1389.5l-291.1 2389.5l1255.5-791.5l2275.4-3152.5l-504.6-1078l2053-801z" />
			<path  id="249" d="M8633.3-6326884.5l1299 2365.5l832.1-1037.5l1417.8 772l466.6-680l1878.8-356l1471 2732l5486.2 4037.5l1712.7-110.5l1104 1255.5l459.8 2514l1333.2 1945l291.3 1211l2317.5 622l-1325 2244.5l587 1121.5l3263 46l887.1-734.5l612.3 2386.5l2629.1 1614.5l-345.5 854.5l1676.9 906l1334.2-1760l1365.7 820l147.7 1892.5l1683.6 650.5l1616.8 113.5l-373.2 1602l459.1 4103l-731 1211.5l1478 2287.5l-772.2 613l685.9 1959l3419.7 450.5l340.1 153.5l4193.2 1919l695.2-917l-149.4-1911l2240.5 945l1437.9 2989l-283.8 4292.5l2037.7 1593l2517.4-635l870.2-1226.5l1774.4 1875l-1157.1 2963l94.2 2466.5l-83.5 2018l-1255.6-32l-631.3 2014.5l491.4 667l-2006.2 1361.5l-2021.2-915.5l-1057.4 2504.5l-1180.7 394.5l158 854l866.3-78.5l-14.8 1445l-1737.2 989l1509 2577l-2213.3 657.5l-489.3 846.5l1353.7 819l-342.6 973.5l-1513.1 780.5l-106.2 1099.5l-496-331l-1399.4 4337.5l-1745.9-532l-2195.6 1863l-406.7 1310.5l-1531.4 848l89.8-2163.5l-1786.6 1673l-2748.9-1756l-1297.7 35.5l-1440.1-102l-2912-1309l-484.9-1166.5l819.7 373.5l10.6-513l90.4-68l813.1 1015l2727.6-1116l-848-2511.5l376.5-812l-2417.8-756l-1205.6-1770.5l-1434 134l301.2-528.5l-343.9-2309.5l-2864.8-1445l-1040.1-627l692.2-1392.5l-1066-566l-3475-407l-1247.7-1013l4184-1906l1437.5 236l472.1-2351.5l1458.6-821l237.1-1321.5l-3416.3-1150l-68.1-964l1921.8-2594l-827.3-1433l1982.1-1844.5l1985.8-4607.5l-1170.3-2730l-825.5-345.5l-593 460.5l-2862.7-1268.5l-305.6 306.5l-1712.8 2081.5l-366 4195l-1532.8 69.5l600.6 2631.5l-2125.8-1095l-4532.1 405.5l-584.5 971.5l-2624.6-340.5l-668.5-490.5l-2387.4 2823l-3420.8 2052l-1751.2 419l-125.6 501.5l-572.6 286.5l-3659.6-1029.5l-2294.5 2664.5l-800.8-31l-806.9 1576.5l376.6 1766l-1090.7 2453l-1660.8 308.5l-1721.6-2574.5l-1699.9 1991.5l-3280.8-711l-1622.5-625.5l-168.9-881.5l1767.9-3357.5l-1784.1-768.5l-1923.5-3840l-4551.6-4907l-91.3-168l7.1-431l-284.4 52.5l-909.1-1766l154.3-269l-1493.3-3338l-2326-250l-1587.7-357l3097.9-932.5l-1674.3-2024l669.7-1465.5l1487.3-619.5l1360.6-386.5l786.4-307.5l724.4-1209l631.4-342.5l386.4-38l1302.2-1696l147.8-1670.5l-298.9-2339l-748.2-1085l1532.9-3371.5l2.3-3441.5l545-863.5l3189.3 353.5l265.9 313l1046 1444.5l2435.8 1008l2984.1-728l2587.5-1847l3561.5-2767.5l753-1742.5l2225.5-2104l628.7-2430l155.1-1603.5l1773.2-1361.5l2356.7-3285l1492.4-671.5z" />
			<path  id="239" d="M102210.1-6320696l-1339.2 1550.5l-112.3 3976l200.2 815l1434.2 495.5l437.7 1462.5l2180.3-915.5l762.6 1817l122.8 2258l2000.2-94l1171.3 1889l2244.3-1170.5l525.2-1224l2156.5 141l513.6 1115.5l-719.3 382.5l-3403.7 3423.5l-715.9-70.5l-516 3419l2120.4 2741l-77.1 892l-1660.4 1808.5l394.5 1148l-5853.3 3418.5l35.2 1154l-3041.1 2731l-150.1 310.5l1539.8 1669l-2708.9 914l-1036.6-1229l762.4-564l-1232.8-21l-949.8 891.5l-126.7 1995.5l-799 370l-438.3 332l-4238.1 56l-2307.7-1520l-1940.1-1078l644.3-1791.5l-2527.9-91.5l-1840.3 1828.5l-1390.5-1384l-3100 617l-497-1939l-943.7 697l-3022.5-866l-944.4-677l-2203.9 434l-1302.1 409l1754 1960.5l44.1 1601.5l-2033.1 733.5l-19.3-104.5l-1451.6-19.5l-518.1 2074.5l-2091.3 623.5l1852.2 3070.5l-786.1 1124l-1635.6-694l-1695.2 905l-372.1 2049l-1751.9 120.5l-94.2-2466.5l1157.1-2963l-1774.4-1875l-870.2 1226.5l-2517.4 635l-2037.7-1593l283.8-4292.5l-1437.9-2989l-2240.5-945l190.9-2376.5l2682.6 1156l863.8-1151.5l1321-48l1765.3 1516.5l1879.8-1558.5l-390.4-2755l-95.3-54.5l-2047-54.5l-7299.7-5369.5l352.4-2571l1316.7-1516.5l2477.3-1026l801.9-1459l1153.2 660.5l2043.6-1549l1895.8 520.5l1429.4-666l2357.1 809l601.1-291.5l1090.1-418.5l790.9 647l2945 4305l502-894l2955.6-631l-165.3 1108.5l949 517.5l2566.4-903.5l705.5-1329.5l1615.1-204.5l1761.2 1488.5l1428.1 3230.5l-1865.8 1421.5l-10.7 1160.5l784.6 1220.5l2985.2 963.5l-622.9 1315l1026.5-140.5l463.4-2219.5l3708.5 2567.5l979.9-862l-757.4-2093.5l598.9-4285l-8.4-675l1117.7 189l459.9-2749.5l-1013.2-3711l-151.4-2782.5l-1084.7-4110.5l-582.5-2406.5l1300.7-120l2320.6-364.5l1519.8-780.5l1735.8-2915l-132.4-680l1889.9-301.5l3769 726.5l1254.3 1793z" />
			<path  id="241" d="M115790.6-6294778l-1143.9 507.5l312.6 2564l-718.6 1458.5l3804.5-827l71.4 2888l1335.1 267.5l-338.5 856.5l930.8 1596.5l-1471.2 359.5l-553.3 1534l2656.5 159.5l-704.6 2555.5l-2201.1-58l-72.8 1950l714.5 671l1578.7-1078l522.2 4102.5l-3038.3 1556.5l-185 3252.5l-2544.8 2136l206.1 905l-1595 756.5l-1044-112.5l-2339.8 1551l154.9-672.5l-656.5-17l-2852.6 1679.5l-746.4-476l-839.6 1427.5l-605.9 260l-1051.7-1112l-1633.2 212l191.8 3235.5l-2651 2943.5l-473.4-171l-1555.6-1006.5l-3568-2003.5l-1599.3-2708.5l-1951.3-1294.5l-748.1 1168.5l279.9 1146.5l-2204.8 704.5l-1050.8 6715l-1326.6 477.5l635.5 3075.5l3338.9 1069l-2761.6 4283.5l-2267.8-1312l-1917 48l-410.2 790.5l-2186 318.5l-885.4-2596l-784-267l528.7-915l-609.6-840l-289.5-2248l-1042.5-870.5l-1007.2 1226.5l-3721.8-382l-1779.6-2090.5l-3009.6-216l-680.9-645.5l-667.6-149l-538-1916l2260.8 181l695.7-85.5l-169.7-1136l-974.2-828l-2694.4 187.5l-51.7 1102l-1586 1049l-1085.6-348l-714.8-2808l-874.9-652l-1288.3 1136l2180.1 2569.5l-450.3 2826l-426.5 133l1077.9 815l-1191.4 1554.5l192.9 1388l-1775.3-424.5l-2934.9-479l-682.2-1146.5l-187.1-373.5l-1514.7-784l-1494.9-1273l106.2-1099.5l1513.1-780.5l342.6-973.5l-1353.7-819l489.3-846.5l2213.3-657.5l-1509-2577l1737.2-989l14.8-1445l-866.3 78.5l-158-854l1180.7-394.5l1057.4-2504.5l2021.2 915.5l2006.2-1361.5l-491.4-667l631.3-2014.5l1255.6 32l83.5-2018l1751.9-120.5l372.1-2049l1695.2-905l1635.6 694l786.1-1124l-1852.2-3070.5l2091.3-623.5l518.1-2074.5l1451.6 19.5l19.3 104.5l2033.1-733.5l-44.1-1601.5l-1754-1960.5l1302.1-409l2203.9-434l944.4 677l3022.5 866l943.7-697l497 1939l3100-617l1390.5 1384l1840.3-1828.5l2527.9 91.5l-644.3 1791.5l1940.1 1078l2307.7 1520l4238.1-56l438.3-332l799-370l126.7-1995.5l949.8-891.5l1232.8 21l-762.4 564l1036.6 1229l2708.9-914l-1539.8-1669l150.1-310.5l3041.1-2731l-35.2-1154l5853.3-3418.5l2702.5 1090.5l1761.6-1508l1396.2 475.5z" />
			<path  id="250" d="M-30174.8-6290069.5l1459.1 1094.5l1797.8-575.5l143.8-120.5l1587.7 357l2326 250l1493.3 3338l-154.3 269l909.1 1766l284.4-52.5l-7.1 431l91.3 168l4551.6 4907l1923.5 3840l1784.1 768.5l-1767.9 3357.5l168.9 881.5l1622.5 625.5l3280.8 711l1699.9-1991.5l1721.6 2574.5l1660.8-308.5l1090.7-2453l1497.4-140l3934.4 2454l398.1 5248l-1151.9 3813.5l-2336.2 1727l-1239.3-706.5l-1850 528.5l-1017.8-1161.5l-1897.5 1709.5l1048.9 4592l-3222.3 427l-2099.8-687.5l-1690.4 10.5l588.5 1996.5l-706.6 425l-1785.3-946l-2866.6 1166.5l-1364.3 3053.5l-1253.8 1175.5l-3098-536.5l-980.6 281.5l432.3 2376.5l-1803.6 951.5l27.3 1247l-246 206.5l-6462.7 1323l702.3 3215l-581.7 641.5l-3382-2202l-485.1-2492.5l-1894.9-127l-1342.6 1878.5l-1116-244l-963.7-1744.5l-1920.1 1118.5l-1237.6 859l-854.1-828l-1293.4 568.5l-3198.8 454.5l546.4 2691.5l-1974.3 368l1952 1044l2101.4-103l1588.9 474l-2172.5 1007.5l938.4 1629l1806.9-87l280.1-2956.5l1574.6 1119.5l883.7 1690l-15.7 1773.5l-1017.3 1253l-667.1 828l1012.4 910.5l571.5 536l-962.4 1491l-1606.5 298l-1186.4-1593.5l-1776.4 1405.5l-2347.1-1107.5l-446-119.5l-1218.1 1820.5l-1127.3 388l-955.8 4622l-717.2-39l-653 1335l-703.2 107l-443.5 165l-2184.4 530.5l-6631.9-474l-2592.8-2786.5l7.5-1836.5l2607.7-2490.5l112.4-2114l-1005.4-947l-37.1-2208l1291-896l1537.3-351.5l18.9-710l-437.7-900l891.7-83l419.4-1251.5l224.3-568.5l523.9-1255l-1291.8-1177l-229.2-157l-1496.3-389.5l480.8-1673l1514.3-911l-143.4-1359l-1715.5-434l-1010.6 885.5l-510.3-1073.5l-52.2-5363l-1442.9 1754l-2095.5-1649.5l568.8-1004l-674.8-733l1161.5-455.5l1811.8-1744.5l1407.6 890.5l1059.6-3068.5l-306.2-3056.5l723.6-1000l2123.3 2072l6753.7-1579.5l630.3 957l1376.7-139l1043.7 3073l-2384.1 3635.5l-232.3 170l950.9 1478l265.5-1411.5l1791.3-64l2992.7 3123.5l1776.8 228.5l1172.5 277l-238.5-2127.5l2348.4-2036l2555.7-1350l-25.1-461.5l-648.1-3232.5l2084.1-1047.5l799.1 1032.5l-91.1-1176l1221.3-1732.5l372.8-78l-149.9-607.5l-2230.4 57l-1536.4-4668l-1426-306.5l-1005.3-985.5l-37.9-1009l231.8-352l319.4-648.5l122.4-341l-667.3-2435l-354.9-374l-352.2-563l410.8-1918l82.4-684l146.1-692.5l184.4-243.5l585.8-198.5l1177.7 325.5l2939.9-669l115.4-6.5l3545.6-343l432.9-1273l-825.2-4404l1713.7-1706.5l-211.9-812.5l-1716.3-228l-183-2554l931.1-121.5l139.5-598l-989-1409.5l-525.7-1613.5l486.2-1817.5l2588.3 1489.5l2566.5-177l127.3-84z" />
			<path  id="251" d="M26482.1-6289689l305.6-306.5l2862.7 1268.5l593-460.5l825.5 345.5l1170.3 2730l-1985.8 4607.5l-1982.1 1844.5l827.3 1433l-1921.8 2594l68.1 964l3416.3 1150l-237.1 1321.5l-1458.6 821l-472.1 2351.5l-1437.5-236l-4184 1906l1247.7 1013l3475 407l1066 566l-692.2 1392.5l1040.1 627l2864.8 1445l343.9 2309.5l-301.2 528.5l1434-134l1205.6 1770.5l2417.8 756l-376.5 812l848 2511.5l-2727.6 1116l-813.1-1015l-90.4 68l-10.6 513l-819.7-373.5l484.9 1166.5l2912 1309l-214.3 582.5l-3092.2-813.5l-451.8 743.5l-380.1 2645.5l103 2907l1531.3 3974l1458.7-13l1898.8-1833l1381 1086.5l1159.5 4125.5l-3969.9 289l-327.2 1199l-4017.6-808l-2024.4 1315.5l-2555.5 2730l-244.3 352l-1132.1 1205.5l-1008.7-461l-433.2 647l1889.8 661l1731.1-189l318.5 443.5l-998.7 174.5l-821.5 1332l1920.5 4696l-2861.3 1381.5l-4005.5-391l-339.3 504.5l-1360.7-465.5l-3649.9-842.5l-1375.7 981.5l-70.3 2133.5l-1996.9 1970l-3961.1-3769.5l-417.4-16l-1911.3-1290.5l-211.6-1482.5l738.6-1506l788.1-61.5l2285.5-750l-915.7-1734.5l466.4-437.5l-1940.6-1998l-347.4-1356.5l1109.4-629.5l-22.7-46l-1891.7 564l-2094.6-768l-1145.1-2402.5l1522.6-1370l-618.3-1651l747.3-369.5l133.2-5361l1572.6-1342l5578.4-1194l-23.7-1113l56-2484l1729.6-1328l13.1-1282l-1101.4-1081.5l-685.1 522.5l-915.2 672l-3612.8-1345l330.7-1513.5l-2600.3-369l-1185.6-1755.5l-1741-505l1151.9-3813.5l-398.1-5248l-3934.4-2454l-1497.4 140l-376.6-1766l806.9-1576.5l800.8 31l2294.5-2664.5l3659.6 1029.5l572.6-286.5l125.6-501.5l1751.2-419l3420.8-2052l2387.4-2823l668.5 490.5l2624.6 340.5l584.5-971.5l4532.1-405.5l2125.8 1095l-600.6-2631.5l1532.8-69.5l366-4195l1712.8-2081.5z" />
			<path  id="238" d="M119990.8-6279373l4507.3 273l2462.2-668l1000.1 2566.5l2145 1643.5l-1444.1 740.5l409 1210.5l2140.6 917.5l1212.3 1693.5l742.4 144.5l1047 1384l-1035 1016l2600.8 2254l459.9 1337.5l-15.2 560.5l256.7 707.5l-289.9 1057.5l-2029.4 544.5l-61.1 381.5l-1704.2-177.5l-169.1-29l-114.6-119.5l-765 4l-80.4 242l-1322.3 254l754.6 2313.5l-70.4-4.5l-537.6 822l1020.7-379l162.9 199.5l703.4 3173.5l-1044.4 348.5l2313.5 1590l-1086.9 1032.5l1244 3492l-1285.7-512l-3422.4 1795l-1511-458.5l-2391.2 622.5l323.1 118l-1268.1 850.5l182.5 1022.5l-154.1 34.5l-1508.4-190l7.9 1425.5l-99.8 535l-3891.3-466.5l-716.2 607l-238 3149.5l129.1 1453l-2698.7 878l172.2 1976l-2576.2 2393.5l-44.5-180l92.2 8188l-3184.5-755l-1690.9 1027.5l-671.2-428.5l-1433 1064l-2268.1 886l136.3 1106l-288.7 466l-2517-2028l-1118.7-4011.5l-642.3 246l-1741.5 698.5l-1722.1 3204.5l-840.2-115.5l-781.6 714.5l-313.7 1236l-348.4-278.5l-2121.3-122.5l-1648.8-1895l-1996.1-534.5l-632.7-1255.5l-2009.5-975l1795.8-1132.5l1888 116.5l-930.1-2924l-415.6-1796l-1789.3-393l-42.4-875.5l-15.6-1154.5l-1998.2-1363.5l450.1-1017l-2845-938l-197.3-1925.5l1363.8-2712.5l1549.8-970.5l-1783.2-2321l410.2-790.5l1917-48l2267.8 1312l2761.6-4283.5l-3338.9-1069l-635.5-3075.5l1326.6-477.5l1050.8-6715l2204.8-704.5l-279.9-1146.5l748.1-1168.5l1951.3 1294.5l1599.3 2708.5l3568 2003.5l1555.6 1006.5l473.4 171l2651-2943.5l-191.8-3235.5l1633.2-212l1051.7 1112l605.9-260l839.6-1427.5l746.4 476l2852.6-1679.5l656.5 17l-154.9 672.5l2339.8-1551l1044 112.5l1595-756.5l-206.1-905l2544.8-2136l185-3252.5l3038.3-1556.5l-522.2-4102.5z" />
			<path  id="236" d="M160830-6270911.5l1009.8-2219.5l4042.1 423.5l3727.4 3859l4105.2 1776l3240 1066.5l2225.5 1827l-1956.7 2719l625.5 1462.5l4577.7 1157.5l773 1662.5l-3591.7 8030l-844.4-437l-918 931l-230.6 5334l-4613.9 3208l244.9 1472.5l2905.2 4476l3119.5 1670.5l2654.6 67.5l323.6 6438l2735.2 877.5l1204.1 6672l1485.7 1863l-3412.5 52l-2369.7 235.5l-2184.7-567.5l-169.3-717l-3504.3 3697.5l-103.6-807.5l-1900.3-391.5l-602.5 1489.5l-3303.7 334.5l-529.5 1371.5l-2847.5-1427.5l-3191.5-3102l-1255.6-1069.5l-1249.8-3401.5l-1320.3 257l-854.4-720.5l-883 2651.5l-4888.5 2560l445.9-1027.5l-1329.1-1103l-902.9 858.5l-1804.6-558l101.2-1386.5l-5340.2 559l-319.6-3614l-1744-794l957.5-879l-474-1438l-2242.5-957.5l-2295.9 46.5l-2856 1117l-4651.2-1964l-1443.5 171l-3679.1 3262.5l-1632.5 88.5l-3566.8 28l-1870-708.5l161.3-1627.5l14.2-332.5l761.8-895.5l-374.9-829.5l986.5-6042l-761.8 317.5l-1683.2-5022l-129.1-1453l238-3149.5l716.2-607l3891.3 466.5l99.8-535l-7.9-1425.5l1508.4 190l154.1-34.5l-182.5-1022.5l1268.1-850.5l-323.1-118l2391.2-622.5l1511 458.5l3422.4-1795l1285.7 512l-1244-3492l1086.9-1032.5l-2313.5-1590l1044.4-348.5l-703.4-3173.5l-162.9-199.5l-1020.7 379l537.6-822l70.4 4.5l-754.6-2313.5l1322.3-254l80.4-242l765-4l114.6 119.5l169.1 29l1704.2 177.5l61.1-381.5l2029.4-544.5l289.9-1057.5l1514 723.5l3164.5-877l336.9-396l4488.9-588.5l7615.5-298.5l2099.2-1193.5l1333.7-191.5l405.6-3802.5l3278.5-635.5l113.5-60z" />
			<path  id="252" d="M2170.8-6258856.5l1741 505l1185.6 1755.5l2600.3 369l-330.7 1513.5l3612.8 1345l915.2-672l685.1-522.5l1101.4 1081.5l-13.1 1282l-1729.6 1328l-56 2484l23.7 1113l-5578.4 1194l-1572.6 1342l-133.2 5361l-747.3 369.5l618.3 1651l-1522.6 1370l1145.1 2402.5l2094.6 768l1891.7-564l22.7 46l-1109.4 629.5l347.4 1356.5l1940.6 1998l-466.4 437.5l915.7 1734.5l-2285.5 750l-788.1 61.5l-738.6 1506l211.6 1482.5l1911.3 1290.5l-2020.7 2237.5l-932.2 969.5l178.9 2811l848.5 2678.5l-1594.6-122.5l-1706.7 1667l457.2 490l1205.9 660l-3126.1 3868l-3217.3 252.5l177-356.5l-1228.6 126l-2163.4 7l-1089.6-1007.5l668.2-1904l121.6-3130.5l-312.2-1707.5l-1616.9-957.5l941.7-2115.5l-689.8-508.5l-1898.7 799.5l-1154.5 3621.5l-3440.9-1087.5l566.3-591.5l575.3-352.5l966.1-1118l2207-4145l-444.1-1504.5l-2703.4-4011l-406.2-548.5l1178.8-1716l-124.8-296.5l-1063.6-2830l-1776.6-1223.5l69.6-1145l-3257.4 2321.5l-1794 2526l-1223.6-4415.5l-2430.3 1178.5l-85.2 2543.5l-960.4 456.5l-2690.9-1563.5l539.3-1600l669.6-630.5l70-2942.5l-363.9-588l948.7-1191.5l-127.2-2835l246-206.5l-27.3-1247l1803.6-951.5l-432.3-2376.5l980.6-281.5l3098 536.5l1253.8-1175.5l1364.3-3053.5l2866.6-1166.5l1785.3 946l706.6-425l-588.5-1996.5l1690.4-10.5l2099.8 687.5l3222.3-427l-1048.9-4592l1897.5-1709.5l1017.8 1161.5l1850-528.5l1239.3 706.5l2336.2-1727z" />
			<path  id="233" d="M117559.8-6238860.5l1683.2 5022l761.8-317.5l-986.5 6042l374.9 829.5l-761.8 895.5l-14.2 332.5l-161.3 1627.5l1870 708.5l3566.8-28l1632.5-88.5l3679.1-3262.5l1443.5-171l4651.2 1964l2856-1117l2295.9-46.5l2242.5 957.5l474 1438l-957.5 879l1744 794l319.6 3614l5340.2-559l-101.2 1386.5l1804.6 558l902.9-858.5l1329.1 1103l-445.9 1027.5l-1999.8 622.5l-1060.7 1505l1646 4495l-4375.9-389.5l696.6 3628l-541.3 3465l-4076.3-677l69.3 1611l6449 4490l-11.5 3001.5l-5017.1 300l544.4 1043l-604.9 2624l-1039.2 401.5l-755.1 1247l1188.1 2841.5l-2716.9 53l1974.8 3345l-1040.2 3747l-1354.8-541.5l40.5 2768.5l-2067.7 2484.5l-3289.7 406l71.1 1655l-1469 277.5l-2337.2-2278.5l-897.9 721.5l-825.7 2997.5l-2782.5 2397.5l369.5 1734.5l-2808.1 969.5l-2106.6 1891l559.9 2449.5l-1072.3 770l-981.8 3925.5l-1113.1 1339l-1840.4-416.5l-1330.3 6368l-336-254l-1865.6-3842.5l-1290.2-360.5l-2345-4067l1571.7-3933.5l-1117.7-740.5l-1290.3-312l-3605.9 1449.5l-5634.2-1774.5l-1396.5-1439.5l-782.3-2405.5l-2306.5-377.5l-337.5-1618.5l487.1-1249l-1119.7-3893.5l-3255.6-1099l-553.7-2126.5l3625.7 19.5l-1440.7-3176l722.5-864l-846.7-2590l-603.5-546.5l-5898.5-390.5l913.5-1769l-2088.2-591l66.7-744.5l4237.6-2378l1796.4 286.5l468.3 989.5l3520.5 1145.5l4088.2-2863.5l128.6-1628l-942-1622l1516.3 4l2067.1-4041.5l2619.5-2061.5l-1066.1-327l240-877l686.2-1204.5l444 1186.5l1534.2-408.5l1363.5 678.5l1883.9 868.5l1156.8 79l881.2-1133.5l-176.6-1249l1511.1-2277l1003.3-3820.5l-4333.7-2354l809.4-1066l221.9-3080l-2783.8-920.5l1404.2-1338l960.8 561l1215.1-1841.5l1074.6-355.5l-839.3-616.5l-845.7-1717l-290.6-358.5l129.5-221.5l2108.6-1294l739.7 573.5l707.2-1306l-1253.6-468.5l908-1478l-1917.6 156.5l-571.1-2276.5l882-418.5l-1299.6-5586l2576.2-2393.5l-172.2-1976l2698.7-878z" />
			<path  id="235" d="M161049.4-6220878l1249.8 3401.5l1255.6 1069.5l3191.5 3102l2847.5 1427.5l529.5-1371.5l3303.7-334.5l602.5-1489.5l1900.3 391.5l103.6 807.5l3504.3-3697.5l169.3 717l2184.7 567.5l2369.7-235.5l3412.5-52l-370.1 422l1016 644l2842 506.5l355.5 4645.5l-710.2 1011l1124.4 813l679.4 2615l-49.2 1120l4264.4 1530l3272 2593.5l137.8 2184.5l2148.3 3250l6661.8 1189.5l864.5-118l-706.9-1883l2887.9 659.5l1867.5-112l2029.9 1024l2664.9 2937l1561.7 147l4229.1 6431l859.2 2209l1500.5 683.5l-223 1688.5l4568.6 3161l-2440.8 6929.5l-3701.5-1171.5l-1112.1-595.5l-291.6-1420l-1535.4-1346l-1375.2-373l-2295.1 230.5l-1763.7-907.5l-1811 2995.5l-1459.7 799l-2209.4 766.5l-2228.2-123l-1717.4-574.5l-1178.6 938l-2804.1-758.5l-1547.9 1295l354.1 984l-1933.4 416.5l-397.5-884.5l-1292.3 864.5l-369.9 110l-1972.5 1198.5l-2511.7-234l-2126.1 377.5l-288.5 685l-2070.4-324.5l-3096.3 1899l-1471.6 2862.5l-1441.2-336l-923.2 56l-1200.1 2176.5l419.2 1133l-1433.7 286.5l-1329.4-1493l-1951.8-249.5l-536.2-740l1066.1-1788l-44.9-2685.5l-1152.2-670l-2268.9-457.5l657.2 1069l-4166.9 882l1071.7-1957.5l-2896.3-2033.5l1227.2-1067.5l-984.3-2125.5l-1807.6-1523.5l-3685 1676.5l-650.4-2861.5l-3663.5-4770.5l-2127 1567l204.1 2389.5l-3779.3 4983.5l-1975-698.5l-1155.6-2075l-1731.5 1000.5l-2369.3-113l965.4-1344l-888.9-1354l-2794 425l-2038.9-1267.5l-40.5-2768.5l1354.8 541.5l1040.2-3747l-1974.8-3345l2716.9-53l-1188.1-2841.5l755.1-1247l1039.2-401.5l604.9-2624l-544.4-1043l5017.1-300l11.5-3001.5l-6449-4490l-69.3-1611l4076.3 677l541.3-3465l-696.6-3628l4375.9 389.5l-1646-4495l1060.7-1505l1999.8-622.5l4888.5-2560l883-2651.5l854.4 720.5l1320.3-257z" />
			<path  id="234" d="M141118.1-6176549.5l2038.9 1267.5l2794-425l888.9 1354l-965.4 1344l2369.3 113l1731.5-1000.5l1155.6 2075l1975 698.5l3779.3-4983.5l-204.1-2389.5l2127-1567l3663.5 4770.5l650.4 2861.5l3685-1676.5l1807.6 1523.5l984.3 2125.5l-1227.2 1067.5l2896.3 2033.5l-1071.7 1957.5l4166.9-882l-657.2-1069l2268.9 457.5l1152.2 670l44.9 2685.5l-1066.1 1788l536.2 740l1951.8 249.5l1329.4 1493l1433.7-286.5l535.7 4701.5l-72.4 1567l-2980.2-678l-341.1 1156l827.4 538l376.2 876l-797.8 581l-209.4 2056l1403.7 1667.5l-2216.2 2340l400 1646.5l-1899.4 2343l-1113.4 830.5l-313.9 783.5l-1627.2 394.5l-2875.8-1648.5l-1637.5 791.5l-375.8 1812.5l-2509.1-2310.5l-665.9 1188.5l652.4 886.5l-543.1 1019.5l-2019.2 2648l-6769.6 3591.5l323.8 1508l-1972 180l-698.1-789.5l391.3-2955.5l-542.7-4937.5l1179.9-2028.5l1291.6-1775.5l-1846.7-3289l-2089.3 616l225.3-2095.5l676.1-210.5l-1152-294.5l-3485.5-3578l-911.8-286l-1785.8 1365.5l-647.1-431l285.4-1249l-3148 1910l-1662.1 79l403.8-1867l-1554.8-2721l-529.7-813.5l-781.9 510.5l183.1-1674.5l-1928.7-1294l-51.1-102l-2882.2-166.5l-1643.9 686l-2972.9 3924.5l-3839.7-3561.5l-1579.1-702l-2360.6 666l981.8-3925.5l1072.3-770l-559.9-2449.5l2106.6-1891l2808.1-969.5l-369.5-1734.5l2782.5-2397.5l825.7-2997.5l897.9-721.5l2337.2 2278.5l1469-277.5l-71.1-1655l3289.7-406l2067.7-2484.5z" />
			<path  id="232" d="M216634.7-6175876l1763.7 907.5l2295.1-230.5l1375.2 373l1535.4 1346l291.6 1420l1112.1 595.5l3701.5 1171.5l2440.8-6929.5l83.1 3243l4943.7 3142l3349.3-907.5l4678.7 3314.5l4088.8 4778.5l369.7 3077.5l324.7 3219.5l1105.7 804.5l-2053.3 243l-2001.7 1193.5l-2213.8 2538.5l-3424.6-1118.5l-267.9 739.5l1186.2 3184l-706.7 5500l-2194.3-248l-156.7 1727.5l-925.6 178l-2923-215.5l-102.8-1149.5l-5497.6-1406.5l-2020.2 748.5l-1482.2 39.5l-766.3 60l-2571.6-2567.5l-50.4-1909.5l-388.3-2124.5l-2606.4-585l-924.9-967l-1193 3112.5l-711.5 219.5l-979.9-1132.5l-1687.5 380l-1688.8-1997.5l-1965.7 1186.5l-3.1 5174.5l-1840.1 1036l290 2469.5l906.4 3016.5l-2008.3 1868.5l-2976.7-632l-849.9-700l-1309.6 1986l1499.5 1471.5l-394.7 888.5l-2279.7 940l-2264 3509.5l-1863.6 1075l-3103.6 1938l-2261.7-188.5l-257.4 1414.5l-2922.7-563.5l-1406.7 1576.5l-818.8-2285l597.8-1382.5l-1007.4-808.5l-3296.3-378l-1952.7 1775.5l-1455-2276l-2358.4 1010.5l-5022.3 4241.5l-1629.1-365.5l-1564.2-2084.5l-1131.4 1991l-3673.8-194l86.4-697l-6595-3170.5l-323.8-1508l6769.6-3591.5l2019.2-2648l543.1-1019.5l-652.4-886.5l665.9-1188.5l2509.1 2310.5l375.8-1812.5l1637.5-791.5l2875.8 1648.5l1627.2-394.5l313.9-783.5l1113.4-830.5l1899.4-2343l-400-1646.5l2216.2-2340l-1403.7-1667.5l209.4-2056l797.8-581l-376.2-876l-827.4-538l341.1-1156l2980.2 678l72.4-1567l-535.7-4701.5l-419.2-1133l1200.1-2176.5l923.2-56l1441.2 336l1471.6-2862.5l3096.3-1899l2070.4 324.5l288.5-685l2126.1-377.5l2511.7 234l1972.5-1198.5l369.9-110l1292.3-864.5l397.5 884.5l1933.4-416.5l-354.1-984l1547.9-1295l2804.1 758.5l1178.6-938l1717.4 574.5l2228.2 123l2209.4-766.5l1459.7-799l1811-2995.5z" />
			<path  id="218" d="M101283-6162693l5634.2 1774.5l3605.9-1449.5l1290.3 312l1117.7 740.5l-1571.7 3933.5l2345 4067l1290.2 360.5l1865.6 3842.5l336 254l2593.1 2053.5l5250.9 1467l1669.4-1363.5l-769.2 3540.5l1506.8 1448l491.6 1132l-1808.7 1085l195.5 3125.5l1228.5 2827l64.7 2353.5l-1157.3 910.5l-1605.6-877l-2038.4 1360l-1983-3657.5l-935.2-1.5l-1982.9-146l-299.4 1693l-1907.9 1472.5l-1270.7 4330.5l-1946.8 1658l-1812.6-126.5l-1088.8-1182l-132.6 1927.5l-2362 11.5l-1022.6 796l-501.5 2423l1584.9 112.5l-370.1 3411l-1526.4 2753.5l-3169.6 1049.5l-742.1 1626.5l-2050.4 1504l1488.9 1609l-1.8 2179.5l-1561.6-535.5l-550.7 743l2117.8 3091l-1656.9 779l-1829.7 5705l-908.1 255.5l-527.9 904l-1643.9 923l-1837.2-1174l-2590.8-1928l-888.8-3881l-3774.6-1923.5l-1886-681l327.1-987l1895.2 55l441.4-1216.5l-633-2482.5l-652.6 412l-1800.6-245.5l-601.3-1476.5l-4523.6 745l-2206-2031l540.5-693.5l846.3-233l-578.7-1438l383.1-478l-2841.9-2573l-1600.7-5575l-77.6-547l370.6 625.5l1241.9-381l-1156.9-1673.5l835.7-3060.5l-3439.2-4709.5l1897.1-219l2028.1-1554l-753-1340.5l-1924.5-786l534.1-1829l-1079.8-300l804-1916l4222.5-965l-58-2083.5l1960.8-888l558.7-3581.5l1160.7-1687l366.4-163l2731.6-437.5l1237.1 8.5l1179.8-5205.5l1443.3-1585l1552.4-2331.5l3943.3-741l654.5 4263.5l1791.2 1086.5l2889 650.5l5768.6-3939l573-294.5l-280-3119.5l-1934.3-1698z" />
			<path  id="229" d="M133876.3-6157161.5l2882.2 166.5l51.1 102l1928.7 1294l-183.1 1674.5l781.9-510.5l529.7 813.5l1554.8 2721l-403.8 1867l1662.1-79l3148-1910l-285.4 1249l647.1 431l1785.8-1365.5l911.8 286l3485.5 3578l1152 294.5l-676.1 210.5l-225.3 2095.5l2089.3-616l1846.7 3289l-1291.6 1775.5l-1179.9 2028.5l542.7 4937.5l-391.3 2955.5l698.1 789.5l1972-180l6595 3170.5l-86.4 697l3673.8 194l1131.4-1991l1564.2 2084.5l1629.1 365.5l1360.2 2324l-464.4 1115l3370.7 1264l1158.3 3625.5l-2088.7 404.5l416.1 836.5l-702.6 174.5l-736.7 1116l-322.2 5748l3344 1252l372 1938l663.7 917.5l360.3-716.5l2038.7-2007.5l2436.3-345.5l1688.1 107l-471.3 2238.5l1676.5 3842l-759.3 1268.5l-2051.1 674l799.1 3359l393.8 2942l-912 1612l-1119.8-118l-1299.2 1182l284.3 1968l-1090 1857.5l-2672.8 1438.5l-960.8 1799l-69.4-285.5l-3282.7 1673l-86.4 861.5l-1759.1 970.5l-115.2-1496l-2911.3 268l-898.3 788.5l-336.4-258.5l-991.7-759l-122.2-2015.5l-2668.3-1623l-117.9-1822.5l-1978.9-1814.5l92.3-156.5l-646.1-2495l-1153-353l-2828.2 219l-854.3-21.5l-1764.5-353l-3948.2 1445l-326.6-1581.5l-607.8-2262l-1315.3 216l692.9-2758l310.3-1048l22.6-1429l-1509.7 599.5l-2151.6-822.5l1273.9-1397.5l-1149.2-2291.5l790.7-2098l-871.6-2829l-1512.8 221.5l-2328.4-1074l-1065.5 242.5l-2157.5 524l-1795-1514.5l-1908.2-1032.5l-2025.7-1228.5l-1091.7 1597l-1702.8-16l-3346.3-1663l-1026.6-262l-86.9-1259l1507.5-2022l-4362.7-5785l915.4-2177.5l-1031.3-2455.5l1653.1-1535.5l2514.1-539.5l-1430.1-2602.5l1896.5 160l1157.3-910.5l-64.7-2353.5l-1228.5-2827l-195.5-3125.5l1808.7-1085l-491.6-1132l-1506.8-1448l769.2-3540.5l-1669.4 1363.5l-5250.9-1467l-2593.1-2053.5l1330.3-6368l1840.4 416.5l1113.1-1339l2360.6-666l1579.1 702l3839.7 3561.5l2972.9-3924.5l1643.9-686z" />
			<path  id="255" d="M30340.7-6150660l829-2843.5l633-108l3947.3-595.5l2374.3 277l1380.8-1651.5l1197.7-1352l2903.8-71.5l795.4 1916l2665.3 49.5l-117.8 3909.5l1487.7-523l1045.1 1349.5l935.8 1452l274 64l715.6 2333.5l-2236.5 2028l1943.9 1665l776.4-274.5l529.1 964.5l1648.1-2225.5l2467.3-818.5l2027.8-1847.5l1333.9-606.5l678.1 1880.5l509.5 2005l-1241.1 1346l713 548.5l2722.5 252l-616.7 970.5l1089.8 1028.5l2756.9-777.5l2323.4 2141.5l144 9.5l1740.8 98l1079.8 300l-534.1 1829l1924.5 786l753 1340.5l-2028.1 1554l-1897.1 219l3439.2 4709.5l-835.7 3060.5l1156.9 1673.5l-1241.9 381l-370.6-625.5l77.6 547l1600.7 5575l2841.9 2573l-383.1 478l578.7 1438l-846.3 233l-540.5 693.5l2206 2031l4523.6-745l601.3 1476.5l1800.6 245.5l652.6-412l633 2482.5l-441.4 1216.5l-1895.2-55l-327.1 987l1886 681l3774.6 1923.5l888.8 3881l2590.8 1928l1837.2 1174l1643.9-923l476.5 2385.5l772.5 71l-4055.1 1375l-1238.7 1119l-1863.9 42l-1477.8-640l829.9-4308.5l-1666.5 386l-4245.7-3283l-963 1682.5l-4081.8-3648.5l-514.9-252.5l-1293.7 2736.5l-983.8 3041l-4179.2-1071.5l241.2-1430.5l-2160.4-1218l-4990 1300l-536.2-1370.5l482-2749l2859.2-1065.5l2045.7 653.5l3639.3-1757l-721.5-1552.5l-1209.6-1249.5l-2021.4 128l-735.9-1404l-905.4 237.5l-252.6-845l-1576.6-741l-587.8-4260l-209.2-57l-2608.9 1033l8.6-646.5l-4588.3 1836l489.6 1212l-1541.6 1096.5l449.3 1863l-97.4 533l868.3 1565l-1271.8 883.5l742.2 2197.5l-1577.2 2608l1034.1 1562l-4166.4 1421.5l-612.4 529.5l-285.5-1422.5l-2697.6-485.5l-1321.2 870.5l-262.6-755l-3704.5 442.5l-2471.3 2076l-2024 426.5l-646.2-347l-3275.4-1503l-1066.4 910.5l-2406.9-384l-284.1-4216l21-685.5l-1190.9 538l-1501.7 3461l-2550.6-952.5l-2156 2338l-2043.4-1572l-1363.5-2491.5l2506.8-784l-771.1-1585l446.2-1470.5l622-614l-666.6-2906l-784.7-740.5l3.4-1691l1631-24.5l287.6-551l-2079.8-2748.5l-2637.5-2508l-255.1-2590l1094.4-605l-53.3-1039.5l3390 1330.5l260.3-707l1301.4-16l985.1 3321l778 643.5l2058.3-1564.5l203.3-2235l1152.5-1282l1741.8-88.5l588.5 795l-2097.1 3482l3994.4-1095l1951.2-2221.5l-349-681.5l-2398.9-3595l670.2-781.5l-2977.2-879.5l-268.3-3416l601.6-382.5l38.6-2433l955.5-765l478.6-358.5l-70-2395l-1584.8-567l186.1-960l1723.7-865l-9.6-2221.5l-412.3-432l460-1446l-2118.6-1944.5l2096.9-809.5l-689.8-3319l-1821.6-1582.5l-90.5-1005l-1050.4 164l-83.9-317l762.4-959z" />
			<path  id="228" d="M250093.6-6156550.5l1177 807.5l2166.5 1178.5l2155.6 1643.5l1358.6 234l-64.6-656l-158.9-2329.5l5328.1-465l5090.4 6379l2075.5 3367l2516.3-178l1327.3-130l909.1-248.5l2326.4 5285l2393.7 1507l1550.5 2455.5l-734.7 1795.5l2666.7 950l-741.2 1418.5l-556.1 3072l-1568.5 2105l-1912.7-864l-2961.2 362.5l-534.4 1676l1081.5 1743l-4347.6 448l-131.7-166.5l-489.8 594l-5664.3 308l-3609.8-2949l-991-215l-148.4-976.5l-2126-563l-1932.2 1032.5l-827.9 820l-575.1-517l-2228.7-3691.5l-1655-442l-725.4-505.5l-3107.2 1332.5l-20.6 1273.5l-1031.7 350.5l-1141.5-763l-1655.7 1551l-2905.9-999l-545.2 3143.5l-3469 1438l4 359l-3293.5-437.5l-691.5-302.5l-2501.4 2792l-144.5 211l-888.8 2872l918.1 2960l-4938.2 798.5l-916.2-522.5l-566.7 2240l-1756 884l-735.7-1021.5l-1288.5-84l-1349.1-1118.5l-3404.2-3538.5l-76.1-685l-2191.2-444l-2198-1715.5l-1291.9 109l-2637.6-3729l1124.8-850l-220.8-1717l-2222.9-696l-791.1-2664.5l803.9-1322l-1138.9-632.5l-173.8-1149l394.7-888.5l-1499.5-1471.5l1309.6-1986l849.9 700l2976.7 632l2008.3-1868.5l-906.4-3016.5l-290-2469.5l1840.1-1036l3.1-5174.5l1965.7-1186.5l1688.8 1997.5l1687.5-380l979.9 1132.5l711.5-219.5l1193-3112.5l924.9 967l2606.4 585l388.3 2124.5l50.4 1909.5l2571.6 2567.5l766.3-60l1482.2-39.5l2020.2-748.5l5497.6 1406.5l102.8 1149.5l2923 215.5l925.6-178l156.7-1727.5l2194.3 248l706.7-5500l-1186.2-3184l267.9-739.5l3424.6 1118.5l2213.8-2538.5l2001.7-1193.5l2053.3-243z" />
			<path  id="231" d="M200809-6133402.5l2279.7-940l173.8 1149l1138.9 632.5l-803.9 1322l791.1 2664.5l2222.9 696l220.8 1717l-1124.8 850l2637.6 3729l1291.9-109l2198 1715.5l2191.2 444l76.1 685l3404.2 3538.5l1349.1 1118.5l1288.5 84l735.7 1021.5l-736.1 1704.5l833.1 579l1998.1 3l-501 2954.5l-969.3 816.5l141.6 1336l103.4 28.5l3035.7-1976l2598.7-177l1918.8 1508.5l-529.5-8l-676.1 5319.5l2318 44l129.8 1985l141.6 2454l1864.1 1216l2162.1 1018l340.6 1438.5l-2002.3 1826.5l-3414.8 785.5l-1053.5 939l503.9 312.5l-518.3 1579l1140.6 1756.5l877 978.5l936.2-632.5l2054.2 761.5l2235.3 4903l-3591.8 1956l-2138.5 125l-1271.9 118l-4976.3 2928l-3292.4 4452l-1587.3 889l-4047.9-3149l208.7-590.5l240.3-1491.5l180.7-420.5l-2645-1477.5l-1280.4-1742.5l-2229.4-2810.5l-3196-1290l-2469.8 835.5l-1822.4-667l-1444.7-319l-924-1445.5l-1701.9 1498l-3830.1-951l-657.5-1366l133.1-650l-1427.9-2967.5l-939.9-20l85.2 1242l-1099-3053l-1675.2 517.5l-434.7-1800.5l-4077.5-1385.5l-393.8-2942l-799.1-3359l2051.1-674l759.3-1268.5l-1676.5-3842l471.3-2238.5l-1688.1-107l-2436.3 345.5l-2038.7 2007.5l-360.3 716.5l-663.7-917.5l-372-1938l-3344-1252l322.2-5748l736.7-1116l702.6-174.5l-416.1-836.5l2088.7-404.5l-1158.3-3625.5l-3370.7-1264l464.4-1115l-1360.2-2324l5022.3-4241.5l2358.4-1010.5l1455 2276l1952.7-1775.5l3296.3 378l1007.4 808.5l-597.8 1382.5l818.8 2285l1406.7-1576.5l2922.7 563.5l257.4-1414.5l2261.7 188.5l3103.6-1938l1863.6-1075l2264-3509.5z" />
			<path  id="216" d="M117916.4-6133601l1982.9 146l935.2 1.5l1983 3657.5l2038.4-1360l1605.6 877l-1896.5-160l1430.1 2602.5l-2514.1 539.5l-1653.1 1535.5l1031.3 2455.5l-915.4 2177.5l4362.7 5785l-1507.5 2022l86.9 1259l1026.6 262l3346.3 1663l1702.8 16l1091.7-1597l2025.7 1228.5l1908.2 1032.5l1795 1514.5l2157.5-524l1065.5-242.5l2328.4 1074l1512.8-221.5l871.6 2829l-790.7 2098l1149.2 2291.5l-1273.9 1397.5l2151.6 822.5l1509.7-599.5l-22.6 1429l-310.3 1048l-692.9 2758l1315.3-216l607.8 2262l-1546-2.5l-1404.9-2424.5l-876.3-149l-3833.5 3168l-131.2-32l-676.8 460.5l-2023.7 1219.5l-2161.2 72.5l-266.1 1872l-2355.4 1719l-1199.1 1705.5l-786.4 846l-1161.2 3685.5l218.2 3139.5l-2052.3 218.5l-535.3 775l580.7 1462.5l-3689.3 474l-235.8 240l-5207.5 141.5l-1154.7-1162.5l-567.6 989l-1189.1-2994l-375.6-3065.5l-633.3-1508.5l-3671.7-1090l-499.9-647.5l1192.2-690.5l-1581-1559.5l601.5-1658.5l1305.3 31l-2458.5-2753l-410.8-2638l-3199.2 953l-2039.7 2573l-899.8 36.5l-372.7-1608.5l-1786.1 20l93.8-778.5l-1522.3-1338l-1285.6-1270.5l-1424.6 778.5l-1021.7-426l-772.5-71l-476.5-2385.5l527.9-904l908.1-255.5l1829.7-5705l1656.9-779l-2117.8-3091l550.7-743l1561.6 535.5l1.8-2179.5l-1488.9-1609l2050.4-1504l742.1-1626.5l3169.6-1049.5l1526.4-2753.5l370.1-3411l-1584.9-112.5l501.5-2423l1022.6-796l2362-11.5l132.6-1927.5l1088.8 1182l1812.6 126.5l1946.8-1658l1270.7-4330.5l1907.9-1472.5l299.4-1693z" />
			<path  id="230" d="M249531.2-6132265.5l725.4 505.5l1655 442l2228.7 3691.5l575.1 517l827.9-820l1932.2-1032.5l2126 563l148.4 976.5l991 215l3609.8 2949l5664.3-308l489.8-594l131.7 166.5l4347.6-448l-1081.5-1743l534.4-1676l2961.2-362.5l1912.7 864l1671.5 2007.5l226.9 3797l832.2 4619.5l-1435.5 4914.5l-2122.2 2047.5l-1316.9-736l-750.6 2341l373 1586l-1386.5 1953l-4708.4-2030l-758.7-1360l-4384.5-2407.5l-1400 1189l-2010.3-1117l-2978.5-2158.5l-1421.3 3036.5l-1820.4 1250.5l-2032.3 675.5l1637.9 4017.5l-704 1992l-1286 4092l1042.5 2781l-1094.3 2908.5l-389.2 2902.5l-1106.6 1434.5l-5046.8 5319.5l-4849 3307.5l-3601.7 220.5l-2680 145l-2235.3-4903l-2054.2-761.5l-936.2 632.5l-877-978.5l-1140.6-1756.5l518.3-1579l-503.9-312.5l1053.5-939l3414.8-785.5l2002.3-1826.5l-340.6-1438.5l-2162.1-1018l-1864.1-1216l-141.6-2454l-129.8-1985l-2318-44l676.1-5319.5l529.5 8l-1918.8-1508.5l-2598.7 177l-3035.7 1976l-103.4-28.5l-141.6-1336l969.3-816.5l501-2954.5l-1998.1-3l-833.1-579l736.1-1704.5l1756-884l566.7-2240l916.2 522.5l4938.2-798.5l-918.1-2960l888.8-2872l144.5-211l2501.4-2792l691.5 302.5l3293.5 437.5l-4-359l3469-1438l545.2-3143.5l2905.9 999l1655.7-1551l1141.5 763l1031.7-350.5l20.6-1273.5l3107.2-1332.5z" />
			<path  id="254" d="M67258.6-6068666l-399.2 2923l-553.2 2293.5l-962.8 73l-137.8 1411.5l-585.4 1498.5l-498.5 834.5l-927.6-137l62.9 1198l-1699.6-270.5l-2925.3 43.5l480.2 1945.5l712.2 3119l-7416 724l-667.2 373.5l-664.1-3788.5l1238.8-1728l-1271.5-3041.5l-1026-114l-1967.6 860.5l-1221 22l-662.8 916.5l-5557.6-1681.5l3476-3758.5l-1353.1-590l-1058.2-2600.5l865-923.5l805.6-3177.5l1203.1-610.5l-9.3-1129.5l-918.3 403.5l-339-3600l-3280.2 503l-2472-372l-738.4-181l465.4-1176.5l-146.4-231.5l1399.7-1898l9.3-2865.5l-414.6-138l932.3-1754.5l-1462.3-2145l881.6-916.5l1283-864.5l551.6-150l-638.5-2440.5l-547-2502l2024-426.5l2471.3-2076l3704.5-442.5l262.6 755l1321.2-870.5l2697.6 485.5l285.5 1422.5l612.4-529.5l4166.4-1421.5l-1034.1-1562l1577.2-2608l-742.2-2197.5l1271.8-883.5l-868.3-1565l97.4-533l-449.3-1863l1541.6-1096.5l-489.6-1212l4588.3-1836l-8.6 646.5l2608.9-1033l209.2 57l587.8 4260l1576.6 741l252.6 845l905.4-237.5l735.9 1404l2021.4-128l1209.6 1249.5l721.5 1552.5l-3639.3 1757l-2045.7-653.5l-2859.2 1065.5l-482 2749l536.2 1370.5l4990-1300l2160.4 1218l-241.2 1430.5l4179.2 1071.5l983.8-3041l1293.7-2736.5l514.9 252.5l4081.8 3648.5l963-1682.5l4245.7 3283l1666.5-386l-829.9 4308.5l1477.8 640l-2635.6 1510l1536.5 3381l-2358.8 2040l564.3 1436l-655.3 1355.5l178.7 69.5l582.3 741.5l-1043 1114l-2247.1 282l-601.3 1053l-292.6 5194l-1447.3 943l-2583.2-1550l125.9 2158.5l-1449.4 54l-338.8 3579l1421 1042l229.7 1331l-93.1 499l-1800.3 380.5l-3954.2-1824l-1559.5 1235l-1152.7-693l-1319.5-3322l-1807.3-258zM67258.6-6068666l509.1-1481.5l-31.5-791l2197.4-1019l275.1-1544l757.3-2564l-394.1-2516.5l617-4999l-1957.9-4570l-3067.4-5054l-679 36l376.5 4907.5l-1539.8 1403l-536.9-636l-822.3 85l-1206.2 3123.5l1251.5-63l632.1 1108l-10.4 2622.5l-2650.1 497.5l-1278.1-1004.5l-1001.2 3383l-1826.2 1473l48.5 1154.5l2836.6 640.5l547.8-964.5l4801.7 641l-1494.8 5366l2840.6 1415.5l804.6-649.5z" />
			<path  id="256" d="M30256.1-6099996.5l1190.9-538l-21 685.5l284.1 4216l2406.9 384l1066.4-910.5l3275.4 1503l646.2 347l547 2502l638.5 2440.5l-551.6 150l-1283 864.5l-881.6 916.5l1462.3 2145l-932.3 1754.5l414.6 138l-9.3 2865.5l-1399.7 1898l146.4 231.5l-465.4 1176.5l738.4 181l2472 372l3280.2-503l339 3600l918.3-403.5l9.3 1129.5l-1203.1 610.5l-805.6 3177.5l-865 923.5l1058.2 2600.5l-669.6 1168l-1453.3-191.5l-1982.4-2393l-2543.1 1099l-496.2 60l-544.9 836.5l-2010.6 202.5l98.9 1560l-2390.9-68.5l-1619.8 1515.5l4442.4 1640.5l2655.7 1390.5l1851.6 1997.5l666.1 4217l-3065.9 7l-383.7 1095.5l-1346.2 185.5l-1440.6 1483l242.4 1688l-11.7 2217l-464.8 1761.5l-1259.8 291.5l-2087.7-235.5l-283.8-713l-3666.9 1291.5l-1463.7 2452l-1273 547.5l-349.6-144.5l-153.8-1229.5l116.1-1371l-651.6-822l-556.5 423l-336.1-446.5l243.7-1562l-1495.5-1102l-1846.4 168l109.5-528.5l-1362 231l-2231.3 1954l-3487.7 540.5l-297.7-431.5l671.9-4284.5l-46.4-3353.5l-53.5-402l-245.5-1063l-1962.8-2393l-144.7-206.5l-1002.7-3610.5l-818.8-3727l89.7-788.5l-11.2-97l-1592.7-3246l257.9-2176l-345.2-2011l237.4-1025l-2037.8-2595l-2097.9-4030.5l-894.5-910l-1626.4-1553.5l-454.6-1795l5317-5575.5l-752.3-2886.5l1853 184.5l3454.9-2352.5l2269.7 2266.5l2490.8-526l2600.1-2605l1122-620l545.7-14.5l1183.2-381.5l-305-912l-217.7-605l-266.8-544l2549-973l942.8 353l1363.5 2491.5l2043.4 1572l2156-2338l2550.6 952.5l1501.7-3461z" />
			<path  id="215" d="M156254.8-6091226l2828.2-219l1153 353l646.1 2495l-92.3 156.5l1978.9 1814.5l117.9 1822.5l2668.3 1623l122.2 2015.5l991.7 759l336.4 258.5l415.4 2974.5l-1982.9 2042.5l59.5 3426.5l-795 1854.5l1190.1 3087l-795.5 194l-1352.4-1104.5l-1405.6 44l-3646.3 3058.5l-1577.5-124.5l-612.7 1323.5l15.6 583.5l-5119.9 1063l786.5 2075l558.6 1436l2679.2 624l-843.3 1092l531.4 1464.5l-1317.6 124.5l1098.1 4798.5l898 3504.5l-702.9 611.5l1612.5 699l158.7 2025l-1966.9 577l-65.4 1045l-794.9 1039l-2508.4-72l-1919.7 1965l-2539.1-3223l-2524.1-998.5l-581.3 1088.5l1601 4437l-1524.7 1347.5l-3336.5-2447l-2490.6 761.5l294.1-696.5l-908.6-1094l-947.3 296.5l-3343.8-3126.5l-1651.5-90l293.7-3299.5l1612.7 6.5l-297.8-2674l150.6-1330l1434 103l-1681.7-1461l-254.7-2090.5l-1750.7-2197.5l-945-3220l728.5-1248l977.9-701.5l-122.2-2183l-1169.8-1611l-20.3-3570l-32-78.5l-474.7-2166.5l668.4-1403.5l-794.7-1164l-821-1251l-580.7-1462.5l535.3-775l2052.3-218.5l-218.2-3139.5l1161.2-3685.5l786.4-846l1199.1-1705.5l2355.4-1719l266.1-1872l2161.2-72.5l2023.7-1219.5l676.8-460.5l131.2 32l3833.5-3168l876.3 149l1404.9 2424.5l1546 2.5l326.6 1581.5l3948.2-1445l1764.5 353l854.3 21.5z" />
			<path  id="253" d="M65484.7-6093169l679-36l3067.4 5054l1957.9 4570l-617 4999l394.1 2516.5l-757.3 2564l-275.1 1544l-2197.4 1019l31.5 791l-509.1 1481.5l-804.6 649.5l-2840.6-1415.5l1494.8-5366l-4801.7-641l-547.8 964.5l-2836.6-640.5l-48.5-1154.5l1826.2-1473l1001.2-3383l1278.1 1004.5l2650.1-497.5l10.4-2622.5l-632.1-1108l-1251.5 63l1206.2-3123.5l822.3-85l536.9 636l1539.8-1403l-376.5-4907.5z" />
			<path  id="258" d="M36084.2-6065856.5l2543.1-1099l1982.4 2393l1453.3 191.5l669.6-1168l1353.1 590l-3476 3758.5l5557.6 1681.5l662.8-916.5l1221-22l1967.6-860.5l1026 114l1271.5 3041.5l-1238.8 1728l664.1 3788.5l667.2-373.5l7416-724l1091.4 264l-4398 6226l2361.3 649l1611.5 653l435.2 1184l-398 1664l1229.7 1960l-1361.7 3612l-920.7 522.5l410.3 1927.5l-1925.7 594.5l916.4 3124.5l285.3 2097.5l-1267.1 1501l-1715.5 1917.5l1146.7 159l195.2 991l-309.8 1599l-1147.2 2120.5l150.3 1452.5l1287.1 1276l1119.5 531.5l-235.8 1566.5l-2765.5-154.5l-208.3 549l-384.8 4902.5l-1174.8 1569l1307.9 1761l1665.7 114.5l2909.5-3388.5l2575.1-1045l-812.2 2019.5l-1113.9 266.5l-1792.5 5040.5l3418.7 522.5l1298.9-1080l2690.7 1166.5l2861.1-525.5l-840.7 2592l2514.8 2263l1286.8-68.5l-749.6 2262l-2025.8 1515l-3217.2 1265l1056 3953l-2484.6 365l-5679.8 2229.5l-6508-4017l-61.3-837l-4208.7-17l-2795.1-1164.5l-1836.3 3991l-3683.8-108.5l-2659.6-524l-2628.1-1731.5l2034.9-3213l-689-277.5l-26.1-2009.5l-1709.1-738.5l3878-2773l343.5-1912l-67.9-735l429.1-651.5l-1035.9-2315l-2895-449.5l229.7-2003.5l-342.1-1906.5l-687.5-518l1552.1-1096l-1353.5-1797.5l-1016.9-1520l-249.4-3114l-1638.8 108.5l-1277.6-1404l-415.6 441l-2246.8-626l380.3-1093.5l-1137.9-1151l-1825.7-2839.5l-1537.4-576l-947.2 1148l-4332 1516l-3759.6-1145.5l528 1049l-4547.2 2281.5l-1627.3-2207l-614.1-2834l-1427.6 1086l-478.1-1350l1124.9 50l1116.1-1201l134.2-4157.5l43.6-375l69.4-2024l-1906.8-2258l325.4-1382.5l1244.5-525l714.1-149.5l328.8-3141.5l1040.7-1348l165.2-729.5l3487.7-540.5l2231.3-1954l1362-231l-109.5 528.5l1846.4-168l1495.5 1102l-243.7 1562l336.1 446.5l556.5-423l651.6 822l-116.1 1371l153.8 1229.5l349.6 144.5l1273-547.5l1463.7-2452l3666.9-1291.5l283.8 713l2087.7 235.5l1259.8-291.5l464.8-1761.5l11.7-2217l-242.4-1688l1440.6-1483l1346.2-185.5l383.7-1095.5l3065.9-7l-666.1-4217l-1851.6-1997.5l-2655.7-1390.5l-4442.4-1640.5l1619.8-1515.5l2390.9 68.5l-98.9-1560l2010.6-202.5l544.9-836.5l496.2-60z" />
			<path  id="226" d="M190236.4-6063346l762.3 539.5l-1529.8 2303.5l454.2 1557l1999.9 1512.5l-627.7 898.5l1457.8 3839.5l2325.5 280.5l145.6 2151l4862.4-284.5l2107.4-2552l-971-2921.5l11.7-1063l1121.7-668l621 902.5l2036.2-1316l706.2 4073.5l3794.1 3471.5l3495.2 3261.5l1914.5 5541.5l3362.3 917.5l3712.2 5738l1743.9 3435.5l1308.3 2565.5l-1782.7 2989.5l-2758.8 4464.5l-845.3 1150l1085.3-163l208.1 715l-644.7 1940l-1580.8 1166.5l-627.5 1348l1598.2 1640.5l4697.5 133l805.5-676l1422.7-1153l2335.7 1422l2513.5 2362l-209.5 1613l1003 2593.5l645.9 2324.5l-2368.9 3070l-628.9 12189l-2956.3 3223.5l-7529.5-3327.5l-2234.2-2699l-5881.8-2900.5l-1576.3-2030.5l-377.8-1103l909.7-2455.5l2318.4-1375.5l-1938.2-1610.5l-3191.2-2599l943.7-1584l-5778.5-1645.5l-6807.3 1257.5l-2075.6 4618l-5687.5 1009l-4581.1-5309.5l94-1673l-184.9-672.5l-2100.9 256.5l-3609.8 1187.5l-1941.7-714l-63.1-667l-63.7-4015.5l668.1-1329.5l2043-1122.5l115.8-3028l1338.2-2205.5l-255.3-2172.5l2313.3 548l643.3-26.5l-549.9-2137l-3916.5 81l-1000-3901.5l410.4-270.5l278-1787.5l1887.6 750l568.2 601.5l1011.1-990.5l1656.3-4308l-674.8-597.5l-1557.9 951.5l1339.8-2245l-993.3-1289.5l-5164.6-721.5l-1397.1-1140.5l-477.3-829l901.1-3065l-320.5-2095.5l1490.5-1846l-2310.2-1885l748.3-3627.5l1015.7-1267.5l2111.1-390.5l364.8-1525.5l720.5-957.5l1907.4-723l1375.9 2255.5l2192.7-740.5l834.5-4020.5l3352.3 10.5l1960.7-1434.5zM179375.6-6028354.5l1192.7-78.5l180.3-912.5l-1457.6-1001l-740 1133l824.5 859z" />
			<path  id="224" d="M179375.6-6028354.5l-824.5-859l740-1133l1457.6 1001l-180.3 912.5l-1192.7 78.5z M164642-6058893.5l-94.1-1284l2426.2 1655.5l751-860l1475.7 2209l1255.4 782.5l3093.1 155.5l1532.1-2112.5l1586.1-554.5l1224.9 1166l-364.8 1525.5l-2111.1 390.5l-1015.7 1267.5l-748.3 3627.5l2310.2 1885l-1490.5 1846l320.5 2095.5l-901.1 3065l477.3 829l1397.1 1140.5l5164.6 721.5l993.3 1289.5l-1339.8 2245l1557.9-951.5l674.8 597.5l-1656.3 4308l-1011.1 990.5l-568.2-601.5l-1887.6-750l-278 1787.5l-410.4 270.5l1000 3901.5l3916.5-81l549.9 2137l-643.3 26.5l-2313.3-548l255.3 2172.5l-1338.2 2205.5l-115.8 3028l-2043 1122.5l-668.1 1329.5l63.7 4015.5l-6123.3 2143.5l-1100-1623l1649.8-4312.5l-630.4-1146l-2205.4 2828l-3111.5 2057l-1644.2-20.5l208.6 1230.5l2958.4 6265l472.6 2612l-1796.1 678.5l-7561-453.5l-1664.1-956l-27.7-1430l-2486.6-1598l534.8-931l-941.9-5099.5l-991.4-247.5l-145.3-2618.5l803.8-1047.5l-1990.4-694l-604.5-3773l-3273.4-957.5l928.5-697.5l-3238.7-1943l2707.5-1899.5l-550.9-1692l-627.9-1050.5l-3779.5-1223l-2159.6 110.5l-3547.9-3828.5l-941.1-2475l376-535l1542.5-28.5l1498.3-2547.5l2490.6-761.5l3336.5 2447l1524.7-1347.5l-1601-4437l581.3-1088.5l2524.1 998.5l2539.1 3223l1919.7-1965l2508.4 72l794.9-1039l65.4-1045l1966.9-577l-158.7-2025l-1612.5-699l702.9-611.5l-898-3504.5l-1098.1-4798.5l1317.6-124.5l-531.4-1464.5l843.3-1092l2620.6-366l429.4-719.5l1564.9 1997.5l-982 1781l946.6 1318.5l1386.9 160.5l3253.4-5475.5z" />
			<path  id="257" d="M23035-6026625.5l1537.4 576l1825.7 2839.5l1137.9 1151l-380.3 1093.5l2246.8 626l415.6-441l1277.6 1404l1638.8-108.5l249.4 3114l1016.9 1520l1353.5 1797.5l-1552.1 1096l687.5 518l342.1 1906.5l-229.7 2003.5l2895 449.5l1035.9 2315l-429.1 651.5l67.9 735l-343.5 1912l-3878 2773l1709.1 738.5l26.1 2009.5l-2658.8 359.5l-561.6 754l1608.2 2499.5l-1478 5708l887.9 2093.5l1917.2 838l443 5048.5l-6332.7 6872l-203.4 1535.5l-4683.3 5696.5l-6192.1 3092.5l-5158.9 861l354.2-2808l4314.4-9617l-699.3-778l-3419.1-380.5l-3013.1 2809.5l-3169.5 1380l-1290.8-4333.5l1721.3-3875.5l-1644.1-3312.5l-2059.2-818.5l-884.2-2467l-2592 650.5l-1157.9-486.5l-2277.9-3887.5l225.6-2775l-3424.5 1839l-1065.9-979l-2245-909.5l-327.8 2002.5l-4416.7-2107.5l786.5-1396.5l-172.1-2965l-1596.7-980.5l-1914.8 43.5l-2759.6 4637l-779.2 2161l-1320.7-1865.5l-4613.3-777.5l-1561.7-1368l-1785.9-709.5l-347.4-919.5l1351.6 122l556.9-1088.5l1240 307.5l-267.3-1518.5l3896.2-711.5l911.6 977l1824.8-671l581.7-716.5l976.5 1229.5l3796.1-4487.5l-446.3-467l3045.2-2844.5l3401.6-71l1054 1224l1944.1 426.5l1021.8 600.5l2648 30.5l2163.3-2961.5l1405.4-494.5l3315.5 473.5l1335.6 4581.5l1281.8-2876.5l2640-1225.5l751.6-3090.5l-1794.5-1679.5l-141.1-2116.5l262.5-1621.5l-3801.1-3464.5l1865.1-1968.5l1880.7 61l1440.7-1306l-301.6-847.5l4547.2-2281.5l-528-1049l3759.6 1145.5l4332-1516l947.2-1148z" />
			<path  id="237" d="M58545.5-6260555l1288.3-1136l874.9 652l714.8 2808l1085.6 348l1586-1049l51.7-1102l2694.4-187.5l974.2 828l169.7 1136l-695.7 85.5l-2260.8-181l538 1916l667.6 149l680.9 645.5l3009.6 216l1779.6 2090.5l3721.8 382l1007.2-1226.5l1042.5 870.5l289.5 2248l609.6 840l-528.7 915l784 267l885.4 2596l2186-318.5l1783.2 2321l-1549.8 970.5l-1363.8 2712.5l197.3 1925.5l2845 938l-450.1 1017l1998.2 1363.5l15.6 1154.5l42.4 875.5l1789.3 393l415.6 1796l930.1 2924l-1888-116.5l-1795.8 1132.5l2009.5 975l632.7 1255.5l1996.1 534.5l1648.8 1895l2121.3 122.5l-500.5 1653l-1215.2-325.5l-5604.4 2013l-2877.4 159.5l-699.8-126l-1315.3 103l-646.7 57l-574.5-1324l-993.8 70.5l-710.5-1485.5l145.6-1440.5l-1565-1229l-1880.6 1366l-827-769l694.6-662.5l1114.5-203.5l87.4-1350l1014.3-370l-1164.3-1365l606.9-1349.5l-159.9-194.5l-1408.2 1159.5l-2117.6-228.5l810.1-1097.5l-3087.4 266.5l-43.6-948.5l-2887.8-1150.5l-636.4-1416.5l2817.2-368l-2270.1-1040.5l-895.7-1851l1063.2-1343.5l-561.6-1392l-712.5-1059.5l1066-863.5l-4251 1602.5l-1134.5 1367l-3791.4 2363l-1811-3006.5l-1613.3-799.5l-2587.6-1732.5l-363.6 917.5l-3079.8 2388.5l2539.6 1220.5l-407.4 1794l-2199.3 1039.5l-1209.3 152l-1126.9-2268.5l-1503.8 297l-4829.5-1817l-1159.5-4125.5l-1381-1086.5l-1898.8 1833l-1458.7 13l-1531.3-3974l-103-2907l380.1-2645.5l451.8-743.5l3092.2 813.5l214.3-582.5l1440.1 102l1297.7-35.5l2748.9 1756l1786.6-1673l-89.8 2163.5l1531.4-848l406.7-1310.5l2195.6-1863l1745.9 532l1399.4-4337.5l496 331l1494.9 1273l1514.7 784l187.1 373.5l682.2 1146.5l2934.9 479l1775.3 424.5l-192.9-1388l1191.4-1554.5l-1077.9-815l426.5-133l450.3-2826l-2180.1-2569.5z" />
			<path  id="243" d="M51590.9-6239967.5l363.6-917.5l2587.6 1732.5l1613.3 799.5l1811 3006.5l3791.4-2363l1134.5-1367l4251-1602.5l-1066 863.5l712.5 1059.5l561.6 1392l-1063.2 1343.5l895.7 1851l2270.1 1040.5l-2817.2 368l636.4 1416.5l2887.8 1150.5l43.6 948.5l3087.4-266.5l-810.1 1097.5l2117.6 228.5l1408.2-1159.5l159.9 194.5l-606.9 1349.5l1164.3 1365l-1014.3 370l-87.4 1350l-1114.5 203.5l-694.6 662.5l827 769l1880.6-1366l1565 1229l-145.6 1440.5l710.5 1485.5l993.8-70.5l574.5 1324l646.7-57l1315.3-103l699.8 126l2877.4-159.5l5604.4-2013l1215.2 325.5l248.6 2712l-1429.8 977l-1826.3-239.5l-3426.1 1390l433.5 1422.5l-300.3 1613l-792.1 2154l176.4 251l-829.7 2651l243.1 1244l545-94l-77.3 240.5l-2069.1-164.5l-1639.9-1534l-1113.7-2572.5l-1308.1 1582.5l-2563.7-392l-23.1-1207.5l1316.3-474l-3433.6-1753l-3107.8-13l-3944.2 271.5l-110-411l-2068.2-1167.5l-1483.3 1450l-3634.4 196.5l-1260.9-89.5l-295.3-1550l699.3-235l-2877.9-3762l-1752.7 590l-283.1-1214.5l57.1-1136.5l1377.4-432l-1486-420.5l495.7-1985l1656.8-784.5l-243-863.5l507.1-1131l-3173.1-2492.5l-1014.4-1171l-2434.4-655.5l-5225.2 1572.5l-426.8-1274l-1744.3-223.5l276.5-2002l1253.4 87.5l603.2-1330l2164.6-83.5l1209.3-152l2199.3-1039.5l407.4-1794l-2539.6-1220.5l3079.8-2388.5z" />
			<path  id="244" d="M39774.5-6237161.5l4829.5 1817l1503.8-297l1126.9 2268.5l-2164.6 83.5l-603.2 1330l-1253.4-87.5l-276.5 2002l1744.3 223.5l426.8 1274l5225.2-1572.5l2434.4 655.5l1014.4 1171l3173.1 2492.5l-507.1 1131l243 863.5l-1656.8 784.5l-495.7 1985l1486 420.5l-1377.4 432l-57.1 1136.5l283.1 1214.5l1752.7-590l2877.9 3762l-699.3 235l295.3 1550l1260.9 89.5l3634.4-196.5l1483.3-1450l2068.2 1167.5l110 411l3944.2-271.5l2418.5 4216l427.4 2501.5l-695.6 519l-85.4 185.5l-1722.4 3756l453 1028.5l2117 2594l-207.9 1021.5l-2172.9 1411l-2713.2-15.5l-2010.8 2849l-4313.2 102l-3170.8-1956l-3521.9-1603.5l-2012.8-1278l-780.5-3712l-2959.9-220l-1875.7 1213.5l-5321.2 377l1217.4-2553l-3040.4 823l-1151.6-722.5l-157.2 799.5l-3417.1-414.5l-2194 1668l268.9 1189.5l-2607-21l-688.4-1338.5l-940.9-153.5l-1877.4 108.5l601.8 711l-1310.4 1131l-1633.2-15.5l-1091.5 232.5l-787.9-2529l-3121 2310.5l-1396.8-2131.5l-812.4-256l-1140-2255l1487.4-1839.5l-1937-408.5l-856.7-1556.5l-3374.6-346.5l-1204.2 1944.5l-2230.3-512.5l-407 856.5l-1004.9-97l-1252.4-1482l642.4-1791l-1500.1-4014l-398.4-591.5l-848.5-2678.5l-178.9-2811l932.2-969.5l2020.7-2237.5l417.4 16l3961.1 3769.5l1996.9-1970l70.3-2133.5l1375.7-981.5l3649.9 842.5l1360.7 465.5l339.3-504.5l4005.5 391l2861.3-1381.5l-1920.5-4696l821.5-1332l998.7-174.5l-318.5-443.5l-1731.1 189l-1889.8-661l433.2-647l1008.7 461l1132.1-1205.5l244.3-352l2555.5-2730l2024.4-1315.5l4017.6 808l327.2-1199l3969.9-289z" />
			<path  id="247" d="M112412.5-6233793l44.5 180l1299.6 5586l-882 418.5l571.1 2276.5l1917.6-156.5l-908 1478l1253.6 468.5l-707.2 1306l-739.7-573.5l-2108.6 1294l-129.5 221.5l290.6 358.5l845.7 1717l839.3 616.5l-1074.6 355.5l-1215.1 1841.5l-960.8-561l-1404.2 1338l2783.8 920.5l-221.9 3080l-809.4 1066l4333.7 2354l-1003.3 3820.5l-1511.1 2277l176.6 1249l-881.2 1133.5l-1156.8-79l-1883.9-868.5l-1363.5-678.5l-1534.2 408.5l-444-1186.5l-686.2 1204.5l-240 877l1066.1 327l-2619.5 2061.5l-2067.1 4041.5l-1516.3-4l942 1622l-128.6 1628l-4088.2 2863.5l-3520.5-1145.5l-468.3-989.5l-1796.4-286.5l-4237.6 2378l-66.7 744.5l2088.2 591l-913.5 1769l5898.5 390.5l603.5 546.5l846.7 2590l-722.5 864l1440.7 3176l-3625.7-19.5l553.7 2126.5l3255.6 1099l1119.7 3893.5l-487.1 1249l337.5 1618.5l2306.5 377.5l782.3 2405.5l1396.5 1439.5l1934.3 1698l280 3119.5l-573 294.5l-5768.6 3939l-2889-650.5l-1791.2-1086.5l-654.5-4263.5l-3943.3 741l-2141.1-2296l-771.9-2088l-707.5 676.5l-2814.3-929l-1557-1461l-2068.8-2949l-1054.2 503.5l-3967.7-3342.5l-2297 460.5l-1991.3 2288.5l-1693.9-696l-4422.7-2511.5l1354.9-2944l-2285.5-74l-337.8-1051l-41.7-87l1839-1085.5l-565.5-401l436-1037.5l3766.2-2912.5l-1088.4-2948l423-2274.5l-379.1-684l-891.4-1743.5l-1641.3 81.5l116.9-4551.5l4313.2-102l2010.8-2849l2713.2 15.5l380.5 616l-1931.9 2061.5l1639.6 2322l-1165.2 1372.5l1335.3 325.5l1431.4 2993.5l1907.4-526l85.1-426.5l687-1512.5l2602.9 161.5l-572.1-2797.5l2829.8-2039.5l-1457.7-1607.5l996.8-2145l3973.2 174l732.7-456l2484-3152.5l-1242-764.5l-1242-95.5l-955.2 1166l-2473.1-1473l277.2-686.5l-575.6-415.5l3114.8-2339.5l1204.7-540l-656.6-920l77.3-240.5l-545 94l-243.1-1244l829.7-2651l-176.4-251l792.1-2154l300.3-1613l-433.5-1422.5l3426.1-1390l1826.3 239.5l1429.8-977l-248.6-2712l500.5-1653l348.4 278.5l313.7-1236l781.6-714.5l840.2 115.5l1722.1-3204.5l1741.5-698.5l642.3-246l1118.7 4011.5l2517 2028l288.7-466l-136.3-1106l2268.1-886l1433-1064l671.2 428.5l1690.9-1027.5l3184.5 755l-92.2-8188zM91188.9-6201698l248.1 2398l762.5-322.5l915.8-488.5l-1062.6-2295.5l-1459.7-373.5l596 1082z" />
			<path  id="245" d="M71601-6213126.5l3107.8 13l3433.6 1753l-1316.3 474l23.1 1207.5l2563.7 392l1308.1-1582.5l1113.7 2572.5l1639.9 1534l2069.1 164.5l656.6 920l-1204.7 540l-3114.8 2339.5l575.6 415.5l-277.2 686.5l2473.1 1473l-2763.1 590.5l-1721.8-250.5l-626.1-1627.5l-5789.9-4378.5l695.6-519l-427.4-2501.5l-2418.5-4216z" />
			<path  id="242" d="M12288.5-6205760l1204.2-1944.5l3374.6 346.5l856.7 1556.5l1937 408.5l-1487.4 1839.5l1140 2255l812.4 256l1396.8 2131.5l3121-2310.5l787.9 2529l1091.5-232.5l1633.2 15.5l1310.4-1131l-601.8-711l1877.4-108.5l940.9 153.5l688.4 1338.5l2607 21l-268.9-1189.5l2194-1668l3417.1 414.5l157.2-799.5l1151.6 722.5l3040.4-823l-1217.4 2553l5321.2-377l1875.7-1213.5l2959.9 220l780.5 3712l2012.8 1278l3521.9 1603.5l3170.8 1956l-116.9 4551.5l1641.3-81.5l891.4 1743.5l379.1 684l-423 2274.5l1088.4 2948l-3766.2 2912.5l-436 1037.5l565.5 401l-1839 1085.5l41.7 87l337.8 1051l2285.5 74l-1354.9 2944l4422.7 2511.5l1693.9 696l1991.3-2288.5l2297-460.5l3967.7 3342.5l1054.2-503.5l2068.8 2949l1557 1461l2814.3 929l707.5-676.5l771.9 2088l2141.1 2296l-1552.4 2331.5l-1443.3 1585l-1179.8 5205.5l-1237.1-8.5l-2731.6 437.5l-366.4 163l-1160.7 1687l-558.7 3581.5l-1960.8 888l58 2083.5l-4222.5 965l-804 1916l-1740.8-98l-144-9.5l-2323.4-2141.5l-2756.9 777.5l-1089.8-1028.5l616.7-970.5l-2722.5-252l-713-548.5l1241.1-1346l-509.5-2005l-678.1-1880.5l-1333.9 606.5l-2027.8 1847.5l-2467.3 818.5l-1648.1 2225.5l-529.1-964.5l-776.4 274.5l-1943.9-1665l2236.5-2028l-715.6-2333.5l-274-64l-935.8-1452l-1045.1-1349.5l-1487.7 523l117.8-3909.5l-2665.3-49.5l-795.4-1916l-2903.8 71.5l-1197.7 1352l-1380.8 1651.5l-2374.3-277l-3947.3 595.5l-633 108l-829 2843.5l-2338.5-1105l-656-1673.5l-1364-132l-332.2-2626l-1227.5-413.5l-865.3 734.5l-328.2-346.5l-4203.3-1571l-160.7-1887l616.4-221.5l-1062.7-3413l-3442.3-547l3889.7-3511.5l-684.2-2100l-1234.8-1022l-3630.1-2812.5l-751.3 517.5l-3060-1961l-129-1299.5l-559.7-4457l709.6-338.5l-1095.8-909.5l577.1-1743l830.8 1342l1419.2-2196.5l-1422.6-1565l-178.5-1013l81.5-2517l-705.3 367l-1163.5-872l349.7-5844.5l3217.1-412l385.3-743l-703.9-668.5l-914.4-2514l-1557.1-5378l1004.9 97l407-856.5l2230.3 512.5z" />
			<path  id="246" d="M91188.9-6201698l-596-1082l1459.7 373.5l1062.6 2295.5l-915.8 488.5l-762.5 322.5l-248.1-2398z M73665.9-6205704.5l85.4-185.5l5789.9 4378.5l626.1 1627.5l1721.8 250.5l2763.1-590.5l955.2-1166l1242 95.5l1242 764.5l-2484 3152.5l-732.7 456l-3973.2-174l-996.8 2145l1457.7 1607.5l-2829.8 2039.5l572.1 2797.5l-2602.9-161.5l-687 1512.5l-85.1 426.5l-1907.4 526l-1431.4-2993.5l-1335.3-325.5l1165.2-1372.5l-1639.6-2322l1931.9-2061.5l-380.5-616l2172.9-1411l207.9-1021.5l-2117-2594l-453-1028.5l1722.4-3756z" />
			<path  id="217" d="M97117-6092953.5l1021.7 426l1424.6-778.5l1285.6 1270.5l1522.3 1338l-93.8 778.5l1786.1-20l372.7 1608.5l899.8-36.5l2039.7-2573l3199.2-953l410.8 2638l2458.5 2753l-1305.3-31l-601.5 1658.5l1581 1559.5l-1192.2 690.5l499.9 647.5l3671.7 1090l633.3 1508.5l375.6 3065.5l-4386.6 2388.5l-225.4 1099.5l-1006.8 728.5l59.8 917l-76.4 666.5l-730.5 2753.5l-2285.3 1664l-2350.1 556.5l-1728.6 389.5l-853.7 85.5l22 2129l-1161.2 272l-1028.4 2355.5l1646.5 519l570 2800l1722.9 0l-905.3 1248l-788.3-208.5l-312.7 727l-1534.4-243l-1198.8 973l-3212.9-1503.5l-373.4-845l-2752.5-917.5l-2204.8 842.5l-1802 1708l-820.7 193.5l-941.6 1750.5l-1846.2-1342l-1407.1 6.5l-239.5 353.5l-217.5 988l-2726.1 811l-746.2 301.5l-537.8-1008l-1992.8-747l300-2018.5l1.9-1909.5l-4172.8-1840.5l2188.2-4135.5l1800.3-380.5l93.1-499l-229.7-1331l-1421-1042l338.8-3579l1449.4-54l-125.9-2158.5l2583.2 1550l1447.3-943l292.6-5194l601.3-1053l2247.1-282l1043-1114l-582.3-741.5l-178.7-69.5l655.3-1355.5l-564.3-1436l2358.8-2040l-1536.5-3381l2635.6-1510l1863.9-42l1238.7-1119l4055.1-1375z" />
			<path  id="223" d="M117106.7-6076313l1189.1 2994l567.6-989l1154.7 1162.5l5207.5-141.5l235.8-240l3689.3-474l821 1251l794.7 1164l-668.4 1403.5l474.7 2166.5l32 78.5l20.3 3570l1169.8 1611l122.2 2183l-977.9 701.5l-728.5 1248l945 3220l1750.7 2197.5l254.7 2090.5l1681.7 1461l-1434-103l-150.6 1330l297.8 2674l-1612.7-6.5l-293.7 3299.5l1651.5 90l3343.8 3126.5l947.3-296.5l908.6 1094l-294.1 696.5l-1498.3 2547.5l-1542.5 28.5l-1886.4-1268l-1781.7 367l-439.2 1457l-1344.3 435l-2120.8 605.5l-1565-2732.5l-4538.7 2054l-1498.1-342l118.6-1186.5l-3013.5-2585l-1188.7 346l-4099.6-1908.5l-1530.8 102.5l-1597.5 1819.5l720.8-1023l-2627.2-1398.5l-1668.1-1164.5l224.6-1078.5l1737.9-1571.5l-463.4-1847l-1791.6-280l1081.8-2300.5l-173.2-1062l-860-1386.5l722.9-1302.5l-2425.3-1725l-1867.4 1418.5l-279.4 2088.5l-2989.7-766l248.2-1054l-94.6-860.5l2379.3-1168.5l1198.8-973l1534.4 243l312.7-727l788.3 208.5l905.3-1248l1261.3-1134.5l2619.2 1045l-79.1 1459.5l-18 1032l871.5 63l-245.8 2399l2899.7 2344.5l1814.4-1833l639.9-35l148.8 1056l103 20l590.8-1884.5l2333.6-994l636.3 924.5l1018.2-223.5l1235.1-146l4609.5 1052.5l-243.8-1589.5l2199.8-1512l-1441.9-1995l2125.3-1570l-1120.6-1216l-2251.2 444.5l-309.1-1320.5l1236.8-2944l-3392.6 1066.5l-1353.4-369.5l1201.3-3428.5l388.3-1028l-1941-1311l-1662.2 1414.5l-1072 395l-2508.2-1067.5l-4117.5-2639l76.4-666.5l-59.8-917l1006.8-728.5l225.4-1099.5l4386.6-2388.5z" />
			<path  id="219" d="M111471.4-6070513l4117.5 2639l2508.2 1067.5l1072-395l1662.2-1414.5l1941 1311l-388.3 1028l-1201.3 3428.5l-2678 4081l-1202.9 373.5l-2182.9 82l431.4-3667l-4745.5 215.5l-287.6-3666.5l50.5-344.5l-50.5-303l223.6-1682l730.5-2753.5z" />
			<path  id="227" d="M67258.6-6068666l1807.3 258l1319.5 3322l1152.7 693l1559.5-1235l3954.2 1824l-2188.2 4135.5l4172.8 1840.5l-1.9 1909.5l-300 2018.5l1992.8 747l537.8 1008l746.2-301.5l2726.1-811l-497.1 2091l756 1519.5l-653.8 2229l1574.3 4863l167.2 4813.5l-13.2 466.5l2311.3 333l609.9 1591l3501 1454l-3730.1 3448.5l-57.8 919l4314.5 262l1356.6 592l1117-1008.5l742.3 15.5l1338.8 2677l-762.4 1784.5l94.9 1467.5l2787.5 1066l-6 495l711.8 1381.5l1862.5 1081.5l694.9-209.5l2818.6 477.5l156.7 149l-1016.9 921.5l2025.5 4299.5l-3685.5 1497.5l-86 389.5l-593.1 740l555.2 1346.5l-2076.7 1488l333.4 2099l-2139.1 122.5l-2899.4 1494.5l-540 2148l673 3126l-1316.1 2974.5l50.6 747l2403 1276l160.6 1663.5l2705.8 2315l199.5 52.5l3883.9 3452l1907.8 526l-1968.2 2580l1941.4 576l952.9 2421l-6277.8-420l-4849.4 5844.5l-3813.9 147l2290.7-3450.5l-361-520l-3282.1-77l-3243.6 1391.5l-2250 1074l-778.6 1617l-1582.5 424l-9144.8-170.5l-824.5-1648.5l1199.1-1015.5l-113.2-1013.5l-3888.8-4171.5l80.3-1639l-3950.8 445.5l-925.1-709.5l543-1953l3105.2-1612l-981.6 5.5l-1470.5-2147l-1056-3953l3217.2-1265l2025.8-1515l749.6-2262l-1286.8 68.5l-2514.8-2263l840.7-2592l-2861.1 525.5l-2690.7-1166.5l-1298.9 1080l-3418.7-522.5l1792.5-5040.5l1113.9-266.5l812.2-2019.5l-2575.1 1045l-2909.5 3388.5l-1665.7-114.5l-1307.9-1761l1174.8-1569l384.8-4902.5l208.3-549l2765.5 154.5l235.8-1566.5l-1119.5-531.5l-1287.1-1276l-150.3-1452.5l1147.2-2120.5l309.8-1599l-195.2-991l-1146.7-159l1715.5-1917.5l1267.1-1501l-285.3-2097.5l-916.4-3124.5l1925.7-594.5l-410.3-1927.5l920.7-522.5l1361.7-3612l-1229.7-1960l398-1664l-435.2-1184l-1611.5-653l-2361.3-649l4398-6226l-1091.4-264l-712.2-3119l-480.2-1945.5l2925.3-43.5l1699.6 270.5l-62.9-1198l927.6 137l498.5-834.5l585.4-1498.5l137.8-1411.5l962.8-73l553.2-2293.5l399.2-2923z" />
			<path  id="222" d="M110740.9-6067759.5l-223.6 1682l50.5 303l-50.5 344.5l287.6 3666.5l4745.5-215.5l-431.4 3667l2182.9-82l46.1 1160.5l1222.3-215.5l71.9 575l-1059.6 1265l-737.9 604.5l-2876-2516.5l-503.3 862.5l-4289.8-419.5l-2619.2-1045l-1261.3 1134.5l-1722.9 0l-570-2800l-1646.5-519l1028.4-2355.5l1161.2-272l-22-2129l853.7-85.5l1728.6-389.5l2350.1-556.5l2285.3-1664z" />
			<path  id="220" d="M121182.8-6062848.5l1353.4 369.5l3392.6-1066.5l-1236.8 2944l309.1 1320.5l2251.2-444.5l1120.6 1216l-2125.3 1570l1441.9 1995l-2199.8 1512l243.8 1589.5l-4609.5-1052.5l-1857-2474l-1684.6-239.5l1059.6-1265l-71.9-575l-1222.3 215.5l-46.1-1160.5l1202.9-373.5l2678-4081z" />
			<path  id="225" d="M97342.7-6055995.5l3212.9 1503.5l-2379.3 1168.5l94.6 860.5l-248.2 1054l2989.7 766l279.4-2088.5l1867.4-1418.5l2425.3 1725l-722.9 1302.5l860 1386.5l173.2 1062l-1081.8 2300.5l1791.6 280l463.4 1847l-1737.9 1571.5l-224.6 1078.5l1668.1 1164.5l2627.2 1398.5l-720.8 1023l1597.5-1819.5l1530.8-102.5l4099.6 1908.5l1188.7-346l3013.5 2585l-118.6 1186.5l1498.1 342l4538.7-2054l1565 2732.5l2120.8-605.5l1344.3-435l439.2-1457l1781.7-367l1886.4 1268l-376 535l941.1 2475l3547.9 3828.5l2159.6-110.5l3779.5 1223l627.9 1050.5l550.9 1692l-2707.5 1899.5l3238.7 1943l-928.5 697.5l3273.4 957.5l604.5 3773l1990.4 694l-803.8 1047.5l145.3 2618.5l991.4 247.5l941.9 5099.5l-534.8 931l2486.6 1598l27.7 1430l-2890.6 946l-1050-1546l-5623.2 1538l-2915.9 523.5l-2954.2 785l-738.7 2380.5l-4779.4-1009l-11168.3 123.5l-2048.2 1398l-1237.6 2683.5l79.6 3460.5l-1158.5 1231l-5007.4 1203l-3738.9-358.5l-1221.2-863.5l-2191.1 2429.5l-1907.8-526l-3883.9-3452l-199.5-52.5l-2705.8-2315l-160.6-1663.5l-2403-1276l-50.6-747l1316.1-2974.5l-673-3126l540-2148l2899.4-1494.5l2139.1-122.5l-333.4-2099l2076.7-1488l-555.2-1346.5l593.1-740l86-389.5l3685.5-1497.5l-2025.5-4299.5l1016.9-921.5l-156.7-149l-2818.6-477.5l-694.9 209.5l-1862.5-1081.5l-711.8-1381.5l6-495l-2787.5-1066l-94.9-1467.5l762.4-1784.5l-1338.8-2677l-742.3-15.5l-1117 1008.5l-1356.6-592l-4314.5-262l57.8-919l3730.1-3448.5l-3501-1454l-609.9-1591l-2311.3-333l13.2-466.5l-167.2-4813.5l-1574.3-4863l653.8-2229l-756-1519.5l497.1-2091l217.5-988l239.5-353.5l1407.1-6.5l1846.2 1342l941.6-1750.5l820.7-193.5l1802-1708l2204.8-842.5l2752.5 917.5l373.4 845z" />
			<path  id="221" d="M109175.4-6057078l4289.8 419.5l503.3-862.5l2876 2516.5l737.9-604.5l1684.6 239.5l1857 2474l-1235.1 146l-1018.2 223.5l-636.3-924.5l-2333.6 994l-590.8 1884.5l-103-20l-148.8-1056l-639.9 35l-1814.4 1833l-2899.7-2344.5l245.8-2399l-871.5-63l18-1032l79.1-1459.5z" />
		</g>
		<g  id="_10">
			<path  id="298" d="M-196222.8-6201946.5l-2320.9 1086.5l-1036.6-1054.5l-7057.8 1972.5l-977.9 3651l-1844.6 1703.5l-1494.8-204l-507.7-946.5l-1859.9 1705l-57.3-1345l-2642.4-922.5l-655.9 48l111.1 759l-496.5 881l-823.7 490.5l-566.9 815.5l-602 214.5l-4422.1-1410.5l-1524.8 622.5l-1752.5-264.5l-122.1-21l63.5-1187.5l3491.4-3242.5l-4010.5-2012l-804.7 474.5l-564-1425l-3302.1-2722l106.5-4760l590.1-1365l5117.1-717.5l2646.9-2371.5l3305.5-976.5l375.7-9009l-1468.6-771l-2133.5 722l-866.5-2377l3194.6-549.5l-171-1309l1310 730.5l2945.9-1058.5l-470.4 1589.5l1162.7-1074.5l505.9 204l1439-1034l2230.7 1109l1413 2089l1967.6 1532l4070.6-68.5l608-10.5l152.3 1788l2418.8 1002.5l11.8 913.5l2087.8 10l735.9-510.5l1449.5-1016.5l-384.5 1453l607.5 1128.5l220.3 1355.5l-20.7 1284.5l1875.3 207l277.7 1769.5l-1147.5-171l-847.1 1691.5l398.3 758l-715.1 1602l1295.5 159l645.5 1038l-455.5 924l-930.5 998l-2985 1042l375.5 1653.5l2722.2 1827l113.8 902.5z" />
			<path  id="299" d="M-196222.8-6201946.5l386.4 1065.5l-700.6 938l887 427l2465.8 728.5l2092.3 1967.5l2137.8-818.5l476.3 413l-649.5 474.5l425 2954l-1197.4 1742l649.3 542.5l-1625.9 3866.5l-3845.1 3587.5l-730.2-1083.5l-1802.2 2881.5l2070 4619l1353.5 647l767.7 2397.5l1344.2 215l-3969.4 2415.5l-428.9 988l-1299.9 1567.5l-3424.5-1702.5l-5991.1 30.5l-311 691l-1684.5-957.5l-2433.8-3138.5l2148.3-1793l-1247.4-437l1556.2-4636.5l-23.6-2437l-1510-1853.5l-1505 1010.5l-566.8-369l-1165.8-2471.5l-548.4-1740l-1497.4-1075.5l-1229.7 1426l-895.1-432.5l349.7-2822.5l-1057.8-1187l566.9-815.5l823.7-490.5l496.5-881l-111.1-759l655.9-48l2642.4 922.5l57.3 1345l1859.9-1705l507.7 946.5l1494.8 204l1844.6-1703.5l977.9-3651l7057.8-1972.5l1036.6 1054.5l2320.9-1086.5z" />
			<path  id="297" d="M-226350.4-6225371l2019.3-534.5l866.5 2377l2133.5-722l1468.6 771l-375.7 9009l-3305.5 976.5l-2646.9 2371.5l-5117.1 717.5l-590.1 1365l-106.5 4760l3302.1 2722l564 1425l804.7-474.5l4010.5 2012l-3491.4 3242.5l-63.5 1187.5l122.1 21l-1659.8 4500.5l-163.9 1497.5l-2573.7 157l879.7 1303.5l-1713.1 1886l-3260 1866l-3216.8 280.5l-247.3-260l-1743.2 596l-440.4-611l162.6-3236l-1991.8-3880l-3565.5-2717.5l-1399.7-1799.5l513.4-850.5l-1275.2-878.5l-910.9-2098l-1562.3-5569l1447.2-1520.5l-3460.6-3103.5l-1627.9-800.5l-1100.9-1389.5l-2526.7-936.5l-2915.1 715l-1884.6-695.5l-434.4-6783l1817.3-2237l2420.3 984.5l772.1-447.5l3071 681l3388.8 1055.5l109.8 814l3451-1281l1097.1 1378l5214.3-1396.5l21.2-692l164.9-171l2657.9 1888.5l2063.2-2119l2852.1-566.5l834.8-757.5l2520.2-2054.5l1634 44l748.5 613l332.9-1040.5l1904.8-1595z" />
			<path  id="296" d="M-225003.3-6193880l1524.8-622.5l4422.1 1410.5l602-214.5l1057.8 1187l-349.7 2822.5l895.1 432.5l1229.7-1426l1497.4 1075.5l548.4 1740l1165.8 2471.5l566.8 369l1505-1010.5l1510 1853.5l23.6 2437l-1556.2 4636.5l1247.4 437l-2148.3 1793l-900 2757l-2848 1865l-1371.4-7138.5l481.7-1628l-6810.8-3102.5l-5866.9-913l-1553.2 965.5l1569.5 3590l-1138.5 2692.5l-1024.5 639l-3146.7-1839l-3764.3 135l-1253.4-1356.5l-603.5-1470l1565.6-1890.5l-537.1-1471.5l3216.8-280.5l3260-1866l1713.1-1886l-879.7-1303.5l2573.7-157l163.9-1497.5l1659.8-4500.5l1752.5 264.5z" />
		</g>
		<g  id="_11">
			<path  id="77" d="M233903.5-6566363.5l1252.5-559.5l459.1 1616.5l2637.8 1931l-1294.4 3026l525.2 2051l-472 291.5l-1051.6 4142l-1368.5 832.5l-501.5-358l-1549 2407l-1557-172l-286.4-3836.5l-1163.6-50.5l-2823-2164.5l938.5-229l836.3-1689.5l-521.9-2195.5l1586.1-2395.5l313.2-61.5l2379.6 951l1660.5-3536.5z" />
			<path  id="78" d="M221839.3-6564409.5l1798.6-103.5l-545.7 449l564.2 1059.5l410.3 1729l2214.4 307.5l1682.9-353l521.9 2195.5l-836.3 1689.5l-938.5 229l2823 2164.5l-4225.4 353.5l-1167.9 1592.5l-3142.1 65.5l-2519.7-995l-560.8-2536l-1173-2001.5l1251.5-2532l1150-14l1724.9-23l1160.1-1544.5l-192.5-1732.5z" />
			<path  id="87" d="M237483.8-6558298.5l2931.7 761l1465.9 2110l-2102.1 714l-933.6 2461l169.8 2121.5l2152.2 4716l-4567.7-395l-2008.3-7222.5l1368.5-832.5l1051.6-4142l472-291.5z" />
			<path  id="79" d="M217918.8-6556559l-.6-3l560.8 2536l2519.7 995l-54.7 2070.5l-2862.9-147.5l-1458.8 3580.5l66.3 2984l-2718.6 4508.5l-1784.8 237l-922.7-1337.5l311.3-2246.5l2675-3340l695.3-908l-1709.1-1216.5l-1763.9 348l397.9-2893.5l1373.4-1155.5l402.5-2166l-349.4-1171l-1378.7-379l2379.1-1381l3622.9 1085.5z" />
			<path  id="86" d="M241881.4-6555427.5l872.6-39.5l326.4 1959.5l1663.2 334l846.7 1981.5l2387.1-365l160.4 465.5l-1658.4 1709.5l-1249.3 4477.5l-4062.4-510.5l-2152.2-4716l-169.8-2121.5l933.6-2461l2102.1-714z" />
			<path  id="76" d="M224140.8-6553096.5l1167.9-1592.5l4225.4-353.5l1163.6 50.5l286.4 3836.5l1557 172l-101.2 2948l-3379.5-221l-1173.4 1520.5l-1981.7-1056.5l-1125-2970.5l-238.7-1296l-95.8-413.5l-305.1-624z" />
			<path  id="84" d="M232541.2-6550983.5l1549-2407l501.5 358l2008.3 7222.5l-2364-1568l-740.2 986.5l-2008.4-279.5l-1154.8 977.5l-2108.5 382l-336.8-1424.5l1173.4-1520.5l3379.5 221l101.2-2948z" />
			<path  id="81" d="M220998.7-6553031l3142.1-65.5l305.1 624l95.8 413.5l238.7 1296l1125 2970.5l-596.8 3447.5l-8620.1-198.5l-66.3-2984l1458.8-3580.5l2862.9 147.5l54.7-2070.5z" />
			<path  id="82" d="M225905.5-6547792.5l1981.7 1056.5l336.8 1424.5l2108.5-382l949.5 2285l-346.3 4712.5l1545.5 1308.5l688.8 2569l-472.8 1114.5l-2164.2-158l-120.7-1067l-3112.1-2438l263.1-4325.5l-2254.5-2652.5l596.8-3447.5z" />
			<path  id="85" d="M236600-6545810l4567.7 395l4062.4 510.5l2066.9-1049l1748.6 503l3716.2 1869.5l2279 900.5l447.1 1057.5l-1053.6-229l-808 2146l643.4 1482.5l-546.5 864.5l-2871.3 1682l823.9 460.5l-2038.8 2129l-971.6 2677.5l-1020.3-664.5l578.5-2500l-1328.7-1393.5l-1422.6 917.5l-124.2-493.5l-1014-1732.5l-3833.8 644.5l57.6-1130l-1403.5-157l153.6-2697l-4533.3-6345l-1279-430.5l740.2-986.5l2364 1568z" />
			<path  id="83" d="M230332.5-6545693.5l1154.8-977.5l2008.4 279.5l1279 430.5l4533.3 6345l-153.6 2697l-2000 670l-550.7-261l-900.9-2355.5l-3221.7 1478l-1545.5-1308.5l346.3-4712.5l-949.5-2285z" />
			<path  id="80" d="M216688.7-6544543.5l8620.1 198.5l2254.5 2652.5l-263.1 4325.5l-2026.1 1410.5l-1066.5-1408.5l-3249.9 876l-397.4-1654.5l-1290 90l-4340.6 2207.5l-92 704.5l853.1-241l-264 365l-2843.6-70.5l-2487.4-1610l-179.3-829l2268.8-2271l1784.8-237l2718.6-4508.5z" />
		</g>
		<g  id="_12">
			<path  id="63" d="M306043.7-6501140.5l-921.6 473.5l-349.6 2092.5l-1938.9 352.5l-1108.3-677.5l-234.7-2456.5l-1433.9-1121l-2509.9-630l-2000.5 1151.5l-2830.7 3432.5l-3487.9-842l-419.3-4048l-918.2-890l-478 3226.5l-4552.1 1022.5l-1289.9-4012.5l-1507.6-361l-3954.2-1860.5l-1606.3 283l-373.1-1017.5l-1254.8-212l-1007.2-1374.5l-2471.1-249.5l-1297.8 1501.5l-592.7-374l-2487.9 1172l-1891.2-313l381-4343l361.5-1351l1976.3 206.5l231.1-1591l-3988.3 42.5l316-773l494.9-1445l175.9-2120l-1749.2-941.5l-744.9-1204l921.4-188l351.5-1909.5l1386.6-169l-713.1-689.5l881.1-724l-687.7-1533.5l-2118.3 312.5l1073.9-1843l8.4-1065.5l-878.2 195.5l-1421.5-792.5l-502 474.5l-3766.9-37l-639.9-532.5l297.5-497l978.4-2610.5l-2125.2-1617l-872.6-2499l-1078.2 900l-823.9-460.5l2871.3-1682l546.5-864.5l-643.4-1482.5l808-2146l1053.6 229l-447.1-1057.5l-2279-900.5l-3716.2-1869.5l7.7-306l1188.2-2580.5l1673.9-180l35.2 921.5l1975.9 520l346 2397.5l2024.8-154.5l-755.9 960l247.7 1150.5l2450.2 728.5l1678.5 91.5l3129.6-2115.5l885.6-1492.5l1900.8-865l2502.9 49l537.1 386l1272.1 68.5l307.4 247.5l1732.2 2137l1494.2-2953.5l2869.2-1202l350.8 3108l840.7 308l3094.3-1939l2878.7-659.5l464.6-3226.5l2116.4 511l2242.2 2307l1778 866l-183.9 636.5l738.2 4901l3140.2 872.5l-249.9 1760l676.6 1088l1477.9 295.5l1256.4-1564.5l3748 1299l493.9-2351.5l6909.7-502l4094.5 9665.5l-602.8 1939.5l1893.8 1811l6354.9 1353.5l1735.9 2261.5l-572.2 3046l-1241.3 1595.5l-27.4 5820l332.1 2780.5l1330.6 1935.5l2798.3 1151l1471 2103l-434.3 3897l-1991 3554l-1139.1-487.5l-138.7-928.5l-1055.9 1573l-1019.4-272.5l-1407.4-2561.5l-4122.7-422l-1707.6 1824.5l-255.8 1568l-3966.3-103l-1659.6-5367l-947.9 1055.5z" />
			<path  id="65" d="M280613.8-6475459.5l2139.3 632l806.9 1836.5l502.8 971l-1167 4930l810.9 1612.5l1890-166l430 1569.5l-643.4 1966.5l-1103.5-128l-1470.4 4162l2647.1 3726l604.3 233l2991.4-152.5l2141.5 1969.5l-2217.6 3087l-1230.9-70.5l-611.2 2077l355 1231.5l925.2 255.5l58.7 2130.5l-1891.7 63l-2227.8 3116l-602.4 3951l-1108.8 846.5l-2155.4-694l-605.5 480l2299.2 3209l-1598.7 1989.5l401 1089.5l-413.9 169l-2160 2403.5l-75.9 2689l-2226-212.5l-689.3-2316.5l-5295.7 2657l-3246.3-693.5l-127.9 659l-1095.3 826.5l-2455.2 162l-1298 1365.5l-537.3-1498.5l-1192 1253l-3460.3-1246.5l-506.5 739l-4578.3-99.5l-980.2 203l-999-1628l-1337.5-91.5l-1658.5 1888.5l-552.3-841.5l-1718-2725l-3727.1-986l663.3-855.5l-597.1-647.5l-2929.4 610l577.8-764l-1197-1206.5l-666.8-1262l-4697.8 2442.5l-195.4-732l-937.8 94.5l717.3 1205.5l-2908.8 3174l-3025.8 703l-1858.8-108.5l-459.9-1117.5l-547.2-2702l-998.7-383.5l-108 1103.5l-840.2-839l1875-2825.5l-1620.8-3789l1018.6 269.5l638.6-2469l-1630.7-4450l-102.3-640.5l-1774.4-131l-1412.3-1296.5l811.6-3202l-4257-394.5l-778-949l-2461-3605l7554.5-5249.5l1471.8-3386l-2123.5-2262l427.5-1316.5l-1000.1-489l445.2-4246.5l84-1087.5l-1412.6-1898.5l-1358.7-3435.5l1873.4-532l650.5-2685.5l4619 360l-490.1 2389l1156.1 3206.5l1676 853.5l3128.5 15.5l348.5-1302.5l3065.9-412.5l2579.5 1629l304.2 52l1555.2-549l256 1002.5l2936.1 1775.5l770.3-638l2303.6 745.5l3052.1 4922.5l2074.1-1202.5l2549.2 1402.5l3178.3-719l95.7 1247.5l1055.9 614.5l838.9 132l471.4 173l-56.2-1636l2148.9-2165.5l1578.4 571.5l1640.4-752.5l719.2 2763.5l1027.9-270.5l3123.8 75.5l503.5-1523.5l-3366.5-3883l2120.5-627l-704.2-3247.5l1501.6-2383l941.6-24.5l-223.5 791.5l2764.1-31.5l-1261.1 2812l2705 74l337.2 3829.5l792 950l837.9-275.5l222.6-417.5l-400.4-1136.5l1879.4-970.5l973.8-239.5l-121.3-1053l472.8-1959l1706.3-3093.5l1807.7 262l2040.9-2764l-183.6 3383z" />
			<path  id="57" d="M251730.6-6666357l124.9 374.5l1548.7 4075l1857.1 285l2079.8 1088.5l-31 208.5l-53 3203l2760.9 1621l168.4 621l-763.6 2392l945.2 926.5l1613.7-975.5l1288.1-109l2606.5-641l2913 459l456.8 1721l3540-1166l983.8-2209l4437.3 1962.5l2428.3-1539.5l1453.5 3870.5l-525.3 3067l-1735.4 3509l-1787.9 2196.5l-3821.7 4276.5l-829.2 2716l1885.9 142.5l1969.7-1021.5l2002.9 750l1660.9 485l3591.6-720.5l-266.5-1906.5l2457.8-1163l435.8-1337l416.3-1620l3872.3-548l336.5-988l2058.6-684.5l473.6 3569.5l452.9 2208.5l1597.8 123l432.2 1535.5l-1801.5 3161.5l-2635 3585l-511.4 3587.5l1560.7 3046l-259.7 1525l-618.7 2700.5l-84.1 2573.5l-1632.4 3864.5l-4865.7 4976.5l-3717.1 2363.5l-3898.4 3066l118.3 1976l1104.2 5229l265.9 2186l-810.4 1329l-2627.8-297l-1411.4 1392.5l-3894.5 1124.5l-2477.9-401l-698.4 2452.5l-325.7 794l-1304.4-259l-905.2 317l-879.8 3374l-4084.2 1058.5l-772.1-2115.5l-860.9-1436.5l-9243.8 1384l-2890.3 325l-2281.2 1237.5l1346.8-3095l-134.4-2903l-763.6-2806l-1754.3-696.5l-1999.6 3560l-1855.2-572.5l-2781.5-496.5l-421.9-751.5l-3007.2-1159.5l852.5-1992l-737.7-1791l-2296.4 375.5l63.1 1276l-272.7 159l-1457.2-993.5l179.4-1219.5l-896.9-565l267.9-1121.5l1170.8-857.5l2905.6-2122l3197.9-1135.5l224.3-1675l-1816 249l-495.1-2366l-1282.9 217l-719.3-652.5l-601.4-1143.5l-2794.9 24.5l427.8-3710l-1668.3-95.5l-754.8-1043.5l-691.7 44.5l-228.4-1213l-370.4-466l-2850.3-2794l-2356.5-2906l838-373l-600.7-1975l1290.8-2137.5l-3304.1-2967.5l-1823.3-3422l649.5-2825l1432.5-336.5l1786-1798l3811.8 52l2403.9 3768l2800.5-5041l3100-690.5l2318.7-3129l28.2-3577.5l1964-2865.5l-139.4-1331.5l63.7-1424l1033.4-852l1039.2-218l2404.6-148.5l602.7-1465l-527.7-1024l5062.4-5335l2523.3-521l3368.8-2338l-1480.8-1333.5l92.7-3967.5l1039.3-1164.5z" />
			<path  id="56" d="M138251-6640751.5l404 2578l3461-336.5l288.3-1385l2057.9 2359l1215-487l1648.3-1182.5l1145.3-553.5l2043.6 3715.5l2141.9-511l2156.4 664.5l588.7 398.5l4402.7 1901l-252.1 1566l1200.6 615.5l1285.8 550.5l244.4 1300.5l969.5 1340.5l2499.1-648l1117.5-772l3152.4-157l94.5 53.5l4079.6 1596.5l1103.3-1075.5l3233.7 688.5l-691.8 1566l1538.2 769l1210.5 89l3592.9 68.5l-1183.6 2746l1694.8 1124l3361.3-416.5l61.9-246l2034.2-866l503.5 687.5l206.2 416l2036.1 1068l1711.2-1688l1141.1 41.5l-124.1 836l1332.6-1409.5l1871.8 103.5l-440.5 3329l1185.4 300l1942.7 2080.5l-1358.7 1795l-1887.2-311.5l-1541.9 3164l425 1563.5l3107.5 1703.5l1655.4-18.5l823.9 409l51.9 2044.5l564.2 2990.5l-1573.5 2949.5l1410.6 926l1673.2-208l24.2 2389.5l438.6 1550l-565.1 4311l-1288.2 875.5l-502.4 428.5l568 3015l1050.8 2532l-1592.5-1074l-2748.1 494l800.1 2016l93 294.5l32 522l-17.9 415.5l-42.7 491l-309.1 1183l-2664.6 1592.5l-347 1368l-892.1-150.5l256.4 2643l36.2 2753l-3647.1 2672l1028.8 410l-968 878l-2749.3 441l94.2 417l226 1040l185.2 972l193.4 426l-3150.5-940.5l-1369.8-340l-504.2 691.5l371.9 3224l271.4 941.5l-52 406.5l-207.8-179.5l-483.3-459l-1200.8 1584l-200.8 2819.5l-810 879l-1684.2 1453l-2887.3-2521l-2075.4 589.5l445.7-1224.5l-586.4 16.5l-1251.4-1358.5l303.3-1243l-916.6-1104.5l-2248.1-508.5l-2652-3202l-1344 1800.5l-831-414.5l-2021.4-3282l-1834.7 3059l-2873.2 1295l1542.5 2876l-1875.7-1741l-7009.7 462l-1015.2-828l-1989.4 518.5l-2946.5-5735.5l365.8-758.5l-84.5-537l1103.2-1630.5l-966.6-1678.5l399.1-728l634.4-2500l1661.7-518l213.4-1959.5l-1434.3-5602l-2281.1-1177l-1991.5 910.5l-2460.1 959l-910-2156.5l451.1-1613l-937.7 1624l-2432.8-1126.5l-1888.1 98.5l-2885.8 133l-1588.8 1072.5l-1508-412.5l-1222.1-985l-1004.7-285.5l-212.8 7l-2017.7-202l-1372.9-1510l-2516.9-62.5l-898.4-972.5l1470.3-3598.5l-1215.8-767.5l-2947.1-342.5l-1953.1-2595l-1612.4-405.5l-1887.4 1204l-1288.6-393.5l-188.8-2061.5l-698.7-943l-2473.8 330.5l-619.1-463l924.1-2700l-786.4-645.5l-2308.9 619.5l-3573-1846.5l-2512.1 479l-1863.2-1768l-1614.8-1394.5l-2230.4 471.5l-2816.9 1290.5l-2585.3 961l-858.4-768l-581.3-936.5l-3339.5-3286.5l-144.3-2155l4012.3 237l639.5 439.5l3780.5 251.5l-210-2577l197.7-691.5l1595.8-82.5l2732.8-18l890.8 1467.5l5081.8-503.5l-19.9-2205.5l1314.1-1639l-485.5-1171.5l-723-3653.5l825.4-517l1559.2-319l778-1138.5l1892.6-1896.5l1116.4 296l3274.6-635l1281 1343l910.4-18.5l549.4 1564l2216.6-1126l1990.5 40l2241.7-513l-1317.2-2517l3240.6 459.5l2277.7-3358l1383.7 559.5l441.5-71.5l2000.5-96.5l4065.5-2898l220.1-2472l-590.7-1443.5l2837.8-1764l-743.9-2261l999.8-174l1010.2 163z" />
			<path  id="64" d="M306043.7-6501140.5l947.9-1055.5l1659.6 5367l3966.3 103l255.8-1568l1707.6-1824.5l4122.7 422l1407.4 2561.5l1019.4 272.5l1055.9-1573l138.7 928.5l1139.1 487.5l655 6621.5l-1610.5 3761l197.4 769l-2064.1 1412l-2434.7 3759l-892.3 144.5l105.1 1382l-1271.8 634l-69.3 2103.5l3990.1 2595.5l2034 7573l5235.4 4542.5l1185.5 2916l707.4 3894l-1844.4 4398.5l-2412.9-1494.5l471 1462l-1508.4 3665l-4676.2 228.5l-812-2098.5l-2133.8-958.5l-689.5 992l-1031.3-47.5l248.1 1203.5l-2058.7 1081.5l-994.1-443.5l-3351.3 393.5l-314.9 1546l-4093.4 291.5l-3769 4185.5l-939.7-1522.5l-2921.3-882l-2194.5 392l-1651.5-883.5l-4080.5-183.5l-58.7-2130.5l-925.2-255.5l-355-1231.5l611.2-2077l1230.9 70.5l2217.6-3087l-2141.5-1969.5l-2991.4 152.5l-604.3-233l-2647.1-3726l1470.4-4162l1103.5 128l643.4-1966.5l-430-1569.5l-1890 166l-810.9-1612.5l1167-4930l-502.8-971l-806.9-1836.5l-2139.3-632l183.6-3383l461.4-1903l2335.8 506.5l3224.9 1426l3172.8-1362l386-3959.5l1782.5-521.5l4534.1-3279.5l1627.3-53l131 42l3392.6-432l-1572.3-4597l-515.4-2599l1251.4-693l42-74l4303.7-995.5l-582.7-1237.5l349.6-2092.5l921.6-473.5z" />
			<path  id="58" d="M212235-6630018l756.6 1217.5l1078.2 1994.5l1612.3 237l671.1-2222.5l1823.3 3422l3304.1 2967.5l-1290.8 2137.5l600.7 1975l-838 373l2356.5 2906l2850.3 2794l370.4 466l228.4 1213l691.7-44.5l754.8 1043.5l1668.3 95.5l-427.8 3710l2794.9-24.5l601.4 1143.5l719.3 652.5l1282.9-217l495.1 2366l1816-249l-224.3 1675l-3197.9 1135.5l-2905.6 2122l-1170.8 857.5l-267.9 1121.5l896.9 565l-179.4 1219.5l1457.2 993.5l272.7-159l-63.1-1276l2296.4-375.5l737.7 1791l-852.5 1992l3007.2 1159.5l-2261.8-315.5l385.9 1907l1486.6 2693.5l1794.1 1034l320 900l-876.1 286.5l-686.2-649.5l-473.1 1213.5l-4101.9 824.5l-955.2 92.5l540 1611l-1487.7 2233l752.2 2032.5l-1171.3 870l1893.9 917l-1198.2 1283.5l288.8 2939.5l-38.7 50.5l-872.6 1978l2151.8 880.5l-1588.5 2680l-313.2 61.5l-1586.1 2395.5l-1682.9 353l-2214.4-307.5l-410.3-1729l-564.2-1059.5l545.7-449l-1798.6 103.5l192.5 1732.5l-1160.1 1544.5l-1724.9 23l-1150 14l-1251.5 2532l1173 2001.5l.6 3l-3622.9-1085.5l-2379.1 1381l1378.7 379l349.4 1171l-402.5 2166l-1373.4 1155.5l-397.9 2893.5l1763.9-348l1709.1 1216.5l-695.3 908l-2491.9 1231l-1533.2-289l-14 2637.5l-1631.2 1079.5l-759.2 96.5l-2006.3-2156.5l-2269.3-3863l-3105.7 1599.5l-307.3-126l-862.7 334.5l-1287 3170.5l-1148.4 523l-694.1 578l446.4 354l-109.8 1117.5l-1957.9-912l-3406.4-1395.5l38.5 720l-1741.7 358.5l-1518.6-115.5l-1477.9 796.5l63.4-3646l-863-675.5l908.8-1180.5l-2269.4-1854l485.8-1593.5l-475.7-695l-1832.5-338.5l-2670.8-1543l924-2392l760-174.5l786.4-607.5l311-257l1684.2-1453l810-879l200.8-2819.5l1200.8-1584l483.3 459l207.8 179.5l52-406.5l-271.4-941.5l-371.9-3224l504.2-691.5l1369.8 340l3150.5 940.5l-193.4-426l-185.2-972l-226-1040l-94.2-417l2749.3-441l968-878l-1028.8-410l3647.1-2672l-36.2-2753l-256.4-2643l892.1 150.5l347-1368l2664.6-1592.5l309.1-1183l42.7-491l17.9-415.5l-32-522l-93-294.5l-800.1-2016l2748.1-494l1592.5 1074l-1050.8-2532l-568-3015l502.4-428.5l1288.2-875.5l565.1-4311l-438.6-1550l-24.2-2389.5l-1673.2 208l-1410.6-926l1573.5-2949.5l-564.2-2990.5l-51.9-2044.5l-823.9-409l-1655.4 18.5l-3107.5-1703.5l-425-1563.5l1541.9-3164l1887.2 311.5l1358.7-1795l-1942.7-2080.5l2144-1171.5l563.2-1279.5l669.1-948l4511.5-2567.5l47.5-2615l1370.9 91.5l1218.7-1428l2136.2-86.5z" />
			<path  id="59" d="M276354.9-6590726.5l2627.8 297l-1371 2389.5l494 1591l2913 689.5l3053.7 341.5l3030.8 3175l2138.9 1618.5l2456.8 944.5l5898.5 5493.5l596.2 926.5l3756.1 4231l2115.1 1221l7023 3828.5l1124.7 2240.5l2054.1 1828.5l-1479.7 1933l-439.5 3360l2148.9 3143l-1467.6 2873.5l-1510.2 2506.5l-2373.3 1803l-823.3 4358.5l-6909.7 502l-493.9 2351.5l-3748-1299l-1256.4 1564.5l-1477.9-295.5l-676.6-1088l249.9-1760l-3140.2-872.5l-738.2-4901l183.9-636.5l-1778-866l-2242.2-2307l-2116.4-511l-464.6 3226.5l-2878.7 659.5l-3094.3 1939l-840.7-308l-350.8-3108l-2869.2 1202l-1494.2 2953.5l-1732.2-2137l-307.4-247.5l-1272.1-68.5l-537.1-386l-2502.9-49l-1900.8 865l-885.6 1492.5l-3129.6 2115.5l-1678.5-91.5l-2450.2-728.5l-247.7-1150.5l755.9-960l-2024.8 154.5l-346-2397.5l-1975.9-520l-35.2-921.5l-1673.9 180l-1188.2 2580.5l-7.7 306l-1748.6-503l-2066.9 1049l1249.3-4477.5l1658.4-1709.5l-160.4-465.5l-2387.1 365l-846.7-1981.5l-1663.2-334l-326.4-1959.5l-872.6 39.5l-1465.9-2110l-2931.7-761l-525.2-2051l1294.4-3026l-2637.8-1931l-459.1-1616.5l-1252.5 559.5l-1660.5 3536.5l-2379.6-951l1588.5-2680l-2151.8-880.5l872.6-1978l38.7-50.5l-288.8-2939.5l1198.2-1283.5l-1893.9-917l1171.3-870l-752.2-2032.5l1487.7-2233l-540-1611l955.2-92.5l4101.9-824.5l473.1-1213.5l686.2 649.5l876.1-286.5l-320-900l-1794.1-1034l-1486.6-2693.5l-385.9-1907l2261.8 315.5l421.9 751.5l2781.5 496.5l1855.2 572.5l1999.6-3560l1754.3 696.5l763.6 2806l134.4 2903l-1346.8 3095l2281.2-1237.5l2890.3-325l9243.8-1384l860.9 1436.5l772.1 2115.5l4084.2-1058.5l879.8-3374l905.2-317l1304.4 259l325.7-794l698.4-2452.5l2477.9 401l3894.5-1124.5l1411.4-1392.5z" />
			<path  id="60" d="M166474.8-6568392l2021.4 3282l831 414.5l1344-1800.5l2652 3202l2248.1 508.5l916.6 1104.5l-303.3 1243l1251.4 1358.5l586.4-16.5l-445.7 1224.5l2075.4-589.5l2887.3 2521l-311 257l-786.4 607.5l-760 174.5l-924 2392l2670.8 1543l1832.5 338.5l475.7 695l-485.8 1593.5l2269.4 1854l-908.8 1180.5l863 675.5l-63.4 3646l1477.9-796.5l1518.6 115.5l1741.7-358.5l-38.5-720l3406.4 1395.5l51.8 68.5l-960.5 1337l17.2 2305l582 2412l-3180.5-730.5l-156.8 3744l1342.5 334.5l392.6 5577l-559.4 1939l384.5 837.5l2024-374.5l3067.6 552l958.5 2552l2761.1-1839l1673.5-2103l2765.5 1805.5l418.9 1633l2645.9-476.5l-446.1 690l780 498l-1378.4 1514l23.1 1634l4104.7 1470l-1213.2 3264l-3636 3152l-3319.5 2770.5l-1792.4 321.5l867.4 1173.5l496.9 302.5l477.3 1718.5l1427.6 2192l4125.7 1216l3330-640l1503.2 35.5l2059.3 1681.5l1558.6 4308.5l943.2 247l3293.8 4057.5l-1427 1785l-1866.2 2060l-2737.9-1165l-1656.4 618.5l-1963.2 9976.5l-295.6 749l-2558.2-227l-.2-3349l-4953.3 109.5l114-2084l-1443-268l251-1353.5l-2863.3-371.5l-167.4 886l-1154.3 408.5l-3185.9-686l-680.5-3506.5l-1481 474.5l-3176.7-33.5l-522.6-1564.5l-1124.8-804.5l-1627.1-204.5l-2155.8-1488l-3086.6-982.5l-648.1 2105l-955.9 133.5l-1116.7 359.5l103 902.5l-838.5 132.5l-4373-267l-266.9-1655.5l-2501.1-882.5l-1139.1-909l-3987-128l-3484.6-2734l-1330.6-211l-1339.8-1728l-1390.8-2373.5l-3053.3-1958.5l-1452.6-3341.5l-2870.3-3940l1830.6-2321.5l609-1702l-585.9-134.5l3082.9-2107l-85.7-468.5l-1250.7-1005.5l-1021.1-442.5l-844.5-675l1728.3-6148l-4.9-67.5l2276-4611l-1774.8-1952l1513.5-1674.5l-1036.7-776l668.4-1193l-233.3-1432l-805.3 35l882.7-4107l991.8-952.5l473.4-1836l-1155.8-1613l1335.5-899.5l-4523.3-128l463.8-663.5l-898.5-1927.5l-1749.6-209.5l-613 2330.5l-2563.8 401.5l-865.8-960.5l-2030.8-2405.5l1122.1-3792l1338.9-1465.5l-578.9-2482l192.4-1013l-461.7-2165l2240.4 774l2197-1304l13.1-3974l1989.4-518.5l1015.2 828l7009.7-462l1875.7 1741l-1542.5-2876l2873.2-1295l1834.7-3059z" />
			<path  id="61" d="M200438.2-6546386.5l3105.7-1599.5l2269.3 3863l2006.3 2156.5l759.2-96.5l1631.2-1079.5l14-2637.5l1533.2 289l2491.9-1231l-2675 3340l-311.3 2246.5l922.7 1337.5l-2268.8 2271l179.3 829l2487.4 1610l2843.6 70.5l264-365l-853.1 241l92-704.5l4340.6-2207.5l1290-90l397.4 1654.5l3249.9-876l1066.5 1408.5l2026.1-1410.5l3112.1 2438l120.7 1067l2164.2 158l-124.6 1128l1666.2 261.5l382.8 1670l1211.9 762l2379.8 262l-200.6 753l-727.7 965l1096.8 1685.5l-675.9 994l-192.4 1319.5l1571 439l356.9 1601l-1428 789l-2546.8 628l-1882-595l-42.1-968.5l-2265.6-1067.5l-1897.3 2923l-1588.2-73l-704.1 1058.5l-1375.3-111.5l-4507.8-2304.5l-2699.7 147l-1442.5 1214.5l641 679.5l-2549.6 1227l-954.2-1913l-1614.7 1020l-755.1 3242.5l-4104.7-1470l-23.1-1634l1378.4-1514l-780-498l446.1-690l-2645.9 476.5l-418.9-1633l-2765.5-1805.5l-1673.5 2103l-2761.1 1839l-958.5-2552l-3067.6-552l-2024 374.5l-384.5-837.5l559.4-1939l-392.6-5577l-1342.5-334.5l156.8-3744l3180.5 730.5l-582-2412l-17.2-2305l960.5-1337l-51.8-68.5l1957.9 912l109.8-1117.5l-446.4-354l694.1-578l1148.4-523l1287-3170.5l862.7-334.5l307.3 126z" />
			<path  id="62" d="M232481.1-6537387.5l3221.7-1478l900.9 2355.5l550.7 261l2000-670l1403.5 157l-57.6 1130l3833.8-644.5l1014 1732.5l124.2 493.5l1422.6-917.5l1328.7 1393.5l-578.5 2500l1020.3 664.5l971.6-2677.5l2038.8-2129l1078.2-900l872.6 2499l2125.2 1617l-978.4 2610.5l-297.5 497l639.9 532.5l3766.9 37l502-474.5l1421.5 792.5l878.2-195.5l-8.4 1065.5l-1073.9 1843l2118.3-312.5l687.7 1533.5l-881.1 724l713.1 689.5l-1386.6 169l-351.5 1909.5l-921.4 188l744.9 1204l1749.2 941.5l-175.9 2120l-494.9 1445l-316 773l3988.3-42.5l-231.1 1591l-1976.3-206.5l-361.5 1351l-381 4343l1891.2 313l2487.9-1172l592.7 374l1297.8-1501.5l2471.1 249.5l1007.2 1374.5l1254.8 212l373.1 1017.5l1606.3-283l3954.2 1860.5l1507.6 361l1289.9 4012.5l4552.1-1022.5l478-3226.5l918.2 890l419.3 4048l3487.9 842l2830.7-3432.5l2000.5-1151.5l2509.9 630l1433.9 1121l234.7 2456.5l1108.3 677.5l1938.9-352.5l582.7 1237.5l-4303.7 995.5l-42 74l-1251.4 693l515.4 2599l1572.3 4597l-3392.6 432l-131-42l-1627.3 53l-4534.1 3279.5l-1782.5 521.5l-386 3959.5l-3172.8 1362l-3224.9-1426l-2335.8-506.5l-461.4 1903l-2040.9 2764l-1807.7-262l-1706.3 3093.5l-472.8 1959l121.3 1053l-973.8 239.5l-1879.4 970.5l400.4 1136.5l-222.6 417.5l-837.9 275.5l-792-950l-337.2-3829.5l-2705-74l1261.1-2812l-2764.1 31.5l223.5-791.5l-941.6 24.5l-1501.6 2383l704.2 3247.5l-2120.5 627l3366.5 3883l-503.5 1523.5l-3123.8-75.5l-1027.9 270.5l-719.2-2763.5l-1640.4 752.5l-1578.4-571.5l-2148.9 2165.5l56.2 1636l-471.4-173l-838.9-132l-1055.9-614.5l-95.7-1247.5l-3178.3 719l-2549.2-1402.5l-2074.1 1202.5l-3052.1-4922.5l-2303.6-745.5l-770.3 638l-2936.1-1775.5l-256-1002.5l-1555.2 549l-304.2-52l-2579.5-1629l-3065.9 412.5l-348.5 1302.5l-3128.5-15.5l-1676-853.5l-1156.1-3206.5l490.1-2389l-4619-360l-650.5 2685.5l-161.3-1346l-1239.5-1063.5l-3209.3 1048l1963.2-9976.5l1656.4-618.5l2737.9 1165l1866.2-2060l1427-1785l-3293.8-4057.5l-943.2-247l-1558.6-4308.5l-2059.3-1681.5l-1503.2-35.5l-3330 640l-4125.7-1216l-1427.6-2192l-477.3-1718.5l-496.9-302.5l-867.4-1173.5l1792.4-321.5l3319.5-2770.5l3636-3152l1213.2-3264l755.1-3242.5l1614.7-1020l954.2 1913l2549.6-1227l-641-679.5l1442.5-1214.5l2699.7-147l4507.8 2304.5l1375.3 111.5l704.1-1058.5l1588.2 73l1897.3-2923l2265.6 1067.5l42.1 968.5l1882 595l2546.8-628l1428-789l-356.9-1601l-1571-439l192.4-1319.5l675.9-994l-1096.8-1685.5l727.7-965l200.6-753l-2379.8-262l-1211.9-762l-382.8-1670l-1666.2-261.5l124.6-1128l472.8-1114.5l-688.8-2569z" />
		</g>
		<g  id="_13">
			<path  id="14" d="M148587.5-6740408.5l1440.7 682.5l904.2 2322l3907.4 3420.5l127 1328.5l-1345.5 628l1564.5 835l-549.2 1633l1164.6 554.5l176.5 3939l758.3 1172.5l2569.2-1524l1687.1 1772.5l253.5 1649.5l1339.7-521.5l960.5 577.5l3816.6-259.5l1815 2316.5l837.8-153.5l892.8-555.5l3341 3304l-1516.5 1496l-1002.5 3199.5l-2211.5-213.5l-506-921.5l-818.5 353l-895.8 831l-610.7-330l-1261.7 248.5l2461.6 1333.5l-352.5 1887l-2469.4 1416.5l123.9 1702l-2368.8-862.5l-210.1-1856.5l-1389.8-277.5l-954.9-706l-2346.1 243l-422.2 615.5l-666.8 586l-1187.2 1611.5l-1912.7-954.5l-203.1-2991l-664.9-620l220.8-4271.5l-1335-1696.5l-3788.8-633.5l-744.5 1396l-1062.7-226.5l-2122.6-552.5l-488.7-1316l-2088.6 72l-787.7 1228l-4390.8 821l-2182.3-4611.5l421.3-990.5l-2254.6-2193.5l-172.6-657.5l1010.7 165.5l206.3-1071l-2697-4149.5l4988.8 1002l472.4 1690.5l-103.9 2384.5l2325.9 3625l2646.6-91l-1750.1-1280.5l-788.1-3672l1504.2-6250l3571.1-5586l5547.4-3601l-433.3 1554.5z" />
			<path  id="15" d="M201926.7-6774127.5l-.4 517l-1001 2946.5l-1502.8 5282.5l-393.3 1022l-367.3-900.5l1991.7-10105.5l-147.5-3505l1278.8-1556l1772.3-66.5l94.6 1099l-57.1 11l-2277 1124l609 4131.5z M217340.8-6789918l4009.2-537.5l666.7 853.5l-647.4 2051l-2905 2147.5l-101.3 1856.5l1025.1 2829.5l2026.3 2189.5l2751.8 810l5347.2-1277l6155.3-658l2544.5 2096.5l99.9 3454l-6229.9 6231.5l-337.2 2618l1812.7 4177l1856 1881l3500.7-86.5l2648.1 3568l971.8 1158.5l930.8 1977l-613.9 1321.5l-753.6 1619.5l-109.5 2121.5l683.3 1827.5l-818.7 520.5l-1755.8-1359.5l-354.6-194l-874.7-612l7.1-1675l2035.4-1345.5l-1595.6-1339.5l412.7-1819.5l-131.5-340.5l-2020.7 72.5l-2988.4 858l-951-828.5l-5776.7 1201l-5289.6 4951.5l-1884 3979.5l-668.2-10.5l287.7 1456.5l1623.1-1342.5l1419 2863.5l-1807.3 1670.5l-4676-1311l-223.3-2820l882.3-1473.5l-4280.2 2694.5l-2773-1508.5l-4037.4-4449l-1772.1-528l-1896.5-1863.5l405.4-3200.5l714.8-1446.5l5585.4 370l2594.4-1811.5l-1465.4-249l-651.2-1251.5l1562.4-964l-3885.7-1968l-2973.8 361.5l1200.6-3534l1379.1-273l603.5 675.5l3354.3-1911.5l846.2-1613.5l-1612.7-797.5l-1292.2-2626l-3630.7 759.5l-486.2-951.5l-660.2-2890.5l3526.1-1198l2239.7-656l2004.8 1160l1948.3 3269l-567-4168.5l3572-3432l999.1 398l-965.8 2498l-28 4024l1472-399.5l877.8-1947l386.6-81l1483.2 2263.5l-491.8 1319l512 1385l1265.1 470.5l4629.9 769.5l461.4-3122.5l-510.2-2997.5l243.9-3368l-1469.6 400l-555.9 1131.5l-2158.4 261.5l-2637.9-2229l-1616-938.5l-1162-3673.5l-3755.5 4713.5l-3690.7 1775.5l341.2-3341l1718.4-3565.5l-29.5-2292l-1455.9-177l-2133.6 3329.5l-224.5 2349l-3205.7 3907.5l-659.9 145l106.5-950l3518.4-7588.5l3368.5-4268l1470.5-390l4161-1142z M148587.5-6740408.5l433.3-1554.5l3038.6-2313l1774.4-3040l1725.8-3866l3403.5-4900.5l3924.6-8569.5l222.3 175l2818.9 1947l4914.7 705l3293.5 550.5l15205.5-811l107.2 301.5l143.7 242l699.5 1040l-429.1 615.5l-2848.4 1052.5l-8887.5 367.5l-4727.1-443l-1800.6-330.5l-478.4 289.5l-3563 2156l78.1 1744l-9248.2 1320.5l-1006.1 835.5l-178.8 1692.5l344.7 1531.5l-1652.9 2221.5l-2213 2360l416.7 3934.5l999.3 554l2620.6 1587.5l2741.8-328.5l-2719.8-1024l-715.2-2184.5l1502.2-1973l2815.7-997.5l-326-2848.5l3550.6-631.5l1552.3-2493.5l-1213.4-948.5l1229.1-792.5l1467.3 514.5l4466.9-1689.5l985.6-2443l2962.5-1094.5l433.8 812l-2386.1 3710.5l5331.9-141l2118-934.5l1186.7 3115.5l1284.8-255.5l1207.8 53.5l2110.8-1792l1014.7-3345l1787.2-2031.5l4075.5-1541l583.9-1051.5l1337.7-476l294.8 3048l552.4 1822l1306 1555l1736.6-302l1331.3 1829l-1131.4 2264.5l2061.7 6916l2756.9 1559l-46.3 1486.5l2810.5-1416.5l2276.4 2777.5l4360.6 396l1200.6 2554l1126.5 1954l-1301.3 1739l-581.1 3312.5l357 1702l-4807.2 1990l591.3 1374.5l1698.4 745.5l821 1733l1170.7 1985.5l-1797.2-333.5l-1117.2 1327.5l-1586.8 2409l-3418.4 909l-107.4 687.5l-1321.2-52.5l-2155.7-1803.5l-3892.6 1830.5l-2833 953l-580.4 1483l-1881.9 113l-3412 2558l-1822.9 324.5l-30.7 742.5l-303.1 38.5l-4276.9-3433.5l-500.8-221l-3692.5-2817l-953.9 1146l-948.3 576l-2808.9-2721l-999.8-204l-3341-3304l-892.8 555.5l-837.8 153.5l-1815-2316.5l-3816.6 259.5l-960.5-577.5l-1339.7 521.5l-253.5-1649.5l-1687.1-1772.5l-2569.2 1524l-758.3-1172.5l-176.5-3939l-1164.6-554.5l549.2-1633l-1564.5-835l1345.5-628l-127-1328.5l-3907.4-3420.5l-904.2-2322l-1440.7-682.5z" />
			<path  id="16" d="M252198.7-6728162.5l2965.9 2564l3090.4 1509.5l1884.5 468l3822.9 2655l748.3 753.5l5125.3 4368.5l2752.9 2698l2045.5 2198.5l2993.8 2008l-1174.6 1505.5l-1156.2 63l988.4 809l750.1 1968.5l144 2530l-1841.3-589.5l-2313.8 311l-1177.3 158l-6193.4-45.5l-3461.4 2827.5l-5637.3 1366.5l-2640.2-262l-2098.8-1334.5l828.3-1673l3454.6-858l1905.8-1613.5l770.2-2555.5l-1206-4028.5l-1901.1-1731.5l150.8-1748l531.5-926l2193-591l1471.7 462l635.8 2141.5l-1362.2 1406l744.9 2638.5l186.2-2574l1314.7-277l796.8-345.5l2624.3 2251l620.3-513l-597.4-580.5l652.7-3771l-623.2-2678l-1006.2-985.5l-1443.1 923l-531.6-2842l-2044.8-2955l-2927.1 215.5l-633.2 535l1435.7 3303l-414.7 1325l-4562.5 1871l-197.9-1458.5l1294.7-3224l-1463.4-498.5l-2734.7 2070l-612.6 1431l-2034-4l-326.9-1280l1558.3-2102l402.6-1574.5l675.5-4163.5l-424.8-975.5l-1054.5-228.5l-2384.8-2691.5l-76.7-3229.5l2037.8-1032.5l1176.3 291.5l2370.5 4946.5l1112.7 1368z M216742.2-6735381l909.8 1188.5l299.8 648l-1190.6 1923l3890.4-2106.5l1555.6 634.5l525.5 443.5l26 105.5l-1838.5 1626l3065.7 1191.5l971.4 1940l1738.6 3641.5l2003.3 462l431.9-557.5l-481-638.5l-1246.7-2618.5l4752.9-1558l1859-326l3126.9-1122l4307.5-3738l1503.6 927l-1359 981.5l7232.5 5816.5l47.4 190.5l-428.5 901.5l-112.9 703.5l-575.9 4087l-2384 1821.5l1665.1 2215.5l4932.6 3662.5l962.8 1483l289.8 1300.5l1872.5 564.5l2055.7 2704l-5483.2 4920.5l-683 1739.5l-446.7 834l492.9 789l358 663l2259.8-149.5l3233.3 4179.5l3039.5 1532l-363.7 967l-2186.3-1665.5l-2586.6 327.5l-2421.3 3357l4015.2 1112.5l-1587.1 3618.5l-1902 414l-431.1 1l-4246 3221.5l669.4 788l-2198.7-882.5l-1803.3-546.5l-889.1 173.5l-2334.1 128.5l-2270.9-468l-4946.2 1078l-1775.6-2178l-398.8-1688.5l-1067.8-1302.5l-3042.3-428.5l-1763.8-235l-856.4 4369l-795.5 1101.5l-1385.1 1274l-4743.9 2478l-1868.2 1140.5l-782.7 1542.5l-527.9 1493.5l-205.5 1916.5l-209.7 221l-2428.3-291l-1158 2242.5l-1509.8-167.5l-454 621.5l-1533.9 299l-310.8 814.5l-2672 1352.5l-185.2 2073.5l-988.5 1543l-291.5-426l-182.1-1014.5l-2307.4-1041.5l-762.1 508l-1924.8-479.5l-1066.9 162.5l-1319-2471l-2946.3-432.5l-269.4 584.5l-296-1210l-3488 649l-833.8-787l-459.6 1735.5l-1047.9 406l-1305.7-757l-711.3-1849l-4587.1-885l754.4-1706.5l-927.7-535.5l876.4-2490.5l-1642-313l-2629.1 1294l-1331.2-141l616.5-843l-2001.5-2187.5l-215-431l128.8-1765.5l678.9-1948l-821.7-2525.5l908.9-3139.5l870.8-94.5l2535.1 36.5l363.9-3639l-20-1266.5l2822.2-1104l218.2-4115l1170.5-1139l1942.2-216l122.3-663l-1109.9-220l-1534.5-2153.5l2015.1-3135.5l1090.5-431l-1801.2-3105.5l1705.8-3275l-610.9-1926.5l4276.9 3433.5l303.1-38.5l30.7-742.5l1822.9-324.5l3412-2558l1881.9-113l580.4-1483l2833-953l3892.6-1830.5l2155.7 1803.5l1321.2 52.5l107.4-687.5l3418.4-909l1586.8-2409l1117.2-1327.5l1797.2 333.5l-1170.7-1985.5l-821-1733l-1698.4-745.5l-591.3-1374.5l4807.2-1990l-357-1702l581.1-3312.5l1301.3-1739z" />
			<path  id="17" d="M130606.3-6730184.5l2697 4149.5l-206.3 1071l-1010.7-165.5l172.6 657.5l2254.6 2193.5l-421.3 990.5l2182.3 4611.5l4390.8-821l787.7-1228l2088.6-72l488.7 1316l2122.6 552.5l1062.7 226.5l744.5-1396l3788.8 633.5l1335 1696.5l-220.8 4271.5l664.9 620l203.1 2991l1912.7 954.5l1187.2-1611.5l666.8-586l422.2-615.5l2346.1-243l954.9 706l1389.8 277.5l210.1 1856.5l2368.8 862.5l-123.9-1702l2469.4-1416.5l352.5-1887l-2461.6-1333.5l1261.7-248.5l610.7 330l895.8-831l818.5-353l506 921.5l2211.5 213.5l1002.5-3199.5l1516.5-1496l999.8 204l2808.9 2721l948.3-576l953.9-1146l3692.5 2817l500.8 221l610.9 1926.5l-1705.8 3275l1801.2 3105.5l-1090.5 431l-2015.1 3135.5l1534.5 2153.5l1109.9 220l-122.3 663l-1942.2 216l-1170.5 1139l-218.2 4115l-2822.2 1104l20 1266.5l-363.9 3639l-2535.1-36.5l-870.8 94.5l-908.9 3139.5l821.7 2525.5l-678.9 1948l-128.8 1765.5l215 431l2001.5 2187.5l-616.5 843l1331.2 141l2629.1-1294l1642 313l-876.4 2490.5l927.7 535.5l-754.4 1706.5l4587.1 885l711.3 1849l1305.7 757l1047.9-406l459.6-1735.5l833.8 787l3488-649l296 1210l269.4-584.5l2946.3 432.5l1319 2471l1066.9-162.5l1924.8 479.5l762.1-508l2307.4 1041.5l182.1 1014.5l291.5 426l988.5-1543l1585.2 162.5l2311.2-1060l903.5 744l-1035.4 1192.5l1502.5 3400l1173.5 2147.5l-1443.7 1387l-1177.8 2651.5l-748.9-1490.5l-439.1-451.5l-2046 1133.5l-480.9-478.5l-2800 856.5l-4621.7 749l-624.7-191l-1495.7 1626.5l-3778.6-1381.5l-651.7 107.5l871.6 3055l-2304.1 3231.5l-246.3 2037.5l911.6 466.5l-257.8 2631.5l-1796.9 1239l-864.2 3918.5l-397.7 1332l-2313.9 362.5l-623.9 5671.5l4215.7 4519.5l-507.4 357.5l533.2 1342.5l-61.9 246l-3361.3 416.5l-1694.8-1124l1183.6-2746l-3592.9-68.5l-1210.5-89l-1538.2-769l691.8-1566l-3233.7-688.5l-1103.3 1075.5l-4079.6-1596.5l-94.5-53.5l-3152.4 157l-1117.5 772l-2499.1 648l-969.5-1340.5l-244.4-1300.5l-1285.8-550.5l-1200.6-615.5l252.1-1566l-4402.7-1901l677.2-1543l-1696.7-2765l-1858.1 281l1466.2-1051.5l-1469.8-693.5l-1095.2-899.5l2116.9-1821.5l515.2-97l-1120.5-3350.5l417.7-2465l1504.2-833.5l992.5-1638l975.5-1174l-1732.9 96l-2404.7-2061l-768.4-2047.5l825.8-5649.5l-1475.8-1495l-2165.7-166l-85.2-742l-1620.1-702l-1079.8-593l-870.5-4353.5l-3795.9 840.5l-1419.2-1271l-638.4 563.5l-1811.8-433.5l-2652.3-3020.5l-1105.3-2066l345.7-755l-358.3-970l582.4 49l-301.9-784.5l-3816.5-1495.5l1295.7-720l-1140.6-834l-898.4 318.5l-3142.6 138.5l-2448.5 206l-2835.6-1306l194.8-1442.5l-2952.8-634l-360.1-812l999.4-1165l-617.4-2382.5l180.6-923.5l-789.1-428l-1601.3-167.5l-522.7-3076l1187.4-831l-705.7-2271.5l1974.1-1422.5l-680.2-293l-19.1-1819.5l410.6-2172.5l-33.6-1319.5l549.5-2694.5l-1503.5-857.5l-1186.1-301.5l-2089 2807.5l-719.4-373l-1474.9 518l-1486.4 1762.5l-480.5-1191l664.1-1683.5l-1458.1-2272.5l-2952-1165.5l-1947.7 596.5l-273.2-3367.5l-1218.5-952l1491.1-2821.5l-214.8-1184.5l2023.9-751.5l818.9-2103.5l-1698.3 .5l-5439.4 5541.5l-202.6-2111.5l2577.2-3916.5l2896.9-972.5l4275.2-4743l1831.2-1169.5l5942.3 412.5l1780.6 327.5l3170.8-113.5l4405.3-1759.5l3850.1-1423l700.7-266z" />
			<path  id="12" d="M95703.5-6705088l-4625.9-1118l-733.9-2739.5l1888.3-1875l4593.8-1827l1306.7 368.5l150.1 773l-2579 6418z M102397.1-6713130.5l1218.5 952l273.2 3367.5l1947.7-596.5l2952 1165.5l1458.1 2272.5l-664.1 1683.5l480.5 1191l1486.4-1762.5l1474.9-518l719.4 373l2089-2807.5l1186.1 301.5l1503.5 857.5l-549.5 2694.5l33.6 1319.5l-410.6 2172.5l19.1 1819.5l680.2 293l-1974.1 1422.5l705.7 2271.5l-1187.4 831l522.7 3076l1601.3 167.5l789.1 428l-180.6 923.5l617.4 2382.5l-999.4 1165l360.1 812l2952.8 634l-194.8 1442.5l2835.6 1306l2448.5-206l3142.6-138.5l898.4-318.5l1140.6 834l-1295.7 720l3816.5 1495.5l301.9 784.5l-582.4-49l358.3 970l-345.7 755l1105.3 2066l2652.3 3020.5l1811.8 433.5l638.4-563.5l1419.2 1271l3795.9-840.5l870.5 4353.5l1079.8 593l1620.1 702l85.2 742l2165.7 166l1475.8 1495l-825.8 5649.5l768.4 2047.5l2404.7 2061l1732.9-96l-975.5 1174l-992.5 1638l-1504.2 833.5l-417.7 2465l1120.5 3350.5l-515.2 97l-2116.9 1821.5l1095.2 899.5l1469.8 693.5l-1466.2 1051.5l1858.1-281l1696.7 2765l-677.2 1543l-588.7-398.5l-2156.4-664.5l-2141.9 511l-2043.6-3715.5l-1145.3 553.5l-1648.3 1182.5l-1215 487l-2057.9-2359l-288.3 1385l-3461 336.5l-404-2578l-1010.2-163l-999.8 174l743.9 2261l-2837.8 1764l590.7 1443.5l-220.1 2472l-4065.5 2898l-2000.5 96.5l-441.5 71.5l-1383.7-559.5l-2277.7 3358l-3240.6-459.5l2212.2-1963.5l-563-2544.5l-3328.4 1992l-684.2-1442.5l687.3-564l-1515.3-1513l-3451.9-105.5l-394.8-1317l-1238.9-2085.5l336.9-2594l-624.5-1065l-691.3-1886l-2713.6-2390.5l-786.9 386.5l-664.6-2443l1191.6-2879l29.6-69.5l-589.7-537.5l-1413.9-280.5l-1789.4-1817.5l-278-281.5l-1374.5 1163l-656.6 3205l-2436.9 17.5l-2721.2-847l526-1173.5l-466.5-1179l1182.6-486.5l-397.6-1480l-1150.7-4334l-403-1932.5l-867.8-2521.5l2550-789l944.6-4724.5l-1315.1-1372l-401.5-4582l-1134.8-741.5l-749.5 357l-957.6-566l-1684.1-216l-252.8 1069l-1074.3 290.5l-3151.8-237l-611.3 638.5l-2060.8 2165l-1439 467l2501.3 3033l-1039.8 2015.5l-113 1222l-1073.4 484.5l-1547.2-1051l-1177.1 1074l-73.2-1480.5l-2264.5 76.5l-441.4 2279l-3259 1535l-530.6-1.5l298.1-2263.5l-2110.8-45.5l-847.9-1821.5l-2385.4 114l-189.8 651l-1925.3 176l-1730.1-671.5l206.4-1849l-654.1-556l-47.9-987l-653.6-321l-2613.7-1134l-763.2-4096l-1134.7-1044.5l-536.7-573.5l-1951.9-690l-1048.4 447.5l-1829.3-601l-565.1-193.5l-1639.2-1224.5l-200.1-1930l-328.8-331l-681.5-336.5l-2273.2-402l511.5-3654l347.5-1090.5l-211.6-1030.5l-348.2-1162l-1089.9-4642l1542.9-2470l1957.3-358.5l5285.6-5362l1338.5 941.5l1971.1 1683.5l2336.2-911.5l-1853.7-1117l-2988.4-623.5l916.5-2425l-417-1167.5l3397.2-2099.5l1304-1096l2763.9-1612l4619.1-1634l2330.8 209l1482.7 120.5l2244.7-634l4043.6 3608l765.7 939l-688.3 2207.5l404.9 1463l1296.6 944l1347.3 69.5l2842.3-3155.5l1327.2 1825.5l3473.5 1116.5l-67.6 965l3058.7 2057l1988-3861l119.8-1317l1474.5-6726l3462.1-2029z" />
			<path  id="18" d="M259558.1-6691408l363.7-967l3024.2 1867.5l2877.9 1307.5l5019 1643.5l2151.7-100l1596.8-474.5l1259.9 810.5l3027.3-3025l2505.7 1123.5l455.6 1227l-1367.4 2268l-2045.8 1374l150.5 877l1077.1 363l2178.3-416l1040.6 1493l431 5141.5l2326.1 2066l-54.1 4870.5l-480.7 2361l1121.5 2962.5l830.7 2529.5l1876 1991.5l465.7 3022l902.8 2553.5l2033.8 6395l-182.6 2396.5l1012.1 640.5l655.7 2070.5l-2058.6 684.5l-336.5 988l-3872.3 548l-416.3 1620l-435.8 1337l-2457.8 1163l266.5 1906.5l-3591.6 720.5l-1660.9-485l-2002.9-750l-1969.7 1021.5l-1885.9-142.5l829.2-2716l3821.7-4276.5l1787.9-2196.5l1735.4-3509l525.3-3067l-1453.5-3870.5l-2428.3 1539.5l-4437.3-1962.5l-983.8 2209l-3540 1166l-456.8-1721l-2913-459l-2606.5 641l-1288.1 109l-1613.7 975.5l-945.2-926.5l763.6-2392l-168.4-621l-2760.9-1621l53-3203l31-208.5l-2079.8-1088.5l-1857.1-285l-1548.7-4075l-124.9-374.5l-1039.3 1164.5l-92.7 3967.5l1480.8 1333.5l-3368.8 2338l-2523.3 521l-5062.4 5335l527.7 1024l-602.7 1465l-2404.6 148.5l-1039.2 218l-1033.4 852l-63.7 1424l139.4 1331.5l-1964 2865.5l-28.2 3577.5l-2318.7 3129l-3100 690.5l-2800.5 5041l-2403.9-3768l-3811.8-52l-1786 1798l-1432.5 336.5l-649.5 2825l-671.1 2222.5l-1612.3-237l-1078.2-1994.5l-756.6-1217.5l-2136.2 86.5l-1218.7 1428l-1370.9-91.5l-47.5 2615l-4511.5 2567.5l-669.1 948l-563.2 1279.5l-2144 1171.5l-1185.4-300l440.5-3329l-1871.8-103.5l-1332.6 1409.5l124.1-836l-1141.1-41.5l-1711.2 1688l-2036.1-1068l-206.2-416l-503.5-687.5l-2034.2 866l-533.2-1342.5l507.4-357.5l-4215.7-4519.5l623.9-5671.5l2313.9-362.5l397.7-1332l864.2-3918.5l1796.9-1239l257.8-2631.5l-911.6-466.5l246.3-2037.5l2304.1-3231.5l-871.6-3055l651.7-107.5l3778.6 1381.5l1495.7-1626.5l624.7 191l4621.7-749l2800-856.5l480.9 478.5l2046-1133.5l439.1 451.5l748.9 1490.5l1177.8-2651.5l1443.7-1387l-1173.5-2147.5l-1502.5-3400l1035.4-1192.5l-903.5-744l-2311.2 1060l-1585.2-162.5l185.2-2073.5l2672-1352.5l310.8-814.5l1533.9-299l454-621.5l1509.8 167.5l1158-2242.5l2428.3 291l209.7-221l205.5-1916.5l527.9-1493.5l782.7-1542.5l1868.2-1140.5l4743.9-2478l1385.1-1274l795.5-1101.5l856.4-4369l1763.8 235l3042.3 428.5l1067.8 1302.5l398.8 1688.5l1775.6 2178l4946.2-1078l2270.9 468l2334.1-128.5l889.1-173.5l1803.3 546.5l2198.7 882.5l-669.4-788l4246-3221.5l431.1-1l1902-414l1587.1-3618.5l-4015.2-1112.5l2421.3-3357l2586.6-327.5l2186.3 1665.5z" />
			<path  id="13" d="M93323-6674998.5l1684.1 216l957.6 566l749.5-357l1134.8 741.5l401.5 4582l1315.1 1372l-944.6 4724.5l-2550 789l867.8 2521.5l403 1932.5l1150.7 4334l397.6 1480l-1182.6 486.5l466.5 1179l-526 1173.5l2721.2 847l2436.9-17.5l656.6-3205l1374.5-1163l278 281.5l1789.4 1817.5l1413.9 280.5l589.7 537.5l-29.6 69.5l-1191.6 2879l664.6 2443l786.9-386.5l2713.6 2390.5l691.3 1886l624.5 1065l-336.9 2594l1238.9 2085.5l394.8 1317l3451.9 105.5l1515.3 1513l-687.3 564l684.2 1442.5l3328.4-1992l563 2544.5l-2212.2 1963.5l1317.2 2517l-2241.7 513l-1990.5-40l-2216.6 1126l-549.4-1564l-910.4 18.5l-1281-1343l-3274.6 635l-1116.4-296l-1892.6 1896.5l-778 1138.5l-1559.2 319l-825.4 517l723 3653.5l485.5 1171.5l-1314.1 1639l19.9 2205.5l-5081.8 503.5l-890.8-1467.5l-2732.8 18l-1595.8 82.5l-197.7 691.5l210 2577l-3780.5-251.5l-639.5-439.5l-4012.3-237l-2714.1-2564.5l-310.2-66.5l-1864.6 892.5l-766.4-150l-919.2-2228.5l1470.7-1852.5l47.3-573.5l-3852.7-1302.5l-13.9-1105.5l-3493.5-1728.5l-3238.9-5183.5l-2047-2520.5l-1417.3-5014l-2751.6-185l-1241-1416l-784.3-77.5l-2517.1 2902l-762.8-444l160.8 1168l-2125.7 1315.5l-2193.6-1005l-2585.3-1617l-150.3-1126.5l-4129.5-3439.5l-3215.9 153l-193-21l-3684.6 626l1410.9-2277l52.5-2984.5l-32.7-504l494.1-3024.5l637.5-1428.5l3047.5-167.5l811.8 233l557.3-2563l3600.9-603l1758.6-2481.5l96.5-265.5l2600.2-688.5l-713.7-828l550.8-1644l675.4-745l-448.2-1996l-226.9-1390l1147.9-281.5l737.2 1159.5l3998.3-825.5l854.5-1301.5l147.6-4383l101.4-653.5l1513.1-2108.5l2613.7 1134l653.6 321l47.9 987l654.1 556l-206.4 1849l1730.1 671.5l1925.3-176l189.8-651l2385.4-114l847.9 1821.5l2110.8 45.5l-298.1 2263.5l530.6 1.5l3259-1535l441.4-2279l2264.5-76.5l73.2 1480.5l1177.1-1074l1547.2 1051l1073.4-484.5l113-1222l1039.8-2015.5l-2501.3-3033l1439-467l2060.8-2165l611.3-638.5l3151.8 237l1074.3-290.5l252.8-1069z" />
		</g>
		<g  id="_14">
			<path  id="158" d="M324973.7-6452008l2412.9 1494.5l-1113 2294.5l1521.5 3356l2441.9 1149.5l6338.2 2860.5l4324.2 334.5l2499.7 1192.5l1951.2 3179.5l-913.5 1210l-1912.6 1909.5l-2594.9 599.5l-906.4 637l-4425.6 3610.5l-3712.7 578.5l78.4 2891l1493.8 2496.5l-1835.5 2528l1182.6 2189.5l1124.6 449l2407.4-1018.5l1970.4 2575l1129.1 291l-1496.5 4302l2168.3 1356.5l-1185.7 212.5l-1142.5 1573l-1891.3-1819.5l-2097 854.5l-2610.6-769l-933.9-2234.5l-2440.5 2568.5l-196.2 1126.5l1450.7 2182.5l-1293.2 2283.5l-2498.7 1882l282.8 1183.5l-923.4 613l-1409.6-72l-235.1 1501l-1502.9-355.5l-765.5 826.5l836.5 954l-1510.4 2839l-3911.3 587.5l-1143.7-91l-897.1 1275.5l1235.8 769l311.1 1816.5l87.8 2300l-5693.3 801l-3557.7-2692l-1603 802.5l-1446-1528.5l32.2-1591.5l-3002.8-451.5l-1726.1 1605l-562.6-1585.5l-2960.6-1180l-1627.3 563l-1238.4 1806l-2204.5-2497.5l-2098.2 1985.5l-2553.8 127l-1321.2-1159l-1557.3-706.5l-1720.8-3020.5l1494.7-132l656.9-888.5l1287.1 226.5l1582.1-452l203.8-1916l2317.1-399l-1779.4-2574l884.6-692.5l1708 165l1352.4-1435l1374.7 663l2191.9-1774.5l-291.8-1332l727.7-1165l4063.8 875.5l-97.1-1094l1613.4-435.5l-150.9-613.5l-669.8 152.5l-1535-1907.5l290.2-2169.5l-574.7-858.5l652.5-2583.5l-589.7-4977.5l2438.2-1516l954.4-161l2783.8-517l-477.4 1615.5l3207.6 2517l-397.4 2053l637.6 138l786.3 162l-181.2-1151l1357-1019l2705.4-3634.5l1880.6-6387.5l445.4-811l-854.8-195l2087.2-2037.5l199.9-964.5l-2928.2-3268.5l-1095.8-1987l751.4-1232l-770.8-1355l-2320.6-200.5l319.1-3458l314.9-1546l3351.3-393.5l994.1 443.5l2058.7-1081.5l-248.1-1203.5l1031.3 47.5l689.5-992l2133.8 958.5l812 2098.5l4676.2-228.5l1508.4-3665l-471-1462z" />
			<path  id="156" d="M286581.1-6443523.5l1891.7-63l4080.5 183.5l1651.5 883.5l2194.5-392l2921.3 882l939.7 1522.5l3769-4185.5l4093.4-291.5l-319.1 3458l2320.6 200.5l770.8 1355l-751.4 1232l1095.8 1987l2928.2 3268.5l-199.9 964.5l-2087.2 2037.5l854.8 195l-445.4 811l-1880.6 6387.5l-2705.4 3634.5l-1357 1019l181.2 1151l-786.3-162l-637.6-138l397.4-2053l-3207.6-2517l477.4-1615.5l-2783.8 517l-954.4 161l-2438.2 1516l589.7 4977.5l-652.5 2583.5l574.7 858.5l-290.2 2169.5l1535 1907.5l669.8-152.5l150.9 613.5l-1613.4 435.5l97.1 1094l-4063.8-875.5l-727.7 1165l291.8 1332l-2191.9 1774.5l-1374.7-663l-1352.4 1435l-1708-165l-884.6 692.5l1779.4 2574l-2317.1 399l-203.8 1916l-1582.1 452l-1287.1-226.5l-656.9 888.5l-1494.7 132l1720.8 3020.5l1557.3 706.5l-534.2 2068.5l-3667.3-192l-1515.5 995.5l-1468.5-1411.5l-350.6 915.5l-1227.7 274l-2737.9-569.5l-413.4-6077.5l575.7-1971l-657-1150l-1586.9-335.5l-1935.4 1418.5l-4636.6-3000l466.5-1544.5l1536.8-1137.5l-2368.3-1787.5l1324-1388l-455-914.5l-952.1 313.5l-3158.3 679.5l-2217.2 2522.5l-1261.2-94l-4927.7 819.5l-14.8-1464l-654.9-251l-1738.1-509.5l-1123.2 2080l-4477.9-38l-2398.3-1319.5l238.2-1031l-1410.8 176.5l-1925.3-1573.5l-170.1-3224.5l-868.8-1658.5l-343-498l-2865-1594.5l885.5-777l-320.5-336l590.8-3010.5l-956.4-4933l1333.9-1432.5l-2968.9-3052.5l4697.8-2442.5l666.8 1262l1197 1206.5l-577.8 764l2929.4-610l597.1 647.5l-663.3 855.5l3727.1 986l1718 2725l552.3 841.5l1658.5-1888.5l1337.5 91.5l999 1628l980.2-203l4578.3 99.5l506.5-739l3460.3 1246.5l1192-1253l537.3 1498.5l1298-1365.5l2455.2-162l1095.3-826.5l127.9-659l3246.3 693.5l5295.7-2657l689.3 2316.5l2226 212.5l75.9-2689l2160-2403.5l413.9-169l-401-1089.5l1598.7-1989.5l-2299.2-3209l605.5-480l2155.4 694l1108.8-846.5l602.4-3951l2227.8-3116z" />
			<path  id="157" d="M344436.9-6434936.5l1862.1 9826l2461 2740l407.7 1635.5l1431.5 735.5l716.5 2176l-29.1 3154.5l-1255.2 2923.5l-1112.6 9056l414.8 1797.5l-1907.2 7763l-1690.5 4016l-730.7 5016l-841.3 306.5l-464.9 3657l-2912.3 3423l-2087.9 4119.5l-1477.5 5852.5l-4282.7 147l-1484.4-1359.5l-3708.3-1022.5l-2958.8-755.5l581.8-2736.5l1389.8-2875l-237.8-2429l-352.7-351l-4266.3 2252l-1445.1-466l-279.6-689.5l2211.8-4313l-4.5-2430l-2549.7-2571l-2010.5 712l-197-1366.5l-2391.3-465l242.3-2472l-842.6 95l-311.1-1816.5l-1235.8-769l897.1-1275.5l1143.7 91l3911.3-587.5l1510.4-2839l-836.5-954l765.5-826.5l1502.9 355.5l235.1-1501l1409.6 72l923.4-613l-282.8-1183.5l2498.7-1882l1293.2-2283.5l-1450.7-2182.5l196.2-1126.5l2440.5-2568.5l933.9 2234.5l2610.6 769l2097-854.5l1891.3 1819.5l1142.5-1573l1185.7-212.5l-2168.3-1356.5l1496.5-4302l-1129.1-291l-1970.4-2575l-2407.4 1018.5l-1124.6-449l-1182.6-2189.5l1835.5-2528l-1493.8-2496.5l-78.4-2891l3712.7-578.5l4425.6-3610.5l906.4-637l2594.9-599.5l1912.6-1909.5z" />
			<path  id="161" d="M263964-6407422.5l-1324 1388l2368.3 1787.5l-1536.8 1137.5l-466.5 1544.5l4636.6 3000l1935.4-1418.5l1586.9 335.5l657 1150l-575.7 1971l413.4 6077.5l2737.9 569.5l1227.7-274l350.6-915.5l1468.5 1411.5l241.8 3211.5l-1648.4 2069l-1898.7-19.5l-57 1889l-1713.1 1352l-891-2144l-4931.8-5483.5l-6725.2-1586.5l-1586.5 1931.5l2625.6 3365l-2834.5 1843l-1253.7-1812l-4194.1-92.5l-1537.1-1317l-384.2-2340.5l1271.1-2108.5l-94-1514l-392.4-614.5l-6484.4-3590.5l1719.8-1912l575.3 239l-319.9-555l-2361.2-2400.5l630.7-678.5l-1392.4-537.5l-875.9-703l51.7-1111l4477.9 38l1123.2-2080l1738.1 509.5l654.9 251l14.8 1464l4927.7-819.5l1261.2 94l2217.2-2522.5l3158.3-679.5l952.1-313.5l455 914.5z" />
			<path  id="163" d="M237487.6-6408026l1925.3 1573.5l1410.8-176.5l-238.2 1031l2398.3 1319.5l-51.7 1111l875.9 703l1392.4 537.5l-630.7 678.5l2361.2 2400.5l319.9 555l-575.3-239l-1719.8 1912l6484.4 3590.5l392.4 614.5l94 1514l-1271.1 2108.5l-3068.8 960l-4712.9-37l-2843.5 1097l69.8 1999.5l-3045.2-1749l-4785.7 2029l-2708.5 504l-2618.2 2824l-410.3-634l-746.4 516l556.2 619l-371.9 1954l-1236.8 2350l62.6 1305.5l642.5 2382l-1416 464l-1570 2010l-260.8 1546l-583.9 24.5l-1462.1 359.5l-856.8 1634l-916.7 396l-4745.3 461.5l-1173.8-1739.5l-2208.4 369l-53.9-395l-1569.5-395.5l-3352.1 1127l-2515.5-1716.5l-2676.5 823l-1494.7 1670l-1392.7 1675l-2746.3-1101l-242.6-583l-1205.9-718.5l-482.6-1598.5l-1958.1 222l-1212.8 61l-2596.4-2228.5l-313.9 201.5l-2047.3-2083.5l-710-4316.5l3339-717l1336.8 92l1394-2458l2005.9 853l615-395.5l-993.8-2003l-1279.7-326.5l12.8-727.5l1129.6-1081.5l-1036.9-2338l708.1-1829.5l102.1-711.5l624.7-1292.5l65.4-1244.5l887-103l3869 1441.5l2836-785l1481 211.5l1550.6-437.5l72-3552.5l-2824.4-1658.5l-386.4-866.5l730.5-694.5l-48-374l2178.8-4965l2404.1-1127.5l2272.5-898l2058 281l1027.1 1294.5l2225.3 919l2897.7-2213l745.5 819.5l1420.7-187.5l-529.6-1099l2433.4 147l4192.6-1761l-294.9 2600.5l1134.2 1023l1533.4-644.5l2023.8-4673l2746.2 1185l3303.2-279l3851.8-945z" />
			<path  id="159" d="M299453-6392194.5l3002.8 451.5l-32.2 1591.5l-1552.6 327l-2302 7002.5l1863 1169.5l2978.6-677l-818.9 3171l3527.5 1081.5l2145.3 308l772.7 1672l-768.2 2712l-2701.1 128l-73.4 761l-2564.9 911l-3054.1-843l-2414 1102.5l-541.2 3197l-4868.1 1988l-1252 1031l-6333.7 3135l-697.9 579l-3172.3-1107l-2168.9 1112l-1061.5 1999l-2873.8 237.5l92.4 5248l-3343 2023l-4525-753l-3912.7 440.5l-1083.7 1034l-3588.6-631l-515.8 68l-2906.5-1951.5l-1223.3-2662.5l-1710.1 204l-1641.3-1526.5l901.9-2650l-1666.6-2081l-1554.1 278.5l-1263.1-1263.5l563.5-2018l-1967.1-3897.5l-1977-854l-228.8-2232l-2154.8-2859.5l3014.2-4182l-2924.9 111l-480-1828.5l1058-2594.5l-1355.9-1041l-69.8-1999.5l2843.5-1097l4712.9 37l3068.8-960l384.2 2340.5l1537.1 1317l4194.1 92.5l1253.7 1812l1032.4 1096l2931.5-790l2530.1 2093.5l1319.8 255l166.1 953l2619.3-338.5l1849.1-1686.5l2005 1098l-109.8-606l1713.1-1352l57-1889l1898.7 19.5l1648.4-2069l-241.8-3211.5l1515.5-995.5l3667.3 192l534.2-2068.5l1321.2 1159l2553.8-127l2098.2-1985.5l2204.5 2497.5l1238.4-1806l1627.3-563l2960.6 1180l562.6 1585.5l1726.1-1605z" />
			<path  id="160" d="M258024.5-6383230.5l2834.5-1843l-2625.6-3365l1586.5-1931.5l6725.2 1586.5l4931.8 5483.5l891 2144l109.8 606l-2005-1098l-1849.1 1686.5l-2619.3 338.5l-166.1-953l-1319.8-255l-2530.1-2093.5l-2931.5 790l-1032.4-1096z" />
			<path  id="162" d="M237054.7-6386522l3045.2 1749l1355.9 1041l-1058 2594.5l480 1828.5l2924.9-111l-3014.2 4182l2154.8 2859.5l228.8 2232l1977 854l1967.1 3897.5l-563.5 2018l1263.1 1263.5l1554.1-278.5l1666.6 2081l-901.9 2650l1641.3 1526.5l1710.1-204l1223.3 2662.5l2906.5 1951.5l-2083.9 1886l-4533.5 203.5l-1224.3 729.5l-1085.7 642.5l1487.8 2945l-1989.2 4500l-989.7 628l-2067.2 2649l-3217.3-786l-2192-3114.5l-1373.3-169l-213.1 3189l-3291.5 2071l306.9 2350.5l-2192.9 680.5l-712.7-1631.5l-2303.4-214.5l-1030 1794l86.3 342l-2310.8 7727.5l-1631.2 364l-125.3-2511l1797.6-1537.5l-1089.7-3751l-2719.5 438l-1119.9-1879.5l-2525.6-534.5l-2643.8-2424l-98.9-1309.5l-1807.9 346l-1896.3-2135.5l-843.1 419.5l-2243.9-2928l1813.1-1924.5l-1139.9-411.5l599.2-746.5l1422.2-2514l-2256.9-1099l-1250.6-1715.5l308.3-1174.5l1323.1-1438l2109.6-327l1873.7-4185.5l-52.5-2580l14.2-1294.5l-1141.4-722l-3379-261.5l262.5-4008.5l2208.4-369l1173.8 1739.5l4745.3-461.5l916.7-396l856.8-1634l1462.1-359.5l583.9-24.5l260.8-1546l1570-2010l1416-464l-642.5-2382l-62.6-1305.5l1236.8-2350l371.9-1954l-556.2-619l746.4-516l410.3 634l2618.2-2824l2708.5-504l4785.7-2029z" />
			<path  id="165" d="M186744.8-6370306l2596.4 2228.5l1212.8-61l1958.1-222l482.6 1598.5l1205.9 718.5l242.6 583l2746.3 1101l161.1 2020.5l-1897.3 2686.5l-2675.1-278.5l-534.1 1199l1322.1-335.5l1432.9 1713l790.5 1681.5l1053.3 533.5l1442.1-463l1842.8-1547.5l3777.2 1964l-242.1 2152.5l1383.2 1834l1275.7 380l834.2-417.5l-247-877.5l2325-216l-308.3 1174.5l1250.6 1715.5l-2653.8-360.5l-2792.4 2658l-701.9 590.5l616.2 504l1652-124.5l1068.5 1281l-1729.3 2262.5l-425.2 1514l-88.9 641.5l-1278.9 138l-1291.8 2380.5l-983.6 946.5l-1560.3 1107.5l-682.5 1751.5l-2278.2-84l-534.2-2872l500-4466.5l-5337.5 2526l-575.4-1201.5l819.5-4103.5l-4611.1-2110.5l-713.4-1225l-2682.7-2667l-544.9-1652l-1698.3-1518l-4308-1738.5l-165.8 475.5l-954.5-1279l262.1-1797.5l-1395.8-1680.5l-2698.8 1135.5l-2769.3-599.5l686.5-1311.5l1632.2-431.5l9.3-2119l1267.4-889l-249.7-1189.5l1850-1503.5l1767.3-24l-326.2-1225.5l1034-455l1002.1 831l1229.2-664l1330.8 356l766.9-174l2511.7-729.5l1444.5 672.5l837.2-2240l313.9-201.5z" />
			<path  id="164" d="M200076.9-6367704.5l2676.5-823l2515.5 1716.5l3352.1-1127l1569.5 395.5l53.9 395l-262.5 4008.5l3379 261.5l1141.4 722l-14.2 1294.5l52.5 2580l-1873.7 4185.5l-2109.6 327l-1323.1 1438l-2325 216l247 877.5l-834.2 417.5l-1275.7-380l-1383.2-1834l242.1-2152.5l-3777.2-1964l-1842.8 1547.5l-1442.1 463l-1053.3-533.5l-790.5-1681.5l-1432.9-1713l-1322.1 335.5l534.1-1199l2675.1 278.5l1897.3-2686.5l-161.1-2020.5l1392.7-1675l1494.7-1670z" />
			<path  id="167" d="M170324.3-6360319.5l-686.5 1311.5l2769.3 599.5l2698.8-1135.5l1395.8 1680.5l-262.1 1797.5l954.5 1279l165.8-475.5l4308 1738.5l1698.3 1518l544.9 1652l2682.7 2667l713.4 1225l4611.1 2110.5l-819.5 4103.5l575.4 1201.5l-690-62l-107 978l-794.1 580.5l-1739.7-1090l-1592.7 488.5l-737.4 1871l-2696.2 1272l1797.9 4860.5l-2685.3 1287l-2010.1-607l-1275 1608l-2523.8-1197.5l-1591.6 304.5l-847.9-1052.5l-596.4 565l-1508.1-836l-179.1-1004.5l731.7-3159l665.8-207l-2743.5-1512l658.5-1821l-1787.5-1713l-1257-700.5l120.6-1895.5l-2692.6 1341l-1702.7-1368l-289.2-883.5l-2913.7 27.5l-1104.9-2072.5l-91-1472l869.5-1177l-2650.7-410.5l-577.7-1507.5l945.9-2332.5l1670 731l1700-2571.5l-2652.3-981.5l-784.1-1709.5l485.2-1084.5l2049.8 951.5l1351.8-2219.5l576.1 1115.5l1771.8-227l1043.4-367.5l-18.8-1498.5l1420.9-1258l2384.4-300.5l1246.8 1044.5z" />
			<path  id="166" d="M210176.3-6349440.5l2256.9 1099l-1422.2 2514l-599.2 746.5l1139.9 411.5l-1813.1 1924.5l2243.9 2928l843.1-419.5l1896.3 2135.5l1807.9-346l98.9 1309.5l2643.8 2424l2525.6 534.5l1119.9 1879.5l2719.5-438l1089.7 3751l-1797.6 1537.5l125.3 2511l-3163.4-1238l-2335 1664l-2745.3 240.5l-1066.4-1200l-1335.7 2841.5l117.8 3994l-2497.3 3504l-2720.5 1696l-3966.9-2337l-5242.3-3277.5l-483.7 3370.5l-1287.6-2039l-2708.6 1385.5l-3271.3 3674l-2840.1-852.5l-5867.2 1027.5l-65-1978l-6391.8-4583.5l-189.4-219.5l-2130.9-5012l166-232.5l361-594l2709.5-1211l1044.2-1545l1275-1608l2010.1 607l2685.3-1287l-1797.9-4860.5l2696.2-1272l737.4-1871l1592.7-488.5l1739.7 1090l794.1-580.5l107-978l690 62l5337.5-2526l-500 4466.5l534.2 2872l2278.2 84l682.5-1751.5l1560.3-1107.5l983.6-946.5l1291.8-2380.5l1278.9-138l88.9-641.5l425.2-1514l1729.3-2262.5l-1068.5-1281l-1652 124.5l-616.2-504l701.9-590.5l2792.4-2658l2653.8 360.5z" />
			<path  id="168" d="M163891.1-6342116l1702.7 1368l2692.6-1341l-120.6 1895.5l1257 700.5l1787.5 1713l-658.5 1821l2743.5 1512l-665.8 207l-731.7 3159l179.1 1004.5l1508.1 836l596.4-565l847.9 1052.5l1591.6-304.5l2523.8 1197.5l-1044.2 1545l-2709.5 1211l-361 594l-166 232.5l2130.9 5012l189.4 219.5l6391.8 4583.5l65 1978l-4644 1314l-1900.1 2730l314.2 1909l-681 987l-1455.2-569l-1715.6 1865l-2667.4 4882.5l-2529.7 1967.5l-805.3 2435l82.8 2019.5l-788.7 6950.5l-1144.9 214l-2228.7-588.5l-1158.8-2012.5l-2569.5-5440l287.5-1291.5l1270.8-240l-1350.5-964l-3213.8-443l-494.9-2515.5l559.3-1467l-1228.1-1407.5l-1005.6 29.5l-5012.2 406l-609.9-1149l-4310.3 7l-360.9-1194.5l-3905.6-1142l773.4-1426.5l-373-1516l224.5-1257l-1498.8-908.5l-782.7 469.5l-487.5-2426l-1746.8-893.5l366.6-952l-2062.5-240.5l-677-749l480.2-756l4421.5-3356.5l56.9-1397l-1225.2-1579.5l-4031.7-1129l-1014.5-2757l733.9-1166.5l3072.8-1600.5l-391.2-2219.5l1413.3-695l3089.5-2238l-594.2-1156l2016.6-1554l1991.7 4436.5l-1256.1 2985.5l1155.4 1837.5l1314.2 32.5l1755.5-866.5l427.3-2369.5l1196.7-61.5l1189.2 1365l1252.3-818l1518.3-73l19-1132.5l-3346.5-361l3111.2-4763.5l3004.2-1220l1363.9 959.5l1656.2 172l1666.9-159l-72.8-1022.5l1049.2-557l2432.4-2175.5l323.6-1629z" />
			<path  id="152" d="M195599.2-6454847l1142-198l1118 1029.5l240.4 1723l2625.8 1205.5l1756-472l1031.1 1223l1997.4-1522.5l-334.9-1384.5l1076.8-574l1942.6 378l949.3 3037l1805.1-1225.5l2461 3605l778 949l4257 394.5l-811.6 3202l1412.3 1296.5l1774.4 131l102.3 640.5l1630.7 4450l-638.6 2469l-1018.6-269.5l1620.8 3789l-1875 2825.5l840.2 839l108-1103.5l998.7 383.5l547.2 2702l459.9 1117.5l1858.8 108.5l3025.8-703l2908.8-3174l-717.3-1205.5l937.8-94.5l195.4 732l2968.9 3052.5l-1333.9 1432.5l956.4 4933l-590.8 3010.5l320.5 336l-885.5 777l2865 1594.5l343 498l868.8 1658.5l170.1 3224.5l-3851.8 945l-3303.2 279l-2746.2-1185l-2023.8 4673l-1533.4 644.5l-1134.2-1023l294.9-2600.5l-4192.6 1761l-2433.4-147l529.6 1099l-1420.7 187.5l-745.5-819.5l-2897.7 2213l-2225.3-919l-1027.1-1294.5l-2058-281l-2272.5 898l-1343.2-441l-237.4-726l1508.4-2225l-4223.6-5467l-259.7-765.5l1749-1865l231.4-1357.5l604.6-2295l1237.2 349.5l693.2-1491l5.9-5512.5l-1625.4-1040.5l-1034.5-1127.5l-4961.8-1563.5l-1355.4-593l-1350.4-1243.5l-1418.6 447l-4226.8 2172.5l-2122.8-471l-1203.3 158l-1322.1 2270.5l727 1036.5l-2366.8 1536l-505.3 2785l-1880.9 1000l-439.4-584.5l-627.9 385l-2280.4 181l-2532.9 1495.5l-2538.5-400.5l716.5-5650.5l1110.5-747l-1.3-894l-2766.5-533l-3303.3 1480.5l-503.5 936l-4125.7-102.5l-5435.7 116l-855.1 7959l-3431.4 1846.5l-1.9-969.5l-196.9-2261l-1182.3-1635l-291-3701l1170-1322.5l-495.5-1123.5l-1412.2-73.5l-1118.7-2939.5l351-539l3375-2427.5l279.1-1937.5l-1093.2-359.5l299.1-2839l2249.2-1821.5l575.8-1977.5l3192.4 333.5l732.6-678l3067.3-1636.5l-307.9-552.5l2060.9 241.5l1651.4-576l2274.6 530l1469-3134l2454 1613.5l2867-1356.5l229.8 89.5l3217.5-1218.5l350.5-1209l2842.2-245l557.5 232.5l-1347.2 1638.5l3870.6-2490l1678-3482l3125.8 606.5l57.4 17l2455.3 857.5l2257.8-2238.5l466-270l1118.3-1456z" />
			<path  id="155" d="M195435.5-6429716l1355.4 593l4961.8 1563.5l1034.5 1127.5l1625.4 1040.5l-5.9 5512.5l-693.2 1491l-1237.2-349.5l-604.6 2295l-231.4 1357.5l-1749 1865l259.7 765.5l4223.6 5467l-1508.4 2225l237.4 726l1343.2 441l-2404.1 1127.5l-2178.8 4965l48 374l-730.5 694.5l386.4 866.5l2824.4 1658.5l-72 3552.5l-1550.6 437.5l-1481-211.5l-2836 785l-3869-1441.5l-887 103l-65.4 1244.5l-624.7 1292.5l-102.1 711.5l-708.1 1829.5l1036.9 2338l-1129.6 1081.5l-12.8 727.5l1279.7 326.5l993.8 2003l-615 395.5l-2005.9-853l-1394 2458l-1336.8-92l-3339 717l-749.2-1704l-1876.7 1034.5l-3786.6-1060.5l906.4-772l-180.9-2018l-1596.7-73l-1033.5-2631.5l-157.6-1677l-2093.2 59l-1212.4-2136l-344.7 703.5l-2649.2 597.5l-3036.9-539l-1459-2003.5l-1254.3-527l-3181.2 1415l-474-967l-1763.8 265l-2198.2-1577.5l1228.6-2000l-3133.8-1261l293.1-2369.5l732.5-2256l-2728.3 319.5l375.3-1009l1349.5-2524l-181.6-2967l-274.5 54.5l-428.1-2068.5l-1089.7-50.5l-277.5-1933l-229.7-1996l-763.6 182l-167.7-947l-649.2-2117.5l1960.4-936l1270.7-270l-67.6-272.5l3431.4-1846.5l1179.1 1367.5l-1538.8 1049l1278.6 7408.5l392 2272l3980.2-639l412.6-1764.5l351-1319.5l2807.5-1818.5l5677.4 287.5l23.8 1788.5l2502.2 313.5l1295.5-4486.5l2315.6-544l-391.1-907.5l710.9-1176.5l-1272.3-557.5l-2021.5-3437l2532.9-1495.5l2280.4-181l627.9-385l439.4 584.5l1880.9-1000l505.3-2785l2366.8-1536l-727-1036.5l1322.1-2270.5l1203.3-158l2122.8 471l4226.8-2172.5l1418.6-447l1350.4 1243.5z" />
			<path  id="153" d="M173173.5-6425346l-1110.5 747l-716.5 5650.5l2538.5 400.5l2021.5 3437l1272.3 557.5l-710.9 1176.5l391.1 907.5l-2315.6 544l7.4-1534l-4593.5-7l-3328.4-4827l-4412.3 596.5l816.5 3488l-5671.6-807.5l-1179.1-1367.5l855.1-7959l5435.7-116l4125.7 102.5l503.5-936l3303.3-1480.5l2766.5 533l1.3 894z" />
			<path  id="154" d="M174543.4-6411925.5l-1295.5 4486.5l-2502.2-313.5l-23.8-1788.5l-5677.4-287.5l-2807.5 1818.5l-351 1319.5l-412.6 1764.5l-3980.2 639l-392-2272l-1278.6-7408.5l1538.8-1049l5671.6 807.5l-816.5-3488l4412.3-596.5l3328.4 4827l4593.5 7l-7.4 1534z" />
		</g>
		<g  id="_15">
			<path  id="66" d="M107101.1-6602858l2308.9-619.5l786.4 645.5l-924.1 2700l619.1 463l2473.8-330.5l698.7 943l188.8 2061.5l1288.6 393.5l1887.4-1204l1612.4 405.5l1953.1 2595l2947.1 342.5l1215.8 767.5l-1470.3 3598.5l898.4 972.5l2516.9 62.5l1372.9 1510l2017.7 202l212.8-7l1004.7 285.5l1222.1 985l1508 412.5l1588.8-1072.5l2885.8-133l1888.1-98.5l2432.8 1126.5l937.7-1624l-451.1 1613l910 2156.5l2460.1-959l1991.5-910.5l2281.1 1177l1434.3 5602l-213.4 1959.5l-1661.7 518l-634.4 2500l-399.1 728l966.6 1678.5l-1103.2 1630.5l84.5 537l-365.8 758.5l2946.5 5735.5l-13.1 3974l-2197 1304l-2240.4-774l461.7 2165l-192.4 1013l578.9 2482l-1338.9 1465.5l-1122.1 3792l2030.8 2405.5l-563.5 620.5l-4094.6-1061.5l-15.8-1482.5l-1976.7-1628l-1581.8 1698.5l-4071.7 664.5l314-4404l-627.8-1728l-436.9 4132l-1327.6 2222.5l883.9 1200l1080.4 3350.5l1131.3 1845.5l6.5 76l-1214.1 4038.5l-1365 2555l-1801.7 705.5l349.2 2233.5l-1663.3 334l-1326.5 2350l-2864.6 2309l-480.2-1609.5l585.6-1164.5l-829.8 181.5l-1737.8-1907.5l1123.1-1082l361.2-2207l-1131.8-1001.5l-41.6-1193l-1457.8 1199.5l-271.5 709.5l-2061.6 262l-510.1-11l-2746.7-667.5l514.6-1070l-2009.8-4378.5l-1762.2-504.5l-2447.9-10.5l330.2-646l-3742.5 1381.5l-4.1 14l-1580.5 5341.5l-7891.8 2811.5l339.6-2258.5l-3127.2-1969l-1085.9 374l-522-902.5l-2075.8 383l-511.8 382l-1588-57l-726.3-1717l-2744.3 1102.5l-936.1-565.5l-841.3-168l-484.7 114l-256.5-2.5l-444.4 162l-4735.9 266l-609.5-7.5l-402.1-209l-759.4-482l-1250.4-1017.5l-846.2-219.5l-1995.6-3565l-592.3-1130l-819.5-1523l-1211.9 1045l-365.9-347l-109-148.5l-224.6 116l-965.5 552.5l-3860.8-4970.5l-1094.3-2822l743-1597.5l1628.9-2416l244.7-2260l-710.3-214.5l-2665.2 1924.5l-1647.9-2612l-2150.6-3848.5l-2644.5-3972l-411.1-1528.5l-2078.9 377l-525.9-4092l-2126.5-3261.5l64.4-1715l-6.3-1120.5l335.5-3933l5141.2-1221l4350.2-318.5l1564.4 89.5l3750.2-3312.5l363.1-2651.5l1392.1-415.5l4674.3-411.5l548.7-28l202.5 1569l1169.7 390.5l3052.4-1217.5l4044.4 799l987.5 860l639.3 1203.5l1585.6-96.5l1711.9-936.5l1692.3 1108.5l4579.9-2658l1754.4-523.5l1468.6-1605l490.6-482.5l419.1-448l1703.9-1254.5l2262.5-288l-864.1-2030l344.7-1794l929.4-3532l2922.9 837l2590-4192.5z" />
			<path  id="67" d="M134769-6552244l627.8 1728l-314 4404l4071.7-664.5l1581.8-1698.5l1976.7 1628l15.8 1482.5l4094.6 1061.5l563.5-620.5l865.8 960.5l2563.8-401.5l613-2330.5l1749.6 209.5l898.5 1927.5l-463.8 663.5l4523.3 128l-1335.5 899.5l1155.8 1613l-473.4 1836l-991.8 952.5l-882.7 4107l805.3-35l233.3 1432l-668.4 1193l1036.7 776l-1513.5 1674.5l1774.8 1952l-2276 4611l4.9 67.5l-1728.3 6148l844.5 675l1021.1 442.5l1250.7 1005.5l85.7 468.5l-3082.9 2107l585.9 134.5l-609 1702l-1830.6 2321.5l2870.3 3940l1452.6 3341.5l3053.3 1958.5l1390.8 2373.5l1339.8 1728l1330.6 211l3484.6 2734l3987 128l1139.1 909l2501.1 882.5l266.9 1655.5l4373 267l-966.5 3005.5l-118.5 1434.5l-533.4 1910l-1338.3 2394.5l-381.9 770l-2673.6 4309l-806.3 1023l1538.2 941.5l449.5 1575.5l556.8 740.5l-1252.3-37l193.9 1289.5l-2603.9 44.5l-83 884l-107.4 534l-1782.2-190l-656.2 1783l-922.2 947.5l-3004.2-2770l-2869.7 1059l-1498.7 38l-908-1193.5l803.8-3983l-2615.7-2631.5l892.7-1960.5l-5044.4 2723.5l-861-422.5l-344.4-1788.5l2779.6-3419l-460.7-955.5l-2398.9-812l-590.7-1379l-682.7 916.5l-1204.5-243.5l-1038.9 570.5l1915.7 2690l-2979.8-84l-1127.3 703.5l-486.2 2851l-4203.2 1549l-1937.6-445.5l-398.8-992.5l-230.9-1524.5l-1531.6-1428.5l-1870.1-2480.5l-17.5-93.5l-880.6-754.5l-2887-2753l-2080.9-2404l53.7-1922l273.9-824l-372.9-1417.5l-1658-1150l-1427.4-1031.5l723.3-1888l-401.6-614.5l-916.8-578l-4337.7-284l-599.1-712.5l166.7-266l-868.7-1672.5l-285.3-285l-89.8-256.5l-1519.7-490.5l-812.8-1580l586.9-2414l-1323.4-1466.5l422.8-2093l-23.6-170l-1667.1-1791l1180.3-1473.5l-1152.3 44l-153.5-940.5l-1110.2-2168.5l-2395.1-23l205.5 848l556.5 2316l-3208.8 2060.5l-2060.7 949l-2063.1 6518l-1804.2-496.5l-2524.2 921.5l-723-2118l-3512.4 676.5l138.9-1666.5l-3232 295l-181.4-3220l-2346.5 288.5l45.9-678.5l-517.5 27.5l-3261.4 1376.5l-1083 164.5l-1922.6-2539.5l-751.2-92.5l-363.4-129.5l-1086.2-701.5l-1200.9-856.5l-1322.8 477.5l-725-1107l-1074.1 415.5l-1375.8-708l-1922.2-371l-938.8-1075.5l637.6-849.5l-1815.9-1458l-197.7-1932l-971.2-1491.5l-843.2 214l-1208.9-1905.5l-30.8-382.5l1730.4-1208l-1303.8-2210l-1188.3-1610.5l-934.9 124l-304.6-725l3757-508l1977-1063l401.1-1947.5l-425.6-329l-4829.8-3869.5l-1308.9-1704l-3144.4-3691l31.9-1272.5l1012.5-2650.5l620.9-238l3353.6-21l965.5-552.5l224.6-116l109 148.5l365.9 347l1211.9-1045l819.5 1523l592.3 1130l1995.6 3565l846.2 219.5l1250.4 1017.5l759.4 482l402.1 209l609.5 7.5l4735.9-266l444.4-162l256.5 2.5l484.7-114l841.3 168l936.1 565.5l2744.3-1102.5l726.3 1717l1588 57l511.8-382l2075.8-383l522 902.5l1085.9-374l3127.2 1969l-339.6 2258.5l7891.8-2811.5l1580.5-5341.5l4.1-14l3742.5-1381.5l-330.2 646l2447.9 10.5l1762.2 504.5l2009.8 4378.5l-514.6 1070l2746.7 667.5l510.1 11l2061.6-262l271.5-709.5l1457.8-1199.5l41.6 1193l1131.8 1001.5l-361.2 2207l-1123.1 1082l1737.8 1907.5l829.8-181.5l-585.6 1164.5l480.2 1609.5l2864.6-2309l1326.5-2350l1663.3-334l-349.2-2233.5l1801.7-705.5l1365-2555l1214.1-4038.5l-6.5-76l-1131.3-1845.5l-1080.4-3350.5l-883.9-1200l1327.6-2222.5l436.9-4132z" />
			<path  id="69" d="M111981.1-6512233.5l-205.5-848l2395.1 23l1110.2 2168.5l153.5 940.5l1152.3-44l-1180.3 1473.5l1667.1 1791l23.6 170l-422.8 2093l1323.4 1466.5l-586.9 2414l812.8 1580l1519.7 490.5l89.8 256.5l285.3 285l868.7 1672.5l-166.7 266l-716.4 119.5l288.5 957.5l-4197.8 1602.5l-2338.8 1801.5l-1808.2 989.5l-754.1-2840.5l-1607.7-2013l-5373.7 119l-301-942.5l1193.7-4148.5l2063.1-6518l2060.7-949l3208.8-2060.5l-556.5-2316z" />
			<path  id="70" d="M71445.4-6510938.5l2075.8-569l938.8 1075.5l1922.2 371l1375.8 708l1074.1-415.5l725 1107l1322.8-477.5l1200.9 856.5l1086.2 701.5l363.4 129.5l751.2 92.5l1922.6 2539.5l1083-164.5l3261.4-1376.5l517.5-27.5l-45.9 678.5l2346.5-288.5l181.4 3220l3232-295l-138.9 1666.5l3512.4-676.5l723 2118l2524.2-921.5l1804.2 496.5l-1193.7 4148.5l301 942.5l5373.7-119l1607.7 2013l754.1 2840.5l1808.2-989.5l2338.8-1801.5l4197.8-1602.5l-288.5-957.5l716.4-119.5l599.1 712.5l4337.7 284l916.8 578l401.6 614.5l-723.3 1888l1427.4 1031.5l1658 1150l372.9 1417.5l-273.9 824l-53.7 1922l2080.9 2404l2887 2753l880.6 754.5l17.5 93.5l1870.1 2480.5l1531.6 1428.5l230.9 1524.5l-965.5-749.5l-3081.5 1228.5l-1564.5-1354l-1867.1 1119l-144.9 863l-302.7 134l-845.4 375l-1257.8 661l-956.5 1854l-1987.9-2327l-8.3-1242l-3132.9-1173l-941.9 444l-358.1 1550.5l-2794.8-357l-819.6-405.5l-2531.8 71l1257.3 1793.5l-1948.9-181.5l-36.3 3365l-224.2 78l-1321.1 613l98.1 1163l-1991.9-216l-722.2-1322l-575-415.5l-1719.7 2690l5.9 1924l3502.3 3178.5l657.7-34l-771.7 1370.5l-1075 1666.5l21.8 1200.5l-1089.1-118l-227.9 625l782 1684l-3186.7 1907l-1875.3-454.5l-128.3-1754.5l-245.6-285l-817.6-517.5l-2039.4-732l-1206.6-396l-775.6 1133.5l-2932.8-1811l-776.9 1821.5l449 1585l-1119.1 837.5l-1205.9 31l-363 193.5l-1516.6 1323l-171.2 1198.5l-589.1 95l-1107 857l-1221.3-34l-2658.4 2402l-1702.4-2009.5l-1489.7-1416.5l203.7-1470l2448.8-1035.5l3110.4-4204.5l989.7-230.5l602-1745l-974.3-1332.5l-793.2-829l-1116-3061.5l-1003.6-390.5l-393.7-53l-1258-776l449.1-225l1030.3-590.5l107.7-1144.5l642.9-1235.5l2768.4-174l1775.1-1311.5l-232.4-3152l835.4-40.5l-1070.9-1302l806.2-1532l2.1-70l-4513.3-627.5l-180.5 1663l-1415.2-458.5l-3721.8-3118.5l-1687.5 1009.5l-884.6-2544l1100.6-1145l-129.1-1705.5l-1412 6l-224.2-2571l22.7-1327l-3812.2-205.5l-427-941l-1654.2-1390l17.4-1539l-235.9-73.5l-269.2-49l-2387.9 12.5l-745.6-602l-1848.4-687l-1731.6-578.5l503.4-1649.5l-177.1-1694l-1946.9-1095l82.8-706l2276.2-283.5l3506-2729l8.1-52l1699-2130l437-2523.5l-2851-735.5l-366.5-2296.5l2120.6-1823z" />
			<path  id="68" d="M63303.9-6493388.5l1663.7-31l1186.1 198.5l1731.6 578.5l1848.4 687l745.6 602l2387.9-12.5l269.2 49l235.9 73.5l-17.4 1539l1654.2 1390l427 941l3812.2 205.5l-22.7 1327l224.2 2571l1412-6l129.1 1705.5l-1100.6 1145l884.6 2544l1687.5-1009.5l3721.8 3118.5l1415.2 458.5l180.5-1663l4513.3 627.5l-2.1 70l-806.2 1532l1070.9 1302l-835.4 40.5l232.4 3152l-1775.1 1311.5l-2768.4 174l-642.9 1235.5l-107.7 1144.5l-1030.3 590.5l-449.1 225l1258 776l393.7 53l1003.6 390.5l1116 3061.5l793.2 829l974.3 1332.5l-602 1745l-989.7 230.5l-3110.4 4204.5l-2448.8 1035.5l-203.7 1470l1489.7 1416.5l1702.4 2009.5l1.8 1934l-502.9 1110l593.1 166l-2902.7 2479l-2957.1-822l-493 2519l-1115.1 684l-1098.6 100l-49.8-489l-1882.4-3152.5l-779.5-492.5l-2755.3 1267l-1508.7-3503.5l-1141.9-352l-1858.3 461l-1741.1-1087l-1727.5 474.5l-1189.1 1449l-1364.9 578l-126.5 125l-2612.2-2409l-1626.9 295l-1384.5-1056.5l-3466.4-991.5l-553.8 816.5l-3723.2 123.5l-1176-1437.5l-1153.3-2265.5l-181.1-1020l437.2-1499.5l-294.6-1290l-1054.9-1040l-1738.5-4266l-2112.9-950l-1301.7-1816.5l-156.1-4983.5l691.6-817.5l-793.7-911l4120.9-4045.5l961.7-1476.5l-468.2-2094.5l-1169.6-774.5l-970.3-350l-5.8-1961l2196.1-1636.5l416.5-452.5l-678.2-590l-1490.9-434l-2297.9-1566.5l-1820.7-2577l1463.8-728l1271.8 361.5l2211.3-646l1594.1-1505.5l-543.6-1725l1555.5-352l1524.7-454.5l2074.8-105l1484.6 76.5l1232.5 99l2600.7-13l97.8-19l1874.3-51.5l761.5-264l2154.3-923l3397.2-91.5z" />
			<path  id="71" d="M177766.4-6484549l966.5-3005.5l838.5-132.5l-103-902.5l1116.7-359.5l955.9-133.5l648.1-2105l3086.6 982.5l2155.8 1488l1627.1 204.5l1124.8 804.5l522.6 1564.5l3176.7 33.5l1481-474.5l680.5 3506.5l3185.9 686l1154.3-408.5l167.4-886l2863.3 371.5l-251 1353.5l1443 268l-114 2084l4953.3-109.5l.2 3349l2558.2 227l295.6-749l3209.3-1048l1239.5 1063.5l161.3 1346l-1873.4 532l1358.7 3435.5l1412.6 1898.5l-84 1087.5l-445.2 4246.5l1000.1 489l-427.5 1316.5l2123.5 2262l-1471.8 3386l-7554.5 5249.5l-1805.1 1225.5l-949.3-3037l-1942.6-378l-1076.8 574l334.9 1384.5l-1997.4 1522.5l-1031.1-1223l-1756 472l-2625.8-1205.5l-240.4-1723l-1118-1029.5l-1142 198l-1118.3 1456l-466 270l-2257.8 2238.5l-2455.3-857.5l-57.4-17l-3125.8-606.5l-1678 3482l-3870.6 2490l1347.2-1638.5l-557.5-232.5l-2842.2 245l-712.2-1269.5l173.6-3341l-2616.5 533l-2673.6-595l-203.5-1419l-1452.5 26.5l69.5-2096l-2356.3-116.5l-77.6-61.5l-1814.4 1016.5l-2346.1-105l-231 104.5l-1794 1325l-443.6-2090l1248.1-430.5l-1394.3-1236.5l-1134.2 115.5l505.7-1785l-2027.9-991.5l-904.6-4967.5l-997.2-1276.5l-2973.1 2289.5l-541.9 2567l-2102.2-822l-94.4 2391.5l-2095.4 112.5l266 3460l-1032.1 341.5l1739.2 1823.5l-663.7 641l-2277.8 2129.5l-1658.5 2007.5l-991.9 296.5l-651.6 167.5l37.3-2103l-2462.2 660l-135.7 1881.5l-534.2 73.5l-2336.4-190l-168.3-14.5l-388.7-14.5l-336.5-81.5l-1314.2 186.5l-1663.6 328l-1059.1-392l-2854.9-1064.5l-2054.7-1941l-1913-917.5l550.4-2085.5l16.6-363.5l490.4-3794l773.2-125l219.3-1086l971.3-43l415.5-1184l869.5 15l-885.4-492.5l-1623.2-424l-1294.9-1159.5l447.1-1491.5l-636.3-482l43.7-195.5l2281.9-1262.5l-538.7-1652.5l-909.2-945l-268.1-411.5l956.5-1854l1257.8-661l845.4-375l302.7-134l144.9-863l1867.1-1119l1564.5 1354l3081.5-1228.5l965.5 749.5l398.8 992.5l1937.6 445.5l4203.2-1549l486.2-2851l1127.3-703.5l2979.8 84l-1915.7-2690l1038.9-570.5l1204.5 243.5l682.7-916.5l590.7 1379l2398.9 812l460.7 955.5l-2779.6 3419l344.4 1788.5l861 422.5l5044.4-2723.5l-892.7 1960.5l2615.7 2631.5l-803.8 3983l908 1193.5l1498.7-38l2869.7-1059l3004.2 2770l922.2-947.5l656.2-1783l1782.2 190l107.4-534l83-884l2603.9-44.5l-193.9-1289.5l1252.3 37l-556.8-740.5l-449.5-1575.5l-1538.2-941.5l806.3-1023l2673.6-4309l381.9-770l1338.3-2394.5l533.4-1910l118.5-1434.5z" />
			<path  id="72" d="M115421-6473482.5l2531.8-71l819.6 405.5l2794.8 357l358.1-1550.5l941.9-444l3132.9 1173l8.3 1242l1987.9 2327l268.1 411.5l909.2 945l538.7 1652.5l-2281.9 1262.5l-43.7 195.5l636.3 482l-447.1 1491.5l1294.9 1159.5l1623.2 424l885.4 492.5l-869.5-15l-415.5 1184l-971.3 43l-219.3 1086l-773.2 125l-490.4 3794l-16.6 363.5l-550.4 2085.5l1913 917.5l2054.7 1941l2854.9 1064.5l1059.1 392l1663.6-328l1314.2-186.5l336.5 81.5l388.7 14.5l168.3 14.5l2336.4 190l534.2-73.5l135.7-1881.5l2462.2-660l-37.3 2103l651.6-167.5l991.9-296.5l1658.5-2007.5l2277.8-2129.5l663.7-641l-1739.2-1823.5l1032.1-341.5l-266-3460l2095.4-112.5l94.4-2391.5l2102.2 822l541.9-2567l2973.1-2289.5l997.2 1276.5l904.6 4967.5l2027.9 991.5l-505.7 1785l1134.2-115.5l1394.3 1236.5l-1248.1 430.5l443.6 2090l1794-1325l231-104.5l2346.1 105l1814.4-1016.5l77.6 61.5l2356.3 116.5l-69.5 2096l1452.5-26.5l203.5 1419l2673.6 595l2616.5-533l-173.6 3341l712.2 1269.5l-350.5 1209l-3217.5 1218.5l-229.8-89.5l-2867 1356.5l-2454-1613.5l-1469 3134l-2274.6-530l-1651.4 576l-2060.9-241.5l307.9 552.5l-3067.3 1636.5l-732.6 678l-3192.4-333.5l-575.8 1977.5l-2249.2 1821.5l-299.1 2839l1093.2 359.5l-279.1 1937.5l-3375 2427.5l-351 539l1118.7 2939.5l1412.2 73.5l495.5 1123.5l-1170 1322.5l-944.5 237l-2030.7-747.5l-562.6 36.5l-2868.3 129.5l-1096.5-704.5l-629.5 22.5l-2419.8 159l705.2-2862.5l1633.1-1634.5l-288.6-1754l1324.8-1194l910.8 125l190.5-765.5l-605.5-600l-770.8 558.5l-2400.1-441l-740.7-3182l-584.1-1557.5l-1883.7 45l-1945.5 216.5l-811.7 1485l-459.6-636l-1357.2 258l-554.1 551.5l-1324.3-1088.5l-1175.5 51l-234 1759l-1353.5 633.5l1662.1 2353.5l-1130.1-47.5l182.3 1063l1648.3 1991.5l1878.4-39.5l910.6 1014.5l-916.5 1228l1165 538.5l-1519.3 4787l-241.1 26.5l313.8-2681l-4203.5 243l-497.8-666l-2086.3 863.5l-803.7 892.5l-2718.1 1554.5l-3190.8 840.5l-620.7-1562l785.5-461l-59.4-1925l1787-621l-261.9-1047.5l-27.8-251l2338.7 114l246.7-2208l-788.5-940.5l-1603.8-830l-219-997l-2427.1-1541.5l-79.4-1356.5l600.3-141l802.2-1682l-499-1542.5l-718.9-57.5l-1486.6-1925.5l-187-995.5l595.9 120.5l1039.1-1863l1139.6-632.5l431.1-1344l2087.6-742.5l-819.2-1237l-69-1377l-2154.3 458.5l-1943.1-2137.5l-1829.9-180l-659.5-121l-3299.5-1239l-26.4-3041l-391.7-1135.5l-894.8 65.5l-782-1684l227.9-625l1089.1 118l-21.8-1200.5l1075-1666.5l771.7-1370.5l-657.7 34l-3502.3-3178.5l-5.9-1924l1719.7-2690l575 415.5l722.2 1322l1991.9 216l-98.1-1163l1321.1-613l224.2-78l36.3-3365l1948.9 181.5l-1257.3-1793.5z" />
			<path  id="75" d="M100543.4-6456650.5l1206.6 396l2039.4 732l817.6 517.5l245.6 285l128.3 1754.5l1875.3 454.5l3186.7-1907l894.8-65.5l391.7 1135.5l26.4 3041l3299.5 1239l659.5 121l1829.9 180l1943.1 2137.5l2154.3-458.5l69 1377l819.2 1237l-2087.6 742.5l-431.1 1344l-1139.6 632.5l-1039.1 1863l-595.9-120.5l187 995.5l1486.6 1925.5l718.9 57.5l499 1542.5l-802.2 1682l-600.3 141l79.4 1356.5l2427.1 1541.5l219 997l1603.8 830l788.5 940.5l-246.7 2208l-2338.7-114l27.8 251l261.9 1047.5l-1787 621l59.4 1925l-785.5 461l620.7 1562l3190.8-840.5l2718.1-1554.5l803.7-892.5l2086.3-863.5l497.8 666l4203.5-243l-313.8 2681l1241.5 4527.5l1522.4-357l902.2-2214l2727.4-1305l1925 554l1206.2 2969.5l477.4 247.5l-1270.1 1400.5l-476.1 555.5l-2030.6 708.5l209.2 3332.5l-1024.7 488l-97.8 631l-1320.8-553l-1522.8-3459l-1771.5 238l-871.6-1914.5l-198.9 110l-2042.2 756l-596.7 347.5l612.8 5867l-1936.4 696l2159 1273.5l422.2 2222l-910.9 683l-789.8 8.5l-708-1188.5l-990.7 928l-126.9-790l-1499.1-183l-968.1-24l-38.3-2066l-481.5-231l-1466.3-1478l-53.1 16l-3289.5 1399l-2357.1-478l-90.5-332.5l-3340.6-2869l363.8-954.5l-1232.5-651l-167.9 17l-1193.2 2023l-1828.2 469l-650.4 2323.5l-769.9 333.5l-1645-1266l-556.6 1197.5l-3077.4-2048l-3929.8-4006l666.5-867l-2038.4-554l65.8-519.5l-593.5-1112l-177.5-739.5l173.2-1971.5l-2535.6-645.5l-634.2 601l-1896.9-2845.5l-3239 1178l-1522 37l-431.9 257.5l108.5-792l-1677.9-804.5l-1578.2 771l-1721.1-67l-951.3 411l-2848.4-925.5l-1250.8-773l-2826.9-1086.5l-4035.7 1472.5l-1849.3-1163l45.1-461l-894.7-46l111-1135.5l267.8-1282.5l-695.3-706.5l633.7-2398l-1443.2-1745l-935.4-309.5l356.5-524l-842.7-1566.5l269.9-1608l781.7-159.5l-1405.6-1003.5l-2118.1-1072.5l-1102.1-2806.5l2783.4-4170.5l-459.4-6l1189.1-1449l1727.5-474.5l1741.1 1087l1858.3-461l1141.9 352l1508.7 3503.5l2755.3-1267l779.5 492.5l1882.4 3152.5l49.8 489l1098.6-100l1115.1-684l493-2519l2957.1 822l2902.7-2479l-593.1-166l502.9-1110l-1.8-1934l2658.4-2402l1221.3 34l1107-857l589.1-95l171.2-1198.5l1516.6-1323l363-193.5l1205.9-31l1119.1-837.5l-449-1585l776.9-1821.5l2932.8 1811l775.6-1133.5z" />
			<path  id="73" d="M136072.2-6437017.5l1945.5-216.5l1883.7-45l584.1 1557.5l740.7 3182l2400.1 441l770.8-558.5l605.5 600l-190.5 765.5l-910.8-125l-1324.8 1194l288.6 1754l-1633.1 1634.5l-705.2 2862.5l-602.3 1887.5l-2694.4-417.5l-1289.8 88.5l-206.7-2802.5l-1531.3-686.5l-1165-538.5l916.5-1228l-910.6-1014.5l-1878.4 39.5l-1648.3-1991.5l-182.3-1063l1130.1 47.5l-1662.1-2353.5l1353.5-633.5l234-1759l1175.5-51l1324.3 1088.5l554.1-551.5l1357.2-258l459.6 636l811.7-1485z" />
			<path  id="74" d="M142946.6-6424130.5l629.5-22.5l1096.5 704.5l2868.3-129.5l562.6-36.5l2030.7 747.5l944.5-237l291 3701l1182.3 1635l196.9 2261l1.9 969.5l67.6 272.5l-1270.7 270l-1960.4 936l649.2 2117.5l167.7 947l763.6-182l229.7 1996l277.5 1933l1089.7 50.5l428.1 2068.5l274.5-54.5l181.6 2967l-1349.5 2524l-375.3 1009l2728.3-319.5l-732.5 2256l-293.1 2369.5l3133.8 1261l-1228.6 2000l2198.2 1577.5l1763.8-265l474 967l-70.6 835.5l-1672.8 1881.5l272 1823.5l-750.2 622.5l-1.3 318l2569.1 351l236.6 2302l-72.8 200.5l-689.8 1048l-877.7 1592l-1716.5 1909.5l128.3 1468.5l-1082.4 2197.5l-628.7 439.5l-1781.8-3169.5l-666.6-1008.5l-726.9 594l-494.9 1406l-2449.2-663l-2642.4-1173.5l-1072.5 272.5l-4104.6 874l-892.8-2522l-2169.9 71l107.4-2751.5l-127.1-122l-1978.2-1278.5l-366.8-405.5l-1048.7 574l-1170-150.5l8.8-1123l-2556.7-1848l-1793.2 525l-2257.5 521l-3027.6-492l-580.8 1151l-417.9 87.5l-583.2-679.5l58.1-915l-1087.1-558l-394.1-671.5l-2171.7-72.5l-68.8-1113.5l-279.7-930.5l-346.7-1320l-1876.5-1270.5l-860.7 213.5l-488.6 297l-587.5-418l-1595.3 1570l315.4-878.5l-1357.8-1013l-1546-519l-2088.9 1029.5l-211.7 901.5l-1316.7-222.5l-2940.8 20l-1467.1-1442.5l-130.6-981l18.3-264.5l-827.2-1882l1431.6-259.5l180.2-1898.5l697.5-296.5l-1026.4-194.5l-117.2-1118.5l-29.5-1340.5l-1225.3-83l-473-1656l-938-405l-1280.1 462.5l-2820.2-1244.5l-488.5-1020l1439.4-1844l863.4 932.5l3383.5-4128.5l169.6-818l532.1-1396.5l953.5-220.5l3077.4 2048l556.6-1197.5l1645 1266l769.9-333.5l650.4-2323.5l1828.2-469l1193.2-2023l167.9-17l1232.5 651l-363.8 954.5l3340.6 2869l90.5 332.5l2357.1 478l3289.5-1399l53.1-16l1466.3 1478l481.5 231l38.3 2066l968.1 24l1499.1 183l126.9 790l990.7-928l708 1188.5l789.8-8.5l910.9-683l-422.2-2222l-2159-1273.5l1936.4-696l-612.8-5867l596.7-347.5l2042.2-756l198.9-110l871.6 1914.5l1771.5-238l1522.8 3459l1320.8 553l97.8-631l1024.7-488l-209.2-3332.5l2030.6-708.5l476.1-555.5l1270.1-1400.5l-477.4-247.5l-1206.2-2969.5l-1925-554l-2727.4 1305l-902.2 2214l-1522.4 357l-1241.5-4527.5l241.1-26.5l1519.3-4787l1531.3 686.5l206.7 2802.5l1289.8-88.5l2694.4 417.5l602.3-1887.5l2419.8-159z" />
		</g>
		<g  id="_16">
			<path  id="194" d="M73077.7-6384661l1679.3 13.5l1752.3 1522.5l1233.7 3585l1156.5 2655l1448.8-1005l1827.7-116.5l291-764.5l1478.5 90l1457.5-869.5l1386.1 1103l779-1637.5l681.9 378.5l2558.2 175l440.6 986.5l1072-526.5l2580.7 524.5l1444.3 152.5l-1751 1356.5l1803.3 2109l1416.1-73.5l-59.2 2453l790.4 216.5l-1272.5 2124.5l-2080 763l-1584.1-222l-226.4 1379.5l-861.1 1155.5l-1637.5 166.5l-2184.5-2164.5l-179.2 1791l-1755.9 957l-1507.8 451l-211-4.5l-803.1-1420l-170.4 91.5l-1497.3 248.5l-1413.6-568.5l-2951.5-565l-235.3 1565l-3753.4 951.5l-3033.1 426l-2239.1 89l-261.2 1532l-2731-392l-108-1772.5l1993.9-1136.5l-421.1-1559.5l-1430.5-1377l-1831.8 662.5l-1313.9-2015l-2000-488.5l-255.9-1474l2014.7-1470l-558.2-1123l-1566.8-655l76.8-2212.5l2344.7 155l1443.2 1071l904.8-389.5l204.2-1458.5l3702.2-1337.5l-723.5-2427l1036.6-396l126.3 1044l1541.6-51l1787.3-646l154.7-1626.5z" />
			<path  id="190" d="M52312.2-6446915.5l553.8-816.5l3466.4 991.5l1384.5 1056.5l1626.9-295l2612.2 2409l126.5-125l1364.9-578l459.4 6l-2783.4 4170.5l1102.1 2806.5l2118.1 1072.5l1405.6 1003.5l-781.7 159.5l-269.9 1608l842.7 1566.5l-356.5 524l935.4 309.5l1443.2 1745l-633.7 2398l695.3 706.5l-267.8 1282.5l-111 1135.5l894.7 46l-45.1 461l-3382.6 2826l-3357-483l-927.2-213l-2871.1-1391.5l-798.4 478.5l-3127.6 2614.5l-565.4 449l-3648-971l-3519.4 669l-1882.7 330l-271.5 1038.5l-1927.8-150l-606.1-937l-1329.5-200l-1244.2-550.5l-1309.3 3621.5l-946.8-458l-265.6 1033.5l-2357.1 1675.5l5.6 320l1260 1772.5l-2685.2 1498.5l168.9 1827.5l1780.9-490l3981.3 104.5l300.5 1125l-108.2 2373.5l319.7 1060.5l-815.7 505l-1714.9 31.5l-591.7 1719l-991.8 5371l-2151.5 1515l-539-106l-6617.2 272.5l-4122.7-902l-357.7-2054l-1341.6-526l-2683.7 1633l724.4 1171l-1446.3-464.5l-1345.1-318l-2953.4-2438l-1345.6 501.5l-3054.5-1660.5l-2550.1-554l683.4-1769l-257.8-143.5l-1877.7-1031.5l-192.8-994.5l976-1245.5l-234.2-183.5l-4829.6-907.5l-1919.6-2129l-948.1 194.5l-429.4-745l426.8-1993l-1477.8-2997l31-363.5l64.7-2253l1273.6-393.5l1521-1672.5l1541.8-395.5l1281.5-1128.5l191.3-1204.5l1998.5-26.5l260.6-721.5l351.7-1097.5l836 90.5l1196.2 1730l386.1-1641.5l4953.5 508l117.1-141.5l-911.7-1296l2115.4-244.5l981.1-2034.5l-466.6-455.5l1601.9-2077l2466.6 960l2502.5-1227l1865.6-954l520.4-1990.5l2456.9-1025l1527.8-2003.5l-110.5-1563l973.8-1313l-85.1-2297.5l4536.8-155.5l3344.5 1695l1091.3 1215l849.6 1066l2641-333.5l2531.6-2043.5l1224.7-500.5l3050.8 2235l703.4-2161.5l-1546.9-698.5l-807.8-1996l781.9-995.5l130.8-1232l1756.8-765l396.6-1018.5l1658.8-325l3723.2-123.5z" />
			<path  id="192" d="M69944.3-6422109l4035.7-1472.5l2826.9 1086.5l1250.8 773l2848.4 925.5l951.3-411l1721.1 67l1578.2-771l1677.9 804.5l-108.5 792l431.9-257.5l1522-37l3239-1178l1896.9 2845.5l634.2-601l2535.6 645.5l-173.2 1971.5l177.5 739.5l593.5 1112l-65.8 519.5l2038.4 554l-666.5 867l3929.8 4006l-953.5 220.5l-532.1 1396.5l-169.6 818l-3383.5 4128.5l-863.4-932.5l-1439.4 1844l488.5 1020l2820.2 1244.5l1280.1-462.5l938 405l473 1656l1225.3 83l29.5 1340.5l117.2 1118.5l1026.4 194.5l-697.5 296.5l-180.2 1898.5l-1431.6 259.5l827.2 1882l-18.3 264.5l130.6 981l1467.1 1442.5l2940.8-20l1316.7 222.5l211.7-901.5l2088.9-1029.5l1546 519l1357.8 1013l-315.4 878.5l1595.3-1570l587.5 418l488.6-297l860.7-213.5l1876.5 1270.5l346.7 1320l-1075.6 619l524.9 2211.5l-738.2 271l-215.3 2406.5l115.8 181.5l-1709.8 1513.5l-1936.4 384.5l-1489.5 720.5l290 963.5l-1971.1 652l-2039.8 1286l-3061.1 2723.5l-216.9 1286l468.6 3525.5l-40.2 1756l-947.9 497.5l510.3 1271l-677.1 1047l-1863.1 397.5l160.6 1241l-1723.9 224.5l1485.5 3692.5l-1997.9 182.5l-387.1 2378l-2666.1 454l718.7-363l-376.5-1187l-2095.9 429l-203.3 1925l-1348.9 528l-2480.4-1133.5l-2932.3-3314.5l-809.3 83l65.5 1088.5l394.2 971.5l-2428.4 1295.5l-1493.6-350.5l-685.7-1181.5l-854 461l-636-785.5l-1096.5-2729.5l1576.9-890.5l-1359-1135l351.8-884l-2289.3-320l-552.2-1455l655.7-914l-412.1-858.5l-1055.2 742.5l-354.1-2073.5l235.3-1565l2951.5 565l1413.6 568.5l1497.3-248.5l170.4-91.5l803.1 1420l211 4.5l1507.8-451l1755.9-957l179.2-1791l2184.5 2164.5l1637.5-166.5l861.1-1155.5l226.4-1379.5l1584.1 222l2080-763l1272.5-2124.5l-790.4-216.5l59.2-2453l-1416.1 73.5l-1803.3-2109l1751-1356.5l-1444.3-152.5l-2580.7-524.5l-1072 526.5l-440.6-986.5l-2558.2-175l-681.9-378.5l-779 1637.5l-1386.1-1103l-1457.5 869.5l-1478.5-90l-291 764.5l-1827.7 116.5l-1448.8 1005l-1156.5-2655l-1233.7-3585l-1752.3-1522.5l-1679.3-13.5l-154.7 1626.5l-1787.3 646l-1541.6 51l-126.3-1044l-1036.6 396l723.5 2427l-3702.2 1337.5l-204.2 1458.5l-904.8 389.5l-1443.2-1071l-2344.7-155l-28.3-231l549-135l148-3050l-512.1-421l1772-1208.5l-293.8-1432l-509.6-1504l-300.9-3126l1659.2-870.5l516.5-776.5l723.5-698l-704.8-486.5l-215.4-3141l669.1-165.5l478-2669l-191.1-45l-1723.2-10l-476.6-1317l-1291.2-150l-1104.4 399l-2682.9-687.5l-504.9 137.5l-681.6 106.5l-2003.7 1502.5l-714.5 294.5l-249.1-1883l-2502.3 955.5l-184.4-128l-677.8-265.5l-968.8-2734.5l-1263.3-4042l-2207.2-981l-306.6-358.5l-2639.7-3321.5l-2953.6-610l-618.5 1285.5l-1892.5 1033l-2016-802l371-1662.5l-1260-1772.5l-5.6-320l2357.1-1675.5l265.6-1033.5l946.8 458l1309.3-3621.5l1244.2 550.5l1329.5 200l606.1 937l1927.8 150l271.5-1038.5l1882.7-330l3519.4-669l3648 971l565.4-449l3127.6-2614.5l798.4-478.5l2871.1 1391.5l927.2 213l3357 483l3382.6-2826l1849.3 1163z" />
			<path  id="191" d="M32338-6410299l2685.2-1498.5l-371 1662.5l2016 802l1892.5-1033l618.5-1285.5l2953.6 610l2639.7 3321.5l306.6 358.5l2207.2 981l1263.3 4042l968.8 2734.5l677.8 265.5l184.4 128l2502.3-955.5l249.1 1883l714.5-294.5l2003.7-1502.5l681.6-106.5l504.9-137.5l2682.9 687.5l1104.4-399l1291.2 150l476.6 1317l1723.2 10l191.1 45l-478 2669l-669.1 165.5l215.4 3141l704.8 486.5l-723.5 698l-516.5 776.5l-1659.2 870.5l300.9 3126l-3052.5 386l-1827.8-296.5l-1852.4 419.5l-2947.6-1894.5l-2755.8 1555.5l-305.9 1615.5l947.3 3382l-2033.1 1525l-382.8 35.5l-1424.7-392l-822.6 911.5l-1247.5 281l-857.1-797l-2330.6 2014l-1916.8 951l-1770.6 853.5l-3337.5 1872.5l110.5 178l469.5 1923.5l1874.7 1084.5l-2105.9 4413l665.3 1188l271.2 1036.5l-171.2 506.5l-1040.1-1984.5l-2628.2 428l-523.5 738.5l46.7 1053.5l-2489.2 3297l796.5 1530.5l-499.5 3768.5l-804.4 164l-1222.6 3756l-1296.3 407l-1841.1-1051l-2238.9 741l202.2 858l-2714.3 1027.5l-1197.5-102l148.7-802.5l-2543.5 3294.5l781.2 546.5l-1277.2 1729l-1534.1 478l437.6 2218.5l-795.6 2838l1783 1732.5l863.8 1665l193.4 628l-1132.3 764l686.6 802.5l-647.1 571l-1443.6 63.5l-2639.6-150.5l-2652.7-1035l-15.4-708.5l-2056-505l-296.6-776l-309.1-1285.5l-925.9-1269l-423.4-638l-3713.1-270l-3417.4 1513l1387.5 2316.5l-577.8 1351l-2336.8-91.5l-1463.6-1118.5l-1926.4 593l195.2-4094l2953.7-2677.5l-1065.7-993.5l2373.6-4115l-178.3-1590.5l-657.2-168l-618.2-88.5l272.9-975.5l2035.9-1311.5l-687.9-2327.5l531.1-2330l1192-963.5l1812.1 464l1853.2-2572.5l23.8-1758l2343.7-1819.5l-271.9-2148.5l-1876.8-1584l-1448.4-759l-1300.3 1580.5l-958.7-33l1027.3-2944.5l-2244 1310l-192.2-562.5l-113.9-1919.5l2305.2 527l4557.5 46.5l1131.8-705l-1435.2-259l-1587.7-5217l983.6-1805.5l5795-20.5l865.2 1030.5l1128.4 774.5l2564.5-504.5l1495.7-1258.5l754.7-1590l-2131.2-2691l-2512-707.5l640.4-4487l1292.4-1527l-258.2-1056.5l-3685.2-2308l487.9-613l1863.3-374l3222.6 4000l788.3-668.5l3.5-2792.5l-653.5-833l459.1-1432.5l1473.1-2537.5l1446.3 464.5l-724.4-1171l2683.7-1633l1341.6 526l357.7 2054l4122.7 902l6617.2-272.5l539 106l2151.5-1515l991.8-5371l591.7-1719l1714.9-31.5l815.7-505l-319.7-1060.5l108.2-2373.5l-300.5-1125l-3981.3-104.5l-1780.9 490l-168.9-1827.5z" />
			<path  id="196" d="M139347.4-6372526.5l100.8-2.5l1563.2 996l942.2 65.5l2053.5 1641l-1607.2 1650l-601.1 497l690.6 735.5l-1950.4 3875l1214.2 1173.5l-1045.2 1403.5l1577.1 2570.5l1650.8 762.5l1959.9-295l2228.6-42.5l1826.1 2356l1375.8-494.5l275.1-1020l-1290.7-861l-1101.8-4201l1117.4-14.5l1709.1-1051l-5-922l-980.7-698l173.8-848l-1133.4-1288.5l98.2-1054l-313.8-2387l2472.5-369.5l-262.4-1967.5l-143.7-708l494.9-1406l726.9-594l666.6 1008.5l1781.8 3169.5l628.7-439.5l1082.4-2197.5l-128.3-1468.5l1716.5-1909.5l877.7-1592l689.8-1048l72.8-200.5l-236.6-2302l-2569.1-351l1.3-318l750.2-622.5l-272-1823.5l1672.8-1881.5l70.6-835.5l3181.2-1415l1254.3 527l1459 2003.5l3036.9 539l2649.2-597.5l344.7-703.5l1212.4 2136l2093.2-59l157.6 1677l1033.5 2631.5l1596.7 73l180.9 2018l-906.4 772l3786.6 1060.5l1876.7-1034.5l749.2 1704l710 4316.5l2047.3 2083.5l-837.2 2240l-1444.5-672.5l-2511.7 729.5l-766.9 174l-1330.8-356l-1229.2 664l-1002.1-831l-1034 455l326.2 1225.5l-1767.3 24l-1850 1503.5l249.7 1189.5l-1267.4 889l-9.3 2119l-1632.2 431.5l-1246.8-1044.5l-2384.4 300.5l-1420.9 1258l18.8 1498.5l-1043.4 367.5l-1771.8 227l-576.1-1115.5l-1351.8 2219.5l-2049.8-951.5l-485.2 1084.5l784.1 1709.5l2652.3 981.5l-1700 2571.5l-1670-731l-945.9 2332.5l577.7 1507.5l2650.7 410.5l-869.5 1177l91 1472l1104.9 2072.5l2913.7-27.5l289.2 883.5l-323.6 1629l-2432.4 2175.5l-1049.2 557l72.8 1022.5l-1666.9 159l-1656.2-172l-1363.9-959.5l-3004.2 1220l-3111.2 4763.5l3346.5 361l-19 1132.5l-1518.3 73l-1252.3 818l-1189.2-1365l-1196.7 61.5l-427.3 2369.5l-1755.5 866.5l-1314.2-32.5l-1155.4-1837.5l1256.1-2985.5l-1991.7-4436.5l-2016.6 1554l594.2 1156l-3089.5 2238l-774.3-1421l-1065.7 209l-1859.6-1454l-505.4-2194l-32.4-3064.5l-1393.1 262l-17.6-2741l585.8-3781l51.9-812l1498.2 38l59.8-1990.5l1319.3-329.5l-52.7-981l1420.5-318.5l181.2-833.5l-1682.2-555l-1567.6-1817l-1684.8 1003l-545.1-933.5l-555-1556l2388.3-15l534.3-639.5l107.6-343.5l456.3-1744.5l-1321.5-926.5l160.7-1512.5l1830.7-1224l-1627.1-368.5l-1845.9-2020l625.9-1280l2172.9-226l87.2-1116l598.1-1049.5l1908.2-321l-80.6-942l926.1-162l74.5-1303.5l1343.2-2314.5z" />
			<path  id="193" d="M58628.3-6386194.5l3052.5-386l509.6 1504l293.8 1432l-1772 1208.5l512.1 421l-148 3050l-549 135l28.3 231l-76.8 2212.5l1566.8 655l558.2 1123l-2014.7 1470l255.9 1474l2000 488.5l1313.9 2015l1831.8-662.5l1430.5 1377l421.1 1559.5l-1993.9 1136.5l108 1772.5l2731 392l261.2-1532l2239.1-89l3033.1-426l3753.4-951.5l354.1 2073.5l1055.2-742.5l412.1 858.5l-655.7 914l552.2 1455l2289.3 320l-351.8 884l1359 1135l-1576.9 890.5l1096.5 2729.5l636 785.5l854-461l685.7 1181.5l1493.6 350.5l-2023.8 256.5l-1253 3398l1147.9 3865l-9680.7 3284.5l339.9 1719.5l-3062 282l659.6 1327.5l408.8 1109l994.6-1222.5l1403.9 518l-213 3277l470.8 866l-317.3 1186.5l1864.1 1740.5l-272.3 1127.5l-265.7 1037l-29.3 244.5l-358.3 977l-418.9 1875.5l-2074 1245.5l-2135.9-410l-1491.3 1063l-1204.2-625.5l-1889.4 647l-747.1-2049.5l-2758.9-4817.5l-2203.3 5181.5l-1222.2-1807.5l-1183.2-73l-31.2-1964l-3639.7-4168.5l-381.8-1993.5l-2703.2-993l82-218.5l1186.7-2417.5l-563.5-328.5l501.5-1923.5l110.1-1286l-1809.6-1505l-633.4-508.5l-1002.3 2324l-3379.2-753l-464.7 811l-434.9-929.5l-2463-1498.5l-1620 255l-124.2-86l-3208.7-6007.5l444.8-1212.5l-277.3-1309.5l-507.7-1549l-1387.1-1034l-1336.2 107.5l-2118-1695.5l-2663.3 949l-1200.4-842.5l-796.5-1530.5l2489.2-3297l-46.7-1053.5l523.5-738.5l2628.2-428l1040.1 1984.5l171.2-506.5l-271.2-1036.5l-665.3-1188l2105.9-4413l-1874.7-1084.5l-469.5-1923.5l-110.5-178l3337.5-1872.5l1770.6-853.5l1916.8-951l2330.6-2014l857.1 797l1247.5-281l822.6-911.5l1424.7 392l382.8-35.5l2033.1-1525l-947.3-3382l305.9-1615.5l2755.8-1555.5l2947.6 1894.5l1852.4-419.5l1827.8 296.5z" />
			<path  id="195" d="M117799.6-6385800l1075.6-619l279.7 930.5l68.8 1113.5l2171.7 72.5l394.1 671.5l1087.1 558l-58.1 915l583.2 679.5l417.9-87.5l580.8-1151l3027.6 492l2257.5-521l1793.2-525l2556.7 1848l-8.8 1123l1170 150.5l1048.7-574l366.8 405.5l1978.2 1278.5l127.1 122l-107.4 2751.5l2169.9-71l892.8 2522l4104.6-874l1072.5-272.5l2642.4 1173.5l2449.2 663l143.7 708l262.4 1967.5l-2472.5 369.5l313.8 2387l-98.2 1054l1133.4 1288.5l-173.8 848l980.7 698l5 922l-1709.1 1051l-1117.4 14.5l1101.8 4201l1290.7 861l-275.1 1020l-1375.8 494.5l-1826.1-2356l-2228.6 42.5l-1959.9 295l-1650.8-762.5l-1577.1-2570.5l1045.2-1403.5l-1214.2-1173.5l1950.4-3875l-690.6-735.5l601.1-497l1607.2-1650l-2053.5-1641l-942.2-65.5l-1563.2-996l-100.8 2.5l-1343.2 2314.5l-74.5 1303.5l-926.1 162l80.6 942l-1908.2 321l-598.1 1049.5l-87.2 1116l-2172.9 226l-625.9 1280l1845.9 2020l1627.1 368.5l-1830.7 1224l-160.7 1512.5l1321.5 926.5l-456.3 1744.5l-107.6 343.5l-534.3 639.5l-2388.3 15l555 1556l-2554.9 354l-459.5-1534.5l-133.3 131.5l-841.4 1106.5l-2230.4 492.5l-1122.4 403l-649-51l-713.8-1771l-1379.3 143.5l-754.9 795.5l699.2 1492l-939.6 1466.5l-1667.1 292.5l-187.3-52l-4617.3 557l-2412.1 386.5l-2557.6 515.5l-1485.7-1750l-929.6 436l-1091.3-143l-676-601.5l-6.1-812l-1908.7-809l-335.6-1050l-756.4-766l-1257.7 497.5l-256-1255l387.1-2378l1997.9-182.5l-1485.5-3692.5l1723.9-224.5l-160.6-1241l1863.1-397.5l677.1-1047l-510.3-1271l947.9-497.5l40.2-1756l-468.6-3525.5l216.9-1286l3061.1-2723.5l2039.8-1286l1971.1-652l-290-963.5l1489.5-720.5l1936.4-384.5l1709.8-1513.5l-115.8-181.5l215.3-2406.5l738.2-271l-524.9-2211.5z" />
			<path  id="198" d="M29039-6358765l1200.4 842.5l2663.3-949l2118 1695.5l1336.2-107.5l1387.1 1034l507.7 1549l277.3 1309.5l-444.8 1212.5l3208.7 6007.5l124.2 86l1620-255l2463 1498.5l434.9 929.5l464.7-811l3379.2 753l1002.3-2324l633.4 508.5l1809.6 1505l-110.1 1286l-501.5 1923.5l563.5 328.5l-1186.7 2417.5l-82 218.5l2703.2 993l381.8 1993.5l3639.7 4168.5l31.2 1964l1183.2 73l1222.2 1807.5l2203.3-5181.5l2758.9 4817.5l747.1 2049.5l1889.4-647l-56.1 1656l1690.3 1153.5l619.5 1434l-1763.2 1690l958.8 825.5l333.3 1496l1651.6-202.5l1801.1 632l-173.1 1284l-2577.4 2220.5l-1381.7 1312.5l-2760.3 1741l1221.4 1959.5l-969.2 1323l-790.9-647l-1090.1 418.5l-601.1 291.5l-2357.1-809l-1429.4 666l-1895.8-520.5l-2043.6 1549l-1153.2-660.5l-801.9 1459l-2477.3 1026l-1316.7 1516.5l-352.4 2571l7299.7 5369.5l2047 54.5l95.3 54.5l390.4 2755l-1879.8 1558.5l-1765.3-1516.5l-1321 48l-863.8 1151.5l-2682.6-1156l-190.9 2376.5l149.4 1911l-695.2 917l-4193.2-1919l-340.1-153.5l-3419.7-450.5l-685.9-1959l772.2-613l-1478-2287.5l731-1211.5l-459.1-4103l373.2-1602l-1616.8-113.5l-1683.6-650.5l-147.7-1892.5l-1365.7-820l-1334.2 1760l-1676.9-906l345.5-854.5l-2629.1-1614.5l-612.3-2386.5l-887.1 734.5l-3263-46l-587-1121.5l1325-2244.5l-2317.5-622l-291.3-1211l-1333.2-1945l-459.8-2514l-1104-1255.5l-1712.7 110.5l-5486.2-4037.5l-1471-2732l-1878.8 356l-466.6 680l-1417.8-772l-832.1 1037.5l-1299-2365.5l-1492.4 671.5l-2356.7 3285l-1773.2 1361.5l149-1968l427.9-614l176.9-2530l-223.4-4010l-62-235.5l-683.6-1168l837.5-1347.5l2312.7 391l-362.1-2018l2056 505l15.4 708.5l2652.7 1035l2639.6 150.5l1443.6-63.5l647.1-571l-686.6-802.5l1132.3-764l-193.4-628l-863.8-1665l-1783-1732.5l795.6-2838l-437.6-2218.5l1534.1-478l1277.2-1729l-781.2-546.5l2543.5-3294.5l-148.7 802.5l1197.5 102l2714.3-1027.5l-202.2-858l2238.9-741l1841.1 1051l1296.3-407l1222.6-3756l804.4-164l499.5-3768.5z" />
			<path  id="197" d="M100339.9-6354987l256 1255l1257.7-497.5l756.4 766l335.6 1050l1908.7 809l6.1 812l676 601.5l1091.3 143l929.6-436l1485.7 1750l2557.6-515.5l2412.1-386.5l4617.3-557l187.3 52l1667.1-292.5l939.6-1466.5l-699.2-1492l754.9-795.5l1379.3-143.5l713.8 1771l649 51l1122.4-403l2230.4-492.5l841.4-1106.5l133.3-131.5l459.5 1534.5l2554.9-354l545.1 933.5l1684.8-1003l1567.6 1817l1682.2 555l-181.2 833.5l-1420.5 318.5l52.7 981l-1319.3 329.5l-59.8 1990.5l-1498.2-38l-51.9 812l-585.8 3781l17.6 2741l1393.1-262l32.4 3064.5l505.4 2194l1859.6 1454l1065.7-209l774.3 1421l-1413.3 695l391.2 2219.5l-3072.8 1600.5l-733.9 1166.5l1014.5 2757l4031.7 1129l1225.2 1579.5l-56.9 1397l-4421.5 3356.5l-480.2 756l677 749l2062.5 240.5l-366.6 952l-1365.3 960.5l-1426.3 243.5l-1341.5 1653l-1909.4 767.5l-814.9 443l-250-671.5l-1835.8-2436.5l-3079.9 432l771.2 1042.5l-1865.4-33.5l-202.1 176l-1315.3 914.5l-856.5-594.5l-528.8 718l-776.3 156.5l-1369.4 157l-1843.5 458.5l-1087.8 347.5l-1393.4-1279.5l-2156.5-141l-525.2 1224l-2244.3 1170.5l-1171.3-1889l-2000.2 94l-122.8-2258l-762.6-1817l-2180.3 915.5l-437.7-1462.5l-1434.2-495.5l-200.2-815l112.3-3976l1339.2-1550.5l-1254.3-1793l-3769-726.5l-1889.9 301.5l132.4 680l-1735.8 2915l-1519.8 780.5l-2320.6 364.5l-1300.7 120l582.5 2406.5l1084.7 4110.5l151.4 2782.5l1013.2 3711l-459.9 2749.5l-1117.7-189l8.4 675l-598.9 4285l757.4 2093.5l-979.9 862l-3708.5-2567.5l-463.4 2219.5l-1026.5 140.5l622.9-1315l-2985.2-963.5l-784.6-1220.5l10.7-1160.5l1865.8-1421.5l-1428.1-3230.5l-1761.2-1488.5l-1615.1 204.5l-705.5 1329.5l-2566.4 903.5l-949-517.5l165.3-1108.5l-2955.6 631l-502 894l-2945-4305l969.2-1323l-1221.4-1959.5l2760.3-1741l1381.7-1312.5l2577.4-2220.5l173.1-1284l-1801.1-632l-1651.6 202.5l-333.3-1496l-958.8-825.5l1763.2-1690l-619.5-1434l-1690.3-1153.5l56.1-1656l1204.2 625.5l1491.3-1063l2135.9 410l2074-1245.5l418.9-1875.5l358.3-977l29.3-244.5l265.7-1037l272.3-1127.5l-1864.1-1740.5l317.3-1186.5l-470.8-866l213-3277l-1403.9-518l-994.6 1222.5l-408.8-1109l-659.6-1327.5l3062-282l-339.9-1719.5l9680.7-3284.5l-1147.9-3865l1253-3398l2023.8-256.5l2428.4-1295.5l-394.2-971.5l-65.5-1088.5l809.3-83l2932.3 3314.5l2480.4 1133.5l1348.9-528l203.3-1925l2095.9-429l376.5 1187l-718.7 363l2666.1-454z" />
		</g>
		
	  </g>
  
	</svg>	
	
	</script>

	</body>
	
</html>



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html>
	
	<head>
		
		<title>SVGweb shp2svg 500x600px</title>

		<script src="../../../src/svg.js"></script>

	</head>
	
	<body>

	<h1>This map was converted from a shapefile using shp2svg</h1>
	<p>width="500px" height="600px"</p>
	
	<script type="image/svg+xml">
	
	<svg	xmlns="http://www.w3.org/2000/svg" 
			xmlns:xlink="http://www.w3.org/1999/xlink" 
			xmlns:attrib="http://www.carto.net/attrib/"
			id="svgroot" width="500px" height="600px"
			viewBox="-305335.3 -6849295.8 672666.9 910384.7">
		
	<g id="Wahlkreiskarte" fill="#fefcd5" stroke="#000000" stroke-width="300" stroke-linecap="round" stroke-linejoin="round">
	
		<g  id="_1">
			<path  id="1" d="M-57478.2-6801661.5l561.3-4945.5l3824.6 892.5l943.6 561l3371.6 1280.5l333.1 3659l253.7 841.5l5921.7 676.5l2649.9-3883l1824.7-325l1499.7 1694l178.2-97l2919.3-988.5l7087.9-5527l2340.4 829l-1559.6 2761.5l1392.7 570l1535.1 626.5l1711.1 711.5l3592.7 1465.5l534.2 172.5l3155.9 2826l2707.1 4249l2621 912l1713.6-2378l656-2701l3492.3 3069l856.8 2117.5l458.8 2930.5l317 795.5l3027.8 3393.5l-372.8 5642.5l-3911.1-1170l-329.1 2307.5l-990.2-899.5l-840.3-319.5l143.4 401.5l-608.3 895l-1506.6 580.5l-505.7 300l-404 394.5l-1614.1 1385.5l-2623.5 1704.5l-1210.9 1188l-3434.1 2633l-915 1295.5l-512.5 1141l-3918 1611l91.1 2499.5l-2486.1 1933l-537.3 1063.5l873.8 1354l-2366.4 1260l-401.7 99.5l-1519.5 958.5l-485.8-112l-798.9 377.5l-643.7 3389.5l1210.8 3026l-682.2 1703.5l-5817.4 2114l-3274.1-946l-477.3 577.5l-1235.6 1861.5l849.9 1930l167 729.5l-759.2-383.5l827.1 754l-840.3 923l-3423.2 871l-2975.4 622.5l-927.1-1194.5l176.1-362l-1591.6-1925l898.1-2362l-2847.4-2227l-612.1 192l499.7 2015l-316.2 508l-704.4-440l-1207.8 1163.5l195.8-1727.5l-1311.8-375.5l-202.9-1552.5l828-830.5l1481.5-1198.5l-189.7-1633.5l250.7-475l1415.5 1130l2190.5 372.5l-258.8-1192.5l-112-805l425.3-504.5l765.7-1897l935.7-944l560.3-1006l1812.9-1848.5l-222.1-1531l-615.1-535l303.3-1166l-337-237.5l-1659.4-2175l280.2-2469l906-1252l-730.8-645.5l1206.6-1856l-1660.5-2037.5l-1463-386.5l-799.4-459.5l326.6-2203.5l757.7-147l-1573.5-872.5l-1297.8-2364l-911.1-496l1009.4-1629l-1885.3-1211l-1009.3-1292l-328.7-3256l-1422.8-200.5l-1634.2 1131.5l-3687.7-970l-286-245.5l1133.2-1469l-61.1-4687l2102.5-1329l-185.9-901.5l824.6-1288l-1321.5-3003.5l-1428.5-239l304.3-287l1547.3-1056.5z" />
			<path  id="2" d="M-104355-6820243l-1193.9 2301.5l539.6 2649.5l-39.3 1794l-54.4 2002l1236.7 2120l2887 1640l3963 223.5l-4861.9 3095.5l-2263.7-1291l-909.2-2042.5l-1471.9-603l-493.4 1732.5l-2057.6 1147.5l-661.5 6842l-227.3 6401.5l-937.1-1820.5l394.5-4811l530.4-8454.5l1583.8-6546.5l824.6-2096.5l2070.1-4670.5l2927.3-6630l1893.5-360.5l2438.5 1144l-1622.6 3051l-4495.2 3182z M-57478.2-6801661.5l-1547.3 1056.5l-304.3 287l1428.5 239l1321.5 3003.5l-824.6 1288l185.9 901.5l-2102.5 1329l61.1 4687l-1133.2 1469l286 245.5l3687.7 970l1634.2-1131.5l1422.8 200.5l328.7 3256l1009.3 1292l1885.3 1211l-1009.4 1629l911.1 496l1297.8 2364l1573.5 872.5l-757.7 147l-326.6 2203.5l799.4 459.5l1463 386.5l1660.5 2037.5l-1206.6 1856l730.8 645.5l-906 1252l-280.2 2469l1659.4 2175l337 237.5l-303.3 1166l615.1 535l222.1 1531l-1812.9 1848.5l-560.3 1006l-935.7 944l-765.7 1897l-425.3 504.5l112 805l258.8 1192.5l-2190.5-372.5l-1415.5-1130l-250.7 475l189.7 1633.5l-1481.5 1198.5l-828 830.5l202.9 1552.5l1311.8 375.5l-195.8 1727.5l1207.8-1163.5l704.4 440l316.2-508l-499.7-2015l612.1-192l2847.4 2227l-898.1 2362l1591.6 1925l-176.1 362l927.1 1194.5l2975.4-622.5l3423.2-871l186.2 284.5l470.7 2285l1124.3 173.5l756.3 876l586.3 1090l-607 1133l96.4 1131l537.9 394l-886.5 1735.5l-3775.4 454l-1953.8 1429l-1962.7 122l-1275.5-162.5l-405.1 134.5l-19.3 94.5l-2776.5 73l-407 931l301.7 178l-834 2735l-3284.7-652.5l-1480.7 2407l-926.9 1202l-23.3-707.5l-994.4-741l-2498.2 732l-2108.6-399.5l-153.7-688.5l-2795 557l-784.4-1690.5l-1234.6 69.5l-342.7 1216l-1686.5 269l167.2 1025l-1344.3 345.5l-1612.6-1271.5l-1392.8 450.5l-1356.7 893l-1735.9-1103l-847.9-1664l-497.4-2215l-605.8-1150.5l1407.3-3081l565.6-1208l386.5-5573l-8-1558l-1215.1-1309.5l-2624.2 1152.5l-861.9-936l-2015.7 34l-2074.1-13l-1671.8 2439l-5858.4-3007.5l-711.6-1709.5l1154-4585.5l1116.4-648.5l2016.2 1882l606.3-514l420.2-443.5l2121.2-951.5l70.9-1408l-67-596.5l-1653.4 467.5l-1084.1-1319.5l1651.8-2132.5l1670.4 365l3762.4-418l2854.4-689.5l4658.2 396.5l2555.6-1228.5l1395.7-1743.5l2251.9-2515.5l2284.1-755.5l1024.6-1235l-6.6-1280l-1561.3-3975l-65.9-304l-3314-2576l-299.3-1696l-3054.6-5337l-2511-1882l-909.6-2990l-3327-1662.5l-1650.3-1739l-196.3-3495.5l-2242.7-2811l-1863.9-6144l-1684.4-346.5l-722.1-2597l-2330.4-2506.5l388.6-4137.5l-549.9-888.5l1947.2-804.5l216.4-1955.5l2735.8 133l3496.5 2015l5744.8-1444.5l1542.5 1073l2036.2-484l197.2 1.5l5767.3 678l4046.6 2395l2704.8 489.5l2217.5-197l-561.3 4945.5z M-93933.4-6793960.5l2683.8 1215l-160.9 1632l130.2 374l846.1 888l-2003.8 4184l-2667.3-33.5l-3510.6-300l-1305.9-1169.5l-156.2 2l-1367-261.5l-1907-1214.5l569.6-2724l2103.4-1977.5l4401.7-289l2343.9-325.5z M-106447.5-6785360l1730.8 4773l1483.5 749l-1826 1611.5l-1786.8-143.5l-795.7-1218l-2248.2-4791l799.8-2361l3090.6-2616l-1313.2 2343l865.1 1653z M-83178.6-6786553l700.8 517l-797.9 1275.5l-1629.1 183.5l1726.3-1976z M-93813-6778640l-1201.6-1096l8951-3760.5l-2021.3 2313.5l-2749 643l-2979.2 1900z M-82645.2-6779530.5l-387.9-1307.5l1325.8-336.5l-68.9 1183l-869 461z M-76327.1-6775812l-647-1007.5l1509.2-53l-862.1 1060.5z M-94402.8-6774176.5l1180.3-24.5l825.4 2125l-1477.6 167.5l-2227.2-1643l-105.5-798l1804.4 173z M-76987.3-6771504.5l1132.9 639.5l-205 803l-2249.1-958.5l1321.2-484z M-90706.2-6765954l-691.8-1331.5l250.4-1813l5961.2-2239.5l1527 178.5l-2318.1 6199.5l-3031 705l-1697.7-1699z M-74174.2-6767058l730.2-781l1360 387l3450.7 317l610.1 1804.5l-3733.3 4667.5l-4190.9-406l-1371.9-908l14.7-3096.5l3130.4-1984.5z M-93744.5-6760948.5l-434.3-1051.5l1102.3 494l-668 557.5z M-83170.2-6761722.5l1446.5-50l-842.4 649.5l-604.1-599.5z" />
			<path  id="3" d="M-85792-6714515.5l-1111.7-1620.5l1535.8-1724l198.4 3102l-622.5 242.5z M-40925.4-6731712l3775.4-454l631.9 902l-833.6 1164.5l457.2 506.5l526.2 1165l-1065.4 1001.5l-2348.9 560l-2019.8 1291.5l-96.3 17l-3014.1 2150.5l-516.9 263l630.6 778l-88.6 551l-2.9 5511.5l-61.5 107l1601.4-200l983.2-635.5l1760.2 839.5l2477.6-695l184.1 869l2076.9-1953.5l169.9-857l1392.4-348.5l1201.4 656.5l1548.2-1335l2551.9 521l267.7 245.5l1580.1 333l547.8 2045.5l980.5 139l-165.7 2125.5l1290.2 23l1147.3 93.5l882.8 101l1660.1-1827l2177.7 2305.5l1763.4-694.5l154.3-301l2587.2 345.5l1407-175.5l862.9 745.5l-29.7 1692l-235 637l2779.7 374l53 643l550 230l736.9 308.5l1229.3-133l336.2 68l369.9-835l2509.2-518l1534.5 74.5l3213.7 5906.5l1086.1 372.5l1224.4-995l260 1419l-1299.6 1221l-58.5 2228.5l-1781.3-579l-1296.5 720l959.2 1205.5l-3341.6 837l-97.5 745l-624.2 1324l-2040.3 520l-1951.8-1115.5l-1448.8 545l-2087.5 1201.5l1961.3 1439l266 2284l-332.4 805.5l1150.9 1735.5l-534.3 442l-208.7-236l-1132.7 679l-874.4-910.5l-656-82l191.2-2224l-1986.4-1574l-2001.3-1442.5l-782.9-2241.5l-1546.6 155.5l-989.5 86.5l-1308.3 72.5l-1237.4 80l-293.3 19l-1344.7 890.5l-120.2 766.5l1915.1 2859l-187.2 801.5l-166.1 793l-1526.9 5864l-978.1 1147.5l-4629.7 2157l1258.5 3290l-955.7 473.5l-5509.4 1087.5l-4104.5-3642.5l-2993.9-6290.5l-391.1-860.5l-226.2-500l-1827.4-2647.5l-529.1-845l-768.1-1241l-4062.5-2343.5l-1731.9-717.5l-2049.8-275.5l-1465.6 19l-10195.8-70l-173.5-2908l-120.3-144.5l-2607.5 1177.5l-2013.5-2083l-1582.5-701.5l-1670.7-3324.5l-1855.1-4624.5l-3062.9-3819l3952.9-2275.5l4478.8 1609l838.3-217.5l1092.4-731.5l401-1020l37.4-1723.5l-1905.1-2486.5l-753.5-2126.5l-587.5-1904l1344.3-345.5l-167.2-1025l1686.5-269l342.7-1216l1234.6-69.5l784.4 1690.5l2795-557l153.7 688.5l2108.6 399.5l2498.2-732l994.4 741l23.3 707.5l926.9-1202l1480.7-2407l3284.7 652.5l834-2735l-301.7-178l407-931l2776.5-73l19.3-94.5l405.1-134.5l1275.5 162.5l1962.7-122l1953.8-1429z" />
			<path  id="9" d="M74063-6767826l1879.3 265l1679.6 1304l2398.3 213l1286.6 3757.5l4043.3 7078.5l-62.4 760.5l-6499.5-923l-1855 639l-1549.7 497l-4136-824l-104.6-4073.5l-2014.1-744.5l-2510.7 891.5l-215 857.5l-841.3-473l140.4-4882l3404.3-5593.5l4956.7 1250z M55761.7-6707771.5l-2350.2 5902.5l-5366.4 1974.5l-3819.8 1816l-2573.3 1309.5l-3566.6-1038.5l-333.9 546l-685 896.5l2112.9 1484.5l-191.2 1890.5l2023.1 846l-3766.3 1482l-458 1430.5l1653.3 1870l-2642.4 1403.5l371.9 1122l-945.5 726.5l220.4 1225.5l-1984.7 1226.5l-709.8-364l-1438.7-1075l500.3-2813l-2043.4-1242l-56.1-1810l-1066.8 394.5l-2521.9-5065.5l-44.7-724l1417.4-712.5l1061.3-366l65.8-119l681.7-1231.5l-1300.4-1243l2559.7 53.5l2752.4-270.5l330.9-1101.5l1525.9-670l1271.6-2043l-2261.1-5102l-4701.2-349.5l825.2-1183.5l1800.1-2689.5l1362.2-752l1974.6 1037l1006.3-1251l534.8-4339.5l-3992.1-428.5l-1170.9 1565.5l-2160.7-553.5l-2268.9-2082l698-1167.5l-381.5-2549.5l964.5-1193.5l2733.6 2325l3479.7-1628.5l536-1437.5l-1626-805l-1438-3088l-713-1075l2744.1-952.5l876.6-2158l675.5-1469l-594.7-1077l4288.2-776.5l677.4 1164.5l2255.3 879l1312.7 1026.5l369 1732l1465.1-1206l791.1-1906.5l-778.3 65l16.9-612l1086.5-2128.5l83.4-3318l-335.7-3595l3313.6-195.5l2225.2-1097l2780-2562.5l5169.4-4399.5l1771.2-828.5l4195.9 837.5l537.9 1039.5l3391.5-926.5l1043.5-1888.5l1697.1-218l875.1 697.5l-300.1 1546.5l-2879.2 2385.5l-1242.3-230.5l903.5 572.5l144.5 5242.5l502.9 3603l-24.3 2658l782.1 5296.5l-952 387l-2010.7 2107l-6764 4956l-3109.4 3927l-1956.1 1541.5l-3272-887l-943.8 970.5l-2946.1 3350.5l-142.3 2012l1393.6 3011l1692.8 1826l2794.8 51l509.6 583.5z" />
			<path  id="7" d="M-138122.8-6732025.5l1098.8 147l1273.4-128.5l-760.1 1028.5l-88.5 1287l-543.1-330.5l-565.8 189l-961.6-1759l546.9-433.5z M-17798.4-6696904l1546.6-155.5l782.9 2241.5l2001.3 1442.5l1986.4 1574l-191.2 2224l656 82l874.4 910.5l1132.7-679l208.7 236l1012.2 996l217.2 1130.5l-1131.9 2261.5l2042.1 797.5l231.5 1107.5l-599.3 1369l2267.4 205.5l2577.8-1935l1168 917.5l-2039.5 5068l-1141.3 4002.5l674.5 2819.5l-2562.5 26l-657.4 1955l-789.3 1449l-1114.6 1397l-696.9 780.5l-2205.1 2011l-2187.4-1905.5l332.1-1007.5l-1700.1-641.5l-27.6-1290.5l-808 1045l-1863.8 6733l-3597.9-795l-2775.6-1980l-1164.2-701l-1583.3-947l-2733.3-2132l-906.4-1626.5l-1030.8-4717.5l-842.8-2045.5l-1434.4-1835l5509.4-1087.5l955.7-473.5l-1258.5-3290l4629.7-2157l978.1-1147.5l1526.9-5864l166.1-793l187.2-801.5l-1915.1-2859l120.2-766.5l1344.7-890.5l293.3-19l1237.4-80l1308.3-72.5l989.5-86.5z" />
			<path  id="11" d="M55761.7-6707771.5l-509.6-583.5l2302.1 434.5l552.3 3210.5l1300 219l417 1167.5l-916.5 2425l2988.4 623.5l1853.7 1117l-2336.2 911.5l-1971.1-1683.5l-1338.5-941.5l-5285.6 5362l-1957.3 358.5l-1542.9 2470l1089.9 4642l-2223 1030l-1107.4 1480l-1952.8 3680.5l-772.7 237.5l624.2 681l37.8 184l-266.6 2583.5l-697.4 1486l1540.7 1756.5l-500.7 1646.5l-3394-1873.5l7.5 315l-1962.7-854.5l545.5-1425l-726.5-733.5l-586.5 380.5l-2816.1 1330l-118.3 303l-678.2 2737.5l-118.6 44l-714.4 2056l-347.1 1616l-809.6-443.5l-385.5 1854.5l-2070.9-210.5l-1375.6-729l-518.1-622l-269.7-1355l-1709.8-1132.5l-258.9-711.5l399.9-3151.5l1886.1 274l423.2-2671l-2987.5-533.5l-222.4-1026.5l1571.5-312.5l1092.6 168.5l653.4-865.5l-207-774l875.2-568.5l1044.1-908.5l1438.7 1075l709.8 364l1984.7-1226.5l-220.4-1225.5l945.5-726.5l-371.9-1122l2642.4-1403.5l-1653.3-1870l458-1430.5l3766.3-1482l-2023.1-846l191.2-1890.5l-2112.9-1484.5l685-896.5l333.9-546l3566.6 1038.5l2573.3-1309.5l3819.8-1816l5366.4-1974.5l2350.2-5902.5z" />
			<path  id="4" d="M-3999.5-6779911l840.3 319.5l990.2 899.5l329.1-2307.5l3911.1 1170l-185.2 3299.5l-141.9 1247l39 3093.5l25.9 1978l-2022.1 3404l-4711.5 3291l-3050.2 1537l-2805.6 311.5l1997.2 2790.5l3213.5-428l1739.4-1208l5610.3-1404.5l6487.1-1055.5l2128.3 1145l2270.5 2114l-1629.8 2563l-717.8 435l-725.3 2017l-554.6-207l-2264.7-1313.5l-1076.6 762.5l-1036.7 5195.5l-450 1172.5l-1534-.5l-381.4 646l-4.7 612l2390.9 608.5l-975.4 1107l-419.9 538l-464.8 1935l556.3 1620.5l1232.7 1340.5l1616.9-209l-697.9 2072l2612.4 1413l-1705.5 1799l593.7 323.5l1038.1 380l388 2121.5l-27 72.5l-444.3 4578l552.9 3048l-986.7 509.5l103.8 1215l-2894.8 460l-2245.2-758l-152.2 361l-671.4-278.5l-548.5-1182.5l-1581.7-852.5l-759.6 230l-121.6 1381l-1147.7 226l-2070.1 3416l16.7 4347l-100 1136.5l1782.7 66l-723.8 3443l-2509.2 518l-369.9 835l-336.2-68l-1229.3 133l-736.9-308.5l-550-230l-53-643l-2779.7-374l235-637l29.7-1692l-862.9-745.5l-1407 175.5l-2587.2-345.5l-154.3 301l-1763.4 694.5l-2177.7-2305.5l-1660.1 1827l-882.8-101l-1147.3-93.5l-1290.2-23l165.7-2125.5l-980.5-139l-547.8-2045.5l-1580.1-333l-267.7-245.5l-2551.9-521l-1548.2 1335l-1201.4-656.5l-1392.4 348.5l-169.9 857l-2076.9 1953.5l-184.1-869l-2477.6 695l-1760.2-839.5l-983.2 635.5l-1601.4 200l61.5-107l2.9-5511.5l88.6-551l-630.6-778l516.9-263l3014.1-2150.5l96.3-17l2019.8-1291.5l2348.9-560l1065.4-1001.5l-526.2-1165l-457.2-506.5l833.6-1164.5l-631.9-902l886.5-1735.5l-537.9-394l-96.4-1131l607-1133l-586.3-1090l-756.3-876l-1124.3-173.5l-470.7-2285l-186.2-284.5l840.3-923l-827.1-754l759.2 383.5l-167-729.5l-849.9-1930l1235.6-1861.5l477.3-577.5l3274.1 946l5817.4-2114l682.2-1703.5l-1210.8-3026l643.7-3389.5l798.9-377.5l485.8 112l1519.5-958.5l401.7-99.5l2366.4-1260l-873.8-1354l537.3-1063.5l2486.1-1933l-91.1-2499.5l3918-1611l512.5-1141l915-1295.5l3434.1-2633l1210.9-1188l2623.5-1704.5l1614.1-1385.5l404-394.5l505.7-300l1506.6-580.5l608.3-895l-143.4-401.5z" />
			<path  id="6" d="M11419-6747447.5l222.8-1038.5l1174.4-1236l925.8-3021l1995.1-2564l2585.9-284.5l1424.4-1662.5l3674.6 242l4009.4 2172.5l1550.6 929l2525.4 1467.5l3630.6 1084l3601.9 1605.5l2797.9 1839.5l709.2 1401.5l2014.8 2071l2318.3 1301.5l335.7 3595l-83.4 3318l-1086.5 2128.5l-16.9 612l778.3-65l-791.1 1906.5l-1465.1 1206l-369-1732l-1312.7-1026.5l-2255.3-879l-677.4-1164.5l-4288.2 776.5l594.7 1077l-675.5 1469l-876.6 2158l-2744.1 952.5l713 1075l1438 3088l1626 805l-536 1437.5l-3479.7 1628.5l-2733.6-2325l-964.5 1193.5l381.5 2549.5l-698 1167.5l136.7 1135l-1441.8 163.5l-1556.4-218.5l-1009-1073.5l-645-2741.5l-3057.9 610.5l136 285l-3134.8 1305l-1124-168l-237.6 1231l-2433.7 620.5l-7.8 253.5l-2515.5 1671l-2341.1-260l1623.5 2611l2456.3 319l1009.4-921l648.2 1077.5l939.8-493.5l432.4 697l832-259l-22.7-937l1016.8-245.5l-205.6 1302.5l1710.5 356.5l307.7 3464.5l-3872.4-1385.5l-1617.5 3728l-2397.3 539l-1745.2-375l-4658.2 2532l-1892.1 2229.5l-329-2.5l58.5-2228.5l1299.6-1221l-260-1419l-1224.4 995l-1086.1-372.5l-3213.7-5906.5l-1534.5-74.5l723.8-3443l-1782.7-66l100-1136.5l-16.7-4347l2070.1-3416l1147.7-226l121.6-1381l759.6-230l1581.7 852.5l548.5 1182.5l671.4 278.5l152.2-361l2245.2 758l2894.8-460l-103.8-1215l986.7-509.5l-552.9-3048l444.3-4578l27-72.5l-388-2121.5l-1038.1-380l-593.7-323.5l1705.5-1799l1514.3 386l782.6-784.5l1120.9 682.5l1616.9-1475l555-1797l-296.5-533.5l-1050.7-2511.5l1302.2-867l624.8-799.5l-825.4-1827l-2066.7-514.5z" />
			<path  id="5" d="M11036.1-6757151.5l1539.2 3416l-191.8 1164l-3032.7 2499.5l607.3 694l1460.8 1930.5l2066.7 514.5l825.4 1827l-624.8 799.5l-1302.2 867l1050.7 2511.5l296.5 533.5l-555 1797l-1616.9 1475l-1120.9-682.5l-782.6 784.5l-1514.3-386l-2612.4-1413l697.9-2072l-1616.9 209l-1232.7-1340.5l-556.3-1620.5l464.8-1935l419.9-538l975.4-1107l-2390.9-608.5l4.7-612l381.4-646l1534 .5l450-1172.5l1036.7-5195.5l1076.6-762.5l2264.7 1313.5l554.6 207l725.3-2017l717.8-435z" />
			<path  id="8" d="M19820.3-6720313l3057.9-610.5l645 2741.5l1009 1073.5l1556.4 218.5l1441.8-163.5l-136.7-1135l2268.9 2082l2160.7 553.5l1170.9-1565.5l3992.1 428.5l-534.8 4339.5l-1006.3 1251l-1974.6-1037l-1362.2 752l-1800.1 2689.5l-825.2 1183.5l4701.2 349.5l2261.1 5102l-1271.6 2043l-1525.9 670l-330.9 1101.5l-2752.4 270.5l-2559.7-53.5l1300.4 1243l-681.7 1231.5l-65.8 119l-1061.3 366l-1417.4 712.5l44.7 724l2521.9 5065.5l1066.8-394.5l56.1 1810l2043.4 1242l-500.3 2813l-1044.1 908.5l-875.2 568.5l207 774l-653.4 865.5l-1092.6-168.5l-1571.5 312.5l222.4 1026.5l2987.5 533.5l-423.2 2671l-1886.1-274l-399.9 3151.5l-2132.2-475.5l-297.9 134l-3465-563.5l-201-778l186.4-869.5l-1187-707.5l-3554.7 1657.5l-78.6-802l-4609.2 1698.5l-24.2 1357l-1936.9-860.5l1094.8-1539.5l-137.6-1583l1376.7-609l1049.3-2348l-1607.7-881l-3022.7 2438.5l-2742.1-364.5l-736.4 1160.5l541.5 678.5l-864.8 2110l-4379.7 384.5l-805.8 3612l-910.4 95l-1859-505l-674.5-2819.5l1141.3-4002.5l2039.5-5068l-1168-917.5l-2577.8 1935l-2267.4-205.5l599.3-1369l-231.5-1107.5l-2042.1-797.5l1131.9-2261.5l-217.2-1130.5l-1012.2-996l534.3-442l-1150.9-1735.5l332.4-805.5l-266-2284l-1961.3-1439l2087.5-1201.5l1448.8-545l1951.8 1115.5l2040.3-520l624.2-1324l97.5-745l3341.6-837l-959.2-1205.5l1296.5-720l1781.3 579l329 2.5l1892.1-2229.5l4658.2-2532l1745.2 375l2397.3-539l1617.5-3728l3872.4 1385.5l-307.7-3464.5l-1710.5-356.5l205.6-1302.5l-1016.8 245.5l22.7 937l-832 259l-432.4-697l-939.8 493.5l-648.2-1077.5l-1009.4 921l-2456.3-319l-1623.5-2611l2341.1 260l2515.5-1671l7.8-253.5l2433.7-620.5l237.6-1231l1124 168l3134.8-1305l-136-285z" />
			<path  id="10" d="M48184.7-6687009l2223-1030l348.2 1162l211.6 1030.5l-347.5 1090.5l-511.5 3654l2273.2 402l681.5 336.5l328.8 331l200.1 1930l1639.2 1224.5l565.1 193.5l1829.3 601l1048.4-447.5l1951.9 690l536.7 573.5l1134.7 1044.5l763.2 4096l-1513.1 2108.5l-101.4 653.5l-147.6 4383l-854.5 1301.5l-3998.3 825.5l-737.2-1159.5l-1147.9 281.5l226.9 1390l448.2 1996l-675.4 745l-550.8 1644l713.7 828l-2600.2 688.5l-96.5 265.5l-1758.6 2481.5l-3600.9 603l-557.3 2563l-811.8-233l-3047.5 167.5l-637.5 1428.5l-494.1 3024.5l32.7 504l-52.5 2984.5l-1410.9 2277l-32.6 100.5l-470.8 273.5l-4047.8-969l-658.1-84.5l-3181.7-1623l-2627.7-1361l-2123.7-1483.5l-1720.4-1555.5l-2546.2 122l-1732.3-952.5l1142-1847.5l-2348.2-600l-2703.7-2682l-726.1-343l-123.5-1523.5l-1754.8-2623.5l-1477.1 865l-1704.8-1134l-929.9-2622l710.8-1545l-769.5-530l314.8-1474.5l709.6-680.5l2522-3.5l-830.2-3234.5l2185.5-2296.5l-3345-3893l24.2-1357l4609.2-1698.5l78.6 802l3554.7-1657.5l1187 707.5l-186.4 869.5l201 778l3465 563.5l297.9-134l2132.2 475.5l258.9 711.5l1709.8 1132.5l269.7 1355l518.1 622l1375.6 729l2070.9 210.5l385.5-1854.5l809.6 443.5l347.1-1616l714.4-2056l118.6-44l678.2-2737.5l118.3-303l2816.1-1330l586.5-380.5l726.5 733.5l-545.5 1425l1962.7 854.5l-7.5-315l3394 1873.5l500.7-1646.5l-1540.7-1756.5l697.4-1486l266.6-2583.5l-37.8-184l-624.2-681l772.7-237.5l1952.8-3680.5l1107.4-1480z" />
		</g>
		<g  id="_2">
			<path  id="21" d="M-6084.4-6670262l2562.5-26l1859 505l-835.7 5334l465.5 3142l1059.6 1448.5l749.4 1024.5l-955.3 477.5l-2890.3-622.5l-5272.8-5701.5l696.9-780.5l1114.6-1397l789.3-1449l657.4-1955z" />
			<path  id="20" d="M-15938.8-6666469.5l808-1045l27.6 1290.5l1700.1 641.5l-332.1 1007.5l2187.4 1905.5l2205.1-2011l5272.8 5701.5l-112 2737.5l-10696.5-3097.5l-2924.3-397.5l1863.8-6733z" />
			<path  id="24" d="M-15470.9-6657884l3224 1421l702 1228.5l16088.3 2267.5l8012.3-1696l1477.1-865l1754.8 2623.5l123.5 1523.5l726.1 343l2703.7 2682l2348.2 600l-1142 1847.5l-3175.1 1661l-2003.2 2658l-3888.9-242.5l-1705.9-1978l-2556.8-1411.5l-1834.2-2883.5l-1905.7-1144.5l-1443.9 3207l-3059.9 2232l-1612-1340.5l-2239.3 824.5l-200.5-1960.5l-1570.3-2324.5l-2412.2 3109l-6142.7-8368l-267.4-4013.5z" />
			<path  id="22" d="M11257.4-6679897.5l1607.7 881l-1049.3 2348l-1376.7 609l137.6 1583l-1094.8 1539.5l-1622.6 4938l-4467 1863.5l-901.8 365.5l-940.6 4070l-2523.5 1841.5l-1059.6-1448.5l-465.5-3142l835.7-5334l910.4-95l805.8-3612l4379.7-384.5l864.8-2110l-541.5-678.5l736.4-1160.5l2742.1 364.5l3022.7-2438.5z" />
			<path  id="23" d="M9481.9-6672937l1936.9 860.5l3345 3893l-2185.5 2296.5l830.2 3234.5l-2522 3.5l-709.6 680.5l-314.8 1474.5l769.5 530l-5602.5 1046l-2538.7-6852l901.8-365.5l4467-1863.5l1622.6-4938z" />
			<path  id="19" d="M2490.5-6665770l2538.7 6852l5602.5-1046l-710.8 1545l929.9 2622l1704.8 1134l-8012.3 1696l-16088.3-2267.5l-702-1228.5l-3224-1421l592.6-1455l10696.5 3097.5l112-2737.5l2890.3 622.5l955.3-477.5l-749.4-1024.5l2523.5-1841.5l940.6-4070z" />
		</g>
		<g  id="_3">
			<path  id="27" d="M-140503.8-6685755.5l-1235-1696l2326.7-642l4117.5 762l1622.5 1579.5l-6112.9-1666l-718.8 1662.5z M-152818.9-6683752.5l-975-1080.5l2221.5-2109.5l5814.6 298.5l1945.9 1017.5l-4038.6 789.5l-4002.1-246l-966.3 1330.5z M-166573.1-6680678l-763.5-2138l1735.7-1913l7051.6 56l2291.8 802l-42.5 656.5l-7586.8 41l-2686.2 2495.5z M-163101.8-6674585.5l1671.6-800l3464.8-1222l8651.5-1279l4914.5-1103l6713.2-595.5l6551.1 868l1317 847.5l-727.7 2257.5l1175.4 4914.5l3128.4 433l5076.6 11457l-709.2 1979.5l-986.7 512l-3750.3 1326.5l-2066.4-867.5l336.7 3810.5l262.3 729l1877.1 2551.5l1531.6-814.5l1718.3 187.5l3134.4 4772l337.6 4543l-1982.9 1524.5l-3291.6 2578l-3429.5-1577.5l-2795.3 2405.5l-183.9 1202.5l-4002 519l-575.1-1648l-2032.8-1878.5l-2924-1850l-841-2674l-2418.4 1387.5l-1268.4-1475.5l-2418.5-7027.5l-2550.8-3960.5l-3997.3 987.5l217.5-3336.5l-1872.1-3816l1003-1082l-795.2-2821l-5002.9 489l-3351.2 428.5l-1905.4 200.5l-1187.3 264.5l-3260.8 1334.5l-472.8-2026l-211.5-3061l-478.6-649l1113.1-3893.5l548.2-326l1818.9-234.5l919.3-27l2341.3 351l396.2-555.5l-1357.6-2421.5l2627.6-1839z" />
			<path  id="25" d="M-169082.8-6680542.5l-4744.2-606l-347.8-641.5l1965.6-828.5l2616.7 489.5l509.6 1586.5z M-187950.4-6678797l-894.4-1453.5l3279.5-1386l9503.7-2.5l1046.2 839.5l-5195.1 1426l-7739.9 576.5z M-204772.3-6675887l-1682-531l374.2-418l9783-970.5l4540.8 531l-183.9 544.5l-7112-173.5l-5720 1017.5z M-163101.8-6674585.5l-2627.6 1839l1357.6 2421.5l-396.2 555.5l-2341.3-351l-919.3 27l-1818.9 234.5l-548.2 326l-1113.1 3893.5l478.6 649l211.5 3061l472.8 2026l3260.8-1334.5l1187.3-264.5l1905.4-200.5l3351.2-428.5l5002.9-489l795.2 2821l-1003 1082l1872.1 3816l-217.5 3336.5l3997.3-987.5l2550.8 3960.5l2418.5 7027.5l-5779.8 1602l-3398 1511l-1230.6 375l-4239.9 71.5l-3528-2080.5l-1206.1 419.5l-2681.8-2041.5l-2779.1 605.5l-5309.5 379.5l-3759.8 845l-467 2956l-5118.5-1302.5l-13124.3-865.5l-1758-2687.5l1150.1-2146.5l1395.1-11550.5l456.4-5532.5l939.4-289.5l2168.3 1567l1591.5 2317l3219.8-3326l-1083.9-1943.5l-3065.4-2349.5l304.4-975l6295.6-6480l4148.8-2985l4976.6-1462.5l10753.6 405.5l2516.9 1491.5l2408-349l-1671.6 800z M-205826.4-6671514l-1075.8-634.5l-438.8-1752l2156.9-890.5l934 1094.5l-688.4 1940l-887.9 242.5z" />
			<path  id="28" d="M-140697.2-6638802.5l2924 1850l2032.8 1878.5l575.1 1648l4002-519l183.9-1202.5l2795.3-2405.5l3429.5 1577.5l3291.6-2578l-681.5 1476.5l455.2 2012l2504.5 2106.5l2764.7 509l1151.3 1837.5l586.3 5369l1011.4-276.5l1265.3 4675.5l-839.2 854.5l-780 912.5l1253.2 3102l-1606 2356.5l-772.1 3024l88.8 763l-3778.8 1504l-1938.9-1087.5l484.9-2405l-4815 574l-3973.1 1919.5l-1417.8 3261l-2324.9-1598l-3455.8-297l-418.7-1072l-1180-267.5l-2474.6-3670.5l-1139.1 1044l-2844.7-3601.5l1017.3-1944l-2384-1762l-1848.9-493l-2858.3 554l-1968.2-771.5l-1068.3-4216.5l2263.3-1907.5l4181.4-2940.5l3803.9-3489l2502.3-6304.5z" />
			<path  id="40" d="M-69203.2-6508575.5l4058.5 1337.5l77.2-3065l1044.2-1385.5l989.4-1184.5l-7033.4-3592.5l1921.1-6676l4166.5-1450.5l1135.1-1313l1533.9-2195l1929.2-4585.5l-2057.9-3428l2954.8-3777.5l-2787.8-2302.5l-2899.5-350.5l-1997.7 2475.5l-1717.2 2295.5l-314.1-2544l-3320.2-2116l472.5-4172l342.4-1218.5l-1320.1-2803.5l-2522.6-1836.5l-1658.4-2039l-44.7-1196l984.3-1461l1881.7-54.5l3616.9-2047.5l652.6 301.5l247.2-981l2643.4-942.5l-402.4-2302.5l1153.4-661l-962.7-2706.5l1656.5-317.5l6192.5-1727.5l547.4 611l4565.7-1092l1021.3-646.5l2141.9 370l2211.9-2845.5l336.3 812l-231.9 876.5l-435.3 1673.5l1201.2 1401.5l516.1-29l-453.5-3743l185.6-485.5l172.8 84.5l813.1 549l1612.8 758.5l608.4 2936l-170.6 1220l1537.7-2296l2127.1 497l1412.8 765l2624.6-360.5l1269.4 141.5l26.5 2433l3558 5014l11.6 2874l-811.7 1177l-3763.8-1974.5l-2688.1 2372.5l-5755.3 1855l174.6 2577l1912.1 1226.5l-699.6 1024l-1703.9 285.5l-4203.9 976l-1947.5 1288.5l-722.6 731.5l1549.1 2340l344.5 3528.5l-1685.1 81l-243.8 652l2609.1 901.5l-322.2 835l980.7 1807l5484.8 351l-3169.6 3181.5l-118.7 2030.5l279.5 537l651.4-494.5l1373.2 575.5l-80.9-589l2951.2-1834l1014 26.5l757.1 4701.5l1075.3-143l-2411.3 4521l561.2 3166.5l979.1 1696l1534.8 597.5l-1384.6 1866l-2661.8 1066.5l-1512.1 2934.5l-3007.6 926l-490.6-445l-2027.6-511.5l-3336 1485.5l-1490.1 1257.5l-4098.7 1141.5l2361.6 4671l-614.7 2652.5l-1028.5 456.5l-990.4 1910l-1530.6 48.5l1843.2-2457.5l-935.3-1677l-5138.6-1729l-2348.9 1040l-1720.3 427.5l461.1-3818l-2078.6-2749.5z" />
			<path  id="50" d="M32794.9-6525729l1177.9 732.5l1852.5-787.5l1509.5 2176.5l1507.9-2081.5l2948.1 329l-201.4 479l1136.5 4540l1189.5 829l-3410.8 4989.5l471 834.5l-79.1 2309l-3525 2081.5l-2657.8 1942.5l-2047.9-1903l-2550.9 142.5l-716.4-2092.5l-187.3-6011.5l-1073-4684.5l851.1-1346l1170.5 902.5l2968.3 25.5l-333.3-3407z" />
			<path  id="48" d="M-25304.9-6501101l4380.1-536.5l2429.1-3630.5l-2854.8-2338l655.2-849l2191.7-253.5l2835.9 3286.5l890.4-2328.5l2457.6-2429l18.4-1773.5l-3365.4-447l1556.8-2030l2409.1-1368l4914.1 314.5l947.7-678.5l33.1-1460.5l8204.5-400.5l-359.9 2257.5l-1979.5 718l-89.1 2980.5l5295.2 563l4611.2-1134.5l472.7 864l2267.8-764l4470.1 2414l1012.8 2698l-454.5 553l27.6 976l-1594 486.5l-19.8-848l-2413.6 325.5l-1272 3034l632.2 1178l699.8 1924.5l-1027.4 382l-452.4 1358.5l1688.5 4930.5l-471.6-218.5l-113.9 1886l793.5 4201.5l-724.6 727.5l352.8 713l479 3024l-648.5 1017.5l-403.1 247l-7520.3-174.5l-112.7 2453.5l-961.1 868l-2256.2-2243l-2792.9 1544l1292.4 1708.5l-143.1 1104l-2728.2 1268.5l-1674.5-1751.5l-1196.7 995.5l-763.2-1105.5l-1354 879l-133-62l-3311.7-2663l-1348.9-291.5l-958.6-1864.5l-2386.9-1759.5l-510.5-1463l-1269.6-389l-90.1-60l-467.3 416l-1928.5-436l-1847.9 2867.5l-1168.3-709.5l-596.1-614l-746.7 383.5l-366.4 47l-867-2429l697.3-3638.5l668.3-208.5l491-1048.5l-210.8-223l-960.4-2469l814.3-1746.5l1286.5-4045.5l-1883-919l-1178.5-1794z" />
			<path  id="26" d="M-215289.2-6664461l-2611.5-298l-2816.9-2251.5l-396-2378.5l6378.9-1947.5l3221.5 1806.5l626 778.5l-4402 4290.5z M-141538.1-6641476.5l841 2674l-2502.3 6304.5l-3803.9 3489l-4181.4 2940.5l-2263.3 1907.5l1068.3 4216.5l-3326.1-131.5l-22.3 172.5l-1804.5-908l43.6 4148l-2454.2 9926l1066.7 828.5l5486.9 4085.5l-7.7 54.5l377 5532.5l212.7 165l1868.6 2311.5l4751.4 1992.5l536.2 876l-809.1 1550.5l-2046.3 2822.5l-3560.9 2170l-1800.7 878.5l-1537 4760l-597.9 1004.5l-1217.2 747.5l-2433.2-333.5l-2272 860.5l-2951.7 2230.5l-1668.2 243l-2015.4 1189.5l-1618 305.5l-998.4 1372l-1270-772l-1355.5-2788l-2688.2 525l-1385.7 1566l-1361.4-58l-754-1639.5l-4192.4-983.5l-681.5 453l943.1 252l-975 966.5l-2832 1748l-5199.7 475.5l-563.7 3982l1960.8 138.5l1697.7 4358l-3976.2 696.5l-884.7 4915.5l1075.2 1603l-1856.5-1459l-210.8 1293l-2473.3-1819l-1501.5-258.5l-275.3 954l-698.3-2303.5l-2645.9 1219.5l841.7-3625l2308.8 798.5l994.8-1190.5l1344.2-12268.5l1787.8-10595.5l2287.7-3088l2408-3722.5l2064.3-3040.5l1493.5-4562l1110.3-2683l-847.3-8031l344.4-3748.5l-1260.2-1017l-195.2-1829.5l2747.8-6338l1027.3-6938l619.5-3304.5l908-3508l3457.3 123.5l235.2-328l467-2956l3759.8-845l5309.5-379.5l2779.1-605.5l2681.8 2041.5l1206.1-419.5l3528 2080.5l4239.9-71.5l1230.6-375l3398-1511l5779.8-1602l1268.4 1475.5l2418.4-1387.5z" />
			<path  id="46" d="M-37474.2-6517071.5l1611.1 1155.5l1186.6 2232.5l1762.4 3525l-1557.7 3711l130.6 1338.5l1200.7 831l2927.2-902l2713.3 2601l2195.1 1478l1178.5 1794l1883 919l-1286.5 4045.5l-814.3 1746.5l960.4 2469l210.8 223l-491 1048.5l-668.3 208.5l-697.3 3638.5l867 2429l366.4-47l746.7-383.5l596.1 614l1168.3 709.5l1847.9-2867.5l1928.5 436l467.3-416l90.1 60l1269.6 389l510.5 1463l2386.9 1759.5l958.6 1864.5l1348.9 291.5l3311.7 2663l-3154.8 1196l-3168.4 1162.5l-970.8 2159.5l-2059.6-198l-2092.9-1485.5l-1605.1 332l-1379.6 4280.5l-2698.1 1948.5l-599.6 7944.5l2548.2-524.5l674.5-1424l4721.7 524.5l599.6 2848l-4871.6 3297.5l824.4 2173.5l2248.4-824l1648.9 3972l74.9 1948.5l-1798.7 225l-308.2 2943.5l-3181.5 3509l-3384.3-3415l-292.4-2404l-1278.6 170l-1576.7 381.5l-1486.3 386l-2416.3-692l-1052.8 635l-1536-577.5l-369.6-801.5l306.1-2121l-2115.9 358l-1722.5 354l-1026.1 77.5l-112 65l-465.1 271l-2922.3-378l1651.4-6458l-350.7-427.5l125.5-2215.5l-1000.7-645.5l468-2239.5l1607.5-1098.5l314.7-685.5l2449.3-2282l-1025.4-1134.5l28.9-3688l1810.7-1883l-55.7-856l-3689 806l-3171.1-1004.5l-1895.2 1042l834.1-3708.5l-705.6-3138.5l-1655.7-738l-1095.5 169l-1362.8-1110l-123.9-2627l1067.9-274.5l-842.6-1905l-3911.4-17.5l-1448.4 1137.5l-1434.8-2207.5l1546.1-1501l-1382.9-5128.5l1108.9-3056l-2452.5-3059.5l990.4-1910l1028.5-456.5l614.7-2652.5l-2361.6-4671l4098.7-1141.5l1490.1-1257.5l3336-1485.5l2027.6 511.5l490.6 445l3007.6-926l1512.1-2934.5l2661.8-1066.5l1384.6-1866z" />
			<path  id="52" d="M-465-6479080l2792.9-1544l2256.2 2243l2746 2734.5l898.8 3374.5l-795.8 3235.5l453.4 958l2057.9 534l2652.1-899.5l-764.2 2751l818.5 495.5l1053.3-528l350-1473.5l-581.3-1031.5l251.1-4161.5l1275.7-5795.5l-714.8-407.5l3724.5-2298l2257.6 323l1579.5 1672.5l-852.4 1387l-849.3 941l3303.2-1307l2028.9 454.5l-915.5 2197.5l620.1 1258.5l1184.1-880l638.3-2889.5l-1312.1-2442l-1638.8-632l-102.4-977.5l1404.5-1211.5l6495.3 74.5l-309.4-604.5l1715.7-2112.5l1151.7 1245l2356.8 293l1783.2-2944.5l1820.7 2577l2297.9 1566.5l1490.9 434l678.2 590l-416.5 452.5l-2196.1 1636.5l5.8 1961l970.3 350l1169.6 774.5l468.2 2094.5l-961.7 1476.5l-4120.9 4045.5l793.7 911l-691.6 817.5l156.1 4983.5l1301.7 1816.5l2112.9 950l1738.5 4266l1054.9 1040l294.6 1290l-437.2 1499.5l181.1 1020l1153.3 2265.5l1176 1437.5l-1658.8 325l-396.6 1018.5l-1756.8 765l-130.8 1232l-781.9 995.5l807.8 1996l1546.9 698.5l-703.4 2161.5l-3050.8-2235l-1224.7 500.5l-892.8-1408l-1172.7-2561.5l1369.7-582.5l-547.5-142.5l-2671.6-205.5l-2588.4 1960.5l-1630.7-635.5l-442.9-1871.5l6758.6-5969.5l-2082.8 1001.5l-5618.3 4194l-3345.7 718l-5578.6-5908l-1287.3 669l-45.5 1296l-426.9 1845.5l-759.8 254.5l-1664.5 1969l1978.7 1491l-4947.2-1837.5l-175.3-113l-866.4-276.5l-775.8 693.5l-1527.9-636.5l-434.8-1812l-619.7 17.5l-2359.7 2907l-915.3 737.5l-951.5-923l-2015.8 1361l-132.8-5.5l-2207.7-1633l97.3 777.5l-7720.3 1834l-3170.2-1241.5l-3089.6-51.5l-1446.6 1672l-1349.3-1206.5l-4514.1-587l308.2-2943.5l1798.7-225l-74.9-1948.5l-1648.9-3972l-2248.4 824l-824.4-2173.5l4871.6-3297.5l-599.6-2848l-4721.7-524.5l-674.5 1424l-2548.2 524.5l599.6-7944.5l2698.1-1948.5l1379.6-4280.5l1605.1-332l2092.9 1485.5l2059.6 198l970.8-2159.5l3168.4-1162.5l3154.8-1196l133 62l1354-879l763.2 1105.5l1196.7-995.5l1674.5 1751.5l2728.2-1268.5l143.1-1104l-1292.4-1708.5z" />
			<path  id="37" d="M43372.8-6639001.5l193 21l3215.9-153l4129.5 3439.5l150.3 1126.5l2585.3 1617l2193.6 1005l2125.7-1315.5l-160.8-1168l762.8 444l2517.1-2902l784.3 77.5l1241 1416l2751.6 185l1417.3 5014l2047 2520.5l3238.9 5183.5l3493.5 1728.5l13.9 1105.5l3852.7 1302.5l-47.3 573.5l-1470.7 1852.5l919.2 2228.5l766.4 150l1864.6-892.5l310.2 66.5l2714.1 2564.5l144.3 2155l3339.5 3286.5l581.3 936.5l858.4 768l2585.3-961l2816.9-1290.5l2230.4-471.5l1614.8 1394.5l1863.2 1768l2512.1-479l3573 1846.5l-2590 4192.5l-2922.9-837l-929.4 3532l-344.7 1794l864.1 2030l-2262.5 288l-1703.9 1254.5l-419.1 448l-490.6 482.5l-1468.6 1605l-1754.4 523.5l-4579.9 2658l-1692.3-1108.5l-1711.9 936.5l-1585.6 96.5l-639.3-1203.5l-987.5-860l-4044.4-799l-3052.4 1217.5l-1169.7-390.5l-202.5-1569l-548.7 28l-4674.3 411.5l-1392.1 415.5l-363.1 2651.5l-3750.2 3312.5l-1564.4-89.5l-4350.2 318.5l-2558.2-5025.5l2527.4-3861l1257.2 287l-1164.5-4980l-162.4-737l3296.2-2034l-155.7-2118l-1376.6-2080.5l-2052-839.5l-482.9-3638.5l-3939.7-2068l-1344.1-1702.5l-27.1-1324.5l-2721.4-2415l-1051.8 297l-358.5-726l-4264.2-1343l-59.1-1327l1975.5-1844.5l-3482.3-170.5l-1462.9 2287.5l-1032-962.5l-814.2 623l-1550.4-1590l-1687.6-1638.5l-1046.5 1553l-1424.5 366l-1936.8 1833l34.9 904l-2283.7 1063.5l-1779.4 4365l-2339.3-268l-1194.2 191l-1016.2 2814.5l-2464.4-755.5l-4317.8 3162.5l260.9 6700.5l521 5908l925.3 2019l-3138.5 1495.5l-6159.1 2071l-1918.5-185l-789.8 945.5l-4013.6 2619l-2969.7-139.5l-641.2-1833l-1953.2 366l-155.7-13.5l-525.2-4358l-1414.5-710.5l-1638.7 819l-228.1-205.5l1817-2428.5l3160-2251l6656.8-974l-624.8-1929l-2466-2651l-1447.2-3030l261.7-1133l4992.5-168.5l5077.4-5166l-2774.3-2556l-1805.1-2526.5l-3463.9-861l58.2-1664l-2725.4-771.5l-1544.8 877l-1366.9-52l-1710.5-2366l-2685.1-1663l-2.4-1483l2270.3-203l837.6-2212l1683-28.5l-1669.9-1771.5l-28.1-1214.5l1331.2-1253l2218.8 1413.5l1043.6-3420.5l1146.4-764l301.4-1890l817.7-919.5l3532.2 1575l1254.6 363.5l1580-1093.5l657 1345l4391.2 60.5l-459.3 1880.5l2598.6 1048l859.9-718.5l1316-2581l4692.2-1789.5l1524.2-467l-216-1622l-2950.8-602.5l-2215.1-4565.5l975.3-2297.5l3175.1-1661l1732.3 952.5l2546.2-122l1720.4 1555.5l2123.7 1483.5l2627.7 1361l3181.7 1623l658.1 84.5l4047.8 969l470.8-273.5l32.6-100.5l3684.6-626z" />
			<path  id="33" d="M-152379.7-6619944.5l1968.2 771.5l2858.3-554l1848.9 493l2384 1762l-1017.3 1944l2844.7 3601.5l1139.1-1044l2474.6 3670.5l1180 267.5l418.7 1072l3455.8 297l2324.9 1598l3386.9 4953l1329.4 1960l-734.7 3534l394.2 4256.5l5557.5 5850.5l1721.2 974.5l1770.7-490.5l4919.1-994.5l1558.6 3561.5l1477.2-288.5l1877 833l-668.5 2519l5121.2 330.5l-908.5 2445.5l-689.6 1631l1186.9 3696l96.5 2023.5l-1698.7 1304.5l-2715.8 98.5l-1533.5 1054l-3330.5 2704.5l-1603.6-109l-1296.1 4079l713 4858l441.6 2870l1775.2 1233l285.4 3005l-2219.5 979l-121.4 3161.5l-297.2 749.5l-4568.5 1984l-2537.6-60l-1869.1 3226l-1320.3 1949l-4130-1589l-2521.6 244l-422.2-1684.5l594.5-143l109.4-4742.5l-3188.4-3255.5l2059.4-2223l-39.9-4123l1092.8-562l1041.1-429l603.9-2940l-478.6-2254.5l-1431.3-739.5l-1072.3-2478l-1058.2-1210.5l-3009.3-1271l-3746.1 1522l-4230.7-3371l-3436.4 935.5l-2747.4 2419.5l-5043.6-402l-3520.2-5263l917.9-1399l4570.2-2940l-1915-3622.5l597.9-1004.5l1537-4760l1800.7-878.5l3560.9-2170l2046.3-2822.5l809.1-1550.5l-536.2-876l-4751.4-1992.5l-1868.6-2311.5l-212.7-165l-377-5532.5l7.7-54.5l-5486.9-4085.5l-1066.7-828.5l2454.2-9926l-43.6-4148l1804.5 908l22.3-172.5l3326.1 131.5z" />
			<path  id="44" d="M40626.2-6619170l3482.3 170.5l-1975.5 1844.5l59.1 1327l4264.2 1343l358.5 726l1051.8-297l2721.4 2415l27.1 1324.5l1344.1 1702.5l3939.7 2068l482.9 3638.5l2052 839.5l1376.6 2080.5l155.7 2118l-3296.2 2034l162.4 737l1164.5 4980l-1257.2-287l-2527.4 3861l2558.2 5025.5l-5141.2 1221l-335.5 3933l6.3 1120.5l-4394 1598l-1768.2 1293l156 631l-5338.7-3432l-1405.4-2727.5l-2556.2-1443l-4937.5 2792l-1018.4-714l-3223.6 4520l491.8 1777l-2490.3 3744l833.1 4047l1861.7 3488l-1714.3 2480.5l443.4 665.5l-321.9 80.5l2368.7 2486.5l-1033.4 2220l-1351.6 822.5l1363.3 2277l-1429.5-109l-2263.7 1588l-2717.9 2563.5l-1500.1 583l-1673.6-88.5l-34.3 241.5l955.2 655.5l-362 2386.5l-824.6-493l-5293.4-2228l-557.8 1019.5l-2449.4 215.5l-1379.3-991.5l-2193.1-1619l-269.4-1252l-6064.4 86.5l631.8-4340.5l-545.3-316.5l-1459.4 18l-5814.6-1366.5l210.4-1582.5l-3581.7 953l-256.2-624l-6227.5-4116l630.2-3439.5l-975.6-862l260.5-2360l1764.3-2041.5l-549.3-1768.5l5420.1-1514.5l-290.5-7606l887.6-6562.5l1630.2-3021l1232.8-531l2103.7 1893.5l155.7 13.5l1953.2-366l641.2 1833l2969.7 139.5l4013.6-2619l789.8-945.5l1918.5 185l6159.1-2071l3138.5-1495.5l-925.3-2019l-521-5908l-260.9-6700.5l4317.8-3162.5l2464.4 755.5l1016.2-2814.5l1194.2-191l2339.3 268l1779.4-4365l2283.7-1063.5l-34.9-904l1936.8-1833l1424.5-366l1046.5-1553l1687.6 1638.5l1550.4 1590l814.2-623l1032 962.5l1462.9-2287.5z" />
			<path  id="45" d="M38549.9-6577882l1405.4 2727.5l5338.7 3432l-156-631l1768.2-1293l4394-1598l-64.4 1715l2126.5 3261.5l525.9 4092l2078.9-377l411.1 1528.5l2644.5 3972l2150.6 3848.5l-5883.3 2374l-6195.5 1129l-1160 198.5l-255.1 3858.5l1727.3 1100.5l-143.1 2146.5l-455.3 757l-1600.1 1229.5l-2162.5 3644l-1197.9 1338.5l651.5 569.5l1344.9 787l-1694 2232l1593.3 6961.5l-1605.5-657l-2350.8 333l646.2 3100.5l-844.2 1220.5l201.4-479l-2948.1-329l-1507.9 2081.5l-1509.5-2176.5l-1852.5 787.5l-1177.9-732.5l333.3 3407l-2968.3-25.5l-1170.5-902.5l-851.1 1346l1073 4684.5l187.3 6011.5l-1933.3 784.5l-2163.5 2470l-1794.9 1902.5l-4002.1 97.5l-1858.9-920l454.5-553l-1012.8-2698l-4470.1-2414l-2267.8 764l-472.7-864l-4611.2 1134.5l-5295.2-563l89.1-2980.5l1979.5-718l359.9-2257.5l6.7-840l3013.9-1309.5l-15.9-3331l1248.4-959l1566 2223l2476.3-4406l-693-828l-1132.5-2633l3509.5-441l1142.3-1157.5l636.3-2504.5l5722-2084l-939-4265l-338.9-2646l-955.2-655.5l34.3-241.5l1673.6 88.5l1500.1-583l2717.9-2563.5l2263.7-1588l1429.5 109l-1363.3-2277l1351.6-822.5l1033.4-2220l-2368.7-2486.5l321.9-80.5l-443.4-665.5l1714.3-2480.5l-1861.7-3488l-833.1-4047l2490.3-3744l-491.8-1777l3223.6-4520l1018.4 714l4937.5-2792l2556.2 1443z" />
			<path  id="32" d="M-159653.7-6577291.5l2433.2 333.5l1217.2-747.5l1915 3622.5l-4570.2 2940l-917.9 1399l3520.2 5263l304.8 1817l-2565.8 1617l-3082.6 2540.5l-424.5 1192l858.8 3368l-588.5 1219l258.4 3936l-1026.5 4692l9.2 2302.5l-3109 4566l2649.7 1309l-134.8 737.5l-1871.5 4246l-2336.1 778.5l-597.8-302.5l-295.3 80.5l-499.1 269.5l-4181.4 2695l-1715.1 858.5l-862.1 2093l-3170.1 880l-1036.4 1311l-2520.6 1248l-865.7 89l-1403.4 1765l-5416.1-280.5l-451.3-36l-182.2-16.5l-5899.4 175l-1646.6 1972.5l-2283.2 82l-1511.3-1713.5l-977.5-3534l3420.1-7056.5l115.5-2318.5l-841.3-2583l-1517.5-771l-1588.5-3051.5l-686.6-3031.5l-686.1-1473.5l-689 426.5l-2228.3 3065l-6375.6-1742l139.5-1040.5l-5356.8-261.5l-1994.2-996.5l-268.9-218l-2783.5-2297.5l383.3-2118l263-1320.5l-1465.5-3776.5l3085.4-929l2726.7 224l-3048.2-3087l-468.2-4357.5l3441.7-2257l3856.5 255l5446-99.5l1455.3 1346l3813.8-519.5l2040.2 863l-841.7 3625l2645.9-1219.5l698.3 2303.5l275.3-954l1501.5 258.5l2473.3 1819l210.8-1293l1856.5 1459l-1075.2-1603l884.7-4915.5l3976.2-696.5l-1697.7-4358l-1960.8-138.5l563.7-3982l5199.7-475.5l2832-1748l975-966.5l-943.1-252l681.5-453l4192.4 983.5l754 1639.5l1361.4 58l1385.7-1566l2688.2-525l1355.5 2788l1270 772l998.4-1372l1618-305.5l2015.4-1189.5l1668.2-243l2951.7-2230.5l2272-860.5z" />
			<path  id="38" d="M-156056.2-6564481l5043.6 402l2747.4-2419.5l3436.4-935.5l4230.7 3371l3746.1-1522l3009.3 1271l1058.2 1210.5l1072.3 2478l1431.3 739.5l478.6 2254.5l-603.9 2940l-1041.1 429l-1092.8 562l39.9 4123l-2059.4 2223l3188.4 3255.5l-109.4 4742.5l-594.5 143l422.2 1684.5l2521.6-244l4130 1589l1320.3-1949l1869.1-3226l2537.6 60l4568.5-1984l-230.6 2385.5l-664.2 2355.5l919.3 5514l5361.7 2797.5l3383.9 2444.5l1282.5 4979l-74.6 4544.5l181.5 958l-1730 5872l2223.8 2245l2804.1 1114.5l-2699 2920l-1856.2 379l-2862.2 2017.5l-39.6 2297l-1455 779l-1360.5-560.5l-3085.7-1521l-3835.2-662l-372.7 1177.5l-1102.3-163l-3173.1 3700l-568.4 1613.5l-1288.1-61l-2904.4 68.5l-2457.8 1525l-2646.2-1161.5l-1836-105l-3547.3 3511.5l-4342.6-1931.5l277.8-665l-2367.9-2916.5l5064.1-2251.5l988.3-1206.5l2464.1 160.5l-207.3-4500.5l1001.8-1776.5l1274.9 95l342.6-732.5l2915.9 1258l1795.7-525.5l1709.6-807.5l1214.9-2963.5l-1222-2761l576.3-3480l2851.5-2047l1939-1296l-413.2-2270l-2204.5-893l-2723-6265l-2138.5 1486l-2313.7 396l-1196.8-99l-6206.5-1424.5l-1075.2 733.5l-1028.7-110.5l-1993.5-1743l-3416.8 1246.5l-1940.7-307.5l-1999.6-1032l-2287.3-1395l-2394.8-1116.5l-1757.6-6202.5l-5160.7-2134.5l-9.2-2302.5l1026.5-4692l-258.4-3936l588.5-1219l-858.8-3368l424.5-1192l3082.6-2540.5l2565.8-1617l-304.8-1817z" />
			<path  id="51" d="M65486.3-6556516.5l710.3 214.5l-244.7 2260l-1628.9 2416l-743 1597.5l1094.3 2822l3860.8 4970.5l-3353.6 21l-620.9 238l-1012.5 2650.5l-31.9 1272.5l3144.4 3691l1308.9 1704l4829.8 3869.5l425.6 329l-401.1 1947.5l-1977 1063l-3757 508l304.6 725l934.9-124l1188.3 1610.5l1303.8 2210l-1730.4 1208l30.8 382.5l1208.9 1905.5l843.2-214l971.2 1491.5l197.7 1932l1815.9 1458l-637.6 849.5l-2075.8 569l-2120.6 1823l366.5 2296.5l2851 735.5l-437 2523.5l-1699 2130l-8.1 52l-3506 2729l-2276.2 283.5l-82.8 706l1946.9 1095l177.1 1694l-503.4 1649.5l-1186.1-198.5l-1663.7 31l-3397.2 91.5l-2154.3 923l-761.5 264l-1874.3 51.5l-97.8 19l-628.1-3186.5l630.1-1482l2791.2-1487.5l-735.3-1005.5l2573.6-1358l374.8-2518.5l548-1110l26.4-2607.5l-1170.6-94l-345.8 506.5l-358.1 313.5l-659-100l-152.7-10l-524.1-1036.5l-695.8-829l-861.1-1659.5l-14.2-57l-123.7 58l-465.4 128.5l-1236.4-107l-328.9 14.5l-67.5-33l-401.6-1367.5l-1136.4-620.5l-64.5-534.5l-2219.6-3615.5l211.3-3466.5l-1125.6-1103.5l-4944.4 896l-1189.5-829l-1136.5-4540l844.2-1220.5l-646.2-3100.5l2350.8-333l1605.5 657l-1593.3-6961.5l1694-2232l-1344.9-787l-651.5-569.5l1197.9-1338.5l2162.5-3644l1600.1-1229.5l455.3-757l143.1-2146.5l-1727.3-1100.5l255.1-3858.5l1160-198.5l6195.5-1129l5883.3-2374l1647.9 2612l2665.2-1924.5z" />
			<path  id="39" d="M-127402.3-6530094l2723 6265l2204.5 893l413.2 2270l-1939 1296l-2851.5 2047l-576.3 3480l1222 2761l-1214.9 2963.5l-1709.6 807.5l-1795.7 525.5l-2915.9-1258l-342.6 732.5l-1274.9-95l-6002.4-1084.5l-1783.7-2189.5l-102.8-959l1525.9-1562l382.9-1190l-95.7-3194.5l2292.5-1132.5l-1649.6-1737.5l-33.9-1138.5l1287.1-815.5l2665.4 346.5l-1563.4-2365.5l-1103.9-1201l-691.6-3372.5l1075.2-733.5l6206.5 1424.5l1196.8 99l2313.7-396l2138.5-1486z" />
			<path  id="49" d="M48859.8-6520408l1125.6 1103.5l-211.3 3466.5l2219.6 3615.5l64.5 534.5l1136.4 620.5l401.6 1367.5l67.5 33l328.9-14.5l1236.4 107l465.4-128.5l123.7-58l14.2 57l861.1 1659.5l695.8 829l524.1 1036.5l152.7 10l659 100l358.1-313.5l345.8-506.5l1170.6 94l-26.4 2607.5l-548 1110l-374.8 2518.5l-2573.6 1358l735.3 1005.5l-2791.2 1487.5l-630.1 1482l628.1 3186.5l-2600.7 13l-1232.5-99l-1484.6-76.5l-2074.8 105l-1524.7 454.5l-1555.5 352l543.6 1725l-1594.1 1505.5l-2211.3 646l-1271.8-361.5l-1463.8 728l-1783.2 2944.5l-2356.8-293l-1151.7-1245l-1715.7 2112.5l309.4 604.5l-6495.3-74.5l-1404.5 1211.5l102.4 977.5l1638.8 632l1312.1 2442l-638.3 2889.5l-1184.1 880l-620.1-1258.5l915.5-2197.5l-2028.9-454.5l-3303.2 1307l849.3-941l852.4-1387l-1579.5-1672.5l-2257.6-323l-3724.5 2298l714.8 407.5l-1275.7 5795.5l-251.1 4161.5l581.3 1031.5l-350 1473.5l-1053.3 528l-818.5-495.5l764.2-2751l-2652.1 899.5l-2057.9-534l-453.4-958l795.8-3235.5l-898.8-3374.5l-2746-2734.5l961.1-868l112.7-2453.5l7520.3 174.5l403.1-247l648.5-1017.5l-479-3024l-352.8-713l724.6-727.5l-793.5-4201.5l113.9-1886l471.6 218.5l-1688.5-4930.5l452.4-1358.5l1027.4-382l-699.8-1924.5l-632.2-1178l1272-3034l2413.6-325.5l19.8 848l1594-486.5l-27.6-976l1858.9 920l4002.1-97.5l1794.9-1902.5l2163.5-2470l1933.3-784.5l716.4 2092.5l2550.9-142.5l2047.9 1903l2657.8-1942.5l3525-2081.5l79.1-2309l-471-834.5l3410.8-4989.5l4944.4-896z" />
			<path  id="53" d="M37338.7-6449749l2082.8-1001.5l-6758.6 5969.5l442.9 1871.5l1630.7 635.5l2588.4-1960.5l2671.6 205.5l547.5 142.5l-1369.7 582.5l1172.7 2561.5l892.8 1408l-2531.6 2043.5l-2641 333.5l-849.6-1066l-1091.3-1215l-3344.5-1695l-4536.8 155.5l85.1 2297.5l-973.8 1313l110.5 1563l-1527.8 2003.5l-2456.9 1025l-520.4 1990.5l-1865.6 954l-2502.5 1227l-2466.6-960l-1601.9 2077l466.6 455.5l-981.1 2034.5l-2115.4 244.5l911.7 1296l-117.1 141.5l-4953.5-508l-386.1 1641.5l-1196.2-1730l-836-90.5l-351.7 1097.5l-260.6 721.5l-1998.5 26.5l-191.3 1204.5l-1281.5 1128.5l-1541.8 395.5l-1521 1672.5l-1273.6 393.5l387.9-1676.5l-2030.8-3024l-3543.9 488.5l1195 4612l-1213.2-93l-884.9-3320.5l-1790.4-802l-588.3 56l-1575 2293.5l-5515.3 2777.5l251.9 798l2239.6 4210.5l2327.7-2008l-26.3 2156.5l-215 1277l-2508.4 1285l-3786.2-2059l-2941.6-254.5l-4667.2-2742.5l-721-1238.5l-553.4-858.5l80.9-345l1774.8-887.5l-381.4-2278.5l2325.4-1386l1913.4-240.5l911.2-1458l-1136.2-2996l644.9-1947.5l-1287.4-2096.5l-2296.2-3990.5l2251.3-1166l-205.2-2192.5l-201-634l2610.9 301l-1392.8-1788l-121.6-1658.5l3139.9 1529l949.4 28.5l-33-1543l3181.5-3509l4514.1 587l1349.3 1206.5l1446.6-1672l3089.6 51.5l3170.2 1241.5l7720.3-1834l-97.3-777.5l2207.7 1633l132.8 5.5l2015.8-1361l951.5 923l915.3-737.5l2359.7-2907l619.7-17.5l434.8 1812l1527.9 636.5l775.8-693.5l866.4 276.5l175.3 113l4947.2 1837.5l-1978.7-1491l1664.5-1969l759.8-254.5l426.9-1845.5l45.5-1296l1287.3-669l5578.6 5908l3345.7-718l5618.3-4194z" />
			<path  id="30" d="M-97866.4-6666108.5l-739.5-1929.5l-1535.5-3709l48.1-3226.5l715.9-2534.5l1172.8-2969l400.1-826.5l2393.8-8550.5l1122.3-2843.5l3293.9-3962l4542.9-1023.5l1781.8 3172l3055.5 2247.5l1739.2 1051l2949 270l1704.1 2456.5l-932.6 2395.5l-293.7 562.5l1657.9 1287.5l-5463.2-1832l-1610.5 2537.5l-3103 479.5l137 2753l2949.8 5164.5l627.1-3.5l-392.9 879.5l4231.9 338.5l1378.1 2223.5l2890.5 1678.5l2707.1 1260l472.5-257l2093.3 1679l-1096.2 1187l748.7 1861l1455.5 4160l-813.4 26l-219.5 2174l-614.2 750.5l-2087.3-347l-2657.2 1489l4393.1 1530.5l-418.6 3798l636.4 1880.5l-1059.3-338.5l-2920.6 2196.5l3042.9 3012l-3216.9 2447l343.6 1061.5l-254.7 646.5l2186.9 946.5l-18 2649.5l1390.8 1029l732-522l1691.2 2464.5l867.1 1745.5l-843.9 2503l-461.2 828.5l2120.9 2625.5l68 1614.5l195 4256.5l1968.1 2528.5l691 2259.5l-920.1 1933l-1392.9 902l-2237.6-571.5l-1359.5 506.5l-2527.1-2961.5l-5418.3 2194l-2533.9-3573.5l-2903.7-40.5l-506.9 519l-1770.1-842.5l-2231-1954.5l-2749.8 406.5l-983.1 102l-4361.2-870.5l-7071.9-4866l-313.4-1680.5l704.6-4830l870.3-8447.5l-38.1-605.5l-136.2-3805.5l-119.8-5805l699.2-4144.5l3394.4-2722l1023.2 2960.5l530.7 464l2163.1 205l1894.4-2046.5l981.5-1449.5l-2050.3-6746.5l2247.4-2853l-1884.7-396.5l-2966.1 672.5l-3877-884.5z" />
			<path  id="29" d="M-96293.5-6656564l364.9 530l-3394.4 2722l-699.2 4144.5l119.8 5805l136.2 3805.5l38.1 605.5l-870.3 8447.5l-704.6 4830l218.3 2210l1569.4 2697.5l4262 2598.5l3078.9 1060.5l2147.5 6526l3642.8 3709l137.5 3513.5l-1470.6 594l-2277.6 3287l-1075.1 2407l802.2 2705.5l286.3-698.5l1775.3 227.5l-50.3 1057l286.6 4905l-2484.8-460.5l-1094.5 2662.5l-352.6 4801l-5030.4 1662l-1383.4 388.5l484.9 1327l-2058.7 1463.5l-2442.8 815l-1366.9-405.5l908.5-2445.5l-5121.2-330.5l668.5-2519l-1877-833l-1477.2 288.5l-1558.6-3561.5l-4919.1 994.5l-1770.7 490.5l-1721.2-974.5l-5557.5-5850.5l-394.2-4256.5l734.7-3534l-1329.4-1960l-3386.9-4953l1417.8-3261l3973.1-1919.5l4815-574l-484.9 2405l1938.9 1087.5l3778.8-1504l-88.8-763l772.1-3024l1606-2356.5l-1253.2-3102l780-912.5l839.2-854.5l-1265.3-4675.5l-1011.4 276.5l-586.3-5369l-1151.3-1837.5l-2764.7-509l-2504.5-2106.5l-455.2-2012l681.5-1476.5l1982.9-1524.5l-337.6-4543l2257.8 1197l1926.8-303.5l2095.6-2316.5l1522.2-3409.5l504.8-5094l-159.4-1925l-911.7-995l-2300 835.5l-2314.1-435l885.1-6645l2835.5-3275.5l2729.4-402.5l1521.7 1004l2273.3 3660.5l5909.9 2478l2845.9 380l2305.7 2073l-404 1230.5z" />
			<path  id="34" d="M-86246.4-6603359l1443.1 1141.5l1540-555l977.4-1535.5l483.9 1550l2609.7 1879l6555.1 1451l770.8 211.5l-1574.6 5237.5l1596.8 3985l1464.4 4157.5l918.4-936l1026 1071.5l1483.1-4022l3786.2 170.5l913.5 1040l95.7 530l327 799l2455.4 632.5l2987.6 375.5l410.4-1729l662.1 2532l1732.5 1079.5l524.1 785l-1256.6 6013l7422.9 2326.5l-137 1601.5l779.9 858l844.2 689.5l-591.8 957.5l-813.1-549l-172.8-84.5l-185.6 485.5l453.5 3743l-516.1 29l-1201.2-1401.5l435.3-1673.5l231.9-876.5l-336.3-812l-2211.9 2845.5l-2141.9-370l-1021.3 646.5l-4565.7 1092l-547.4-611l-6192.5 1727.5l-1656.5 317.5l962.7 2706.5l-1153.4 661l402.4 2302.5l-2643.4 942.5l-247.2 981l-652.6-301.5l-3616.9 2047.5l-1881.7 54.5l-984.3 1461l44.7 1196l1658.4 2039l2522.6 1836.5l1320.1 2803.5l-342.4 1218.5l-472.5 4172l3320.2 2116l314.1 2544l-4277.2 6091l-1098.5-129l-2225 746l-2422.3 708l-4475.3-1130l-871.5 353.5l-1949.7 840l-1995-866l-753.5-11l925.3-3757.5l-1001.5-1628.5l99.8-6324l-3387.4-3511.5l-6398.2 3332l-3536.9-1480.5l-3171.7 2420.5l-477.3 3308.5l-2678.8 1685.5l-1432.4-523l-1709.4 501.5l-4877.3-1394.5l664.2-2355.5l230.6-2385.5l297.2-749.5l121.4-3161.5l2219.5-979l-285.4-3005l-1775.2-1233l-441.6-2870l-713-4858l1296.1-4079l1603.6 109l3330.5-2704.5l1533.5-1054l2715.8-98.5l1698.7-1304.5l-96.5-2023.5l-1186.9-3696l689.6-1631l1366.9 405.5l2442.8-815l2058.7-1463.5l-484.9-1327l1383.4-388.5l5030.4-1662l352.6-4801l1094.5-2662.5l2484.8 460.5l-286.6-4905l50.3-1057l-1775.3-227.5l-286.3 698.5l-802.2-2705.5l1075.1-2407l2277.6-3287l1470.6-594z" />
			<path  id="31" d="M-54021.3-6695860.5l1465.6-19l2049.8 275.5l1731.9 717.5l4062.5 2343.5l768.1 1241l529.1 845l1827.4 2647.5l226.2 500l391.1 860.5l2993.9 6290.5l4104.5 3642.5l1434.4 1835l842.8 2045.5l1030.8 4717.5l906.4 1626.5l2733.3 2132l1583.3 947l1164.2 701l2775.6 1980l3597.9 795l2924.3 397.5l-592.6 1455l267.4 4013.5l-360 1146.5l-1748.7 417l2245.7 1163l744.9 4456l-2827.6 279.5l-935.4 1692l-2906.3 1125.5l-29 143.5l-2089.8 218l-1794.2 2048l-397.2 2545l-1059.8-151.5l-2686.8 3483l-599.3-696l1320.6-2880.5l-2799.1-401.5l-1236.9-1372l-2181.5 2957.5l-236.9 935.5l-1944.7 505.5l-5815.1-4661.5l1086.1-2121l-2249.7-514l-136.9-658.5l304.1-3792.5l-2344.4-320.5l-1498.1-2025.5l-2121.8 1231l-1385.1-2031l70.4-2144l3336.2-2791l-1326.6-1265l728.9-1375l-903.5-108.5l-846.9 871.5l-4104.6 845.5l-1688.5-2668l-234.1-3281.5l-447.7-825l-317.6-103.5l-290.9 580.5l-1564.7 3561.5l-3055.5-1872.5l-1288.7 419l-939.9 1164.5l-1561.3 242.5l-1442.9-232.5l-1455.5-4160l-748.7-1861l1096.2-1187l-2093.3-1679l-472.5 257l-2707.1-1260l-2890.5-1678.5l-1378.1-2223.5l-4231.9-338.5l392.9-879.5l-627.1 3.5l-2949.8-5164.5l-137-2753l3103-479.5l1610.5-2537.5l5463.2 1832l-1657.9-1287.5l293.7-562.5l932.6-2395.5l-1704.1-2456.5l5048.9 608l3416.6-1022.5l4204.7 314l-1800.9-4157.5l1839.5-730l10195.8 70z" />
			<path  id="35" d="M-56620.6-6663994.5l317.6 103.5l447.7 825l234.1 3281.5l1688.5 2668l4104.6-845.5l846.9-871.5l903.5 108.5l-728.9 1375l1326.6 1265l-3336.2 2791l-70.4 2144l1385.1 2031l2121.8-1231l1498.1 2025.5l2344.4 320.5l-304.1 3792.5l136.9 658.5l2249.7 514l-1086.1 2121l5815.1 4661.5l1944.7-505.5l236.9-935.5l2181.5-2957.5l1236.9 1372l2799.1 401.5l-1320.6 2880.5l599.3 696l237 287.5l376.6 387l714.8 1743.5l335.4 977.5l1034 1359l-641.3 1985l482.3 1994l47.1 212l345.3 1631l1692.6 1877l2005.3 453l467.4 107.5l844.2 186.5l2359.2 4483.5l2716.8 1473.5l-6610.8 2792.5l-1209.1-184l611.4 610.5l-1751.9 2485l28.5 111.5l1365.9 2576l-811.6 2301l-1725.6 1674.5l4448.4 3839l315.2 773.5l-1705.8 1835.5l1694 748l-1084.8 2110.5l-2450.7 1495.5l-2511.7 3169l-1961.1 429.5l-608.1-2513l-1230.5-440l-4340.8 2291.5l-1019 1482l-2578.5 2585.5l-172.3 1630l-2456.2 2712.5l838 2374l-1627.7 1347.5l-1519.6-636l-938 1343.5l1856.5 1436l-2217.3 3747l-844.2-689.5l-779.9-858l137-1601.5l-7422.9-2326.5l1256.6-6013l-524.1-785l-1732.5-1079.5l-662.1-2532l-410.4 1729l-2987.6-375.5l-2455.4-632.5l-327-799l-95.7-530l-913.5-1040l-3786.2-170.5l-1483.1 4022l-1026-1071.5l-918.4 936l-1464.4-4157.5l-1596.8-3985l1574.6-5237.5l-770.8-211.5l4236.4-3815l-1070.3-4364l2015-1219.5l-1516.9-485.5l-1344.6-1768.5l2385.3-1025.5l1359.5-506.5l2237.6 571.5l1392.9-902l920.1-1933l-691-2259.5l-1968.1-2528.5l-195-4256.5l-68-1614.5l-2120.9-2625.5l461.2-828.5l843.9-2503l-867.1-1745.5l-1691.2-2464.5l-732 522l-1390.8-1029l18-2649.5l-2186.9-946.5l254.7-646.5l-343.6-1061.5l3216.9-2447l-3042.9-3012l2920.6-2196.5l1059.3 338.5l-636.4-1880.5l418.6-3798l-4393.1-1530.5l2657.2-1489l2087.3 347l614.2-750.5l219.5-2174l813.4-26l1442.9 232.5l1561.3-242.5l939.9-1164.5l1288.7-419l3055.5 1872.5l1564.7-3561.5l290.9-580.5z" />
			<path  id="36" d="M-15203.5-6653870.5l6142.7 8368l2412.2-3109l1570.3 2324.5l200.5 1960.5l2239.3-824.5l1612 1340.5l3059.9-2232l1443.9-3207l1905.7 1144.5l1834.2 2883.5l2556.8 1411.5l1705.9 1978l3888.9 242.5l2003.2-2658l-975.3 2297.5l2215.1 4565.5l2950.8 602.5l216 1622l-1524.2 467l-4692.2 1789.5l-1316 2581l-859.9 718.5l-2598.6-1048l459.3-1880.5l-4391.2-60.5l-657-1345l-1580 1093.5l-1254.6-363.5l-3532.2-1575l-817.7 919.5l-301.4 1890l-1146.4 764l-1043.6 3420.5l-2218.8-1413.5l-1331.2 1253l28.1 1214.5l1669.9 1771.5l-1683 28.5l-837.6 2212l-2270.3 203l2.4 1483l2685.1 1663l1710.5 2366l1366.9 52l1544.8-877l2725.4 771.5l-58.2 1664l3463.9 861l1805.1 2526.5l2774.3 2556l-5077.4 5166l-4992.5 168.5l-261.7 1133l1447.2 3030l2466 2651l624.8 1929l-6656.8 974l-3160 2251l-1817 2428.5l228.1 205.5l1638.7-819l1414.5 710.5l525.2 4358l-2103.7-1893.5l-1232.8 531l-1630.2 3021l-887.6 6562.5l290.5 7606l-5420.1 1514.5l549.3 1768.5l-1764.3 2041.5l-260.5 2360l975.6 862l-630.2 3439.5l-208 232l-1318.3 234l-558.6 3454l-3092.8 113.5l-1625.1-2682l479.2-907l1384.4 58l-3810-1585.5l-1369.9-1917l398.6-1221.5l-3485 423.5l-348.9 1299.5l-3558-5014l-26.5-2433l-1269.4-141.5l-2624.6 360.5l-1412.8-765l-2127.1-497l-1537.7 2296l170.6-1220l-608.4-2936l-1612.8-758.5l591.8-957.5l2217.3-3747l-1856.5-1436l938-1343.5l1519.6 636l1627.7-1347.5l-838-2374l2456.2-2712.5l172.3-1630l2578.5-2585.5l1019-1482l4340.8-2291.5l1230.5 440l608.1 2513l1961.1-429.5l2511.7-3169l2450.7-1495.5l1084.8-2110.5l-1694-748l1705.8-1835.5l-315.2-773.5l-4448.4-3839l1725.6-1674.5l811.6-2301l-1365.9-2576l-28.5-111.5l1751.9-2485l-611.4-610.5l1209.1 184l6610.8-2792.5l-2716.8-1473.5l-2359.2-4483.5l-844.2-186.5l-467.4-107.5l-2005.3-453l-1692.6-1877l-345.3-1631l-47.1-212l-482.3-1994l641.3-1985l-1034-1359l-335.4-977.5l-714.8-1743.5l-376.6-387l-237-287.5l2686.8-3483l1059.8 151.5l397.2-2545l1794.2-2048l2089.8-218l29-143.5l2906.3-1125.5l935.4-1692l2827.6-279.5l-744.9-4456l-2245.7-1163l1748.7-417l360-1146.5z" />
			<path  id="43" d="M-31389.4-6559953.5l348.9-1299.5l3485-423.5l-398.6 1221.5l1369.9 1917l3810 1585.5l-1384.4-58l-479.2 907l1625.1 2682l3092.8-113.5l558.6-3454l1318.3-234l208-232l6227.5 4116l256.2 624l3581.7-953l-210.4 1582.5l5814.6 1366.5l1459.4-18l545.3 316.5l-631.8 4340.5l6064.4-86.5l269.4 1252l-1769.3 3344l3217.8 5336l-1189.3 3902l-2519 557.5l-3994.8-2276.5l-3750 35l-777-31.5l689.6 500l-987.9 550l-2001.6 211l65.8-640.5l-4662.8-2905.5l-3278.6-602l-562.2 2942.5l-6915.5-724l-1768.7 493.5l-1579.4 904.5l-474.9 2632l-679.4-1172.5l-6060-1752l-1205.5 2493.5l-3476.5 4065l-1075.3 143l-757.1-4701.5l-1014-26.5l-2951.2 1834l80.9 589l-1373.2-575.5l-651.4 494.5l-279.5-537l118.7-2030.5l3169.6-3181.5l-5484.8-351l-980.7-1807l322.2-835l-2609.1-901.5l243.8-652l1685.1-81l-344.5-3528.5l-1549.1-2340l722.6-731.5l1947.5-1288.5l4203.9-976l1703.9-285.5l699.6-1024l-1912.1-1226.5l-174.6-2577l5755.3-1855l2688.1-2372.5l3763.8 1974.5l811.7-1177l-11.6-2874z" />
			<path  id="47" d="M7734.2-6543295.5l1379.3 991.5l2449.4-215.5l557.8-1019.5l5293.4 2228l824.6 493l362-2386.5l338.9 2646l939 4265l-5722 2084l-636.3 2504.5l-1142.3 1157.5l-3509.5 441l1132.5 2633l693 828l-2476.3 4406l-1566-2223l-1248.4 959l15.9 3331l-3013.9 1309.5l-6.7 840l-8204.5 400.5l-33.1 1460.5l-947.7 678.5l-4914.1-314.5l-2409.1 1368l-1556.8 2030l3365.4 447l-18.4 1773.5l-2457.6 2429l-890.4 2328.5l-2835.9-3286.5l-2191.7 253.5l-655.2 849l2854.8 2338l-2429.1 3630.5l-4380.1 536.5l-2195.1-1478l-2713.3-2601l-2927.2 902l-1200.7-831l-130.6-1338.5l1557.7-3711l-1762.4-3525l-1186.6-2232.5l-1611.1-1155.5l-1534.8-597.5l-979.1-1696l-561.2-3166.5l2411.3-4521l3476.5-4065l1205.5-2493.5l6060 1752l679.4 1172.5l141 355l1225-84.5l337.9-802.5l-84.5-380.5l887.1-802.5l1538 1624.5l-264.4 3091.5l-788.7 1108.5l-929-27l248.6 454l2633 4884l740.6-153.5l3548.3-2380.5l1636.7 1754l1217-207l4504.7 1968l1269.3-887l1045.9-3381l-774.1-747.5l587.2-1057l854.6 57.5l-628.4-4287.5l1526.1-1241l-341.4-749.5l-807.2 490.5l-147.2-699.5l2001.6-211l987.9-550l-689.6-500l777 31.5l3750-35l3994.8 2276.5l2519-557.5l1189.3-3902l-3217.8-5336l1769.3-3344l2193.1 1619z" />
			<path  id="41" d="M-24662.2-6534223l1768.7-493.5l6915.5 724l562.2-2942.5l3278.6 602l4662.8 2905.5l-65.8 640.5l147.2 699.5l807.2-490.5l341.4 749.5l-1526.1 1241l628.4 4287.5l-854.6-57.5l-587.2 1057l-495.7 509l-1205.5-680.5l-185.5-2874.5l-1267.4-402l-3833 1669.5l-2998.4-1638.5l-463.7-1916.5l-3639-143l-1538-1624.5l-887.1 802.5l84.5 380.5l-337.9 802.5l-1225 84.5l-141-355l474.9-2632l1579.4-904.5z" />
			<path  id="42" d="M-24654-6526604l929 27l788.7-1108.5l264.4-3091.5l3639 143l463.7 1916.5l2998.4 1638.5l3833-1669.5l1267.4 402l185.5 2874.5l1205.5 680.5l495.7-509l774.1 747.5l-1045.9 3381l-1269.3 887l-4504.7-1968l-1217 207l-1636.7-1754l-3548.3 2380.5l-740.6 153.5l-2633-4884l-248.6-454z" />
		</g>
		<g  id="_4">
			<path  id="55" d="M-97866.4-6666108.5l3877 884.5l2966.1-672.5l1884.7 396.5l-2247.4 2853l2050.3 6746.5l-981.5 1449.5l-1894.4 2046.5l-2163.1-205l-530.7-464l-1023.2-2960.5l-364.9-530l404-1230.5l377.9-1151l-4048.4-6915.5l1693.6-247.5z M-101084.6-6623464l-218.3-2210l313.4 1680.5l7071.9 4866l4361.2 870.5l983.1-102l2749.8-406.5l2231 1954.5l1770.1 842.5l506.9-519l2903.7 40.5l2533.9 3573.5l-2417.9 728.5l832.8 1735l-832.8 1249l624.6 347l-347 625l-2012.6-833l-2706.6 2429l-3646.7-279.5l-3642.8-3709l-2147.5-6526l-3078.9-1060.5l-4262-2598.5l-1569.4-2697.5z" />
			<path  id="54" d="M-67932.4-6612106l-2385.3 1025.5l1344.6 1768.5l1516.9 485.5l-2015 1219.5l1070.3 4364l-4236.4 3815l-6555.1-1451l-2609.7-1879l-483.9-1550l-977.4 1535.5l-1540 555l-1443.1-1141.5l-137.5-3513.5l3646.7 279.5l2706.6-2429l2012.6 833l347-625l-624.6-347l832.8-1249l-832.8-1735l2417.9-728.5l5418.3-2194l2527.1 2961.5z" />
		</g>
		<g  id="_5">
			<path  id="125" d="M-176066.3-6499541.5l-679.8 886.5l-4318.1-646l-2514.4 2727l-1633.3 244.5l-1921.9-58l-1891.7 1605l-4042.8-632.5l-852.5 72.5l-3438.2 3703.5l-2269.1 582.5l-2524 113.5l-246.7-14.5l-543.3-1947l-5907-736.5l-1241.2-2103.5l-1528.4-120.5l-792.3-3119l204.4-4091l-2027.8-2170.5l1029.5-3074.5l1993.2-2142.5l2984.9-420.5l2854.7-5006.5l3372.5 53l1859.1-1440l2283.2-82l1646.6-1972.5l5899.4-175l182.2 16.5l451.3 36l5416.1 280.5l1403.4-1765l865.7-89l2520.6-1248l1036.4-1311l3170.1-880l862.1-2093l1715.1-858.5l-341.7 757.5l4798.2 3118.5l3232.6 6453l340.7 2399l-8153.5 3953l-1907.7-276.5l-645.6 1458.5l1428.3 4232.5l-2129.3 5780.5z" />
			<path  id="134" d="M-104556.8-6498778.5l-2996.8-459.5l-1151.9-1221.5l39.6-2297l2862.2-2017.5l1856.2-379l2699-2920l-2804.1-1114.5l-2223.8-2245l1730-5872l2240.1 332.5l3727.6 573.5l165.2 266l2113.7 369.5l3258.1-550l3310.4 3274l869.3-1464.5l1771.8-139.5l1531.2-3271.5l3238.8 1547.5l5410.7 1669l-3025.1 2908.5l1539.6 1174l816 2025.5l2580.8-202l1739.9 1289.5l-2124.5 3555.5l-158.2 4063.5l-2137.4 1399.5l-1322-41l-2170.4-2073l-4429.6-113.5l-939.1 943.5l-1303.9 2515l-1404.4-426.5l-1858.9 1341l-1050.6 2388l-1703.7-214l-3054-1974.5l-1631-3296l-371.4 700.5l-2647.9-1489.5l-2991.5 1445.5z" />
			<path  id="136" d="M-69203.2-6508575.5l2078.6 2749.5l-461.1 3818l1720.3-427.5l2348.9-1040l5138.6 1729l935.3 1677l-1843.2 2457.5l1530.6-48.5l2452.5 3059.5l-1108.9 3056l1382.9 5128.5l-1546.1 1501l1434.8 2207.5l-563.9 1340.5l-4428.2 1085.5l-359.7 2480.5l-2143.7 903l-4830.8 1309.5l-661.1-497.5l-100.1-2473l-1450.1-142.5l-86.6-3656.5l-1424.6-2496.5l-6771.6-1193l807.3 1709.5l-3517.2 496.5l-2590.2 1407l-1585.4 3511l-251.6 507.5l-3447-1654l-1860 2178l-4019.2-1654.5l-1229.4 279.5l2572.2-4788l775.2-858l593.5-7278l-445.3-1759l1050.6-2388l1858.9-1341l1404.4 426.5l1303.9-2515l939.1-943.5l4429.6 113.5l2170.4 2073l1322 41l2137.4-1399.5l158.2-4063.5l2124.5-3555.5l4157.7 429.5l-102.6-1502.5z" />
			<path  id="128" d="M-176066.3-6499541.5l2129.3-5780.5l4635.3 1421.5l1598.4 4451l-1191.8 1557l1378.1 3998l-1479.4 2462l-1526.1 2255l568.2 2275l-2939.5 2236.5l-457 1936l1890.3 1458.5l735.1 3400l2715.7 4666l2796.7 1539l865.8 281.5l1918.2 1832.5l1542.7 77.5l1503 2350l1682.3 6025.5l1629.2 1364.5l-2385.9 2701l-2433-879.5l-1122 1535l-1738.9-922.5l-5683.5 2895.5l-1837.8-3985l-2298.1 294.5l-172.6-723l-879.7-1274l-2432.1 1479.5l-795.1 1452l1798.2 1780l2.6 1401l-2921.3 1685l-7296.5-4873.5l-88.4-780.5l1572.2-2629l-2764.8-1507l-1364.9-2732.5l893.8-574l-688.5-2362l-3164.8-1956.5l-2704-630.5l-3341.4-1327l-1627.7-1615l-2848.1-4809.5l1964.4-4276l819.6-5169.5l-2011.1-1502.5l-530.8-1902.5l2524-113.5l2269.1-582.5l3438.2-3703.5l852.5-72.5l4042.8 632.5l1891.7-1605l1921.9 58l1633.3-244.5l2514.4-2727l4318.1 646l679.8-886.5z" />
			<path  id="127" d="M-214234.3-6505245.5l2027.8 2170.5l-204.4 4091l792.3 3119l1528.4 120.5l1241.2 2103.5l5907 736.5l543.3 1947l246.7 14.5l530.8 1902.5l2011.1 1502.5l-819.6 5169.5l-1964.4 4276l2848.1 4809.5l1627.7 1615l3341.4 1327l-4267.9 3550l-2735.9 1052.5l-3048.3-839l-606.9-1822l-2922 18l-1616.4 2924.5l-2132-661.5l-617.4-164l-521.9 3597l-3675.9 1732l-4812.5-2390l-998.4 222l-1039.2-3346.5l-2363.3 716l-4928.3-3083l-3785.7-1064.5l-1745.4 1255.5l-2841.1-2377l-509.7-694.5l-1951.6 564l-3910.8 651.5l-1660.3-2893l-903.9-5171l5547.8 2541.5l4779.9-2845.5l10063.3-3529.5l2444.1 2445l1588.7-931l755.2-748.5l2462.1-1809.5l2881.6-3720.5l-15.2-3241.5l-4868.9-4140l-4372.1-1464l66.5-1387.5l588.4-1959l2728.8-364l912.1-838.5l1048-3965.5l5879.9 162l1447.2-885.5z" />
			<path  id="132" d="M-112744.8-6498228l2292 1837.5l2144.8 3777.5l146.8 150.5l2431.3 3240.5l-524.2 2851.5l-2952.6 1769l-1903.4-301l1049.5 2000l6359.5 1785.5l1068.1 3096l1864.1-1234l1667.7 815.5l2905.8 7308.5l-2101.5 1113.5l-2611 1261.5l-1146.8 2639.5l-3475.5 1684.5l-3586.6 3597.5l-1088.1 4366l-3582.5-479l-2082.8-333.5l-1204.7-3194l-3256.4-2575l441.8-1569l-1626.7-3521.5l-2355.2-676l1386.5-1679l-4595-6276.5l1412.1-1459.5l-65-1600.5l-3790.6-3384.5l15.4-5002l-1370.5 340.5l-1036.3-1474.5l1605.8-5211l2457.8-1525l2904.4-68.5l1288.1 61l568.4-1613.5l3173.1-3700l1102.3 163l372.7-1177.5l3835.2 662l3085.7 1521l-287.9 1485l-936 528z" />
			<path  id="133" d="M-104556.8-6498778.5l2991.5-1445.5l2647.9 1489.5l371.4-700.5l1631 3296l3054 1974.5l1703.7 214l445.3 1759l-593.5 7278l-775.2 858l-2572.2 4788l-3448.2 828l-1667.7-815.5l-1864.1 1234l-1068.1-3096l-6359.5-1785.5l-1049.5-2000l1903.4 301l2952.6-1769l524.2-2851.5l-2431.3-3240.5l-146.8-150.5l-2144.8-3777.5l-2292-1837.5l936-528l287.9-1485l1360.5 560.5l1455-779l1151.9 1221.5l2996.8 459.5z" />
			<path  id="131" d="M-130308.7-6494563.5l-1605.8 5211l1036.3 1474.5l1370.5-340.5l-15.4 5002l3790.6 3384.5l65 1600.5l-1412.1 1459.5l4595 6276.5l-1386.5 1679l2355.2 676l1626.7 3521.5l-441.8 1569l3256.4 2575l1204.7 3194l-1759.5 3402l-113.5 2030l-2055.6 1371.5l-4935.7 120.5l1250.5-4024l-2311.7-321l-3722.4-1968l-1723.7 1649.5l-2777.3-1394l-5543-1083l-1126 350l-1147.9 2000.5l-3389.4-628.5l-5597-3999l-2894.2 1512l-2355.5-1472.5l-1629.2-1364.5l-1682.3-6025.5l-1503-2350l-1542.7-77.5l-1918.2-1832.5l368.5-1827l2485.1-2291.5l3007 829.5l-383.1-1890.5l325.1-1674l803.9-467.5l3666.6 1245.5l866.1-3625.5l-1529.1-1757l-748.9-2490l-303.5-1597.5l1076.5-1704.5l-2621-4113l1621.9-1881l-102.7-1149l2242.4-3972l2777-541l1358.9 1170l2323.1-4l2342.3 1293.5l2367.9 2916.5l-277.8 665l4342.6 1931.5l3547.3-3511.5l1836 105l2646.2 1161.5z" />
			<path  id="130" d="M-170522.4-6489177.5l1526.1-2255l1479.4-2462l3109.5-1959l7073.4 3105.5l2621 4113l-1076.5 1704.5l303.5 1597.5l748.9 2490l1529.1 1757l-866.1 3625.5l-3666.6-1245.5l-803.9 467.5l-325.1 1674l383.1 1890.5l-3007-829.5l-2485.1 2291.5l-368.5 1827l-865.8-281.5l-2796.7-1539l-2715.7-4666l-735.1-3400l-1890.3-1458.5l457-1936l2939.5-2236.5l-568.2-2275z" />
			<path  id="138" d="M-99101.1-6478439.5l3448.2-828l1229.4-279.5l4019.2 1654.5l4189.4 6205l159.2 212l1118.1 2857l174 1857.5l1469.7 2063l4946.5-41l3777.5-1511.5l815 603.5l-697 553.5l2807.6 1502.5l327.6 656l1367.2 2444l761.3 5996.5l-1706.7 3532.5l1006.5 3138.5l-754.3 3001.5l778.2 2141.5l1657.6 663l193.8 2351.5l-3516.2 1168l-4346.1 3600.5l-823-1863l-3291.7 109l-2078.1 731.5l-556.1 1438l1980.4 3464l-3376.9 4221l-1563.1 1080l-637.6-814.5l-2522.2-578.5l-6587-2304.5l-1634.4-513.5l-1979.6 1648l-1779.3-8l-1913-2685l-2798.6-6330.5l-16.5-2329.5l1238-2040l6319.4-3791.5l-657.2-4105.5l-6476.3-2845l451.7-796.5l-1074.7-3354.5l-4553.5 97.5l1088.1-4366l3586.6-3597.5l3475.5-1684.5l1146.8-2639.5l2611-1261.5l2101.5-1113.5l-2905.8-7308.5z" />
			<path  id="147" d="M-115870-6457281l2082.8 333.5l3582.5 479l4553.5-97.5l1074.7 3354.5l-451.7 796.5l6476.3 2845l657.2 4105.5l-6319.4 3791.5l-1238 2040l16.5 2329.5l2798.6 6330.5l1913 2685l-5423.5 2863l-72.1 753l-3632.4 3060.5l-1833.6-281.5l-1858.9 1294l-4691.6 711.5l-2345.8-1724l-3857.9-854.5l-421.7-1310l-5702.5-2865.5l-4046 10.5l-3295-2590l-4070.6 125l-2283.1-984l-107.8-898l-673.1-901l-606 262l-2581.8 3272.5l-1736.9-2342.5l857.5-805.5l-1214.9-2219l271.5-1331l435.2-1215.5l-729.6-5592l3041.1-1686l2740.3 149.5l126.4-2180.5l3083.7-6458.5l3043.5-98.5l-3526.1-3023l1147.9-2000.5l1126-350l5543 1083l2777.3 1394l1723.7-1649.5l3722.4 1968l2311.7 321l-1250.5 4024l4935.7-120.5l2055.6-1371.5l113.5-2030l1759.5-3402z" />
			<path  id="91" d="M-266944.1-6376671l3141.8-4119l2558.3-777l1796.3-2978.5l897.5 1167l3291-69l719.9-817.5l6619.7-1786.5l1436.3 1056.5l-1661.1 3257.5l944.3 2281.5l1774.4 1323.5l-1152.2 2262l2100.4 6373.5l1149 428.5l1161.9 19l1455.1 5035.5l1467.7 71l1042.2 1201l-28.2 1345.5l2885.3-989l2311.2 130l1384.7 92.5l201.6 5269.5l-2337.1 1855l862.3 1860.5l469.7 2586.5l-1752 1873.5l-2477.3-1661l-3849.8 2008l162.2 1189l522.5 2668l-2543.5 1776.5l635.1 1817l-1339.8 1417.5l-92.4 2490.5l-1053.1 119.5l-3797 118.5l-1445.1-1309.5l-3309-1032l-456.5 1075.5l-392.1 895l-1542.4-2266.5l1698.6-2311.5l-1840.5-156.5l-450.3-2960l-2911 1717l-3266.9-2445.5l-58.5-1512l1630-1715l1553.3-3828l2786.8-2178.5l-3514.5-1602.5l-628.6-1810.5l2631.8-3044l185.7-1928.5l-1728-2389l570.8-1553l-1466.3-1901.5l-4836 3057l-382.7-689l82.9-1523.5l-1513-2238.5l73.9-1026l1815.8-1833.5l162-1579l-2356.9-1807.5z" />
			<path  id="89" d="M-266944.1-6376671l2356.9 1807.5l-162 1579l-1815.8 1833.5l-73.9 1026l1513 2238.5l-82.9 1523.5l382.7 689l4836-3057l1466.3 1901.5l-570.8 1553l1728 2389l-185.7 1928.5l-2631.8 3044l628.6 1810.5l3514.5 1602.5l-2786.8 2178.5l-1553.3 3828l-1630 1715l58.5 1512l3266.9 2445.5l2911-1717l450.3 2960l1840.5 156.5l-1698.6 2311.5l1542.4 2266.5l392.1-895l-98 992l-3771.4 4058.5l-689 3551l1132.5-677l431.5 483.5l-2400.2 2654l-2311.8 1076l-3254.9-1014l-3251.1 868l-3009.6-5316.5l29.1-1909l6289.3-5577.5l607.4-1513.5l-6197.2-1187.5l-966.7-1229l1379.8-545.5l911-3397.5l1654.5-1848l-1690.8-4249l488.7-1974l-1316.4-3772.5l1201.1-1916l28.2-338.5l-4700.8 188.5l-1548.8-373.5l222.6-793.5l-2054.2 496.5l-1016.4-4909.5l1119.4 564.5l1154-2791.5l-788.4-2316l963.8-2210.5l3751.5 1553l1011.7-3388l2993.5-1868.5z" />
			<path  id="88" d="M-277149.6-6366214l1016.4 4909.5l2054.2-496.5l-222.6 793.5l1548.8 373.5l4700.8-188.5l-28.2 338.5l-1201.1 1916l1316.4 3772.5l-488.7 1974l1690.8 4249l-1654.5 1848l-911 3397.5l-2431-3284l-2205.8-5100l-5114.9 165.5l-2171.7-9317l1370.2-4941.5l2731.8-410z" />
			<path  id="113" d="M-247268-6473393l1660.3 2893l3910.8-651.5l1029.9 3128l-1857.6 3136l318.2 3708l-2073.2 2001.5l-3348.5-1688l936.5-3140l-1304.9-1291l-287.2 2175.5l-3073.9 4327l1485.4 1072.5l-544.9 1407l-1479.8 3021l-1886 652l-1893.8-776.5l-89.4 2614.5l1942.2 770l2986.8 2944l193.6 1359.5l-653.8 426.5l1319.4 1415l1742.3-281l654.6-1167l544.2 236l4598.7 906.5l-2497.9 1657.5l-1152.8 2437l1648.4 4894l1610.2 1155.5l937.3 5771l-2158.4 904l-972.4-443l-780.1 1518.5l-4495.3-754.5l-723.2 1741.5l-2054.5 1587l-3921.1 1962l-2004.1 226.5l-3506.3-1112l-1077.4-3879l1389.1-9339l-1018.7-4774.5l-1569.7-1421l-1231.1-3184l-4305.3-4590.5l263.1-1124.5l1882.3-4340.5l-5921.6-2663.5l402-5190l-3163.5-1881l-341.7-2306l192.6-4217.5l1230.5-3624.5l3089-1299l1958-2237.5l2364.9 1884l4571.6 1195.5l116.7-2270.5l-1867.9-2833.5l3407.3-584l4981.9 3014.5l5929.8 2234.5l2803.8 2100.5l1154.7 587.5z" />
			<path  id="148" d="M-79990.2-6436651.5l3291.7-109l823 1863l429.9 949.5l4107.3 1836.5l-5549.5 2645.5l2080.6 4037.5l-222.6 1751.5l1975.3 221.5l277 1712.5l-1047.6 2723l-3284.1-508l-5960.6 119l-5010.3 1964.5l-2234.1-604l-1653.3 640l-1637.7 3416l-1161.2-371l-1171 763l-3529.6 5032.5l-1092 1432l810.5 819l1995.3 2646.5l6941.8-2922l1764-37.5l922.4 1257.5l-425.9 1707.5l769.2 3305.5l1896.3 1098.5l-1295.3 1128.5l-196 3333.5l-3939.1 3912.5l592.4 1853l1290.1 276l-3290.2 1322l-1660.5 727l-7071.5-1000l-161-1252l-2654.8-1504l-1066.3-1522.5l-2572.4 606.5l-1214.5-886.5l-2573.3 1164.5l-1564.9 2217l-2777 1971.5l-7202.1-1404.5l290.5-1083l-3848.7-3697l-1071.1-260.5l-591.7 1209l-2147.6-705l1542.5-3358.5l-2659.6-2510.5l-616.2-2210.5l1360-1647.5l-136.1-1064l-3700.1-856l-1651.1 1078l-6718.5-574l-492.1 660l-1420.9-1809l-216.2-4633.5l1566.2-3128.5l-385.9-2037l-1538-1081.5l223.8-2798l-1025.3-2196.5l307.8-2585l-2056.6-4737.5l2581.8-3272.5l606-262l673.1 901l107.8 898l2283.1 984l4070.6-125l3295 2590l4046-10.5l5702.5 2865.5l421.7 1310l3857.9 854.5l2345.8 1724l4691.6-711.5l1858.9-1294l1833.6 281.5l3632.4-3060.5l72.1-753l5423.5-2863l1779.3 8l1979.6-1648l1634.4 513.5l6587 2304.5l2522.2 578.5l637.6 814.5l1563.1-1080l3376.9-4221l-1980.4-3464l556.1-1438l2078.1-731.5z" />
			<path  id="151" d="M-149964.1-6430687l1736.9 2342.5l2056.6 4737.5l-307.8 2585l1025.3 2196.5l-223.8 2798l1538 1081.5l385.9 2037l-1566.2 3128.5l216.2 4633.5l1420.9 1809l783.3 1614.5l-659.1 4540l-1004.6 910l-1382.7-1399.5l-700.4 1808l-6504.4 1333.5l-635.9-2257.5l993.6-1988.5l-2618.8-4492.5l-2112.6 1228l-1811.8-1062.5l-1252.3-1950l-1138.1 672.5l-1877.2-453.5l-1431.3-3191l138.5-553.5l-2908-1103l-533.5-1256.5l-250.5-3893.5l1129.7-905l-269.1-5725.5l1933.2 350l1256.2-1808l-1124.2-4714.5l1196-490l3005.7-1679l1625.8-650.5l7088.2 837l2782.3-1068.5z" />
			<path  id="112" d="M-245023.7-6427818.5l972.4 443l2158.4-904l1236.7 2238.5l-799.1 734l-2994.7-21l46.9 5659l1605 868.5l8 3229l-1420.7 1098l2223.9 1317l4171.3 546.5l618.6 2743.5l1992.3 1317.5l-4076 879.5l-470.9 1335l-2760.9 201.5l-4376.5-2649.5l-2982.5 2929l-3129.8 105l-1127.8-1282l-1776.6 379.5l-64.3 891l-58.3 1158.5l-2909 3275l-2728.5-1776l-2898.6 2444.5l-2427-2086.5l-595.6-1111l-4302.3 2241.5l-1592-35l-681.5-4663.5l1034.4-1512.5l-677.9-1740l3788.3-3389.5l2302.1-3507.5l1184.1-2759.5l4023.5-3428l3506.3 1112l2004.1-226.5l3921.1-1962l2054.5-1587l723.2-1741.5l4495.3 754.5l780.1-1518.5z" />
			<path  id="139" d="M-167458.1-6415738l-1129.7 905l250.5 3893.5l-2442.3 2847l-2107.5 403l-1718.1 1417.5l-154.4 1410l-4353.6 2606l-202.7-1187l-2432.9-2407.5l-1969.4-58.5l-2161.4-615l-1885 1120l-382.5-1311.5l-2277.9-553l-177.3-5403.5l2610.4-896l1292.1-1920l-254.2-3281l1267.4-553l1491 1958.5l1767.7 267l2140.1-5501.5l2028 658.5l2152.7-2713l3255.2-1.5l-393.8 383.5l1892.4 1309.5l3626.1 1497.5l269.1 5725.5z" />
			<path  id="103" d="M-190602.4-6412672l177.3 5403.5l2277.9 553l382.5 1311.5l-908.6 3770l-2096.3-465l-1882.9-1854l104.5-628l-341.9-949.5l-1443.6-418l-2849.2 1253.5l-5090.5-152l-545.5 1030.5l-3103.9 1152l-171.5-2214.5l-1538-1592.5l1383.6-1303l1488.1-259.5l2521-3969.5l966.2-955.5l4064.7-929l603.4 365l8.4 1316l1451.9 463.5l4697.8-2464.5l-155.2 1536z" />
			<path  id="150" d="M-168337.4-6410939.5l533.5 1256.5l2908 1103l-138.5 553.5l1431.3 3191l1877.2 453.5l1138.1-672.5l1252.3 1950l1811.8 1062.5l2112.6-1228l2618.8 4492.5l-993.6 1988.5l635.9 2257.5l6504.4-1333.5l700.4-1808l1382.7 1399.5l1004.6-910l659.1-4540l-783.3-1614.5l492.1-660l6718.5 574l1651.1-1078l3700.1 856l136.1 1064l-1360 1647.5l616.2 2210.5l2659.6 2510.5l-1542.5 3358.5l2147.6 705l591.7-1209l1071.1 260.5l3848.7 3697l-290.5 1083l-1051.4 1202l1585.9 2972.5l-398.6 1629l-1149.8 865.5l-864.9 2439.5l-1815.2 82l-1470.9 1560l-4371-2181.5l-1636.3 117l-1137.5 1805l-1634.1 146l-493.2-731l-961.6-3290l-4845 1302.5l-1372.7 3719l541.5 1402l-1382.9 2510.5l-160.8 2304.5l231.5 335.5l-989.6 1124l-4300.5-150.5l-2531.5-1802.5l-1879.3-20.5l-221.6-4436l-2300.1 157l-1553.9-2242l-28.6-1340l661.9-2825l-2107.4-3117.5l898.3-1139.5l-1795.4-1180.5l-4330.8 1470.5l-1126.6-1044l-615.7-445.5l151.3-2096.5l-7328.8-840.5l441.1-2709.5l-633.5 528l-813.2-756.5l-3716.9-6148.5l-513-1288.5l1149.7-1823.5l4353.6-2606l154.4-1410l1718.1-1417.5l2107.5-403l2442.3-2847z" />
			<path  id="100" d="M-187764.7-6405404l1885-1120l2161.4 615l1969.4 58.5l2432.9 2407.5l202.7 1187l-1149.7 1823.5l513 1288.5l3716.9 6148.5l813.2 756.5l633.5-528l-441.1 2709.5l7328.8 840.5l-151.3 2096.5l615.7 445.5l1126.6 1044l4330.8-1470.5l1795.4 1180.5l-898.3 1139.5l2107.4 3117.5l-661.9 2825l28.6 1340l1553.9 2242l2300.1-157l221.6 4436l-3639.4 2602.5l1666.5 1759l-777 5582l744.5 623.5l-2132.5-565l-1908.4 2093.5l-540.6 478l-2742.7 460l-823.2-1631.5l-1957.9 1535l-6429.6-1665l-920.5-2362.5l-1518.6-2258.5l-1956.7-604.5l1254.2-3434l-1195.6-2389l-2284.3-1907l-2018.6-281l-2159.3-852l-1684.7-1026l-1186.3-1485l-2925.1 705.5l-2190.7-1816l5741-6666l-3666.2-3742.5l257.8-669.5l1432.5-1928l-1682.4-1255l-185.2-3397.5l1793.5-124.5l834.7-3535.5l-542.6-2899.5l908.6-3770z" />
			<path  id="104" d="M-202273.4-6404847l5090.5 152l2849.2-1253.5l1443.6 418l341.9 949.5l-104.5 628l1882.9 1854l2096.3 465l542.6 2899.5l-834.7 3535.5l-1793.5 124.5l-1246.5-1438l-2110.9-341.5l-3852.6 655.5l396.4 3248l-1156.1 452l-1901.5 31l-1285.7-2057l-917.7-160l-4348.9 535.5l-2667.9 1239.5l-144.7-2762l-3018.3-370.5l686.5-1876.5l1892.5-819.5l3031.3-1780l1480.5-2146.5l3103.9-1152l545.5-1030.5z" />
			<path  id="149" d="M-109124.8-6392267l1214.5 886.5l2572.4-606.5l1066.3 1522.5l2654.8 1504l161 1252l-3373.4 2473.5l1251.9 1241l-117.5 2786.5l1049.3 2188.5l-305.7 1191.5l-3992.5 4037.5l213.5 829l-918-8.5l-1935.7 5818.5l-1297.3 682l-2385.7 2030l-168.5 1684l-2143.2 1497.5l-3523.7 28.5l-1388.1-2393.5l-1207.3 162l-2671.1 3249.5l-2341.4 1812l-2365.7 3335.5l-2619.2 1515l2502.1 6003.5l-1838.7 4455l-751.3-177l-443.3 1212l-1839-2037l-1385.4-362.5l-1411.9 1241l-1468.5-247l190.8-3325l-871.8-751.5l-1137.9-1401.5l-1856.7-1735l-1210.7-2490l636.8-3465l-107-66.5l352.2-1709l-878.3-1832.5l-2636.3 125.5l-668.6-45.5l-2316.8-3339l-2181.2-452l-1530.3-517.5l1627.5-4690l4300.5 150.5l989.6-1124l-231.5-335.5l160.8-2304.5l1382.9-2510.5l-541.5-1402l1372.7-3719l4845-1302.5l961.6 3290l493.2 731l1634.1-146l1137.5-1805l1636.3-117l4371 2181.5l1470.9-1560l1815.2-82l864.9-2439.5l1149.8-865.5l398.6-1629l-1585.9-2972.5l1051.4-1202l7202.1 1404.5l2777-1971.5l1564.9-2217l2573.3-1164.5z" />
			<path  id="99" d="M-208744.7-6352310l-637.4 3239.5l760.5 5776.5l-554 1394.5l-851.3-397l45.7 1169l2560.5 2473.5l3158.7-2740.5l5228.8 925.5l950.8 1109l-503.9 2087l-1169 1187.5l-1865.8 1289l-2546.2-277l-1802.6 1702.5l-2603.5-2143.5l-3809.8 4241.5l-987.3-151l-872.4 1047.5l-1450-880l-1656.8 453.5l-440.3-714l-1830.7-999l-622.6-2337.5l2276.1-3247l-1082.8-1308l-2017.5-710.5l287-5347l-1107.9-919.5l3141.1-2015l1352.2-1923.5l-2945.9-2205l-455.7-3574l3213.1-1858.5l2373.2-18.5l3454.3 1368l2716.5-711.5l435.6 1796.5l2042.2 1523.5l-2183.1 1693.5z M-202455.7-6354186.5l1558.9-2248l1999.9-514l3091.5 2438l1696.3-1147l-569 4711.5l1299.7 1416l5844.3 4485.5l1145-49l705.7 2991l-329.1 17l-52.7 39l-615.8 1653.5l-2986.2 1930.5l-4113.9 1298.5l-3205.1-17l26.8-2929.5l-544-1152.5l-2228.7-4940.5l2892.8-3883l-5616.4-4100z" />
			<path  id="97" d="M-208744.7-6352310l2183.1-1693.5l711.5 293l1624.8 873l1769.6-1349l5616.4 4100l-2892.8 3883l2228.7 4940.5l544 1152.5l-1123 750.5l-950.8-1109l-5228.8-925.5l-3158.7 2740.5l-2560.5-2473.5l-45.7-1169l851.3 397l554-1394.5l-760.5-5776.5l637.4-3239.5z" />
			<path  id="135" d="M-58484.6-6539891l-2954.8 3777.5l2057.9 3428l-1929.2 4585.5l-1533.9 2195l-1135.1 1313l-4166.5 1450.5l-1921.1 6676l7033.4 3592.5l-989.4 1184.5l-1044.2 1385.5l-77.2 3065l-4058.5-1337.5l102.6 1502.5l-4157.7-429.5l-1739.9-1289.5l-2580.8 202l-816-2025.5l-1539.6-1174l3025.1-2908.5l-5410.7-1669l-3238.8-1547.5l-1531.2 3271.5l-1771.8 139.5l-869.3 1464.5l-3310.4-3274l-3258.1 550l-2113.7-369.5l-165.2-266l-3727.6-573.5l-2240.1-332.5l-181.5-958l74.6-4544.5l-1282.5-4979l-3383.9-2444.5l-5361.7-2797.5l-919.3-5514l4877.3 1394.5l1709.4-501.5l1432.4 523l2678.8-1685.5l477.3-3308.5l3171.7-2420.5l3536.9 1480.5l6398.2-3332l3387.4 3511.5l-99.8 6324l1001.5 1628.5l-925.3 3757.5l753.5 11l1995 866l1949.7-840l871.5-353.5l4475.3 1130l2422.3-708l2225-746l1098.5 129l4277.2-6091l1717.2-2295.5l1997.7-2475.5l2899.5 350.5l2787.8 2302.5z" />
			<path  id="129" d="M-162312.9-6541797l5160.7 2134.5l1757.6 6202.5l2394.8 1116.5l2287.3 1395l1999.6 1032l1940.7 307.5l3416.8-1246.5l1993.5 1743l1028.7 110.5l691.6 3372.5l1103.9 1201l1563.4 2365.5l-2665.4-346.5l-1287.1 815.5l33.9 1138.5l1649.6 1737.5l-2292.5 1132.5l95.7 3194.5l-382.9 1190l-1525.9 1562l102.8 959l1783.7 2189.5l6002.4 1084.5l-1001.8 1776.5l207.3 4500.5l-2464.1-160.5l-988.3 1206.5l-5064.1 2251.5l-2342.3-1293.5l-2323.1 4l-1358.9-1170l-2777 541l-2242.4 3972l102.7 1149l-1621.9 1881l-7073.4-3105.5l-3109.5 1959l-1378.1-3998l1191.8-1557l-1598.4-4451l-4635.3-1421.5l-1428.3-4232.5l645.6-1458.5l1907.7 276.5l8153.5-3953l-340.7-2399l-3232.6-6453l-4798.2-3118.5l341.7-757.5l4181.4-2695l499.1-269.5l295.3-80.5l597.8 302.5l2336.1-778.5l1871.5-4246l134.8-737.5l-2649.7-1309l3109-4566z" />
			<path  id="137" d="M-77960.3-6486048l6771.6 1193l1424.6 2496.5l86.6 3656.5l1450.1 142.5l100.1 2473l661.1 497.5l4830.8-1309.5l2143.7-903l359.7-2480.5l4428.2-1085.5l563.9-1340.5l1448.4-1137.5l3911.4 17.5l842.6 1905l-1067.9 274.5l123.9 2627l1362.8 1110l1095.5-169l1655.7 738l705.6 3138.5l-834.1 3708.5l1895.2-1042l3171.1 1004.5l3689-806l55.7 856l-1810.7 1883l-28.9 3688l1025.4 1134.5l-2449.3 2282l-314.7 685.5l-1607.5 1098.5l-468 2239.5l1000.7 645.5l-125.5 2215.5l350.7 427.5l-1651.4 6458l2922.3 378l465.1-271l112-65l1026.1-77.5l355.2 713.5l-919.8 1147.5l-2342.7 998.5l-1630.8-187.5l-2639.2 1555l1807.3 1909.5l-200.8 1225l-2791.1 3418.5l-723 2340.5l-2917.2 2816l-3064.3 1838.5l-425.6 1850l-2340.4 674l-2120.4 2617l-4307.8-308.5l-1089.7-2224l1095.7-3276l-1051.7-999.5l-3713.7-1113l-3679.9 654.5l-4107.3-1836.5l-429.9-949.5l4346.1-3600.5l3516.2-1168l-193.8-2351.5l-1657.6-663l-778.2-2141.5l754.3-3001.5l-1006.5-3138.5l1706.7-3532.5l-761.3-5996.5l-1367.2-2444l-327.6-656l-2807.6-1502.5l697-553.5l-815-603.5l-3777.5 1511.5l-4946.5 41l-1469.7-2063l-174-1857.5l-1118.1-2857l-159.2-212l-4189.4-6205l1860-2178l3447 1654l251.6-507.5l1585.4-3511l2590.2-1407l3517.2-496.5l-807.3-1709.5z" />
			<path  id="114" d="M-241696.9-6471151.5l1951.6-564l509.7 694.5l2841.1 2377l1745.4-1255.5l3785.7 1064.5l4928.3 3083l2363.3-716l1039.2 3346.5l998.4-222l4812.5 2390l3675.9-1732l1625.6 4847.5l-2504.1 3435.5l-256.2 3964.5l-2348 382l158 1085l-1451.8 1436.5l-7438.5 2195.5l-1595.9-480.5l-236.4 1730l-2244.9 930l-76 422l-814.6 2316.5l916.5 2258.5l-4425 1555l-1428.7-2259l-1152.4 33l-1436.8 3636l635 1052l-5710.2 95l-1610.2-1155.5l-1648.4-4894l1152.8-2437l2497.9-1657.5l-4598.7-906.5l-544.2-236l-654.6 1167l-1742.3 281l-1319.4-1415l653.8-426.5l-193.6-1359.5l-2986.8-2944l-1942.2-770l89.4-2614.5l1893.8 776.5l1886-652l1479.8-3021l544.9-1407l-1485.4-1072.5l3073.9-4327l287.2-2175.5l1304.9 1291l-936.5 3140l3348.5 1688l2073.2-2001.5l-318.2-3708l1857.6-3136l-1029.9-3128z" />
			<path  id="110" d="M-246889-6408782.5l4376.5 2649.5l-2207.6-322l-290 1866.5l488.9 4016l1719.6-316l562.3 3655l-2842.3-572l-1576.1 1057.5l-2561.5 4203l512.6 1285l-4105-273.5l-2328.8-1759l456.8-2334l-4253.8-5700l2909-3275l58.3-1158.5l64.3-891l1776.6-379.5l1127.8 1282l3129.8-105l2982.5-2929z" />
			<path  id="90" d="M-261665.8-6403102.5l2728.5 1776l4253.8 5700l-456.8 2334l2328.8 1759l4105 273.5l2119.3 3819l-1332.3 1389.5l-6619.7 1786.5l-719.9 817.5l-3291 69l-897.5-1167l-1796.3 2978.5l-2558.3 777l-3141.8 4119l-2993.5 1868.5l-1011.7 3388l-3751.5-1553l198.4-694l-4922.4-1924.5l-131.6-1497.5l991.3-3909l-4146 265.5l-683.7-704.5l-4244.4 881.5l-1680.2-8549l3359.2-1538.5l1509 3396l1139.3 83.5l1098.1-1209l2084.4-3722l4094.4-2426l2086.3-1674.5l3301.3-2361.5l2027.3-226l1520.3-1093.5l-2471.4-1780.5l2579.6-1093.5l2427 2086.5l2898.6-2444.5z" />
			<path  id="123" d="M-201580.7-6465738.5l2735.9-1052.5l4267.9-3550l2704 630.5l3164.8 1956.5l688.5 2362l-893.8 574l1364.9 2732.5l2764.8 1507l-1572.2 2629l88.4 780.5l7296.5 4873.5l546.1 300l-617 1805.5l-3325-486l-2928.9 3531l-1543.7-1229.5l-871.2 600.5l-879-375l-2944.8-451l-2222.9-2716.5l-2750 397.5l-1572.2 1273.5l1542.9 896.5l1220.4 8258l-2421.2-13.5l-2296.1-4578l-2824.4-2627.5l-2250.5-1084.5l11-787.5l842.4-1360.5l-831.3-3213l1657.3-2571l2620.4-3156l55.4-4389l-827.4-1467z" />
			<path  id="126" d="M-212523.9-6466282.5l617.4 164l2132 661.5l1616.4-2924.5l2922-18l606.9 1822l3048.3 839l827.4 1467l-55.4 4389l-2620.4 3156l-1657.3 2571l831.3 3213l-842.4 1360.5l-3179.3 783l1925.4 5052l-823.2 5024.5l-734.1-128.5l-886.9 2742.5l-4159.3 1014.5l-2288.5-2086l-1663-5388l-2297.4-1910l2372.1-1796l-990.5-1260.5l1451.8-1436.5l-158-1085l2348-382l256.2-3964.5l2504.1-3435.5l-1625.6-4847.5l521.9-3597z" />
			<path  id="146" d="M-177055.4-6458613.5l2432.1-1479.5l879.7 1274l172.6 723l2298.1-294.5l1837.8 3985l5683.5-2895.5l1738.9 922.5l1122-1535l2433 879.5l2385.9-2701l2355.5 1472.5l2894.2-1512l5597 3999l3389.4 628.5l3526.1 3023l-3043.5 98.5l-3083.7 6458.5l-126.4 2180.5l-2740.3-149.5l-3041.1 1686l-227.8 77.5l-629.5-3036l-1849.6-1463.5l-3926.3-1034l-1007.5 1430l-1812.7-41.5l-847-5182.5l-1568.8-15.5l-1515 1328l-1202.2-282l-894.7 1157l-664-50.5l-1635.7 914.5l-564.9 2913l2133.6 1077l-198.8 1186.5l-6090.8 266.5l-829.4-1525.5l-3101.5 1327.5l-1661.8-943l-121.4-1373l2804.5-1454l13.2-3028.5l-897.8-2119l-1784.6-274.5l-546.1-300l2921.3-1685l-2.6-1401l-1798.2-1780l795.1-1452z" />
			<path  id="122" d="M-198079.6-6449645.5l1572.2-1273.5l2750-397.5l2222.9 2716.5l2944.8 451l879 375l871.2-600.5l1543.7 1229.5l2928.9-3531l3325 486l617-1805.5l1784.6 274.5l897.8 2119l-13.2 3028.5l-2804.5 1454l-1588.2 1367l-1711.9-474.5l-1704.4 2217l700.4 4782l-3225.9 502.5l-1330.9-1114.5l137-1136.5l-3565.2-3622l-4467 2107.5l-1220.4-8258l-1542.9-896.5z" />
			<path  id="145" d="M-160644.8-6451100l847 5182.5l1812.7 41.5l1007.5-1430l3926.3 1034l1849.6 1463.5l629.5 3036l227.8-77.5l729.6 5592l-435.2 1215.5l-271.5 1331l1214.9 2219l-857.5 805.5l-2782.3 1068.5l-7088.2-837l-1625.8 650.5l-3005.7 1679l-1196 490l1124.2 4714.5l-1256.2 1808l-1933.2-350l-3626.1-1497.5l-1892.4-1309.5l393.8-383.5l-400.7-1032.5l2994.1-4262l1796.4-934l2310.5-37.5l-429.7-3529.5l2533.9-1212.5l89.4-3362l-1692.9 50l-1104.3-3898l198.8-1186.5l-2133.6-1077l564.9-2913l1635.7-914.5l664 50.5l894.7-1157l1202.2 282l1515-1328l1568.8 15.5z" />
			<path  id="124" d="M-208276.8-6448799l3179.3-783l-11 787.5l2250.5 1084.5l2824.4 2627.5l2296.1 4578l-1483.3-12.5l1297.8 4321l-364.8 861.5l-195.1 1559.5l-2493.8 1038.5l-5563-4362l-635.1-1624l823.2-5024.5l-1925.4-5052z" />
			<path  id="118" d="M-226856.8-6445819.5l1595.9 480.5l7438.5-2195.5l990.5 1260.5l-2372.1 1796l2297.4 1910l1663 5388l2288.5 2086l-1885.5 950l-221.8 1936l-4059.3 2097l-2254.7-594.5l1050.6-5454l-2214.3-1425l-237.9-1870.5l-3138.6-1441l-3497.5-1841.5l76-422l2244.9-930l236.4-1730z" />
			<path  id="143" d="M-181860.4-6444227l1711.9 474.5l1588.2-1367l121.4 1373l1661.8 943l62.1 5444.5l4694.8 419l167.7 2347.5l-3437.3 1551l-538.2 6406.5l-3058.8 247.5l-2228.8-4819.5l-2800.1-1052.5l-1709-771l-1273.3-1802l807.5-1893l3225.9-502.5l-700.4-4782l1704.4-2217z" />
			<path  id="144" d="M-176777-6442803.5l3101.5-1327.5l829.4 1525.5l6090.8-266.5l1104.3 3898l1692.9-50l-89.4 3362l-2533.9 1212.5l429.7 3529.5l-2310.5 37.5l-1796.4 934l-2994.1 4262l400.7 1032.5l-3255.2 1.5l279.2-1982.5l538.2-6406.5l3437.3-1551l-167.7-2347.5l-4694.8-419l-62.1-5444.5z" />
			<path  id="117" d="M-229414-6442737.5l3497.5 1841.5l3138.6 1441l237.9 1870.5l2214.3 1425l-1050.6 5454l-3271.6-61l-4994.7-93.5l-1615.6 1750l43.4-5148l-2522.4-2349.5l4425-1555l-916.5-2258.5l814.6-2316.5z" />
			<path  id="142" d="M-195316.3-6440491l4467-2107.5l3565.2 3622l-137 1136.5l1330.9 1114.5l-807.5 1893l1273.3 1802l1709 771l-527.2 2825.5l-3828.3 245l-2688.8-806l-1177.7-6447l-1761.1-548.5l-1180.6 1563.5l-3208.5 92.5l364.8-861.5l-1297.8-4321l1483.3 12.5l2421.2 13.5z" />
			<path  id="115" d="M-236318.3-6438833.5l1152.4-33l1428.7 2259l2522.4 2349.5l-43.4 5148l-600.1 2980.5l-1261-765.5l-665.7 2531l-204.8 3344l-1432.8 1402l-3519.7 1277l-3145.9-1464l-709.9 1004.5l-1605-868.5l-46.9-5659l2994.7 21l799.1-734l-1236.7-2238.5l-937.3-5771l5710.2-95l-635-1052l1436.8-3636z" />
			<path  id="120" d="M-207908.8-6438851l734.1 128.5l635.1 1624l5563 4362l2183.8 6263.5l-545.6 1382.5l-1336.1 762l-5395.6-3323l-2786.5-3604l122.6-1975l-61.6-2878l886.9-2742.5z" />
			<path  id="141" d="M-198287.8-6435334.5l3208.5-92.5l1180.6-1563.5l1761.1 548.5l1177.7 6447l2688.8 806l383.3 1121l-2964.2 3228l-6735.3-327.5l-1205.7-1305.5l-2183.8-6263.5l2493.8-1038.5l195.1-1559.5z" />
			<path  id="119" d="M-212955-6435094l4159.3-1014.5l61.6 2878l-2818.1 3641l472.2 1299l-1339.6 4621.5l-2769.8 2955.5l-5275.3 1499.5l-1004.7-2548l616.9-7030l-523.8-1913.5l2254.7 594.5l4059.3-2097l221.8-1936l1885.5-950z" />
			<path  id="121" d="M-211552.2-6429589.5l2818.1-3641l-122.6 1975l2786.5 3604l5395.6 3323l311.2 2744l-1970.3 1292.5l-3770.6 657l-2266.8 353.5l-5245.3 858l-1573.1-2290l2769.8-2955.5l1339.6-4621.5l-472.2-1299z" />
			<path  id="140" d="M-188271.1-6429189l3828.3-245l527.2-2825.5l2800.1 1052.5l2228.8 4819.5l3058.8-247.5l-279.2 1982.5l-2152.7 2713l-2028-658.5l-2140.1 5501.5l-1767.7-267l-1491-1958.5l-1267.4 553l254.2 3281l-1292.1 1920l-2610.4 896l155.2-1536l-4697.8 2464.5l-1451.9-463.5l-8.4-1316l-603.4-365l-1114.9-3407l602.7-2781.5l-401.2-936.5l-2241.4-571.5l-311.2-2744l1336.1-762l545.6-1382.5l1205.7 1305.5l6735.3 327.5l2964.2-3228l-383.3-1121z" />
			<path  id="116" d="M-224647.9-6430766.5l3271.6 61l523.8 1913.5l-616.9 7030l1004.7 2548l-1699.2 171.5l-1652.5 774l-2366.7-1212l-2423.4 2061l-596.7-420.5l-3094.6-1455l-34.7-3936.5l-1452.6-1132.5l665.7-2531l1261 765.5l600.1-2980.5l1615.6-1750l4994.7 93.5z" />
			<path  id="111" d="M-242798-6418800.5l709.9-1004.5l3145.9 1464l3519.7-1277l1432.8-1402l204.8-3344l1452.6 1132.5l34.7 3936.5l3094.6 1455l596.7 420.5l1300.5 2344l-779.7 6154.5l-2094.1 2311.5l-1606.5 113.5l-2474.1 1425l-327.3 3819l-1268.3 471.5l290.1 1727.5l-893.7 1512l-553.8 1001l-1449.8-1193l-1020.4 4114l-3082.1 2610l-608 3605l-2457.1 1026l-852.7 1383l-1436.3-1056.5l1332.3-1389.5l-2119.3-3819l-512.6-1285l2561.5-4203l1576.1-1057.5l2842.3 572l-562.3-3655l-1719.6 316l-488.9-4016l290-1866.5l2207.6 322l2760.9-201.5l470.9-1335l4076-879.5l-1992.3-1317.5l-618.6-2743.5l-4171.3-546.5l-2223.9-1317l1420.7-1098l-8-3229z" />
			<path  id="106" d="M-208371.1-6419281.5l2266.8-353.5l3770.6-657l1970.3-1292.5l2241.4 571.5l401.2 936.5l-602.7 2781.5l1114.9 3407l-4064.7 929l-966.2 955.5l-2521 3969.5l-1488.1 259.5l-2281.2-3676l-1732.6-936.5l-3226.6 1948l-2819.6 1162l-6361-1875l505.8-7890.5l1699.2-171.5l5275.3-1499.5l1573.1 2290l5245.3-858z" />
			<path  id="107" d="M-228606.5-6417419.5l2423.4-2061l2366.7 1212l1652.5-774l-505.8 7890.5l6361 1875l2819.6-1162l-472.9 3882l-4162.7-237.5l-29.6 2085.5l-8013.8-673l-2407.5 152l-2042.8-252l438.6-1127.5l2094.1-2311.5l779.7-6154.5l-1300.5-2344z" />
			<path  id="105" d="M-213489-6410439l3226.6-1948l1732.6 936.5l2281.2 3676l-1383.6 1303l1538 1592.5l171.5 2214.5l-1480.5 2146.5l-3031.3 1780l-1892.5 819.5l-686.5 1876.5l3018.3 370.5l144.7 2762l-758.2 3159l-115.1 1921.5l-1016.3 649.5l-2219-520l-838.7-1038l-729.4-145.5l-1573 1750.5l-2573.7-1048.5l-475.2-1204.5l2274.4-2256l-1854.5-2406l3951.9-17l829.3-1376.5l-2174-2136.5l2271.3-3655.5l-3303.4-3476l29.6-2085.5l4162.7 237.5l472.9-3882z" />
			<path  id="109" d="M-231786.2-6406496l1606.5-113.5l-438.6 1127.5l2042.8 252l576.1 4219l3355.4 188.5l847.8 691.5l121 3804l2727.6-1612l1132.5-7.5l85.8 3899l1854.5 2406l-2274.4 2256l-582.6 64.5l-1327.6 845l482.8 1750l-1689.7 1388l-181 60l-362.1-1448l-1025.9-1207l-952.5 531l-1448.9-273l516.7 2647.5l-3392.9 2881l-4646.6-860.5l-803.3-627l-5000.2 299l-1016.6-1536l595.2-1802.5l-2189.2-730.5l608-3605l3082.1-2610l1020.4-4114l1449.8 1193l553.8-1001l893.7-1512l-290.1-1727.5l1268.3-471.5l327.3-3819l2474.1-1425z" />
			<path  id="108" d="M-228575.5-6405230l2407.5-152l8013.8 673l3303.4 3476l-2271.3 3655.5l2174 2136.5l-829.3 1376.5l-3951.9 17l-85.8-3899l-1132.5 7.5l-2727.6 1612l-121-3804l-847.8-691.5l-3355.4-188.5l-576.1-4219z" />
			<path  id="101" d="M-197969-6396198.5l3852.6-655.5l2110.9 341.5l1246.5 1438l185.2 3397.5l1682.4 1255l-1432.5 1928l-257.8 669.5l3666.2 3742.5l-5741 6666l2190.7 1816l2925.1-705.5l1186.3 1485l1684.7 1026l2159.3 852l-3732.1 3896.5l-3104.6 606.5l-183 18l-1741.5-533.5l-1932.7-2013l-4031.7 5940l-2367.8 636l-1535.7-1671l348.8-4243l453.5-2931l-2332.1 295.5l-1729.2-1734.5l1107.1-1105.5l-179.8-1453l-2011.6-1021l105.2-3216.5l1616-739l1800.6-4113l-2588.1-424.5l-1184.5-1011.5l1089.5-2352l-2978.4 477l-1536.1 1054l-1450-1169.5l758.2-3159l2667.9-1239.5l4348.9-535.5l917.7 160l1285.7 2057l1901.5-31l1156.1-452l-396.4-3248z" />
			<path  id="102" d="M-210608.7-6389750.5l1450 1169.5l1536.1-1054l2978.4-477l-1089.5 2352l1184.5 1011.5l2588.1 424.5l-1800.6 4113l-1616 739l-105.2 3216.5l2011.6 1021l179.8 1453l-1107.1 1105.5l-8759.7 1126l-504-941.5l2951.7-2031.5l-2568.3-2990l1147.5-1741l-348.7-1880l-4620.2-3998.5l1573-1750.5l729.4 145.5l838.7 1038l2219 520l1016.3-649.5l115.1-1921.5z" />
			<path  id="96" d="M-220149.2-6389385.5l475.2 1204.5l2573.7 1048.5l4620.2 3998.5l348.7 1880l-1147.5 1741l2568.3 2990l-2951.7 2031.5l-2031.7-191.5l-1495 1840l-2875-1035l-1188.3-3028.5l-1006-51.5l947.4-1653l.6-4662l-1353.3-1100.5l-1545.2 50l-1579.1-3078.5l952.5-531l1025.9 1207l362.1 1448l181-60l1689.7-1388l-482.8-1750l1327.6-845l582.6-64.5z" />
			<path  id="92" d="M-227236.7-6387675l1448.9 273l1579.1 3078.5l1545.2-50l1353.3 1100.5l-.6 4662l-947.4 1653l-1950.1 3477l3343 3869l1765.3-521.5l2710.2 2130.5l-247.1 4809.5l-4869.2 543.5l-599.5 689l-1973.2-2530l-566 414l-1754.7 1761l-1183.1 156l-2559.1-2963.5l-2598.4 1527.5l-293 1340.5l-2311.2-130l-2885.3 989l28.2-1345.5l-1042.2-1201l-1467.7-71l-1455.1-5035.5l-1161.9-19l-1149-428.5l-2100.4-6373.5l1152.2-2262l-1774.4-1323.5l-944.3-2281.5l1661.1-3257.5l852.7-1383l2457.1-1026l2189.2 730.5l-595.2 1802.5l1016.6 1536l5000.2-299l803.3 627l4646.6 860.5l3392.9-2881l-516.7-2647.5z" />
			<path  id="95" d="M-224208.3-6373481l1950.1-3477l1006 51.5l1188.3 3028.5l2875 1035l2236.8 26l6618.3 5992l-3987.4 4833.5l-3629.9 223l-685.8-1425l247.1-4809.5l-2710.2-2130.5l-1765.3 521.5l-3343-3869z" />
			<path  id="94" d="M-204398.6-6374676l1729.2 1734.5l2332.1-295.5l-453.5 2931l-348.8 4243l1535.7 1671l-5029.7 3573.5l-1990.4 225l-4073.1-872.5l-1624.2-525.5l3987.4-4833.5l-6618.3-5992l-2236.8-26l1495-1840l2031.7 191.5l504 941.5l8759.7-1126z" />
			<path  id="98" d="M-182510.4-6372942.5l2018.6 281l2284.3 1907l1195.6 2389l-1254.2 3434l1956.7 604.5l1518.6 2258.5l920.5 2362.5l6429.6 1665l1957.9-1535l823.2 1631.5l1355.8 1221.5l134.4 1594l-1.5 191l-1666.3 946l1.6 1560l-126.1 75l-3037.4 27.5l-1070 145l-745.3 1148.5l337.3 1135l-435.2 662l-2150.1-360.5l-1684.2 251.5l-1348.2 1212l-1005.2-151.5l-1658.4 1246.5l-2842 635l-4340.8-670.5l-1448.2 1983l-1145 49l-5844.3-4485.5l-1299.7-1416l569-4711.5l-1696.3 1147l-3091.5-2438l-1999.9 514l-1558.9 2248l-1769.6 1349l-1624.8-873l-711.5-293l-2042.2-1523.5l-435.6-1796.5l-227.2-1957.5l-2672.7-1161.5l-382-1549l1624.2 525.5l4073.1 872.5l1990.4-225l5029.7-3573.5l2367.8-636l4031.7-5940l1932.7 2013l1741.5 533.5l183-18l3104.6-606.5l3732.1-3896.5z" />
			<path  id="93" d="M-233033.3-6362255.5l293-1340.5l2598.4-1527.5l2559.1 2963.5l1183.1-156l1754.7-1761l566-414l1973.2 2530l599.5-689l4869.2-543.5l685.8 1425l3629.9-223l382 1549l2672.7 1161.5l227.2 1957.5l-2716.5 711.5l-3454.3-1368l-2373.2 18.5l-3213.1 1858.5l455.7 3574l2945.9 2205l-1352.2 1923.5l-3141.1 2015l1107.9 919.5l-287 5347l2017.5 710.5l1082.8 1308l-2276.1 3247l622.6 2337.5l1830.7 999l440.3 714l135.7 2654l-1144.6 722.5l-2380.8 8.5l362.9 2114.5l1167.5 688.5l-421.4 3684l-2192.3 791l-289 494l-884.8 213l-2966.8-2113.5l-702.7-2162l-2346.3 616.5l-1847.6 1788.5l1613.5 1162l-1725.6 1847l1145.1 1088l778.9-423.5l478.8 3483l-783.1 1335l939.3 2066.5l1273.1 516.5l-187.5 1017l-251.2 3.5l-4441.2 720l-2740.9 1849l-692.3-2791l-1187.8-1410l-899.9 445l-1393 2381l-1099.7-959.5l423.3-2177.5l-2623.8-1301l-505.3 586l-2695.2 1206l-727.5-400.5l-2227.2 1844l-1470.5 1462.5l-2505.6-96.5l914.3-2473l-877.3-1234l-1904.2 238.5l-439.8-2342.5l-1331.3 331l-716.9 154.5l1224.3 3730l619.2 2053l676.6-43l84.7 1213l-1561.9-117.5l320.8-1433l-3150.8-4068l1473.5-8839l-3920.4-5221.5l2311.8-1076l2400.2-2654l-431.5-483.5l-1132.5 677l689-3551l3771.4-4058.5l98-992l456.5-1075.5l3309 1032l1445.1 1309.5l3797-118.5l1053.1-119.5l92.4-2490.5l1339.8-1417.5l-635.1-1817l2543.5-1776.5l-522.5-2668l-162.2-1189l3849.8-2008l2477.3 1661l1752-1873.5l-469.7-2586.5l-862.3-1860.5l2337.1-1855l-201.6-5269.5l-1384.7-92.5z" />
		</g>
		<g  id="_6">
			<path  id="170" d="M-37112.1-6420965.5l2656.7 76l1604.7 1021l1584-398.5l-10.2-719l3815.8 804l-2325.4 1386l381.4 2278.5l-1774.8 887.5l-80.9 345l553.4 858.5l721 1238.5l4667.2 2742.5l2941.6 254.5l3786.2 2059l-3681.5-1251.5l-1842.4 294.5l-586.4 1970.5l1777.5 1543l1582.2 1200l4614.2 123l-396.7 1253.5l-1468.5 719l-3155.3-142.5l-1208.6 2181.5l-1995.3 1251.5l-1127.9 2123l785 1050l-2751.5 1021.5l-2255.5-1649.5l112.8-2416l-3520.3-1227l-2352.7 1087l-599.5-1466.5l-879.5-2180.5l1475-1928l-5756-1397.5l-3207.4-3660.5l2137.6-1429.5l-794.5-3288l-1212.3-1225.5l-70.2-720l2963.3-1898l2391.5 471.5l1185.7-1962l1316.3-1280.5z" />
			<path  id="173" d="M-107648.1-6372969.5l918 8.5l2869.4 1633.5l5868.7 459.5l7315-4496l180.5 1421l1748.6 723l-173.7 1017l2456.2-1345.5l2985.6 2339l2946.7-679.5l3160.7 1222l1548.2-698.5l-102.7-1260l1610.1 621l2374.8 3170l30.2 720l2511.1 493.5l590 2166l512.7 506.5l1190-2281.5l4708.9 523.5l1507.9 2258.5l-1022.3 1704.5l1665.4 2440.5l441.7 2784l-265.4 416l-2220.7 189.5l-1377.7 1380l-96.5 1218l-5602.8 2022l-26.1 1918l-4225.4 2120.5l-1083.1 1764l-1993.7 1132l-392.7 954l843.1 1190l-1283.7 1821l-2426.1-872l-1761.6-1243l-4285.9 2159.5l-966.7-912.5l-1557.5 1378l-1378.6-19l-1401.8 220.5l-3822-2549.5l-187.2 537l-2176 2767.5l-3178.1-2880.5l-1505-1000l-195.9-3220l-1248 662.5l-1368.5-758l-4036.6 1463.5l-507.6-2345l-771.9-2008.5l1813.3-2553l-642.4-1248l-1305.2 461.5l-1860.5 155l-824.5-2549l903.3-3225l-1420-1378l-1936.6-126.5l.1-781l2143.2-1497.5l168.5-1684l2385.7-2030l1297.3-682l1935.7-5818.5z" />
			<path  id="174" d="M-120490.4-6363622.5l1388.1 2393.5l3523.7-28.5l-.1 781l1936.6 126.5l1420 1378l-903.3 3225l824.5 2549l1860.5-155l1305.2-461.5l642.4 1248l-1813.3 2553l771.9 2008.5l507.6 2345l4036.6-1463.5l1368.5 758l1248-662.5l195.9 3220l1505 1000l3178.1 2880.5l2176-2767.5l2766.3 4503.5l-75.9 2637.5l-244.1 1775l-3473.4 2650l-664.3-1107.5l-2925.3-170l1462.5 2658l-136.2 1196.5l785.3 703.5l-2408 2512l-2264.5 469l2879.9 1298l1985.2-492.5l2134.1 1768l-1500.6 1598l-1638.9 18l-3122.9 1855.5l-1199.3 1482.5l-341 95.5l-901.8 187l1027.3 5250l2251 530.5l-2754.8-217.5l-1783.5 1814l-1444.9 440l-1946.9-2305l-2891.5-3376.5l850.6-2286.5l-1527.8 658.5l-1442.7 280l-1512.2-1939.5l-808.5-3708l-2566.8-814.5l-754.3-370l-3490.8-4844l-338.8-1523.5l-1741.8-1222.5l-1809.4 2253.5l-2918.9-1359l-828-2629.5l-1656.5-955.5l998.8-2114l-1386.6-2396l-447-476.5l-109.6-193l49.5-2411.5l554.6-203l404.8-878.5l443.3-1212l751.3 177l1838.7-4455l-2502.1-6003.5l2619.2-1515l2365.7-3335.5l2341.4-1812l2671.1-3249.5l1207.3-162z" />
			<path  id="175" d="M-59806.2-6357519l4193.7 1675.5l1765-476l2565.3 2393l3244.3-515l499.9 1445.5l5511.3 1773.5l2757.5-1461.5l891.1 3549l1322.7-282l2451.6 3410.5l-677.6 2079l-3334.3 2732.5l-1879.1-1424.5l-3102.8 398l-5003.5 3509l-1907.7 3631l-1186.7 564l-1716-1662.5l35.4 3278l-1699.9 96.5l-3558.9 131.5l-1786.5-883.5l-2767.8 5888l1981.5 1246l-271.7 875.5l7841.9 1615l2018.7 1446l-1100.1 1544l-258.5 5063l-6264.4 2153l-1505.2 1938l38.4-1358l-2818.4 41l-1235-296.5l-1890.3-3542.5l160.3-1496.5l1176.2-1263.5l-2413.6-332.5l-2652.4 1063l-251.1-642.5l-1327.1 601l226.1 3940l-2871.3 2459l-2787.3-777.5l-575.2 1151.5l-1588.7-741l-4295.6-78.5l-1265.4-996.5l-265.1-1083l806.4-508.5l-805.7-2469l-2076.5 1331l-1841-1284.5l-1802.9 315.5l-1822.4-1184l-183.7 277l-2557.2-55l-5369.9 3963.5l1837.2 1564l-300.2 1494.5l-1424.7 420.5l-2251-530.5l-1027.3-5250l901.8-187l341-95.5l1199.3-1482.5l3122.9-1855.5l1638.9-18l1500.6-1598l-2134.1-1768l-1985.2 492.5l-2879.9-1298l2264.5-469l2408-2512l-785.3-703.5l136.2-1196.5l-1462.5-2658l2925.3 170l664.3 1107.5l3473.4-2650l244.1-1775l75.9-2637.5l-2766.3-4503.5l187.2-537l3822 2549.5l1401.8-220.5l1378.6 19l1557.5-1378l966.7 912.5l4285.9-2159.5l1761.6 1243l2426.1 872l1283.7-1821l-843.1-1190l392.7-954l1993.7-1132l1083.1-1764l4225.4-2120.5l26.1-1918l5602.8-2022l96.5-1218l1377.7-1380l2220.7-189.5l265.4-416z" />
			<path  id="179" d="M-139118.6-6327359l530.3-561.5l1946.6 1296.5l66 897.5l2571 479l1030.2-585.5l1233.2 2353.5l1374.2-1120l-6.1 3357l-1488.4 699l-914.4 1106.5l-1874.9 4110.5l570.3 667.5l-1025.5 465.5l-768.3 2108l1747.2 2282l3227.2 744l-2.2 160l3803.9 2410l3344.1 965l-1543.1-2599l4536.4 2.5l-99.4 1417.5l1237.2 137l3302.5-1104.5l-1664.1 3315l-1652.1 976.5l1401.3 4196l1204.8 1036l2847.7 2197l935 1772l-211.3 836l-2010.2 851.5l1946.7 2325.5l-3328.2 773.5l-421 1553l-216.5 1216.5l-976.7-193.5l2228.6 3628l-1696.5-163.5l-1220.8 1582.5l-611.8-568l-5599.6 263l-594 1051l-3582.9 1849l-1733.7-363.5l-3483.1 3309.5l1789.3 684l-1931.2 913l1703 1142.5l2725.8 3871.5l-1267.9 498l-1471.2 395l-3661.8 1769.5l-2300 385l-4955.6 2192.5l-786.3 402.5l-2129.5 519.5l-4364.6 243l-1334.1-762l-216.9-479l-333.7-2651l-1953.1-1772.5l-1472.4-1757.5l-1725.1-1283.5l-742.4-2105l1696-1051.5l498.2-856l1994.9-839l372-1899.5l885-1504l675.3-471l820.7 806.5l2604.3 28l1401.1 2294l359.8-247l43.4-4269.5l-811.4-809l-245.6-235l-155.3-119.5l-610.5-727l-265.3-119l-960.8-918.5l-70-1425l2096.6-1574.5l-370.6-739.5l3218.3-1316.5l152.1-681l2334.5-693.5l333.9-1225.5l638.3 903l443 159.5l583.3 1323.5l1683.6-230l223-771.5l1314.4-768.5l-1420.6-1710l-1144.1-1044.5l768.7-604.5l768.7-927.5l1217.6-76.5l3037.6 1599.5l644.5-1154l753.9-756.5l-104.6-2516l-1076.4-940l194.4-1678l-1373-788.5l-1091-315.5l14.4-2571.5l-33.4-288.5l-375.3-1196.5l-3517.2-1848.5l461.2-324.5l315.8-1462.5l-2462.8 223.5l-467.8-1173.5l-834.5 220.5l-363.2-792l1627.3-1537.5l58.8-853.5l-919.4-94.5l1026.6-727l842.6-227.5l710.5-1656.5l-1064.4-1018.5l-498.1-355.5l-575.7-2573l805.9-318l-479.6-1471.5l983.2-1442.5l2059.8-1894.5l695.5-1064.5z" />
			<path  id="180" d="M-125365.3-6282074l5599.6-263l611.8 568l-749.2 709l424.3 1125l1638.7 2.5l441.5 7141.5l237.8 1602l658.3 89l652.5 508.5l-932.6 966.5l-2374.7 1186.5l-339.1 2853.5l-2882.6 729l-3331.7-3988.5l-3771.1-844l-990.4 71.5l-2725.8-3871.5l-1703-1142.5l1931.2-913l-1789.3-684l3483.1-3309.5l1733.7 363.5l3582.9-1849l594-1051z" />
			<path  id="187" d="M-99327.2-6235126.5l-1693-443l-1631.4 897l-1034.9-334l259.4-4333.5l-116.6-242l-883.2 268l-712.3-1989l861.7-4525l-1927.9-5163.5l162.3-178l3072.1-1017l-960.8-4270.5l1152.5-2423l861.5-147.5l377.3-1274.5l1576.5 181.5l-730.9-629.5l1845.9-514.5l3816.3 1551.5l2136.3 169l1602.5-258l1508.6-698.5l682.2 1268l1695-1176l2318.1 1491l2837.4-1400.5l945.2-427l1433.9 2588l-746.5 509.5l1907.6 825.5l815.1 1790l-3208 735.5l-163-1241.5l-1705-1022.5l-5172.2 1129l-519 1412l-310.4 775l-1083.5-424.5l-268.3 616l4345.4 1608.5l262.6 1263l-898.4 1387l-908 627l1349.3 5115.5l-1904.2 1853l310 2183l722.6 3438l-1075.9 1204.5l-2660.8 163.5l-2552.4-3373l-1552.8 998.5l-588.3 2090.5l-2295.3-251.5l-1554-381z" />
			<path  id="189" d="M-79523.1-6207537.5l2221.4 1658.5l1397 1658l-1912.7 1408l-1604.5-213.5l-636.8 2222.5l-895.7 929.5l-2388 2291l-2546.7-187l-965.3-1628l2507.7-1905l-193.1-3080l-569.8-725.5l2050.1-2309l1012.9 2159.5l2523.5-2279z M-111859.1-6235402.5l154.5-321l3373.4 1253l3308.5 705.5l179.6 22l1156.7-1263.5l1034.9 334l1631.4-897l1693 443l1554 381l2295.3 251.5l588.3-2090.5l1552.8-998.5l2552.4 3373l2660.8-163.5l1075.9-1204.5l502.3-193l-.9 779.5l216.5 2461.5l-409.8 2193l3432.9 3325.5l1917.3 126l1174.3 376l-1249 743l987.6 3020.5l-622 922.5l892.8 491.5l-1021.4 346.5l893.3 3190.5l-410.6 2253l1170 5958.5l-3113.5 229.5l-1935.8 740l-629.2-857.5l184.6-2436.5l-1363.2 46.5l-941.7 987.5l-1330.5-445l-495 344.5l-4580.1-2354l261.8-1388l-972.1-862l-565.2-3531.5l1084.8-1401.5l-339.8-2664.5l-6888.1 1312l-238.2 445.5l-360.1 247.5l280.9 1311.5l684.4-117.5l1067.2 5256.5l-2811.2 2952l-2824.6-998l-3304.7-5054l-2164.5-1870.5l-3037.7 607l-546.5-1291.5l-2268.7-3577l-1054.7-3977l-803.3-2098l481.7-1727l4738.6-2114.5l1499.9-1533.5z" />
			<path  id="181" d="M-35720.1-6292314.5l1571.5 541l2739.3-1582l-2870.3-558l-2033.2 1091.5l-941.8 187l-769 2188l1388.1 2277l1218.1 303l989 1409.5l-139.5 598l-931.1 121.5l183 2554l1716.3 228l211.9 812.5l-1713.7 1706.5l825.2 4404l-432.9 1273l-3545.6 343l-115.4 6.5l-2939.9 669l-1177.7-325.5l-2130.6-4804l-3778.1-1015l-992.3 674l-1842.3-954l-1516.5 321l-1746.3-850l-1723.3 74l-2053 801l504.6 1078l-2275.4 3152.5l-1255.5 791.5l291.1-2389.5l-1733.8-1389.5l-3516.8 713.5l-2486.9 532l-491.2 186.5l-1893 1579l-351.4 3175l-598.7 128.5l-385.4-994l-2711.8-476l-285.6-1043.5l-2499.6 1565l-1750.3-623.5l-697.9-1588.5l564.5-3290l-4502.7-1041l-2472.6-413.5l128.5-2096.5l1162.1-1683l-712.8-489.5l88-2057l527.9-612.5l1073.1 454.5l887.1-567.5l-1455.6-3177.5l350.6-795l1375.5 258.5l3973.9-4162.5l1223.5-323.5l4362.2 2538l-388.9 674l3059.4-118.5l1832.5 1923.5l983.3-1765l1362-221l750 689.5l5245.5-688.5l2745.3-3480l895.9 252l1612.4 1211l2525.9-2044.5l683.7 1168.5l-1661.3 3135.5l1331.1 2056.5l733.7 429.5l1855.9-1274l4103.6-484l478.5 86.5l4264.3-4979l-209.5-762l2383.5 1091.5l181.4 1361.5l1914.2 325.5l4119.4-3141.5l1309.3 717l3135.7 3100l6.3 2498.5l-1072.2 819l984.2-221l1751.7 970l-1797.8 575.5l-1459.1-1094.5l-127.3 84l-2566.5 177l-2588.3-1489.5l-263.2-1016.5z" />
			<path  id="169" d="M-34800.2-6448473l-306.1 2121l369.6 801.5l1536 577.5l1052.8-635l2416.3 692l1486.3-386l1576.7-381.5l1278.6-170l292.4 2404l3384.3 3415l33 1543l-949.4-28.5l-3139.9-1529l121.6 1658.5l1392.8 1788l-2610.9-301l201 634l205.2 2192.5l-2251.3 1166l2296.2 3990.5l1287.4 2096.5l-644.9 1947.5l1136.2 2996l-911.2 1458l-1913.4 240.5l-3815.8-804l10.2 719l-1584 398.5l-1604.7-1021l-2656.7-76l-1316.3 1280.5l-1185.7 1962l-2391.5-471.5l-2963.3 1898l70.2 720l1212.3 1225.5l794.5 3288l-2137.6 1429.5l3207.4 3660.5l5756 1397.5l-1475 1928l879.5 2180.5l-844.8 408l-1126.8-895l-2451.8 1026l-3254.5-1663l-712.9-1948l-1650.9-562l-4.9 360l-1327 601l-2147 650l-986.2 4923l-2658.1 23.5l-61.6 1597.5l-2656 1342.5l126.4 2460l1016.7 1652.5l523.1 1206l-1737.9 2894l-3279.6 4591l-3190.8 996l-166.8 1976l-4445.6-4447l-2590.9-1973.5l-2578.7-2872.5l620.3-1530l-400.4-2883l1300.9-1621l-1087.4-854.5l1488.6-2197l176.2-2675.5l-2071.7-1947l-4853.5-1644.5l-784.6 389l40.5 2898.5l-508.2 3569.5l-3016.2 4315.5l-875.8 2686l-1544.5 1897l-3049-2079.5l-2000.5 1040l-1290.1-276l-592.4-1853l3939.1-3912.5l196-3333.5l1295.3-1128.5l-1896.3-1098.5l-769.2-3305.5l425.9-1707.5l-922.4-1257.5l-1764 37.5l-6941.8 2922l-1995.3-2646.5l-810.5-819l1092-1432l3529.6-5032.5l1171-763l1161.2 371l1637.7-3416l1653.3-640l2234.1 604l5010.3-1964.5l5960.6-119l3284.1 508l1047.6-2723l-277-1712.5l-1975.3-221.5l222.6-1751.5l-2080.6-4037.5l5549.5-2645.5l3679.9-654.5l3713.7 1113l1051.7 999.5l-1095.7 3276l1089.7 2224l4307.8 308.5l2120.4-2617l2340.4-674l425.6-1850l3064.3-1838.5l2917.2-2816l723-2340.5l2791.1-3418.5l200.8-1225l-1807.3-1909.5l2639.2-1555l1630.8 187.5l2342.7-998.5l919.8-1147.5l-355.2-713.5l1722.5-354l2115.9-358z" />
			<path  id="171" d="M-13570.8-6420922l588.3-56l1790.4 802l884.9 3320.5l1213.2 93l-1195-4612l3543.9-488.5l2030.8 3024l-387.9 1676.5l-64.7 2253l-31 363.5l1477.8 2997l-426.8 1993l429.4 745l948.1-194.5l1919.6 2129l4829.6 907.5l234.2 183.5l-976 1245.5l192.8 994.5l1877.7 1031.5l257.8 143.5l-683.4 1769l2550.1 554l3054.5 1660.5l1345.6-501.5l2953.4 2438l1345.1 318l-1473.1 2537.5l-459.1 1432.5l653.5 833l-3.5 2792.5l-788.3 668.5l-3222.6-4000l-1863.3 374l-487.9 613l3685.2 2308l258.2 1056.5l-1292.4 1527l-640.4 4487l2512 707.5l2131.2 2691l-754.7 1590l-1495.7 1258.5l-2564.5 504.5l-1128.4-774.5l-865.2-1030.5l-5795 20.5l-983.6 1805.5l1587.7 5217l1435.2 259l-1131.8 705l-4557.5-46.5l-2305.2-527l113.9 1919.5l192.2 562.5l2244-1310l-1027.3 2944.5l958.7 33l1300.3-1580.5l1448.4 759l1876.8 1584l271.9 2148.5l-2343.7 1819.5l-23.8 1758l-1853.2 2572.5l-1812.1-464l-1192 963.5l-531.1 2330l687.9 2327.5l-2035.9 1311.5l-2341.3-1230.5l-261.1-1382.5l-3237.4 16l-4523.8-900.5l-342.3-1283.5l-2360.8 1686.5l-2118.4 2969l1154.4 1814l-4426.9 3737l-3023-2539.5l-707.1 570l-466.5-2444l-1526-940l-1541.9 239l-3739.2 3126.5l-2451.6-3410.5l-1322.7 282l-891.1-3549l2597.4-1443.5l1707.7-676l1177.1-2802l-1592.8-3378.5l376.5-1234l-649.1-768l-605.8-1007.5l659.4-1469.5l5089.5-3968l51.3-838.5l-1131.9-1993.5l1008.3-2144.5l1561.3-198.5l-853.7-411l87.7-3516l1851.8 484.5l1729.8-835.5l4783.4-4970.5l4190 456.5l1634-1136.5l-103.6-7075.5l-3056.8-41l-2538.1-2912.5l-262.3-1282l-3737.1 29l-785-1050l1127.9-2123l1995.3-1251.5l1208.6-2181.5l3155.3 142.5l1468.5-719l396.7-1253.5l-4614.2-123l-1582.2-1200l-1777.5-1543l586.4-1970.5l1842.4-294.5l3681.5 1251.5l2508.4-1285l215-1277l26.3-2156.5l-2327.7 2008l-2239.6-4210.5l-251.9-798l5515.3-2777.5l1575-2293.5z" />
			<path  id="172" d="M-46703.5-6404101l1650.9 562l712.9 1948l3254.5 1663l2451.8-1026l1126.8 895l844.8-408l599.5 1466.5l2352.7-1087l3520.3 1227l-112.8 2416l2255.5 1649.5l2751.5-1021.5l3737.1-29l262.3 1282l2538.1 2912.5l3056.8 41l103.6 7075.5l-1634 1136.5l-4190-456.5l-4783.4 4970.5l-1729.8 835.5l-1851.8-484.5l-87.7 3516l853.7 411l-1561.3 198.5l-1008.3 2144.5l1131.9 1993.5l-51.3 838.5l-5089.5 3968l-659.4 1469.5l605.8 1007.5l649.1 768l-376.5 1234l1592.8 3378.5l-1177.1 2802l-1707.7 676l-2597.4 1443.5l-2757.5 1461.5l-5511.3-1773.5l-499.9-1445.5l-3244.3 515l-2565.3-2393l-1765 476l-4193.7-1675.5l-441.7-2784l-1665.4-2440.5l1022.3-1704.5l-1507.9-2258.5l-4708.9-523.5l-1190 2281.5l-512.7-506.5l-590-2166l-2511.1-493.5l-30.2-720l-2374.8-3170l-1610.1-621l102.7 1260l-1548.2 698.5l-3160.7-1222l-2946.7 679.5l-2985.6-2339l-2456.2 1345.5l173.7-1017l-1748.6-723l-180.5-1421l-7315 4496l-5868.7-459.5l-2869.4-1633.5l-213.5-829l3992.5-4037.5l305.7-1191.5l-1049.3-2188.5l117.5-2786.5l-1251.9-1241l3373.4-2473.5l7071.5 1000l1660.5-727l3290.2-1322l2000.5-1040l3049 2079.5l1544.5-1897l875.8-2686l3016.2-4315.5l508.2-3569.5l-40.5-2898.5l784.6-389l4853.5 1644.5l2071.7 1947l-176.2 2675.5l-1488.6 2197l1087.4 854.5l-1300.9 1621l400.4 2883l-620.3 1530l2578.7 2872.5l2590.9 1973.5l4445.6 4447l166.8-1976l3190.8-996l3279.6-4591l1737.9-2894l-523.1-1206l-1016.7-1652.5l-126.4-2460l2656-1342.5l61.6-1597.5l2658.1-23.5l986.2-4923l2147-650l1327-601l4.9-360z" />
			<path  id="176" d="M-36312.8-6292822l2033.2-1091.5l2870.3 558l-2739.3 1582l-1571.5-541l-592.7-507.5z M-18209.2-6352538.5l2360.8-1686.5l342.3 1283.5l4523.8 900.5l3237.4-16l261.1 1382.5l2341.3 1230.5l-272.9 975.5l618.2 88.5l657.2 168l178.3 1590.5l-2373.6 4115l1065.7 993.5l-2953.7 2677.5l-195.2 4094l1926.4-593l1463.6 1118.5l2336.8 91.5l577.8-1351l-1387.5-2316.5l3417.4-1513l3713.1 270l423.4 638l925.9 1269l309.1 1285.5l296.6 776l362.1 2018l-2312.7-391l-837.5 1347.5l683.6 1168l62 235.5l223.4 4010l-176.9 2530l-427.9 614l-149 1968l-155.1 1603.5l-628.7 2430l-2225.5 2104l-753 1742.5l-3561.5 2767.5l-2587.5 1847l-2984.1 728l-2435.8-1008l-1046-1444.5l-265.9-313l-3189.3-353.5l-545 863.5l-2.3 3441.5l-1532.9 3371.5l748.2 1085l298.9 2339l-147.8 1670.5l-1302.2 1696l-386.4 38l-631.4 342.5l-724.4 1209l-786.4 307.5l-1360.6 386.5l-1487.3 619.5l-669.7 1465.5l1674.3 2024l-3097.9 932.5l-143.8 120.5l-1751.7-970l-984.2 221l1072.2-819l-6.3-2498.5l-3135.7-3100l-1309.3-717l-4119.4 3141.5l-1914.2-325.5l-181.4-1361.5l-2383.5-1091.5l-1170.7-2094l246.9-3474l-1644.4-1061.5l-3191.1 2474.5l-1552.4 998.5l-2932.2-1149l-1101.1-1334l361.1-1573.5l1263.7-343l-244.8-1102.5l-1573.4-401l2552.2-6940l-2360-2809.5l258.5-5063l1100.1-1544l-2018.7-1446l-7841.9-1615l271.7-875.5l-1981.5-1246l2767.8-5888l1786.5 883.5l3558.9-131.5l1699.9-96.5l-35.4-3278l1716 1662.5l1186.7-564l1907.7-3631l5003.5-3509l3102.8-398l1879.1 1424.5l3334.3-2732.5l677.6-2079l3739.2-3126.5l1541.9-239l1526 940l466.5 2444l707.1-570l3023 2539.5l4426.9-3737l-1154.4-1814l2118.4-2969z" />
			<path  id="177" d="M-130634.1-6332427l828 2629.5l2918.9 1359l1809.4-2253.5l1741.8 1222.5l338.8 1523.5l3490.8 4844l754.3 370l2566.8 814.5l808.5 3708l1512.2 1939.5l1442.7-280l1527.8-658.5l-850.6 2286.5l2891.5 3376.5l1946.9 2305l1444.9-440l217.3 183l2698.3 2894.5l3835.8 92.5l-367 1993.5l3131.4 3380.5l-751.5 889l-3016 2796.5l4022.3 1074.5l2511.8 3391.5l-480.9 1552.5l317.5 164l1663.2 1142l-711.9 909.5l-4619.6 1675.5l-3567.4 3649l-2957.7-2209l-4791.2-3303.5l111.1-817.5l-1492.5-460.5l-540.9 92.5l-1148 2103l-979.1 2174.5l-2543.7 405l-1642-1222l-709.8-709l421-1553l3328.2-773.5l-1946.7-2325.5l2010.2-851.5l211.3-836l-935-1772l-2847.7-2197l-1204.8-1036l-1401.3-4196l1652.1-976.5l1664.1-3315l-3302.5 1104.5l-1237.2-137l99.4-1417.5l-4536.4-2.5l1543.1 2599l-3344.1-965l-3803.9-2410l2.2-160l-3227.2-744l-1747.2-2282l768.3-2108l1025.5-465.5l-570.3-667.5l1874.9-4110.5l914.4-1106.5l1488.4-699l6.1-3357l-1374.2 1120l-1233.2-2353.5l-797.8-205.5l925.6-802l1818.8-3673l393.7-1913.5z" />
			<path  id="178" d="M-70633-6319617l251.1 642.5l2652.4-1063l2413.6 332.5l-1176.2 1263.5l-160.3 1496.5l1890.3 3542.5l1235 296.5l2818.4-41l-38.4 1358l1505.2-1938l6264.4-2153l2360 2809.5l-2552.2 6940l1573.4 401l244.8 1102.5l-1263.7 343l-361.1 1573.5l1101.1 1334l2932.2 1149l1552.4-998.5l3191.1-2474.5l1644.4 1061.5l-246.9 3474l1170.7 2094l209.5 762l-4264.3 4979l-478.5-86.5l-4103.6 484l-1855.9 1274l-733.7-429.5l-1331.1-2056.5l1661.3-3135.5l-683.7-1168.5l-2525.9 2044.5l-1612.4-1211l-895.9-252l-2745.3 3480l-5245.5 688.5l-750-689.5l-1362 221l-983.3 1765l-1832.5-1923.5l-3059.4 118.5l388.9-674l-4362.2-2538l-1223.5 323.5l-3973.9 4162.5l-1375.5-258.5l-350.6 795l1455.6 3177.5l-887.1 567.5l-1073.1-454.5l-527.9 612.5l-88 2057l-796-250.5l-2840.7 1660l-1413.5-399l-960.6-2831l2055-2670l-1482.6-1199.5l-1663.2-1142l-317.5-164l480.9-1552.5l-2511.8-3391.5l-4022.3-1074.5l3016-2796.5l751.5-889l-3131.4-3380.5l367-1993.5l-3835.8-92.5l-2698.3-2894.5l-217.3-183l1783.5-1814l2754.8 217.5l1424.7-420.5l300.2-1494.5l-1837.2-1564l5369.9-3963.5l2557.2 55l183.7-277l1822.4 1184l1802.9-315.5l1841 1284.5l2076.5-1331l805.7 2469l-806.4 508.5l265.1 1083l1265.4 996.5l4295.6 78.5l1588.7 741l575.2-1151.5l2787.3 777.5l2871.3-2459l-226.1-3940l1327.1-601z M-36312.8-6292822l592.7 507.5l263.2 1016.5l-486.2 1817.5l525.7 1613.5l-1218.1-303l-1388.1-2277l769-2188l941.8-187z" />
			<path  id="182" d="M-110249.4-6290590.5l540.9-92.5l1492.5 460.5l-111.1 817.5l4791.2 3303.5l2957.7 2209l86.2 1000.5l735 329.5l-684.5 1829.5l-2116 1270l-242.2 176.5l-2014.6 1171.5l-1091.1-594.5l-1461.4 1639l-1355.2-278.5l-210.3 756.5l-84.1 298.5l1017.5 1593l2221.6 2689l-3558.1 2949l-1241.7 1641.5l-2136.5 1310l-1972.9 1032.5l-2570.6-555.5l-1481.7 199.5l-757.5-150l339.1-2853.5l2374.7-1186.5l932.6-966.5l-652.5-508.5l-658.3-89l-237.8-1602l-441.5-7141.5l-1638.7-2.5l-424.3-1125l749.2-709l1220.8-1582.5l1696.5 163.5l-2228.6-3628l976.7 193.5l216.5-1216.5l709.8 709l1642 1222l2543.7-405l979.1-2174.5l1148-2103z" />
			<path  id="184" d="M-91679.3-6290126.5l1482.6 1199.5l-2055 2670l960.6 2831l1413.5 399l2840.7-1660l796 250.5l712.8 489.5l-1162.1 1683l-128.5 2096.5l-4099.8 3122.5l358.4 3022.5l-789.6 2207.5l-7023.6 604l-1918.6 1452.5l-535.4 2611l-3006.7-821l-2164.2 410l5.8-419.5l216-1176l2661.6-1702.5l-2188.8-3627.5l1361.3-1363.5l1411.5 1359.5l3764.1 156.5l6221.2-2300l-993.3-6692l-3471.7-4218l4619.6-1675.5l711.9-909.5z" />
			<path  id="183" d="M-100578.1-6283892.5l3567.4-3649l3471.7 4218l993.3 6692l-6221.2 2300l-3764.1-156.5l-1411.5-1359.5l-1361.3 1363.5l-473.6 2472l-2221.6-2689l-1017.5-1593l84.1-298.5l210.3-756.5l1355.2 278.5l1461.4-1639l1091.1 594.5l2014.6-1171.5l242.2-176.5l2116-1270l684.5-1829.5l-735-329.5l-86.2-1000.5z" />
			<path  id="186" d="M-86818.7-6280167.5l2472.6 413.5l4502.7 1041l-564.5 3290l697.9 1588.5l1750.3 623.5l-284.3 1065.5l-950.7-633l-1947.3 633l-416.3 1214l248.1 862.5l-3168.4 2235l552.5 1986.5l-2169 2229l-2684.9 483l-76.3 2657.5l-929.1-22.5l-1508.6 698.5l-1602.5 258l-2136.3-169l-3816.3-1551.5l692.6-949.5l-1741-4221.5l-194.6-382l-735-330l535.4-2611l1918.6-1452.5l7023.6-604l789.6-2207.5l-358.4-3022.5l4099.8-3122.5z" />
			<path  id="188" d="M-75460-6274776l285.6 1043.5l2711.8 476l385.4 994l-238.4 589.5l-409.7 731.5l69.4 1591l2793.6-153l493.4 1924l653.9 1812.5l-1828.5 2099.5l838.3 4034l-375 572l1043.4 8056l890.3 1275.5l-1161.5 455.5l674.8 733l-568.8 1004l2095.5 1649.5l1442.9-1754l52.2 5363l510.3 1073.5l1010.6-885.5l1715.5 434l143.4 1359l-1514.3 911l-480.8 1673l1496.3 389.5l229.2 157l1291.8 1177l-523.9 1255l-224.3 568.5l-419.4 1251.5l-891.7 83l437.7 900l-18.9 710l-1537.3 351.5l-1291 896l37.1 2208l1005.4 947l-112.4 2114l-2607.7 2490.5l-7.5 1836.5l2592.8 2786.5l-191.5 1785l-1904-1553l-218.4 1324l1058 2099l2122.1 1206l605.4 1958.5l-1310.9 717.5l-1606.7-1859l-143 102l-1257.4-569.5l-396.6 737.5l-1325.9 2738l-1854.2 23.5l-2098.3-1387l-1295 969.5l-1212.2-450.5l435 1131.5l-1937.4 2740.5l-2221.4-1658.5l-51.4-2046l-1170-5958.5l410.6-2253l-893.3-3190.5l1021.4-346.5l-892.8-491.5l622-922.5l-987.6-3020.5l1249-743l-1174.3-376l-1917.3-126l-3432.9-3325.5l409.8-2193l-216.5-2461.5l.9-779.5l-502.3 193l-722.6-3438l-310-2183l1904.2-1853l-1349.3-5115.5l908-627l898.4-1387l-262.6-1263l-4345.4-1608.5l268.3-616l1083.5 424.5l310.4-775l519-1412l5172.2-1129l1705 1022.5l163 1241.5l3208-735.5l-815.1-1790l-1907.6-825.5l746.5-509.5l-1433.9-2588l-945.2 427l-2837.4 1400.5l-2318.1-1491l-1695 1176l-682.2-1268l929.1 22.5l76.3-2657.5l2684.9-483l2169-2229l-552.5-1986.5l3168.4-2235l-248.1-862.5l416.3-1214l1947.3-633l950.7 633l284.3-1065.5l2499.6-1565z" />
			<path  id="185" d="M-105303.7-6274484l2188.8 3627.5l-2661.6 1702.5l-216 1176l-5.8 419.5l2164.2-410l3006.7 821l735 330l194.6 382l1741 4221.5l-692.6 949.5l-1845.9 514.5l730.9 629.5l-1576.5-181.5l-377.3 1274.5l-861.5 147.5l-1152.5 2423l960.8 4270.5l-3072.1 1017l-162.3 178l1927.9 5163.5l-861.7 4525l712.3 1989l883.2-268l116.6 242l-259.4 4333.5l-1156.7 1263.5l-179.6-22l-3308.5-705.5l-3373.4-1253l2272.4-2794l-395.1-1021.5l-2175.7 253l-1802.7-815.5l-295.8-1240l-902.2-2233l-1019.6-1474l-64.5-83l-466.6-1140.5l38.9-557l563.9-2048.5l-578.8-1100l-1307.2-348l-1207.2-2308.5l651.2-1980.5l-60.8-3120l-95.7-347.5l-207.6-806l-1053-3181.5l-2568.2-2786.5l2882.6-729l757.5 150l1481.7-199.5l2570.6 555.5l1972.9-1032.5l2136.5-1310l1241.7-1641.5l3558.1-2949l473.6-2472z" />
		</g>
		<g  id="_7">
			<path  id="202" d="M-176358.7-6295991.5l993.6-620.5l2310.8 891l4126.4 957.5l746 511l-3564.4-379l-745.6 995.5l812 660l1339.5 405l2353.7 3380.5l-37.2 2255.5l1239 908.5l398 186.5l2219.8 599.5l1814.5 3159l849.6 609.5l-400.7 1143.5l-752.9 1039l2939.6 3510.5l-3455.2 1555.5l-308.9 268l-3578.8 3447l-2.4 127l1336.4 404l701.6 564l100.3 297l1364.2 1301.5l788.6 951.5l244.9-498.5l182.4 177.5l146 685l-3505.4 83l1375.9 1929l-2576.9 991.5l-855 1746.5l60.1 1204l-754.4 1699.5l-1366.3-867.5l-912.9 970.5l-2413.7 1514.5l-234.8 313l-1142.5 1267l-1677.8 112.5l-145.8 376l-207.4 225l-3129.4 3114l-229.5 111l-1899.6-698.5l-215.6 302l-1296.1 1121l-1134.8 805l-553.6 499.5l-336.7-454l448.1-686l-1900.2-629l-850.2-585.5l678.8-86.5l78.1-2418l-194.1-289l121.4-785l-1133.5-381.5l-297.2-241.5l-2602.1 195.5l-498.9-531.5l-1966 1888.5l-1015 272.5l-668-380l45.6-1795l-648 332.5l-1055.6 624.5l-399.3-404.5l-2013.3 807.5l589.9 1861.5l1842 921l262.6 707.5l-2318.6 1831l-426.5 377l-1510.5 1143.5l-1195.8 1161.5l-992.2 751l-1875.5 1681l-1799 1382.5l13.3 1120.5l194 1046l-1982.2 2003l-2582.6 3075.5l-2111.8 2191l-2131.4 1353.5l-2549.1-165l452.5-586l-845.8-900.5l276.1-2512l-812.3-1078l-640.4-200l-331.8-660.5l-181-643.5l-2031.6-1408.5l-379.5-155.5l-649.6-1207l52.7-552l-408.4-1023.5l-368.4 377l-1081.6-1109l265.1-393.5l1442.1-904l1075.1-1674.5l-1748.8-2819l-226.5-891l277.6-806l-853.1-3677l60.7-403.5l1847.5-1220.5l-255.7-1196l932.3-316l938.6 1096.5l4233.1-1253l195.1-168.5l-2394.7-2598.5l2337.4-1524.5l131.7-515l-1275.3-691.5l1577.2-3021l-225.6-2072.5l1320.5 513.5l886 105.5l1092.3 1193.5l1337.7 1413.5l293.5 1832.5l1608.1 316.5l919.5-505.5l1059.3-1758l883.6-230.5l920.5 873.5l-501.1-1971l22.1-331l343.5-2742l544.7-64l-1549.5-1394.5l183.8-1284l-120.7-339l-1204.8-1805l-1776.1-285.5l-324.2-221.5l-1700.7 530l-1987.7-2422.5l-1483.6 299l-194.2-1740l209.7-2063.5l772.3-2195.5l-1012-314.5l-300.9-877l-989.8-1315.5l1074.7-402.5l-75.5-1616l-873.3-2601l349.5-2913.5l1444.2-1098l1096.6 11l881.2 1998l1158.3-641.5l758.5-60.5l232.9-1065l683.5-265l967.4-1275.5l-9.2-184.5l929.8-3055l126.9-67l386 989l2517.9 284l51.9 43.5l693.9-588.5l-32.2 1366l1640.8-486l1254.3-1390.5l1613.8 240.5l307.7 1929l1470.4 538l1801.5-174l630.1-109.5l-221.4 867l1877.8 232l137.8 392l1159.2 949.5l143.1 475l1620.9 1809.5l-281.8 1356l-1018.8-307l-230.4 881.5l1297 489.5l318.9 9.5l2363.3 137l1007.5-2173.5l1189.2 929l183.9 112l-1688.8 2464l-1173.2 251.5l25.2 118l2060.2 692l-340.7 567l842.5 1239l3274.6-1450.5l242.6-427.5l-1132.5-1627.5l869.8-97l-195.1-936l1851.7-891.5l742.4 1406.5l1200.8-785.5l86.3-1018.5l2368.7-1713.5l508.1-1892.5l39.2-143.5l587.9-1035z" />
			<path  id="199" d="M-150919.2-6369155l-1627.5 4690l1530.3 517.5l2181.2 452l2316.8 3339l668.6 45.5l2636.3-125.5l878.3 1832.5l-352.2 1709l107 66.5l-636.8 3465l1210.7 2490l1856.7 1735l1137.9 1401.5l871.8 751.5l-190.8 3325l-758.5-21l-74.4 55l-1543.5 849.5l-1527.4 1398l-782.7-151.5l-546.1-543.5l268.6-1253l-1512-1881l-1313.6-296l-1458.6-872.5l-1156.6 347l-371.4 761l-548 1881.5l966.6 1094.5l-263.7 366.5l-2200.3-615.5l-329.5-1052l397-220l-271.7-781l-1213.8-1135l-1557.9 852.5l-58.3-79l-592.9-737.5l290-1896l63.1-202.5l-1079.2-44l-386.7-145.5l-954.9-806.5l-517.3 559.5l-883.1-613.5l-838.1-214l34.4 1087.5l-1644.6-146.5l-228.1 794l889-77.5l-407.2 978.5l-643.6 .5l-1197.9 823.5l-211 374l308.1 1075l1631.3 556.5l185.1 952l-723.1 1077.5l-1067.3-335.5l-680.7 1305.5l586 450.5l-26.7 4024l-155.1-44l-1903.4 1164.5l-722.4 1928.5l1094.6 152l186.1 2911l960.1-784.5l411.5 1449l-895.2 1226l636.5 115l-287.8 1648l-2142.4 1694.5l355.5 644.5l-196.8 561.5l-183 393l739.4 719l-441.9 744l-1405.5 130l-334.6 574l-1286.5-40.5l-2195.8 514l-148.1 1671.5l-1158.9 63.5l-2103 2859l-368.1 2074l-1302.2-428l-2181.1 896.5l-1575.9 43.5l-1978.1-1906.5l-1003.4-1623l-1893.4-69l-2181.3-944.5l-1491.1-1812.5l-779.7-1132l-440.2-633.5l-1183.9-1566.5l-555.2-828.5l-1326.4-3010l-459.5-1570l-342.9-1339.5l21-365.5l-98.7-325.5l-792.8-1433.5l-1195-561l-1801.3-563l-844-1215l280-2037.5l-34.1-1207.5l3205.1 17l4113.9-1298.5l2986.2-1930.5l615.8-1653.5l52.7-39l329.1-17l-705.7-2991l1448.2-1983l4340.8 670.5l2842-635l1658.4-1246.5l1005.2 151.5l1348.2-1212l1684.2-251.5l2150.1 360.5l435.2-662l-337.3-1135l745.3-1148.5l1070-145l3037.4-27.5l126.1-75l-1.6-1560l1666.3-946l1.5-191l-134.4-1594l-1355.8-1221.5l2742.7-460l540.6-478l1908.4-2093.5l2132.5 565l-744.5-623.5l777-5582l-1666.5-1759l3639.4-2602.5l1879.3 20.5l2531.5 1802.5z" />
			<path  id="206" d="M-158248.1-6348642l883.1 613.5l517.3-559.5l954.9 806.5l386.7 145.5l1079.2 44l-63.1 202.5l-290 1896l592.9 737.5l58.3 79l1557.9-852.5l1213.8 1135l271.7 781l-397 220l329.5 1052l2200.3 615.5l263.7-366.5l-966.6-1094.5l548-1881.5l371.4-761l1156.6-347l1458.6 872.5l1313.6 296l1512 1881l-268.6 1253l546.1 543.5l782.7 151.5l1527.4-1398l1543.5-849.5l74.4-55l758.5 21l1468.5 247l1411.9-1241l1385.4 362.5l1839 2037l-404.8 878.5l-554.6 203l-49.5 2411.5l109.6 193l447 476.5l1386.6 2396l-998.8 2114l1656.5 955.5l-393.7 1913.5l-1818.8 3673l-925.6 802l797.8 205.5l-1030.2 585.5l-2571-479l-66-897.5l-1946.6-1296.5l-530.3 561.5l-695.5 1064.5l-2059.8 1894.5l-983.2 1442.5l479.6 1471.5l-805.9 318l575.7 2573l498.1 355.5l1064.4 1018.5l-710.5 1656.5l-842.6 227.5l-1026.6 727l919.4 94.5l-58.8 853.5l-1627.3 1537.5l363.2 792l834.5-220.5l467.8 1173.5l2462.8-223.5l-315.8 1462.5l-461.2 324.5l3517.2 1848.5l375.3 1196.5l33.4 288.5l-14.4 2571.5l1091 315.5l1373 788.5l-194.4 1678l1076.4 940l104.6 2516l-753.9 756.5l-644.5 1154l-3037.6-1599.5l-1217.6 76.5l-768.7 927.5l-768.7 604.5l1144.1 1044.5l1420.6 1710l-1314.4 768.5l-223 771.5l-1683.6 230l-583.3-1323.5l-443-159.5l-638.3-903l-333.9 1225.5l-2334.5 693.5l-152.1 681l-3218.3 1316.5l370.6 739.5l-2096.6 1574.5l70 1425l960.8 918.5l265.3 119l610.5 727l155.3 119.5l245.6 235l811.4 809l-43.4 4269.5l-359.8 247l-1401.1-2294l-2604.3-28l-820.7-806.5l-675.3 471l-339.4-964.5l-8.9-199l-2486.8-967l321.2-475.5l-1176.9-2896l-816.2-227.5l-451-1075l250.1-496.5l-284.8-49l-664.6-49l-1040.9-317.5l-1.9-68l-354.2-1522l-283.7-828l-1761.4 1402l-588.4-1128l640.8-925l209-535.5l1135.8-832l-1489.5-1169.5l2148.1-1534.5l192.2-921.5l-140.4-889l-203.3-193l1128-2184l-1110.6 380l-511.5-962l1793.4-933l372.8 58.5l953-489l-64.6-772.5l528.1-2854l984.9-1809l-346.8-184.5l-956.5-253.5l-413.9-294.5l1598.4-1897.5l276-351l-1180.8-1100l-1484.8-535l-1382.4 2479.5l-184.5 1206l-2508.5 1001l-184.5 746.5l-479.5-955.5l-163.5-943.5l-1592.2-1523.5l-1276.9-659l212.2-1326l1836.6-116.5l-155.6-2185l262.4-643.5l-1549-480.5l-759.5-587l-395.5-1150.5l858.6-1578l-828.4 536l-2302.8-1037.5l-233.4-114.5l148.1-1671.5l2195.8-514l1286.5 40.5l334.6-574l1405.5-130l441.9-744l-739.4-719l183-393l196.8-561.5l-355.5-644.5l2142.4-1694.5l287.8-1648l-636.5-115l895.2-1226l-411.5-1449l-960.1 784.5l-186.1-2911l-1094.6-152l722.4-1928.5l1903.4-1164.5l155.1 44l26.7-4024l-586-450.5l680.7-1305.5l1067.3 335.5l723.1-1077.5l-185.1-952l-1631.3-556.5l-308.1-1075l211-374l1197.9-823.5l643.6-.5l407.2-978.5l-889 77.5l228.1-794l1644.6 146.5l-34.4-1087.5l838.1 214z" />
			<path  id="201" d="M-170197.1-6318545.5l233.4 114.5l2302.8 1037.5l828.4-536l-858.6 1578l395.5 1150.5l759.5 587l1549 480.5l-262.4 643.5l155.6 2185l-1836.6 116.5l-212.2 1326l1276.9 659l1592.2 1523.5l163.5 943.5l479.5 955.5l184.5-746.5l2508.5-1001l184.5-1206l1382.4-2479.5l1484.8 535l1180.8 1100l-276 351l-1598.4 1897.5l413.9 294.5l956.5 253.5l346.8 184.5l-984.9 1809l-528.1 2854l64.6 772.5l-953 489l-372.8-58.5l-1793.4 933l511.5 962l1110.6-380l-1128 2184l203.3 193l140.4 889l-192.2 921.5l-2148.1 1534.5l1489.5 1169.5l-1135.8 832l-209 535.5l-640.8 925l588.4 1128l1761.4-1402l283.7 828l354.2 1522l1.9 68l1040.9 317.5l664.6 49l284.8 49l-250.1 496.5l451 1075l816.2 227.5l1176.9 2896l-321.2 475.5l2486.8 967l8.9 199l339.4 964.5l-885 1504l-372 1899.5l-1994.9 839l-498.2 856l-1696 1051.5l-530.2-1756.5l-2939.6-3510.5l752.9-1039l400.7-1143.5l-849.6-609.5l-1814.5-3159l-2219.8-599.5l-398-186.5l-1239-908.5l37.2-2255.5l-2353.7-3380.5l-1339.5-405l-812-660l745.6-995.5l3564.4 379l-746-511l-4126.4-957.5l-2310.8-891l-993.6 620.5l-587.9 1035l-39.2 143.5l-508.1 1892.5l-2368.7 1713.5l-86.3 1018.5l-1200.8 785.5l-742.4-1406.5l-1851.7 891.5l195.1 936l-869.8 97l1132.5 1627.5l-242.6 427.5l-3274.6 1450.5l-842.5-1239l340.7-567l-2060.2-692l-25.2-118l1173.2-251.5l1688.8-2464l-183.9-112l2300-3535.5l557.2-822.5l-786.2-1089.5l150-1451l-956-1517l621.4-1256l1348.2-2037.5l-854.6-1284l381.8-325l-213.6-1249l1484-2348l656.9 10l290.3-1112.5l-81.4-1581.5l577.4-2366l-856-1122l1228.4-1033.5l1978.1 1906.5l1575.9-43.5l2181.1-896.5l1302.2 428l368.1-2074l2103-2859l1158.9-63.5z" />
			<path  id="207" d="M-163172.2-6274223.5l3455.2-1555.5l530.2 1756.5l742.4 2105l1725.1 1283.5l1472.4 1757.5l1953.1 1772.5l333.7 2651l216.9 479l1334.1 762l4364.6-243l2129.5-519.5l786.3-402.5l4955.6-2192.5l2300-385l3661.8-1769.5l1471.2-395l1267.9-498l990.4-71.5l3771.1 844l3331.7 3988.5l2568.2 2786.5l1053 3181.5l-3128.9-800.5l-1387.3 638l-656 1557l-1414.1 3306.5l-310.5 138l-153.4 1565l-1038.4 358.5l-1506.2 426.5l-626.5 633.5l-716.3-1323.5l-636.8-1077.5l-454-1181.5l-2772.7 958l-1272.9-727.5l-114.7-286.5l-2150.1 1150l-2844.1 295l1027.7 1567.5l-1515.9 870l-1089.2 647l-100.8 753.5l-899.3-251l-1526.3 876.5l-75.5 1010.5l-2187.4 151.5l-769.3-1013.5l1318.2-1374.5l-522.6-972.5l-97.3-135.5l-525.2-1046.5l-548.9-675l-875.9 207l-1001.3-493.5l-11.3-423.5l-383.1-2012l-291.5-1046.5l-763.7-778.5l51.2-1170l-374.9-79l-1694.4-501.5l-1597.6-949l-632.6 309.5l-1795.6 718.5l-743.9-584l228.9-1192l1196-1.5l-235.2-828l-2646.5-1468.5l-702.9-1238l22.9-296.5l-924.2-1447l-1570.5-374.5l-146-685l-182.4-177.5l-244.9 498.5l-788.6-951.5l-1364.2-1301.5l-100.3-297l-701.6-564l-1336.4-404l2.4-127l3578.8-3447l308.9-268z" />
			<path  id="208" d="M-123929.9-6257493.5l656-1557l1387.3-638l3128.9 800.5l207.6 806l95.7 347.5l60.8 3120l-651.2 1980.5l1207.2 2308.5l1307.2 348l578.8 1100l-563.9 2048.5l-38.9 557l466.6 1140.5l64.5 83l1019.6 1474l902.2 2233l295.8 1240l1802.7 815.5l2175.7-253l395.1 1021.5l-2272.4 2794l-154.5 321l-1499.9 1533.5l-4738.6 2114.5l-481.7 1727l803.3 2098l1054.7 3977l2268.7 3577l-4116-1529l-1032.4 1409l-744.6-538.5l-2927.9 994l-166.3 204l-696.6 143l-1741.9-515l-1715.6 309l-672.7-1716l-273.3-748l-882.6-1240.5l-1641.7-939l-1112.9 363.5l-1125.8-182.5l669-1692l-734.5-2147.5l-320.1 22l-938.6-1414.5l-842.3 290l-172.5-1217l-494 231.5l-492.2-1489.5l-79.7-582.5l-31.6-58l-3538.1-131.5l-152.7-440.5l-2301.5-970.5l-1135 808.5l-1315 738l-1734.2-596.5l334.5-1156l634.4-577l-1407.6-1504.5l-864.1-128l-420.4-819l1168.9-1084.5l-174.9-775.5l-1416.3 673l-849.1 642l-825.3-1016l1109.9-1273l909.7-269l126-170l-293.7-852.5l183.8-490l83.5-2317.5l-544.2-315.5l206.3-847.5l1200.3-725l-160.7-635l1607.7-981.5l2187.4-151.5l75.5-1010.5l1526.3-876.5l899.3 251l100.8-753.5l1089.2-647l1515.9-870l-1027.7-1567.5l2844.1-295l2150.1-1150l114.7 286.5l1272.9 727.5l2772.7-958l454 1181.5l636.8 1077.5l716.3 1323.5l626.5-633.5l1506.2-426.5l1038.4-358.5l153.4-1565l310.5-138l1414.1-3306.5z" />
			<path  id="209" d="M-114452.7-6220375.5l546.5 1291.5l-87.8 1230l-583 1752.5l613.3 1653l1278.6 5456.5l-143.3 4633l2205.6 897.5l2459.4 682.5l-743.7 2953l-64.3 347l-1281.2-845.5l-3567.9 612l-1237.2 2992l-488.6-1316l-2212.3-2294.5l-1623 199l-261.4 1066.5l-1657.9 716.5l2326.1 5216l1391.8-9.5l-1722.7 1655.5l-2889.7 1959.5l-1479.2-6442.5l-1081.7-1737.5l-907.4-18l326.1-539.5l-909.7-3015l-1464.9 242.5l-296.2-1293.5l92.8-828l116.5-245.5l3280.9-691l214.2-26l-564.3-1145.5l-251-2430.5l-1359.6 82l62.4-1457l-992.4 207.5l-28.2-364l2314.9-615l-135.3-3024.5l-770.8-954l-27.4-282l1868.9-682.5l-71-614.5l170.8-1084.5l-49.7-3207l696.6-143l166.3-204l2927.9-994l744.6 538.5l1032.4-1409l4116 1529z" />
			<path  id="213" d="M-116548.5-6181159l522.6 2419l-1853.5 3795l-283.8 563l-592.5 2458.5l52.4 1516.5l-321.4 1686.5l-619.8 3137l-691 1348l-754.5 939.5l-2230.3 2997l-1551.9 5446l-303.5 567l-777.4 938l-1169.7 930l-2164 1590.5l-306.7-640.5l-4729.3-721.5l-6895.3-2581.5l-1875.7-1834l-1339.2-350.5l-4190.7-2877.5l-2443-1323l-936.4 1390l-1119.5-395l-1568.9-1180.5l912.7-2215.5l45.5-374l-574.5-764l474.2-775.5l1336.7 10l337.8-1031l-637.4-1792.5l-3049.9 145l-660.5-1742.5l-431.7-587l1185.3-2145l678.7 350.5l1093.6 1251.5l807.1-617.5l146.8-833.5l724.9-1413.5l145.5-400.5l138.1 49.5l276.6-695l-848.7-1271.5l-1170.5-188.5l2216.1-1341.5l-237.6-744.5l-1047.9-179l695.3-877.5l-560.6-1513.5l-1344.7-1354l-2380.3-1522l-1601.4 1096l328.5-2415.5l1854.4-308.5l1228.1-1267.5l-263.8-3273.5l3391.6-225l1594.3 892.5l152.4-1391l1761.4-514.5l1100-796.5l341.8-69l303.8-952.5l1137.7 281l1445.8 841.5l-649.2 1345l2016.2-280l7492.6 1523l4046.4 326l-295.6 1557l2913.5-197.5l940.8-261l237.2 589.5l4716.5-1272.5l191.9 1324l3160.6 1498.5l294.7 1709.5l1562.6 1723.5l1623.9 420l-1154.1 852.5z" />
			<path  id="200" d="M-196959.4-6340110.5l-26.8 2929.5l34.1 1207.5l-280 2037.5l844 1215l1801.3 563l1195 561l792.8 1433.5l98.7 325.5l-21 365.5l342.9 1339.5l459.5 1570l1326.4 3010l555.2 828.5l1183.9 1566.5l440.2 633.5l779.7 1132l1491.1 1812.5l2181.3 944.5l1893.4 69l1003.4 1623l-1228.4 1033.5l856 1122l-577.4 2366l81.4 1581.5l-290.3 1112.5l-656.9-10l-1484 2348l213.6 1249l-381.8 325l854.6 1284l-1348.2 2037.5l-621.4 1256l956 1517l-150 1451l786.2 1089.5l-557.2 822.5l-2300 3535.5l-1189.2-929l-1007.5 2173.5l-2363.3-137l-318.9-9.5l-1297-489.5l230.4-881.5l1018.8 307l281.8-1356l-1620.9-1809.5l-143.1-475l-1159.2-949.5l-137.8-392l-1877.8-232l221.4-867l-630.1 109.5l-1801.5 174l-1470.4-538l-307.7-1929l-1613.8-240.5l-1254.3 1390.5l-1640.8 486l32.2-1366l-693.9 588.5l-51.9-43.5l-2517.9-284l-386-989l-126.9 67l-174-44.5l-1744.2-1050.5l-1767-556l98.3 829.5l-870-433.5l-2246.3-1969l1296.5-1343l1704.7-759.5l219-394.5l1509-520.5l-1551-626.5l-325.1-118.5l-168.6-892.5l-1754.8 33.5l-605.9 1124.5l-156.2 48.5l-208.8 984l-1359.3-213.5l-321.7 461.5l-386 1207.5l50.4 115.5l-1984.7 706l-1906.7-1745l-256.1-54l-1550.5-261.5l-671.6-358.5l-62.8-16l-1161.9 921l-1325.2-667l-1722.2-526l74.4-746l1209.8-233.5l-868.2-1651.5l783.4-844l-586.5-174l187.5-1017l-1273.1-516.5l-939.3-2066.5l783.1-1335l-478.8-3483l-778.9 423.5l-1145.1-1088l1725.6-1847l-1613.5-1162l1847.6-1788.5l2346.3-616.5l702.7 2162l2966.8 2113.5l884.8-213l289-494l2192.3-791l421.4-3684l-1167.5-688.5l-362.9-2114.5l2380.8-8.5l1144.6-722.5l-135.7-2654l1656.8-453.5l1450 880l872.4-1047.5l987.3 151l3809.8-4241.5l2603.5 2143.5l1802.6-1702.5l2546.2 277l1865.8-1289l1169-1187.5l503.9-2087l1123-750.5z" />
			<path  id="204" d="M-226740.9-6309038l-783.4 844l868.2 1651.5l-1209.8 233.5l-74.4 746l1722.2 526l1325.2 667l1161.9-921l62.8 16l671.6 358.5l1550.5 261.5l256.1 54l1906.7 1745l1984.7-706l-50.4-115.5l386-1207.5l321.7-461.5l1359.3 213.5l208.8-984l156.2-48.5l605.9-1124.5l1754.8-33.5l168.6 892.5l325.1 118.5l1551 626.5l-1509 520.5l-219 394.5l-1704.7 759.5l-1296.5 1343l2246.3 1969l870 433.5l-98.3-829.5l1767 556l1744.2 1050.5l174 44.5l-929.8 3055l9.2 184.5l-967.4 1275.5l-683.5 265l-232.9 1065l-758.5 60.5l-1158.3 641.5l-881.2-1998l-1096.6-11l-1444.2 1098l-349.5 2913.5l873.3 2601l75.5 1616l-1074.7 402.5l989.8 1315.5l300.9 877l1012 314.5l-772.3 2195.5l-209.7 2063.5l194.2 1740l1483.6-299l1987.7 2422.5l1700.7-530l324.2 221.5l1776.1 285.5l1204.8 1805l120.7 339l-183.8 1284l1549.5 1394.5l-544.7 64l-343.5 2742l-22.1 331l501.1 1971l-920.5-873.5l-883.6 230.5l-1059.3 1758l-919.5 505.5l-1608.1-316.5l-293.5-1832.5l-1337.7-1413.5l-1092.3-1193.5l-886-105.5l-1320.5-513.5l225.6 2072.5l-1577.2 3021l1275.3 691.5l-131.7 515l-2337.4 1524.5l2394.7 2598.5l-195.1 168.5l-4233.1 1253l-938.6-1096.5l-932.3 316l255.7 1196l-1847.5 1220.5l-60.7 403.5l-477 1542.5l-2029.6 74.5l-1111.3 567.5l-614.3-366l-1300.3 1021l-61.5-103l-701.4-2748l-1712-259.5l262.8-1337l-1304.6 214l-1201.4 854l-1094.4-2733.5l-1309.5-1197.5l-4285.3 3911l15.5 267l-2402.1-432.5l324.5-1476.5l416-787.5l-851.7 278l-230.2 197.5l-236.4 524.5l-1162.8 2469l-2575.9 355l-827.5 553l-204.8 2158.5l-847.3-486.5l-1541 669l-540.8 390.5l-1187.3 1132l-1597.8 1014.5l-1727.8-2l-2865.1-2330.5l-1677.8-2382.5l-3008.1-424.5l-4305.1-3555l-904.2-1428l-820.8-541.5l110-1530l-479.6-1742.5l-32.9-2281l-1359-628l-1701.4 177l-298.7-993.5l-734.4-1001l288.3-1147l288.6-507l-1292.2-564.5l-162.2-2167.5l-860.6-344.5l655.3-1206l-1094.3-789.5l322.3-1365l-1257.7-2557.5l1156.5-958.5l178.2-4812l800.5-1578l1219.1-1105l-68.5-927.5l-835-2155.5l567.4-936l1000.1 391.5l2289-674l-1062.7-5760.5l3646.3-2504.5l312.3-124.5l3568.3-639l93.8-27l1070.5-1333.5l-446.3-816l1684.6-3723l1516.2-434.5l1907.1 1789.5l3542.4-1358l1561.9 117.5l-84.7-1213l-676.6 43l-619.2-2053l-1224.3-3730l716.9-154.5l1331.3-331l439.8 2342.5l1904.2-238.5l877.3 1234l-914.3 2473l2505.6 96.5l1470.5-1462.5l2227.2-1844l727.5 400.5l2695.2-1206l505.3-586l2623.8 1301l-423.3 2177.5l1099.7 959.5l1393-2381l899.9-445l1187.8 1410l692.3 2791l2740.9-1849l4441.2-720l251.2-3.5l586.5 174z" />
			<path  id="203" d="M-162198.1-6266499.5l1570.5 374.5l924.2 1447l-22.9 296.5l702.9 1238l2646.5 1468.5l235.2 828l-1196 1.5l-228.9 1192l743.9 584l1795.6-718.5l632.6-309.5l1597.6 949l1694.4 501.5l374.9 79l-51.2 1170l763.7 778.5l291.5 1046.5l383.1 2012l11.3 423.5l1001.3 493.5l875.9-207l548.9 675l525.2 1046.5l97.3 135.5l522.6 972.5l-1318.2 1374.5l769.3 1013.5l-1607.7 981.5l160.7 635l-1200.3 725l-206.3 847.5l544.2 315.5l-83.5 2317.5l-183.8 490l293.7 852.5l-126 170l-909.7 269l-1109.9 1273l-517.9-1108l-2008.1 598.5l-716.1-1108.5l-1560.9 1008l-3136.4-272l-24.1 222l-1433.7 349l-594.6-1311l-635 690l393.8 1595l-1796.6 1687.5l-824.1 641l-453 810l865.3 1898l-451.3 600.5l-601.7 2084l-694.7 730.5l-996.9 950.5l287.9 580.5l-1923.8 1351.5l-1702.3-21l317.9-1821.5l1104.2-1591.5l-556.9-1507l639.4-83.5l29.4-324l-922-1533l-528.1 341l-738.3 1211l-1361.5 248l-1038-18.5l-632.3 470.5l-3166.4-1381l-72.7-26.5l-1305.1-2529l-607.9 561.5l-396.9 110l-166.3 3212.5l-2313.9 224l-951.3-147.5l-170.5 44.5l952.9 2686.5l-125.9 347l-418.6 2700.5l-259.6 329l-2237 597l-2100.6 2831.5l-365.3-186l-1463.6-491l-1442.2-437l-1662.4 1187l-502.3 1066.5l-340.4 10l-605 1388l-784.9-64l129.6 961.5l-790.5-40l-466.9 328l-2245.3 474.5l-220.3-1355.5l-607.5-1128.5l384.5-1453l-1449.5 1016.5l-735.9 510.5l-2087.8-10l-11.8-913.5l-2418.8-1002.5l-152.3-1788l-608 10.5l-4070.6 68.5l-1967.6-1532l-1413-2089l-2230.7-1109l1725.8-1628l-456.3-2065l733.5-354.5l860.1 3.5l-1561.3-1522.5l2111.8-2191l2582.6-3075.5l1982.2-2003l-194-1046l-13.3-1120.5l1799-1382.5l1875.5-1681l992.2-751l1195.8-1161.5l1510.5-1143.5l426.5-377l2318.6-1831l-262.6-707.5l-1842-921l-589.9-1861.5l2013.3-807.5l399.3 404.5l1055.6-624.5l648-332.5l-45.6 1795l668 380l1015-272.5l1966-1888.5l498.9 531.5l2602.1-195.5l297.2 241.5l1133.5 381.5l-121.4 785l194.1 289l-78.1 2418l-678.8 86.5l850.2 585.5l1900.2 629l-448.1 686l336.7 454l553.6-499.5l1134.8-805l1296.1-1121l215.6-302l1899.6 698.5l229.5-111l3129.4-3114l207.4-225l145.8-376l1677.8-112.5l1142.5-1267l234.8-313l2413.7-1514.5l912.9-970.5l1366.3 867.5l754.4-1699.5l-60.1-1204l855-1746.5l2576.9-991.5l-1375.9-1929l3505.4-83z" />
			<path  id="205" d="M-243096.3-6258598.5l-416 787.5l-324.5 1476.5l2402.1 432.5l-15.5-267l4285.3-3911l1309.5 1197.5l1094.4 2733.5l1201.4-854l1304.6-214l-262.8 1337l1712 259.5l701.4 2748l61.5 103l1300.3-1021l614.3 366l1111.3-567.5l2029.6-74.5l477-1542.5l853.1 3677l-277.6 806l226.5 891l1748.8 2819l-1075.1 1674.5l-1442.1 904l-265.1 393.5l1081.6 1109l368.4-377l408.4 1023.5l-52.7 552l649.6 1207l379.5 155.5l2031.6 1408.5l181 643.5l331.8 660.5l640.4 200l812.3 1078l-276.1 2512l845.8 900.5l-452.5 586l2549.1 165l2131.4-1353.5l1561.3 1522.5l-860.1-3.5l-733.5 354.5l456.3 2065l-1725.8 1628l-1439 1034l-505.9-204l-1162.7 1074.5l470.4-1589.5l-2945.9 1058.5l-1310-730.5l171 1309l-3194.6 549.5l-2019.3 534.5l-1904.8 1595l-332.9 1040.5l-748.5-613l-1634-44l-2520.2 2054.5l-834.8 757.5l-2852.1 566.5l-2063.2 2119l-2657.9-1888.5l-164.9 171l-21.2 692l-5214.3 1396.5l-1097.1-1378l-3451 1281l-109.8-814l-3388.8-1055.5l-3071-681l-772.1 447.5l-2420.3-984.5l-1513.8-2480l2804.9-2924.5l2159.4-2355.5l1450.6-3474.5l-552.8-704.5l-325.9-567l1698.5-1651l2215-1638.5l2105.2-1680.5l-275.8-4367l1346.9-1127.5l-653.9-5265l-2150.8-1414l1187.3-1132l540.8-390.5l1541-669l847.3 486.5l204.8-2158.5l827.5-553l2575.9-355l1162.8-2469l236.4-524.5l230.2-197.5l851.7-278z" />
			<path  id="211" d="M-158699.2-6239417l24.1-222l3136.4 272l1560.9-1008l716.1 1108.5l2008.1-598.5l517.9 1108l825.3 1016l849.1-642l1416.3-673l174.9 775.5l-1168.9 1084.5l420.4 819l864.1 128l1407.6 1504.5l-634.4 577l-334.5 1156l1734.2 596.5l1315-738l1135-808.5l2301.5 970.5l152.7 440.5l3538.1 131.5l31.6 58l79.7 582.5l492.2 1489.5l494-231.5l172.5 1217l842.3-290l938.6 1414.5l320.1-22l734.5 2147.5l-669 1692l-880.4 770l-339 480l-505.7 220.5l-729.5 1967.5l-358.5 187l-245.9 1112l-1632.6 751.5l-209.8 1022l986.9 1496.5l-1120.9 752.5l-2010.1 680.5l-1077.5 1873l-1715.1 1122l-2329.8 2355.5l-1629.5 13.5l-1360.2 422.5l252.5 1367l-91.4 1407.5l1956.3 3634.5l-2184.6 1729l993.2 1467l-3502.9 778l-4400.7 1972.5l-676.2 988l-823.3 544l-1400.3-309l-3457.5-3960l-2033.4 425.5l-2113.1-340.5l-960.6 970.5l-475.1-280.5l-902.6-1205l-707.2-2268.5l-1284.1-1190l-1442.1 473l295-1154.5l-1779.1-3856.5l-1515.4 510.5l-2058.8-2306.5l-2480.1-965l-1771.3 706.5l-63.3-44l-1217.6-278l-602.8 801.5l-1041.6 929.5l-706.9 1483l638.3 2460l-1612.3 1274l-1246.2-28l-791.6 93l768 301.5l-511.5 611l-1713.6 3432.5l799.2 650.5l-628.6 672.5l-2137.8 818.5l-2092.3-1967.5l-2465.8-728.5l-887-427l700.6-938l-386.4-1065.5l-113.8-902.5l-2722.2-1827l-375.5-1653.5l2985-1042l930.5-998l455.5-924l-645.5-1038l-1295.5-159l715.1-1602l-398.3-758l847.1-1691.5l1147.5 171l-277.7-1769.5l-1875.3-207l20.7-1284.5l2245.3-474.5l466.9-328l790.5 40l-129.6-961.5l784.9 64l605-1388l340.4-10l502.3-1066.5l1662.4-1187l1442.2 437l1463.6 491l365.3 186l2100.6-2831.5l2237-597l259.6-329l418.6-2700.5l125.9-347l-952.9-2686.5l170.5-44.5l951.3 147.5l2313.9-224l166.3-3212.5l396.9-110l607.9-561.5l1305.1 2529l72.7 26.5l3166.4 1381l632.3-470.5l1038 18.5l1361.5-248l738.3-1211l528.1-341l922 1533l-29.4 324l-639.4 83.5l556.9 1507l-1104.2 1591.5l-317.9 1821.5l1702.3 21l1923.8-1351.5l-287.9-580.5l996.9-950.5l694.7-730.5l601.7-2084l451.3-600.5l-865.3-1898l453-810l824.1-641l1796.6-1687.5l-393.8-1595l635-690l594.6 1311l1433.7-349z" />
			<path  id="210" d="M-132177.2-6224179l1112.9-363.5l1641.7 939l882.6 1240.5l273.3 748l672.7 1716l1715.6-309l1741.9 515l49.7 3207l-170.8 1084.5l71 614.5l-1868.9 682.5l27.4 282l770.8 954l135.3 3024.5l-2314.9 615l28.2 364l992.4-207.5l-62.4 1457l1359.6-82l251 2430.5l564.3 1145.5l-214.2 26l-3280.9 691l-116.5 245.5l-92.8 828l296.2 1293.5l1464.9-242.5l909.7 3015l-326.1 539.5l907.4 18l1081.7 1737.5l1479.2 6442.5l2889.7-1959.5l1722.7-1655.5l-1391.8 9.5l-2326.1-5216l1657.9-716.5l261.4-1066.5l1623-199l2212.3 2294.5l488.6 1316l1237.2-2992l3567.9-612l1281.2 845.5l-19.3 163l-15.1 265.5l13.8 224l-2229.6 1561.5l-201.1 1104l866.8 399l1832.4-1577l-655 3480l-1660.9 1874l-1060.3 869.5l-233.1 1786l2184.9 1269l230.5 1675.5l-1475.6 758l-1610.8 1767.5l-2390.9 1848l-1623.9-420l-1562.6-1723.5l-294.7-1709.5l-3160.6-1498.5l-191.9-1324l-4716.5 1272.5l-237.2-589.5l-940.8 261l-2913.5 197.5l295.6-1557l-4046.4-326l-7492.6-1523l-2016.2 280l649.2-1345l-1445.8-841.5l-1137.7-281l-303.8 952.5l-341.8 69l-1100 796.5l-1761.4 514.5l-152.4 1391l-1594.3-892.5l-3391.6 225l-829.3-1719l-1639.9 401l-580.4-1601.5l987.1-2245l823.3-544l676.2-988l4400.7-1972.5l3502.9-778l-993.2-1467l2184.6-1729l-1956.3-3634.5l91.4-1407.5l-252.5-1367l1360.2-422.5l1629.5-13.5l2329.8-2355.5l1715.1-1122l1077.5-1873l2010.1-680.5l1120.9-752.5l-986.9-1496.5l209.8-1022l1632.6-751.5l245.9-1112l358.5-187l729.5-1967.5l505.7-220.5l339-480l880.4-770l1125.8 182.5z" />
			<path  id="212" d="M-181086.9-6210041.5l63.3 44l1771.3-706.5l2480.1 965l2058.8 2306.5l1515.4-510.5l1779.1 3856.5l-295 1154.5l1442.1-473l1284.1 1190l707.2 2268.5l902.6 1205l475.1 280.5l960.6-970.5l2113.1 340.5l2033.4-425.5l3457.5 3960l1400.3 309l-987.1 2245l580.4 1601.5l1639.9-401l829.3 1719l263.8 3273.5l-1228.1 1267.5l-1854.4 308.5l-328.5 2415.5l1601.4-1096l2380.3 1522l1344.7 1354l560.6 1513.5l-695.3 877.5l1047.9 179l237.6 744.5l-2216.1 1341.5l1170.5 188.5l848.7 1271.5l-276.6 695l-138.1-49.5l-145.5 400.5l-724.9 1413.5l-146.8 833.5l-807.1 617.5l-1093.6-1251.5l-678.7-350.5l-1185.3 2145l431.7 587l660.5 1742.5l3049.9-145l637.4 1792.5l-337.8 1031l-1336.7-10l-474.2 775.5l574.5 764l-45.5 374l-912.7 2215.5l1568.9 1180.5l-974-514.5l-2946.1 484.5l-2246.2-1205.5l-1730-1321.5l-796.5 794l-704.4 385.5l-687.8 913l-2183.9 161l-2845.8-1595.5l71.1 912l-1667.9 463l-1907.9-768l-1233.6-433.5l-1757.1-3002.5l-3079.7 24l-2441.6-2546.5l-397-414.5l-1930.1-3382.5l202.6-1159l-185.9-2586.5l-4204.5-68.5l738.3-1684l-2563.8 458l-2168.8 391.5l-1174.1 313l218.7 1162l-1344.2-215l-767.7-2397.5l-1353.5-647l-2070-4619l1802.2-2881.5l730.2 1083.5l3845.1-3587.5l1625.9-3866.5l-649.3-542.5l1197.4-1742l-425-2954l649.5-474.5l-476.3-413l628.6-672.5l-799.2-650.5l1713.6-3432.5l511.5-611l-768-301.5l791.6-93l1246.2 28l1612.3-1274l-638.3-2460l706.9-1483l1041.6-929.5l602.8-801.5l1217.6 278z" />
		</g>
		<g  id="_8">
			<path  id="283" d="M-174521.1-6040844.5l1086.7 847.5l31 738.5l2176 1007l-371.7 1479l1511.2 3374.5l1341.9 428l1814 2352l1954.7 319.5l3706.3-1973.5l2392.2-1095l758.6-31l283.7 2839.5l6972.9 1520.5l2447.3 328.5l80.4 2577.5l-1492.7 2218l186.1 3293l45 1996.5l-2558.5 1607.5l267.8 1554.5l-1289.4 1560l-61.1 27l1702.5 2064.5l-1050.4 2425.5l-1718 1283l-2604.3 1346.5l-167.6 1688l-2896.2 455.5l83.2 851.5l327.7 2293.5l1705.9 1729l-520.2 1784.5l-4682.3-243.5l-1053.9-66.5l-1822.4 3231l-5462.2 1533.5l-3362.4 958l-2344.1-1919l-730.9-1201l3939.5-1166l-1272.5-1578l891.2-1159l-2580.2-112l-2312.1 2073.5l-1086.2-145l-1141.9-1373l-1508.5-4753l-3214-3436.5l-465.8-4555.5l2258.9-2060l276.1-2392.5l-1045.5-4485.5l2684.7-6602.5l-322.5-3949l1907.8-2053l123.7-844l135.5-2884l2307-2885.5l2103.6 76l1634-898.5z" />
			<path  id="285" d="M-150039.9-6123769.5l2152.1 1429.5l-16.2 1965l2248.3 274l-155.7 651l845.2-167l2392.2 1248l747.7-.5l2202.1 1935.5l788.7 554.5l2030.4-689l4233 3316l305.1-113l1806.3-181.5l949.7 866l-700.7 1359.5l1151.1 306.5l-101.1 646l-1877.7-86l-1074.7 153.5l2104.9 2656l-1829.2 2175l344.9 5695l1625.6 1756.5l1789.3 121.5l604.5 1305.5l25.5 48.5l-1667.2 7163.5l-1661.1 1382.5l-1105.2-39.5l-3693.1 5505.5l-1210.3 1354.5l-450.6-87.5l-2877.5-290l-322.1 2839l-2310.8 360.5l-1474.7 53l-1714.9-1614l-1534.2 1187.5l-1330 2721l-1158.6-1682l1116.6-2975.5l-755.9-1886l133.1-521l-266.5-2124.5l-1181.9 406l-1355.4-741l-3476.7-3435l-3067.9-1475.5l15 1941l-1673.2 578.5l-522.1-1554l-5235.1-2974l1351-6295.5l1770.8-1108l1172.7-2109l-223.3-7339.5l2782.9-5360.5l710.5-1288l3450.8-1864.5l5173.9-5954z" />
			<path  id="291" d="M-90835.2-6100623l1149.9 161.5l1034.6 1308.5l2947.3 1350l400-104.5l855-2258l-323.3-2098l2423.5-300.5l380.6-2217l4634.3-2898.5l2093.7-226l1999.9 209.5l2119.1 1344.5l616-1281l920.8-629l1703.7 431l1353.9-3529l1414.6 801.5l1152.8 1476.5l-437.9 2172.5l-64.5 1724l1887.8 1552l-29.4 797l1404.4-402l117-11l123 2439.5l-686.5 499.5l-1617.2-99l-474.5 1529l852.4 1103.5l389.6 897l-2027.7 1007.5l-50.8 1329l739.9 274.5l38 1403.5l-1438.1 3197.5l2196.2 1387l-2265.7 3529l859.7 1109.5l1688.5 364.5l1542.9 1319.5l40.8 1456l1556.4 974l1318 364.5l76 98.5l-1736.1 2675.5l-1653.1 496l1351.3 2566.5l-347.4 1193.5l-5469.4 1918l-2642.3-543l-621.8-1646.5l-2421.9-2142l-257.3-2138l-200.5-39l-1646 1071l-2018.5-1726l-1216 3879l-1427.7-209l-2041.7 256l-2992.6-4157.5l-834.8-903.5l-841.8-1043.5l713.7-2763l-1958.4-5346.5l-4206.4-1168l-228.8-2475l3598.2-2424l510.4-253l-500.5-797.5l-4565.7-3834l1040.1-2004.5z" />
			<path  id="275" d="M-101197.7-6221864l6888.1-1312l339.8 2664.5l-1084.8 1401.5l565.2 3531.5l972.1 862l-261.8 1388l4580.1 2354l-1281.8 2127l-57 2263l156.8 1785l1185.5 552.5l-139.3 1876.5l1891.4 3023.5l-1815.2 3442.5l-1031.3 159.5l-495.1 452l-1573.4 432l-58.4 1007.5l-1096.5 561l-2839.3-606.5l-597 907l-1226.5-2107.5l-983.8 1953.5l-2334.9-1524l459.6-1106.5l813.7-341.5l-398.1-2910.5l-2745.6-1192l695.6-1176.5l235.6-3771l-2942.4-1924.5l700.7-1502.5l1237-312.5l1252.1-923.5l-388.4-1937.5l2811.2-2952l-1067.2-5256.5l-684.4 117.5l-280.9-1311.5l360.1-247.5l238.2-445.5z" />
			<path  id="276" d="M-113906.2-6219084l3037.7-607l2164.5 1870.5l3304.7 5054l2824.6 998l388.4 1937.5l-1252.1 923.5l-1237 312.5l-700.7 1502.5l2942.4 1924.5l-235.6 3771l-695.6 1176.5l-276.5-64l-1683.5-149l-239.9 572l-3342.1 35.5l743.7-2953l-2459.4-682.5l-2205.6-897.5l143.3-4633l-1278.6-5456.5l-613.3-1653l583-1752.5l87.8-1230z" />
			<path  id="278" d="M-64962.2-6215807.5l-1064.5 1870l-1058-2099l218.4-1324l1904 1553z M-89198.8-6210974.5l495-344.5l1330.5 445l941.7-987.5l1363.2-46.5l-184.6 2436.5l629.2 857.5l1935.8-740l3113.5-229.5l51.4 2046l-2523.5 2279l-1012.9-2159.5l-2050.1 2309l569.8 725.5l193.1 3080l-2507.7 1905l965.3 1628l2546.7 187l2388-2291l895.7-929.5l636.8-2222.5l1604.5 213.5l1912.7-1408l-1397-1658l1937.4-2740.5l-435-1131.5l1212.2 450.5l1295-969.5l2098.3 1387l1854.2-23.5l1325.9-2738l396.6-737.5l1257.4 569.5l-799.9 1784.5l1115.2 1039.5l-4173.5 3018.5l1284.8 2970l-1884.3 2487.5l-701.6 986l-734.5-1491.5l-1405.2 991.5l400.2 2125.5l-2880.8 538.5l-784.8 682.5l117.8 1704l1613.4 1237l181.2 1577.5l3290.3 1386l1602.1 1773.5l1272-234l-657.9 741l443.3 2469l-2001.8-567l1486 2215l-2373.8 1868l-900.5-512.5l363.9 1762l-2946.8 3030l-430.9 1002l-4888.8 1144l207.4 1823l-2320.5 1105.5l-3207.4-2120l-284.9-805.5l-2170.7 331.5l-2233.8-869l-1160.9-2741l-3306.8 15l-289 28.5l-2886-1298.5l-2356.1-121l-1129.8-651.5l-2037-955.5l352.8-806l-990-456.5l860.6-2013.5l2107.2-726l-134.6-2084l801-1016.5l-401.6-1128l-178.9-873l333.1-467l2020.8-1232.5l983.8-1953.5l1226.5 2107.5l597-907l2839.3 606.5l1096.5-561l58.4-1007.5l1573.4-432l495.1-452l1031.3-159.5l1815.2-3442.5l-1891.4-3023.5l139.3-1876.5l-1185.5-552.5l-156.8-1785l57-2263l1281.8-2127z" />
			<path  id="279" d="M-103365-6200220.5l2745.6 1192l398.1 2910.5l-813.7 341.5l-459.6 1106.5l2334.9 1524l-2020.8 1232.5l-333.1 467l178.9 873l401.6 1128l-801 1016.5l134.6 2084l-2107.2 726l-860.6 2013.5l990 456.5l-352.8 806l2037 955.5l1129.8 651.5l2356.1 121l2886 1298.5l289-28.5l3306.8-15l1160.9 2741l2233.8 869l2170.7-331.5l284.9 805.5l615.6 625.5l-647.3 3487.5l-5136.6 375.5l-3061.4-2102l-2266.7 358.5l-2466 3061l2617.4 2379.5l604.3 2822l-2310.8 1630l-3594.8 1899l-998.4 93.5l-4148.1-1806.5l-539.9-1346l-909.9-1826.5l239-1299.5l-340.9-2726l-543.9-833l661.9-1513l644.9-1595.5l-968.9-1607.5l-2340 668.5l-4133.4-1963.5l-2780.4 1549.5l1853.5-3795l-522.6-2419l1154.1-852.5l2390.9-1848l1610.8-1767.5l1475.6-758l-230.5-1675.5l-2184.9-1269l233.1-1786l1060.3-869.5l1660.9-1874l655-3480l-1832.4 1577l-866.8-399l201.1-1104l2229.6-1561.5l-13.8-224l15.1-265.5l19.3-163l64.3-347l3342.1-35.5l239.9-572l1683.5 149l276.5 64z" />
			<path  id="273" d="M-125953.1-6153348l268.3 762l3621.6-593l2474.1 1574l1778.9 2028l4218.5-251.5l-64.8 1838l2925.1 375.5l3764-1336.5l12.8 51l959.9 3766.5l-2462 2232.5l455.3 2310.5l-1901.5 2206.5l-2423 1408l1763.3 2842l-4273.8 13.5l-1296.5-1855l-800.7-2583l-3587.1 1510.5l-3698.1-2109.5l-1211.1-2669l675.9-2986.5l3979.3-1450.5l330.2-795l-3038.6-1691l-2954.5-549l-923.3-687.5l238.2-2431.5l1169.7-930z M-110965.6-6174531l2340-668.5l968.9 1607.5l-644.9 1595.5l-661.9 1513l543.9 833l340.9 2726l-239 1299.5l909.9 1826.5l539.9 1346l4148.1 1806.5l998.4-93.5l3594.8-1899l2310.8-1630l-604.3-2822l-2617.4-2379.5l2466-3061l2266.7-358.5l3061.4 2102l5136.6-375.5l1755.6 810.5l-1183.4 2599.5l140.3 126l3230.9-598l1251 2513.5l61.5 3025l-961 153.5l-98.1 2405l-3054.5-384l-137 2654.5l-5384.5-1045l-2119.8 2121l52.1 3098.5l114.9 493.5l-1652.6 616l-3070.2-655.5l-712.6-1502.5l-1913 1879l-2883.3 407l-467.9-97.5l-1081.3-144l-1164.7 2897.5l-1570.2 889l-12.8-51l-2087.9-2044.5l-589.5-2282l1571.8-2382l-37.7-1873l-2399.8-3066l-1083.4 2060.5l-1582.4-1209l-1565.2-2344l679.2-2266.5l-958.1 51l-2186.5 2372l-3407.8 391l-475.3-1752l754.5-939.5l691-1348l619.8-3137l321.4-1686.5l-52.4-1516.5l592.5-2458.5l283.8-563l2780.4-1549.5l4133.4 1963.5z" />
			<path  id="272" d="M-121090-6163296l475.3 1752l3407.8-391l2186.5-2372l958.1-51l-679.2 2266.5l1565.2 2344l1582.4 1209l1083.4-2060.5l2399.8 3066l37.7 1873l-1571.8 2382l589.5 2282l2087.9 2044.5l-3764 1336.5l-2925.1-375.5l64.8-1838l-4218.5 251.5l-1778.9-2028l-2474.1-1574l-3621.6 593l-268.3-762l777.4-938l303.5-567l1551.9-5446l2230.3-2997z" />
			<path  id="280" d="M-84964.4-6160512l3054.5 384l-167 2558l2038 1554.5l27.2 43l2900.7 6969.5l108.9 1916l-1541.7 362l-1440.5-700l-523.5 2310l1263.1 1133l-777.4 351l471.9 727.5l1056.9 4184.5l-1950.8 631l-584.4 1517.5l-1689.1 1238.5l997.8 581l-882.7 1580.5l1509.4-1001l452.9 990.5l-717.4 996.5l709.8 621.5l-408 401l-558.8-547.5l-2552.6 1131.5l-759.6-794l-1957.7 1413l-911.4 962l-2596.2 8.5l-1945.2-2866l-899.4 544l-2276.7-4435l-466.6 229l311.6 1891.5l6.2 112l-3115.4 496.5l-2604-1856.5l-1606.1 2260.5l-773.4-1020l-2021.6 669l-648.8 2081l-1484.9 712l-945.6-1382.5l563.6-1513.5l-1393.1-354.5l-871.1-713.5l-1763.3-2842l2423-1408l1901.5-2206.5l-455.3-2310.5l2462-2232.5l-959.9-3766.5l1570.2-889l1164.7-2897.5l1081.3 144l467.9 97.5l2883.3-407l1913-1879l712.6 1502.5l3070.2 655.5l1652.6-616l-114.9-493.5l-52.1-3098.5l2119.8-2121l5384.5 1045l137-2654.5z" />
			<path  id="274" d="M-127122.8-6152418l-238.2 2431.5l923.3 687.5l2954.5 549l3038.6 1691l-330.2 795l-3979.3 1450.5l-675.9 2986.5l1211.1 2669l3698.1 2109.5l3587.1-1510.5l800.7 2583l-606.6 651l-1965.9-474.5l-203 292.5l1755.6 924.5l394.2 1208l-1393.6 917.5l2596.6 1345l482.2 2344l-893.4 3026l3233.3-2223.5l1385.9 878.5l-703.5 3607l-2150.9 4103l-220.7 2296l-1107 648l-73.7 1724.5l-1536.7 543l-1552.2 232.5l-443.3 1891.5l-2016.8 1786.5l-2841.7 1626.5l-4252-174l-2793.1-1652.5l1877.7 86l101.1-646l-1151.1-306.5l700.7-1359.5l-949.7-866l-1806.3 181.5l-305.1 113l-4233-3316l-2030.4 689l-788.7-554.5l-2202.1-1935.5l-747.7 .5l-2392.2-1248l-845.2 167l155.7-651l-2248.3-274l16.2-1965l-2152.1-1429.5l808.5-3923.5l4619.1-3600.5l2458.6-172.5l1522.2-1104.5l1693.7-3105l759.8-2718.5l3726.4-7391l453.4-596.5l1343.4-2171l880.1-1406.5l2487.9-868.5l2164-1590.5z" />
			<path  id="281" d="M-95980-6135516.5l466.6-229l2276.7 4435l899.4-544l1945.2 2866l2596.2-8.5l-263.7 606l1337 1091.5l1182.3 944l-485.9 1958.5l1891.3 251l1641.8 1257l-1675.4 1835.5l512.3 742l-3223.3 3366l-18.1 543.5l-1517.3 634l-266.7 2618l-114.6 4556l-3399.7-1249l-187.9 960l826.8 4499.5l828.4 833.5l-925.4 701l818.8 2226l-1040.1 2004.5l4565.7 3834l500.5 797.5l-510.4 253l-3598.2 2424l228.8 2475l-550.2 675.5l-681.7 2912l-1566.6 631l-3447.4-1124l-1031-1408.5l-5071.9 330.5l-2418.1-865l-707 325l-1473.9-571.5l-2251.3-1l400.7 1911.5l-2760.2 562l1197.3 2723.5l-2245.3 1174.5l2173.2 2242l-499.4 1421l-2435.9 45.5l-1270.1 1404l-786.1-2435l-2172.8 3.5l-3234.8-1886l85.7-4326l-2311.5-1150l-1904.2 4191l-347.6 25.5l-558.8-1020l-3194.4-4244l-1024.9-709.5l1661.1-1382.5l1667.2-7163.5l-25.5-48.5l-604.5-1305.5l-1789.3-121.5l-1625.6-1756.5l-344.9-5695l1829.2-2175l-2104.9-2656l1074.7-153.5l2793.1 1652.5l4252 174l2841.7-1626.5l2016.8-1786.5l443.3-1891.5l1552.2-232.5l1536.7-543l73.7-1724.5l1107-648l220.7-2296l2150.9-4103l703.5-3607l-1385.9-878.5l-3233.3 2223.5l893.4-3026l-482.2-2344l-2596.6-1345l1393.6-917.5l-394.2-1208l-1755.6-924.5l203-292.5l1965.9 474.5l606.6-651l1296.5 1855l4273.8-13.5l871.1 713.5l1393.1 354.5l-563.6 1513.5l945.6 1382.5l1484.9-712l648.8-2081l2021.6-669l773.4 1020l1606.1-2260.5l2604 1856.5l3115.4-496.5l-6.2-112l-311.6-1891.5z" />
			<path  id="277" d="M-31653.2-6239697l6462.7-1323l127.2 2835l-948.7 1191.5l363.9 588l-70 2942.5l-669.6 630.5l-539.3 1600l2690.9 1563.5l960.4-456.5l85.2-2543.5l2430.3-1178.5l1223.6 4415.5l1794-2526l3257.4-2321.5l-69.6 1145l1776.6 1223.5l1063.6 2830l124.8 296.5l-1178.8 1716l406.2 548.5l2703.4 4011l444.1 1504.5l-2207 4145l-966.1 1118l-575.3 352.5l-566.3 591.5l3440.9 1087.5l1154.5-3621.5l1898.7-799.5l689.8 508.5l-941.7 2115.5l1616.9 957.5l312.2 1707.5l-121.6 3130.5l-668.2 1904l1089.6 1007.5l2163.4-7l1228.6-126l-177 356.5l3217.3-252.5l3126.1-3868l-1205.9-660l-457.2-490l1706.7-1667l1594.6 122.5l398.4 591.5l1500.1 4014l-642.4 1791l1252.4 1482l1557.1 5378l914.4 2514l703.9 668.5l-385.3 743l-3217.1 412l-311.1-1214l-4027.2 675l-831.4 553.5l-4380.3 1173.5l-4898.3 571l-4163.4 105l-1629.7-2705l-5489.1-1182.5l-677.4 974.5l-2571.1-427.5l-456.7-2083l-1864 301.5l136.8 597l-3182.9-633l317.7-1806l-2827.9 403.5l-2457.8 1140.5l863.1 1472.5l-693.8 2892l-4715.2 145.5l-2271-1122l-849.8-1301.5l-1349.7 669.5l-204 2937.5l-1778.6 587l-1494.2-756l-1675.6 283l-3387.3-2746l-1428.1 1739.5l439.8 1615l-1501.8 1034l-540.9 1977l-1314.3-81l-575.7 2700l-1439.6 954l-2626.5-2994.5l-1333-191l-1797.5-336l-607.2 2103.5l-324.1 3964.5l-2582.1 126l-36.9-508l-3329.4-252l-1414-1585l-443.3-2469l657.9-741l-1272 234l-1602.1-1773.5l-3290.3-1386l-181.2-1577.5l-1613.4-1237l-117.8-1704l784.8-682.5l2880.8-538.5l-400.2-2125.5l1405.2-991.5l734.5 1491.5l701.6-986l1884.3-2487.5l-1284.8-2970l4173.5-3018.5l-1115.2-1039.5l799.9-1784.5l143-102l1606.7 1859l1310.9-717.5l-605.4-1958.5l-2122.1-1206l1064.5-1870l191.5-1785l6631.9 474l2184.4-530.5l443.5-165l703.2-107l653-1335l717.2 39l955.8-4622l1127.3-388l1218.1-1820.5l446 119.5l2347.1 1107.5l1776.4-1405.5l1186.4 1593.5l1606.5-298l962.4-1491l-571.5-536l-1012.4-910.5l667.1-828l1017.3-1253l15.7-1773.5l-883.7-1690l-1574.6-1119.5l-280.1 2956.5l-1806.9 87l-938.4-1629l2172.5-1007.5l-1588.9-474l-2101.4 103l-1952-1044l1974.3-368l-546.4-2691.5l3198.8-454.5l1293.4-568.5l854.1 828l1237.6-859l1920.1-1118.5l963.7 1744.5l1116 244l1342.6-1878.5l1894.9 127l485.1 2492.5l3382 2202l581.7-641.5l-702.3-3215z" />
			<path  id="269" d="M-28636.9-6200494l2827.9-403.5l-317.7 1806l3182.9 633l-136.8-597l1864-301.5l456.7 2083l2571.1 427.5l677.4-974.5l5489.1 1182.5l1629.7 2705l4163.4-105l4898.3-571l4380.3-1173.5l831.4-553.5l4027.2-675l311.1 1214l-349.7 5844.5l1163.5 872l705.3-367l-81.5 2517l178.5 1013l1422.6 1565l-1419.2 2196.5l-830.8-1342l-577.1 1743l1095.8 909.5l-709.6 338.5l559.7 4457l129 1299.5l3060 1961l751.3-517.5l3630.1 2812.5l1234.8 1022l684.2 2100l-3889.7 3511.5l3442.3 547l1062.7 3413l-616.4 221.5l-2607.4 1317.5l-856.2 719.5l-1355.9-260l-16-1320.5l-1528-303.5l-3982.4 1745l-3123.6-333l-1785.8 527.5l-2057.3-1243.5l-3285.7 1326.5l877.3 1042.5l-954.6 1386.5l1439.2 1845.5l1515 2254l-3550.1 373.5l-2939.9 1659.5l-808.9-396.5l-1603.7 1546.5l594.1 1111l-2237 2766l-490-626.5l-2143.7 637.5l169.4-1033.5l-2970.8-1837l67.6-1318l-3790.9-305l-940-1685.5l-2842.2 1035.5l-1256.8-841l-406.3-2268l-4997.5-2200l297-906l-355.5-2322.5l780.9-1203l-5422.3-653l-2635.4-2451.5l48.1-2630.5l1868.4-592.5l-1337.7-2864.5l-1411.8-636l-3536.1 4789.5l-589.3-813.5l1097.6-1583.5l-1131.7-3742l-2204.4 620l-1644.2-1520.5l-408.8-721l-2185.2-575.5l1820.6-933l-266.9-517.5l842.7-1216l3689.7-958l817-1010l1136.2-892.5l-2378.4-1594.5l358.5-3612l1423.7-1731l-361.8-748l1559.8 144l3954.7-1662.5l-3011.1-1999.5l-561.3-1704l-362.3-2089l-1202.5-973l204-2937.5l1349.7-669.5l849.8 1301.5l2271 1122l4715.2-145.5l693.8-2892l-863.1-1472.5l2457.8-1140.5z" />
			<path  id="268" d="M-50078.7-6194552.5l1428.1-1739.5l3387.3 2746l1675.6-283l1494.2 756l1778.6-587l1202.5 973l362.3 2089l561.3 1704l3011.1 1999.5l-3954.7 1662.5l-1559.8-144l361.8 748l-1423.7 1731l-358.5 3612l2378.4 1594.5l-1136.2 892.5l-817 1010l-3689.7 958l-842.7 1216l266.9 517.5l-1820.6 933l2185.2 575.5l408.8 721l1644.2 1520.5l2204.4-620l1131.7 3742l-1097.6 1583.5l589.3 813.5l3536.1-4789.5l1411.8 636l1337.7 2864.5l-1868.4 592.5l-48.1 2630.5l-449.1 452l-3266.5 187l-1371.2 2765.5l-1106.3-7.5l-116-1109.5l-310.1-624l-994.2 435.5l309.7-994.5l1869.5 373l-134.8-523.5l-3652.7-887l-536.5-179l-282.1-1602l-1951.5-1470.5l-2559.7-1116l-3451.9 840.5l241.7 471.5l-3830.8-978.5l-1152.8 1032.5l-979.5 997l-1089 160l-894.2-1759.5l-1295.7-1899l2067.8-2679l-3309.8-2142.5l-1569.7-187.5l-1461.5 1795.5l917.4 866l-749.7 2949.5l-19.6 642l-3054.2-210l-1622.7 568.5l-905.5 1490l-575.1 607l-1247.6 1291l-1565.2-149.5l-315 638.5l-1645-999.5l-2453.4 163l-61.5-3025l-1251-2513.5l-3230.9 598l-140.3-126l1183.4-2599.5l-1755.6-810.5l647.3-3487.5l-615.6-625.5l3207.4 2120l2320.5-1105.5l-207.4-1823l4888.8-1144l430.9-1002l2946.8-3030l-363.9-1762l900.5 512.5l2373.8-1868l-1486-2215l2001.8 567l1414 1585l3329.4 252l36.9 508l2582.1-126l324.1-3964.5l607.2-2103.5l1797.5 336l1333 191l2626.5 2994.5l1439.6-954l575.7-2700l1314.3 81l540.9-1977l1501.8-1034l-439.8-1615z" />
			<path  id="267" d="M-66153.9-6172338.5l1569.7 187.5l3309.8 2142.5l-2067.8 2679l1295.7 1899l894.2 1759.5l1089-160l979.5-997l1152.8-1032.5l3830.8 978.5l-241.7-471.5l3451.9-840.5l2559.7 1116l1951.5 1470.5l282.1 1602l536.5 179l3652.7 887l134.8 523.5l-1869.5-373l-309.7 994.5l994.2-435.5l310.1 624l116 1109.5l-1260.1 420.5l-7.4 632l-1129.9 2175.5l-1719.2 333.5l-1629.9 1450.5l-990.7 570l636 310.5l1287.2 599l393.3 369l87.4 121.5l951.3 1369l-857.9 665l-601.5 74l-361.6 72.5l-1199.4 1550l-1758.5-17.5l601.8 1793.5l1691.6 794l958.7-596l818.1 2561.5l1116.6-696l-848.1 1122.5l-1703 108.5l-906.3-165.5l-1314.5 711.5l-678.4-1067l658.8-369l-340.9-855l-1517.5 274l-3920.8-1219.5l-576-112.5l-2910 1629.5l-2372.4-974l-1103.2 395.5l-684.2-110l-206 1328.5l-2629.6-831.5l-136.1-1078.5l-994.2-119.5l-515.9-1812l-1494.8 72l-460.3-850l-688.7-3252.5l-1509-172.5l-1840.5-2735.5l-5842-1988.5l-2038-1554.5l167-2558l98.1-2405l961-153.5l2453.4-163l1645 999.5l315-638.5l1565.2 149.5l1247.6-1291l575.1-607l905.5-1490l1622.7-568.5l3054.2 210l19.6-642l749.7-2949.5l-917.4-866l1461.5-1795.5z" />
			<path  id="270" d="M-36338.4-6161893.5l2635.4 2451.5l5422.3 653l-780.9 1203l355.5 2322.5l-297 906l4997.5 2200l406.3 2268l1256.8 841l2842.2-1035.5l940 1685.5l3790.9 305l-67.6 1318l2970.8 1837l-169.4 1033.5l2143.7-637.5l490 626.5l2237-2766l365.5-665l4589.2-548.5l1170.4 1438.5l2373.5-98l108.2 3643l766.1 506l800.9 474.5l-28.9 81.5l77 538.5l-386.5 1395l-1010.4 351.5l-919.7-923.5l-2206.6 1303.5l-504.2 2002.5l976.4 1491l-317.6 864.5l429.6 2031.5l720.7 1613.5l-2498.3 3035l151.4 1637.5l2811.5 369.5l107.1 2336.5l-539.8 1213l-690.1-83.5l-3984.6-318.5l-105.1-1210l-1582.5-1368.5l-2057.2 238.5l969 2873.5l790.9-504l-277.5 1532.5l-1376 163l-2509.4-1300l-1221.4-210l-2284.9 1026.5l-724.1-1189l-483.8-554l-330.3-1205.5l-2134-728l-691.5-2444.5l-2105.7 164l133.4-491l-4220.2 671l-2351-397.5l-480.4-1508l1882.8-1134.5l458.6-1366.5l-765.1-1134l4326.4-584l1842.9 1087l2648-1361l627.2-653.5l-708.7-2140l339.8-151l-1672.1-2157.5l-3.1-3107.5l-3007.3-1320.5l17.5-1652.5l-1935.1-1274l-3122.5-447.5l-2574.9 1148.5l-670.9 3019.5l-181.6 965l-4864.5-669l-1752.1 651l-1218.4 513.5l-1556.7 21l-1134.2-1026l-501.1-61l-1752.1-994l-1837.9-1191.5l-544.2 509l-1116.6 696l-818.1-2561.5l-958.7 596l-1691.6-794l-601.8-1793.5l1758.5 17.5l1199.4-1550l361.6-72.5l601.5-74l857.9-665l-951.3-1369l-87.4-121.5l-393.3-369l-1287.2-599l-636-310.5l990.7-570l1629.9-1450.5l1719.2-333.5l1129.9-2175.5l7.4-632l1260.1-420.5l1106.3 7.5l1371.2-2765.5l3266.5-187l449.1-452z" />
			<path  id="271" d="M18864.9-6159680l160.7 1887l4203.3 1571l328.2 346.5l865.3-734.5l1227.5 413.5l332.2 2626l1364 132l656 1673.5l2338.5 1105l-762.4 959l83.9 317l1050.4-164l90.5 1005l1821.6 1582.5l689.8 3319l-2096.9 809.5l2118.6 1944.5l-460 1446l412.3 432l9.6 2221.5l-1723.7 865l-186.1 960l1584.8 567l70 2395l-478.6 358.5l-955.5 765l-38.6 2433l-601.6 382.5l268.3 3416l2977.2 879.5l-670.2 781.5l2398.9 3595l349 681.5l-1951.2 2221.5l-3994.4 1095l2097.1-3482l-588.5-795l-1741.8 88.5l-1152.5 1282l-203.3 2235l-2058.3 1564.5l-778-643.5l-985.1-3321l-1301.4 16l-260.3 707l-3390-1330.5l53.3 1039.5l-1094.4 605l255.1 2590l2637.5 2508l2079.8 2748.5l-287.6 551l-1631 24.5l-3.4 1691l784.7 740.5l666.6 2906l-622 614l-446.2 1470.5l771.1 1585l-2506.8 784l-942.8-353l-2549 973l-1143.2-499.5l-1808.7-2895.5l-301.9-1902.5l-1139.7 991.5l-873.5-880.5l-487.1 667.5l-718.1-359.5l-2208.8-175.5l-301.1-1525.5l-462.8-213.5l-1681.3-1306.5l-1677.2-182l-1284.1-2251.5l-5588.1 1222l379.7-2042l-1883.2-2119l-1736.1-1082l817.2-2852l1863.1 74.5l2612.5-4307l-345.9-2442l690.1 83.5l539.8-1213l-107.1-2336.5l-2811.5-369.5l-151.4-1637.5l2498.3-3035l-720.7-1613.5l-429.6-2031.5l317.6-864.5l-976.4-1491l504.2-2002.5l2206.6-1303.5l919.7 923.5l1010.4-351.5l386.5-1395l-77-538.5l28.9-81.5l-800.9-474.5l-766.1-506l-108.2-3643l-2373.5 98l-1170.4-1438.5l-4589.2 548.5l-365.5 665l-594.1-1111l1603.7-1546.5l808.9 396.5l2939.9-1659.5l3550.1-373.5l-1515-2254l-1439.2-1845.5l954.6-1386.5l-877.3-1042.5l3285.7-1326.5l2057.3 1243.5l1785.8-527.5l3123.6 333l3982.4-1745l1528 303.5l16 1320.5l1355.9 260l856.2-719.5l2607.4-1317.5z" />
			<path  id="264" d="M-20794.2-6128199l-133.4 491l2105.7-164l691.5 2444.5l2134 728l330.3 1205.5l483.8 554l724.1 1189l2284.9-1026.5l1221.4 210l2509.4 1300l1376-163l277.5-1532.5l-790.9 504l-969-2873.5l2057.2-238.5l1582.5 1368.5l105.1 1210l3984.6 318.5l345.9 2442l-2612.5 4307l-1863.1-74.5l-817.2 2852l1736.1 1082l-3497.6 1162.5l-1900 3589.5l-3966.6 3286l-6438.3-466.5l-72.6 40l-572.5 581l16.5 551l-146.8 848l-1887.7 450.5l-12.9 557.5l-2660.3 1823.5l-1887.2-1935l-3496.4 3.5l-197.6-254l-1621.4-1447l2394.9-2361.5l225.5-1426l-223.5-1313.5l80.7-2119l-4300.6-1876.5l1563.9-767l-431.6-655.5l339.3-1046l-1031.8-508.5l-1259.2 250.5l-2349.8-1226l74.4-1081l-310.3-927.5l431.8-1236.5l-771.3-1085.5l737.7-644.5l-456.8-1256.5l1779.2-2671.5l-619-441.5l1049.2-1024l2887.2 1633.5l1086-244l643.8 154l435.8-1244.5l-434.6-2224.5l2579.2 1106.5l886-414l2351 397.5l4220.2-671z" />
			<path  id="263" d="M-37599.7-6118332.5l310.3 927.5l-74.4 1081l2349.8 1226l1259.2-250.5l1031.8 508.5l-339.3 1046l431.6 655.5l-1563.9 767l4300.6 1876.5l-80.7 2119l223.5 1313.5l-225.5 1426l-2394.9 2361.5l1621.4 1447l-1234.6 101l-5553.2 1844l-1271.9 850l405.5-1508l-2066.3-2198.5l-2401.2 1143.5l-721.5-304.5l-1080.5 897.5l-1107.1-429l-2884-1594.5l-947.2 861l-628.9-1467l-284.7-891.5l568.6-971l-336.9-827.5l-1119.7 36l-923.7 1364.5l-2598.3-359.5l-319.3-594.5l-1104.3-142l-965.3 909l-1030.5-1584l-42.6-52.5l-707.5-835l678.6-970.5l-1532.2-110l-336.2-715l-2237.2-17.5l-1426.8 312l-1152.8-1476.5l-1414.6-801.5l361.6-646.5l-970-1785l414-419.5l881.9 3.5l-200.5-394.5l290.4-1515.5l-1304.4-827l-6.2-188.5l-34.2-1078.5l1185.6-1602l-684.6-879.5l915.7-509l4618.3 606l2621.6 1495.5l2944.5-202.5l1815.3 3413.5l3435.4 448l-544.2-1151l464.2-256.5l3112.5 130l469.5 1265l2246.8 866l-72.5 558.5l2070.2-2693l979.7 540.5l1161.1-1891.5l2754.6-259.5z" />
			<path  id="292" d="M-4030.1-6112065.5l1883.2 2119l-379.7 2042l5588.1-1222l1284.1 2251.5l1677.2 182l1681.3 1306.5l462.8 213.5l301.1 1525.5l2208.8 175.5l718.1 359.5l487.1-667.5l873.5 880.5l1139.7-991.5l301.9 1902.5l1808.7 2895.5l1143.2 499.5l266.8 544l217.7 605l305 912l-1183.2 381.5l-545.7 14.5l-1122 620l-2600.1 2605l-2490.8 526l-2269.7-2266.5l-3454.9 2352.5l-1853-184.5l752.3 2886.5l-5317 5575.5l454.6 1795l1626.4 1553.5l894.5 910l2097.9 4030.5l2037.8 2595l-237.4 1025l345.2 2011l-257.9 2176l1592.7 3246l11.2 97l-89.7 788.5l818.8 3727l-3455.8 2395.5l-2898.7-919.5l24.9-74.5l1899.1-146.5l2475.3-4114l-463.1-926l-1355.1 485l-313.8-936.5l-1991.5-5130l-1663.2 549.5l-1669.7-2803l-2133.1 211l-1005.4-199l-484.7-2054.5l-2776.7-751.5l-1303.4 2564.5l-478.7 508.5l-1730.9 1760.5l-2307.1-154.5l-805.1 729l123 1543l-2151.2 1646l-1791.8 1439l77.2 469.5l230.2 2346l-1258.3 761l-2186.7-994l-1549.7 559.5l-1729.9 1949l458.7-793l-808.9-1472.5l-692.1-1065.5l-1794.3 185.5l875.2-682l-331.5-855l-2046.1-887.5l-1205.9 1444l-2641.3 419.5l-1373.6-3284.5l-2712.9-1449l559.1-1330l2121.7-1009l-1489.9-2696.5l2852.8-1604.5l-756-2597.5l3391.2-1537l950-2836l-828.6-4192l3040.6-265l465.6-2200.5l385.5 827.5l773.7-861l-1779.4-4837.5l-390.3-1202.5l-1592.1-799.5l-454.8-1397l-3.7-5241.5l3496.4-3.5l1887.2 1935l2660.3-1823.5l12.9-557.5l1887.7-450.5l146.8-848l-16.5-551l572.5-581l72.6-40l6438.3 466.5l3966.6-3286l1900-3589.5l3497.6-1162.5z" />
			<path  id="290" d="M-62532.1-6109393.5l2237.2 17.5l336.2 715l1532.2 110l-678.6 970.5l707.5 835l42.6 52.5l1030.5 1584l965.3-909l1104.3 142l319.3 594.5l2598.3 359.5l923.7-1364.5l1119.7-36l336.9 827.5l-568.6 971l284.7 891.5l628.9 1467l947.2-861l2884 1594.5l1107.1 429l1080.5-897.5l721.5 304.5l2401.2-1143.5l2066.3 2198.5l-405.5 1508l1271.9-850l5553.2-1844l1234.6-101l197.6 254l3.7 5241.5l454.8 1397l1592.1 799.5l390.3 1202.5l1779.4 4837.5l-773.7 861l-385.5-827.5l-465.6 2200.5l-3040.6 265l828.6 4192l-950 2836l-3391.2 1537l756 2597.5l-2852.8 1604.5l1489.9 2696.5l-2121.7 1009l-559.1 1330l723.5 2261.5l-1212.1 1113l-1135 526l-325-1320.5l-4843.7 1362l-936.6-161l-1393.8-2761.5l-1479.9-1873.5l-1133.8-1440.5l-2780.5-2554.5l-1702.8-538l-4842.2-803.5l-1398.4 658l-1351.3-2566.5l1653.1-496l1736.1-2675.5l-76-98.5l-1318-364.5l-1556.4-974l-40.8-1456l-1542.9-1319.5l-1688.5-364.5l-859.7-1109.5l2265.7-3529l-2196.2-1387l1438.1-3197.5l-38-1403.5l-739.9-274.5l50.8-1329l2027.7-1007.5l-389.6-897l-852.4-1103.5l474.5-1529l1617.2 99l686.5-499.5l-123-2439.5l-117 11l-1404.4 402l29.4-797l-1887.8-1552l64.5-1724l437.9-2172.5l1426.8-312z" />
			<path  id="284" d="M-160471.9-6087922.5l1673.2-578.5l-15-1941l3067.9 1475.5l3476.7 3435l1355.4 741l1181.9-406l266.5 2124.5l-133.1 521l755.9 1886l-1116.6 2975.5l1158.6 1682l1330-2721l1534.2-1187.5l1714.9 1614l1474.7-53l2310.8-360.5l322.1-2839l2877.5 290l450.6 87.5l86 1649.5l-2370.3 4868.5l-334.9 1333.5l1677.6 418.5l2090.2 1636l224.1 1949.5l-779.6 1184l1302.3 1917.5l-409.5 2294.5l-2986.5 2083.5l44.1 2688.5l-1266.3 948l737 1759.5l969.7 1352l-352.8 2076.5l1545.5 1123l-2731.6 145.5l-1570.5 1201l484.7 3743.5l1412.7 2061l40.4 58l-1078.3-57l-2005.3-3219l-3617.6-2361l-2439.6-401l-4145.6-269l-2609.8-207l-393.5 1997l-433.2-1005.5l-1857.3 244.5l-1576-360.5l-1114 459.5l-1830.3-1968l-2561.4-1771.5l-2403.3-115l57-2681.5l-521-520.5l-3729.3 623.5l-84.3-690.5l-4395.8-211.5l-1925.4 679.5l-2718-1083l1680.1-2192.5l145.8-2279.5l1207-1587.5l1708.7-2720.5l2737.1-4235l727.2-2491.5l1101.7-4924l3287.7-1894l226.2-218l448.5-1297.5l-897.7-5827l1140.1-3751l613.6-1429.5l5235.1 2974l522.1 1554z" />
			<path  id="295" d="M-90688.9-6088835l4206.4 1168l1958.4 5346.5l-713.7 2763l841.8 1043.5l834.8 903.5l2992.6 4157.5l2041.7-256l1427.7 209l1216-3879l2018.5 1726l1646-1071l200.5 39l257.3 2138l2421.9 2142l621.8 1646.5l2642.3 543l5469.4-1918l347.4-1193.5l1398.4-658l4842.2 803.5l1702.8 538l2780.5 2554.5l1133.8 1440.5l-2967.7 2108l890.4 3511.5l-1611.4 2829l-2748.7 1115.5l4087.8 2507l778.6 2120.5l2072.8 830l-242.5 1033.5l2013.9 304l1426.1-87.5l-227.9-570l2604.1 1431.5l3357.3 1456.5l2328.6 602.5l393 382l1434.5 279.5l741.1 1366l1974.4 442l724.4 1417l20 1106l1320.8 680.5l604.8 1683l1265 3909l-1724.8 465.5l-698 3015l-1699.7 162l727.7 1316.5l1839.6 1447l-2756.1 1214l-1960.9-586l-2881.1 2488.5l-1459.3 1469.5l-1886.8-1786.5l-1245.8-1149l-2754.9-1321l-1814 2630.5l1692.3 2883.5l694.1 3878l-1059.2 158.5l-2167.3-2052l-1894.5-2423.5l-1524.3-893l-2519.1 923l-2164.4-2605.5l-1517 3257l-1430.8-628.5l-2293 1834.5l-4509-628.5l-566.4-1455.5l1859.6-1442.5l320.6-1334.5l-201.9-990.5l-3270.7-1793.5l-2731.7-1312.5l414-1294l-835-838l-3560.4 326.5l-6.4-4129.5l666.8-1254.5l-962.2-1028.5l435-2488l-1467.7-1486.5l-1030.2-270l-1572.2 252l-1596.9-3128.5l373.7-298l576.7 571.5l2973.1-237.5l662-1403l-1500-1758.5l-1031.5-534.5l-644.9-1833l-1087.1 411l-1912.8-804l-1379.4 460l-842.4-171.5l-1338.4-3084.5l-198.3-539.5l-1535.3-1156l-710.2 68.5l-231.1-2417l-995.4-971.5l-1643.7-493.5l-1651.9 181.5l-487.8 2106l-959.5 372l-2345.4-2457l1896.6-2143.5l-1469.6-712l-1518.3-1751.5l469.3-1071.5l-847.1-2870.5l-2364.8-1243.5l1373.2-1333.5l-2566.5-1426.5l943.8-717l4305.3-1610l47.5-681l-1914.2-858.5l3136.5-1654l-191.5-2482.5l394.7-1282.5l1566.6-631l681.7-2912l550.2-675.5z" />
			<path  id="287" d="M-130776.8-6087997.5l1024.9 709.5l3194.4 4244l558.8 1020l347.6-25.5l1315.1 2142.5l498.3 3431l-3402.9 1196l841.6 3282l-745.9 1194l742.2 3343l1033.7 489.5l-227.6 2455l-2142.3 2156l295.3 450.5l4044.2 669l3759.3-997l3669.8 584.5l-289.7-1606l2889.6 413.5l448.3 1108.5l2704.4 290l2806.7 4381l-988.6 1398l2984.6 4911.5l1343.3-256l2416.7 2685l-318.3 705l465.1 350.5l426.5 791l-1072.5 2101l2413.8 1738.5l-827.3 901.5l437 1621l-1388.8 1786l-748.7 1523l-1526.8-591l-1623.7 738l175.8 4726l1659.7 2060l-493.8 778.5l2337.5 2526.5l-2085.4 5944.5l-3046.7-608.5l-1287 2472l-3498.5 755.5l1589-1495.5l-1736.1-4466.5l-2537.4-2.5l-5.2-1939l-2473.4-879.5l106.1-2309l-1206.2-828l-1031.2-2552.5l-6954-4486l-31.5-901.5l-3181.8-266.5l3269.4-1738l556.5-1561l-780.9-1064.5l-6543.5-631.5l-1991.8 1511.5l-411.5-1129l-2908.6-912l-877.6-787l-165.9-238.5l-40.4-58l-1412.7-2061l-484.7-3743.5l1570.5-1201l2731.6-145.5l-1545.5-1123l352.8-2076.5l-969.7-1352l-737-1759.5l1266.3-948l-44.1-2688.5l2986.5-2083.5l409.5-2294.5l-1302.3-1917.5l779.6-1184l-224.1-1949.5l-2090.2-1636l-1677.6-418.5l334.9-1333.5l2370.3-4868.5l-86-1649.5l1210.3-1354.5l3693.1-5505.5l1105.2 39.5z" />
			<path  id="286" d="M-109887.8-6087931l2251.3 1l1473.9 571.5l707-325l2418.1 865l5071.9-330.5l1031 1408.5l3447.4 1124l-394.7 1282.5l191.5 2482.5l-3136.5 1654l1914.2 858.5l-47.5 681l-4305.3 1610l-943.8 717l2566.5 1426.5l-1373.2 1333.5l2364.8 1243.5l847.1 2870.5l-469.3 1071.5l1518.3 1751.5l1469.6 712l-1896.6 2143.5l2345.4 2457l959.5-372l487.8-2106l1651.9-181.5l1643.7 493.5l995.4 971.5l231.1 2417l710.2-68.5l1535.3 1156l198.3 539.5l1338.4 3084.5l842.4 171.5l1379.4-460l1912.8 804l1087.1-411l644.9 1833l1031.5 534.5l1500 1758.5l-662 1403l-2973.1 237.5l-576.7-571.5l-373.7 298l1596.9 3128.5l1572.2-252l1030.2 270l1467.7 1486.5l-435 2488l962.2 1028.5l-666.8 1254.5l6.4 4129.5l-3582.7 1344.5l-871.3-1097.5l-5712.6 2611.5l-2241.6 3394.5l-2339.1-1066l301.3-4355.5l-1776 3331l-4795.1 1219l-945.3-1500.5l-1273.1 1653l-939.1-512l473.3 2063.5l-1452.1 2223l-1691.5 342l-1155.8-966.5l-2337.5-2526.5l493.8-778.5l-1659.7-2060l-175.8-4726l1623.7-738l1526.8 591l748.7-1523l1388.8-1786l-437-1621l827.3-901.5l-2413.8-1738.5l1072.5-2101l-426.5-791l-465.1-350.5l318.3-705l-2416.7-2685l-1343.3 256l-2984.6-4911.5l988.6-1398l-2806.7-4381l-2704.4-290l-448.3-1108.5l-2889.6-413.5l289.7 1606l-3669.8-584.5l-3759.3 997l-4044.2-669l-295.3-450.5l2142.3-2156l227.6-2455l-1033.7-489.5l-742.2-3343l745.9-1194l-841.6-3282l3402.9-1196l-498.3-3431l-1315.1-2142.5l1904.2-4191l2311.5 1150l-85.7 4326l3234.8 1886l2172.8-3.5l786.1 2435l1270.1-1404l2435.9-45.5l499.4-1421l-2173.2-2242l2245.3-1174.5l-1197.3-2723.5l2760.2-562l-400.7-1911.5z" />
			<path  id="293" d="M-9966.4-6071917l1303.4-2564.5l2776.7 751.5l484.7 2054.5l1005.4 199l2133.1-211l1669.7 2803l1663.2-549.5l1991.5 5130l313.8 936.5l1355.1-485l463.1 926l-2475.3 4114l-1899.1 146.5l-24.9 74.5l2898.7 919.5l3455.8-2395.5l1002.7 3610.5l144.7 206.5l1962.8 2393l245.5 1063l53.5 402l46.4 3353.5l-671.9 4284.5l297.7 431.5l-165.2 729.5l-1040.7 1348l-328.8 3141.5l-714.1 149.5l-1244.5 525l-325.4 1382.5l1906.8 2258l-69.4 2024l-43.6 375l-134.2 4157.5l-1116.1 1201l-1124.9-50l478.1 1350l1427.6-1086l614.1 2834l1627.3 2207l301.6 847.5l-1440.7 1306l-1880.7-61l-1865.1 1968.5l3801.1 3464.5l-262.5 1621.5l141.1 2116.5l1794.5 1679.5l-751.6 3090.5l-2640 1225.5l-1281.8 2876.5l-1335.6-4581.5l-3315.5-473.5l-1405.4 494.5l-2163.3 2961.5l-2648-30.5l-1021.8-600.5l-1944.1-426.5l-1054-1224l-3401.6 71l-3045.2 2844.5l446.3 467l-3796.1 4487.5l-976.5-1229.5l-581.7 716.5l-1824.8 671l-911.6-977l-760.4-1973l451.9-819.5l1595.2 379l1829.6-1446l865.3-1021.5l-1198-3015l-1201.2-542l1443.6-4819.5l1637.8-787l169.3-1374.5l-1889.6-2800l1008.6-2385.5l-333.1-736l-511.8-2364.5l632-571l-1013.7-546.5l-60.6-1257l-857.3 213.5l-1239.9-1377.5l-3171.7-3858.5l1299.9-544.5l284.8-2069l-376.2-1773.5l1835.9-2431.5l812.2-2366l-1063.4-1191l-3330.1 1871.5l-1934.2-115l-1265-3909l-604.8-1683l-1320.8-680.5l-20-1106l-724.4-1417l-1974.4-442l-741.1-1366l-1434.5-279.5l-393-382l-2328.6-602.5l-3357.3-1456.5l-2604.1-1431.5l227.9 570l-1426.1 87.5l-2013.9-304l242.5-1033.5l-2072.8-830l-778.6-2120.5l-4087.8-2507l2748.7-1115.5l1611.4-2829l-890.4-3511.5l2967.7-2108l1479.9 1873.5l1393.8 2761.5l936.6 161l4843.7-1362l325 1320.5l1135-526l1212.1-1113l-723.5-2261.5l2712.9 1449l1373.6 3284.5l2641.3-419.5l1205.9-1444l2046.1 887.5l331.5 855l-875.2 682l1794.3-185.5l692.1 1065.5l808.9 1472.5l-458.7 793l1729.9-1949l1549.7-559.5l2186.7 994l1258.3-761l-230.2-2346l-77.2-469.5l1791.8-1439l2151.2-1646l-123-1543l805.1-729l2307.1 154.5l1730.9-1760.5l478.7-508.5z" />
			<path  id="282" d="M-175711.7-6057199.5l4395.8 211.5l84.3 690.5l3729.3-623.5l521 520.5l-57 2681.5l2403.3 115l2561.4 1771.5l1830.3 1968l1663.2 4089.5l1922.7 644l1635.6-565.5l332.8 183.5l-59.4 2957.5l-932.3 2646.5l466 2911.5l-1121.2 2521l-1784 1078.5l-758.6 31l-2392.2 1095l-3706.3 1973.5l-1954.7-319.5l-1814-2352l-1341.9-428l-1511.2-3374.5l371.7-1479l-2176-1007l-31-738.5l-1086.7-847.5l-1634 898.5l-2103.6-76l705.2-1552.5l-358.8-2044.5l-3361.5-5018l543.3-6261l375.3-2705l2718 1083l1925.4-679.5z" />
			<path  id="289" d="M-154869.3-6051199.5l2609.8 207l4145.6 269l2439.6 401l3617.6 2361l2005.3 3219l1078.3 57l165.9 238.5l877.6 787l2908.6 912l411.5 1129l1991.8-1511.5l6543.5 631.5l780.9 1064.5l-556.5 1561l-3269.4 1738l3181.8 266.5l31.5 901.5l6954 4486l1031.2 2552.5l1206.2 828l-106.1 2309l2473.4 879.5l5.2 1939l2537.4 2.5l1736.1 4466.5l-1589 1495.5l-2784.1 1267l-2201.6 4549.5l-2160.5 1407.5l-957.6 1297.5l1002.2 1729l-973.5 866.5l484.3 960l4522.1 3207.5l239.5-1315l4167 557.5l135.8-1922.5l5147.7-958l2021.7 2584l-923 1296.5l-1045.9-154l-569.9-345.5l662.2 3191l-1727 1917l-1125-184l245.6-1936.5l-2021.1-1371.5l-353.1-466.5l-4067.1 1741.5l-2133.4 1338.5l738.6 2028.5l1637.8-362l428.2 738.5l-602.5 402.5l-4184.6 1139l-5807.3-555.5l-1993.2-168l-2023.5-1794l-397.2-2342.5l-3007.6-834l-2058.1 1063l-1066.5-1749l-1612.5 803l-1998.1 2009.5l-1154.9-147.5l-3028.2 1340l-1379.8 2637.5l-1858.6-709.5l-2360.1 1238.5l-2828.9-470l-2965.1-293l-1042.8 1568.5l-2048.2-409.5l-800.4-1047.5l-47.9-2291l-842.1-997.5l520.2-1784.5l-1705.9-1729l-327.7-2293.5l-83.2-851.5l2896.2-455.5l167.6-1688l2604.3-1346.5l1718-1283l1050.4-2425.5l-1702.5-2064.5l61.1-27l1289.4-1560l-267.8-1554.5l2558.5-1607.5l-45-1996.5l-186.1-3293l1492.7-2218l-80.4-2577.5l-2447.3-328.5l-6972.9-1520.5l-283.7-2839.5l1784-1078.5l1121.2-2521l-466-2911.5l932.3-2646.5l59.4-2957.5l-332.8-183.5l-1635.6 565.5l-1922.7-644l-1663.2-4089.5l1114-459.5l1576 360.5l1857.3-244.5l433.2 1005.5l393.5-1997z" />
			<path  id="294" d="M-22896.8-6039948l1063.4 1191l-812.2 2366l-1835.9 2431.5l376.2 1773.5l-284.8 2069l-1299.9 544.5l3171.7 3858.5l1239.9 1377.5l857.3-213.5l60.6 1257l1013.7 546.5l-632 571l511.8 2364.5l333.1 736l-1008.6 2385.5l1889.6 2800l-169.3 1374.5l-1637.8 787l-1443.6 4819.5l1201.2 542l1198 3015l-865.3 1021.5l-1829.6 1446l-1595.2-379l-451.9 819.5l760.4 1973l-3896.2 711.5l267.3 1518.5l-1240-307.5l-556.9 1088.5l-1351.6-122l-3584.4-347l-1866.4-1804l-140-1379l-1293.9-2462l-1350.9-1494l-2397.9-93l-5062.7-1869l-2841 781l-1891.2-947.5l-1963.4-928.5l-915.1-568.5l-4065.8-3568.5l-1621.1-3503.5l-7071.2-4442l-3632.9-2553l787.5-525l-1034.9-4133l192.2-1031.5l1120.5 39l1421.5 1848l1907.2-559.5l4509 628.5l2293-1834.5l1430.8 628.5l1517-3257l2164.4 2605.5l2519.1-923l1524.3 893l1894.5 2423.5l2167.3 2052l1059.2-158.5l-694.1-3878l-1692.3-2883.5l1814-2630.5l2754.9 1321l1245.8 1149l1886.8 1786.5l1459.3-1469.5l2881.1-2488.5l1960.9 586l2756.1-1214l-1839.6-1447l-727.7-1316.5l1699.7-162l698-3015l1724.8-465.5l1934.2 115l3330.1-1871.5z" />
			<path  id="288" d="M-96263.8-6008209.5l-3005 337.5l-933.7-2932l2764.1-156l1174.6 2750.5z M-77321.7-6033912l3582.7-1344.5l3560.4-326.5l835 838l-414 1294l2731.7 1312.5l3270.7 1793.5l201.9 990.5l-320.6 1334.5l-1859.6 1442.5l566.4 1455.5l-1907.2 559.5l-1421.5-1848l-1120.5-39l-192.2 1031.5l1034.9 4133l-787.5 525l-2360.5-1193.5l-675.1 1346l4261.6 4139.5l1470.8 697l4940.4 3202l3232 7641l-1723 1052l-1470.9 242l-2043.2-1524.5l-977.1 250l-2209.6-1173l-6052.6-1309.5l-5083.2 2593l-4495.5 1564.5l-1589.8-810.5l-1971.1-3011.5l88.9-1763.5l1654.1-673.5l-159.8-90.5l-1700.8 119.5l-2165.7-1152l-898.7-2781.5l-2624.9 2187.5l-231.8 1273l1713.2 267.5l1316.7 1288.5l-1085.9 1974l-5076-2016l676-2602.5l-1865.9-1578l2219.7-2496l-1936.3-1424l-1902.3-941l-2069.5-2535.5l-990.8 3207l-1525.3 830.5l-951.7-4666l2085.4-5944.5l1155.8 966.5l1691.5-342l1452.1-2223l-473.3-2063.5l939.1 512l1273.1-1653l945.3 1500.5l4795.1-1219l1776-3331l-301.3 4355.5l2339.1 1066l2241.6-3394.5l5712.6-2611.5l871.3 1097.5z" />
			<path  id="266" d="M-80011.8-6155972.5l-27.2-43l5842 1988.5l1840.5 2735.5l1509 172.5l688.7 3252.5l460.3 850l1494.8-72l515.9 1812l994.2 119.5l136.1 1078.5l2629.6 831.5l206-1328.5l684.2 110l1103.2-395.5l2372.4 974l2910-1629.5l576 112.5l3920.8 1219.5l1517.5-274l340.9 855l-658.8 369l678.4 1067l-1045.9 1251.5l-265.1 2767l-1441.6 462l-2342.9 1415.5l-1538.9-2059l-2445.4 1944.5l-1360.7-163.5l-1290.9-1326.5l-1485.4 322l215 3322l-1694.4 473l-1505.6-1352l-1220.3 2351l491.1 1934.5l52 2788.5l-626.4 1819.5l-675.1-152l-1213.4-849l-1394.3-3807.5l834.5-1220l58-1320l-882.7-764.5l-2846.9-659l-1812.7 437l-109.8-48.5l-537.4-2768l-2130.8-1350l-1056.9-4184.5l-471.9-727.5l777.4-351l-1263.1-1133l523.5-2310l1440.5 700l1541.7-362l-108.9-1916l-2900.7-6969.5z" />
			<path  id="265" d="M-29491.6-6145682l2574.9-1148.5l3122.5 447.5l1935.1 1274l-17.5 1652.5l3007.3 1320.5l3.1 3107.5l1672.1 2157.5l-339.8 151l708.7 2140l-627.2 653.5l-2648 1361l-1842.9-1087l-4326.4 584l765.1 1134l-458.6 1366.5l-1882.8 1134.5l480.4 1508l-886 414l-2579.2-1106.5l434.6 2224.5l-435.8 1244.5l-643.8-154l-1086 244l-2887.2-1633.5l-1049.2 1024l-723.4-1592.5l-1737.1-649.5l-2436-260l-1322.9 1904l-740.3-2308l-1252.7-1054l-280.6 1964.5l-2379.7-452.5l-689.6 756l-2238.6-803.5l79.4-468.5l-4158.1-1910.5l-1287.9-3692l292.8-2036.5l2342.9-1415.5l1441.6-462l265.1-2767l1045.9-1251.5l1314.5-711.5l906.3 165.5l1703-108.5l848.1-1122.5l544.2-509l1837.9 1191.5l1752.1 994l501.1 61l1134.2 1026l1556.7-21l1218.4-513.5l1752.1-651l4864.5 669l181.6-965l670.9-3019.5z" />
			<path  id="261" d="M-78493.3-6138719l2130.8 1350l537.4 2768l109.8 48.5l1812.7-437l2846.9 659l882.7 764.5l-58 1320l-834.5 1220l1394.3 3807.5l1213.4 849l-1645.7 1058l-500 614.5l4926.5 3495.5l-915.7 509l684.6 879.5l-1185.6 1602l34.2 1078.5l6.2 188.5l1304.4 827l-290.4 1515.5l200.5 394.5l-881.9-3.5l-414 419.5l970 1785l-361.6 646.5l-1353.9 3529l-1703.7-431l-920.8 629l-616 1281l-2119.1-1344.5l-1999.9-209.5l-2093.7 226l-4634.3 2898.5l-380.6 2217l-2423.5 300.5l323.3 2098l-855 2258l-400 104.5l-2947.3-1350l-1034.6-1308.5l-1149.9-161.5l-818.8-2226l925.4-701l-828.4-833.5l-826.8-4499.5l187.9-960l3399.7 1249l114.6-4556l266.7-2618l1517.3-634l18.1-543.5l3223.3-3366l-512.3-742l1675.4-1835.5l-1641.8-1257l-1891.3-251l485.9-1958.5l-1182.3-944l-1337-1091.5l263.7-606l911.4-962l1957.7-1413l759.6 794l2552.6-1131.5l558.8 547.5l408-401l-709.8-621.5l717.4-996.5l-452.9-990.5l-1509.4 1001l882.7-1580.5l-997.8-581l1689.1-1238.5l584.4-1517.5l1950.8-631z" />
			<path  id="260" d="M-62008.7-6137876l1290.9 1326.5l1360.7 163.5l2445.4-1944.5l1538.9 2059l-292.8 2036.5l1287.9 3692l4158.1 1910.5l-79.4 468.5l-2875.2 603l-632 1782.5l-1026.7-1742.5l-3760.7-177.5l-325.7-4264.5l-1243.7-118.5l-3968 3553.5l-3077.2-2297.5l-491.1-1934.5l1220.3-2351l1505.6 1352l1694.4-473l-215-3322l1485.4-322z" />
			<path  id="259" d="M-67208.2-6130825.5l3077.2 2297.5l3968-3553.5l1243.7 118.5l325.7 4264.5l3760.7 177.5l1026.7 1742.5l-4 6.5l-775.8 1246l-3226.4 1335l2419.8 3811.5l-100 77l-2944.5 202.5l-2621.6-1495.5l-4618.3-606l-4926.5-3495.5l500-614.5l1645.7-1058l675.1 152l626.4-1819.5l-52-2788.5z" />
			<path  id="262" d="M-38958.5-6127910.5l1737.1 649.5l723.4 1592.5l619 441.5l-1779.2 2671.5l456.8 1256.5l-737.7 644.5l771.3 1085.5l-431.8 1236.5l-2754.6 259.5l-1161.1 1891.5l-979.7-540.5l-2070.2 2693l72.5-558.5l-2246.8-866l-469.5-1265l-3112.5-130l-464.2 256.5l544.2 1151l-3435.4-448l-1815.3-3413.5l100-77l-2419.8-3811.5l3226.4-1335l775.8-1246l4-6.5l632-1782.5l2875.2-603l2238.6 803.5l689.6-756l2379.7 452.5l280.6-1964.5l1252.7 1054l740.3 2308l1322.9-1904l2436 260z" />
		</g>
		<g  id="_9">
			<path  id="240" d="M135119-6312189.5l1365.3-960.5l1746.8 893.5l487.5 2426l782.7-469.5l1498.8 908.5l-224.5 1257l373 1516l-773.4 1426.5l3905.6 1142l360.9 1194.5l4310.3-7l609.9 1149l1820.6 1200.5l-452 955l1485.9 2495.5l-3371.8 2732.5l2652.8 2141l1725.2-415.5l715.1 1740l3004.3 3376l1031.2 2658l-1333.3 2983.5l595.1 2400.5l566.3 1539l1759.5 863l2427 1671l-348.2 2242.5l-1009.8 2219.5l-113.5 60l-3278.5 635.5l-405.6 3802.5l-1333.7 191.5l-2099.2 1193.5l-7615.5 298.5l-4488.9 588.5l-336.9 396l-3164.5 877l-1514-723.5l-256.7-707.5l15.2-560.5l-459.9-1337.5l-2600.8-2254l1035-1016l-1047-1384l-742.4-144.5l-1212.3-1693.5l-2140.6-917.5l-409-1210.5l1444.1-740.5l-2145-1643.5l-1000.1-2566.5l-2462.2 668l-4507.3-273l-1578.7 1078l-714.5-671l72.8-1950l2201.1 58l704.6-2555.5l-2656.5-159.5l553.3-1534l1471.2-359.5l-930.8-1596.5l338.5-856.5l-1335.1-267.5l-71.4-2888l-3804.5 827l718.6-1458.5l-312.6-2564l1143.9-507.5l-1396.2-475.5l-1761.6 1508l-2702.5-1090.5l-394.5-1148l1660.4-1808.5l77.1-892l-2120.4-2741l516-3419l715.9 70.5l3403.7-3423.5l719.3-382.5l-513.6-1115.5l1393.4 1279.5l1087.8-347.5l1843.5-458.5l1369.4-157l776.3-156.5l528.8-718l856.5 594.5l1315.3-914.5l202.1-176l1865.4 33.5l-771.2-1042.5l3079.9-432l1835.8 2436.5l250 671.5l814.9-443l1909.4-767.5l1341.5-1653l1426.3-243.5z" />
			<path  id="214" d="M182985.7-6091054.5l912-1612l4077.5 1385.5l434.7 1800.5l1675.2-517.5l1099 3053l-85.2-1242l939.9 20l1427.9 2967.5l-133.1 650l657.5 1366l3830.1 951l1701.9-1498l924 1445.5l1444.7 319l1822.4 667l2469.8-835.5l3196 1290l2229.4 2810.5l1280.4 1742.5l2645 1477.5l-180.7 420.5l-240.3 1491.5l-208.7 590.5l4047.9 3149l-5319.4 690.5l-1277.8 2659l-1630.7 2782.5l-4024.5 3211l-1128.2 3l-559.2 1650l-2036.2 1316l-621-902.5l-1121.7 668l-11.7 1063l971 2921.5l-2107.4 2552l-4862.4 284.5l-145.6-2151l-2325.5-280.5l-1457.8-3839.5l627.7-898.5l-1999.9-1512.5l-454.2-1557l1529.8-2303.5l-762.3-539.5l-1960.7 1434.5l-3352.3-10.5l-834.5 4020.5l-2192.7 740.5l-1375.9-2255.5l-1907.4 723l-720.5 957.5l-1224.9-1166l-1586.1 554.5l-1532.1 2112.5l-3093.1-155.5l-1255.4-782.5l-1475.7-2209l-751 860l-2426.2-1655.5l94.1 1284l-3253.4 5475.5l-1386.9-160.5l-946.6-1318.5l982-1781l-1564.9-1997.5l-429.4 719.5l-2620.6 366l-2679.2-624l-558.6-1436l-786.5-2075l5119.9-1063l-15.6-583.5l612.7-1323.5l1577.5 124.5l3646.3-3058.5l1405.6-44l1352.4 1104.5l795.5-194l-1190.1-3087l795-1854.5l-59.5-3426.5l1982.9-2042.5l-415.4-2974.5l898.3-788.5l2911.3-268l115.2 1496l1759.1-970.5l86.4-861.5l3282.7-1673l69.4 285.5l960.8-1799l2672.8-1438.5l1090-1857.5l-284.3-1968l1299.2-1182l1119.8 118z" />
			<path  id="248" d="M-56217.2-6280621l1723.3-74l1746.3 850l1516.5-321l1842.3 954l992.3-674l3778.1 1015l2130.6 4804l-585.8 198.5l-184.4 243.5l-146.1 692.5l-82.4 684l-410.8 1918l352.2 563l354.9 374l667.3 2435l-122.4 341l-319.4 648.5l-231.8 352l37.9 1009l1005.3 985.5l1426 306.5l1536.4 4668l2230.4-57l149.9 607.5l-372.8 78l-1221.3 1732.5l91.1 1176l-799.1-1032.5l-2084.1 1047.5l648.1 3232.5l25.1 461.5l-2555.7 1350l-2348.4 2036l238.5 2127.5l-1172.5-277l-1776.8-228.5l-2992.7-3123.5l-1791.3 64l-265.5 1411.5l-950.9-1478l232.3-170l2384.1-3635.5l-1043.7-3073l-1376.7 139l-630.3-957l-6753.7 1579.5l-2123.3-2072l-723.6 1000l306.2 3056.5l-1059.6 3068.5l-1407.6-890.5l-1811.8 1744.5l-890.3-1275.5l-1043.4-8056l375-572l-838.3-4034l1828.5-2099.5l-653.9-1812.5l-493.4-1924l-2793.6 153l-69.4-1591l409.7-731.5l238.4-589.5l598.7-128.5l351.4-3175l1893-1579l491.2-186.5l2486.9-532l3516.8-713.5l1733.8 1389.5l-291.1 2389.5l1255.5-791.5l2275.4-3152.5l-504.6-1078l2053-801z" />
			<path  id="249" d="M8633.3-6326884.5l1299 2365.5l832.1-1037.5l1417.8 772l466.6-680l1878.8-356l1471 2732l5486.2 4037.5l1712.7-110.5l1104 1255.5l459.8 2514l1333.2 1945l291.3 1211l2317.5 622l-1325 2244.5l587 1121.5l3263 46l887.1-734.5l612.3 2386.5l2629.1 1614.5l-345.5 854.5l1676.9 906l1334.2-1760l1365.7 820l147.7 1892.5l1683.6 650.5l1616.8 113.5l-373.2 1602l459.1 4103l-731 1211.5l1478 2287.5l-772.2 613l685.9 1959l3419.7 450.5l340.1 153.5l4193.2 1919l695.2-917l-149.4-1911l2240.5 945l1437.9 2989l-283.8 4292.5l2037.7 1593l2517.4-635l870.2-1226.5l1774.4 1875l-1157.1 2963l94.2 2466.5l-83.5 2018l-1255.6-32l-631.3 2014.5l491.4 667l-2006.2 1361.5l-2021.2-915.5l-1057.4 2504.5l-1180.7 394.5l158 854l866.3-78.5l-14.8 1445l-1737.2 989l1509 2577l-2213.3 657.5l-489.3 846.5l1353.7 819l-342.6 973.5l-1513.1 780.5l-106.2 1099.5l-496-331l-1399.4 4337.5l-1745.9-532l-2195.6 1863l-406.7 1310.5l-1531.4 848l89.8-2163.5l-1786.6 1673l-2748.9-1756l-1297.7 35.5l-1440.1-102l-2912-1309l-484.9-1166.5l819.7 373.5l10.6-513l90.4-68l813.1 1015l2727.6-1116l-848-2511.5l376.5-812l-2417.8-756l-1205.6-1770.5l-1434 134l301.2-528.5l-343.9-2309.5l-2864.8-1445l-1040.1-627l692.2-1392.5l-1066-566l-3475-407l-1247.7-1013l4184-1906l1437.5 236l472.1-2351.5l1458.6-821l237.1-1321.5l-3416.3-1150l-68.1-964l1921.8-2594l-827.3-1433l1982.1-1844.5l1985.8-4607.5l-1170.3-2730l-825.5-345.5l-593 460.5l-2862.7-1268.5l-305.6 306.5l-1712.8 2081.5l-366 4195l-1532.8 69.5l600.6 2631.5l-2125.8-1095l-4532.1 405.5l-584.5 971.5l-2624.6-340.5l-668.5-490.5l-2387.4 2823l-3420.8 2052l-1751.2 419l-125.6 501.5l-572.6 286.5l-3659.6-1029.5l-2294.5 2664.5l-800.8-31l-806.9 1576.5l376.6 1766l-1090.7 2453l-1660.8 308.5l-1721.6-2574.5l-1699.9 1991.5l-3280.8-711l-1622.5-625.5l-168.9-881.5l1767.9-3357.5l-1784.1-768.5l-1923.5-3840l-4551.6-4907l-91.3-168l7.1-431l-284.4 52.5l-909.1-1766l154.3-269l-1493.3-3338l-2326-250l-1587.7-357l3097.9-932.5l-1674.3-2024l669.7-1465.5l1487.3-619.5l1360.6-386.5l786.4-307.5l724.4-1209l631.4-342.5l386.4-38l1302.2-1696l147.8-1670.5l-298.9-2339l-748.2-1085l1532.9-3371.5l2.3-3441.5l545-863.5l3189.3 353.5l265.9 313l1046 1444.5l2435.8 1008l2984.1-728l2587.5-1847l3561.5-2767.5l753-1742.5l2225.5-2104l628.7-2430l155.1-1603.5l1773.2-1361.5l2356.7-3285l1492.4-671.5z" />
			<path  id="239" d="M102210.1-6320696l-1339.2 1550.5l-112.3 3976l200.2 815l1434.2 495.5l437.7 1462.5l2180.3-915.5l762.6 1817l122.8 2258l2000.2-94l1171.3 1889l2244.3-1170.5l525.2-1224l2156.5 141l513.6 1115.5l-719.3 382.5l-3403.7 3423.5l-715.9-70.5l-516 3419l2120.4 2741l-77.1 892l-1660.4 1808.5l394.5 1148l-5853.3 3418.5l35.2 1154l-3041.1 2731l-150.1 310.5l1539.8 1669l-2708.9 914l-1036.6-1229l762.4-564l-1232.8-21l-949.8 891.5l-126.7 1995.5l-799 370l-438.3 332l-4238.1 56l-2307.7-1520l-1940.1-1078l644.3-1791.5l-2527.9-91.5l-1840.3 1828.5l-1390.5-1384l-3100 617l-497-1939l-943.7 697l-3022.5-866l-944.4-677l-2203.9 434l-1302.1 409l1754 1960.5l44.1 1601.5l-2033.1 733.5l-19.3-104.5l-1451.6-19.5l-518.1 2074.5l-2091.3 623.5l1852.2 3070.5l-786.1 1124l-1635.6-694l-1695.2 905l-372.1 2049l-1751.9 120.5l-94.2-2466.5l1157.1-2963l-1774.4-1875l-870.2 1226.5l-2517.4 635l-2037.7-1593l283.8-4292.5l-1437.9-2989l-2240.5-945l190.9-2376.5l2682.6 1156l863.8-1151.5l1321-48l1765.3 1516.5l1879.8-1558.5l-390.4-2755l-95.3-54.5l-2047-54.5l-7299.7-5369.5l352.4-2571l1316.7-1516.5l2477.3-1026l801.9-1459l1153.2 660.5l2043.6-1549l1895.8 520.5l1429.4-666l2357.1 809l601.1-291.5l1090.1-418.5l790.9 647l2945 4305l502-894l2955.6-631l-165.3 1108.5l949 517.5l2566.4-903.5l705.5-1329.5l1615.1-204.5l1761.2 1488.5l1428.1 3230.5l-1865.8 1421.5l-10.7 1160.5l784.6 1220.5l2985.2 963.5l-622.9 1315l1026.5-140.5l463.4-2219.5l3708.5 2567.5l979.9-862l-757.4-2093.5l598.9-4285l-8.4-675l1117.7 189l459.9-2749.5l-1013.2-3711l-151.4-2782.5l-1084.7-4110.5l-582.5-2406.5l1300.7-120l2320.6-364.5l1519.8-780.5l1735.8-2915l-132.4-680l1889.9-301.5l3769 726.5l1254.3 1793z" />
			<path  id="241" d="M115790.6-6294778l-1143.9 507.5l312.6 2564l-718.6 1458.5l3804.5-827l71.4 2888l1335.1 267.5l-338.5 856.5l930.8 1596.5l-1471.2 359.5l-553.3 1534l2656.5 159.5l-704.6 2555.5l-2201.1-58l-72.8 1950l714.5 671l1578.7-1078l522.2 4102.5l-3038.3 1556.5l-185 3252.5l-2544.8 2136l206.1 905l-1595 756.5l-1044-112.5l-2339.8 1551l154.9-672.5l-656.5-17l-2852.6 1679.5l-746.4-476l-839.6 1427.5l-605.9 260l-1051.7-1112l-1633.2 212l191.8 3235.5l-2651 2943.5l-473.4-171l-1555.6-1006.5l-3568-2003.5l-1599.3-2708.5l-1951.3-1294.5l-748.1 1168.5l279.9 1146.5l-2204.8 704.5l-1050.8 6715l-1326.6 477.5l635.5 3075.5l3338.9 1069l-2761.6 4283.5l-2267.8-1312l-1917 48l-410.2 790.5l-2186 318.5l-885.4-2596l-784-267l528.7-915l-609.6-840l-289.5-2248l-1042.5-870.5l-1007.2 1226.5l-3721.8-382l-1779.6-2090.5l-3009.6-216l-680.9-645.5l-667.6-149l-538-1916l2260.8 181l695.7-85.5l-169.7-1136l-974.2-828l-2694.4 187.5l-51.7 1102l-1586 1049l-1085.6-348l-714.8-2808l-874.9-652l-1288.3 1136l2180.1 2569.5l-450.3 2826l-426.5 133l1077.9 815l-1191.4 1554.5l192.9 1388l-1775.3-424.5l-2934.9-479l-682.2-1146.5l-187.1-373.5l-1514.7-784l-1494.9-1273l106.2-1099.5l1513.1-780.5l342.6-973.5l-1353.7-819l489.3-846.5l2213.3-657.5l-1509-2577l1737.2-989l14.8-1445l-866.3 78.5l-158-854l1180.7-394.5l1057.4-2504.5l2021.2 915.5l2006.2-1361.5l-491.4-667l631.3-2014.5l1255.6 32l83.5-2018l1751.9-120.5l372.1-2049l1695.2-905l1635.6 694l786.1-1124l-1852.2-3070.5l2091.3-623.5l518.1-2074.5l1451.6 19.5l19.3 104.5l2033.1-733.5l-44.1-1601.5l-1754-1960.5l1302.1-409l2203.9-434l944.4 677l3022.5 866l943.7-697l497 1939l3100-617l1390.5 1384l1840.3-1828.5l2527.9 91.5l-644.3 1791.5l1940.1 1078l2307.7 1520l4238.1-56l438.3-332l799-370l126.7-1995.5l949.8-891.5l1232.8 21l-762.4 564l1036.6 1229l2708.9-914l-1539.8-1669l150.1-310.5l3041.1-2731l-35.2-1154l5853.3-3418.5l2702.5 1090.5l1761.6-1508l1396.2 475.5z" />
			<path  id="250" d="M-30174.8-6290069.5l1459.1 1094.5l1797.8-575.5l143.8-120.5l1587.7 357l2326 250l1493.3 3338l-154.3 269l909.1 1766l284.4-52.5l-7.1 431l91.3 168l4551.6 4907l1923.5 3840l1784.1 768.5l-1767.9 3357.5l168.9 881.5l1622.5 625.5l3280.8 711l1699.9-1991.5l1721.6 2574.5l1660.8-308.5l1090.7-2453l1497.4-140l3934.4 2454l398.1 5248l-1151.9 3813.5l-2336.2 1727l-1239.3-706.5l-1850 528.5l-1017.8-1161.5l-1897.5 1709.5l1048.9 4592l-3222.3 427l-2099.8-687.5l-1690.4 10.5l588.5 1996.5l-706.6 425l-1785.3-946l-2866.6 1166.5l-1364.3 3053.5l-1253.8 1175.5l-3098-536.5l-980.6 281.5l432.3 2376.5l-1803.6 951.5l27.3 1247l-246 206.5l-6462.7 1323l702.3 3215l-581.7 641.5l-3382-2202l-485.1-2492.5l-1894.9-127l-1342.6 1878.5l-1116-244l-963.7-1744.5l-1920.1 1118.5l-1237.6 859l-854.1-828l-1293.4 568.5l-3198.8 454.5l546.4 2691.5l-1974.3 368l1952 1044l2101.4-103l1588.9 474l-2172.5 1007.5l938.4 1629l1806.9-87l280.1-2956.5l1574.6 1119.5l883.7 1690l-15.7 1773.5l-1017.3 1253l-667.1 828l1012.4 910.5l571.5 536l-962.4 1491l-1606.5 298l-1186.4-1593.5l-1776.4 1405.5l-2347.1-1107.5l-446-119.5l-1218.1 1820.5l-1127.3 388l-955.8 4622l-717.2-39l-653 1335l-703.2 107l-443.5 165l-2184.4 530.5l-6631.9-474l-2592.8-2786.5l7.5-1836.5l2607.7-2490.5l112.4-2114l-1005.4-947l-37.1-2208l1291-896l1537.3-351.5l18.9-710l-437.7-900l891.7-83l419.4-1251.5l224.3-568.5l523.9-1255l-1291.8-1177l-229.2-157l-1496.3-389.5l480.8-1673l1514.3-911l-143.4-1359l-1715.5-434l-1010.6 885.5l-510.3-1073.5l-52.2-5363l-1442.9 1754l-2095.5-1649.5l568.8-1004l-674.8-733l1161.5-455.5l1811.8-1744.5l1407.6 890.5l1059.6-3068.5l-306.2-3056.5l723.6-1000l2123.3 2072l6753.7-1579.5l630.3 957l1376.7-139l1043.7 3073l-2384.1 3635.5l-232.3 170l950.9 1478l265.5-1411.5l1791.3-64l2992.7 3123.5l1776.8 228.5l1172.5 277l-238.5-2127.5l2348.4-2036l2555.7-1350l-25.1-461.5l-648.1-3232.5l2084.1-1047.5l799.1 1032.5l-91.1-1176l1221.3-1732.5l372.8-78l-149.9-607.5l-2230.4 57l-1536.4-4668l-1426-306.5l-1005.3-985.5l-37.9-1009l231.8-352l319.4-648.5l122.4-341l-667.3-2435l-354.9-374l-352.2-563l410.8-1918l82.4-684l146.1-692.5l184.4-243.5l585.8-198.5l1177.7 325.5l2939.9-669l115.4-6.5l3545.6-343l432.9-1273l-825.2-4404l1713.7-1706.5l-211.9-812.5l-1716.3-228l-183-2554l931.1-121.5l139.5-598l-989-1409.5l-525.7-1613.5l486.2-1817.5l2588.3 1489.5l2566.5-177l127.3-84z" />
			<path  id="251" d="M26482.1-6289689l305.6-306.5l2862.7 1268.5l593-460.5l825.5 345.5l1170.3 2730l-1985.8 4607.5l-1982.1 1844.5l827.3 1433l-1921.8 2594l68.1 964l3416.3 1150l-237.1 1321.5l-1458.6 821l-472.1 2351.5l-1437.5-236l-4184 1906l1247.7 1013l3475 407l1066 566l-692.2 1392.5l1040.1 627l2864.8 1445l343.9 2309.5l-301.2 528.5l1434-134l1205.6 1770.5l2417.8 756l-376.5 812l848 2511.5l-2727.6 1116l-813.1-1015l-90.4 68l-10.6 513l-819.7-373.5l484.9 1166.5l2912 1309l-214.3 582.5l-3092.2-813.5l-451.8 743.5l-380.1 2645.5l103 2907l1531.3 3974l1458.7-13l1898.8-1833l1381 1086.5l1159.5 4125.5l-3969.9 289l-327.2 1199l-4017.6-808l-2024.4 1315.5l-2555.5 2730l-244.3 352l-1132.1 1205.5l-1008.7-461l-433.2 647l1889.8 661l1731.1-189l318.5 443.5l-998.7 174.5l-821.5 1332l1920.5 4696l-2861.3 1381.5l-4005.5-391l-339.3 504.5l-1360.7-465.5l-3649.9-842.5l-1375.7 981.5l-70.3 2133.5l-1996.9 1970l-3961.1-3769.5l-417.4-16l-1911.3-1290.5l-211.6-1482.5l738.6-1506l788.1-61.5l2285.5-750l-915.7-1734.5l466.4-437.5l-1940.6-1998l-347.4-1356.5l1109.4-629.5l-22.7-46l-1891.7 564l-2094.6-768l-1145.1-2402.5l1522.6-1370l-618.3-1651l747.3-369.5l133.2-5361l1572.6-1342l5578.4-1194l-23.7-1113l56-2484l1729.6-1328l13.1-1282l-1101.4-1081.5l-685.1 522.5l-915.2 672l-3612.8-1345l330.7-1513.5l-2600.3-369l-1185.6-1755.5l-1741-505l1151.9-3813.5l-398.1-5248l-3934.4-2454l-1497.4 140l-376.6-1766l806.9-1576.5l800.8 31l2294.5-2664.5l3659.6 1029.5l572.6-286.5l125.6-501.5l1751.2-419l3420.8-2052l2387.4-2823l668.5 490.5l2624.6 340.5l584.5-971.5l4532.1-405.5l2125.8 1095l-600.6-2631.5l1532.8-69.5l366-4195l1712.8-2081.5z" />
			<path  id="238" d="M119990.8-6279373l4507.3 273l2462.2-668l1000.1 2566.5l2145 1643.5l-1444.1 740.5l409 1210.5l2140.6 917.5l1212.3 1693.5l742.4 144.5l1047 1384l-1035 1016l2600.8 2254l459.9 1337.5l-15.2 560.5l256.7 707.5l-289.9 1057.5l-2029.4 544.5l-61.1 381.5l-1704.2-177.5l-169.1-29l-114.6-119.5l-765 4l-80.4 242l-1322.3 254l754.6 2313.5l-70.4-4.5l-537.6 822l1020.7-379l162.9 199.5l703.4 3173.5l-1044.4 348.5l2313.5 1590l-1086.9 1032.5l1244 3492l-1285.7-512l-3422.4 1795l-1511-458.5l-2391.2 622.5l323.1 118l-1268.1 850.5l182.5 1022.5l-154.1 34.5l-1508.4-190l7.9 1425.5l-99.8 535l-3891.3-466.5l-716.2 607l-238 3149.5l129.1 1453l-2698.7 878l172.2 1976l-2576.2 2393.5l-44.5-180l92.2 8188l-3184.5-755l-1690.9 1027.5l-671.2-428.5l-1433 1064l-2268.1 886l136.3 1106l-288.7 466l-2517-2028l-1118.7-4011.5l-642.3 246l-1741.5 698.5l-1722.1 3204.5l-840.2-115.5l-781.6 714.5l-313.7 1236l-348.4-278.5l-2121.3-122.5l-1648.8-1895l-1996.1-534.5l-632.7-1255.5l-2009.5-975l1795.8-1132.5l1888 116.5l-930.1-2924l-415.6-1796l-1789.3-393l-42.4-875.5l-15.6-1154.5l-1998.2-1363.5l450.1-1017l-2845-938l-197.3-1925.5l1363.8-2712.5l1549.8-970.5l-1783.2-2321l410.2-790.5l1917-48l2267.8 1312l2761.6-4283.5l-3338.9-1069l-635.5-3075.5l1326.6-477.5l1050.8-6715l2204.8-704.5l-279.9-1146.5l748.1-1168.5l1951.3 1294.5l1599.3 2708.5l3568 2003.5l1555.6 1006.5l473.4 171l2651-2943.5l-191.8-3235.5l1633.2-212l1051.7 1112l605.9-260l839.6-1427.5l746.4 476l2852.6-1679.5l656.5 17l-154.9 672.5l2339.8-1551l1044 112.5l1595-756.5l-206.1-905l2544.8-2136l185-3252.5l3038.3-1556.5l-522.2-4102.5z" />
			<path  id="236" d="M160830-6270911.5l1009.8-2219.5l4042.1 423.5l3727.4 3859l4105.2 1776l3240 1066.5l2225.5 1827l-1956.7 2719l625.5 1462.5l4577.7 1157.5l773 1662.5l-3591.7 8030l-844.4-437l-918 931l-230.6 5334l-4613.9 3208l244.9 1472.5l2905.2 4476l3119.5 1670.5l2654.6 67.5l323.6 6438l2735.2 877.5l1204.1 6672l1485.7 1863l-3412.5 52l-2369.7 235.5l-2184.7-567.5l-169.3-717l-3504.3 3697.5l-103.6-807.5l-1900.3-391.5l-602.5 1489.5l-3303.7 334.5l-529.5 1371.5l-2847.5-1427.5l-3191.5-3102l-1255.6-1069.5l-1249.8-3401.5l-1320.3 257l-854.4-720.5l-883 2651.5l-4888.5 2560l445.9-1027.5l-1329.1-1103l-902.9 858.5l-1804.6-558l101.2-1386.5l-5340.2 559l-319.6-3614l-1744-794l957.5-879l-474-1438l-2242.5-957.5l-2295.9 46.5l-2856 1117l-4651.2-1964l-1443.5 171l-3679.1 3262.5l-1632.5 88.5l-3566.8 28l-1870-708.5l161.3-1627.5l14.2-332.5l761.8-895.5l-374.9-829.5l986.5-6042l-761.8 317.5l-1683.2-5022l-129.1-1453l238-3149.5l716.2-607l3891.3 466.5l99.8-535l-7.9-1425.5l1508.4 190l154.1-34.5l-182.5-1022.5l1268.1-850.5l-323.1-118l2391.2-622.5l1511 458.5l3422.4-1795l1285.7 512l-1244-3492l1086.9-1032.5l-2313.5-1590l1044.4-348.5l-703.4-3173.5l-162.9-199.5l-1020.7 379l537.6-822l70.4 4.5l-754.6-2313.5l1322.3-254l80.4-242l765-4l114.6 119.5l169.1 29l1704.2 177.5l61.1-381.5l2029.4-544.5l289.9-1057.5l1514 723.5l3164.5-877l336.9-396l4488.9-588.5l7615.5-298.5l2099.2-1193.5l1333.7-191.5l405.6-3802.5l3278.5-635.5l113.5-60z" />
			<path  id="252" d="M2170.8-6258856.5l1741 505l1185.6 1755.5l2600.3 369l-330.7 1513.5l3612.8 1345l915.2-672l685.1-522.5l1101.4 1081.5l-13.1 1282l-1729.6 1328l-56 2484l23.7 1113l-5578.4 1194l-1572.6 1342l-133.2 5361l-747.3 369.5l618.3 1651l-1522.6 1370l1145.1 2402.5l2094.6 768l1891.7-564l22.7 46l-1109.4 629.5l347.4 1356.5l1940.6 1998l-466.4 437.5l915.7 1734.5l-2285.5 750l-788.1 61.5l-738.6 1506l211.6 1482.5l1911.3 1290.5l-2020.7 2237.5l-932.2 969.5l178.9 2811l848.5 2678.5l-1594.6-122.5l-1706.7 1667l457.2 490l1205.9 660l-3126.1 3868l-3217.3 252.5l177-356.5l-1228.6 126l-2163.4 7l-1089.6-1007.5l668.2-1904l121.6-3130.5l-312.2-1707.5l-1616.9-957.5l941.7-2115.5l-689.8-508.5l-1898.7 799.5l-1154.5 3621.5l-3440.9-1087.5l566.3-591.5l575.3-352.5l966.1-1118l2207-4145l-444.1-1504.5l-2703.4-4011l-406.2-548.5l1178.8-1716l-124.8-296.5l-1063.6-2830l-1776.6-1223.5l69.6-1145l-3257.4 2321.5l-1794 2526l-1223.6-4415.5l-2430.3 1178.5l-85.2 2543.5l-960.4 456.5l-2690.9-1563.5l539.3-1600l669.6-630.5l70-2942.5l-363.9-588l948.7-1191.5l-127.2-2835l246-206.5l-27.3-1247l1803.6-951.5l-432.3-2376.5l980.6-281.5l3098 536.5l1253.8-1175.5l1364.3-3053.5l2866.6-1166.5l1785.3 946l706.6-425l-588.5-1996.5l1690.4-10.5l2099.8 687.5l3222.3-427l-1048.9-4592l1897.5-1709.5l1017.8 1161.5l1850-528.5l1239.3 706.5l2336.2-1727z" />
			<path  id="233" d="M117559.8-6238860.5l1683.2 5022l761.8-317.5l-986.5 6042l374.9 829.5l-761.8 895.5l-14.2 332.5l-161.3 1627.5l1870 708.5l3566.8-28l1632.5-88.5l3679.1-3262.5l1443.5-171l4651.2 1964l2856-1117l2295.9-46.5l2242.5 957.5l474 1438l-957.5 879l1744 794l319.6 3614l5340.2-559l-101.2 1386.5l1804.6 558l902.9-858.5l1329.1 1103l-445.9 1027.5l-1999.8 622.5l-1060.7 1505l1646 4495l-4375.9-389.5l696.6 3628l-541.3 3465l-4076.3-677l69.3 1611l6449 4490l-11.5 3001.5l-5017.1 300l544.4 1043l-604.9 2624l-1039.2 401.5l-755.1 1247l1188.1 2841.5l-2716.9 53l1974.8 3345l-1040.2 3747l-1354.8-541.5l40.5 2768.5l-2067.7 2484.5l-3289.7 406l71.1 1655l-1469 277.5l-2337.2-2278.5l-897.9 721.5l-825.7 2997.5l-2782.5 2397.5l369.5 1734.5l-2808.1 969.5l-2106.6 1891l559.9 2449.5l-1072.3 770l-981.8 3925.5l-1113.1 1339l-1840.4-416.5l-1330.3 6368l-336-254l-1865.6-3842.5l-1290.2-360.5l-2345-4067l1571.7-3933.5l-1117.7-740.5l-1290.3-312l-3605.9 1449.5l-5634.2-1774.5l-1396.5-1439.5l-782.3-2405.5l-2306.5-377.5l-337.5-1618.5l487.1-1249l-1119.7-3893.5l-3255.6-1099l-553.7-2126.5l3625.7 19.5l-1440.7-3176l722.5-864l-846.7-2590l-603.5-546.5l-5898.5-390.5l913.5-1769l-2088.2-591l66.7-744.5l4237.6-2378l1796.4 286.5l468.3 989.5l3520.5 1145.5l4088.2-2863.5l128.6-1628l-942-1622l1516.3 4l2067.1-4041.5l2619.5-2061.5l-1066.1-327l240-877l686.2-1204.5l444 1186.5l1534.2-408.5l1363.5 678.5l1883.9 868.5l1156.8 79l881.2-1133.5l-176.6-1249l1511.1-2277l1003.3-3820.5l-4333.7-2354l809.4-1066l221.9-3080l-2783.8-920.5l1404.2-1338l960.8 561l1215.1-1841.5l1074.6-355.5l-839.3-616.5l-845.7-1717l-290.6-358.5l129.5-221.5l2108.6-1294l739.7 573.5l707.2-1306l-1253.6-468.5l908-1478l-1917.6 156.5l-571.1-2276.5l882-418.5l-1299.6-5586l2576.2-2393.5l-172.2-1976l2698.7-878z" />
			<path  id="235" d="M161049.4-6220878l1249.8 3401.5l1255.6 1069.5l3191.5 3102l2847.5 1427.5l529.5-1371.5l3303.7-334.5l602.5-1489.5l1900.3 391.5l103.6 807.5l3504.3-3697.5l169.3 717l2184.7 567.5l2369.7-235.5l3412.5-52l-370.1 422l1016 644l2842 506.5l355.5 4645.5l-710.2 1011l1124.4 813l679.4 2615l-49.2 1120l4264.4 1530l3272 2593.5l137.8 2184.5l2148.3 3250l6661.8 1189.5l864.5-118l-706.9-1883l2887.9 659.5l1867.5-112l2029.9 1024l2664.9 2937l1561.7 147l4229.1 6431l859.2 2209l1500.5 683.5l-223 1688.5l4568.6 3161l-2440.8 6929.5l-3701.5-1171.5l-1112.1-595.5l-291.6-1420l-1535.4-1346l-1375.2-373l-2295.1 230.5l-1763.7-907.5l-1811 2995.5l-1459.7 799l-2209.4 766.5l-2228.2-123l-1717.4-574.5l-1178.6 938l-2804.1-758.5l-1547.9 1295l354.1 984l-1933.4 416.5l-397.5-884.5l-1292.3 864.5l-369.9 110l-1972.5 1198.5l-2511.7-234l-2126.1 377.5l-288.5 685l-2070.4-324.5l-3096.3 1899l-1471.6 2862.5l-1441.2-336l-923.2 56l-1200.1 2176.5l419.2 1133l-1433.7 286.5l-1329.4-1493l-1951.8-249.5l-536.2-740l1066.1-1788l-44.9-2685.5l-1152.2-670l-2268.9-457.5l657.2 1069l-4166.9 882l1071.7-1957.5l-2896.3-2033.5l1227.2-1067.5l-984.3-2125.5l-1807.6-1523.5l-3685 1676.5l-650.4-2861.5l-3663.5-4770.5l-2127 1567l204.1 2389.5l-3779.3 4983.5l-1975-698.5l-1155.6-2075l-1731.5 1000.5l-2369.3-113l965.4-1344l-888.9-1354l-2794 425l-2038.9-1267.5l-40.5-2768.5l1354.8 541.5l1040.2-3747l-1974.8-3345l2716.9-53l-1188.1-2841.5l755.1-1247l1039.2-401.5l604.9-2624l-544.4-1043l5017.1-300l11.5-3001.5l-6449-4490l-69.3-1611l4076.3 677l541.3-3465l-696.6-3628l4375.9 389.5l-1646-4495l1060.7-1505l1999.8-622.5l4888.5-2560l883-2651.5l854.4 720.5l1320.3-257z" />
			<path  id="234" d="M141118.1-6176549.5l2038.9 1267.5l2794-425l888.9 1354l-965.4 1344l2369.3 113l1731.5-1000.5l1155.6 2075l1975 698.5l3779.3-4983.5l-204.1-2389.5l2127-1567l3663.5 4770.5l650.4 2861.5l3685-1676.5l1807.6 1523.5l984.3 2125.5l-1227.2 1067.5l2896.3 2033.5l-1071.7 1957.5l4166.9-882l-657.2-1069l2268.9 457.5l1152.2 670l44.9 2685.5l-1066.1 1788l536.2 740l1951.8 249.5l1329.4 1493l1433.7-286.5l535.7 4701.5l-72.4 1567l-2980.2-678l-341.1 1156l827.4 538l376.2 876l-797.8 581l-209.4 2056l1403.7 1667.5l-2216.2 2340l400 1646.5l-1899.4 2343l-1113.4 830.5l-313.9 783.5l-1627.2 394.5l-2875.8-1648.5l-1637.5 791.5l-375.8 1812.5l-2509.1-2310.5l-665.9 1188.5l652.4 886.5l-543.1 1019.5l-2019.2 2648l-6769.6 3591.5l323.8 1508l-1972 180l-698.1-789.5l391.3-2955.5l-542.7-4937.5l1179.9-2028.5l1291.6-1775.5l-1846.7-3289l-2089.3 616l225.3-2095.5l676.1-210.5l-1152-294.5l-3485.5-3578l-911.8-286l-1785.8 1365.5l-647.1-431l285.4-1249l-3148 1910l-1662.1 79l403.8-1867l-1554.8-2721l-529.7-813.5l-781.9 510.5l183.1-1674.5l-1928.7-1294l-51.1-102l-2882.2-166.5l-1643.9 686l-2972.9 3924.5l-3839.7-3561.5l-1579.1-702l-2360.6 666l981.8-3925.5l1072.3-770l-559.9-2449.5l2106.6-1891l2808.1-969.5l-369.5-1734.5l2782.5-2397.5l825.7-2997.5l897.9-721.5l2337.2 2278.5l1469-277.5l-71.1-1655l3289.7-406l2067.7-2484.5z" />
			<path  id="232" d="M216634.7-6175876l1763.7 907.5l2295.1-230.5l1375.2 373l1535.4 1346l291.6 1420l1112.1 595.5l3701.5 1171.5l2440.8-6929.5l83.1 3243l4943.7 3142l3349.3-907.5l4678.7 3314.5l4088.8 4778.5l369.7 3077.5l324.7 3219.5l1105.7 804.5l-2053.3 243l-2001.7 1193.5l-2213.8 2538.5l-3424.6-1118.5l-267.9 739.5l1186.2 3184l-706.7 5500l-2194.3-248l-156.7 1727.5l-925.6 178l-2923-215.5l-102.8-1149.5l-5497.6-1406.5l-2020.2 748.5l-1482.2 39.5l-766.3 60l-2571.6-2567.5l-50.4-1909.5l-388.3-2124.5l-2606.4-585l-924.9-967l-1193 3112.5l-711.5 219.5l-979.9-1132.5l-1687.5 380l-1688.8-1997.5l-1965.7 1186.5l-3.1 5174.5l-1840.1 1036l290 2469.5l906.4 3016.5l-2008.3 1868.5l-2976.7-632l-849.9-700l-1309.6 1986l1499.5 1471.5l-394.7 888.5l-2279.7 940l-2264 3509.5l-1863.6 1075l-3103.6 1938l-2261.7-188.5l-257.4 1414.5l-2922.7-563.5l-1406.7 1576.5l-818.8-2285l597.8-1382.5l-1007.4-808.5l-3296.3-378l-1952.7 1775.5l-1455-2276l-2358.4 1010.5l-5022.3 4241.5l-1629.1-365.5l-1564.2-2084.5l-1131.4 1991l-3673.8-194l86.4-697l-6595-3170.5l-323.8-1508l6769.6-3591.5l2019.2-2648l543.1-1019.5l-652.4-886.5l665.9-1188.5l2509.1 2310.5l375.8-1812.5l1637.5-791.5l2875.8 1648.5l1627.2-394.5l313.9-783.5l1113.4-830.5l1899.4-2343l-400-1646.5l2216.2-2340l-1403.7-1667.5l209.4-2056l797.8-581l-376.2-876l-827.4-538l341.1-1156l2980.2 678l72.4-1567l-535.7-4701.5l-419.2-1133l1200.1-2176.5l923.2-56l1441.2 336l1471.6-2862.5l3096.3-1899l2070.4 324.5l288.5-685l2126.1-377.5l2511.7 234l1972.5-1198.5l369.9-110l1292.3-864.5l397.5 884.5l1933.4-416.5l-354.1-984l1547.9-1295l2804.1 758.5l1178.6-938l1717.4 574.5l2228.2 123l2209.4-766.5l1459.7-799l1811-2995.5z" />
			<path  id="218" d="M101283-6162693l5634.2 1774.5l3605.9-1449.5l1290.3 312l1117.7 740.5l-1571.7 3933.5l2345 4067l1290.2 360.5l1865.6 3842.5l336 254l2593.1 2053.5l5250.9 1467l1669.4-1363.5l-769.2 3540.5l1506.8 1448l491.6 1132l-1808.7 1085l195.5 3125.5l1228.5 2827l64.7 2353.5l-1157.3 910.5l-1605.6-877l-2038.4 1360l-1983-3657.5l-935.2-1.5l-1982.9-146l-299.4 1693l-1907.9 1472.5l-1270.7 4330.5l-1946.8 1658l-1812.6-126.5l-1088.8-1182l-132.6 1927.5l-2362 11.5l-1022.6 796l-501.5 2423l1584.9 112.5l-370.1 3411l-1526.4 2753.5l-3169.6 1049.5l-742.1 1626.5l-2050.4 1504l1488.9 1609l-1.8 2179.5l-1561.6-535.5l-550.7 743l2117.8 3091l-1656.9 779l-1829.7 5705l-908.1 255.5l-527.9 904l-1643.9 923l-1837.2-1174l-2590.8-1928l-888.8-3881l-3774.6-1923.5l-1886-681l327.1-987l1895.2 55l441.4-1216.5l-633-2482.5l-652.6 412l-1800.6-245.5l-601.3-1476.5l-4523.6 745l-2206-2031l540.5-693.5l846.3-233l-578.7-1438l383.1-478l-2841.9-2573l-1600.7-5575l-77.6-547l370.6 625.5l1241.9-381l-1156.9-1673.5l835.7-3060.5l-3439.2-4709.5l1897.1-219l2028.1-1554l-753-1340.5l-1924.5-786l534.1-1829l-1079.8-300l804-1916l4222.5-965l-58-2083.5l1960.8-888l558.7-3581.5l1160.7-1687l366.4-163l2731.6-437.5l1237.1 8.5l1179.8-5205.5l1443.3-1585l1552.4-2331.5l3943.3-741l654.5 4263.5l1791.2 1086.5l2889 650.5l5768.6-3939l573-294.5l-280-3119.5l-1934.3-1698z" />
			<path  id="229" d="M133876.3-6157161.5l2882.2 166.5l51.1 102l1928.7 1294l-183.1 1674.5l781.9-510.5l529.7 813.5l1554.8 2721l-403.8 1867l1662.1-79l3148-1910l-285.4 1249l647.1 431l1785.8-1365.5l911.8 286l3485.5 3578l1152 294.5l-676.1 210.5l-225.3 2095.5l2089.3-616l1846.7 3289l-1291.6 1775.5l-1179.9 2028.5l542.7 4937.5l-391.3 2955.5l698.1 789.5l1972-180l6595 3170.5l-86.4 697l3673.8 194l1131.4-1991l1564.2 2084.5l1629.1 365.5l1360.2 2324l-464.4 1115l3370.7 1264l1158.3 3625.5l-2088.7 404.5l416.1 836.5l-702.6 174.5l-736.7 1116l-322.2 5748l3344 1252l372 1938l663.7 917.5l360.3-716.5l2038.7-2007.5l2436.3-345.5l1688.1 107l-471.3 2238.5l1676.5 3842l-759.3 1268.5l-2051.1 674l799.1 3359l393.8 2942l-912 1612l-1119.8-118l-1299.2 1182l284.3 1968l-1090 1857.5l-2672.8 1438.5l-960.8 1799l-69.4-285.5l-3282.7 1673l-86.4 861.5l-1759.1 970.5l-115.2-1496l-2911.3 268l-898.3 788.5l-336.4-258.5l-991.7-759l-122.2-2015.5l-2668.3-1623l-117.9-1822.5l-1978.9-1814.5l92.3-156.5l-646.1-2495l-1153-353l-2828.2 219l-854.3-21.5l-1764.5-353l-3948.2 1445l-326.6-1581.5l-607.8-2262l-1315.3 216l692.9-2758l310.3-1048l22.6-1429l-1509.7 599.5l-2151.6-822.5l1273.9-1397.5l-1149.2-2291.5l790.7-2098l-871.6-2829l-1512.8 221.5l-2328.4-1074l-1065.5 242.5l-2157.5 524l-1795-1514.5l-1908.2-1032.5l-2025.7-1228.5l-1091.7 1597l-1702.8-16l-3346.3-1663l-1026.6-262l-86.9-1259l1507.5-2022l-4362.7-5785l915.4-2177.5l-1031.3-2455.5l1653.1-1535.5l2514.1-539.5l-1430.1-2602.5l1896.5 160l1157.3-910.5l-64.7-2353.5l-1228.5-2827l-195.5-3125.5l1808.7-1085l-491.6-1132l-1506.8-1448l769.2-3540.5l-1669.4 1363.5l-5250.9-1467l-2593.1-2053.5l1330.3-6368l1840.4 416.5l1113.1-1339l2360.6-666l1579.1 702l3839.7 3561.5l2972.9-3924.5l1643.9-686z" />
			<path  id="255" d="M30340.7-6150660l829-2843.5l633-108l3947.3-595.5l2374.3 277l1380.8-1651.5l1197.7-1352l2903.8-71.5l795.4 1916l2665.3 49.5l-117.8 3909.5l1487.7-523l1045.1 1349.5l935.8 1452l274 64l715.6 2333.5l-2236.5 2028l1943.9 1665l776.4-274.5l529.1 964.5l1648.1-2225.5l2467.3-818.5l2027.8-1847.5l1333.9-606.5l678.1 1880.5l509.5 2005l-1241.1 1346l713 548.5l2722.5 252l-616.7 970.5l1089.8 1028.5l2756.9-777.5l2323.4 2141.5l144 9.5l1740.8 98l1079.8 300l-534.1 1829l1924.5 786l753 1340.5l-2028.1 1554l-1897.1 219l3439.2 4709.5l-835.7 3060.5l1156.9 1673.5l-1241.9 381l-370.6-625.5l77.6 547l1600.7 5575l2841.9 2573l-383.1 478l578.7 1438l-846.3 233l-540.5 693.5l2206 2031l4523.6-745l601.3 1476.5l1800.6 245.5l652.6-412l633 2482.5l-441.4 1216.5l-1895.2-55l-327.1 987l1886 681l3774.6 1923.5l888.8 3881l2590.8 1928l1837.2 1174l1643.9-923l476.5 2385.5l772.5 71l-4055.1 1375l-1238.7 1119l-1863.9 42l-1477.8-640l829.9-4308.5l-1666.5 386l-4245.7-3283l-963 1682.5l-4081.8-3648.5l-514.9-252.5l-1293.7 2736.5l-983.8 3041l-4179.2-1071.5l241.2-1430.5l-2160.4-1218l-4990 1300l-536.2-1370.5l482-2749l2859.2-1065.5l2045.7 653.5l3639.3-1757l-721.5-1552.5l-1209.6-1249.5l-2021.4 128l-735.9-1404l-905.4 237.5l-252.6-845l-1576.6-741l-587.8-4260l-209.2-57l-2608.9 1033l8.6-646.5l-4588.3 1836l489.6 1212l-1541.6 1096.5l449.3 1863l-97.4 533l868.3 1565l-1271.8 883.5l742.2 2197.5l-1577.2 2608l1034.1 1562l-4166.4 1421.5l-612.4 529.5l-285.5-1422.5l-2697.6-485.5l-1321.2 870.5l-262.6-755l-3704.5 442.5l-2471.3 2076l-2024 426.5l-646.2-347l-3275.4-1503l-1066.4 910.5l-2406.9-384l-284.1-4216l21-685.5l-1190.9 538l-1501.7 3461l-2550.6-952.5l-2156 2338l-2043.4-1572l-1363.5-2491.5l2506.8-784l-771.1-1585l446.2-1470.5l622-614l-666.6-2906l-784.7-740.5l3.4-1691l1631-24.5l287.6-551l-2079.8-2748.5l-2637.5-2508l-255.1-2590l1094.4-605l-53.3-1039.5l3390 1330.5l260.3-707l1301.4-16l985.1 3321l778 643.5l2058.3-1564.5l203.3-2235l1152.5-1282l1741.8-88.5l588.5 795l-2097.1 3482l3994.4-1095l1951.2-2221.5l-349-681.5l-2398.9-3595l670.2-781.5l-2977.2-879.5l-268.3-3416l601.6-382.5l38.6-2433l955.5-765l478.6-358.5l-70-2395l-1584.8-567l186.1-960l1723.7-865l-9.6-2221.5l-412.3-432l460-1446l-2118.6-1944.5l2096.9-809.5l-689.8-3319l-1821.6-1582.5l-90.5-1005l-1050.4 164l-83.9-317l762.4-959z" />
			<path  id="228" d="M250093.6-6156550.5l1177 807.5l2166.5 1178.5l2155.6 1643.5l1358.6 234l-64.6-656l-158.9-2329.5l5328.1-465l5090.4 6379l2075.5 3367l2516.3-178l1327.3-130l909.1-248.5l2326.4 5285l2393.7 1507l1550.5 2455.5l-734.7 1795.5l2666.7 950l-741.2 1418.5l-556.1 3072l-1568.5 2105l-1912.7-864l-2961.2 362.5l-534.4 1676l1081.5 1743l-4347.6 448l-131.7-166.5l-489.8 594l-5664.3 308l-3609.8-2949l-991-215l-148.4-976.5l-2126-563l-1932.2 1032.5l-827.9 820l-575.1-517l-2228.7-3691.5l-1655-442l-725.4-505.5l-3107.2 1332.5l-20.6 1273.5l-1031.7 350.5l-1141.5-763l-1655.7 1551l-2905.9-999l-545.2 3143.5l-3469 1438l4 359l-3293.5-437.5l-691.5-302.5l-2501.4 2792l-144.5 211l-888.8 2872l918.1 2960l-4938.2 798.5l-916.2-522.5l-566.7 2240l-1756 884l-735.7-1021.5l-1288.5-84l-1349.1-1118.5l-3404.2-3538.5l-76.1-685l-2191.2-444l-2198-1715.5l-1291.9 109l-2637.6-3729l1124.8-850l-220.8-1717l-2222.9-696l-791.1-2664.5l803.9-1322l-1138.9-632.5l-173.8-1149l394.7-888.5l-1499.5-1471.5l1309.6-1986l849.9 700l2976.7 632l2008.3-1868.5l-906.4-3016.5l-290-2469.5l1840.1-1036l3.1-5174.5l1965.7-1186.5l1688.8 1997.5l1687.5-380l979.9 1132.5l711.5-219.5l1193-3112.5l924.9 967l2606.4 585l388.3 2124.5l50.4 1909.5l2571.6 2567.5l766.3-60l1482.2-39.5l2020.2-748.5l5497.6 1406.5l102.8 1149.5l2923 215.5l925.6-178l156.7-1727.5l2194.3 248l706.7-5500l-1186.2-3184l267.9-739.5l3424.6 1118.5l2213.8-2538.5l2001.7-1193.5l2053.3-243z" />
			<path  id="231" d="M200809-6133402.5l2279.7-940l173.8 1149l1138.9 632.5l-803.9 1322l791.1 2664.5l2222.9 696l220.8 1717l-1124.8 850l2637.6 3729l1291.9-109l2198 1715.5l2191.2 444l76.1 685l3404.2 3538.5l1349.1 1118.5l1288.5 84l735.7 1021.5l-736.1 1704.5l833.1 579l1998.1 3l-501 2954.5l-969.3 816.5l141.6 1336l103.4 28.5l3035.7-1976l2598.7-177l1918.8 1508.5l-529.5-8l-676.1 5319.5l2318 44l129.8 1985l141.6 2454l1864.1 1216l2162.1 1018l340.6 1438.5l-2002.3 1826.5l-3414.8 785.5l-1053.5 939l503.9 312.5l-518.3 1579l1140.6 1756.5l877 978.5l936.2-632.5l2054.2 761.5l2235.3 4903l-3591.8 1956l-2138.5 125l-1271.9 118l-4976.3 2928l-3292.4 4452l-1587.3 889l-4047.9-3149l208.7-590.5l240.3-1491.5l180.7-420.5l-2645-1477.5l-1280.4-1742.5l-2229.4-2810.5l-3196-1290l-2469.8 835.5l-1822.4-667l-1444.7-319l-924-1445.5l-1701.9 1498l-3830.1-951l-657.5-1366l133.1-650l-1427.9-2967.5l-939.9-20l85.2 1242l-1099-3053l-1675.2 517.5l-434.7-1800.5l-4077.5-1385.5l-393.8-2942l-799.1-3359l2051.1-674l759.3-1268.5l-1676.5-3842l471.3-2238.5l-1688.1-107l-2436.3 345.5l-2038.7 2007.5l-360.3 716.5l-663.7-917.5l-372-1938l-3344-1252l322.2-5748l736.7-1116l702.6-174.5l-416.1-836.5l2088.7-404.5l-1158.3-3625.5l-3370.7-1264l464.4-1115l-1360.2-2324l5022.3-4241.5l2358.4-1010.5l1455 2276l1952.7-1775.5l3296.3 378l1007.4 808.5l-597.8 1382.5l818.8 2285l1406.7-1576.5l2922.7 563.5l257.4-1414.5l2261.7 188.5l3103.6-1938l1863.6-1075l2264-3509.5z" />
			<path  id="216" d="M117916.4-6133601l1982.9 146l935.2 1.5l1983 3657.5l2038.4-1360l1605.6 877l-1896.5-160l1430.1 2602.5l-2514.1 539.5l-1653.1 1535.5l1031.3 2455.5l-915.4 2177.5l4362.7 5785l-1507.5 2022l86.9 1259l1026.6 262l3346.3 1663l1702.8 16l1091.7-1597l2025.7 1228.5l1908.2 1032.5l1795 1514.5l2157.5-524l1065.5-242.5l2328.4 1074l1512.8-221.5l871.6 2829l-790.7 2098l1149.2 2291.5l-1273.9 1397.5l2151.6 822.5l1509.7-599.5l-22.6 1429l-310.3 1048l-692.9 2758l1315.3-216l607.8 2262l-1546-2.5l-1404.9-2424.5l-876.3-149l-3833.5 3168l-131.2-32l-676.8 460.5l-2023.7 1219.5l-2161.2 72.5l-266.1 1872l-2355.4 1719l-1199.1 1705.5l-786.4 846l-1161.2 3685.5l218.2 3139.5l-2052.3 218.5l-535.3 775l580.7 1462.5l-3689.3 474l-235.8 240l-5207.5 141.5l-1154.7-1162.5l-567.6 989l-1189.1-2994l-375.6-3065.5l-633.3-1508.5l-3671.7-1090l-499.9-647.5l1192.2-690.5l-1581-1559.5l601.5-1658.5l1305.3 31l-2458.5-2753l-410.8-2638l-3199.2 953l-2039.7 2573l-899.8 36.5l-372.7-1608.5l-1786.1 20l93.8-778.5l-1522.3-1338l-1285.6-1270.5l-1424.6 778.5l-1021.7-426l-772.5-71l-476.5-2385.5l527.9-904l908.1-255.5l1829.7-5705l1656.9-779l-2117.8-3091l550.7-743l1561.6 535.5l1.8-2179.5l-1488.9-1609l2050.4-1504l742.1-1626.5l3169.6-1049.5l1526.4-2753.5l370.1-3411l-1584.9-112.5l501.5-2423l1022.6-796l2362-11.5l132.6-1927.5l1088.8 1182l1812.6 126.5l1946.8-1658l1270.7-4330.5l1907.9-1472.5l299.4-1693z" />
			<path  id="230" d="M249531.2-6132265.5l725.4 505.5l1655 442l2228.7 3691.5l575.1 517l827.9-820l1932.2-1032.5l2126 563l148.4 976.5l991 215l3609.8 2949l5664.3-308l489.8-594l131.7 166.5l4347.6-448l-1081.5-1743l534.4-1676l2961.2-362.5l1912.7 864l1671.5 2007.5l226.9 3797l832.2 4619.5l-1435.5 4914.5l-2122.2 2047.5l-1316.9-736l-750.6 2341l373 1586l-1386.5 1953l-4708.4-2030l-758.7-1360l-4384.5-2407.5l-1400 1189l-2010.3-1117l-2978.5-2158.5l-1421.3 3036.5l-1820.4 1250.5l-2032.3 675.5l1637.9 4017.5l-704 1992l-1286 4092l1042.5 2781l-1094.3 2908.5l-389.2 2902.5l-1106.6 1434.5l-5046.8 5319.5l-4849 3307.5l-3601.7 220.5l-2680 145l-2235.3-4903l-2054.2-761.5l-936.2 632.5l-877-978.5l-1140.6-1756.5l518.3-1579l-503.9-312.5l1053.5-939l3414.8-785.5l2002.3-1826.5l-340.6-1438.5l-2162.1-1018l-1864.1-1216l-141.6-2454l-129.8-1985l-2318-44l676.1-5319.5l529.5 8l-1918.8-1508.5l-2598.7 177l-3035.7 1976l-103.4-28.5l-141.6-1336l969.3-816.5l501-2954.5l-1998.1-3l-833.1-579l736.1-1704.5l1756-884l566.7-2240l916.2 522.5l4938.2-798.5l-918.1-2960l888.8-2872l144.5-211l2501.4-2792l691.5 302.5l3293.5 437.5l-4-359l3469-1438l545.2-3143.5l2905.9 999l1655.7-1551l1141.5 763l1031.7-350.5l20.6-1273.5l3107.2-1332.5z" />
			<path  id="254" d="M67258.6-6068666l-399.2 2923l-553.2 2293.5l-962.8 73l-137.8 1411.5l-585.4 1498.5l-498.5 834.5l-927.6-137l62.9 1198l-1699.6-270.5l-2925.3 43.5l480.2 1945.5l712.2 3119l-7416 724l-667.2 373.5l-664.1-3788.5l1238.8-1728l-1271.5-3041.5l-1026-114l-1967.6 860.5l-1221 22l-662.8 916.5l-5557.6-1681.5l3476-3758.5l-1353.1-590l-1058.2-2600.5l865-923.5l805.6-3177.5l1203.1-610.5l-9.3-1129.5l-918.3 403.5l-339-3600l-3280.2 503l-2472-372l-738.4-181l465.4-1176.5l-146.4-231.5l1399.7-1898l9.3-2865.5l-414.6-138l932.3-1754.5l-1462.3-2145l881.6-916.5l1283-864.5l551.6-150l-638.5-2440.5l-547-2502l2024-426.5l2471.3-2076l3704.5-442.5l262.6 755l1321.2-870.5l2697.6 485.5l285.5 1422.5l612.4-529.5l4166.4-1421.5l-1034.1-1562l1577.2-2608l-742.2-2197.5l1271.8-883.5l-868.3-1565l97.4-533l-449.3-1863l1541.6-1096.5l-489.6-1212l4588.3-1836l-8.6 646.5l2608.9-1033l209.2 57l587.8 4260l1576.6 741l252.6 845l905.4-237.5l735.9 1404l2021.4-128l1209.6 1249.5l721.5 1552.5l-3639.3 1757l-2045.7-653.5l-2859.2 1065.5l-482 2749l536.2 1370.5l4990-1300l2160.4 1218l-241.2 1430.5l4179.2 1071.5l983.8-3041l1293.7-2736.5l514.9 252.5l4081.8 3648.5l963-1682.5l4245.7 3283l1666.5-386l-829.9 4308.5l1477.8 640l-2635.6 1510l1536.5 3381l-2358.8 2040l564.3 1436l-655.3 1355.5l178.7 69.5l582.3 741.5l-1043 1114l-2247.1 282l-601.3 1053l-292.6 5194l-1447.3 943l-2583.2-1550l125.9 2158.5l-1449.4 54l-338.8 3579l1421 1042l229.7 1331l-93.1 499l-1800.3 380.5l-3954.2-1824l-1559.5 1235l-1152.7-693l-1319.5-3322l-1807.3-258zM67258.6-6068666l509.1-1481.5l-31.5-791l2197.4-1019l275.1-1544l757.3-2564l-394.1-2516.5l617-4999l-1957.9-4570l-3067.4-5054l-679 36l376.5 4907.5l-1539.8 1403l-536.9-636l-822.3 85l-1206.2 3123.5l1251.5-63l632.1 1108l-10.4 2622.5l-2650.1 497.5l-1278.1-1004.5l-1001.2 3383l-1826.2 1473l48.5 1154.5l2836.6 640.5l547.8-964.5l4801.7 641l-1494.8 5366l2840.6 1415.5l804.6-649.5z" />
			<path  id="256" d="M30256.1-6099996.5l1190.9-538l-21 685.5l284.1 4216l2406.9 384l1066.4-910.5l3275.4 1503l646.2 347l547 2502l638.5 2440.5l-551.6 150l-1283 864.5l-881.6 916.5l1462.3 2145l-932.3 1754.5l414.6 138l-9.3 2865.5l-1399.7 1898l146.4 231.5l-465.4 1176.5l738.4 181l2472 372l3280.2-503l339 3600l918.3-403.5l9.3 1129.5l-1203.1 610.5l-805.6 3177.5l-865 923.5l1058.2 2600.5l-669.6 1168l-1453.3-191.5l-1982.4-2393l-2543.1 1099l-496.2 60l-544.9 836.5l-2010.6 202.5l98.9 1560l-2390.9-68.5l-1619.8 1515.5l4442.4 1640.5l2655.7 1390.5l1851.6 1997.5l666.1 4217l-3065.9 7l-383.7 1095.5l-1346.2 185.5l-1440.6 1483l242.4 1688l-11.7 2217l-464.8 1761.5l-1259.8 291.5l-2087.7-235.5l-283.8-713l-3666.9 1291.5l-1463.7 2452l-1273 547.5l-349.6-144.5l-153.8-1229.5l116.1-1371l-651.6-822l-556.5 423l-336.1-446.5l243.7-1562l-1495.5-1102l-1846.4 168l109.5-528.5l-1362 231l-2231.3 1954l-3487.7 540.5l-297.7-431.5l671.9-4284.5l-46.4-3353.5l-53.5-402l-245.5-1063l-1962.8-2393l-144.7-206.5l-1002.7-3610.5l-818.8-3727l89.7-788.5l-11.2-97l-1592.7-3246l257.9-2176l-345.2-2011l237.4-1025l-2037.8-2595l-2097.9-4030.5l-894.5-910l-1626.4-1553.5l-454.6-1795l5317-5575.5l-752.3-2886.5l1853 184.5l3454.9-2352.5l2269.7 2266.5l2490.8-526l2600.1-2605l1122-620l545.7-14.5l1183.2-381.5l-305-912l-217.7-605l-266.8-544l2549-973l942.8 353l1363.5 2491.5l2043.4 1572l2156-2338l2550.6 952.5l1501.7-3461z" />
			<path  id="215" d="M156254.8-6091226l2828.2-219l1153 353l646.1 2495l-92.3 156.5l1978.9 1814.5l117.9 1822.5l2668.3 1623l122.2 2015.5l991.7 759l336.4 258.5l415.4 2974.5l-1982.9 2042.5l59.5 3426.5l-795 1854.5l1190.1 3087l-795.5 194l-1352.4-1104.5l-1405.6 44l-3646.3 3058.5l-1577.5-124.5l-612.7 1323.5l15.6 583.5l-5119.9 1063l786.5 2075l558.6 1436l2679.2 624l-843.3 1092l531.4 1464.5l-1317.6 124.5l1098.1 4798.5l898 3504.5l-702.9 611.5l1612.5 699l158.7 2025l-1966.9 577l-65.4 1045l-794.9 1039l-2508.4-72l-1919.7 1965l-2539.1-3223l-2524.1-998.5l-581.3 1088.5l1601 4437l-1524.7 1347.5l-3336.5-2447l-2490.6 761.5l294.1-696.5l-908.6-1094l-947.3 296.5l-3343.8-3126.5l-1651.5-90l293.7-3299.5l1612.7 6.5l-297.8-2674l150.6-1330l1434 103l-1681.7-1461l-254.7-2090.5l-1750.7-2197.5l-945-3220l728.5-1248l977.9-701.5l-122.2-2183l-1169.8-1611l-20.3-3570l-32-78.5l-474.7-2166.5l668.4-1403.5l-794.7-1164l-821-1251l-580.7-1462.5l535.3-775l2052.3-218.5l-218.2-3139.5l1161.2-3685.5l786.4-846l1199.1-1705.5l2355.4-1719l266.1-1872l2161.2-72.5l2023.7-1219.5l676.8-460.5l131.2 32l3833.5-3168l876.3 149l1404.9 2424.5l1546 2.5l326.6 1581.5l3948.2-1445l1764.5 353l854.3 21.5z" />
			<path  id="253" d="M65484.7-6093169l679-36l3067.4 5054l1957.9 4570l-617 4999l394.1 2516.5l-757.3 2564l-275.1 1544l-2197.4 1019l31.5 791l-509.1 1481.5l-804.6 649.5l-2840.6-1415.5l1494.8-5366l-4801.7-641l-547.8 964.5l-2836.6-640.5l-48.5-1154.5l1826.2-1473l1001.2-3383l1278.1 1004.5l2650.1-497.5l10.4-2622.5l-632.1-1108l-1251.5 63l1206.2-3123.5l822.3-85l536.9 636l1539.8-1403l-376.5-4907.5z" />
			<path  id="258" d="M36084.2-6065856.5l2543.1-1099l1982.4 2393l1453.3 191.5l669.6-1168l1353.1 590l-3476 3758.5l5557.6 1681.5l662.8-916.5l1221-22l1967.6-860.5l1026 114l1271.5 3041.5l-1238.8 1728l664.1 3788.5l667.2-373.5l7416-724l1091.4 264l-4398 6226l2361.3 649l1611.5 653l435.2 1184l-398 1664l1229.7 1960l-1361.7 3612l-920.7 522.5l410.3 1927.5l-1925.7 594.5l916.4 3124.5l285.3 2097.5l-1267.1 1501l-1715.5 1917.5l1146.7 159l195.2 991l-309.8 1599l-1147.2 2120.5l150.3 1452.5l1287.1 1276l1119.5 531.5l-235.8 1566.5l-2765.5-154.5l-208.3 549l-384.8 4902.5l-1174.8 1569l1307.9 1761l1665.7 114.5l2909.5-3388.5l2575.1-1045l-812.2 2019.5l-1113.9 266.5l-1792.5 5040.5l3418.7 522.5l1298.9-1080l2690.7 1166.5l2861.1-525.5l-840.7 2592l2514.8 2263l1286.8-68.5l-749.6 2262l-2025.8 1515l-3217.2 1265l1056 3953l-2484.6 365l-5679.8 2229.5l-6508-4017l-61.3-837l-4208.7-17l-2795.1-1164.5l-1836.3 3991l-3683.8-108.5l-2659.6-524l-2628.1-1731.5l2034.9-3213l-689-277.5l-26.1-2009.5l-1709.1-738.5l3878-2773l343.5-1912l-67.9-735l429.1-651.5l-1035.9-2315l-2895-449.5l229.7-2003.5l-342.1-1906.5l-687.5-518l1552.1-1096l-1353.5-1797.5l-1016.9-1520l-249.4-3114l-1638.8 108.5l-1277.6-1404l-415.6 441l-2246.8-626l380.3-1093.5l-1137.9-1151l-1825.7-2839.5l-1537.4-576l-947.2 1148l-4332 1516l-3759.6-1145.5l528 1049l-4547.2 2281.5l-1627.3-2207l-614.1-2834l-1427.6 1086l-478.1-1350l1124.9 50l1116.1-1201l134.2-4157.5l43.6-375l69.4-2024l-1906.8-2258l325.4-1382.5l1244.5-525l714.1-149.5l328.8-3141.5l1040.7-1348l165.2-729.5l3487.7-540.5l2231.3-1954l1362-231l-109.5 528.5l1846.4-168l1495.5 1102l-243.7 1562l336.1 446.5l556.5-423l651.6 822l-116.1 1371l153.8 1229.5l349.6 144.5l1273-547.5l1463.7-2452l3666.9-1291.5l283.8 713l2087.7 235.5l1259.8-291.5l464.8-1761.5l11.7-2217l-242.4-1688l1440.6-1483l1346.2-185.5l383.7-1095.5l3065.9-7l-666.1-4217l-1851.6-1997.5l-2655.7-1390.5l-4442.4-1640.5l1619.8-1515.5l2390.9 68.5l-98.9-1560l2010.6-202.5l544.9-836.5l496.2-60z" />
			<path  id="226" d="M190236.4-6063346l762.3 539.5l-1529.8 2303.5l454.2 1557l1999.9 1512.5l-627.7 898.5l1457.8 3839.5l2325.5 280.5l145.6 2151l4862.4-284.5l2107.4-2552l-971-2921.5l11.7-1063l1121.7-668l621 902.5l2036.2-1316l706.2 4073.5l3794.1 3471.5l3495.2 3261.5l1914.5 5541.5l3362.3 917.5l3712.2 5738l1743.9 3435.5l1308.3 2565.5l-1782.7 2989.5l-2758.8 4464.5l-845.3 1150l1085.3-163l208.1 715l-644.7 1940l-1580.8 1166.5l-627.5 1348l1598.2 1640.5l4697.5 133l805.5-676l1422.7-1153l2335.7 1422l2513.5 2362l-209.5 1613l1003 2593.5l645.9 2324.5l-2368.9 3070l-628.9 12189l-2956.3 3223.5l-7529.5-3327.5l-2234.2-2699l-5881.8-2900.5l-1576.3-2030.5l-377.8-1103l909.7-2455.5l2318.4-1375.5l-1938.2-1610.5l-3191.2-2599l943.7-1584l-5778.5-1645.5l-6807.3 1257.5l-2075.6 4618l-5687.5 1009l-4581.1-5309.5l94-1673l-184.9-672.5l-2100.9 256.5l-3609.8 1187.5l-1941.7-714l-63.1-667l-63.7-4015.5l668.1-1329.5l2043-1122.5l115.8-3028l1338.2-2205.5l-255.3-2172.5l2313.3 548l643.3-26.5l-549.9-2137l-3916.5 81l-1000-3901.5l410.4-270.5l278-1787.5l1887.6 750l568.2 601.5l1011.1-990.5l1656.3-4308l-674.8-597.5l-1557.9 951.5l1339.8-2245l-993.3-1289.5l-5164.6-721.5l-1397.1-1140.5l-477.3-829l901.1-3065l-320.5-2095.5l1490.5-1846l-2310.2-1885l748.3-3627.5l1015.7-1267.5l2111.1-390.5l364.8-1525.5l720.5-957.5l1907.4-723l1375.9 2255.5l2192.7-740.5l834.5-4020.5l3352.3 10.5l1960.7-1434.5zM179375.6-6028354.5l1192.7-78.5l180.3-912.5l-1457.6-1001l-740 1133l824.5 859z" />
			<path  id="224" d="M179375.6-6028354.5l-824.5-859l740-1133l1457.6 1001l-180.3 912.5l-1192.7 78.5z M164642-6058893.5l-94.1-1284l2426.2 1655.5l751-860l1475.7 2209l1255.4 782.5l3093.1 155.5l1532.1-2112.5l1586.1-554.5l1224.9 1166l-364.8 1525.5l-2111.1 390.5l-1015.7 1267.5l-748.3 3627.5l2310.2 1885l-1490.5 1846l320.5 2095.5l-901.1 3065l477.3 829l1397.1 1140.5l5164.6 721.5l993.3 1289.5l-1339.8 2245l1557.9-951.5l674.8 597.5l-1656.3 4308l-1011.1 990.5l-568.2-601.5l-1887.6-750l-278 1787.5l-410.4 270.5l1000 3901.5l3916.5-81l549.9 2137l-643.3 26.5l-2313.3-548l255.3 2172.5l-1338.2 2205.5l-115.8 3028l-2043 1122.5l-668.1 1329.5l63.7 4015.5l-6123.3 2143.5l-1100-1623l1649.8-4312.5l-630.4-1146l-2205.4 2828l-3111.5 2057l-1644.2-20.5l208.6 1230.5l2958.4 6265l472.6 2612l-1796.1 678.5l-7561-453.5l-1664.1-956l-27.7-1430l-2486.6-1598l534.8-931l-941.9-5099.5l-991.4-247.5l-145.3-2618.5l803.8-1047.5l-1990.4-694l-604.5-3773l-3273.4-957.5l928.5-697.5l-3238.7-1943l2707.5-1899.5l-550.9-1692l-627.9-1050.5l-3779.5-1223l-2159.6 110.5l-3547.9-3828.5l-941.1-2475l376-535l1542.5-28.5l1498.3-2547.5l2490.6-761.5l3336.5 2447l1524.7-1347.5l-1601-4437l581.3-1088.5l2524.1 998.5l2539.1 3223l1919.7-1965l2508.4 72l794.9-1039l65.4-1045l1966.9-577l-158.7-2025l-1612.5-699l702.9-611.5l-898-3504.5l-1098.1-4798.5l1317.6-124.5l-531.4-1464.5l843.3-1092l2620.6-366l429.4-719.5l1564.9 1997.5l-982 1781l946.6 1318.5l1386.9 160.5l3253.4-5475.5z" />
			<path  id="257" d="M23035-6026625.5l1537.4 576l1825.7 2839.5l1137.9 1151l-380.3 1093.5l2246.8 626l415.6-441l1277.6 1404l1638.8-108.5l249.4 3114l1016.9 1520l1353.5 1797.5l-1552.1 1096l687.5 518l342.1 1906.5l-229.7 2003.5l2895 449.5l1035.9 2315l-429.1 651.5l67.9 735l-343.5 1912l-3878 2773l1709.1 738.5l26.1 2009.5l-2658.8 359.5l-561.6 754l1608.2 2499.5l-1478 5708l887.9 2093.5l1917.2 838l443 5048.5l-6332.7 6872l-203.4 1535.5l-4683.3 5696.5l-6192.1 3092.5l-5158.9 861l354.2-2808l4314.4-9617l-699.3-778l-3419.1-380.5l-3013.1 2809.5l-3169.5 1380l-1290.8-4333.5l1721.3-3875.5l-1644.1-3312.5l-2059.2-818.5l-884.2-2467l-2592 650.5l-1157.9-486.5l-2277.9-3887.5l225.6-2775l-3424.5 1839l-1065.9-979l-2245-909.5l-327.8 2002.5l-4416.7-2107.5l786.5-1396.5l-172.1-2965l-1596.7-980.5l-1914.8 43.5l-2759.6 4637l-779.2 2161l-1320.7-1865.5l-4613.3-777.5l-1561.7-1368l-1785.9-709.5l-347.4-919.5l1351.6 122l556.9-1088.5l1240 307.5l-267.3-1518.5l3896.2-711.5l911.6 977l1824.8-671l581.7-716.5l976.5 1229.5l3796.1-4487.5l-446.3-467l3045.2-2844.5l3401.6-71l1054 1224l1944.1 426.5l1021.8 600.5l2648 30.5l2163.3-2961.5l1405.4-494.5l3315.5 473.5l1335.6 4581.5l1281.8-2876.5l2640-1225.5l751.6-3090.5l-1794.5-1679.5l-141.1-2116.5l262.5-1621.5l-3801.1-3464.5l1865.1-1968.5l1880.7 61l1440.7-1306l-301.6-847.5l4547.2-2281.5l-528-1049l3759.6 1145.5l4332-1516l947.2-1148z" />
			<path  id="237" d="M58545.5-6260555l1288.3-1136l874.9 652l714.8 2808l1085.6 348l1586-1049l51.7-1102l2694.4-187.5l974.2 828l169.7 1136l-695.7 85.5l-2260.8-181l538 1916l667.6 149l680.9 645.5l3009.6 216l1779.6 2090.5l3721.8 382l1007.2-1226.5l1042.5 870.5l289.5 2248l609.6 840l-528.7 915l784 267l885.4 2596l2186-318.5l1783.2 2321l-1549.8 970.5l-1363.8 2712.5l197.3 1925.5l2845 938l-450.1 1017l1998.2 1363.5l15.6 1154.5l42.4 875.5l1789.3 393l415.6 1796l930.1 2924l-1888-116.5l-1795.8 1132.5l2009.5 975l632.7 1255.5l1996.1 534.5l1648.8 1895l2121.3 122.5l-500.5 1653l-1215.2-325.5l-5604.4 2013l-2877.4 159.5l-699.8-126l-1315.3 103l-646.7 57l-574.5-1324l-993.8 70.5l-710.5-1485.5l145.6-1440.5l-1565-1229l-1880.6 1366l-827-769l694.6-662.5l1114.5-203.5l87.4-1350l1014.3-370l-1164.3-1365l606.9-1349.5l-159.9-194.5l-1408.2 1159.5l-2117.6-228.5l810.1-1097.5l-3087.4 266.5l-43.6-948.5l-2887.8-1150.5l-636.4-1416.5l2817.2-368l-2270.1-1040.5l-895.7-1851l1063.2-1343.5l-561.6-1392l-712.5-1059.5l1066-863.5l-4251 1602.5l-1134.5 1367l-3791.4 2363l-1811-3006.5l-1613.3-799.5l-2587.6-1732.5l-363.6 917.5l-3079.8 2388.5l2539.6 1220.5l-407.4 1794l-2199.3 1039.5l-1209.3 152l-1126.9-2268.5l-1503.8 297l-4829.5-1817l-1159.5-4125.5l-1381-1086.5l-1898.8 1833l-1458.7 13l-1531.3-3974l-103-2907l380.1-2645.5l451.8-743.5l3092.2 813.5l214.3-582.5l1440.1 102l1297.7-35.5l2748.9 1756l1786.6-1673l-89.8 2163.5l1531.4-848l406.7-1310.5l2195.6-1863l1745.9 532l1399.4-4337.5l496 331l1494.9 1273l1514.7 784l187.1 373.5l682.2 1146.5l2934.9 479l1775.3 424.5l-192.9-1388l1191.4-1554.5l-1077.9-815l426.5-133l450.3-2826l-2180.1-2569.5z" />
			<path  id="243" d="M51590.9-6239967.5l363.6-917.5l2587.6 1732.5l1613.3 799.5l1811 3006.5l3791.4-2363l1134.5-1367l4251-1602.5l-1066 863.5l712.5 1059.5l561.6 1392l-1063.2 1343.5l895.7 1851l2270.1 1040.5l-2817.2 368l636.4 1416.5l2887.8 1150.5l43.6 948.5l3087.4-266.5l-810.1 1097.5l2117.6 228.5l1408.2-1159.5l159.9 194.5l-606.9 1349.5l1164.3 1365l-1014.3 370l-87.4 1350l-1114.5 203.5l-694.6 662.5l827 769l1880.6-1366l1565 1229l-145.6 1440.5l710.5 1485.5l993.8-70.5l574.5 1324l646.7-57l1315.3-103l699.8 126l2877.4-159.5l5604.4-2013l1215.2 325.5l248.6 2712l-1429.8 977l-1826.3-239.5l-3426.1 1390l433.5 1422.5l-300.3 1613l-792.1 2154l176.4 251l-829.7 2651l243.1 1244l545-94l-77.3 240.5l-2069.1-164.5l-1639.9-1534l-1113.7-2572.5l-1308.1 1582.5l-2563.7-392l-23.1-1207.5l1316.3-474l-3433.6-1753l-3107.8-13l-3944.2 271.5l-110-411l-2068.2-1167.5l-1483.3 1450l-3634.4 196.5l-1260.9-89.5l-295.3-1550l699.3-235l-2877.9-3762l-1752.7 590l-283.1-1214.5l57.1-1136.5l1377.4-432l-1486-420.5l495.7-1985l1656.8-784.5l-243-863.5l507.1-1131l-3173.1-2492.5l-1014.4-1171l-2434.4-655.5l-5225.2 1572.5l-426.8-1274l-1744.3-223.5l276.5-2002l1253.4 87.5l603.2-1330l2164.6-83.5l1209.3-152l2199.3-1039.5l407.4-1794l-2539.6-1220.5l3079.8-2388.5z" />
			<path  id="244" d="M39774.5-6237161.5l4829.5 1817l1503.8-297l1126.9 2268.5l-2164.6 83.5l-603.2 1330l-1253.4-87.5l-276.5 2002l1744.3 223.5l426.8 1274l5225.2-1572.5l2434.4 655.5l1014.4 1171l3173.1 2492.5l-507.1 1131l243 863.5l-1656.8 784.5l-495.7 1985l1486 420.5l-1377.4 432l-57.1 1136.5l283.1 1214.5l1752.7-590l2877.9 3762l-699.3 235l295.3 1550l1260.9 89.5l3634.4-196.5l1483.3-1450l2068.2 1167.5l110 411l3944.2-271.5l2418.5 4216l427.4 2501.5l-695.6 519l-85.4 185.5l-1722.4 3756l453 1028.5l2117 2594l-207.9 1021.5l-2172.9 1411l-2713.2-15.5l-2010.8 2849l-4313.2 102l-3170.8-1956l-3521.9-1603.5l-2012.8-1278l-780.5-3712l-2959.9-220l-1875.7 1213.5l-5321.2 377l1217.4-2553l-3040.4 823l-1151.6-722.5l-157.2 799.5l-3417.1-414.5l-2194 1668l268.9 1189.5l-2607-21l-688.4-1338.5l-940.9-153.5l-1877.4 108.5l601.8 711l-1310.4 1131l-1633.2-15.5l-1091.5 232.5l-787.9-2529l-3121 2310.5l-1396.8-2131.5l-812.4-256l-1140-2255l1487.4-1839.5l-1937-408.5l-856.7-1556.5l-3374.6-346.5l-1204.2 1944.5l-2230.3-512.5l-407 856.5l-1004.9-97l-1252.4-1482l642.4-1791l-1500.1-4014l-398.4-591.5l-848.5-2678.5l-178.9-2811l932.2-969.5l2020.7-2237.5l417.4 16l3961.1 3769.5l1996.9-1970l70.3-2133.5l1375.7-981.5l3649.9 842.5l1360.7 465.5l339.3-504.5l4005.5 391l2861.3-1381.5l-1920.5-4696l821.5-1332l998.7-174.5l-318.5-443.5l-1731.1 189l-1889.8-661l433.2-647l1008.7 461l1132.1-1205.5l244.3-352l2555.5-2730l2024.4-1315.5l4017.6 808l327.2-1199l3969.9-289z" />
			<path  id="247" d="M112412.5-6233793l44.5 180l1299.6 5586l-882 418.5l571.1 2276.5l1917.6-156.5l-908 1478l1253.6 468.5l-707.2 1306l-739.7-573.5l-2108.6 1294l-129.5 221.5l290.6 358.5l845.7 1717l839.3 616.5l-1074.6 355.5l-1215.1 1841.5l-960.8-561l-1404.2 1338l2783.8 920.5l-221.9 3080l-809.4 1066l4333.7 2354l-1003.3 3820.5l-1511.1 2277l176.6 1249l-881.2 1133.5l-1156.8-79l-1883.9-868.5l-1363.5-678.5l-1534.2 408.5l-444-1186.5l-686.2 1204.5l-240 877l1066.1 327l-2619.5 2061.5l-2067.1 4041.5l-1516.3-4l942 1622l-128.6 1628l-4088.2 2863.5l-3520.5-1145.5l-468.3-989.5l-1796.4-286.5l-4237.6 2378l-66.7 744.5l2088.2 591l-913.5 1769l5898.5 390.5l603.5 546.5l846.7 2590l-722.5 864l1440.7 3176l-3625.7-19.5l553.7 2126.5l3255.6 1099l1119.7 3893.5l-487.1 1249l337.5 1618.5l2306.5 377.5l782.3 2405.5l1396.5 1439.5l1934.3 1698l280 3119.5l-573 294.5l-5768.6 3939l-2889-650.5l-1791.2-1086.5l-654.5-4263.5l-3943.3 741l-2141.1-2296l-771.9-2088l-707.5 676.5l-2814.3-929l-1557-1461l-2068.8-2949l-1054.2 503.5l-3967.7-3342.5l-2297 460.5l-1991.3 2288.5l-1693.9-696l-4422.7-2511.5l1354.9-2944l-2285.5-74l-337.8-1051l-41.7-87l1839-1085.5l-565.5-401l436-1037.5l3766.2-2912.5l-1088.4-2948l423-2274.5l-379.1-684l-891.4-1743.5l-1641.3 81.5l116.9-4551.5l4313.2-102l2010.8-2849l2713.2 15.5l380.5 616l-1931.9 2061.5l1639.6 2322l-1165.2 1372.5l1335.3 325.5l1431.4 2993.5l1907.4-526l85.1-426.5l687-1512.5l2602.9 161.5l-572.1-2797.5l2829.8-2039.5l-1457.7-1607.5l996.8-2145l3973.2 174l732.7-456l2484-3152.5l-1242-764.5l-1242-95.5l-955.2 1166l-2473.1-1473l277.2-686.5l-575.6-415.5l3114.8-2339.5l1204.7-540l-656.6-920l77.3-240.5l-545 94l-243.1-1244l829.7-2651l-176.4-251l792.1-2154l300.3-1613l-433.5-1422.5l3426.1-1390l1826.3 239.5l1429.8-977l-248.6-2712l500.5-1653l348.4 278.5l313.7-1236l781.6-714.5l840.2 115.5l1722.1-3204.5l1741.5-698.5l642.3-246l1118.7 4011.5l2517 2028l288.7-466l-136.3-1106l2268.1-886l1433-1064l671.2 428.5l1690.9-1027.5l3184.5 755l-92.2-8188zM91188.9-6201698l248.1 2398l762.5-322.5l915.8-488.5l-1062.6-2295.5l-1459.7-373.5l596 1082z" />
			<path  id="245" d="M71601-6213126.5l3107.8 13l3433.6 1753l-1316.3 474l23.1 1207.5l2563.7 392l1308.1-1582.5l1113.7 2572.5l1639.9 1534l2069.1 164.5l656.6 920l-1204.7 540l-3114.8 2339.5l575.6 415.5l-277.2 686.5l2473.1 1473l-2763.1 590.5l-1721.8-250.5l-626.1-1627.5l-5789.9-4378.5l695.6-519l-427.4-2501.5l-2418.5-4216z" />
			<path  id="242" d="M12288.5-6205760l1204.2-1944.5l3374.6 346.5l856.7 1556.5l1937 408.5l-1487.4 1839.5l1140 2255l812.4 256l1396.8 2131.5l3121-2310.5l787.9 2529l1091.5-232.5l1633.2 15.5l1310.4-1131l-601.8-711l1877.4-108.5l940.9 153.5l688.4 1338.5l2607 21l-268.9-1189.5l2194-1668l3417.1 414.5l157.2-799.5l1151.6 722.5l3040.4-823l-1217.4 2553l5321.2-377l1875.7-1213.5l2959.9 220l780.5 3712l2012.8 1278l3521.9 1603.5l3170.8 1956l-116.9 4551.5l1641.3-81.5l891.4 1743.5l379.1 684l-423 2274.5l1088.4 2948l-3766.2 2912.5l-436 1037.5l565.5 401l-1839 1085.5l41.7 87l337.8 1051l2285.5 74l-1354.9 2944l4422.7 2511.5l1693.9 696l1991.3-2288.5l2297-460.5l3967.7 3342.5l1054.2-503.5l2068.8 2949l1557 1461l2814.3 929l707.5-676.5l771.9 2088l2141.1 2296l-1552.4 2331.5l-1443.3 1585l-1179.8 5205.5l-1237.1-8.5l-2731.6 437.5l-366.4 163l-1160.7 1687l-558.7 3581.5l-1960.8 888l58 2083.5l-4222.5 965l-804 1916l-1740.8-98l-144-9.5l-2323.4-2141.5l-2756.9 777.5l-1089.8-1028.5l616.7-970.5l-2722.5-252l-713-548.5l1241.1-1346l-509.5-2005l-678.1-1880.5l-1333.9 606.5l-2027.8 1847.5l-2467.3 818.5l-1648.1 2225.5l-529.1-964.5l-776.4 274.5l-1943.9-1665l2236.5-2028l-715.6-2333.5l-274-64l-935.8-1452l-1045.1-1349.5l-1487.7 523l117.8-3909.5l-2665.3-49.5l-795.4-1916l-2903.8 71.5l-1197.7 1352l-1380.8 1651.5l-2374.3-277l-3947.3 595.5l-633 108l-829 2843.5l-2338.5-1105l-656-1673.5l-1364-132l-332.2-2626l-1227.5-413.5l-865.3 734.5l-328.2-346.5l-4203.3-1571l-160.7-1887l616.4-221.5l-1062.7-3413l-3442.3-547l3889.7-3511.5l-684.2-2100l-1234.8-1022l-3630.1-2812.5l-751.3 517.5l-3060-1961l-129-1299.5l-559.7-4457l709.6-338.5l-1095.8-909.5l577.1-1743l830.8 1342l1419.2-2196.5l-1422.6-1565l-178.5-1013l81.5-2517l-705.3 367l-1163.5-872l349.7-5844.5l3217.1-412l385.3-743l-703.9-668.5l-914.4-2514l-1557.1-5378l1004.9 97l407-856.5l2230.3 512.5z" />
			<path  id="246" d="M91188.9-6201698l-596-1082l1459.7 373.5l1062.6 2295.5l-915.8 488.5l-762.5 322.5l-248.1-2398z M73665.9-6205704.5l85.4-185.5l5789.9 4378.5l626.1 1627.5l1721.8 250.5l2763.1-590.5l955.2-1166l1242 95.5l1242 764.5l-2484 3152.5l-732.7 456l-3973.2-174l-996.8 2145l1457.7 1607.5l-2829.8 2039.5l572.1 2797.5l-2602.9-161.5l-687 1512.5l-85.1 426.5l-1907.4 526l-1431.4-2993.5l-1335.3-325.5l1165.2-1372.5l-1639.6-2322l1931.9-2061.5l-380.5-616l2172.9-1411l207.9-1021.5l-2117-2594l-453-1028.5l1722.4-3756z" />
			<path  id="217" d="M97117-6092953.5l1021.7 426l1424.6-778.5l1285.6 1270.5l1522.3 1338l-93.8 778.5l1786.1-20l372.7 1608.5l899.8-36.5l2039.7-2573l3199.2-953l410.8 2638l2458.5 2753l-1305.3-31l-601.5 1658.5l1581 1559.5l-1192.2 690.5l499.9 647.5l3671.7 1090l633.3 1508.5l375.6 3065.5l-4386.6 2388.5l-225.4 1099.5l-1006.8 728.5l59.8 917l-76.4 666.5l-730.5 2753.5l-2285.3 1664l-2350.1 556.5l-1728.6 389.5l-853.7 85.5l22 2129l-1161.2 272l-1028.4 2355.5l1646.5 519l570 2800l1722.9 0l-905.3 1248l-788.3-208.5l-312.7 727l-1534.4-243l-1198.8 973l-3212.9-1503.5l-373.4-845l-2752.5-917.5l-2204.8 842.5l-1802 1708l-820.7 193.5l-941.6 1750.5l-1846.2-1342l-1407.1 6.5l-239.5 353.5l-217.5 988l-2726.1 811l-746.2 301.5l-537.8-1008l-1992.8-747l300-2018.5l1.9-1909.5l-4172.8-1840.5l2188.2-4135.5l1800.3-380.5l93.1-499l-229.7-1331l-1421-1042l338.8-3579l1449.4-54l-125.9-2158.5l2583.2 1550l1447.3-943l292.6-5194l601.3-1053l2247.1-282l1043-1114l-582.3-741.5l-178.7-69.5l655.3-1355.5l-564.3-1436l2358.8-2040l-1536.5-3381l2635.6-1510l1863.9-42l1238.7-1119l4055.1-1375z" />
			<path  id="223" d="M117106.7-6076313l1189.1 2994l567.6-989l1154.7 1162.5l5207.5-141.5l235.8-240l3689.3-474l821 1251l794.7 1164l-668.4 1403.5l474.7 2166.5l32 78.5l20.3 3570l1169.8 1611l122.2 2183l-977.9 701.5l-728.5 1248l945 3220l1750.7 2197.5l254.7 2090.5l1681.7 1461l-1434-103l-150.6 1330l297.8 2674l-1612.7-6.5l-293.7 3299.5l1651.5 90l3343.8 3126.5l947.3-296.5l908.6 1094l-294.1 696.5l-1498.3 2547.5l-1542.5 28.5l-1886.4-1268l-1781.7 367l-439.2 1457l-1344.3 435l-2120.8 605.5l-1565-2732.5l-4538.7 2054l-1498.1-342l118.6-1186.5l-3013.5-2585l-1188.7 346l-4099.6-1908.5l-1530.8 102.5l-1597.5 1819.5l720.8-1023l-2627.2-1398.5l-1668.1-1164.5l224.6-1078.5l1737.9-1571.5l-463.4-1847l-1791.6-280l1081.8-2300.5l-173.2-1062l-860-1386.5l722.9-1302.5l-2425.3-1725l-1867.4 1418.5l-279.4 2088.5l-2989.7-766l248.2-1054l-94.6-860.5l2379.3-1168.5l1198.8-973l1534.4 243l312.7-727l788.3 208.5l905.3-1248l1261.3-1134.5l2619.2 1045l-79.1 1459.5l-18 1032l871.5 63l-245.8 2399l2899.7 2344.5l1814.4-1833l639.9-35l148.8 1056l103 20l590.8-1884.5l2333.6-994l636.3 924.5l1018.2-223.5l1235.1-146l4609.5 1052.5l-243.8-1589.5l2199.8-1512l-1441.9-1995l2125.3-1570l-1120.6-1216l-2251.2 444.5l-309.1-1320.5l1236.8-2944l-3392.6 1066.5l-1353.4-369.5l1201.3-3428.5l388.3-1028l-1941-1311l-1662.2 1414.5l-1072 395l-2508.2-1067.5l-4117.5-2639l76.4-666.5l-59.8-917l1006.8-728.5l225.4-1099.5l4386.6-2388.5z" />
			<path  id="219" d="M111471.4-6070513l4117.5 2639l2508.2 1067.5l1072-395l1662.2-1414.5l1941 1311l-388.3 1028l-1201.3 3428.5l-2678 4081l-1202.9 373.5l-2182.9 82l431.4-3667l-4745.5 215.5l-287.6-3666.5l50.5-344.5l-50.5-303l223.6-1682l730.5-2753.5z" />
			<path  id="227" d="M67258.6-6068666l1807.3 258l1319.5 3322l1152.7 693l1559.5-1235l3954.2 1824l-2188.2 4135.5l4172.8 1840.5l-1.9 1909.5l-300 2018.5l1992.8 747l537.8 1008l746.2-301.5l2726.1-811l-497.1 2091l756 1519.5l-653.8 2229l1574.3 4863l167.2 4813.5l-13.2 466.5l2311.3 333l609.9 1591l3501 1454l-3730.1 3448.5l-57.8 919l4314.5 262l1356.6 592l1117-1008.5l742.3 15.5l1338.8 2677l-762.4 1784.5l94.9 1467.5l2787.5 1066l-6 495l711.8 1381.5l1862.5 1081.5l694.9-209.5l2818.6 477.5l156.7 149l-1016.9 921.5l2025.5 4299.5l-3685.5 1497.5l-86 389.5l-593.1 740l555.2 1346.5l-2076.7 1488l333.4 2099l-2139.1 122.5l-2899.4 1494.5l-540 2148l673 3126l-1316.1 2974.5l50.6 747l2403 1276l160.6 1663.5l2705.8 2315l199.5 52.5l3883.9 3452l1907.8 526l-1968.2 2580l1941.4 576l952.9 2421l-6277.8-420l-4849.4 5844.5l-3813.9 147l2290.7-3450.5l-361-520l-3282.1-77l-3243.6 1391.5l-2250 1074l-778.6 1617l-1582.5 424l-9144.8-170.5l-824.5-1648.5l1199.1-1015.5l-113.2-1013.5l-3888.8-4171.5l80.3-1639l-3950.8 445.5l-925.1-709.5l543-1953l3105.2-1612l-981.6 5.5l-1470.5-2147l-1056-3953l3217.2-1265l2025.8-1515l749.6-2262l-1286.8 68.5l-2514.8-2263l840.7-2592l-2861.1 525.5l-2690.7-1166.5l-1298.9 1080l-3418.7-522.5l1792.5-5040.5l1113.9-266.5l812.2-2019.5l-2575.1 1045l-2909.5 3388.5l-1665.7-114.5l-1307.9-1761l1174.8-1569l384.8-4902.5l208.3-549l2765.5 154.5l235.8-1566.5l-1119.5-531.5l-1287.1-1276l-150.3-1452.5l1147.2-2120.5l309.8-1599l-195.2-991l-1146.7-159l1715.5-1917.5l1267.1-1501l-285.3-2097.5l-916.4-3124.5l1925.7-594.5l-410.3-1927.5l920.7-522.5l1361.7-3612l-1229.7-1960l398-1664l-435.2-1184l-1611.5-653l-2361.3-649l4398-6226l-1091.4-264l-712.2-3119l-480.2-1945.5l2925.3-43.5l1699.6 270.5l-62.9-1198l927.6 137l498.5-834.5l585.4-1498.5l137.8-1411.5l962.8-73l553.2-2293.5l399.2-2923z" />
			<path  id="222" d="M110740.9-6067759.5l-223.6 1682l50.5 303l-50.5 344.5l287.6 3666.5l4745.5-215.5l-431.4 3667l2182.9-82l46.1 1160.5l1222.3-215.5l71.9 575l-1059.6 1265l-737.9 604.5l-2876-2516.5l-503.3 862.5l-4289.8-419.5l-2619.2-1045l-1261.3 1134.5l-1722.9 0l-570-2800l-1646.5-519l1028.4-2355.5l1161.2-272l-22-2129l853.7-85.5l1728.6-389.5l2350.1-556.5l2285.3-1664z" />
			<path  id="220" d="M121182.8-6062848.5l1353.4 369.5l3392.6-1066.5l-1236.8 2944l309.1 1320.5l2251.2-444.5l1120.6 1216l-2125.3 1570l1441.9 1995l-2199.8 1512l243.8 1589.5l-4609.5-1052.5l-1857-2474l-1684.6-239.5l1059.6-1265l-71.9-575l-1222.3 215.5l-46.1-1160.5l1202.9-373.5l2678-4081z" />
			<path  id="225" d="M97342.7-6055995.5l3212.9 1503.5l-2379.3 1168.5l94.6 860.5l-248.2 1054l2989.7 766l279.4-2088.5l1867.4-1418.5l2425.3 1725l-722.9 1302.5l860 1386.5l173.2 1062l-1081.8 2300.5l1791.6 280l463.4 1847l-1737.9 1571.5l-224.6 1078.5l1668.1 1164.5l2627.2 1398.5l-720.8 1023l1597.5-1819.5l1530.8-102.5l4099.6 1908.5l1188.7-346l3013.5 2585l-118.6 1186.5l1498.1 342l4538.7-2054l1565 2732.5l2120.8-605.5l1344.3-435l439.2-1457l1781.7-367l1886.4 1268l-376 535l941.1 2475l3547.9 3828.5l2159.6-110.5l3779.5 1223l627.9 1050.5l550.9 1692l-2707.5 1899.5l3238.7 1943l-928.5 697.5l3273.4 957.5l604.5 3773l1990.4 694l-803.8 1047.5l145.3 2618.5l991.4 247.5l941.9 5099.5l-534.8 931l2486.6 1598l27.7 1430l-2890.6 946l-1050-1546l-5623.2 1538l-2915.9 523.5l-2954.2 785l-738.7 2380.5l-4779.4-1009l-11168.3 123.5l-2048.2 1398l-1237.6 2683.5l79.6 3460.5l-1158.5 1231l-5007.4 1203l-3738.9-358.5l-1221.2-863.5l-2191.1 2429.5l-1907.8-526l-3883.9-3452l-199.5-52.5l-2705.8-2315l-160.6-1663.5l-2403-1276l-50.6-747l1316.1-2974.5l-673-3126l540-2148l2899.4-1494.5l2139.1-122.5l-333.4-2099l2076.7-1488l-555.2-1346.5l593.1-740l86-389.5l3685.5-1497.5l-2025.5-4299.5l1016.9-921.5l-156.7-149l-2818.6-477.5l-694.9 209.5l-1862.5-1081.5l-711.8-1381.5l6-495l-2787.5-1066l-94.9-1467.5l762.4-1784.5l-1338.8-2677l-742.3-15.5l-1117 1008.5l-1356.6-592l-4314.5-262l57.8-919l3730.1-3448.5l-3501-1454l-609.9-1591l-2311.3-333l13.2-466.5l-167.2-4813.5l-1574.3-4863l653.8-2229l-756-1519.5l497.1-2091l217.5-988l239.5-353.5l1407.1-6.5l1846.2 1342l941.6-1750.5l820.7-193.5l1802-1708l2204.8-842.5l2752.5 917.5l373.4 845z" />
			<path  id="221" d="M109175.4-6057078l4289.8 419.5l503.3-862.5l2876 2516.5l737.9-604.5l1684.6 239.5l1857 2474l-1235.1 146l-1018.2 223.5l-636.3-924.5l-2333.6 994l-590.8 1884.5l-103-20l-148.8-1056l-639.9 35l-1814.4 1833l-2899.7-2344.5l245.8-2399l-871.5-63l18-1032l79.1-1459.5z" />
		</g>
		<g  id="_10">
			<path  id="298" d="M-196222.8-6201946.5l-2320.9 1086.5l-1036.6-1054.5l-7057.8 1972.5l-977.9 3651l-1844.6 1703.5l-1494.8-204l-507.7-946.5l-1859.9 1705l-57.3-1345l-2642.4-922.5l-655.9 48l111.1 759l-496.5 881l-823.7 490.5l-566.9 815.5l-602 214.5l-4422.1-1410.5l-1524.8 622.5l-1752.5-264.5l-122.1-21l63.5-1187.5l3491.4-3242.5l-4010.5-2012l-804.7 474.5l-564-1425l-3302.1-2722l106.5-4760l590.1-1365l5117.1-717.5l2646.9-2371.5l3305.5-976.5l375.7-9009l-1468.6-771l-2133.5 722l-866.5-2377l3194.6-549.5l-171-1309l1310 730.5l2945.9-1058.5l-470.4 1589.5l1162.7-1074.5l505.9 204l1439-1034l2230.7 1109l1413 2089l1967.6 1532l4070.6-68.5l608-10.5l152.3 1788l2418.8 1002.5l11.8 913.5l2087.8 10l735.9-510.5l1449.5-1016.5l-384.5 1453l607.5 1128.5l220.3 1355.5l-20.7 1284.5l1875.3 207l277.7 1769.5l-1147.5-171l-847.1 1691.5l398.3 758l-715.1 1602l1295.5 159l645.5 1038l-455.5 924l-930.5 998l-2985 1042l375.5 1653.5l2722.2 1827l113.8 902.5z" />
			<path  id="299" d="M-196222.8-6201946.5l386.4 1065.5l-700.6 938l887 427l2465.8 728.5l2092.3 1967.5l2137.8-818.5l476.3 413l-649.5 474.5l425 2954l-1197.4 1742l649.3 542.5l-1625.9 3866.5l-3845.1 3587.5l-730.2-1083.5l-1802.2 2881.5l2070 4619l1353.5 647l767.7 2397.5l1344.2 215l-3969.4 2415.5l-428.9 988l-1299.9 1567.5l-3424.5-1702.5l-5991.1 30.5l-311 691l-1684.5-957.5l-2433.8-3138.5l2148.3-1793l-1247.4-437l1556.2-4636.5l-23.6-2437l-1510-1853.5l-1505 1010.5l-566.8-369l-1165.8-2471.5l-548.4-1740l-1497.4-1075.5l-1229.7 1426l-895.1-432.5l349.7-2822.5l-1057.8-1187l566.9-815.5l823.7-490.5l496.5-881l-111.1-759l655.9-48l2642.4 922.5l57.3 1345l1859.9-1705l507.7 946.5l1494.8 204l1844.6-1703.5l977.9-3651l7057.8-1972.5l1036.6 1054.5l2320.9-1086.5z" />
			<path  id="297" d="M-226350.4-6225371l2019.3-534.5l866.5 2377l2133.5-722l1468.6 771l-375.7 9009l-3305.5 976.5l-2646.9 2371.5l-5117.1 717.5l-590.1 1365l-106.5 4760l3302.1 2722l564 1425l804.7-474.5l4010.5 2012l-3491.4 3242.5l-63.5 1187.5l122.1 21l-1659.8 4500.5l-163.9 1497.5l-2573.7 157l879.7 1303.5l-1713.1 1886l-3260 1866l-3216.8 280.5l-247.3-260l-1743.2 596l-440.4-611l162.6-3236l-1991.8-3880l-3565.5-2717.5l-1399.7-1799.5l513.4-850.5l-1275.2-878.5l-910.9-2098l-1562.3-5569l1447.2-1520.5l-3460.6-3103.5l-1627.9-800.5l-1100.9-1389.5l-2526.7-936.5l-2915.1 715l-1884.6-695.5l-434.4-6783l1817.3-2237l2420.3 984.5l772.1-447.5l3071 681l3388.8 1055.5l109.8 814l3451-1281l1097.1 1378l5214.3-1396.5l21.2-692l164.9-171l2657.9 1888.5l2063.2-2119l2852.1-566.5l834.8-757.5l2520.2-2054.5l1634 44l748.5 613l332.9-1040.5l1904.8-1595z" />
			<path  id="296" d="M-225003.3-6193880l1524.8-622.5l4422.1 1410.5l602-214.5l1057.8 1187l-349.7 2822.5l895.1 432.5l1229.7-1426l1497.4 1075.5l548.4 1740l1165.8 2471.5l566.8 369l1505-1010.5l1510 1853.5l23.6 2437l-1556.2 4636.5l1247.4 437l-2148.3 1793l-900 2757l-2848 1865l-1371.4-7138.5l481.7-1628l-6810.8-3102.5l-5866.9-913l-1553.2 965.5l1569.5 3590l-1138.5 2692.5l-1024.5 639l-3146.7-1839l-3764.3 135l-1253.4-1356.5l-603.5-1470l1565.6-1890.5l-537.1-1471.5l3216.8-280.5l3260-1866l1713.1-1886l-879.7-1303.5l2573.7-157l163.9-1497.5l1659.8-4500.5l1752.5 264.5z" />
		</g>
		<g  id="_11">
			<path  id="77" d="M233903.5-6566363.5l1252.5-559.5l459.1 1616.5l2637.8 1931l-1294.4 3026l525.2 2051l-472 291.5l-1051.6 4142l-1368.5 832.5l-501.5-358l-1549 2407l-1557-172l-286.4-3836.5l-1163.6-50.5l-2823-2164.5l938.5-229l836.3-1689.5l-521.9-2195.5l1586.1-2395.5l313.2-61.5l2379.6 951l1660.5-3536.5z" />
			<path  id="78" d="M221839.3-6564409.5l1798.6-103.5l-545.7 449l564.2 1059.5l410.3 1729l2214.4 307.5l1682.9-353l521.9 2195.5l-836.3 1689.5l-938.5 229l2823 2164.5l-4225.4 353.5l-1167.9 1592.5l-3142.1 65.5l-2519.7-995l-560.8-2536l-1173-2001.5l1251.5-2532l1150-14l1724.9-23l1160.1-1544.5l-192.5-1732.5z" />
			<path  id="87" d="M237483.8-6558298.5l2931.7 761l1465.9 2110l-2102.1 714l-933.6 2461l169.8 2121.5l2152.2 4716l-4567.7-395l-2008.3-7222.5l1368.5-832.5l1051.6-4142l472-291.5z" />
			<path  id="79" d="M217918.8-6556559l-.6-3l560.8 2536l2519.7 995l-54.7 2070.5l-2862.9-147.5l-1458.8 3580.5l66.3 2984l-2718.6 4508.5l-1784.8 237l-922.7-1337.5l311.3-2246.5l2675-3340l695.3-908l-1709.1-1216.5l-1763.9 348l397.9-2893.5l1373.4-1155.5l402.5-2166l-349.4-1171l-1378.7-379l2379.1-1381l3622.9 1085.5z" />
			<path  id="86" d="M241881.4-6555427.5l872.6-39.5l326.4 1959.5l1663.2 334l846.7 1981.5l2387.1-365l160.4 465.5l-1658.4 1709.5l-1249.3 4477.5l-4062.4-510.5l-2152.2-4716l-169.8-2121.5l933.6-2461l2102.1-714z" />
			<path  id="76" d="M224140.8-6553096.5l1167.9-1592.5l4225.4-353.5l1163.6 50.5l286.4 3836.5l1557 172l-101.2 2948l-3379.5-221l-1173.4 1520.5l-1981.7-1056.5l-1125-2970.5l-238.7-1296l-95.8-413.5l-305.1-624z" />
			<path  id="84" d="M232541.2-6550983.5l1549-2407l501.5 358l2008.3 7222.5l-2364-1568l-740.2 986.5l-2008.4-279.5l-1154.8 977.5l-2108.5 382l-336.8-1424.5l1173.4-1520.5l3379.5 221l101.2-2948z" />
			<path  id="81" d="M220998.7-6553031l3142.1-65.5l305.1 624l95.8 413.5l238.7 1296l1125 2970.5l-596.8 3447.5l-8620.1-198.5l-66.3-2984l1458.8-3580.5l2862.9 147.5l54.7-2070.5z" />
			<path  id="82" d="M225905.5-6547792.5l1981.7 1056.5l336.8 1424.5l2108.5-382l949.5 2285l-346.3 4712.5l1545.5 1308.5l688.8 2569l-472.8 1114.5l-2164.2-158l-120.7-1067l-3112.1-2438l263.1-4325.5l-2254.5-2652.5l596.8-3447.5z" />
			<path  id="85" d="M236600-6545810l4567.7 395l4062.4 510.5l2066.9-1049l1748.6 503l3716.2 1869.5l2279 900.5l447.1 1057.5l-1053.6-229l-808 2146l643.4 1482.5l-546.5 864.5l-2871.3 1682l823.9 460.5l-2038.8 2129l-971.6 2677.5l-1020.3-664.5l578.5-2500l-1328.7-1393.5l-1422.6 917.5l-124.2-493.5l-1014-1732.5l-3833.8 644.5l57.6-1130l-1403.5-157l153.6-2697l-4533.3-6345l-1279-430.5l740.2-986.5l2364 1568z" />
			<path  id="83" d="M230332.5-6545693.5l1154.8-977.5l2008.4 279.5l1279 430.5l4533.3 6345l-153.6 2697l-2000 670l-550.7-261l-900.9-2355.5l-3221.7 1478l-1545.5-1308.5l346.3-4712.5l-949.5-2285z" />
			<path  id="80" d="M216688.7-6544543.5l8620.1 198.5l2254.5 2652.5l-263.1 4325.5l-2026.1 1410.5l-1066.5-1408.5l-3249.9 876l-397.4-1654.5l-1290 90l-4340.6 2207.5l-92 704.5l853.1-241l-264 365l-2843.6-70.5l-2487.4-1610l-179.3-829l2268.8-2271l1784.8-237l2718.6-4508.5z" />
		</g>
		<g  id="_12">
			<path  id="63" d="M306043.7-6501140.5l-921.6 473.5l-349.6 2092.5l-1938.9 352.5l-1108.3-677.5l-234.7-2456.5l-1433.9-1121l-2509.9-630l-2000.5 1151.5l-2830.7 3432.5l-3487.9-842l-419.3-4048l-918.2-890l-478 3226.5l-4552.1 1022.5l-1289.9-4012.5l-1507.6-361l-3954.2-1860.5l-1606.3 283l-373.1-1017.5l-1254.8-212l-1007.2-1374.5l-2471.1-249.5l-1297.8 1501.5l-592.7-374l-2487.9 1172l-1891.2-313l381-4343l361.5-1351l1976.3 206.5l231.1-1591l-3988.3 42.5l316-773l494.9-1445l175.9-2120l-1749.2-941.5l-744.9-1204l921.4-188l351.5-1909.5l1386.6-169l-713.1-689.5l881.1-724l-687.7-1533.5l-2118.3 312.5l1073.9-1843l8.4-1065.5l-878.2 195.5l-1421.5-792.5l-502 474.5l-3766.9-37l-639.9-532.5l297.5-497l978.4-2610.5l-2125.2-1617l-872.6-2499l-1078.2 900l-823.9-460.5l2871.3-1682l546.5-864.5l-643.4-1482.5l808-2146l1053.6 229l-447.1-1057.5l-2279-900.5l-3716.2-1869.5l7.7-306l1188.2-2580.5l1673.9-180l35.2 921.5l1975.9 520l346 2397.5l2024.8-154.5l-755.9 960l247.7 1150.5l2450.2 728.5l1678.5 91.5l3129.6-2115.5l885.6-1492.5l1900.8-865l2502.9 49l537.1 386l1272.1 68.5l307.4 247.5l1732.2 2137l1494.2-2953.5l2869.2-1202l350.8 3108l840.7 308l3094.3-1939l2878.7-659.5l464.6-3226.5l2116.4 511l2242.2 2307l1778 866l-183.9 636.5l738.2 4901l3140.2 872.5l-249.9 1760l676.6 1088l1477.9 295.5l1256.4-1564.5l3748 1299l493.9-2351.5l6909.7-502l4094.5 9665.5l-602.8 1939.5l1893.8 1811l6354.9 1353.5l1735.9 2261.5l-572.2 3046l-1241.3 1595.5l-27.4 5820l332.1 2780.5l1330.6 1935.5l2798.3 1151l1471 2103l-434.3 3897l-1991 3554l-1139.1-487.5l-138.7-928.5l-1055.9 1573l-1019.4-272.5l-1407.4-2561.5l-4122.7-422l-1707.6 1824.5l-255.8 1568l-3966.3-103l-1659.6-5367l-947.9 1055.5z" />
			<path  id="65" d="M280613.8-6475459.5l2139.3 632l806.9 1836.5l502.8 971l-1167 4930l810.9 1612.5l1890-166l430 1569.5l-643.4 1966.5l-1103.5-128l-1470.4 4162l2647.1 3726l604.3 233l2991.4-152.5l2141.5 1969.5l-2217.6 3087l-1230.9-70.5l-611.2 2077l355 1231.5l925.2 255.5l58.7 2130.5l-1891.7 63l-2227.8 3116l-602.4 3951l-1108.8 846.5l-2155.4-694l-605.5 480l2299.2 3209l-1598.7 1989.5l401 1089.5l-413.9 169l-2160 2403.5l-75.9 2689l-2226-212.5l-689.3-2316.5l-5295.7 2657l-3246.3-693.5l-127.9 659l-1095.3 826.5l-2455.2 162l-1298 1365.5l-537.3-1498.5l-1192 1253l-3460.3-1246.5l-506.5 739l-4578.3-99.5l-980.2 203l-999-1628l-1337.5-91.5l-1658.5 1888.5l-552.3-841.5l-1718-2725l-3727.1-986l663.3-855.5l-597.1-647.5l-2929.4 610l577.8-764l-1197-1206.5l-666.8-1262l-4697.8 2442.5l-195.4-732l-937.8 94.5l717.3 1205.5l-2908.8 3174l-3025.8 703l-1858.8-108.5l-459.9-1117.5l-547.2-2702l-998.7-383.5l-108 1103.5l-840.2-839l1875-2825.5l-1620.8-3789l1018.6 269.5l638.6-2469l-1630.7-4450l-102.3-640.5l-1774.4-131l-1412.3-1296.5l811.6-3202l-4257-394.5l-778-949l-2461-3605l7554.5-5249.5l1471.8-3386l-2123.5-2262l427.5-1316.5l-1000.1-489l445.2-4246.5l84-1087.5l-1412.6-1898.5l-1358.7-3435.5l1873.4-532l650.5-2685.5l4619 360l-490.1 2389l1156.1 3206.5l1676 853.5l3128.5 15.5l348.5-1302.5l3065.9-412.5l2579.5 1629l304.2 52l1555.2-549l256 1002.5l2936.1 1775.5l770.3-638l2303.6 745.5l3052.1 4922.5l2074.1-1202.5l2549.2 1402.5l3178.3-719l95.7 1247.5l1055.9 614.5l838.9 132l471.4 173l-56.2-1636l2148.9-2165.5l1578.4 571.5l1640.4-752.5l719.2 2763.5l1027.9-270.5l3123.8 75.5l503.5-1523.5l-3366.5-3883l2120.5-627l-704.2-3247.5l1501.6-2383l941.6-24.5l-223.5 791.5l2764.1-31.5l-1261.1 2812l2705 74l337.2 3829.5l792 950l837.9-275.5l222.6-417.5l-400.4-1136.5l1879.4-970.5l973.8-239.5l-121.3-1053l472.8-1959l1706.3-3093.5l1807.7 262l2040.9-2764l-183.6 3383z" />
			<path  id="57" d="M251730.6-6666357l124.9 374.5l1548.7 4075l1857.1 285l2079.8 1088.5l-31 208.5l-53 3203l2760.9 1621l168.4 621l-763.6 2392l945.2 926.5l1613.7-975.5l1288.1-109l2606.5-641l2913 459l456.8 1721l3540-1166l983.8-2209l4437.3 1962.5l2428.3-1539.5l1453.5 3870.5l-525.3 3067l-1735.4 3509l-1787.9 2196.5l-3821.7 4276.5l-829.2 2716l1885.9 142.5l1969.7-1021.5l2002.9 750l1660.9 485l3591.6-720.5l-266.5-1906.5l2457.8-1163l435.8-1337l416.3-1620l3872.3-548l336.5-988l2058.6-684.5l473.6 3569.5l452.9 2208.5l1597.8 123l432.2 1535.5l-1801.5 3161.5l-2635 3585l-511.4 3587.5l1560.7 3046l-259.7 1525l-618.7 2700.5l-84.1 2573.5l-1632.4 3864.5l-4865.7 4976.5l-3717.1 2363.5l-3898.4 3066l118.3 1976l1104.2 5229l265.9 2186l-810.4 1329l-2627.8-297l-1411.4 1392.5l-3894.5 1124.5l-2477.9-401l-698.4 2452.5l-325.7 794l-1304.4-259l-905.2 317l-879.8 3374l-4084.2 1058.5l-772.1-2115.5l-860.9-1436.5l-9243.8 1384l-2890.3 325l-2281.2 1237.5l1346.8-3095l-134.4-2903l-763.6-2806l-1754.3-696.5l-1999.6 3560l-1855.2-572.5l-2781.5-496.5l-421.9-751.5l-3007.2-1159.5l852.5-1992l-737.7-1791l-2296.4 375.5l63.1 1276l-272.7 159l-1457.2-993.5l179.4-1219.5l-896.9-565l267.9-1121.5l1170.8-857.5l2905.6-2122l3197.9-1135.5l224.3-1675l-1816 249l-495.1-2366l-1282.9 217l-719.3-652.5l-601.4-1143.5l-2794.9 24.5l427.8-3710l-1668.3-95.5l-754.8-1043.5l-691.7 44.5l-228.4-1213l-370.4-466l-2850.3-2794l-2356.5-2906l838-373l-600.7-1975l1290.8-2137.5l-3304.1-2967.5l-1823.3-3422l649.5-2825l1432.5-336.5l1786-1798l3811.8 52l2403.9 3768l2800.5-5041l3100-690.5l2318.7-3129l28.2-3577.5l1964-2865.5l-139.4-1331.5l63.7-1424l1033.4-852l1039.2-218l2404.6-148.5l602.7-1465l-527.7-1024l5062.4-5335l2523.3-521l3368.8-2338l-1480.8-1333.5l92.7-3967.5l1039.3-1164.5z" />
			<path  id="56" d="M138251-6640751.5l404 2578l3461-336.5l288.3-1385l2057.9 2359l1215-487l1648.3-1182.5l1145.3-553.5l2043.6 3715.5l2141.9-511l2156.4 664.5l588.7 398.5l4402.7 1901l-252.1 1566l1200.6 615.5l1285.8 550.5l244.4 1300.5l969.5 1340.5l2499.1-648l1117.5-772l3152.4-157l94.5 53.5l4079.6 1596.5l1103.3-1075.5l3233.7 688.5l-691.8 1566l1538.2 769l1210.5 89l3592.9 68.5l-1183.6 2746l1694.8 1124l3361.3-416.5l61.9-246l2034.2-866l503.5 687.5l206.2 416l2036.1 1068l1711.2-1688l1141.1 41.5l-124.1 836l1332.6-1409.5l1871.8 103.5l-440.5 3329l1185.4 300l1942.7 2080.5l-1358.7 1795l-1887.2-311.5l-1541.9 3164l425 1563.5l3107.5 1703.5l1655.4-18.5l823.9 409l51.9 2044.5l564.2 2990.5l-1573.5 2949.5l1410.6 926l1673.2-208l24.2 2389.5l438.6 1550l-565.1 4311l-1288.2 875.5l-502.4 428.5l568 3015l1050.8 2532l-1592.5-1074l-2748.1 494l800.1 2016l93 294.5l32 522l-17.9 415.5l-42.7 491l-309.1 1183l-2664.6 1592.5l-347 1368l-892.1-150.5l256.4 2643l36.2 2753l-3647.1 2672l1028.8 410l-968 878l-2749.3 441l94.2 417l226 1040l185.2 972l193.4 426l-3150.5-940.5l-1369.8-340l-504.2 691.5l371.9 3224l271.4 941.5l-52 406.5l-207.8-179.5l-483.3-459l-1200.8 1584l-200.8 2819.5l-810 879l-1684.2 1453l-2887.3-2521l-2075.4 589.5l445.7-1224.5l-586.4 16.5l-1251.4-1358.5l303.3-1243l-916.6-1104.5l-2248.1-508.5l-2652-3202l-1344 1800.5l-831-414.5l-2021.4-3282l-1834.7 3059l-2873.2 1295l1542.5 2876l-1875.7-1741l-7009.7 462l-1015.2-828l-1989.4 518.5l-2946.5-5735.5l365.8-758.5l-84.5-537l1103.2-1630.5l-966.6-1678.5l399.1-728l634.4-2500l1661.7-518l213.4-1959.5l-1434.3-5602l-2281.1-1177l-1991.5 910.5l-2460.1 959l-910-2156.5l451.1-1613l-937.7 1624l-2432.8-1126.5l-1888.1 98.5l-2885.8 133l-1588.8 1072.5l-1508-412.5l-1222.1-985l-1004.7-285.5l-212.8 7l-2017.7-202l-1372.9-1510l-2516.9-62.5l-898.4-972.5l1470.3-3598.5l-1215.8-767.5l-2947.1-342.5l-1953.1-2595l-1612.4-405.5l-1887.4 1204l-1288.6-393.5l-188.8-2061.5l-698.7-943l-2473.8 330.5l-619.1-463l924.1-2700l-786.4-645.5l-2308.9 619.5l-3573-1846.5l-2512.1 479l-1863.2-1768l-1614.8-1394.5l-2230.4 471.5l-2816.9 1290.5l-2585.3 961l-858.4-768l-581.3-936.5l-3339.5-3286.5l-144.3-2155l4012.3 237l639.5 439.5l3780.5 251.5l-210-2577l197.7-691.5l1595.8-82.5l2732.8-18l890.8 1467.5l5081.8-503.5l-19.9-2205.5l1314.1-1639l-485.5-1171.5l-723-3653.5l825.4-517l1559.2-319l778-1138.5l1892.6-1896.5l1116.4 296l3274.6-635l1281 1343l910.4-18.5l549.4 1564l2216.6-1126l1990.5 40l2241.7-513l-1317.2-2517l3240.6 459.5l2277.7-3358l1383.7 559.5l441.5-71.5l2000.5-96.5l4065.5-2898l220.1-2472l-590.7-1443.5l2837.8-1764l-743.9-2261l999.8-174l1010.2 163z" />
			<path  id="64" d="M306043.7-6501140.5l947.9-1055.5l1659.6 5367l3966.3 103l255.8-1568l1707.6-1824.5l4122.7 422l1407.4 2561.5l1019.4 272.5l1055.9-1573l138.7 928.5l1139.1 487.5l655 6621.5l-1610.5 3761l197.4 769l-2064.1 1412l-2434.7 3759l-892.3 144.5l105.1 1382l-1271.8 634l-69.3 2103.5l3990.1 2595.5l2034 7573l5235.4 4542.5l1185.5 2916l707.4 3894l-1844.4 4398.5l-2412.9-1494.5l471 1462l-1508.4 3665l-4676.2 228.5l-812-2098.5l-2133.8-958.5l-689.5 992l-1031.3-47.5l248.1 1203.5l-2058.7 1081.5l-994.1-443.5l-3351.3 393.5l-314.9 1546l-4093.4 291.5l-3769 4185.5l-939.7-1522.5l-2921.3-882l-2194.5 392l-1651.5-883.5l-4080.5-183.5l-58.7-2130.5l-925.2-255.5l-355-1231.5l611.2-2077l1230.9 70.5l2217.6-3087l-2141.5-1969.5l-2991.4 152.5l-604.3-233l-2647.1-3726l1470.4-4162l1103.5 128l643.4-1966.5l-430-1569.5l-1890 166l-810.9-1612.5l1167-4930l-502.8-971l-806.9-1836.5l-2139.3-632l183.6-3383l461.4-1903l2335.8 506.5l3224.9 1426l3172.8-1362l386-3959.5l1782.5-521.5l4534.1-3279.5l1627.3-53l131 42l3392.6-432l-1572.3-4597l-515.4-2599l1251.4-693l42-74l4303.7-995.5l-582.7-1237.5l349.6-2092.5l921.6-473.5z" />
			<path  id="58" d="M212235-6630018l756.6 1217.5l1078.2 1994.5l1612.3 237l671.1-2222.5l1823.3 3422l3304.1 2967.5l-1290.8 2137.5l600.7 1975l-838 373l2356.5 2906l2850.3 2794l370.4 466l228.4 1213l691.7-44.5l754.8 1043.5l1668.3 95.5l-427.8 3710l2794.9-24.5l601.4 1143.5l719.3 652.5l1282.9-217l495.1 2366l1816-249l-224.3 1675l-3197.9 1135.5l-2905.6 2122l-1170.8 857.5l-267.9 1121.5l896.9 565l-179.4 1219.5l1457.2 993.5l272.7-159l-63.1-1276l2296.4-375.5l737.7 1791l-852.5 1992l3007.2 1159.5l-2261.8-315.5l385.9 1907l1486.6 2693.5l1794.1 1034l320 900l-876.1 286.5l-686.2-649.5l-473.1 1213.5l-4101.9 824.5l-955.2 92.5l540 1611l-1487.7 2233l752.2 2032.5l-1171.3 870l1893.9 917l-1198.2 1283.5l288.8 2939.5l-38.7 50.5l-872.6 1978l2151.8 880.5l-1588.5 2680l-313.2 61.5l-1586.1 2395.5l-1682.9 353l-2214.4-307.5l-410.3-1729l-564.2-1059.5l545.7-449l-1798.6 103.5l192.5 1732.5l-1160.1 1544.5l-1724.9 23l-1150 14l-1251.5 2532l1173 2001.5l.6 3l-3622.9-1085.5l-2379.1 1381l1378.7 379l349.4 1171l-402.5 2166l-1373.4 1155.5l-397.9 2893.5l1763.9-348l1709.1 1216.5l-695.3 908l-2491.9 1231l-1533.2-289l-14 2637.5l-1631.2 1079.5l-759.2 96.5l-2006.3-2156.5l-2269.3-3863l-3105.7 1599.5l-307.3-126l-862.7 334.5l-1287 3170.5l-1148.4 523l-694.1 578l446.4 354l-109.8 1117.5l-1957.9-912l-3406.4-1395.5l38.5 720l-1741.7 358.5l-1518.6-115.5l-1477.9 796.5l63.4-3646l-863-675.5l908.8-1180.5l-2269.4-1854l485.8-1593.5l-475.7-695l-1832.5-338.5l-2670.8-1543l924-2392l760-174.5l786.4-607.5l311-257l1684.2-1453l810-879l200.8-2819.5l1200.8-1584l483.3 459l207.8 179.5l52-406.5l-271.4-941.5l-371.9-3224l504.2-691.5l1369.8 340l3150.5 940.5l-193.4-426l-185.2-972l-226-1040l-94.2-417l2749.3-441l968-878l-1028.8-410l3647.1-2672l-36.2-2753l-256.4-2643l892.1 150.5l347-1368l2664.6-1592.5l309.1-1183l42.7-491l17.9-415.5l-32-522l-93-294.5l-800.1-2016l2748.1-494l1592.5 1074l-1050.8-2532l-568-3015l502.4-428.5l1288.2-875.5l565.1-4311l-438.6-1550l-24.2-2389.5l-1673.2 208l-1410.6-926l1573.5-2949.5l-564.2-2990.5l-51.9-2044.5l-823.9-409l-1655.4 18.5l-3107.5-1703.5l-425-1563.5l1541.9-3164l1887.2 311.5l1358.7-1795l-1942.7-2080.5l2144-1171.5l563.2-1279.5l669.1-948l4511.5-2567.5l47.5-2615l1370.9 91.5l1218.7-1428l2136.2-86.5z" />
			<path  id="59" d="M276354.9-6590726.5l2627.8 297l-1371 2389.5l494 1591l2913 689.5l3053.7 341.5l3030.8 3175l2138.9 1618.5l2456.8 944.5l5898.5 5493.5l596.2 926.5l3756.1 4231l2115.1 1221l7023 3828.5l1124.7 2240.5l2054.1 1828.5l-1479.7 1933l-439.5 3360l2148.9 3143l-1467.6 2873.5l-1510.2 2506.5l-2373.3 1803l-823.3 4358.5l-6909.7 502l-493.9 2351.5l-3748-1299l-1256.4 1564.5l-1477.9-295.5l-676.6-1088l249.9-1760l-3140.2-872.5l-738.2-4901l183.9-636.5l-1778-866l-2242.2-2307l-2116.4-511l-464.6 3226.5l-2878.7 659.5l-3094.3 1939l-840.7-308l-350.8-3108l-2869.2 1202l-1494.2 2953.5l-1732.2-2137l-307.4-247.5l-1272.1-68.5l-537.1-386l-2502.9-49l-1900.8 865l-885.6 1492.5l-3129.6 2115.5l-1678.5-91.5l-2450.2-728.5l-247.7-1150.5l755.9-960l-2024.8 154.5l-346-2397.5l-1975.9-520l-35.2-921.5l-1673.9 180l-1188.2 2580.5l-7.7 306l-1748.6-503l-2066.9 1049l1249.3-4477.5l1658.4-1709.5l-160.4-465.5l-2387.1 365l-846.7-1981.5l-1663.2-334l-326.4-1959.5l-872.6 39.5l-1465.9-2110l-2931.7-761l-525.2-2051l1294.4-3026l-2637.8-1931l-459.1-1616.5l-1252.5 559.5l-1660.5 3536.5l-2379.6-951l1588.5-2680l-2151.8-880.5l872.6-1978l38.7-50.5l-288.8-2939.5l1198.2-1283.5l-1893.9-917l1171.3-870l-752.2-2032.5l1487.7-2233l-540-1611l955.2-92.5l4101.9-824.5l473.1-1213.5l686.2 649.5l876.1-286.5l-320-900l-1794.1-1034l-1486.6-2693.5l-385.9-1907l2261.8 315.5l421.9 751.5l2781.5 496.5l1855.2 572.5l1999.6-3560l1754.3 696.5l763.6 2806l134.4 2903l-1346.8 3095l2281.2-1237.5l2890.3-325l9243.8-1384l860.9 1436.5l772.1 2115.5l4084.2-1058.5l879.8-3374l905.2-317l1304.4 259l325.7-794l698.4-2452.5l2477.9 401l3894.5-1124.5l1411.4-1392.5z" />
			<path  id="60" d="M166474.8-6568392l2021.4 3282l831 414.5l1344-1800.5l2652 3202l2248.1 508.5l916.6 1104.5l-303.3 1243l1251.4 1358.5l586.4-16.5l-445.7 1224.5l2075.4-589.5l2887.3 2521l-311 257l-786.4 607.5l-760 174.5l-924 2392l2670.8 1543l1832.5 338.5l475.7 695l-485.8 1593.5l2269.4 1854l-908.8 1180.5l863 675.5l-63.4 3646l1477.9-796.5l1518.6 115.5l1741.7-358.5l-38.5-720l3406.4 1395.5l51.8 68.5l-960.5 1337l17.2 2305l582 2412l-3180.5-730.5l-156.8 3744l1342.5 334.5l392.6 5577l-559.4 1939l384.5 837.5l2024-374.5l3067.6 552l958.5 2552l2761.1-1839l1673.5-2103l2765.5 1805.5l418.9 1633l2645.9-476.5l-446.1 690l780 498l-1378.4 1514l23.1 1634l4104.7 1470l-1213.2 3264l-3636 3152l-3319.5 2770.5l-1792.4 321.5l867.4 1173.5l496.9 302.5l477.3 1718.5l1427.6 2192l4125.7 1216l3330-640l1503.2 35.5l2059.3 1681.5l1558.6 4308.5l943.2 247l3293.8 4057.5l-1427 1785l-1866.2 2060l-2737.9-1165l-1656.4 618.5l-1963.2 9976.5l-295.6 749l-2558.2-227l-.2-3349l-4953.3 109.5l114-2084l-1443-268l251-1353.5l-2863.3-371.5l-167.4 886l-1154.3 408.5l-3185.9-686l-680.5-3506.5l-1481 474.5l-3176.7-33.5l-522.6-1564.5l-1124.8-804.5l-1627.1-204.5l-2155.8-1488l-3086.6-982.5l-648.1 2105l-955.9 133.5l-1116.7 359.5l103 902.5l-838.5 132.5l-4373-267l-266.9-1655.5l-2501.1-882.5l-1139.1-909l-3987-128l-3484.6-2734l-1330.6-211l-1339.8-1728l-1390.8-2373.5l-3053.3-1958.5l-1452.6-3341.5l-2870.3-3940l1830.6-2321.5l609-1702l-585.9-134.5l3082.9-2107l-85.7-468.5l-1250.7-1005.5l-1021.1-442.5l-844.5-675l1728.3-6148l-4.9-67.5l2276-4611l-1774.8-1952l1513.5-1674.5l-1036.7-776l668.4-1193l-233.3-1432l-805.3 35l882.7-4107l991.8-952.5l473.4-1836l-1155.8-1613l1335.5-899.5l-4523.3-128l463.8-663.5l-898.5-1927.5l-1749.6-209.5l-613 2330.5l-2563.8 401.5l-865.8-960.5l-2030.8-2405.5l1122.1-3792l1338.9-1465.5l-578.9-2482l192.4-1013l-461.7-2165l2240.4 774l2197-1304l13.1-3974l1989.4-518.5l1015.2 828l7009.7-462l1875.7 1741l-1542.5-2876l2873.2-1295l1834.7-3059z" />
			<path  id="61" d="M200438.2-6546386.5l3105.7-1599.5l2269.3 3863l2006.3 2156.5l759.2-96.5l1631.2-1079.5l14-2637.5l1533.2 289l2491.9-1231l-2675 3340l-311.3 2246.5l922.7 1337.5l-2268.8 2271l179.3 829l2487.4 1610l2843.6 70.5l264-365l-853.1 241l92-704.5l4340.6-2207.5l1290-90l397.4 1654.5l3249.9-876l1066.5 1408.5l2026.1-1410.5l3112.1 2438l120.7 1067l2164.2 158l-124.6 1128l1666.2 261.5l382.8 1670l1211.9 762l2379.8 262l-200.6 753l-727.7 965l1096.8 1685.5l-675.9 994l-192.4 1319.5l1571 439l356.9 1601l-1428 789l-2546.8 628l-1882-595l-42.1-968.5l-2265.6-1067.5l-1897.3 2923l-1588.2-73l-704.1 1058.5l-1375.3-111.5l-4507.8-2304.5l-2699.7 147l-1442.5 1214.5l641 679.5l-2549.6 1227l-954.2-1913l-1614.7 1020l-755.1 3242.5l-4104.7-1470l-23.1-1634l1378.4-1514l-780-498l446.1-690l-2645.9 476.5l-418.9-1633l-2765.5-1805.5l-1673.5 2103l-2761.1 1839l-958.5-2552l-3067.6-552l-2024 374.5l-384.5-837.5l559.4-1939l-392.6-5577l-1342.5-334.5l156.8-3744l3180.5 730.5l-582-2412l-17.2-2305l960.5-1337l-51.8-68.5l1957.9 912l109.8-1117.5l-446.4-354l694.1-578l1148.4-523l1287-3170.5l862.7-334.5l307.3 126z" />
			<path  id="62" d="M232481.1-6537387.5l3221.7-1478l900.9 2355.5l550.7 261l2000-670l1403.5 157l-57.6 1130l3833.8-644.5l1014 1732.5l124.2 493.5l1422.6-917.5l1328.7 1393.5l-578.5 2500l1020.3 664.5l971.6-2677.5l2038.8-2129l1078.2-900l872.6 2499l2125.2 1617l-978.4 2610.5l-297.5 497l639.9 532.5l3766.9 37l502-474.5l1421.5 792.5l878.2-195.5l-8.4 1065.5l-1073.9 1843l2118.3-312.5l687.7 1533.5l-881.1 724l713.1 689.5l-1386.6 169l-351.5 1909.5l-921.4 188l744.9 1204l1749.2 941.5l-175.9 2120l-494.9 1445l-316 773l3988.3-42.5l-231.1 1591l-1976.3-206.5l-361.5 1351l-381 4343l1891.2 313l2487.9-1172l592.7 374l1297.8-1501.5l2471.1 249.5l1007.2 1374.5l1254.8 212l373.1 1017.5l1606.3-283l3954.2 1860.5l1507.6 361l1289.9 4012.5l4552.1-1022.5l478-3226.5l918.2 890l419.3 4048l3487.9 842l2830.7-3432.5l2000.5-1151.5l2509.9 630l1433.9 1121l234.7 2456.5l1108.3 677.5l1938.9-352.5l582.7 1237.5l-4303.7 995.5l-42 74l-1251.4 693l515.4 2599l1572.3 4597l-3392.6 432l-131-42l-1627.3 53l-4534.1 3279.5l-1782.5 521.5l-386 3959.5l-3172.8 1362l-3224.9-1426l-2335.8-506.5l-461.4 1903l-2040.9 2764l-1807.7-262l-1706.3 3093.5l-472.8 1959l121.3 1053l-973.8 239.5l-1879.4 970.5l400.4 1136.5l-222.6 417.5l-837.9 275.5l-792-950l-337.2-3829.5l-2705-74l1261.1-2812l-2764.1 31.5l223.5-791.5l-941.6 24.5l-1501.6 2383l704.2 3247.5l-2120.5 627l3366.5 3883l-503.5 1523.5l-3123.8-75.5l-1027.9 270.5l-719.2-2763.5l-1640.4 752.5l-1578.4-571.5l-2148.9 2165.5l56.2 1636l-471.4-173l-838.9-132l-1055.9-614.5l-95.7-1247.5l-3178.3 719l-2549.2-1402.5l-2074.1 1202.5l-3052.1-4922.5l-2303.6-745.5l-770.3 638l-2936.1-1775.5l-256-1002.5l-1555.2 549l-304.2-52l-2579.5-1629l-3065.9 412.5l-348.5 1302.5l-3128.5-15.5l-1676-853.5l-1156.1-3206.5l490.1-2389l-4619-360l-650.5 2685.5l-161.3-1346l-1239.5-1063.5l-3209.3 1048l1963.2-9976.5l1656.4-618.5l2737.9 1165l1866.2-2060l1427-1785l-3293.8-4057.5l-943.2-247l-1558.6-4308.5l-2059.3-1681.5l-1503.2-35.5l-3330 640l-4125.7-1216l-1427.6-2192l-477.3-1718.5l-496.9-302.5l-867.4-1173.5l1792.4-321.5l3319.5-2770.5l3636-3152l1213.2-3264l755.1-3242.5l1614.7-1020l954.2 1913l2549.6-1227l-641-679.5l1442.5-1214.5l2699.7-147l4507.8 2304.5l1375.3 111.5l704.1-1058.5l1588.2 73l1897.3-2923l2265.6 1067.5l42.1 968.5l1882 595l2546.8-628l1428-789l-356.9-1601l-1571-439l192.4-1319.5l675.9-994l-1096.8-1685.5l727.7-965l200.6-753l-2379.8-262l-1211.9-762l-382.8-1670l-1666.2-261.5l124.6-1128l472.8-1114.5l-688.8-2569z" />
		</g>
		<g  id="_13">
			<path  id="14" d="M148587.5-6740408.5l1440.7 682.5l904.2 2322l3907.4 3420.5l127 1328.5l-1345.5 628l1564.5 835l-549.2 1633l1164.6 554.5l176.5 3939l758.3 1172.5l2569.2-1524l1687.1 1772.5l253.5 1649.5l1339.7-521.5l960.5 577.5l3816.6-259.5l1815 2316.5l837.8-153.5l892.8-555.5l3341 3304l-1516.5 1496l-1002.5 3199.5l-2211.5-213.5l-506-921.5l-818.5 353l-895.8 831l-610.7-330l-1261.7 248.5l2461.6 1333.5l-352.5 1887l-2469.4 1416.5l123.9 1702l-2368.8-862.5l-210.1-1856.5l-1389.8-277.5l-954.9-706l-2346.1 243l-422.2 615.5l-666.8 586l-1187.2 1611.5l-1912.7-954.5l-203.1-2991l-664.9-620l220.8-4271.5l-1335-1696.5l-3788.8-633.5l-744.5 1396l-1062.7-226.5l-2122.6-552.5l-488.7-1316l-2088.6 72l-787.7 1228l-4390.8 821l-2182.3-4611.5l421.3-990.5l-2254.6-2193.5l-172.6-657.5l1010.7 165.5l206.3-1071l-2697-4149.5l4988.8 1002l472.4 1690.5l-103.9 2384.5l2325.9 3625l2646.6-91l-1750.1-1280.5l-788.1-3672l1504.2-6250l3571.1-5586l5547.4-3601l-433.3 1554.5z" />
			<path  id="15" d="M201926.7-6774127.5l-.4 517l-1001 2946.5l-1502.8 5282.5l-393.3 1022l-367.3-900.5l1991.7-10105.5l-147.5-3505l1278.8-1556l1772.3-66.5l94.6 1099l-57.1 11l-2277 1124l609 4131.5z M217340.8-6789918l4009.2-537.5l666.7 853.5l-647.4 2051l-2905 2147.5l-101.3 1856.5l1025.1 2829.5l2026.3 2189.5l2751.8 810l5347.2-1277l6155.3-658l2544.5 2096.5l99.9 3454l-6229.9 6231.5l-337.2 2618l1812.7 4177l1856 1881l3500.7-86.5l2648.1 3568l971.8 1158.5l930.8 1977l-613.9 1321.5l-753.6 1619.5l-109.5 2121.5l683.3 1827.5l-818.7 520.5l-1755.8-1359.5l-354.6-194l-874.7-612l7.1-1675l2035.4-1345.5l-1595.6-1339.5l412.7-1819.5l-131.5-340.5l-2020.7 72.5l-2988.4 858l-951-828.5l-5776.7 1201l-5289.6 4951.5l-1884 3979.5l-668.2-10.5l287.7 1456.5l1623.1-1342.5l1419 2863.5l-1807.3 1670.5l-4676-1311l-223.3-2820l882.3-1473.5l-4280.2 2694.5l-2773-1508.5l-4037.4-4449l-1772.1-528l-1896.5-1863.5l405.4-3200.5l714.8-1446.5l5585.4 370l2594.4-1811.5l-1465.4-249l-651.2-1251.5l1562.4-964l-3885.7-1968l-2973.8 361.5l1200.6-3534l1379.1-273l603.5 675.5l3354.3-1911.5l846.2-1613.5l-1612.7-797.5l-1292.2-2626l-3630.7 759.5l-486.2-951.5l-660.2-2890.5l3526.1-1198l2239.7-656l2004.8 1160l1948.3 3269l-567-4168.5l3572-3432l999.1 398l-965.8 2498l-28 4024l1472-399.5l877.8-1947l386.6-81l1483.2 2263.5l-491.8 1319l512 1385l1265.1 470.5l4629.9 769.5l461.4-3122.5l-510.2-2997.5l243.9-3368l-1469.6 400l-555.9 1131.5l-2158.4 261.5l-2637.9-2229l-1616-938.5l-1162-3673.5l-3755.5 4713.5l-3690.7 1775.5l341.2-3341l1718.4-3565.5l-29.5-2292l-1455.9-177l-2133.6 3329.5l-224.5 2349l-3205.7 3907.5l-659.9 145l106.5-950l3518.4-7588.5l3368.5-4268l1470.5-390l4161-1142z M148587.5-6740408.5l433.3-1554.5l3038.6-2313l1774.4-3040l1725.8-3866l3403.5-4900.5l3924.6-8569.5l222.3 175l2818.9 1947l4914.7 705l3293.5 550.5l15205.5-811l107.2 301.5l143.7 242l699.5 1040l-429.1 615.5l-2848.4 1052.5l-8887.5 367.5l-4727.1-443l-1800.6-330.5l-478.4 289.5l-3563 2156l78.1 1744l-9248.2 1320.5l-1006.1 835.5l-178.8 1692.5l344.7 1531.5l-1652.9 2221.5l-2213 2360l416.7 3934.5l999.3 554l2620.6 1587.5l2741.8-328.5l-2719.8-1024l-715.2-2184.5l1502.2-1973l2815.7-997.5l-326-2848.5l3550.6-631.5l1552.3-2493.5l-1213.4-948.5l1229.1-792.5l1467.3 514.5l4466.9-1689.5l985.6-2443l2962.5-1094.5l433.8 812l-2386.1 3710.5l5331.9-141l2118-934.5l1186.7 3115.5l1284.8-255.5l1207.8 53.5l2110.8-1792l1014.7-3345l1787.2-2031.5l4075.5-1541l583.9-1051.5l1337.7-476l294.8 3048l552.4 1822l1306 1555l1736.6-302l1331.3 1829l-1131.4 2264.5l2061.7 6916l2756.9 1559l-46.3 1486.5l2810.5-1416.5l2276.4 2777.5l4360.6 396l1200.6 2554l1126.5 1954l-1301.3 1739l-581.1 3312.5l357 1702l-4807.2 1990l591.3 1374.5l1698.4 745.5l821 1733l1170.7 1985.5l-1797.2-333.5l-1117.2 1327.5l-1586.8 2409l-3418.4 909l-107.4 687.5l-1321.2-52.5l-2155.7-1803.5l-3892.6 1830.5l-2833 953l-580.4 1483l-1881.9 113l-3412 2558l-1822.9 324.5l-30.7 742.5l-303.1 38.5l-4276.9-3433.5l-500.8-221l-3692.5-2817l-953.9 1146l-948.3 576l-2808.9-2721l-999.8-204l-3341-3304l-892.8 555.5l-837.8 153.5l-1815-2316.5l-3816.6 259.5l-960.5-577.5l-1339.7 521.5l-253.5-1649.5l-1687.1-1772.5l-2569.2 1524l-758.3-1172.5l-176.5-3939l-1164.6-554.5l549.2-1633l-1564.5-835l1345.5-628l-127-1328.5l-3907.4-3420.5l-904.2-2322l-1440.7-682.5z" />
			<path  id="16" d="M252198.7-6728162.5l2965.9 2564l3090.4 1509.5l1884.5 468l3822.9 2655l748.3 753.5l5125.3 4368.5l2752.9 2698l2045.5 2198.5l2993.8 2008l-1174.6 1505.5l-1156.2 63l988.4 809l750.1 1968.5l144 2530l-1841.3-589.5l-2313.8 311l-1177.3 158l-6193.4-45.5l-3461.4 2827.5l-5637.3 1366.5l-2640.2-262l-2098.8-1334.5l828.3-1673l3454.6-858l1905.8-1613.5l770.2-2555.5l-1206-4028.5l-1901.1-1731.5l150.8-1748l531.5-926l2193-591l1471.7 462l635.8 2141.5l-1362.2 1406l744.9 2638.5l186.2-2574l1314.7-277l796.8-345.5l2624.3 2251l620.3-513l-597.4-580.5l652.7-3771l-623.2-2678l-1006.2-985.5l-1443.1 923l-531.6-2842l-2044.8-2955l-2927.1 215.5l-633.2 535l1435.7 3303l-414.7 1325l-4562.5 1871l-197.9-1458.5l1294.7-3224l-1463.4-498.5l-2734.7 2070l-612.6 1431l-2034-4l-326.9-1280l1558.3-2102l402.6-1574.5l675.5-4163.5l-424.8-975.5l-1054.5-228.5l-2384.8-2691.5l-76.7-3229.5l2037.8-1032.5l1176.3 291.5l2370.5 4946.5l1112.7 1368z M216742.2-6735381l909.8 1188.5l299.8 648l-1190.6 1923l3890.4-2106.5l1555.6 634.5l525.5 443.5l26 105.5l-1838.5 1626l3065.7 1191.5l971.4 1940l1738.6 3641.5l2003.3 462l431.9-557.5l-481-638.5l-1246.7-2618.5l4752.9-1558l1859-326l3126.9-1122l4307.5-3738l1503.6 927l-1359 981.5l7232.5 5816.5l47.4 190.5l-428.5 901.5l-112.9 703.5l-575.9 4087l-2384 1821.5l1665.1 2215.5l4932.6 3662.5l962.8 1483l289.8 1300.5l1872.5 564.5l2055.7 2704l-5483.2 4920.5l-683 1739.5l-446.7 834l492.9 789l358 663l2259.8-149.5l3233.3 4179.5l3039.5 1532l-363.7 967l-2186.3-1665.5l-2586.6 327.5l-2421.3 3357l4015.2 1112.5l-1587.1 3618.5l-1902 414l-431.1 1l-4246 3221.5l669.4 788l-2198.7-882.5l-1803.3-546.5l-889.1 173.5l-2334.1 128.5l-2270.9-468l-4946.2 1078l-1775.6-2178l-398.8-1688.5l-1067.8-1302.5l-3042.3-428.5l-1763.8-235l-856.4 4369l-795.5 1101.5l-1385.1 1274l-4743.9 2478l-1868.2 1140.5l-782.7 1542.5l-527.9 1493.5l-205.5 1916.5l-209.7 221l-2428.3-291l-1158 2242.5l-1509.8-167.5l-454 621.5l-1533.9 299l-310.8 814.5l-2672 1352.5l-185.2 2073.5l-988.5 1543l-291.5-426l-182.1-1014.5l-2307.4-1041.5l-762.1 508l-1924.8-479.5l-1066.9 162.5l-1319-2471l-2946.3-432.5l-269.4 584.5l-296-1210l-3488 649l-833.8-787l-459.6 1735.5l-1047.9 406l-1305.7-757l-711.3-1849l-4587.1-885l754.4-1706.5l-927.7-535.5l876.4-2490.5l-1642-313l-2629.1 1294l-1331.2-141l616.5-843l-2001.5-2187.5l-215-431l128.8-1765.5l678.9-1948l-821.7-2525.5l908.9-3139.5l870.8-94.5l2535.1 36.5l363.9-3639l-20-1266.5l2822.2-1104l218.2-4115l1170.5-1139l1942.2-216l122.3-663l-1109.9-220l-1534.5-2153.5l2015.1-3135.5l1090.5-431l-1801.2-3105.5l1705.8-3275l-610.9-1926.5l4276.9 3433.5l303.1-38.5l30.7-742.5l1822.9-324.5l3412-2558l1881.9-113l580.4-1483l2833-953l3892.6-1830.5l2155.7 1803.5l1321.2 52.5l107.4-687.5l3418.4-909l1586.8-2409l1117.2-1327.5l1797.2 333.5l-1170.7-1985.5l-821-1733l-1698.4-745.5l-591.3-1374.5l4807.2-1990l-357-1702l581.1-3312.5l1301.3-1739z" />
			<path  id="17" d="M130606.3-6730184.5l2697 4149.5l-206.3 1071l-1010.7-165.5l172.6 657.5l2254.6 2193.5l-421.3 990.5l2182.3 4611.5l4390.8-821l787.7-1228l2088.6-72l488.7 1316l2122.6 552.5l1062.7 226.5l744.5-1396l3788.8 633.5l1335 1696.5l-220.8 4271.5l664.9 620l203.1 2991l1912.7 954.5l1187.2-1611.5l666.8-586l422.2-615.5l2346.1-243l954.9 706l1389.8 277.5l210.1 1856.5l2368.8 862.5l-123.9-1702l2469.4-1416.5l352.5-1887l-2461.6-1333.5l1261.7-248.5l610.7 330l895.8-831l818.5-353l506 921.5l2211.5 213.5l1002.5-3199.5l1516.5-1496l999.8 204l2808.9 2721l948.3-576l953.9-1146l3692.5 2817l500.8 221l610.9 1926.5l-1705.8 3275l1801.2 3105.5l-1090.5 431l-2015.1 3135.5l1534.5 2153.5l1109.9 220l-122.3 663l-1942.2 216l-1170.5 1139l-218.2 4115l-2822.2 1104l20 1266.5l-363.9 3639l-2535.1-36.5l-870.8 94.5l-908.9 3139.5l821.7 2525.5l-678.9 1948l-128.8 1765.5l215 431l2001.5 2187.5l-616.5 843l1331.2 141l2629.1-1294l1642 313l-876.4 2490.5l927.7 535.5l-754.4 1706.5l4587.1 885l711.3 1849l1305.7 757l1047.9-406l459.6-1735.5l833.8 787l3488-649l296 1210l269.4-584.5l2946.3 432.5l1319 2471l1066.9-162.5l1924.8 479.5l762.1-508l2307.4 1041.5l182.1 1014.5l291.5 426l988.5-1543l1585.2 162.5l2311.2-1060l903.5 744l-1035.4 1192.5l1502.5 3400l1173.5 2147.5l-1443.7 1387l-1177.8 2651.5l-748.9-1490.5l-439.1-451.5l-2046 1133.5l-480.9-478.5l-2800 856.5l-4621.7 749l-624.7-191l-1495.7 1626.5l-3778.6-1381.5l-651.7 107.5l871.6 3055l-2304.1 3231.5l-246.3 2037.5l911.6 466.5l-257.8 2631.5l-1796.9 1239l-864.2 3918.5l-397.7 1332l-2313.9 362.5l-623.9 5671.5l4215.7 4519.5l-507.4 357.5l533.2 1342.5l-61.9 246l-3361.3 416.5l-1694.8-1124l1183.6-2746l-3592.9-68.5l-1210.5-89l-1538.2-769l691.8-1566l-3233.7-688.5l-1103.3 1075.5l-4079.6-1596.5l-94.5-53.5l-3152.4 157l-1117.5 772l-2499.1 648l-969.5-1340.5l-244.4-1300.5l-1285.8-550.5l-1200.6-615.5l252.1-1566l-4402.7-1901l677.2-1543l-1696.7-2765l-1858.1 281l1466.2-1051.5l-1469.8-693.5l-1095.2-899.5l2116.9-1821.5l515.2-97l-1120.5-3350.5l417.7-2465l1504.2-833.5l992.5-1638l975.5-1174l-1732.9 96l-2404.7-2061l-768.4-2047.5l825.8-5649.5l-1475.8-1495l-2165.7-166l-85.2-742l-1620.1-702l-1079.8-593l-870.5-4353.5l-3795.9 840.5l-1419.2-1271l-638.4 563.5l-1811.8-433.5l-2652.3-3020.5l-1105.3-2066l345.7-755l-358.3-970l582.4 49l-301.9-784.5l-3816.5-1495.5l1295.7-720l-1140.6-834l-898.4 318.5l-3142.6 138.5l-2448.5 206l-2835.6-1306l194.8-1442.5l-2952.8-634l-360.1-812l999.4-1165l-617.4-2382.5l180.6-923.5l-789.1-428l-1601.3-167.5l-522.7-3076l1187.4-831l-705.7-2271.5l1974.1-1422.5l-680.2-293l-19.1-1819.5l410.6-2172.5l-33.6-1319.5l549.5-2694.5l-1503.5-857.5l-1186.1-301.5l-2089 2807.5l-719.4-373l-1474.9 518l-1486.4 1762.5l-480.5-1191l664.1-1683.5l-1458.1-2272.5l-2952-1165.5l-1947.7 596.5l-273.2-3367.5l-1218.5-952l1491.1-2821.5l-214.8-1184.5l2023.9-751.5l818.9-2103.5l-1698.3 .5l-5439.4 5541.5l-202.6-2111.5l2577.2-3916.5l2896.9-972.5l4275.2-4743l1831.2-1169.5l5942.3 412.5l1780.6 327.5l3170.8-113.5l4405.3-1759.5l3850.1-1423l700.7-266z" />
			<path  id="12" d="M95703.5-6705088l-4625.9-1118l-733.9-2739.5l1888.3-1875l4593.8-1827l1306.7 368.5l150.1 773l-2579 6418z M102397.1-6713130.5l1218.5 952l273.2 3367.5l1947.7-596.5l2952 1165.5l1458.1 2272.5l-664.1 1683.5l480.5 1191l1486.4-1762.5l1474.9-518l719.4 373l2089-2807.5l1186.1 301.5l1503.5 857.5l-549.5 2694.5l33.6 1319.5l-410.6 2172.5l19.1 1819.5l680.2 293l-1974.1 1422.5l705.7 2271.5l-1187.4 831l522.7 3076l1601.3 167.5l789.1 428l-180.6 923.5l617.4 2382.5l-999.4 1165l360.1 812l2952.8 634l-194.8 1442.5l2835.6 1306l2448.5-206l3142.6-138.5l898.4-318.5l1140.6 834l-1295.7 720l3816.5 1495.5l301.9 784.5l-582.4-49l358.3 970l-345.7 755l1105.3 2066l2652.3 3020.5l1811.8 433.5l638.4-563.5l1419.2 1271l3795.9-840.5l870.5 4353.5l1079.8 593l1620.1 702l85.2 742l2165.7 166l1475.8 1495l-825.8 5649.5l768.4 2047.5l2404.7 2061l1732.9-96l-975.5 1174l-992.5 1638l-1504.2 833.5l-417.7 2465l1120.5 3350.5l-515.2 97l-2116.9 1821.5l1095.2 899.5l1469.8 693.5l-1466.2 1051.5l1858.1-281l1696.7 2765l-677.2 1543l-588.7-398.5l-2156.4-664.5l-2141.9 511l-2043.6-3715.5l-1145.3 553.5l-1648.3 1182.5l-1215 487l-2057.9-2359l-288.3 1385l-3461 336.5l-404-2578l-1010.2-163l-999.8 174l743.9 2261l-2837.8 1764l590.7 1443.5l-220.1 2472l-4065.5 2898l-2000.5 96.5l-441.5 71.5l-1383.7-559.5l-2277.7 3358l-3240.6-459.5l2212.2-1963.5l-563-2544.5l-3328.4 1992l-684.2-1442.5l687.3-564l-1515.3-1513l-3451.9-105.5l-394.8-1317l-1238.9-2085.5l336.9-2594l-624.5-1065l-691.3-1886l-2713.6-2390.5l-786.9 386.5l-664.6-2443l1191.6-2879l29.6-69.5l-589.7-537.5l-1413.9-280.5l-1789.4-1817.5l-278-281.5l-1374.5 1163l-656.6 3205l-2436.9 17.5l-2721.2-847l526-1173.5l-466.5-1179l1182.6-486.5l-397.6-1480l-1150.7-4334l-403-1932.5l-867.8-2521.5l2550-789l944.6-4724.5l-1315.1-1372l-401.5-4582l-1134.8-741.5l-749.5 357l-957.6-566l-1684.1-216l-252.8 1069l-1074.3 290.5l-3151.8-237l-611.3 638.5l-2060.8 2165l-1439 467l2501.3 3033l-1039.8 2015.5l-113 1222l-1073.4 484.5l-1547.2-1051l-1177.1 1074l-73.2-1480.5l-2264.5 76.5l-441.4 2279l-3259 1535l-530.6-1.5l298.1-2263.5l-2110.8-45.5l-847.9-1821.5l-2385.4 114l-189.8 651l-1925.3 176l-1730.1-671.5l206.4-1849l-654.1-556l-47.9-987l-653.6-321l-2613.7-1134l-763.2-4096l-1134.7-1044.5l-536.7-573.5l-1951.9-690l-1048.4 447.5l-1829.3-601l-565.1-193.5l-1639.2-1224.5l-200.1-1930l-328.8-331l-681.5-336.5l-2273.2-402l511.5-3654l347.5-1090.5l-211.6-1030.5l-348.2-1162l-1089.9-4642l1542.9-2470l1957.3-358.5l5285.6-5362l1338.5 941.5l1971.1 1683.5l2336.2-911.5l-1853.7-1117l-2988.4-623.5l916.5-2425l-417-1167.5l3397.2-2099.5l1304-1096l2763.9-1612l4619.1-1634l2330.8 209l1482.7 120.5l2244.7-634l4043.6 3608l765.7 939l-688.3 2207.5l404.9 1463l1296.6 944l1347.3 69.5l2842.3-3155.5l1327.2 1825.5l3473.5 1116.5l-67.6 965l3058.7 2057l1988-3861l119.8-1317l1474.5-6726l3462.1-2029z" />
			<path  id="18" d="M259558.1-6691408l363.7-967l3024.2 1867.5l2877.9 1307.5l5019 1643.5l2151.7-100l1596.8-474.5l1259.9 810.5l3027.3-3025l2505.7 1123.5l455.6 1227l-1367.4 2268l-2045.8 1374l150.5 877l1077.1 363l2178.3-416l1040.6 1493l431 5141.5l2326.1 2066l-54.1 4870.5l-480.7 2361l1121.5 2962.5l830.7 2529.5l1876 1991.5l465.7 3022l902.8 2553.5l2033.8 6395l-182.6 2396.5l1012.1 640.5l655.7 2070.5l-2058.6 684.5l-336.5 988l-3872.3 548l-416.3 1620l-435.8 1337l-2457.8 1163l266.5 1906.5l-3591.6 720.5l-1660.9-485l-2002.9-750l-1969.7 1021.5l-1885.9-142.5l829.2-2716l3821.7-4276.5l1787.9-2196.5l1735.4-3509l525.3-3067l-1453.5-3870.5l-2428.3 1539.5l-4437.3-1962.5l-983.8 2209l-3540 1166l-456.8-1721l-2913-459l-2606.5 641l-1288.1 109l-1613.7 975.5l-945.2-926.5l763.6-2392l-168.4-621l-2760.9-1621l53-3203l31-208.5l-2079.8-1088.5l-1857.1-285l-1548.7-4075l-124.9-374.5l-1039.3 1164.5l-92.7 3967.5l1480.8 1333.5l-3368.8 2338l-2523.3 521l-5062.4 5335l527.7 1024l-602.7 1465l-2404.6 148.5l-1039.2 218l-1033.4 852l-63.7 1424l139.4 1331.5l-1964 2865.5l-28.2 3577.5l-2318.7 3129l-3100 690.5l-2800.5 5041l-2403.9-3768l-3811.8-52l-1786 1798l-1432.5 336.5l-649.5 2825l-671.1 2222.5l-1612.3-237l-1078.2-1994.5l-756.6-1217.5l-2136.2 86.5l-1218.7 1428l-1370.9-91.5l-47.5 2615l-4511.5 2567.5l-669.1 948l-563.2 1279.5l-2144 1171.5l-1185.4-300l440.5-3329l-1871.8-103.5l-1332.6 1409.5l124.1-836l-1141.1-41.5l-1711.2 1688l-2036.1-1068l-206.2-416l-503.5-687.5l-2034.2 866l-533.2-1342.5l507.4-357.5l-4215.7-4519.5l623.9-5671.5l2313.9-362.5l397.7-1332l864.2-3918.5l1796.9-1239l257.8-2631.5l-911.6-466.5l246.3-2037.5l2304.1-3231.5l-871.6-3055l651.7-107.5l3778.6 1381.5l1495.7-1626.5l624.7 191l4621.7-749l2800-856.5l480.9 478.5l2046-1133.5l439.1 451.5l748.9 1490.5l1177.8-2651.5l1443.7-1387l-1173.5-2147.5l-1502.5-3400l1035.4-1192.5l-903.5-744l-2311.2 1060l-1585.2-162.5l185.2-2073.5l2672-1352.5l310.8-814.5l1533.9-299l454-621.5l1509.8 167.5l1158-2242.5l2428.3 291l209.7-221l205.5-1916.5l527.9-1493.5l782.7-1542.5l1868.2-1140.5l4743.9-2478l1385.1-1274l795.5-1101.5l856.4-4369l1763.8 235l3042.3 428.5l1067.8 1302.5l398.8 1688.5l1775.6 2178l4946.2-1078l2270.9 468l2334.1-128.5l889.1-173.5l1803.3 546.5l2198.7 882.5l-669.4-788l4246-3221.5l431.1-1l1902-414l1587.1-3618.5l-4015.2-1112.5l2421.3-3357l2586.6-327.5l2186.3 1665.5z" />
			<path  id="13" d="M93323-6674998.5l1684.1 216l957.6 566l749.5-357l1134.8 741.5l401.5 4582l1315.1 1372l-944.6 4724.5l-2550 789l867.8 2521.5l403 1932.5l1150.7 4334l397.6 1480l-1182.6 486.5l466.5 1179l-526 1173.5l2721.2 847l2436.9-17.5l656.6-3205l1374.5-1163l278 281.5l1789.4 1817.5l1413.9 280.5l589.7 537.5l-29.6 69.5l-1191.6 2879l664.6 2443l786.9-386.5l2713.6 2390.5l691.3 1886l624.5 1065l-336.9 2594l1238.9 2085.5l394.8 1317l3451.9 105.5l1515.3 1513l-687.3 564l684.2 1442.5l3328.4-1992l563 2544.5l-2212.2 1963.5l1317.2 2517l-2241.7 513l-1990.5-40l-2216.6 1126l-549.4-1564l-910.4 18.5l-1281-1343l-3274.6 635l-1116.4-296l-1892.6 1896.5l-778 1138.5l-1559.2 319l-825.4 517l723 3653.5l485.5 1171.5l-1314.1 1639l19.9 2205.5l-5081.8 503.5l-890.8-1467.5l-2732.8 18l-1595.8 82.5l-197.7 691.5l210 2577l-3780.5-251.5l-639.5-439.5l-4012.3-237l-2714.1-2564.5l-310.2-66.5l-1864.6 892.5l-766.4-150l-919.2-2228.5l1470.7-1852.5l47.3-573.5l-3852.7-1302.5l-13.9-1105.5l-3493.5-1728.5l-3238.9-5183.5l-2047-2520.5l-1417.3-5014l-2751.6-185l-1241-1416l-784.3-77.5l-2517.1 2902l-762.8-444l160.8 1168l-2125.7 1315.5l-2193.6-1005l-2585.3-1617l-150.3-1126.5l-4129.5-3439.5l-3215.9 153l-193-21l-3684.6 626l1410.9-2277l52.5-2984.5l-32.7-504l494.1-3024.5l637.5-1428.5l3047.5-167.5l811.8 233l557.3-2563l3600.9-603l1758.6-2481.5l96.5-265.5l2600.2-688.5l-713.7-828l550.8-1644l675.4-745l-448.2-1996l-226.9-1390l1147.9-281.5l737.2 1159.5l3998.3-825.5l854.5-1301.5l147.6-4383l101.4-653.5l1513.1-2108.5l2613.7 1134l653.6 321l47.9 987l654.1 556l-206.4 1849l1730.1 671.5l1925.3-176l189.8-651l2385.4-114l847.9 1821.5l2110.8 45.5l-298.1 2263.5l530.6 1.5l3259-1535l441.4-2279l2264.5-76.5l73.2 1480.5l1177.1-1074l1547.2 1051l1073.4-484.5l113-1222l1039.8-2015.5l-2501.3-3033l1439-467l2060.8-2165l611.3-638.5l3151.8 237l1074.3-290.5l252.8-1069z" />
		</g>
		<g  id="_14">
			<path  id="158" d="M324973.7-6452008l2412.9 1494.5l-1113 2294.5l1521.5 3356l2441.9 1149.5l6338.2 2860.5l4324.2 334.5l2499.7 1192.5l1951.2 3179.5l-913.5 1210l-1912.6 1909.5l-2594.9 599.5l-906.4 637l-4425.6 3610.5l-3712.7 578.5l78.4 2891l1493.8 2496.5l-1835.5 2528l1182.6 2189.5l1124.6 449l2407.4-1018.5l1970.4 2575l1129.1 291l-1496.5 4302l2168.3 1356.5l-1185.7 212.5l-1142.5 1573l-1891.3-1819.5l-2097 854.5l-2610.6-769l-933.9-2234.5l-2440.5 2568.5l-196.2 1126.5l1450.7 2182.5l-1293.2 2283.5l-2498.7 1882l282.8 1183.5l-923.4 613l-1409.6-72l-235.1 1501l-1502.9-355.5l-765.5 826.5l836.5 954l-1510.4 2839l-3911.3 587.5l-1143.7-91l-897.1 1275.5l1235.8 769l311.1 1816.5l87.8 2300l-5693.3 801l-3557.7-2692l-1603 802.5l-1446-1528.5l32.2-1591.5l-3002.8-451.5l-1726.1 1605l-562.6-1585.5l-2960.6-1180l-1627.3 563l-1238.4 1806l-2204.5-2497.5l-2098.2 1985.5l-2553.8 127l-1321.2-1159l-1557.3-706.5l-1720.8-3020.5l1494.7-132l656.9-888.5l1287.1 226.5l1582.1-452l203.8-1916l2317.1-399l-1779.4-2574l884.6-692.5l1708 165l1352.4-1435l1374.7 663l2191.9-1774.5l-291.8-1332l727.7-1165l4063.8 875.5l-97.1-1094l1613.4-435.5l-150.9-613.5l-669.8 152.5l-1535-1907.5l290.2-2169.5l-574.7-858.5l652.5-2583.5l-589.7-4977.5l2438.2-1516l954.4-161l2783.8-517l-477.4 1615.5l3207.6 2517l-397.4 2053l637.6 138l786.3 162l-181.2-1151l1357-1019l2705.4-3634.5l1880.6-6387.5l445.4-811l-854.8-195l2087.2-2037.5l199.9-964.5l-2928.2-3268.5l-1095.8-1987l751.4-1232l-770.8-1355l-2320.6-200.5l319.1-3458l314.9-1546l3351.3-393.5l994.1 443.5l2058.7-1081.5l-248.1-1203.5l1031.3 47.5l689.5-992l2133.8 958.5l812 2098.5l4676.2-228.5l1508.4-3665l-471-1462z" />
			<path  id="156" d="M286581.1-6443523.5l1891.7-63l4080.5 183.5l1651.5 883.5l2194.5-392l2921.3 882l939.7 1522.5l3769-4185.5l4093.4-291.5l-319.1 3458l2320.6 200.5l770.8 1355l-751.4 1232l1095.8 1987l2928.2 3268.5l-199.9 964.5l-2087.2 2037.5l854.8 195l-445.4 811l-1880.6 6387.5l-2705.4 3634.5l-1357 1019l181.2 1151l-786.3-162l-637.6-138l397.4-2053l-3207.6-2517l477.4-1615.5l-2783.8 517l-954.4 161l-2438.2 1516l589.7 4977.5l-652.5 2583.5l574.7 858.5l-290.2 2169.5l1535 1907.5l669.8-152.5l150.9 613.5l-1613.4 435.5l97.1 1094l-4063.8-875.5l-727.7 1165l291.8 1332l-2191.9 1774.5l-1374.7-663l-1352.4 1435l-1708-165l-884.6 692.5l1779.4 2574l-2317.1 399l-203.8 1916l-1582.1 452l-1287.1-226.5l-656.9 888.5l-1494.7 132l1720.8 3020.5l1557.3 706.5l-534.2 2068.5l-3667.3-192l-1515.5 995.5l-1468.5-1411.5l-350.6 915.5l-1227.7 274l-2737.9-569.5l-413.4-6077.5l575.7-1971l-657-1150l-1586.9-335.5l-1935.4 1418.5l-4636.6-3000l466.5-1544.5l1536.8-1137.5l-2368.3-1787.5l1324-1388l-455-914.5l-952.1 313.5l-3158.3 679.5l-2217.2 2522.5l-1261.2-94l-4927.7 819.5l-14.8-1464l-654.9-251l-1738.1-509.5l-1123.2 2080l-4477.9-38l-2398.3-1319.5l238.2-1031l-1410.8 176.5l-1925.3-1573.5l-170.1-3224.5l-868.8-1658.5l-343-498l-2865-1594.5l885.5-777l-320.5-336l590.8-3010.5l-956.4-4933l1333.9-1432.5l-2968.9-3052.5l4697.8-2442.5l666.8 1262l1197 1206.5l-577.8 764l2929.4-610l597.1 647.5l-663.3 855.5l3727.1 986l1718 2725l552.3 841.5l1658.5-1888.5l1337.5 91.5l999 1628l980.2-203l4578.3 99.5l506.5-739l3460.3 1246.5l1192-1253l537.3 1498.5l1298-1365.5l2455.2-162l1095.3-826.5l127.9-659l3246.3 693.5l5295.7-2657l689.3 2316.5l2226 212.5l75.9-2689l2160-2403.5l413.9-169l-401-1089.5l1598.7-1989.5l-2299.2-3209l605.5-480l2155.4 694l1108.8-846.5l602.4-3951l2227.8-3116z" />
			<path  id="157" d="M344436.9-6434936.5l1862.1 9826l2461 2740l407.7 1635.5l1431.5 735.5l716.5 2176l-29.1 3154.5l-1255.2 2923.5l-1112.6 9056l414.8 1797.5l-1907.2 7763l-1690.5 4016l-730.7 5016l-841.3 306.5l-464.9 3657l-2912.3 3423l-2087.9 4119.5l-1477.5 5852.5l-4282.7 147l-1484.4-1359.5l-3708.3-1022.5l-2958.8-755.5l581.8-2736.5l1389.8-2875l-237.8-2429l-352.7-351l-4266.3 2252l-1445.1-466l-279.6-689.5l2211.8-4313l-4.5-2430l-2549.7-2571l-2010.5 712l-197-1366.5l-2391.3-465l242.3-2472l-842.6 95l-311.1-1816.5l-1235.8-769l897.1-1275.5l1143.7 91l3911.3-587.5l1510.4-2839l-836.5-954l765.5-826.5l1502.9 355.5l235.1-1501l1409.6 72l923.4-613l-282.8-1183.5l2498.7-1882l1293.2-2283.5l-1450.7-2182.5l196.2-1126.5l2440.5-2568.5l933.9 2234.5l2610.6 769l2097-854.5l1891.3 1819.5l1142.5-1573l1185.7-212.5l-2168.3-1356.5l1496.5-4302l-1129.1-291l-1970.4-2575l-2407.4 1018.5l-1124.6-449l-1182.6-2189.5l1835.5-2528l-1493.8-2496.5l-78.4-2891l3712.7-578.5l4425.6-3610.5l906.4-637l2594.9-599.5l1912.6-1909.5z" />
			<path  id="161" d="M263964-6407422.5l-1324 1388l2368.3 1787.5l-1536.8 1137.5l-466.5 1544.5l4636.6 3000l1935.4-1418.5l1586.9 335.5l657 1150l-575.7 1971l413.4 6077.5l2737.9 569.5l1227.7-274l350.6-915.5l1468.5 1411.5l241.8 3211.5l-1648.4 2069l-1898.7-19.5l-57 1889l-1713.1 1352l-891-2144l-4931.8-5483.5l-6725.2-1586.5l-1586.5 1931.5l2625.6 3365l-2834.5 1843l-1253.7-1812l-4194.1-92.5l-1537.1-1317l-384.2-2340.5l1271.1-2108.5l-94-1514l-392.4-614.5l-6484.4-3590.5l1719.8-1912l575.3 239l-319.9-555l-2361.2-2400.5l630.7-678.5l-1392.4-537.5l-875.9-703l51.7-1111l4477.9 38l1123.2-2080l1738.1 509.5l654.9 251l14.8 1464l4927.7-819.5l1261.2 94l2217.2-2522.5l3158.3-679.5l952.1-313.5l455 914.5z" />
			<path  id="163" d="M237487.6-6408026l1925.3 1573.5l1410.8-176.5l-238.2 1031l2398.3 1319.5l-51.7 1111l875.9 703l1392.4 537.5l-630.7 678.5l2361.2 2400.5l319.9 555l-575.3-239l-1719.8 1912l6484.4 3590.5l392.4 614.5l94 1514l-1271.1 2108.5l-3068.8 960l-4712.9-37l-2843.5 1097l69.8 1999.5l-3045.2-1749l-4785.7 2029l-2708.5 504l-2618.2 2824l-410.3-634l-746.4 516l556.2 619l-371.9 1954l-1236.8 2350l62.6 1305.5l642.5 2382l-1416 464l-1570 2010l-260.8 1546l-583.9 24.5l-1462.1 359.5l-856.8 1634l-916.7 396l-4745.3 461.5l-1173.8-1739.5l-2208.4 369l-53.9-395l-1569.5-395.5l-3352.1 1127l-2515.5-1716.5l-2676.5 823l-1494.7 1670l-1392.7 1675l-2746.3-1101l-242.6-583l-1205.9-718.5l-482.6-1598.5l-1958.1 222l-1212.8 61l-2596.4-2228.5l-313.9 201.5l-2047.3-2083.5l-710-4316.5l3339-717l1336.8 92l1394-2458l2005.9 853l615-395.5l-993.8-2003l-1279.7-326.5l12.8-727.5l1129.6-1081.5l-1036.9-2338l708.1-1829.5l102.1-711.5l624.7-1292.5l65.4-1244.5l887-103l3869 1441.5l2836-785l1481 211.5l1550.6-437.5l72-3552.5l-2824.4-1658.5l-386.4-866.5l730.5-694.5l-48-374l2178.8-4965l2404.1-1127.5l2272.5-898l2058 281l1027.1 1294.5l2225.3 919l2897.7-2213l745.5 819.5l1420.7-187.5l-529.6-1099l2433.4 147l4192.6-1761l-294.9 2600.5l1134.2 1023l1533.4-644.5l2023.8-4673l2746.2 1185l3303.2-279l3851.8-945z" />
			<path  id="159" d="M299453-6392194.5l3002.8 451.5l-32.2 1591.5l-1552.6 327l-2302 7002.5l1863 1169.5l2978.6-677l-818.9 3171l3527.5 1081.5l2145.3 308l772.7 1672l-768.2 2712l-2701.1 128l-73.4 761l-2564.9 911l-3054.1-843l-2414 1102.5l-541.2 3197l-4868.1 1988l-1252 1031l-6333.7 3135l-697.9 579l-3172.3-1107l-2168.9 1112l-1061.5 1999l-2873.8 237.5l92.4 5248l-3343 2023l-4525-753l-3912.7 440.5l-1083.7 1034l-3588.6-631l-515.8 68l-2906.5-1951.5l-1223.3-2662.5l-1710.1 204l-1641.3-1526.5l901.9-2650l-1666.6-2081l-1554.1 278.5l-1263.1-1263.5l563.5-2018l-1967.1-3897.5l-1977-854l-228.8-2232l-2154.8-2859.5l3014.2-4182l-2924.9 111l-480-1828.5l1058-2594.5l-1355.9-1041l-69.8-1999.5l2843.5-1097l4712.9 37l3068.8-960l384.2 2340.5l1537.1 1317l4194.1 92.5l1253.7 1812l1032.4 1096l2931.5-790l2530.1 2093.5l1319.8 255l166.1 953l2619.3-338.5l1849.1-1686.5l2005 1098l-109.8-606l1713.1-1352l57-1889l1898.7 19.5l1648.4-2069l-241.8-3211.5l1515.5-995.5l3667.3 192l534.2-2068.5l1321.2 1159l2553.8-127l2098.2-1985.5l2204.5 2497.5l1238.4-1806l1627.3-563l2960.6 1180l562.6 1585.5l1726.1-1605z" />
			<path  id="160" d="M258024.5-6383230.5l2834.5-1843l-2625.6-3365l1586.5-1931.5l6725.2 1586.5l4931.8 5483.5l891 2144l109.8 606l-2005-1098l-1849.1 1686.5l-2619.3 338.5l-166.1-953l-1319.8-255l-2530.1-2093.5l-2931.5 790l-1032.4-1096z" />
			<path  id="162" d="M237054.7-6386522l3045.2 1749l1355.9 1041l-1058 2594.5l480 1828.5l2924.9-111l-3014.2 4182l2154.8 2859.5l228.8 2232l1977 854l1967.1 3897.5l-563.5 2018l1263.1 1263.5l1554.1-278.5l1666.6 2081l-901.9 2650l1641.3 1526.5l1710.1-204l1223.3 2662.5l2906.5 1951.5l-2083.9 1886l-4533.5 203.5l-1224.3 729.5l-1085.7 642.5l1487.8 2945l-1989.2 4500l-989.7 628l-2067.2 2649l-3217.3-786l-2192-3114.5l-1373.3-169l-213.1 3189l-3291.5 2071l306.9 2350.5l-2192.9 680.5l-712.7-1631.5l-2303.4-214.5l-1030 1794l86.3 342l-2310.8 7727.5l-1631.2 364l-125.3-2511l1797.6-1537.5l-1089.7-3751l-2719.5 438l-1119.9-1879.5l-2525.6-534.5l-2643.8-2424l-98.9-1309.5l-1807.9 346l-1896.3-2135.5l-843.1 419.5l-2243.9-2928l1813.1-1924.5l-1139.9-411.5l599.2-746.5l1422.2-2514l-2256.9-1099l-1250.6-1715.5l308.3-1174.5l1323.1-1438l2109.6-327l1873.7-4185.5l-52.5-2580l14.2-1294.5l-1141.4-722l-3379-261.5l262.5-4008.5l2208.4-369l1173.8 1739.5l4745.3-461.5l916.7-396l856.8-1634l1462.1-359.5l583.9-24.5l260.8-1546l1570-2010l1416-464l-642.5-2382l-62.6-1305.5l1236.8-2350l371.9-1954l-556.2-619l746.4-516l410.3 634l2618.2-2824l2708.5-504l4785.7-2029z" />
			<path  id="165" d="M186744.8-6370306l2596.4 2228.5l1212.8-61l1958.1-222l482.6 1598.5l1205.9 718.5l242.6 583l2746.3 1101l161.1 2020.5l-1897.3 2686.5l-2675.1-278.5l-534.1 1199l1322.1-335.5l1432.9 1713l790.5 1681.5l1053.3 533.5l1442.1-463l1842.8-1547.5l3777.2 1964l-242.1 2152.5l1383.2 1834l1275.7 380l834.2-417.5l-247-877.5l2325-216l-308.3 1174.5l1250.6 1715.5l-2653.8-360.5l-2792.4 2658l-701.9 590.5l616.2 504l1652-124.5l1068.5 1281l-1729.3 2262.5l-425.2 1514l-88.9 641.5l-1278.9 138l-1291.8 2380.5l-983.6 946.5l-1560.3 1107.5l-682.5 1751.5l-2278.2-84l-534.2-2872l500-4466.5l-5337.5 2526l-575.4-1201.5l819.5-4103.5l-4611.1-2110.5l-713.4-1225l-2682.7-2667l-544.9-1652l-1698.3-1518l-4308-1738.5l-165.8 475.5l-954.5-1279l262.1-1797.5l-1395.8-1680.5l-2698.8 1135.5l-2769.3-599.5l686.5-1311.5l1632.2-431.5l9.3-2119l1267.4-889l-249.7-1189.5l1850-1503.5l1767.3-24l-326.2-1225.5l1034-455l1002.1 831l1229.2-664l1330.8 356l766.9-174l2511.7-729.5l1444.5 672.5l837.2-2240l313.9-201.5z" />
			<path  id="164" d="M200076.9-6367704.5l2676.5-823l2515.5 1716.5l3352.1-1127l1569.5 395.5l53.9 395l-262.5 4008.5l3379 261.5l1141.4 722l-14.2 1294.5l52.5 2580l-1873.7 4185.5l-2109.6 327l-1323.1 1438l-2325 216l247 877.5l-834.2 417.5l-1275.7-380l-1383.2-1834l242.1-2152.5l-3777.2-1964l-1842.8 1547.5l-1442.1 463l-1053.3-533.5l-790.5-1681.5l-1432.9-1713l-1322.1 335.5l534.1-1199l2675.1 278.5l1897.3-2686.5l-161.1-2020.5l1392.7-1675l1494.7-1670z" />
			<path  id="167" d="M170324.3-6360319.5l-686.5 1311.5l2769.3 599.5l2698.8-1135.5l1395.8 1680.5l-262.1 1797.5l954.5 1279l165.8-475.5l4308 1738.5l1698.3 1518l544.9 1652l2682.7 2667l713.4 1225l4611.1 2110.5l-819.5 4103.5l575.4 1201.5l-690-62l-107 978l-794.1 580.5l-1739.7-1090l-1592.7 488.5l-737.4 1871l-2696.2 1272l1797.9 4860.5l-2685.3 1287l-2010.1-607l-1275 1608l-2523.8-1197.5l-1591.6 304.5l-847.9-1052.5l-596.4 565l-1508.1-836l-179.1-1004.5l731.7-3159l665.8-207l-2743.5-1512l658.5-1821l-1787.5-1713l-1257-700.5l120.6-1895.5l-2692.6 1341l-1702.7-1368l-289.2-883.5l-2913.7 27.5l-1104.9-2072.5l-91-1472l869.5-1177l-2650.7-410.5l-577.7-1507.5l945.9-2332.5l1670 731l1700-2571.5l-2652.3-981.5l-784.1-1709.5l485.2-1084.5l2049.8 951.5l1351.8-2219.5l576.1 1115.5l1771.8-227l1043.4-367.5l-18.8-1498.5l1420.9-1258l2384.4-300.5l1246.8 1044.5z" />
			<path  id="166" d="M210176.3-6349440.5l2256.9 1099l-1422.2 2514l-599.2 746.5l1139.9 411.5l-1813.1 1924.5l2243.9 2928l843.1-419.5l1896.3 2135.5l1807.9-346l98.9 1309.5l2643.8 2424l2525.6 534.5l1119.9 1879.5l2719.5-438l1089.7 3751l-1797.6 1537.5l125.3 2511l-3163.4-1238l-2335 1664l-2745.3 240.5l-1066.4-1200l-1335.7 2841.5l117.8 3994l-2497.3 3504l-2720.5 1696l-3966.9-2337l-5242.3-3277.5l-483.7 3370.5l-1287.6-2039l-2708.6 1385.5l-3271.3 3674l-2840.1-852.5l-5867.2 1027.5l-65-1978l-6391.8-4583.5l-189.4-219.5l-2130.9-5012l166-232.5l361-594l2709.5-1211l1044.2-1545l1275-1608l2010.1 607l2685.3-1287l-1797.9-4860.5l2696.2-1272l737.4-1871l1592.7-488.5l1739.7 1090l794.1-580.5l107-978l690 62l5337.5-2526l-500 4466.5l534.2 2872l2278.2 84l682.5-1751.5l1560.3-1107.5l983.6-946.5l1291.8-2380.5l1278.9-138l88.9-641.5l425.2-1514l1729.3-2262.5l-1068.5-1281l-1652 124.5l-616.2-504l701.9-590.5l2792.4-2658l2653.8 360.5z" />
			<path  id="168" d="M163891.1-6342116l1702.7 1368l2692.6-1341l-120.6 1895.5l1257 700.5l1787.5 1713l-658.5 1821l2743.5 1512l-665.8 207l-731.7 3159l179.1 1004.5l1508.1 836l596.4-565l847.9 1052.5l1591.6-304.5l2523.8 1197.5l-1044.2 1545l-2709.5 1211l-361 594l-166 232.5l2130.9 5012l189.4 219.5l6391.8 4583.5l65 1978l-4644 1314l-1900.1 2730l314.2 1909l-681 987l-1455.2-569l-1715.6 1865l-2667.4 4882.5l-2529.7 1967.5l-805.3 2435l82.8 2019.5l-788.7 6950.5l-1144.9 214l-2228.7-588.5l-1158.8-2012.5l-2569.5-5440l287.5-1291.5l1270.8-240l-1350.5-964l-3213.8-443l-494.9-2515.5l559.3-1467l-1228.1-1407.5l-1005.6 29.5l-5012.2 406l-609.9-1149l-4310.3 7l-360.9-1194.5l-3905.6-1142l773.4-1426.5l-373-1516l224.5-1257l-1498.8-908.5l-782.7 469.5l-487.5-2426l-1746.8-893.5l366.6-952l-2062.5-240.5l-677-749l480.2-756l4421.5-3356.5l56.9-1397l-1225.2-1579.5l-4031.7-1129l-1014.5-2757l733.9-1166.5l3072.8-1600.5l-391.2-2219.5l1413.3-695l3089.5-2238l-594.2-1156l2016.6-1554l1991.7 4436.5l-1256.1 2985.5l1155.4 1837.5l1314.2 32.5l1755.5-866.5l427.3-2369.5l1196.7-61.5l1189.2 1365l1252.3-818l1518.3-73l19-1132.5l-3346.5-361l3111.2-4763.5l3004.2-1220l1363.9 959.5l1656.2 172l1666.9-159l-72.8-1022.5l1049.2-557l2432.4-2175.5l323.6-1629z" />
			<path  id="152" d="M195599.2-6454847l1142-198l1118 1029.5l240.4 1723l2625.8 1205.5l1756-472l1031.1 1223l1997.4-1522.5l-334.9-1384.5l1076.8-574l1942.6 378l949.3 3037l1805.1-1225.5l2461 3605l778 949l4257 394.5l-811.6 3202l1412.3 1296.5l1774.4 131l102.3 640.5l1630.7 4450l-638.6 2469l-1018.6-269.5l1620.8 3789l-1875 2825.5l840.2 839l108-1103.5l998.7 383.5l547.2 2702l459.9 1117.5l1858.8 108.5l3025.8-703l2908.8-3174l-717.3-1205.5l937.8-94.5l195.4 732l2968.9 3052.5l-1333.9 1432.5l956.4 4933l-590.8 3010.5l320.5 336l-885.5 777l2865 1594.5l343 498l868.8 1658.5l170.1 3224.5l-3851.8 945l-3303.2 279l-2746.2-1185l-2023.8 4673l-1533.4 644.5l-1134.2-1023l294.9-2600.5l-4192.6 1761l-2433.4-147l529.6 1099l-1420.7 187.5l-745.5-819.5l-2897.7 2213l-2225.3-919l-1027.1-1294.5l-2058-281l-2272.5 898l-1343.2-441l-237.4-726l1508.4-2225l-4223.6-5467l-259.7-765.5l1749-1865l231.4-1357.5l604.6-2295l1237.2 349.5l693.2-1491l5.9-5512.5l-1625.4-1040.5l-1034.5-1127.5l-4961.8-1563.5l-1355.4-593l-1350.4-1243.5l-1418.6 447l-4226.8 2172.5l-2122.8-471l-1203.3 158l-1322.1 2270.5l727 1036.5l-2366.8 1536l-505.3 2785l-1880.9 1000l-439.4-584.5l-627.9 385l-2280.4 181l-2532.9 1495.5l-2538.5-400.5l716.5-5650.5l1110.5-747l-1.3-894l-2766.5-533l-3303.3 1480.5l-503.5 936l-4125.7-102.5l-5435.7 116l-855.1 7959l-3431.4 1846.5l-1.9-969.5l-196.9-2261l-1182.3-1635l-291-3701l1170-1322.5l-495.5-1123.5l-1412.2-73.5l-1118.7-2939.5l351-539l3375-2427.5l279.1-1937.5l-1093.2-359.5l299.1-2839l2249.2-1821.5l575.8-1977.5l3192.4 333.5l732.6-678l3067.3-1636.5l-307.9-552.5l2060.9 241.5l1651.4-576l2274.6 530l1469-3134l2454 1613.5l2867-1356.5l229.8 89.5l3217.5-1218.5l350.5-1209l2842.2-245l557.5 232.5l-1347.2 1638.5l3870.6-2490l1678-3482l3125.8 606.5l57.4 17l2455.3 857.5l2257.8-2238.5l466-270l1118.3-1456z" />
			<path  id="155" d="M195435.5-6429716l1355.4 593l4961.8 1563.5l1034.5 1127.5l1625.4 1040.5l-5.9 5512.5l-693.2 1491l-1237.2-349.5l-604.6 2295l-231.4 1357.5l-1749 1865l259.7 765.5l4223.6 5467l-1508.4 2225l237.4 726l1343.2 441l-2404.1 1127.5l-2178.8 4965l48 374l-730.5 694.5l386.4 866.5l2824.4 1658.5l-72 3552.5l-1550.6 437.5l-1481-211.5l-2836 785l-3869-1441.5l-887 103l-65.4 1244.5l-624.7 1292.5l-102.1 711.5l-708.1 1829.5l1036.9 2338l-1129.6 1081.5l-12.8 727.5l1279.7 326.5l993.8 2003l-615 395.5l-2005.9-853l-1394 2458l-1336.8-92l-3339 717l-749.2-1704l-1876.7 1034.5l-3786.6-1060.5l906.4-772l-180.9-2018l-1596.7-73l-1033.5-2631.5l-157.6-1677l-2093.2 59l-1212.4-2136l-344.7 703.5l-2649.2 597.5l-3036.9-539l-1459-2003.5l-1254.3-527l-3181.2 1415l-474-967l-1763.8 265l-2198.2-1577.5l1228.6-2000l-3133.8-1261l293.1-2369.5l732.5-2256l-2728.3 319.5l375.3-1009l1349.5-2524l-181.6-2967l-274.5 54.5l-428.1-2068.5l-1089.7-50.5l-277.5-1933l-229.7-1996l-763.6 182l-167.7-947l-649.2-2117.5l1960.4-936l1270.7-270l-67.6-272.5l3431.4-1846.5l1179.1 1367.5l-1538.8 1049l1278.6 7408.5l392 2272l3980.2-639l412.6-1764.5l351-1319.5l2807.5-1818.5l5677.4 287.5l23.8 1788.5l2502.2 313.5l1295.5-4486.5l2315.6-544l-391.1-907.5l710.9-1176.5l-1272.3-557.5l-2021.5-3437l2532.9-1495.5l2280.4-181l627.9-385l439.4 584.5l1880.9-1000l505.3-2785l2366.8-1536l-727-1036.5l1322.1-2270.5l1203.3-158l2122.8 471l4226.8-2172.5l1418.6-447l1350.4 1243.5z" />
			<path  id="153" d="M173173.5-6425346l-1110.5 747l-716.5 5650.5l2538.5 400.5l2021.5 3437l1272.3 557.5l-710.9 1176.5l391.1 907.5l-2315.6 544l7.4-1534l-4593.5-7l-3328.4-4827l-4412.3 596.5l816.5 3488l-5671.6-807.5l-1179.1-1367.5l855.1-7959l5435.7-116l4125.7 102.5l503.5-936l3303.3-1480.5l2766.5 533l1.3 894z" />
			<path  id="154" d="M174543.4-6411925.5l-1295.5 4486.5l-2502.2-313.5l-23.8-1788.5l-5677.4-287.5l-2807.5 1818.5l-351 1319.5l-412.6 1764.5l-3980.2 639l-392-2272l-1278.6-7408.5l1538.8-1049l5671.6 807.5l-816.5-3488l4412.3-596.5l3328.4 4827l4593.5 7l-7.4 1534z" />
		</g>
		<g  id="_15">
			<path  id="66" d="M107101.1-6602858l2308.9-619.5l786.4 645.5l-924.1 2700l619.1 463l2473.8-330.5l698.7 943l188.8 2061.5l1288.6 393.5l1887.4-1204l1612.4 405.5l1953.1 2595l2947.1 342.5l1215.8 767.5l-1470.3 3598.5l898.4 972.5l2516.9 62.5l1372.9 1510l2017.7 202l212.8-7l1004.7 285.5l1222.1 985l1508 412.5l1588.8-1072.5l2885.8-133l1888.1-98.5l2432.8 1126.5l937.7-1624l-451.1 1613l910 2156.5l2460.1-959l1991.5-910.5l2281.1 1177l1434.3 5602l-213.4 1959.5l-1661.7 518l-634.4 2500l-399.1 728l966.6 1678.5l-1103.2 1630.5l84.5 537l-365.8 758.5l2946.5 5735.5l-13.1 3974l-2197 1304l-2240.4-774l461.7 2165l-192.4 1013l578.9 2482l-1338.9 1465.5l-1122.1 3792l2030.8 2405.5l-563.5 620.5l-4094.6-1061.5l-15.8-1482.5l-1976.7-1628l-1581.8 1698.5l-4071.7 664.5l314-4404l-627.8-1728l-436.9 4132l-1327.6 2222.5l883.9 1200l1080.4 3350.5l1131.3 1845.5l6.5 76l-1214.1 4038.5l-1365 2555l-1801.7 705.5l349.2 2233.5l-1663.3 334l-1326.5 2350l-2864.6 2309l-480.2-1609.5l585.6-1164.5l-829.8 181.5l-1737.8-1907.5l1123.1-1082l361.2-2207l-1131.8-1001.5l-41.6-1193l-1457.8 1199.5l-271.5 709.5l-2061.6 262l-510.1-11l-2746.7-667.5l514.6-1070l-2009.8-4378.5l-1762.2-504.5l-2447.9-10.5l330.2-646l-3742.5 1381.5l-4.1 14l-1580.5 5341.5l-7891.8 2811.5l339.6-2258.5l-3127.2-1969l-1085.9 374l-522-902.5l-2075.8 383l-511.8 382l-1588-57l-726.3-1717l-2744.3 1102.5l-936.1-565.5l-841.3-168l-484.7 114l-256.5-2.5l-444.4 162l-4735.9 266l-609.5-7.5l-402.1-209l-759.4-482l-1250.4-1017.5l-846.2-219.5l-1995.6-3565l-592.3-1130l-819.5-1523l-1211.9 1045l-365.9-347l-109-148.5l-224.6 116l-965.5 552.5l-3860.8-4970.5l-1094.3-2822l743-1597.5l1628.9-2416l244.7-2260l-710.3-214.5l-2665.2 1924.5l-1647.9-2612l-2150.6-3848.5l-2644.5-3972l-411.1-1528.5l-2078.9 377l-525.9-4092l-2126.5-3261.5l64.4-1715l-6.3-1120.5l335.5-3933l5141.2-1221l4350.2-318.5l1564.4 89.5l3750.2-3312.5l363.1-2651.5l1392.1-415.5l4674.3-411.5l548.7-28l202.5 1569l1169.7 390.5l3052.4-1217.5l4044.4 799l987.5 860l639.3 1203.5l1585.6-96.5l1711.9-936.5l1692.3 1108.5l4579.9-2658l1754.4-523.5l1468.6-1605l490.6-482.5l419.1-448l1703.9-1254.5l2262.5-288l-864.1-2030l344.7-1794l929.4-3532l2922.9 837l2590-4192.5z" />
			<path  id="67" d="M134769-6552244l627.8 1728l-314 4404l4071.7-664.5l1581.8-1698.5l1976.7 1628l15.8 1482.5l4094.6 1061.5l563.5-620.5l865.8 960.5l2563.8-401.5l613-2330.5l1749.6 209.5l898.5 1927.5l-463.8 663.5l4523.3 128l-1335.5 899.5l1155.8 1613l-473.4 1836l-991.8 952.5l-882.7 4107l805.3-35l233.3 1432l-668.4 1193l1036.7 776l-1513.5 1674.5l1774.8 1952l-2276 4611l4.9 67.5l-1728.3 6148l844.5 675l1021.1 442.5l1250.7 1005.5l85.7 468.5l-3082.9 2107l585.9 134.5l-609 1702l-1830.6 2321.5l2870.3 3940l1452.6 3341.5l3053.3 1958.5l1390.8 2373.5l1339.8 1728l1330.6 211l3484.6 2734l3987 128l1139.1 909l2501.1 882.5l266.9 1655.5l4373 267l-966.5 3005.5l-118.5 1434.5l-533.4 1910l-1338.3 2394.5l-381.9 770l-2673.6 4309l-806.3 1023l1538.2 941.5l449.5 1575.5l556.8 740.5l-1252.3-37l193.9 1289.5l-2603.9 44.5l-83 884l-107.4 534l-1782.2-190l-656.2 1783l-922.2 947.5l-3004.2-2770l-2869.7 1059l-1498.7 38l-908-1193.5l803.8-3983l-2615.7-2631.5l892.7-1960.5l-5044.4 2723.5l-861-422.5l-344.4-1788.5l2779.6-3419l-460.7-955.5l-2398.9-812l-590.7-1379l-682.7 916.5l-1204.5-243.5l-1038.9 570.5l1915.7 2690l-2979.8-84l-1127.3 703.5l-486.2 2851l-4203.2 1549l-1937.6-445.5l-398.8-992.5l-230.9-1524.5l-1531.6-1428.5l-1870.1-2480.5l-17.5-93.5l-880.6-754.5l-2887-2753l-2080.9-2404l53.7-1922l273.9-824l-372.9-1417.5l-1658-1150l-1427.4-1031.5l723.3-1888l-401.6-614.5l-916.8-578l-4337.7-284l-599.1-712.5l166.7-266l-868.7-1672.5l-285.3-285l-89.8-256.5l-1519.7-490.5l-812.8-1580l586.9-2414l-1323.4-1466.5l422.8-2093l-23.6-170l-1667.1-1791l1180.3-1473.5l-1152.3 44l-153.5-940.5l-1110.2-2168.5l-2395.1-23l205.5 848l556.5 2316l-3208.8 2060.5l-2060.7 949l-2063.1 6518l-1804.2-496.5l-2524.2 921.5l-723-2118l-3512.4 676.5l138.9-1666.5l-3232 295l-181.4-3220l-2346.5 288.5l45.9-678.5l-517.5 27.5l-3261.4 1376.5l-1083 164.5l-1922.6-2539.5l-751.2-92.5l-363.4-129.5l-1086.2-701.5l-1200.9-856.5l-1322.8 477.5l-725-1107l-1074.1 415.5l-1375.8-708l-1922.2-371l-938.8-1075.5l637.6-849.5l-1815.9-1458l-197.7-1932l-971.2-1491.5l-843.2 214l-1208.9-1905.5l-30.8-382.5l1730.4-1208l-1303.8-2210l-1188.3-1610.5l-934.9 124l-304.6-725l3757-508l1977-1063l401.1-1947.5l-425.6-329l-4829.8-3869.5l-1308.9-1704l-3144.4-3691l31.9-1272.5l1012.5-2650.5l620.9-238l3353.6-21l965.5-552.5l224.6-116l109 148.5l365.9 347l1211.9-1045l819.5 1523l592.3 1130l1995.6 3565l846.2 219.5l1250.4 1017.5l759.4 482l402.1 209l609.5 7.5l4735.9-266l444.4-162l256.5 2.5l484.7-114l841.3 168l936.1 565.5l2744.3-1102.5l726.3 1717l1588 57l511.8-382l2075.8-383l522 902.5l1085.9-374l3127.2 1969l-339.6 2258.5l7891.8-2811.5l1580.5-5341.5l4.1-14l3742.5-1381.5l-330.2 646l2447.9 10.5l1762.2 504.5l2009.8 4378.5l-514.6 1070l2746.7 667.5l510.1 11l2061.6-262l271.5-709.5l1457.8-1199.5l41.6 1193l1131.8 1001.5l-361.2 2207l-1123.1 1082l1737.8 1907.5l829.8-181.5l-585.6 1164.5l480.2 1609.5l2864.6-2309l1326.5-2350l1663.3-334l-349.2-2233.5l1801.7-705.5l1365-2555l1214.1-4038.5l-6.5-76l-1131.3-1845.5l-1080.4-3350.5l-883.9-1200l1327.6-2222.5l436.9-4132z" />
			<path  id="69" d="M111981.1-6512233.5l-205.5-848l2395.1 23l1110.2 2168.5l153.5 940.5l1152.3-44l-1180.3 1473.5l1667.1 1791l23.6 170l-422.8 2093l1323.4 1466.5l-586.9 2414l812.8 1580l1519.7 490.5l89.8 256.5l285.3 285l868.7 1672.5l-166.7 266l-716.4 119.5l288.5 957.5l-4197.8 1602.5l-2338.8 1801.5l-1808.2 989.5l-754.1-2840.5l-1607.7-2013l-5373.7 119l-301-942.5l1193.7-4148.5l2063.1-6518l2060.7-949l3208.8-2060.5l-556.5-2316z" />
			<path  id="70" d="M71445.4-6510938.5l2075.8-569l938.8 1075.5l1922.2 371l1375.8 708l1074.1-415.5l725 1107l1322.8-477.5l1200.9 856.5l1086.2 701.5l363.4 129.5l751.2 92.5l1922.6 2539.5l1083-164.5l3261.4-1376.5l517.5-27.5l-45.9 678.5l2346.5-288.5l181.4 3220l3232-295l-138.9 1666.5l3512.4-676.5l723 2118l2524.2-921.5l1804.2 496.5l-1193.7 4148.5l301 942.5l5373.7-119l1607.7 2013l754.1 2840.5l1808.2-989.5l2338.8-1801.5l4197.8-1602.5l-288.5-957.5l716.4-119.5l599.1 712.5l4337.7 284l916.8 578l401.6 614.5l-723.3 1888l1427.4 1031.5l1658 1150l372.9 1417.5l-273.9 824l-53.7 1922l2080.9 2404l2887 2753l880.6 754.5l17.5 93.5l1870.1 2480.5l1531.6 1428.5l230.9 1524.5l-965.5-749.5l-3081.5 1228.5l-1564.5-1354l-1867.1 1119l-144.9 863l-302.7 134l-845.4 375l-1257.8 661l-956.5 1854l-1987.9-2327l-8.3-1242l-3132.9-1173l-941.9 444l-358.1 1550.5l-2794.8-357l-819.6-405.5l-2531.8 71l1257.3 1793.5l-1948.9-181.5l-36.3 3365l-224.2 78l-1321.1 613l98.1 1163l-1991.9-216l-722.2-1322l-575-415.5l-1719.7 2690l5.9 1924l3502.3 3178.5l657.7-34l-771.7 1370.5l-1075 1666.5l21.8 1200.5l-1089.1-118l-227.9 625l782 1684l-3186.7 1907l-1875.3-454.5l-128.3-1754.5l-245.6-285l-817.6-517.5l-2039.4-732l-1206.6-396l-775.6 1133.5l-2932.8-1811l-776.9 1821.5l449 1585l-1119.1 837.5l-1205.9 31l-363 193.5l-1516.6 1323l-171.2 1198.5l-589.1 95l-1107 857l-1221.3-34l-2658.4 2402l-1702.4-2009.5l-1489.7-1416.5l203.7-1470l2448.8-1035.5l3110.4-4204.5l989.7-230.5l602-1745l-974.3-1332.5l-793.2-829l-1116-3061.5l-1003.6-390.5l-393.7-53l-1258-776l449.1-225l1030.3-590.5l107.7-1144.5l642.9-1235.5l2768.4-174l1775.1-1311.5l-232.4-3152l835.4-40.5l-1070.9-1302l806.2-1532l2.1-70l-4513.3-627.5l-180.5 1663l-1415.2-458.5l-3721.8-3118.5l-1687.5 1009.5l-884.6-2544l1100.6-1145l-129.1-1705.5l-1412 6l-224.2-2571l22.7-1327l-3812.2-205.5l-427-941l-1654.2-1390l17.4-1539l-235.9-73.5l-269.2-49l-2387.9 12.5l-745.6-602l-1848.4-687l-1731.6-578.5l503.4-1649.5l-177.1-1694l-1946.9-1095l82.8-706l2276.2-283.5l3506-2729l8.1-52l1699-2130l437-2523.5l-2851-735.5l-366.5-2296.5l2120.6-1823z" />
			<path  id="68" d="M63303.9-6493388.5l1663.7-31l1186.1 198.5l1731.6 578.5l1848.4 687l745.6 602l2387.9-12.5l269.2 49l235.9 73.5l-17.4 1539l1654.2 1390l427 941l3812.2 205.5l-22.7 1327l224.2 2571l1412-6l129.1 1705.5l-1100.6 1145l884.6 2544l1687.5-1009.5l3721.8 3118.5l1415.2 458.5l180.5-1663l4513.3 627.5l-2.1 70l-806.2 1532l1070.9 1302l-835.4 40.5l232.4 3152l-1775.1 1311.5l-2768.4 174l-642.9 1235.5l-107.7 1144.5l-1030.3 590.5l-449.1 225l1258 776l393.7 53l1003.6 390.5l1116 3061.5l793.2 829l974.3 1332.5l-602 1745l-989.7 230.5l-3110.4 4204.5l-2448.8 1035.5l-203.7 1470l1489.7 1416.5l1702.4 2009.5l1.8 1934l-502.9 1110l593.1 166l-2902.7 2479l-2957.1-822l-493 2519l-1115.1 684l-1098.6 100l-49.8-489l-1882.4-3152.5l-779.5-492.5l-2755.3 1267l-1508.7-3503.5l-1141.9-352l-1858.3 461l-1741.1-1087l-1727.5 474.5l-1189.1 1449l-1364.9 578l-126.5 125l-2612.2-2409l-1626.9 295l-1384.5-1056.5l-3466.4-991.5l-553.8 816.5l-3723.2 123.5l-1176-1437.5l-1153.3-2265.5l-181.1-1020l437.2-1499.5l-294.6-1290l-1054.9-1040l-1738.5-4266l-2112.9-950l-1301.7-1816.5l-156.1-4983.5l691.6-817.5l-793.7-911l4120.9-4045.5l961.7-1476.5l-468.2-2094.5l-1169.6-774.5l-970.3-350l-5.8-1961l2196.1-1636.5l416.5-452.5l-678.2-590l-1490.9-434l-2297.9-1566.5l-1820.7-2577l1463.8-728l1271.8 361.5l2211.3-646l1594.1-1505.5l-543.6-1725l1555.5-352l1524.7-454.5l2074.8-105l1484.6 76.5l1232.5 99l2600.7-13l97.8-19l1874.3-51.5l761.5-264l2154.3-923l3397.2-91.5z" />
			<path  id="71" d="M177766.4-6484549l966.5-3005.5l838.5-132.5l-103-902.5l1116.7-359.5l955.9-133.5l648.1-2105l3086.6 982.5l2155.8 1488l1627.1 204.5l1124.8 804.5l522.6 1564.5l3176.7 33.5l1481-474.5l680.5 3506.5l3185.9 686l1154.3-408.5l167.4-886l2863.3 371.5l-251 1353.5l1443 268l-114 2084l4953.3-109.5l.2 3349l2558.2 227l295.6-749l3209.3-1048l1239.5 1063.5l161.3 1346l-1873.4 532l1358.7 3435.5l1412.6 1898.5l-84 1087.5l-445.2 4246.5l1000.1 489l-427.5 1316.5l2123.5 2262l-1471.8 3386l-7554.5 5249.5l-1805.1 1225.5l-949.3-3037l-1942.6-378l-1076.8 574l334.9 1384.5l-1997.4 1522.5l-1031.1-1223l-1756 472l-2625.8-1205.5l-240.4-1723l-1118-1029.5l-1142 198l-1118.3 1456l-466 270l-2257.8 2238.5l-2455.3-857.5l-57.4-17l-3125.8-606.5l-1678 3482l-3870.6 2490l1347.2-1638.5l-557.5-232.5l-2842.2 245l-712.2-1269.5l173.6-3341l-2616.5 533l-2673.6-595l-203.5-1419l-1452.5 26.5l69.5-2096l-2356.3-116.5l-77.6-61.5l-1814.4 1016.5l-2346.1-105l-231 104.5l-1794 1325l-443.6-2090l1248.1-430.5l-1394.3-1236.5l-1134.2 115.5l505.7-1785l-2027.9-991.5l-904.6-4967.5l-997.2-1276.5l-2973.1 2289.5l-541.9 2567l-2102.2-822l-94.4 2391.5l-2095.4 112.5l266 3460l-1032.1 341.5l1739.2 1823.5l-663.7 641l-2277.8 2129.5l-1658.5 2007.5l-991.9 296.5l-651.6 167.5l37.3-2103l-2462.2 660l-135.7 1881.5l-534.2 73.5l-2336.4-190l-168.3-14.5l-388.7-14.5l-336.5-81.5l-1314.2 186.5l-1663.6 328l-1059.1-392l-2854.9-1064.5l-2054.7-1941l-1913-917.5l550.4-2085.5l16.6-363.5l490.4-3794l773.2-125l219.3-1086l971.3-43l415.5-1184l869.5 15l-885.4-492.5l-1623.2-424l-1294.9-1159.5l447.1-1491.5l-636.3-482l43.7-195.5l2281.9-1262.5l-538.7-1652.5l-909.2-945l-268.1-411.5l956.5-1854l1257.8-661l845.4-375l302.7-134l144.9-863l1867.1-1119l1564.5 1354l3081.5-1228.5l965.5 749.5l398.8 992.5l1937.6 445.5l4203.2-1549l486.2-2851l1127.3-703.5l2979.8 84l-1915.7-2690l1038.9-570.5l1204.5 243.5l682.7-916.5l590.7 1379l2398.9 812l460.7 955.5l-2779.6 3419l344.4 1788.5l861 422.5l5044.4-2723.5l-892.7 1960.5l2615.7 2631.5l-803.8 3983l908 1193.5l1498.7-38l2869.7-1059l3004.2 2770l922.2-947.5l656.2-1783l1782.2 190l107.4-534l83-884l2603.9-44.5l-193.9-1289.5l1252.3 37l-556.8-740.5l-449.5-1575.5l-1538.2-941.5l806.3-1023l2673.6-4309l381.9-770l1338.3-2394.5l533.4-1910l118.5-1434.5z" />
			<path  id="72" d="M115421-6473482.5l2531.8-71l819.6 405.5l2794.8 357l358.1-1550.5l941.9-444l3132.9 1173l8.3 1242l1987.9 2327l268.1 411.5l909.2 945l538.7 1652.5l-2281.9 1262.5l-43.7 195.5l636.3 482l-447.1 1491.5l1294.9 1159.5l1623.2 424l885.4 492.5l-869.5-15l-415.5 1184l-971.3 43l-219.3 1086l-773.2 125l-490.4 3794l-16.6 363.5l-550.4 2085.5l1913 917.5l2054.7 1941l2854.9 1064.5l1059.1 392l1663.6-328l1314.2-186.5l336.5 81.5l388.7 14.5l168.3 14.5l2336.4 190l534.2-73.5l135.7-1881.5l2462.2-660l-37.3 2103l651.6-167.5l991.9-296.5l1658.5-2007.5l2277.8-2129.5l663.7-641l-1739.2-1823.5l1032.1-341.5l-266-3460l2095.4-112.5l94.4-2391.5l2102.2 822l541.9-2567l2973.1-2289.5l997.2 1276.5l904.6 4967.5l2027.9 991.5l-505.7 1785l1134.2-115.5l1394.3 1236.5l-1248.1 430.5l443.6 2090l1794-1325l231-104.5l2346.1 105l1814.4-1016.5l77.6 61.5l2356.3 116.5l-69.5 2096l1452.5-26.5l203.5 1419l2673.6 595l2616.5-533l-173.6 3341l712.2 1269.5l-350.5 1209l-3217.5 1218.5l-229.8-89.5l-2867 1356.5l-2454-1613.5l-1469 3134l-2274.6-530l-1651.4 576l-2060.9-241.5l307.9 552.5l-3067.3 1636.5l-732.6 678l-3192.4-333.5l-575.8 1977.5l-2249.2 1821.5l-299.1 2839l1093.2 359.5l-279.1 1937.5l-3375 2427.5l-351 539l1118.7 2939.5l1412.2 73.5l495.5 1123.5l-1170 1322.5l-944.5 237l-2030.7-747.5l-562.6 36.5l-2868.3 129.5l-1096.5-704.5l-629.5 22.5l-2419.8 159l705.2-2862.5l1633.1-1634.5l-288.6-1754l1324.8-1194l910.8 125l190.5-765.5l-605.5-600l-770.8 558.5l-2400.1-441l-740.7-3182l-584.1-1557.5l-1883.7 45l-1945.5 216.5l-811.7 1485l-459.6-636l-1357.2 258l-554.1 551.5l-1324.3-1088.5l-1175.5 51l-234 1759l-1353.5 633.5l1662.1 2353.5l-1130.1-47.5l182.3 1063l1648.3 1991.5l1878.4-39.5l910.6 1014.5l-916.5 1228l1165 538.5l-1519.3 4787l-241.1 26.5l313.8-2681l-4203.5 243l-497.8-666l-2086.3 863.5l-803.7 892.5l-2718.1 1554.5l-3190.8 840.5l-620.7-1562l785.5-461l-59.4-1925l1787-621l-261.9-1047.5l-27.8-251l2338.7 114l246.7-2208l-788.5-940.5l-1603.8-830l-219-997l-2427.1-1541.5l-79.4-1356.5l600.3-141l802.2-1682l-499-1542.5l-718.9-57.5l-1486.6-1925.5l-187-995.5l595.9 120.5l1039.1-1863l1139.6-632.5l431.1-1344l2087.6-742.5l-819.2-1237l-69-1377l-2154.3 458.5l-1943.1-2137.5l-1829.9-180l-659.5-121l-3299.5-1239l-26.4-3041l-391.7-1135.5l-894.8 65.5l-782-1684l227.9-625l1089.1 118l-21.8-1200.5l1075-1666.5l771.7-1370.5l-657.7 34l-3502.3-3178.5l-5.9-1924l1719.7-2690l575 415.5l722.2 1322l1991.9 216l-98.1-1163l1321.1-613l224.2-78l36.3-3365l1948.9 181.5l-1257.3-1793.5z" />
			<path  id="75" d="M100543.4-6456650.5l1206.6 396l2039.4 732l817.6 517.5l245.6 285l128.3 1754.5l1875.3 454.5l3186.7-1907l894.8-65.5l391.7 1135.5l26.4 3041l3299.5 1239l659.5 121l1829.9 180l1943.1 2137.5l2154.3-458.5l69 1377l819.2 1237l-2087.6 742.5l-431.1 1344l-1139.6 632.5l-1039.1 1863l-595.9-120.5l187 995.5l1486.6 1925.5l718.9 57.5l499 1542.5l-802.2 1682l-600.3 141l79.4 1356.5l2427.1 1541.5l219 997l1603.8 830l788.5 940.5l-246.7 2208l-2338.7-114l27.8 251l261.9 1047.5l-1787 621l59.4 1925l-785.5 461l620.7 1562l3190.8-840.5l2718.1-1554.5l803.7-892.5l2086.3-863.5l497.8 666l4203.5-243l-313.8 2681l1241.5 4527.5l1522.4-357l902.2-2214l2727.4-1305l1925 554l1206.2 2969.5l477.4 247.5l-1270.1 1400.5l-476.1 555.5l-2030.6 708.5l209.2 3332.5l-1024.7 488l-97.8 631l-1320.8-553l-1522.8-3459l-1771.5 238l-871.6-1914.5l-198.9 110l-2042.2 756l-596.7 347.5l612.8 5867l-1936.4 696l2159 1273.5l422.2 2222l-910.9 683l-789.8 8.5l-708-1188.5l-990.7 928l-126.9-790l-1499.1-183l-968.1-24l-38.3-2066l-481.5-231l-1466.3-1478l-53.1 16l-3289.5 1399l-2357.1-478l-90.5-332.5l-3340.6-2869l363.8-954.5l-1232.5-651l-167.9 17l-1193.2 2023l-1828.2 469l-650.4 2323.5l-769.9 333.5l-1645-1266l-556.6 1197.5l-3077.4-2048l-3929.8-4006l666.5-867l-2038.4-554l65.8-519.5l-593.5-1112l-177.5-739.5l173.2-1971.5l-2535.6-645.5l-634.2 601l-1896.9-2845.5l-3239 1178l-1522 37l-431.9 257.5l108.5-792l-1677.9-804.5l-1578.2 771l-1721.1-67l-951.3 411l-2848.4-925.5l-1250.8-773l-2826.9-1086.5l-4035.7 1472.5l-1849.3-1163l45.1-461l-894.7-46l111-1135.5l267.8-1282.5l-695.3-706.5l633.7-2398l-1443.2-1745l-935.4-309.5l356.5-524l-842.7-1566.5l269.9-1608l781.7-159.5l-1405.6-1003.5l-2118.1-1072.5l-1102.1-2806.5l2783.4-4170.5l-459.4-6l1189.1-1449l1727.5-474.5l1741.1 1087l1858.3-461l1141.9 352l1508.7 3503.5l2755.3-1267l779.5 492.5l1882.4 3152.5l49.8 489l1098.6-100l1115.1-684l493-2519l2957.1 822l2902.7-2479l-593.1-166l502.9-1110l-1.8-1934l2658.4-2402l1221.3 34l1107-857l589.1-95l171.2-1198.5l1516.6-1323l363-193.5l1205.9-31l1119.1-837.5l-449-1585l776.9-1821.5l2932.8 1811l775.6-1133.5z" />
			<path  id="73" d="M136072.2-6437017.5l1945.5-216.5l1883.7-45l584.1 1557.5l740.7 3182l2400.1 441l770.8-558.5l605.5 600l-190.5 765.5l-910.8-125l-1324.8 1194l288.6 1754l-1633.1 1634.5l-705.2 2862.5l-602.3 1887.5l-2694.4-417.5l-1289.8 88.5l-206.7-2802.5l-1531.3-686.5l-1165-538.5l916.5-1228l-910.6-1014.5l-1878.4 39.5l-1648.3-1991.5l-182.3-1063l1130.1 47.5l-1662.1-2353.5l1353.5-633.5l234-1759l1175.5-51l1324.3 1088.5l554.1-551.5l1357.2-258l459.6 636l811.7-1485z" />
			<path  id="74" d="M142946.6-6424130.5l629.5-22.5l1096.5 704.5l2868.3-129.5l562.6-36.5l2030.7 747.5l944.5-237l291 3701l1182.3 1635l196.9 2261l1.9 969.5l67.6 272.5l-1270.7 270l-1960.4 936l649.2 2117.5l167.7 947l763.6-182l229.7 1996l277.5 1933l1089.7 50.5l428.1 2068.5l274.5-54.5l181.6 2967l-1349.5 2524l-375.3 1009l2728.3-319.5l-732.5 2256l-293.1 2369.5l3133.8 1261l-1228.6 2000l2198.2 1577.5l1763.8-265l474 967l-70.6 835.5l-1672.8 1881.5l272 1823.5l-750.2 622.5l-1.3 318l2569.1 351l236.6 2302l-72.8 200.5l-689.8 1048l-877.7 1592l-1716.5 1909.5l128.3 1468.5l-1082.4 2197.5l-628.7 439.5l-1781.8-3169.5l-666.6-1008.5l-726.9 594l-494.9 1406l-2449.2-663l-2642.4-1173.5l-1072.5 272.5l-4104.6 874l-892.8-2522l-2169.9 71l107.4-2751.5l-127.1-122l-1978.2-1278.5l-366.8-405.5l-1048.7 574l-1170-150.5l8.8-1123l-2556.7-1848l-1793.2 525l-2257.5 521l-3027.6-492l-580.8 1151l-417.9 87.5l-583.2-679.5l58.1-915l-1087.1-558l-394.1-671.5l-2171.7-72.5l-68.8-1113.5l-279.7-930.5l-346.7-1320l-1876.5-1270.5l-860.7 213.5l-488.6 297l-587.5-418l-1595.3 1570l315.4-878.5l-1357.8-1013l-1546-519l-2088.9 1029.5l-211.7 901.5l-1316.7-222.5l-2940.8 20l-1467.1-1442.5l-130.6-981l18.3-264.5l-827.2-1882l1431.6-259.5l180.2-1898.5l697.5-296.5l-1026.4-194.5l-117.2-1118.5l-29.5-1340.5l-1225.3-83l-473-1656l-938-405l-1280.1 462.5l-2820.2-1244.5l-488.5-1020l1439.4-1844l863.4 932.5l3383.5-4128.5l169.6-818l532.1-1396.5l953.5-220.5l3077.4 2048l556.6-1197.5l1645 1266l769.9-333.5l650.4-2323.5l1828.2-469l1193.2-2023l167.9-17l1232.5 651l-363.8 954.5l3340.6 2869l90.5 332.5l2357.1 478l3289.5-1399l53.1-16l1466.3 1478l481.5 231l38.3 2066l968.1 24l1499.1 183l126.9 790l990.7-928l708 1188.5l789.8-8.5l910.9-683l-422.2-2222l-2159-1273.5l1936.4-696l-612.8-5867l596.7-347.5l2042.2-756l198.9-110l871.6 1914.5l1771.5-238l1522.8 3459l1320.8 553l97.8-631l1024.7-488l-209.2-3332.5l2030.6-708.5l476.1-555.5l1270.1-1400.5l-477.4-247.5l-1206.2-2969.5l-1925-554l-2727.4 1305l-902.2 2214l-1522.4 357l-1241.5-4527.5l241.1-26.5l1519.3-4787l1531.3 686.5l206.7 2802.5l1289.8-88.5l2694.4 417.5l602.3-1887.5l2419.8-159z" />
		</g>
		<g  id="_16">
			<path  id="194" d="M73077.7-6384661l1679.3 13.5l1752.3 1522.5l1233.7 3585l1156.5 2655l1448.8-1005l1827.7-116.5l291-764.5l1478.5 90l1457.5-869.5l1386.1 1103l779-1637.5l681.9 378.5l2558.2 175l440.6 986.5l1072-526.5l2580.7 524.5l1444.3 152.5l-1751 1356.5l1803.3 2109l1416.1-73.5l-59.2 2453l790.4 216.5l-1272.5 2124.5l-2080 763l-1584.1-222l-226.4 1379.5l-861.1 1155.5l-1637.5 166.5l-2184.5-2164.5l-179.2 1791l-1755.9 957l-1507.8 451l-211-4.5l-803.1-1420l-170.4 91.5l-1497.3 248.5l-1413.6-568.5l-2951.5-565l-235.3 1565l-3753.4 951.5l-3033.1 426l-2239.1 89l-261.2 1532l-2731-392l-108-1772.5l1993.9-1136.5l-421.1-1559.5l-1430.5-1377l-1831.8 662.5l-1313.9-2015l-2000-488.5l-255.9-1474l2014.7-1470l-558.2-1123l-1566.8-655l76.8-2212.5l2344.7 155l1443.2 1071l904.8-389.5l204.2-1458.5l3702.2-1337.5l-723.5-2427l1036.6-396l126.3 1044l1541.6-51l1787.3-646l154.7-1626.5z" />
			<path  id="190" d="M52312.2-6446915.5l553.8-816.5l3466.4 991.5l1384.5 1056.5l1626.9-295l2612.2 2409l126.5-125l1364.9-578l459.4 6l-2783.4 4170.5l1102.1 2806.5l2118.1 1072.5l1405.6 1003.5l-781.7 159.5l-269.9 1608l842.7 1566.5l-356.5 524l935.4 309.5l1443.2 1745l-633.7 2398l695.3 706.5l-267.8 1282.5l-111 1135.5l894.7 46l-45.1 461l-3382.6 2826l-3357-483l-927.2-213l-2871.1-1391.5l-798.4 478.5l-3127.6 2614.5l-565.4 449l-3648-971l-3519.4 669l-1882.7 330l-271.5 1038.5l-1927.8-150l-606.1-937l-1329.5-200l-1244.2-550.5l-1309.3 3621.5l-946.8-458l-265.6 1033.5l-2357.1 1675.5l5.6 320l1260 1772.5l-2685.2 1498.5l168.9 1827.5l1780.9-490l3981.3 104.5l300.5 1125l-108.2 2373.5l319.7 1060.5l-815.7 505l-1714.9 31.5l-591.7 1719l-991.8 5371l-2151.5 1515l-539-106l-6617.2 272.5l-4122.7-902l-357.7-2054l-1341.6-526l-2683.7 1633l724.4 1171l-1446.3-464.5l-1345.1-318l-2953.4-2438l-1345.6 501.5l-3054.5-1660.5l-2550.1-554l683.4-1769l-257.8-143.5l-1877.7-1031.5l-192.8-994.5l976-1245.5l-234.2-183.5l-4829.6-907.5l-1919.6-2129l-948.1 194.5l-429.4-745l426.8-1993l-1477.8-2997l31-363.5l64.7-2253l1273.6-393.5l1521-1672.5l1541.8-395.5l1281.5-1128.5l191.3-1204.5l1998.5-26.5l260.6-721.5l351.7-1097.5l836 90.5l1196.2 1730l386.1-1641.5l4953.5 508l117.1-141.5l-911.7-1296l2115.4-244.5l981.1-2034.5l-466.6-455.5l1601.9-2077l2466.6 960l2502.5-1227l1865.6-954l520.4-1990.5l2456.9-1025l1527.8-2003.5l-110.5-1563l973.8-1313l-85.1-2297.5l4536.8-155.5l3344.5 1695l1091.3 1215l849.6 1066l2641-333.5l2531.6-2043.5l1224.7-500.5l3050.8 2235l703.4-2161.5l-1546.9-698.5l-807.8-1996l781.9-995.5l130.8-1232l1756.8-765l396.6-1018.5l1658.8-325l3723.2-123.5z" />
			<path  id="192" d="M69944.3-6422109l4035.7-1472.5l2826.9 1086.5l1250.8 773l2848.4 925.5l951.3-411l1721.1 67l1578.2-771l1677.9 804.5l-108.5 792l431.9-257.5l1522-37l3239-1178l1896.9 2845.5l634.2-601l2535.6 645.5l-173.2 1971.5l177.5 739.5l593.5 1112l-65.8 519.5l2038.4 554l-666.5 867l3929.8 4006l-953.5 220.5l-532.1 1396.5l-169.6 818l-3383.5 4128.5l-863.4-932.5l-1439.4 1844l488.5 1020l2820.2 1244.5l1280.1-462.5l938 405l473 1656l1225.3 83l29.5 1340.5l117.2 1118.5l1026.4 194.5l-697.5 296.5l-180.2 1898.5l-1431.6 259.5l827.2 1882l-18.3 264.5l130.6 981l1467.1 1442.5l2940.8-20l1316.7 222.5l211.7-901.5l2088.9-1029.5l1546 519l1357.8 1013l-315.4 878.5l1595.3-1570l587.5 418l488.6-297l860.7-213.5l1876.5 1270.5l346.7 1320l-1075.6 619l524.9 2211.5l-738.2 271l-215.3 2406.5l115.8 181.5l-1709.8 1513.5l-1936.4 384.5l-1489.5 720.5l290 963.5l-1971.1 652l-2039.8 1286l-3061.1 2723.5l-216.9 1286l468.6 3525.5l-40.2 1756l-947.9 497.5l510.3 1271l-677.1 1047l-1863.1 397.5l160.6 1241l-1723.9 224.5l1485.5 3692.5l-1997.9 182.5l-387.1 2378l-2666.1 454l718.7-363l-376.5-1187l-2095.9 429l-203.3 1925l-1348.9 528l-2480.4-1133.5l-2932.3-3314.5l-809.3 83l65.5 1088.5l394.2 971.5l-2428.4 1295.5l-1493.6-350.5l-685.7-1181.5l-854 461l-636-785.5l-1096.5-2729.5l1576.9-890.5l-1359-1135l351.8-884l-2289.3-320l-552.2-1455l655.7-914l-412.1-858.5l-1055.2 742.5l-354.1-2073.5l235.3-1565l2951.5 565l1413.6 568.5l1497.3-248.5l170.4-91.5l803.1 1420l211 4.5l1507.8-451l1755.9-957l179.2-1791l2184.5 2164.5l1637.5-166.5l861.1-1155.5l226.4-1379.5l1584.1 222l2080-763l1272.5-2124.5l-790.4-216.5l59.2-2453l-1416.1 73.5l-1803.3-2109l1751-1356.5l-1444.3-152.5l-2580.7-524.5l-1072 526.5l-440.6-986.5l-2558.2-175l-681.9-378.5l-779 1637.5l-1386.1-1103l-1457.5 869.5l-1478.5-90l-291 764.5l-1827.7 116.5l-1448.8 1005l-1156.5-2655l-1233.7-3585l-1752.3-1522.5l-1679.3-13.5l-154.7 1626.5l-1787.3 646l-1541.6 51l-126.3-1044l-1036.6 396l723.5 2427l-3702.2 1337.5l-204.2 1458.5l-904.8 389.5l-1443.2-1071l-2344.7-155l-28.3-231l549-135l148-3050l-512.1-421l1772-1208.5l-293.8-1432l-509.6-1504l-300.9-3126l1659.2-870.5l516.5-776.5l723.5-698l-704.8-486.5l-215.4-3141l669.1-165.5l478-2669l-191.1-45l-1723.2-10l-476.6-1317l-1291.2-150l-1104.4 399l-2682.9-687.5l-504.9 137.5l-681.6 106.5l-2003.7 1502.5l-714.5 294.5l-249.1-1883l-2502.3 955.5l-184.4-128l-677.8-265.5l-968.8-2734.5l-1263.3-4042l-2207.2-981l-306.6-358.5l-2639.7-3321.5l-2953.6-610l-618.5 1285.5l-1892.5 1033l-2016-802l371-1662.5l-1260-1772.5l-5.6-320l2357.1-1675.5l265.6-1033.5l946.8 458l1309.3-3621.5l1244.2 550.5l1329.5 200l606.1 937l1927.8 150l271.5-1038.5l1882.7-330l3519.4-669l3648 971l565.4-449l3127.6-2614.5l798.4-478.5l2871.1 1391.5l927.2 213l3357 483l3382.6-2826l1849.3 1163z" />
			<path  id="191" d="M32338-6410299l2685.2-1498.5l-371 1662.5l2016 802l1892.5-1033l618.5-1285.5l2953.6 610l2639.7 3321.5l306.6 358.5l2207.2 981l1263.3 4042l968.8 2734.5l677.8 265.5l184.4 128l2502.3-955.5l249.1 1883l714.5-294.5l2003.7-1502.5l681.6-106.5l504.9-137.5l2682.9 687.5l1104.4-399l1291.2 150l476.6 1317l1723.2 10l191.1 45l-478 2669l-669.1 165.5l215.4 3141l704.8 486.5l-723.5 698l-516.5 776.5l-1659.2 870.5l300.9 3126l-3052.5 386l-1827.8-296.5l-1852.4 419.5l-2947.6-1894.5l-2755.8 1555.5l-305.9 1615.5l947.3 3382l-2033.1 1525l-382.8 35.5l-1424.7-392l-822.6 911.5l-1247.5 281l-857.1-797l-2330.6 2014l-1916.8 951l-1770.6 853.5l-3337.5 1872.5l110.5 178l469.5 1923.5l1874.7 1084.5l-2105.9 4413l665.3 1188l271.2 1036.5l-171.2 506.5l-1040.1-1984.5l-2628.2 428l-523.5 738.5l46.7 1053.5l-2489.2 3297l796.5 1530.5l-499.5 3768.5l-804.4 164l-1222.6 3756l-1296.3 407l-1841.1-1051l-2238.9 741l202.2 858l-2714.3 1027.5l-1197.5-102l148.7-802.5l-2543.5 3294.5l781.2 546.5l-1277.2 1729l-1534.1 478l437.6 2218.5l-795.6 2838l1783 1732.5l863.8 1665l193.4 628l-1132.3 764l686.6 802.5l-647.1 571l-1443.6 63.5l-2639.6-150.5l-2652.7-1035l-15.4-708.5l-2056-505l-296.6-776l-309.1-1285.5l-925.9-1269l-423.4-638l-3713.1-270l-3417.4 1513l1387.5 2316.5l-577.8 1351l-2336.8-91.5l-1463.6-1118.5l-1926.4 593l195.2-4094l2953.7-2677.5l-1065.7-993.5l2373.6-4115l-178.3-1590.5l-657.2-168l-618.2-88.5l272.9-975.5l2035.9-1311.5l-687.9-2327.5l531.1-2330l1192-963.5l1812.1 464l1853.2-2572.5l23.8-1758l2343.7-1819.5l-271.9-2148.5l-1876.8-1584l-1448.4-759l-1300.3 1580.5l-958.7-33l1027.3-2944.5l-2244 1310l-192.2-562.5l-113.9-1919.5l2305.2 527l4557.5 46.5l1131.8-705l-1435.2-259l-1587.7-5217l983.6-1805.5l5795-20.5l865.2 1030.5l1128.4 774.5l2564.5-504.5l1495.7-1258.5l754.7-1590l-2131.2-2691l-2512-707.5l640.4-4487l1292.4-1527l-258.2-1056.5l-3685.2-2308l487.9-613l1863.3-374l3222.6 4000l788.3-668.5l3.5-2792.5l-653.5-833l459.1-1432.5l1473.1-2537.5l1446.3 464.5l-724.4-1171l2683.7-1633l1341.6 526l357.7 2054l4122.7 902l6617.2-272.5l539 106l2151.5-1515l991.8-5371l591.7-1719l1714.9-31.5l815.7-505l-319.7-1060.5l108.2-2373.5l-300.5-1125l-3981.3-104.5l-1780.9 490l-168.9-1827.5z" />
			<path  id="196" d="M139347.4-6372526.5l100.8-2.5l1563.2 996l942.2 65.5l2053.5 1641l-1607.2 1650l-601.1 497l690.6 735.5l-1950.4 3875l1214.2 1173.5l-1045.2 1403.5l1577.1 2570.5l1650.8 762.5l1959.9-295l2228.6-42.5l1826.1 2356l1375.8-494.5l275.1-1020l-1290.7-861l-1101.8-4201l1117.4-14.5l1709.1-1051l-5-922l-980.7-698l173.8-848l-1133.4-1288.5l98.2-1054l-313.8-2387l2472.5-369.5l-262.4-1967.5l-143.7-708l494.9-1406l726.9-594l666.6 1008.5l1781.8 3169.5l628.7-439.5l1082.4-2197.5l-128.3-1468.5l1716.5-1909.5l877.7-1592l689.8-1048l72.8-200.5l-236.6-2302l-2569.1-351l1.3-318l750.2-622.5l-272-1823.5l1672.8-1881.5l70.6-835.5l3181.2-1415l1254.3 527l1459 2003.5l3036.9 539l2649.2-597.5l344.7-703.5l1212.4 2136l2093.2-59l157.6 1677l1033.5 2631.5l1596.7 73l180.9 2018l-906.4 772l3786.6 1060.5l1876.7-1034.5l749.2 1704l710 4316.5l2047.3 2083.5l-837.2 2240l-1444.5-672.5l-2511.7 729.5l-766.9 174l-1330.8-356l-1229.2 664l-1002.1-831l-1034 455l326.2 1225.5l-1767.3 24l-1850 1503.5l249.7 1189.5l-1267.4 889l-9.3 2119l-1632.2 431.5l-1246.8-1044.5l-2384.4 300.5l-1420.9 1258l18.8 1498.5l-1043.4 367.5l-1771.8 227l-576.1-1115.5l-1351.8 2219.5l-2049.8-951.5l-485.2 1084.5l784.1 1709.5l2652.3 981.5l-1700 2571.5l-1670-731l-945.9 2332.5l577.7 1507.5l2650.7 410.5l-869.5 1177l91 1472l1104.9 2072.5l2913.7-27.5l289.2 883.5l-323.6 1629l-2432.4 2175.5l-1049.2 557l72.8 1022.5l-1666.9 159l-1656.2-172l-1363.9-959.5l-3004.2 1220l-3111.2 4763.5l3346.5 361l-19 1132.5l-1518.3 73l-1252.3 818l-1189.2-1365l-1196.7 61.5l-427.3 2369.5l-1755.5 866.5l-1314.2-32.5l-1155.4-1837.5l1256.1-2985.5l-1991.7-4436.5l-2016.6 1554l594.2 1156l-3089.5 2238l-774.3-1421l-1065.7 209l-1859.6-1454l-505.4-2194l-32.4-3064.5l-1393.1 262l-17.6-2741l585.8-3781l51.9-812l1498.2 38l59.8-1990.5l1319.3-329.5l-52.7-981l1420.5-318.5l181.2-833.5l-1682.2-555l-1567.6-1817l-1684.8 1003l-545.1-933.5l-555-1556l2388.3-15l534.3-639.5l107.6-343.5l456.3-1744.5l-1321.5-926.5l160.7-1512.5l1830.7-1224l-1627.1-368.5l-1845.9-2020l625.9-1280l2172.9-226l87.2-1116l598.1-1049.5l1908.2-321l-80.6-942l926.1-162l74.5-1303.5l1343.2-2314.5z" />
			<path  id="193" d="M58628.3-6386194.5l3052.5-386l509.6 1504l293.8 1432l-1772 1208.5l512.1 421l-148 3050l-549 135l28.3 231l-76.8 2212.5l1566.8 655l558.2 1123l-2014.7 1470l255.9 1474l2000 488.5l1313.9 2015l1831.8-662.5l1430.5 1377l421.1 1559.5l-1993.9 1136.5l108 1772.5l2731 392l261.2-1532l2239.1-89l3033.1-426l3753.4-951.5l354.1 2073.5l1055.2-742.5l412.1 858.5l-655.7 914l552.2 1455l2289.3 320l-351.8 884l1359 1135l-1576.9 890.5l1096.5 2729.5l636 785.5l854-461l685.7 1181.5l1493.6 350.5l-2023.8 256.5l-1253 3398l1147.9 3865l-9680.7 3284.5l339.9 1719.5l-3062 282l659.6 1327.5l408.8 1109l994.6-1222.5l1403.9 518l-213 3277l470.8 866l-317.3 1186.5l1864.1 1740.5l-272.3 1127.5l-265.7 1037l-29.3 244.5l-358.3 977l-418.9 1875.5l-2074 1245.5l-2135.9-410l-1491.3 1063l-1204.2-625.5l-1889.4 647l-747.1-2049.5l-2758.9-4817.5l-2203.3 5181.5l-1222.2-1807.5l-1183.2-73l-31.2-1964l-3639.7-4168.5l-381.8-1993.5l-2703.2-993l82-218.5l1186.7-2417.5l-563.5-328.5l501.5-1923.5l110.1-1286l-1809.6-1505l-633.4-508.5l-1002.3 2324l-3379.2-753l-464.7 811l-434.9-929.5l-2463-1498.5l-1620 255l-124.2-86l-3208.7-6007.5l444.8-1212.5l-277.3-1309.5l-507.7-1549l-1387.1-1034l-1336.2 107.5l-2118-1695.5l-2663.3 949l-1200.4-842.5l-796.5-1530.5l2489.2-3297l-46.7-1053.5l523.5-738.5l2628.2-428l1040.1 1984.5l171.2-506.5l-271.2-1036.5l-665.3-1188l2105.9-4413l-1874.7-1084.5l-469.5-1923.5l-110.5-178l3337.5-1872.5l1770.6-853.5l1916.8-951l2330.6-2014l857.1 797l1247.5-281l822.6-911.5l1424.7 392l382.8-35.5l2033.1-1525l-947.3-3382l305.9-1615.5l2755.8-1555.5l2947.6 1894.5l1852.4-419.5l1827.8 296.5z" />
			<path  id="195" d="M117799.6-6385800l1075.6-619l279.7 930.5l68.8 1113.5l2171.7 72.5l394.1 671.5l1087.1 558l-58.1 915l583.2 679.5l417.9-87.5l580.8-1151l3027.6 492l2257.5-521l1793.2-525l2556.7 1848l-8.8 1123l1170 150.5l1048.7-574l366.8 405.5l1978.2 1278.5l127.1 122l-107.4 2751.5l2169.9-71l892.8 2522l4104.6-874l1072.5-272.5l2642.4 1173.5l2449.2 663l143.7 708l262.4 1967.5l-2472.5 369.5l313.8 2387l-98.2 1054l1133.4 1288.5l-173.8 848l980.7 698l5 922l-1709.1 1051l-1117.4 14.5l1101.8 4201l1290.7 861l-275.1 1020l-1375.8 494.5l-1826.1-2356l-2228.6 42.5l-1959.9 295l-1650.8-762.5l-1577.1-2570.5l1045.2-1403.5l-1214.2-1173.5l1950.4-3875l-690.6-735.5l601.1-497l1607.2-1650l-2053.5-1641l-942.2-65.5l-1563.2-996l-100.8 2.5l-1343.2 2314.5l-74.5 1303.5l-926.1 162l80.6 942l-1908.2 321l-598.1 1049.5l-87.2 1116l-2172.9 226l-625.9 1280l1845.9 2020l1627.1 368.5l-1830.7 1224l-160.7 1512.5l1321.5 926.5l-456.3 1744.5l-107.6 343.5l-534.3 639.5l-2388.3 15l555 1556l-2554.9 354l-459.5-1534.5l-133.3 131.5l-841.4 1106.5l-2230.4 492.5l-1122.4 403l-649-51l-713.8-1771l-1379.3 143.5l-754.9 795.5l699.2 1492l-939.6 1466.5l-1667.1 292.5l-187.3-52l-4617.3 557l-2412.1 386.5l-2557.6 515.5l-1485.7-1750l-929.6 436l-1091.3-143l-676-601.5l-6.1-812l-1908.7-809l-335.6-1050l-756.4-766l-1257.7 497.5l-256-1255l387.1-2378l1997.9-182.5l-1485.5-3692.5l1723.9-224.5l-160.6-1241l1863.1-397.5l677.1-1047l-510.3-1271l947.9-497.5l40.2-1756l-468.6-3525.5l216.9-1286l3061.1-2723.5l2039.8-1286l1971.1-652l-290-963.5l1489.5-720.5l1936.4-384.5l1709.8-1513.5l-115.8-181.5l215.3-2406.5l738.2-271l-524.9-2211.5z" />
			<path  id="198" d="M29039-6358765l1200.4 842.5l2663.3-949l2118 1695.5l1336.2-107.5l1387.1 1034l507.7 1549l277.3 1309.5l-444.8 1212.5l3208.7 6007.5l124.2 86l1620-255l2463 1498.5l434.9 929.5l464.7-811l3379.2 753l1002.3-2324l633.4 508.5l1809.6 1505l-110.1 1286l-501.5 1923.5l563.5 328.5l-1186.7 2417.5l-82 218.5l2703.2 993l381.8 1993.5l3639.7 4168.5l31.2 1964l1183.2 73l1222.2 1807.5l2203.3-5181.5l2758.9 4817.5l747.1 2049.5l1889.4-647l-56.1 1656l1690.3 1153.5l619.5 1434l-1763.2 1690l958.8 825.5l333.3 1496l1651.6-202.5l1801.1 632l-173.1 1284l-2577.4 2220.5l-1381.7 1312.5l-2760.3 1741l1221.4 1959.5l-969.2 1323l-790.9-647l-1090.1 418.5l-601.1 291.5l-2357.1-809l-1429.4 666l-1895.8-520.5l-2043.6 1549l-1153.2-660.5l-801.9 1459l-2477.3 1026l-1316.7 1516.5l-352.4 2571l7299.7 5369.5l2047 54.5l95.3 54.5l390.4 2755l-1879.8 1558.5l-1765.3-1516.5l-1321 48l-863.8 1151.5l-2682.6-1156l-190.9 2376.5l149.4 1911l-695.2 917l-4193.2-1919l-340.1-153.5l-3419.7-450.5l-685.9-1959l772.2-613l-1478-2287.5l731-1211.5l-459.1-4103l373.2-1602l-1616.8-113.5l-1683.6-650.5l-147.7-1892.5l-1365.7-820l-1334.2 1760l-1676.9-906l345.5-854.5l-2629.1-1614.5l-612.3-2386.5l-887.1 734.5l-3263-46l-587-1121.5l1325-2244.5l-2317.5-622l-291.3-1211l-1333.2-1945l-459.8-2514l-1104-1255.5l-1712.7 110.5l-5486.2-4037.5l-1471-2732l-1878.8 356l-466.6 680l-1417.8-772l-832.1 1037.5l-1299-2365.5l-1492.4 671.5l-2356.7 3285l-1773.2 1361.5l149-1968l427.9-614l176.9-2530l-223.4-4010l-62-235.5l-683.6-1168l837.5-1347.5l2312.7 391l-362.1-2018l2056 505l15.4 708.5l2652.7 1035l2639.6 150.5l1443.6-63.5l647.1-571l-686.6-802.5l1132.3-764l-193.4-628l-863.8-1665l-1783-1732.5l795.6-2838l-437.6-2218.5l1534.1-478l1277.2-1729l-781.2-546.5l2543.5-3294.5l-148.7 802.5l1197.5 102l2714.3-1027.5l-202.2-858l2238.9-741l1841.1 1051l1296.3-407l1222.6-3756l804.4-164l499.5-3768.5z" />
			<path  id="197" d="M100339.9-6354987l256 1255l1257.7-497.5l756.4 766l335.6 1050l1908.7 809l6.1 812l676 601.5l1091.3 143l929.6-436l1485.7 1750l2557.6-515.5l2412.1-386.5l4617.3-557l187.3 52l1667.1-292.5l939.6-1466.5l-699.2-1492l754.9-795.5l1379.3-143.5l713.8 1771l649 51l1122.4-403l2230.4-492.5l841.4-1106.5l133.3-131.5l459.5 1534.5l2554.9-354l545.1 933.5l1684.8-1003l1567.6 1817l1682.2 555l-181.2 833.5l-1420.5 318.5l52.7 981l-1319.3 329.5l-59.8 1990.5l-1498.2-38l-51.9 812l-585.8 3781l17.6 2741l1393.1-262l32.4 3064.5l505.4 2194l1859.6 1454l1065.7-209l774.3 1421l-1413.3 695l391.2 2219.5l-3072.8 1600.5l-733.9 1166.5l1014.5 2757l4031.7 1129l1225.2 1579.5l-56.9 1397l-4421.5 3356.5l-480.2 756l677 749l2062.5 240.5l-366.6 952l-1365.3 960.5l-1426.3 243.5l-1341.5 1653l-1909.4 767.5l-814.9 443l-250-671.5l-1835.8-2436.5l-3079.9 432l771.2 1042.5l-1865.4-33.5l-202.1 176l-1315.3 914.5l-856.5-594.5l-528.8 718l-776.3 156.5l-1369.4 157l-1843.5 458.5l-1087.8 347.5l-1393.4-1279.5l-2156.5-141l-525.2 1224l-2244.3 1170.5l-1171.3-1889l-2000.2 94l-122.8-2258l-762.6-1817l-2180.3 915.5l-437.7-1462.5l-1434.2-495.5l-200.2-815l112.3-3976l1339.2-1550.5l-1254.3-1793l-3769-726.5l-1889.9 301.5l132.4 680l-1735.8 2915l-1519.8 780.5l-2320.6 364.5l-1300.7 120l582.5 2406.5l1084.7 4110.5l151.4 2782.5l1013.2 3711l-459.9 2749.5l-1117.7-189l8.4 675l-598.9 4285l757.4 2093.5l-979.9 862l-3708.5-2567.5l-463.4 2219.5l-1026.5 140.5l622.9-1315l-2985.2-963.5l-784.6-1220.5l10.7-1160.5l1865.8-1421.5l-1428.1-3230.5l-1761.2-1488.5l-1615.1 204.5l-705.5 1329.5l-2566.4 903.5l-949-517.5l165.3-1108.5l-2955.6 631l-502 894l-2945-4305l969.2-1323l-1221.4-1959.5l2760.3-1741l1381.7-1312.5l2577.4-2220.5l173.1-1284l-1801.1-632l-1651.6 202.5l-333.3-1496l-958.8-825.5l1763.2-1690l-619.5-1434l-1690.3-1153.5l56.1-1656l1204.2 625.5l1491.3-1063l2135.9 410l2074-1245.5l418.9-1875.5l358.3-977l29.3-244.5l265.7-1037l272.3-1127.5l-1864.1-1740.5l317.3-1186.5l-470.8-866l213-3277l-1403.9-518l-994.6 1222.5l-408.8-1109l-659.6-1327.5l3062-282l-339.9-1719.5l9680.7-3284.5l-1147.9-3865l1253-3398l2023.8-256.5l2428.4-1295.5l-394.2-971.5l-65.5-1088.5l809.3-83l2932.3 3314.5l2480.4 1133.5l1348.9-528l203.3-1925l2095.9-429l376.5 1187l-718.7 363l2666.1-454z" />
		</g>
		
	  </g>
  
	</svg>	
	
	</script>

	</body>
	
</html>



<h1>SVG Web Sizing Strategy</h1>
<h2>Warning</h2>
<p>
This document is provided for historical and informational purposes but should
not be used as a reference.
</p>
<p>
I believe the observations are accurate and the strategies described in this document
are pretty much what was initially coded into SVG Web. However, when it comes to
specific sizing behavior in specific scenarios, this document should not be considered
an accurate and up-to-date reference.
</p>
<p>
This document was written early in the design of SVG Web sizing behavior and there may
be mistakes in it and also, since then, bugs have been fixed and there are new generations
of browsers and behavior may have changed.
</p>


<h2>Contents</h2>
<ol>
  <li>
  Introduction
  </li>
  <li>
  Overview
    <ul>
      <li>
         Safari
      </li>
      <li>
         Mozilla/FF
      </li>
      <li>
         Opera
      </li>
      <li>
         IE
      </li>
      <li>
         Reference
      </li>
    </ul>
  </li>

  <li>
  Object Sizing
  </li>
    <ul>
      <li>
     Both object width and height are specified
      </li>
      <li>
     Neither object width nor height are specified
      </li>
      <li>
     Only object width is specified
      </li>
      <li>
     Only object height is specified
      </li>
    </ul>
  </li>
  <li>
  Why Flash Scaling is not used
  </li>

</ol>

<h2>
Introduction
</h2>

<p>
The goal of this project is to define a consistent SVG sizing behavior for SVG
Web to emulate when used in flash mode. Different browsers size SVG images
in different ways, and so we have decided to pick one browser behavior and
implement that consistently on all browsers so that web developers can
rely on consistent behavior without having to implement that themselves.
</p>

<p>
When an object tag is used to embed an SVG image, the size of the object
can be different from the size of the SVG image that is rendered within it.
These can be considered two different layers of sizing and clipping.
</p>

<p>
With some browsers (e.g. Opera,Firefox 3.x) native implementations,
object sizing can utilize the SVG sizing parameters when either the
object height or width is not specified.
</p>

<p>
Both Opera and Firefox have made different choices with respect to sizing.
The issues are complex enough that it is not clear what behavior is more
correct or desirable in various circumstances. Safari, on the other hand
has some clear shortcomings that call out to be patched over.
</p>

<p>
The question is what behavior should SVG Web simulate for the automatic
object sizing? Should it simulate the browser native rendering of whatever
browser is being used? What about Safari with its shortcomings and IE which
has no native behavior? Should we consider using a common sizing behavior
for all browsers? (Just asking. I know this has serious issues.)
</p>

<p>
Before answering those questions, the current native behavior of the
different browsers should be considered.
</p>

<p>
This document describes, for the different browsers, how object sizing
logic works and how SVG sizing and scaling works within the object
boundaries.
</p>

<p>
In the Flash Scaling section, we describe what purpose automatic Flash
scaling is good for and why we do not use it.
</p>


<h2>
Overview
</h2>

<h3>
Safari
</h3>
<p>
With Safari 4.0.3 native rendering, the object is sized completely
independent of the svg sizing parameters (width, height, viewBox,
preserveAspectRatio). Percentages on the object refer to the parent
node and percentages on the SVG refer to the object size. 
If pixels or percentages are not provided on the object tag, the
object width defaults to 300 and the object height defaults to 150.
Obviously, this is simple and easiest to implement, but it means
the Safari browser requires manually specifying the object height
and width to match the svg height and width or you end up stuck
with 300x150. This seems to be a serious shortcoming.
</p>


<h3>
Mozilla
</h3>
<p>
Mozilla recognized that the simple 300 x 150 object default size 
is a not ideal for SVG files because SVG files specify a preferred
height and width and should not be considered different from other
images that do not have to specify their size.
(See https://bugzilla.mozilla.org/show_bug.cgi?id=321531 and
https://bugzilla.mozilla.org/show_bug.cgi?id=294086).
As of Firefox 3, object sizing utilizes the SVG sizing parameters
when either the object height or width is not specified.
</p>

<h3>
Opera
</h3>
<p>
Opera 9.64 also utilizes the svg sizing parameters when either the
object height or width is not specified. It has similar logic to
firefox does but it made different choices in certain circumstances.
</p>

<p>
The common scenario is when an svg width and height is provided
in pixels in the svg tag. The two variations of that scenarios
are when the svg image is included with an object tag that has
a both a width and height or neither of them.
</p>

<p>
In the case where neither object width or height are provided, Firefox
and Opera will both use the svg width and height (if it is pixels)
to size the object. Safari however uses an object size of 300x150.
</p>

<p>
In the case where the object height and width is specified in the object
tag, and the svg file has a viewBox, firefox will scale the viewBox
into the object area, but Opera and Safari will scale the viewBox
into the svg height and width, regardless of the object size. In case
of size mismatches, Opera will add scroll bars to the object while
Safari clips.
</p>

<p>
The rules for Firefox and Opera get complex because you can have
pixel, percentages, or missing values for object height,
object width, svg height, and svg width and there seems to be
a different behavior for every circumstance.
</p>

<p>
It is worth mentioning that after the object is sized, the svg
height and width are used, generally, as follows:
</p>

<p>
For Safari:
</p>
<p>
The svg height and width determine size of the SVG
'canvas' within the object area. If the width or height
exceeds the object area, the svg file is clipped.
If it is smaller, the svg file does not fill the
whole area (respecting preserveAspectRatio).
</p>

<p>
For Opera & FF:
</p>
<p>
The svg height and width are used in various ways, if they are
used at all. The rules below define how they are used.
</p>

<h3>
IE
</h3>
<p>
For IE, we will have to pick an object sizing behavior since there is
no native object/SVG sizing behavior. (We pick Mozilla/Firefox).
</p>

<h3>
Reference
</h3>
<p>
Here is some additional reference material:
</p>
<ul>
<li>
<a href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width">
http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width
</a>
</li>
<li>
<a href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height">
http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height
</a>
</li>
</p>
</ul>



<h2>
Object and SVG Sizing Behavior
</h2>

<p>
These are my observations of browser behavior, which SVG Web will try to emulate.
Specifically, SVG Web is emulating the behavior of the latest version
of Mozilla/FireFox. The rationale is that this is the browser with the highest
market share that supports SVG natively. We have made the design decision
with SVG Web that we should pick one sizing behavior and implement that
consistently instead of trying to emulate the behavior of the 
browser we are running on. Users will expect sizing to be consistent and
if we do not implement that, then everyone using SVG Web will have to
fix it themselves.
Also, choosing a single behavior was pretty much a no brainer when it
became clear that the behavior of some browsers was less than ideal.
</p>


<pre><code>
CSS1Compat (FF only)
----------

If both object width and height are specified:
   The object width is used directly.
   For object height:
       If object height is pixels that is used.
       If the object height is %:
           If width and height are both specified on the SVG file in pixels,
               then the height is calculated based on the object width and the
               aspect ratio between the svg height and width.
               If viewBox is specified:
                   ClipMode: UseNone
               If viewBox is not specified:
                   ClipMode: UseBoth
           else
               If viewBox is specified:
                   The object height is calculated using the svg width
                   and the aspect ratio from the viewBox.
                   ClipMode: UseNone
               If viewBox is not specified:
                   If the svg height is in pixels use that.
                   If the svg height is missing or %:
                       The object height is 150px.
                   ClipMode: UseBoth

If neither object width nor height are specified:
    Use BackCompat mode


If object width is specified, but object height is not specified:
    Use BackCompat mode


If only object height is specified:
    If object height is pixels that is used.
        If width and height are both specified on the SVG file in pixels,
            then the object width is calculated based on the object height and the
            aspect ratio between the svg height and width.
        else
            If viewBox is specified:
                Then the width is calculated based on the object height
                and the aspect ratio on the viewBox.
                ClipMode: UseNone
            else
                If the object width is the svg width
                ClipMode: UseBoth
    else
        The object width is the svg width.
        If the svg height is in pixels use that for height
        else
            If viewBox is specified:
                Then the height is calculated based on the object width
                and the aspect ratio on the viewBox.
                ClipMode: UseNone
            else
                height is 150
                



BackCompat
----------

If both object width and height are specified:
    Height and width are used directly for the size of the object/embed.
    This applies whether the dimensions are provided as a percentage,
    or any unit of measure like pixels, or a mix of both.
    This is the same for FF, Safari, and Opera.
    
    With respect to SVG rendering:
        If viewBox is specified:
            On Safari and Opera, if svg width and height are specified,
                then they are used to specify the area of the object
                that the viewBox will be rendered within (respecting
                preserveAspectRatio).
                (On Opera only, if svg width/height exceeds object bounds,
                scroll bars appear.)
            On Firefox, svg width and height are ignored here and the area
                the viewBox is rendered in (respecting preserveAspectRatio)
                fills the entire object area.
                ClipMode: UseNone

        If viewBox is not specified:
            Then svg width and height are used
            as clipping areas within the object area and the default viewBox
            is matched to the width and height so no scaling is done.
            SVG sizes exceeding the object area are clipped.
            ClipMode: UseBoth


If neither object width nor height are specified:
    On Safari the object defaults to 300px by 150px.

    On Opera object width is taken from the svg element (defaulting
        defaulting to 100% if not present). Percentages are based on the
        parent node.

        An SVG width percentage further determines the area of
        the object that will be available for rendering.

        For height:
          If height is specified on the SVG in pixels, then that is used.
          If height is specified in percentage:
            If viewBox is specified:
                The object height is calculated using the svg width
                and the aspect ratio from the viewBox.
                The area the viewBox is rendered in (respecting
                preserveAspectRatio) fills the entire object area
                available for rendering.

            If viewBox is not specified:
                An object height of 150px is used.
                SVG renders without scaling.

            An SVG height percentage further determines the area of
            the object that will be available for rendering.
            ClipMode: UseHeight



    On Mozilla/FF, object width is taken from the svg element (defaulting
        to 100% if not present). Percentages are based on the parent
        of the object.
        
        The svg width is not used further in svg rendering.

        For height:
          If height is specified on the SVG in pixels, then that is used.
          If height is specified in percentage:
            If viewBox is specified: 
                The object height is calculated using the svg width
                and the aspect ratio from the viewBox.
                SVG height percentages do not appear to have any effect in
                this scenario.
                ClipMode: UseNone

            If viewBox is not specified:
                An object height of 150px is used.
                An SVG height percentage further determines the area of
                the object that will be available for rendering.
                ClipMode: UseHeight


    
If object width is specified, but object height is not specified:

    On Safari the object height defaults to 150px.

    On Opera, for the object height:
       If the viewBox is specified, 
           Then the object height is calculated based on the object width
           and the aspect ratio on the viewBox.
           An svg width or height determines the portion of the object
           area that the viewBox will be rendered within
           starting from the top left corner of the object (defaulting to 100%).
           An svg height percentage determines the portion of
           the object area that the viewBox will be rendered within.
           The viewBox renders into resulting area.
       else if the viewBox is not specified,
           If svg height is % or missing:
               The object height is 150px.
               The svg rendering height % is relative to 150px and
               starts from the top edge of the object (defaulting to 100%).
           If svg height is pixels:
               The object (and the svg rendering) height is the svg height.
           SVG renders without scaling.
           The svg width determines the portion of the object
           area that the viewBox will be rendered within
           starting from the left edge of the object (defaulting to 100%).
           
               
    On FF, for the object height:
       If the viewBox is specified, 
           If width and height are both specified on the SVG file in pixels,
               then the height is calculated based on the object width and the
               aspect ratio between the svg height and width.
               The viewBox scales into resulting area (honoring preserveAspectRatio).
               SVG height and width are not using in actual rendering.
           else
               Then the height is calculated based on the object width
               and the aspect ratio on the viewBox.
               The viewBox renders into resulting area. Note there will
               be no borders inside the object because the SVG scales
               exactly into the available space (because the aspect resolution
               was matched).
               SVG height and width are not used at all.
           ClipMode: UseNone
       else if the viewBox is not specified,
           If width and height are both specified on the SVG file in pixels,
               then the height is calculated based on the object width and the
               aspect ratio between the svg height and width.
               The viewBox scales into resulting area (honoring preserveAspectRatio).
           else
               If svg height is % or missing:
                   The object height is 150px.
                   The svg rendering height % is relative to 150px and
                   starts from the top edge of the object (defaulting to 100%).
               If svg height is pixels:
                   The object (and the svg rendering) height is the svg height.
           SVG renders without scaling.
           The svg width determines the portion of the object
           area that the viewBox will be rendered within
           starting from the left edge of the object (defaulting to 100%).
           ClipMode: UseBoth

               


If only object height is specified:
    On Safari the object width defaults to 300px.

    On Opera, for the object width:
       If the viewBox is specified, 
           Then the width is calculated based on the object height
           and the aspect ratio on the viewBox.
           An SVG width percentage determines the portion of
           the object area that the viewBox will be rendered within.
           An SVG height percentage determines the portion of
           the object area that the viewBox will be rendered within.
           The viewBox renders into resulting area.
       else if the viewBox is not specified,
           The object width is taken from the svg width (defaulting to 100%).

           The svg width is ALSO used for the svg clipping region.
           So the same svg percent is used both to size the object and
           the svg file within the object. Okay...

           The svg height is used to define the svg rendering
           area inside the object. Percents are relative to the object
           height. No value defaults to 100%.

           Exceeding the object area results in scroll bars
           

    On FF, for the object width:
       Object tag height is used for object, whether % or pixels.
       If viewBox is specified:
           If width and height are both specified on the SVG file in pixels,
               then the object width is calculated based on the object height and the
               aspect ratio between the svg height and width.
           Else
               Then the width is calculated based on the object height
               and the aspect ratio on the viewBox.
           The viewBox scales into resulting area (honoring preserveAspectRatio).
           SVG height and width are not used further in actual rendering.
           ClipMode: UseNone
       If viewBox is not specified:
           The object width is taken from the svg width (defaulting to 100%).

           The svg width is ALSO used for the svg clipping region.
           So the same svg percent is used both to size the object and
           the svg file within the object. Okay...

           The svg height is used to define the svg rendering
           area inside the object. Percents are relative to the object
           height. No value defaults to 100%.

           Exceeding the object area results in scroll bars for the object.
           ClipMode: UseBoth
</code></pre>


<h2>
3. Flash Scaling
</h2>

<p>
The SVG drawing coordinates are draw initially to the flash
coordinate system which, by default, are then mapped to browser coordinates.
The "preferred" size of the SVG Web flash "movie" and the resulting
coordinate system are define at flash compile time. The width and height
of the flash coordinate system is defined at the top of SVGViewerWeb.as
in the [SWF] directive. Currently, this is 2048 by 1024. 
</p>

<p>
When you use SVG Web in your web page you specify a height and
width (probably in the &lt;object&gt; tag) and then the flash coordinates are
mapped into that height and width by flash. Flash uses the Stage.scaleMode
parameter to determine exactly how the scaling is done. By default,
it sizes the image to the object to a size which allows you to see
the entire image within the area, preserves the aspect ratio, and
is as large as possible within those constraints ("showAll").
</p>

<p>
For example, if we use the default flash scaling mode, and 
you specify a width and height of an SVG object as 512 by 256 (which
applies to the resulting flash object) then the image will appear
four times smaller than would be rendered by SVG if rendered
natively because it must scale the 2048x1024 flash coordinates
each by .25 to fit into the 512x256 area.
</p>

<p>
In the default scaling mode, flash attempts to scale the flash coordinate
system (2048 x 1024) into the object space. If the object area is square,
then there would be borders above and below the flash object.
</p>

<p>
The problem with the above arises when the top svg element
uses a viewbox or width/height that is more tall than wide. In this case,
when the browser renders the SVG natively, it correctly places borders
on the sides. However, in our case, unless we specify an object size that
is wider in aspect resolution than 2048x1024 (unlikely), flash resizing
still places the borders on the top and bottom because it still thinks the
flash area is more wide than tall (2048x1024) when compared to the object
area.
</p>

<p>
The flash plugin is not aware of the svg size or aspect ratio. It is only
aware of its own coordinate space (2048x1024), which is fixed at compile time.
Therefore, we cannot rely on flash resizing to help us scale the svg the
right way. We must disable flash scaling with the "noScale" mode and
performing the scaling manually in the rendering code.
</p>




<!DOCTYPE html>
<html>
  <body>
    <h1>List of Sizing Tests to run </h1>

    <p>Remember to resize the browser with each test in order to test percentages and aspect resolution.<p>
    <p>Test in IE 6, 7, 8, and 9, Firefox 3.X, Firefox 4.x, Chrome, Safari, and Opera</p>
    <ol>
      <li>
      Run all sizing <a href="index.html">Test files</a>.
      </li>
      <li>
      Run all tests in the <a href="../issue-tests/sizing.html">Sizing Issue List</a>
      </li>
      <li>
      Zoom and Pan: Run the <a href="../../../samples/demo.html">demo</a>. Use browser zoom Ctrl++ and Ctrl+- to increase the size. Reload the page. Repeat for native mode. Should be the same.
      </li>
      <li>
      Run the test generator to cover specific cases:
        <ol>
          <li>
           html5 + object tag + div px + svg px  
           <a href="../sizing/generate-html.php?docType=html5&svgWebMode=pureNative">pure native</a>
           <a href="../sizing/generate-html.php?docType=html5&svgWebMode=svgWebNative">svg web native</a>
           <a href="../sizing/generate-html.php?docType=html5&svgWebMode=svgWebFlash">svg web flash</a>
          </li>
          <li>
           strict + object tag + div px + svg px  
           <a href="../sizing/generate-html.php?docType=html4strict&svgWebMode=pureNative">pure native</a>
           <a href="../sizing/generate-html.php?docType=html4strict&svgWebMode=svgWebNative">svg web native</a>
           <a href="../sizing/generate-html.php?docType=html4strict&svgWebMode=svgWebFlash">svg web flash</a>
          </li>
          <li>
           quirks + object tag + div px + svg px  
           <a href="../sizing/generate-html.php?docType=html4quirks&svgWebMode=pureNative">pure native</a>
           <a href="../sizing/generate-html.php?docType=html4quirks&svgWebMode=svgWebNative">svg web native</a>
           <a href="../sizing/generate-html.php?docType=html4quirks&svgWebMode=svgWebFlash">svg web flash</a>
          </li>
        </ol>
      </li>
    </ol>

  </body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:script-handle-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-script-handle-01-b.html">Full version</a>, <a href="basic-script-handle-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/script.html#EventHandling
">18.3 Event handling</a></p>
 <p>
				<a href="basic-render-groups-01-b.html">render-groups-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-script-handle-02-b.html">→ script-handle-02-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>script-handle-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/script-handle-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/script-handle-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/script-handle-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/script-handle-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of script-handle-01-b" src="../png/basic-script-handle-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Tests basic mouse event handler and DOM manipulation through 
				ECMA script binding.
			</p>
			<p>
				The test uses ECMA Script and initially displays a target with 
				a message asking the user to click on the target. Once the user 
				has done so, and if both event handling and DOM manipulation are 
				supported, then the target and initial text are hidden and a text 
				message indicating that the test was successful is displayed.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-render-groups-01-b.html">render-groups-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-script-handle-02-b.html">→ script-handle-02-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-elem-06-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-elem-06-t.html">Full version</a>, <a href="basic-fonts-elem-06-t.html">Basic version</a>, <a href="tiny-fonts-elem-06-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontElement
">20.3 The 'font' element</a></p>
 <p>
				<a href="full-fonts-elem-05-t.html">fonts-elem-05-t ←</a> 
				<a href="full-index.html">index</a>
				<a href="full-fonts-glyph-02-t.html">→ fonts-glyph-02-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-elem-06-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-elem-06-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-elem-06-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-elem-06-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-elem-06-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-elem-06-t" src="../png/full-fonts-elem-06-t.png" width="480" height="360"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test validates that the font element's horiz-adv-x is used as
                the default glyph's advance when there is no glyph advance specified.
                All fonts have a units-per-em of 1000.
            </p>
            <p>
                The first row shows a layout with a default adavance of 1000.
                Glyphs have no advance so the 1000 default should be used.
            </p>
            <p>
                The second row shows a layout with a default adavance of 2000.
                Glyphs have no advance so the 2000 default should be used.
            </p>
            <p>
                The last row shows a layout with a default adavance of 0.
                Glyphs have a specified advance so the 0 default should be ignored.
            </p>
            <p>
                Reference blue markers show the expected glyph positions.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="full-fonts-elem-05-t.html">fonts-elem-05-t ←</a>
				<a href="full-index.html">index</a>
				<a href="full-fonts-glyph-02-t.html">→ fonts-glyph-02-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-02-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-02-t.html">Full version</a>, <a href="basic-animate-elem-02-t.html">Basic version</a>, <a href="tiny-animate-elem-02-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-types-basicDOM-01-b.html">types-basicDOM-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-03-t.html">→ animate-elem-03-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-02-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-02-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-02-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-02-t" src="../png/basic-animate-elem-02-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                Test 'additive' and 'accumulate' attributes.
            </p>
            <p>
                The four pictures show the effect with the four possible combinations of
                'additive' (either 'replace' or 'sum') and 'accumulate' (either 'none' or 'sum').
                Because two animations are animating the height, the effects of 'additive' and
                'accumulate' are sometimes different than when there is only a single animation.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-types-basicDOM-01-b.html">types-basicDOM-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-03-t.html">→ animate-elem-03-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-03-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-03-t.html">Full version</a>, <a href="basic-animate-elem-03-t.html">Basic version</a>, <a href="tiny-animate-elem-03-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-02-t.html">animate-elem-02-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-04-t.html">→ animate-elem-04-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-03-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-03-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-03-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-03-t" src="../png/basic-animate-elem-03-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
                Test inheritance of animated properties.
            </p>
      <p>
                Three colored text strings appear. All three are inside of the same
  'g' element. The 'g' element has its 'font-size' animated from 30 to
  40, and its 'fill' from #00f (blue) to #070 (green).
            </p>
      <p>
                The first colored 'text' element has the font-size set, so the
  animation of the parent 'g' only affects the fill color. The second
  has the fill set and font-size set, so no inherited values are
  used. The font-size and fill color stay constant. The third colored
  'text' element has neither of these properties specified and thus
  inherits both animated values - the fill color changes and the text
  grows in size.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-02-t.html">animate-elem-02-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-04-t.html">→ animate-elem-04-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-04-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-04-t.html">Full version</a>, <a href="basic-animate-elem-04-t.html">Basic version</a>, <a href="tiny-animate-elem-04-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-03-t.html">animate-elem-03-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-05-t.html">→ animate-elem-05-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-04-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-04-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-04-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-04-t" src="../png/basic-animate-elem-04-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test different ways of defining a motion path.
			</p>
			<p>
				An animation moves a triangle along a path. Reference rectangles, lines and text 
				are provided to help show what the correct behavior is. The red text shows the way that the motion path is specified.
			</p>
			<p>
				This animation uses the 'from' and 'to' attributes to define the motion path.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-03-t.html">animate-elem-03-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-05-t.html">→ animate-elem-05-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-05-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-05-t.html">Full version</a>, <a href="basic-animate-elem-05-t.html">Basic version</a>, <a href="tiny-animate-elem-05-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-04-t.html">animate-elem-04-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-06-t.html">→ animate-elem-06-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-05-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-05-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-05-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-05-t" src="../png/basic-animate-elem-05-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test different ways of defining a motion path.
			</p>
			<p>
				An animation moves a triangle along a path. Reference rectangles, lines and text 
				are provided to help show what the correct behavior is. The red text shows the way that the motion path is specified.
			</p>
			<p>
				This animation uses the 'values' attribute to define the motion path, with a linear calcMode.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-04-t.html">animate-elem-04-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-06-t.html">→ animate-elem-06-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-06-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-06-t.html">Full version</a>, <a href="basic-animate-elem-06-t.html">Basic version</a>, <a href="tiny-animate-elem-06-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-05-t.html">animate-elem-05-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-07-t.html">→ animate-elem-07-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-06-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-06-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-06-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-06-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-06-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-06-t" src="../png/basic-animate-elem-06-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test different ways of defining a motion path.
			</p>
			<p>
				An animation moves a triangle along a path. Reference rectangles, lines and text 
				are provided to help show what the correct behavior is. The red text shows the way that the motion path is specified
			</p>
			<p>
				This animation uses the 'path' attribute to define the motion path.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-05-t.html">animate-elem-05-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-07-t.html">→ animate-elem-07-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-07-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-07-t.html">Full version</a>, <a href="basic-animate-elem-07-t.html">Basic version</a>, <a href="tiny-animate-elem-07-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-06-t.html">animate-elem-06-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-08-t.html">→ animate-elem-08-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-07-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-07-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-07-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-07-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-07-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-07-t" src="../png/basic-animate-elem-07-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test different ways of defining a motion path.
			</p>
			<p>
				An animation moves a triangle along a path. Reference rectangles, lines and text 
				are provided to help show what the correct behavior is. The red text shows the way that the motion path is specified
			</p>
			<p>
				This animation uses the 'mpath' sub-element to define the motion path.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-06-t.html">animate-elem-06-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-08-t.html">→ animate-elem-08-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-08-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-08-t.html">Full version</a>, <a href="basic-animate-elem-08-t.html">Basic version</a>, <a href="tiny-animate-elem-08-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-07-t.html">animate-elem-07-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-09-t.html">→ animate-elem-09-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-08-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-08-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-08-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-08-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-08-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-08-t" src="../png/basic-animate-elem-08-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test rotate='auto' and rotate='auto-reverse'.
			</p>
			<p>
				Two animations have been defined that move a triangle along a path. The first animation specifies rotate='auto', which causes 
				the object to be rotated along the curve of the path. The second animation specifies rotate='auto-reverse', which causes the 
				object to be flipped and then rotated along the curve of the path.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-07-t.html">animate-elem-07-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-09-t.html">→ animate-elem-09-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-09-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-09-t.html">Full version</a>, <a href="basic-animate-elem-09-t.html">Basic version</a>, <a href="tiny-animate-elem-09-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-08-t.html">animate-elem-08-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-10-t.html">→ animate-elem-10-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-09-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-09-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-09-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-09-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-09-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-09-t" src="../png/basic-animate-elem-09-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                Test possible values for 'calcMode="discrete"'
            </p>
            <p>
                Two animations have been defined. For each animation, ruler lines and text are provided to help show what the correct behavior is.
                The black text and ruler lines help show the sizes and movement of the rectangles over time.
            </p>
            <p>
                The discrete animations should show stair-stepping animations, with quantum-level jumps every two seconds in these tests. The linear
                animations change constantly with each keyframe to keyframe section, with the result that the change is faster when there is a larger
                change within a given amount of time. The paced animations change constantly over the entire animation, regardless of the values at
                particular keyframes. For calcMode='spline' in this test case, the initial rate of change is defined to be the same as linear, but the
                last jump has an ease-in/ease-out effect where the change is slower at the start and end but faster in the middle.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-08-t.html">animate-elem-08-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-10-t.html">→ animate-elem-10-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-10-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-10-t.html">Full version</a>, <a href="basic-animate-elem-10-t.html">Basic version</a>, <a href="tiny-animate-elem-10-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-09-t.html">animate-elem-09-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-11-t.html">→ animate-elem-11-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-10-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-10-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-10-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-10-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-10-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-10-t" src="../png/basic-animate-elem-10-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                Test possible values for 'calcMode="linear"'
            </p>
            <p>
                Two animations have been defined. For each animation, ruler lines and text are provided to help show what the correct behavior is.
                The black text and ruler lines help show the sizes and movement of the rectangles over time.
            </p>
            <p>
                The linear animations change constantly with each keyframe to keyframe section, with the result that the change is faster when there is a larger
                change within a given amount of time.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-09-t.html">animate-elem-09-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-11-t.html">→ animate-elem-11-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-11-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-11-t.html">Full version</a>, <a href="basic-animate-elem-11-t.html">Basic version</a>, <a href="tiny-animate-elem-11-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-10-t.html">animate-elem-10-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-12-t.html">→ animate-elem-12-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-11-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-11-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-11-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-11-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-11-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-11-t" src="../png/basic-animate-elem-11-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                Test possible values for 'calcMode="paced"'
            </p>
            <p>
                Two animations have been defined. For each animation, ruler lines and text are provided to help show what the correct behavior is.
                The black text and ruler lines help show the sizes and movement of the rectangles over time.
            </p>
            <p>
                The paced animations change constantly over the entire animation, regardless of the values at
                particular keyframes.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-10-t.html">animate-elem-10-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-12-t.html">→ animate-elem-12-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-12-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-12-t.html">Full version</a>, <a href="basic-animate-elem-12-t.html">Basic version</a>, <a href="tiny-animate-elem-12-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-11-t.html">animate-elem-11-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-13-t.html">→ animate-elem-13-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-12-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-12-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-12-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-12-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-12-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-12-t" src="../png/basic-animate-elem-12-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                Test possible values for 'calcMode="spline"'
            </p>
            <p>
                Two animations have been defined. For each animation, ruler lines and text are provided to help show what the correct behavior is.
                The black text and ruler lines help show the sizes and movement of the rectangles over time.
            </p>
            <p>
                For calcMode='spline' in this test case, the initial rate of change is defined to be the same as linear, but the
                last jump has an ease-in/ease-out effect where the change is slower at the start and end but faster in the middle.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-11-t.html">animate-elem-11-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-13-t.html">→ animate-elem-13-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-13-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-13-t.html">Full version</a>, <a href="basic-animate-elem-13-t.html">Basic version</a>, <a href="tiny-animate-elem-13-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-12-t.html">animate-elem-12-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-14-t.html">→ animate-elem-14-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-13-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-13-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-13-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-13-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-13-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-13-t" src="../png/basic-animate-elem-13-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                Test 'from', 'by', 'to' and 'values'
            </p>
            <p>
                Six animations have been defined. All six animations define the same simultaneous behavior, but use different combinations of
                attributes 'from', 'by', 'to' and 'values'. In all cases, from time 2 seconds to time 5 seconds, the rectangle should change
                from a width of 30 to a width of 300.
            </p>
            <p>
                The red text shows the attributes that were used for that particular animation.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-12-t.html">animate-elem-12-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-14-t.html">→ animate-elem-14-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-14-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-14-t.html">Full version</a>, <a href="basic-animate-elem-14-t.html">Basic version</a>, <a href="tiny-animate-elem-14-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-13-t.html">animate-elem-13-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-15-t.html">→ animate-elem-15-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-14-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-14-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-14-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-14-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-14-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-14-t" src="../png/basic-animate-elem-14-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            Test 'calcMode'=discrete
         </p> 
         <p>
            One animation has been defined to animate the height of a rectangle. Ruler lines and text are provided 
            to help show what the correct behavior is. The red text shows the values for the 'calcMode' and 'keyTimes' attributes. The 
            black text and ruler lines help show the size and movement of the rectangle over time.
         </p> 
         <p>
            This test shows an animation with calcMode="discrete" (i.e., a jumping animation). 
         </p> 

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-13-t.html">animate-elem-13-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-15-t.html">→ animate-elem-15-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-17-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-17-t.html">Full version</a>, <a href="basic-animate-elem-17-t.html">Basic version</a>, <a href="tiny-animate-elem-17-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-15-t.html">animate-elem-15-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-19-t.html">→ animate-elem-19-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-17-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-17-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-17-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-17-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-17-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-17-t" src="../png/basic-animate-elem-17-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            Test 'calcMode'=spline
         </p> 
         <p>
            One animation has been defined to animate the height of a rectangle. Ruler lines and text are provided 
            to help show what the correct behavior is. The red text shows the values for the 'calcMode' and 'keyTimes' attributes. The 
            black text and ruler lines help show the size and movement of the rectangle over time.
         </p> 
         <p>
             This animation shows calcMode="spline". Between time 4 seconds and 8 seconds, the animation displays an ease-in/ease-out approach 
            instead of a constant linear approach which would have been the case if calcMode had been linear instead.
         </p> 

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-15-t.html">animate-elem-15-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-19-t.html">→ animate-elem-19-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-19-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-19-t.html">Full version</a>, <a href="basic-animate-elem-19-t.html">Basic version</a>, <a href="tiny-animate-elem-19-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-17-t.html">animate-elem-17-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-20-t.html">→ animate-elem-20-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-19-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-19-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-19-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-19-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-19-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-19-t" src="../png/basic-animate-elem-19-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            Test 'calcMode'=linear
         </p> 
         <p>
            One animation has been defined to animate the width of a rectangle. Ruler lines and text are provided 
            to help show what the correct behavior is. The red text shows the values for the 'calcMode' and 'keyTimes' attributes. The 
            black text and ruler lines help show the size and movement of the rectangle over time.
         </p> 
         <p>
             This test shows an animation with calcMode="linear". 
         </p> 

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-17-t.html">animate-elem-17-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-20-t.html">→ animate-elem-20-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-20-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-20-t.html">Full version</a>, <a href="basic-animate-elem-20-t.html">Basic version</a>, <a href="tiny-animate-elem-20-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-19-t.html">animate-elem-19-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-21-t.html">→ animate-elem-21-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-20-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-20-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-20-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-20-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-20-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-20-t" src="../png/basic-animate-elem-20-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                A quick animation test.
            </p>
			<p>
                The assumption is that you will first click on "fade in" and
                then click on "fade out", each exactly once. The first time you
                select the link 'fade in', you should see a red square appearing,
                gradually and smoothly fading from white to red over the
                course of three seconds. 
               </p>
			<p>
                The rendered picture should match the reference image, (except
                for possible variations in the labeling text (per CSS2 rules))
                after activating the link on the fade-in button the first time
                and waiting three seconds for the animation to compete. The picture
                should remain looking the same way indefinitely, until another
                link is activated.
            </p>
			<p>
                With the second click on "fade in", however, the behavior might
                be different. In the case of having a first click on "fade in",
                waiting three seconds, and then immediately perform a first click
                on "fade out", waiting three seconds, and then immediately perform
                a second click on "fade in", you should see the following. After
                the first click on "fade in", the red square goes from white to red.
                After the first click on "fade out", the red square goes
                from red to white. After the second click on "fade in",
                however, the red square goes from white to red, and then
                goes back from red to white. This is because of the
                hyperlinking rules as they relate to resolved start times in the
                SMIL Animation specification.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-19-t.html">animate-elem-19-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-21-t.html">→ animate-elem-21-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-21-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-21-t.html">Full version</a>, <a href="basic-animate-elem-21-t.html">Basic version</a>, <a href="tiny-animate-elem-21-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-20-t.html">animate-elem-20-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-23-t.html">→ animate-elem-23-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-21-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-21-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-21-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-21-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-21-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-21-t" src="../png/basic-animate-elem-21-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                Test for chained animations
            </p>
			<p>
                The assumption is that you will first click on "fade in" and
                then click on "fade out", each exactly once. The first time you
                select the link 'fade in', you should see a red square appearing,
                gradually and smoothly fading from white to red over the
                course of three seconds. This square is in front of and thus
                obscures the lower left circle, but is behind the upper right
                circle. The fill color of these circles is also animated, from white to 
                grey. The animations are triggered by the start of the corresponding 
                animation of the red square.
            </p>
			<p>
                The rendered picture should match the reference image, (except
                for possible variations in the labeling text (per CSS2 rules))
                after activating the link on the fade-in button the first time
                and waiting three seconds for the animation to compete. The picture
                should remain looking the same way indefinitely, until another
                link is activated.
            </p>
			<p>
                With the second click on "fade in", however, the behavior might
                be different. In the case of having a first click on "fade in",
                waiting three seconds, and then immediately perform a first click
                on "fade out", waiting three seconds, and then immediately perform
                a second click on "fade in", you should see the following. After
                the first click on "fade in", the red square goes from zero to 100%
                opacity. After the first click on "fade out", the red square goes
                from red to white. After the second click on "fade in",
                however, the red square goes from white to red, and then
                goes back from red to white. This is because of the
                hyperlinking rules as they relate to resolved start times in the
                SMIL Animation specification.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-20-t.html">animate-elem-20-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-23-t.html">→ animate-elem-23-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-22-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-22-b.html">Full version</a>, <a href="basic-animate-elem-22-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-text-ws-02-t.html">text-ws-02-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-29-b.html">→ animate-elem-29-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-22-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-22-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-22-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-22-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-22-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-22-b" src="../png/basic-animate-elem-22-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test which verifies that the basic facilities of declarative 
				animation are working.
			</p>
			<p>
				This test uses the following element : 'animate'
			</p>
			<p>
				The test is a nine second animation with no repeats. It shows 
				a rectangle growing from small (37.5% width, 33.3% height) to 
				big (100% width, 100% height)
			</p>
			<p>
				The file includes various guides that can be used to verify the 
				correctness of the animation. Outlines exist for the rectangle 
				size and location at times 0s, 3s and 9s. 
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-text-ws-02-t.html">text-ws-02-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-29-b.html">→ animate-elem-29-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-23-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-23-t.html">Full version</a>, <a href="basic-animate-elem-23-t.html">Basic version</a>, <a href="tiny-animate-elem-23-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-21-t.html">animate-elem-21-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-24-t.html">→ animate-elem-24-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-23-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-23-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-23-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-23-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-23-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-23-t" src="../png/basic-animate-elem-23-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test which verifies that the basic facilities of declarative 
				animation are working.
			</p>
			<p>
				This test uses the following elements : 'set', 
				and 'animateColor
			</p>
			<p>
				The test is a nine second animation with no repeats. It shows a circle
                                changing color from 3s to 9s.
			</p>
			<p>
				The file includes various guides that can be used to verify the 
				correctness of the animation. 
                                Boxes on the left show the correct circle color values at times 
				3s, 6s and 9s.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-21-t.html">animate-elem-21-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-24-t.html">→ animate-elem-24-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-24-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-24-t.html">Full version</a>, <a href="basic-animate-elem-24-t.html">Basic version</a>, <a href="tiny-animate-elem-24-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-23-t.html">animate-elem-23-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-25-t.html">→ animate-elem-25-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-24-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-24-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-24-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-24-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-24-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-24-t" src="../png/basic-animate-elem-24-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                Test which verifies that the basic facilities of declarative
                animation are working.
            </p>
			<p>
                This test uses the following elements : 'animateMotion' and
                'animateTransform'
            </p>
			<p>
                The test is a nine second animation with no repeats. It shows
                the text string "It's alive" moving, rotating and growing from
                time 3s to 9s.
            </p>
			<p>
                The file includes various guides that can be used to verify the
                correctness of the animation. Pale blue guides exist for
                the text size, location and orientation at times 3s, 6s and 9s.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-23-t.html">animate-elem-23-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-25-t.html">→ animate-elem-25-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-25-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-25-t.html">Full version</a>, <a href="basic-animate-elem-25-t.html">Basic version</a>, <a href="tiny-animate-elem-25-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-24-t.html">animate-elem-24-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-26-t.html">→ animate-elem-26-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-25-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-25-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-25-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-25-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-25-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-25-t" src="../png/basic-animate-elem-25-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test animation options for specifying the target attribute/property.
			</p>
			<p>
				The left-hand rectangle animates an XML attribute without 
				specifying a value for 'attributeType'. The right-hand rectangle 
				animates an XML attribute and does set 'attributeType' to 'XML'. 
			</p>
			<p>
				The left rectangle animates its height from 100 to 50, 
				starting at time 3 seconds and ending at 6 seconds. 
				The right rectangle animates its height from 100 to 50, 
				starting at time 6 seconds and ending at 9 seconds. 
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-24-t.html">animate-elem-24-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-26-t.html">→ animate-elem-26-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-26-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-26-t.html">Full version</a>, <a href="basic-animate-elem-26-t.html">Basic version</a>, <a href="tiny-animate-elem-26-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-25-t.html">animate-elem-25-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-27-t.html">→ animate-elem-27-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-26-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-26-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-26-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-26-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-26-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-26-t" src="../png/basic-animate-elem-26-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                Test animation options for specifying the target attribute/property.
            </p>
			<p>
                On the left, a circle animates the stroke-width property without
                specifying a value for 'attributeType'. On the  right,
                a circle animates the stroke-width property and does set 'attributeType' to 'CSS'.
            </p>
		 <p>
                 For each circle, guides shows what
                the stroke-width looks like initially and
                what it looks like at the end of the animation. 
              </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-25-t.html">animate-elem-25-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-27-t.html">→ animate-elem-27-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-27-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-27-t.html">Full version</a>, <a href="basic-animate-elem-27-t.html">Basic version</a>, <a href="tiny-animate-elem-27-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-26-t.html">animate-elem-26-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-28-t.html">→ animate-elem-28-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-27-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-27-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-27-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-27-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-27-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-27-t" src="../png/basic-animate-elem-27-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test animation options for specifying the target element.
			</p>
			<p>
				The leftmost rectangle verifies the use of the 'xlink:href' 
				attribute to indicate the target element to be animated. 
				The rightmost rectangle verifies animating the parent of 
				the 'animate' element (in this case, a 'rect' element) 
				(i.e., the implicit parent of the 'animate' element). 
			</p>
			<p>
				At time 0, two rectangles filled with red and stroked with 
				blue appear, each with width=100 and height=200. Starting at 
				time 3 seconds and ending at time 6 seconds, the height of 
				the leftmost rectangle decreases from 200 to 50. Starting at 
				time 6 seconds and ending at time 9 seconds, the rightmost 
				rectangle decreases from 200 to 50. Annotations on the picture 
				show the correct positions at particular times. 
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-26-t.html">animate-elem-26-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-28-t.html">→ animate-elem-28-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-28-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-28-t.html">Full version</a>, <a href="basic-animate-elem-28-t.html">Basic version</a>, <a href="tiny-animate-elem-28-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-27-t.html">animate-elem-27-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-30-t.html">→ animate-elem-30-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-28-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-28-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-28-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-28-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-28-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-28-t" src="../png/basic-animate-elem-28-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                Test inheritance of animated properties.
            </p>
			<p>
                A yellow happy face should be displayed.  The stroke for the smile and yellow circle are both animated, the stroke goes from "#F1E900" to "#FF0000".
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-27-t.html">animate-elem-27-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-30-t.html">→ animate-elem-30-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-29-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-29-b.html">Full version</a>, <a href="basic-animate-elem-29-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-22-b.html">animate-elem-22-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-color-prop-01-b.html">→ color-prop-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-29-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-29-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-29-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-29-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-29-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-29-b" src="../png/basic-animate-elem-29-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                Test compositing of animated fill opacity.
            </p>
			<p>
                The assumption is that you will first click on "fade in" and
                then click on "fade out", each exactly once. The first time you
                select the link 'fade in', you should see a red square appearing,
                gradually and smoothly fading from zero to 100% opacity over the
                course of three seconds. This square is in front of and thus
                obscures the lower left circle, but is behind the upper right
                circle which is thus is composited on top of the animated red
                square. Then, when you click on "fade out", the red square will
                gradually disappear, smoothly fading from 100% to zero opacity
                over the course of three seconds.
            </p>
			<p>
                The rendered picture should match the reference image, (except
                for possible variations in the labelling text (per CSS2 rules))
                after activating the link on the fade-in button the first time
                and waiting three seconds for the animation to compete. The picture
                should remain looking the same way indefinitely, until another
                link is activated.
            </p>
			<p>
                With the second click on "fade in", however, the behavior might
                be different. In the case of having a first click on "fade in",
                waiting three seconds, and then immediately perform a first click
                on "fade out", waiting three seconds, and then immediately perform
                a second click on "fade in", you should see the following. After
                the first click on "fade in", the red square goes from zero to 100%
                opacity. After the first click on "fade out", the red square goes
                from 100% to zero opacity. After the second click on "fade in",
                however, the red square goes from zero to 100% opacity, and then
                goes back from 100% to zero opacity. This is because of the
                hyperlinking rules as they relate to resolved start times in the
                SMIL Animation specification.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-22-b.html">animate-elem-22-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-color-prop-01-b.html">→ color-prop-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-30-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-30-t.html">Full version</a>, <a href="basic-animate-elem-30-t.html">Basic version</a>, <a href="tiny-animate-elem-30-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-28-t.html">animate-elem-28-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-31-t.html">→ animate-elem-31-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-30-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-30-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-30-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-30-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-30-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-30-t" src="../png/basic-animate-elem-30-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                The purpose of this test is to test animated &lt;use&gt; where 
                the referenced &lt;defs&gt; also is animated.
            </p>
            <p>
                The test shows 6 different elements, each element defined in a 
                &lt;defs&gt; and referenced with a &lt;use&gt;. All the elements are
                animated between 0-3 seconds. The expected animation transform is 
                indicated with a gray silhouette showing the border values (0 and 3 seconds) 
                and an arrow indicating the movement in between. 
                For the two elements with a color animation, the colors goes from white to 
                blue (the same blue color used for all elements).
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-28-t.html">animate-elem-28-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-31-t.html">→ animate-elem-31-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-32-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-32-t.html">Full version</a>, <a href="basic-animate-elem-32-t.html">Basic version</a>, <a href="tiny-animate-elem-32-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-31-t.html">animate-elem-31-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-33-t.html">→ animate-elem-33-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-32-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-32-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-32-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-32-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-32-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-32-t" src="../png/basic-animate-elem-32-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                Tests the animation to and from the degenerate cases of the basic shapes.  
                The shapes are drawn within the black rectangles.
            </p>
            <p>
                The rendered picture should match the reference image at the end of the animation, except
                for possible variations in the labelling text (per CSS2 rules).
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-31-t.html">animate-elem-31-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-33-t.html">→ animate-elem-33-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-33-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-33-t.html">Full version</a>, <a href="basic-animate-elem-33-t.html">Basic version</a>, <a href="tiny-animate-elem-33-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-32-t.html">animate-elem-32-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-34-t.html">→ animate-elem-34-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-33-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-33-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-33-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-33-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-33-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-33-t" src="../png/basic-animate-elem-33-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
            The purpose of this test is to test animateMotion with keyPoints and keyTimes.
         </p>
			<p>
            The test consists of 4 sub-tests. Each test has a purple circle which moves along a path. The path is indicated with a dashed line and sample points where the circle should pass a certain position on the path is indicated with gray circles. On top of each gray circle is a number which indicates the passing time in seconds. In the cases where the purple circle should pass the gray circle two times the first passing time is written above the gray circle and the second passing time is written below.
         </p>
			<p>
            Section 19.2.12 in the spec. states that a motion path is defined by the path attribute or by values or from/to attributes. So in the animateMotion case, values is just used for defining the motionPath and the number of values do not have to relate to the number of keyTimes. 
  
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-32-t.html">animate-elem-32-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-34-t.html">→ animate-elem-34-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-34-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-34-t.html">Full version</a>, <a href="basic-animate-elem-34-t.html">Basic version</a>, <a href="tiny-animate-elem-34-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-33-t.html">animate-elem-33-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-36-t.html">→ animate-elem-36-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-34-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-34-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-34-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-34-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-34-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-34-t" src="../png/basic-animate-elem-34-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            The purpose of this test is to test animation of attributes points and fill-rule.
         </p>
         <p>
            The test consists of 2 sub-tests. The first test is a polygon shaped as a digit. The polygon 
            has an animation on its vertex points which  morphs the polygon between the numbers 1, 2, 3 
            and 4. The gray outlines indicates the expected position of the polygon at 1, 2, 3 and 4s.
            The second test is 4 paths in a u-shape. They have animated fill-rules. There initial 
            fill-rules are, from left to right, nonzero, evenodd, evenodd (by default value) and evenodd 
            (by default value) The expected result is that one path at a time is filled. The other three 
            paths are not filled but have the u-shape. Which path that should be filled at 
            which time is indicated by the number above it (indicating time in seconds). To enhance the 
            difference between the filled path and the rest, the filled path should always have the 
            same color as the morphing polygon. This is achieved by a discrete color animation.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-33-t.html">animate-elem-33-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-36-t.html">→ animate-elem-36-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-35-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-35-t.html">Full version</a>
	, <a href="basic-animate-elem-35-t.html">Basic version</a>
	, <a href="tiny-animate-elem-35-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-34-t.html">animate-elem-34-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-36-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-36-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-35-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-35-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-35-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-35-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-35-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-35-t" src="../png/basic-animate-elem-35-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
         <p>
            The purpose of this test is to test animation of attributes stroke-dasharray,
            stroke-dashoffset, stroke-miterlimit, stroke-linecap and stroke-linjoin.
         </p>
         <p>
            This file contains four tests, testing animation of five attributes.
            The first test animates the stroke-dashoffset. There are seven reference polylines, all with
            the same stroke-dasharray but with different values on their stroke-dashoffset. A red polyline
            with the same stroke-dash array has an animation on its stroke-dasharray. The red polyline is
            animated so that it stops by the reference polyline that has the right stroke-dashoffset at
            that perticular time.
            The second test animates stroke-linecap and stroke-linejoin. There are three reference
            polylines. Comparsion is done in the same manner as in the previous test.
            The third test animates the stroke-miterlimit. There are two sets offilled reference paths
            (black) and two outlined paths (red) with animated stroke-miterlimit. The paths are shaped like
            a capital A. In the upper test the animated path is drawn on top of the reference polygons and
            in the lower test the reference path is drawn on top of the animated path. As the
            stroke-miterlimit is animated to different values, different reference paths are used. To pass
            the test, there should never be any part of the underlying geometry visible (black in the upper
            or red in the lower).
            The fourth test animates the stroke-dasharray. The initial stroke-dasharray gives a
            short-dashed line. This pattern is animated into a pattern that on this short path gives a
            solid line at 2 seconds.
         </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-36-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-36-t.html">Full version</a>, <a href="basic-animate-elem-36-t.html">Basic version</a>, <a href="tiny-animate-elem-36-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-34-t.html">animate-elem-34-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-37-t.html">→ animate-elem-37-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-36-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-36-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-36-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-36-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-36-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-36-t" src="../png/basic-animate-elem-36-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test validates the animation of the transform attribute on structure
                elements, hyperlinks and text elements.
            </p>
            <p>
                The test applies an &lt;animateTransform&gt; on various element types: &lt;g&gt;,
                &lt;use&gt;, &lt;image&gt;, &lt;switch&gt;, &lt;a&gt; and &lt;text&gt;. In all
                cases, the type is a rotation and all the elements should rotate together about
                their centers, for 3s, starting at the document's load time.
            </p>
            <p>
                The static reference image shows the final state of the animation.                
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-34-t.html">animate-elem-34-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-37-t.html">→ animate-elem-37-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-37-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-37-t.html">Full version</a>, <a href="basic-animate-elem-37-t.html">Basic version</a>, <a href="tiny-animate-elem-37-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-36-t.html">animate-elem-36-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-39-t.html">→ animate-elem-39-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-37-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-37-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-37-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-37-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-37-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-37-t" src="../png/basic-animate-elem-37-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test validates the animation of the transform attribute shape elements.
            </p>

            <p>
                The test applies an &lt;animateTransform&gt; on various element
                types: &lt;g&gt;, &lt;use&gt;, &lt;image&gt;, &lt;switch&gt;,
                &lt;a&gt; and &lt;text&gt;.                 
                In all cases the animation should run for 3s, starting at the document's load time.
                The &lt;circle&gt; has a scale animation, and all the rest of the elements should rotate together about their centers.  
                The static reference image shows the final state of the animation.
            </p>


		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-36-t.html">animate-elem-36-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-39-t.html">→ animate-elem-39-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-38-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-38-t.html">Full version</a>
	, <a href="basic-animate-elem-38-t.html">Basic version</a>
	, <a href="tiny-animate-elem-38-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-37-t.html">animate-elem-37-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-39-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-39-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-38-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-38-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-38-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-38-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-38-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-38-t" src="../png/basic-animate-elem-38-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
         <p>
            The purpose of this test is to test animation of the viewBox attribute.
         </p>
         <p>
            This file tests animation of the viewBow attribute. The viewBox changes position and size
            several times. At each new setting, a green indicator frame will flash a couple of times.
            This frame should only appear at the edges of the SVG element.
         </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-39-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-39-t.html">Full version</a>, <a href="basic-animate-elem-39-t.html">Basic version</a>, <a href="tiny-animate-elem-39-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-37-t.html">animate-elem-37-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-40-t.html">→ animate-elem-40-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-39-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-39-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-39-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-39-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-39-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-39-t" src="../png/basic-animate-elem-39-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test validates that the xlink:href attribute can be animated on 
                the &lt;a&gt;, &lt;image&gt; and &lt;use&gt; elements, using the &lt;animate&gt;
                or &lt;set&gt; animation elements.
            </p>

            <p>
                For the &lt;a&gt; animation, showing on the left-most column, the number 
                indicates the number of the animation test currently linked by the xlink:href
                attribute. For example, when the xlink:href animated value is "animate-elem-38-t.svg",
                the text displays "38". When the user clicks on the displayed number, the user
                agent should open the corresponding link. For example, if the user clicks on 38,
                then the "animate-elem-38-t.svg" URI should be followed. If the user clicks on 02,
                then the "animate-elem-02-t.svg" URI should be followed.
            </p>


            <p>
                For the &lt;image&gt; animations, the image xlink:href attribute cycles through
                two values showing a sun set and a picture of the sydney opera. The image should
                change every second and the images shown by the &lt;set&gt; and &lt;animate&gt;
                animations should always match.
            </p>

            <p>
                For the &lt;use&gt; animations, the use xlink:href attribute cycles through
                values "#useA" and "#useB" which reference text elements displaying values
                "Use A" and "Use B". The change should happen every second and the text shown
                for the two animations (&lt;set&gt; and &lt;animation&gt;) should always 
                match.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-37-t.html">animate-elem-37-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-40-t.html">→ animate-elem-40-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-40-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-40-t.html">Full version</a>, <a href="basic-animate-elem-40-t.html">Basic version</a>, <a href="tiny-animate-elem-40-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-39-t.html">animate-elem-39-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-41-t.html">→ animate-elem-41-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-40-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-40-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-40-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-40-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-40-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-40-t" src="../png/basic-animate-elem-40-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test validates that the x and y attributes can be animated on
                &lt;use&gt;, &lt;image&gt;, &lt;rect&gt; and &lt;text&gt; elements.
                The test also validates that the width and height attributes can 
                be animated on &lt;image&gt; and &lt;rect&gt;
            </p>

            <p>
                For x and y animation, each test shows the reference positions at 
                specific points in the animation. These markers are highlighted 
                at the time the target element's x/y position should match that of
                the marker. For the &lt;text&gt; element, there are two tests. The
                first one tests animating a single value on the text's x and y attributes.
                The second one tests animating x, y values where there are values for each
                of the text's characters. For that test (bottom left), there is a set of 
                reference markers for each of the characters ('1' and '2').
            </p>

            <p>
                For width and height animation (the two tests on the bottom right), the
                outline showing the expected width and height at given points in the animation
                is highlighted at the time the marker's width and height should match that
                of the target element.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-39-t.html">animate-elem-39-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-41-t.html">→ animate-elem-41-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-41-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-41-t.html">Full version</a>, <a href="basic-animate-elem-41-t.html">Basic version</a>, <a href="tiny-animate-elem-41-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-40-t.html">animate-elem-40-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-44-t.html">→ animate-elem-44-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-41-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-41-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-41-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-41-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-41-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-41-t" src="../png/basic-animate-elem-41-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test validates the operation of the animate element on the various graphics
                properties. This test is very similar to animate-elem-78-t which uses the set element
                instead of the animate element to modify graphics properties.
            </p>

            <p>
                For each graphics properties, there are three tests. One animates the graphics
                property directly on an element (such as a rect or a line) which uses the 
                property. The other two tests apply the animation on a container element (g and 
                a), and validate that the animated property is inherited by elements which 
                are child of the container.
            </p>

            <p>
                For each animation test, the element on which the animation is applied is also 
                translated by an animation so that the various states of the animation can 
                be checked more easily. In most tests, there is a gray reference marker which shows
                the expected animation state at the begining of the animation, mid-way, or at the
                end of the animation.
            </p>

            <p>
                The following animations should show continuous changes: fill, stroke,
                stroke-width, stroke-miterlimit, stroke-dashoffset and color. Note that 
                visually, stroke-miterlimit shows a sharp transition, but that is because
                the miter is cut off when the animated miter limit reaches the test sharp
                angle's miter value. The stroke-miterlimit value is changed continously 
                but that is not visible in this test.
            </p>

            <p>
                The following animations have a discrete behavior: fill-rule, stroke-linecap,
                stroke-linejoin, display and visibility.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-40-t.html">animate-elem-40-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-44-t.html">→ animate-elem-44-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-42-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-42-t.html">Full version</a>
	, <a href="basic-animate-elem-42-t.html">Basic version</a>
	, <a href="tiny-animate-elem-42-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-41-t.html">animate-elem-41-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-43-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-43-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-42-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-42-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-42-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-42-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-42-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-42-t" src="../png/basic-animate-elem-42-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-43-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-43-t.html">Full version</a>
	, <a href="basic-animate-elem-43-t.html">Basic version</a>
	, <a href="tiny-animate-elem-43-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-42-t.html">animate-elem-42-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-44-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-44-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-43-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-43-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-43-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-43-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-43-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-43-t" src="../png/basic-animate-elem-43-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-44-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-44-t.html">Full version</a>, <a href="basic-animate-elem-44-t.html">Basic version</a>, <a href="tiny-animate-elem-44-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-41-t.html">animate-elem-41-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-46-t.html">→ animate-elem-46-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-44-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-44-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-44-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-44-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-44-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-44-t" src="../png/basic-animate-elem-44-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            The purpose of this test is to test animation of the d
            attribute of the path element.
         </p>
         <p>
             This test consists of a path, specified as a series of
             lineto commands, whose d attribute is animated.
            The path morphs between the numbers 1, 2, 3, and 4.
            The gray outlines indicates the expected position of the polygon at 1, 2, 3 and 4s.
            The test contains an animated circle that indicates where
            the path should be at a given time.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-41-t.html">animate-elem-41-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-46-t.html">→ animate-elem-46-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-46-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-46-t.html">Full version</a>, <a href="basic-animate-elem-46-t.html">Basic version</a>, <a href="tiny-animate-elem-46-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-44-t.html">animate-elem-44-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-52-t.html">→ animate-elem-52-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-46-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-46-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-46-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-46-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-46-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-46-t" src="../png/basic-animate-elem-46-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test validates the operation of the animate element on the various
                text and font properties. This test is very similar to animate-elem-77-t.svg
                which uses the set element instead of the animate element to modify graphics
                properties.
            </p>

            <p>
                For each text or font properties, there are three tests. One animates the text or font
                property directly on a text element which uses the 
                property. The other two tests apply the animation on a container element (g and 
                a), and validate that the animated property is inherited by children text elements.
            </p>

            <p>
                For each animation test, the element on which the animation is applied is also 
                translated by an animation so that the various states of the animation can 
                be checked more easily. There is a gray reference marker which shows
                the expected animation state at the begining of the animation, mid-way, or at the
                end of the animation.
            </p>

            <p>
                Only the animation of font-size should show a continuous change of the font size.
            </p>

            <p>
                The following animations have a discrete behavior: text-anchor, font-family,
                font-style, font-weight.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-44-t.html">animate-elem-44-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-52-t.html">→ animate-elem-52-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-47-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-47-t.html">Full version</a>
	, <a href="basic-animate-elem-47-t.html">Basic version</a>
	, <a href="tiny-animate-elem-47-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-46-t.html">animate-elem-46-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-48-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-48-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-47-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-47-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-47-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-47-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-47-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-47-t" src="../png/basic-animate-elem-47-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-48-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-48-t.html">Full version</a>
	, <a href="basic-animate-elem-48-t.html">Basic version</a>
	, <a href="tiny-animate-elem-48-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-47-t.html">animate-elem-47-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-49-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-49-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-48-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-48-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-48-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-48-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-48-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-48-t" src="../png/basic-animate-elem-48-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-49-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-49-t.html">Full version</a>
	, <a href="basic-animate-elem-49-t.html">Basic version</a>
	, <a href="tiny-animate-elem-49-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-48-t.html">animate-elem-48-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-50-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-50-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-49-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-49-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-49-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-49-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-49-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-49-t" src="../png/basic-animate-elem-49-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-50-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-50-t.html">Full version</a>
	, <a href="basic-animate-elem-50-t.html">Basic version</a>
	, <a href="tiny-animate-elem-50-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-49-t.html">animate-elem-49-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-51-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-51-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-50-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-50-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-50-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-50-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-50-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-50-t" src="../png/basic-animate-elem-50-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-51-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-51-t.html">Full version</a>
	, <a href="basic-animate-elem-51-t.html">Basic version</a>
	, <a href="tiny-animate-elem-51-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-50-t.html">animate-elem-50-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-52-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-52-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-51-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-51-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-51-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-51-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-51-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-51-t" src="../png/basic-animate-elem-51-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-52-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-52-t.html">Full version</a>, <a href="basic-animate-elem-52-t.html">Basic version</a>, <a href="tiny-animate-elem-52-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-46-t.html">animate-elem-46-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-60-t.html">→ animate-elem-60-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-52-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-52-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-52-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-52-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-52-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-52-t" src="../png/basic-animate-elem-52-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            The purpose of this test is to test eventbase targets.
         </p>
         <p>
            The test consists of 4 rectangles named A, B, C, D. The D rectangle contains 
            three animations changing the color of the animation target. 
            Each animation applies to one of the other rectangles 
            by using xlink:href. Clicking on rect A should change it's 
            color immediately, clicking B changes its color after 2 seconds, 
             clicking C changes its color after 4 seconds and clicking D shows no visible change
             (although D contains the animations the event target for each 
            animation is the referenced rectangle, this rectangle is also the 
            animation target.)
         </p>
         <p>
            The following sections in the SMIL Animation spec (http://www.w3.org/TR/smil-animation/) 
            are relevant as confirmation of this test:
            The SMIL spec(3.6.7 subsection "Event Values") states that "If the 
            Eventbase-element term is missing, the event-base element is defined to 
            be the target element of the animation"
            The SMIL spec (3.1 subsection "The target element") says that the 
            animation target may be defined explicitly thru the targetElement IDREF 
            or href URI.
            So in this test, the animation target is defined through 
            xlink:href and the event base per definition is then also this 
            referenced element.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-46-t.html">animate-elem-46-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-60-t.html">→ animate-elem-60-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-53-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-53-t.html">Full version</a>
	, <a href="basic-animate-elem-53-t.html">Basic version</a>
	, <a href="tiny-animate-elem-53-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-52-t.html">animate-elem-52-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-60-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-60-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-53-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-53-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-53-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-53-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-53-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-53-t" src="../png/basic-animate-elem-53-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
         <p>
            The purpose of this test is to test animation of points and calcmode.
         </p>
         <p>
            1. The green squares should animate together side by side. This applies
               to the red ones as well. 
            2. The time values indicate when the squares should reach the 
               corresponding reference square.
            3. The total distance is 0+40+80+24.14=144.14
               a. The "green animation" is 9 sec and linear so each interval 
                  should get 3 sec.
               b. The "red animation" is 8 sec and paced so the intervals 
                  should get 2.22, 4.44 and 1.34 sec each.
         </p>
         <p>
            Here comes a more detailed description of the animation.

            The left green square (LG) is animated by animating the points with
            a value array, consisting of 4 lists of points. This is an animation 
            with calc-mode=linear so an equal amount of time should be spent on
            all 4 intervals. The right green square (RG) is animated by a simple 
            linear motion followed by a scale to follow LG.
            The last scale by 1.9428 correspond to a movement of the lover right
            corner of the square by sqrt((30*0.9428)^2 + (30*0.9428)^2) which is
            approximately 40 distance units. This is the same distance as the first
            interval in the values array (and half the second interval).
            The length (in terms of distance) is not really important for the 
            green squares but for the red squares which are animated with 
            calc-mode=paced the length is used to calculate the time for each 
            interval.
            Since the first and last interval are of the same length which 
            totals to the length of the middle interval, the interval should 
            be given time according to [27.75%(2.22sec);55.5%(4.44sec);16.75%(1.34sec)].

            So the left red square (LR) is animated just as the LG square but
            with calc-mode=paced. The same applies to the right red square (RR) 
            that has default calc-mode (paced for animateMotion) compared to the
            RG square that has calc-mode=linear. 
            The calc-mode for the scale of RR (and RG) is not important since 
            it's not a value list type of animation.
         </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-60-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-60-t.html">Full version</a>, <a href="basic-animate-elem-60-t.html">Basic version</a>, <a href="tiny-animate-elem-60-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-52-t.html">animate-elem-52-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-61-t.html">→ animate-elem-61-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-60-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-60-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-60-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-60-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-60-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-60-t" src="../png/basic-animate-elem-60-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">

            <p>

                This test performs basic test on the begin attribute,

                assuming support for the &lt;set&gt; element and setting the 

                fill attribute on a &lt;rect&gt; element.

            </p>

            <p>

    		The test validates the various possibilities for the begin attribute

                value: no specified value, offset value, event base value, sync base

                value, indefinite value, repeat value, accessKey value and wallclock.

            </p>

            <p>

                There is one or several &lt;set&gt; elements for each of the possible begin

                values. For each test, the &lt;set&gt; element(s) has (or have) an indefinite

                duration and no other timing attribute specified other than begin

                and dur.

            </p>

            <p>

                There are two sets of vertical markers which help check that the test

                is handled properly by the user agent. The first set, on the left, shows

                markers from 0s to 8s, where the times are offset from the document's load time.

                The rectangles in that area should turn green at the time corresponding

                to the column they are in. From example, the first rectangle (going left to right)

                on the "sync base" line should turn green 2 seconds after the document's load.

                The second set of time vertical markers shows offset from a particular event.

                For example, for the event base, the markers show an offset to the time 

                the first event base rectangle (the left-most one) is clicked on. For the 

                accessKey line, the times show offsets from the time the 'a' key is pressed

                and the document has focus.

            </p>

            <p>

                The first &lt;set&gt; has an unspecified begin attribute. That value

                defaults to an offset of 0s so the animation should apply as soon as

                the document is loaded.

            </p>

            <p>

                The second &lt;set&gt; has its begin attribute set to '2s'. So its

                target rectangle should turn green two seconds after the document is 

                loaded.

            </p>

            <p>

                The third &lt;set&gt; has its begin attribute set to an event base

                value 'click'. The user has to click on the left-most target red rectangle

                to make the &lt;set&gt; target turn green. There are two rectangles

                with associated &lt;set&gt; elements. The left most ones has a simple

                value (no offset) and the second one is offset from the event time by 2 seconds.

            </p>

            <p>

                The fourth &lt;set&gt; elements have their begin attributes set to a sync base

                value. The first two rectangles have &lt;set&gt; elements synchronized on their sync base

                begin. The left-most one has no offset and the following one has a 2 seconds offset.

                The last two rectangles have &lt;set&gt; elements synchronized on their sync base end.

                The first one (i.e., the third from left to right on that line), has a 2 seconds

                negative offset. The second one (i.e., the last one on the line) has no offset and should

                begin at the time its sync base ends.

            </p>

            <p>

                The fifth &lt;set&gt; has its begin attribute set to indefinite and

                should not turn red and stay green.

            </p>

            <p>

                The sixth &lt;set&gt;s have their begin attributes have their begin attributes

                based on the repeat() function. The repeat they are synchronized on happens

                at 3s. The first &lt;set&gt;, which has no offset, should begin at 3s. The 

                second &lt;set&gt;, which has a 2 seconds offset, should start at 5s.

            </p>

            <p>

                The seventh &lt;set&gt;s have their begin attributes set to 'accessKey(a)'.

                The first one has no offset and should become active (and turn the rectangle

                green), as soon as the key 'a' is pressed in the user agent. The second &lt;set&gt;

                has a 2s offset and should become active 2 seconds after the 'a' key is pressed in

                the user agent.

            </p>

            <p>

                The eight's &lt;set&gt; target has its begin attribute set to 

                'wallclock()'. Therefore, the target should never turn red because the 

                target wallclock time is in the past.

            </p>


		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-52-t.html">animate-elem-52-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-61-t.html">→ animate-elem-61-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-61-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-61-t.html">Full version</a>, <a href="basic-animate-elem-61-t.html">Basic version</a>, <a href="tiny-animate-elem-61-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-60-t.html">animate-elem-60-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-62-t.html">→ animate-elem-62-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-61-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-61-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-61-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-61-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-61-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-61-t" src="../png/basic-animate-elem-61-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">

            <p>

                This tests validates multiple begin conditions in the begin attribute,

                assuming support for the &lt;set&gt; element and setting the 

                fill attribute on a &lt;rect&gt; element.

            </p>

            <p>

    		The test validates the various possibilities for the begin attribute

                value: multiple offset values, multiple event base values, multiple sync base

                values, multiple repeat values, and multiple accessKey values. Finally, 

                the test validates that begin values of different kinds can be mixed.

            </p>



            <p>

                The test shows 6 rows where a red rectangle' s x attribute is animated

                with &lt;set&gt; elements.

            </p>



            <p>

                On the first three rows, the red rectangles should show on the left from 

                0 to 1s. From 1 to 2s, the rectangles should show on the right. Then

                the rectangles should show on the left from 2 to 4s, then on the right

                again from 4 to 5s and come back to the left position and stay there

                after 5s.

            </p>

            <p>

                On the fourth row, the rectangle's begin condition is event based

                and requires a user click. After the user clicks on the rectangle,

                the rectangle should move to the right position for 1s, then move

                back to the left position for 3 seconds, move again to the right 

                position for 1 second before going back to the left position.

            </p>

            <p>

                On the fifth row, the rectangle's begin condition is accessKey based

                and requires a user to press the 'a' key. After the user presses that key

                the rectangle should move to the right position for 1s, then move

                back to the left position for 3 seconds, move again to the right 

                position for 1 second before going back to the left position.

            </p>

            <p>

                The last row's rectangle has a begin condition with two offset values

                (1s;4s) and should behave like the rectangles of the first three 

                rows for the first 5 seconds of the document's timeline. In addition,

                the begin condition has a click event base and thus, the rectangle

                should move to the right position for one second every time the user

                clicks on it. Finally, the begin condition also has an accessKey condition

                for the 'b' character. Thus, the rectangle should move to the right

                position every time the user presses the 'b' key.

            </p>


		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-60-t.html">animate-elem-60-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-62-t.html">→ animate-elem-62-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-62-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-62-t.html">Full version</a>, <a href="basic-animate-elem-62-t.html">Basic version</a>, <a href="tiny-animate-elem-62-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-61-t.html">animate-elem-61-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-63-t.html">→ animate-elem-63-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-62-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-62-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-62-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-62-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-62-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-62-t" src="../png/basic-animate-elem-62-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">

            <p>

                This test performs basic test on the end attribute,

                assuming support for the &lt;set&gt; element and setting the 

                fill attribute on a &lt;rect&gt; element.

            </p>

            <p>

    		The test validates the various possibilities for the end attribute

                value: no specified value, offset value, event base value, sync base

                value, indefinite value, repeat value, accessKey value and wallclock.

            </p>

            <p>

                There are one or several &lt;set&gt; elements for each of the possible end

                values. For each test, the &lt;set&gt; element(s) has (or have) an indefinite

                duration and no other timing attribute specified other than end

                and dur.

            </p>

            <p>

                There are two sets of vertical markers which help check that the test

                is handled properly by the user agent. The first set, on the left, shows

                markers from 0s to 8s, where the times are offset from the document's load time.

                The rectangles in that area should turn green at the time corresponding

                to the column they are in. From example, the first rectangle (going left to right)

                on the "sync base" line should turn green 2 seconds after the document's load.

                The second set of time vertical markers shows offset from a particular event.

                For example, for the event base, the markers show an offset to the time 

                the first event base rectangle (the left-most one) is clicked on. For the 

                accessKey line, the times show offsets from the time the 'a' key is pressed

                and the document has focus.

            </p>

            <p>

                The first &lt;set&gt; has an unspecified end attribute. That value

                defaults to an offset of 0s so the animation should apply as soon as

                the document is loaded.

            </p>

            <p>

                The second &lt;set&gt; has its end attribute set to '2s'. So its

                target rectangle should turn green two seconds after the document is 

                loaded.

            </p>

            <p>

                The third &lt;set&gt; has its end attribute set to an event base

                value 'click'. The user has to click on the left-most target red rectangle

                to make the &lt;set&gt; target turn green. There are two rectangles

                with associated &lt;set&gt; elements. The left most ones has a simple

                value (no offset) and the second one is offset from the event time by 2 seconds.

            </p>

            <p>

                The fourth &lt;set&gt; elements have their end attributes set to a sync base

                value. The first two rectangles have &lt;set&gt; elements synchronized on their sync base

                end. The left-most one has no offset and the following one has a 2 seconds offset.

                The last two rectangles have &lt;set&gt; elements synchronized on their sync base end.

                The first one (i.e., the third from left to right on that line), has a 2 seconds

                negative offset. The second one (i.e., the last one on the line) has no offset and should

                end at the time its sync base ends.

            </p>

            <p>

                The fifth &lt;set&gt; has its end attribute set to indefinite and

                should not turn red and stay green.

            </p>

            <p>

                The sixth &lt;set&gt;s have their end attributes have their end attributes

                based on the repeat() function. The repeat they are synchronized on happens

                at 3s. The first &lt;set&gt;, which has no offset, should end at 3s. The 

                second &lt;set&gt;, which has a 2 seconds offset, should start at 5s.

            </p>

            <p>

                The seventh &lt;set&gt;s have their end attributes set to 'accessKey(a)'.

                The first one has no offset and should become active (and turn the rectangle

                green), as soon as the key 'a' is pressed in the user agent. The second &lt;set&gt;

                has a 2s offset and should become active 2 seconds after the 'a' key is pressed in

                the user agent.

            </p>

            <p>

                The eight's &lt;set&gt; target has its end attribute set to 

                'wallclock()'. Therefore, the target should never turn green because the 

                target wallclock time is in the very distant future, so the animation

                should not end (unless this test is used for close to two hundred years,

                in which case the end date should be updated for an additional two or

                three hundred years).

            </p>


		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-61-t.html">animate-elem-61-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-63-t.html">→ animate-elem-63-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-63-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-63-t.html">Full version</a>, <a href="basic-animate-elem-63-t.html">Basic version</a>, <a href="tiny-animate-elem-63-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-62-t.html">animate-elem-62-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-64-t.html">→ animate-elem-64-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-63-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-63-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-63-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-63-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-63-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-63-t" src="../png/basic-animate-elem-63-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">

            <p>

                This tests validates multiple end conditions in the end attribute,

                assuming support for the &lt;set&gt; element and setting the 

                dur attribute to 'indefinite'.

            </p>

            <p>

    		The test validates the various possibilities for the end attribute

                value: multiple offset values, multiple event base values, multiple sync base

                values, multiple repeat values, and multiple accessKey values. Finally, 

                the test validates that end values of different kinds can be mixed.

            </p>



            <p>

                The test shows 6 rows where a red rectangle's  x attribute is animated

                with &lt;set&gt; elements.

            </p>



            <p>

                On the first three rows, the red rectangles should show on the left from 

                0 to 1s. From 1 to 2s, the rectangles should show on the right. Then

                the rectangles should show on the left from 2 to 4s, then on the right

                again from 4 to 5s and come back to the left position and stay there

                after 5s.

            </p>

            <p>

                On the fourth row, the rectangle's end condition is event based

                and requires a user click. One of the end condition is defined

                to be 5 seconds prior to the click and one is defined to be 5 

                seconds after the click. If the user clicks on the rectangle

                before 5 seconds (in document time), the red rectangle we move

                to the left position 5 seconds after the click (because the 

                'click - 5s' end time resolves to a time prior to the begin

                time). If the user clicks after 5 seconds (in document time),

                then the red rectangle moves to the left position immediately because

                the 'click - 5s' time resolves to a time after the begin time.

            </p>

            <p>

                On the fifth row, the rectangle's end condition is accessKey based

                and requires a user to press the 'a' key. The behavior is exactly the

                same as for the previous row, except that the triggering event

                is the 'a' key press.

            </p>

            <p>

                The last row's rectangle has a end condition with two offset values

                (1s;4s) and should behave like the rectangles of the first three 

                rows for the first 5 seconds of the document's timeline. In addition,

                the end condition has a click event base and thus, the rectangle

                should immediately move to the left position if the user everytime the user

                clicks clicks on the rectangle when it is on the right position. 

                Finally, the end condition also has an accessKey condition

                for the 'b' character. Thus, the rectangle should move to the left

                position every time the user presses the 'b' key and the rectangle is

                on the right position.

            </p>


		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-62-t.html">animate-elem-62-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-64-t.html">→ animate-elem-64-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-64-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-64-t.html">Full version</a>, <a href="basic-animate-elem-64-t.html">Basic version</a>, <a href="tiny-animate-elem-64-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-63-t.html">animate-elem-63-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-65-t.html">→ animate-elem-65-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-64-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-64-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-64-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-64-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-64-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-64-t" src="../png/basic-animate-elem-64-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This tests performs basic tests on the dur attribute.
            </p>
            <p>
                The first row shows a red rectangle subject to a &lt;set&gt; animation
                with no begin attribute, no end attribute and a dur attribute set to
                '2s'. Therefore, the animation should be active from 0 to 2 seconds and
                then terminate. Consequently, the rectangle should show on the right
                for the first two seconds, and then move to the left position.
            </p>
            <p>
                The second row shows a red rectangle subject to a &lt;set&gt; animation
                with no begin attribute, no end attribute and a dur attribute set to
                'indefinite'. Therefore, the animation should stay active indefinitely 
                and the rectangle should always be on the right position, never on the 
                left position.
            </p>
            <p>
                Finally, the third row shows red rectangle subject to a &lt;set&gt; animation
                with no begin attribute, no end attribute and a dur attribute set to
                'media'. In the context of SVG 1.1, this is equivalent to an 'indefinite'
                value. Therefore, the animation should stay active indefinitely 
                and the rectangle should always be on the right position, never on the 
                left position.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-63-t.html">animate-elem-63-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-65-t.html">→ animate-elem-65-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-15-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-15-t.html">Full version</a>, <a href="basic-animate-elem-15-t.html">Basic version</a>, <a href="tiny-animate-elem-15-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-14-t.html">animate-elem-14-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-17-t.html">→ animate-elem-17-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-15-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-15-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-15-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-15-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-15-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-15-t" src="../png/basic-animate-elem-15-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            Test 'calcMode'=paced
         </p> 
         <p>
            One animation has been defined to animate the height of a rectangle. Ruler lines and text are provided 
            to help show what the correct behavior is. The red text shows the values for the 'calcMode' and 'keyTimes' attributes. The 
            black text and ruler lines help show the size and movement of the rectangle over time.
         </p> 
         <p>
            This test shows calcMode="paced" for an animation that has constant velocity, thus showing how 'values' 
            and 'keyTimes' are ignored. 
         </p> 

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-14-t.html">animate-elem-14-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-17-t.html">→ animate-elem-17-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-31-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-31-t.html">Full version</a>, <a href="basic-animate-elem-31-t.html">Basic version</a>, <a href="tiny-animate-elem-31-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-30-t.html">animate-elem-30-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-32-t.html">→ animate-elem-32-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-31-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-31-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-31-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-31-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-31-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-31-t" src="../png/basic-animate-elem-31-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                The purpose of this test is to test animation of the display attribute.
            </p>
            <p>
                The test shows two gray rectangles which are filled with colored circles during the length of the animation (8 sec). The circles in the top rectangle are displayed/hidden by animating the display attribute.The circles in the bottom rectangle are serving as the reference and are displayed/hidden by animating the visibility attribute. A correct implementation should display/hide circles with the same color from the top and bottom rectangle at the same time. 
            </p>
            <p>
               In total there are 6 different circles (purple, green, red, blue, yellow, cyan) in 5 positions (blue and yellow share position) that should be displayed during the test.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-30-t.html">animate-elem-30-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-32-t.html">→ animate-elem-32-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-45-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements

">19.2 Animation elements
</a>
	, <a href="full-animate-elem-45-t.html">Full version</a>
	, <a href="basic-animate-elem-45-t.html">Basic version</a>
	, <a href="tiny-animate-elem-45-t.html">Tiny version</a></p>
 <p>
				<a href="basic-animate-elem-44-t.html">animate-elem-44-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-animate-elem-46-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> animate-elem-46-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:animate-elem-45-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-45-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-45-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-45-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-45-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of animate-elem-45-t" src="../png/basic-animate-elem-45-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-65-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-65-t.html">Full version</a>, <a href="basic-animate-elem-65-t.html">Basic version</a>, <a href="tiny-animate-elem-65-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-64-t.html">animate-elem-64-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-66-t.html">→ animate-elem-66-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-65-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-65-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-65-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-65-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-65-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-65-t" src="../png/basic-animate-elem-65-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This tests performs basic tests on the min attribute. The test is based
                on the SMIL specification at: 
                http://www.w3.org/TR/smil20/smil-timing.html#Timing-MinMax.
            </p>
            <p>
                Each row in the test shows different rectangles subject to &lt;set&gt;
                animations with different configurations with regards to the min 
                attribute. For each row but the last one, the animation should be active
                during the first 5 seconds of the animations where the red rectangle
                should show in the right column. At five seconds into the animation,
                all the rectangles should move to their left position.
            </p>
            <p>
                On the first row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 5s) active duration
                and no min attribute so the actual active duration is (0s &lt;= t &lt; 5s).
                The first row shows a second rectangle with a &lt;set&gt; animation with
                the same configuration except that the min attribute value is set to 
                'media'. Because the &lt;set&gt; element does not define a media, the 
                behavior should be as if the attribute was not specified.
            </p>
            <p>
                On the second row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 5s) active duration
                and a min attribute set to '-6s'. That value is invalid for min and, as
                per the specification, the behavior should be as if the attribute was not
                specified. Consequently, the behavior is as for the previous row and
                the actual active duration is (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the third row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 5s) active duration
                and a min attribute set to '3s'. The min value is less than the active
                duration, so the min attribute does not actually constrain the active duration.
            </p>
            <p>
                On the fourth row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 2s) initial active duration,
                an indefinite simple duration (dur is set to indefinite) and a min attribute set to '3s'.
                Because the initial active duration is less than the min attribute and because the 
                simple duration is greater than the min value, the animation is active for the 
                (min constrained) active duration, i.e., (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the fifth row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 2s) initial active duration,
                an (0s &lt;= t &lt; 7s) repeat duration and a 5s min attribute value. Because the initial 
                active duration is less than the min attribute and because the repeat duration is greater
                than the min value, the animation active for the (min constrained) active duration,
                i.e., (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the sixth row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 2s) initial active duration,
                an (0s &lt;= t &lt; 5s) repeat duration and an 8s min attribute value. Because the initial
                active duration is less than the min attribute and because the repeat duration is
                less than the min value (5s &lt; 8s) and because the fill attribute is set to 
                'remove' on the &lt;set&gt; animation, the animation's active duration is (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the seventh row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 2s) initial active duration,
                a (0s &lt;= t &lt; 5s) repeat duration and an 8s min attribute value. Because the initial 
                active duration is less than the min attribute and because the repeat duration is 
                less than the min value (5s &lt; 8s) and because the fill attribute is set to 
                'freeze' on the &lt;set&gt; animation, the animation's active duration is (0s &lt;= t &lt; 5s)
                but, because the fill state is 'freeze', the &lt;set&gt; applies indefinitely.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-64-t.html">animate-elem-64-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-66-t.html">→ animate-elem-66-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:color-prop-03-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-color-prop-03-t.html">Full version</a>, <a href="basic-color-prop-03-t.html">Basic version</a>, <a href="tiny-color-prop-03-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/color.html#ColorProperty
">12.2 The 'color' property</a></p>
 <p>
				<a href="basic-animate-elem-85-t.html">animate-elem-85-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-coord-01-t.html">→ coords-coord-01-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>color-prop-03-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/color-prop-03-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/color-prop-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/color-prop-03-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/color-prop-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of color-prop-03-t" src="../png/basic-color-prop-03-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Purpose of test is to determine if the color datatype is supported. There are multiple syntaxes for 
				specifying the same color, such as #37F and #3377FF. For each of the six groups shown here, 
				each of the shapes in the group uses one of the syntactical forms and all in the group should 
				be identical in color. 
			</p>
			<p>
				The first row uses five forms - 3-digit hex, 6-digit hex, rbg() integer form, rgb() percentage form, 
				and named ('HTML') colors.</p>
			<p>
				The second row uses only four forms - 3-digit hex, 6-digit hex, rbg() integer form, rgb() percentage form -
				as there are no HTML or X11 names for those colors.</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-85-t.html">animate-elem-85-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-coord-01-t.html">→ coords-coord-01-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-units-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-units-01-b.html">Full version</a>, <a href="basic-coords-units-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#Units
">7.10 Units</a></p>
 <p>
				<a href="basic-coords-trans-01-b.html">coords-trans-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-units-02-b.html">→ coords-units-02-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-units-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-units-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-units-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-units-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-units-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-units-01-b" src="../png/basic-coords-units-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
Verify the conversion processing of percentage and fraction values relative to 
object bounding boxes. This is used when defining linear and radial gradients
as well as patterns.
      </p>
      <p>
The test validates conversion for coordinates, width, height and length. The first
test defines three corresponding linear gradients, which specify coordinates 
using percentages for one, fractions for the second and user coordinates for the 
third. The second test defines three corresponding radial gradients, which specify
a length (radius) using percentages for the first, fractions for the second and 
user space for the third. Finally, the third test defines three corresponding patterns,
which specify their width and height using percentages for the first, fractions for the
second and user space coordinates for the last one.
      </p>
      <p>
The rendered image should match the reference image.  Also, the text may
show minor differences, per CSS2 rules for font selection and matching.
      </p>
      <p>
The test also assumes that linear and radial gradients, 
as well as patterns are implemented.
      </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-trans-01-b.html">coords-trans-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-units-02-b.html">→ coords-units-02-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-overview-01-b </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#FilterPrimitivesOverview

">15.7 Filter primitives overview
</a>
	, <a href="full-filters-overview-01-b.html">Full version</a>
	, <a href="basic-filters-overview-01-b.html">Basic version</a></p>
 <p>
				<a href="basic-filters-offset-01-b.html">filters-offset-01-b <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-filters-tile-01-b.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> filters-tile-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:filters-overview-01-b
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-overview-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-overview-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-overview-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-overview-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of filters-overview-01-b" src="../png/basic-filters-overview-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
      <p>The purpose of this file is to test the 'in' attribute on filter primitives.</p>
      <p>To pass this test, the UA must render all 6 cases (SourceGraphic, SourceAlpha, BackgroundImage, BackgroundAlpha, FillPaint, StrokePaint) correctly.
		The result for in="SourceGraphic" is a non blurred vertical rectangle (green with dashed stroke) overlayed with three blurred circles (red/green/blue with dashed stroke).
		The result for in="SourceAlpha" is a non blurred vertical rectangle (green with dashed stroke) overlayed with three blurred circles (dark gray with dashed stroke).		
		The result for in="BackgroundImage" is a blurred vertical rectangle (green with dashed stroke).
		The result for in="BackgroundAlpha" is blurred vertical rectangle (dark gray with dashed stroke).
		The results for in="FillPaint" and in="StrokePaint" are the same.  They consists of a non blurred vertical rectangle (green with dashed stroke) overlayed with a blurred gradiant (blue/white/red/yellow).  
		The size of the gradients are bigger than the blurred circles.
		</p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-glyph-03-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-glyph-03-t.html">Full version</a>, <a href="basic-fonts-glyph-03-t.html">Basic version</a>, <a href="tiny-fonts-glyph-03-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#GlyphElement
">20.4 The 'glyph' element</a></p>
 <p>
				<a href="basic-fonts-glyph-02-t.html">fonts-glyph-02-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-glyph-04-t.html">→ fonts-glyph-04-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-glyph-03-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-glyph-03-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-glyph-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-glyph-03-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-glyph-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-glyph-03-t" src="../png/basic-fonts-glyph-03-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
            			This files tests the lang attribute support of the glyph
            			element. The test should produce an upward-triangle for
            			the first (en) test element and a square for the second (fr)
            			and third (fr-ca)  text element. In the third case, a glyph for 
            			fr is also suitable for a more specific language text fr-ca.
            			In the fourth case, no suitable language specific or general 
            			glyph is provided by the test so a fallback font for the letter 
            			'a' should be used. A triangle or square must not be 
            			displayed in the fourth case.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-glyph-02-t.html">fonts-glyph-02-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-glyph-04-t.html">→ fonts-glyph-04-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-a-04-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-linking-a-04-t.html">Full version</a>, <a href="basic-linking-a-04-t.html">Basic version</a>, <a href="tiny-linking-a-04-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#Links
">17.1 Links out of SVG content: the 'a' element</a></p>
 <p>
				<a href="basic-interact-zoom-01-t.html">interact-zoom-01-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-05-t.html">→ linking-a-05-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>linking-a-04-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-a-04-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-a-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-a-04-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-a-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of linking-a-04-t" src="../png/basic-linking-a-04-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
		    <p>
                Verify the capability to handle basic links out of SVG content
                using the 'a' element, with the xlink:href attributes.  
                There are three subtests, in each of which one
                of three colored arrows comprise the content of an 'a' element.  The
                link destination is expressed by "xlink:href=".  
                The initial view of this test contains the three arrows, a colored
                circle, labelling text, and the usual template legend and frame.
            </p>
            <p>
                The top-most (yellow) arrow links to an external SVG file, which is 
                local (in the same directory).  The target file contains SVG 'text' elements
                which comprise a TOC and brief description of all of the test files 
                for Linking.  Upon clicking the first arrow, the image of the linkingToc-t.svg
                file should replace the initial view of this test case in the viewer frame.
            </p>
            <p>
                The middle (green) arrow links to an object in this SVG test file, the yellow
                circle (id="internal-circle") immediately to its right, using "#circle-object"
                as the value of of the xlink:href attribute.  
                There should be no change to the viewer frame upon clicking this arrow.
            </p>
            <p>
                The bottom-most (blue) arrow links to remote non-SVG content, the W3C home page
                using xlink:href attribute value "http://www.w3.org".  For viewers in a Web
                browser environment, the W3C home page should replace the initial view
                of this test case in the browser/viewer frame.  For other viewers (e.g.,
                interactive but SVG-only standalone viewers), the result is undefined, but could 
                include such actions as a diagnostic "Error parsing..." message.
            </p>
            <p>
                There are several reference images associated with this test case.  The first
                illustrates the correct "start" or initial state of the rendered SVG file.
                The second illustrates the correct image after the first link is activated
                (to the linkingToc.svg file).  The third (for browser-environment viewers)
                should match the current image of the W3C home page, as viewed with a 
                conventional browser.  (Note.  This harness does not yet 
                provide access to multiple PNGs; the first, initial-state PNG is shown.)	
            </p>
            <p>
                The test uses the 'rect' and 'polygon' elements, as well as basic fill (solid simple colors), 
                stroke (black and colored wide and 1-pixel lines), font-family (Arial) and font-size properties.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-interact-zoom-01-t.html">interact-zoom-01-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-05-t.html">→ linking-a-05-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:masking-path-06-b </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/masking.html#ClippingPaths

">14.3 Clipping paths
</a>
	, <a href="full-masking-path-06-b.html">Full version</a>
	, <a href="basic-masking-path-06-b.html">Basic version</a></p>
 <p>
				<a href="basic-masking-path-04-b.html">masking-path-04-b <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-metadata-example-01-b.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> metadata-example-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:masking-path-06-b
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/masking-path-06-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/masking-path-06-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/masking-path-06-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/masking-path-06-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of masking-path-06-b" src="../png/basic-masking-path-06-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
      <p>The intent of this file to test the 'clip' property.  In this test, the clipped objects are
		raster and SVG images.
      </p>
      <p>The UA should render two images inside the red rectangles.</p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:painting-stroke-08-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/painting.html#StrokeProperties

">11.4 Stroke Properties
</a>
	, <a href="full-painting-stroke-08-t.html">Full version</a>
	, <a href="basic-painting-stroke-08-t.html">Basic version</a>
	, <a href="tiny-painting-stroke-08-t.html">Tiny version</a></p>
 <p>
				<a href="basic-painting-stroke-07-t.html">painting-stroke-07-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-paths-data-01-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> paths-data-01-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:painting-stroke-08-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/painting-stroke-08-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/painting-stroke-08-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/painting-stroke-08-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/painting-stroke-08-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of painting-stroke-08-t" src="../png/basic-painting-stroke-08-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
      <p>
          Test effects of stroke-opacity range. Values
          outside the range 0-1.0 should be clamped.
      </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:paths-dist-01-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/paths.html#DistanceAlongAPath

">8.4 Distance along a path
</a>
	, <a href="full-paths-dist-01-t.html">Full version</a>
	, <a href="basic-paths-dist-01-t.html">Basic version</a>
	, <a href="tiny-paths-dist-01-t.html">Tiny version</a></p>
 <p>
				<a href="basic-paths-data-15-t.html">paths-data-15-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-pservers-grad-01-b.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> pservers-grad-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:paths-dist-01-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/paths-dist-01-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/paths-dist-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/paths-dist-01-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/paths-dist-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of paths-dist-01-t" src="../png/basic-paths-dist-01-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:pservers-grad-14-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-pservers-grad-14-b.html">Full version</a>, <a href="basic-pservers-grad-14-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/pservers.html#Gradients
">13.2 Gradients</a></p>
 <p>
				<a href="basic-pservers-grad-13-b.html">pservers-grad-13-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-pservers-grad-15-b.html">→ pservers-grad-15-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>pservers-grad-14-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/pservers-grad-14-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/pservers-grad-14-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/pservers-grad-14-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/pservers-grad-14-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of pservers-grad-14-b" src="../png/basic-pservers-grad-14-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>The intent of this file is to test the 4 allowed spread methods for linear and radial gradients.
		The 4 values (pad, reflect, repeat and default) are available for both types of gradients.
		On the left side are the linear gradient results, and on the right, the radial results.
		The UA should render a result equivalent to the reference image.
      </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-pservers-grad-13-b.html">pservers-grad-13-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-pservers-grad-15-b.html">→ pservers-grad-15-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-66-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-66-t.html">Full version</a>, <a href="basic-animate-elem-66-t.html">Basic version</a>, <a href="tiny-animate-elem-66-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-65-t.html">animate-elem-65-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-67-t.html">→ animate-elem-67-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-66-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-66-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-66-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-66-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-66-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-66-t" src="../png/basic-animate-elem-66-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This tests performs basic tests on the max attribute and on 
                combinations of the min and max attributes. The test is based
                on the SMIL specification at: 
                http://www.w3.org/TR/smil20/smil-timing.html#Timing-MinMax.
            </p>
            <p>
                Each row in the test shows different rectangles subject to &lt;set&gt;
                animations with different configurations with regards to the max and min 
                attributes. For each row, the animation should be active
                during the first 5 seconds of the animations where the red rectangle
                should show in the right column. At five seconds into the animation,
                all the rectangles should move to their left position.
            </p>
            <p>
                On the first row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 5s) active duration
                and no max attribute so the actual active duration is (0s &lt;= t &lt; 5s).
                The first row shows a second rectangle with a &lt;set&gt; animation with
                the same configuration except that the max attribute value is set to 
                'media'. Because the &lt;set&gt; element does not define a media, the 
                behavior should be as if the attribute was not specified.
            </p>
            <p>
                On the second row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 5s) active duration
                and a min attribute set to '-6s' for the first rectangle and to 'foo' for the
                second one. These values are invalid for max and, as
                per the specification, the behavior should be as if the attribute was not
                specified. Consequently, the behavior is as for the previous row and
                the actual active duration is (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the third row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 8s) initial active duration
                and a max attribute set to '5s'. The max value is less than the active
                duration, so the max attribute constrains the active duration to (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the fourth row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 5s) initial active duration,
                an indefinite simple duration (dur is set to indefinite) and a max attribute set to '8s'.
                Because the initial active duration is less than the max attribute the active
                duration is not constrained and is unchanged at (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the fifth row, the &lt;set&gt; animation has a (0s &lt;= t &lt; indefinite) initial active duration,
                a min of 2s and a max of 5s. Because the min value is less than the max value, both apply
                and the computed active duration is (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the sixth row, the &lt;set&gt; animation has a (0s &lt;= t &lt; indefinite) initial active duration,
                a min of 5s and a max of 5s. Because the min value is equal to the max value, both apply
                and the computed active duration is (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the seventh row, the &lt;set&gt; animation has a (0s &lt;= t &lt; 5s) initial active duration,
                a min of 2s and a max of 8s. Because the min value is greater than the max value, both are
                ignored and the computed active duration is (0s &lt;= t &lt; 5s).
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-65-t.html">animate-elem-65-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-67-t.html">→ animate-elem-67-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-67-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-67-t.html">Full version</a>, <a href="basic-animate-elem-67-t.html">Basic version</a>, <a href="tiny-animate-elem-67-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-66-t.html">animate-elem-66-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-68-t.html">→ animate-elem-68-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-67-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-67-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-67-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-67-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-67-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-67-t" src="../png/basic-animate-elem-67-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This tests performs basic tests on restart attribute
            </p>
            <p>
                Each row in the test shows different rectangles subject to &lt;set&gt;
                animations with different configurations with regards to the restart
                attribute. For each row, the animation should be active
                during the first 5 seconds of the animations where the red rectangle
                should show in the right column. At five seconds into the animation,
                all the rectangles should move to their left position.
            </p>
            <p>
                On the first row, the &lt;set&gt; animation has a begin attribute set to
                '0s;1s' and a dur attribute set to 4s. This should result in a first 
                interval of (0s &lt;= t &lt; 4s) which should be superceeded, at 1s, by a new interval
                of (1s &lt;= t &lt; 5s) because the default restart behavior is 'always'.
                Consequently, the rectangle should be in the right position during the 
                (0s &lt;= t &lt; 5s) interval and move to the left position at 5s.
            </p>
            <p>
                On the second row, the &lt;set&gt; animation has a begin attribute set to
                '0s;1s', a dur attribute set to 4s and a restart attribute set to always.
                The behavior should be the same as for the first row.
            </p>
            <p>
                On the third row, the first (left most) rectangle's &lt;set&gt; animation 
                has a begin attribute set to '0s;1s', a dur set to 5s and a restart attribute 
                set to whenNotActive. Because of the rules for computing intervals, the 
                animation's interval is (0s &lt;= t &lt; 5s) and is not superseded by a (1s &lt;= t &lt; 6s) interval
                because of the restart value.

                The second (right most) red rectangle's &lt;set&gt; animation has a begin
                attribute set to '0s;2.5s' and a dur attribute set to 2.5s. This results in 
                a first interval (0s &lt;= t &lt; 2.5s) which is followed by a (2.5s &lt;= t &lt; 5s) interval. Consequently,
                the rectangle stays on its right position for the first five seconds before it definitively
                moves to the left position.
            </p>
            <p>
                On the fourth row, the &lt;set&gt; animation has a begin attribute set to
                '0s;5s' and a dur attribute set to 5s. This results in a first interval of (0s &lt;= t &lt; 5s).
                Because the restart attribute is set to 'never', the following possible interval,
                (5s &lt;= t &lt; 10s) does not apply and the animation is only active for the first 5 seconds.
            </p>
            <p>
                The fifth row shows a simple animated red rectangle which lasts for 5 seconds. It shows
                a reference of how the other animations should behave visually: all red rectangles should
                have the same horizontal position as the one on the reference row, at any time during the 
                animation.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-66-t.html">animate-elem-66-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-68-t.html">→ animate-elem-68-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-68-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-68-t.html">Full version</a>, <a href="basic-animate-elem-68-t.html">Basic version</a>, <a href="tiny-animate-elem-68-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-67-t.html">animate-elem-67-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-69-t.html">→ animate-elem-69-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-68-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-68-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-68-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-68-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-68-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-68-t" src="../png/basic-animate-elem-68-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This tests performs basic tests on the repeatCount attribute
            </p>
            <p>
                Each row in the test shows different rectangles subject to &lt;set&gt;
                animations with different configurations with regards to the repeatCount
                attribute. For each row, the animation should be active
                during the first 5 seconds of the animations where the red rectangle
                should show in the right column. At five seconds into the animation,
                all the rectangles should move to their left position.
            </p>
            <p>
                On the first row, the &lt;set&gt; animation has its dur attribute set to
                '5s' and its repeatCount unspecified. Consequently, its only interval
                is (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the second row, the &lt;set&gt; animation has its dur attribute set to
                1s and its repeatCount set to 5. Consequently, its only interval is
                (0s &lt;= t &lt; 5s (1s*5)).
            </p>
            <p>
                On the third row, the &lt;set&gt; animation has its dur attribute set to
                10s and its repeatCount set to 0.5. Consequently, its only interval is
                (0s &lt;= t &lt; 5s (10s*0.5))
            </p>
            <p>
                On the fourth row, the &lt;set&gt; animation has its dur attribute set to
                1s and its repeatCount set to indefinite. It also has an end attribute
                set to 5s. Consequently, the repeat duration is indefinite, but the active
                duration is limited by the end attribute and the active interval is (0s &lt;= t &lt; 5s).
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-67-t.html">animate-elem-67-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-69-t.html">→ animate-elem-69-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-69-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-69-t.html">Full version</a>, <a href="basic-animate-elem-69-t.html">Basic version</a>, <a href="tiny-animate-elem-69-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-68-t.html">animate-elem-68-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-70-t.html">→ animate-elem-70-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-69-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-69-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-69-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-69-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-69-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-69-t" src="../png/basic-animate-elem-69-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This tests performs basic tests on the repeatDur attribute
            </p>
            <p>
                Each row in the test shows different rectangles subject to &lt;set&gt;
                animations with different configurations with regards to the repeatDur
                attribute. For each row, the animation should be active
                during the first 5 seconds of the animations where the red rectangle
                should show in the right column. At five seconds into the animation,
                all the rectangles should move to their left position.
            </p>
            <p>
                On the first row, the &lt;set&gt; animation has its dur attribute set to
                '5s' and its repeatDur unspecified. Consequently, its only interval
                is (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the second row, the &lt;set&gt; animation has its dur attribute set to
                1s and its repeatDur set to 5s. Consequently, its only interval is
                (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the third row, the &lt;set&gt; animation has its dur attribute set to
                0.5s and its repeatDur set to 5s. Consequently, its only interval is
                (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the fourth row, the &lt;set&gt; animation has its dur attribute set to
                1s and its repeatDur set to indefinite. It also has an end attribute
                set to 5s. Consequently, the repeat duration is indefinite, but the active
                duration is limited by the end attribute and the active interval is (0s &lt;= t &lt; 5s).
            </p>
            <p>
                On the fifth row, the &lt;set&gt; animation has its dur attribute set to
                0.7s and its repeatDur set to 5s. Consequently, its only interval is
                (0s &lt;= t &lt; 5s). The difference with the 3rd row is that there is a fractional
                number of simple durations in the active duration (7.1428) where there
                is a whole number of simple durations in the third row (10).
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-68-t.html">animate-elem-68-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-70-t.html">→ animate-elem-70-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-70-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-70-t.html">Full version</a>, <a href="basic-animate-elem-70-t.html">Basic version</a>, <a href="tiny-animate-elem-70-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-69-t.html">animate-elem-69-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-77-t.html">→ animate-elem-77-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-70-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-70-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-70-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-70-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-70-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-70-t" src="../png/basic-animate-elem-70-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This tests performs basic tests on the animation's SMIL fill attribute.
            </p>
            <p>
                On the first row, the &lt;set&gt; animation has its dur
                attribute set to '1s' and its begin attribute set to '0s;
                firstSet.end + 1s'. The fill attribute is unspecified, so the
                the effect is as if it was set to 'remove', because 'remove' is
                the default value for fill.

                Consequently, the first interval is (0s &lt;= t &lt; 1s), the second is 
                (2s &lt;= t &lt; 3s), the third, (4s &lt;= t &lt; 5s) etc.. The red rectangle starts on the
                right position, moves to the left position for one second, moves
                to the right for 1 second, and so on.
            </p>
            <p>
                On the second row, the &lt;set&gt; animation has its dur attribute set to
                1s and its begin attribute set to '0s; firstSet.end'. The fill attribute
                is set to 'remove'. The behavior should be exactly the same as for the previous
                row, and the rectangle moves from the right position to the left position
                every second.
            </p>
            <p>
                On the third row, the &lt;set&gt; animation has its dur attribute set to
                1s and its begin attribute set to '0s; firstSet.end'. The fill attribute
                is set to 'freeze'. The first interval should be (0s &lt;= t &lt; 1s), the second (2s &lt;= t &lt; 3s),
                the third (4s &lt;= t &lt; 5s), etc. Between interval, the fill behavior should be applied,
                so the red rectangle should stay on the right position and never go to the 
                left position.
            </p>
            <p>
                On the fourth row, the &lt;set&gt; animation has its dur  attribute set to
                1s and its begin attribute set to '0s'. The fill attribute
                is set to 'freeze'. The first interval should be (0s &lt;= t &lt; 1s) and there is no
                following interval. Because of the fill behavior, the &lt;set&gt; should
                apply the last (and only) animation value after 1s. Consequently, the 
                red rectangle should stay on the right position and never go to the 
                left position.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-69-t.html">animate-elem-69-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-77-t.html">→ animate-elem-77-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-77-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-77-t.html">Full version</a>, <a href="basic-animate-elem-77-t.html">Basic version</a>, <a href="tiny-animate-elem-77-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-70-t.html">animate-elem-70-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-78-t.html">→ animate-elem-78-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-77-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-77-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-77-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-77-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-77-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-77-t" src="../png/basic-animate-elem-77-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test demonstrates how &lt;set&gt; elements change
                text properties on a &lt;text&gt; element. For
                each of the text properties being tested, 3
                &lt;set&gt; elements are set. The first &lt;set&gt;
                element acts directly on the &lt;text&gt; element. The
                second &lt;set&gt; element acts on a &lt;g&gt; containing
                children. The third &lt;set&gt; element acts on an &lt;a&gt;
                containing children. In each case the test validates that
                the animated value set on the &lt;g&gt; and &lt;a&gt;
                elements is inherited by the &lt;text&gt; element.
                All the &lt;set&gt; elements have a begin attribute
                set to 0s with an offset of 1s after end.
                So, the animation will apply 1s after the document is loaded
                and will repeat every 1s after the animation ends.
            </p>
            <p>
        The first &lt;set&gt; validates the transform property. When
        applied to the &lt;text&gt; element, the letter A will be 
        translated to the right every 1s, in the &lt;text&gt; column.
                When applied to the &lt;g&gt; element, the letter A inherits the
        transform value and is translated to the right every 1s, as
        seen in the &lt;g&gt; column. When applied to the &lt;a&gt; 
        element, the letter A inherits the transform value and is
                translated to the right every 1s, as seen in &lt;a&gt; column.
            </p>
            <p>
        The second &lt;set&gt; validates the text-anchor attribute.
        When applied to the &lt;text&gt; element, the anchor position 
        of letter A is moved from start to end. When applied to the
        &lt;g&gt; and &lt;a&gt; element, the property is inherited
        and hence the anchor position of letter A is moved from start 
        to end in the second row. 
            </p>
            <p>
        The third &lt;set&gt; validates the font-size attribute.
        The font size of letter A is changed from 20 to 30. 
        When applied to &lt;g&gt; and &lt;a&gt; elements, the letter
        A inherits the font-size and hence in row 3, letter A has a 
        font-size of 30 in all 3 right columns of row 3.
            </p>
            <p>
        The fourth &lt;set&gt; validates the font-family attribute.
        The font-family is changed from default to serif. 
        When applied to &lt;g&gt; and &lt;a&gt; elements, the letter
        A inherits the font-family attribute and hence in row 4, 
        letter A has serif font-family in all 3 columns. 
            </p>
            <p>
        The fifth &lt;set&gt; validates the font-style attribute.
        The font-style is changed from normal to italic. 
        When applied to &lt;g&gt; and &lt;a&gt; elements, the letter
        A inherits the font-style attribute and hence in row 5, 
        letter A is animated to italic in all 3 columns. 
            </p>
            <p>
        The sixth &lt;set&gt; validates the font-weight attribute.
        The font-weight is changed from normal to bold. 
        When applied to &lt;g&gt; and &lt;a&gt; elements, the letter
        A inherits the font-weight attribute and hence in row 6, 
        letter A is changed to bold on the right. 
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-70-t.html">animate-elem-70-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-78-t.html">→ animate-elem-78-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-78-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-78-t.html">Full version</a>, <a href="basic-animate-elem-78-t.html">Basic version</a>, <a href="tiny-animate-elem-78-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-77-t.html">animate-elem-77-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-80-t.html">→ animate-elem-80-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-78-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-78-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-78-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-78-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-78-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-78-t" src="../png/basic-animate-elem-78-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test demonstrates how &lt;set&gt; elements change 
                graphics properties on a &lt;shape&gt; element. For
                each of the graphics properties being tested, 3 
                &lt;set&gt; elements are set. The first &lt;set&gt; 
                element acts directly on the &lt;shape&gt; element. The
                &lt;set&gt; element acts on a &lt;g&gt; containing
                children. The third &lt;set&gt; element acts on an &lt;a&gt;
                containing children. In each case the test validates that
                the animated value set on the &lt;g&gt; and &lt;a&gt;
                elements is inherited by the &lt;shape&gt; element.
                All the &lt;set&gt; elements have a begin attribute 
                set to 0s with an offset of 1s after end.
                So, the animation will apply 1s after the document is loaded
                and will repeat every 1s after the animation ends. 
            </p>
            <p>
                The first &lt;set&gt; validates the fill property, with
                fill set to orange. When applied directly to the &lt;shape&gt; 
                element, the &lt;rect&gt; fill value will change to orange   
                when it is translated to the right every 1s. When applied 
                to the &lt;g&gt; and &lt;a&gt; elements, the &lt;rect&gt; 
                inherits the fill value and is orange.
            </p>
            <p>
                The second &lt;set&gt; validates the fill-style property,
                with fill-style set to evenodd. When applied to the
                &lt;shape&gt; element, the &lt;polyline&gt; fill-style is 
                changed from nonzero to evenodd. When applied to the
                &lt;g&gt; and &lt;a&gt; elements, the &lt;polyline&gt; inherits
                the evenodd fill-style. 
            </p>
            <p>
                the third &lt;set&gt; validates the stroke property.
                In this case fill is set to none. When stroke is applied 
                to the &lt;shape&gt; element, the &lt;rect&gt; on the right
                appears with the stroke color. When applied to the &lt;g&gt; and 
                &lt;a&gt; elements, the &lt;rect&gt; inherits the stroke property.
            </p>
            <p>
                the fourth &lt;set&gt; validates the stroke-width property,
                with stroke-width set to 4. When stroke-width is applied 
                to the &lt;shape&gt; element, the &lt;line&gt; on the right
                has a width of 4. When applied to the &lt;g&gt; and 
                &lt;a&gt; elements, the &lt;line&gt; inherits the stroke-width.
            </p>
            <p>
                the fifth &lt;set&gt; validates the stroke-linecap property,
                with stroke-linecap set to round. When stroke-linecap is applied 
                to the &lt;shape&gt; element, the &lt;line&gt; stroke-linecap
                value switches from butt to round. When applied to the &lt;g&gt;
                and &lt;a&gt; elements, the &lt;line&gt; inherits the 
                square stroke-linecap.
            </p>
            <p>
                the sixth &lt;set&gt; validates the stroke-linejoin property,
                with stroke-linejoin set to bevel. When stroke-linejoin is applied 
                to the &lt;shape&gt; element, the &lt;line&gt; stroke-linejoin
                value switches from miter to bevel. When applied to the &lt;g&gt;
                and &lt;a&gt; elements, the &lt;line&gt; inherits the 
                bevel stroke-linejoin.
            </p>
            <p>
               the seventh &lt;set&gt; validates the stroke-miterlimit property,
                with stroke-miterlimit set to 10. When stroke-miterlimit 
                is applied to the &lt;shape&gt; element, the miter-length to 
                stroke-width ratio exceeds the miter-limit and the 
                &lt;polyline&gt; switches from bevel to miter.When applied 
                to the &lt;g&gt; and &lt;a&gt; elements,the &lt;line&gt; 
                inherits the stroke-miterlimit.
            </p>
            <p>
                the eighth &lt;set&gt; validates the stroke-dashoffset property,
                with stroke-dashoffset set to 5.5. When stroke-dashoffset is applied 
                to the &lt;shape&gt; element, the &lt;line&gt; has a different 
                dashing pattern. When applied to the &lt;g&gt; and &lt;a&gt; 
                elements, the &lt;line&gt; inherits the property.
            </p>
            <p>
                the ninth &lt;set&gt; validates the display property,
                with display set to none. When display is applied 
                to the &lt;shape&gt; element, the &lt;rect&gt; does not
                appear on the right. When applied to the &lt;g&gt; and &lt;a&gt; 
                elements, the &lt;line&gt; inherits the display property and
                hence is not seen.
            </p>
            <p>
                the tenth &lt;set&gt; validates the visibility property,
                with visibility set to hidden. When visibility is applied 
                to the &lt;shape&gt; element, the &lt;rect&gt; is hidden 
                on the right. When applied to the &lt;g&gt; and &lt;a&gt; 
                elements, the &lt;line&gt; inherits the visibility property 
                and hence is not seen.
            </p>
            <p>
                the eleventh &lt;set&gt; validates the color property,
                with color set to blue. When color is applied to the 
                &lt;shape&gt; element, the &lt;rect&gt; on the right 
                switches from default color of black to blue. When 
                applied to the &lt;g&gt; and &lt;a&gt; 
                elements, the &lt;line&gt; inherits the color property. 
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-77-t.html">animate-elem-77-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-80-t.html">→ animate-elem-80-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-80-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-80-t.html">Full version</a>, <a href="basic-animate-elem-80-t.html">Basic version</a>, <a href="tiny-animate-elem-80-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-78-t.html">animate-elem-78-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-81-t.html">→ animate-elem-81-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-80-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-80-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-80-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-80-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-80-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-80-t" src="../png/basic-animate-elem-80-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test demonstrates validates the operation of the 
                animateTransform element and validates the operation 
                of the different type attribute values.
            </p>
            <p>
                There are 5 possible values for the type attribute and 
                there is one animateTransform for each type and two for
                the translate type.
            </p>
            <p>
                For each transform type, the test has a corresponding animateTransform.
                The test uses references to show what the expected transform should be
                at different points in the animation. For example, the top left 
                animateTransform, for type=rotate, shows circular markers which turn 
                orange at the time of corresponding transform value should be set by the
                animateTransform.
                The marker elements show the expected transform value on reference
                markers in the test.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-78-t.html">animate-elem-78-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-81-t.html">→ animate-elem-81-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-81-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-81-t.html">Full version</a>, <a href="basic-animate-elem-81-t.html">Basic version</a>, <a href="tiny-animate-elem-81-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-80-t.html">animate-elem-80-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-82-t.html">→ animate-elem-82-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-81-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-81-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-81-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-81-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-81-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-81-t" src="../png/basic-animate-elem-81-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">

            <p>
                This test validates the operation of the animateTransform's
                additive behavior, as described in the SVG 1.1 specification
                (see
                http://www.w3.org/TR/SVG11/animate.html#AnimateTransformElement).
                </p>

            <p>
                The first two rectangles, on the top row, show the effect of the
                additive attribute on animateTransform. The left-most
                animateTransforms have their additive attribute set to replace,
                so the effect of the two transform animation is as if only the
                highest priority one applied because it replaces the underlying
                value. The second animateTransforms (from left to right) have
                their additive attribute set to sum, which means the transforms
                they produce are concatenated.  </p>

            <p>
                The last two rectangles, on the top row, show the effect of the
                accumulate attribute on animateTransform. For the left one
                (third on the row, from left to right), the accumulate attribute
                is set to none. There are two repeats for the
                animateTransform. Therefore, the transform goes twice from a
                scale(1,1) to a scale(2,2). For the right-most animateTransform,
                the accumulate attribute is set to sum. There are two repeats
                and the animation goes from scale(1,1) to scale(2,2) for the
                first iteration and then from scale(2,2) to scale(4,4) (because
                the result of the second iteration is concatenated to the
                scale(2,2) result of the previous, first iteration).
                </p>

            <p>
                The rectangles on the bottom row show the combination of
                additive and cumulative behavior. The left rectangle's
                animateTransform accumulate behavior is set to none but its
                additive behavior is set to sum. Therefore, the transform's
                underlying value (skewX(30)) is always pre-concatenated to the
                animateTransform's result, which goes from "skewX(30)
                scale(1,1)" to "skewX(30) scale(2,2)" in each of its two
                iterations.  The right rectangle's animateTransform accumulate
                behavior is set to sum and the additive behavior is also set to
                sum. Therefore, the transform's underlying value is always
                pre-concatenated, so is the result of previous animation
                iterations. Consequently, the transform goes from "skewX(30)
                scale(1,1)" to "skewX(30) scale(2,2)" for the first iteration
                and then from "skewX(30) scale(2,2) scale(1,1)" to "skewX(30)
                scale(2,2) scale(2,2)" for the second iteration.  </p>


		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-80-t.html">animate-elem-80-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-82-t.html">→ animate-elem-82-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-82-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-82-t.html">Full version</a>, <a href="basic-animate-elem-82-t.html">Basic version</a>, <a href="tiny-animate-elem-82-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-81-t.html">animate-elem-81-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-83-t.html">→ animate-elem-83-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-82-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-82-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-82-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-82-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-82-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-82-t" src="../png/basic-animate-elem-82-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test demonstrates validates the operation of  
                animateTransform with regards to the rotation center
                and with regards to paced animation.
            </p>
            <p>
                The following descriptions describe the various animations,
                going top bottom, left to right. For each animation, orange
                rectangle markers show the expected position for the animated rectangle
                halfway through the animation. The markers are drawn with a thick
                stroke for 0.2s, starting at the time when they reflect the 
                expected position.
            </p>
            <p>
                The first animateTransform has type='rotate' and goes from 
                45 degrees to 90 degrees over a period of 3s. The rotation 
                center for the from and to values is 0, 0. At 0 seconds, the
                expected transform should be rotate(45). At 1.5 seconds, the 
                expected transform is rotate(0.5 * (90 + 45)) = rotate(67.5).
                At 3s, the expected transform is rotate(90).
            </p>

            <p>
                The second animateTransform has type='rotate' but has a 
                rotation center that varies between the from and to values.
                The rotation goes from rotate(45,0,0) to rotate(90,-15,-15).
                At 0s, the expected transform is rotate(45,0,0).
                At 1.5s, the expected transform is rotate(67.5, -7.5, -7.5).
                At 3s, the expected transform is rotate(90, -15, -15).
            </p>

            <p>
                The third animateTransform has type='translate' and calcMode='paced'.
                The animation goes from translate(-40,40) to translate(-20,20) to
                translate(40,-40). 
                At 0s, the expected transform is translate(-40,40).
                At 1.5s, the expected transform is translate(0,0).
                At 3s, the expected transform is translate(40,-40).
            </p>

            <p>
                The fourth animateTransform has type='translate' and calcMode='linear'.
                The animation goes from translate(-40,40) to translate(-20,-20) to
                translate(40,-40).
                At 0s, the expected transform is translate(-40,40).
                At 1.5s, the expected transform is translate(-20,-20).
                At 3s, the expected transform is translate(40,-40).
            </p>

            <p>
                The fifth animateTransform has type='scale' and calcMode='paced'.
                The animation goes from scale(1,2) to scale(3,2) to
                scale(1,1). The total length along the sx component is 2 + 2 = 4. 
                The total length along the sy component is 0 + 1 = 1.
                At 0s, the expected transform is scale(1,2).
                At 1.5s, the expected transform is scale(3,1.5) so that a length of 
                2 has been run on the sx component and a length of 0.5 has been
                run on the sy component.
                At 3s, the expected transform is scale(3,2).
            </p>

            <p>
                The sixth animateTransform has type='scale' and calcMode='linear'.
                The animation goes from scale(1,2) to scale(3,2) to
                scale(1,1). 
                At 0s, the expected transform is scale(1,2).
                At 1.5s, the expected transform is scale(3,2).
                At 3s, the expected transform is scale(1,1).
            </p>

            <p>
                The seventh animateTransform has type="rotate" and calcMode='paced'.
                The animation goes from rotate(0,0,0) to rotate(45,-15,-20) to 
                rotate(180,30,50). The total length along the rotation angle component
                is (45 - 0) + (180 - 45) = 180. The total length along the rotation 
                center along the x axis is (0 - (-15)) + (30 - (-15)) = 45 + 15 = 60.
                The total length along the rotation center along the y axis is
                (0 - (-20)) + (50 - (-20)) = 20 + 70 = 90.
                At 0s, the expected transform is rotate(45,-15,-20).
                At 1.5s, the expected transform is rotate(90,0,5) to achieve constant 
                velocity along the rotation angle component, the x-axis rotation center
                component and the y-axis rotation center component. At 1.5s, half the 
                distance has been run on each component. For the rotation angle, this 
                means that 45 has been reached and that 45 more degrees in the (45 &lt;= r &lt; 180)
                interval have been consumed. For the x-axis rotation center, this means
                that 30 units have been run: the (0 &gt;= x &gt; -15) interval has been fully consumed
                (15 units long) and 15 units on the (-15 &lt;= x &lt; 30) interval have been consumed,
                which explains the computed 0 value. For the y-axis rotation center, this
                means that 45 units have been run: the (0 &gt;= y &gt; -20) interval has been fully 
                consumed and 25 units have been consumed in the (-20 &lt;= y &lt; 50) interval, which
                explains the computed 5 value.
                At 3s, the expected transform is rotate(180,30,50).
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-81-t.html">animate-elem-81-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-83-t.html">→ animate-elem-83-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-83-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-83-t.html">Full version</a>, <a href="basic-animate-elem-83-t.html">Basic version</a>, <a href="tiny-animate-elem-83-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-82-t.html">animate-elem-82-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-84-t.html">→ animate-elem-84-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-83-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-83-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-83-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-83-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-83-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-83-t" src="../png/basic-animate-elem-83-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test validates the operation of the animate element 
                on the &lt;path&gt; element's d attribute.
            </p>
            <p>
                The following descriptions references to the tests by number. The first test
                is the one showing on the top left. The last, sixth test is the one showing
                at the bottom right. Test numbers are alocated from left to right and from
                top to bottom.

                For each test, there are reference outline markers which show the expected
                animated shape at different times in the animation. At the time of the expected
                shape, the outline of the expected shape is drawn with a thick stroke for 0.2s
                so the test user can visually check that the shapes are matching at the 
                expected times.
            </p>
            <p>
                The first test validates a simple from-to animation on a path's d attribute
                made of M, C and Z commands where both the from and to attributes are specified.
                The attributes are compatible with the path element's d attribute.
            </p>
            <p>
                The second test validates a simple to-animation on a path's d attribute
                made of M, C and Z commands where the to attribute is specified.
                The attribute is compatible with the path element's d attribute.
            </p>
            <p>
                The third test validates a simple values-animation on a path's d attribute
                made of M, C and Z commands where the values attribute is specified and 
                specifies three seperate values.
                The attribute is compatible with the path element's d attribute.
            </p>
            <p>
                The fourth, fifth and sixth tests validate that interpolation between compatible
                path values (i.e., path values which normalize to the compatible values) is 
                supported.
            </p>
            <p>
                The fourth tests interpolation between a path value containing H, V and L commands
                (in the from value) and a path value containing compatible h, v and l commands
                (in the to value).
            </p>
            <p>
                The fifth tests interpolation between a path value containing C and S commands
                (in the from value) and a path value containing compatible c and s commands
                (in the to value).
            </p>
            <p>
                The sixth tests interpolation between a path value containing Q, T and A commands
                (in the from value) and a path value containing compatible q, t and a commands
                (in the to value).
            </p>


		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-82-t.html">animate-elem-82-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-84-t.html">→ animate-elem-84-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-84-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-84-t.html">Full version</a>, <a href="basic-animate-elem-84-t.html">Basic version</a>, <a href="tiny-animate-elem-84-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-83-t.html">animate-elem-83-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-85-t.html">→ animate-elem-85-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-84-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-84-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-84-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-84-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-84-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-84-t" src="../png/basic-animate-elem-84-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p> Test animation of color keywords that resolve to animatable RGB values.Five 
        black squares are shown. After two seconds, all five squares should  turn red and 
        then smoothly animate the fill color to green over the next five seconds.
      </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-83-t.html">animate-elem-83-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-animate-elem-85-t.html">→ animate-elem-85-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:animate-elem-85-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-animate-elem-85-t.html">Full version</a>, <a href="basic-animate-elem-85-t.html">Basic version</a>, <a href="tiny-animate-elem-85-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/animate.html#AnimationElements
">19.2 Animation elements</a></p>
 <p>
				<a href="basic-animate-elem-84-t.html">animate-elem-84-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-color-prop-03-t.html">→ color-prop-03-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>animate-elem-85-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/animate-elem-85-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/animate-elem-85-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/animate-elem-85-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/animate-elem-85-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of animate-elem-85-t" src="../png/basic-animate-elem-85-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
All four  rectangles at the top should smoothly animate from black to green over 5 seconds.
During this time the bottom two rectangles should be black.
Then, the bottom two rectangles should smoothly animate from green, through orange, to yellow.
      </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-84-t.html">animate-elem-84-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-color-prop-03-t.html">→ color-prop-03-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:color-prop-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-color-prop-01-b.html">Full version</a>, <a href="basic-color-prop-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/color.html#ColorProperty
">12.2 The 'color' property</a></p>
 <p>
				<a href="basic-animate-elem-29-b.html">animate-elem-29-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-01-b.html">→ coords-trans-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>color-prop-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/color-prop-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/color-prop-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/color-prop-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/color-prop-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of color-prop-01-b" src="../png/basic-color-prop-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
		<p>
		  The purpose of this test is to determine if an application has the basic capability to process 
	 	  the 'color' property. There are three subtests. 
		</p>
		<p>
		  The first subtest, to the top left, is passed if the circle has a red fill. The second subtest, 
		  to the top right, is passed if the circle has a red stroke. The third subtest shows a rectangle 
		  with a gradient fill, which has three stops. The subtest is passed if central stop is red, 
		  fading off to blue to the left and pale 	yellow to the right. 
		</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-animate-elem-29-b.html">animate-elem-29-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-01-b.html">→ coords-trans-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:color-prop-04-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/color.html#ColorProperty

">12.2 The 'color' property
</a>
	, <a href="full-color-prop-04-t.html">Full version</a>
	, <a href="basic-color-prop-04-t.html">Basic version</a>
	, <a href="tiny-color-prop-04-t.html">Tiny version</a></p>
 <p>
				<a href="basic-color-prop-03-t.html">color-prop-03-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-color-prop-05-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> color-prop-05-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:color-prop-04-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/color-prop-04-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/color-prop-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/color-prop-04-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/color-prop-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of color-prop-04-t" src="../png/basic-color-prop-04-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
      <p>
                Tests system colors. The colors on your screen might not match the reference 
                image at all, but they should at minimum be legible and should preferably resemble
                the colors used on menus and other user interface elements on your computer, pda or phone.
             </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:color-prop-05-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/color.html#ColorProperty

">12.2 The 'color' property
</a>
	, <a href="full-color-prop-05-t.html">Full version</a>
	, <a href="basic-color-prop-05-t.html">Basic version</a>
	, <a href="tiny-color-prop-05-t.html">Tiny version</a></p>
 <p>
				<a href="basic-color-prop-04-t.html">color-prop-04-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-coords-coord-01-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> coords-coord-01-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:color-prop-05-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/color-prop-05-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/color-prop-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/color-prop-05-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/color-prop-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of color-prop-05-t" src="../png/basic-color-prop-05-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
      <p>
            Tests the color that is used for the currentColor value in the fill attribute when
            more than one color is specified.
      </p>
      <p>
            This is illistrated using a single rectangle that is a child of a group element. A fill is specified for the group element but not the rectangle. Colour is specifed for the rectangle and the groupe element. The user agent should render the rectangle with a RED fill.
      </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-coord-01-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-coord-01-t.html">Full version</a>, <a href="basic-coords-coord-01-t.html">Basic version</a>, <a href="tiny-coords-coord-01-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#InitialCoordinateSystem
">7.3 The initial coordinate system</a></p>
 <p>
				<a href="basic-color-prop-03-t.html">color-prop-03-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-coord-02-t.html">→ coords-coord-02-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-coord-01-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-coord-01-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-coord-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-coord-01-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-coord-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-coord-01-t" src="../png/basic-coords-coord-01-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
        Tests the default initial coordinate system used by renderer. Should be 0,0 if not specified.This is illustrated by comparing red boxes that are missing a coordinate or all coordinates with yellow boxes that have the correct coordinates specified. This test should produce three red boxes, with small yellow boxes rendered on top of them. These boxes should be placed along the origin, and x and y axis.
      </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-color-prop-03-t.html">color-prop-03-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-coord-02-t.html">→ coords-coord-02-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-coord-02-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-coord-02-t.html">Full version</a>, <a href="basic-coords-coord-02-t.html">Basic version</a>, <a href="tiny-coords-coord-02-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#InitialCoordinateSystem
">7.3 The initial coordinate system</a></p>
 <p>
				<a href="basic-coords-coord-01-t.html">coords-coord-01-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-02-t.html">→ coords-trans-02-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-coord-02-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-coord-02-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-coord-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-coord-02-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-coord-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-coord-02-t" src="../png/basic-coords-coord-02-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
        Tests the default units used for the initial coordinate system. This is illustrated by comparing red boxes that have no units specified for their
        coordinates, with yellow boxes that have px units specified for their coordinates. This test should produce three red boxes, with small yellow boxes rendered on top of them. These boxes should be placed along the origin, x and y axis.
     </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-coord-01-t.html">coords-coord-01-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-02-t.html">→ coords-trans-02-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-trans-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-trans-01-b.html">Full version</a>, <a href="basic-coords-trans-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#EstablishingANewUserSpace
">7.4 Coordinate system transformations</a></p>
 <p>
				<a href="basic-color-prop-01-b.html">color-prop-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-units-01-b.html">→ coords-units-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-trans-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-trans-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-trans-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-trans-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-trans-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-trans-01-b" src="../png/basic-coords-trans-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            This test verifies the implementation of transforms. It tests elementary transforms
            and transform nesting.
                           Note that for layout purposes, this test uses nesting of translation with the elementary  transforms.
         </p>
         <p>
            The rendered picture should match the reference image exactly except for variations in the labeling text.
         </p>
         <p>
            The test uses the rect element, the fill color (solid primary colors) and transforms.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-color-prop-01-b.html">color-prop-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-units-01-b.html">→ coords-units-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-trans-02-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-trans-02-t.html">Full version</a>, <a href="basic-coords-trans-02-t.html">Basic version</a>, <a href="tiny-coords-trans-02-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#EstablishingANewUserSpace
">7.4 Coordinate system transformations</a></p>
 <p>
				<a href="basic-coords-coord-02-t.html">coords-coord-02-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-03-t.html">→ coords-trans-03-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-trans-02-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-trans-02-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-trans-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-trans-02-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-trans-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-trans-02-t" src="../png/basic-coords-trans-02-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            This test verifies the implementation of transforms. It tests elementary transforms
            and transform nesting.
                           Note that for layout purposes, this test uses nesting of translation with the elementary  transforms.
         </p>
         <p>
            The rendered picture should match the reference image exactly except for variations in the labeling text.
         </p>
         <p>
            The test uses the rect element, the fill color (solid primary colors) and transforms.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-coord-02-t.html">coords-coord-02-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-03-t.html">→ coords-trans-03-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-trans-03-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-trans-03-t.html">Full version</a>, <a href="basic-coords-trans-03-t.html">Basic version</a>, <a href="tiny-coords-trans-03-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#EstablishingANewUserSpace
">7.4 Coordinate system transformations</a></p>
 <p>
				<a href="basic-coords-trans-02-t.html">coords-trans-02-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-04-t.html">→ coords-trans-04-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-trans-03-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-trans-03-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-trans-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-trans-03-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-trans-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-trans-03-t" src="../png/basic-coords-trans-03-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            This test verifies the implementation of transforms. It tests elementary transforms
            and transform nesting.
                           Note that for layout purposes, this test uses nesting of translation with the elementary  transforms.
         </p>
         <p>
            The rendered picture should match the reference image exactly except for variations in the labeling text.
         </p>
         <p>
            The test uses the rect element, the fill color (solid primary colors) and transforms.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-trans-02-t.html">coords-trans-02-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-04-t.html">→ coords-trans-04-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-trans-04-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-trans-04-t.html">Full version</a>, <a href="basic-coords-trans-04-t.html">Basic version</a>, <a href="tiny-coords-trans-04-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#EstablishingANewUserSpace
">7.4 Coordinate system transformations</a></p>
 <p>
				<a href="basic-coords-trans-03-t.html">coords-trans-03-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-05-t.html">→ coords-trans-05-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-trans-04-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-trans-04-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-trans-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-trans-04-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-trans-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-trans-04-t" src="../png/basic-coords-trans-04-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
            This test verifies the implementation of transforms. It tests elementary transforms
            and transform nesting.
                           Note that for layout purposes, this test uses nesting of translation with the elementary  transforms.
         </p>
			<p>
            The rendered picture should match the reference image exactly except for variations in the labeling text.
         </p>
			<p>
            The test uses the rect element, the fill color (solid primary colors) and transforms.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-trans-03-t.html">coords-trans-03-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-05-t.html">→ coords-trans-05-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-trans-05-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-trans-05-t.html">Full version</a>, <a href="basic-coords-trans-05-t.html">Basic version</a>, <a href="tiny-coords-trans-05-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#EstablishingANewUserSpace
">7.4 Coordinate system transformations</a></p>
 <p>
				<a href="basic-coords-trans-04-t.html">coords-trans-04-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-06-t.html">→ coords-trans-06-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-trans-05-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-trans-05-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-trans-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-trans-05-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-trans-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-trans-05-t" src="../png/basic-coords-trans-05-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            This test verifies the implementation of transforms. It tests elementary transforms
            and transform nesting.
                           Note that for layout purposes, this test uses nesting of translation with the elementary  transforms.
         </p>
         <p>
            The rendered picture should match the reference image exactly except for variations in the labeling text.
         </p>
         <p>
            The test uses the rect element, the fill color (solid primary colors) and transforms.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-trans-04-t.html">coords-trans-04-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-trans-06-t.html">→ coords-trans-06-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-trans-06-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-trans-06-t.html">Full version</a>, <a href="basic-coords-trans-06-t.html">Basic version</a>, <a href="tiny-coords-trans-06-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#EstablishingANewUserSpace
">7.4 Coordinate system transformations</a></p>
 <p>
				<a href="basic-coords-trans-05-t.html">coords-trans-05-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-desc-02-t.html">→ fonts-desc-02-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-trans-06-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-trans-06-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-trans-06-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-trans-06-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-trans-06-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-trans-06-t" src="../png/basic-coords-trans-06-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
            This test verifies the implementation of transforms. It tests elementary transforms
            and transform nesting.
                           Note that for layout purposes, this test uses nesting of translation with the elementary  transforms.
         </p>
         <p>
            The rendered picture should match the reference image exactly except for variations in the labeling text.
         </p>
         <p>
            The test uses the rect element, the fill color (solid primary colors) and transforms.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-trans-05-t.html">coords-trans-05-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-desc-02-t.html">→ fonts-desc-02-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-trans-07-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#EstablishingANewUserSpace

">7.4 Coordinate system transformations
</a>
	, <a href="full-coords-trans-07-t.html">Full version</a>
	, <a href="basic-coords-trans-07-t.html">Basic version</a>
	, <a href="tiny-coords-trans-07-t.html">Tiny version</a></p>
 <p>
				<a href="basic-coords-trans-06-t.html">coords-trans-06-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-coords-trans-08-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> coords-trans-08-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:coords-trans-07-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-trans-07-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-trans-07-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-trans-07-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-trans-07-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of coords-trans-07-t" src="../png/basic-coords-trans-07-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
         <p>
            This test verifies the implementation of transforms. It tests elementary transforms
            and transform nesting.
                           Note that for layout purposes, this test uses nesting of translation with the elementary  transforms.
         </p>
         <p>
            The rendered picture should match the reference image exactly except for variations in the labeling text.
         </p>
         <p>
            The test uses the rect element, the fill color (solid primary colors) and transforms.
         </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-trans-08-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#EstablishingANewUserSpace

">7.4 Coordinate system transformations
</a>
	, <a href="full-coords-trans-08-t.html">Full version</a>
	, <a href="basic-coords-trans-08-t.html">Basic version</a>
	, <a href="tiny-coords-trans-08-t.html">Tiny version</a></p>
 <p>
				<a href="basic-coords-trans-07-t.html">coords-trans-07-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-coords-trans-09-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> coords-trans-09-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:coords-trans-08-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-trans-08-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-trans-08-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-trans-08-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-trans-08-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of coords-trans-08-t" src="../png/basic-coords-trans-08-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
         <p>
            This test verifies the implementation of transforms. It tests elementary transforms
            and transform nesting.
                           Note that for layout purposes, this test uses nesting of translation with the elementary  transforms.
         </p>
         <p>
            The rendered picture should match the reference image exactly except for variations in the labeling text.
         </p>
         <p>
            This test will check if the transfomations performed are carried out in the proper order. The result should differ depending on which transformation comes first.
         </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-trans-09-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#EstablishingANewUserSpace

">7.4 Coordinate system transformations
</a>
	, <a href="full-coords-trans-09-t.html">Full version</a>
	, <a href="basic-coords-trans-09-t.html">Basic version</a>
	, <a href="tiny-coords-trans-09-t.html">Tiny version</a></p>
 <p>
				<a href="basic-coords-trans-08-t.html">coords-trans-08-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-coords-units-01-b.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> coords-units-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:coords-trans-09-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-trans-09-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-trans-09-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-trans-09-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-trans-09-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of coords-trans-09-t" src="../png/basic-coords-trans-09-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
         <p>
            This test verifies the implementation of transforms. It tests elementary transforms
            and transform nesting.
                           Note that for layout purposes, this test uses nesting of translation with the elementary  transforms.
         </p>
         <p>
            The rendered picture should match the reference image exactly except for variations in the labeling text.
         </p>
         <p>
            This test will check if the various matrix operations work
         </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-units-02-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-units-02-b.html">Full version</a>, <a href="basic-coords-units-02-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#Units
">7.10 Units</a></p>
 <p>
				<a href="basic-coords-units-01-b.html">coords-units-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-units-03-b.html">→ coords-units-03-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-units-02-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-units-02-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-units-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-units-02-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-units-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-units-02-b" src="../png/basic-coords-units-02-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
         Verify the conversion processing of CSS units and percentage values for both
         coordinates and length values. Note that the test uses the CSS px unit to be usable
         in all pixel resolutions. Hence, the conversion from other CSS units to CSS px is
         left out of the test.
      </p>
      <p>
         There are six atomic tests in this test. For each, the approach is to draw two similar 
         elements (circles or rects) with coordinates specified in user space for one and in
         CSS units or percentage for the other. Each test is such that these two values (or
         value pairs) should match.
      </p>
      <p>
         For example, in the first two tests, that validate coordinate processing, the circles
         should have the same center. In the following two tests, the rectangles should have 
         the same height and width. And finally, in the last test, the 3 circles should have the
         same radius.
      </p>
      <p>
         The rendered image should match the reference image except for the text which may
         show minor differences, per CSS2 rules for font selection and matching.
      </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-units-01-b.html">coords-units-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-units-03-b.html">→ coords-units-03-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-units-03-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-units-03-b.html">Full version</a>, <a href="basic-coords-units-03-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#Units
">7.10 Units</a></p>
 <p>
				<a href="basic-coords-units-02-b.html">coords-units-02-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-viewattr-01-b.html">→ coords-viewattr-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-units-03-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-units-03-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-units-03-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-units-03-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-units-03-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-units-03-b" src="../png/basic-coords-units-03-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
            This test verifies both the initial viewport size and the support for the various
            unit specifiers.
            </p>
            <p>
            The units in SVG can be: user coordinate and CSS units: em, ex, px, pt, pc, cm, mm, 
            in and percentages. The test does not check the absolute length accuracy as this 
            can only be truly validated with a ruler. However, it validates that the different
            units are supported by drawing multiple elements who have the same length specified
            in different units.
            </p>
            <p>
            The viewport is the "finite rectangular region" where rendering occurs in SVG. 
            Hence, nothing should be rendered outside the viewport (paragraph 7.1). Furthermore,             when no positioning properties are set on the top svg element, the initial viewport             size should have the value of the top svg element's "width" and "height" attributes. 
            To check this behavior, the test does not define positioning properties on the top
            svg element but defines its "width" and "height" properties. Then it fills a red 
            rectangle that is bigger than the viewport size. Then, a rectangle, the size of the
            viewport is drawn in white. If rendering is limited to the viewport area, none of the 
            red should show.
            </p>
            <p>
            The line showing the "ex" units will not necessarily appear with the same length
            as shown in the reference image because the X-height of a font is not
            necessarily half of the font size (which is assumed in the reference image where
            1ex is considered to be .5em).
            </p>
            <p>
            The rendered picture should match the reference image approximately. There might be
            variations due to the exact pixel size as negotiated by the SVG renderer. 
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-units-02-b.html">coords-units-02-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-viewattr-01-b.html">→ coords-viewattr-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-viewattr-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-viewattr-01-b.html">Full version</a>, <a href="basic-coords-viewattr-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#ViewBoxAttribute
">7.7 The viewBox attribute</a></p>
 <p>
				<a href="basic-coords-units-03-b.html">coords-units-03-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-viewattr-02-b.html">→ coords-viewattr-02-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-viewattr-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-viewattr-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-viewattr-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-viewattr-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-viewattr-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-viewattr-01-b" src="../png/basic-coords-viewattr-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
            This test verifies the implementation of the viewBox and the preserveAspectRatio attribute.
         This is a modified version of the sample file included in the SVG specification.
         It exercises the various preserveAspectRatio values and uses a general entity definition
         in order to make reading of the SVG source easier.
         </p>
			<p>
         The rendered picture should match the reference image exactly except for variations in the labeling text.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-units-03-b.html">coords-units-03-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-viewattr-02-b.html">→ coords-viewattr-02-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-viewattr-02-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-viewattr-02-b.html">Full version</a>, <a href="basic-coords-viewattr-02-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#ViewBoxAttribute
">7.7 The viewBox attribute</a></p>
 <p>
				<a href="basic-coords-viewattr-01-b.html">coords-viewattr-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-coords-viewattr-03-b.html">→ coords-viewattr-03-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-viewattr-02-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-viewattr-02-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-viewattr-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-viewattr-02-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-viewattr-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-viewattr-02-b" src="../png/basic-coords-viewattr-02-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
             This test verifies the implementation of the preserveAspectRatio attribute on &lt;image&gt; 
             referencing raster content.
          This is a modified version of the sample file included in the SVG specification.
          It exercises the various preserveAspectRatio values and uses a general entity definition
          in order to make reading of the SVG source easier.
          </p>
          <p>
          The rendered picture should match the reference image exactly except for variations in the labeling text.
          </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-viewattr-01-b.html">coords-viewattr-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-coords-viewattr-03-b.html">→ coords-viewattr-03-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:coords-viewattr-03-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-coords-viewattr-03-b.html">Full version</a>, <a href="basic-coords-viewattr-03-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/coords.html#ViewBoxAttribute
">7.7 The viewBox attribute</a></p>
 <p>
				<a href="basic-coords-viewattr-02-b.html">coords-viewattr-02-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-filters-blend-01-b.html">→ filters-blend-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>coords-viewattr-03-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/coords-viewattr-03-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/coords-viewattr-03-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/coords-viewattr-03-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/coords-viewattr-03-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of coords-viewattr-03-b" src="../png/basic-coords-viewattr-03-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>This file tests the allowed syntax of the viewBox attribute.  The viewBox attribute is a list of 
four numbers min-x, min-y, width and height, separated by whitespace and/or a comma.
      </p>
	<p>In the rendered result, you should see 6 identical light blue shapes.  All 6 test cases
are valid.
      </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-viewattr-02-b.html">coords-viewattr-02-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-filters-blend-01-b.html">→ filters-blend-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-blend-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-filters-blend-01-b.html">Full version</a>, <a href="basic-filters-blend-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#feBlend
">15.9 Filter primitive 'feBlend'</a></p>
 <p>
				<a href="basic-coords-viewattr-03-b.html">coords-viewattr-03-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-filters-color-01-b.html">→ filters-color-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>filters-blend-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-blend-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-blend-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-blend-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-blend-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of filters-blend-01-b" src="../png/basic-filters-blend-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                Verify correct operation of the five compositing modes
                of the feBlend filter primitive. Seven rectangles are
                blended into a gradient, with text strings identifying
                which of the  the five feBlend modes were used. 
            </p>
			<p>
              All rectangles but the fourth one have a blue fill, although the 
              blend mode will adjust this color. The fourth has a yellow fill.
            </p>
			<p>
              The third and fourth rectangles are grouped and the filter is applied to the group.
            </p>
			<p>
                The rendered picture should match the reference image
                exactly, except for possible variations in the
                labelling text (per CSS2 rules).
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-viewattr-03-b.html">coords-viewattr-03-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-filters-color-01-b.html">→ filters-color-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-color-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-filters-color-01-b.html">Full version</a>, <a href="basic-filters-color-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#feColorMatrix
">15.10 Filter primitive 'feColorMatrix'</a></p>
 <p>
				<a href="basic-filters-blend-01-b.html">filters-blend-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-filters-composite-02-b.html">→ filters-composite-02-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>filters-color-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-color-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-color-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-color-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-color-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of filters-color-01-b" src="../png/basic-filters-color-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test which verifies the basic facilities of 
				feColorMatrix.
			</p>
			<p>
				This test uses the following elements : a nested 
				&lt;svg&gt; with a viewBox attribute, &lt;linearGradient&gt;, 
				&lt;filter&gt;, &lt;feColorMatrix&gt;, &lt;feComposite&gt;.
			</p>
			<p>
				The test case shows five rectangles filled with a 
				gradient showing the effects of feColorMatrix: an 
				unfiltered rectangle acting as a reference, use of the 
				feColorMatrix matrix option to convert to grayscale, 
				use of the feColorMatrix saturate option, use of the 
				feColorMatrix hueRotate option, and use of the 
				feColorMatrix luminanceToAlpha option.
			</p>
			<p>
				The test is somewhat self-explanatory as the strings 
				document the type of feColorMatrix operation that is 
				being used.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-filters-blend-01-b.html">filters-blend-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-filters-composite-02-b.html">→ filters-composite-02-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-composite-02-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-filters-composite-02-b.html">Full version</a>, <a href="basic-filters-composite-02-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#feComposite
">15.12 Filter primitive 'feComposite'</a></p>
 <p>
				<a href="basic-filters-color-01-b.html">filters-color-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-filters-comptran-01-b.html">→ filters-comptran-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>filters-composite-02-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-composite-02-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-composite-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-composite-02-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-composite-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of filters-composite-02-b" src="../png/basic-filters-composite-02-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test which verifies the basic facilities of feComposite.
			</p> 
			<p>
				This test uses the following elements: &lt;path&gt;, &lt;filter&gt; 
			        &lt;feImage&gt; &lt;feComposite&gt;.
			</p> 
			<p>
				The test case shows six pairs of overlapping triangles 
				depicting the six different feComposite operators. The 
				first row shows compositing when both triangles have 
				opacity=1. The second row shows compositing when both 
				triangles have opacity=.5. The six columns illustrate the 
				six types of compositing operations.
			</p> 

		</div>
<div class="linkbar"> <p>
				<a href="basic-filters-color-01-b.html">filters-color-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-filters-comptran-01-b.html">→ filters-comptran-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-comptran-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-filters-comptran-01-b.html">Full version</a>, <a href="basic-filters-comptran-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#feComponentTransfer
">15.11 Filter primitive 'feComponentTransfer'</a></p>
 <p>
				<a href="basic-filters-composite-02-b.html">filters-composite-02-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-filters-example-01-b.html">→ filters-example-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>filters-comptran-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-comptran-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-comptran-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-comptran-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-comptran-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of filters-comptran-01-b" src="../png/basic-filters-comptran-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test which verifies the basic facilities of 
				feComponentTransfer.
			</p>
			<p>
				This test uses the following elements : a nested &lt;svg&gt; 
				with a viewBox attribute, &lt;linearGradient&gt;, &lt;filter&gt;, 
				&lt;feComponentTransfer&gt;.
			</p>
			<p>
				The test case shows four rectangles filled with a 
				gradient showing the effects of feComponentTransfer: an 
				identity function acting as a reference, use of the 
				feComponentTransfer table option, use of the 
				feComponentTransfer linear option, and use of the 
				feComponentTransfer gamma option.
			</p>
			<p>
				The test is somewhat self-explanatory as the strings 
				document the type of feComponentTransfer operation that 
				is being used.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-filters-composite-02-b.html">filters-composite-02-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-filters-example-01-b.html">→ filters-example-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-example-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-filters-example-01-b.html">Full version</a>, <a href="basic-filters-example-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#AnExample
">15.2 An example</a></p>
 <p>
				<a href="basic-filters-comptran-01-b.html">filters-comptran-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-filters-felem-01-b.html">→ filters-felem-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>filters-example-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-example-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-example-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-example-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-example-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of filters-example-01-b" src="../png/basic-filters-example-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				A single filter that uses a combination of filter
				primitives. You should see a gray rectangle that
				contains a red outer ring and a red inner button
				with "SVG" on it, both having a 3D appearance.
			</p>
			<p>
				Verify that a typical usage of filtering is operation. 
				This test case creates a 3D lighting effect and requires 
				that several filters are working: feGaussianBlur, feOffset, 
				feSpecularLighting, feComposite and feMerge. The graphic 
				consisting of the string "SVG" sitting on top of oval 
				filled in red and surrounded by an oval outlined in red.
			</p>
			<p>
				The rendered picture should match the reference image 
				exactly, except for possible variations in the labelling 
				text (per CSS2 rules).
			</p>
			<p>
				The test uses a nested 'svg' element, 'rect' element, 
				'path' element, as well as basic fill (solid  
				colors), stroke (solid colors with stroke-width 
				lines), font-family (Verdana and Arial) and font-size properties.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-filters-comptran-01-b.html">filters-comptran-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-filters-felem-01-b.html">→ filters-felem-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-felem-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-filters-felem-01-b.html">Full version</a>, <a href="basic-filters-felem-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#FilterElement
">15.3 The 'filter' element</a></p>
 <p>
				<a href="basic-filters-example-01-b.html">filters-example-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-filters-gauss-01-b.html">→ filters-gauss-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>filters-felem-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-felem-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-felem-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-felem-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-felem-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of filters-felem-01-b" src="../png/basic-filters-felem-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
				Test which verifies null filters and filter regions.
			</p>
      <p>
       Four subtests each consist of a small red circle overdrawn with a larger black circle. Filters are applied to three of the black circles, hiding them and showing the red circle. The correct rendering is a black circle at top left and red circles in the other three cases.</p>

 <p>The topleft subtest has no filter applied to the black circle, so the black circle is visible and the red one is not. The top right subtest applies a filter to the black circle, but there is no corresponding filter element. Thus, a null filter is applied and the black circle is not shown, allowing the red circle to be seen.
			</p>
      <p>The bottom left subtest applies an empty filter element with the default filterRegion, and the bottom right subtest applies an empty filter with a non-default filterRegion. In both cases where empty filters are applied, the result of the filter is a transparent black offscreen, thus showing the red circle underneath.</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-filters-example-01-b.html">filters-example-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-filters-gauss-01-b.html">→ filters-gauss-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-gauss-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-filters-gauss-01-b.html">Full version</a>, <a href="basic-filters-gauss-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#feGaussianBlur
">15.17 Filter primitive 'feGaussianBlur'</a></p>
 <p>
				<a href="basic-filters-felem-01-b.html">filters-felem-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-filters-image-01-b.html">→ filters-image-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>filters-gauss-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-gauss-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-gauss-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-gauss-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-gauss-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of filters-gauss-01-b" src="../png/basic-filters-gauss-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				In the upper left corner of the output are red and yellow rectangles that overlap,
				they appear normally, no gaussianBlur has been applied.
				In the upper right the same rectangles are displayed with a blur filter applied,
				the standard deviation is the same for both the x and y axis.
				In the lower right corner the rectangles appear again,
				this time the standard deviation is different along the x (20) and y (1) axis.
			</p>
	    		<p>
				The rendered picture should match the reference image, except for possible
				variations in the labelling text (per CSS2 rules).  
    			</p>
    			<p>
				On top of the rectangles in the upper right and lower right, thin (half-pixel-wide) blue
				lines are drawn to show the outline of the object bounding box (the inside lines) and the
				outline of the filter region (the outside lines). The blur effect should be clipped
				to the bounds of the filter region.
    			</p>
    			<p>
				The test uses the 'rect' element, as well as basic fill (solid primary colors), 
				stroke (black 1-pixel and blue half-pixel lines), font-family (Arial) and font-size properties.
    			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-filters-felem-01-b.html">filters-felem-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-filters-image-01-b.html">→ filters-image-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-image-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-filters-image-01-b.html">Full version</a>, <a href="basic-filters-image-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#feImage
">15.18 Filter primitive 'feImage'</a></p>
 <p>
				<a href="basic-filters-gauss-01-b.html">filters-gauss-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-filters-offset-01-b.html">→ filters-offset-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>filters-image-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-image-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-image-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-image-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-image-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of filters-image-01-b" src="../png/basic-filters-image-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				An image should be displayed in the middle of the view area.
			</p>
			<p>
				The rendered picture should match the reference image, except for possible
				variations in the labelling text (per CSS2 rules).  
    			</p>
			<p>
				The test uses the 'rect' element, as well as basic fill (solid primary colors), 
				stroke (black 1-pixel lines), font-family (Arial) and font-size properties.
    			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-filters-gauss-01-b.html">filters-gauss-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-filters-offset-01-b.html">→ filters-offset-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-offset-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-filters-offset-01-b.html">Full version</a>, <a href="basic-filters-offset-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#feOffset
">15.21 Filter primitive 'feOffset'</a></p>
 <p>
				<a href="basic-filters-image-01-b.html">filters-image-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-filters-tile-01-b.html">→ filters-tile-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>filters-offset-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-offset-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-offset-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-offset-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-offset-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of filters-offset-01-b" src="../png/basic-filters-offset-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
         <p>
           The target crosshairs should align with
           lower left bounds of the associated circle.
           The color of each crosshair should match
           the associated circle.
         </p>
         <p>
Verify the basic capability to handle the feOffset, feMerge and
feFlood filter nodes.  Four copies of a filled circle should appear at
various offsets and colors.  For each circle a reference crosshair is
drawn at the lower left of the circle to indicate the expected color,
opacity and position for the filtered element.  The targets are drawn
with the standard svg path element.
         </p>
         <p>
The rendered image should match the reference image. Additionally, the
target crosshairs should match the color, lower left corner, and
opacity of each copy of the filtered circle.
         </p>
         <p>
In addition to feFlood, feMerge, and feOffset, this test uses
'feComposite' to recolor the SourceGraphic with the feFlood color.
The source graphic uses 'circle'. The target cross hairs are drawn
with 'path' and use 'fill' and 'fill-opacity'.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-filters-image-01-b.html">filters-image-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-filters-tile-01-b.html">→ filters-tile-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:filters-tile-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-filters-tile-01-b.html">Full version</a>, <a href="basic-filters-tile-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#feTile
">15.23 Filter primitive 'feTile'</a></p>
 <p>
				<a href="basic-filters-offset-01-b.html">filters-offset-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-03-b.html">→ fonts-elem-03-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>filters-tile-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/filters-tile-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/filters-tile-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/filters-tile-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/filters-tile-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of filters-tile-01-b" src="../png/basic-filters-tile-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				The test case constructs a filter that uses feTile to tile the entire specified filter region.
				The tile consists of a red rectangle over a larger transparent rectangle.
				The red rectangle is created with feFlood and feOffset. There is also a semi-transparent
				blue rectangle that should exactly cover one of the tiled rectangles, creating a purple
				tile with a black stroke (4 tiles down and 3 across).
			</p>
			<p>
				The rendered picture should match the reference image, except for possible variations
				in the labelling text (per CSS2 rules).
			</p>
			<p>
				The test uses the 'rect' element, feTile, feFlood, feOffset, feMerge, fill style, stroke,
				font-family (Arial) and font-size properties.
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-filters-offset-01-b.html">filters-offset-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-03-b.html">→ fonts-elem-03-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-desc-01-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontDescriptions

">20.8 Describing a font
</a>
	, <a href="full-fonts-desc-01-t.html">Full version</a>
	, <a href="basic-fonts-desc-01-t.html">Basic version</a>
	, <a href="tiny-fonts-desc-01-t.html">Tiny version</a></p>
 <p>
				<a href="basic-filters-tile-01-b.html">filters-tile-01-b <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-fonts-desc-02-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> fonts-desc-02-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:fonts-desc-01-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-desc-01-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-desc-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-desc-01-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-desc-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of fonts-desc-01-t" src="../png/basic-fonts-desc-01-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
                        This tests case show the behaviour of CSS font matching
                        based on the font-size attribute. The most correct output is
                        two squares, the exact match of the size, but as these are
                        vector fonts, and therefore scalable, the user  agent can
                        use a margin of error, so conformant results may vary.
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-desc-02-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-desc-02-t.html">Full version</a>, <a href="basic-fonts-desc-02-t.html">Basic version</a>, <a href="tiny-fonts-desc-02-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontDescriptions
">20.8 Describing a font</a></p>
 <p>
				<a href="basic-coords-trans-06-t.html">coords-trans-06-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-01-t.html">→ fonts-elem-01-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-desc-02-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-desc-02-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-desc-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-desc-02-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-desc-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-desc-02-t" src="../png/basic-fonts-desc-02-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This tests the behaviour of CSS font matching based on font-variant attribute.
           </p>             
            <p>
                The first line of text should be 'square' 'triangle'. The small-caps font should
                match the second text element.
            </p>                
            <p>                 
                The second line of text should be 'square' 'triangle'. The second line is used
                to ensure that the order of font specification does not effect the selection
                of these    fonts.
            </p>                
            <p>
                The third line of text should be 'square', 'diamond', 'square', 'diamond'. This
                shows that the correct font is selected when a font in the list does not support
                the variant required. Note that the fonts provide no x-height so scaling 
		(allowed by CSS) cannot be used to simulate a small cap from a regular font.
            </p>                
            <p>             
                The last line of test can be 'square', 'a', 'a' (from a fallback font), 
		'diamond'. The first 'a'
                can be replaced with a smallcaps 'A', if there is a smallcaps font installed
		or  if synthesis is supported.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-coords-trans-06-t.html">coords-trans-06-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-01-t.html">→ fonts-elem-01-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-desc-03-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontDescriptions

">20.8 Describing a font
</a>
	, <a href="full-fonts-desc-03-t.html">Full version</a>
	, <a href="basic-fonts-desc-03-t.html">Basic version</a>
	, <a href="tiny-fonts-desc-03-t.html">Tiny version</a></p>
 <p>
				<a href="basic-fonts-desc-02-t.html">fonts-desc-02-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-fonts-desc-04-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> fonts-desc-04-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:fonts-desc-03-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-desc-03-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-desc-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-desc-03-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-desc-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of fonts-desc-03-t" src="../png/basic-fonts-desc-03-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
                        This test demonstrates CSS font matching based on the 
                        font-weight attribute.
            </p>                
            <p>
                        The first line should show a square and then a triangle.
                        The bold font should match the second SVGFont1 declaration.
            </p>                
            <p>
                        The second line should show a triangle and then a square.
                        This test shows that order of font definition does not
                        effect selection.
            </p>                
            <p>
                        The last line should show a square then a triangle. This test
                        demonstrates that basic font-weight selection using
                        font-weight numbers.
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-desc-04-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontDescriptions

">20.8 Describing a font
</a>
	, <a href="full-fonts-desc-04-t.html">Full version</a>
	, <a href="basic-fonts-desc-04-t.html">Basic version</a>
	, <a href="tiny-fonts-desc-04-t.html">Tiny version</a></p>
 <p>
				<a href="basic-fonts-desc-03-t.html">fonts-desc-03-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-fonts-desc-05-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> fonts-desc-05-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:fonts-desc-04-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-desc-04-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-desc-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-desc-04-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-desc-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of fonts-desc-04-t" src="../png/basic-fonts-desc-04-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
                    This test demonstrates CSS font matching based on the 
                    font-style attribute.
            </p>                
            <p>
                    The first line of text should produce a square followed
                    by a triangle.
            </p>                
            <p>
                  The second line should produce a square followed
                  by a triangle. This tests that order of font definition
                  does not effect correct matching.
            </p>                
            <p>
                       The third line should produce a letter 'a' followed
                       by two diamonds. Italic can match against
                       oblique or italic, but all other values must match exactly.
                       The letter 'a' will be an UA-dependent default font-family,
                       it should be oblique, possiblely a transformation of a
                       normal font.
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-desc-05-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontDescriptions

">20.8 Describing a font
</a>
	, <a href="full-fonts-desc-05-t.html">Full version</a>
	, <a href="basic-fonts-desc-05-t.html">Basic version</a>
	, <a href="tiny-fonts-desc-05-t.html">Tiny version</a></p>
 <p>
				<a href="basic-fonts-desc-04-t.html">fonts-desc-04-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-fonts-elem-01-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> fonts-elem-01-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:fonts-desc-05-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-desc-05-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-desc-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-desc-05-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-desc-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of fonts-desc-05-t" src="../png/basic-fonts-desc-05-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
                    This tests a combination of font attribute matching. The correct
                    result for the first line is diamond, diamond, upward-triangle,
                    downard-triangle. The correct result for the second line is
                    upward-triangle, downard triangle, and a right-triangle.
            </p>
            <p>
                    Reasoning for glyphs on the first line:
                        The first character is a diamond because it is matched purely
                        on the font-style attribute. The second character is a diamond
                        because font-style (italic) is of highest precedence, followed
                        by font-variant (normal), then font-weight (bold). The third
                        character matches upward-triangle because again font-variant
                        (small-caps) is a higher precedence than font-weight. The
                        fourth character undisputedly matches the downward-triangle.
            </p>
            <p>
                    Reasoning for the glyphs on the second line:
                   The first character is a upward-triangle because the font
                    matching must fall back to SVGFont1 to get a match
                    for small-caps. The second character is a downward-triangle
                    because there is no match for small-caps in SVGFont2.
                    The third character is a right facing triangle because
                    italic should match oblique in SVGFont2.
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-elem-01-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-elem-01-t.html">Full version</a>, <a href="basic-fonts-elem-01-t.html">Basic version</a>, <a href="tiny-fonts-elem-01-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontElement
">20.3 The 'font' element</a></p>
 <p>
				<a href="basic-fonts-desc-02-t.html">fonts-desc-02-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-02-t.html">→ fonts-elem-02-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-elem-01-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-elem-01-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-elem-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-elem-01-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-elem-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-elem-01-t" src="../png/basic-fonts-elem-01-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>This is a basic test for embedded SVG fonts. The font &quot;Comic Sans&quot; 
			(available from Microsoft) has been converted into an SVG font and embedded
			in the SVG file. The test contains two text areas, each with the character
			string "Ay&#xd6;@&#xe7;" drawn at the same font size.
	    		</p>
    			<p>The upper area contains the glyphs from the embedded font placed in 
			the SVG file as path elements. Each glyph is placed at the location it
			would be if rendered using normal text rendering (ie. the horizontal
			advance between characters has been preserved).
    			</p>
			<p>The lower area contains the text string rendered using the embedded
			SVG font. It should appear exactly the same as the upper text area,
			ie. font size, character baseline and horizontal advance should be
			the same.
    			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-desc-02-t.html">fonts-desc-02-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-02-t.html">→ fonts-elem-02-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-elem-02-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-elem-02-t.html">Full version</a>, <a href="basic-fonts-elem-02-t.html">Basic version</a>, <a href="tiny-fonts-elem-02-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontElement
">20.3 The 'font' element</a></p>
 <p>
				<a href="basic-fonts-elem-01-t.html">fonts-elem-01-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-05-t.html">→ fonts-elem-05-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-elem-02-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-elem-02-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-elem-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-elem-02-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-elem-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-elem-02-t" src="../png/basic-fonts-elem-02-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>This is an accuracy test for embedded SVG fonts. The font &quot;Comic Sans&quot; 
		(available from Microsoft) has been converted into an SVG font and embedded
		in the SVG file. The test contains two text areas, each with the character
		string "Ay&#xd6;@&#xe7;" drawn at the same font size.
	    	</p>
			<p>The upper area has the placed glyphs as path elements filled with
		white over a solid black background (creating a white cutout). The
		embedded SVG font text is then drawn over the cutout. An implementation
		that passes this test should completely fill the cutout, leaving 
		a solid black area (some slight antialiasing effects may remain).
    		</p>
			<p>The lower area is the reverse of the upper area, with the placed
		black glyphs filling the cutout created by white SVG font text.
		 An implementation that passes this test should completely fill the 
		 cutout, leaving a solid black area (some slight antialiasing effects 
		 may remain).
    		</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-elem-01-t.html">fonts-elem-01-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-05-t.html">→ fonts-elem-05-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-elem-03-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-elem-03-b.html">Full version</a>, <a href="basic-fonts-elem-03-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontElement
">20.3 The 'font' element</a></p>
 <p>
				<a href="basic-filters-tile-01-b.html">filters-tile-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-04-b.html">→ fonts-elem-04-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-elem-03-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-elem-03-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-elem-03-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-elem-03-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-elem-03-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-elem-03-b" src="../png/basic-fonts-elem-03-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>This is a basic test for external SVG fonts. The font &quot;Comic Sans&quot; 
			(available from Microsoft) has been converted into an SVG font and placed
			in an external SVG file referenced by a font-face-src element.
			The test contains two text areas, each with the character
			string "Ay&#xd6;@&#xe7;" drawn at the same font size.
	    		</p>
			<p>The upper area contains the glyphs from the font placed in 
			the SVG file as path elements. Each glyph is placed at the location it
			would be if rendered using normal text rendering (ie. the horizontal
			advance between characters has been preserved).
    			</p>
			<p>The lower area contains the text string rendered using the external
			SVG font. It should appear exactly the same as the upper text area,
			ie. font size, character baseline and horizontal advance should be
			the same.
    			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-filters-tile-01-b.html">filters-tile-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-04-b.html">→ fonts-elem-04-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-elem-04-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-elem-04-b.html">Full version</a>, <a href="basic-fonts-elem-04-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontElement
">20.3 The 'font' element</a></p>
 <p>
				<a href="basic-fonts-elem-03-b.html">fonts-elem-03-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-07-b.html">→ fonts-elem-07-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-elem-04-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-elem-04-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-elem-04-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-elem-04-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-elem-04-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-elem-04-b" src="../png/basic-fonts-elem-04-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>This is a basic test for external SVG fonts. The font &quot;Comic Sans&quot; 
			(available from Microsoft) has been converted into an SVG font and placed
			in an external SVG file referenced by a font-face-src element.
			The test contains two text areas, each with the character
			string "Ay&#xd6;@&#xe7;" drawn at the same font size.
	    		</p>
			<p>The upper area contains the glyphs from the font placed in 
			the SVG file as path elements. Each glyph is placed at the location it
			would be if rendered using normal text rendering (ie. the horizontal
			advance between characters has been preserved).
    			</p>
			<p>The lower area contains the text string rendered using the external
			SVG font. It should appear exactly the same as the upper text area,
			ie. font size, character baseline and horizontal advance should be
			the same.
    			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-elem-03-b.html">fonts-elem-03-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-07-b.html">→ fonts-elem-07-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-elem-05-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-elem-05-t.html">Full version</a>, <a href="basic-fonts-elem-05-t.html">Basic version</a>, <a href="tiny-fonts-elem-05-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontElement
">20.3 The 'font' element</a></p>
 <p>
				<a href="basic-fonts-elem-02-t.html">fonts-elem-02-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-06-t.html">→ fonts-elem-06-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-elem-05-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-elem-05-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-elem-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-elem-05-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-elem-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-elem-05-t" src="../png/basic-fonts-elem-05-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-elem-02-t.html">fonts-elem-02-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-elem-06-t.html">→ fonts-elem-06-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-elem-06-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-elem-06-t.html">Full version</a>, <a href="basic-fonts-elem-06-t.html">Basic version</a>, <a href="tiny-fonts-elem-06-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontElement
">20.3 The 'font' element</a></p>
 <p>
				<a href="basic-fonts-elem-05-t.html">fonts-elem-05-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-glyph-02-t.html">→ fonts-glyph-02-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-elem-06-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-elem-06-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-elem-06-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-elem-06-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-elem-06-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-elem-06-t" src="../png/basic-fonts-elem-06-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test validates that the font element's horiz-adv-x is used as
                the default glyph's advance when there is no glyph advance specified.
                All fonts have a units-per-em of 1000.
            </p>
            <p>
                The first row shows a layout with a default adavance of 1000.
                Glyphs have no advance so the 1000 default should be used.
            </p>
            <p>
                The second row shows a layout with a default adavance of 2000.
                Glyphs have no advance so the 2000 default should be used.
            </p>
            <p>
                The last row shows a layout with a default adavance of 0.
                Glyphs have a specified advance so the 0 default should be ignored.
            </p>
            <p>
                Reference blue markers show the expected glyph positions.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-elem-05-t.html">fonts-elem-05-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-glyph-02-t.html">→ fonts-glyph-02-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-elem-07-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-elem-07-b.html">Full version</a>, <a href="basic-fonts-elem-07-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#FontElement
">20.3 The 'font' element</a></p>
 <p>
				<a href="basic-fonts-elem-04-b.html">fonts-elem-04-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-interact-dom-01-b.html">→ interact-dom-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-elem-07-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-elem-07-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-elem-07-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-elem-07-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-elem-07-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-elem-07-b" src="../png/basic-fonts-elem-07-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>This is a basic test for embedded SVG fonts. The font "Comic Sans" 
			(available from Microsoft) has been converted into an SVG font and embedded
			in the SVG file. The test contains two text areas, each with the character
			string "AyÖ@ç" drawn at the same font size.
	    		</p>
			<p>The upper area contains the glyphs from the embedded font placed in 
			the SVG file as path elements. Each glyph is placed at the location it
			would be if rendered using normal text rendering (ie. the horizontal
			advance between characters has been preserved).
    			</p>
			<p>The lower area contains the text string rendered using the embedded
			SVG font, referenced with a CSS @font-face declaration. The SVG font does not have a font-family attribute, so the reference is via the @font-face block which points to a font element by ID. It should appear 
			exactly the same as the upper text area,
			ie. font size, character baseline and horizontal advance should be
			the same.
    			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-elem-04-b.html">fonts-elem-04-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-interact-dom-01-b.html">→ interact-dom-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-glyph-02-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-glyph-02-t.html">Full version</a>, <a href="basic-fonts-glyph-02-t.html">Basic version</a>, <a href="tiny-fonts-glyph-02-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#GlyphElement
">20.4 The 'glyph' element</a></p>
 <p>
				<a href="basic-fonts-elem-06-t.html">fonts-elem-06-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-glyph-03-t.html">→ fonts-glyph-03-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-glyph-02-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-glyph-02-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-glyph-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-glyph-02-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-glyph-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-glyph-02-t" src="../png/basic-fonts-glyph-02-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
            	The first subtest tests the arabic-form attribute and should produce a
            	'downward triangle', a 'space', a 'square', a 'diamond'
            	and then an 'upward triangle' in this order. Remembering
            	that arabic text is right to left.
            </p>
            <p>
            The second subtest is the same, but with glyphs for the letter khah.
            It should match the reference image.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-elem-06-t.html">fonts-elem-06-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-glyph-03-t.html">→ fonts-glyph-03-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-glyph-04-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-glyph-04-t.html">Full version</a>, <a href="basic-fonts-glyph-04-t.html">Basic version</a>, <a href="tiny-fonts-glyph-04-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#GlyphElement
">20.4 The 'glyph' element</a></p>
 <p>
				<a href="basic-fonts-glyph-03-t.html">fonts-glyph-03-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-kern-01-t.html">→ fonts-kern-01-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-glyph-04-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-glyph-04-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-glyph-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-glyph-04-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-glyph-04-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-glyph-04-t" src="../png/basic-fonts-glyph-04-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
            			This tests that glyph selection is done in the 
            			order in the definition of the font element.
            			The first line of text should be represented by
            			two triangles and an 'l'. The second line should
            			be represented by a square.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-glyph-03-t.html">fonts-glyph-03-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-fonts-kern-01-t.html">→ fonts-kern-01-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:fonts-kern-01-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-fonts-kern-01-t.html">Full version</a>, <a href="basic-fonts-kern-01-t.html">Basic version</a>, <a href="tiny-fonts-kern-01-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#KernElements
">20.7 The 'hkern' and 'vkern' elements</a></p>
 <p>
				<a href="basic-fonts-glyph-04-t.html">fonts-glyph-04-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-interact-zoom-01-t.html">→ interact-zoom-01-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>fonts-kern-01-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/fonts-kern-01-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/fonts-kern-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/fonts-kern-01-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/fonts-kern-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of fonts-kern-01-t" src="../png/basic-fonts-kern-01-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This test validates handling of the hkern element. 
            </p>
            <p>
                In all instances, a text element matching a font with hkern
                is displayed along with reference markers showing the expected
                glyph positioning.
            </p>

            <p>
                The 'fontA' cell shows the string "12" with "fontA" for which there 
                in a kerning pair defined with u1="1" and u2="2".
            </p>

            <p>
                The 'fontB' cell shows the string "12" with "fontB" for which there 
                in a kerning pair defined with g1="gl_1" and g2="gl_2",
                where "gl_1" has unicode="1" and "gl_2" has unicode="2".
            </p>

            <p>
                The 'fontC' cell shows the string "1234" with "fontC" were the same kerning pair
                uses u1/u2 to match "12" and g1/g2 to match "34".
            </p>

            <p>
                The 'fontD' cell shows the string "1234" with "fontD" were the same kerning pair
                uses u1/u2 to match "12" and "34" (u1/u2 are lists of character vales).
            </p>

            <p>
                The 'fontE' cell shows the string "1234" with "fontE" were the same kerning pair
                uses g1/g2 to match "12" and "34" (g1/g2 are lists of names).
            </p>

            <p>
                The 'fontF' cell shows the string "1234" with "fontF" were the same kerning pair
                uses u1/u2 to match "12" and "34" (u1/u2 are unicode ranges).
            </p>

            <p>
                The 'fontG' cell shows the string "12" with "fontG" were for which there
                is a kerning pair with u1 matching "1" and g2 matching "gl_2".
            </p>



		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-glyph-04-t.html">fonts-glyph-04-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-interact-zoom-01-t.html">→ interact-zoom-01-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//CL//DTD XHTML 1.0 Transitional plus Embed//EN"
 "http://www.w3.org/Graphics/xhtml1-transitional-plus-embed.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 Basic test suite </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 </head>
 <body class="bodytext">
<h1 class="pageTitle">SVG 1.1 Basic test suite</h1>
<p>Below are the list of tests in the SVG 1.1 Basic test suite. Each test 
has a link to different versions as well as navigation.</p>
<ol>
<li><a href="basic-animate-elem-22-b.html">animate-elem-22-b</a></li>
<li><a href="basic-animate-elem-29-b.html">animate-elem-29-b</a></li>
<li><a href="basic-color-prop-01-b.html">color-prop-01-b</a></li>
<li><a href="basic-coords-trans-01-b.html">coords-trans-01-b</a></li>
<li><a href="basic-coords-units-01-b.html">coords-units-01-b</a></li>
<li><a href="basic-coords-units-02-b.html">coords-units-02-b</a></li>
<li><a href="basic-coords-units-03-b.html">coords-units-03-b</a></li>
<li><a href="basic-coords-viewattr-01-b.html">coords-viewattr-01-b</a></li>
<li><a href="basic-coords-viewattr-02-b.html">coords-viewattr-02-b</a></li>
<li><a href="basic-coords-viewattr-03-b.html">coords-viewattr-03-b</a></li>
<li><a href="basic-filters-blend-01-b.html">filters-blend-01-b</a></li>
<li><a href="basic-filters-color-01-b.html">filters-color-01-b</a></li>
<li><a href="basic-filters-composite-02-b.html">filters-composite-02-b</a></li>
<li><a href="basic-filters-comptran-01-b.html">filters-comptran-01-b</a></li>
<li><a href="basic-filters-example-01-b.html">filters-example-01-b</a></li>
<li><a href="basic-filters-felem-01-b.html">filters-felem-01-b</a></li>
<li><a href="basic-filters-gauss-01-b.html">filters-gauss-01-b</a></li>
<li><a href="basic-filters-image-01-b.html">filters-image-01-b</a></li>
<li><a href="basic-filters-offset-01-b.html">filters-offset-01-b</a></li>
<li><a href="basic-filters-tile-01-b.html">filters-tile-01-b</a></li>
<li><a href="basic-fonts-elem-03-b.html">fonts-elem-03-b</a></li>
<li><a href="basic-fonts-elem-04-b.html">fonts-elem-04-b</a></li>
<li><a href="basic-fonts-elem-07-b.html">fonts-elem-07-b</a></li>
<li><a href="basic-interact-dom-01-b.html">interact-dom-01-b</a></li>
<li><a href="basic-interact-events-01-b.html">interact-events-01-b</a></li>
<li><a href="basic-interact-order-01-b.html">interact-order-01-b</a></li>
<li><a href="basic-interact-order-02-b.html">interact-order-02-b</a></li>
<li><a href="basic-interact-order-03-b.html">interact-order-03-b</a></li>
<li><a href="basic-linking-a-01-b.html">linking-a-01-b</a></li>
<li><a href="basic-linking-a-02-b.html">linking-a-02-b</a></li>
<li><a href="basic-linking-a-03-b.html">linking-a-03-b</a></li>
<li><a href="basic-linking-uri-01-b.html">linking-uri-01-b</a></li>
<li><a href="basic-linking-uri-02-b.html">linking-uri-02-b</a></li>
<li><a href="basic-masking-mask-01-b.html">masking-mask-01-b</a></li>
<li><a href="basic-masking-opacity-01-b.html">masking-opacity-01-b</a></li>
<li><a href="basic-masking-path-01-b.html">masking-path-01-b</a></li>
<li><a href="basic-masking-path-02-b.html">masking-path-02-b</a></li>
<li><a href="basic-masking-path-03-b.html">masking-path-03-b</a></li>
<li><a href="basic-masking-path-04-b.html">masking-path-04-b</a></li>
<li><a href="basic-metadata-example-01-b.html">metadata-example-01-b</a></li>
<li><a href="basic-painting-fill-05-b.html">painting-fill-05-b</a></li>
<li><a href="basic-painting-render-01-b.html">painting-render-01-b</a></li>
<li><a href="basic-pservers-grad-01-b.html">pservers-grad-01-b</a></li>
<li><a href="basic-pservers-grad-02-b.html">pservers-grad-02-b</a></li>
<li><a href="basic-pservers-grad-03-b.html">pservers-grad-03-b</a></li>
<li><a href="basic-pservers-grad-04-b.html">pservers-grad-04-b</a></li>
<li><a href="basic-pservers-grad-05-b.html">pservers-grad-05-b</a></li>
<li><a href="basic-pservers-grad-06-b.html">pservers-grad-06-b</a></li>
<li><a href="basic-pservers-grad-07-b.html">pservers-grad-07-b</a></li>
<li><a href="basic-pservers-grad-08-b.html">pservers-grad-08-b</a></li>
<li><a href="basic-pservers-grad-09-b.html">pservers-grad-09-b</a></li>
<li><a href="basic-pservers-grad-10-b.html">pservers-grad-10-b</a></li>
<li><a href="basic-pservers-grad-11-b.html">pservers-grad-11-b</a></li>
<li><a href="basic-pservers-grad-12-b.html">pservers-grad-12-b</a></li>
<li><a href="basic-pservers-grad-13-b.html">pservers-grad-13-b</a></li>
<li><a href="basic-pservers-grad-14-b.html">pservers-grad-14-b</a></li>
<li><a href="basic-pservers-grad-15-b.html">pservers-grad-15-b</a></li>
<li><a href="basic-pservers-grad-16-b.html">pservers-grad-16-b</a></li>
<li><a href="basic-pservers-grad-17-b.html">pservers-grad-17-b</a></li>
<li><a href="basic-pservers-grad-18-b.html">pservers-grad-18-b</a></li>
<li><a href="basic-pservers-grad-19-b.html">pservers-grad-19-b</a></li>
<li><a href="basic-pservers-pattern-01-b.html">pservers-pattern-01-b</a></li>
<li><a href="basic-render-groups-01-b.html">render-groups-01-b</a></li>
<li><a href="basic-script-handle-01-b.html">script-handle-01-b</a></li>
<li><a href="basic-script-handle-02-b.html">script-handle-02-b</a></li>
<li><a href="basic-script-handle-03-b.html">script-handle-03-b</a></li>
<li><a href="basic-script-handle-04-b.html">script-handle-04-b</a></li>
<li><a href="basic-struct-dom-01-b.html">struct-dom-01-b</a></li>
<li><a href="basic-struct-dom-02-b.html">struct-dom-02-b</a></li>
<li><a href="basic-struct-dom-03-b.html">struct-dom-03-b</a></li>
<li><a href="basic-struct-dom-04-b.html">struct-dom-04-b</a></li>
<li><a href="basic-struct-dom-05-b.html">struct-dom-05-b</a></li>
<li><a href="basic-struct-dom-06-b.html">struct-dom-06-b</a></li>
<li><a href="basic-struct-group-02-b.html">struct-group-02-b</a></li>
<li><a href="basic-struct-image-02-b.html">struct-image-02-b</a></li>
<li><a href="basic-struct-image-05-b.html">struct-image-05-b</a></li>
<li><a href="basic-struct-symbol-01-b.html">struct-symbol-01-b</a></li>
<li><a href="basic-struct-use-05-b.html">struct-use-05-b</a></li>
<li><a href="basic-styling-css-01-b.html">styling-css-01-b</a></li>
<li><a href="basic-styling-css-02-b.html">styling-css-02-b</a></li>
<li><a href="basic-styling-css-03-b.html">styling-css-03-b</a></li>
<li><a href="basic-styling-css-05-b.html">styling-css-05-b</a></li>
<li><a href="basic-styling-css-06-b.html">styling-css-06-b</a></li>
<li><a href="basic-styling-inherit-01-b.html">styling-inherit-01-b</a></li>
<li><a href="basic-text-align-01-b.html">text-align-01-b</a></li>
<li><a href="basic-text-align-02-b.html">text-align-02-b</a></li>
<li><a href="basic-text-align-03-b.html">text-align-03-b</a></li>
<li><a href="basic-text-align-04-b.html">text-align-04-b</a></li>
<li><a href="basic-text-align-05-b.html">text-align-05-b</a></li>
<li><a href="basic-text-align-06-b.html">text-align-06-b</a></li>
<li><a href="basic-text-align-08-b.html">text-align-08-b</a></li>
<li><a href="basic-text-altglyph-01-b.html">text-altglyph-01-b</a></li>
<li><a href="basic-text-deco-01-b.html">text-deco-01-b</a></li>
<li><a href="basic-text-intro-02-b.html">text-intro-02-b</a></li>
<li><a href="basic-text-intro-03-b.html">text-intro-03-b</a></li>
<li><a href="basic-text-path-01-b.html">text-path-01-b</a></li>
<li><a href="basic-text-spacing-01-b.html">text-spacing-01-b</a></li>
<li><a href="basic-text-text-01-b.html">text-text-01-b</a></li>
<li><a href="basic-text-text-03-b.html">text-text-03-b</a></li>
<li><a href="basic-text-text-08-b.html">text-text-08-b</a></li>
<li><a href="basic-text-tref-01-b.html">text-tref-01-b</a></li>
<li><a href="basic-text-tselect-01-b.html">text-tselect-01-b</a></li>
<li><a href="basic-text-tspan-01-b.html">text-tspan-01-b</a></li>
<li><a href="basic-types-basicDOM-01-b.html">types-basicDOM-01-b</a></li>
<li><a href="basic-animate-elem-02-t.html">animate-elem-02-t</a></li>
<li><a href="basic-animate-elem-03-t.html">animate-elem-03-t</a></li>
<li><a href="basic-animate-elem-04-t.html">animate-elem-04-t</a></li>
<li><a href="basic-animate-elem-05-t.html">animate-elem-05-t</a></li>
<li><a href="basic-animate-elem-06-t.html">animate-elem-06-t</a></li>
<li><a href="basic-animate-elem-07-t.html">animate-elem-07-t</a></li>
<li><a href="basic-animate-elem-08-t.html">animate-elem-08-t</a></li>
<li><a href="basic-animate-elem-09-t.html">animate-elem-09-t</a></li>
<li><a href="basic-animate-elem-10-t.html">animate-elem-10-t</a></li>
<li><a href="basic-animate-elem-11-t.html">animate-elem-11-t</a></li>
<li><a href="basic-animate-elem-12-t.html">animate-elem-12-t</a></li>
<li><a href="basic-animate-elem-13-t.html">animate-elem-13-t</a></li>
<li><a href="basic-animate-elem-14-t.html">animate-elem-14-t</a></li>
<li><a href="basic-animate-elem-15-t.html">animate-elem-15-t</a></li>
<li><a href="basic-animate-elem-17-t.html">animate-elem-17-t</a></li>
<li><a href="basic-animate-elem-19-t.html">animate-elem-19-t</a></li>
<li><a href="basic-animate-elem-20-t.html">animate-elem-20-t</a></li>
<li><a href="basic-animate-elem-21-t.html">animate-elem-21-t</a></li>
<li><a href="basic-animate-elem-23-t.html">animate-elem-23-t</a></li>
<li><a href="basic-animate-elem-24-t.html">animate-elem-24-t</a></li>
<li><a href="basic-animate-elem-25-t.html">animate-elem-25-t</a></li>
<li><a href="basic-animate-elem-26-t.html">animate-elem-26-t</a></li>
<li><a href="basic-animate-elem-27-t.html">animate-elem-27-t</a></li>
<li><a href="basic-animate-elem-28-t.html">animate-elem-28-t</a></li>
<li><a href="basic-animate-elem-30-t.html">animate-elem-30-t</a></li>
<li><a href="basic-animate-elem-31-t.html">animate-elem-31-t</a></li>
<li><a href="basic-animate-elem-32-t.html">animate-elem-32-t</a></li>
<li><a href="basic-animate-elem-33-t.html">animate-elem-33-t</a></li>
<li><a href="basic-animate-elem-34-t.html">animate-elem-34-t</a></li>
<li><a href="basic-animate-elem-36-t.html">animate-elem-36-t</a></li>
<li><a href="basic-animate-elem-37-t.html">animate-elem-37-t</a></li>
<li><a href="basic-animate-elem-39-t.html">animate-elem-39-t</a></li>
<li><a href="basic-animate-elem-40-t.html">animate-elem-40-t</a></li>
<li><a href="basic-animate-elem-41-t.html">animate-elem-41-t</a></li>
<li><a href="basic-animate-elem-44-t.html">animate-elem-44-t</a></li>
<li><a href="basic-animate-elem-46-t.html">animate-elem-46-t</a></li>
<li><a href="basic-animate-elem-52-t.html">animate-elem-52-t</a></li>
<li><a href="basic-animate-elem-60-t.html">animate-elem-60-t</a></li>
<li><a href="basic-animate-elem-61-t.html">animate-elem-61-t</a></li>
<li><a href="basic-animate-elem-62-t.html">animate-elem-62-t</a></li>
<li><a href="basic-animate-elem-63-t.html">animate-elem-63-t</a></li>
<li><a href="basic-animate-elem-64-t.html">animate-elem-64-t</a></li>
<li><a href="basic-animate-elem-65-t.html">animate-elem-65-t</a></li>
<li><a href="basic-animate-elem-66-t.html">animate-elem-66-t</a></li>
<li><a href="basic-animate-elem-67-t.html">animate-elem-67-t</a></li>
<li><a href="basic-animate-elem-68-t.html">animate-elem-68-t</a></li>
<li><a href="basic-animate-elem-69-t.html">animate-elem-69-t</a></li>
<li><a href="basic-animate-elem-70-t.html">animate-elem-70-t</a></li>
<li><a href="basic-animate-elem-77-t.html">animate-elem-77-t</a></li>
<li><a href="basic-animate-elem-78-t.html">animate-elem-78-t</a></li>
<li><a href="basic-animate-elem-80-t.html">animate-elem-80-t</a></li>
<li><a href="basic-animate-elem-81-t.html">animate-elem-81-t</a></li>
<li><a href="basic-animate-elem-82-t.html">animate-elem-82-t</a></li>
<li><a href="basic-animate-elem-83-t.html">animate-elem-83-t</a></li>
<li><a href="basic-animate-elem-84-t.html">animate-elem-84-t</a></li>
<li><a href="basic-animate-elem-85-t.html">animate-elem-85-t</a></li>
<li><a href="basic-color-prop-03-t.html">color-prop-03-t</a></li>
<li><a href="basic-coords-coord-01-t.html">coords-coord-01-t</a></li>
<li><a href="basic-coords-coord-02-t.html">coords-coord-02-t</a></li>
<li><a href="basic-coords-trans-02-t.html">coords-trans-02-t</a></li>
<li><a href="basic-coords-trans-03-t.html">coords-trans-03-t</a></li>
<li><a href="basic-coords-trans-04-t.html">coords-trans-04-t</a></li>
<li><a href="basic-coords-trans-05-t.html">coords-trans-05-t</a></li>
<li><a href="basic-coords-trans-06-t.html">coords-trans-06-t</a></li>
<li><a href="basic-fonts-desc-02-t.html">fonts-desc-02-t</a></li>
<li><a href="basic-fonts-elem-01-t.html">fonts-elem-01-t</a></li>
<li><a href="basic-fonts-elem-02-t.html">fonts-elem-02-t</a></li>
<li><a href="basic-fonts-elem-05-t.html">fonts-elem-05-t</a></li>
<li><a href="basic-fonts-elem-06-t.html">fonts-elem-06-t</a></li>
<li><a href="basic-fonts-glyph-02-t.html">fonts-glyph-02-t</a></li>
<li><a href="basic-fonts-glyph-03-t.html">fonts-glyph-03-t</a></li>
<li><a href="basic-fonts-glyph-04-t.html">fonts-glyph-04-t</a></li>
<li><a href="basic-fonts-kern-01-t.html">fonts-kern-01-t</a></li>
<li><a href="basic-interact-zoom-01-t.html">interact-zoom-01-t</a></li>
<li><a href="basic-linking-a-04-t.html">linking-a-04-t</a></li>
<li><a href="basic-linking-a-05-t.html">linking-a-05-t</a></li>
<li><a href="basic-linking-a-07-t.html">linking-a-07-t</a></li>
<li><a href="basic-linking-uri-03-t.html">linking-uri-03-t</a></li>
<li><a href="basic-painting-fill-01-t.html">painting-fill-01-t</a></li>
<li><a href="basic-painting-fill-02-t.html">painting-fill-02-t</a></li>
<li><a href="basic-painting-fill-03-t.html">painting-fill-03-t</a></li>
<li><a href="basic-painting-fill-04-t.html">painting-fill-04-t</a></li>
<li><a href="basic-painting-stroke-01-t.html">painting-stroke-01-t</a></li>
<li><a href="basic-painting-stroke-02-t.html">painting-stroke-02-t</a></li>
<li><a href="basic-painting-stroke-03-t.html">painting-stroke-03-t</a></li>
<li><a href="basic-painting-stroke-04-t.html">painting-stroke-04-t</a></li>
<li><a href="basic-painting-stroke-07-t.html">painting-stroke-07-t</a></li>
<li><a href="basic-paths-data-01-t.html">paths-data-01-t</a></li>
<li><a href="basic-paths-data-02-t.html">paths-data-02-t</a></li>
<li><a href="basic-paths-data-04-t.html">paths-data-04-t</a></li>
<li><a href="basic-paths-data-05-t.html">paths-data-05-t</a></li>
<li><a href="basic-paths-data-06-t.html">paths-data-06-t</a></li>
<li><a href="basic-paths-data-07-t.html">paths-data-07-t</a></li>
<li><a href="basic-paths-data-08-t.html">paths-data-08-t</a></li>
<li><a href="basic-paths-data-09-t.html">paths-data-09-t</a></li>
<li><a href="basic-paths-data-10-t.html">paths-data-10-t</a></li>
<li><a href="basic-paths-data-12-t.html">paths-data-12-t</a></li>
<li><a href="basic-paths-data-13-t.html">paths-data-13-t</a></li>
<li><a href="basic-paths-data-14-t.html">paths-data-14-t</a></li>
<li><a href="basic-paths-data-15-t.html">paths-data-15-t</a></li>
<li><a href="basic-render-elems-01-t.html">render-elems-01-t</a></li>
<li><a href="basic-render-elems-02-t.html">render-elems-02-t</a></li>
<li><a href="basic-render-elems-03-t.html">render-elems-03-t</a></li>
<li><a href="basic-render-elems-06-t.html">render-elems-06-t</a></li>
<li><a href="basic-render-elems-07-t.html">render-elems-07-t</a></li>
<li><a href="basic-render-elems-08-t.html">render-elems-08-t</a></li>
<li><a href="basic-render-groups-03-t.html">render-groups-03-t</a></li>
<li><a href="basic-shapes-circle-01-t.html">shapes-circle-01-t</a></li>
<li><a href="basic-shapes-circle-02-t.html">shapes-circle-02-t</a></li>
<li><a href="basic-shapes-ellipse-01-t.html">shapes-ellipse-01-t</a></li>
<li><a href="basic-shapes-ellipse-02-t.html">shapes-ellipse-02-t</a></li>
<li><a href="basic-shapes-intro-01-t.html">shapes-intro-01-t</a></li>
<li><a href="basic-shapes-line-01-t.html">shapes-line-01-t</a></li>
<li><a href="basic-shapes-polygon-01-t.html">shapes-polygon-01-t</a></li>
<li><a href="basic-shapes-polyline-01-t.html">shapes-polyline-01-t</a></li>
<li><a href="basic-shapes-rect-01-t.html">shapes-rect-01-t</a></li>
<li><a href="basic-shapes-rect-02-t.html">shapes-rect-02-t</a></li>
<li><a href="basic-struct-cond-01-t.html">struct-cond-01-t</a></li>
<li><a href="basic-struct-cond-02-t.html">struct-cond-02-t</a></li>
<li><a href="basic-struct-cond-03-t.html">struct-cond-03-t</a></li>
<li><a href="basic-struct-defs-01-t.html">struct-defs-01-t</a></li>
<li><a href="basic-struct-frag-01-t.html">struct-frag-01-t</a></li>
<li><a href="basic-struct-frag-02-t.html">struct-frag-02-t</a></li>
<li><a href="basic-struct-frag-03-t.html">struct-frag-03-t</a></li>
<li><a href="basic-struct-frag-04-t.html">struct-frag-04-t</a></li>
<li><a href="basic-struct-frag-05-t.html">struct-frag-05-t</a></li>
<li><a href="basic-struct-frag-06-t.html">struct-frag-06-t</a></li>
<li><a href="basic-struct-group-01-t.html">struct-group-01-t</a></li>
<li><a href="basic-struct-group-03-t.html">struct-group-03-t</a></li>
<li><a href="basic-struct-image-01-t.html">struct-image-01-t</a></li>
<li><a href="basic-struct-image-03-t.html">struct-image-03-t</a></li>
<li><a href="basic-struct-image-04-t.html">struct-image-04-t</a></li>
<li><a href="basic-struct-image-06-t.html">struct-image-06-t</a></li>
<li><a href="basic-struct-image-07-t.html">struct-image-07-t</a></li>
<li><a href="basic-struct-image-08-t.html">struct-image-08-t</a></li>
<li><a href="basic-struct-image-09-t.html">struct-image-09-t</a></li>
<li><a href="basic-struct-image-10-t.html">struct-image-10-t</a></li>
<li><a href="basic-struct-use-01-t.html">struct-use-01-t</a></li>
<li><a href="basic-struct-use-03-t.html">struct-use-03-t</a></li>
<li><a href="basic-styling-pres-01-t.html">styling-pres-01-t</a></li>
<li><a href="basic-text-fonts-01-t.html">text-fonts-01-t</a></li>
<li><a href="basic-text-fonts-02-t.html">text-fonts-02-t</a></li>
<li><a href="basic-text-fonts-03-t.html">text-fonts-03-t</a></li>
<li><a href="basic-text-intro-01-t.html">text-intro-01-t</a></li>
<li><a href="basic-text-intro-04-t.html">text-intro-04-t</a></li>
<li><a href="basic-text-intro-05-t.html">text-intro-05-t</a></li>
<li><a href="basic-text-text-04-t.html">text-text-04-t</a></li>
<li><a href="basic-text-text-05-t.html">text-text-05-t</a></li>
<li><a href="basic-text-text-06-t.html">text-text-06-t</a></li>
<li><a href="basic-text-text-07-t.html">text-text-07-t</a></li>
<li><a href="basic-text-ws-01-t.html">text-ws-01-t</a></li>
<li><a href="basic-text-ws-02-t.html">text-ws-02-t</a></li>
</ol>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:interact-dom-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-interact-dom-01-b.html">Full version</a>, <a href="basic-interact-dom-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/interact.html#document-events-att-mod
">16.9 DOM interfaces</a></p>
 <p>
				<a href="basic-fonts-elem-07-b.html">fonts-elem-07-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-interact-events-01-b.html">→ interact-events-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>interact-dom-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/interact-dom-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/interact-dom-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/interact-dom-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/interact-dom-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of interact-dom-01-b" src="../png/basic-interact-dom-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                Verify basic support for DOM event listener registration. The root svg element
                has an onload handler where a click event listener is registered on group element 'Start Button'.
            </p>
            <p>
                If UI events listener registration is supported (and UI events), 
                when the user clicks on the button a text node is inserted reading "Event Listeners supported". 
            </p>
            <p>
                At the end of the test, the start test button in changed to pink, 
                and the click event listener is removed from the the start button.
            </p>
            <p>
                Subsequent clicks on the start button should cause no effect if
                the event listener has been removed successfully.
                If additional lines of text appear in the document that say "Event Listeners supported",
                then the implementation has not successfully removed the event listener.
            </p>
            <p>
                After clicking at least once on the button,
                the rendered image should be exactly as the reference image, except for 
                differences in text display.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-elem-07-b.html">fonts-elem-07-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-interact-events-01-b.html">→ interact-events-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:interact-events-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-interact-events-01-b.html">Full version</a>, <a href="basic-interact-events-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/interact.html#SVGEvents
">16.2 Complete list of supported events</a></p>
 <p>
				<a href="basic-interact-dom-01-b.html">interact-dom-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-interact-order-01-b.html">→ interact-order-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>interact-events-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/interact-events-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/interact-events-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/interact-events-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/interact-events-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of interact-events-01-b" src="../png/basic-interact-events-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                Test 'onload' event attribute.
            </p>
			<p>
                Six blue rectangles have been defined, each initially defined with
                'visibility:hidden'. 'onload' event attributes are assigned in
                a variety of ways, usually to set 'visibility:visible'.
                The red text indicates the correct behavior
                (whether a given rectangle should appear in the visual result).
            </p>
			<p>
                The first rectangle has no associated 'onload' event so it remains invisible.
                The second rectangle has an 'onload' event on itself, which invokes a script
                which sets 'visibility:visible', so it should appear.
                The third rectangle has an 'onload' event on its parent 'g', which invokes a script
                which sets 'visibility:visible' on the rectangle, so it should appear.
                The fourth rectangle has an 'onload' event on an ancestor 'svg', which invokes a script
                which sets 'visibility:visible' on the rectangle, so it should appear.
                The fifth rectangle has an 'onload' event both itself and its parent 'g'.
                The rectangle's script sets 'visibility:visible' on the rectangle
                but the parent's script sets  'visibility:hidden' on the rectangle,
                which should happen afterwards, so the rectangle should not appear.
                The sixth rectangle has an 'onload' event on the outermost 'svg', which invokes a script
                which sets 'visibility:visible' on the rectangle, so it should appear.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-interact-dom-01-b.html">interact-dom-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-interact-order-01-b.html">→ interact-order-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:interact-order-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-interact-order-01-b.html">Full version</a>, <a href="basic-interact-order-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/interact.html#UIEventProcessing
">16.5 Processing order for user interface events</a></p>
 <p>
				<a href="basic-interact-events-01-b.html">interact-events-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-interact-order-02-b.html">→ interact-order-02-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>interact-order-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/interact-order-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/interact-order-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/interact-order-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/interact-order-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of interact-order-01-b" src="../png/basic-interact-order-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
 Test event bubbling of event attributes, part a.
         </p>
			<p>
 The two circles test whether event bubbling is occurring
 to parents of the target object, and whether the target object
 is able to prevent bubbling. The supplemental text next to
 the circles describes what should occur.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-interact-events-01-b.html">interact-events-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-interact-order-02-b.html">→ interact-order-02-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:interact-order-02-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-interact-order-02-b.html">Full version</a>, <a href="basic-interact-order-02-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/interact.html#UIEventProcessing
">16.5 Processing order for user interface events</a></p>
 <p>
				<a href="basic-interact-order-01-b.html">interact-order-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-interact-order-03-b.html">→ interact-order-03-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>interact-order-02-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/interact-order-02-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/interact-order-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/interact-order-02-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/interact-order-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of interact-order-02-b" src="../png/basic-interact-order-02-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
 Test event bubbling of event attributes, part b.
         </p>
			<p>
 The two circles test whether events are handled in the
 proper order. Events listeners and event attributes are processed
 before hyperlink processing, which is processed before text selection.
 The supplemental text next to the circles describes what should occur.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-interact-order-01-b.html">interact-order-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-interact-order-03-b.html">→ interact-order-03-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:interact-order-03-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-interact-order-03-b.html">Full version</a>, <a href="basic-interact-order-03-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/interact.html#UIEventProcessing
">16.5 Processing order for user interface events</a></p>
 <p>
				<a href="basic-interact-order-02-b.html">interact-order-02-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-01-b.html">→ linking-a-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>interact-order-03-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/interact-order-03-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/interact-order-03-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/interact-order-03-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/interact-order-03-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of interact-order-03-b" src="../png/basic-interact-order-03-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
 Test event bubbling of event attributes, part c.
         </p>
			<p>
 The three strings tests event handling behavior on text.
 Text selection only is available after event listeners and event
 attributes have been processed, and after hyperlink processing
 has occurred.
 The supplemental text below the text strings describes what should occur.
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-interact-order-02-b.html">interact-order-02-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-01-b.html">→ linking-a-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:interact-zoom-01-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-interact-zoom-01-t.html">Full version</a>, <a href="basic-interact-zoom-01-t.html">Basic version</a>, <a href="tiny-interact-zoom-01-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/interact.html#EnableZoomAndPanControls
">16.7 Magnification and panning</a></p>
 <p>
				<a href="basic-fonts-kern-01-t.html">fonts-kern-01-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-04-t.html">→ linking-a-04-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>interact-zoom-01-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/interact-zoom-01-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/interact-zoom-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/interact-zoom-01-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/interact-zoom-01-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of interact-zoom-01-t" src="../png/basic-interact-zoom-01-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
Verify correct handling by Dynamic (interactive) viewers for the
"zoomAndPan" attribute on the 'svg' element.  This is the first of three
tests, and tests the default value.
         </p>
      <p>
The test consists of a set of black circles with a  blue stroke.  </p>
      <p>
After the initial picture is displayed, the user should attempt to use
the magnify controls that are required on conforming Dynamic SVG
viewers.  The correct behaviour is that magnification and panning works 
        correctly, as required by a conformant viewer..
         </p>
      <p>
The rendered picture should match the reference image, except for
possible variations in the labelling text (per CSS2 rules).
         </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-fonts-kern-01-t.html">fonts-kern-01-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-04-t.html">→ linking-a-04-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:interact-zoom-02-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/interact.html#EnableZoomAndPanControls

">16.7 Magnification and panning
</a>
	, <a href="full-interact-zoom-02-t.html">Full version</a>
	, <a href="basic-interact-zoom-02-t.html">Basic version</a>
	, <a href="tiny-interact-zoom-02-t.html">Tiny version</a></p>
 <p>
				<a href="basic-interact-zoom-01-t.html">interact-zoom-01-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-interact-zoom-03-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> interact-zoom-03-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:interact-zoom-02-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/interact-zoom-02-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/interact-zoom-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/interact-zoom-02-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/interact-zoom-02-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of interact-zoom-02-t" src="../png/basic-interact-zoom-02-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
      <p>
Verify correct handling by Dynamic (interactive) viewers for the
"zoomAndPan" attribute on the 'svg' element.  This is the second of three
tests, and tests the value "magnify".
         </p>
      <p>
The test consists of a set of black circles with a  blue stroke.  </p>
      <p>
After the initial picture is displayed, the user should attempt to use
the magnify controls that are required on conforming Dynamic SVG
viewers.  The correct behaviour is that magnification and panning works 
        correctly, as required by a conformant viewer..
         </p>
      <p>
The rendered picture should match the reference image, except for
possible variations in the labelling text (per CSS2 rules).
         </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:interact-zoom-03-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/interact.html#EnableZoomAndPanControls

">16.7 Magnification and panning
</a>
	, <a href="full-interact-zoom-03-t.html">Full version</a>
	, <a href="basic-interact-zoom-03-t.html">Basic version</a>
	, <a href="tiny-interact-zoom-03-t.html">Tiny version</a></p>
 <p>
				<a href="basic-interact-zoom-02-t.html">interact-zoom-02-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-linking-a-01-b.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> linking-a-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:interact-zoom-03-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/interact-zoom-03-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/interact-zoom-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/interact-zoom-03-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/interact-zoom-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of interact-zoom-03-t" src="../png/basic-interact-zoom-03-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
      <p>
Verify correct handling by Dynamic (interactive) viewers for the
"zoomAndPan" attribute on the 'svg' element.  This is the third of three
tests, and tests the value "disable".
         </p>
      <p>
The test consists of a set of black circles with a  blue stroke.  </p>
      <p>
After the initial picture is displayed, the user should attempt to use
the magnify controls that are required on conforming Dynamic SVG
viewers.  The correct behaviour is that the magnify and pan controls
shall have no effect -- the viewer shall disable them.
         </p>
      <p>
The rendered picture should match the reference image, except for
possible variations in the labelling text (per CSS2 rules).
         </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-a-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-linking-a-01-b.html">Full version</a>, <a href="basic-linking-a-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#Links
">17.1 Links out of SVG content: the 'a' element</a></p>
 <p>
				<a href="basic-interact-order-03-b.html">interact-order-03-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-02-b.html">→ linking-a-02-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>linking-a-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-a-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-a-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-a-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-a-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of linking-a-01-b" src="../png/basic-linking-a-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
      <p>
                This is the first of a set of three tests that verify the capability to 
                handle links into SVG content, using
                each of the three fragment identifier forms permissible in SVG.
                 </p>
      <p>
                There is a colored arrow comprising the content of an 'a' element.  The
                link destination is in an auxiliary file, linkingCircle-f.svg, and
                is expressed by xlink:href="linkingCircle-f.svg#fragmentValue".  
                The initial view of this test contains one pale blue arrow plus labelling text.
            </p>
      <p>
                The (blue) arrow uses the "bare name" fragment identifier
                form, "#circle-2", to target the circle with id "circle-2" in the external
                file.  Upon clicking the first arrow, the full image of the linkingCircle-f.svg
                file should replace the initial view of this test case in the viewer frame.
            </p>
      <p>
                The reference image illustrates the correct image after the  link is
                 activated (full view of linkingCircle-f.svg).	
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-interact-order-03-b.html">interact-order-03-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-02-b.html">→ linking-a-02-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-a-02-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-linking-a-02-b.html">Full version</a>, <a href="basic-linking-a-02-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#Links
">17.1 Links out of SVG content: the 'a' element</a></p>
 <p>
				<a href="basic-linking-a-01-b.html">linking-a-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-03-b.html">→ linking-a-03-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>linking-a-02-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-a-02-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-a-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-a-02-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-a-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of linking-a-02-b" src="../png/basic-linking-a-02-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                This is the first of a set of three tests that verify the capability to 
                handle links into SVG content, using
                each of the three fragment identifier forms permissible in SVG.
                 </p>
        		<p>
                There is a colored arrow comprising the content of an 'a' element.  The
                link destination is in an auxiliary file, linkingCircle-f.svg, and
                is expressed by "xlink:href=linkingCircle-f.svg#fragmentValue".  
                The initial view of this test contains one yellow arrow plus labelling text.
            </p>
			<p>
                The (yellow) arrow uses the XPointer-compatible form, 
                "linkingCircle-f#xpointer(id('circle-2'))", to target the circle with id "circle-2" 
                in the external file.  Upon clicking this arrow, the full image of the 
                linkingCircle-f.svg file should replace the initial view of this test case in 
                the viewer frame (same as the test linking-a-01-b did).
            </p>
		<p>
                The reference image illustrates the correct image after the  link is
                 activated (full view of linkingCircle-f.svg).	
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-linking-a-01-b.html">linking-a-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-03-b.html">→ linking-a-03-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-a-03-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-linking-a-03-b.html">Full version</a>, <a href="basic-linking-a-03-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#Links
">17.1 Links out of SVG content: the 'a' element</a></p>
 <p>
				<a href="basic-linking-a-02-b.html">linking-a-02-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-linking-uri-01-b.html">→ linking-uri-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>linking-a-03-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-a-03-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-a-03-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-a-03-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-a-03-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of linking-a-03-b" src="../png/basic-linking-a-03-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                This is the first of a set of three tests that verify the capability to                 
                handle links into SVG content, using                
                each of the three fragment identifier forms permissible in SVG.                 
            </p>
            <p>                
                There is a colored arrow comprising the content of an 'a' element.  The                
                link destination is in an auxiliary file, linkingCircle-f.svg, and                
                is expressed by "xlink:href=linkingCircle-f.svg#fragmentValue".                  
                The initial view of this test contains one green arrow plus labelling text.            
            </p>
            <p>                
                The (green) arrow uses the SVG view specification form,                 
                "linkingCircle-f.svg#svgView(viewBox(63,226,74,74))",                 
                to target the circle with id "circle-2"                 
                in the external file.  Upon clicking this arrow, circle-2 should fill most of the                
                viewer frame (white space on each side is 25% of the diameter of the circle).            
            </p>
            <p>                
                The reference image illustrates the correct image after the  link is                 
                activated, with the circle-2's                 
                framing rect filling the viewer frame, uniformly scaled.            
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-linking-a-02-b.html">linking-a-02-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-linking-uri-01-b.html">→ linking-uri-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-a-05-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-linking-a-05-t.html">Full version</a>, <a href="basic-linking-a-05-t.html">Basic version</a>, <a href="tiny-linking-a-05-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#Links
">17.1 Links out of SVG content: the 'a' element</a></p>
 <p>
				<a href="basic-linking-a-04-t.html">linking-a-04-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-07-t.html">→ linking-a-07-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>linking-a-05-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-a-05-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-a-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-a-05-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-a-05-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of linking-a-05-t" src="../png/basic-linking-a-05-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
		    <p>
		Verify if the 'a' element properly accept the transform
		attibute. There are three subtests, in each of which one
                of three sets of colored arrows comprise the content of
		an 'a' element. The link destination is expressed by 
		"xlink:href=" as in the test 'linking-a-04-t.svg'.
		The arrows transformed is in the brighter color, and the
		arrows before transformation is shown in the darker color.
		The transformation parameters used for each 'a' element is
		shown on the left side of each arrow.
            </p>
            <p>
		The top-most arrow (yellow) is rotated for 20 degree. 
		The middle arrow (green) is skewed horizontally for 
		-30 degree, and the last arrow (cyan) is translated
		for (-10, -20).
            </p>
            <p>
		Each arrow, i.e. link, should behave as described
		in 'linking-a-04-t.svg'. The arrows in this test
		have the same 'xlink:href' attribute as the 'linking-a-04-t'
		test.
            </p>
            <p>
                The test uses the 'rect' and 'polygon' elements, as well as basic fill (solid simple colors and RGB values), 
                stroke (black and colored wide and 1-pixel lines), font-family (Arial) and font-size properties.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-linking-a-04-t.html">linking-a-04-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-linking-a-07-t.html">→ linking-a-07-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-a-06-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#Links

">17.1 Links out of SVG content: the 'a' element
</a>
	, <a href="full-linking-a-06-t.html">Full version</a>
	, <a href="basic-linking-a-06-t.html">Basic version</a>
	, <a href="tiny-linking-a-06-t.html">Tiny version</a></p>
 <p>
				<a href="basic-linking-a-05-t.html">linking-a-05-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-linking-a-07-t.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> linking-a-07-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:linking-a-06-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-a-06-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-a-06-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-a-06-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-a-06-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of linking-a-06-t" src="../png/basic-linking-a-06-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
            <p>
            </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-a-07-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-linking-a-07-t.html">Full version</a>, <a href="basic-linking-a-07-t.html">Basic version</a>, <a href="tiny-linking-a-07-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#Links
">17.1 Links out of SVG content: the 'a' element</a></p>
 <p>
				<a href="basic-linking-a-05-t.html">linking-a-05-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-linking-uri-03-t.html">→ linking-uri-03-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>linking-a-07-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-a-07-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-a-07-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-a-07-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-a-07-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of linking-a-07-t" src="../png/basic-linking-a-07-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                Verify the capability to handle basic links out of SVG content
                using the 'a' element, with the xlink:href attributes.  
                There are three subtests, in each of which two similarly
                 colored arrows comprise the content of an 'a' element.  The arrow on the left, outlined
                  in blue, has no "target" attribute; the arrow on the right, outlined in red, has a 
                  "target" attribute. The
                link destination is expressed by "xlink:href=".  
                The initial view of this test contains the six arrows, labelling text, and the usual template legend and frame.
            </p>
			<p>
                The top-most (yellow) arrows link to an external SVG file, which is 
                local (in the same directory).  The target file contains SVG 'text' elements
                which comprise a TOC and brief description of all of the test files 
                for Linking.  Upon clicking the left-most yellow arrow, the image of the linkingToc-t.svg
                file should replace the initial view of this test case in the viewer frame. On clicking the right-most yellow arrow, 
                the image of the linkingToc-t.svg should appear in a new frame.
            </p>
			<p>
                The middle (green) arrows links to the same external SVG file, but with xlink:show="new". Both the left and the right green arrows should produce the image of the linkingToc-t.svg in a new frame.
            </p>
			<p>
                The bottom-most (blue) arrows links to the same external SVG file, but with xlink:show="replace". Both 
                the left and the right blue arrows should produce the image of the linkingToc-t.svg in a new frame.
            </p>
			<p>
                The test uses the 'rect' and 'polygon' elements, as well as basic fill (solid simple colors), 
                stroke (black and colored wide and 1-pixel lines), font-family (Arial) and font-size properties.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-linking-a-05-t.html">linking-a-05-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-linking-uri-03-t.html">→ linking-uri-03-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-a-08-t </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#Links

">17.1 Links out of SVG content: the 'a' element
</a>
	, <a href="full-linking-a-08-t.html">Full version</a>
	, <a href="basic-linking-a-08-t.html">Basic version</a>
	, <a href="tiny-linking-a-08-t.html">Tiny version</a></p>
 <p>
				<a href="basic-linking-a-07-t.html">linking-a-07-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-linking-a-09-b.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> linking-a-09-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:linking-a-08-t
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-a-08-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-a-08-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-a-08-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-a-08-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of linking-a-08-t" src="../png/basic-linking-a-08-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
      <p>
                This is a simple test for links on text elements. The upper subtest has an 'a' element 
        inside a 'text' element; the lower subtest has the 'a' outside the 'text'. Both must be working links. 
      </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-a-09-b </title>
 <style type="text/css">
 <!--
 .bodytext    { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
 .pageTitle         { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
 .pageSubTitle  { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
 .openChapter   { color : blue; line-height: 125%; font-weight : 900 }
 .openSection   { color : blue; line-height: 125%; font-weight : 900 }
 .info  { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
 p          { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<center>
 <div class="linkbar"><p> 

	spec link:<a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#Links

">17.1 Links out of SVG content: the 'a' element
</a>
	, <a href="full-linking-a-09-b.html">Full version</a>
	, <a href="basic-linking-a-09-b.html">Basic version</a></p>
 <p>
				<a href="basic-linking-a-08-t.html">linking-a-08-t <img border="0" alt="navigate left" src="../images/nav_left.png"/></a> 
				<a href="basic-index.html"> index </a>
				<a href="basic-linking-uri-01-b.html"><img border="0" alt="navigate right" src="../images/nav_right.png"/> linking-uri-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							Test name:linking-a-09-b
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-a-09-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-a-09-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-a-09-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-a-09-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster of linking-a-09-b" src="../png/basic-linking-a-09-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               </center>
<div class="opscript">
      <p>
                This is a simple test for links on tspan elements. The upper subtest has an 'a' element 
        inside a 'tspan' element; the lower subtest has the 'a' outside the tspan. Both must be working links. 
      </p>

		</div>
	</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-uri-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-linking-uri-01-b.html">Full version</a>, <a href="basic-linking-uri-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#LinksIntoSVG
">17.2 Linking into SVG content: URI fragments and SVG views</a></p>
 <p>
				<a href="basic-linking-a-03-b.html">linking-a-03-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-linking-uri-02-b.html">→ linking-uri-02-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>linking-uri-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-uri-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-uri-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-uri-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-uri-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of linking-uri-01-b" src="../png/basic-linking-uri-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                Verify the capability to handle links to 'view' elements, and the
                permissible attributes on those elements.  All of the links in this
                test case are internal, i.e., to 'view' elements within the SVG file.  
                This test is one of a pair, with linking-uri-02-b, which is substantially
                identical except that its links target view elements in this test case,
                i.e., they are external).
            </p>
            <p>
                In the four quadrants of the initial picture are four graphical objects.  
                Clockwise from upper right, they are
                a red rectangle, blue ellipse, green polygon (pentagon), and yellow
                circle.  Each is labelled and tightly boxes with a rectangular frame.
                Each is referenced by an associated 'view' element, with attributes
                per the labels in the picture.
            </p>
            <p>
                In the center is a gray box with four lines of text, each of which says
                "Go to" followed by Rectangle, Ellipse, Polygon, and Circle, respectively.
                Each of these is contained within an 'a' element, whose xlink:href names
                the respective 'view' element of the respective graphical object.
            </p>
            <p>
                Activating the Rectangle link should cause no change in the picture.  Its
                'view' element has no attributes (other than id), so the correct view in 
                the frame is of the parent 'svg' element, which is the whole picture.
            </p>
            <p>
                Activating the Ellipse link should cause the initial picture to be replaced in the
                frame by the whole ellipse element, uniformly scaled, with its boxing rect
                just inside the frame.
            </p>
            <p>
                Assuming that a "back" action has
                been requested, activating the Polygon link should cause the initial 
                picture to remain unchanged within the frame, except that the polygon is
                "highlighted" (the meaning of highlighted is not further specified).
            </p>
            <p>
                Assuming that a "back" action has been requested, 
                activating the Circle link should cause the initial picture to be replaced in the
                frame by the whole whole element, non-uniformly scaled so that it is stretched
                horizontally into an ellipse, with its boxing rect just inside the frame.
            </p>
            <p>
                There are several reference images associated with this test case.  The first
                illustrates the correct initial state of the rendered SVG file, which should
                also be the correct picture after the Rectangle link is executed.
                The second, third, and fourth illustrate the correct images as described
                above after respectively the Ellipse, Polygon, and Circle links are activated.
                (Note.  This harness does not yet provide access to multiple PNGs; the PNG for the
                initial view is shown.)	
            </p>
            <p>
                The test uses the 'rect', 'circle', 'ellipse', and 'polygon' elements, 
                as well as basic fill (solid simple colors), 
                stroke (black and colored 1-pixel lines), font-family (Arial) and font-size properties.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-linking-a-03-b.html">linking-a-03-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-linking-uri-02-b.html">→ linking-uri-02-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-uri-02-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-linking-uri-02-b.html">Full version</a>, <a href="basic-linking-uri-02-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#LinksIntoSVG
">17.2 Linking into SVG content: URI fragments and SVG views</a></p>
 <p>
				<a href="basic-linking-uri-01-b.html">linking-uri-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-masking-mask-01-b.html">→ masking-mask-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>linking-uri-02-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-uri-02-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-uri-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-uri-02-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-uri-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of linking-uri-02-b" src="../png/basic-linking-uri-02-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
            <p>
                Verify the capability to handle links to 'view' elements, and the
                permissible attributes on those elements.  All of the links in this
                test case are external, i.e., to 'view' elements in another the SVG file.
                That file is linking-uri-01-b.svg. 
                This test is one of a pair, with linking-view-BE-04, which is substantially
                identical except that its links are all internal, targeting the same 'view'
                elements as the corresponding links in this test case,
                i.e., they are external).
            </p>
            <p>
                In the four quadrants of the initial picture are four graphical objects.  
                Clockwise from upper right, they are
                a red rectangle, blue ellipse, green polygon (pentagon), and yellow
                circle.  Each is labelled and tightly boxes with a rectangular frame.
                These are identical to their counterparts in linking-uri-01-b.svg, in which
                file each has an associated 'view' element, with attributes
                per the labels in the initial picture.
            </p>
            <p>
                In the center is a gray box with four lines of text, each of which says
                "Go to" followed by Rectangle, Ellipse, Polygon, and Circle, respectively.
                Each of these is contained within an 'a' element, whose xlink:href names
                the respective 'view' element of the respective graphical object.
            </p>
            <p>
                Activating the Rectangle link should cause the whole of linking-uri-01-b.svg to be
                displayed, which is visually similar similar to linking-uri-02-b.svg.  Its
                'view' element has no attributes (other than id), so the correct view in 
                the frame is of the parent 'svg' element, which is the whole picture.
            </p>
            <p>
                Assuming that a "back" action has been requested, activating the Ellipse link 
                should cause the initial picture to be replaced in the
                frame by the whole ellipse element, uniformly scaled, with its boxing rect
                just inside the frame.
            </p>
            <p>
                Assuming that a "back" action has
                been requested, activating the Polygon link should cause the initial 
                picture to remain unchanged within the frame, except that the polygon is
                "highlighted" (the meaning of highlighted is not further specified).
            </p>
            <p>
                Assuming that a "back" action has been requested, 
                activating the Circle link should cause the initial picture to be replaced in the
                frame by the whole whole element, non-uniformly scaled so that it is stretched
                horizontally into an ellipse, with its boxing rect just inside the frame.
            </p>
            <p>
                There are several reference images associated with this test case.  The first
                illustrates the correct initial state of the rendered SVG file, which should
                also be the correct picture after the Rectangle link is executed.
                The second, third, and fourth illustrate the correct images as described
                above after respectively the Ellipse, Polygon, and Circle links are activated.
                (Note.  This harness does not yet provide access to multiple PNGs; the PNG for the
                initial view is shown.)	
            </p>
            <p>
                The test uses the 'rect', 'circle', 'ellipse', and 'polygon' elements, 
                as well as basic fill (solid simple colors), 
                stroke (black and colored 1-pixel lines), font-family (Arial) and font-size properties.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-linking-uri-01-b.html">linking-uri-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-masking-mask-01-b.html">→ masking-mask-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:linking-uri-03-t </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-linking-uri-03-t.html">Full version</a>, <a href="basic-linking-uri-03-t.html">Basic version</a>, <a href="tiny-linking-uri-03-t.html">Tiny version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#LinksIntoSVG
">17.2 Linking into SVG content: URI fragments and SVG views</a></p>
 <p>
				<a href="basic-linking-a-07-t.html">linking-a-07-t ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-painting-fill-01-t.html">→ painting-fill-01-t</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>linking-uri-03-t</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/linking-uri-03-t.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/linking-uri-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/linking-uri-03-t.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/linking-uri-03-t.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of linking-uri-03-t" src="../png/basic-linking-uri-03-t.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
                Verify the handling of the allowable xlink attributes on the 'a' element.
                The initial view of this test contains a single green triangle, labelling text, 
                and the usual template legend and frame.  
            </p>
			<p>
                There is a link on the triangle, pointing to an external SVG file, which is 
                local (in the same directory).  The target file contains SVG 'text' elements
                which comprise a TOC and brief description of all of the BE test files 
                for Linking.  Upon clicking the triangle, the image of the linkingToc-t.svg
                file should replace the initial view of this test case in the viewer frame.
            </p>
			<p>
                The purpose of the test is to
                verify that viewers tolerate the presence of xlink attributes on the 'a'
                element.  The presence of the attributes should not change the behavior of 
                the test in any way.  The results of executing the link should be identical
                to executing the first (topmost) link of linking-a-01-f.
            </p>
			<p>
                There are two reference images associated with this test case.  The first
                illustrates the correct "start" or initial state of the rendered SVG file.
                The second illustrates the correct image after the link is activated
                (to the linkingToc-t.svg file).  (Note.  This harness does not yet 
                provide access to multiple PNGs; the first, initial-state PNG is shown.)	
            </p>
			<p>
                The test uses the 'rect' element, as well as basic fill (solid simple colors), 
                stroke (black and colored wide and 1-pixel lines), font-family (Arial) and font-size properties.
            </p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-linking-a-07-t.html">linking-a-07-t ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-painting-fill-01-t.html">→ painting-fill-01-t</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:masking-mask-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-masking-mask-01-b.html">Full version</a>, <a href="basic-masking-mask-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/masking.html#Masking
">14.4 Masking</a></p>
 <p>
				<a href="basic-linking-uri-02-b.html">linking-uri-02-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-masking-opacity-01-b.html">→ masking-opacity-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>masking-mask-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/masking-mask-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/masking-mask-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/masking-mask-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/masking-mask-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of masking-mask-01-b" src="../png/basic-masking-mask-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test to see if the masking features using the mask element and mask
				property are available.
			</p>
			<p>
				A red rectangle is displayed in the background to help view the result 
				of transparency and masking.
			</p>
			<p>
				From top to bottom, the tests are as follows.
			</p>
			<p>
				In the top test, a linear gradient is used inside the mask to change the opacity 
				of the rectangle from 1.0 (at the top) to 0.5 (at the bottom).
			</p>
			<p>
				In the second test, a simple 50% opaque rectangle is used as a mask. 
			</p>
			<p>
				In the third test, no mask is used, but a rectangle is shown with 50% opacity.
				The second and third test should look the same.
			</p>
			<p>
				Lastly, a string of text has a mask applied to it. The mask only covers a partial
				area of the text, so the text should only be half visible. Also the mask consists
				of 4 rectangles with various levels of opacity.
			</p>
			<p>
				The rendered picture should match the reference image, except
				variations are possible in the labelling text (per CSS2 rules).  
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-linking-uri-02-b.html">linking-uri-02-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-masking-opacity-01-b.html">→ masking-opacity-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:masking-opacity-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-masking-opacity-01-b.html">Full version</a>, <a href="basic-masking-opacity-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/masking.html#ObjectAndGroupOpacityProperties
">14.5 Object and group opacity: the 'opacity' property</a></p>
 <p>
				<a href="basic-masking-mask-01-b.html">masking-mask-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-masking-path-01-b.html">→ masking-path-01-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>masking-opacity-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/masking-opacity-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/masking-opacity-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/masking-opacity-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/masking-opacity-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of masking-opacity-01-b" src="../png/basic-masking-opacity-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test to see the effect of applying an opacity property to a group.
			</p>
			<p>
				A blue rectangle with a green rectangle on top are contained in a
				group. This opacity of the group and the opacity of the rectangles are
				changed in this test. A red rectangle is provided in the background so
				that opacity changes are obvious visually.
			</p>
			<p>
				From top to bottom, the tests are as follows.
			</p>
			<p>
				In the top test, the opacities of the group and the individual rectangles are 
				all set to 1. As a result, the green rectangle should appear on top of the blue
				rectangle.
			</p>
			<p>
				In the second test, the group is given an opacity of 0.5. As a result, the blue
				rectangle should not show through in the region where the green and blue overlap.
			</p>
			<p>
				In the third test, the group maintains a group opacity of 1 whereas each individual
				rectangle is given an opacity of 0.5 in the group. As a result, the blue rectangle 
				should show through in the overlap region.
			</p>
			<p>
				Lastly, the group and individual rectangles are all given an opacity of 0.5. The
				result should be similar to the previous test only fainter (because the opacity) is
				resulting in less contribution.
			</p>
			<p>
				The rendered picture should match the reference image exactly, except for possible
				variations in the labelling text (per CSS2 rules).  
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-masking-mask-01-b.html">masking-mask-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-masking-path-01-b.html">→ masking-path-01-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:masking-path-01-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-masking-path-01-b.html">Full version</a>, <a href="basic-masking-path-01-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/masking.html#ClippingPaths
">14.3 Clipping paths</a></p>
 <p>
				<a href="basic-masking-opacity-01-b.html">masking-opacity-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-masking-path-02-b.html">→ masking-path-02-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>masking-path-01-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/masking-path-01-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/masking-path-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/masking-path-01-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/masking-path-01-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of masking-path-01-b" src="../png/basic-masking-path-01-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test to see if the basic clipping works using the clipPath element
				and the clip-path property.
			</p>
			<p>
				This test uses the following elements : &lt;clipPath&gt; and the following 
				properties : clip-path.
			</p>
			<p>
				The test at the top shows a red rectangle (with black stroke) being clipped by another rectangle.
				So only the middle portion of the red rectangle should be visible. Also the black stroke should
				only be visible along the top and bottom edge of the rectangle.
			</p>
			<p>
				The example at the bottom has a group containing a text string and two rectangles. The group 
				has a clipping path defined using two  overlapping rectangles. Of concern is the overlapping area
				shared by the two rectangles. There should not be holes in this overlapping area, the
				clip region is the union of the two rectangles. For clarity, 
				guide rectangles in grey show the position of the clipping rectangles.
			</p>
			<p>
				The rendered picture should match the reference image exactly, except for possible
				variations in the labelling text (per CSS2 rules).  
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-masking-opacity-01-b.html">masking-opacity-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-masking-path-02-b.html">→ masking-path-02-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:masking-path-02-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">

	<div class="linkbar"> 
<p>
<a href="full-masking-path-02-b.html">Full version</a>, <a href="basic-masking-path-02-b.html">Basic version</a></p>
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/masking.html#ClippingPaths
">14.3 Clipping paths</a></p>
 <p>
				<a href="basic-masking-path-01-b.html">masking-path-01-b ←</a> 
				<a href="basic-index.html">index</a>
				<a href="basic-masking-path-03-b.html">→ masking-path-03-b</a>
						</p></div>

	<table align="center" border="0" cellspacing="0" cellpadding="10">
		<tr>
			<td align="center" colspan="3">
				<table border="0" cellpadding="8">
					<tr>
						<td align="center" colspan="2" class="pageTitle">
							<h1>masking-path-02-b</h1>
						</td>
					</tr>
					<tr  class="navbar">
						<td align="center">
							<a href="../svggen/masking-path-02-b.svg" target="_blank" style="color: white">SVG Image</a>
						</td>
						<td align="center">
							PNG Image
						</td>
					</tr>
					<tr>
						<td align="right">
   	    		  			
						<!--[if !IE]>-->
						  <object data="../svggen/masking-path-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <!--<![endif]-->
						<!--[if lt IE 9]>
						  <object src="../svggen/masking-path-02-b.svg" classid="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						<!--[if gte IE 9]>
						  <object data="../svggen/masking-path-02-b.svg" type="image/svg+xml"
						          width="480" height="360"> <![endif]-->
						  </object>

						</td>
						<td align="left">
							<img alt="raster image of masking-path-02-b" src="../png/basic-masking-path-02-b.png" width="160" height="120"/>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>

               
<div class="opscript">
			<p>
				Test to see if clipPathUnits attribute is handled properly on a 
				clipPath element. Only tests the userSpaceOnUse and 
				objectBoundingBox items of the clipPathUnits. userSpace has been 
				tested by the previous test as it is the default.
			</p>
			<p>
				The test at the top shows a red rectangle that has been clipped by a 
				rectangular clipping path. The clipping path is defined using clipPathUnits=objectBoundingBox.
				Only the bottom-right portion of the red rectangle should be visible.
			</p>
			<p>
				The example at the bottom a rotated blue rectangle that has been clipped by a
				rectangular clipping path. The clipping path is defined using clipPathUnits=userSpaceOnUse.
				As a result only the bottom-right portion of the rectangle should be visible.
			</p>
			<p>
				The rendered picture should match the reference image exactly, except for possible
				variations in the labelling text (per CSS2 rules).  
			</p>

		</div>
<div class="linkbar"> <p>
				<a href="basic-masking-path-01-b.html">masking-path-01-b ←</a>
				<a href="basic-index.html">index</a>
				<a href="basic-masking-path-03-b.html">→ masking-path-03-b</a>
						</p></div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
 <title>
SVG 1.1 test:masking-path-03-b </title>
 <style type="text/css">
 <!--
 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
 .pageSubTitle  { color: blue; font-size: 200%; font-weight: bold }
 .openChapter { color: blue; line-height: 1.3; font-weight: bold }
 .openSection { color: blue; line-height: 125%; font-weight: bold }
 .info { color: black; line-height: 1.2; font-size: 90%; }
 p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .linkbar { text-align: center; margin: 1em 1em 0.25em 1em;}
 blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
 .opscript {margin-left: 3%; margin-right: 3%; }
 .opscript p { margin-top: 0.7em}
 .navbar {background: black; color: white; font-weight: bold}
 -->
 </style>
 
    <script src="../../src/svg.js" data-path="../../src/" type="text/javascript"></script>
</head>
			
 <body class="bodytext">
